@charset "utf-8";


/***** Table *****/
#_contentBuilder.off .boardWrap {margin-bottom:30rem;}
#_contentBuilder.off .board-list .btns {position: relative;}
#_contentBuilder.off .board-list .btns::before {content: '';position: absolute;top:-3rem; left: 0;width: 100%;height: 1px;background-color: #ccc;}
.boardWrap{margin-bottom: 5rem; border-top:2px solid #003377;}
.boardWrap table {width:100%;border-collapse: collapse;border-spacing: 0;table-layout: fixed;text-align: center;font-size: 1.4rem;}
.boardWrap table caption{display:none;}
.boardWrap table th {background-color: #f8f8f8;color:#121212;font-weight: normal;border-bottom: 1px solid #8b9099;padding:1.4rem 0.5rem;font-size:1.6rem;font-family:'paper-r';}
.boardWrap table td {border-bottom: 1px solid #E2E2E2;padding:1.25rem 1rem;white-space: nowrap;text-overflow: ellipsis;font-size:1.6rem;font-family:'paper-r';position:relative; overflow: hidden;}
.boardWrap table td.alignL{text-align:left;}
.boardWrap table th.td-counts{display: none;}
.boardWrap table td a{display: block;font-size:1.6rem;font-family:'paper-r';color:#121212;display:flex;align-items:center;white-space:normal;}
.boardWrap table td a strong{font-family:'paper-r';line-height:3rem;word-break:break-all;display:-webkit-inline-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;overflow:hidden;background: linear-gradient(to bottom, transparent 98%, rgba(0,0,0,1) 0) left center no-repeat; background-size:0;transition: background-size .5s;}
.boardWrap table td a:hover strong{background-size:100% auto;font-family:'paper-m';}
.boardWrap table td a img{vertical-align:middle;}
.boardWrap table td img{display:block;margin:0 auto;}
.boardWrap table td .file-count{position: absolute;width:1.5rem;height:1.5rem;border-radius:50%;background-color:#ff8400; right:2.8rem;bottom:1.7rem;line-height:1.5rem; font-size:1rem;color:#FFF;text-align:center;}
.boardWrap .boardTitle{color:#003d7e;font-size: 1.6rem;font-weight:600;}
.boardWrap table tr.notice {background:#f1f6fa;}
.boardWrap table tr:last-child td {border-bottom:1px solid #8b9099;}
.boardWrap table tr.no-data-tr{height: 50rem; position: relative; border-bottom: 1px solid #8b9099;}
.boardWrap table tr.no-data-tr td{border-bottom: 0;}
.boardWrap table tbody tr:hover{background-color:#F1F6FA !important;}
.boardWrap th,
.boardWrap td{border-right:#dddee0;border-left:#dddee0; color:#444444;font-size:1.6rem;font-family:'paper-r';}
.boardWrap td.td-num{color: #666666;}
.boardWrap .new{background: url('../images/new.png') no-repeat center;width:2.1rem;height: 2.1rem;display: inline-block;vertical-align: middle;margin: 0px 0 0 1rem;text-indent: -9999px; flex-shrink: 0;}
.boardWrap .lock{background: url('../images/lock.png') no-repeat center;width:2rem;height:1.9rem;display: inline-block;vertical-align: middle;margin: 0px 0 0 0.3rem;text-indent: -9999px;}
.boardWrap .clsdr{background: url('../images/clsdr.png') no-repeat center;width:2rem;height:1.9rem;display: inline-block;vertical-align: middle;margin: 0px 0 0 0.3rem;text-indent: -9999px;}
.boardWrap .link{background: url('../images/link.png') no-repeat center;width:2rem;height:1.9rem;display: inline-block;vertical-align: middle;margin: 0px 0 0 0.3rem;text-indent: -9999px;}
.boardWrap .notice-title {font-size:1.6rem;color:#fff;font-family:'paper-m'; background: url('../images/ic-noti.png') no-repeat center; display: block; width:100%; height:100%; }
.boardWrap .notice-title span {display:inline-block; text-indent: -9999px;}
.boardWrap .notice,
.boardWrap .notice a{color:#121212;}
.boardWrap .trash{color:#999;}
.boardWrap .trash a strong{color:#999; text-decoration: line-through;max-width:calc(100% - 11rem);display:inline-block;}
.boardWrap .trash a:hover{color:#bbb;}
.boardWrap .trash .typeCl {color:#a6a6a6; border:1px solid #a6a6a6;}
.boardWrap .trash .td-num {background:url('../images/ic-trash.png') no-repeat center; text-indent: -9999px;}
.boardWrap .cate-name {display: none; min-width:9rem; border-radius:1rem; text-align: center; line-height: 2.8rem; background:#fff; font-family: 'paper-m'; font-size: 1.4rem; margin-right: 2.2rem; padding: 0 1rem;}
.boardWrap .cate-name::after {display: none;}
.boardWrap .cate-name.type1{border:1px solid #00948d; color:#00948d; display: inline-block;}
.boardWrap .cate-name.type2{border:1px solid #0066b3; color:#0066b3; display: inline-block;}
.boardWrap .cate-name.type3{border:1px solid #eb7a00; color:#eb7a00; display: inline-block;}
.boardWrap .comment {color:#EEA800; margin-left: 0.3rem;}
.boardWrap table td input[type="button"]{padding: 0.5rem 1.2rem;background:#273ca5;border-radius: 0.5rem;color:#fff;border:1px solid rgba(0,0,0,0);transition:all ease .5s;}
.boardWrap table td input[type="button"]:hover{border:1px solid #273ca5;background:#fff;color:#273ca5;font-family:'paper-m';}
.boardWrap table td.td-etc{overflow:hidden;}
.boardWrap .td-state > span {font-size:1.4rem; color: white; font-family: 'paper-m'; display: inline-block; border-radius: 0.5rem; line-height: 3rem; padding: 0 2.2rem;}
.boardWrap .td-state .p1 {background-color: #ff8400;}
.boardWrap .td-state .p2 {background-color: #1174ff;}
.before_nect_use .lock{background: url('../images/lock.png') no-repeat center;width:2rem;height: 1.9rem;display: inline-block;vertical-align: middle;margin: -0.2rem 0 0 1rem;text-indent: -9999px;}
.before_nect_use .clsdr{background: url('../images/clsdr.png') no-repeat center;width:2rem;height: 1.9rem;display: inline-block;vertical-align: middle;margin: -0.2rem 0 0 1rem;text-indent: -9999px;}
.before_nect_use .link{background: url('../images/link.png') no-repeat center;width:2rem;height: 1.9rem;display: inline-block;vertical-align: middle;margin: -0.2rem 0 0 1rem;text-indent: -9999px;}
.boardWrap table .col-check{width:0.5rem;}
.boardWrap table .col-num{width:6%;}
.boardWrap table .col-title{width:auto;}
.boardWrap table .col-writer{width:14%;}
.boardWrap table .col-date{width:8%;}
.boardWrap table .col-comment{width:7%;}
.boardWrap table .col-state{width:8%;}
.boardWrap table .col-counts{width: 5%;}
.boardWrap table .col-file{width:6%;}
.boardWrap table .col-etc{width:10%;}
.boardWrap table td.no-data {position: absolute;left: 50%; top: 50%; transform: translate(-50%, -50%);}
@media screen and (max-width:1200px){
	.boardWrap table th{font-size:1.6rem;}
	.boardWrap table .col-state{width:9%;}
	.boardWrap table .col-counts{width:7%;}
	.boardWrap table .col-date{width:12%;}
	.boardWrap table .col-file{width:8%;}
	#_contentBuilder.off .board-list .btns::before {top: -12.5rem}
    .boardWrap table td .file-count{right: 2.2rem;}
}
@media screen and (max-width:1024px){
	.boardWrap table .col-num,
	.boardWrap table .th-num,
	.boardWrap table .td-num{display:none;}
}
@media screen and (max-width:767px){
	#_contentBuilder.off {min-height: 30rem;}
	#_contentBuilder.off .boardWrap {margin-bottom: 20rem;}
	#_contentBuilder.off .boardWrap table tr:last-child {border-bottom: 0;}
	.boardWrap table{display: block;}
	.boardWrap table thead{display: none;}
	.boardWrap table tbody{display: block;text-align: left;}
	.boardWrap table .td-title{display:block;width:100%;box-sizing: border-box;padding-top: 0;padding-bottom: 0.7rem;line-height: 1.4;}
	.boardWrap table tr{display: block;border-bottom:1px solid #dddee0;overflow: hidden;padding-bottom: 1.7rem;padding-top: 1.7rem;}
	.boardWrap table td{border-bottom:0;float:left;padding: 0 0.7rem 0;position: relative; font-size: 1.3rem; color: #888888}
	.boardWrap table td + td + td + td:before{content:'';width:1px;height: 1rem;background: #dfdfdf;position: absolute;left:0;top: 0.6rem;}
	.boardWrap table tr:last-child td{border-bottom: 0;}
	.boardWrap table .td-date,
	.boardWrap table .td-counts,
	.boardWrap table .td-file,
	.boardWrap table .td-access,
	.boardWrap table .td-comment,
	.boardWrap table .td-state,
	.boardWrap table .td-etc{display: inline-block;vertical-align: top;font-size: 1.3rem;color:#888;font-family: 'paper-r';}
	.boardWrap table .td-file img{width:1.5rem;display: inline-block;margin-top:0.4rem;}
	.boardWrap table .td-state::before {display: none;}
	.boardWrap table .td-state span {font-size: 1.3rem;}
	.boardWrap .typeCl{font-size: 1.3rem; line-height: 2.2rem; min-width:7rem;}
    .boardWrap table td .file-count{right: 0; bottom: 0;}
    .boardWrap table tr.no-data-tr{height: 30rem;}
}


/****하단 공통****/
input[type="button"],
input[type="submit"]{cursor:pointer;}


/**** Category *****/
.cate{border: 1px solid #1265d3; border-radius: 0.5rem; background: #fbfcfe url(../images/cate_background.png) no-repeat right -4.3rem center; padding: 1.7rem 4.5rem; margin-bottom: 8rem;}
.cate .category{display: flex; flex-wrap: wrap; justify-content: start; align-items: center;  margin: 0 -4rem;}
.cate .category a{display: block; font-family: "paper-m"; font-size: 1.7rem; color: #666666;}
.cate li a:hover,
.cate li.active a{color: #1265d3; position: relative; font-family: "paper-m";}
.cate li.active a::before{content:""; display: block; position: absolute; left: 50%; margin-left: -0.45rem; top: 0; width:0.9rem; height:0.6rem; background: url(../images/cate_check.png) no-repeat center center;}
.cate li.active a::after{content:""; display: block; position: absolute; left: 0; bottom:0.4rem; width:100%; height:0.1rem; background-color: #1265d3;}
.cate .category li{padding: 0 4rem;}
@media screen and (max-width: 768px) {
    .cate{margin-bottom: 5rem;}
    .cate .category{margin: 0 -2rem;}
    .cate .category li{padding: 0 2rem;}
}
/*
.cate{border: 1px solid #1265d3; border-radius:0.5rem; background: #fbfcfe url(../images/cate_background.png) no-repeat right -43px center; padding: 17px 45px; margin-bottom: 62px;}
.cate .category{display: flex; flex-wrap: wrap; justify-content: start; align-items: center;  margin: 0 -40px;}
.cate .category a{display: block; font-family: "paper-m"; font-size: 1.7rem; color: #666666;}
.cate li.active a{color: #1265d3; position: relative; font-family: "paper-m";}
.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;}
}
*/

/***** Tab *****/
.tabmenu{font-size:0;}
.tabmenu .all-list{display: inline-block;box-sizing: border-box;overflow: hidden;margin-top: 1px;}
.tabmenu .all-list a{display:table-cell; height:7rem; vertical-align: middle;padding: 1.2rem 3.5rem;font-size:1.7rem;background-color: #f8f8f8;color: #333;box-sizing:border-box;border: 1px solid #cfcfcf;line-height: 1.2;margin-right: 1.3rem;}
.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: 3rem;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:1.5rem 3.5rem;line-height: 1.2;display: block;font-size:1.7rem;font-family: 'paper-r';}
.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;position: relative;display: flex; align-items: center; justify-content: space-between; margin-bottom: 3rem;}
.rss-countbox {display: inline-flex; align-items: center; align-self: end;}
.rss{display: inline-block; margin-right: 10px;}
.rss a{width:3rem; height: 3rem; background:url('../images/rss.jpg') no-repeat center; display: inline-block; text-indent: -9999px;}

.srch_box .srch_counts{display: flex; flex-wrap: wrap; align-items: center;}
.srch_box .srch_counts p{font-size: 1.4rem; color: #444444; margin-right: 35px;}
.srch_box .srch_counts p:last-child{margin-right: 0;}
.srch_box .srch_counts p.count_1{color: #dd0042;}
.srch_box .srch_counts p.count_1 strong{color: #444444;}

.search{text-align: right;float: right;display: flex;vertical-align: middle; gap:20px; border-bottom:2px solid #000; }

/* 공지사항 datepicker */
.search input[type="text"]{background: #fff url(./../images/calendar.png) 10px center no-repeat; height:5rem; border:none; font-family: 'paper-r'; font-size: 1.6rem;}
.search ._selectBox{position: relative;min-width: 12rem;height: 5rem;line-height: 5rem;padding-left: 1.5rem; padding-right:3rem;font-family: 'paper-r';background:#fff url('../images/sel-arrow.png') no-repeat right 20px center;font-size:1.6rem;color:#666;border:none;display: inline-block;vertical-align: middle;-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none; margin-right: 0.8rem;}
.search ._selectBox:before{content:'';width:1px;height: 3.5rem;background: #ccc;position: absolute;right:2rem;top:0.5rem;}

.search .input-search {position: relative; display: inline-block;}
.search .board-serch input[type="text"]{width: 28rem;background-color:#fff; background-image:none;}
.search input[type="submit"] {border:none; text-indent: -9999px; width:5rem; height:5rem; background:url('../images/ico-search.png') no-repeat center; position: absolute; right:0; top:0;}
._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 1rem;}
._fnctWrap .board-date input[type="text"]{width:17rem;padding-left:4rem;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:1024px){
	.search{display: block;float: none;text-align: left;}
	.search .board-date{margin-bottom: 10px;}
	.search .board-serch{}
}
@media screen and (max-width:768px) {
	.srch_box {flex-direction: column; justify-content: start; align-items: start;}
	.rss-countbox {align-self: flex-start; margin-bottom: 10px;}
	.search {width:100%;}
	.search ._selectBox {min-width:100px;}
	.search .input-search {width:calc(100% - 108px); float:right;}
	.search .board-serch input[type="text"] {width:99%;}
}
@media screen and (max-width:600px){
	.rss{background-size:13px;background-position: left 17px;margin-bottom: 5px;}
	.rss span{font-size:1.3rem;}
	.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:1.5rem;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:1.5rem;}
	.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{text-align: center;}
._fnctWrap ._paging ._inner {overflow: hidden;position: relative;height: 3.8rem;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: 3.5rem;height: 3.5rem;line-height: 3.5rem;border-width: 1px;border-style: solid;border-color: #cdcdcd;text-align: center;margin: 0 0.1rem;}
._fnctWrap ._paging ._inner ul{display:inline-block;margin:0 1rem;}
._fnctWrap ._paging ._inner ul li{float:left;margin:0 0.2rem;}
._fnctWrap ._paging ._inner ul li a{background-color: #F5F5F5 !important;border:none !important; color: #fff;border-radius:0.5rem; color:#555; font-family: 'paper-r'; position: relative;}
._fnctWrap ._paging ._inner ul li a:hover {background:#e2e2e2 !important;}
._fnctWrap ._paging ._inner .pg-arrow{border:1px solid #ccc;width: 3.5rem;height: 3.5rem;}
._fnctWrap ._paging ._inner ._first{background: url(./../images/first-page.png) center no-repeat; width:3rem; border:none;}
._fnctWrap ._paging ._inner ._prev{background: url(./../images/prev-page10.png) center no-repeat; width:3rem; border:none;}
._fnctWrap ._paging ._inner ._listPrev{background: url(./../images/prev-page.png) center no-repeat; width:3rem; border:none;}
._fnctWrap ._paging ._inner ._listNext{background: url(./../images/next-page.png) center no-repeat; width:3rem; border:none;}
._fnctWrap ._paging ._inner ._next{background: url(./../images/next-page10.png) center no-repeat; width:3rem; border:none;}
._fnctWrap ._paging ._inner ._last{background: url(./../images/last-page.png) center no-repeat; width:3rem; border:none;}
._fnctWrap ._paging ._inner li strong{border:none !important; border-radius:0.5rem; background:#0066b3; color:#fff; font-family: 'paper-m';}
._fnctWrap ._paging ._inner ._pageState{display: none;padding: 0 1em}

@media screen and (min-width:1201px){
._fnctWrap ._paging{padding-bottom:5rem;}
}

@media screen and (max-width:767px){
	._fnctWrap ._paging ._inner ._pageState {display: block; font-size: 1.8rem; font-family: 'paper-r'; color:#121212; line-height: 3.5rem;}
	._fnctWrap ._paging ._inner ._curPage {position: relative; color:#1265d3;}
	._fnctWrap ._paging ._inner ._curPage::after {content:'/'; display:inline-block; margin:0 0.5rem; color:#121212; font-family: 'paper-r'; }
	._fnctWrap ._paging ._inner ul {display: none;}
	._fnctWrap .paging a{width:2.8rem !important;height: 2.8rem !important;font-size:1.3rem;line-height: 2.5rem;}
}


/***** View *****/
.view.viewCont{border-top:2px solid #000000;}

.shortUrlBtn{margin-bottom:1rem;}
.shortUrlBtn a{width:7rem;height:3rem;font-family:'paper-m';font-size:1.4rem;color:#FFF;line-height:1;background:#00bbff;border-radius:0.5rem;display:flex;align-items:center;justify-content:center;}
.shortUrlBtn a:hover{background:#FFF;color:#00bbff;border:2px solid #00bbff;}

.view .title{border-bottom:1px solid #e2e2e2;padding:4.2rem 5rem 3rem;background: #f2f2f2;position: relative;}
.view .title strong{text-align: left; color:#000000;font-family: 'paper-m';line-height:3rem;font-size: 2.4rem;font-weight: normal;display: block;word-break:keep-all;margin-bottom:1rem; letter-spacing: -.025em;}
.view .title .detail {text-align: left; display: flex; flex-wrap: wrap;}
.view .title .detail li{display: block;vertical-align: top;font-size:1.6rem;color:#666666;font-family: 'paper-r';padding:0 1.5rem;position: relative;}
.view .title .detail li.rdcnt{display: none;}
.view .title .detail li span{font-size:1.6rem;color:#2a2a2a;display: inline-block;margin-right:0;font-family: 'paper-r';}
.view .title .detail li:nth-child(1){padding-left:0;}
.view .title .detail li + li:before{content:'';width:1px;height: 15px;background:#dcdcdc;position: absolute;top:9px;left:0;}
.view .title .detail .cl {color:#0087BF; font-family: 'paper-m';}
.view .title .util{position: absolute;bottom:0.7rem;right:3rem;}
.view .title .util li{display: inline-block;vertical-align: top;padding: 0 0.5rem;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:'paper-r';color:#888888;font-size:1.6rem;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:4rem 5rem 13rem; font-size: 1.6rem;color:#666;line-height: 2.4rem; border-bottom:1px solid #C3C3C3;}
.view .txt p{font-size: 1.6rem;color:#666;line-height: 2.4rem;font-family: 'paper-r';}
.view .rules{padding:4.5rem 6rem;border:1px solid #dcdcdc;background: #f5f5f5;margin-top:11rem;box-sizing: border-box;}
.view .rules .imgWrap{display: inline-block;}
.view .rules > p{padding-left:5rem;width: calc(100% - 21rem);display: inline-block;vertical-align: top;font-style: italic;font-family: 'paper-r';line-height: 1.55;box-sizing: border-box;}
.view .rules > p strong{font-style: normal;color:#ed1c24;font-weight: normal;font-family: 'paper-r';}

.view .txt table thead th,
.view .txt table thead td,
.view .txt table tbody tr:first-child th,
.view .txt table tbody tr:first-child td{text-align: center !important;}
.view .txt table tbody th,
.view .txt table tbody td{text-align: left !important;}

.board-view .btns{padding:5rem 0rem;text-align: right;position:relative; text-align: center;}
.board-view .view-prev{background:url('../images/view-prev.png') no-repeat left center;font-size: 1.8rem;color: #666;display: inline-block;padding: 1rem 1rem 1rem 4.5rem;font-family: 'paper-r';float: left;}
.board-view .view-next{background:url('../images/view-next.png') no-repeat right center;font-size: 1.8rem;color: #666;display: inline-block;padding: 1rem 4.5rem 1rem 1rem;font-family: 'paper-r';float: right;}
.board-view .aditIem dl{display:flex;border-bottom:1px solid #dcdcdc;}
.board-view .aditIem dl dt{width:24rem;background:#f5f5f5;color:#000;text-align:center;padding:1rem; font-family: "paper-r";}
.board-view .aditIem dl dd{padding:1rem;width: calc(100% - 24rem); font-family: "paper-r";}

.attachment{background: white; padding:2rem 5rem; border-bottom: 1px solid #e2e2e2;}
.attachment ul{position: relative;}
.attachment ul li{position: relative;line-height: 1.25; padding-left:3.7rem; margin-bottom:1rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.attachment ul li:last-child {margin-bottom: 0;}
.attachment ul li::before {content:''; width:2.3rem; height:2.5rem; background:url('../images/view-file.png') no-repeat center; position: absolute; left:0; top:-0.3rem;}
.attachment ul li > a{display: inline-block;font-family: 'paper-r';font-size: 1.4rem;color: #333333; position: relative;}
.attachment ul li > a:hover {text-decoration: underline;}
.attachment ul li > a img{vertical-align: middle;}
.attachment ul li > a.preview{color:#4b4b4b;font-family: 'paper-r';font-size:1.5rem;background: #fff url('../images/preview.png') no-repeat 15px center;padding:0.6rem 1.8rem 0.6rem 4.2rem;border: 1px solid #b2b2b2;border-radius:0.5rem;margin-left:2rem;vertical-align: middle;}

@media screen and (max-width:1200px){
.view .title .detail{padding-right:10rem;}
.view .title .detail li{margin-bottom:0.3rem;}
}

@media screen and (max-width:768px){
.view .title{padding:25px 15px 20px;}
.view .title strong{font-family: 'paper-r';font-size:1.8rem;margin-bottom: 15px;line-height: 1.4;}
.view .title .detail{font-size:0;padding-right: 0;}
.view .title .detail li{font-size:1.3rem;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 .txt-boxer{overflow: auto;}
.view .txt{padding:35px 15px 50px; overflow: auto;}
.view .txt p{font-size:1.4rem;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: 25px 10px;}
.attachment ul{padding-left:0;background: none;}
.attachment ul li{flex-direction: column; align-items: start;}
.attachment ul li .view-button-box{margin-top: 5px; width: 100%;}
.attachment ul li + li{margin-top:5px;}
.attachment ul li::after{top: 0;}
.attachment ul li a{font-size:1.4rem;color:#666;line-height: 1.6;}
.attachment ul li a.preview{font-size:1.4rem;margin-top:5px;background-size: 14px;padding: 3px 10px 3px 30px;background-position: 10px center;margin-left: 12px;}
.board-view .view-prev{font-size:1.4rem;padding: 3px 3px 3px 15px;background-size:8px;margin-top:5px;text-indent:-9999px;}
.board-view .view-next{font-size:1.4rem;padding: 3px 15px 3px 3px;background-size:8px;margin-top:5px;text-indent:-9999px;}

.view .title .right_fnct{position:initial;margin-top:20px; display: none;}
.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:1.3rem;}
.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:0.5rem; font-family: 'paper-r'; font-size: 1.5rem; 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:0.5rem; font-family: 'paper-r'; font-size: 1.5rem; 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: 1.7rem; 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: 'paper-r';font-size:1.7rem;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: -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: 'paper-r';font-size:1.5rem;}
.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: 1.6rem;color:#666;font-family: 'paper-r';}
.artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 450px);}
#EDITOR_AREA_CONTAINER{width: 100%;}

.public-type{min-width:initial;}
.pass-form{display:inline-block;vertical-align:middle;margin-left: 20px;font-size:1.7rem;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:0.5rem; font-family: 'paper-r'; font-size: 1.5rem; color: #333;}

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

/** 2025.11.03 대용량파일 css 추가 */
.artclInsert input[type="button"].orderBtn {font-family: 'paper-r'; font-size: 1.6rem; color: #666; border: 1px solid #ccc; border-radius:0.5rem; background-repeat: no-repeat; background-position: 16px center; background-color: #fff; padding: 8px 15px 8px 40px; margin-right: 5px;}
.artclInsert input[type="button"].orderBtn.top {background-image: url('../images/order_btn01.png');}
.artclInsert input[type="button"].orderBtn.up {background-image: url('../images/order_btn02.png');}
.artclInsert input[type="button"].orderBtn.down {background-image: url('../images/order_btn03.png');}
.artclInsert input[type="button"].orderBtn.bottom {background-image: url('../images/order_btn04.png'); margin-right: 0;}

@media screen and (max-width:1200px){
    .artclLabel{width: 100%; border-right: 0; font-size: 1.6rem;}
    .artclForm{flex-direction: column;}
    .artclForm.attch .artclLabel{height: auto;}
    .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: 1.5rem;}
/** 2025.11.03 대용량파일 css 추가 */
.artclInsert input[type="button"].orderBtnWrap {display:block;}
.artclInsert input[type="button"].orderBtn {font-family: 'paper-r'; font-size: 1.6rem; color: #666; border: 1px solid #ccc; border-radius:0.5rem; background-repeat: no-repeat; background-position: center; background-color: #fff; padding: 8px 15px 8px 40px; margin-right: 5px;}
.artclInsert input[type="button"].orderBtn.top {background-image: url('../images/order_btn01.png'); text-indent: -9999px; overflow: hidden;}
.artclInsert input[type="button"].orderBtn.up {background-image: url('../images/order_btn02.png'); text-indent: -9999px; overflow: hidden;}
.artclInsert input[type="button"].orderBtn.down {background-image: url('../images/order_btn03.png'); text-indent: -9999px; overflow: hidden;}
.artclInsert input[type="button"].orderBtn.bottom {background-image: url('../images/order_btn04.png'); margin-right: 0; text-indent: -9999px; overflow: hidden;}

.artclInsert select{min-width:110px;height: 45px;line-height: 45px;font-size: 1.5rem;}
.artclForm.half{width:100%;}
._radio li input[type="radio"]{height: 45px;margin-right: 5px;}
._radio li label{height: 45px;line-height: 45px;font-size: 1.4rem;}
.artclInsert input[type="text"].date{width: 180px;padding-left: 24px;background-position: 5px center, 92% center;font-size: 1.2rem;}
.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: 1.2rem;}
.artclForm.total textarea{font-size: 1.5rem;}
.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: 1.4rem;}
.public-type{width:100%;}
.artclForm .switch > ul > li + li{margin-left:5px;}
.pass-form label{font-size: 1.6rem;}
.pass-form input[type="password"]{height:45px;width:180px;}
}


/***** btn *****/
.board-list .btns{text-align:right;margin-top:-10.7rem;}
.btns {font-size:0;}
.btns a,
.btns button,
.btns input{cursor:pointer;}
.board-list .btns .floatL{float:left;}
.board-list .btns .floatR{float:right;}
.btn01,.btn02,.btn03,.btn04,.btn05,.btn06{min-width:13rem;height:5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:0.5rem;border:0;font-family:'paper-r';font-size:1.7rem;}
.btn01{ color:#FFF;background:#1174ff;}/*글쓰기*/
.btn01:hover{background-color:#0d4b95;}
.btn02{color:#333;background:#FFF;border:1px solid #333;}/*삭제*/
.btn02:hover{background-color:#000; color: white;}
.btn03{color:#FFF;background:#00b5ad;}/*목록*/
.btn03:hover{background-color:#006274;}
.btn04{color:#FFF;background:#00429e;}/*답글*/
.btn04:hover{background-color:#00275d;}
.btn05{color:#FFF;background:#ff8400;}/*수정*/
.btn05:hover{background-color:#934c00;}
.btn06{color:#FFF;background:#9f9f9f;}/*이전*/
.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:0.8rem 2.2rem;font-size: 1.5rem; min-width:10rem; height:4rem;}
	.board-list .btns{margin-top:4rem;text-align: center;}
	.board-view .btns{padding: 3rem 0;}
}


/****** reply ******/
.view-comment{border:1px solid #ccc;padding:5rem;border-top:2px solid #575050;margin-bottom:5rem;}
.comment-text {}
.comment-text textarea{height:6.5rem;border:1px solid #ccc;width: 100%;border-radius: 0.5rem; font-family: 'paper-r'; padding:1rem 2rem; font-size: 1.6rem;}
.comment-text textarea::placeholder {color:#999;}

.comment .small-btn-box{text-align:right;}
.comment .small-btn-box span {font-family: 'paper-r'; font-size: 1.6rem; color:#333; margin-right:2rem;}
.comment .small-btn-box input{color: #fff;font-size: 1.7rem;font-family: 'paper-r';padding:0.7rem 2.1rem;border-radius:0.3rem;letter-spacing: -1px;cursor:pointer; color:#121212;}
.comment .small-btn-box input.color1{background:#00429e; font-size: 1.4rem; height:4rem;border-radius:0.5rem;display: inline-block; vertical-align: top; color:#fff;}
.comment .small-btn-box .cmt-pw {border:1px solid #ccc; border-radius:0.5rem;}

.view-comment-write{margin-bottom:2.5rem;}
.view-comment-write .name{display:block;margin-bottom: 0.8rem;}
.view-comment-write .name label{text-align: left;width: 6.1rem;display: inline-block;padding-left:0.3rem;}
.view-comment-write .name input[type="text"]{border:1px solid #ccc;border-radius:0.2rem;height:3.8rem;line-height:3.8rem;font-size: 1.6rem;padding-left:2rem;color:#666;}

.view-comment-list{margin-top:0;}
.view-comment-list > li{background:#f2f2f2;padding:1.9rem 1.5rem 1.1rem 1.5rem;position:relative; border-radius:0.3rem;}
.view-comment-list.no-comment > li{padding:1.9rem; text-align: center; font-size: 1.6rem;}
.view-comment-list > li + li{margin-top:2rem;}
.view-comment-list > li > strong{padding-left:4rem;position: relative; color:#083CA6; font-family: 'paper-r'; font-size: 1.4rem; display: block; border-bottom:1px solid rgba(204,204,204,.5); padding-bottom:1.5rem;margin-bottom:1rem;}
.view-comment-list > li > strong::before {content:''; width:2.5rem;height:2.5rem; 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:1.5rem;margin-left:1.5rem;display:inline-block;vertical-align:top;position:relative;font-size: 1.4rem;color:#777;}
.view-comment-list > li > strong > span:before{content:'';width:0.1rem;height:1.1rem;background:#c8c8c8;position:absolute;left:0rem;top:0.8rem;}
.view-comment-list > li p.comment{padding-left: 3.5rem;font-size: 1.4rem;color:#333333; display: inline-block;}
.view-comment-list > li .comment-delWrap {display: inline-block; vertical-align: middle; margin-left: 1rem; margin-top: 0.4rem;}
.view-comment-list > li .comment-delWrap input {width:1.5rem; height:1.5rem; background:url('../images/del.png') no-repeat center; text-indent: -9999px;}
.view-comment-list > li p.comment .cmnt_target{font-size: 1.5rem;color: #a5560f;padding-right:0.5rem;background: url(./../images/icon_re.gif) left 0.5rem no-repeat;padding-left: 2.5rem;display: block;margin-bottom: 1rem; margin-top: 1rem; font-family: 'paper-r';}
.comment-del{background:url(./../images/reply-del.png) no-repeat center;width:1.5rem;height:1.5rem;text-indent:-9999px;display:inline-block;margin-left:0.3rem;}

.view-comment-list .repBtn{display: flex;width:5.2rem;position: absolute;right:1.5rem;top:1.2rem;}
.view-comment-list .tiny-btn {display: inline-block; cursor: pointer; font-size: 1.4rem; height:2.5rem; line-height:2rem;border-radius:5rem;text-align: center;padding:0 1.2rem; margin: 0; font-family: "paper-r";}
.view-comment-list .tiny-btn.color1 {background: #00b5ad; border: 1px solid #00b5ad; 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:1.2rem 1.7rem;border-radius:1rem;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:2rem;border:0;font-size: 1.5rem;font-family: 'paper-r';}
.view-comment-reply-write .comment .small-btn-box input{background:none;color:#999;font-size: 1.5rem;padding:0 1rem;font-family: 'paper-r';}
.view-comment-reply-write .name label{display:none;}
.view-comment-reply-write .name input[type="text"]{font-size: 1.6rem;background:none;border:0;font-family: 'paper-r';}

.view-answer{border-top:2px solid #262626;margin-top:2.5rem;position:relative;margin-bottom:5rem;}
.view-answer .ans-con {border:1px solid #d9e0e3;}
.view-answer .answer-header {display: flex; align-items: center; padding:1rem 4rem;}
.view-answer .answer-title{flex:1; position: relative; top:0.3rem;}
.view-answer .answer-title > h3{font-family:'paper-m';color:#121212;font-size: 2rem; line-height: 1.5; margin-bottom: -1px;}
.view-answer .answer-title .answer-info span{font-size: 1.4rem;color:#777;padding-right:1rem;margin-right:1rem;position:relative; font-family: "paper-r";}
.view-answer .answer-title .answer-info span:after{content:'';width:0.1rem;height:1rem;background:#ccc;position:absolute;right:0.1rem;top:0.5rem;}
.view-answer .answer-title .answer-info span:nth-last-child(1):after{display:none;}
.view-answer .flag{width:5rem;height:5rem;border-radius:50%;background:#00b5ad; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem;}
.view-answer .flag span {display: inline-block; color:#fff; font-size: 1.6rem; letter-spacing: -.05em; font-family: 'paper-r';}
.view-answer .row {padding:1rem;text-align:right;}
.view-answer .row .title{display:none;}
.view-answer .row .insert{font-size: 1.5rem;}
.view-answer div.answer{ background:#f5f5f5;padding:3rem 4rem;font-size: 1.6rem;color:#333333;line-height:3rem; font-family: 'paper-r';}
.view-answer .small-btn-box{padding: 1rem 0;text-align:right;}
.view-answer .small-btn-box input{margin:0 0.3rem;}
@media screen and (max-width:1200px) {
	.view-answer .small-btn-box input {min-width:10rem; height:4rem;}
}
@media screen and (max-width:768px){
	.comment-text textarea {font-size: 1.5rem;}
	.comment .small-btn-box span {font-size: 1.6rem;}
	.view-comment{padding:3.5rem 2.5rem;}
	.view-answer .answer-header {padding:2.5rem 1.5rem;}
	.view-answer .answer-title > h3 {font-size: 1.6rem;}
	.view-answer:before{left:2.5rem;}
	.view-answer .small-btn-box input{padding:0.8rem 2.2rem;font-size: 1.5rem;}
	.view-comment-list > li p.comment {padding-left:1.5rem;font-size: 1.5rem;}
	.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:0.7rem 3% 0.7rem 29rem;overflow: hidden;height:7rem;border-bottom:1px solid #dcdcdc;font-size: 1.7rem;box-sizing: border-box;line-height: 1;}
.box-answer .insert input[type="text"]{height:5.5rem;line-height:5.5rem;box-sizing: border-box;border:1px solid #c3c3c3;width:100%;font-family: 'paper-r';color:#666;font-size: 1.7rem;padding-left:1.5rem;}
.box-answer .title{box-sizing: border-box;width:27rem;padding-top:2.5rem;background:#f8f8f8;position: absolute;left:0;top:0;text-align: center;height:7rem;font-family: 'paper-r';color:#333;font-size: 1.8rem;}
.box-answer .must{background:url('../images/must.png') no-repeat center;text-align:left;text-indent:-9999px;width:0.7rem;height:0.7rem;display: inline-block;vertical-align: top;margin-left:0.7rem;margin-top:0.5rem;}
.answer-write .board-button{padding:3rem 0;text-align: right;}
.answer-write .board-button input{cursor:pointer;}
.box-answer .row.cn,
.box-answer .row.thumImg{height:14.5rem;}
.box-answer .row.cn .title,
.box-answer .row.thumImg .title{height:14.5rem;}
.box-answer .row.thumImg select{height: 12.5rem;width: calc(100% - 42rem);}
@media screen and (max-width:1023px){
	.box-answer .title{width: 12rem;font-size: 1.5rem;padding-top:1.8rem;height: 5.6rem;}
	.box-answer .must{margin-top:0.3rem;}
	.box-answer .row{padding:0.5rem 2% 0.5rem 12.5rem;height: 5.6rem;}
	.box-answer .insert input[type="text"]{height: 4.5rem;font-size: 1.5rem;}
	.box-answer .row.thumImg select{width:100%;}
	.box-answer .row.thumImg,
	.box-answer .row.thumImg .title{height: 30rem;}
}
@media screen and (max-width:767px){
	.box-answer .row.thumImg,
	.box-answer .row.thumImg .title{height:30rem;}
}

/* .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: 1.4rem;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: 1.4rem;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;} */

.password_check_view{visibility: hidden; opacity: 0; display: none; transition: all .5s;}
.password_check_view.active{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); z-index: 100; visibility: visible; opacity: 1; display: table;}
.password_check_view .password_check_inner{display: table-cell; vertical-align: middle;}
.password_check_view .password_check_box{max-width: 70rem; margin: 0 auto; background-color: white;}
.password_check_view .password_check_header{display: flex; flex-wrap: wrap; justify-content: space-between; background-color: #0066b3; padding: 1rem 2rem;}
.password_check_view .password_check_header h1{font-size: 1.6rem; color: white; font-family: "paper-r";}
.password_check_view .password_check_header .password_check_close{width: 2.5rem; height: 2.5rem; text-indent: -9999px; background: url(../images/user_service_close.png) no-repeat center center / cover;}
.password_check_view .password_check_content {text-align: center; padding: 5rem 0;}
.password_check_view .password_check_content input[type="password"]{border: 1px solid #eaeaea; background-color: white; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: 1.6rem; font-family: "paper-r"; margin-right: 0.5rem; height:5rem;}
.password_check_view .password_check_content .confirm-button{border: 0; border: 1px solid #121212; padding: 0.4rem 1rem; font-size: 1.6rem; color: #121212; background-color: white; border-radius: 0.5rem; cursor: pointer; transition: all .5s;}
.password_check_view .password_check_content .confirm-button:hover{background-color: #121212; color: white;}
.stte-view{background:#fff;border:1px solid #ccc;border-radius:0.5rem;padding:1.5rem;position:absolute;right:-1rem;top:4rem;width:12rem;display:none;}
.stte-view ul li{display:block !important;}
.stte-view .btn05{font-size: 1.4rem;padding:0.8rem 1rem;width:100%;margin-top:0.5rem;}
.comment_sttemnt{background:#fff;border:1px solid #ccc;border-radius:0.5rem;padding:1.5rem;position:absolute;right:0;bottom:4rem;width:12rem;z-index:99;display:none;}
.comment_sttemnt .btn05{font-size: 1.4rem;padding:0.8rem 1rem;width:100%;margin-top:0.5rem;}
.before_nect_use {border-bottom:1px solid #C3C3C3;}
.before_nect_use .bbs-anchor {font-size: 1.7rem; display: flex; justify-content: space-between; padding:3rem 0;}
.before_nect_use .bbs-anchor li span {color: #121212;display: inline-block;font-family: 'paper-m';font-size: 1.8rem; position: relative; margin-bottom: 4px; display: block;}
.before_nect_use .bbs-anchor li a:hover span {color:#1174ff;}
.before_nect_use .bbs-anchor li span i {width:1.8rem; height:1.6rem; display: inline-block; position: absolute;}
.bbs-anchor li{font-family: 'paper-r'; width:33%;}
.bbs-anchor .prev-list{padding-left:3.2rem;}
.bbs-anchor .prev-list span i {background:url('../images/prev-arrow.png') no-repeat center; left:-32px; top:11px;}
.bbs-anchor .prev-list:hover span i {background:url('../images/prev-arrow-on.png') no-repeat center;}
.bbs-anchor .next-list {padding-right:3.2rem;}
.bbs-anchor .next-list span i {background:url('../images/next-arrow.png') no-repeat center; right:-32px; top:11px;}
.bbs-anchor .next-list:hover span i {background:url('../images/next-arrow-on.png') no-repeat center;}
.bbs-anchor a {display: block;text-align: left;text-overflow: ellipsis;white-space: nowrap;font-family: 'paper-r'; color:#AAAAAA !important; font-size: 1.6rem;}
.bbs-anchor a p{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.bbs-anchor li a:hover,
.bbs-anchor li a:hover span {text-decoration: underline;}
.bbs-anchor .next-list {text-align:right;}
.bbs-anchor .next-list a {text-align:right;}
.bbs-anchor .no-data {color:#AAAAAA;}
@media screen and (max-width:767px) {
	.bbs-anchor li {width:48%;}
	.bbs-anchor a {font-size: 1.5rem;}
}


/* 연구원 목록 */
.res-list {position: relative; border-top:1px solid #e2e2e2;}
.res-list .inner {padding:5rem; }
.res-list ul {position: relative; display: flex; flex-wrap:wrap; gap:1.5rem;}
.res-list li {max-width:34rem; width:100%;}
.res-list .box {background: #F1F6FA; border-radius:0.5rem; padding:1.5rem 2rem 2.5rem 2rem;}
.res-list .box span {display: block; font-size: 1.6rem; font-family: 'paper-r'; color:#1265D3;}
.res-list .box strong {display: block; font-size: 1.7rem; color:#222; font-family: 'paper-m'; margin-top:2.2rem;}
.res-list .box .info {margin-top:1rem;}
.res-list .box p {font-size: 1.5rem; line-height:2.3rem; font-family: 'paper-r'; color:#555;}
@media screen and (max-width:1500px) {
	.res-list li {width:25%; max-width:unset;}
}
@media screen and (max-width:1024px) {
	.res-list ul{gap:1rem;}
	.res-list li {width:calc(50% - 0.5rem);}
}
@media screen and (max-width:768px) {
	.res-list .inner {padding:5rem 1.5rem;}
	.res-list .box span {font-size: 1.5rem;}
	.res-list .box strong {font-size: 1.6rem;}
	.res-list .box p {font-size: 1.4rem;}
}


/* 관련부서 */
.dept-list {position: relative; padding:3rem 5rem; border-top:1px solid #C6C6C6;}
.dept-list .dept-box {font-size:0; margin-bottom:2rem;}
.dept-list .dept-box span {border:1px solid #ccc; border-radius:0.5rem; padding:0.4rem 1.5rem; display: inline-block; font-size: 1.4rem; font-family: 'paper-r'; color:#333; margin-right:1rem;}
.dept-list .dept-box span.color1 {background:#F7F7F7;}
.dept-list .dept-box span.color2 {background:#fff;}
.dept-list label {font-size: 1.8rem; font-family: 'paper-r'; color: #333; flex-shrink: 0; margin-right: 15px;}
.dept-list .dept-input {border:1px solid #ccc; border-radius:0.5rem; max-width:40rem; width:100%; height:4rem; margin-right:0.5rem;}
.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:3rem; padding-right:3rem; position: relative;}
.dept-list .rel-dept::after {content: ''; width:0.1rem; height:1.5rem; background:#CCC; position:absolute;top:1.1rem; right:0;}
.dept-list .reload {width:6rem;height:4rem;background:url('../images/reload.png') no-repeat center; border:1px solid #999; border-radius:0.5rem; text-indent: -9999px; margin-left:1rem;}
.dept-list .noti {padding-left:1.5rem; position: relative; color:#E63B53; font-size: 1.6rem; font-family: 'paper-r'; margin-top:1.2rem;}
.dept-list .noti::after {content: ''; width:1.1rem; height:1rem; background:url('../images/noti.png') no-repeat center; position: absolute; left:0; top:0.8rem;}

.mini-btn01 {min-width:11rem; height:4rem; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 1.4rem; font-family: 'paper-r'; background: #003377; border-radius:0.5rem;}
.mini-btn02 {min-width:11rem; height:4rem; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 1.4rem; font-family: 'paper-r'; background: #1265D3; border-radius:0.5rem;}
@media screen and (max-width:1024px) {
	.dept-list .dept-sel {flex-wrap:wrap;}
	.dept-list label {font-size: 1.6rem;}
	.dept-list .dept-sel > div {flex:unset;}
	.dept-list .rel-dept {width:100%; padding-right:0; margin-right:0; margin-bottom: 1rem;}
	.dept-list .rel-dept::after {display: none;}
	.dept-list .manage-dept {width:calc(100% - 7rem); margin-bottom: 0; flex:1 !important}
	.dept-list .dept-input {max-width:unset;}
}
@media screen and (max-width:768px) {
	.dept-list {padding:3rem 1.5rem;}
	.dept-list .noti {font-size: 1.5rem;}
	.dept-list .noti::after {top:0.6rem;}
}
@media screen and (max-width:600px) {
	.dept-list .dept-sel > div {flex-wrap:wrap;}
	.dept-list label {width:100%;margin-bottom:0.5rem;}
	.dept-list .dept-input {width:auto; flex:1;}
	.dept-list .reload {align-self:end;}
}


/*upload*/
body .slick-header-column.ui-state-default{height: auto; font-size: 1.5rem;}
body .grid-canvas{font-size: 1.5rem;}

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


/*테이블일괄적용*/
.board-view table{ position:relative;}
.board-view table::before{content:'';position:absolute; bottom:0; left:0; width:100%; height:.1rem; background:transparent;}
.board-view table::after{content:'';position:absolute; top:0; left:0; width:100%; height:.2rem; background: #111;}
.board-view thead th{ padding: 1.6rem 1rem; background: #f5f7f9; color:#222; border-right:.1rem solid #dddee0; border-bottom:.1rem solid #555555;font-family:'paper-r';font-size:1.6rem;font-weight:100;line-height:1.5; text-align:center; }
.board-view tbody th{ padding:1.6rem 2rem; background: #f9f9f9; color:#3d3d3d; border-right:.1rem solid #dddee0; border-bottom:.1rem solid #dddee0;font-family:'paper-r';font-size:1.6rem;font-weight:100;line-height:1.5; text-align:center; }
.board-view tbody td{ padding: 1.6rem 2rem; background:#FFF; color:#555; border-right:.1rem solid #dddee0; border-bottom:.1rem solid #dddee0;font-family:'paper-r';font-size:1.6rem;line-height:1.5; text-align:center; }
.board-view tbody td.left{ padding-left: 2rem; text-align:left; }
/*
@media all and (max-width:860px) {
	.board-view table {width:100rem;}
	.board-view:after {content:''; position:absolute; right:0; top:0; width:100%; height:100%; background:url('../../images/guide/mobile-table-txt.png') no-repeat center center;}
}
*/
@media all and (max-width:860px) {
  .boardTableM{overflow-x:auto;}
}