@charset "utf-8";

/***** box-List *****/
.boxWrap{margin-bottom: 80px;}
.boxWrap .boxList{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;gap: 15px;}
.boxWrap .boxList > li{border: 1px solid #cecece; border-top: 5px solid #a78258; position: relative;}
.boxWrap ul li .tit{position: relative;padding-bottom: 20px;margin-bottom: 35px;border-bottom: 1px solid #ddd;padding-top: 20px;background: #f8f8f8;padding-left: 20px;text-align: center;}
.boxWrap ul li .tit strong{color: #212121;font-size: 26px;font-family: Noto Bold;}
.boxWrap ul li .tit span{color: #fff;border-radius: 20px;padding: 4px 15px;font-size: 15px;line-height: 30px;font-family: 'Noto Light';vertical-align: middle;}
.boxWrap ul li dl{display: grid;grid-template-columns: 120px 1fr;padding-left: 20px;}
.boxWrap ul li dl dt{color: #000;font-family: 'Noto Medium';position:relative;padding-left: 20px;margin: 2px 0;}
.boxWrap ul li dl dt:before{content: '';width: 7px;display: block;position: absolute;left: 0;top: 12px;background: #c2c2c2;height: 7px;border-radius: 100%;}
.boxWrap ul li dl dd{color: #666;font-family: 'Noto Light';margin: 2px 0;}

.boxWrap ul li .adm-check{position: absolute;right: 20px;top:0;}
.boxWrap li .adm-check label{display: block;text-indent: -9999999px;position: relative;width: 20px;height: 20px;overflow: hidden;}
.boxWrap li .adm-check label span{display: block;height: 0;overflow: hidden;}
.boxWrap li .adm-check input[type="checkbox"]{appearance:none;width: 0;overflow: hidden;}
.boxWrap li .adm-check input[type="checkbox"] + label:before{content:'';width: 20px;height: 20px;border: 1px solid #8a8889;display: block;background: #fff;}
.boxWrap li .adm-check input[type="checkbox"]:checked + label:after{content:'';width: 20px;height: 20px;background:url(./../images/adm-check.png) center no-repeat; position: absolute;left: 0;top: 0;}

.boxWrap ul li .detail-Btn{text-align: center;padding: 35px 0;}
.boxWrap ul li .detail-Btn a{background: #a78258;color: #fff;border-radius: 20px;padding: 5px 20px;line-height: 35px;font-size: 16px;}

.btnBox{background: #f5f5f5 url(./../images/box.png) right center no-repeat;padding: 30px;margin-bottom: 50px;}
.btnBox .inner{position: relative;}
.btnBox .inner p{font-family: Noto Regular;font-size:19px;line-height: 1.4;}
.btnBox .inner p strong{color:#8b0029;}
.btnBox .box-btn{position: absolute;right: 0;top: 0;}

.box-btn a{background-color:#fff; background-position:10px center; transition:ease-in-out all .5s; background-repeat:no-repeat; font-family: 'Noto Regular';color: #212121;border: 1px solid #212121;display: inline-block;padding: 10px 10px 10px 40px;font-size: 14px;}
.box-btn a:hover{background-color:#8b002a; color:#fff;}

.box-btn a.btnFile{background-image:url(./../images/file-down-off.png);}
.box-btn a.btnFile:hover{background-image:url(./../images/file-down-on.png);}
.box-btn a.btnLink{background-image:url(./../images/link-down-off.png); padding: 10px 10px 10px 35px;}
.box-btn a.btnLink:hover{background-image:url(./../images/link-down-on.png);}


@media screen and (max-width:1200px){
    .boxWrap .boxList{grid-template-columns:1fr 1fr; gap:20px;}
    .boxWrap .boxList > li{margin-bottom:0;}
}

@media screen and (max-width:800px){
    .boxWrap .boxList {display: block;}
    .boxWrap .boxList > li{ margin-bottom:15px;}
    .boxWrap ul li a p{-webkit-line-clamp: 3;}
    ._fnctWrap .board-date input[type="text"]{background-position: 15px center, 95% center;}
}

/* view */
.layerPopup{position: fixed;z-index: 1;top: 0;left: 0;padding-top: 250px;height: 100vh;width: 100%;background: rgba(0,0,0,.3);/* display: none; */}
.layerPopup ._inner{background-color: #fff;max-width:980px;margin:0 auto;position: relative;border-radius: 0 0 50px 0;}
.layerTop {background:#8b0029; display: table; width:100%; padding: 0 40px;}
.layerTop p{font-size: 26px; line-height: 1.4; font-family: 'Noto Regular'; letter-spacing: -.05em; color:#fff; padding:25px 0;}
.layerPopup .detail{padding: 40px;}
.layerPopup .detail .title{margin-bottom:20px;}
.layerPopup .detail .title span {display: inline-block;position: relative; font-size:22px; font-family: Noto Medium;}
.layerPopup .detail .title span::after {content: '';width: 7px;height: 7px;background: #8b0029;border-radius: 50%;display: inline-block;margin-left: 10px;}
.layerPopup .detail .detail-c{background-color: #f2f2f2;padding: 25px; max-height: 250px; overflow: auto;}
.layerPopup .detail .detail-c::-webkit-scrollbar {width:5px;}
.layerPopup .detail .detail-c::-webkit-scrollbar-thumb {background:#8b0029;}
.layerPopup .detail .detail-c::-webkit-scrollbar-track {background:#ddd;}
.layerPopup .detail .detail-c dl{display: grid;grid-template-columns: 120px 1fr;margin: 5px 0;}
.layerPopup .detail .detail-c dl dt{font-size: 17px;font-family: 'Noto Regular';background: url(./../images/bullet.png) left 13px no-repeat;padding-left: 20px;}
.layerPopup .detail .detail-c dl dd{font-size: 16px;font-family: 'Noto Regular';color: #666;}

.layerPopup ._blockClose{top:-45px;right: -45px;width: 90px;height: 90px;border-radius: 50%;position: absolute;box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.5);background: #000 url(./../images/closeX.gif) center no-repeat; text-indent: -9999px;}

@media screen and (max-width:1400px){
    .btnBox .box-btn{position: relative;}
    
}
@media screen and (max-width:1000px){
    .layerPopup{padding: 100px 30px;}
    .layerPopup ._blockClose{transform: scale(.7);}
}
@media screen and (max-width:767px){
    .layerPopup .detail .detail-c dl{display: block;}
    .layerPopup .detail .detail-c dl dt{margin-bottom:10px;}
    .layerPopup .detail .detail-c dl dd{padding-left:15px; margin-bottom:20px;}
    .box-btn a{margin:5px 0;}
}

/***************** 아래부터 공통*****************/

/*subject icon*/
.boardWrap .new{background: url('../images/new.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: -2px 0 0 10px;text-indent: -9999px;}
.boardWrap .lock{background: url('../images/lock.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: -2px 0 0 10px;text-indent: -9999px;}
.boardWrap .clsdr{background: url('../images/clsdr.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: -2px 0 0 10px;text-indent: -9999px;}
.boardWrap .link{background: url('../images/link.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: -2px 0 0 10px;text-indent: -9999px;}

input[type="button"],
input[type="submit"]{cursor:pointer;}
.ui-corner-all{font-size:14px;}
.tiny-btn {display: inline-block; cursor: pointer; font-size: 13px; border:none; color: #fff; height: 25px; line-height: 20px; border-radius: 50px; text-align: center; padding: 0 12px; margin: 0 3px; font-family: 'Noto DemiLight';}

.board-list{padding-bottom:60px;}

/**** Category *****/
.cate ul{margin-bottom: 30px;position: relative;display: inline-block;vertical-align: top;width: 100%;margin-left: 1px;}
.cate ul:after{content:'';background:#8b0029;position:absolute;left:0;bottom:0;width:100%;height: 1px;}
.cate ul li{float:left; display:inline-block; margin-right:2px; margin-top: 1px; box-sizing:border-box;}
.cate ul li a{background-color: #f8f8f8;color: #333;box-sizing:border-box;border: 1px solid #cfcfcf;padding:15px 35px;line-height: 1.2;display: block;font-size:17px;font-family: 'Noto Regular';}
.cate ul li.active a{border:1px solid #8b0029; color:#8b0029; border-bottom:1px solid #fff; position:relative; z-index: 1; background-color:#fff;}

/***** Tab *****/
.tabmenu{border:1px solid #d9d9d9;margin-bottom: 40px;display: grid;grid-template-columns: 80px 1fr;align-items: center;}
.tabmenu .all-list{display: inline-block;width: 100%;height: 100%;text-align: center;}
.tabmenu .all-list a{font-size:17px;background-color: #8b0029;color: #fff;height: 100%;display: grid;align-items: center;text-align: center;width: 100%;}
.tabmenu .all-list a span:after{content:''; width:10px; height:10px; display: block; margin-left:10px; background:url(./../images/tab-arrow.png) center no-repeat; display:inline-block;}

.tabmenu > ul{margin-left: 30px;display: flex;overflow: auto;}
.tabmenu > ul li{position: relative;padding: 0 10px;}
.tabmenu > ul li + li:before{content:'';width:1px;height: 13px;background: #cfcfcf;position: absolute;left:0;top:50%;margin-top: -5.5px;}
.tabmenu > ul li a{color:#666;font-size:17px;font-family: 'Noto Regular';padding: 0 10px;line-height: 70px;display: block;}
.tabmenu > ul li.on a{color:#000;position: relative;}
.tabmenu > ul li.on a:after{content:'';width:100%;height:5px;display:block;background-color: #8b0029;position: absolute;bottom: 0;left: 0;}

/***** Search *****/
.srch_box{overflow:hidden;background:#f7f7f7;padding: 28px;position: relative;margin-bottom:40px;}
.rss{background: url('../images/rss.png') no-repeat left 15px;padding-left: 32px;display: inline-block;padding-top: 12px;margin-left: 20px;margin-bottom:15px;}
.rss a{color:#232323;font-family: 'Noto Regular';font-size:17px;}
.rss strong{font-weight:normal;font-family:'Noto Regular';color:#ed1c24;}
.srch_box .srch_counts{display:inline-block;padding-left:5px;padding-top:12px;}
.srch_box .srch_counts strong{font-weight:normal;font-family:'Noto Regular';color:#f58427;}
.search{text-align: right;float: right;display: inline-block;vertical-align: middle;}
.search ._selectBox{position: relative;min-width: 150px;height: 55px;line-height: 55px;padding-left: 15px;font-family: 'Noto Light';padding-right:50px;background:#fff url('../images/sel_arrow.png') no-repeat 90%;font-size:16px;color:#666;border: 1px solid #c3c3c3;display: inline-block;vertical-align: middle;-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.search ._selectBox:before{content:'';width:1px;height: 35px;background: #ccc;position: absolute;right:20px;top:5px;}
.search input[type="text"]{width: 280px;box-sizing: border-box;font-family: 'Noto Light';padding: 0 0 0 10px;height: 55px;line-height: 55px;font-size:16px;border: 1px solid #c3c3c3;display: inline-block;vertical-align: middle;background:#fff url('../images/search-icon.png') no-repeat 95% center}
.search ._button{border: 0;cursor: pointer;display: inline-block;vertical-align: middle;zoom: 1;}
.search ._button input[type="submit"]{border: 0;border-radius: 3px;margin-right: 0;padding: 0 35px;font-size: 18px;font-family: 'Noto Regular';line-height: 55px;background-color: #8b0029;cursor: pointer;color: #fff;text-align: center;word-wrap: break-word;}

._fnctWrap .search > fieldset{display:inline-block;vertical-align:middle;}
._fnctWrap .board-date{display: inline-block;vertical-align:middle; margin-right:30px;}
._fnctWrap .board-date input[type="text"]{width: 170px;padding-left: 40px;display: inline-block;background-image: url(../images/calendar.png), url(../images/sel_arrow.png);background-repeat: no-repeat;background-position: 15px center, 92% center;}

._fnctWrap .board-date .line{display:inline-block;vertical-align:middle;}
._fnctWrap .board-date .line label{display:none;}
._fnctWrap .board-date .date-space{display:inline-block;vertical-align:middle;margin: 0 10px;}
._fnctWrap .board-date input[type="text"].date{width:160px;padding-left:40px;display:inline-block;background-image:url('../images/calendar.png'), url('../images/sel_arrow.png');background-repeat:no-repeat;background-position: 15px center, 92% center;}

@media screen and (max-width:1200px){
    .rss{margin-left:0;padding-top: 5px;background-position: left 11px;}
    ._fnctWrap .search > fieldset{display:block;margin-top:5px;}
    .search{float:none;display: block;text-align: left;}
    .tabmenu > ul{margin-left:10px;}
}

@media screen and (max-width:860px){
    .srch_box{padding:20px;}
    .search ._selectBox,
    .search input[type="text"]{display:block;margin-bottom: 5px;}
    .search ._selectBox{width:100%;margin-bottom: 5px;background-position: 95%;font-size:15px;}
    .search input[type="text"]{width:100%;background-position:97%;font-size:15px;}
    .search ._button{position: absolute;bottom:20px;right:20px;}
    .search ._button input[type="submit"]{background-color: rgba(0,0,0,0);width:3%;height:100%;text-indent:-9999px;text-align: left;}
    ._fnctWrap .search > fieldset{margin-top:0;}
    ._fnctWrap .board-date{width:100%; margin-right:0;}
    ._fnctWrap .board-date .line{width:calc(50% - 19px)}
    ._fnctWrap .board-date input[type="text"]{width:100%; background-position: 15px center, 95% center;}
    .cate ul{display: grid; grid-template-columns: 1fr 1fr 1fr;}
    .cate ul:after{display:none;}
    .cate ul li a{padding:15px 0; text-align: center;}
    .cate ul li.active a{border:1px solid #8b0029;}
}

@media screen and (max-width:767px){
    .rss{background-size:13px;padding-left: 22px;background-position: left 13px;margin-bottom: 5px;}
    .rss span{font-size:13px;}
    .srch_box .srch_counts{margin-bottom:5px;}
    ._fnctWrap .board-date{margin-right:0;width: 100%;text-align: center;}
    ._fnctWrap .board-date input[type="text"].date{width: 100%;}
    ._fnctWrap .board-date .line{width: 100%;}
    ._fnctWrap .board-date .date-space{margin:0 2px;display: none;}
    .cate ul{display: grid; grid-template-columns: 1fr 1fr;}
}

/***** Paging *****/
._fnctWrap ._paging{text-align: center;}
._fnctWrap ._paging ._inner {overflow: hidden;position: relative;height: 38px;display: inline-block;zoom:1;_display: block;}
._fnctWrap ._paging ._inner a,._paging ._inner li,._paging ._inner p,._paging ._inner span,._paging ._inner strong,._paging ._inner ul {float: left;}
._fnctWrap ._paging ._inner a._first,._paging ._inner a._last,._paging ._inner a._listNext,._paging ._inner a._listPrev,._paging ._inner a._next,._paging ._inner a._prev {font-size: 0;text-indent: -5000px;}
._fnctWrap ._paging ._inner a,._fnctWrap ._paging ._inner strong {width: 36px;height: 36px;line-height: 32px;border-width: 1px;border-style: solid;border-color: #cdcdcd;text-align: center;margin: 0 1px;}
._fnctWrap ._paging ._inner ul{display:inline-block;margin:0 10px;}
._fnctWrap ._paging ._inner ul li{float:left;margin:0 3px;}
._fnctWrap ._paging ._inner ul li a{display:inline-block;font-size:16px;width: 35px;height: 35px;line-height: 35px;text-align: center;margin: 0 1px;color:#555;font-family: 'Noto Light';border-width: 0;}
._fnctWrap ._paging ._inner .pg-arrow{border:1px solid #ccc;width: 35px;height: 35px;}
._fnctWrap ._paging ._inner ._first{background: url(./../images/arrow_first.png) center no-repeat;}
._fnctWrap ._paging ._inner ._listPrev{background: url(./../images/arrow_prev.png) center no-repeat;}
._fnctWrap ._paging ._inner ._listNext{background: url(./../images/arrow_next.png) center no-repeat;}
._fnctWrap ._paging ._inner ._last{background: url(./../images/arrow_last.png) center no-repeat;}
._fnctWrap ._paging ._inner li strong{background-color: #99a2b2 !important;border-color: #99a2b2 !important;color: #fff;border-radius: 50%;border-radius:50%;}
._fnctWrap ._paging ._inner ._pageState{display: none;padding: 0 1em}

@media screen and (min-width:1201px){
    ._fnctWrap ._paging{padding-bottom:50px;}
}

@media screen and (max-width:767px){
    ._fnctWrap .paging a{width:28px !important;height: 28px !important;font-size:13px;line-height: 25px;}
}


/***** View *****/
.view .title{border-top:2px solid #353e4d;border-bottom:1px solid #dfdfdf;padding:40px 45px 20px;background: #f8f8f8;position: relative;}
.view .title strong{color:#212121;font-family: 'Noto Medium';line-height:32px;font-size: 26px;font-weight: normal;display: block;word-break:keep-all;margin-bottom:25px;}
.view .title .detail li{display: inline-block;vertical-align: top;font-size:16px;color:#888;vertical-align: middle; display: inline-block;font-family: 'Noto Regular';padding:0 20px;position: relative;}
.view .title .detail li.cate-info i{color:#8b0029;font-family: 'Noto Medium';}
.view .title .detail li span{font-size:16px;color:#555;display: inline-block;margin-right:10px;font-family: 'Noto Regular';}
.view .title .detail li.answer-ing span{display: inline-block;padding: 5px 20px;background-color: #828282;color: #fff;font-size: 17px;border-radius: 30px;}
.view .title .detail li.answer-ing span.complete{background-color: #8b0029;}
.view .title .detail li.answer-ing span.progress{background-color: #cfa972;}
.view .title .detail li.answer-ing span.end{background-color: #828282;}
.view .title .detail li:nth-child(1){padding-left:0;}
.view .title .detail li + li:before{content:'';width:1px;height: 15px;background:#dfdfdf;position: absolute;margin-top: -7.5px; top:50%;left:0;}
.view .title .util{position: absolute;bottom:7px;right:30px;}
.view .title .util li{display: inline-block;vertical-align: top;padding: 0 5px;position:relative;}
.view .title .util li + li:before{content:'';width:1px;height: 15px;background: #ccc;position: absolute;left:-2px;top:17px;}
.view .title .util li a{text-indent:-9999px;}
.view .title .util .share a{background: url('../images/share.png') no-repeat center;width: 50px;height: 50px;display: block;}
.view .title .util .print a{background: url('../images/print.png') no-repeat center;width: 50px;height: 50px;display: block;}

.view .title .right_fnct{position: absolute;bottom: 20px;right: 25px;}
.view .title .right_fnct li{display:inline-block;vertical-align:top;margin-right:25px;position:relative;}
.view .title .right_fnct li a{font-family:'Noto Regular';color:#888888;font-size:16px;display: block;}
.view .title .right_fnct .like{width: 20px;height: 18px;background:url('../images/like.png') no-repeat center;display:inline-block;text-indent: -9999px;vertical-align: middle;margin-right: 5px;}
.view .title .right_fnct .dislike{width:20px;height:18px;background:url('../images/dislike.png') no-repeat center;display:inline-block;text-indent: -9999px;vertical-align: middle;margin-right: 5px;}
.view .title .right_fnct .reportIcon{width:13px;height:20px;text-indent:-9999px;background:url('../images/reportIcon.png') no-repeat center;display:inline-block;vertical-align:middle;}

.view .txt{padding:40px 50px 55px;border-bottom:1px solid #353e4d;}
.view .txt .imgWrap{text-align:center; margin-bottom:50px;}
.view .txt .imgWrap img,
.view .txt .imgWrap video,
.view .txt .imgWrap iframe{max-width:100%;}
.view .txt p{font-size: 17px;color:#555;line-height: 1.75;font-family: 'Noto Light';}
.view .rules{padding:45px 60px;border:1px solid #dcdcdc;background: #f5f5f5;margin-top:110px;box-sizing: border-box;}
.view .rules .imgWrap{display: inline-block;}
.view .rules > p{padding-left:50px;width: calc(100% - 210px);display: inline-block;vertical-align: top;font-style: italic;font-family: 'Noto Light';line-height: 1.55;box-sizing: border-box;}
.view .rules > p strong{font-style: normal;color:#ed1c24;font-weight: normal;font-family: 'Noto Light';}

.board-view .btns{padding:55px 50px;text-align: center;position:relative;}
.board-view .view-prev{background:url('../images/view-prev.png') no-repeat left center;font-size: 18px;color: #666;display: inline-block;padding: 10px 10px 10px 45px;font-family: 'Noto Regular';float: left;}
.board-view .view-next{background:url('../images/view-next.png') no-repeat right center;font-size: 18px;color: #666;display: inline-block;padding: 10px 45px 10px 10px;font-family: 'Noto Regular';float: right;}
.board-view .aditIem dl{display:flex;border-bottom:1px solid #dcdcdc;}
.board-view .aditIem dl dt{width:240px;background:#f5f5f5;color:#000;text-align:center;padding:10px;}
.board-view .aditIem dl dd{padding:10px;width: calc(100% - 240px);}

.attachment{padding-top:30px;border-top: 1px solid  #ccc;margin-top: 30px;border-bottom: 1px solid #ccc;padding-bottom: 30px;}
.attachment ul{background:url('../images/attach.png') no-repeat left top;padding-left:60px;min-height: 50px; padding-top: 10px;}
.attachment ul li{position: relative;line-height: 1.25;}
.attachment ul li + li{margin-top: 5px;}
.attachment ul li a{padding: 0 0;display: inline-block;font-family: 'Noto Light';}
.attachment ul li a img{vertical-align: middle; margin-right: 5px;}
.attachment ul li a.preview{color:#4b4b4b;font-family: 'Noto Regular';font-size:15px;background: #fff url('../images/preview.png') no-repeat 15px center;padding: 6px 18px 6px 42px;border: 1px solid #b2b2b2;border-radius: 5px;margin-left: 20px;vertical-align: middle;}

@media screen and (max-width:1200px){
    .view .title .detail{padding-right:100px;}
    .view .title .detail li{margin-bottom: 3px;}
}

@media screen and (max-width:767px){
    .view .title{padding:25px 15px 20px;}
    .view .title strong{font-family: 'Noto Regular';font-size:18px;margin-bottom: 15px;line-height: 1.4;}
    .view .title .detail{font-size:0;padding-right: 60px;}
    .view .title .detail li{font-size:13px;color:#888;padding:0 8px;}
    .view .title .detail li + li:before{height: 8px;top: 10px;}
    .view .title .detail li span{display: none;}
    .view .title .util{right:0;bottom:20px;font-size: 0;}
    .view .title .util li{padding:0 10px;}
    .view .title .util li a{width:20px !important;height: 20px !important;background-size:contain !important;}
    .view .title .util li + li:before{top:6px;height: 8px;}
    .view .txt{padding:35px 15px 50px;}
    .view .txt p{font-size:14px;color:#666;}
    .view .rules{margin-top:40px;padding:25px;}
    .view .rules > p{width:100%;padding:0;}
    .view .rules .imgWrap{display: block;text-align: center;margin-bottom:15px;}
    .attachment{padding-top:25px;}
    .attachment ul{padding-left:0;background: none;}
    .attachment ul li{}
    .attachment ul li + li{margin-top:5px;}
    .attachment ul li a{font-size:14px;color:#666;line-height: 1.6;}
    .attachment ul li a.preview{font-size:14px;background-size: 14px;padding: 3px 10px 3px 30px;background-position: 10px center;margin-left: 12px;}
    .board-view .view-prev{font-size:14px;padding: 3px 3px 3px 15px;background-size:8px;margin-top:5px;text-indent:-9999px;}
    .board-view .view-next{font-size:14px;padding: 3px 15px 3px 3px;background-size:8px;margin-top:5px;text-indent:-9999px;}

    .view .title .right_fnct{position:initial;margin-top:10px;}
    .view .title .right_fnct .like{width:17px;height:14px;background-size:contain;}
    .view .title .right_fnct .dislike{width:18px;height:15px;background-size:contain;}
    .view .title .right_fnct li{margin-right:20px;}
    .view .title .right_fnct li a{font-size:13px;}
    .view .title .right_fnct .reportIcon{margin-top: -7px;}

    .board-view .aditIem dl{display:block;}
    .board-view .aditIem dl dt{width:100%;}
    .board-view .aditIem dl dd{width:100%;}
}

/****regist****/
.writeForm{border-top:2px solid #353e4d;border-bottom:1px solid #353e4d;font-size:0;}
.artclFormTowLine{display: grid; grid-template-columns: 1fr 1fr;}
.artclForm{position: relative;padding:7px 3% 7px 290px;overflow: hidden;border-bottom:1px solid #dcdcdc;font-size:17px;box-sizing: border-box;line-height: 1;}
.artclForm.half{width:50%;display:inline-block;}
.artclForm.thumImg .artclInsert{margin-top:10px;}
.artclInsert .inputTxt{line-height: 60px;}
.artclInsert input.perauto{width:auto;}
.artclInsert input.per30{width:30%;}
.artclInsert input.per50{width:50%;}
.artclInsert input.per100{width:100%;}
.artclInsert input[type="text"]{height:55px;line-height: 55px;box-sizing: border-box;border:1px solid #c3c3c3;font-family: 'Noto Light';color:#666;font-size:17px;padding-left:15px;}
.artclInsert select{min-width:150px;height:55px;line-height: 55px;padding-left:15px;border:1px solid #c3c3c3;font-family: 'Noto Light';color:#666;font-size:17px;padding-right:50px;background:#fff url('../images/sel_arrow.png') no-repeat calc(100% - 15px);-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.artclInsert input[type="text"].date{width:170px;padding-left:40px;display:inline-block;background-image:url('../images/calendar.png'), url('../images/sel_arrow.png');background-repeat:no-repeat;background-position: 15px center, 92% center;}
.artclLabel{box-sizing: border-box;width:270px;padding-top: 25px;background:#f8f8f8;position: absolute;left:0;top:0;text-align: center;font-family: 'Noto Regular';color:#333;font-size:18px;height: 100%;}
.artclForm.total{padding:20px 45px;height: auto;}
.artclForm.total textarea{width:100%;border:1px solid #c3c3c3;color:#555;box-sizing: border-box;font-family: 'Noto Light';font-size:17px;min-height: 240px;padding:20px;-webkit-appearance:none;resize:none;}
.writeForm .must{background:url('../images/must.png') no-repeat center;text-align:left;text-indent:-9999px;width:7px;height: 7px;display: inline-block;vertical-align: top;margin-left:7px;margin-top: 5px;}
.artclForm .text{width: 100%;border:1px solid #c3c3c3;color:#555;box-sizing: border-box;font-family: 'Noto Light';font-size:17px;min-height: 240px;padding:20px;-webkit-appearance:none;resize:none;max-width: 980px;}

.artclForm .switch{display:inline-block;margin-left: 20px;}
.artclForm .switch > ul > li{display:inline-block;vertical-align:top;}
.artclForm .switch > ul > li + li{margin-left:10px;}
.artclForm.attch{height:auto;}
.artclForm.attch .artclLabel{height:210px;}
.artclForm.attch .multselBox{width: calc(100% - 450px);max-width:700px;height:100%;border:1px solid #c3c3c3;color:#555;font-family: 'Noto Light';font-size:17px; background:none;}
.atchmnBtns{display: inline-block;vertical-align: bottom;box-sizing: border-box;width: 400px;padding-left: 15px;}
.board-write .btns{text-align: center;padding:40px 0;}
.board-write .btns input{margin:0 3px;}
._radio{display:inline-block;vertical-align:middle;position: relative;}
._radio li{display: inline-block;vertical-align: middle;position: relative;}
._radio li + li{margin-left:20px;}
._radio li input[type="radio"]{height: 55px;line-height: 55px;appearance:none;width:16px;}
._radio li input[type="radio"] + label:before{content:'';width:16px;height: 16px;border-radius: 50%;border:1px solid #b7b7b7;position: absolute;left: 5px;top:50%;margin-top:-10px;}
._radio li input[type="radio"]:checked + label:after{content:'';width:6px;height: 6px;border-radius: 50%;background:#8b0029;position: absolute;left: 10px;top: 50%;margin-top: -5px;}
._radio li label{height: 55px;line-height: 55px;display: inline-block;vertical-align: top;font-size: 16px;color:#666;font-family: 'Noto Light';}
.artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 450px);}

.public-type{min-width:initial;}
.pass-form{display:inline-block;vertical-align:middle;margin-left: 20px;font-size:17px;position: relative;top: -3px;}
.pass-form label{margin-right:10px;display: inline-block;vertical-align: middle;}
.pass-form input[type="password"]{height: 55px;line-height: 55px;box-sizing: border-box;border:1px solid #c3c3c3;color:#666;font-size:17px;padding-left:15px;display: inline-block;vertical-align: middle;width: auto;}

.atchmnBtns{padding-left:20px;padding-bottom: 5px;}
.atchmnBtns p{font-size:16px;font-family: 'Noto Light';color:#666;padding:15px 0;}
.atchmnBtns p strong{font-family: 'Noto Regular';color:#212121;font-weight: normal;}
.atchbtn input{color:#fff;font-size:15px;font-family: 'Noto DemiLight';border:0;padding: 7px 15px 7px 40px;border-radius: 3px;}
.atchbtn.add input{background:#6d6b76 url('../images/attch_btn01.png') no-repeat 12px center;}
.atchbtn.del input{background:#6d6b76 url('../images/attch_btn02.png') no-repeat 12px center;}

.possible{padding: 15px 0;line-height: 1.4;letter-spacing: 0.5px;font-family: 'Noto Light';}
.possible span{color:#212121; font-family: 'Noto Regular';}


.agreeBox .inner{display: grid; background:#f9f9f9;padding: 50px; grid-template-columns: 200px 1fr;}
.agreeBox .thum span{display: block;background: #fff;border-radius: 100%;padding-top: 35px;width: 140px;height: 140px;text-align: center;position: relative;}
.agreeBox .thum span:before{content: '';width: calc(100% + 20px);display: block;border: 1px solid #fff;height: calc(100% + 20px);position: absolute;left: -10px;top: -10px;border-radius: 100%;}
.agreeBox .exBox{height: 250px; overflow:auto; padding-right: 10px;}
.agreeBox .exBox::-webkit-scrollbar {width: 5px;}
.agreeBox .exBox::-webkit-scrollbar-thumb {background: #8b0029;border-radius: 10px;}
.agreeBox .exBox::-webkit-scrollbar-track {background: rgba(220, 20, 60, .1);}
.agreeBox .exBox .tit{color: #8b0029;font-size:26px;font-family: 'Noto Medium';margin-bottom: 30px;}
.agreeBox .exBox strong{color:#333;font-size: 20px;font-family: 'Noto Regular';margin-bottom: 15px; display: block;}
.agreeBox .exBox p{font-size:16px; color:#666; margin-bottom:40px;}
.agreeBox .check{display: flex; justify-content: space-between; align-items: center; margin-top:30px;}
.agreeBox .check .c-i{color:#666; padding-left:45px;}


@media screen and (max-width:1200px){
    .artclLabel{width: 150px;}
    .artclForm{padding:7px 3% 7px 170px;}
    .atchmnBtns{padding-left:0;margin-top:12px;}
    .atchmnBtns p{padding:10px 0;}
}

@media screen and (max-width:1023px){
    .atchmnBtns{width: 280px;}
    .artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 285px);}
    .artclForm.attch .multselBox{width:calc(100% - 285px);}
    .artclForm.twoline,
    .artclForm.twoline .artclLabel{height:130px;}
    .artclForm.twoline .switch,
    .artclForm.twoline .pass-form{display:block;margin-left:0;}

    .agreeBox .check{display:block; text-align: center;}
    .agreeBox .check .c-i{padding-left:0;}
}

@media screen and (max-width:767px){
    .artclLabel{width: 120px;font-size:15px;padding-top:18px;height: 56px;}
    .writeForm .must{margin-top:5px;}
    .artclForm{padding: 5px 2% 5px 125px;height: 56px;}
    .artclInsert input[type="text"]{height: 45px;font-size:15px;}
    .artclInsert select{min-width:110px;height: 45px;line-height: 45px;font-size:15px;}
    .artclForm.half{width:100%;}
    .artclForm.total{padding: 20px 15px;}
    ._radio li input[type="radio"]{height: 45px;margin-right: 5px;}
    ._radio li label{height: 45px;line-height: 45px;font-size: 14px;}
    .artclInsert input[type="text"].date{width: 85px;padding-left: 24px;background-position: 5px center, 92% center;background-size: 13px;font-size: 12px;}
    .artclInsert{letter-spacing: -2px;}
    ._radio li{height:auto;line-height:1;}
    ._radio li + li{margin-left:12px;}
    .atchmnBtns{margin-top: 2px;width: 100%;}
    .atchmnBtns p{display: none;}
    .atchbtn{display: inline-block;margin-top: 3px;width: auto;max-width: 100%;}
    .atchbtn input{font-size:12px;}
    .artclForm.total textarea{font-size:15px;}
    .artclForm.thumImg{height:100px;}
    .artclForm.thumImg .artclLabel{height:100px;}
    .artclForm.thumImg .artclInsert input[type="text"]{width:100%;}
    .artclForm.attch .multselBox{width:100%;height: 100px;}
    .artclForm.attch .artclLabel{height: 270px;}
    .possible{font-size:14px;}
    .public-type{width:100%;}
    .artclForm .switch > ul > li + li{margin-left:5px;}
    .artclForm.twoline,
    .artclForm.twoline .artclLabel{height: 100%;}
    .pass-form label{font-size:16px;}
    .pass-form input[type="password"]{height:45px;width:180px;}
    .artcldate span{display:none;}
    .artclInsert.artcldate input[type="text"].date{width:100%; margin-bottom:5px;}
    .agreeBox .inner{display:block; padding:35px;}
    .agreeBox .thum{display: none;}
}

/***** btn *****/
.board-list .btns{text-align: right;margin-top: -97px;}
.btnsNormal{padding:0;}
.btns a,
.btns button,
.btns input{cursor: pointer;color:#fff; padding: 12px 42px;border-radius: 5px;border:0;font-family: 'Noto Regular';font-size:18px;}
.board-list .btns .floatL{float:left;}
.board-list .btns .floatR{float:right;}
.btn-c01{background: #717074;}
.btn-c02{background: #000;}
.btn-c03{background: #8b0029;}
.btn-c04{background: #ae9b60;}

.btn-mine{display:inline-block;}
.btn-control{display:inline-block;}

@media screen and (max-width:1200px){
    .btns a,
    .btns button,
    .btns input{padding:8px 22px;font-size: 15px;}
    .board-list .btns{text-align: center;}
    .board-view .btns{padding: 55px 0;}
}

/****** reply ******/
.view-comment{border:1px solid #eaeaea; padding:50px;border-top:2px solid #8b0029; margin-bottom:50px;}
.comment-text {padding-left: 65px;background: url(./../images/comment-icon.png) no-repeat 0 8px;}
.comment-text textarea{height:90px;border:1px solid #ccc;width: 100%;border-radius: 2px;}
.comment .small-btn-box{text-align:right;padding-top:5px;}
.comment .small-btn-box input{background: #5b6781;color: #fff;font-size: 17px;font-family: 'Noto Light';padding: 8px 15px;border-radius: 3px;letter-spacing: -1px;cursor:pointer;}
.view-comment-write .name{display:block;margin-bottom: 8px;}
.view-comment-write .name label{text-align: left;width: 61px;display: inline-block;padding-left: 3px;}
.view-comment-write .name input[type="text"]{border:1px solid #ccc;border-radius:2px;height:38px;line-height:38px;font-size:16px;}

.view-comment-list{margin-top:30px;}
.view-comment-list > li{background:#f2f2f2;padding:20px;position:relative;}
.view-comment-list > li + li{margin-top:5px;}
.view-comment-list .cmntRe{padding-left:35px;}
.view-comment-list > li > strong{padding-left: 35px;color: #8b0029;font-family: 'Noto Light';display:block;font-size:17px;background: url(./../images/acct-icon.png) no-repeat 0 3px;margin-bottom: 10px;}
.view-comment-list > li > strong > span{padding-left:15px;margin-left:15px;display:inline-block;vertical-align:top;margin-top:2px;position:relative;font-size:15px;color:#888;}
.view-comment-list > li > strong > span:before{content:'';width:1px;height:10px;background:#c8c8c8;position:absolute;left:-2px;top: 7px;}
.view-comment-list > li p.comment{padding-left:35px;font-size:15px;color:#555;}
.view-comment-list > li p.comment .del{width: 15px; margin-left:5px; vertical-align: middle; height: 15px; background:url(./../images/reply-del.png) no-repeat center; display:inline-block; text-indent:-9999px;}
.view-comment-list > li p.comment .cmnt_target{font-size:17px;color:#555;font-weight:bold;padding-right:5px;}
.comment-del{background:url(./../images/reply-del.png) no-repeat center;width:15px; height:15px;text-indent:-9999px;display:inline-block;margin-left:3px;}

.view-comment-reply-write{display:none;background:#fff;padding: 12px 17px;border-radius: 10px;border: 2px solid #ddd;}
.view-comment-reply-write .comment-text{padding-left:0;background:none;}
.view-comment-reply-write .comment-text textarea{height: auto;min-height: 20px;border:0;font-size: 15px;font-family: 'Dream Light';}
.view-comment-reply-write .comment .small-btn-box input{background:none;color:#999;font-size:15px;padding:0 10px;font-family: 'Dream Regular';}
.view-comment-reply-write .name label{display:none;}
.view-comment-reply-write .name input[type="text"]{font-size: 16px;background:none;border:0;font-family: 'Dream Medium';}

.view-answer{border:1px solid #eaeaea;padding: 25px 50px 25px;border-top:2px solid #8b0029;margin-top:25px;position:relative; margin-bottom:50px;}
.view-answer .flag{width: 50px;position: absolute;top: 0;}
.view-answer .flag svg{width: 50px;height: 65px;fill:#8b0029;}
.view-answer .flag span{position: absolute;display: block;text-align: center;color: #fff;padding: 15px 0;width: 100%;font-size: 16px;font-family: 'Noto Light';}
.view-answer .answer-title{padding-left:80px;margin-bottom: 20px;}
.view-answer .answer-title > h3{font-family:'Noto DemiLight';color:#222;font-size:18px;}
.view-answer .answer-title .answer-info span{font-size:17px;color:#777;padding-right:10px;margin-right:10px;position:relative;}
.view-answer .answer-title .answer-info span:after{content:'';width:1px;height:10px;background:#ccc;position:absolute;right:1px;top:8px;}
.view-answer .answer-title .answer-info span:nth-last-child(1):after{display:none;}

.view-answer .row {padding:10px;text-align:right;}
.view-answer .row .title{display:none;}
.view-answer .row .insert{font-size:15px;}
.view-answer .row .insert .file-down li a{padding: 2px 0 2px 25px;display:inline-block;background:url(./../images/attachment.png) no-repeat left center;background-size: 15px;font-size: 14px;}
.view-answer div.answer{background:#f2f2f2;padding:35px 50px;font-size:17px;color:#666;line-height:1.6;}
.view-answer .small-btn-box{padding: 10px 0;text-align:right;}
.view-answer .small-btn-box input{margin:0 3px;}


@media screen and (max-width:767px){
    .view-comment{padding:35px 25px;}
    .view-answer{padding:15px 25px 20px;}
    .view-answer .answer-title{padding-left:65px;}
    .view-answer:before{left:25px;}
    .view-answer .small-btn-box input{padding:8px 22px;font-size: 15px;}
}



/***answer-write****/
.box-answer{border-top:2px solid #353e4d;border-bottom:1px solid #353e4d;font-size:0;}
.box-answer .row{position: relative;padding:7px 3% 7px 290px;overflow: hidden;height: 70px;border-bottom:1px solid #dcdcdc;font-size:17px;box-sizing: border-box;line-height: 1;}
.box-answer .insert input[type="text"]{height:55px;line-height: 55px;box-sizing: border-box;border:1px solid #c3c3c3;width:100%;font-family: 'Noto Light';color:#666;font-size:17px;padding-left:15px;}
.box-answer .title{box-sizing: border-box;width:270px;padding-top: 25px;background:#f8f8f8;position: absolute;left:0;top:0;text-align: center;height: 70px;font-family: 'Noto Regular';color:#333;font-size:18px;}
.box-answer .must{background:url('../images/must.png') no-repeat center;text-align:left;text-indent:-9999px;width:7px;height: 7px;display: inline-block;vertical-align: top;margin-left:7px;margin-top: 5px;}
.answer-write .board-button{padding:30px 0;text-align: right;}
.answer-write .board-button input{cursor:pointer;}

.box-answer .row.cn,
.box-answer .row.thumImg{height:145px;}
.box-answer .row.cn .title,
.box-answer .row.thumImg .title{height:145px;}

.box-answer .row.thumImg select{height: 125px;width: calc(100% - 420px);}

@media screen and (max-width:1023px){
    .box-answer .title{width: 120px;font-size:15px;padding-top:18px;height: 56px;}
    .box-answer .must{margin-top:3px;}
    .box-answer .row{padding: 5px 2% 5px 125px;height: 56px;}
    .box-answer .insert input[type="text"]{height: 45px;font-size:15px;}
    .box-answer .row.thumImg select{width:100%;}
    .box-answer .row.thumImg,
    .box-answer .row.thumImg .title{height: 300px;}
}

@media screen and (max-width:767px){
    .box-answer .row.thumImg,
    .box-answer .row.thumImg .title{height:300px;}
}

.password_check_view{display:none;border:1px solid #ccc;width:220px;border-radius:3px;background:#fff;padding:10px 15px;position:absolute;top: calc(100% - 10px);left:0;z-index:99;}
.password_check_view.type2{top:unset;bottom:120px;left:50%;margin-left:-110px;}
.password_check_view .btn05{font-size:14px;padding:8px 10px;width:100%;margin-top:5px;display:block;}
.password_check_view input[type="password"]{border:1px solid #c3c3c3;height:38px;line-height:38px;width:100%;background:#fff;border-radius:3px;margin-bottom:3px;padding-left:10px;}

.password_check_subview{display:none;margin-top:5px;border:1px solid #ccc;width:220px;border-radius:3px;background:#fff;padding:10px 15px;position:absolute;z-index:99;}
.password_check_subview .btn05{font-size:14px;padding:8px 10px;width:100%;margin-top:5px;display:block;}
.password_check_subview input[type="password"]{border:1px solid #c3c3c3;height:38px;line-height:38px;width:100%;background:#fff;border-radius:3px;margin-bottom:3px;padding-left:10px;}

.stte-view{background:#fff;border:1px solid #ccc;border-radius:5px;padding:15px;position:absolute;right:-10px;top:40px;width:120px;display:none;}
.stte-view ul li{display:block !important;}
.stte-view .btn05{font-size:14px;padding:8px 10px;width:100%;margin-top:5px;}

.comment-cmntWrap{position:absolute;right: 135px;top:10px;}
.comment-delWrap{position:absolute;right: 80px;top:10px;}
.comment_sttemnt{background: #fff;border: 1px solid #c7c7c7;position: absolute;bottom: 50px;right: 0;padding: 10px;border-radius: 5px;width: 120px;box-shadow: 0px 0px 10px rgba(0,0,0,.3);}
.comment_sttemnt ul{}
.comment_sttemnt ul li{position: relative; margin-bottom: 5px;}
.comment_sttemnt input[type="button"]{width: 100%;}
.comment_sttemnt ul li input[type="radio"]{appearance:none;width:20px;}
.comment_sttemnt ul li input[type="radio"] + label:before{content:'';width:16px;height: 16px;border-radius: 50%;border:1px solid #b7b7b7;position: absolute;left: 5px;top:50%;margin-top: -10px;}
.comment_sttemnt ul li input[type="radio"]:checked + label:after{content:'';width:6px;height: 6px;border-radius: 50%;background:#8b0029;position: absolute;left: 10px;top: 50%;margin-top: -5px;}
.comment_sttemnt ul li label{display: inline-block;vertical-align: top;font-size: 15px;color:#666;font-family: 'Noto Medium';}
.comment_sttemnt input[type="button"]{background: #8b0029;color:#fff; padding:5px; font-family: 'Noto Light'; border-radius:5px; margin-top:10px;}

.before_nect_use{position: relative;}
.before_nect_use .bbs-anchor {font-size: 17px;position: absolute;width: 100%;}
.bbs-anchor li{position: absolute;}
.bbs-anchor li a{z-index: 101;position: relative;top: 60px;}
.bbs-anchor li.bbs-prev a{background:url('../images/bbs-arr-prev.png') no-repeat left center;padding-left: 50px;}
.bbs-anchor li.bbs-next a{background:url('../images/bbs-arr-next.png') no-repeat right center;padding-right: 50px;}
.bbs-anchor li a span{}
.bbs-anchor li a i{display: none;}
.bbs-anchor li.bbs-prev{left: 0;}
.bbs-anchor li.bbs-next{right: 0;}
.before_nect_use .bbs-anchor li span i {margin-right: 20px;}
.bbs-anchor a {display: block;}

@media screen and (max-width:767px){
    .bbs-anchor li a{top:20px;}
    .comment-cmntWrap{position: relative; right: 0; top: 10px;}
    .comment_sttemnt{left:0; bottom:40px;}
}
/*upload*/
body .slick-header-column.ui-state-default{height: auto; font-size: 15px;}
body .grid-canvas{font-size: 15px;}

.mt50{margin-top: 50px;}