@charset "utf-8";
@font-face { font-family: 'GyeonggiTitleM'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiTitleM.woff') format('woff'); font-weight: normal; font-style: normal; }

/** Common **/
.input_ty {width:100px;padding:5px;border:solid 1px #e5e5e5;font-size:14px;color:#000;}
.placeholder {color:#afafaf;}
:-ms-input-placeholder {color:#afafaf;} /* M$ */
::-webkit-input-placeholder {color:#afafaf;} /* webkit */
::-moz-placeholder {color:#afafaf;} /* firefox */

.select_ty {width:120px;padding:0px 10px;border:solid 1px #e5e5e5;font-size:14px;color:#000;box-sizing:border-box;}
.tarea_ty {width:100%;height:100px;padding:15px;border:solid 1px #e5e5e5;font-size:14px;color:#000;box-sizing:border-box;resize:none;}

.ta_c{text-align: center;}

/* Input Size */
.w20 {width:20%;}
.hidden_form{font-size: 0; line-height: 0; margin: 0; padding: 0; position: absolute; left: 0; top: 0;}
/* Btns */
/* .btn_ty {display:inline-block;min-width:100px;padding:5px 0;background:#2d2f94 ;border:none;font-size:16px;color:#fff;text-align:center;line-height:30px;cursor:pointer;box-sizing:border-box;transition:background 0.4s;}파랑색 */
.btn_ty03 {background:#f5f5f5;border:solid 1px #dbdbdb;color:#606060;}/* 회색 */
.btn_ty:hover, .btn_ty:focus {background:#25283d ;}
.btn_ty03:hover, .btn_ty03:focus {background:#25283d ;}

/*** BOARD ***/
/** 페이징 **/
.pg_wrap {width: 100%;margin:30px 0 0;padding:0;}
.pg_wrap .pg {display:block;}
.pg_wrap .pg_page, 
.pg_wrap .pg_current {width:32px;margin:0;padding:0;height:auto;background:#fff;line-height:33px;border:1px solid #ddd;box-sizing:border-box;}
.pg_wrap .pg_start{height: 35px;font-size:0;background: url(../../images/sub/paging__prev.png) no-repeat center;}
.pg_wrap .pg_end {height: 35px;font-size:0;background: url(../../images/sub/paging__next.png) no-repeat center}

.pg_wrap .pg_page:hover, .pg_wrap .pg_page:focus, .pg_wrap .pg_page:active,
.pg_wrap .pg_current {background-color: #a1c3e1;color:#fff;border:1px solid #a1c3e1;}

.pg_wrap .pg_start:hover{background: #a1c3e1 url(../../images/sub/paging__prev_h.png) no-repeat center}
.pg_wrap .pg_end:hover{background: #a1c3e1 url(../../images/sub/paging__next_h.png) no-repeat center}

/** 검색 **/
.bd_search{margin-top:70px;margin-bottom:150px;}
.bd_search.top {margin:0 0 40px;}
.bd_search .select_ty {width:20%;height:45px;}

/* 검색 변형 */
.bd_search{margin-top:60px !important;background: #f5f5f5; overflow: hidden; padding: 45px 0; margin-bottom: 70px;text-align: center;}
#bo_sch{margin: 0; padding: 0;}
.bd_search .dis_i{display: inline-block;}
#bo_sch select{width: 30%;background: #fff url(../../images/template/selectArrow.png) 90% center no-repeat; -webkit-appearance: none;-moz-appearance: none;appearance: none;cursor: pointer;}
#bo_sch select::-ms-expand {display: none;}
#bo_sch select,
#bo_sch input[type=text]{border: 1px solid #000; height: 50px; line-height: 48px; font-size: 1rem; color: #666; box-sizing: border-box; padding: 0; padding:0 20px; background-color: #fff;border-radius: 0!important;}
#bo_sch input[type=text]{position: relative;padding-right: 0;width: 60%;}
#bo_sch input[type=text]:after{content: '';position: absolute;top:50%;right:30px;width:19px;height: 19px;;background:  url(../../images/template/selectArrow.png) 90% center no-repeat; ;}
.bd_search #bo_sch input[type=submit]{height: 50px !important;line-height: 50px!important;border-radius:0!important}

#bo_sch input[type=text]::placeholder {color: #666;}
.sch_area_wrap{display: inline-block;width:380px;height: 50px;vertical-align: middle;}
.bd_search .cate_box,
.bd_search .sch_box {display: inline-block;vertical-align: middle;width: 130px;height: 50px;margin-right: 10px;}
.bd_search .sch_txt {float: left;width: 81.58%;margin-right: 0px;}  
.sch_submit{float: left;width: 18.42%;height: 100%; }
.bd_search .sch_submit input{width: 100%;height: 100%; ;background: #000 url(../../images/sub/ico_searchbar.png) center no-repeat;font-size: 16px; line-height: 50px; color: #fff; text-align: center; border: 0; outline:none;transition:.3s;}
.bd_search .sch_submit input:hover{background: #a70914 url(../../images/sub/ico_searchbar.png) center no-repeat;}

/* .bd_search .input_ty {width:60%;min-height:45px;padding:5px 10px;} */
/* .bd_search .btn_search {min-width:5%;height:45px;min-height:45px;background-image:url(../../images/template/ico_search_w.png);background-repeat:no-repeat;background-position:center center;font-size:0;line-height:45px;}
 */
#bo_cate {margin:0;}
.bd_cate {display:table;width:100%;margin-bottom:50px;border:solid 1px #dbdbdb;table-layout:fixed;box-sizing:border-box;}
.bd_cate > li {display:table-cell;border-left:solid 1px #dbdbdb;vertical-align:middle;}
.bd_cate > li:first-child {border:none;}
.bd_cate > li > a {padding:20px 5px;font-size:17px;color:#333;text-align:center;transition:all 0.4s;}
.bd_cate > li > a#bo_cate_on, .bd_cate > li > a:hover, .bd_cate > li > a:focus {background:#cd2027;color:#fff;}

/** 상세 **/
#bo_v .view_top_sec {padding:60px 60px;background:#c0a355 url(../../images/template/simbol_bg.png) no-repeat right top;box-sizing:border-box;}
#bo_v .view_top_sec #bo_v_title {margin-bottom:25px;font-size:30px;font-weight:700;color:#fff;line-height:30px;}
#bo_v .view_top_sec .info {font-size:15px;color:#e7dbbc;line-height:15px;}
#bo_v .view_top_sec .info > span {display:inline-block;margin-right:15px;padding-right:15px;border-right:solid 1px #e7dbbc;vertical-align:top;}
#bo_v .view_top_sec .info > span:last-child,
#bo_v .view_top_sec .info > span.last {margin:0;padding:0;border:none;}

#bo_v_file .view_file_download img {width:auto;margin-right:5px;vertical-align:middle;}

#bo_v_atc {padding:80px 20px 90px;font-size: 1.125rem;}
.sub_layout2_1 #bo_v_atc {padding:35px 20px 35px;font-size: 1.125rem;}
#bo_v_atc #bo_v_atc_title {display:none;}
#bo_v_atc #bo_v_img {margin-bottom:30px;text-align:center;}
/*#bo_v_atc #bo_v_img img {width:auto;max-width:100%;margin:30px 0 0;}*/

#bo_v_atc #bo_v_con img {display:block;width:auto;max-width:100%;/* margin:0 auto; */}

.bdl0{border-left: 0 !Important;}


.ct1{max-width:1600px; margin: 0 auto;} 
.ct2{max-width:1320px; margin: 0 auto;} 

.af:after{content:''; display: block; clear: both;}
.bdr{border-radius: 50%;}
.fl {float:left;}
.fr {float:right;}
.mc {margin:0 auto;}
.c_y{color: #f6ae02;}

/* 패딩 */
.p100_0{padding: 100px 0;}

.pt80{padding-top: 80px;}
.pt50{padding-top: 50px;}

/* 마진  */
.mt30{margin-top: 30px !Important;}
.mt40{margin-top: 30px !Important;}
.mt60{margin-top: 60px !Important;}
.mt80{margin-top: 80px;}
.mt100{margin-top: 100px !Important;}
.mb170{margin-bottom: 170px !Important;}


/* 마진 제거 */
.mt0{margin-top: 0 !Important;}
.mb0{margin-bottom: 0 !Important;}
.mr0{margin-right: 0 !important;}
.ml0{margin-left: 0 !important;}

.bfn:before{display: none;}
.bfn_r:after{display: none;}

/* 버튼 */
.bt_box{display:block; text-align: center; margin: 0 auto;}
.bt_ty1{position: relative; overflow: hidden; z-index: 10; text-align: center; font-size: 14px; line-height: 72px; font-weight: 700; padding: 0px 50px; background: #000; color: #fff; display: inline-block; border-radius: 50px; letter-spacing: 0.15em; transition:.6s;}  
.bt_ty1:before{position: absolute; content:''; width: 700px; height:700px; background: #f6ae02;  transform:rotate(45deg); left: -250%; top: 50px; transition:.6s; z-index: -1;}
.bt_ty1:hover:before{left: -120%; }

/* .bt_ty1:hover{transform:rotateY(380deg)} */

/* 폰트 */
.nsq{font-family: 'NanumSquare';  font-weight: 400; letter-spacing: 0;} 
.mont{font-family: 'Montserrat'; } 
.roboto{font-family: 'Roboto', sans-serif;}
.jp{font-family: 'Noto Sans JP', sans-serif;}

b.jp{font-weight: 500;}
b.jp400{font-weight: 400;}


.table_ty1{}
.table_ty1 table {border-top: 2px solid #2d6794;}
.table_ty1 table th,
.table_ty1 table td{border: 1px solid #dbdbdb;}

.table_ty1 table th{font-size: 18px; 	line-height: 77px; color: #303030; font-weight: 500; background: #eaf0f4; }
.table_ty1 table th:first-child,
.table_ty1 table td:first-child{border-left: 0;}
.table_ty1 table th:last-child,
.table_ty1 table td:last-child{border-right: 0;}
.table_ty1 table td {padding: 23px 25px 25px; text-align: center; vertical-align: top;}
.table_ty1 table td h4{color: #303030; font-weight: 500;}

/* Btns */
.btn_ty {display:inline-block;min-width:80px;font-size:1.125rem;line-height:48px;color:#666666;text-align:center;border:1px solid #dddddd;box-sizing:border-box;transition: 0.4s;cursor:pointer;}
.btn_ty03 {background:#f5f5f5;border:solid 1px #dbdbdb;color:#606060;}/* 회색 */

.btn_ty:hover, .btn_ty:focus {background:#424242;color: #fff;}
.btn_ty03:hover, .btn_ty03:focus {background:#424242 ;}

.btn_list{width:100px;background:#424242;color: #fff;font-weight: 500;transition: 0.4s;cursor:pointer;}
.btn_list:hover{background-color: #121212;}

.btm_btns,
#bo_v_top{padding-top:40px;text-align:center;}
.btm_btns .sort_l {float:left;}
.btm_btns .sort_r {float:right; }
.btm_btns .sort_l a:first-child{margin-right: 5px;}

#bo_v_top { border-top: 1px solid #ddd;}


/* 게시판 공통 스타일 */
/* .bd_sec {margin-bottom: 150px !important;} */


.div_td_adb label{margin-right: 15px !important;}
/* #fp-nav ul li:last-child{display: none;} */


/* 텝 공통 */
#bo_cate_ul {display: table; table-layout: fixed; margin: 0 auto; text-align: center; padding-top: 23px;  margin-bottom: 76px;}
#bo_cate_ul li{display: table-cell; width: 225px; border-right: 1px solid #fff;}
#bo_cate_ul li a{font-size: 18px; line-height: 70px; background: #f5f5f5; transition:.3s;}
#bo_cate_ul li a#bo_cate_on,
#bo_cate_ul li:hover a{background: #b5985a; color: #fff;}



/* FAQ */
.sub__container5_5 #bo_cate_ul,
#faq_sch,
.sub__container5_5 h2{display: none;}


#faq_wrap{max-width:1200px;margin:57px auto 0;}

#faq_wrap{min-height: 500px;}
#faq_wrap h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.faq_admin {margin:0 5px;text-align:right}
#faq_wrap ol {margin:0;padding:0;list-style:none}
#faq_con {border:1px solid #dbdbdb;border-top:0}
#faq_con h3{background:#fff;border-top:1px solid #dbdbdb;}
#faq_con h3 a {position:relative;display:block;padding:15px 20px 15px 60px;margin-right:10px;font-weight:400;line-height:20px;background:url(img/faq_bg.png) no-repeat right;font-size: 18px;}
#faq_con h3 .con_q{position:absolute;top:0;left:0;width:50px;text-align:center;display:block;background:#6da0cd;font-weight:500;color:#fff;line-height:50px;}
#faq_con .con_a{position:absolute;top:0;left:0;width:50px;text-align:center;display:block;font-weight:500;color:#000;line-height:50px;font-weight:bold}
#faq_con .con_inner {display:none;position:relative;padding:10px 10px 10px  60px;line-height:1.8em;background:#fff;border-top:1px solid #e9e9e9}
#faq_con .con_closer {margin:10px 0 0;text-align:right}
#faq_con .closer_btn {margin:0;padding:5px 8px;border:0;background:#666;color:#fff}
.faq_tolist {padding:0 10px;text-align:right}
.faq_img {text-align:center}

#faq_sch {text-align:center}

#faq_wrap .empty_table{padding:50px 0;text-align:center;}
#faq_wrap .empty_table a{text-decoration:underline}
