@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 초기화 취소 */
.b-wrap *:not(.content-view iframe) {all: revert;}

body{margin:0;padding:0;font-family:'Noto Sans KR', sans-serif; font-size:16px;font-weight:400;color:#222;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;overflow-x:hidden; box-sizing:border-box;}

.b-wrap {max-width:1800px; width:100%; margin:0 auto;}

#board-wrap { display: inline-block; zoom: 1; margin: 0; width: 100%; }
#board-wrap .board-list { float: left; width: 100%; background-color: white; }
#board-wrap .board-list table { display: table; table-layout: fixed; margin: 0; padding: 0; width: 100%; border: 0; font-size: 13px; border-collapse: collapse; }
#board-wrap .board-list table a { color: #333; font-weight: 400; text-decoration: none; border: 0; font-size: 15px; }
#board-wrap .board-list table tr { border: 0; background-color: transparent; transition-duration: 0.3s; cursor: pointer; }
#board-wrap .board-list tbody tr:hover { background-color: #f7f7f7; }
#board-wrap .board-list table tr.notice_fix { background-color: #f4f4f4; }
#board-wrap .board-list table td { padding: 23px 0; height: auto; text-align: center; vertical-align: middle; font-size: 14px; letter-spacing:-0.6px; }
#board-wrap .board-list table td.board-list-num { width: 150px; }
#board-wrap .board-list table td.board-list-category { width: 180px; }
#board-wrap .board-list table td.board-list-title { width: auto; }
#board-wrap .board-list table td.board-list-status { width: 120px; }
#board-wrap .board-list table td.board-list-user { width: 100px; }
#board-wrap .board-list table td.board-list-date { width: 150px; }
#board-wrap .board-list table td.board-list-hit { width: 100px; }
#board-wrap .board-list thead { background-color: transparent; }
#board-wrap .board-list thead tr td { font-weight: 600; color: #333; border: 0; border-top: 1px solid #999; border-bottom: 1px solid #dadada; background-color: #f7f7f7; font-size:15px; }
#board-wrap .board-list tbody tr td { word-break: break-all; border: 0; border-bottom: 1px solid #ebebeb; }
#board-wrap .board-list tbody td.board-list-title { text-align: left; }
#board-wrap .board-list tbody td.board-list-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#board-wrap .board-list tbody td.board-list-title img.board-lock { width: 16px !important; height: 16px !important; }
#board-wrap .board-list .mobile-list-status .board-answer {display:none;}
#board-wrap .board-list .board-mobile { display: none; font-size: 12px; color: #777; }
#board-wrap .board-list .board-mobile .contents-item { display: inline; margin: 0; padding: 0; }
#board-wrap .board-list .board-mobile .contents-separator { display: inline; margin: 0; padding: 0 4px; color: #aaa; }
#board-wrap .board-pagination { float: left; padding: 15px 0; width: 100%; }
#board-wrap .board-pagination .board-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#board-wrap .board-pagination .board-pagination-pages li { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; }
#board-wrap .board-pagination .board-pagination-pages li span { display: block; margin: 0; padding: 0 11px; height: 28px; line-height: 28px; font-size: 13px; color: #999999; text-decoration: none; border: 0; background-color: transparent; cursor: pointer; transition-duration: 0.3s; }
#board-wrap .board-pagination .board-pagination-pages li:hover span,
#board-wrap .board-pagination .board-pagination-pages li.active span { border: 0; color: black; font-weight: bold; text-decoration: underline; }
#board-wrap .board-pagination .board-pagination-pages li.active span { cursor: default; }
#board-wrap .board-pagination .board-pagination-pages li:before { display: none; }
#board-wrap .board-pagination .board-pagination-pages li:after { display: none; }
#board-wrap .board-search { float: left; padding-bottom: 15px; width: 100%; text-align: center; }
#board-wrap .board-search select { display: inline; margin: 0; padding: 5px; width: 100px; min-width: 100px; height: 26px; font-size: 13px; color: #565656; border-radius: 0; border: 1px solid #c2c2c2; background: white; line-height: 26px; vertical-align: middle; box-shadow: none; box-sizing: content-box; }
#board-wrap .board-search input { display: inline; margin: 0; padding: 5px; width: 200px; min-width: 200px; height: 26px; font-size: 13px; color: #565656; border-radius: 0; border: 1px solid #c2c2c2; background: white; line-height: 26px; vertical-align: middle; box-shadow: none; box-sizing: content-box; }

#board-wrap .board-list-status .board-answer {display: inline-block;padding: 4px 6px !important;font-size: 12px;font-weight: normal;color: #fff;border: 1px solid #f0ac0f;background: #f0ac0f;line-height: 20px;}
#board-wrap .board-new {display: inline-block;display: inline;zoom: 1;padding: 2px 2px;line-height: 10px;font-size: 10px;color: white;background-color: #f0ac0f;font-weight: normal;}
#board-wrap .board-tit { width: auto; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; }
#board-wrap .board-btn img { display: inline; width: 28px !important; height: 28px !important; vertical-align: middle; }
#board-wrap .board-write { float: left;  width: 100%; text-align: right; margin-top:20px;}
#board-wrap .board-btn, input.board-btn, button.board-btn { position: relative; display: inline-block; zoom: 1; margin: 0; padding:5px;  font-size: 13px; font-weight: normal; letter-spacing: normal; color: #fff !important; background: #1145a4!important; border: none;  cursor: pointer; vertical-align: middle;  transition-duration: 0.3s;}
button.board-btn .board-btn:hover { opacity: 0.7; }
#board-wrap .board-write-btn { background: #f0ac0f!important; color:#fff; padding:8px 20px; font-size:0.9em; font-weight:bold; border: none; border-radius: 0; text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; }
#board-wrap .board-write-btn:hover { opacity: 0.7; }

/* 글쓰기페이지 */
#board-editor { overflow: hidden; }
#board-editor select { display: inline; margin: 0; padding: 0 5px; font-size: 13px; width: 30%; height: 28px; line-height: 28px; color: #666666; border-radius: 0; border: 1px solid #dcdcdc; box-shadow: none; background-color: transparent; box-sizing: content-box; vertical-align: top; text-indent: 0; }
#board-editor .board-attr-title input {border:1px solid #e1e1e1;}
#board-editor input[type=text],
#board-editor input[type=email],
#board-editor input[type=number],
#board-editor input[type=date],
#board-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 28px; line-height: 28px; font-size: 13px; color: #666666; border-radius: 0; border: 1px solid #d6d6d6; box-shadow: none; background-color: transparent; box-sizing: content-box; vertical-align: top; }

div#quick_bottom_wrap #board-editor input[type=password] {border:none; }
#board-editor select:hover,
#board-editor input[type=text]:hover,
#board-editor input[type=email]:hover,
#board-editor input[type=number]:hover,
#board-editor input[type=date]:hover,
#board-editor input[type=password]:hover
#board-editor select:focus,
#board-editor input[type=text]:focus,
#board-editor input[type=email]:focus,
#board-editor input[type=number]:focus,
#board-editor input[type=date]:focus,
#board-editor input[type=password]:focus { border: 1px solid #9e9e9e; }
#board-editor input[type=file] { display: inline; margin: 0; padding: 0; width: 30%; font-size: 12px; color: #666666; border-radius: 0; border: 0; box-shadow: none; background-color: transparent; }
#board-editor .board-row { background-color: #f5f5f5; }
#board-editor .board-row .attr-name { display: inline; float: left; margin: 0; padding: 5px 10px 5px 20px; width: 120px; line-height: 30px; color: #393939; font-size: 14px; font-weight: bold; }
#board-editor .board-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#board-editor .board-row .attr-name .attr-required-text { line-height: 1; color:#f0ac0f!important; font-weight: normal; font-size: 12px; }
#board-editor .board-row.board-attr-content .attr-name { display: none; }
#board-editor .board-row .attr-value { margin-left: 150px; padding: 5px 10px 5px 20px; min-height: 40px; line-height: 30px; text-align: left; font-size: 14px; background-color: white; }
#board-editor .board-row .attr-value .title {width:99%;}
#board-editor .board-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; cursor: pointer; }
#board-editor .board-row .attr-value .attr-value-option input[type=checkbox] { cursor: pointer; }
#board-editor .board-row .attr-value .description { color: #fff !important;  font-size: 13px; letter-spacing: -0.6px; position: relative; top: -6px; margin: 1rem 0;}
#board-editor .board-row .attr-value .description { color: #464646 !important;}
/* #board-editor .board-row textarea.board-agree-txt {width:100%; padding:10px; height:100px;  background:#f1f1f1; border:none; } */
#board-editor .board-row .board-agree-txt {width:100%; height:100px; line-height: 1.6em; background:#f1f1f1; border:none; overflow-y:scroll; color:#666;}
#board-editor .board-attr-title input { width: 100%; *width: 70%; box-sizing: border-box; }
#board-editor .board-confirm-row { padding: 100px 0; }
#board-editor .board-content { padding: 10px 0; text-align: center; background-color: white; }
#board-editor .board-content textarea { display: inline; margin: 0; padding:10px; width: 100%; min-width: 100%; max-width: 100%; height: 250px; border:1px solid #d6d6d6; font-size: 14px; box-sizing: border-box; vertical-align: middle; }
#board-editor .board-control { padding: 15px 0; margin-top:50px;}
#board-editor .board-control .left { position: static; float: left; }
#board-editor .board-control .right { position: static; float: right; width: 50%; text-align: right; }
a.board-button-small,
input.board-button-small,
button.board-button-small { position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 10px; height: 28px; line-height: 28px; font-size: 13px; font-weight: normal; letter-spacing: normal; color: white !important; background: #f0ac0f!important; border: none; border-radius: 0; text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; }
a.board-button-small:hover,
a.board-button-small:focus,
a.board-button-small:active,
input.board-button-small:hover,
input.board-button-small:focus,
input.board-button-small:active,
button.board-button-small:hover,
button.board-button-small:focus,
button.board-button-small:active { opacity: 0.7; }

#board-editor .board-control .board-button-small { background: #f0ac0f!important; color:#fff; padding:8px 20px; font-size:0.9em; font-weight:bold; border: none; border-radius: 0; text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; }

#board-document .board-control .board-button-small { background: #1145a4!important; color:#fff; padding:8px 20px; font: revert; font-size:0.9em; font-weight:bold; border: none; border-radius: 0; text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; }
#board-document .board-control { padding: 15px 0; margin-top:50px;}
#board-document .board-control .left { position: static; float: left; }
#board-document .board-control .right { position: static; float: right; width: 50%; text-align: right; }

#board-editor .board-row .attr-value label.file-select-label {position: relative; display: inline-block; padding: 0 10px; height: 28px; line-height: 28px; font-size: 13px; color:#666; background: #ddd !important; border: 1px solid #ccc; border-radius: 0; background-color: transparent; box-shadow: none; box-sizing: content-box; vertical-align: top; cursor: pointer; transition-duration: 0.3s; box-sizing: content-box;}
#board-editor .board-row .attr-value button.file-controll-button {position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; height: 28px; width: 28px; line-height: 28px; font-size: 13px; font-weight: normal; letter-spacing: normal; color: white !important; background: #ddd !important; border: 1px solid #ccc; border-radius: 0; text-decoration: none !important; cursor: pointer; vertical-align: top; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box;}
#board-editor .board-row .attr-value button.file-add-button {background-color: #47cf73d4 !important;}
#board-editor .board-row .attr-value button.file-del-button {background-color: #ff3c41d4 !important;}

#board-editor .board-row .attr-value label.file-select-label:hover {color: #555 !important; border: 1px solid #c2c2c2 !important; background-color: #ccc !important;}
#board-editor .board-row .attr-value button.file-controll-button:hover {border: 1px solid #c2c2c2 !important;}
#board-editor .board-row .attr-value button.file-add-button:hover {background-color: #47cf73 !important;}
#board-editor .board-row .attr-value button.file-del-button:hover {background-color: #ff3c41 !important;}
/* 게시판 상페페이지 내용보기 */
#board-document .board-detail { font-size: 16px; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; background-color: #f5f5f5; overflow: hidden; }
#board-document .board-detail .detail-attr { float: left; margin: 0; padding: 12px 35px 12px 22px; overflow: hidden; }
#board-document .board-detail .detail-attr .detail-name { float: left; min-width: 50px; font-weight: bold; color: #545861; }
#board-document .board-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: #545861; }
#board-document .board-detail .detail-attr .detail-value img { vertical-align: middle; }
#board-document .board-detail .detail-attr select { display: inline; margin: 0; padding: 0; width: auto; height: 26px; line-height: 26px; font-size: 13px; color: #565656; border-radius: 0; border: 1px solid #c2c2c2; background: white; vertical-align: middle; box-shadow: none; box-sizing: content-box; text-indent: 0; }
#board-document .board-detail .detail-title { float: none; }
#board-document .board-content { clear: both; float: left; width: 100%; min-height: 200px; text-align: initial; }
#board-document .board-content .content-view { margin: 0; padding: 20px; word-break: break-all;  padding-bottom:50px; background:#fff;}
#board-document .board-content .content-view:after {content: ''; display:block; clear: both;}
#board-document .board-content .content-view img { display: inline; margin: 0; width: auto; height: auto !important; vertical-align: middle; max-width: 100%; }
#board-document .board-content .content-view iframe { max-width: 100%; }
#board-document .board-content .content-view hr { display: block; margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#board-document .board-content .content-view p { margin: 0 0 0.75em; }
#board-document .board-content .content-view p:last-child { margin: 0; }
#board-document .board-content .content-view span.option-name {font-weight:bold; margin-right:5px; color:#444;}
#board-document .board-attach { clear: both; float: left; width: 100%; min-height: 100px; }
#board-document .board-attach .attach-view {margin: 0; margin-bottom: 30px; padding: 0 20px; text-align: initial; word-break: break-all; background:#fff;}
#board-document .board-attach .attach-view:after {content: ''; display:block; clear: both;}
#board-document .board-attach .attach-view .attach-count {padding: 15px 0; border-top: 1px dotted #ccc; font-weight: bold; color: #444;}
#board-document .board-attach .attach-view .attach-box {}
#board-document .board-attach .attach-view .attach-box .attach-file {width: 100%; margin-bottom: 10px;}
#board-document .board-attach .attach-view .attach-box .attach-file a {padding: 0 5px; border: 1px solid #ccc; font-size: 14px; color: #888; transition: 0.3s; text-decoration: none;}
#board-document .board-attach .attach-view .attach-box .attach-file a:hover {text-decoration: underline;}
.board-ask-status { display: inline-block; padding: 5px 10px !important; font-size: 12px; font-weight: normal; line-height: 20px;}
.board-ask-status.status-0 {color: #333333; border: 1px solid #848484; background: #f9f9f9;}
.board-ask-status.status-1 {color: #fff; border: 1px solid #848484; background: #848484;}
.board-ask-status.status-answer {color: #fff; border: 1px solid #f0ac0f; background: #f0ac0f;}
#board-document .board-ment { padding:5px 20px 20px 20px; background:#f5f5f5;}
#board-document .board-ment h5 {color:#888; font-weight:bold; border-bottom:1px dotted #ccc; margin: revert; font: revert;}
#board-document .board-ment p {text-align:center; color:#555; font-size:15px; margin: revert;}
#board-document .board-ment p.ment {text-align:left; margin: revert;}
#board-document .board-detail .detail-attr.pass { float: left; margin: 0; padding: 35px; overflow: hidden; }
#board-document .board-detail .detail-attr.pass input[type=password] {padding:10px; margin-top:-5px;}

@media screen and (max-width: 1023px) {
#board-wrap .board-list table td.board-list-num { width: 80px; }
#board-wrap .board-list table td.board-list-title { width: auto; }
#board-wrap .board-list table td.board-list-status { width: 70px; }
#board-wrap .board-list table td.board-list-user { width: 70px; }
#board-wrap .board-list table td.board-list-date { width:80px; }

}

@media screen and (max-width: 700px) {
	.b-wrap {width:96%; margin:0 auto; min-width:300px;}

	#board-wrap .board-list table { border-top: 1px solid #f1f1f1; }
	#board-wrap .board-list table thead { display: none; }
	#board-wrap .board-list table td.board-list-title { padding: 10px 5px; }
	#board-wrap .board-list table td.board-list-title .board-tit { margin-bottom: 7px; white-space: normal; font-size: 15px; line-height: 22px; }
	#board-wrap .board-list table td.board-list-num,
	#board-wrap .board-list table td.board-list-category,
	#board-wrap .board-list table td.board-list-user,
	#board-wrap .board-list table td.board-list-date,
	#board-wrap .board-list table td.board-list-vote,
	#board-wrap .board-list table td.board-list-view,
	#board-wrap .board-list table td.board-list-hit { display: none; }
	#board-wrap .board-list .board-mobile-category { display: inline; }
	#board-wrap .board-list .board-mobile-list-status { display: block; }
	#board-wrap .board-list .board-mobile-list-status .board-answer { padding: 2px; min-width: 60px; text-align: center; font-size: 11px; }
	#board-wrap .board-list .board-mobile { display: block; }
	#board-wrap .board-pagination .board-pagination-pages li { display: none; }
	#board-wrap .board-pagination .board-pagination-pages li.first-page,
	#board-wrap .board-pagination .board-pagination-pages li.last-page,
	#board-wrap .board-pagination .board-pagination-pages li.prev-page,
	#board-wrap .board-pagination .board-pagination-pages li.next-page,
	#board-wrap .board-pagination .board-pagination-pages li.active { display: inline-block; }
	#board-wrap .board-pagination .board-pagination-pages li.prev-page a,
	#board-wrap .board-pagination .board-pagination-pages li.next-page a { padding: 0 18px; }
	#board-wrap .board-list .mobile-list-status .board-answer {display:inline-block;padding: 3px 6px !important;font-size: 11px;font-weight: normal;color: #fff;background: #f0ac0f;line-height: 20px; margin:5px 0;}
	#board-wrap .board-list-status .board-answer {display:none;}
	#board-wrap .board-list table td.board-list-status { width: 0px; }
	#board-wrap .board-search input { width: 170px; min-width: 130px;}
	#board-wrap .board-search select { min-width: 70px; }
	
	/* 글쓰기 */
	#board-editor select,
	#board-editor input[type=text],
	#board-editor input[type=email],
	#board-editor input[type=number],
	#board-editor input[type=date],
	#board-editor input[type=password],
	#board-editor input[type=file] { width: 50%; box-sizing: border-box; }

	#board-editor .board-row { display: block; padding: 10px 0; background-color: white; }
	#board-editor .board-row .attr-name { display: block; padding: 0; width: 100%; font-size: 14px; background-color: white; }
	#board-editor .board-row .attr-value { display: block; margin: 0; padding: 0; }
	#board-document .board-detail .detail-attr.pass input[type=password] {display:block;}
	#board-document .board-detail .detail-attr .detail-name { display:block; margin-bottom:10px;}
	#board-document .board-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: #545861; }
	#board-document .board-control .board-button-small { padding:5px 10px; }
}

@media screen and (max-width: 380px) {
	#board-document .board-detail .detail-attr .detail-value {  padding-left: 0px; }
	#board-wrap .board-search input { width: 135px; min-width: 130px;}
	#board-wrap .board-search select {width: 80px;  min-width: 70px; }

}