@charset "utf-8";
/* CSS Document */
.webNotice {color:#e22931;font-size:12px;margin-bottom:3px;}

.board_layerPop {display:none; position:fixed; left:0; top:0; z-index:3000; width:100%; height:100%; overflow-y:auto;}
.board_layerPop .board_layerPop_inner {position:absolute; top:50%; left:50%; margin:-213px 0 0 -145px; width:290px; border:1px solid #f68121; background-color:#fff; padding:30px;}
.board_layerPop .board_layerPop_inner .board_layerPop_close {position: absolute;right: 20px;top: 20px;font-size: 20px;background:#fff;border:0;cursor:pointer;}



/*페이지 넘버*/
.page_number_box {text-align: center; margin: 40px 0; }
.page_number_box a {display: inline-flex; justify-content: center; align-items: center; vertical-align: middle; width: 30px; height: 30px; border: 1px solid #e4e3e1; font-size: 14px; color: #777; transition: all .25s ease; font-weight: 400;}
.page_number_box a i {vertical-align: middle;}
.page_number_box a.btn_page {font-size: 11px; color: #666; /* background-color: #f5f5f5; */}
.page_number_box a.btn_page .sm {display: inline-block; vertical-align: middle; margin-top: -4px;}
.page_number_box a:hover,
.page_number_box a:focus {background-color: #494949; color: #fff; border-color: #222;}
.page_number_box a.active {background-color: #494949; color: #fff; border-color: #222; font-weight: 500;}
.page_number_box a.btn_page:hover,
.page_number_box a.btn_page:focus {background-color: #555; border-color: #555;}

.page_number_box a.prev {margin-right: 3px;}
.page_number_box a.prevAll {padding-left: 8px;}
.page_number_box a.prevAll i {margin-left: -5px;}
.page_number_box a.next {margin-left: 3px;}
.page_number_box a.nextAll {padding-left: 8px;}
.page_number_box a.nextAll i {margin-left: -5px;}


@media all and (max-width:1000px){
	/*페이지 넘버*/
	.page_number_box {margin: 25px 0; }
	.page_number_box a {width: 25px; height: 25px; font-size: 12px; margin: 1px 0;}
	.page_number_box a.btn_page {font-size: 10px;}
}






/* 게시판 상단 검색 */
.board_top_search_w {margin-bottom: 30px; border: 3px solid #dfdfdf; text-align: center; padding: 30px 20px;}
.board_top_search_w .sel01 {height: 35px; border: 1px solid #dfdfdf; vertical-align: middle; font-size: 15px; min-width: 130px; background-image: url('/resources/user/fund/img/icon/icon_select_arrow2.png');}
.board_top_search_w .txt01 {height: 35px; border: 1px solid #dfdfdf; vertical-align: middle; font-size: 15px; min-width: 300px;}
.board_top_search_w .btn01 {height: 35px; background-color: #005b6e; border-radius: 5px; color: #fff; padding: 0 13px; font-size: 14px; transition: all .25s ease;}
.board_top_search_w .btn01 i {margin-right: 3px;}
.board_top_search_w .btn01:hover,
.board_top_search_w .btn01:focus {background-color: #013944;}


/* 게시판 상단 */
.board_top_txt {margin-bottom: 13px;}
.board_top_txt span {font-size: 16px; font-weight: 400; color: #111; font-weight: 400;}




@media all and (max-width:1000px){
	
	/* 게시판 상단 검색 */
	.board_top_search_w {margin-bottom: 20px; padding: 20px 20px;}
	.board_top_search_w .sel01 {font-size: 14px; min-width: auto; width: 100%; margin-bottom: 5px;}
	.board_top_search_w .txt01 {font-size: 14px; min-width: auto; width: 100%; margin-bottom: 5px;}
	.board_top_search_w .btn01 {font-size: 13px;}
	.board_top_search_w .btn01 i {margin-right: 3px;}
	.board_top_search_w .btn01:hover,
	.board_top_search_w .btn01:focus {background-color: #013944;}


	/* 게시판 상단 */
	.board_top_txt {margin-bottom: 8px;}
	.board_top_txt span {font-size: 14px;}

}








/* 게시판 목록 - 리스트 */
.board_list_box {width: 100%;}
.tbl_board1 {width: 100%; border-top: 2px solid #4e5660; vertical-align: middle;}
.tbl_board1 th {border-bottom: 1px solid #dee0e3; background-color: #fafafa; padding: 15px 5px 14px; color: #222; font-weight: 500; text-align: center; border-right: 1px solid #dee0e3; font-size: 14px;}
.tbl_board1 th:last-of-type {border-right: none;}
.tbl_board1 td {border-bottom: 1px solid #dee0e3; border-right: 1px solid #dee0e3; padding: 15px 10px 14px; color: #444; text-align: center; font-size: 14px; font-weight: 400;}
.tbl_board1 td:last-of-type {border-right: none;}
.tbl_board1 td.sbj {text-align: left;}
.tbl_board1 td.sbj > a {display: inline-block; vertical-align: middle; width: 400px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.tbl_board1 td.sbj > a:hover,
.tbl_board1 td.sbj > a:focus {text-decoration: underline;}

 span.new {display: inline-block; vertical-align: middle; background-color: #eb7203; color: #fff; padding: 1px 5.5px 0px; font-size: 20px; font-family: 'Roboto','Noto Sans Korean'; font-size: 11px; font-weight: 400; margin-left: 3px;}
.tbl_board1 span.notice {display: inline-block; vertical-align: middle; background-color: #636363; color: #fff; padding: 1px 5.5px 0px; font-size: 20px; font-size: 14px; font-weight: 300; margin-left: 3px;}
.tbl_board1 tr.notice {background-color: #fefefe;}

@media all and (max-width:1000px){
	/* 게시판 목록 - 리스트 */
	
	
}

@media all and (max-width:750px){
	.board_list_box {width: 100%; overflow-x: auto;}
	.board_list_box table {width: 700px;}
	.tbl_board1 th {padding: 10px 5px 10px; font-size: 13px;}
	.tbl_board1 td {padding: 10px 5px 10px; font-size: 13px;}
	.tbl_board1 td.sbj > a {width: 300px;}

	.tbl_board1 span.new {padding: 1px 4px 0px; border-radius: 1px; font-size: 10px;}
	.tbl_board1 span.notice {padding: 1px 4px 0px; border-radius: 1px; font-size: 10px;}
}






/* 게시판 목록 - 갤러리 */
.board_gallery_box {width: 100%;}
.board_gallery_ul {width: 100%; display: flex; flex-wrap: wrap;}
.board_gallery_ul li {width: 32%; margin-left: 2%; border: 1px solid #ddd; margin-bottom: 20px;}
.board_gallery_ul li:nth-of-type(3n+1) {margin-left: 0%;}
.board_gallery_ul li a {display: block;}
.board_gallery_ul li .img_box {width: 100%; height: 0; padding-top: 70%; position: relative; overflow: hidden;}
.board_gallery_ul li .img_box .img_s {display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; transition: all .25s ease;}
.board_gallery_ul li .img_box .img_s img {max-width: none;min-width: 100%;min-height: 100%;max-width: 200%;max-height: 200%;position: relative;left: 50%;transform: translate(-50%, 0);}
.board_gallery_ul li .txt_box {padding: 20px 30px 15px;}
.board_gallery_ul li .txt_box h2 {font-size: 16px; font-weight: 400; color: #222; width: 100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.board_gallery_ul li .txt_box .date {font-size: 15px; color: #999; font-weight: 400; margin-top: 7px;}

.board_gallery_ul li .dibs_box {width: 100%; padding: 0 30px 15px; text-align: right;}
.board_gallery_ul li .dibs_box span,
.board_gallery_ul li .dibs_box button {vertical-align: middle; margin-left: 5px; font-size: 14px; color: #666666; transition: all .25s ease; font-weight: 500;}
.board_gallery_ul li .dibs_box button:hover,
.board_gallery_ul li .dibs_box button:focus {color: #ee4f62;}
.board_gallery_ul li .dibs_box button.active {color: #ee4f62;}
.board_gallery_ul li .dibs_box span i,
.board_gallery_ul li .dibs_box button i {vertical-align: middle; margin-right: 1px; font-size: 15px; margin-top: -3px;}

.board_gallery_ul li a:hover .img_s {transform: scale(1.1, 1.1);}
.board_gallery_ul li a:hover .txt_box h2 {text-decoration: underline;}


@media all and (max-width:750px){
	/* 게시판 목록 - 갤러리 */
	.board_gallery_box {}
	.board_gallery_ul {}
	.board_gallery_ul li {width: 49%; margin-left: 2%; margin-bottom: 15px;}
	.board_gallery_ul li:nth-of-type(3n+1) {margin-left: 2%;}
	.board_gallery_ul li:nth-of-type(2n+1) {margin-left: 0%;}
	.board_gallery_ul li a {}
	.board_gallery_ul li .img_box {}
	.board_gallery_ul li .img_box .cate {min-width: 60px; font-size: 12px;}
	.board_gallery_ul li .img_box .img_s {}
	.board_gallery_ul li .txt_box {padding: 15px 15px 10px;}
	.board_gallery_ul li .txt_box h2 {font-size: 15px;}
	.board_gallery_ul li .txt_box .date {font-size: 13px; margin-top: 5px; letter-spacing: -0.05em;}
	.board_gallery_ul li .dibs_box {width: 100%; padding: 0 15px 10px 5px;}
	.board_gallery_ul li .dibs_box span,
	.board_gallery_ul li .dibs_box button {margin-left: 6px; font-size: 13px;}
	.board_gallery_ul li .dibs_box span i,
	.board_gallery_ul li .dibs_box button i {margin-right: 0px; font-size: 13px; margin-top: -3px;}
	
}








/* 게시판 보통 상세 */

/* 제목 */
.board_detail_top {border-top: 2px solid #4e5660; background-color: #f9f9f9; border-bottom: 1px solid #dee0e3; padding: 25px 40px 18px;}
.board_detail_top h1 {font-size: 20px; font-weight: 400; color: #222; margin-bottom: 5px;}
.board_detail_top .info {width: 100%;}
.board_detail_top .info p {display: inline-block; vertical-align: middle; padding: 5px 10px; font-family: 'Roboto', 'Noto Sans Korean'; font-weight: 400; color: #999; line-height: 14px; position: relative;}
.board_detail_top .info p::before {content: ""; width: 1px; height: 12px; background-color: #aaa; position: absolute; left: -1px; top: 6px;}
.board_detail_top .info p:first-of-type {padding-left: 0;}
.board_detail_top .info p:first-of-type::before {background-color: transparent;}

/* 내용 */
.board_detail_content {padding: 50px 40px 70px; border-bottom: 1px solid #4e5660;}
.board_detail_content p {color: #444; line-height: 1.8; text-align: justify; font-size: 15px}

/* 버튼 */
.borad_detail_btn {text-align: right; margin: 15px 0;}

/* 다음글 이전글 */
.borad_detail_next_box {width: 100%; margin-top: 50px; border-top: 1px solid #ddd;}
.borad_detail_next_box .row {background-color: #fafafa; border-bottom: 1px solid #ddd; padding: 14px 20px;}
.borad_detail_next_box .row::before {content: ""; display: block; clear: both;}
.borad_detail_next_box .row .lb {float: left; width: 105px; text-align: center; font-size: 14px; font-weight: 500; color: #222; position: relative;}
.borad_detail_next_box .row .lb i {margin-right: 3px; vertical-align: middle; font-size: 0.9em;}
.borad_detail_next_box .row .lb::before {content: ""; position: absolute; right: 0; top: 5px; width: 1px; height: 13px; background-color: #aaa;}
.borad_detail_next_box .row .rb {float: left; width: calc(100% - 105px); padding-left: 20px;}
.borad_detail_next_box .row .rb a {display: block; width: 100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size: 14px; font-weight: 400;}
.borad_detail_next_box .row .rb a:hover {text-decoration: underline;}


/* 리플 */
.board_reply_box {width: 100%;}
.board_reply_box .up_txt {margin-bottom: 15px; font-size: 17px; font-weight: 500;}
.board_reply_box .up_txt i {font-size: 1.2em; vertical-align: middle; margin-right: 5px;}

.board_reply_box .reply_in_box {border-top: 1px solid #ddd;}
.board_reply_box .reply_in_box .one_box {border-bottom: 1px solid #ddd; padding: 20px 0;}
.board_reply_box .reply_in_box .one_box .top_box {display: flex; margin-bottom: 15px; align-items: center;}
.board_reply_box .reply_in_box .one_box .top_box .lb {margin-right: auto;}
.board_reply_box .reply_in_box .one_box .top_box .name {font-size: 15px; font-weight: 500; color: #222;}
.board_reply_box .reply_in_box .one_box .top_box .date {font-size: 14px; color: #999; margin-left: 10px;}
.board_reply_box .reply_in_box .one_box .con_box {color: #333; line-height: 1.6; font-size: 14px;}
.board_reply_box .reply_in_box .one_box_reply {width: 100%; position: relative; border-bottom: 1px solid #ddd;}
.board_reply_box .reply_in_box .one_box_reply .reply_icon {position: absolute; z-index: 10; top: 30px; left: 30px;}
.board_reply_box .reply_in_box .one_box_reply .inner {background-color: #fcfcfc; padding: 25px 20px 25px 60px; border-bottom: 1px solid #ddd;}
.board_reply_box .reply_in_box .one_box_reply .inner .name_box {margin-bottom: 15px;}
.board_reply_box .reply_in_box .one_box_reply .name {font-size: 16px; font-weight: 500; color: #222;}
.board_reply_box .reply_in_box .one_box_reply .date {font-size: 15px; color: #999; margin-left: 10px;}
.board_reply_box .reply_in_box .one_box_reply .upload_box {background-color: #f9f9f9; padding: 25px 20px 25px 60px;}
.board_reply_box .reply_in_box .one_box_reply .upload_box .name_box {margin-bottom: 15px;}
.board_reply_box .reply_in_box .one_box_reply .btn_box {width: 100%; background-color: #fff; border: 1px solid #ddd; margin-top: -1px; height: 40px; text-align: right;}

.reply_upload_wrap {width: 100%; padding: 20px 0; margin-top: 20px;}
.reply_upload_wrap .top_box {margin: 0 0 15px;}
.reply_upload_wrap .name {font-size: 16px; font-weight: 500; color: #222;}
.reply_upload_wrap .date {font-size: 15px; color: #999; margin-left: 10px;}
.reply_upload_wrap .btn_box {width: 100%; background-color: #fff; border: 1px solid #ddd; margin-top: -1px; height: 40px; text-align: right;}


.board_reply_box .reply_icon {display:block; width: 10px; height: 10px; border-left: 1px solid #aaa; border-bottom: 1px solid #aaa;}
.board_reply_box .btn_reply_1 {height: 35px; padding: 0 15px; border: 1px solid #ddd; font-size: 13px; margin-top: -7px; transition: all .25s ease;}
.board_reply_box .btn_reply_1:hover {border-color: #333;}
.reply_textarea {width: 100%; background-color: #fff; border: 1px solid #ddd; padding: 10px; display: block;}
.btn_reply2 {margin-left: 10px; font-size: 14px; font-weight: 500; vertical-align: middle; margin-top: -3px;}
.btn_reply2:hover {text-decoration: underline;}
.btn_reply3 {width: 70px; height: 100%; text-align: center; background-color: #005b6e; color: #fff;}

/* 첨부파일 */
.board_detail_attach {margin-top: -1px; width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #222; padding: 20px; display: flex;}
.board_detail_attach .lb {padding-right: 30px; font-size: 16px; font-weight: 500; color: #222;}
.board_detail_attach .rb .ro {width:100%; margin-top: 5px;}
.board_detail_attach .rb .ro:first-of-type {margin-top: 0;}
.board_detail_attach .rb .ro a {display: inline-block; font-size: 14px; font-weight: 400;}
.board_detail_attach .rb .ro a:hover {text-decoration: underline;}
.board_detail_attach .rb .ro .innerBtn {display: inline-block; vertical-align: middle; padding: 3px 10px; border-radius: 15px; background-color: #777; color: #fff; font-size: 12px; margin-left: 3px; transition: all .25s ease;}
.board_detail_attach .rb .ro .innerBtn:hover,
.board_detail_attach .rb .ro .innerBtn:focus {background-color: #222;}



@media all and (max-width:1000px){
	/* 게시판 보통 상세 */
	/* 제목 */
	.board_detail_top {padding: 20px 15px 18px;}
	.board_detail_top h1 {font-size: 15px;}
	.board_detail_top .info {}
	.board_detail_top .info p {padding: 5px 10px; font-size: 13px;}
	.board_detail_top .info p::before {height: 10px;}

	/* 내용 */
	.board_detail_content {padding: 30px 20px 50px;}
	.board_detail_content p {font-size: 14px;}

	/* 버튼 */
	.borad_detail_btn {text-align: right; margin: 15px 0;}

	/* 다음글 이전글 */
	.borad_detail_next_box {margin-top: 30px;}
	.borad_detail_next_box .row {padding: 12px 10px;}
	.borad_detail_next_box .row .lb {width: 90px; font-size: 13px;}
	.borad_detail_next_box .row .lb i {margin-right: 2px;}
	.borad_detail_next_box .row .lb::before {height: 13px;}
	.borad_detail_next_box .row .rb {width: calc(100% - 90px); padding-left: 10px;}
	.borad_detail_next_box .row .rb a {font-size: 13px;}
	.board_detail_attach .rb .ro .innerBtn {padding: 2px 7px; font-size: 11px; margin-left: 2px;}

	/* 리플 */
	.board_reply_box {}
	.board_reply_box .up_txt {margin-bottom: 10px; font-size: 15px;}
	.board_reply_box .up_txt i {font-size: 1.2em; margin-top: -5px;}

	.board_reply_box .reply_in_box {border-top: 1px solid #ddd;}
	.board_reply_box .reply_in_box .one_box {padding: 15px 0;}
	.board_reply_box .reply_in_box .one_box .top_box {display: block; margin-bottom: 10px;}
	.board_reply_box .reply_in_box .one_box .top_box .name {font-size: 14px;}
	.board_reply_box .reply_in_box .one_box .top_box .date {font-size: 12px; margin-left: 5px;}
	.board_reply_box .reply_in_box .one_box .top_box .rb {margin-top: 5px;}
	.board_reply_box .reply_in_box .one_box .con_box {font-size: 14px !important;}
	.board_reply_box .reply_in_box .one_box_reply {}
	.board_reply_box .reply_in_box .one_box_reply .reply_icon {top: 25px; left: 7px;}
	.board_reply_box .reply_in_box .one_box_reply .inner {padding: 15px 15px 15px 30px; font-size: 14px;}
	.board_reply_box .reply_in_box .one_box_reply .inner .name_box {margin-bottom: 10px;}
	.board_reply_box .reply_in_box .one_box_reply .name {font-size: 14px;}
	.board_reply_box .reply_in_box .one_box_reply .date {font-size: 12px; margin-left: 5px;}
	.board_reply_box .reply_in_box .one_box_reply .upload_box {padding: 15px 15px 15px 30px; }
	.board_reply_box .reply_in_box .one_box_reply .upload_box .name_box {margin-bottom: 10px;}
	.board_reply_box .reply_in_box .one_box_reply .btn_box {height: 35px;}

	.reply_upload_wrap {padding: 10px 0; margin-top: 20px;}
	.reply_upload_wrap .top_box {margin: 0 0 10px;}
	.reply_upload_wrap .name {font-size: 14px;}
	.reply_upload_wrap .date {font-size: 13px; margin-left: 5px;}
	.reply_upload_wrap .btn_box {height: 35px;}

	.board_reply_box .reply_icon {width: 10px; height: 10px;}
	.board_reply_box .btn_reply_1 {height: 25px; padding: 0 10px; font-size: 12px; margin-top: 0px;}
	.reply_textarea {font-size: 13px; padding: 5px;}
	.btn_reply2 {margin-left: 5px; font-size: 13px;}
	.btn_reply3 {width: 70px; font-size: 13px;}

	
	/* 첨부파일 */
	.board_detail_attach {padding: 20px; display: block;}
	.board_detail_attach .lb {padding:0 0 10px; font-size: 14px;}
	.board_detail_attach .rb a {font-size: 13px;}

}










/* 게시판 글쓰기 - 업로드 */
.board_upload_box {width: 100%;}
.tbl_upload {width: 100%;}
.tbl_upload tr:first-of-type {border-top: 2px solid #382f2c;}
.tbl_upload tr:last-of-type {}
.tbl_upload tr {border-bottom: 1px solid #ddd;}
.tbl_upload th {background-color: #fafafa; border-right: 1px solid #ddd; padding: 15px 5px; text-align: center;}
.tbl_upload th label {font-size: 15px; font-weight: 400; color: #222;}
.tbl_upload th label span {font-weight: 500;}
.tbl_upload td {padding: 10px 10px 10px 30px; font-size: 15px;}

.tbl_upload .upTxt {font-size: 14px; margin: 5px;}


@media all and (max-width:1000px){
	/* 게시판 글쓰기 - 업로드 */
	.board_upload_box {}
	.tbl_upload {}
	.tbl_upload tr:first-of-type {}
	.tbl_upload tr:last-of-type {}
	.tbl_upload tr {}
	.tbl_upload th {display:block; width:100%; border-bottom:1px solid #ddd; border-right: none; padding: 10px 5px;}
	.tbl_upload th label {font-size: 14px;}
	.tbl_upload td {padding: 10px 10px; display: block; width: 100%; text-align: center;}

	.tbl_upload .upTxt {font-size: 13px; margin: 5px; text-align: center;}
	
}






/*업로드 파일*/
.upload_box {
    position: relative; width: 100%;
}

input.upload_name {
    background: none;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    height: 40px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 20px;
}

.upload_box input.file_upload {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
}

.upload_box label {
    position: absolute;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    top: 50%;
    right: 0;
    width: 100px;
    transform: translateY(-50%);
    height: 38.5px;
    line-height: 38.5px;
    background: #685d59;
    transition: all 0.25s ease;
    color: #fff !important;
}

.upload_box label:hover {
   background: #382f2c;
}


@media all and (max-width:1000px){
	/*업로드 파일*/
	.upload_box {}

	input.upload_name {
	    font-size: 13px;
	    height: 35px;
	    padding: 0 15px;
	}

	.upload_box input.file_upload {}

	.upload_box label {
	    font-size: 13px;
	    height: 33.5px;
	    line-height: 33px;
	}
}







/******* 통합검색 결과 *******/
.tit_box_all_search {text-align: center; margin: 0 0 23px;}
.tit_box_all_search h2 {font-size: 28px; font-weight: 500; color: #222;}


.all_search_result_box {text-align: center; margin: 0 0 25px;}
.all_search_result_box p {font-size: 16px; color:#222;}
.all_search_result_box .blue {font-weight: 500; color: #0368b3 !important;}

.all_search_tab_box {margin: 0 0 20px;}
.all_search_tab {width: 100%; display: flex; flex-wrap: wrap;}
.all_search_tab > li {width: 16.66%; text-align: center; border: 1px solid #ddd; margin-left: -1px;}
.all_search_tab > li > a {display: flex; justify-content: center; align-items: center; padding: 12px 10px; width: 100%; height: 100%; font-size: 16px;}
.all_search_tab > li.active {border-color:#0368b3;}
.all_search_tab > li.active > a {background-color: #0368b3; color: #fff;}

.all_search_wrap_box {}
.all_search_wrap_box span.blue {font-weight: 500; color: #0368b3 !important;}
.all_search_wrap_box .one {border-top: 1px dashed #ddd; padding: 30px 20px; position: relative;}
.all_search_wrap_box .one:first-of-type {border-top: none; padding-top: 20px;}
.all_search_wrap_box .one .tit {font-size: 22px; color: #222; margin: 0 0 25px;}
.all_search_wrap_box .one .btn_more {position: absolute; top: 25px; right: 20px; width: 85px; height: 33px; border-radius: 20px; background-color: #58595b; color: #fff; text-align: center; padding-left: 7px; transition: all .23s ease;}
.all_search_wrap_box .one .btn_more:hover {background-color: #222;}

.all_search_wrap_box .men_ul {width:100%;}
.all_search_wrap_box .men_ul > li {margin-top: 25px;}
.all_search_wrap_box .men_ul > li:first-child {margin-top: 0;}
.all_search_wrap_box .men_ul > li a {display: block;}
.all_search_wrap_box .men_ul > li .name {font-size: 17px; color: #222; margin: 0 0 5px;}
.all_search_wrap_box .men_ul > li .con {font-size: 16px;}
.all_search_wrap_box .men_ul > li a:hover .name {text-decoration: underline;}

.all_search_wrap_box .bor_ul {width:100%;}
.all_search_wrap_box .bor_ul > li {margin-top: 25px;}
.all_search_wrap_box .bor_ul > li:first-of-type {margin-top: 0;}
.all_search_wrap_box .bor_ul > li a {display: block;}
.all_search_wrap_box .bor_ul > li .sbj {margin: 0 0 8px; font-size: 17px; color: #222;}
.all_search_wrap_box .bor_ul > li .sbj .cate {font-weight: 500;}
.all_search_wrap_box .bor_ul > li .con {line-height: 1.7;; color: #555; max-height: 50px; overflow: hidden; margin: 0 0 7px;}
.all_search_wrap_box .bor_ul > li .info {font-size: 16px;}
.all_search_wrap_box .bor_ul > li .info .na {display: inline-block; vertical-align: middle; padding-right: 14px; margin-right: 10px; color: #0368b3; font-weight: 500; position: relative;}
.all_search_wrap_box .bor_ul > li .info .na::after {content: ""; width:2px; height: 15px; position: absolute; right: 0; top: 6px; background-color: #0368b3; }
.all_search_wrap_box .bor_ul > li .info .date {display: inline-block; vertical-align: middle;}
.all_search_wrap_box .bor_ul > li a:hover .sbj {text-decoration: underline;}

.all_search_wrap_box .web_ul {width:100%;}
.all_search_wrap_box .web_ul > li {margin-top: 25px;}
.all_search_wrap_box .web_ul > li:first-child {margin-top: 0;}
.all_search_wrap_box .web_ul > li {margin-top: 25px;}
.all_search_wrap_box .web_ul > li a {display: block;}
.all_search_wrap_box .web_ul > li .sbj {margin: 0 0 8px; font-size: 17px; color: #222;}
.all_search_wrap_box .web_ul > li .sbj .cate {font-weight: 500;}
.all_search_wrap_box .web_ul > li .con {line-height: 1.7;; color: #555; max-height: 50px; overflow: hidden; margin: 0 0 7px;}
.all_search_wrap_box .web_ul > li .nav {color: #0368b3; vertical-align: middle; margin-top: 7px; font-weight: 400;}
.all_search_wrap_box .web_ul > li a:hover .sbj {text-decoration: underline;}

.all_search_wrap_box .vide_ul {width:100%;}
.all_search_wrap_box .vide_ul > li {margin-top: 25px; display: flex; align-items: center;}
.all_search_wrap_box .vide_ul > li:first-child {margin-top: 0;}
.all_search_wrap_box .vide_ul > li .thumb_box {width: 177px; background-color: #fff; padding: 5px; border: 1px solid #ddd; position: relative;}
.all_search_wrap_box .vide_ul > li .thumb_box a {display: block;}
.all_search_wrap_box .vide_ul > li .thumb_box .icon_box {position: absolute; left: 51%; top: 51%; transform: translate( -51%, -51%); z-index: 11;}
.all_search_wrap_box .vide_ul > li .thumb_box .img_box {position: relative;width: 100%;/* height:100%; */height: 0;overflow: hidden;padding-top: 66%;}
.all_search_wrap_box .vide_ul > li .thumb_box .img_box::before {content: ""; display: block; width: 100%; height:100%; background-color:rgba(0, 0, 0, 0.5); z-index: 10; position: absolute; left: 0; top:0;}
.all_search_wrap_box .vide_ul > li .thumb_box .img_box img {display: block;min-width: 100%;min-height: 100%;position: absolute;left: 0;top: 0;}
.all_search_wrap_box .vide_ul > li .txt_box {width: calc(100% - 177px); padding-left: 20px;}
.all_search_wrap_box .vide_ul > li .txt_box h2 {font-size: 18px; margin: 0 0 7px; font-weight: 400;}
.all_search_wrap_box .vide_ul > li .txt_box .info {font-size: 16px;}
.all_search_wrap_box .vide_ul > li .txt_box .info .na {display: inline-block; vertical-align: middle; padding-right: 14px; margin-right: 10px; color: #0368b3; font-weight: 500; position: relative;}
.all_search_wrap_box .vide_ul > li .txt_box .info .na::after {content: ""; width:2px; height: 15px; position: absolute; right: 0; top: 6px; background-color: #0368b3; }
.all_search_wrap_box .vide_ul > li .txt_box .info .date {display: inline-block; vertical-align: middle;}

.all_search_wrap_box .vide_ul {width:100%;}
.all_search_wrap_box .vide_ul.img > li .thumb_box .img_box::before {background: none;}


label[for='sear_employee'] {margin-right: 20px;}

.btn_bo_search2 {min-width:50px; height: 50px; border-radius: 25px; color: #fff; text-align: center; padding: 0 20px; background: #005b6e; font-size: 16px; transition: all .25s ease;}
.btn_bo_search2:hover {background-color:#113792;}

.search_all_cate_box {padding: 20px 20px 0; text-align: center; display:none;}
.search_all_cate_box .in {margin:0 auto; width: 550px;}
.search_all_cate_box .in .row {display: flex; margin-top: 20px}
.search_all_cate_box .in .row:first-of-type {margin-top: 0px}
.search_all_cate_box .in .row .tit {flex-basis: 100px; font-size: 16px; font-weight: 500; color: #113792;}
.search_all_cate_box .in .row label {font-size: 15px; margin-left: 15px;}
.search_all_cate_box .in .row label:first-of-type {margin-left: 0px;}
.search_all_cate_box .in .btn_box {margin-top: 20px}
.btn_all_in1 {height: 40px; padding: 0 20px; background-color: #aaa; color:#fff; font-size: 15px; transition: all .25s ease;}
.btn_all_in1:hover {background-color: #555;}



@media all and (max-width:1000px){
	/******* 통합검색 결과 *******/
	.tit_box_all_search {margin: 0 0 15px;}
	.tit_box_all_search h2 {font-size: 18px;}

	.all_search_result_box {margin: 0 0 15px;}
	.all_search_result_box p {font-size: 14px;}

	.all_search_tab_box {margin: 0 0 10px;}
	.all_search_tab {}
	.all_search_tab > li {width: 50%; margin-top: -1px;}
	.all_search_tab > li > a {padding: 10px 5px; font-size: 14px;}

	.all_search_wrap_box {}
	.all_search_wrap_box span.blue {}
	.all_search_wrap_box .one {padding: 15px 10px;}
	.all_search_wrap_box .one .tit {font-size: 18px; margin: 0 0 20px;}
	.all_search_wrap_box .one .btn_more {top: 15px; right: 10px; width: 80px; height: 25px; font-size:13px;}

	.all_search_wrap_box .men_ul {}
	.all_search_wrap_box .men_ul > li {margin-top: 15px;}
	.all_search_wrap_box .men_ul > li .name {font-size: 15px;}
	.all_search_wrap_box .men_ul > li .con {font-size: 13px;}

	.all_search_wrap_box .bor_ul {}
	.all_search_wrap_box .bor_ul > li {margin-top: 20px;}
	.all_search_wrap_box .bor_ul > li a {}
	.all_search_wrap_box .bor_ul > li .sbj {margin: 0 0 5px; font-size: 15px;}
	.all_search_wrap_box .bor_ul > li .con {font-size: 13px; height: 45px;}
	.all_search_wrap_box .bor_ul > li .info {font-size: 13px;}
	.all_search_wrap_box .bor_ul > li .info .na {padding-right: 12px; margin-right: 8px;}
	.all_search_wrap_box .bor_ul > li .info .na::after {height: 13px; top: 4px;}

	.all_search_wrap_box .web_ul {}
	.all_search_wrap_box .web_ul > li {margin-top: 20px;}
	.all_search_wrap_box .web_ul > li a {}
	.all_search_wrap_box .web_ul > li .sbj {margin: 0 0 5px; font-size: 15px;}
	.all_search_wrap_box .web_ul > li .con {font-size: 13px; height: 45px;}
	.all_search_wrap_box .web_ul > li .nav {font-size: 13px;}

	.all_search_wrap_box .vide_ul {}
	.all_search_wrap_box .vide_ul > li {margin-top: 20px; display: block; text-align: center;}
	.all_search_wrap_box .vide_ul > li .thumb_box {display:inline-block; width: 177px;}
	.all_search_wrap_box .vide_ul > li .txt_box {width: 100%; padding-left: 0;}
	.all_search_wrap_box .vide_ul > li .txt_box h2 {font-size: 15px; margin: 0 0 5px;}
	.all_search_wrap_box .vide_ul > li .txt_box .info {font-size: 13px;}
	.all_search_wrap_box .vide_ul > li .txt_box .info .na {padding-right: 12px; margin-right: 8px;}
	.all_search_wrap_box .vide_ul > li .txt_box .info .na::after {height: 13px; top: 4px;}

	.btn_bo_search2 {min-width:50px; height: 40px; padding: 0 20px; font-size: 14px; margin-top: 10px;}

	.search_all_cate_box {padding: 20px 0px 0;}
	.search_all_cate_box .in {margin:0 auto; width: 100%;}
	.search_all_cate_box .in .row {display: flex; margin-top: 10px}
	.search_all_cate_box .in .row .tit {flex-basis: 50px; font-size: 14px; font-weight: 500; color: #113792;}
	.search_all_cate_box .in .row .one {flex-basis: calc(100% - 50px); text-align: left;}
	.search_all_cate_box .in .row label {font-size: 13px; margin-left: 10px; display: inline-block;}
	.search_all_cate_box .in .row label:first-of-type {margin-left: 0px;}
	.search_all_cate_box .in .btn_box {margin-top: 10px}
	.btn_all_in1 {height: 35px; padding: 0 15px; font-size: 13px;}
}








/**** 사용자 위치 ****/
/* 상세보기 */
.borad_map_detail {width: 100%; margin-top: 30px;}
.borad_map_detail .title {margin-bottom: 15px;}
.borad_map_detail .title h2 {font-size: 18px; font-weight: 600; color: #222;}

.borad_map_detail .info_box {margin-bottom: 30px;}
.borad_map_detail .info_box ul {width: 100%;}
.borad_map_detail .info_box ul li {margin-top: 10px; display: flex; padding-left: 15px; position: relative;}
.borad_map_detail .info_box ul li::before {content: ""; display: block; width: 5px; height: 5px; background-color: #222; position: absolute; left: 0; top: 10px;}
.borad_map_detail .info_box ul li:first-of-type {margin-top: 0;}
.borad_map_detail .info_box ul li .sbj {min-width: 130px; font-size: 17px; font-weight: 500; color: #111; padding-right: 10px;}
.borad_map_detail .info_box ul li .cont {font-size: 17px; color: #777; padding-left: 10px;}

.borad_map_detail .map_box {border: 1px solid #ddd;}

/* 글쓰기 팝업 */
.write_location_pop_black {display:none; position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.write_location_pop {display:none; position: fixed; z-index: 1000; top: 5%; max-height: 90%; overflow-y: auto; background-color: #fff; padding: 20px; border: 1px solid #eee;}
.write_location_pop .title {margin-bottom: 10px; text-align: center; }
.write_location_pop .title h2 {font-size: 22px; font-weight: 500; color: #222;}
.write_location_pop .table_input {margin-bottom: 20px;}
.write_location_pop .tbl_loca {width:100%;}
.write_location_pop .tbl_loca th {padding: 10px; border: 1px solid #eee; background-color: #fafafa;}
.write_location_pop .tbl_loca th label {font-size: 17px; font-weight: 500; color: #333;}
.write_location_pop .tbl_loca td {padding: 10px; padding-left: 30px; border: 1px solid #eee;}
.write_location_pop .tbl_loca td .row {margin-top: 10px;}
.write_location_pop .tbl_loca td .row.flex {display: flex;}
.write_location_pop .tbl_loca td .row.flex .col_1 {width: 50%;}
.write_location_pop .tbl_loca td .row:first-of-type {margin-top: 0;}
.write_location_pop .tbl_loca td .txt_nor {height: 40px; border-color: #eee;}
.write_location_pop .tbl_loca td .btn_bg {height: 40px;}
.write_location_pop .map_box {border: 1px solid #eee;}
.write_location_pop .btn_box {text-align: center; margin-top: 20px;}


input[name='nam1'] + span {font-size: 15px;}


@media all and (max-width:1000px){
	/* 상세보기 */
	.borad_map_detail {width: 100%; margin-top: 20px;}
	.borad_map_detail .title {margin-bottom: 15px;}
	.borad_map_detail .title h2 {font-size: 16px;}
	
	.borad_map_detail .info_box {margin-bottom: 20px;}
	.borad_map_detail .info_box ul {}
	.borad_map_detail .info_box ul li {margin-top: 7px; padding-left: 15px;}
	.borad_map_detail .info_box ul li .sbj {min-width: 100px; font-size: 14px; padding-right: 5px;}
	.borad_map_detail .info_box ul li .cont {font-size: 14px;padding-left: 5px;}
	
	/* 글쓰기 팝업 */
	.write_location_pop_black {}
	.write_location_pop {width: 90%; padding: 15px;}
	.write_location_pop .title {margin-bottom: 10px;}
	.write_location_pop .title h2 {font-size: 18px;}
	.write_location_pop .table_input {margin-bottom: 20px;}
	.write_location_pop .tbl_loca {display: block;}
	.write_location_pop .tbl_loca th {padding: 5px; display: block; width: 100%;}
	.write_location_pop .tbl_loca th label {font-size: 15px;}
	.write_location_pop .tbl_loca td {display:block; width: 100%; border-top: none; padding: 10px}
	.write_location_pop .tbl_loca td .row {margin-top: 10px; font-size: 14px;}
	.write_location_pop .tbl_loca td .row.flex {display: flex;}
	.write_location_pop .tbl_loca td .row.flex .col_1 {padding: 0 5px;}
	.write_location_pop .tbl_loca td .row:first-of-type {margin-top: 0;}
	.write_location_pop .tbl_loca td .txt_nor {height: 35px; border-color: #eee;}
	.write_location_pop .tbl_loca td .btn_bg {height: 35px; width: 100%;}
	.write_location_pop .btn_box {text-align: center; margin-top: 20px;}

	input[name='nam1'] + span {font-size: 13px;}
}



/*썸네일 버튼 css*/
.thumbnailBtn{
  height: 25px;
  font-size: 12px;
  min-width: 80px;
  padding: 0;
  color: #fff;
  background-color: #2f8ab9;
  vertical-align: middle;
  margin-left: 5px;
  float:left;
}
input.upload_text {
  float:left;
  width:230px;
  height:25px;
  line-height:25px;
  padding:0 3px;
  border:1px solid #bbb;
}
div.upload-btn_wrap input.input_file {
  position:absolute;
  top:0;
  right:0;
  cursor:pointer;
  opacity:0;
  filter:alpha(opacity=0);
  -ms-filter:"alpha(opacity=0)";
  -moz-opacity:0;
}
div.upload-btn_wrap {
  overflow:hidden;
  position:relative;
  float:left;
  width:90px;
  height:25px;
  padding-left:3px;
}







