@charset "utf-8";


/***** Table *****/
.boardWrap{margin-bottom: 7rem;}
.boardWrap table {border-top: 0.2rem solid var(--krds-secondary-60);width:100%;border-collapse: collapse;border-spacing: 0;table-layout: fixed;text-align: center;font-size:1.4rem;}
.boardWrap table caption{position:absolute;top:var(--krds-hidden);left:var(--krds-hidden);width:0.1rem;height:0.1rem;margin:-0.1rem;overflow:hidden;white-space:nowrap;border:0;clip:rect(0,0,0,0);padding:0;}
.boardWrap table th {background-color: var(--krds-gray-5);color:var(--krds-black-20);font-weight: var(--krds-fw-medium);border-bottom: 0.1rem solid var(--krds-gray-15);padding: 2rem 0.5rem;font-size: var(--krds-fz-md);}
.boardWrap table td {border-bottom: 0.1rem solid var(--krds-gray-15);padding: var(--krds-fz-md) 1rem;/* white-space: nowrap; */text-overflow: ellipsis;font-size: var(--krds-fz-md);position:relative;color: var(--krds-gray-65);}
.boardWrap table td.alignL{text-align:left;}
.boardWrap table td a{display: block;color: var(--krds-gray-65);transition: all ease .3s;line-height: 2.8rem;}
.boardWrap table td a strong{font-weight: var(--krds-fw-semimedium);max-width: calc(100% - 4rem);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;vertical-align: middle;}
.boardWrap table td a:hover{color:#273ca5;}
.boardWrap table td a img{vertical-align: middle;}
.boardWrap table td img{display:block;margin:0 auto;}
.boardWrap .boardTitle{color:#003d7e;font-size:1.6rem;font-weight:600;}
.boardWrap th,
.boardWrap td{border-right: var(--krds-gray-15);border-left: var(--krds-gray-15);}
.boardWrap .new{background: url('../images/new.png') no-repeat center;width:2rem;height: 1.9rem;display: inline-block;vertical-align: middle;margin: -0.2rem 0 0 1rem;text-indent: -999rem;}
.boardWrap .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: -999rem;}
.boardWrap .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: -999rem;}
.boardWrap .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: -999rem;}
.boardWrap .notice-title{font-size: 1.4rem;color:var(--krds-white);background:#273ca5;border-radius: 0.3rem;padding:0.2rem 0.7rem 0.35rem;}
.boardWrap .notice,
.boardWrap .notice a{color:#273ca5;}
.boardWrap .trash{color:#bbbbbb;}
.boardWrap .trash a{color:#bbbbbb;text-decoration: line-through;max-width:calc(100% - 11rem);display:inline-block;}
.boardWrap .trash a:hover{color:#bbb;}
.boardWrap .trashspan{font-size:1.2rem;background: #a0acb5;padding:0.2rem 0.5rem;border-radius: 0.3rem;color:var(--krds-white);display: inline-block;vertical-align: middle;margin-right: 1rem;margin-top: -1.2rem;}

.boardWrap table td.td-write{white-space:initial;line-height:1.25;overflow:hidden;}

.boardWrap table td input[type="button"]{padding: 0.5rem 1.2rem;background:#273ca5;border-radius: 0.5rem;color:var(--krds-white);border:0.1rem solid rgba(0,0,0,0);transition:all ease .5s;}
.boardWrap table td input[type="button"]:hover{border:0.1rem solid #273ca5;background:var(--krds-white);color:#273ca5;}
.boardWrap table td.td-etc{overflow:hidden;}

.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: -999rem;}
.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: -999rem;}
.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: -999rem;}


.boardWrap table .col-check{width:5rem;}
.boardWrap table .col-num{width: 9%;}
.boardWrap table .col-title{width:auto;}
.boardWrap table .col-writer{width:20%;}
.boardWrap table .col-date{width: 12%;}
.boardWrap table .col-comment{width:7%;}
.boardWrap table .col-counts{width: 8%;}
.boardWrap table .col-file{width: 10%;}
.boardWrap table .col-etc{width:10%;}

@media screen and (max-width:1280px){
.boardWrap table td{font-size:1.5rem;padding:1.5rem 0.5rem;line-height:1.2;}
}

@media screen and (max-width:1200px){
	.boardWrap table th{font-size:1.6rem;}
	.boardWrap table .col-file{width:12%;}
}

@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){
	.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:0.1rem solid #dddee0;overflow: hidden;padding-bottom: var(--krds-fz-md);padding-top: var(--krds-fz-md);}
	.boardWrap table td{border-bottom:0;float:left;padding: 0 0.7rem 0;position: relative;line-height: 2;}
	.boardWrap table td.td-write{line-height: 2;}
	.boardWrap table td + td + td + td:before{content:'';width:0.1rem;height: 1rem;background: var(--krds-gray-30);position: absolute;left:0;top: 0.9rem;}
	.boardWrap table .td-writer,
	.boardWrap table .td-write,
	.boardWrap table .td-date,
	.boardWrap table .td-counts,
	.boardWrap table .td-file,
	.boardWrap table .td-access,
	.boardWrap table .td-comment,
	.boardWrap table .td-etc{display: inline-block;vertical-align: top;font-size: 1.3rem;color:var(--krds-gray-60);}
	.boardWrap table .td-file img{width:1.5rem;display: inline-block;margin-top:0.7rem;}
}

.boardWrap table td.no-data:before{content:'!';width:2rem;height:2rem;position:absolute;margin-left:-3rem;margin-top: 0.7rem;background: #16408d;border-radius: 50%;font-size: 1.5rem;color: #fff;display: inline-flex;align-items: center;justify-content: center;}

/** 하단 공통 **/
input[type="button"],
input[type="submit"]{cursor:pointer;}
.board-list{padding-bottom:6rem;}

/**** Category *****/
.cate{width:100%;font-size:0;margin-bottom: 3rem;display: flex;}
.cate > div{display: inline-table;vertical-align: middle;position: relative;}
.cate > div > a{background: var(--krds-primary-70);display: table-cell;vertical-align: middle;color:var(--krds-white);font-size: var(--krds-fz-xl);height: 6rem;width:17.5rem;text-align:center;font-weight: var(--krds-fw-medium);border-radius: 1rem 0 0 1rem;}
.cate > div + div > a{padding-left: 1rem;padding-right: 3rem;}
.cate > ul{display: flex;vertical-align: top;width: calc(100% - 17.5rem);border: 0.1rem solid var(--krds-gray-35);border-radius: 0 1rem 1rem 0;border-left: 0;align-items: center;flex-wrap: wrap;}
.cate .categoryList{display:none;}
.cate > ul li{position: relative;min-width: 18.5rem;}
.cate > ul li:before{content:'';position: absolute;right: 0;top:50%;margin-top: -0.55rem;width: 0.7rem;height: 1.2rem;background:url('../images/cate-arrow.png') no-repeat;}
.cate > ul li:nth-last-child(1):before{display:none;}
.cate > ul li a{color: var(--krds-gray-65);font-size: var(--krds-fz-md);height: 6rem;display: flex;align-items: center;justify-content: center;}

/***** 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: 0.1rem;}
.tabmenu .all-list a{display:block;padding: 1.2rem 3.5rem;font-size:var(--krds-fz-md);background-color: var(--krds-gray-5);color: var(--krds-black-20);box-sizing:border-box;border: 0.1rem solid #cfcfcf;line-height: 1.2;}
.tabmenu .all-list._active a{background-color:var(--krds-white);border:0.1rem solid #273ca5;color:#273ca5;border-bottom:0.1rem solid var(--krds-white);position: relative;z-index: 1;}
.tabmenu ul{margin-bottom: 3rem;position: relative;display: inline-block;vertical-align: top;width: 100%;margin-left: 0.1rem;}
.tabmenu ul:after{content:'';background:#273ca5;position:absolute;left:0;bottom:0;width:100%;height: 0.1rem;}
.tabmenu ul li{float:left;display:inline-block;margin-right:0.1rem;margin-top: 0.1rem;box-sizing:border-box;}
.tabmenu ul li a{background-color: var(--krds-gray-5);color: var(--krds-black-20);box-sizing:border-box;border: 0.1rem solid #cfcfcf;padding:1.5rem 3.5rem;line-height: 1.2;display: block;font-size:var(--krds-fz-md);}
.tabmenu ul li a.on{border:0.1rem solid #273ca5; color:#273ca5; border-bottom:0.1rem solid var(--krds-white); position:relative; z-index: 1; background-color: var(--krds-white);}

/***** Search *****/
.srch_box{overflow:hidden;position: relative;margin-bottom: 2rem;}
.rss{background: url('../images/rss.png') no-repeat left 1.8rem;padding-left: 3.2rem;display: inline-block;padding-top: 1.2rem;margin-left: 2rem;margin-bottom:1.5rem;display: none;}
.rss a{color:var(--krds-gray-80);font-size: 1.5rem;}
.rss strong{font-weight:normal;color:var(--krds-secondary-43);}
.srch_box .srch_counts{display:inline-block;font-size: var(--krds-fz-md);color: var(--krds-gray-90);}
.srch_box .srch_counts strong{font-weight: var(--krds-fw-medium);color: var(--krds-secondary-43);}
.search{margin-bottom: 4rem;}
.search input[type="text"]{background: var(--krds-white) url(./../images/calendar.png) 1rem center no-repeat;box-sizing: border-box;padding: 0 0 0 1.5rem;height: 5.5rem;line-height: 5.5rem;font-size: var(--krds-fz-xl);display: inline-block;vertical-align: middle;border: 0.1rem solid var(--krds-gy-12);border-radius: 0.65rem;color: var(--krds-gray-60);font-family: 'Pretendard';}
.search input[type="text"]::placeholder{color:var(--krds-gray-60);}
.search ._selectBox{position: relative;min-width: 18rem;height: 5.5rem;line-height: 5.5rem;padding-left: 1.5rem;padding-right: 5rem;background: var(--krds-white) url('../images/sel_arr.png') no-repeat 90%;font-size: var(--krds-fz-xl);color: var(--krds-gray-60);border: 0.1rem solid var(--krds-gy-12);display: inline-block;vertical-align: middle;-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0.65rem;font-family: 'Pretendard';}
.search ._selectBox:before{content:'';width:0.1rem;height: 3.5rem;background: var(--krds-gray-35);position: absolute;right:2rem;top:0.5rem;}
.search ._selectBox::placeholder{color:var(--krds-gray-60);}
.search .board-serch input[type="text"]{width: 49rem;background:var(--krds-white) 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: 0.65rem;margin-right: 0;padding: 0 3.5rem;font-size: var(--krds-fz-xl);line-height: 5.5rem;background-color: var(--krds-primary-70);cursor: pointer;color: var(--krds-white);text-align: center;word-wrap: break-word;font-weight: var(--krds-fw-medium);font-family: 'Pretendard';}
.search ._button input[type="button"]{border: 0;border-radius: 0.65rem;margin-right: 0;padding: 0 3.5rem;font-size: var(--krds-fz-xl);line-height: 5.5rem;background-color: var(--krds-primary-70);cursor: pointer;color: var(--krds-white);text-align: center;word-wrap: break-word;font-weight: var(--krds-fw-medium);font-family: 'Pretendard';}
._fnctWrap .board-serch{}
._fnctWrap .search > fieldset{display:inline-block;vertical-align:middle;}
._fnctWrap .board-date{
	 position: relative;
}
._fnctWrap .board-date.on{
    height: 120px;
}
._fnctWrap .board-date input[type="text"]{width:17rem;padding-left:4rem;display:inline-block;backgrou\nd-image:url('../images/calendar.png'), url('../images/sel_arrow.png');background-repeat:no-repeat;background-position: 1.5rem center, 92% center;}
.ui-datepicker{z-index:9 !Important;}

.board-date{margin-bottom:4rem;}
.board-date .year > a.all{min-width:17.5rem;display:flex;background: var(--krds-primary-70);border: 0.1rem solid var(--krds-primary-70);vertical-align: middle;color: var(--krds-white);font-size: var(--krds-fz-xl);height: 6rem;text-align: center;font-weight: var(--krds-fw-medium);border-radius: 1rem 0 0 1rem;align-items: center;justify-content: center;}
.board-date > ul{display:flex;width:100%;align-items: center;justify-content: space-between;border: 0.1rem solid var(--krds-gray-35);border-radius: 1rem;}
.board-date > ul li.all a{min-width:17.5rem;display:flex;vertical-align: middle;font-size: var(--krds-fz-xl);height: 6rem;text-align: center;font-weight: var(--krds-fw-medium);border-radius: 1rem 0 0 1rem;align-items: center;justify-content: center;}
.board-date > ul li.all._active a{background: var(--krds-primary-70);border: 0.1rem solid var(--krds-primary-70);color: var(--krds-white);}
.board-date > ul li{width:100%;text-align:center;position:static;}
.board-date > ul li button{color: var(--krds-gray-70);font-size: var(--krds-fz-xl);height: 5.8rem;display: flex;align-items: center;justify-content: center;width:100%;border-right: 0.1rem solid var(--krds-gray-35);}
.board-date > ul li:nth-child(2) button{border-left:0.1rem solid #ccc;}
.board-date > ul li:nth-last-child(1) button{border-right: 0;}
.board-date > ul li._active button{background: var(--krds-primary-70);border: 0.1rem solid var(--krds-primary-70);vertical-align: middle;color: var(--krds-white);font-size: var(--krds-fz-xl);height: 6rem;text-align: center;font-weight: var(--krds-fw-medium);border-radius: 0;border-left: 0;width: calc(100% + 2px);}
.board-date > ul li:nth-last-child(1)._active button{border-radius:0 1rem 1rem 0;}

.board-date ul.month{display: none;width:100%;align-items: center;justify-content: center;border: 0.1rem solid var(--krds-gray-35);border-radius:1rem;margin-top:1rem;padding: 0 2rem;}
.board-date ._active ul.month{display:flex;position:absolute;left:0;z-index: 1;}
.board-date ul.month > li{width: 100%;text-align:center;position:relative;}
.board-date ul.month > li:after{content:'';width:0.1rem;height:1.2rem;background:var(--krds-gray-35);position:absolute;right:0;top: 50%;margin-top: -0.5rem;}
.board-date ul.month > li:nth-last-child(1):after{display:none;}
.board-date ul.month > li > a{padding: 1.9rem 0;line-height:1;display:block;font-weight:var(--krds-fw-regular);color:var(--krds-black-10);position:relative;}
.board-date ul.month > li > a._active{color:var(--krds-primary-70);font-weight: var(--krds-fw-medium);}
.board-date ul.month > li > a._active:before{content:'';width:100%;height:0.3rem;background:var(--krds-primary-70);position:absolute;left:0;bottom:0;}

@media screen and (max-width:1280px){
	.search .board-serch input[type="text"]{width:32rem;}
}

@media screen and (max-width:1000px){
}


@media screen and (max-width:767px){
	.cate{position: relative;margin-bottom: 1rem;}
	/**.cate:after{content:'';width:8rem;height: 6rem;background: url('../images/blur-effect.png') no-repeat center right;position: absolute;right:0;top:0;}**/
	.cate > ul{white-space: nowrap;overflow-x: auto;overflow-y: auto;flex-wrap: nowrap;width: calc(100% - 12.5rem);}
	.cate > div > a,
	.cate > ul li a{height: 4rem;font-size: 1.5rem;}
	.cate > div > a{padding:0 2rem 0 2rem;font-size: 1.5rem;height: 4rem;width: 12.5rem;}
	.cate > div.type1:before{right:0.5rem;}
	.cate > div + div > a{padding-left:1rem;padding-right:1.5rem;}
	.rss{background-size:1.3rem;padding-left: 2.2rem;background-position: left var(--krds-fz-md);margin-bottom: 0.5rem;}
	.rss span{font-size:1.3rem;}
	.board-date{position:relative;overflow:visible;}
	/**.board-date:after{content:'';width: 100%;height: 0.1rem;position:absolute;left: 0;bottom: 3rem;background:#273ca5;}**/
	/**.board-date .all-list:after{content:'';width:0.2rem;height:0.1rem;background:#273ca5;position:absolute;right: -0.2rem;bottom:0;}**/
	.board-date > ul li.all a{padding:1.2rem 2.2rem;font-size:1.5rem;border-bottom: 0.1rem solid #273ca5;min-width: 12.5rem;height: 4rem;}
	.board-date > ul{white-space: nowrap;display: inline-flex;overflow-x:auto;width: 100%;}
	.board-date > ul li a,
	.board-date > ul li button{padding:1.2rem 2.2rem;font-size:1.5rem;height: 4rem;}
	.board-date > ul:after{left:0;width:100%;display: none;}

	.search{width: 100%;display: block;}
	.search .board-date{margin-bottom: 0.5rem; 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:11rem; position:relative;}
	.search ._selectBox{display:block;width:100%;background-position: 94% center;}
	.search ._selectBox + ._selectBox{margin-top:0.5rem;}
	.search .board-serch input[type="text"]{display:block; width:100%; margin-top:0.5rem;}
	.search ._button{position:absolute; right:0; top:0; height:100%;}
	.search ._button input[type="submit"]{height:100%;}
}

/***** Paging *****/
._fnctWrap ._paging{text-align: center;padding-bottom: 5rem;}
._fnctWrap ._paging ._inner {overflow: hidden;position: relative;height: 4rem;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: -500rem;}
._fnctWrap ._paging ._inner a,._fnctWrap ._paging ._inner strong {width: 4rem;height: 4rem;line-height: 4rem;border-width: 0.1rem;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.3rem;}
._fnctWrap ._paging ._inner ul li a{display:inline-block;font-size: var(--krds-fz-md);width: 4rem;height: 4rem;line-height: 4rem;text-align: center;margin: 0 0.1rem;color: var(--krds-gray-75);border-width: 0;}
._fnctWrap ._paging ._inner .pg-arrow{border:0.1rem solid var(--krds-gray-35);width: 3.5rem;height: 3.5rem;}
._fnctWrap ._paging ._inner ._first{background: url(./../images/arrow_first.png) center no-repeat;}
._fnctWrap ._paging ._inner ._listPrev{background: url(./../images/arrow_prev.png) center no-repeat;}
._fnctWrap ._paging ._inner ._listNext{background: url(./../images/arrow_next.png) center no-repeat;}
._fnctWrap ._paging ._inner ._last{background: url(./../images/arrow_last.png) center no-repeat;}
._fnctWrap ._paging ._inner li strong{background-color: var(--krds-primary-80) !important;border-color: var(--krds-primary-80) !important;color: var(--krds-white);border-radius: 0.5rem;}
._fnctWrap ._paging ._inner ._pageState{display: none;padding: 0 1em}

@media screen and (min-width:1201){
._fnctWrap ._paging{padding-bottom:5rem;}
}

@media screen and (max-width:767){
._fnctWrap .paging a{width:2.8rem !important;height: 2.8rem !important;font-size:1.3rem;line-height: 2.5rem;}
}


/***** View *****/
.view.viewCont{border-top:0.2rem solid var(--krds-secondary-60); border-bottom:0.1rem solid var(--krds-secondary-60);}
.view .title{border-bottom:0.1rem solid var(--krds-gray-30);padding: 4rem 4rem 2rem;background: var(--krds-gray-5);position: relative;}
.view .title strong{color: var(--krds-gray-90);line-height: 3.6rem;font-size: 2.5rem;font-weight: 600;display: block;word-break:keep-all;margin-bottom:2.5rem;letter-spacing: -0.1rem;}
.view .title .detail li{display: inline-block;vertical-align: top;font-size: var(--krds-fz-md);color:var(--krds-black-10);display: inline-block;padding: 0 1.5rem;position: relative;}
.view .title .detail li span{font-size: var(--krds-fz-md);color: var(--krds-black-20);display: inline-block;margin-right:1rem;}
.view .title .detail li:nth-child(1){padding-left:0;}
.view .title .detail li + li:before{content:'';width:0.1rem;height: 1.5rem;background:var(--krds-gray-30);position: absolute;top: 1rem;left:0;}
.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:0.1rem;height: 1.5rem;background: var(--krds-gray-35);position: absolute;left:-0.2rem;top:var(--krds-fz-md);}
.view .title .util li a{text-indent:-999rem;}
.view .title .util .share a{background: url('../images/share.png') no-repeat center;width: 5rem;height: 5rem;display: block;}
.view .title .util .print a{background: url('../images/print.png') no-repeat center;width: 5rem;height: 5rem;display: block;}

.view .title .right_fnct{position: absolute;bottom: 2rem;right: 2.5rem;}
.view .title .right_fnct li{display:inline-block;vertical-align:top;margin-right:2.5rem;position:relative;}
.view .title .right_fnct li a{color:var(--krds-gray-60)888;font-size:1.6rem;display: block;}
.view .title .right_fnct .like{width: 2rem;height: 1.8rem;background:url('../images/like.png') no-repeat center;display:inline-block;text-indent: -999rem;vertical-align: middle;margin-right: 0.5rem;}
.view .title .right_fnct .dislike{width:2rem;height:1.8rem;background:url('../images/dislike.png') no-repeat center;display:inline-block;text-indent: -999rem;vertical-align: middle;margin-right: 0.5rem;}
.view .title .right_fnct .reportIcon{width:1.3rem;height:2rem;text-indent:-999rem;background:url('../images/reportIcon.png') no-repeat center;display:inline-block;vertical-align:middle;}

.view .txt{padding: 5rem 4rem 3.5rem;font-size: var(--krds-fz-md);color: var(--krds-gray-65);font-weight: var(--krds-fw-semimedium);line-height: 3.4rem;}
.view .txt p{font-size: 1.6rem;color:var(--krds-black-10);line-height: 1.55;word-break: keep-all;}
.view .rules{padding: 4.5rem 6rem;border:0.1rem solid var(--krds-gray-15);background: #f5f5f5;margin-top:11rem;box-sizing: border-box;display: flex;gap: 3rem;align-items: center;}
.view .rules .imgWrap{display: inline-block;min-width: 16rem;}
.view .rules > p{padding-left:5rem;display: inline-block;vertical-align: top;font-style: italic;line-height: 1.55;box-sizing: border-box;}
.view .rules > p strong{font-style: normal;color:#ed1c24;font-weight: normal;}
.view .rules a{}
.view .rules a:after{display:none;}

.board-view .btns{padding:5.5rem 5rem;text-align: center;position:relative;}
.board-view .view-prev{background:url('../images/view-prev.png') no-repeat left center;font-size: var(--krds-fz-xl);color:var(--krds-black-10);display: inline-block;padding: 1rem 1rem 1rem 4.5rem;float: left;}
.board-view .view-next{background:url('../images/view-next.png') no-repeat right center;font-size: var(--krds-fz-xl);color:var(--krds-black-10);display: inline-block;padding: 1rem 4.5rem 1rem 1rem;float: right;}
.board-view .aditIem dl{display:flex;border-bottom:0.1rem solid var(--krds-gray-15);}
.board-view .aditIem dl dt{width:24rem;background:#f5f5f5;color:#000;text-align:center;padding:1rem;}
.board-view .aditIem dl dd{padding:1rem;width: calc(100% - 24rem);}

.attachment{border-top: 0.1rem solid  var(--krds-gray-30);padding: 3rem 4.5rem;}
.attachment ul{background: url('../images/attach.png') no-repeat left 0.7rem;padding-left:6rem;min-height:6rem;}
.attachment ul li{position: relative;line-height: 1.25;font-size: var(--krds-fz-md);color:var(--krds-black-10);padding: 1.4rem 27rem 1.4rem 1.4rem;}
.attachment ul li + li{margin-top: 0.5rem;}
.attachment ul li > div{position:absolute;right:0;top:1rem;}
.attachment ul li a{display: inline-block;font-size: 1.5rem;color:var(--krds-gray-70);padding:1rem 5.5rem 1rem 1.2rem;border:0.1rem solid var(--krds-gray-30);border-radius:0.5rem;line-height: 1;}
.attachment ul li a.attch-down{background:url('../images/attach-down.png') no-repeat 85% center;background-size:1.2rem;}
.attachment ul li a.attch-preview{background:url('../images/attach-preview.png') no-repeat 85% center;background-size:1.2rem;}
.attachment ul li a img{vertical-align: middle;}
.attachment ul li a.preview{color:var(--krds-gray-70);font-size:1.5rem;background: var(--krds-white) url('../images/preview.png') no-repeat 1.5rem center;padding: 0.6rem 1.8rem 0.6rem 4.2rem;border: 0.1rem solid var(--krds-gray-30);border-radius: 0.5rem;margin-left: 2rem;vertical-align: middle;}

@media screen and (max-width:1200){
.view .title .detail{padding-right:10rem;}
.view .title .detail li{margin-bottom: 0.3rem;}
}

@media screen and (max-width:767){
.view .title{padding:2.5rem 1.5rem 2rem;}
.view .title strong{font-size: var(--krds-fz-xl);margin-bottom: 1.5rem;line-height: 1.4;}
.view .title .detail{font-size:0;padding-right: 6rem;}
.view .title .detail li{font-size:1.3rem;color:var(--krds-gray-60);padding:0 0.8rem;}
.view .title .detail li + li:before{height: 0.8rem;top: 1rem;}
.view .title .detail li span{display: none;}
.view .title .util{right:0;bottom:2rem;font-size: 0;}
.view .title .util li{padding:0 1rem;}
.view .title .util li a{width:2rem !important;height: 2rem !important;background-size:contain !important;}
.view .title .util li + li:before{top:0.6rem;height: 0.8rem;}
.view .txt{padding:3.5rem 1.5rem 5rem;}
.view .txt p{font-size:1.4rem;color:var(--krds-black-10);}
.view .rules{margin-top:4rem;padding:2.5rem;}
.view .rules > p{width:100%;padding:0;}
.view .rules .imgWrap{display: block;text-align: center;margin-bottom:1.5rem;}
.attachment{padding-top:2.5rem;}
.attachment ul{padding-left:0;background: none;}
.attachment ul li{padding-left:2.5rem;background: url('../images/attachment.png') no-repeat left 1.8rem;background-size:1.3rem;}
.attachment ul li + li{margin-top:0.5rem;}
.attachment ul li a{font-size:1.4rem;color:var(--krds-black-10);line-height: 1.6;padding: 0.5rem 0;}
.attachment ul li a.preview{font-size:1.4rem;margin-top:0.5rem;background-size: 1.4rem;padding: 0.3rem 1rem 0.3rem 3rem;background-position: 1rem center;margin-left: 1.2rem;}
.board-view .view-prev{font-size:1.4rem;padding: 0.3rem 0.3rem 0.3rem 1.5rem;background-size:0.8rem;margin-top:0.5rem;text-indent:-999rem;}
.board-view .view-next{font-size:1.4rem;padding: 0.3rem 1.5rem 0.3rem 0.3rem;background-size:0.8rem;margin-top:0.5rem;text-indent:-999rem;}

.view .title .right_fnct{position:initial;margin-top:1rem;}
.view .title .right_fnct .like{width:var(--krds-fz-md);height:1.4rem;background-size:contain;}
.view .title .right_fnct .dislike{width:1.8rem;height:1.5rem;background-size:contain;}
.view .title .right_fnct li{margin-right:2rem;}
.view .title .right_fnct li a{font-size:1.3rem;}
.view .title .right_fnct .reportIcon{margin-top: -0.7rem;}

.board-view .aditIem dl{display:block;}
.board-view .aditIem dl dt{width:100%;}
.board-view .aditIem dl dd{width:100%;}
}

/****regist****/
.writeForm{border-top:0.2rem solid var(--krds-secondary-60);border-bottom:0.1rem solid var(--krds-secondary-60);font-size:0;}
.artclForm{position: relative;padding: 0.7rem 3% 0.7rem 29rem;overflow: hidden;/* height: 7rem; */border-bottom:0.1rem solid var(--krds-gray-15);font-size:var(--krds-fz-md);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:5.5rem;line-height: 5.5rem;box-sizing: border-box;border: 0.1rem solid var(--krds-gy-12);border-radius: 0.65rem;color:var(--krds-black-10);font-size: var(--krds-fz-xl);padding: 0 0 0 1.5rem;width:100%;}
.artclInsert input[type="text"]::placeholder{color:var(--krds-black-10);}

.artclInsert select{min-width:17rem;height:5.5rem;line-height: 5.5rem;padding-left:1.5rem;border:0.1rem solid var(--krds-gy-12);color:var(--krds-black-10);border-radius: 0.65rem;font-size:var(--krds-fz-md);padding-right:5rem;background: var(--krds-white) url('../images/sel_arr.png') no-repeat calc(100% - 1.5rem);-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.artclInsert input[type="text"].date{width:17rem;padding-left: 1.5rem;display:inline-block;background-image: url('../images/sel_arr.png');background-repeat:no-repeat;background-position: 92% center;}
.artclLabel{box-sizing: border-box;width:27rem;padding-top: 2.5rem;background:var(--krds-gray-5);position: absolute;left:0;top:0;text-align: center;height: 100%;color:var(--krds-black-20);font-size: var(--krds-fz-xl);}
.artclForm.total{padding: 2rem 2.5rem;height: auto;}
.artclForm.total textarea{width:100%;border: 0.1rem solid var(--krds-gy-12);color:var(--krds-gray-65);box-sizing: border-box;font-size:var(--krds-fz-md);min-height: 24rem;padding:2rem;-webkit-appearance:none;resize:none;border-radius: 0.65rem;font-family: 'Pretendard', sans-serif;}
.writeForm .must{background:url('../images/must.png') no-repeat center;text-align:left;text-indent:-999rem;width:0.7rem;height: 0.7rem;display: inline-block;vertical-align: top;margin-left:0.7rem;margin-top: 0.5rem;}

.artclForm .switch{display:inline-block;margin-top: 0.3rem;}
.artclForm .switch > ul > li{display:inline-block;vertical-align:top;}
.artclForm .switch > ul > li + li{margin-left: 1rem;}
.artclForm.attch{height:auto;}
.artclForm.attch .artclInsert {display:flex;align-items: flex-end;flex-wrap: wrap;gap: 2rem;}
.artclForm.attch .artclLabel{height: 100%;}
.artclForm.attch .multselBox{width: 100%;max-width:70rem;height: 19rem;border:0.1rem solid var(--krds-gy-12);color:var(--krds-black-10);font-size:var(--krds-fz-md);background: none;overflow: visible;}
.atchmnBtns{display: inline-block;vertical-align: bottom;box-sizing: border-box;}
.board-write .btns{text-align: center;padding:4rem 0;}
.board-write .btns input{margin:0 0.3rem;}
._radio{display: inline-flex;vertical-align:middle;position: relative;height: 5.5rem;line-height: 5.5rem;align-items: center;gap: 1rem;}
._radio li{display: inline-block;vertical-align: middle;position: relative;}
._radio li + li{margin-left: 2rem;}
._radio li input[type="radio"]{position:absolute !important;width: 0.1rem !important;height: 0.1rem !important;padding:0 !important;margin: -0.1rem !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important;}
._radio li input[type="radio"] + label{position:relative;display:inline-flex;gap:0.8rem;font-size:var(--krds-fz-md);align-items: center;height: 5.5rem;}
._radio li input[type="radio"] + label:before{content:'';width:2rem;height: 2rem;z-index:3;background-color: var(--krds-white);border:0.1rem solid var(--krds-gy-12);box-sizing: border-box;border-radius: 100rem;}
._radio li input[type="radio"] + label:after{display:flex;content:'';transition:0.4s cubic-bezier(0.4, 0, 0.23, 1);position: absolute;z-index: 4;width:1rem;height: 1rem;border-radius: 100rem;top: 2.75rem;left: 0.48rem;box-sizing: border-box;}
._radio li input[type="radio"]:checked + label:before{border-color:#256ef4;}
._radio li input[type="radio"]:checked + label:after{background-color: #256ef4;}

.artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 45rem);}

.public-type{min-width:initial;}
.pass-form{display:inline-block;vertical-align:middle;margin-left: 2rem;font-size:var(--krds-fz-md);position: relative;top: -0.3rem;}
.pass-form label{margin-right:1rem;display: inline-block;vertical-align: middle;}
.pass-form input[type="password"]{height: 5.5rem;line-height: 5.5rem;box-sizing: border-box;border:0.1rem solid #c3c3c3;color:var(--krds-black-10);font-size:var(--krds-fz-md);padding-left:1.5rem;display: inline-block;vertical-align: middle;width: auto;}

.atchmnBtns{padding-bottom: 0.5rem;}
.atchmnBtns p{font-size:1.6rem;color:var(--krds-black-10);padding:1.5rem 0;}
.atchmnBtns p strong{color:var(--krds-gray-80);font-weight: normal;}
.atchbtn input{color:var(--krds-white);font-size:1.5rem;border:0;padding: 1.2rem 1.5rem 1.2rem 4rem;border-radius: 0.65rem;}
.atchbtn.add input{background: var(--krds-gray-41) url('../images/attch_btn01.png') no-repeat 1.2rem center;}
.atchbtn.del input{background:var(--krds-gray-41) url('../images/attch_btn02.png') no-repeat 1.2rem center;}

.possible{padding: 1.5rem 0;line-height: 1.4;letter-spacing: 0.05rem;font-size: 1.5rem;color:var(--krds-black-10);font-weight: var(--krds-fw-medium);}
.possible strong{color:var(--krds-gray-80);font-weight: var(--krds-fw-medium);}

@media screen and (max-width:1200px){
.artclLabel{width: 15rem;}
.artclForm{padding:0.7rem 3% 0.7rem 17rem;}
.artclForm.attch .multselBox{/* width:100%; *//* height: 11rem; */}
.atchmnBtns{padding-left:0;margin-top:1.2rem;}
.atchmnBtns p{padding:1rem 0;}
}

@media screen and (max-width:1023px){
.atchmnBtns{width: 28rem;}
.artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 28.5rem);}
.artclForm.attch .multselBox{width:calc(100% - 28.5rem);}
.artclForm.twoline,
.artclForm.twoline .artclLabel{height:13rem;}
.artclForm.twoline .switch,
.artclForm.twoline .pass-form{display:block;margin-left:0;}
}

@media screen and (max-width:767px){
.artclLabel{width: 12rem;font-size:1.5rem;padding-top:1.8rem;height: 5.6rem;}
.writeForm .must{margin-top:0.5rem;}
.artclForm{padding: 0.5rem 2% 0.5rem 12.5rem;height: 5.6rem;}
.artclInsert input[type="text"]{height: 4.5rem;font-size:1.5rem;}
.artclInsert select{min-width:11rem;height: 4.5rem;line-height: 4.5rem;font-size:1.5rem;}
.artclForm.half{width:100%;}
.artclForm.total{padding: 2rem 1.5rem;}
._radio li input[type="radio"]{height: 4.5rem;margin-right: 0.5rem;}
._radio li label{height: 4.5rem;line-height: 4.5rem;font-size: 1.4rem;}
.artclInsert input[type="text"].date{width: 8.5rem;padding-left: 2.4rem;background-position: 0.5rem center, 92% center;background-size: 1.3rem;font-size: 1.2rem;}
.artclInsert{letter-spacing: -0.2rem;}
._radio li{height:auto;line-height:1;}
._radio li + li{margin-left:1.2rem;}
.atchmnBtns{margin-top: 0.2rem;width: 100%;}
.atchmnBtns p{display: none;}
.atchbtn{display: inline-block;margin-top: 0.3rem;width: auto;max-width: 100%;}
.atchbtn input{font-size:1.2rem;}
.artclForm.total textarea{font-size:1.5rem;}
.artclForm.thumImg{height:10rem;}
.artclForm.thumImg .artclLabel{height:10rem;}
.artclForm.thumImg .artclInsert input[type="text"]{width:100%;}
.artclForm.attch .multselBox{width:100%;height: 10rem;}
 .artclForm.attch{height: 27rem;}
 .artclForm.attch .artclLabel{height: 27rem;}
.possible{font-size:1.4rem;}
.public-type{width:100%;}
.artclForm .switch > ul > li + li{margin-left:0.5rem;}
.artclForm.twoline,
.artclForm.twoline .artclLabel{height:10rem;}
.pass-form label{font-size:1.6rem;}
.pass-form input[type="password"]{height:4.5rem;width:18rem;}
}

/***** btn *****/
.board-list .btns{text-align: right;/* margin-top: -10rem; */}
.btns a,
.btns button,
.btns input{cursor: pointer;}
.board-list .btns .floatL{float:left;}
.board-list .btns .floatR{float:right;}

.btns input,
.btn-control input,
.board-button input{height: 6rem;line-height: 6rem;position:relative;}

/* add */
.btn01{color:#fff;background: var(--krds-primary-80);padding: 0 4.5rem;border-radius: 0.65rem;border: 0.1rem solid var(--krds-primary-80);font-size: 1.8rem;font-weight: 500;transition:all ease .3s;}
.btn01:hover{background:#174cd3;border:0.1rem solid #174cd3;text-decoration:underline;}
/* del */
.btn02{color: var(--krds-secondary-100) !important;padding: 0 4.5rem;border-radius: 0.65rem;border: 0.1rem solid var(--krds-secondary-100);font-size:1.8rem;background: #fff;transition:all ease .3s;}
.btn02:hover{text-decoration:underline;}

/* list */
.btn03{color: var(--krds-secondary-40) !important;padding: 0 4.5rem;border-radius: 0.65rem;border: 0.1rem solid var(--krds-secondary-40);font-size:1.8rem;background: #fff;transition:all ease .3s;}
.btn03:hover{text-decoration:underline;}

/* edit */
.btn05{color:#fff;background: var(--krds-primary-80);padding: 0 4.5rem;border-radius: 0.65rem;border: 0.1rem solid var(--krds-primary-80);font-size: 1.8rem;font-weight: 500;transition:all ease .3s;}
.btn05:hover{background:#174cd3;border:0.1rem solid #174cd3;text-decoration:underline;}

.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;height: 4rem;line-height: 1;}
.board-list .btns{margin-top:4rem;text-align: center;}
.board-view .btns{padding: 5.5rem 0;}
}

/****** reply ******/
.view-comment{border:0.1rem solid #eaeaea;padding:5rem;border-top:0.2rem solid #273ca5;margin-bottom: 5rem;}
.comment-text {padding-left: 6.5rem;background: url(./../images/comment-icon.png) no-repeat 0 0.8rem;}
.comment-text textarea{height:9rem;border:0.1rem solid var(--krds-gray-35);width: 100%;border-radius: 0.2rem;}
.comment .small-btn-box{text-align:right;padding-top:0.5rem;}
.comment .small-btn-box input{background: var(--krds-gray-90)985;color: var(--krds-white);font-size: var(--krds-fz-md);padding: 0.8rem 1.5rem;border-radius: 0.3rem;letter-spacing: -0.1rem;cursor:pointer;}
.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:0.1rem solid var(--krds-gray-35);border-radius:0.2rem;height:3.8rem;line-height:3.8rem;font-size:1.6rem;padding-left: 2rem;color:var(--krds-black-10);}

.view-comment-list{margin-top:3rem;}
.view-comment-list > li{background:#f2f2f2;padding:2rem;position:relative;}
.view-comment-list > li + li{margin-top:0.5rem;}
.view-comment-list .cmntRe{padding-left:3.5rem;}
.view-comment-list > li > strong{padding-left: 3rem;color:#004098;display:block;font-size: var(--krds-fz-md);background: url(./../images/acct-icon.png) no-repeat 0.5rem 0.7rem;}
.view-comment-list > li > strong > span{padding-left:1.5rem;margin-left:1.5rem;display:inline-block;vertical-align:top;margin-top:0.2rem;position:relative;font-size:1.5rem;color:var(--krds-gray-60);}
.view-comment-list > li > strong > span:before{content:'';width:0.1rem;height:1rem;background:#c8c8c8;position:absolute;left:-0.2rem;top:1.1rem;}
.view-comment-list > li p.comment{padding-left: 2.7rem;font-size: 1.5rem;color:var(--krds-gray-65);}
.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;}
.comment-del{background:url(./../images/reply-del.png) no-repeat center;width:1.5rem;height:1.5rem;text-indent:-999rem;display:inline-block;margin-left:0.3rem;}

.view-comment-list .repBtn{display: flex;width: 18rem;position: absolute;right: 0;top: 1rem;}
.view-comment-list .tiny-btn {display: inline-block; cursor: pointer; font-size: 1.3rem; height: 2.5rem; line-height: 2rem; border-radius: 5rem; text-align: center; padding: 0 1.2rem; margin: 0 0.3rem; }
.view-comment-list .tiny-btn.color1 {background: #0c837f; border: 0.1rem solid #0c837f; color: var(--krds-white);}
.view-comment-list .tiny-btn.color2 {background: #ce2856; border: 0.1rem solid #ce2856; color: var(--krds-white);}
.view-comment-list .tiny-btn.color3 {background: #fb6f08; border: 0.1rem solid #fb6f08; color: var(--krds-white);}

.view-comment-reply-write{display:none;background:var(--krds-white);padding: 1.2rem var(--krds-fz-md);border-radius: 1rem;border: 0.2rem 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;}
.view-comment-reply-write .comment .small-btn-box input{background:none;color:var(--krds-black-0);font-size:1.5rem;padding:0 1rem;}
.view-comment-reply-write .name label{display:none;}
.view-comment-reply-write .name input[type="text"]{font-size: 1.6rem;background:none;border:0;}

.view-answer{border:0.1rem solid #eaeaea;padding: 2.5rem 5rem 2.5rem;border-top:0.2rem solid #273ca5;margin-top:2.5rem;position:relative;margin-bottom: 5rem;}
.view-answer:before{content:'';width:5rem;height:6.3rem;background:url('../images/ico-anwer.png') no-repeat center;position:absolute;left:5rem;top:0;}
.view-answer .answer-title{padding-left:8rem;margin-bottom: 2rem;}
.view-answer .answer-title > h3{color:var(--krds-gray-90);font-size: var(--krds-fz-xl);}
.view-answer .answer-title .answer-info span{font-size:var(--krds-fz-md);color:#777;padding-right:1rem;margin-right:1rem;position:relative;}
.view-answer .answer-title .answer-info span:after{content:'';width:0.1rem;height:1rem;background:var(--krds-gray-35);position:absolute;right:0.1rem;top:0.8rem;}
.view-answer .answer-title .answer-info span:nth-last-child(1):after{display:none;}

.view-answer .flag{width: 5rem;position: absolute;top: 0;}
.view-answer .flag svg{width: 5rem;height: 6.5rem;fill:#273ca5;}
.view-answer .flag span{position: absolute;display: block;text-align: center;color: var(--krds-white);padding: 1.5rem 0;width: 100%;font-size: 1.6rem;}

.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:#f2f2f2;padding:3.5rem 5rem;font-size:var(--krds-fz-md);color:var(--krds-black-10);line-height:1.6;}
.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:767){
	.view-comment{padding:3.5rem 2.5rem;}
	.view-answer{padding:1.5rem 2.5rem 2rem;}
	.view-answer .answer-title{padding-left:6.5rem;}
	.view-answer:before{left:2.5rem;}
	.view-answer .small-btn-box input{padding:0.8rem 2.2rem;font-size: 1.5rem;}
	.view-comment-list .repBtn{position:relative;}
}



/***answer-write****/
.box-answer{border-top:0.2rem solid var(--krds-secondary-60);border-bottom:0.1rem solid var(--krds-secondary-60);font-size:0;}
.box-answer .row{position: relative;padding:0.7rem 3% 0.7rem 20rem;overflow: hidden;height: 7rem;border-bottom:0.1rem solid var(--krds-gray-15);font-size:var(--krds-fz-md);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:0.1rem solid #c3c3c3;width:100%;color:var(--krds-black-10);font-size:var(--krds-fz-md);padding-left:1.5rem;}
.box-answer .title{box-sizing: border-box;width:27rem;padding-top: 2.5rem;background:var(--krds-gray-5);position: absolute;left:0;top:0;text-align: center;height: 7rem;color:var(--krds-black-20);font-size: var(--krds-fz-xl);}
.box-answer .must{background:url('../images/must.png') no-repeat center;text-align:left;text-indent:-999rem;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:1023){
.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:767){
	.box-answer .row.thumImg,
	.box-answer .row.thumImg .title{height:30rem;}
}

.password_check_view{display:none;border:0.1rem solid var(--krds-gray-35);width:22rem;border-radius:0.3rem;background:var(--krds-white);padding:1rem 1.5rem;position:absolute;top: calc(100% - 1rem);left:0;z-index:99;}
.password_check_view.type2{top:unset;bottom:12rem;left:50%;margin-left:-11rem;}
.password_check_view .btn05{font-size:1.4rem;padding:0.8rem 1rem;width:100%;margin-top:0.5rem;display:block;}
.password_check_view input[type="password"]{border:0.1rem solid #c3c3c3;height:3.8rem;line-height:3.8rem;width:100%;background:var(--krds-white);border-radius:0.3rem;margin-bottom:0.3rem;padding-left:1rem;}

.password_check_subview{display:none;margin-top:0.5rem;border:0.1rem solid var(--krds-gray-35);width:22rem;border-radius:0.3rem;background:var(--krds-white);padding:1rem 1.5rem;position:absolute;z-index:99;}
.password_check_subview .btn05{font-size:1.4rem;padding:0.8rem 1rem;width:100%;margin-top:0.5rem;display:block;}
.password_check_subview input[type="password"]{border:0.1rem solid #c3c3c3;height:3.8rem;line-height:3.8rem;width:100%;background:var(--krds-white);border-radius:0.3rem;margin-bottom:0.3rem;padding-left:1rem;}

.stte-view{background:var(--krds-white);border:0.1rem solid var(--krds-gray-35);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:var(--krds-white);border:0.1rem solid var(--krds-gray-35);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{position: relative;}
.before_nect_use .bbs-anchor {font-size: var(--krds-fz-md);position: absolute;width: 100%;}
.bbs-anchor li{position: absolute; top: 6.5rem;}
.bbs-anchor li a{z-index: 101;position: relative;}
.bbs-anchor li.bbs-prev a{background:url('../images/view-prev.png') no-repeat left center;padding-left: 5rem;}
.bbs-anchor li.bbs-next a{background:url('../images/view-next.png') no-repeat right center;padding-right: 5rem;}
.bbs-anchor li a span{}
.bbs-anchor li a i{display: none;}
.bbs-anchor li.bbs-prev{left: 0;}
.bbs-anchor li.bbs-next{right: 0;}
.before_nect_use .bbs-anchor li span i {margin-right: 2rem;}
.bbs-anchor a {display: block;}

/*upload*/
body .slick-header-column.ui-state-default{height: auto; font-size: 1.5rem;}
body .grid-canvas{font-size: 1.5rem;}

/*focus*/
/**input:focus{outline: 0.2rem solid #fff !important;outline-offset: 0 !important;box-shadow: 0 0 0 0.4rem #256ef4 !important;transition:outline 0s, box-shadow 0s !important;}
._radio input[type=radio]:focus ~ label{box-shadow: 0 0 0 0.2rem #256ef4 !important;outline-offset: 0.4rem;}**/

/**sub 기능 공통**/
._objWidget .search ._selectBox{max-width:18rem;}
._objWidget ._paging ._prev{background:url('/Web-home/_UI/images/common/arrow_prev.png') no-repeat center;}
._objWidget ._paging ._next{background:url('/Web-home/_UI/images/common/arrow_next.png') no-repeat center;}
._objWidget ._fnctWrap ._paging ._inner ._listPrev,
._objWidget ._fnctWrap ._paging ._inner ._listNext{display:none;}

@media all and (max-width: 767px) {
  ._objWidget .search ._selectBox{font-size: 1.6rem;height: 4rem;line-height: 4rem;padding-left: 1rem;display: inline-block;vertical-align: top;width: 100%;max-width: 100%;min-width: 100%;}
  ._objWidget .search ._selectBox + ._selectBox{margin-top:0;}
  ._objWidget .search .board-serch input[type="text"]{height:3.8rem;font-size:1.4rem;}
  ._objWidget .attachment{padding:1.5rem;}
  ._objWidget .attachment ul li{font-size:1.5rem;padding-right: 5rem;margin-top: 0;}
  ._objWidget .attachment ul li a{width:10rem;font-size:1.4rem;padding-left:1.25rem;}
  ._objWidget .attachment ul li > div{position:initial;display: flex;gap: 1rem;margin-top: 1rem;}
  ._objWidget .btns a, ._objWidget .btns button, ._objWidget .btns input{height:4rem;line-height:1;}
  ._objWidget #findOpnwrd{max-width: 49%;min-width: 49%;width: 49%;}
  ._objWidget #findOpnwrd + select{max-width: 49%;min-width: 49%;width: 49%;}
  ._objWidget #findApiType{max-width: 49%;min-width: 49%;width: 49%;}
  ._objWidget #findApiType + select{max-width: 49%;min-width: 49%;width: 49%;}

  ._objWidget ._paging ._prev,
  ._objWidget ._paging ._next{display:none;}
  ._objWidget ._fnctWrap ._paging ._inner ._pageState{display:inline-block;}
  ._objWidget ._curPage{font-size:1.8rem;margin-right:1rem;color:#273ca5;font-weight:500;}
  ._objWidget ._curPage:after{content:'/';margin-left:1rem;}
  ._objWidget ._totPage{font-size:1.8rem;}
  ._objWidget ._fnctWrap ._paging ._inner ._listPrev,
  ._objWidget ._fnctWrap ._paging ._inner ._listNext{display:block;}
  ._objWidget ._fnctWrap ._paging ._inner ul{display:none;}
}