@charset "utf-8";

img { max-width:100% !important; height:auto !important; }

/******게시판_추가******/
/*타이틀_리스트 갯수*/
.hit_span {margin-top:30px}
.hit_span span {display:inline-block;padding-left:35px;background:url(./../../img/brd/default_boot01/icon_total.gif) no-repeat;text-decoration:underline;color:#c0131d}
.hit_span span + span {padding-left:0;background:none;text-decoration:none;color:#777}
/*리스트*/
.product_list .notfound {border-top:2px solid #000 !important;border-bottom:1px solid #000 !important}
.product_list ul {text-align:center}
.product_list ul:after {content:"";display:block;clear:both}
.product_list ul li {float:left;width:50%}
.product_list ul li + li + li{margin-top:90px}
.product_list ul li .product_img {display:inline-block;overflow:hidden;width:579px;height:328px}
.product_list ul li .product_img img {transition:all 1.5s;-webkit-transition:all 1.5s;-moz-transition:all 1.5s}
.product_list ul li .product_img:hover img {transform:scale(1.1,1.1)}
.product_list ul li .product_text {display:block;margin-top:20px}
.product_list ul li .product_text h4 {margin:15px 0;font-weight:400 !important;font-size:26px;color:#000}
.product_list ul li .product_view {display:inline-block}

/*레이어_뷰어*/
.slides03_box {position:relative}

/*뷰어_상단(타이틀)*/
.tit_box {position:relative;width:1200px;}
.tit_box h3 {line-height:normal}
.tit_box .new_box {margin-top:-30px}
.tit_box .ptag {margin-top:20px}
.tit_box .prev {position:absolute;top:15px;left:0;display:inline-block;width:50px;height:98px;font-size:0}
.tit_box .prev:after {content:"";position:absolute;top:0;left:0;width:1px;height:68px;background:#141414;transition:all 0.6s}
.tit_box .prev:before {content:"";position:absolute;bottom:0;left:0;width:1px;height:68px;background:#141414;transition:all 0.6s}
.tit_box .prev:hover:after {top:-9px;left:25px;transform:rotate(45deg)}
.tit_box .prev:hover:before {bottom:-9px;left:25px;transform:rotate(-45deg)}
.tit_box .next {position:absolute;top:15px;right:0;display:inline-block;width:50px;height:98px;font-size:0}
.tit_box .next:after {content:"";position:absolute;top:0;right:0;width:1px;height:68px;background:#141414;transition:all 0.6s}
.tit_box .next:before {content:"";position:absolute;bottom:0;right:0;width:1px;height:68px;background:#141414;transition:all 0.6s}
.tit_box .next:hover:after {top:-9px;right:25px;transform:rotate(-45deg)}
.tit_box .next:hover:before {bottom:-9px;right:25px;transform:rotate(45deg)}
/*뷰어_하단(컨텐츠)*/
.bor_top_box:after {content:"";display:block;clear:both}
.bor_top_box .picon {float:left}
.bor_top_box .btn_slide {float:right;width:210px;margin:18px auto 40px auto;text-align:center}
.bor_top_box .btn_slide a {display:inline-block;width:49%;height:38px;line-height:37px;background:#000;border:1px solid #000;color:#fff}
.bor_top_box .btn_slide a:hover {background:#5b5555;border:1px solid #5b5555;color:#fff}
.bor_top_box .btn_slide a + a {display:inline-block;width:auto;margin-left:0;padding:0 36px;background:#fff;border:1px solid #403a3a;color:#403a3a}

/*페이지넘버*/
.pagination_box {margin-top:15px;text-align:center;}
.pagination li {display:inline-block;vertical-align:top;}
.pagination li a {display:inline-block;width:30px;height:30px;line-height:30px;padding:0;background:#fff;text-align:center;color:#777;}
.pagination li.prev_first a {margin:0;background:url(./../../img/common/btn_prev1.gif) no-repeat center center;font-size:0;}
.pagination li.prev a {background:url(./../../img/common/btn_prev2.gif) no-repeat center center;font-size:0;}
.pagination li.next a {background:url(./../../img/common/btn_next2.gif) no-repeat center center;font-size:0;}
.pagination li.next_last a {background:url(./../../img/common/btn_next1.gif) no-repeat center center;font-size:0;}
.pagination li a span {padding:0;}
.pagination li a.on {background:#222;color:#fff;}
	/* 모바일 */
	@media only screen and (max-width:767px){
		.pagination li a {display:inline-block;}
		/*.pagination li.num + li.num + li.num + li.num + li.num + li.num {display:none;}*/
	}

.pagination2 {position:relative;height:60px;margin:80px 0 0}
.pagination2 .paging {position:relative;width:388px;height:60px;margin:0 auto;text-align:center}
.pagination2 .paging .page_prev a {position:absolute;left:60px;top:9px;display:block;width:51px;height:42px;background:url(./../../img/brd/default_boot01/page_prev.png) 0 3px no-repeat;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}
.pagination2 .paging .page_next a {position:absolute;right:60px;top:9px;display:block;width:51px;height:42px;background:url(./../../img/brd/default_boot01/page_next.png) right 3px no-repeat;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}
.pagination2 .paging .page_next .hide {visibility:hidden;}
.pagination2 .paging .page_prev .hide {visibility:hidden;}
.pagination2 .paging .page {position:relative;overflow:hidden;display:inline-block;padding:9px 0;margin:0 auto;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}
.pagination2 .paging .page:after {content:"";display:block;clear:both}
.pagination2 .paging .page li {float:left;width:42px}
.pagination2 .paging .page li a {position:relative;display:block;width:40px;height:40px;line-height:40px;margin:0 0 0 2px;font-weight:700;font-size:18px;text-align:center;border:1px solid #fff;color:#222;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s}
.pagination2 .paging .page li a:first-child {margin:0}
.pagination2 .paging .page li.active a,.pagination2 .paging .page li.active a:hover {border:1px solid #5b5b5b;color:#222}
.pagination2 .paging .page li a:hover,.pagination2 .paging .page li a:focus,.pagination2 .paging .page li a:active {color:#000}
.pagination2 .paging .numb {width:51px;height:50px;margin:0 auto;background:url(./../../img/brd/default_boot01/page_line.png) center center no-repeat; position:absolute; top:0; left:50%; margin:0 0 0 -25px; opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}
.pagination2 .paging .numb .crt {position:absolute;top:0;left:0;line-height:1;font-weight:700;font-size:18px;color:#222;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}
.pagination2 .paging .numb .all {position:absolute;right:0;bottom:0;line-height:1;font-weight:700;font-size:18px;color:#222;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}
.pagination2 .paging:hover {width:388px}
.pagination2 .paging:hover .page_prev a {left:0}
.pagination2 .paging:hover .page_next a {right:0}
.pagination2 .paging:hover .page {left:0;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);z-index:1}
.pagination2 .paging:hover .page li a {opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.pagination2 .paging:hover .page li a:nth-child(1) {transition:all .5s .1s;-webkit-transition:all .5s .1s;-moz-transition:all .5s .1s}
.pagination2 .paging:hover .page li a:nth-child(2) {transition:all .5s .15s;-webkit-transition:all .5s .15s;-moz-transition:all .5s .15s}
.pagination2 .paging:hover .page li a:nth-child(3) {transition:all .5s .2s;-webkit-transition:all .5s .2s;-moz-transition:all .5s .2s}
.pagination2 .paging:hover .page li a:nth-child(4) {transition:all .5s .25s;-webkit-transition:all .5s .25s;-moz-transition:all .5s .25s}
.pagination2 .paging:hover .page li a:nth-child(5) {transition:all .5s .3s;-webkit-transition:all .5s .3s;-moz-transition:all .5s .3s}
.pagination2 .paging:hover .numb {opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0)}
.pagination2 .paging:hover .numb .crt {top:-20px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0)}
.pagination2 .paging:hover .numb .all {bottom:-20px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0)}
.pagination2 .btn_write {display:block;position:absolute;top:17px;right:0;width:93px;height:33px;background:#000;font-size:16px;line-height:33px;text-align:center;color:#fff}

/*모바일*/
@media only screen and (max-width:767px){

	/*페이지넘버*/
	.pagination2 {margin:60px 0 0}
	.pagination2 .paging {width:280px;}
	.pagination2 .paging:hover {width:280px}
}

/*리스트전체*/
.fs_list_box {position:relative;}
.fs_list_box:after {content:"";display:block;clear:both}
.fs_list_box .ft_left {width:100%;z-index:-1;font-size:17px;color:#222;}
.fs_list_box .ft_left .txt-color-darken {color:#4277cc;}

caption {position:absolute;top:-9999px;overflow:hidden;width:0px;height:0px}

/*모바일*/
@media only screen and (max-width:767px){

	/*리스트전체*/
	.fs_list_box .ft_left {display:none;}
}

/*검색(공통)*/
.search_warp:after {content:"";display:block;clear:both}
.search_box {position:relative;display:inline-block;float:right;width:30%;height:43px;margin:8px 20px 0 0;}
.search_box legend {position:absolute;top:-9999px;visibility:hidden;overflow:hidden;height:0px;width:0px}
.search_box .selectbox {position:relative;float:left;width:20%;height:38px;line-height:38px;background:none;border:1px solid #cdd2d5;color:#000;z-index:1;}
.search_box .selectbox label {position:absolute;top:0px;left:15px;width:100%;height:38px;line-height:38px;font-size:0;z-index:-1}
.search_box .selectbox select {width:100%;height:36px;line-height:36px;border:0;border-radius:0;vertical-align:top;}
.search_box .search_text {float:left;width:59%;height:38px;line-height:38px;padding:0;background:#fff;border-top:1px solid #cdd2d5;border-left:1px solid #cdd2d5;border-right:0;border-bottom:1px solid #cdd2d5;color:#777;
	-webkit-appearance: none;-webkit-border-radius: 0;}
.search_box .btn {overflow:hidden;width:20%;height:38px;line-height:38px;border:0;background:url(./../../img/brd/default_boot01/icon_search.gif) no-repeat left center #fff;border-top:1px solid #cdd2d5;border-left:0;border-right:1px solid #cdd2d5;border-bottom:1px solid #cdd2d5;font-size:0;cursor:pointer}
.search_box2 {position:relative;display:inline-block;float:right;width:100px;height:43px;margin:8px 20px 0 0;}
.search_box2 legend {position:absolute;top:-9999px;visibility:hidden;overflow:hidden;height:0px;width:0px}
.search_box2 .selectbox {position:relative;float:left;width:100%;height:38px;line-height:38px;background:none;border:1px solid #cdd2d5;color:#000;z-index:1;}
.search_box2 .selectbox label {position:absolute;top:0px;left:15px;width:100%;height:38px;line-height:38px;font-size:0;z-index:-1}
.search_box2 .selectbox select {width:100%;height:36px;line-height:36px;border:0;border-radius:0;vertical-align:top;}
.search_box2 .search_text {float:left;width:59%;height:38px;line-height:38px;padding:0;background:#fff;border-top:1px solid #cdd2d5;border-left:1px solid #cdd2d5;border-right:0;border-bottom:1px solid #cdd2d5;color:#777;
	-webkit-appearance: none;-webkit-border-radius: 0;}
.search_box2 .btn {overflow:hidden;width:20%;height:38px;line-height:38px;border:0;background:url(./../../img/brd/default_boot01/icon_search.gif) no-repeat left center #fff;border-top:1px solid #cdd2d5;border-left:0;border-right:1px solid #cdd2d5;border-bottom:1px solid #cdd2d5;font-size:0;cursor:pointer}

	/*모바일*/
	@media only screen and (max-width:767px){
		
		/*검색(공통)*/
		.search_box {width:100%;margin:8px 0 0 0;}
	}

/*리스트(공통)*/
.board_list {margin-top:15px;border-top:2px solid #2e69cd;border-bottom:1px solid #000}
.board_list_table {width:100%}
.board_list_table thead th {padding:15px 10px;color:#333;border-bottom:1px solid #000;text-align:center;}
.board_list_table tbody td {padding:15px 10px;border-top:1px solid #dcdee0;border-left:1px solid #dcdee0;font-size:18px;color:#000;text-align:center;}
.board_list_table tbody td a {text-decoration:none;}
.board_list_table tbody td.title a {color:#000;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;/*white-space:nowrap;*/word-wrap:normal;-webkit-line-clamp:  1;-webkit-box-orient: vertical;}
.board_list_table tbody tr:hover {background:#fafafa;}
.board_list_table tbody tr:first-child td {/* border-top:1px solid #000; */color:#000}
.board_list_table tbody tr td:first-child {border-left:0;}
.board_list_table tbody tr td.category .viewbox {max-width:90%;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;word-wrap:break-word;word-wrap:normal;-webkit-line-clamp:  1;-webkit-box-orient: vertical;}
.board_list_table tbody tr td.title {text-align:left;}
.board_list_table tbody tr td.title .viewbox {position:relative;display:inline-block;max-width:90%;padding-right:25px;vertical-align:top;}
.board_list_table tbody tr td.title .viewbox .comm {position:absolute;right:0;top:0;}
.board_list_table tbody tr td.title .viewbox .ellipsis {overflow:hidden;display:-webkit-box;text-overflow:ellipsis;word-wrap:break-word;/*white-space:nowrap;*/word-wrap:normal;-webkit-line-clamp:  1;-webkit-box-orient: vertical;}
.board_list_table tbody tr td.title .viewbox img {margin-right:5px;}
.board_list_table tbody td img {vertical-align:middle;}
.board_list_table tbody td .new {color:#e61313;}
.board_list_table tbody td .comm {color:#2e69cd;}
.board_list_table tbody td a .spdata {display:none}
.board_list_table tbody td.cond.wait {color:#009b66;} /* 접수대기 */
.board_list_table tbody td.cond.consul {color:#0d62b8;} /* 부처협의 */
.board_list_table tbody td.cond.end {color:#555;} /* 답변완료 */
.board_list_table tbody td.cond.suppl {color:#ff0600;} /* 보완요청 */



.board_list_table .star_box {display:inline-block}

/*모바일*/
@media only screen and (max-width:767px){

	/*리스트(공통)
	.board_list_table colgroup col {width:auto;}
	.board_list_table thead {display:none;}
	.board_list_table tbody td {display:block;}

	.board_list_table tbody tr td.title {width:100%;padding-bottom:0;font-size:15px;}
	.board_list_table tbody tr td.title .viewbox {max-width:100%;}
	.board_list_table tbody tr td.author {position:relative;float:left;width:auto !important;padding:0 5px 15px 5px;text-align:left;border-top:none;font-size:16px;color:#555;}
	.board_list_table tbody tr td.author:after {content:"";position:absolute;right:0;top:6px;width:1px;height:14px;background:#999;}
	.board_list_table tbody tr td.date {float:left;width:auto !important;padding:0 5px 15px 5px;text-align:left;border-top:none;font-size:16px;color:#555;}

	.board_list_table tbody tr td.listNum {display:none;}
	.board_list_table tbody tr td.readNum {display:none;}
	.board_list_table tbody tr td.file {display:none;}*/

	/*리스트(공통)*/
	.board_list_table colgroup col {width:auto;}
	.board_list_table thead {display:none;}
	.board_list_table tbody td {display:block;border-left:0;}
	.board_list_table tbody tr:first-child td {border-top:none;}
	.board_list_table tbody tr td.category {display:none;}
	.board_list_table tbody tr td.title {width:100% !important;padding-bottom:0;padding-left:5px;font-size:18px;text-align:left !important;}
	.board_list_table tbody tr td.title .viewbox {max-width:100%;}
	.board_list_table tbody tr td:first-child {display:none;}
	.board_list_table tbody tr td.normal { position:relative;float:left;width:auto !important;padding:0 10px 15px 5px;text-align:left;border-top:none;font-size:16px;color:#555; }
	.board_list_table tbody tr td.cate {display:none;}
	

	.board_list_table2 tbody tr td.checkbox {float:left;display:block !important;}
	.board_list_table2 tbody tr td.listNum {text-align:left;}
	.board_list_table2 tbody tr td.nomal {padding-bottom:0;}
	.board_list_table2 tbody tr td.nomal + td.nomal {float:none;}
	.board_list_table2 tbody tr td.nomal:last-child {padding-bottom:15px;}
	.board_list_table2 tbody tr td.nomal label {float:right;display:inline-block;padding-bottom:15px !important;}
	.board_list_table2 tbody tr td.title {padding-top:0;border-top:0;}
}

/*게시물이동(공통)*/
.btnArea:after {content:"";display:block;clear:both}
.btnArea .select_wrap {float:left}
.btnArea .selectbox:after {content:"";display:block;clear:both}
.btnArea .selectbox {border:1px solid #dcdee0;position:relative;float:left;width:100px;height:40px;line-height:40px;background:url(./../../img/brd/default_boot01/select.gif) no-repeat 95% 50%;text-align:left;z-index:1}
.btnArea .selectbox label {position:absolute;top:0px;left:5px;width:100%;height:40px;line-height:40px;color:#999;z-index:-1}
.btnArea .selectbox select {float:left;width:100%;height:40px;line-height:40px;font-family:inherit;border:0;opacity:0;filter:alpha(opacity=0);-webkit-appearance:none;-moz-appearance:none;appearance:none}
.btnArea .selectbox a {display:inline-block;float:left}
.btnArea .btn_select {float:left}

/*버튼(공통)*/
.btnArea {margin:20px 0;font-size:15px;font-weight:400;text-align:right}
.btnArea_ex {text-align:center}
.btnArea:after {content:"";display:block;clear:both}
.btnArea a.btn {display:inline-block;height:40px;padding:8px 19px 6px 19px;border:1px solid #ccc;color:#505050}
.btnArea a.btn_print {display:inline-block;padding:6px 19px;border:1px solid #323232;color:#fff}
.btnArea a.btn:hover,.btnArea a.btn:active,.btnArea a.btn:focus {background:#000;border:1px solid #000;color:#fff}
.btnArea a.btn_list {background:#fff}
.btnArea a.btn_print {background:#323232}
.btnArea a.btn_cancel {background:#666}
.btnArea a.btn_write {background:#90a9d2;border:1px solid #90a9d2;color:#fff}
.btnArea a.btn_make {background:#018fc2}
.btnArea a.btn_del {background:#666}


/* 게시글 뷰어(공통)
.board_view:after {content:"";display:block;clear:both}
.board_view table {width:100%;line-height:21px;border-bottom:1px solid #000;table-layout:fixed}
.board_view table tbody {}
.board_view table tbody tr {}
.board_view table tbody tr:first-child th,
.board_view table tbody tr:first-child td {font-size:16px;font-weight:600;border-top:2px solid #90a9d2}

.board_view .board_list {border-top:0;}
.board_view .board_list table tbody td {padding:10px;}
.board_view .board_list table tbody tr:first-child td {padding:10px;border-top:2px solid #aaa;font-weight:400;}

.board_view table.table_nextprev tbody tr:first-child th,
.board_view table.table_nextprev tbody tr:first-child td {border-top:1px solid #000}
.board_view table.table_nextprev tbody tr:first-child td {font-size:15px;font-weight:400}
.board_view table tbody th {padding:15px 20px;background:#fbfbfb;border-top:1px solid #ccc;vertical-align:middle;text-align:left;font-size:16px;font-weight:600;color:#000}
.board_view table tbody th.title {font-size:18px;color:#000}
.board_view table tbody th .hit_box {float:right;font-size:16px;color:#777}
.board_view table tbody th .hit_box span {display:inline-block;margin-left:50px}
.board_view table tbody td {padding:20px;border-top:1px solid #ccc;font-size:15px;font-weight:400;word-break:break-all;}
.board_view table tbody td.bord_top {border-top:0}
.board_view table tbody td.file a:active,.board_view table tbody td.file a:hover,.board_view table tbody td.file a:focus {text-decoration:underline}
.board_view table tbody td .case_cont a {display:inline-block;margin-bottom:5px;}
.board_view table tbody td .case_cont a:hover {text-decoration:underline;}
.board_view table tbody td .case_cont img {margin-right:5px;vertical-align:middle;} */

/* 게시판 스타일_뷰 */
.star {color:#6e972f;}
.board_view {table-layout:fixed;width:100%;border-top:2px solid #2d69cd;word-break:normal;}
.board_view thead th {padding:0;line-height:69px;height:69px;background:#fff;font-size:16px;font-weight:bold;color:#222;}
.board_view thead th:first-child {border-left:0;}
.board_view tbody td {padding:25px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;color:#777;}
.board_view tbody td .title {display:block;line-height:28px;padding:0 20px;font-size:24px;font-weight:500;color:#222;}
.board_view tbody td .title_sp {margin-top:25px;padding:0 20px 30px 20px;border-bottom:1px solid #ddd;font-size:17px;color:#555;}
.board_view tbody td .title_sp span {position:relative;padding-right:15px;}
.board_view tbody td .title_sp span:after {content:"";position:absolute;left:0;top:7px;width:1px;height:16px;background:#cccccc;}
.board_view tbody td .title_sp span:first-child:after {display:none;}
.board_view tbody td .title_sp span + span {display:inline-block;padding:0 15px;}

.board_view tbody td .title_sp2 {margin-top:25px;padding:0 20px 30px 20px;border-bottom:1px solid #ddd;font-size:17px;color:#555;}
.board_view tbody td .title_sp2 span {margin-bottom:15px;font-size:18px;}
.board_view tbody td .title_sp2 span em {display:inline-block;width:100px;height:35px;line-height:35px;margin-right:15px;text-align:center;color:#fff;background:#2e69cd;border-radius:100px;}
.board_view tbody td .title_sp2 span + span {display:inline-block;padding:0 15px;}
.board_view tbody td .title_sp2 span.gbox {display:block;padding-left:0;}
.board_view tbody td .title_sp2 span.gbox em {background:#21b6cc;}

.board_view tbody td .pcont {margin:30px 0 60px 0;padding:0 20px;font-size:18px;color:#555;}
.board_view tbody td .file_cont {padding:30px;background:#f2f4f6;font-size:17px;}
.board_view tbody tr th:first-child,
.board_view tbody tr td:first-child {border-left:0;}
.board_view tbody tr:first-child th,
.board_view tbody tr:first-child td {border-top:0;}
.board_view tbody tr th.bd_none,.tableC tbody tr td.bd_none,
.board_view thead tr th.bd_none,.tableC thead tr td.bd_none {border-left:0;}
.board_view tbody tr th.bd_left,.tableC tbody tr td.bd_left,
.board_view thead tr th.bd_left,.tableC thead tr td.bd_left {border-left:1px solid #cdd2d5;}
	/* 모바일 */
	@media only screen and (max-width:767px){
		.board_view tbody td {padding:15px 10px;}
		.board_view tbody td .title {display:block;margin-top:0;line-height:25px;font-size:20px;}
		.board_view tbody td .title_sp {margin-top:5px;padding-bottom:15px;letter-spacing:-1px;}
		.board_view tbody td .title_sp span {margin:0 2px 0 0;font-size:18px;}
		.board_view tbody td .title_sp span + span {margin:0 2px;}

		.board_view tbody td .title_sp2 {margin-top:25px;padding:0 20px 30px 20px;border-bottom:1px solid #ddd;font-size:17px;color:#555;}
		.board_view tbody td .title_sp2 span {display:block;}
		.board_view tbody td .title_sp2 span + span {display:block;padding-left:0;}
		.board_view tbody td .title_sp2 span.gbox {display:block;padding-left:0;}
		.board_view tbody td .title_sp2 span.gbox em {background:#21b6cc;}

		.board_view tbody td .pcont {margin:20px 0 45px 0;font-size:18px;}

		.board_view td {width:50%;float:left;border-top:1px solid #ddd !important;}
		.board_view .table tbody tr #brdContent table tr {border-top:1px solid #999;border-bottom:1px solid #999;border-left:2px solid #999;border-right:2px solid #999;}
		.board_view .table tbody tr #brdContent table tr td:last-child {border-right:1px solid #ddd;}
		.board_view .table tbody tr #brdContent table tr th:first-child, .board_view .table tbody tr #brdContent table tr td:first-child {/* border-left:1px solid #ddd; */}

		/* 좋아요 */
		.common_btn .div {width:100%;}
		.common_btn .div .love_hit {width:100%;margin-top:10px;}
		.common_btn .div .love_hit > span {position:relative;display:inline-block;width:100%;line-height:45px;height:45px;padding:0 15px;border:1px solid #ddd;}
		.common_btn .div .love_hit > span > span:after {content:"";position:absolute;left:0;top:15px;display:block;width:1px;height:15px;background:#ddd;}
	}
.prenex_list {margin-top:50px;border-bottom:1px solid #ccc;}
.prenex_list .prenex_list_table tbody tr th {font-size:17px;text-align:center;font-weight:normal;background:#f5f6f8;color:#222;border-bottom:1px solid #dcdee0;}
.prenex_list .prenex_list_table tbody tr:last-child th {border-bottom:0;}

/*댓글*/
.comment {margin-top:70px;}
.comment .form {width:100%;padding:20px;background:#f6f7f9;}
.comment .form:after {content:"";display:block;clear:both;}
.comment .form li {float:left;width:85%;padding-right:20px;}
.comment .form li textarea {width:100%;height:120px;padding:15px;border:1px solid #ccc;}
.comment .form li + li {width:15%;padding-right:0;}
.comment .form li + li a {display:block;width:100%;height:120px;line-height:120px;text-align:center;font-size:18px;color:#fff;background:#21b8cb;}
.comment .form li + li a:hover {background:#222;}
.comment .cmtTitle {display:inline-block;width:100%;margin-top:30px;line-height:25px;color:#000;background:url(./../img/brd/default_boot01/ico_comment.png) left center no-repeat;font-size:17px;}
.comment .cmtTitle span {color:#3559e1;}
.comment .cmntList {display:inline-block;width:100%;margin-top:20px;border-top:1px solid #555;}
.comment .cmntList li {display:inline-block;width:100%;padding:20px 25px;border-bottom:1px solid #ccc;}
.comment .cmntList li .cmt {float:left;margin-right:30px;}
.comment .cmntList li .text {}
.comment .cmntList li .name {float:left;margin-right:15px;font-size:20px;color:#222;}
.comment .cmntList li .date {position:relative;margin-top:5px;padding-left:15px;font-size:16px;color:#777777;}
.comment .cmntList li .date:after {content:"";position:absolute;left:0;top:5px;width:1px;height:15px;background:#cccccc;}
.comment .cmntList li .con {overflow:hidden;display:block;margin:8px 0 0 0;font-size:17px;line-height:24px;color:#222;}
.comment .cmntList li .con textarea {width:100%;height:120px;padding:15px;border:1px solid #ccc;}
.comment .cmntList li .cmnt_btn {display:inline-block;width:100%;text-align:right;}
.comment .cmntList li .cmnt_btn a {display:inline-block;width:80px;height:45px;line-height:45px;margin-top:10px;background:#555;color:#fff;text-align:center;font-size:17px}
.comment .cmntList li .cmnt_btn a:hover {background:#222;}
.comment .cmntList li .cmnt_btn a.recmn {float:left;color:#333;background:#fdfdfd;border:1px solid #bbb;font-size:15px;}
/*.board_view .comment .cmntList .recmn_box.on {display:block !important;}
	/* 답글 */
	.bg_g {margin-top:20px;background:#f3f3f3 !important;}
	.bg_w {margin-top:20px;padding:20px;background:#fff !important;}

	.board_view .comment .cmntList .recmn_box1 {padding:20px;background:#f3f3f3;}
	.board_view .comment .cmntList .recmn_box1 ul li {padding-right:0;background:url(./../../img/brd/default_boot01/icon_re.gif) left 26px no-repeat;border-bottom:none;}
	.board_view .comment .cmntList .recmn_box1 ul li:first-child {padding-top:0;background:url(./../../img/brd/default_boot01/icon_re.gif) left 6px no-repeat;}
	.board_view .comment .cmntList .recmn_box1 ul li.write {padding-left:0;padding-right:0;background:none;border-bottom:none;}

	.board_view .comment .cmntList .ip_box {margin-bottom:10px;}
	.board_view .comment .cmntList .ip_box input {height:40px;padding-left:10px;border:1px solid #ccc;}

	/*모바일*/
	@media only screen and (max-width:767px){
		/* 댓글 */
		.comment .form li {float:none;width:100%;padding:0;}
		.comment .form li + li {width:100%;}
		.comment .form li + li a {height:50px;line-height:50px;}
	}

/*이전,다음글*/
.table_nextprev .colgroup_pc {display:table-column}
.table_nextprev .colgroup_mo {display:none}
.table_nextprev .data_last {display:none;text-align:right}
.board_view .notice_next th,.board_view .notice_prev th {padding:0 0 0 20px}
.board_view .notice_next th a,.board_view .notice_prev th a {display:block;height:39px;line-height:39px;background:url(./../../img/brd/default_boot01/btn_top.png) no-repeat right -2px;color:#3c3c3c}
.board_view .notice_prev th a {background:url(./../../img/brd/default_boot01/btn_bottom.png) no-repeat right 0}
.board_view .notice_next td a,.board_view .notice_prev td a {display:inline;background:none;color:#646464}

/*게시글뷰어_목록*/
.board_vlist_table {margin-top:40px;}
.board_view .board_vlist_table tbody tr:first-child td {font-size:15px !important;font-weight:400 !important;}
.board_vlist_table tbody tr td {text-align:center;}
.board_vlist_table tbody tr td.title {text-align:left;}
.board_vlist_table tbody tr td.title a {color:#000;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;/*white-space:nowrap;*/word-wrap:normal;-webkit-line-clamp:  1;-webkit-box-orient: vertical;}

/*게시글 작성(공통)*/
.board_write {margin:0}
.table .colgroup_pc {display:table-column}
.table .colgroup_mo {display:none}
.board_write table {width:100%;background:#fff;border-left:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7}
.board_write table tbody {}
.board_write table tbody tr {border-top:1px solid #d7d7d7}
.board_write table tbody th {padding:15px 20px;background:#fbfbfb;border-right:1px solid #d7d7d7;border-top:1px solid #d7d7d7;vertical-align:middle;text-align:left;font-weight:600;font-size:16px;color:#000}
.board_write table tbody td {padding:15px 20px;border-right:1px solid #d7d7d7;border-top:1px solid #d7d7d7;}
.board_write table tbody td input {height:40px;line-height:40px;border:1px solid #e6e6e6}
.board_write table tbody td select {height:40px;line-height:40px;border:1px solid #e6e6e6}
.board_write table tbody td .tip {margin-left:8px;font-size:11px;color:#ff0000}
.board_write table tbody td.title input {width:100%}
.board_write table tbody td.content textarea {width:100%;border:1px solid #e6e6e6}
.board_write table tbody td .selectbox {position:relative;width:30%;height:40px;line-height:40px;background: url(/resource/mob/img/brd/select.gif) no-repeat 95% 50%;border:1px solid #d9d9d9;z-index:1}
.board_write table tbody td .selectbox label {position:absolute;top:0px;left:15px;width:100%;height:40px;line-height:40px;color:#999;z-index:-1}
.board_write table tbody td .selectbox select {width:100%;height:40px;line-height:40px;font-family:inherit;border:0;opacity:0;filter:alpha(opacity=0);-webkit-appearance:none;-moz-appearance:none;appearance:none}
/*이미지, 파일첨부*/
.board_write table tbody td .btn-succes {width:85px;height:30px;line-height:30px;padding:0 7px;margin:0 5px;background:#000;transition:all 0.6s;color:#fff}
.board_write table tbody td .btn-succes:hover,.board_write table tbody td .btn-succes:focus,.board_write table tbody td .btn-succes:active {background:#90a9d2}
#uploadFileList_img .btn-info {float:left;width:85px;height:30px;line-height:30px;padding:0 7px;background:#000;color:#fff;transition:all 0.6s}
#uploadFileList_img .btn-info:focus,#uploadFileList_img .btn-info:hover,#uploadFileList_img .btn-info:active {background:#2c70e1}
#uploadFileList_img a {overflow:hidden;display:inline-block;width:50px;height:30px;line-height:23px;padding:4px 7px;background:#666;color:#fff;text-align:center}
#uploadFileList_img a:focus,#uploadFileList_img a:hover,#uploadFileList_img a:active {background:#2c70e1}
#uploadFileList_doc .btn-danger {overflow:hidden;display:inline-block;width:50px;height:30px;line-height:30px;padding:0 7px;background:#de5b5b;color:#fff;text-align:center;transition:all 0.6s}
#uploadFileList_doc .btn-danger:focus,#uploadFileList_doc .btn-danger:hover,#uploadFileList_doc .btn-danger:active {background:#a72424}
.board_write .boardTable tbody {border-bottom:1px solid #d7d7d7;border-top:0;border-left:0;border-right:0}

/*갤러리*/
.board_gallery {overflow:hidden;padding:20px 0 0 0;margin-top:15px;border-top:2px solid #90a9d2;border-bottom:1px solid #000}
.board_gallery ul:after {content:"";display:block;clear:both}
.board_gallery li {display:inline-block;float:left;width:25%;padding-bottom:20px}
.board_gallery li a {position:relative;display:block;width:auto;margin:0 14px 0 14px;/* padding-bottom:15px; */border:1px solid;border-color:#f1f1f1;border-top-left-radius:50px;overflow:hidden;}
.board_gallery li a:active strong.g_title,.board_gallery li a:hover strong.g_title,.board_gallery li a:focus strong.g_title {text-decoration:underline;color:#90a9d2;}
.board_gallery li a span.g_img {display:block;height:200px;overflow:hidden;/* padding:10px; */text-align:center;}
.board_gallery li a .g_condi {position:absolute;right:0;top:0;}
.board_gallery li a .g_condi ul {}
.board_gallery li a .g_condi ul li {width:70px;height:35px;line-height:35px;font-size:15px;text-align:center;color:#fff;}
.board_gallery li a .g_condi ul li.alw {background:#0d62b8;} /* 상시모집 */
.board_gallery li a .g_condi ul li.ing {background:#009b66;} /* 신청가능 */
.board_gallery li a .g_condi ul li.close {background:#777;} /* 마감 */
.board_gallery li a .g_condi ul li.free {background:#f5ad2a;} /* 무료 */
.board_gallery li a .g_condi ul li.pay {background:#4dbed8;} /* 유료 */
.board_gallery li a .g_tbox {padding:20px;text-align:center;}
.board_gallery li a .g_tbox strong.g_title {display:block;width:auto !important;/* min-height:40px; */margin:0 auto;margin-bottom:5px;text-align:center;line-height:20px;/*text-overflow:ellipsis;white-space:nowrap;*/font-size:16px;font-weight:600;color:#444}
.board_gallery li a .g_tbox span.g_stitle {display:block;margin:0 auto;}
.board_gallery li a .g_tbox span.g_txt {display:block;margin:15px auto 0 auto;padding-top:15px;border-top:1px solid #ccc;}
.board_gallery li a .g_tbox span.g_date {display:block;margin-top:10px;}
.board_gallery li a .g_tbox span.g_people {display:block;margin-top:20px;padding-top:15px;text-align:left;border-top:1px solid #ccc;}
.board_gallery li a .g_tbox span.g_people span {display:inline-block;height:30px;line-height:30px;padding:0 20px;background:#f7cbcc;color:#222;border-radius:100px;}
.board_gallery li a .g_tbox span.g_people em {display:inline-block;float:right;}
.board_gallery li a .g_tbox span.g_people strong {color:#222;}
.board_gallery li a .g_txt span.g_date {display:block;width:100%;min-height:20px;text-align:center;font-size:13px;text-overflow:ellipsis;}
.board_gallery li .checkbox{float:right;margin:7px 15px 0 0;border:1px solid #000}
.board_no li {width:100%;min-height:auto;text-align:center;}

/*태블릿*/
@media only screen and (max-width:1023px){

	/*갤러리*/
	.board_gallery li {width:50%;}
	.board_gallery li a span.g_img {height:250px;}
}

/*모바일*/
@media only screen and (max-width:767px){

	/*게시글 작성(공통)*/
	.table .colgroup_pc {display:none}
	.table .colgroup_mo {display:table-column}
	.board_write table tbody th {text-align:center;}
	.board_write table tbody td {padding:15px 10px;}

	/*댓글*/
	.board_view .comment .form li {width:78%;}
	.board_view .comment .form li + li {width:100%;}
	.board_view .comment .form li textarea {height:100px;}
	.board_view .comment .form li + li a {height:80px;line-height:80px;font-size:16px;}
	.board_view .comment .cmntList li .cmt {margin-right:20px;}
	.board_view .comment .cmntList li .cmt img {width:50px;}

	/*목록*/
	.board_view .board_vlist_table tbody tr:first-child td {font-size:15px;font-weight:400;}
	.board_vlist_table {display:inline-block;width:100%;}
	.board_vlist_table colgroup col {width:auto;}
	.board_vlist_table tbody tr td {display:block;}
	.board_vlist_table tbody tr td.listNum {display:none;}
	.board_vlist_table tbody tr td.title {width:100%;padding:15px 10px 0 10px;}
	.board_view .board_vlist_table tbody tr td.date {font-size:14px !important;color:#555;}
	.board_view .board_vlist_table tbody tr:first-child td.date {border-top:0;}
	.board_vlist_table tbody tr td.date {padding:0 0 10px 10px;width:auto;text-align:left;border-top:0;}

	/*이미지, 파일첨부*/
	.board_write table tbody td .btn-succes {margin:0;}

	/*이전,다음글*/
	.table_nextprev .colgroup_pc {display:none}
	.table_nextprev .colgroup_mo {display:table-column}

	/*갤러리*/
	.board_gallery li {width:100%;}
	.board_gallery li a span.g_img {height:auto;}
}

/*자주하는질문*/
.faq {margin-top:16px;border-top:2px solid #90a9d2}
.faq li.child {margin-top:0;padding-top:0;border-top:0}
.faq li .faq_dl dt {padding:20px 0;border-bottom:1px solid #edeeef;background:url(./../../img/brd/default_boot01/faq_open.gif) no-repeat right}
.faq li .faq_dl dt.on {background:url(./../../img/brd/default_boot01/faq_close.gif) no-repeat right}
.faq li .faq_dl dt strong {position:relative;display:block;padding:0 65px;background:url(./../../img/brd/default_boot01/faq_q.gif) no-repeat;font-weight:400;color:#777}
.faq li .faq_dl dt strong:after {content:"Q";position:absolute;left:25px;top:-2px;width:50px;height:50px;font-weight:400;font-family:"Noto Sans KR",Sans-serif;font-size:24px;color:#90a9d2}
.faq li .faq_dl dd {position:relative;border-bottom:1px solid #edeeef;line-height:22px;padding:20px 0 20px 110px;background:url(./../../img/brd/default_boot01/faq_a.gif) no-repeat;color:#777}
.faq li .faq_dl dd:after {content:"A";position:absolute;left:70px;top:20px;width:50px;height:50px;font-weight:400;font-family:"Noto Sans KR",Sans-serif;font-size:24px;color:#000}
.board_faq_no {overflow:hidden;padding:0 0 20px 0;margin-top:15px;border-bottom:1px solid #000;}
.board_faq_no li {width:100%;padding-top:20px;min-height:auto;text-align:center;}

/*보도자료*/
.board_bodo {margin-top:15px;padding:25px 0;border-top:2px solid #90a9d2;border-bottom:1px solid #000}
.board_bodo ul.bodo:after {content:"";display:block;clear:both}
.board_bodo ul.bodo li:first-child {margin-top:0;padding-top:0;border-top:0}
.board_bodo ul.bodo li {margin-top:20px;padding-top:20px;border-top:1px solid #dcdee0}
.board_bodo ul.bodo li .bd_img {display:inline-block;float:left;width:150px;height:120px}
.board_bodo ul.bodo li .bd_img img {width:150px;height:120px}
.board_bodo ul.bodo li .bd_text {height:120px;padding:0 20px;overflow:hidden;line-height:20px}
.board_bodo ul.bodo li .bd_text h4 a {font-size:18px;font-weight:400;color:#000}
.board_bodo ul.bodo li .bd_text p a {font-weight:300;color:#666}
.board_bodo ul.bodo li .bd_text a:active,.board_bodo ul.bodo li .bd_text a:hover,.board_bodo ul.bodo li .bd_text a:focus {text-decoration:underline}
.board_bodo ul.bodo li .bd_text h4.bd_title {display:inline-block;overflow:hidden;width:70%;font-size:15px;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#444}
.board_bodo ul.bodo li .bd_text p.bd_p {overflow:hidden;height:60px;margin-bottom:15px}
.board_bodo ul.bodo li .bd_text ul.bd_date:after {content:"";display:block;clear:both}
.board_bodo ul.bodo li .bd_text ul.bd_date li:first-child {margin-left:0;padding-left:0;border-left:0}
.board_bodo ul.bodo li .bd_text ul.bd_date li {float:left;height:15px;line-height:15px;margin:0 0 0 15px;padding:0 0 0 15px;border-top:0;border-left:1px solid #e6e6e6;font-size:13px;color:#999}
.board_bodo ul.bodo li .bd_text ul.bd_date li span {font-weight:400;color:#000}
.board_no li {width:100%}
.bodo_no {padding:40px 0}

/*비밀글*/
.btn_result {width:150px;margin:10px auto;font-size:13px}
.btn_result:after {content:"";display:block;clear:both}
.btn_result .btn {float:left;display:inline-block;padding:11px 19px;background-color:#a7212a;color:#fff}
.btn_result .btn + a {display:inline-block;padding:11px 19px;background-color:#5b5555;color:#fff}
.btn_result .btn:hover,.btn_result a.btn:active,.btn_result a.btn:focus {background-color:#5b5555}
.btn_result_inp {height:30px;margin:20px 0 15px 0;border:1px solid #999}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

#uploadFileList_doc span { line-height:32px; }
#uploadFileList_doc table tr { border:0; }

#uploadFileList_img table tr { border:0; }
#uploadFileList_img .boardImageList { float:left; width:25%; }

.table-striped > tbody > tr:nth-of-type(2n+1) { background:#f7f7f7 }
#data-table td { vertical-align:middle; }

/* .tap_btn {margin:58px 0 0 -2px;}
.tap_btn:after {content:"";display:block;clear:both}
.tap_btn li {float:left; width:20%;}
.tap_btn li a {position:relative;display:inline-block;width:100%;height:52px;line-height:20px;padding:15px 0;background:#fff;border:1px solid #c5c5c5;font-size:16px;text-align:center;color:#666}
.tap_btn li + li + li a {padding:4px 0}
.tap_btn li + li + li + li a {padding:14px 0}
.tap_btn li.on a,.tap_btn li a:hover,.tap_btn li a:focus,.tap_btn li a:active {background:#002e6f;border:0;color:#fff}
.tap_btn li a:before {content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:#000;transition:width .3s,left .3s;-webkit-transition:width .3s,left .3s;z-index:-1}
.tap_btn li:hover a:before {width:100%;left:0;z-index:1}
.tap_btn li.on:first-child a {border-left:0}
.tap_btn li.on:hover a:before {z-index:-1} */

