@charset "utf-8";
:root {
    --thm-primary: #f58220;
    --thm-black: #222222;
}
label { margin:0}
select {
	position: relative;
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance : none;
	padding:0 10px;
	background-image:url("../img/gnb_bg00.gif");
	background-repeat: no-repeat;
	background-position: 99% 27px;
	box-sizing: border-box;
}
select:before { content:'▼'; font-size:0.8em; position:absolute; right:20px; top:10px; color:#000; z-index: 999999999}
select:-ms-expand {
   display: none;
}
input[type="date"], input[type="time"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:0 10px;
    box-sizing: border-box;
}
select, input { outline: none}
#ch-plugin { position:relative;  z-index: 10 !important} /*채널톡*/

.no_image { background-color: #f1f1f1; font-size: 0; background-blend-mode: darken; background-image: url("../images/logo.png"); background-repeat: no-repeat; background-size: 90%; background-position: center; display: block;}
.cont_btn_top { width:55px; height:55px; left:0; line-height: 55px; z-index: 99999; text-align: center; background-color: #fff; border:solid 1px #e5e5e5; border-radius: 20px }
.cont_btn_top a i{background: url("../img/pencil_b.svg") no-repeat; width:55px; height:55px; display: inline-block; background-repeat: no-repeat; background-position: center; background-size: 20px; transition: 0.4s ease; }
.cont_btn_top a:hover i{ opacity: 0.5}
.bbs-view-image  img{ height:auto !important}
.wow { visibility: hidden}
.zoom{ cursor: pointer}
.jus_center { justify-content: center}

/*테이블 모바일 처리*/
@media (max-width: 767px) {
    .moTbl { display: block; width:100%;}
    .moTbl > :not(caption) > * > * { padding:15px !important; }
    .moTbl > :not(:first-child) { border-top:none !important}
    .moTbl tbody { display: block; width:100%;}
    .moTbl tbody tr{ width:100%; display: inline-block}
    .moTbl tbody tr th {width:40%; height: 51px; float: left; clear: both; font-size: .85em}
    .moTbl tbody tr td {width:60%; height: 51px;  float: left; font-size: .85em}
}

/* Contact Form */
.contact-form{
	position:relative;
	border-bottom:solid 1px #dedede;
	padding:40px 0 50px 0;
	
}

.contact-form .form-group{
	position:relative;
	margin-bottom: 10px;
}

.contact-form .form-group label,.contact-form .form-group .label { 
	font-size:18px;
	line-height: 18px;
	color:#000;
	font-weight: 500;
	margin-bottom:20px;
	
}

.checkbox_wrap { display: flex}
.checkbox_wrap .chk_box{ width:35%}
.checkbox_wrap .chk_box label {  margin-left:10px;}
.contact-form .chk_box span {  margin-right:10px !important; display: inline-block}
.contact-form .borderBox { border-top:solid 1px #e5e5e5; border-bottom:solid 1px #e5e5e5; padding:60px 0 30px; margin-top:-1px}

.row .bo_v_option { position: relative; font-size: 18px; line-height:45px; padding:0; height: 45px; margin:10px 0;}
.row .bo_v_option li { margin-right:20px;}
.contact-form .chk_box input[type="checkbox"] + label {line-height: 1.5; color:#000; vertical-align: middle; font-size:.9em}
.contact-form .chk_box input[type="checkbox"] + label span { margin-right:10px; width:20px; height:20px; vertical-align: middle}
a.btn_frmline, button.btn_frmline {width:auto;padding:0 10px;height:30px;border:0;background:#252733;border-radius:0;color:#fff;text-decoration:none;vertical-align:top} 
a.btn_frmline {}
button.btn_frmline {font-size:0.5em;position:absolute;right:20px;top:auto; bottom:38px; top:0;}

.contact-form .form-group .smarteditor2 { margin:-30px 0 0 0}
.contact-form .form-group span.substance { display: block; font-size:.8em; margin-top:-30px}
.contact-form .form-group span.lb_substance { display:inline-block; font-size:.75em; color:#999; margin:-2px 0 0 10px; vertical-align: top; line-height: normal}
.contact-form .form-group span.lb_substance2 { display:inline-block; font-size:.75em; color:#999; margin:-2px 0 0 10px; vertical-align: middle; line-height: normal}
.contact-form .form-group span.lb_substance3 { display:inline-block; font-size:.75em; color:#999; margin:-2px 0 0 10px; vertical-align: middle; line-height: normal}
.contact-form .row .col-lg-6, .contact-form .row .col-lg-4, .contact-form .row .col-lg-3 {padding:0 20px 0 0;}
.pd0 {padding: 0 !important}
/*.contact-form .row .col-lg-6:last-of-type { padding:0;}*/


@media (min-width:768px) and (max-width:1199px) {
	.contact-form .row .col-lg-6, .contact-form .row .col-lg-4, .contact-form .row .col-lg-3  { padding:0;}
}

@media (max-width: 767px) {
	.contact-form{
	padding:20px 0 25px 0;}
	.contact-form .borderBox {padding:30px 0 0}
	.contact-form .form-group label,.contact-form .form-group .label { font-size: 16px;}
	.contact-form .row .col-lg-6, .contact-form .row .col-lg-4, .contact-form .row .col-lg-3 { padding:0;}
	.contact-form .form-group { margin-bottom:5px;}
	.contact-form .form-group span.substance { margin-top:-10px; line-height:1.3em }
	.contact-form .form-group span.lb_substance { font-size:.65em; }
	.contact-form .form-group span.lb_substance2 { font-size:.65em; }
	.contact-form .form-group span.lb_substance3 { font-size:.65em; display: block; margin:-10px 0 10px 0}
	.contact-form .chk_box input[type="checkbox"] + label { font-size: .8em}
	
}


.filebox { display: flex; justify-content: space-between}
.filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; } 
.filebox label { display: inline-block; padding: 0 16px; color: #fff !important; background:#252733; vertical-align: middle; cursor: pointer; border: 1px solid #000;  font-size: 15px !important; font-weight: 500; height: 60px; line-height:60px !important;  width:18%; margin-bottom:0 !important; text-align: center}
.filebox .upload-name { display: inline-block; width:80%; padding: 0 16px; font-family: inherit; vertical-align: middle; border: 1px solid #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 16px; font-weight: 500; height: 60px; line-height:60px; background: #fff;}
.file_del { display: block; margin-top:10px; font-size: 12px;}
.file_del input { margin-right:5px;}
.file_del label {font-size: 14px !important;}
.btn_wrap { margin-top:80px;}

.btn_wrap .btn-style-board{
	display:inline-block;
	position:relative;
	color:#fff;
	font-size:15px;
	line-height:15px;
	font-weight: 500;
	padding: 22px 0;
	background-color: var(--thm-primary);
	border: 1px solid var(--thm-primary);
	cursor: pointer;
	width:200px;
	transition:all 300ms ease;
}
.btn_wrap .btn-style-board:hover{
	color:var(--thm-primary);
	background-color: #fff;
	
}
.btn_wrap .btn-style-board:nth-child(2){
	background-color: #fff;
	border: 1px solid var(--thm-primary);
	color:var(--thm-primary);
}

.btn_wrap .btn-style-board:nth-child(2):hover{
	color:#fff;
	background-color: var(--thm-primary);
}

.b_head {
	min-height: 40px;
	position:relative;border-bottom:solid 1px #e0e0e0;padding-bottom:42px;
}
.b_head h2 { font-size: 35px; color:#000; font-weight:500; letter-spacing: -0.07em}
.b_head h2 span{ color:var(--thm-primary); display: inline-block; margin-left:5px }
.b_head .sub_txt {margin:14px 0 0 0;; font-size:1em; line-height: 1.3;}
.b_head .g-side { position:absolute; right:0; bottom:42px; }
.b_head .g-side .fm-field-ref {font-size:16px; }
.fm-required { overflow:hidden; position:relative; display:inline-block; width:0; padding:0 0 0 15px; vertical-align:top; white-space: nowrap; }
.fm-required:after { content:'*'; position:absolute; display:block; left:0; right:0; top:0; color:#ec7140; text-align:center; }
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="date"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	color: #ccc;
	line-height:60px;
	padding: 0 16px;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #252733;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-bottom:30px;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group input[type="date"]:focus,
.contact-form .form-group input[type="file"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color: var(--thm-primary);
	color: #252733;
}
.contact-form .form-group .fieldfa { position: absolute; bottom:45px; right:40px; font-size: .7em; color:#b7b7b7 }
.contact-form .form-group .fieldfa.pr20 { right:20px !important; }
.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:1.5;
	padding: 20px;
	color: #808186;
	height: 135px;
	font-size: .9em;
	font-weight: 400;
	resize:none;
	border-radius:0  ;
	background: #fff;
	border: 1px solid #252733;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-bottom:30px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.blog-section {
	position: relative;
}

.btn-style-four.border-anim-left:before {
	height: 2px;
	left: -2px;
	top: -2px;
}

.btn-style-four.border-anim-left:after {
	width: 2px;
	left: -2px;
	top: -2px;
}
.btn-style-four .border-anim-right:before {
	height: 2px;
	right: -2px;
	bottom: -2px;
}
.btn-style-four .border-anim-right:after {
	width: 2px;
	right: -2px;
	bottom: -2px;
}
.more_btn { width:60px; height:60px; line-height: 60px; font-size:30px; box-sizing: border-box; padding:0; text-align: center; font-weight: 100}
.sp-one .all_chk { margin:10px 0; z-index: 1}
.sp-one .chk_box input[type="checkbox"] + label span  {margin:2px 0 0 0;}
.news-block-one .inner-box {
	position: relative;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.news-block-one .inner-box .gall_chk{
    position: absolute;
    top:10px;
    left: 15px;
    z-index: 1
    
}
.news-block-one .image {
	position: relative;
	overflow: hidden;
}

.news-block-one .image img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.news-block-one .inner-box:hover .image img {
    transform: scale(1.2);    
}

.news-block-one .image a {
    position: absolute; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;  
}

.news-block-one .image a:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: top;
	transition: all 0.5s;
	background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .image a:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(90deg);
	transform-origin: bottom;
	transition: all 0.5s;
	background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .inner-box:hover .image a:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}

.news-block-one .inner-box:hover .image a:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}

.news-block-one .lower-content {
	position: relative;
	padding: 60px 40px;
}
#bo_v .news-block-one .lower-content {
    padding: 80px 80px 60px;
}
#bo_v h4 { font-size: 1.2em;}
#bo_v .news-block-one .lower-content.lower-content2 {
    padding:  0 30px 0;
}
.news-block-one .date {
	position: absolute;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 30px;
	border: 9px solid #fff;
	background: var(--thm-primary);
	text-align: center;
	top: -40px;
	right: 50px;
	padding: 9px 0;
	text-transform: uppercase;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    
}
.news-block-one .date span{
	display: block;
	font-size:0.6em;
	line-height: 0.8em;
}


.news-block-one .post-meta li {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	font-size: .9em;
    color: var(--thm-primary);
}
.news-block-one .post-meta li i {
	margin-right:12px;
    opacity: .9;
    vertical-align:middle;
    transform: scale(.8);
    transform-origin: top left;
    
}
.news-block-one .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-one .post-meta li:before {
	position: absolute;
	content: '';
	top: 6px;
	right: 0;
	background: #ccc;
	width: 2px;
	height: 9px;
}

.news-block-one .post-meta li:last-child:before {
	display: none;
}

.news-block-one .post-meta li a {
	color: var(--thm-primary);
	font-weight: 600;
	font-size: 16px;
}
.news-block-one h3 {
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	margin: 0 0 13px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;  
	
	
}
.blog-single .news-block-one h3 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	margin: 20px 0 40px 0;
    letter-spacing: -0.05em;
}

.news-block-one h3 a {
	color: #252733;
	transition: all .5s ease;
}

.news-block-one h3 a:hover {
	color: var(--thm-primary);
}

.smarteditor2 { font-size: 0.7em}


@media (min-width:768px) and (max-width:1199px) {
    .news-block-one .date { top:50px; }
}

@media (max-width: 767px) {
    .contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="file"],.contact-form .form-group select { margin-bottom:20px; font-size: 14px; height:50px; line-height: 50px}
    .filebox .upload-name {font-size: 14px;}
    .b_head .g-side { bottom:10px;}
    .b_head .g-side .fm-field-ref { font-size:.7em;}
    .news-block-one .inner-box { box-shadow: none;}
    .news-block-one .lower-content { padding:0}
    .news-block-one .date { right:0; top:-20px;  transform: scale(0.8)}
    .news-block-one .post-meta { margin:0;}
    .news-block-one .post-meta li { font-size:.8em; padding-right:10px; margin-right:10px}
    .news-block-one h3 { font-size:22px; line-height: 1.4; margin: 0}
    .btn_wrap { margin-top:25px;}
    .btn_wrap .btn-style-board { font-size:.8em; width:120px; padding: 15px 0}
    #bo_v .news-block-one .lower-content { padding:0}
    #bo_v .news-block-one .lower-content.lower-content2  { padding:0}
    .b_head h2 { font-size: 1.3em}
    .b_head .sub_txt { font-size: .8em;}
	
	
.filebox label { width:20%; }
.filebox .upload-name {width:80%;}
	
	
}


/* 게시판 목록 */
.no_content { text-align: center; height: 300px; line-height: 300px}
#bo_list {position:relative;}
#bo_list a { color:#202020}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list table {border-top:solid 1px var(--thm-primary);}
#bo_list .tbl_head01 thead th {padding:20px 0; background:#f3f3f3;}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:50px;text-align:center;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:160px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:160px;text-align:center;}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:90px;text-align:center}
#bo_list .td_num2 {width:120px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .td_filezone {width:250px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list table {font-size:1.05em}
#bo_list tbody tr {border-left:2px solid transparent}
#bo_list tbody .even td {}
@media (min-width:768px) and (max-width:1199px) {
}

@media (max-width: 990px) {
.contact-form .form-group .fieldfa { right:20px }

}


@media (max-width: 767px) {
#bo_list table {font-size:0.9em}
    #bo_list .tbl_head01 thead th { padding:15px 0}

}


/* 게시판 목록 공통 */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70; font-size:0.8em; line-height: 1}

#bo_list .chk_box input[type="checkbox"] + label {font-size:0; line-height:0; margin:0; padding:0;}


.chk_box input[type="checkbox"] + label:hover {color:var(--thm-primary)}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px;}
.chk_box input[type="checkbox"] + label span.chkbox {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
#bo_gall .all_chk.chk_box input[type="checkbox"] + label span { margin-right:10px;}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(../img/chk.png) no-repeat 50% 50% var(--thm-primary);border-color:var(--thm-primary);border-radius:3px}
.row .bo_v_option li { display: inline-block}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}

.faq .all_chk { margin:10px 0}
.faq .chk_box input[type="checkbox"] + label span  { margin:2px 10px 0 0;}


.btn_bo_user {margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;}
.btn_bo_user li a , .btn_bo_user li i{ color:#808186}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f9fefc!important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:700;color:var(--thm-primary)}

.reg-up { padding:10px 0; min-width:80px; border:solid 1px var(--thm-primary); font-size:.85em; display: block; margin: 0 auto;  transition: 300ms ease;	}
.reg-up.confirm,.reg-up.calcel:hover { background-color: var(--thm-primary); color:#fff; }
.reg-up.calcel,.reg-up.confirm:hover  { color:var(--thm-primary); background-color: #fff;}


.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #e3e3e3;z-index:999; list-style: none; margin:0; padding:0}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #e3e3e3 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:7px 10px;float:inherit;width:90px;margin:0;color:#6b757c;list-style: none; font-size:0.8em; text-align: center; background-color: #fff;}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:40px; font-weight:normal !important; font-size:.7em; color:#fff !important; background:var(--thm-primary); padding:7px 12px; border-radius: 50px; min-width:55px; text-align: center; margin-top:-2px } /* 글제목줄 분류스타일 
*/



.bo_tit {display:block;color:#000;font-weight:400; padding-left:10px; }
.bo_tit a { display: inline-block; vertical-align: middle; margin-right:5px}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt{display:inline-block; font-size:15px; margin:0 5px; font-weight:600; vertical-align:middle; color: var(--thm-primary);}
#bo_list .cnt_cmt:before { content:'['; margin-right:2px;}
#bo_list .cnt_cmt:after { content:']'; margin-left:2px;}

#bo_list .bo_tit .title_icon {margin-right:2px}



.bo_sch_wrap {display:none; width:100%;height:100%;position:fixed;top:0;left:0;z-index:999; background: rgba(0,0,0,.5)}
.bo_sch {position:absolute;top:50%;left:50%;text-align:left;width:550px;max-height:300px;margin-left:auto !important;margin-top:auto !important;overflow-y:auto;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);background:#fff;  transform: translate(-50%, -50%)}

.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:22px 0 22px 30px;  font-size:1.1em !important; font-weight:500 !important;  background: var(--thm-primary); color:#fff; margin:0 !important}
.bo_sch legend {background:red}
.bo_sch form {padding:20px;display:block}
.bo_sch select {width:100%;height:60px; border:1px solid #e3e3e3;font-size:.88em;  text-indent: 10px}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:-1px;border:1px solid #e3e3e3; font-size:0.8em; position:relative;}
.bo_sch .sch_input {width:100%; height:60px; line-height:60px;  border:0;padding:0 10px; ;background-color:transparent;float:left; box-sizing: border-box; text-indent: 10px; font-size:1.1em;  }
.bo_sch .sch_btn {position:absolute; top:0; right:0; height:60px;color:#888;background:none;border:0;width:40px;font-size:15px; cursor: pointer}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#fff;border:0; width:70px; height:70px; background:url("../img/srch_close.png") no-repeat; cursor: pointer; background-position: center}
.bo_sch .bo_sch_cls i { display: none}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

@media (max-width: 767px) {
    .bo_tit {line-height: 1.4 }
    .bo_tit a { display:inline;}
    .bo_cate_link {float:none; margin:0 0 5px 5px; line-height: 1em; padding-left:10px;  min-width: 43px; font-size: .65em; padding:6px 8px} /* 글제목줄 분류스타일 */
	.bo_sch {width:90%; margin-left:-150px;}
	.bo_sch .sch_input { background-color:transparent;}
	.mobileHidden { display: none}
	#bo_list .td_datetime { width:25%}
    #bo_list .td_filezone {width:30%;}
}


/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:60px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:90px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#e3e3e3;zoom:1;}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left; font-size: .8em}
#autosave_pop span {display:block;float:right;font-size:0.7em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:50px;background:none;color:#888;font-weight:bold;font-size:0.7em}
.autosave_close:hover {background:#f3f3f3;}
.autosave_content {display:none}
.autosave_del {background:url(../img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 게시판 읽기 */
#bo_v {background:#fff;box-sizing:border-box}
#bo_v .text { font-size: .95em; line-height:1.5; padding-bottom:50px; color:#202020}
#bo_v  p { margin:0; line-height:1.7; color:#202020}
#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}
#bo_v_title {}
#bo_v_title .bo_v_cate {display:inline-block;line-height:20px;background:#e2eaf6;color:var(--thm-primary);padding:0 10px;border-radius:3px;}
#bo_v_title .bo_v_tit {display:block;font-size:2em;margin:5px 0 0;word-break:break-all}
#bo_v_info {margin:0;border-bottom:1px solid #f1f1f1;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info .profile_info {margin:20px 0 10px;display:inline-block;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}
#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:3em 0 0 0; padding:0; list-style:none; font-size:.9em;}
#bo_v_file li {padding:30px;position:relative;margin:10px 0;border:1px solid #dfdfdf;}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:1.5em;margin:10px 30px 0 20px;}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000; font-size:1.1em}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:var(--thm-primary);}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:1em; display: block; margin-top:8px}
#bo_v_file li:hover {border-color:var(--thm-primary);color:var(--thm-primary);}
#bo_v_file li:hover i {color:var(--thm-primary);}
#bo_v_file li:hover .bo_v_file_cnt {color:var(--thm-primary);}
#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0; padding:0; list-style:none; font-size:.9em;}
#bo_v_link li {padding:30px;position:relative;margin:10px 0;border:1px solid #dfdfdf;}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:1.5em;margin:10px 30px 0 20px;}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000; font-size:1.1em}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:var(--thm-primary)}
#bo_v_link .bo_v_link_cnt{color:#b2b2b2;font-size:1em;  display: block; margin-top:8px}
#bo_v_link li:hover {border-color:var(--thm-primary);color:var(--thm-primary)}
#bo_v_link li:hover i {color:var(--thm-primary)}
#bo_v_link li:hover .bo_v_link_cnt {color:var(--thm-primary)}

.view_bot { width:100%; display:flex; justify-content:space-between; padding:20px 50px; z-index:1; position: relative}
.view_bot .cateInfo { font-size: 16px;}
.view_bot .cateInfo span { color:#202020; font-weight: 700; display: inline-block; margin-right:10px;}

@media (max-width: 767px) {
#bo_v .text { font-size: .9em; line-height:1.5; padding-bottom:50px;}
#bo_v_file ul { margin:1em 0 0 0}
#bo_v_file li {width:100%; padding:15px; display: inline-block; box-sizing: border-box; margin:5px 0 0 0}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:1.3em;padding:10px 20px 0 10px; width:20%; box-sizing: border-box; margin:0}
#bo_v_file a {width:80%; float:right;display:block;text-decoration:none; color:#000; overflow:hidden;word-wrap:break-word; font-size:0.8rem; line-height:1.1rem; margin-bottom:10px;}
#bo_v_file a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:var(--thm-primary)}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.7em; line-height: 1.2em; display: block; width:80%; float:right; margin:-5px 0 0 0}
#bo_v_file li:hover {border-color:var(--thm-primary);color:var(--thm-primary)}
#bo_v_file li:hover i {color:var(--thm-primary)}
#bo_v_file li:hover .bo_v_file_cnt {color:var(--thm-primary)}	
#bo_v_link { margin:0;}
#bo_v_link br {display: none}
#bo_v_link ul { margin:0}	
#bo_v_link li {width:100%; padding:15px; display: inline-block; box-sizing: border-box; margin:5px 0 0 0}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:1.3em;padding:10px 20px 0 10px; width:20%; box-sizing: border-box; margin:0}
#bo_v_link a {width:80%; float:right;display:block;text-decoration:none; color:#000; overflow:hidden;word-wrap:break-word; font-size:0.8rem; line-height:1.1rem; margin-bottom:10px;}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:var(--thm-primary)}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.7em; display: block; width:80%; float:right; margin:-5px 0 0 0; line-height: 1.2em}
#bo_v_link li:hover {border-color:var(--thm-primary);color:var(--thm-primary)}
#bo_v_link li:hover i {color:var(--thm-primary)}
#bo_v_link li:hover .bo_v_link_cnt {color:var(--thm-primary)}
    
.view_bot { width:100%; display: flex; justify-content: space-between; padding:10px 0;}
.view_bot .cateInfo { font-size: 14px;}
.view_bot .btn_bo_user {position: relative; bottom:0;}
    
}



#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all;background:#fff}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;color:#b3b3b3}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:inline-block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img, .news-block-one img {max-width:100%;height:auto;}
#bo_v .news-block-one img { margin-bottom:20px;}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09ae3e3e3}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding:0 10px;color:#555;font-weight:normal;font-size:1em;width:80px;line-height:35px;height:35px;border-color:#d5d5d5;border-radius:5px}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {margin-right:5px;color:#4b5259;vertical-align:middle}

/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #e3e3e3;background:#fff;font-weight:700;margin:20px 0 0px;padding:0 0 10px}
.cmt_btn span.total {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:var(--thm-primary)}
.cmt_btn span.cmt_more {float:right;display:inline-block;width:15px;height:10px;background:url(../img/btn_cmt.png) no-repeat right 2px;margin:10px 10px 0 0}
.cmt_btn_op span.cmt_more {background-position:right -8px}
.cmt_btn b {font-size:20px;color:#202020}
.cmt_btn span.total:after {position:absolute;bottom:-11px;left:0;display:inline-block;background:var(--thm-primary);content:"";width:100%;height:2px}
#bo_vc { }
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article { position:relative; border-bottom:solid 1px #e3e3e3; padding:25px 0 20px}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:20px;border-radius:50%; border:solid 1px #e3e3e3; overflow: hidden}
#bo_vc article .pf_img img {width:65px;height:65px}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#bo_vc header {position:relative;width:100%; font-size: 15px;}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest { color:#212121; margin-right:5px;}
.bo_vc_hdinfo {color:#777}
.ico_reply {  padding-left:50px !important}
.ico_reply:before { content:"\f3e5"; position: absolute; left:20px; top:25px; font-size:15px; font-family: "Font Awesome 5 Free"; font-weight: 600; color:#e3e3e3; transform: rotate(180deg);}


#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:0;}
#bo_vc .cmt_contents p { margin:0; font-size: .9em; line-height:1.5; text-align: justify}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center; font-size:.85em;}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:20px;right:0; color:#bababa}
#bo_vc .bo_vl_opt button  {color:#bababa !important}


.bo_vc_act {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #e3e3e3;z-index:999; list-style: none; margin:0; padding:0}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #e3e3e3 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f1f1f1;padding:7px 10px;float:inherit;width:90px;margin:0;color:#6b757c;list-style: none; font-size:0.8em; text-align: center; background-color: #fff;}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li button, .bo_vc_act li a {width:100%;border:0;background:#fff;color:#6b757c}
.bo_vc_act li:hover a,
.bo_vc_act li:hover button {color:#000}
.bo_vc_act li i {float:right;line-height:20px}





.bo_vc_w {position:relative;margin:15px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {border:1px solid #e3e3e3;background:#fff;color:#666;vertical-align:middle;padding:10px 15px;width:100%; height:120px; font-size: .85em; line-height:1.5;}
#wr_secret {}
.bo_vc_w_info {margin:15px 0; width:100%; overflow: hidden}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px; padding:0 15px; height:50px; line-height: 50px; font-size:15px;}

.bo_vc_w_info #captcha { float: right; transform: scale(0.8); transform-origin: top right; width:304px;}
.bo_vc_w .btn_confirm {clear:both; border-top:solid 1px #e3e3e3; padding-top:20px; margin-top:20px; width:100%; display: inline-block}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {height:45px;padding:0 22px; font-weight:500;font-size:14px}
.bo_vc_w .btn_confirm .secret_cm label {font-size:15px !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

@media (max-width: 767px) {
    #bo_vc article { padding:10px 0}
    #bo_vc article .pf_img  { display: none}
    #bo_vc header { font-size:13px;}
    #bo_vc .bo_vl_opt {top:10px}
    #bo_vc .cmt_contents p { font-size:13px; line-height: 20px;}
    .bo_vc_w { margin:-1px 0 0 0}
    .bo_vc_w textarea { height:80px;}
    .bo_vc_w .btn_submit { height:40px; font-size:13px;}
    .bo_vc_w_wr { margin:10px 0 0}
    .bo_vc_w_info { margin:0; width:100%;}
    .bo_vc_w textarea { font-size:13px; line-height: 20px}
    .cmt_btn span.total,.cmt_btn b { font-size: 16px;}
    .bo_vc_w_info .frm_input {font-size:13px; height:40px; line-height: 40px; width:50%; box-sizing: border-box; margin:0 0 5px -1px}
    .bo_vc_w_info .frm_input:first-of-type { margin-left:0}
    .bo_vc_w_info .frm_input:after { content: ''; display: block; clear: both}
    .bo_vc_w .btn_confirm .secret_cm label { font-size: 13px !important}
    .ico_reply {  padding-left:30px !important}
    .ico_reply:before { left:5px; top:8px; font-size:12px; }
    .bo_vc_w_info #captcha { float: none; margin:-15px auto 0; clear: both;transform: scale(0.7); transform-origin: center;}
    #bo_vc_empty { font-size:13px; padding:30px 0 !important}
    .bo_vc_w .btn_confirm {border-bottom:solid 1px #e3e3e3; padding:10px 0;}
}




/*글쓰기*/
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0; list-style: none}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px; font-size:0.8em}
#bo_w .write_div {margin:0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #e3e3e3;width:100%;height:40px;border-radius:3px}
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w .btn_cancel {border-radius:3px;font-size:1.167em}



/*게시판 상단 재정의*/
#bo_btn_top { width:100%; display: flex; justify-content: space-between; margin:0 0 10px; position: relative; z-index: 2; align-items: flex-end}
#bo_btn_top  #bo_list_total{ display: inline-block; line-height:50px;font-size:0.85em;}
@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 767px) {
    #bo_btn_top { display:inline-block; margin:0;}
    #bo_btn_top  #bo_list_total{ margin-left:0; font-size: .75em}
    .btn_bo_user {position: absolute; bottom:3px; right:0; transform: scale(0.9); transform-origin: top right}
}

/*게시판 카테고리 셀렉트*/
#bo_btn_top {}
#bo_btn_top .dropWrap { display: inline-block; margin-right:15px;}
#bo_btn_top .dropWrap .dropdown { width:250px; height:55px;}
#bo_btn_top .dropWrap .dropdown .btn {padding:0 19px; font-size:14px; color:#666;  background:none;; text-align: left; border-radius: 0; border:solid 1px #e3e3e3;font-weight: 500 }
#bo_btn_top .dropWrap .dropdown .dropdown-toggle:after { position: absolute; top:25px; right:20px;}
#bo_btn_top .dropWrap .dropdown-menu {width:100%; border-radius:0; font-size:14px; line-height: 35px; border:solid 1px #e3e3e3; margin-top:-2px !important; border-top:none; box-sizing: border-box; padding:0;}
#bo_btn_top .dropWrap .dropdown-menu li {}
#bo_btn_top .dropWrap .dropdown-menu li a { color:#666; text-indent: 15px; display: block; height:55px; line-height: 55px;}
#bo_btn_top .dropWrap .dropdown-menu li:hover { background:#e5e5e5; color:#333 }
#bo_btn_top .dropWrap .dropdown-menu li #bo_cate_on { background:var(--thm-primary); color:#fff;}
#bo_btn_top .dropWrap .dropdown .dropdown-toggle.show:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-top: 0;
  border-right: 0.3em solid transparent;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 767px) {
  #bo_btn_top .dropWrap { display: block; margin:0}
   #bo_btn_top .dropWrap .dropdown { width:100%; margin-bottom: 10px}
}



/* snb */
.snb-wrap {height:75px; margin:-40px 0 0 0;  position: relative; display: block; z-index: 10 }
.snb-wrap .container { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; line-height:0}
.snb-wrap .left_wrap { display: flex;  flex-wrap: wrap; align-items: center; border:solid 1px #e5e5e5; border-top-left-radius:20px}
.snb-wrap .left_wrap .home_wrap { width:75px}
.snb-wrap .left_wrap .dropdown_wrap {width:250px }

.snb-wrap .right_wrap { float: right; display: flex; height:55px; margin:-90px 0 0}
.snb-wrap .right_wrap >div { margin-left:5px}
.snb-wrap .print_wrap { position:relative; width:55px;}
.snb-wrap .print_wrap > button { width:55px; height:55px; background: none; outline: none; color:#fff; cursor: pointer;  transition: 0.4s ease; background-color: #fff; border:solid 1px #e5e5e5;  border-radius: 20px }
.snb-wrap .print_wrap > button:hover { opacity: 0.5}
.snb-wrap .print_wrap > button i {background: url("../img/print_b.svg") no-repeat; width:55px; height:55px; display: inline-block; background-repeat: no-repeat; background-position: center; background-size: 120%;}
.snb-wrap .print_wrap > button span{ position:absolute; top:-9999px; left:-9999px; font-size:0;}
.snb-wrap .zoom_wrap {width:90px; margin-right:10px}
.snb-wrap .zoom_wrap a {width:45px; height:55px; line-height: 55px; color:#fff; float:left; text-align: center;transition: 0.4s ease;}
.snb-wrap .zoom_wrap a i {font-size:12px;}
.snb-wrap .zoom_wrap a:hover { opacity: 0.5}
.snb-wrap .zoom_wrap span{ position:absolute; top:-9999px; left:-9999px; font-size:0;}
.snb-wrap .share_wrap { position:relative;}
.snb-wrap .share_wrap > button { width:55px; height:55px; background: none; outline: none; color:#fff; cursor: pointer;  transition: 0.4s ease; background-color: #fff; border:solid 1px #e5e5e5; border-radius: 20px; }
.snb-wrap .share_wrap > button:hover { opacity: 0.5}
.snb-wrap .share_wrap > button i {background: url("../img/share_b.svg") no-repeat; width:55px; height:55px; display: inline-block; background-repeat: no-repeat; background-position: center; background-size:120%}
.snb-wrap .share_wrap > button span{ position:absolute; top:-9999px; left:-9999px; font-size:0;}
.snb-wrap .share_wrap .btn_share{ position:absolute; top:65px; left:0; background:#fff; border:solid 1px #e5e5e5; padding:15px; display: none }
.snb-wrap .share_wrap .btn_share:before {content:"";position:absolute;top:-9px;left:20px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #e5e5e5 transparent}
.snb-wrap .share_wrap .btn_share:after {content:"";position:absolute;top:-7px;left:20px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.snb-wrap .share_wrap .btn_share ul {display: flex; }
.snb-wrap .share_wrap .btn_share li { line-height: 0; margin: 0 1px} 
.snb-wrap .share_wrap .btn_share li button, .snb-wrap .share_wrap ul li a {width:40px; height:40px; font-size:0; text-indent:-9999px; display: block; cursor: pointer; background-position: center}
.snb-wrap .share_wrap .btn_share li .kakao{background-image: url("../img/sns_kakao.jpg");} 
.snb-wrap .share_wrap .btn_share li .line{background-image: url("../img/sns_line.jpg");} 
.snb-wrap .share_wrap .btn_share li .fb{background-image: url("../img/sns_fb.jpg");} 
.snb-wrap .share_wrap .btn_share li .tw{background-image: url("../img/sns_tw.jpg");}
.snb-wrap .share_wrap .btn_share li .close{ color:#000; display: inline-block}

.snb-wrap .btn_home { display: block; height:55px; text-align: center; line-height:55px; transition: 0.4s ease;  background-color: #fff; border:solid 1px #e5e5e5;  border-radius: 20px }
.snb-wrap .btn_home span { position:absolute; top:-9999px; left:-9999px; font-size:0;}
.snb-wrap .btn_home i { color:var(--thm-primary);  line-height:55px}
.snb-wrap .btn_home i.ico-home { background: url("../img/home_b.svg") no-repeat; width:55px; height:55px; display: inline-block;  background-size: 120%; background-position: center}
.snb-wrap .btn_home:hover { opacity: 0.5}

.snb-wrap .btn-secondary { height:75px; line-height: 75px; background: none; width:100%; padding:0 30px; border: none; text-align: left; box-sizing: border-box; border-radius: 0; font-size: 0.9em; overflow: hidden; background-color:#fff; color:#666} 
.snb-wrap  .dropdown_wrap:first-of-type .btn-secondary { border-top-left-radius: 20px;  border-right:solid 1px #e5e5e5}
.snb-wrap .btn-secondary:focus { box-shadow: none;}
.snb-wrap .dropdown-toggle:after { position:absolute; right:20px; top:39px;}
.snb-wrap .dropdown-toggle.show:after {

  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-top: 0;
  border-right: 0.3em solid transparent;
    
}
.snb-wrap .dropdown-menu { width:100%; padding:0; box-sizing: border-box; border-radius:0; top:99% !important}
.snb-wrap .dropdown-menu li { line-height:40px}
.snb-wrap .dropdown-menu li a { padding:10px 25px; display:block;  background:#fff; font-size: .9em; color:#666}
.snb-wrap .dropdown-menu li a:hover { background: #f3f3f3; color:#333}
.snb-wrap .dropdown-menu .current a, .snb-wrap .dropdown-menu li a:active { background:var(--thm-primary); color:#fff}
.depth01 .dropdown-btn { display: none}
@media (min-width: 768px)  and (max-width: 1199px) {
    .snb-wrap  .dropdown-menu {}
    .snb-wrap .left_wrap .dropdown_wrap { width:28vw; min-width:200px }
    .snb-wrap .btn-secondary { padding:0 25px;}
    .snb-wrap .left_wrap .home_wrap { display: none}
}

/*가로 1024 이상 가로모드*/
@media  (min-width: 1024px) and  (max-width: 1600px) and (orientation: landscape) {
    .snb-wrap  .dropdown-menu {}
    .snb-wrap .left_wrap .dropdown_wrap {width:270px }
    .snb-wrap .left_wrap .dropdown_wrap .dropdown-menu  { transform: none !important}
}


@media only screen and (max-width: 1600px) {
    .snb-wrap  .dropdown-menu { }
    .snb-wrap .share_wrap .btn_share { left:auto; right:10px; }
    .snb-wrap .share_wrap .btn_share:before { left:auto; right:20px}
    .snb-wrap .share_wrap .btn_share:after { left:auto; right:20px}
}



@media only screen and (max-width: 767px) {
    .snb-wrap  {padding:0; height:60px; margin:-30px 0 0 0}
    .snb-wrap .container { max-width:100%; padding:0 10px}
    .snb-wrap .home_wrap, .snb-wrap .zoom_wrap, .snb-wrap .share_wrap, .snb-wrap .print_wrap, .cont_btn_top {display: none}
    .snb-wrap .left_wrap  { width:100%}
    .snb-wrap .left_wrap .dropdown_wrap { width:50%}
    .snb-wrap  .dropdown-menu { top:-3px !important}
    .snb-wrap .btn-secondary {height:60px; line-height: 60px; font-size: 0.85em; padding:0 20px}
    .snb-wrap .dropdown-toggle::after { top:28px; right:15px;}
    .snb-wrap   #lnb_wrap .btn-secondary { border-right:none; }
    .snb-wrap .dropdown-menu li { font-size:.9rem}
    .snb-wrap .dropdown-menu li a { padding:8px 20px; font-size: 0.9em;}

}


/* 팝업레이어 */
#hd_pop {z-index:100;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative; font-size:0.7em}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

@media (max-width: 1024px) {

/* 팝업레이어 */
#hd_pop {z-index:100;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff; max-width:90%; top:100px !important; left:5% !important}
.hd_pops img {max-width:100%; height:auto}
.hd_pops_con {max-width:100%; height:auto !important}
.hd_pops_con p {margin:0}
.hd_pops_footer {padding:0;background:#000;color:#fff}
.hd_pops_footer button {margin-right:5px;border:0;background:#393939;color:#fff; vertical-align:baseline}
.hd_pops_footer .hd_pops_close {top:0;right:0}

}


/*게시판 아이콘*/
.new_icon {display:inline-block;width:20px; height:20px;line-height:20px;font-size:0.6em;color:#fff;background:var(--thm-primary);text-align:center;border-radius:50%;margin:0 5px 0 0; font-weight:500;vertical-align:middle;}
.bo_tit i {display:inline-block;width:20px; height:20px;line-height:20px;font-size:0.6em;color:#fff;background:var(--thm-primary);text-align:center;border-radius:50%;margin:0 5px 0 0;  vertical-align:middle;}
.bo_tit i:last-of-type {}
a.go_veiwPage {color:var(--thm-primary) !important; border: solid 1px var(--thm-primary); font-size: .6em; line-height: .5em; padding:9px 13px; border-radius: 50px; transition: 0.2s ease; display: inline-block}
a.go_veiwPage:hover {background:var(--thm-primary);border: solid 1px var(--thm-primary); color:#fff !important; text-decoration: none !important; }
@media (max-width: 767px) {
    .bo_tit .new_icon, .bo_tit i { transform: scale(0.8);  margin:0; font-size:.7em;}
    a.go_veiwPage { transform: scale(.8); transform-origin: center left}
}


/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px;}
.copymove_current {float:right;background:var(--thm-primary); padding:3px 10px; color:#fff;border-radius:3px; vertical-align: top;  margin-left:20px; display: inline-block; font-size:0.8em}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg { z-index: 1040;position:absolute; top:-9999px; left:-9999px; font-size:0;}

#hd_login_msg a { display: inline-block; padding:5px; font-size:0.4em; background:#fff; color:var(--thm-primary); border-radius: 10%; margin: 0 2px; line-height: normal; transition: 0.2s ease; box-sizing: border-box; border:solid 1px #fff }
#hd_login_msg a:hover {background:var(--thm-primary); color:#fff;}
#hd_login_msg a:nth-of-type(1) { margin-left:10px}
#hd_login_msg a:last-of-type { margin-right:0}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute !important;top:-9999px;left:-9999px;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha { float: right}
.write_div #captcha { position: absolute; bottom:40px; right:10px;}
#captcha legend {display: none}
#captcha #captcha_img {height:40px;border:1px solid #e5e6e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #e5e6e9;background:#fff;font-size:1em;text-align:center;vertical-align:top; display: inline-block !important}
#captcha #captcha_info {display:none}

.rg_em #captcha {display:inline-block;position:relative; right:auto; bottom:auto}

@media (max-width: 767px) {
.write_div #captcha { position:relative; bottom:auto; right:auto; margin:-10px auto 0 auto; text-align: center}
}




/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:var(--thm-primary); color:#fff;cursor:pointer;}
.btn_submit:hover {background:var(--thm-primary); }
.btn_close {border:1px solid #dcdcdc;cursor:pointer;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none; padding:20px 50px; vertical-align: top}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:100px;padding:0 5px;height:30px;border:0;background:#434a54;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:0.6em; position:absolute; right:13px; top:13px}

@media (max-width: 1199px) {

/* 팝업레이어 */
button.btn_frmline {display: none}
}



/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#bababa}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#999;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#999;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#bababa}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px; color: var(--thm-gray); border:#e5e5e5; border-top:solid 2px var(--thm-primary);}

.tbl_wrap caption {padding:10px 0;text-align:left}
.tbl_head01 {margin:0 0 10px; font-size:16px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:25px 0;font-weight:normal;text-align:center;border-bottom:1px solid #e5e5e5;height:80px; background:#f3f3f3}

.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#d7e0e2;text-align:center; color:#fff !important}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:25px 5px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;height:80px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

@media (max-width: 767px) {
    .tbl_head01 thead th { padding:25px 0; height:auto}
    .tbl_head01 td { height:auto; padding:25px 0;}
}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #e3e3e3;background:#fff;color:#666;vertical-align:middle;padding:10px 5px; font-size: 16px;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:60px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}

.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}

.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:100px 0 !important;color:#666;text-align:center; font-size:0.9em}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important; background-repeat:no-repeat !important;background-position:right top !important; background-size:10px;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:50px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win .tbl_wrap table {font-size:14px !important;}
.new_win .tbl_wrap table thead th input { vertical-align:middle !important}
.new_win #win_title {font-size:20px; height:50px;line-height:50px;padding:10px 20px;background:#fff;color:#000; font-weight: 700}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#fc5e28 ;border-color:#fc5e28 ;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#fc5e28 ;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center; margin:20px 0 0}
.new_win .btn_close {padding:0 15px; height:40px; vertical-align: top;  overflow:hidden;cursor:pointer; font-size:0.7em; box-sizing: border-box; outline: none; border:none;}
.new_win .btn_submit {padding:0 15px;height:40px;font-size:0.7em; box-sizing: border-box; outline: none; border:none;}

/* 검색결과 색상 */
.sch_word { font-weight: inherit}
/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member { }
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both; margin:40px 0 0 0;  text-align: center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f4f4f4;border:1px solid #e3e3e3; font-size:15px;}
.pg a:focus, .pg a:hover {text-decoration:none; color:var(--thm-primary)}
.pg_page {color:#959595;height:35px;line-height:35px;padding:0 10px;min-width:35px;text-decoration:none}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #e3e3e3;padding:0;border:1px solid #e3e3e3}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #e3e3e3;padding:0;border:1px solid #e3e3e3}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #e3e3e3;padding:0;border:1px solid #e3e3e3}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #e3e3e3;padding:0;border:1px solid #e3e3e3}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:var(--thm-primary);border:1px solid var(--thm-primary) ;color:#fff;height:35px;line-height:35px;padding:0 10px;min-width:35px;}

@media (max-width: 767px) {
    .pg_wrap {margin:20px 0 10px 0}
    .pg_page, .pg_current {font-size:13px;}
    .pg_page {height:30px;line-height:30px;min-width:30px;}
	.pg_current {height:30px;line-height:30px;min-width:30px;}
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #e3e3e3;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}



.board-nav { position:relative; border-top:solid 1px #e3e3e3; padding:50px 0 40px; overflow:hidden; }
.board-nav .btn-cma-4 { position:absolute; left:50%; transform:translateX(-50%); }
.bnv-def { float:left; width:500px; font-size:.9em; line-height:1; }
.bnv-def dt { position:absolute; font-weight:500; }
.bnv-def dd { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.bnv-def dd a { color:var(--thm-primary); }
.bnv-def dd a:hover { text-decoration: underline}
.bnv-def:first-child dt { left:0 }
.bnv-def:first-child dt::before {  content:'\f053'; color:#000; display:inline-block; vertical-align:top; margin:0 15px 0 20px; font-size:8px; font-family: "Font Awesome 5 Free"; font-weight: 900}
.bnv-def:first-child dd { padding-left:120px; }
.bnv-def + .bnv-def { float:right; }
.bnv-def + .bnv-def dt { right:0 }
.bnv-def + .bnv-def dt:after { content:'\f054'; color:#000; display:inline-block; vertical-align:top; margin:0 20px 0 15px;; font-size:8px; font-family: "Font Awesome 5 Free"; font-weight: 900}
.bnv-def + .bnv-def dd { padding-right:120px; text-align:right; }

@media (max-width: 767px) {
    .board-nav { padding:10px 0 0 0}
    .bnv-def { width:100% ;font-size:14px; line-height:35px; }
    .bnv-def:first-child dt::before {  margin:0 15px 0 0; }
    .bnv-def:first-child dd { padding-left:80px; }
    .bnv-def + .bnv-def dt:after {margin:0 0 0 15px;;}
    .bnv-def + .bnv-def dd {padding-right:80px;}
	
}

