@charset "UTF-8";

.flex{display: flex; flex-wrap: wrap; gap: 10px;}
.column{flex-direction:column;}
.center{align-items: center;}
.left{align-items: start !important;}
.space{justify-content: space-between;}
.gap{gap: 10px;}
.board-view2,
.board-write2,
.board-list2{background-color: white;}
.album-list2{margin-top: 100px;}

/* [공통] 카테고리 */
.cate{width:100%;background-color: #f1f4fc; border-radius: 10px; margin-bottom: 50px;}
.cate > ul{display: flex; flex-wrap: wrap; padding: 0 40px;}
.cate > ul > li{padding: 0 25px;}
.cate > ul a{color: #666666; font-size: 18px; font-family: pr; display: block; padding: 17px 0; position: relative; position: relative;}
.cate > ul > li.active a,
.cate > ul a:hover{color: #1d398d; font-family: pb;}
.cate > ul > li.active a::before{content:""; display: block; position: absolute; left: 50%; margin-left: -3px; top: 12px; width: 6px; height: 6px; border-radius: 50%; background-color: #1d398d;}
.cate > ul > li.active a::after{content:""; display: block; position: absolute; left: 0; bottom: 10px; width: 100%; height: 3px; background-color: #1d398d;}

/*
@media screen and (max-width: 1200px) {
	.cate > ul{padding: 1rem 2rem;}
	.cate > ul > li{padding: 0 2rem;}
	.cate > ul a{font-size: 1.6rem; padding: 1.3rem 0;}
	.cate > ul > li.active a::before{top: .8rem}
	.cate > ul > li.active a::after{bottom: .6rem;}
}
*/

/* [공통] 말머리 */
.tabmenu {display: flex; align-items: center; flex-wrap: wrap; border-radius: 10px; margin-bottom: 53px; padding: 17px 40px 17px 8px; background: #ffffff; border: 2px solid #e5eef1; display: none;}
.tabmenu .all-list {padding: 0 40px 0 32px;}
.tabmenu ul {display: flex; align-items: center; flex-wrap: wrap;}
.tabmenu li {padding: 0 40px 0 32px; position: relative;}
.tabmenu li::after{content:""; display: block; position: absolute; right: 0; top: 50%; margin-top: -5px; width: 1px; height: 10px; background-color: #cccccc;}
.tabmenu li:last-child::after{display: none;}
.tabmenu a {position: relative; font-family: pr; font-size: 16px; color: #666666 !important;}
.tabmenu a.on,
.tabmenu a:hover {color: #02a3da !important; font-family: pb;}

/*
@media screen and (max-width: 1500px) {
	.tabmenu .all-list {padding: 0 3rem 0 2.2rem;}
	.tabmenu li {padding: 0 3rem 0 2.2rem;}
}
*/

/* [공통] 검색 */
.srch_box .search {display: flex;}
.srch_box.column{flex-direction: column; align-items: start;}
.srch_box {display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.srch_box.end{justify-content: end;}
.srch_box .srch_left {display: flex; align-items: center;}
.srch_box .rss{margin-right: 15px;}
.srch_box .rss a {display: block; width: 30px; height: 30px; background: url('../images/btn-rss.png') no-repeat center; text-indent: -9999rem;}
.srch_box .srch_counts{display: flex; flex-wrap: wrap;}
.srch_box .srch_counts p{font-size: 17px; color: #444444; font-family: pm; margin-right: 42px;}
.srch_box .srch_counts p:last-child{margin-right: 0;}
.srch_box .board-serch .row {display: flex; align-items: center; border:1px solid #ccc; border-radius: 5px; overflow: hidden}
.srch_box .board-serch .typebox{position: relative;}
.srch_box .board-serch .typebox::before{content:""; display: block; position: absolute; right: 0; top: 50%; margin-top: -10px; width: 1px; height: 20px; background-color: #cccccc;}
.srch_box .board-serch ._selectBox{display: flex; height: 48px; padding-left: 15px; padding-right: 47px; background: url('../images/ic-search-arrow.png') no-repeat right 15px center; border:0; font-family: pm; font-size: 16px; color: #777777; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none;appearance: none; line-height: normal;}
.srch_box .board-serch ._selectBox.active{background: url('../images/ic-search-arrow-on.png') no-repeat right 15px center;}
.srch_box .board-serch label{font-size: 17px; color: #444444; font-family: pm; margin-right: 10px;}
.srch_box .board-serch input[type="number"],
.srch_box .board-serch input[type="text"] {display: flex; width: 282px; height: 48px; text-indent: 15px; font-family: pm; font-size: 16px; color: #777777; border: 0; line-height: normal;}
.srch_box .board-serch input[type="submit"],
.srch_box .board-serch #btnSearch,
.srch_box .board-serch ._submit{display: flex; width: 48px; height: 48px; background: url('../images/ic-search.png') no-repeat center; text-indent: -99999rem;}

/*
@media screen and (max-width: 768px) {
	.srch_box {flex-direction: column; align-items: flex-start;}
	.srch_box .srch_right {width: 100%; margin-top: 2rem;}
	.srch_box .board-serch ._selectBox {flex-shrink: 0; width: 10rem; padding-right: 0;}
	.srch_box .board-serch input[type="text"] {flex-grow: 1; width: auto;}
	.srch_box .board-serch .row ._button {flex-shrink: 0; width: 4.5rem;}
}
*/

/* [공통] 기간 검색 */
.board-date {margin-right: 20px;}
.board-date .line {display: inline-block; border:1px solid #ccc; display: flex; align-items: center;}
.board-date label {display: inline-flex; width: auto; height: 5px; margin: 0; padding: 0 48px 0 15px; border-right:1px solid #ccc; font-size: 16px; color:#777; align-items: center;}
.board-date input {width: auto; max-width: 140px; padding: 0 20px 0 15px; font-size: 16px; color:#777;}
.board-date .date-space {display: inline-block; font-size: 16px;}

/*
@media screen and (max-width:1200px) {
	.srch_box .srch_counts p{margin-right: 2rem;}
	.srch_box .search {flex-direction: column;}
	.board-date {margin-right: 0; margin-bottom: 1rem;}
	.srch_box .board-serch input[type="text"]{width: 20rem;}
}
@media screen and (max-width:768px) {
	.srch_box .srch_left{margin-bottom: 1rem;}
	.srch_box .srch_counts p{font-size: 1.4rem;}
    .srch_box .search{width: 100%;}
    .srch_box .board-serch input[type="text"]{width: calc(100% - 15rem);}
	.board-date label {width: 10rem; padding: 0 1.5rem;}
	.board-date input {width: 12rem;}
}
*/

/* [공통] 페이징 */
/*
._paging {margin-top: 5.1rem;}
._paging ._inner {display: flex; justify-content: center;}
._paging ._inner ul {display: flex; align-items: center; margin: 0 1rem;}
._paging ._inner ul li {margin: 0 .25rem;}
._paging ._inner ul a,
._paging ._inner ul strong {display: flex; justify-content: center; align-items: center; width: 5rem; height: 5rem; border-radius: .5rem; font-family: pr; font-size: 1.6rem;}
._paging ._inner ul a {color: #555555;}
._paging ._inner ul a:hover {background:#e2e2e2;}
._paging ._inner ul strong {background: #5b5b5b; color: #fff;}
._paging ._inner > a {display: flex; width: 4.5rem; height: 5rem; text-indent: -99999rem;}
._paging ._inner ._first{background: url('../images/btn-first.png') center no-repeat;}
._paging ._inner ._prev{background: url('../images/btn-prev10.png') center no-repeat;}
._paging ._inner ._listPrev{background: url('../images/btn-prev.png') center no-repeat;}
._paging ._inner ._listNext{background: url('../images/btn-next.png') center no-repeat;}
._paging ._inner ._next{background: url('../images/btn-next10.png') center no-repeat;}
._paging ._inner ._last{background: url('../images/btn-last.png') center no-repeat;}
._paging ._pageState {display: none;}
*/

/* [공통] 페이징 */
._paging {margin-top: 51px;}
._paging ._inner {display: flex; justify-content: center;}
._paging ._inner ul {display: flex; align-items: center; margin: 0 10px;}
._paging ._inner ul li {margin: 0 2.5px;}
._paging ._inner ul a,
._paging ._inner ul strong {display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 5px; font-family: pr; font-size: 16px; border: 0;}
._paging ._inner ul a {color: #555555;}
._paging ._inner ul a:hover {background:#e2e2e2;}
._paging ._inner ul strong {background: #5b5b5b; color: #fff;}
._paging ._inner > a {display: flex; width: 30px; height: 35px; text-indent: -99999rem;}
._paging ._inner ._first{background: url('../images/btn-first.png') center no-repeat;}
._paging ._inner ._prev{background: url('../images/btn-prev10.png') center no-repeat;}
._paging ._inner ._listPrev{background: url('../images/btn-prev.png') center no-repeat;}
._paging ._inner ._listNext{background: url('../images/btn-next.png') center no-repeat;}
._paging ._inner ._next{background: url('../images/btn-next10.png') center no-repeat;}
._paging ._inner ._last{background: url('../images/btn-last.png') center no-repeat;}
._paging ._pageState {display: none;}

@media screen and (max-width:768px){
  ._paging ._pageState {display: flex; align-items: center; padding: 0 10px; line-height: 1.5;}
  ._paging ._pageState span {font-family: pm; font-size: 22px; color: #000;}
  ._paging ._pageState ._curPage {color: #00baff;}
  ._paging ._pageState ._totPage::before {content: '/'; margin: 0 10px;}
  ._paging ._inner ul {display: none;}
}
/* [공통] 페이징 */

/*
@media screen and (max-width:768px){
	._paging ._pageState {display: flex; align-items: center; padding: 0 1rem; line-height: 1.5;}
	._paging ._pageState span {font-family: pm; font-size: 2.2rem; color: #000;}
	._paging ._pageState ._curPage {color: #00baff;}
	._paging ._pageState ._totPage::before {content: '/'; margin: 0 1rem;}
	._paging ._inner ul {display: none;}
}
*/

/* [공통] 버튼 */
.btn-control .row {display: flex; justify-content: flex-end; margin: 0 -5px; margin-top: 50px;}
.btn01,
.btn02,
.btn03,
.btn04,
.btn05,
.btn06 {display: flex; justify-content: center; align-items: center; min-width: 130px; height: 50px; border-radius: 5px; margin: 0 5px; padding: 0 15px; font-family: pm; font-size: 16px; color: #fff !important; transition: .35s;}
.btn01 {background: #3b3d45;}
.btn01:hover {background: #535a78;}

.btn02 {background: #f7f7f7; border: 1px solid #333333; color: #333333 !important;}
.btn02:hover {background: #000000; color: #fff !important;}

.btn03 {background: #635878;}
.btn03:hover {background: #3a2a58;}

.btn04 {background: #4a7989;}
.btn04:hover {background: #007ba5;}

.btn05 {background: #4a6680;}
.btn05:hover {background: #003969;}

.btn06 {background: #9f9f9f;}
.btn06:hover {background: #616161;}

/* [공통] 뷰페이지 */
.view .title {position: relative; padding: 29px 50px 36px; background: #f2f2f2; border-top: 2px solid #000; border-bottom: 1px solid #e2e2e2;}
.view .title strong {font-family: pb; font-size: 24px; color: #000000;}
.view .detail-wrap {display: flex; justify-content: space-between; flex-wrap: wrap;}
.view .detail {display: flex; align-items: center; margin-top: 7px; font-family: pm; font-size: 16px; color: #666666;}
.view .detail li {position: relative; margin-right: 20px; padding-right: 20px; line-height: 1.5;}
.view .detail li::after {content: ''; position: absolute; right: 0; top: 4px; width: 1px; height: 15px; background: #a1a1a1;}
.view .detail li:last-child::after {display: none;}
.view .detail span {font-family: pb; color: #2a2a2a;}
.view .cl span:not(.view-category) {position: absolute; text-indent: -9999rem; opacity:0;}
.view .cl .view-category {display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; width: 100px; height: 35px; margin-bottom:0; padding:0 5px; background: transparent; border: 1px solid #00aae5; border-radius:5px; font-family: pm; font-size: 16px; color: #00aae5;}
.view .cl .view-category.color1{border: 1px solid #1d398d; color: #1d398d;}
.view .cl .view-category.color2{border: 1px solid #02a3da; color: #02a3da;}
.view .cl .view-category.color3{border: 1px solid #854dbf; color: #854dbf;}
.view .cl .view-category.color4{border: 1px solid #45b468; color: #45b468;}
.view .cl .view-category.color5{border: 1px solid #e6970d; color: #e6970d;}
.view .cl .view-category.color6{border: 1px solid #e85f9f; color: #e85f9f;}
.view .aditIem{margin-top: 10px; border-top: 2px solid #111111;}
.view .aditIem dl{display: flex; flex-wrap: wrap; border-bottom: 1px solid #eaeaea;}
.view .aditIem dt{text-align: center; background-color: #f2f2f2; font-size: 16px; color: #222; font-family: pb; width: 200px; padding: 5px 20px;}
.view .aditIem dd{text-align: left; font-size: 14px; color: #555555; font-family: pr; width: calc(100% - 200px); padding: 5px 20px;}

.view .right_fnct {position: absolute; right: 50px; bottom: 50%; margin-bottom: -20px;}
.view .right_fnct > ul {display: flex; align-items: center;}
.view .right_fnct > ul > li {position: relative; margin-right: 10px;}
.view .right_fnct > ul > li > a {display: flex; align-items: center; font-family: pm; font-size: 15px;}
.view .right_fnct .like,
.view .right_fnct .dislike,
.view .right_fnct .reportIcon {display: inline-flex; width: 20px; height: 20px; margin-right: 10px; text-indent: -99999rem;}
.view .right_fnct .like {background: url('../images/btn-like.png') no-repeat center;}
.view .right_fnct .dislike {background: url('../images/btn-dislike.png') no-repeat center;}
.view .right_fnct .reportIcon {background: url('../images/btn-reportIcon.png') no-repeat center;}
.view .right_fnct .stte-view {position: absolute; right: 0; top: calc(100% + 15px); display: none; padding: 10px; background: #fff; border-radius: 10px; box-shadow: 0 0 4px rgba(0,0,0,.3);}
.view .right_fnct .stte-view ul {display: flex;}
.view .right_fnct .stte-view li {display: flex; align-items: center; margin-right: 10px; font-family: pm; font-size: 14px;}
.view .right_fnct .stte-view ul input {top: 0; margin: 0; margin-right: 5px;}
.view .right_fnct .stte-view input[type="button"] {display: flex; width: 100%; margin: 0; margin-top: 10px; padding: 10px; background: #302a6c; border-radius: 5px; font-size: 16px; color: #fff;}
.view .txt {min-height: 305px; padding: 40px 5px 73px; border-bottom: 1px solid #e2e2e2; font-family: pm; font-size: 17px; color: #666666; overflow: auto;}
.view .txt p,
.view .txt span {font-family: pm; font-size: 18px; color: #666666;}
.view .attachment {padding: 20px 50px 13px; background: #f1f5fa; border-bottom: 1px solid #c3c3c3;}
.view .attachment li{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.view .attachment li > a,
.view .attachment .no-file {display: inline-block; padding: 5px 0 5px 35px; background: url('../images/ic-file.png') no-repeat left center / 22px; font-family: pr; font-size: 16px; color: #333333;}
.view .attachment a img{display: none;}
.view .attachment li > a{width: calc(100% - 300px);}
.view .attachment .btn-wrap{width: 250px; display: flex; flex-wrap: wrap; justify-content: end;}
.view .small-btn{background-color: white;}

.view .aditIem{margin-top: 10px; border-top: 2px solid #111111;}
.view .aditIem dl{display: flex; flex-wrap: wrap; border-bottom: 1px solid #eaeaea;}
.view .aditIem dt{text-align: center; background-color: #f2f2f2; font-size: 16px; color: #222; font-family: pb; width: 200px; padding: 5px 20px;}
.view .aditIem dd{text-align: left; font-size: 14px; color: #555555; font-family: pr; width: calc(100% - 200px); padding: 5px 20px;}

.view .top-slide-wrap {overflow: hidden; max-width:1150px; margin:0 auto;}
.view .top-slide-wrap .slider {text-align: center;}
.view .top-slide-wrap .slider img {width: 100%;position: absolute; top:0; left:0; height:100%; object-fit: contain;}
.view .top-slide-wrap .slider .cover {position: relative; display: block; overflow: hidden; padding-bottom:65.3%;}
.view .bottom-slide-wrap {position: relative; padding: 50px 30px 0 30px; overflow: hidden; width: calc(100% + 40px); left: -20px;}
.view .bottom-slide-wrap .slider {padding: 0 20px 55px 20px; overflow: hidden;}
.view .bottom-slide-wrap .slider .swiper-slide{border-radius: 10px; overflow: hidden;}
.view .bottom-slide-wrap .slider .cover {position: relative; display: flex; background: #000;}
.view .bottom-slide-wrap .slider img {width: 100%; opacity: .3; transition: opacity .35s; aspect-ratio:3 / 2; object-fit: cover; }
.view .bottom-slide-wrap .swiper-slide-active {box-shadow:0 10px 16px 0 rgba(0, 0, 0, .2);}
.view .bottom-slide-wrap .slider .cover:hover img,
.view .bottom-slide-wrap .swiper-slide-active img {opacity: 1;}
.view .bottom-slide-wrap .album-prev,
.view .bottom-slide-wrap .album-next {position: absolute; top: 50%; width: 20px; height: 35px; text-indent: -99999rem; transform: translate(0, -50%);}
.view .bottom-slide-wrap .album-prev {left: 0; background: url('../../bbs_common/images/btn-photo-prev.png') no-repeat center;}
.view .bottom-slide-wrap .album-next {right: 0; background: url('../../bbs_common/images/btn-photo-next.png') no-repeat center;}

.custom-table{margin-top: 37px;}
.custom-table h1{font-size: 17px; color: #464c53; font-family: pr;}
.custom-table h1 span{color: #246beb}
.custom-table .custom-table-inner{border-top: 2px solid #003675; margin-top: 15px;}
.custom-table .custom-table-inner tbody th{background-color: #eef2f7; font-size: 17px; line-height: 26px; font-family: pm; color: #212121; padding: 12px 20px; border-bottom: 1px solid #e3e3e3}
.custom-table .custom-table-inner tbody td{background-color: white; font-size: 17px; line-height: 26px; font-family: pr; color: #555555; text-align: left; padding: 12px 15px; border-bottom: 1px solid #e3e3e3}
.custom-table .btnWrap {margin-top: 20px; text-align: center;}
.custom-table .btnWrap input[type=button]{min-width: 110px; height: 48px; border-radius: 5px; margin: 0 5px; padding: 0 15px; font-family: psb; font-size: 17px; color: #fff; transition: .35s;}
.custom-table .btnWrap input[type=button]._btnC4a{background-color: #0069c2;}
.custom-table .btnWrap input[type=button]._btnC3a{background-color: #5B6781;}


/*

@media screen and (max-width: 1200px) {
	.view .title {padding: 3rem 3rem;}
	.view .title strong {font-size: 2.2rem;}
	.view .txt {padding: 3rem;}
	.view .attachment {padding: 2rem 3rem;}
	.view .detail {flex-wrap:wrap; align-items: start; width: 100%;}
	.view .detail > li {padding-right: 2rem; margin-right: 2rem;}
	.view .cl .view-category {font-size: 1.4rem;}
}

@media screen and (max-width: 768px) {
    .view .title.category-title{padding: 7rem 3rem 3rem;}
	.view .detail {font-size: 1.4rem; width: 100%;}
	.view .detail li {padding-right: 1rem; margin-right: 1rem;}
    .view .detail li::after {height: 1rem; top: .5rem;}
    .view .right_fnct{right: auto; left: 3rem; bottom: auto; top: 3rem;}
}

*/

.before_nect_use{line-height: 1.5;}
.before_nect_use .bbs-anchor {display: flex; align-items: center;}
.before_nect_use .bbs-anchor li {position: relative; width: 50%; margin:35px 0 25px 0; font-family: pm; font-size: 18px; color: #aaaaaa;}
.before_nect_use .bbs-anchor li:first-child {margin-left: 35px; }
.before_nect_use .bbs-anchor li:first-child::after {content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #cccccc;}
.before_nect_use .bbs-anchor li:last-child {padding-right: 35px; text-align: right;}
.before_nect_use .bbs-anchor li a {position: relative; color: #aaaaaa;}
.before_nect_use .bbs-anchor li a:hover span,
.before_nect_use .bbs-anchor li a:hover p {text-decoration: underline; text-underline-position : under;}
.before_nect_use .bbs-anchor li a:hover span {text-decoration-thickness: 2px;}
.before_nect_use .bbs-anchor .prev-ic,
.before_nect_use .bbs-anchor .next-ic{position: relative; display: block; margin-bottom: 11px; font-family: pm; font-size: 20px; color: #121212;}
.before_nect_use .bbs-anchor .prev-ic::after,
.before_nect_use .bbs-anchor .next-ic::after{content: ''; position: absolute; top: 3px; width: 24px; height: 24px;}
.before_nect_use .bbs-anchor li:first-child .prev-ic::after {left: -35px; background: url('../images/btn-doc-prev.png') no-repeat center;}
.before_nect_use .bbs-anchor li:last-child .next-ic::after {right: -35px; background: url('../images/btn-doc-next.png') no-repeat center;}
.before_nect_use .bbs-anchor li .artcl-text span{display:-webkit-inline-box; -webkit-line-clamp: 1; overflow:hidden; -webkit-box-orient:vertical; position: relative;}
.before_nect_use .bbs-anchor li.prev-list .artcl-text {margin-right:30px;display:-webkit-inline-box; -webkit-line-clamp: 1; overflow:hidden; -webkit-box-orient:vertical; position: relative;}
.before_nect_use .bbs-anchor li.prev-list .no-data{text-align: left; margin-right: 0;}
.before_nect_use .bbs-anchor li.next-list .artcl-text {margin-left:30px;display:-webkit-inline-box; -webkit-line-clamp: 1; overflow:hidden; -webkit-box-orient:vertical; position: relative;}
.before_nect_use .bbs-anchor li.next-list .no-data{text-align: right; width: auto; margin-left: 0;}
.before_nect_use .bbs-anchor li .lock {flex-shrink: 0; position: relative; display: inline-flex; width: 14px; height: 100%; background: url('../../bbs_common/images/ic-secret.png') no-repeat center; text-indent: -9999px; margin-bottom: 0;}
.before_nect_use .bbs-anchor li .lock span { margin:0; }
.before_nect_use .bbs-anchor li.prev-list .clsdr{flex-shrink: 0; position: relative; display: inline-flex; width: 14px; height: 17px; background: url('../../bbs_common/images/ic-secret.png') no-repeat center; text-indent: -9999px; margin-bottom: 0; margin-left: 0 !important; font-size: 0 !important;}
.before_nect_use .bbs-anchor li.next-list .clsdr{flex-shrink: 0; position: relative; display: inline-flex; width: 14px; height: 17px; background: url('../../bbs_common/images/ic-secret.png') no-repeat center; text-indent: -9999px; margin-bottom: 0; margin-right: 0 !important; font-size: 0 !important;}
.before_nect_use .bbs-anchor li .link{flex-shrink: 0; position: relative; display: inline-flex; width: 19px; height: 19px; background: url('../../bbs_common/images/ic-blank-black.png') no-repeat center; text-indent: -9999px; margin-bottom: 0; margin-left: 0;}
.before_nect_use .bbs-anchor li.prev-list .link{left: -15px; top: 5px;}
.before_nect_use .bbs-anchor li.next-list .link{left: 15px; top: 0;}

.before_nect_use .bbs-anchor .prev-list .clsdr{background: url(../images/ic-secret.png) no-repeat center center / cover; width: 14px; height: 17px; text-indent: 9999px; margin-bottom: 0;}
.before_nect_use .bbs-anchor .next-list .clsdr{background: url(../images/ic-secret.png) no-repeat center center / cover; width: 14px; height: 17px; text-indent: 9999px; margin-bottom: 0;}

/*
@media screen and (max-width: 1200px) {
	.before_nect_use .bbs-anchor {flex-direction: column; align-items: flex-start;}
	.before_nect_use .bbs-anchor li {width: 100%; margin: 0; padding: 2rem 3rem !important; text-align: left !important;}
	.before_nect_use .bbs-anchor li:first-child {border-bottom: 1px solid #d1d1d1; margin-left: 0;}
	.before_nect_use .bbs-anchor li:first-child::after {display: none;}
	.before_nect_use .bbs-anchor li.prev-list p,
	.before_nect_use .bbs-anchor li.next-list p {font-size: 1.6rem;}
	.before_nect_use .bbs-anchor li.next-list p {margin-left: 0;}
	.before_nect_use .bbs-anchor span {margin-bottom: .5rem; font-size: 1.8rem;}
	.before_nect_use .bbs-anchor span::after {display: none;}

    .before_nect_use .bbs-anchor li.prev-list p.no-data,
    .before_nect_use .bbs-anchor li.next-list p.no-data{text-align: left; position: relative; top: .6rem;}
}

*/

.board-view .btns {border-top: 2px solid #000;}
.board-button .row {display: flex; justify-content: flex-end; margin-top: 30px; flex-wrap:wrap;}

/*
@media screen and (max-width:768px) {
	.board-button .row {gap:1rem 0;}
}
*/

/* [공통] 한줄 댓글 */
.view-comment {position: relative; margin-top: 50px; padding: 50px; padding-bottom: 37px; background: #fff; border: 1px solid #cccccc; line-height: 1.5;}
.view-comment::after {content: ''; position: absolute; left: 0; top: -1px; width: 100%; height: 2px; background: #575050;}
.view-comment-write{padding-bottom: 40px; border-bottom: 1px solid #e5e5e5;}
.view-comment-write .name {display: flex; margin-bottom: 10px; font-family: pm; font-size: 17px;}
.view-comment-write .name::before {content: ''; display: block; width: 25px; height: 25px; margin-right: 10px; background: #fff url('../images/ic-reply.png') no-repeat center; border: 1px solid #d7d7d7; border-radius: 100%;}
.view-comment-write .name label {margin-right: 10px;}
.view-comment-write .name input {position: relative; font-size: 17px;}
.view-comment-write .comment-text {margin-bottom: 6px;}
.view-comment-write .comment-text textarea {font-size:16px; width: 100%; height:65px; padding:20px; border: 1px solid #111111; font-family: pr; border-radius: 5px;}
.view-comment-write .small-btn-box {display: flex; justify-content: flex-end;}
.view-comment-write .small-btn-box input {display: flex; height: 40px; padding: 0 20px; background: #415772; border-radius: 5px; font-family: pm; font-size: 14px; color: #fff;}

.view-comment-list > li {position: relative; padding: 25px 15px 40px 15px; border-radius: 3px; border-bottom: 1px solid #e5e5e5;}
.view-comment-list > li:last-child {padding-bottom: 0; border-bottom: 0;}
.view-comment-list .title {display: flex; align-items: center; font-family: pm; font-size: 16px; color: #00599f;}
.view-comment-list .title::before {content: ''; display: block; width: 25px; height: 25px; margin-right: 10px; background: #fff url('../images/ic-reply.png') no-repeat center; border-radius: 100%;}
.view-comment-list .title .date {position: relative; margin-left: 15px; padding-left: 15px; color: #777;}
.view-comment-list .title .date::after {content: ''; position: absolute; left: 0; top: 5px; width: 1px; height: 10px; background: #d7d7d7;}
.view-comment-list .comment {font-family: pr; font-size: 18px; color: #333333; background-color: #f5f5f5; border-radius: 5px; margin-top: 17px; padding: 16.5px 30px;}
.view-comment-list .comment .del input {position: relative; top: 1px; width: 15px; height: 15px; margin-left: 10px; background: url('../images/ic-reply-del.png') no-repeat center; text-indent: -99999rem;}
.view-comment-list .repBtn .tiny-btn {display: flex; height: 30px; padding: 0 10px; background: #fff; border: 1px solid #0d5dbe; border-radius: 5px; font-family: pm; font-size: 14px; color: #0d5dbe;}
.view-comment-list .repBtn .tiny-btn:hover {background: #0d5dbe; color: #fff;}
.view-comment-list .comment-cmntWrap {position: absolute; right: 20px; top: 15px;}
.view-comment-list .comment-reportWrap {position: absolute; right: 75px; top: 15px;}
.view-comment-list .comment_sttemnt {display: none; position: absolute; right: 0; top: calc(100% + 11px); z-index: 1; padding: 15px; background: #fff; border-radius: 10px; box-shadow: 0 0 4px rgba(0, 0, 0, .3);}
.view-comment-list .comment_sttemnt ul {display: flex;}
.view-comment-list .comment_sttemnt li {display: flex; align-items: center; margin-right: 10px; font-size: 16px;}
.view-comment-list .comment_sttemnt ul input {top: 0; margin: 0; margin-right: 10px;}
.view-comment-list .comment_sttemnt .btn05 {width: 100%; margin: 0; margin-top: 10px;}

.view-comment-reply-write {display: none; margin-top: 20px; padding: 20px background: #fff; border: 1px solid #e1e1e1; border-radius: 3px;}
.view-comment-reply-write .name {display: flex; align-items: center; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #e0e0e0;}
.view-comment-reply-write .name::before {content: ''; display: block; width: 25px; height: 25px; margin-right: 10px; background: #fff url('../images/ic-reply.png') no-repeat center; border-radius: 100%;}
.view-comment-reply-write .name label,
.view-comment-reply-write .name input {font-family: pm; font-size: 15px;}
.view-comment-reply-write .name input {margin-left: 10px;}
.view-comment-reply-write .comment-text textarea {width: 100%; padding: 10px; border: 1px solid #cccccc; border-radius: 5px; font-family: pm; color: #666;}
.view-comment-reply-write .small-btn-box input {display: inline-flex; height: 30px; padding: 0 10px; background: #fff; border: 1px solid #0d5dbe; border-radius: 5px; font-family: pm; font-size: 14px; color: #0d5dbe;}

/*
@media screen and (max-width: 1200px) {
	.view-comment {padding: 3rem;}
}
@media screen and (max-width:768px) {
	.view-comment-list .repBtn {display: flex; padding-left:3.5rem; margin-top: 1rem; gap:0 1rem;}
	.view-comment-list .comment-cmntWrap {position: relative; right:unset; top:unset;}
	.view-comment-list .comment-reportWrap {position: relative; right:unset; top:unset;}
}
*/

/* [공통] 답글 */
.view-answer {position: relative; margin-top: 120px; background: #f5f5f5; border: 1px solid #cccccc;}
.view-answer::after {content: ''; position: absolute; left: 0; top: -1px; width: 100%; height: 2px; background: #575050;}
.view-answer .answer-title {display: flex; align-items: center; padding: 28px 40px 20px; background: #fff;}
.view-answer .answer-title::before {content: ''; display: block; width: 50px; height: 50px; margin-right: 25px; background: url('../images/ic-reply2.png') no-repeat center; flex-shrink: 0; align-self: flex-start;}
.view-answer .answer-title .title {font-family: pb; font-size: 20px; line-height: 1.2; color: #121212; word-break: break-all;}
.view-answer .answer-title .answer-info {font-family: pr; font-size: 16px; color: #777777; margin-top:5px;}
.view-answer .answer-title .answer-info span {position: relative; margin-right: 15px; padding-right: 15px;}
.view-answer .answer-title .answer-info span::after {content: ''; position: absolute; right: 0px; top: 4px; width: 1px; height: 10px; background: #e5e5e5;}
.view-answer .answer-title .answer-info span:last-child::after {display: none;}
.view-answer .answer {padding: 30px 50px; font-family: pr; font-size: 18px; color: #333333;}
.view-answer .row {padding: 20px 50px; background: #fff; border-top: 1px solid #c3c3c3;}
.view-answer .row .title {display: none;}
.view-answer .row a {display: inline-block; padding: 10px 0 10px 35px; background: url('../images/ic-file.png') no-repeat left center; font-family: pr; font-size: 16px; color: #333333;}
.view-answer .row .no-file {display: inline-block; padding: 10px 0 10px 35px; background: url('../images/ic-file.png') no-repeat left center; font-family: pr; font-size: 16px; color: #333333;}
.view-answer .row span {position: relative;}
.view-answer .row span::after {content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: #000; transition: width .35s;}
.view-answer .row a:hover span::after {width: 100%;}
.view-answer .flag {display: none;}
.answer-frm .board-button .row {margin-top: 30px;}

/*
@media screen and (max-width: 1200px) {
	.view-answer .answer-title {padding: 3rem;}
	.view-answer .answer {padding: 3rem;}
	.view-answer .row {padding: 2rem 3rem;}
}
*/

/* [공통] 비밀번호 딤 */
.password_check_view {display: none;}
.password_check_view.active{display: block;}
.password_check_view .dim {position: fixed; left: 0; top: 0; z-index: 200; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0,0,0,.5);}
.password_check_view .box {position: relative; padding: 50px; background: #fff; border-radius: 10px;}
.password_check_view input {padding: 15px; border: 1px solid #d1d1d1; border-radius: 5px;}
.password_check_view .btn05 {width: 100%; margin: 0; margin-top: 20px;}
.password_check_view .close {display: block; position: absolute; right: 20px; top: 20px; width: 15px; height: 15px; background: url('../images/ic-reply-del.png') no-repeat center; text-indent: -99999rem;}

/* [공통] 글쓰기 */
.writeForm {border-top: 2px solid #2c2c2c;}
.writeForm .artclForm {display: flex;}
.writeForm .artclForm.total {padding: 20px; border-bottom: 1px solid #e2e2e2;}
.writeForm .artclLabel {display: flex; align-items: center; flex-shrink: 0; width: 240px; min-height: 70px; padding: 10px 0 10px 30px; background: #f5f7f9; border-bottom: 1px solid #e2e2e2; font-family: pb; font-size: 16px; color: #121212;}
.writeForm .artclLabel .must {width: 8px; height: 8px; margin-right: 10px; background: url('../images/ic-must.png') no-repeat center; text-indent: -99999rem; display: inline-block;}
.writeForm .artclInsert {display: flex; align-items: center; flex-grow: 1; padding: 10px 30px; border-bottom: 1px solid #e2e2e2; font-family: pm; font-size: 16px; color: #333;}
.writeForm .artclInsert.gap{gap: 10px;}
.writeForm .total .artclInsert {display: block; width: 100%; padding-left: 0; padding-right: 0; border: 0}
.writeForm .artclForm.twoline .artclInsert{flex-wrap: wrap;}
.writeForm .attch .artclInsert,
.writeForm .pass .artclInsert {padding: 20px 30px; flex-direction: column; align-items: flex-start;}
.writeForm .artclInsert input[type="text"],
.writeForm .artclInsert input[type="password"] {height: 45px; padding: 0 10px; border: 1px solid #d1d1d1; border-radius: 5px; font-family: pm; font-size: 16px; color: #333;}
.writeForm .artclInsert input[type="text"]:focus,
.writeForm .artclInsert input[type="password"]:focus {background-color: #eff4f7; border-color: #8497b2; transition: .35s;}
.writeForm .artclInsert input[type="text"].long,
.writeForm .artclInsert input[type="text"]._full {width: 100%;}
.writeForm .artclInsert input[type="text"].space {margin: 0;}
.writeForm .artclInsert .sel-type,
.writeForm .artclInsert .public-type {display: flex; height: 45px; padding-left: 15px; padding-right: 65px; margin-right: 10px; background: url('../images/ic-search-arrow.png') no-repeat calc(100% - 15px) center; border: 1px solid #d1d1d1; border-radius: 5px; font-family: pm; font-size: 16px; color: #333; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.writeForm .artclInsert .sel-type:focus,
.writeForm .artclInsert .public-type:focus {background-color: #eff4f7; border-color: #8497b2; transition: .35s;}
.writeForm .artclInsert .switch {margin-left: 10px;}
.writeForm .artclInsert .switch ul {display: flex; align-items: center;}
.writeForm .artclInsert .switch li {margin-right: 10px;}
.writeForm .artclInsert .switch input {top: 1px;}
.writeForm .artclInsert .tarea {width: 100%; padding: 15px 20px; border: 1px solid #d1d1d1; border-radius: 5px; font-family: pm; font-size: 16px; color: #333; min-height: 300px;}
.writeForm .artclInsert .tarea:focus {background-color: #eff4f7; border-color: #8497b2; transition: .35s;}
.writeForm .artclInsert .space {margin: 0 10px;}
.writeForm .artclInsert .flexBox{display: flex; flex-wrap: wrap; gap: 10px; align-items: center;}
.writeForm .artclInsert .multselBox {width: 100%; padding: 10px; border: 1px solid #d1d1d1; border-radius: 5px; font-family: pm; font-size: 16px; color: #333;}
.writeForm .artclInsert .multselBox:focus {background-color: #eff4f7; border-color: #8497b2; transition: .35s;}
.writeForm .artclInsert #thumbOrginlFile {margin-right: 10px;}
.writeForm .artclInsert .atchmnBtns {display: flex; align-items: center; margin: 10px 0;}
.writeForm .artclInsert .atchbtn {margin-right: 10px;}
.writeForm .artclInsert .atchbtn a,
.writeForm .artclInsert .atchbtn input {display: flex; height: 30px; padding: 0 10px; background: #fff; border: 1px solid #0d5dbe; border-radius: 5px; font-family: pm; font-size: 14px; color: #0d5dbe;}
.writeForm .artclInsert .atchbtn a:hover,
.writeForm .artclInsert .atchbtn input:hover {background: #0d5dbe; color: #fff;}
.writeForm .artclInsert .pass-form {margin-top: 10px; flex-basis: 100%;}
.writeForm .artclInsert .pass-form label {margin-right: 10px;}
.writeForm .artclInsert .possible{word-break: break-all;}

.writeForm .doubleline{display: flex; flex-wrap: wrap;}
.writeForm .doubleline .artclForm{width: 50%;}

/*
@media screen and (max-width: 1200px) {
	.writeForm .artclInsert {flex-wrap: wrap;}
	.writeForm .artclInsert .switch {width: 100%; margin-top: 1rem; margin-left: 0;}
	.writeForm .artclInsert #thumbOrginlFile {max-width: 30rem;}
}

@media screen and (max-width: 1000px) {
	.writeForm .artclLabel {width: 18rem;}
    .writeForm .artclForm {flex-direction: column;}
	.writeForm .artclLabel {width: 100%; min-height: 5rem; padding: 1rem 2rem;}
	.writeForm .artclInsert {padding: 1rem 2rem;}
	.writeForm .artclInsert .hasDatepicker {width: 12rem;}
	.writeForm .attch .artclInsert,
	.writeForm .pass .artclInsert {padding: 1rem 2rem;}
	.writeForm .artclInsert .sel-type,
	.writeForm .artclInsert .public-type {width: 100%; margin-right: 0;}
	.writeForm .artclInsert #thumbOrginlFile {width: 100%; max-width: 100%; margin-bottom: 1rem;}
}

*/


/* [공통] 노데이터 */
.no-data {font-family: pm; font-size: 18px; color: #aaaaaa; text-align: center; width: 100% !important;}

.list-small-btn{display: inline-flex; height: 30px; padding: 0 10px; background: #fff; border: 1px solid #0d5dbe; border-radius: 5px; font-family: pm; font-size: 14px; color: #0d5dbe; align-items: center;}

.internet{font-size: 14px; color: #999999; z-index: 2; flex-shrink: 0; margin-left: 5px; position: relative; top: -1px;}

/* 대용량 */
.slick-header-column{font-size: 14px;}
.slick-cell{font-size: 14px;}
.flex{display: flex;}
.center{align-items: center;}