@charset "utf-8";

/***** faq *****/
.faq-list{border-top:2px solid #003377;margin-bottom: 50px;}
.faq-list > ul > li{border-bottom:1px solid #e4e4e4;background: #fff;transition: all ease .3s;}
.faq-list > ul > li > a{display: block;}
.faq-list .question1{padding:17px 220px 17px 114px;background: url('../images/question_mark.png') no-repeat left 36px center; display: flex; flex-wrap: wrap; justify-content: space-between;}
.faq-list .question1 span{color: #003377; font-size: 17px; font-family: "HG Regular"; width: 165px; position: relative;}
.faq-list .question1 strong{width: calc(100%); font-size: 18px;}
.faq-list .answer{display: none;padding: 25px 100px 25px 275px;box-sizing: border-box;transition: all ease .3s;background: url('../images/answer_mark.png') no-repeat left 30px top 20px; position: relative; min-height:200px;}
.faq-list .answer .more{position: absolute;bottom: 10px;right: 10px;font-size:15px;background: #273ca5;color:#fff;z-index: 9;padding: 5px 18px;font-family: 'HG Regular';border-radius: 5px;}
.faq-list > ul > li > a{position: relative;}
.faq-list > ul > li > a:before{content:'';background:url('../images/more_icon.png') no-repeat center;width:18px;height: 18px;position: absolute; right: 25px; top: 50%; transform: translateY(-50%);}

.faq-list > ul > li.open{background: #f1f6fa;border-bottom:1px solid #f1f6fa;}
.faq-list > ul > li.open .answer{display: block; background-color: white; border-bottom: 1px solid #555555;}
.faq-list > ul > li.open .answer > div,
.faq-list > ul > li.open .answer > span,
.faq-list > ul > li.open .answer > p{font-size: 16px; line-height: 30px; color: #333333; font-family: "HG Regular";}
.faq-list > ul > li.open > a:before{background: url(../images/close_icon.png) no-repeat center;}

.faq-list > ul > li.trash .question1 span{text-decoration: line-through;}
.faq-list > ul > li.trash .question1 strong{color: #cccccc; text-decoration: line-through;}
.faq-list > ul > li.open.trash .answer > div,
.faq-list > ul > li.open.trash .answer > span,
.faq-list > ul > li.open.trash .answer > p{color: #cccccc; text-decoration: line-through;}

.faq-list ._faqAtchmnfl{}
.faq-list ._faqAtchmnfl > ul{display:flex;}
.faq-list ._faqAtchmnfl > ul > li{vertical-align:middle;}
.faq-list ._faqAtchmnfl > ul > li a{color:#333;display:block;font-size:14px;}
.faq-list ._faqAtchmnfl > ul > li a img{display: inline-block; margin-right: 5px; vertical-align: middle;}
.faq-list ._faqAtchmnfl > ul > li + li {margin-left:12px;}

.faq-list > ul > li.no-data {display: block;padding: 140px 0;text-align: center;}

@media screen and (max-width:767px){
    .faq-list .question1{flex-wrap: wrap; padding: 20px 50px 20px 70px;background-position: 17px 20px;}
    .faq-list .question1 span{font-size: 16px; width: 100%; line-height: 24px;}
    .faq-list .question1 strong{font-size:17px; width: calc(100% - 10px);}
    .faq-list > ul > li > a:before{width: 10px; height: 10px; background-size: cover;}
    .faq-list .answer{padding: 220px 30px 30px 30px;background-position: 15px 25px;}
    .faq-list > ul > li.open .answer > div, .faq-list > ul > li.open .answer > span, .faq-list > ul > li.open .answer > p{font-size: 14px; line-height: 25px;}
	.faq-list > ul > li.open .answer table {table-layout: auto;}
	.faq-list > ul > li.open .answer table td {font-size: 17px !important;}
    .faq-list .answer .more{font-size: 10px;border-radius: 3px;right: 45px;}
    .faq-list ._faqAtchmnfl{bottom:15px;}
    .faq-list ._faqAtchmnfl > ul > li a{font-size:13px;}
	.faq-list > ul > li.no-data {padding: 80px 0;}
}

/**  하위 공통 **/
input[type="button"],
input[type="submit"]{cursor:pointer;}
.board-list{padding-bottom:60px;}

/**** Category *****/
.cate{border: 1px solid #1265d3; border-radius: 5px; background: #fbfcfe url(../images/cate_background.png) no-repeat right -43px center; padding: 17px 45px; margin-bottom: 80px;}
.cate .category{display: flex; flex-wrap: wrap; justify-content: start; align-items: center;  margin: 0 -40px;}
.cate .category a{display: block; font-family: "HG Medium"; font-size: 17px; color: #666666;}
.cate li a:hover,
.cate li.active a{color: #1265d3; position: relative; font-family: "HG Medium";}
.cate li.active a::before{content:""; display: block; position: absolute; left: 50%; margin-left: -4.5px; top: 0; width: 9px; height: 6px; background: url(../images/cate_check.png) no-repeat center center;}
.cate li.active a::after{content:""; display: block; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background-color: #1265d3;}
.cate .category li{padding: 0 40px;}

@media screen and (max-width: 768px) {
    .cate{margin-bottom: 50px;}
    .cate .category{margin: 0 -20px;}
    .cate .category li{padding: 0 20px;}
}
/* .cate{border: 1px solid #1265d3; border-radius: 5px; background: #fbfcfe url(../images/cate_background.png) no-repeat right -43px center; padding: 17px 45px; margin-bottom: 80px;}
.cate .category{display: flex; flex-wrap: wrap; justify-content: start; align-items: center;  margin: 0 -40px;}
.cate .category a{display: block; font-family: "HG Medium"; font-size: 17px; color: #666666;}
.cate .all-cate a{color: #1265d3; position: relative; font-family: "HG Medium";}
.cate .all-cate a::before{content:""; display: block; position: absolute; left: 50%; margin-left: -4.5px; top: 0; width: 9px; height: 6px; background: url(../images/cate_check.png) no-repeat center center;}
.cate .all-cate a::after{content:""; display: block; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background-color: #1265d3;}
.cate .category li{padding: 0 40px;}

@media screen and (max-width: 768px) {
    .cate{margin-bottom: 50px;}
    .cate .category{margin: 0 -20px;}
    .cate .category li{padding: 0 20px;}
} */

.categoryList{display: flex;}
.categoryList li{margin-right: 33px;}
.categoryList li:last-child{margin-right: 0;}
.categoryList li a{color: #666666; font-size: 16px; font-family: "HG Regular"; display: block; padding-left: 16px; position: relative;}
.categoryList li a::before{content:""; display: block; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background-color: #989898;}

/***** Tab *****/
.tabmenu{font-size:0;}
.tabmenu .all-list{display: inline-block;vertical-align: top;text-align: center;box-sizing: border-box;overflow: hidden;margin-top: 1px;}
.tabmenu .all-list a{display:block;padding: 12px 35px;font-size:17px;background-color: #f8f8f8;color: #333;box-sizing:border-box;border: 1px solid #cfcfcf;line-height: 1.2;}
.tabmenu .all-list._active a{background-color:#fff;border:1px solid #273ca5;color:#273ca5;border-bottom:1px solid #fff;position: relative;z-index: 1;}
.tabmenu ul{margin-bottom: 30px;position: relative;display: inline-block;vertical-align: top;width: 100%;margin-left: 1px;}
.tabmenu ul:after{content:'';background:#273ca5;position:absolute;left:0;bottom:0;width:100%;height: 1px;}
.tabmenu ul li{float:left;display:inline-block;margin-right:1px;margin-top: 1px;box-sizing:border-box;}
.tabmenu 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: 'HG Regular';}
.tabmenu ul li a.on{border:1px solid #273ca5; color:#273ca5; border-bottom:1px solid #fff; position:relative; z-index: 1; background-color: #fff;}

/***** Search *****/
.srch_box{overflow:hidden;margin-bottom:30px;}
.rss{background: url('../images/rss.png') no-repeat left 18px;padding-left: 32px;display: inline-block;padding-top: 12px;margin-left: 20px;margin-bottom:15px;}
.rss a{color:#232323;font-family: 'HG Regular';font-size: 15px;}
.rss strong{font-weight:normal;font-family:'HG Regular';color:#ed1c24;}
.srch_box .srch_counts{display:inline-block;padding-left:5px;padding-top:12px;font-size: 15px;}
.srch_box .srch_counts strong{font-weight:normal;font-family:'HG Regular';color:#E91E63;}
.search{text-align: right;float: right;display: flex;vertical-align: middle; position: relative;}
.search ._selectBox{width: 108px; position: relative;-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none; border: 0; background: url(../images/select_arrow.png) no-repeat right 14px center; font-family: "HG Regular"; font-size: 16px; color: #777777; border-bottom: 2px solid #4f4f4f; padding: 0 14px; height:50px; }
.search .board-serch input[type="text"]{width: 313px; border-bottom: 2px solid #4f4f4f; font-size: 16px; font-family: "HG Regular"; color: #777777; padding: 11px 20px; height:50px; }
.search ._button{position: absolute; right:0; top: 0;}
.search input[type="submit"] {border:none; text-indent: -9999px; width:50px; height:50px; background:url('../images/ico-search.png') no-repeat center; position: absolute; right:0; top:0;}
._fnctWrap .search > fieldset{display:inline-block;vertical-align:middle;}
._fnctWrap .board-date{display: inline-block;vertical-align:middle;}
._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"]{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;}


@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{}
}

@media screen and (max-width:1000px){
    .categoryList li{margin-right: 20px;}
    .categoryList li a{font-size: 14px;}
    .categoryList li a::before{top: 8px;}
}


@media screen and (max-width:600px){
	.rss{background-size:13px;padding-left: 22px;background-position: left 17px;margin-bottom: 5px;}
	.rss span{font-size:13px;}
	.tabmenu{position:relative;overflow:visible;}
	.tabmenu:after{content:'';width: 100%;height: 1px;position:absolute;left: 0;bottom: 30px;background:#273ca5;}
	.tabmenu .all-list{position:relative;overflow: visible;}
	.tabmenu .all-list:after{content:'';width:2px;height:1px;background:#273ca5;position:absolute;right: -2px;bottom:0;}
	.tabmenu .all-list a{padding:12px 22px;font-size:15px;border-bottom: 1px solid #273ca5;}
	.tabmenu ul{white-space: nowrap;display: inline-flex;overflow-x:auto;width: 100%;}
	.tabmenu ul li a{padding:12px 22px;font-size:15px;}
	.tabmenu ul:after{left:0;width:100%;display: none;}

	.search{width: 100%; float: none; flex-wrap: wrap;}
    .search .board-serch{width: 100%;}
	.search .board-date{margin-bottom: 5px; width:100%;}
	.search .board-date fieldset{display: flex; align-items: center;}
	._fnctWrap .board-date .line{width:100%;}
	._fnctWrap .board-date .line input{width:100%;}
	.search ._selectBox{display:block; width:100px;}
    .search .search label{width: calc(100% - 100px)}
	.search .board-serch input[type="text"]{width: 100%}
	.search ._button{position:absolute; right:0; top:0; height:100%;}
	.search ._button input[type="submit"]{height:100%;}

    .categoryList{flex-wrap: wrap;}
    .categoryList li{margin-bottom: 5px;}
}

/***** 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: 35px;height: 35px;line-height: 35px;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 2px;}
._fnctWrap ._paging ._inner ul li a{background-color: #F5F5F5 !important;border:none !important; color: #fff;border-radius:5px; color:#555; font-family: 'HG Regular'; position: relative;}
._fnctWrap ._paging ._inner ul li a:hover {background:#e2e2e2 !important;}
._fnctWrap ._paging ._inner .pg-arrow{border:1px solid #ccc;width: 35px;height: 35px;}
._fnctWrap ._paging ._inner ._first{background: url(./../images/first-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._prev{background: url(./../images/prev-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listPrev{background: url(./../images/prev-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listNext{background: url(./../images/next-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._next{background: url(./../images/next-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._last{background: url(./../images/last-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner li strong{border:none !important; border-radius:5px; background:#0066b3; color:#fff; font-family: 'HG Medium';}
._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 ._inner ._pageState {display: block; font-size: 18px; font-family: 'HG Regular'; color:#121212; line-height: 35px;}
	._fnctWrap ._paging ._inner ._curPage {position: relative; color:#1265d3;}
	._fnctWrap ._paging ._inner ._curPage::after {content:'/'; display:inline-block; margin:0 5px; color:#121212; font-family: 'HG Regular'; }
	._fnctWrap ._paging ._inner ul {display: none;}
	._fnctWrap .paging a{width:28px !important;height: 28px !important;font-size:13px;line-height: 25px;}
}


/***** View *****/
.view.viewCont{border-top:2px solid #003377; border-bottom:1px solid #353e4d;}
.view .title{border-bottom:1px solid #e2e2e2;padding:35px 45px 40px;background: #f8f8f8;position: relative;}
.view .title strong{text-align: center; color:#121212;font-family: 'nb';line-height:30px;font-size: 20px;font-weight: normal;display: block;word-break:keep-all;margin-bottom:15px;}
.view .title .detail {text-align: center;}
.view .title .detail li{display: inline-block;vertical-align: top;font-size:16px;color:#888;display: inline-block;font-family: 'HG Regular';padding:0 20px;position: relative;}
.view .title .detail li.rdcnt{display: none;}
.view .title .detail li span{font-size:16px;color:#444;display: inline-block;margin-right:10px;font-family: 'HG Regular';}
.view .title .detail li:nth-child(1){padding-left:0;}
.view .title .detail li + li:before{content:'';width:1px;height: 12px;background:#C2C5C9;position: absolute;top:8px;left:0;}
.view .title .detail .cl {color:#0087BF; font-family: 'HG Medium';}
.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:'HG 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;}
.view .txt p{font-size: 17px;color:#555;line-height: 1.75;font-family: 'HG Regular';}
.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: 'HG Regular';line-height: 1.55;box-sizing: border-box;}
.view .rules > p strong{font-style: normal;color:#ed1c24;font-weight: normal;font-family: 'HG Regular';}

.board-view .btns{padding:40px 0px;text-align: right;position:relative; text-align: center;}
.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: 'HG 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: 'HG 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{background: #F7F7F7; padding:30px 0;}
.attachment ul{position: relative;}
.attachment ul li{position: relative;line-height: 1.25; padding-left:45px; margin-bottom: 15px;}
.attachment ul li:last-child {margin-bottom: 0;}
.attachment ul li::after {content:''; width:45px; height:25px; background:url('../images/view-file.png') no-repeat center; position: absolute; left:0; top:0;}
/* .attachment ul li + li{margin-top: 5px;} */
.attachment ul li a{display: inline-block;font-family: 'HG Regular';font-size: 16px;color: #555; padding:0px 0 0px 15px; position: relative;}
.attachment ul li a:hover {text-decoration: underline;}
.attachment ul li a::after {content:''; width:1px; height:12px; background:#ccc; position: absolute; left:0; top:6px;}
.attachment .no-file {padding-left:45px;}
.attachment ul li a img{vertical-align: middle;}
.attachment ul li a.preview{color:#4b4b4b;font-family: 'HG 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:768px){
.view .title{padding:25px 15px 20px;}
.view .title strong{font-family: 'HG Regular';font-size:18px;margin-bottom: 15px;line-height: 1.4;}
.view .title .detail{font-size:0;padding-right: 0;}
.view .title .detail li{font-size:15px;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:17px;line-height: 1.5 !important; 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{padding-left:25px;} */
.attachment ul li + li{margin-top:5px;}
.attachment ul li a{font-size:16px;color:#666;line-height: 1.6;}
.attachment ul li a.preview{font-size:14px;margin-top:5px;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:20px;}
 .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%; text-align: center;}
}

/****regist****/
.writeForm{border-top:2px solid #3176d0;font-size:0;}
.artclForm{display: flex;}
.artclForm:nth-last-child(1){border-bottom:0;}
.artclForm.half{width:50%;display:inline-block;}
.artclInsert{display: flex; align-items: center; flex-grow: 1; flex-wrap: wrap; padding: 15px 30px 15px 30px; border-bottom: 1px solid #e1e1e1;}
.artclInsert input[type="text"]{width: 100%; height: 40px; padding: 0 15px; border: 1px solid #cccccc; border-radius: 5px; font-family: 'HG Regular'; font-size: 15px; color: #333;}
.artclInsert select{height: 40px; padding: 0 70px 0 20px; background: url('../images/ic-form-sel.png') no-repeat calc(100% - 10px) center;  border: 1px solid #cccccc; border-radius: 5px; font-family: 'HG Regular'; font-size: 15px; color: #666666; appearance: none;}
.artclInsert input[type="text"].date{width:170px;padding-left:40px;display:inline-block;background-image:url('../images/calendar.png'), url('../images/ic-form-sel.png');background-repeat:no-repeat;background-position: 15px center, 92% center;}
.artclInsert input[type="text"].date#ntcBgngDt{margin-right: 5px;}
.artclInsert input.max115 {max-width: 115px;}
.artclInsert input.max230 {max-width: 230px;}
.artclInsert input.max320 {max-width: 320px;}
.artclInsert input.max400 {max-width: 400px;}
.artclInsert input.max670 {max-width: 670px;}
.artclLabel{display: flex; align-items: start; flex-shrink: 0; width: 240px; min-height: 71px; padding-left: 30px; background: #f5f7f9; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; font-size: 17px; color: #333; flex-direction: row-reverse; justify-content: flex-end; align-items: center;}
.artclForm.total{height: auto;}
.artclForm.total textarea{width:100%;border:1px solid #c3c3c3;color:#555;box-sizing: border-box;font-family: 'HG Regular';font-size:17px;min-height: 240px;padding:20px;-webkit-appearance:none;resize:none;}
#EDITOR_AREA_CONTAINER{width: 100%;}
.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: -15px;}

.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: 'HG Regular';font-size:15px;}
.atchmnBtns{display: inline-block;vertical-align: bottom;box-sizing: border-box;width: 400px;padding-left: 15px;}
.atchmnBtns span{display: inline-block; margin-right: 5px;}
.atchmnBtns span:last-child{margin-right: 0;}
.artclInsert .atchbtn{display: inline-block; margin-right: 5px;}
.artclInsert .atchbtn:last-child{margin-right: 0;}
.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:#00428e;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: 'HG Regular';}
.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"]{width: auto; height: 40px; padding: 0 15px; border: 1px solid #cccccc; border-radius: 5px; font-family: 'HG Regular'; font-size: 15px; color: #333;}

.atchmnBtns{padding-left:20px;padding-bottom: 5px;width: calc(100% - 700px);}
.atchmnBtns p{font-size:16px;font-family: 'HG Regular';color:#666;padding:15px 0;}
.atchmnBtns p strong{font-family: 'HG Regular';color:#212121;font-weight: normal;}
.atchbtn input{color:#fff;font-size:15px;font-family: 'ndl';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;}

@media screen and (max-width:1200px){
    .artclLabel{width: 100%; border-right: 0; font-size: 16px; padding-top: 22px;}
    .artclForm{flex-direction: column;}
    .atchmnBtns{padding-left:0;margin-top:12px;}
    .atchmnBtns p{padding:10px 0;}
    .atchmnBtns{width: 280px;}
    .artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 285px);}
    .artclForm.attch .multselBox{width:100%; max-width: none;}
    .artclForm.twoline,
    .artclForm.twoline .switch,
    .artclForm.twoline .pass-form{display:block;margin-left:0;}
    .artclForm.attch .artclLabel{height: auto;}
}

@media screen and (max-width:767px){
.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%;}
._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: 180px;padding-left: 24px;background-position: 5px center, 92% center;font-size: 12px;}
.artclInsert{letter-spacing: -2px; flex-direction: column; align-items: start; gap: 5px;}
._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;}
.possible{font-size:14px;}
.public-type{width:100%;}
.artclForm .switch > ul > li + li{margin-left:5px;}
.pass-form label{font-size:16px;}
.pass-form input[type="password"]{height:45px;width:180px;}
}

/***** btn *****/
.board-list .btns{text-align: right;margin-top: -107px;}
.btns {font-size: 0;}
.btns a,
.btns button,
.btns input{cursor: pointer;}
.board-list .btns .floatL{float:left;}
.board-list .btns .floatR{float:right;}

/* add 글쓰기 */
.btn01{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center; color:#fff;background:#1174ff;border-radius: 5px;border:0;font-family: 'HG Regular';font-size:17px;}
.btn01:hover{background-color: #0d4b95;}
/* del 삭제 */
.btn02{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#333333;background: white;border-radius: 5px;border:1px solid #333333; ;font-family: 'HG Regular';font-size:17px;}
.btn02:hover{background-color: #000000; color: white;}
/* list 목록 */
.btn03{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #00b5ad;border-radius: 5px;border:0;font-family: 'HG Regular';font-size:17px;}
.btn03:hover{background-color: #006274;}
/* rep 답글 */
.btn04{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #00429e;border-radius: 5px;border:0;font-family: 'HG Regular';font-size:17px;}
.btn04:hover{background-color: #00275d;}
/* edit 수정 */
.btn05{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #ff8400;border-radius: 5px;border:0;font-family: 'HG Regular';font-size:17px;}
.btn05:hover{background-color: #934c00;}
/* back 이전 */
.btn06{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #9f9f9f;border-radius: 5px;border:0;font-family: 'HG Regular';font-size:17px;}
.btn06:hover{background-color: #616161;}

.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; min-width:100px; height:40px;}
.board-list .btns{margin-top:40px;text-align: center;}
.board-view .btns{padding: 30px 0;}
}

/* 연구원 목록 */
.res-list {position: relative; border-top:1px solid #e2e2e2;}
.res-list .inner {padding:50px; }
.res-list ul {position: relative; display: flex; flex-wrap:wrap; gap:15px;}
.res-list li {max-width:340px; width:100%;}
.res-list .box {background: #F1F6FA; border-radius:5px; padding:15px 20px 25px 20px;}
.res-list .box span {display: block; font-size: 16px; font-family: 'HG Regular'; color:#1265D3;}
.res-list .box strong {display: block; font-size: 17px; color:#222; font-family: 'HG Medium'; margin-top: 22px;}
.res-list .box .info {margin-top: 10px;}
.res-list .box p {font-size: 15px; line-height: 23px; font-family: 'HG Regular'; color:#555;}

@media (max-width:1500px) {
	.res-list li {width:25%; max-width:unset;}
}
@media (max-width:1024px) {
	.res-list ul{gap:10px;}
	.res-list li {width:calc(50% - 5px);}
}
@media (max-width:768px) {
	.res-list .inner {padding:50px 15px;}
	.res-list .box span {font-size: 15px;}
	.res-list .box strong {font-size: 16px;}
	.res-list .box p {font-size: 14px;}
}


/* 관련부서 */
.dept-list {position: relative; padding:30px 50px; border-top:1px solid #C6C6C6;}
.dept-list .dept-box {font-size: 0; margin-bottom: 20px;}
.dept-list .dept-box span {border:1px solid #ccc; border-radius:5px; padding:4px 15px; display: inline-block; font-size: 14px; font-family: 'HG Regular'; color:#333; margin-right:10px;}
.dept-list .dept-box span.color1 {background:#F7F7F7;}
.dept-list .dept-box span.color2 {background:#fff;}
.dept-list label {font-size: 18px; font-family: 'HG Regular'; color: #333; flex-shrink: 0; margin-right: 15px;}
.dept-list .dept-input {border:1px solid #ccc; border-radius:5px; max-width:400px; width:100%; height:40px; margin-right: 5px;}
.dept-list .dept-sel {display: flex; align-items: center;}
.dept-list .dept-sel > div {display: flex; align-items: center; flex:1;}
.dept-list .rel-dept {margin-right:30px; padding-right:30px; position: relative;}
.dept-list .rel-dept::after {content: ''; width:1px; height: 15px; background:#ccc; position: absolute; top:11px; right:0;}
.dept-list .reload {width:60px; height:40px; background:url('../images/reload.png') no-repeat center; border:1px solid #999; border-radius:5px; text-indent: -9999px; margin-left:10px;}
.dept-list .noti {padding-left:15px; position: relative; color:#E63B53; font-size: 16px; font-family: 'HG Regular'; margin-top: 12px;}
.dept-list .noti::after {content: ''; width:11px; height:10px; background:url('../images/noti.png') no-repeat center; position: absolute; left:0; top:8px;}

.mini-btn01 {min-width:110px; height:40px; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 14px; font-family: 'HG Regular'; background: #003377; border-radius:5px;}
.mini-btn02 {min-width:110px; height:40px; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 14px; font-family: 'HG Regular'; background: #1265D3; border-radius:5px;}
@media (max-width:1024px) {
	.dept-list .dept-sel {flex-wrap:wrap;}
	.dept-list label {font-size: 16px;}
	.dept-list .dept-sel > div {flex:unset;}
	.dept-list .rel-dept {width:100%; padding-right:0; margin-right:0; margin-bottom: 10px;}
	.dept-list .rel-dept::after {display: none;}
	.dept-list .manage-dept {width:calc(100% - 70px); margin-bottom: 0; flex:1 !important}
	.dept-list .dept-input {max-width:unset;}
}
@media (max-width:768px) {
	.dept-list {padding:30px 15px;}
	.dept-list .noti {font-size: 15px;}
	.dept-list .noti::after {top:6px;}
}
@media (max-width:600px) {
	.dept-list .dept-sel > div {flex-wrap:wrap;}
	.dept-list label {width:100%;margin-bottom: 5px;}
	.dept-list .dept-input {width:auto; flex:1;}
	.dept-list .reload {align-self:end;}
}

/****** reply ******/
.view-comment{border:1px solid #ccc;padding:30px 40px;border-top:2px solid #575050;margin-bottom: 50px;}
.comment-text {}
.comment-text textarea{height:65px;border:1px solid #ccc;width: 100%;border-radius: 5px; font-family: 'HG Regular'; padding:10px 20px; font-size: 16px;}
.comment-text textarea::placeholder {color:#999;}

.comment .small-btn-box{text-align:right;padding-top:5px;}
.comment .small-btn-box span {font-family: 'HG Regular'; font-size: 18px; color:#333; margin-right: 15px;}
.comment .small-btn-box input{color: #fff;font-size: 17px;font-family: 'HG Regular';padding: 7px 15px;border-radius: 3px;letter-spacing: -1px;cursor:pointer; color:#121212;}
.comment .small-btn-box input.color1{background:#003377; font-size: 14px; height:40px; border-radius:5px; display: inline-block; vertical-align: top; color:#fff;}
.comment .small-btn-box .cmt-pw {border:1px solid #ccc; border-radius:5px;}
.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;padding-left: 20px;color: #666;}

.view-comment-list{margin-top:25px;}
.view-comment-list > li{background:#f2f2f2;padding:20px 15px 15px 15px;position:relative; border-radius:3px;}
.view-comment-list > li + li{margin-top:20px;}
.view-comment-list .cmntRe{padding-left:35px;}
.view-comment-list > li > strong{padding-left:40px; position: relative; color:#083CA6; font-family: 'HG Regular'; font-size: 16px; display: block; border-bottom:1px solid #ccc; padding-bottom: 15px; margin-bottom: 10px;}
.view-comment-list > li > strong::before {content:''; width:25px; height:25px; border-radius:50%; border:1px solid #ccc; background:#fff url('../images/acct-icon.png') no-repeat center; display: inline-block; position: absolute; left:0; top:0;}
.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:16px;color:#777;}
.view-comment-list > li > strong > span:before{content:'';width:1px;height:11px;background:#c8c8c8;position:absolute;left:0px;top:7px;}
.view-comment-list > li p.comment{padding-left: 35px;font-size: 17px;color:#333; display: inline-block;}
.view-comment-list > li .comment-delWrap {display: inline-block; vertical-align: middle; margin-left: 12px;}
.view-comment-list > li .comment-delWrap input {width:15px; height:15px; background:url('../images/del.png') no-repeat center; text-indent: -9999px;}
.view-comment-list > li p.comment .cmnt_target{font-size: 15px;color: #a5560f;padding-right:5px;background: url(./../images/icon_re.gif) left 5px no-repeat;padding-left: 25px;display: block;margin-bottom: 10px; margin-top: 10px; font-family: 'HG Regular';}
.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-list .repBtn{display: flex;width: 120px;position: absolute;right: 0;top: 10px;}
.view-comment-list .tiny-btn {display: inline-block; cursor: pointer; font-size: 13px; height: 25px; line-height: 20px; border-radius: 50px; text-align: center; padding: 0 12px; margin: 0 3px; font-family: 'ndl';}
.view-comment-list .tiny-btn.color1 {background: #0c837f; border: 1px solid #0c837f; color: #fff;}
.view-comment-list .tiny-btn.color2 {background: #ce2856; border: 1px solid #ce2856; color: #fff;}
.view-comment-list .tiny-btn.color3 {background: #fb6f08; border: 1px solid #fb6f08; color: #fff;}

.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: 'HG Regular';}
.view-comment-reply-write .comment .small-btn-box input{background:none;color:#999;font-size:15px;padding:0 10px;font-family: 'HG 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-top:2px solid #262626;margin-top:25px;position:relative;margin-bottom: 50px;}
.view-answer .ans-con {border:1px solid #eaeaea;}
.view-answer .answer-header {display: flex; align-items: center; padding:25px 40px;}
.view-answer .answer-title{flex:1;}
.view-answer .answer-title > h3{font-family:'HG Medium';color:#121212;font-size:20px; line-height: 1.5; margin-bottom: 5px;}
.view-answer .answer-title .answer-info span{font-size:16px;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 .flag{width: 50px; height:50px; border-radius:50%; background:#0087BF; display: flex; align-items: center; justify-content: center; margin-right: 15px;}
.view-answer .flag span {display: inline-block; color:#fff; font-size: 16px; letter-spacing: -.05em; font-family: 'HG Regular';}

.view-answer .row {padding:10px;text-align:right;}
.view-answer .row .title{display:none;}
.view-answer .row .insert{font-size:15px;}
.view-answer div.answer{ background:#f2f2f2;padding:30px 40px;font-size:16px;color:#666;line-height:1.6; font-family: 'HG Regular';}
.view-answer .small-btn-box{padding: 10px 0;text-align:right;}
.view-answer .small-btn-box input{margin:0 3px;}
@media (max-width:1200px) {
	.view-answer .small-btn-box input {min-width:100px; height:40px;}
}
@media screen and (max-width:768px){
	.comment-text textarea {font-size: 15px;}
	.comment .small-btn-box span {font-size: 16px;}
	.view-comment{padding:35px 25px;}
	.view-answer .answer-header {padding:25px 15px;}
	.view-answer .answer-title > h3 {font-size: 16px;}
	.view-answer:before{left:25px;}
	.view-answer .small-btn-box input{padding:8px 22px;font-size: 15px;}
	.view-comment-list > li p.comment {padding-left:15px; font-size: 15px;}
	.view-comment-list .repBtn{position:relative;}
}



/***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: 'HG Regular';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: 'HG 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_sttemnt{background:#fff;border:1px solid #ccc;border-radius:5px;padding:15px;position:absolute;right:0;bottom:40px;width:120px;z-index:99;display:none;}
.comment_sttemnt .btn05{font-size:14px;padding:8px 10px;width:100%;margin-top:5px;}

.before_nect_use {margin-top: 60px; border-top:1px solid #C3C3C3; border-bottom:1px solid #C3C3C3;}
.before_nect_use .bbs-anchor {font-size: 17px; display: flex; justify-content: space-between; padding:35px 0;}
.before_nect_use .bbs-anchor li span {color: #000;display: inline-block;font-family: 'HG Medium';font-size: 18px; position: relative; margin-bottom: 10px;}
.before_nect_use .bbs-anchor li span i {width:18px; height:16px; display: inline-block; position: absolute;}
.bbs-anchor li{font-family: 'HG Regular'; width:33%;}
.bbs-anchor .prev-list span {padding-left:32px;}
.bbs-anchor .prev-list span i {background:url('../images/prev-arrow.png') no-repeat center; left:0; top:6px;}
.bbs-anchor .next-list span {padding-right:32px;}
.bbs-anchor .next-list span i {background:url('../images/next-arrow.png') no-repeat center; right:0; top:6px;}
.bbs-anchor a {display: block;text-align: left;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-family: 'HG Regular'; color:#AAAAAA !important;}
.bbs-anchor a p{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.bbs-anchor a:hover {color:#000 !important;}
.bbs-anchor .next-list {text-align:right;}
.bbs-anchor .next-list a {text-align:right;}
.bbs-anchor .no-data {color:#AAAAAA;}
@media (max-width:767px) {
	.bbs-anchor li {width:48%;}
	.bbs-anchor a {font-size: 15px;}
}
/*upload*/
body .slick-header-column.ui-state-default{height: auto; font-size: 15px;}
body .grid-canvas{font-size: 15px;}

#captcha{margin: 10px 0;}
#reLoad{border-radius: 5px; font-size: 16px; background-color: white; border: 1px solid #121212; padding: 5px 20px; transition: all .5s;}
#reLoad:hover{background-color: #121212; color: white;}
