@charset "utf-8";
@import url('./common.css');
@import url('./needpopup.min.css');



/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0 !important;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;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}


/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

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:#253dbe;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#0025eb}

.mbskin .btn_cancel {border:0;background:#000;color:#fff;cursor:pointer;border:0}
.mbskin .btn_cancel:hover {background:#333}


a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
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;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}



/* board list-table */
.list-table {table-layout:fixed; width:100%;margin:10px auto 30px; border-top:2px solid #222; border-bottom:1px solid #222; white-space: nowrap; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.list-table th {padding:12px 0px; font-size:14px;color:#2a2a2a;line-height:15px;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600; background:#f9f9f9; text-align: center;}
.list-table tr {background-color: #fff;}
.list-table tr.nbg{background-color: #f9eff0;}
.list-table tr:hover {background-color: rgba(228,228,228,.1);}
.list-table td {font-size:14px; font-family:'NanumGothic','Nanum Gothic',sans-serif; letter-spacing:-0.5px; padding:12px 0px; text-align: center;vertical-align:middle;color:#666;border-top: 1px solid #e7e7e7;}
.list-table td.left {text-align: left; font-size:14px;letter-spacing:-0.2px; font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600; padding-left:10px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.list-table td.date {font-size:14px;color:#858585;letter-spacing:-0.5px;font-family:'NanumGothic','Nanum Gothic',sans-serif;}
.list-table td.notice {font-size:14px;color:#bf1423;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600;}
.list-table td:first-child, .list-table th:first-child {border-left: none;}
.list-table input[type="checkbox"],.list-table input[type="radio"]{width:14px; height:14px;vertical-align:middle;border:1px solid #e7e7e7; margin:0; padding:0; cursor:pointer;}
.list-table .tx_hidden {width:15%}
.list-table .tx_date {width:17%}
.list-table td a {color:#454545}
.list-table .txt_subject p {display:none; color:#9f9f9f; font-size:12px}


.search_area {float:right; margin-right:0px; width: 100%; text-align:right;margin-bottom:10px;}
.search_area ul{display: inline-block;}
.search_area li.select_type_seach {float:left; width:127px;height:28px; margin-right:10px; }
.search_area li.select_type_seach select{display: inline-block;background: url('/img/board/select_arrow.png') right center no-repeat #fff; /* 네이티브 화살표 대체 */ border-radius: 0px; /* iOS 둥근모서리 제거 */border-bottom:1px solid #d5d5d5;border-top:0px solid #d5d5d5;border-left:0px solid #d5d5d5;border-right:0px solid #d5d5d5;height:28px;padding:0 0 0 5px;margin:0 2px 0 0;width:100%;-webkit-appearance: none;-moz-appearance: none;appearance: none;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;font-family:'NanumGothic','Nanum Gothic',sans-serif; FONT-SIZE: 12px; COLOR: #8a8a8a;cursor:pointer;}
.search_area li.select_type_seach select::-ms-expand {display: none;}
.search_area li.sbox{float:left; color:#5b5b5b;width: 200px; height:30px; border:1px solid #d4d4d5;BACKGROUND-COLOR: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.search_area li img{margin:0px;padding-top:6px;}
.search_area .input01{margin:0px; width: 170px;height:28px;vertical-align:middle; font-size:14px; color:#999; padding:0px 0px 0px 5px;border:0px solid #d4d4d5;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.search_area .input_btn{margin: 0 5px 0 0; border:0; width:14px; height:14px; padding:0; vertical-align:middle}

.board-txt {display:block; font-size:14px; color:#666;font-family:'NanumGothic','Nanum Gothic',sans-serif;line-height:1.2; margin-bottom:5px}
.board-box-txt {display:inline-block; font-size:14px;background:#484d56; color:#fff;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600;line-height:1;padding:6px 20px 8px;margin-bottom:10px; margin-top:20px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px; }
.pc_mt10{margin-top:10px;}
.board-box-txt01 {float:left;font-size:14px;background:#484d56; color:#fff;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600;line-height:1;padding:8px 40px 10px;margin-bottom:10px; margin-top:20px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; }



/* pagination --------------------------------------------- */
.paging_sub {position:relative;clear:both;text-align:center;vertical-align:middle; margin-bottom:20px;}
.paging_sub span {vertical-align:middle;display:inline-block;width:20px;height:20px;text-align:center;line-height:18px;border:1px solid #b3b3b3;font-size:11px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; overflow: hidden; margin:0px 1px;}
.paging_sub span img {vertical-align:middle; max-width:100%;}
.paging_sub span a {vertical-align:middle;display:block;width:18px;height:18px;color:#666666;background:#fff;font-size:11px;line-height:18px;}
.paging_sub span.on {vertical-align:middle;background:#707070;border:1px solid #5a5a5a;color:#fff;/* width:27px;height:27px; */}
.paging_sub span.on a {color:#fff;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600;font-size:11px;line-height:18px;}

/* pagination --------------------------------------------- */
.paging {position:relative;clear:both;text-align:center;vertical-align:middle;margin-top:30px; margin-bottom:30px;z-index:1;}
.paging span {vertical-align:middle;display:inline-block;width:32px;height:32px;line-height:30px; text-align:center;margin-left:-1px;border:1px solid #dddddd;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.paging span img {vertical-align:middle; max-width:100%;border:0px solid #ccc;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.paging span a {vertical-align:middle;display:block;width:30px;height:30px;color:#424242;font-size:14px; font-family:'NanumGothic','Nanum Gothic',sans-serif;}
.paging span.on {vertical-align:middle;border-bottom:2px solid #222; color:#424242;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600;}
.paging span.on a {color:#fff;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600;}
.paging span:first-child {margin-left:0px;}

/* boardView */
.boardtb {min-width:300px; width:100%;margin:0px auto;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px; overflow: hidden; background:#ffffff;border: 1px solid #dfdede;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.boardtb .news_view {border-top:0px solid #555;margin:0px 10px;}
.boardtb .news_view > dt {padding:30px 15px 20px;border-bottom:1px solid #d1d1d1; text-align:left; position:relative;}
.boardtb .news_view .pos_r0 {position:absolute; top:55px; right:0}
.boardtb .news_view .subject {margin-bottom:20px;font-size:18px;color:#222;line-height:25px;font-family:'Nanum Gothic Bold'}
.boardtb .news_view .date {margin-right:15px; font-size:14px;color:#888;line-height:1 }
.boardtb .news_view .date .mr15 {letter-spacing:-1px;vertical-align:top}
.boardtb .news_view .name {line-height:1;margin-right:15px;color:#333;font-size:14px;}
.boardtb .news_view .name .mr15 {letter-spacing:-1px;vertical-align:top;}
.boardtb .news_view > dd {padding:20px 15px 30px;color:#555;font-size:13px;line-height:22px; text-align:left; font-size:14px}
.boardtb .news_view td {color:#555;font-size:13px;line-height:22px; text-align:left; font-size:14px}
.boardtb .news_view td.tx_title {color:#000; }


.boardtb .page_move {width:100%; border-bottom:0px solid #555;line-height:1;padding:0px 10px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.boardtb .page_move > li {width:100%; padding:15px 15px;border-top:1px solid #e6e6e6;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.boardtb .page_move > li > p {float:left}
.boardtb .page_move > li > p > a {display:inline-block;font-size:14px;font-family:'Nanum Gothic Bold'}
.boardtb .page_move .prev {font-size:13px;width:50px;margin-right:20px;background:url(/img/board/ico_up.png) no-repeat 100% 50%; text-align:left}
.boardtb .page_move .next {font-size:13px;width:50px;margin-right:20px;background:url(/img/board/ico_dn.png) no-repeat 100% 50%; text-align:left}
.boardtb .page_move .prev_tit,
.boardtb .page_move .next_tit {color:#999;font-size:13px; width: calc(100% - 70px); text-overflow:ellipsis; overflow:hidden; text-align:left}
.boardtb .btn_r {margin-top:20px;text-align:right}




.wr_type-wrap {width:100%; margin:0 auto 0px auto;overflow:hidden; text-align:center;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px; background:#fafafa;border: 1px solid #dfdede;word-wrap:break-word;padding:20px 40px 20px;}
.wr_type-mwrap {width:80%; margin:20px auto 0px auto; }
.wr_type {width:100%;margin-bottom: 20px; }
.wr_type .row {margin-bottom:0px; text-align:left;}
.wr_type .row:after {display: table; content: " "; clear: both; }
.wr_type .col_left {width: 45%;margin-right: 5%; float: left; text-align:left;font-size:14px; }
.wr_type .col_right {width: 45%;margin-left: 5%; float: left; text-align:left;font-size:14px;}
.wr_type label {display: block;width: 100%;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600;color: #4b4b4b;line-height: 17px;vertical-align: middle; margin-bottom: 10px;}
.wr_type label span {display: inline-block; color: #4b4b4b;line-height: 17px;font-size:14px;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600; margin-bottom:5px;}
.wr_type label p {display: inline-block; color: #000;line-height: 17px;font-size:14px;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600; margin:15px 0 5px 0;  }
.wr_type label input {font-family:'NanumGothic','Nanum Gothic',sans-serif; font-weight:400; width: 100%;border:1px solid #d2d2d2;height:30px; padding: 5px 10px;color:#666; box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; font-size:14px}
.wr_type label textarea {border:1px solid #d2d2d2;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.wr_type label .textarea01 {width: 100%;padding: 10px 10px;resize: none; overflow-y: scroll; font-size:13px; font-family:'NanumGothic','Nanum Gothic',sans-serif;  height: 150px;line-height: 1.6em;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.textarea_box {width: 100%;padding-left:5%;padding-right:5%;padding-top:15px;padding-bottom:15px;resize: none; line-height: 22px; font-size:13px; background:#f1f1f1; color: #444; overflow-y: hidden;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.wr_type input[type="radio"]{ width:14px; height:14px;vertical-align:middle;border:0; margin:0; padding:0; cursor:pointer;}
.wr_type textArea:focus {outline: none;border-color:#e9510e}
.wr_type input:focus {outline: none;border-color:#e9510e}
.wr_type .row_radio span {color:#4b4b4b; display:inline-block; margin:5px 10px 0 0;}
.wtxt {display: inline-block;padding:0px 0px 0px 0px; color: #f2f2f2;line-height: 20px;font-size:14px;}
.btxt {display: inline-block;padding:0px 0px 0px 0px; color: #555;line-height: 20px;font-size:14px}
.btxt span {font-size:14px; vertical-align:middle}

.wr_type  input[type=checkbox] { display: none;}
.wr_type  input[type=checkbox] + label{display: inline-block;  cursor: pointer;  position: relative;padding-left: 25px;margin-right: 15px;font-family:'NanumGothic','Nanum Gothic Bold',sans-serif; font-weight:600; font-size: 13px; line-height:13px;vertical-align:top;}
.wr_type  input[type=checkbox] + label:before {content: "";  display: inline-block;width: 15px;height: 15px;margin-right: 10px;  position: absolute;  left: 0; top:0px; border:1px solid #cccccc; background-color: #FFF;}
.wr_type  input[type=checkbox]:checked + label:before { content: "\2713";  /* 체크모양 */text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);font-size: 16px; font-weight:800; color: #222;border:1px solid #cccccc; background:#FFF;text-align: center;line-height: 16px;  } 

.wr_type  select { background: url(/images/select_arrow.png) right center no-repeat #fff; border:1px solid #cccccc;height:30px;padding:0 0 0 5px;width:100%;-webkit-appearance: none;-moz-appearance: none;appearance: none;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
/* IE 10, 11의 네이티브 화살표 숨기기 */
.wr_type  select::-ms-expand {display: none;}



/* 갤러리 list일경우 list_type2 사용 */
.list-type2 {position: relative;display:block; width:1260px; margin:0px auto; font-size:0;}
.list-type2:after {display:block;visibility:hidden;clear:both;content:""}
.list-type2 li {float:left; width:300px; margin-left:20px; padding-bottom:50px}
.list-type2 li:nth-child(4n-3) {margin-left:0}
.list-type2 li a {display:inline-block; width:100%; padding-bottom:100%; border:1px solid #e5e5e5; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.list-type2 li a div {width:100%; height:100%; outline:1px solid red}
.list-type2 li .title {padding:24px 30px 0;font-family:"NotoSans-Medium";font-size:17px;color:#555;line-height:25px;text-align: center;word-break: keep-all;}
.list-type2 li:hover .title {text-decoration:underline;color: #bf2932}
.list-type2 li.nodata{display: inline-block;width:100%;margin:0;text-align: center;font-size:14px;color:#333;line-height:1;font-family: 'NotoSans-Light';font-weight: 400; font-display: swap;border:1px solid #ebebeb;padding:80px 0px; margin-bottom:50px}
.list-type2 .zoom-list{position:relative}
.list-type2 .subject, .list-type2 .texts {text-align:center;font-family: 'NotoSans-Light';font-weight: 400; font-display: swap;color:#444; font-size: 16px; /* 1줄 */ /* line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; */  /* 2줄 */ overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.5em; word-break: keep-all;margin-top:15px}
.list-type2 .texts {margin-top:0; padding-bottom:10px}
.list-type2 .zoom-list-item {width:100%; height:100%; display:block; position:absolute; left:0; top:0; overflow: hidden; /* padding-top:56.25%;*/ /* padding-top:75%;*/  }

/* over style */
.zoom-list-item .over-thum{position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(0,0,0,0.7);opacity:0;filter:Alpha(opacity=0);-webkit-transition: all 0.35s;transition: all 0.35s; cursor:pointer;}
.zoom-list-item .over-thum::before,
.zoom-list-item .over-thum::after {position: absolute;top: 5%;right: 5%;bottom: 5%;left: 5%;content: '';opacity: 0;-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;}
.zoom-list-item .over-thum::before {border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);}
.zoom-list-item .over-thum::after {border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(1,0);transform: scale(1,0);}
.zoom-list-item .over-thum span{display:block; position:absolute; top:50%; left:50%; width:55px; height:32px; line-height:32px; margin:-16px 0 0 -27px; text-align:center; color:#fff; font-size:14px; font-weight:600;-webkit-transform: translateY(30px);transform: translateY(30px);-webkit-transition: all 0.35s;transition: all 0.35s;border-top:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);}
.zoom-list:hover .over-thum{opacity:1.0;filter:Alpha(opacity=100);}
.zoom-list:hover .over-thum::before,
.zoom-list:hover .over-thum::after {opacity: 0.5;-webkit-transform: scale(1);transform: scale(1);}
.zoom-list:hover .over-thum span{-webkit-transform: translateY(0);transform: translateY(0);}


.zoom-list-item .btn-thum span {display:block; position:absolute; bottom:15px; right:15px; width:40px; height:27px; line-height:27px; text-align:center; background:#000; color:#fff; font-size:13px; border:1px solid #777}
.zoom-list-item .btn-thum .wr_num {display:block; position:absolute; top:15px; left:15px; width:40px; height:27px; text-align:center; background:#fff; color:#fff; font-size:13px; border:1px solid #777; padding:0 5px}
.zoom-list-item .btn-thum .wr_num input {width:100%; padding:0; background:none; color:#000; border:0; text-align:right}



/* 미디어쿼리 시작 */


@media all and (max-width:1300px) {
	.list-type2 {width:100%}
	.list-type2 li {width: 22.75%; margin-left:3%; }	
}

@media all and (max-width:1220px){
	.get_view img {width:100%; height:auto}
	.estimate_head {padding-left:0 !important}
	.estimate_head em {font-size:29px}
}


@media all and (max-width:1100px){
	.get_view img {width:100%; height:auto}
	
	.list-type2 li {width:48%; margin-left:4%}
	.list-type2 li:nth-child(odd) {margin-left:0}
}

@media all and (max-width:758px){
	.wr_type-wrap {padding:0; padding-top:20px; border:0; border-top:1px solid #c7c7c7; background:#fff; -moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
	.wr_type .col_left {width: 100%;margin-right: 0%; float: none; font-size:12px}
	.wr_type .col_right {width: 100%;margin-left: 0%; float: none; font-size:12px}

	/*  갤러리 */
	.box-wrap .box{display: inline-block; width:46%}	

	.boardtb .news_view .pos_r0 {position:static}

	.list-table .txt_subject {width:100%;}
	.list-table .txt_subject p {display:block}
	.list-table .dpnone {display:none}
}


@media all and (max-width:800px){
	.tb_type01 .li_tb01 {width:25% !important}
	.tb_type01 .li_tb02 {width:70% !important;}	
}



/*mobile 520 이하 */
@media all and (max-width:520px){

.btn-type.btn1 {width:100%; margin-top:10px; margin-left:0 !important;}
.btn-type.btn1:first-child {margin-top:0}

.search_area ul {width:100%;}	
.search_area li.select_type_seach {float:none; width:100%; margin-bottom:10px}
.search_area li.sbox{float:none; width:100%;}

.ckMobile {display:none;}

.list-table .tx_hidden span,
.list-table .tx_hidden span {font-size:0 !important; width:0}
.list-table .tx_hidden {width:0%}
.list-table .tx_date {width:27%}
.list-table th {font-size:13px !important;}
.list-table td,
.list-table td a {font-size:13px !important}	


	.tb_type01 .li_tb02 td.td01 span:after {top:8px  !important;}
}



@media (max-width:480px) {
	/*  갤러리 */
	.box-wrap .box{display: inline-block; width:96%}
	.boardtb .news_view .subject {font-size:15px; line-height:20px}
	/*.clearFix * {font-size:12px !important} */

	.list-type2 li {padding-bottom:10px}
	.list-type2 li.nodata{margin-bottom:30px}
	.zoom-list-item .btn-thum span {bottom:10px; right:10px; width:35px; height:22px; line-height:22px; font-size:12px}
	.zoom-list-item .btn-thum .wr_num {top:10px; left:10px; width:30px; height:22px; }
		.zoom-list-item .btn-thum .wr_num input {font-size:12px}
	.list-type2 .subject, .list-type2 .texts {font-size:13px;}
}



@media (max-width:320px) {
	.list-type2 .subject, .list-type2 .texts{font-size:12px;}	
}


