@charset "utf-8";
/* unityboard.css - 리스트형_orange
 * @latest 2022.06.07 SSJ
 * @latest 2022.10.05 YHY
 */


 .subCon p {/*width:auto; */ /* float:left; */}

 /*상단 머리말부분 설정*/
 .allbox #bbs_area {margin-bottom:50px;}
 .allbox #bbs_area > div.mb30 { margin-bottom:10px;}
 .allbox #bbs_area > div.mb30 ul {list-style:disc; padding-left:30px;}
 .allbox #bbs_area > div.mb30 ul li {list-style:disc;}
 .allbox #bbs_area > div.mb30 ol {list-style:decimal; padding-left:30px;}
 .allbox #bbs_area > div.mb30 ol li {list-style:decimal;}



 /* 말머리 부분(목록형/탭형) */
 #bbs_area .main-menu-bar {margin-bottom:1px;}
 #bbs_area .main-menu-bar + .mb10 {float:right; margin-bottom:0; line-height:30px;}
 #bbs_area .main-menu-bar select {max-width:50%; margin-bottom:20px;}

 .selectBbsSubospec {margin-bottom: -3px;}
 .bbs_tab {padding:8px 35px; border:1px solid #e1e1e1;}
 ul.tabMenu {width:100%; float:left; margin-bottom:20px; list-style:none !important; padding-left:0 !important;}
 ul.tabMenu li {display:inline-block; height:33px; line-height:33px; margin-right:2px; list-style:none !important;}
 ul.tabMenu li:first-child > a {background:#4b6067; color:#fff;}
 ul.tabMenu li+br {display:none;}
 ul.tabMenu li a {background:linear-gradient(#fdfdfd, #f8f8f8);}
	 @media (max-width:990px) {
		 ul.tabMenu li {width:19.8%; margin-right:0.2%; height:auto;}
		 ul.tabMenu li > a {width:100%; display:block; box-sizing:border-box; text-align:center; padding:0;}
	 }

	 .selectBbsSubospec .main-menu-bar {width:100%; padding:0 !important;}
	 .board.wztab .wztab-list .wztab-item.active {border-top-color:#333;border: 2px solid #333;border-bottom: none;margin-bottom: -3px;border-bottom: 3px solid #fff !important;}
	 .wztab-list .wztab-item {border-bottom:none; border-width:2px;padding: 0;}
	 .wztab-list .wztab-item button {padding:0 18px;}

	 @media (min-width:600px) {
		 .selectBbsSubospec .main-menu-bar + div {right:0; margin-top:0;}
	 }
	 @media (max-width:599px) {
		 .selectBbsSubospec {margin-bottom:-4px;}
		 .selectBbsSubospec .wztab  {border-bottom: none;}
		 .board.wztab {z-index:1 !important;}
		 .selectBbsSubospec {border-bottom:1px solid #d9d9d9;height:46px;box-sizing: border-box;position: relative;}
		 .selectBbsSubospec .main-menu-bar {width:50%;}
		 .selectBbsSubospec .main-menu-bar + div {/*width: 20%;*/box-sizing: border-box;float: none !important;position: absolute;right: 0;}
		 .selectBbsSubospec:after {content:''; display: block; clear:both;}
		  #listCount {width:auto!important;margin-top:0;margin-bottom: 0;}
		  #listCount + .wzbtn-table {padding: 9px 9px;font-size: 15px;}         #bbs_area .main-menu-bar select {width: 50%;}
	 }



 /* list 및 기본테이블 세팅. */
 .basic-table01:not(.brdotherPostTBL) {width:100%;border-top: 3px solid #333 !important;/* border-top: none !important; *//* border-bottom:1px solid #ccc; */border-collapse: collapse;/* margin:10px 0 50px; *//* table-layout: fixed; */}
 .basic-table01:not(.brdotherPostTBL) colgroup,
 .basic-table01:not(.brdotherPostTBL) thead {display:none;}
 .basic-table01:not(.brdotherPostTBL) tbody {display:block;}
 .basic-table01:not(.brdotherPostTBL) tbody tr {display:block;float: left;width: 100%;clear: both;padding: 20px 5px;border-bottom: 2px solid #ececec;background: #fff; color: #333; font-size: 15px;box-sizing: border-box;}
 .basic-table01:not(.brdotherPostTBL) tbody tr:first-of-type {padding-top: 40px !important;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td {float:left;display: inline-block;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td:first-child {/*display:none;*/}
 .basic-table01:not(.brdotherPostTBL) tbody tr td.number {margin-right:10px; line-height:25px; font-size: 16.5px;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td.number + td.txt-l {line-height:130%;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td.txt-l {width: calc(100% - 70px);font-size: 17px;margin-bottom: 10px;font-weight: 600;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td.txt-l + td {clear:both;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td.txt-l ~ td {margin-right: 11px;line-height: 130%;opacity: 0.7;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td.txt-l ~ td:not(:last-child):after {content:""; width:1px; height: 11px; display:inline-block; border-right: 2px solid #000000; margin-left: 8px;vertical-align: middle;opacity: 0.5;margin-top: -2px;}
 .basic-table01:not(.brdotherPostTBL) tbody tr td input[type="checkbox"] {margin-right:10px;}

 .basic-table01 tbody tr th {font-weight:700;font-size: 1em;color: #333;background:#fcfcfc;text-align:center;}
 .basic-table01 tbody tr td a {color:#333; padding:3px 10px;}
 .basic-table01 tbody tr td.txt-l a {padding:0;display: inline-block;-webkit-line-clamp: 1; -webkit-box-orient:vertical; display: -webkit-inline-box; white-space: normal;vertical-align: middle;max-width: 100%;/* white-space: nowrap; */overflow: hidden;text-overflow: ellipsis;}
 .basic-table01 tbody tr td.txt-l>span:not(.lock):first-of-type {font-size: 14px;letter-spacing: -0.5px;padding: 5px;background: #f5f5f5;border-radius: 3px;margin-right: 3px;max-width: 30%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;vertical-align: middle;font-weight: 400; line-height: 130%;}
 .basic-table01 tbody tr td.txt-l>span:not(.lock) + a {max-width: 60%;}
 .basic-table01 tbody tr td.txt-l>span.lock:first-of-type + a {max-width: 80%;}
 .basic-table01 tbody tr td.txt-l>span.lock:nth-of-type(2) + a {max-width: 50%;}
 .basic-table01 tbody tr td.txt-l a:hover {text-decoration:underline;}
 .basic-table01 tbody tr td.txt-l a + span.colorRed {font-weight:600; color:#333;}
 .basic-table01 tbody tr td .lock {display: inline-block; vertical-align: middle;}
 .basic-table01 tbody tr td .lock span {width:1px;height:1px;font-size:1px;line-height:0;text-indent:-9999px;overflow:hidden;display: inline-block;}
 .basic-table01 tbody tr td .reflyTxt {display:inline-block;vertical-align:middle;position: relative;padding:0 7px 5px 3px !important; background:transparent !important;}
 .basic-table01 tbody tr td .reflyTxt i.fa {font-size: 18px;}
 .basic-table01 tbody tr td .reflyTxt .blind {}
 .basic-table01 tbody tr td .reflyTxt .rfno {position: absolute; background: #838383; color: #fff; font-size: 11px; width: 17px; height: 17px; text-align: center; line-height: 18px; border-radius: 100%; bottom: 0; right: 0;}
 .basic-table01 tbody tr td .atchFileIcon {float:right;font-size: inherit !important;padding: 0 !important;background: transparent !important;margin-right: 0 !important;}
 .basic-table01 tbody tr td .atchFileIcon i.fa {transform: rotate(255deg);}
 .basic-table01 tbody tr td.smalltd {font-size: 14px;}
 .basic-table01 tbody tr td.txt-l a {padding:0;}
 .basic-table01 tbody tr td.txt-l a:hover {text-decoration:underline;}
 .basic-table01 tbody tr td.txt-l a + span.colorRed {font-weight:600; color:#333;}
 .basic-table01 tbody tr td a.btn-s {color:#fff;}
 .basic-table01 tbody tr:last-child th, .basic-table01 tbody tr:last-child td {border-bottom:none;}
 .basic-table01 tbody tr td .circle_badge {font-size:14px; padding:7px 5px; text-align:center; margin:0 3px; color:#333; cursor:default; border-radius:0;
										   background:linear-gradient(#f8f8f8, #ececec); border:1px solid #ccc; line-height:normal; width:77px; box-sizing:border-box;}
 .basic-table01 tbody tr td .circle_badge.bg-red-strong {color:white; background:linear-gradient(#a0a0a0, #8c8c8c) !important; border:1px solid #8c8c8c;}
 .board001 .conBottom > div.ctr-box {margin:10px 0 0 0;}

	 @media (max-width:799px) {
		 .basic-table01 thead tr th, .basic-table01 thead tr th a {font-size:15px; word-break:keep-all;}
		 .basic-table01 thead tr th:nth-child(5) a, .basic-table01 thead tr th:nth-child(6) a,.basic-table01 thead tr th:nth-child(7) a {font-size:13px;}
		 .basic-table01 tbody tr td {/* font-size:14px; */ /* padding:20px 3px; */}
		 .basic-table01 tbody tr td .circle_badge {width:auto; word-break:keep-all; padding:7px 0; font-size:13px; font-weight:600;}
		 .basic-table01 tbody tr td.txt-l>span:not(.lock) + a {max-width:53%;}
	 }
	 @media (max-width:499px) {
		 .basic-table01:not(.brdotherPostTBL) tbody tr td.txt-l {width:100%;}
		 .basic-table01 tbody tr td.txt-l>span:not(.lock):first-of-type {max-width: 100%;margin-bottom: 8px;}
		 .basic-table01 tbody tr td.txt-l>span:not(.lock) + a {clear:both; /* display:block; */max-width: 88%;line-height: 150%;}
		 .basic-table01 tbody tr td.txt-l>span.lock:nth-of-type(2) + a {max-width: 84%;}
	 }

 .brdotherPostTBL {width:100%;border-top: 1px solid #ccc !important;/* border-top: none !important; */border-bottom:1px solid #ccc;border-collapse: collapse;margin:10px 0 50px;table-layout: fixed;}
 .brdotherPostTBL tbody tr .PageMoveBtn {padding: 25px 0;letter-spacing: 0px;/* text-align: left; */}
 .brdotherPostTBL tbody tr .PageMoveBtn:before {content:"";width: 8px;height: 8px;display:inline-block;border: 2px solid #333;transform: rotate(45deg);margin-right: 13px;vertical-align: middle;}
 .brdotherPostTBL tbody tr .prevPageBtn:before {border-width:1px 0 0 1px;margin-top: 5px;}
 .brdotherPostTBL tbody tr .nextPageBtn:before {border-width:0 1px 1px 0;margin-top: -9px;}
 .brdotherPostTBL tbody tr td:last-child {font-size:0.95em;}
 .brdotherPostTBL tbody tr:first-child td {border-top-color:#ccc;}
 .brdotherPostTBL tbody tr td {border-bottom:1px solid #ececec;}
 @media (max-width:799px) {
		 .brdotherPostTBL tbody tr td:last-child {display:none;}
		 .brdotherPostTBL colgroup col:last-child {display:none;}
	 }


 /* 목록-검색 search area */
 #nttSearch {margin-top:50px; text-align:center;}
 #nttSearc select, select#searchCondition {border:none; font-size:16px; margin-right:10px; /*border-right:1px solid #ddd; */}
 #nttSearch select:focus, select#searchCondition:focus {outline-style:dotted;}

 #nttSearch:not(.wzAdmMainSrchbox) input[type="text"],
 select#searchCondition + input[type="text"] {width:40%; max-width:300px; height:45px; font-size:16px; border:none; border-bottom:2px solid #ccc;}
 #nttSearch:not(.wzAdmMainSrchbox) input[type="text"]:focus,
 select#searchCondition + input[type="text"]:focus {outline-style:dotted;}


 #bbs_area div:not(.wzAdmMainSrchbox) .btn-srch {width:40px; height:45px; font-size:1px; border:none; padding:0;
						 background:url(/images/wzwg/cmm/icon_set.png) no-repeat center; background-position:-173px 13px; text-indent: -9999px;}
 #bbs_area div:not(.wzAdmMainSrchbox) .btn-srch:before {display:none;}
 #bbs_area div:not(.wzAdmMainSrchbox) .btn-srch:hover,
 #bbs_area div:not(.wzAdmMainSrchbox) .btn-srch:focus {background-color:#ececec;}

 /* btn box */
 .ctr-box {margin-bottom:30px; clear:both; text-align:center; width:100%;}
 .rt-box {width:100%;text-align:right;box-sizing: border-box; margin-bottom:100px;} .conBottom + .rt-box {margin-top:30px;}
 .rt-box .btn-del {float:left;} .rt-box .fl + .btn-del {margin-left:5px;}



 /* view (상세페이지) */
 .basic-table01 ~ .board001 {margin-top:50px;}
 .board001 ~ .board001 {margin-top:30px;}
 .board001 {overflow:hidden; clear:both;}
 .board001 .list_tit {width:100%; overflow:hidden; border-top:2px solid #333;}
 .board001 .list_tit h3,
 .board001 .list_tit .brdDetailTit {float:left;font-weight:600;width:100%;text-align:left;padding: 20px 10px 5px;/* border-bottom:1px solid #ccc; */font-size:22px;line-height:150%;box-sizing:border-box;word-break:keep-all;}
 .board001 .list_tit h3 span.mg_r10,
 .board001 .list_tit .brdDetailTit span.mg_r10 {font-size:0.7em !important; font-weight:400; display:inline-block; vertical-align:middle;}
 .board001 .list_tit h3 > img,
 .board001 .list_tit .brdDetailTit > img {vertical-align:-10px; margin-right:5px;}
 .board001 .list_tit h3 > span.sub_title,
 .board001 .list_tit .brdDetailTit > span.sub_title {font-size:12px; border-left:1px solid #c1c1c1; padding-left:7px; vertical-align:1px; line-height:18px; height:18px;
										 display:inline-block; margin-left:5px; font-weight:400; display:none;}
 .board001 .list_tit h3 > span.qna,
 .board001 .list_tit .brdDetailTit > span.qna {background:url("/images/wzwg/site/mngr/q.png")no-repeat; padding:7px 5px 7px 34px;}
 .board001 .list_tit h3 span.btm,
 .board001 .list_tit .brdDetailTit span.bt {color:#fff; background:#d9d9d9; font-weight:400; font-size:11px; padding:3px 5px; line-height:15px; vertical-align:2px; display:inline-block;}
 .board001 .list_tit p.list_date {width:100%; float:left; font-size:14px; box-sizing:border-box; font-size:15px; line-height:150%; border-bottom:1px solid rgba(51,51,51,0.1);}
 .board001 .list_tit p.list_date strong {display:inline-block; font-weight:600; color:#333; font-size:16px; border-bottom:none;
										 background:#fcfcfc; padding:20px 15px; text-align:right; width:15%; box-sizing:border-box; margin-right:15px;}
 .board001 .list_tit p.list_date span {padding:20px 5px;}
 .board001 .list_tit p.list_date span.com_bar {float:right; padding:20px 15px;}
 .board001 .list_tit p.list_date span.com_bar > a {font-size:14px; color:#333; margin:0 3px;}
 .board001 .list_tit p.list_date span.com_bar > a:last-of-type {font-size:14px; border-left:1px solid #c1c1c1; padding-left:10px; color:#333;}
 .board001 .list_content {clear:both; position:relative;}
 .board001 .list_content .conTop {overflow:hidden; position:relative;}
 .board001 .list_content .conTop h4,
 .board001 .list_content .conTop>p {display:inline-block; font-weight:400; width:100%; box-sizing:border-box; font-size:15px; line-height:150%; border-bottom:1px solid rgba(51,51,51,0.1);}
 .board001 .list_content .conTop h4 strong,
 .board001 .list_content .conTop>p strong {display:inline-block; font-weight:600; color:#333; font-size:16px; border-bottom:none; background:#fcfcfc;
											 padding:20px 15px; text-align:right; width:15%; box-sizing:border-box; margin-right:15px;}
 .board001 .list_content .conTop h4 span,
 .board001 .list_content .conTop>p span {padding:20px 5px;}
 .board001 .list_content .conTop p:not(.writer) {float:right; line-height:25px; width:30%; text-align:right; padding:15px 10px; box-sizing:border-box; border-bottom:1px solid #f6f6f6;}
 .board001 .list_content .conTop p a {padding:6px 10px; font-size:12px; background:#ccc; border-radius:2px;}
 .board001 .list_content .conTop div.fileBox {margin-top:10px; float:right; width:100%;}
 .board001 .list_content .conTop>ul {clear:both; padding-left:0; float:left; display:inline-block; font-weight:600; color:#333; font-size:16px;
									 border-bottom:none; padding:20px 15px; text-align:right; width:15%; box-sizing:border-box;}
 .board001 .list_content .conTop ul li {background:url("/images/wzwg/site/mngr/download.png")no-repeat; background-position:right 7px;}
 .board001 .list_content .conTop>ul>li> a {padding-right:15px; font-weight:600;}
 .board001 .list_content .conTop ul li a span {font-weight:900; color:#fa5058; padding:0 2px; font-size:0.9em;}
 .board001 .list_content .conTop ul + div,
 .board001 .list_content .conTop #atchFile_div {width:85%; float:left; display:inline !important;}
 .board001 .list_content .conTop #atchFile_div ul {padding:20px 5px 20px 20px;}
 .board001 .list_content .conTop #atchFile_div ul li {line-height:20px; padding:5px 0 0 !important;}
 .board001 .list_content .conTop #atchFile_div ul li:hover {text-decoration:underline;}
 .board001 .list_content .conTop #atchFile_div ul li>span {font-size:15px !important;}
 .board001 .list_content .conTop #atchFile_div ul li>a {font-size:14.5px; color:#777; text-decoration:underline; margin-left:10px;}
 .board001 .list_content .conMiddle {width:100%;/* border-top: 1px solid #e5e5e5; */float:left;}
 .board001 .conMiddle {clear:both; padding-top:30px;}
 .board001 .conMiddle div.conM_ytb {width:100%; ; height:auto; margin:0;}
 .board001 .conMiddle div.conM_ytb iframe {width:100%; height:350px; vertical-align:top;}
 .board001 .conMiddle div.conM_ytxt {border-radius:30px; margin-top:10px; padding:10px;}
 .board001 .conMiddle div.conM_ytxt > span {display:block; padding:10px 0; font-size:16px; font-weight:bold;}
 .board001 .conMiddle div.conM_ytxt > div {height:80px; display:block; margin:0 auto; background:#f9f9f9; padding:10px; overflow-y:scroll;}
 .board001 .conMiddle div.conM_txt {width:100%;float:left;padding:20px 15px;/* font-size:15px; */line-height:180%;margin-bottom:50px;word-break:keep-all;box-sizing:border-box;}
 .board001 .conMiddle div.conM_txt p {word-break:keep-all;}
 .board001 .conMiddle div.conM_txt ul {list-style:disc; padding-left:30px;}
 .board001 .conMiddle div.conM_txt ul li {list-style:disc; float:none;}
 .board001 .conMiddle div.conM_txt ol {list-style:decimal; padding-left:30px;}
 .board001 .conMiddle div.conM_txt ol li {list-style:decimal;}
 .board001 .conMiddle div.conM_txt img {max-width:100%;}
 .board001 .conBottom {clear:both;}

	 @media (max-width:1299px) {
		 .board001 .conMiddle div.conM_txt table {width:100% !important;}
	 }
	 @media (max-width:699px) {
		 .board001 .list_tit p.list_date strong, .board001 .list_content .conTop h4 strong, .board001 .list_content .conTop>ul, .board001 .list_content .conTop>p strong {width:25%;}
		 .board001 .list_content .conTop ul + div, .board001 .list_content .conTop #atchFile_div {width:75%;}
		 .board001 .list_content .conTop ul li {background:none;} .board001 .list_content .conTop>ul>li> a {padding-right:0;}
	 }
	 @media (max-width:599px) {
		 .board001 .list_tit h3, .board001 .list_tit .brdDetailTit {font-size:18px; padding:12px 10px;}
		 .board001 .list_tit p.list_date {display:block; float:left; text-align:left;}
	 }


 /*220324 게시판디자인변경작업*/
 .BrtDetailPostInfo {width: 100%;float: left;padding: 10px 8px 20px;box-sizing: border-box;position: relative;}
 .BrtDetailPostInfo dl {width: 100%;float: left;line-height: 140%;border-bottom: 1px solid #ccc;padding-bottom: 20px; min-height:45px; box-sizing:border-box;}
 .BrtDetailPostInfo dl dt {clip: rect(0,0,0,0);overflow:hidden;display: inline-block;width:1px;height:1px;margin:-1px;padding:0;border:0;font-size:1px;line-height:0;text-indent:-9999px;}
 .BrtDetailPostInfo dl dd {display: inline-block;font-size: 0.95em;opacity: 0.7;}
 .BrtDetailPostInfo dl dd:not(:last-child):after {content:"";width:1px;height: 12px;display:inline-block;background:#333;vertical-align:middle;margin:0 10px;opacity: 0.4;}
 .BrtDetailPostInfo .atchFileWrap {width: 100%;float: left;background: #f9f9f9;padding: 15px;box-sizing: border-box;margin-top: 20px;}
 .BrtDetailPostInfo .atchFileWrap .fileTit {width: 100px;float: left;font-size: 0.95em;margin-top: 4px;}
 .BrtDetailPostInfo .atchFileWrap .fileList {width: calc(100% - 100px);float: left;}
 .BrtDetailPostInfo .atchFileWrap .fileList li a:hover {font-weight:600;}
 .BrtDetailPostInfo .atchFileWrap .fileList li img {vertical-align:middle;}



 /* 댓글,등록일,조회수 리스트 */
 .board001 .conMiddle div.conM_txt + div ul, .board001 .conMiddle .basic-table01 + div ul,
 .board001 .conBottom>div>ul {list-style:none !important; padding-left:0px; float:left; width:100%; box-sizing:border-box; margin-bottom:20px; padding:15px; background: #fcfcfc;}
 .board001 .conMiddle div.conM_txt + div ul li, .board001 .conMiddle .basic-table01 + div ul li,
 .board001 .conBottom>div>ul li {list-style:none !important; float:left; box-sizing: border-box;}
 .board001 .conMiddle div.conM_txt + div ul li a, .board001 .conMiddle .basic-table01 + div ul li a,
 .board001 .conBottom>div>ul li a {font-size:16px; margin-right:15px; border-right:1px solid #ececec; padding-right:15px;}
 .board001 .conMiddle div.conM_txt + div ul li:last-child a, .board001 .conMiddle .basic-table01 + div ul li:last-child a,
 .board001 .conBottom>div>ul li:last-child a {border-right:none;}


 /* 묻고답하기(?) / 댓글 */
 .answer {width:100%;float:left;padding: 5px 0 20px;box-sizing:border-box;margin-bottom:20px;}
 .answer table {width:100%;}
 .answer ul {width:100%;height:auto;line-height: normal;padding:0;float:left;padding-left: 0 !important;}
 .answer ul li {width:100%;float:left;border-top: 1px solid #ececec;padding: 15px 10px 20px;position:relative;font-size:15.5px;box-sizing: border-box;margin-left:0 !important;}
 .answer ul li:first-of-type {border-top: 1px solid #ccc;}
 .answer ul li ul li {border-top:0;}
 .answer ul li p.comm_cont {padding: 2px 2px;}
 .answer ul li ul {position:absolute; top:0; right:0px; width:auto;}
 .answer ul li ul li {float:left;border:none!important;width:auto;padding-left: 0;}
 .answer ul li ul li a {display:inline-block;color:#666;font-size:15px;}
 .answer ul li ul li a span {border-left:1px solid #ccc;padding-left: 7px;font-size: 0.95em;}
 .answer ul li ul li:first-child a span {border-left:none;}
 .answer ul li ul li a > img {vertical-align:2px; margin-right:4px; position:absolute; top:10px; left:-10px; display:none;}
 .answer ul li ul li:last-child a {border-right:0;}
 .answer ul li p.comm_cont + div {box-sizing: border-box;}
 .answer ul li p.comm_cont + div > span {display:inline-block;padding: 1px 6px;background: #fff;border: 2px solid #ccc;border-radius: 5px;font-size: 0.93em;font-weight: 600;color: #838383;vertical-align: middle;}

 .answer ul + table td.comn_tit {padding: 25px 13px 15px;font-weight:bold;color:#252525;border-top: 1px solid #ccc;background: #fff;}
 .answer ul + table tbody tr > td {background: #f9f9f9;}
 .answer ul + table tbody tr td div.txtBox {width:100%; border:1px solid #e5e5e5; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:15px; color:#333;}
 .answer ul + table tbody tr td > div {margin-top:10px;}
 .answer ul + table tbody tr td textarea.txtBox {height:70px;width:99.5%;border: 1px solid #ddd;padding: 11px 13px;line-height:150%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
 .answer ul + table tbody tr td input.txtBtn {height:70px;width:100%;font-size: 17px;font-weight:600;border: 2px solid #333;background: #fff;cursor:pointer;min-width:50px;text-align:center;}
 .answer .com_cont {font-weight:600;opacity: 0.9;}
 .answer .com_cont span.gray {font-weight:400;font-size: 14px;margin-left: 10px;opacity: 0.9;}

 .answer ul li .reply_write_form {background: #f9f9f9; padding: 15px; box-sizing: border-box;}
 .answer ul li .reply_write_form table {}
 .answer ul li .reply_write_form table td.comn_tit {font-size: 15px; font-weight: 600;}
 .answer ul li .reply_write_form table textarea {width: 100%; height: 70px; margin-top: 10px; padding: 10px; box-sizing: border-box; font-size: 14px;}
 .answer ul li .reply_write_form table #reply_regist_btn {width: 95%; margin-left: 5%; height: 70px; margin-top: 10px; font-size: 15px; font-weight: 600;}

 .answer ul li .reply_write_form {}
 .answer ul li .reply_write_form table {}
 .answer ul li .reply_write_form table thead td {}
 .answer ul li .reply_write_form table textarea {}
 .answer ul li .reply_write_form table #reply_regist_btn {}

	 @media (max-width:699px) {
		 .answer ul li p.comm_cont + div {padding-right:0;margin-top: 10px;font-size: 15px;}
	 }

 /*댓글수정*/
 .answer ul li div table {}
 .answer ul li div table td.comn_tit {font-weight:600;font-size:15px;color:#838383;padding-bottom: 5px;}
 .answer ul li div table tbody td:first-child {}
 .answer ul li div table textarea#modifyInputAnswer {padding:5px;box-sizing:border-box;line-height:150%;font-size: 15.5px;width: 100%;}
 .answer ul li div table .txtBtn {margin-left: 5%; width: 95%; height: 60px; font-size: 16px; font-weight: 600;}


 /** SNS 공유 추가 */
 /* share popup/QR code */
 .board001 .list_content .conTop p:not(.writer) {display:none;} /*주소복사 버튼*/
 .board001 .conMiddle div.midListbt {width:100%; float:left; margin-top:80px;}
 ul.snsListul {display:none; float:left;padding:20px 15px !important;clear:both;padding-left:0;list-style:none;background:#fcfcfc;width:100%; box-sizing:border-box;text-align: right;}
 ul.snsListul a {float:left; margin-right:0; padding-right:0; border-right:0;}
 ul.snsListul a img {vertical-align:top; float:left;}
 ul.snsListul + div ul {line-height:24px;}
 ul.snsListul + div ul li a {padding-right:8px; margin-right:8px; border-right:1px solid #c9c9c9; display:inline-block; line-height:10px;}
 ul.snsListul + div ul li:last-child a {border-right:none;}
 ul.snsListul li {list-style:none; display:inline-block;}
 ul.snsListul li a {border-right: 1px solid #ececec;line-height:10px;display:inline-block;padding-right:10px;margin-right:10px;font-size:16px;}
 ul.snsListul li:last-child a {border-right:none;margin-right: 0;padding-right: 0;}
 ul.snsListul li span {margin-left:2px; font-size:15px;}


 #cnrs_btn {float:right;/* width:30%; */margin: 0 10px;box-sizing:border-box;text-align:right;line-height: 25px;position:absolute;top:0;right:0;}
 #cnrs_btn>img {opacity:0.5;-webkit-transition:opacity 1s;transition:opacity 1s;margin-top: 5px;}
 #cnrs_btn>img:hover {opacity:1;}



 /* 좋아요 목록 */
 .like #like_list_div {border: 1px solid #ececec; width: 100%; padding: 5px 15px 20px; box-sizing: border-box; float: left; margin-bottom: 30px;}
 .like #like_list_div>div>p {font-size: 15px; font-weight: 600; padding: 15px 0; color: #252525; border-bottom: 1px solid #ececec; margin-bottom: 20px;}
 .like #like_list_div ul {padding-left: 0;}
 .like #like_list_div ul li {width: 32.666%; float: left; margin-right: 1%;}
 .like #like_list_div ul li:nth-child(3n) {margin-right:0;}
 .like #like_list_div ul li:nth-child(3n+1) {clear:both;}
 .like #like_list_div ul li p {background: #f9f9f9; width: 100%; padding: 10px; box-sizing: border-box; margin-bottom: 10px; font-size: 15px; float:left;}
 .like #like_list_div ul li p:hover {font-weight:600;}
 .like #like_list_div ul li p:before {content:"\f007"; font-family:'FontAwesome'; display: inline-block; vertical-align: middle; font-weight:400;}
 .like #like_list_div ul li img {display: none;}
 .like #like_list_div ul li span {float: right; font-size: 13px;}
	 @media (max-width:599px) {
		 .like #like_list_div ul li {width:100%; margin-right:0;}
	 }


 /* write page (글작성)  */
 .register-box {margin:10px 0 40px;}
 .register-box table {width:100%; border-collapse:collapse; text-align:left;}
 .register-box table td {width:44%; padding: 20px 10px !important; font-size:15px;}
 .register-box table td select,
 .register-box table td input[type="text"] {font-size:15px; height:40px; min-width:300px !important;}
 .register-box table td textarea {padding:30px; box-sizing:border-box; line-height:150%; font-size:15px;}
 .register-box table tr th, .register-box table tr td {border-bottom:1px solid #ececec;}
 .register-box table tr:first-child {border-top:2px solid #333;}
 .register-box table td .jectBoard {width:150px;}
 .register-box div.subject table .subTit {width:15%; font-weight: 600; color: #333; text-align: left; font-size: 15px; padding: 20px 25px; background: #f9f9f9; border-bottom: 1px solid #eee;}
 .register-box div.subject table td ul.setlist {padding:0; margin:0;}
 .register-box div.subject table td ul.setlist li {float:left; list-style:none; margin-right:5px; font-size:15px;}
 .register-box div.subject table td ul.setlist li > span {margin:0 2px;}
 .register-box div.subject table td ul.fileplus {list-style:none; padding:0; margin:0;}
 .register-box div.subject table td ul.fileplus li {width:100%; height:auto; float:left; margin-bottom:3px;}
 .register-box div.subject table td ul.fileplus li span {float:left; line-height:40px; margin-right:5px; font-size:15px;}
 .register-box div.subject table td ul.fileplus #atch_file_div {width:100%; float:left;}
 .register-box div.subject table td ul.fileplus #atch_file_div > div {width:100%; clear:both;}
 .register-box div.ftBtn {display:table; margin-left:auto; margin-right:auto; padding:30px 0;}
 .register-box div.ftBtn a {background:#656a77; border:1px solid #575f6a; padding:6px 10px; border-radius:3px; color:#fff; text-decoration:none; margin:0 2px;}
 .register-box div.ftBtn a.two {background:#fbfbfb; border:1px solid #ccc; padding:6px 10px; border-radius:3px; color:#555; text-decoration:none;}
 .register-box a.save {padding-left:5px; color:#333; text-decoration:none; font-size:12px;}
 .register-box a.save:hover {text-decoration:underline;}
 .register-box span.red {color:#ff0000; font-weight:bold; padding-left:3px;}
 .register-box input.serchBtn01 {width:80px; height:20px; margin-left:6px; border:1px solid #d4d9de;}
 .register-box input.serchBtn02 {height:20px; margin-left:6px;}
 .register-box input.uploadTit {width:100%; float:left; border:1px solid #c2c2c2; margin-right:5px;}
 .register-box input.uploadTit:focus {border:2px solid #333;}
 .register-box input.uploadTit + a {height:40px; padding:0 20px; line-height:40px; margin-left:5px;}
 .register-box div.tool {width:100%; border:1px solid #ccc; height:500px; font-size:12px;}
 .register-box select.headId {width:150px; height:40px; border:1px solid #dfdfdf; border-radius:3px;}
 .register-box table td div {border-radius:3px; min-height:30px; float:left;}
 .register-box table td div + div {float:left !important; border:none !important; padding:0 !important;}
 .register-box table td#codeAnswerView div {border:none !important;}
 .register-box table td#codeAnswerView div .btn-c {height:27px !important; border-radius:3px; font-size:11px !important;}
 .register-box table #answerPermAt + tr td {text-align:center; padding:20px 0 !important;}

 .attatch_file_box .attatchfile ~ a {height:40px; padding:0 10px; line-height:40px; margin-top:0;}

	 @media (max-width:990px) {
		 .register-box {margin:0;}
		 .register-box div.subject table .subTit {width:20%; padding-right:20px;}
		 .register-box input.uploadTit {width:40% !important;}
		 #smart_editor2 {min-width:100% !important;}
	 }
	 @media (max-width:599px) {
		 .register-box table td select,
		 .register-box table td input[type="text"] {width:100% !important;float:left;margin-right:0;min-width:auto !important;}
		 .register-box div.subject table .subTit {width:25% !important;}
		 .register-box table td input.uploadTit {width:50% !important; margin-right:3px;}
		 .register-box div.subject table td ul.fileplus span.red {width:100%; float:left; font-size:14px;}
	 }


 /***** 가이드 예시화면(0129 add) *****/
 .register-box div.subject table td ul.fileplus li span > .menu_help {float:none; clear:both; border:none !important; line-height:21px; margin-right:5px; font-size:12px;}
 .register-box div.subject table td ul.fileplus li span > .menu_help {margin-bottom:-4px; cursor:pointer; display:inline; position:relative;}
 .register-box div.subject table td ul.fileplus li span > .menu_help > img {vertical-align:middle; width:16px; height:16px}
 .register-box div.subject table td ul.fileplus li span > .menu_help > .help_pop {display:none; position:absolute; width:250px; top:0px; left:25px; line-height:18px; z-index:2;
																				 background:#f5f5f5; color:black; border:1px solid #dedede; font-size:12px; padding:10px;}
 .register-box div.subject table td ul.fileplus li span > .menu_help:hover > .help_pop {display:block;}
 .register-box div.subject table td ul.fileplus li span > .menu_help:hover > .help_pop > img {max-width:800px;}
	 @media (max-width:1520px) { .register-box div.subject table td ul.fileplus li span > .menu_help > .help_pop {top:25px; left:0; margin-left:-125px;}}
	 @media (max-width:1150px) {.register-box div.subject table td ul.fileplus li span > .menu_help > .help_pop {top:25px; left:0; margin-left:-180px;}}
	 @media (max-width:990px)  {.register-box div.subject table td ul.fileplus li span > .menu_help > .help_pop {top:25px; left:0; margin-left:-125px;}}
	 @media (max-width:580px)  {.register-box div.subject table td ul.fileplus li span > .menu_help > .help_pop {top:25px; left:0; margin-left:-170px;}}
	 @media (max-width:479px)  {.register-box div.subject table td ul.fileplus li span > .menu_help > .help_pop {top:25px; left:auto; margin-left:-150px; width:200px;}}
	 @media (max-width:360px)  {.register-box div.subject table td ul.fileplus li span > .menu_help > .help_pop {top:25px; left:0; margin-left:-200px;}}










 .step1 {width:100%; float:left;}
 .step1 .tapMenu {padding:20px 20px 10px; float:left; width:100%;}
 .step1 .tapMenu li {font-size:16px; float:left; margin-right:20px;}
 .step1 .tapMenu li a {font-weight:600;}
 .step1 .tapMenu li a span {}
 .step1 .tapMenu li a span.ico_on {}
 .step1 .tapMenu li a span.ico_off {}
 .step1 .tapMenu li a span#ntt_reply_cnt_txt {margin-left:5px; font-size:0.9em;}

 #ntt_reply_div .board001 .list_tit h3, #ntt_reply_div .board001 .list_tit .brdDetailTit {display:none;}




 /* 2020.12.22 namo editor SSJ */
 .register-box table td div#editor_nttCn {width:100%;}
 .register-box table td div.ce-resize-bar {margin-top:0;}
 .register-box table td div.ce-resize-bar, .register-box table td div.ce-resize-bar div {min-height:auto;}


 /* 2020.12.22 file uploader SSJ */
 .register-box * {min-height:auto !important;}
 .register-box table td div#uploaderContainer {width: 100%;}
 .register-box table td div#uploaderContainer > div {width: 100% !important;/* height: 150px !important; */float: left;clear: both;position: relative;}
 .register-box table td div#uploaderContainer > div > div {width:100% !important;margin-left: 0 !important;margin: 10px 0;}

 /*파일선택부분*/
 .register-box table td div#uploaderContainer > div > div:first-child {height:auto !important;margin-bottom: 0;}
 .register-box table td div#uploaderContainer > div > div:first-child input[type="button"] {height: 30px !important;font-size: 15px !important;padding: 0 15px !important;width: auto !important;line-height: 30px !important;margin-top: 0 !important;margin-left: 20px !important;}
 .register-box table td div#uploaderContainer > div > div:first-child input[type="button"]:hover {background:#4072CB !important; color:#fff; cursor:pointer;}

 /* 로딩바 부분*/
 .register-box table td div#uploaderContainer > div > div:nth-child(2) {min-height:1px;}

 /*업로드부분*/
 .register-box table td div#uploaderContainer > div > div:nth-child(3) {padding: 10px 15px;box-sizing: border-box;margin: 0 !important;height: auto !important;}

 .register-box table td div#uploaderContainer .slick-header-columns {left: auto !important; width: 100% !important;}
 .register-box table td div#uploaderContainer .slick-header-column {left:auto !important;}
 .register-box table td div#uploaderContainer .slick-header-column:nth-child(2) {width: 60% !important;height: 24px;}
 .register-box table td div#uploaderContainer .slick-header-column:nth-child(3) {width: 15% !important;height: 24px;}
 .register-box table td div#uploaderContainer .slick-header-column:nth-child(4) {width: 15% !important;height: 24px;}

 .register-box table td div#uploaderContainer .grid-canvas {width:100% !important;}
 .register-box table td div#uploaderContainer .r0,
 .register-box table td div#uploaderContainer .r1,
 .register-box table td div#uploaderContainer .r2,
 .register-box table td div#uploaderContainer .r3 {left: auto !important;}
 .register-box table td div#uploaderContainer .l0,
 .register-box table td div#uploaderContainer .l1,
 .register-box table td div#uploaderContainer .l2,
 .register-box table td div#uploaderContainer .l3 {right: auto !important;}

 .register-box table td div#uploaderContainer .slick-viewport .slick-cell {position: relative !important;}
 .register-box table td div#uploaderContainer .slick-viewport .slick-cell:first-child {width: 21px; text-align: center;}
 .register-box table td div#uploaderContainer .slick-viewport .slick-cell:nth-child(2) {width: 60%;}
 .register-box table td div#uploaderContainer .slick-viewport .slick-cell:nth-child(3) {width: 15%; }
 .register-box table td div#uploaderContainer .slick-viewport .slick-cell:nth-child(4) {width: 15% !important;}

 /*삭제버튼 부분*/
 .register-box table td div#uploaderContainer > div > div:last-child {margin:0 !important;}
 .register-box table td div#uploaderContainer > div > div:last-child input[type="button"] {line-height:20px;}

 .slick-viewport {height: 160px !important;}






/* color skin setting */

.board.wztab .wztab-list .wztab-item.active {border-color: #e46d08;}
.basic-table01:not(.brdotherPostTBL) {border-top-color:#e46d08 !important;}
.basic-table01:not(.brdotherPostTBL) tbody tr {border-bottom-color: #f9f2ea !important;}
.basic-table01 tbody tr td.txt-l>span:not(.lock):first-of-type {border-color: #f9f2ea !important;background: #f8f8f8 !important;}

.board001 .list_tit {border-top-color:#e46d08;}
.board001 .list_tit h3 {border-bottom-color:#e2efda; color:#fff; background:#e46d08;}
.board001 .conMiddle div.conM_txt + div ul li a.red,
.board001 .conBottom>div>ul li a.red {color:#be5904;}

.register-box table tr:first-child {border-top-color:#e46d08;}
.answer .com_cont {color:#e46d08; font-weight:600;}
