@charset "utf-8";

/***** Info Box *****/

.info-box {display: flex;margin-bottom: 50px;}
.info-box .txt-wrap {flex: 1;padding: 30px 110px 0 0;}
.info-box .sub-tit {display: block;width: 400px;margin-bottom: 15px;font-size: 22px;color: #1174ff;font-family: 'ppm';  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.info-box .tit {display: block;margin-bottom: 34px;font-size: 30px;color: #333;font-family: 'pp'; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.info-box .desc {font-size: 18px;color: #333;font-family: 'ppr';line-height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.info-box .img-wrap {width: 670px;height: 420px;}
.info-box .img-wrap img {width: 100%;height: 100%;object-fit: cover;object-position: left bottom;border-radius: 10px;}
.info-box .btn-wrap {display: flex;gap: 10px;margin-top: 68px;}
.info-box .view-btn {display: block;width: 154px;padding: 12px 40px 12px 12px;font-size: 16px;font-family: 'ppm';border-radius: 7px;color: #011d3f;border: 1px solid #011d3f; background: url('../images/ic-view-btn.png') no-repeat right 18px center;transition: .25s;}
.info-box .down-btn {display: block;width: 154px;padding: 12px 40px 12px 12px;font-size: 16px;font-family: 'ppm';border-radius: 7px;color: #1473e6;border: 1px solid #1473e6;background: url('../images/ic-down-btn.png') no-repeat right 18px center;transition: .25s;}
.info-box .view-btn:hover {background-color: #011d3f;background-image: url('../images/ic-view-btn-hover.png');color: #fff;}
.info-box .down-btn:hover {background-color: #1473e6;background-image: url('../images/ic-down-btn-hover.png');color: #fff;}

@media(max-width: 1200px) {
	.info-box .txt-wrap {padding: 30px 70px 0 0;}
	.info-box .sub-tit {width: 270px;font-size: 18px;margin-bottom: 14px;}
	.info-box .tit {margin-bottom: 20px;font-size: 27px;}
	.info-box .desc {font-size: 17px;}
	.info-box .tit br {display: none;}
	.info-box .img-wrap {width: 520px;height: 380px;}
}

@media(max-width: 1024px) {
	.info-box .txt-wrap {min-width: 380px;padding: 20px 30px 0 0;}
	.info-box .sub-tit {margin-bottom: 14px;font-size: 19px;}
	.info-box .tit {font-size: 26px;}
	.info-box .img-wrap {width: 450px;height: 350px;}
	.info-box .btn-wrap {margin-top: 48px;}
	.info-box .view-btn {width: 134px;}
	.info-box .down-btn {width: 134px;}
	.info-box .tit {font-size: 24px;}
}

@media(max-width:800px) {
	.info-box {flex-direction: column-reverse;margin-bottom: 40px;}
	.info-box .txt-wrap {width: 100%;padding: 35px 0 0;}
	.info-box .sub-tit {width: 100%;}
	.info-box .img-wrap {width: 100%;height: auto;}
	.info-box .btn-wrap {flex-direction: row;margin-top: 35px;}
		
}

/***** Thumnail-list *****/
.wrap-magazine .board-list {position: relative;padding-bottom: 0;}
.wrap-magazine .board-list::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 2px;background: #003377;}
.wrap-magazine .board-list::after {content: '';position: absolute;bottom: 94px;left: 0;width: 100%;height: 1px;background: #8b9099;;}
/* ._contentBuilder {min-height: auto;} */
.thumnailWrap{ max-width: 1280px;margin-bottom: 203px;padding: 45px 2px !important;}
.thumnailWrap a{transition: all ease .3s; display: block;}
/* .thumnailWrap > ul{display: flex; flex-wrap: wrap; width: calc(100% + 30px); margin-top: -30px;} */
/* .thumnailWrap > ul > li{position: relative; width: 20%; padding-right: 30px; margin-top: 30px;} */
.thumnailWrap > ul > li:nth-child(5n){margin-right: 0;}
.thumnailWrap .thum{width: 100%; height: 100%;border-radius: 10px;overflow: hidden;}
.thumnailWrap .thum img{width:100%; height:100%; object-fit: cover; object-position: bottom left;}
.thumnailWrap .conts{display: none !important;overflow: hidden; display: flex; flex-wrap: wrap; justify-content: start; margin-top: 18px; flex-direction: column;}
.thumnailWrap .conts .sub{color: #555;font-family: 'ppl';margin-bottom: 15px;}
.thumnailWrap .conts .brackets{font-family: 'ppr';margin-left:10px;background: #3254a7;color: #fff;padding: 3px 10px;font-size: 14px;border-radius: 5px;}
.thumnailWrap .conts .numb{font-size:16px;color:#555;font-family:'ppl';margin-bottom: 10px;display: block;}
.thumnailWrap .conts strong.title{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;font-size: 20px;color: #333333;font-family: 'ppm';color:#212121;font-weight: normal;position: relative;line-height: 1.5; width: 100%; display: block; margin-bottom: 15px;}
.thumnailWrap .conts .link_box{display: flex; flex-wrap: wrap;}
.thumnailWrap .conts .file_view{border: 1px solid #666666; border-radius: 3px; transition: all .3s; font-size: 14px; color: #666666; font-family: "ppr"; padding: 3.5px 34px 3.5px 15px; display: inline-block; background: url(../images/file_view.png) no-repeat right 16px center; margin-right: 5px;}
.thumnailWrap .conts .file_view:hover{border: 1px solid #333333; color: white; background: #333333 url(../images/file_view_hover.png) no-repeat right 16px center;}
.thumnailWrap .conts .file_down{border: 1px solid #1473e6; border-radius: 3px; transition: all .3s; font-size: 14px; color: #1473e6; font-family: "ppr"; padding: 3.5px 34px 3.5px 15px; display: inline-block; background: url(../images/file_down.png) no-repeat right 16px center}
.thumnailWrap .conts .file_down:hover{border: 1px solid #1473e6; color: white; background: #1473e6 url(../images/file_down_hover.png) no-repeat right 16px center;}
.thumnailWrap .conts .contentTxt{font-family: 'ppl';color: #555;margin-bottom: 30px; line-height: 1.6;}
.thumnailWrap .conts .detail{font-size:0;}
.thumnailWrap .conts .detail li{display: inline-block;vertical-align: top;font-family: 'ppl';font-size:16px;color:#888;padding:0 15px;position: relative;}
.thumnailWrap .conts .detail li strong{display: inline-block; margin-right:10px; font-family: 'ppl'; color:#555;}
.thumnailWrap .conts .detail li img{display:inline-block;vertical-align:middle;}
.thumnailWrap .conts .detail li:nth-child(1){padding-left:0;}
.thumnailWrap .conts .detail li + li:before{content:'';width:1px;height: 14px;background: #ccc;position: absolute;left:0;top:10px;}
.thumnailWrap .conts .detail li span{font-size:16px;color:#555;font-family: 'ppr';margin-right:7px;display: inline-block;}
.thumnailWrap .conts .detail li.file strong{display:none;}
.thumnailWrap .conts strong.title p{display:inline-block;}
.thumnailWrap .conts > a {display: block; width: 100%;}
.thumnailWrap .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;}
.thumnailWrap .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;}
.thumnailWrap .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;}
.thumnailWrap .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;}
.thumnailWrap .notice-title{font-size: 16px;color:#fff;background:#8b0029;font-family: 'ppl';border-radius: 3px;padding:2px 7px 3.5px;}
.thumnailWrap .notice,
.thumnailWrap .notice a{color:#008bd0;}
.thumnailWrap a:hover .thum{box-shadow: 5px 0 20px rgba(0,0,0,.2);}
.thumnailWrap a:hover .conts .file_icon{background: url(../images/down_icon_hover.png) no-repeat center center / cover;}

.thumnailWrap > ul > li.trash .conts strong.title{color: #cccccc; text-decoration: line-through;}

.before_nect_use .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;}
.before_nect_use .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;}
.before_nect_use .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;}

.thumnailWrap .password_check_view{top:120px;left:515px;}


#_contentBuilder.off .thumnailWrap > ul {display: block;}
.thumnailWrap > ul > li.no-data {display: block;width: 100%;padding: 100px 0 140px;text-align: center;}

.thumnailWrap > ul > li {padding: 8px;border-radius: 10px;overflow: hidden;border: 2px solid transparent;transition: border .25s, box-shadow .25s;cursor: pointer;}
.thumnailWrap > ul > li .thum {position: relative;}
.thumnailWrap > ul > li .thum .txt-wrap {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(31,44,71,.8);pointer-events: none;transition: .25s;opacity: 0;color: #fff;}
.thumnailWrap > ul > li:hover .thum .txt-wrap {opacity: 1;}
.thumnailWrap > ul > li .thum .txt-wrap .sub-tit {display: block;max-width: 350px;margin-bottom: 5px;  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: 'ppm';font-size: 18px;color: #d4d4d4;}
.thumnailWrap > ul > li .thum .txt-wrap .tit {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-family: 'ppm';font-size: 19px;}
.thumnailWrap > ul > li .thum .txt-wrap > div {position: absolute;bottom: 22px;left: 20px;padding-right: 30px;}
.thumnailWrap > ul > li:hover,
.thumnailWrap > ul > li.on {border: 2px solid #1473e6;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
.thumnailWrap > ul > li input[type=checkbox] {display: none;position: relative;z-index: 1;}


.swiper-button-prev {position: absolute;width: 70px !important;height: 70px !important;left: 3px !important;top: 38% !important;background: transparent url('../images/prev-arrow.png') no-repeat center !important;border-radius: 50% !important;transition: .25s !important;}
.swiper-button-next {position: absolute;width: 70px !important;height: 70px !important;right: 3px !important;top: 38% !important;background: transparent url('../images/next-arrow.png') no-repeat center !important;border-radius: 50% !important;transition: .25s !important;}
.swiper-button-prev:hover {background-color: #0066b3 !important;background-image: url('../images/prev-arrow-hover.png') !important;}
.swiper-button-next:hover {background-color: #0066b3 !important;background-image: url('../images/next-arrow-hover.png') !important;}


@media(max-width: 1500px) {
	.thumnailWrap {max-width: 900px}
}

@media screen and (max-width:1200px){
	.thumnailWrap {margin-bottom: 96px;}
	.thumnailWrap > ul{margin-top: -20px;}
	.thumnailWrap > ul > li{width: 25%; margin-top: 20px;}
	.thumnailWrap .conts .file_view,
	.thumnailWrap .conts .file_down{padding: 3px 30px 3px 10px; background-position: right 10px center;}
	.thumnailWrap .conts .file_view:hover,
	.thumnailWrap .conts .file_down:hover{background-position: right 10px center;}
	.thumnailWrap .thum img {height: 250px;}
	.swiper-button-prev {left: 0 !important;top: 37% !important;width: 60px !important;height: 60px !important;background-color: #0066b3 !important;background-image: url('../images/prev-arrow-hover.png') !important;}
	.swiper-button-next {right: 0 !important;top: 37% !important;width: 60px !important;height: 60px !important;background-color: #0066b3 !important;background-image: url('../images/next-arrow-hover.png') !important;}
	
}

@media (max-width: 1024px) {
	.swiper-button-prev {left: -25px !important;top: 37% !important;width: 60px !important;height: 60px !important;background-color: #0066b3 !important;background-image: url('../images/prev-arrow-hover.png') !important;}
	.swiper-button-next {right: -25px !important;top: 37% !important;width: 60px !important;height: 60px !important;background-color: #0066b3 !important;background-image: url('../images/next-arrow-hover.png') !important;}
}

@media screen and (max-width:800px){
	.wrap-magazine .board-list {overflow: hidden;}
	.thumnailWrap .conts{margin-top: 10px;}
	.thumnailWrap .conts strong.title{font-size: 17px;}
	.thumnailWrap > ul > li{width: 50%;border: 2px solid #1473e6}
	.thumnailWrap > ul > li.no-data {padding: 70px 0 110px;}
	.swiper-button-prev {left: -25px !important;top: 39% !important;width: 50px !important;height: 50px !important;background-position: right 11px center !important;background-size: 10px !important;}
	.swiper-button-next {right: -25px !important;top: 39% !important;width: 50px !important;height: 50px !important;background-position: left 11px center !important;background-size: 10px !important;}
	.thumnailWrap {padding: 30px 0!important;}
	.thumnailWrap .thum img {height: auto;}
	.thumnailWrap > ul > li .thum .txt-wrap {bottom: 0;top: auto;height: 135px;opacity: 1;}
	.thumnailWrap > ul > li .thum .txt-wrap > div {top: 25px;bottom: auto;}
}

@media(max-width: 500px) {
	.thumnailWrap > ul > li .thum .txt-wrap {height: 120px;}
	.thumnailWrap > ul > li .thum .txt-wrap .sub-tit {max-width: 290px;margin-bottom: 4px;font-size: 15px;}
	.thumnailWrap > ul > li .thum .txt-wrap .tit {font-size: 16px;}
}




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

/**** Category *****/
.cate{width:100%;border:1px solid #1265D3;font-size:0;padding:18px 35px;margin-bottom: 30px;border-radius:5px; display: flex; align-items: center; overflow:hidden; position: relative;}
.cate::after {content:''; width:53px; height:53px; background:#00BAFF; opacity:0.1; border-radius:50%; position:absolute; left:0; bottom:0; transform:translate(-50%, 50%)}
.cate > div{margin-right: 13px;}
.cate > div a{text-align: center; font-family: "pps"; font-size: 16px; color: #1265d3; position: relative; display: block;}
.cate > div a::before{content:""; display: block; position: absolute; left: 50%; margin-left: -3px; top: -7px; width: 6px; height: 6px; background: url('../images/all_dots.png') no-repeat center center / cover;}
.cate > ul{display: flex; flex-wrap:wrap; align-items: center;}
.cate > ul li a{display: block; padding:5px 18px; color:#666;font-size:16px;font-family: 'ppr'; line-height: 27px;}
.cate > ul li a:hover {color: #1265d3;}
.cate > ul li.active a {margin: 0 23px; background: #1265d3; border-radius: 100px; color: #fff;}
.cate > ul li:first-child.active a {margin-left: 0;}

@media screen and (max-width:768px){
	.cate {padding: 15px 25px;}
	.cate > ul li a {margin: 5px 0; padding:  5px 14px;}
	.cate > ul li.active a {margin: 0 13px;}
	.cate > ul li:first-child.active a {margin: 0 13px 0 0;}
	.board-list{padding-bottom:0px;}
}

/***** 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: 'ppr';}
.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;background:#f7f7f7;padding: 28px;position: relative;margin-bottom:40px;display:none;}
.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: 'ppr';font-size: 15px;}
.rss strong{font-weight:normal;font-family:'ppr';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:'ppr';color:#E91E63;}
.search{text-align: right;float: right;display: flex;vertical-align: middle; gap:20px;}
.search input[type="text"]{background: #fff url(./../images/calendar.png) 10px center no-repeat; box-sizing: border-box;font-family: 'ppl';padding: 0 0 0 10px;height: 55px;line-height: 55px;font-size:16px;border: 1px solid #c3c3c3;display: inline-block;vertical-align: middle;}
.search ._selectBox{position: relative;min-width: 150px;height: 55px;line-height: 55px;padding-left: 15px;font-family: 'ppl';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 .board-serch input[type="text"]{width: 280px;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: 'ppr';line-height: 55px;background-color: #273ca5;cursor: pointer;color: #fff;text-align: center;word-wrap: break-word;}
._fnctWrap .board-serch{}
._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){
	.search{display: block;float: none;text-align: left;}
	.search .board-date{margin-bottom: 10px;}
	.search .board-serch{}
}


@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{}
	.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 .board-serch{padding-right:110px; position:relative;}
	.search ._selectBox{display:block; width:100%;}
	.search .board-serch input[type="text"]{display:block; width:100%; margin-top:5px;}
	.search ._button{position:absolute; right:0; top:0; height:100%;}
	.search ._button input[type="submit"]{height:100%;}
}

/***** Paging *****/
._fnctWrap ._paging{display: none;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: 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 2px;}
._fnctWrap ._paging ._inner ul li a{background-color: #F5F5F5 !important;border:none !important; color: #fff;border-radius:5px; color:#555; font-family: 'ppr'; 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:#083CA6; color:#fff; font-family: 'ppm';}
._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: 'ppr'; 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: 'ppr'; }
	._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: 'pps';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: 'ppr';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: 'ppr';}
.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: 'ppm';}
.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:'ppr';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: 'ppr';}
.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: 'ppr';line-height: 1.55;box-sizing: border-box;}
.view .rules > p strong{font-style: normal;color:#ed1c24;font-weight: normal;font-family: 'ppr';}

.board-view .btns{padding:40px 0px;text-align: right;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: 'ppr';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: 'ppr';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: 'ppr';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: 'ppr';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: 'ppr';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 #353e4d;border-bottom:1px solid #353e4d;font-size:0;}
.artclForm{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;}
.artclForm:nth-last-child(1){border-bottom:0;}
.artclForm.half{width:50%;display:inline-block;}
.artclInsert input[type="text"]{height:55px;line-height: 55px;box-sizing: border-box;border:1px solid #c3c3c3;width:100%;font-family: 'ppr';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: 'ppr';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;height: 70px;font-family: 'ppr';color:#333;font-size:18px;}
.artclForm.total{padding:20px 45px;height: auto;}
.artclForm.total textarea{width:100%;border:1px solid #c3c3c3;color:#555;box-sizing: border-box;font-family: 'ppr';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 .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: 'ppr';font-size:17px;}
.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:#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: 'ppr';}
.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;width: calc(100% - 670px);}
.atchmnBtns p{font-size:16px;font-family: 'ppr';color:#666;padding:15px 0;}
.atchmnBtns p strong{font-family: 'ppr';color:#212121;font-weight: normal;}
.atchbtn input{color:#fff;font-size:15px;font-family: 'ppl';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: 150px;}
.artclForm{padding:7px 3% 7px 170px;}
.artclForm.attch .multselBox{/* width:100%; *//* height: 110px; */}
.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;}
}

@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{height: 270px;}
 .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:100px;}
.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:#003377;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* del 삭제 */
.btn02{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #182140;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* list 목록 */
.btn03{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #1265D3;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* rep 답글 */
.btn04{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #0087BF;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* edit 수정 */
.btn05{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #F4AC00;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}

.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: 55px 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: 'ppr'; color:#1265D3;}
.res-list .box strong {display: block; font-size: 17px; color:#222; font-family: 'ppm'; margin-top: 22px;}
.res-list .box .info {margin-top: 10px;}
.res-list .box p {font-size: 15px; line-height: 23px; font-family: 'ppr'; 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: 'ppr'; 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: 'ppr'; 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: 'ppr'; 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: 'ppr'; 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: 'ppr'; 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: 'ppr'; 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: 'ppr'; font-size: 18px; color:#333; margin-right: 15px;}
.comment .small-btn-box input{color: #fff;font-size: 17px;font-family: 'ppr';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: 'ppr'; 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: 'ppr';}
.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: 'ppl';}
.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: 'ppr';}
.view-comment-reply-write .comment .small-btn-box input{background:none;color:#999;font-size:15px;padding:0 10px;font-family: 'ppr';}
.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:'ppm';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: 'ppr';}

.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: 'ppr';}
.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: 'ppr';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: 'ppr';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;font-weight:600;display: inline-block;font-family: 'pps';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: 'ppr'; 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: 'ppr'; color:#AAAAAA !important;}
.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;}