@charset "utf-8";
/*
	Template
*/

/** 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:100px;padding:5px 10px;background-image:url(../images_new/layout/ico_select_arr.png);background-repeat:no-repeat;background-position:90% center;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:solid 1px #e5e5e5;font-size:14px;color:#000;transition:background 0.4s;}
.select_ty:hover, .select_ty:focus {background-image:url(../images_new/layout/ico_select_arr_ov.png);}*/
.select_ty {width:120px;padding-left: 2.5%;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;}

/* Input Size */
.w20 {width:20%;}

/* table_ty */
.table_ty {border-top:solid 2px #be4242;}
.table_ty thead th {padding:22px 10px;border-bottom:solid 1px #a1a1a1;font-size:17px;font-weight:400;color:#be4242;text-align:center;}
.table_ty tbody td {padding:10px 10px;border-bottom:solid 1px #dbdbdb;text-align:center;}
.table_ty td.tl {padding:10px 20px;text-align:left;}
.table_ty td.tr {padding:10px 20px;text-align:right;}
.table_ty .tc {text-align:center;}


.table_btm {margin-top:10px;text-align:right;font-size:14px;}
.table_btm .btm_tit {margin-bottom:10px;font-size:20px;font-weight:500;color:#303030;}

/* Btns */
.btn_ty {display:block;min-width:100px;padding:15px 0;background:#f6f6f7;border:none;font-size:16px;font-weight:400;color:#606060;text-align:center;line-height:28px;cursor:pointer;box-sizing:border-box;transition:.3s;}/* 파랑색 */
.btn_ty:hover{background-color:#006ebc;color:#f6f6f7;}
.btn_ty02 {background:#00a1e9;}
.btn_ty03 {background:#00a1e9;border:solid 1px #dbdbdb;color:#606060;}




/*** BOARD ***/
/** 페이징 **/
.pg_wrap {margin:30px 0 0;padding:0;}
.pg_wrap .pg {display:block;}
.pg_wrap .pg_page{width:36px;height:36px;padding:0;background:none;}
.pg_wrap .pg_current {width:30px;margin:0;padding:0;height:auto;background:#fff;line-height:28px;vertical-align:top;box-sizing:border-box;}
.pg_wrap .pg_prev{background: url(../../images/sub/left02.png) no-repeat center;text-indent: -9999px;border: 1px solid #dbdbdb;}
.pg_wrap .pg_start{background: url(../../images/sub/left01.png) no-repeat center;text-indent: -9999px;border: 1px solid #dbdbdb;}
.pg_wrap .pg_next{background: url(../../images/sub/right02.png) no-repeat center;text-indent: -9999px;border: 1px solid #dbdbdb;}
.pg_wrap .pg_end {background: url(../../images/sub/right01.png) no-repeat center;text-indent: -9999px;border: 1px solid #dbdbdb;}
.pg_wrap .pg_page {color:#909090;transition:all 0.4s;}
.pg_wrap .pg_page:focus, .pg_wrap .pg_page:active,
.pg_wrap .pg_current {color: #006ebc;text-decoration: underline;font-weight: 500;}

/** 검색 **/
.bd_search {margin-top:40px;padding:40px 0;background:#f3f3f3;text-align:center;position:relative;}
.bd_search.top {margin:0 0 40px;}
.bd_search .select_ty {width:24.431%;height:50px;float:left;border-radius:0; -webkit-appearance:none;-moz-appearance:none;  appearance:none;background: url(../../images/sub/bottom.png) no-repeat 100px 22px;color: #505050;font-size: 15px;font-weight: 400;border-right:none;}
.bd_search .input_ty {width:66.098%;min-height:50px;padding:5px 15px;float:left;font-size: 15px;font-weight: 400;color: #808080;}
.bd_search .btn_search {background: url(../../images/sub/search.png) no-repeat center #006ebc !important;position:absolute;top:0;right:0;min-width:9.496%;height:50px;min-height:50px;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:#20b0e9;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 {border-bottom:solid 1px #dbdbdb;}
#bo_v_atc #bo_v_atc_title {display:none;}
#bo_v_atc #bo_v_img {text-align:center;}
#bo_v_atc #bo_v_img img {width: 94%;padding: 3%;}
#bo_v_atc #bo_v_con {margin:0;font-family:'Nanum Gothic' !important;font-size:14px;color:#606060;line-height:30px;padding-top:60px;}
#bo_v_atc #bo_v_con h3{font-size:20px;line-height:27px;font-weight:600;color:#35445d;padding-bottom: 17px;border-bottom: 1px solid #dbdbdb;font-family: 'Noto Sans KR', sans-serif;}
#bo_v_atc #bo_v_con h3 img{margin:0;display: inline;margin-right: 12px;}
#bo_v_atc #bo_v_con h4, #bo_v_atc #bo_v_con p, #bo_v_atc #bo_v_con div {font-family: 'Noto Sans KR', sans-serif !important;font-size:14px;}
#bo_v_atc #bo_v_con img {display:block;width:auto;max-width:100%;margin:0 auto;}
.bo_v_con_txt{padding:40px 0;}
.bo_v_con_txt p{font-size:16px !important;font-weight:400;color:#606060;line-height:28px;}

.btm_btns {margin-top:30px;text-align:center;}
.btm_btns .sort_l {float:left;}
.btm_btns .sort_r {float:right;width: 13.016%;}

.btn_confirm > input[type="submit"]{display: inline-block;width: auto;min-width: 100px;height: 52px;line-height: 30px;padding: 0 45px;color: #fff;font-weight: 500;text-align: center;background: #35445d;border: 0;border-radius:0;vertical-align: middle;outline: 0;box-sizing: border-box;cursor: pointer;}


@media(max-width:640px){
	.bd_search .select_ty {height: 35px; width: 30%; background: url(../../images/sub/bottom.png) no-repeat 80px 15px}
	.bd_search .input_ty {min-height: 35px; padding: 0 15px;}
	.bd_search .btn_search {height: 35px; min-height: 35px;}
	.btn_ty {padding: 5px 0;}
	.btm_btns {margin-top: 20px;}
	#gall_ul {padding-top: 20px;}
	
}