@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px;
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con {
		min-height:140px;
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
	margin:-5px auto;
}
#bo_v_sns_icon img {
	width:40px;
	border-radius:50%;
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer {
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul {
	list-style: none;
	margin: 0;
}
.cmt-btn ul > li {
	float: left;
	font-size:12px;
	padding: 0 10px;
}
.cmt-btn ul > li::before {
	float: left;
	color:#ccc;
	content: "|";
	margin-left:-12px;
}
.cmt-btn ul > li:last-child {
	padding-right:0;
}
.cmt-btn ul > li:first-child::before,
.cmt-btn ul > li.no-bar::before {
	content: "";
	margin-left:0;
}
.cmt-btn ul > li > a {
	float:left;
	color:#888;
	white-space:nowrap;
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content {
	resize:none;
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {
	margin:0;
	padding:0;
	list-style:none;
	zoom:1;
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_vc_opt ol li {
	float:left;
	margin:0;
}
#bo_vc_send_sns ul {
	margin:0;
	padding:0;
	list-style:none;
	zoom:1;
}
#bo_vc_send_sns ul:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_vc_send_sns ul li {
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w { padding-top: 100px;}
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content {
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

#bo_list_wrap { padding: 0 0 50px; }
#bo_gallery {}
#bo_gallery .row { margin: -10px;}
#bo_gallery .row .col { padding:10px; margin: 0 0 10px;}
#bo_gallery .row .col .img-wrap { border: 1px solid #ddd; background: #fff;}
#bo_gallery .row .col .na-title { font-size: 0; border: 1px solid #ddd; border-top: 0; background: #fff;}
#bo_gallery .row .col .na-title a { display: block; padding: 30px 20px; font-size: 18px;}
#bo_gallery .row .col .na-title a .bo_subject { padding: 0 0 12px; font-size: 16px; color: #333; line-height: 1;}
#bo_gallery .row .col .na-title a .subject { font-size: 24px; font-weight: 700; line-height: 1; color: #0c4da2; }



@media(max-width:5991px){
    #bo_gallery .row .col .na-title a { display: block; padding: 25px 15px;}
}
@media(max-width:576px){
    #bo_gallery .row { margin: -5px;}
    #bo_gallery .row .col { padding:5px; margin: 0; }
    #bo_gallery .row .col .na-title a { display: block; padding: 20px 10px;}
    #bo_gallery .row .col .na-title a .bo_subject { padding: 0 0 7px;  font-size: 13px;}
    #bo_gallery .row .col .na-title a .subject { font-size: 18px;}
}


.sly-tab .d-flex { border-left: none;}
.sly-tab .sly-list { padding: 0 0 50px; margin: -10px -15px;}
.sly-tab .sly-list li a { position: relative; padding: 10px 15px; font-size: 18px; color: #333; border: none; background: #fff;}
.sly-tab .sly-list li a:hover { text-decoration: underline; text-underline-position: under;}
.d-sm-flex { justify-content: right;}
.sly-tab .sly-btn { padding: 0 5px; }

.pagination  { margin: 50px 0 40px;}

.page-item .page-link { padding: 5px 11px;margin: 0 3px;   font-size: 15px; background: #ebebeb; }
.page-item.active .page-link { color: #fff; background: #0051ac; border-color: #0051ac; }
.page-item.page-first .page-link,
.page-item.page-last .page-link  { background: #fff;}
@media (max-width:768px){
    .sly-tab .sly-list { padding: 0 0 30px; margin: -10px -10px;}
    .sly-tab .sly-list li a {padding: 10px 10px;  font-size: 15px;}
}


@media (max-width:576px){
    .page-item .page-link {  padding: 5px 9px; margin: 0 2px; font-size: 14px; }
}

@media (max-width:480px){
    .sly-tab .sly-list { padding: 0 0 20px; margin: -10px -5px;}
    .sly-tab .sly-list li a {padding: 10px 5px;  font-size: 14px;}
}


#bo_v { padding: 150px 0 0;}
#bo_v_header { position: relative; padding-right: calc(709px + 9.4%);line-height: 1.2; }
#bo_v_header  .txt { }
#bo_v_header  .txt .bo_name { margin-bottom: 40px; width: 168.81px; height: 39px; font-size: 18px; text-align: center; line-height: 39px; color: #0051ac; border-radius: 20px;  border: 1px solid #0051ac; }
#bo_v_header  .txt .wr_1 { margin-bottom: 28px; font-size: 24px; font-weight: 300;}
#bo_v_header  .txt .bo_subject { margin-bottom: 47px; font-size: 65px; font-weight: 700; line-height: 1; word-break: break-all; }
#bo_v_header  .txt .wr_2 {  margin-bottom: 54px; font-size: 25px; line-height: 1.5;}
#bo_v_header  .wr_3 {display: flex; flex-wrap:wrap; gap:14px 10px; padding: 25px 0 0;  border-top: 1px solid #e1e1e1;}
#bo_v_header  .wr_3 li { position: relative; padding-left: 15px; width: calc(50% - 5px); }
#bo_v_header  .wr_3 li:before { content:''; display: block; position: absolute; left: 0; top: 8px; width: 5px; height: 5px;  background: #555; border-radius: 50%; }

#slider { position: absolute; right: 0; top: 0; width: 709px; }
#swiper-container-wrapper { overflow:hidden; display: flex; justify-content: space-between; gap:16px; width: 100%; height: 620px;}
#swiper-container-wrapper .swiper-wrapper { display: block; position: relative;}
#swiper-container-wrapper .swiper-wrapper .swiper-slide { overflow:hidden; position: relative; padding-bottom: 23%; background: #caccd0; border-radius: 20px; cursor:pointer; background: no-repeat center / cover;}
#swiper-container-wrapper .swiper-wrapper .swiper-slide img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100%;}
#swiper-gallery { flex:1;;}
#swiper-gallery .swiper-wrapper { display: flex;}
#swiper-thumbs { width: 143px;}
#swiper-thumbs .swiper-wrapper .swiper-slide { width: 143px; }
#swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active { border: 2px solid #0c4da2;}


#bo_v_header  .swiper-button:after { display: none; }
#bo_v_header .swiper-button-next,
#bo_v_header .swiper-button-prev { left:auto ; right: 71.5px ;  transform: translateX(50%); margin: 0; width: auto; height: auto; color: #ddd;}
#bo_v_header .swiper-button-next { top: auto; bottom: -20px; }
#bo_v_header .swiper-button-prev { top: -20px; }

.btn-box { padding: 100px 0 0; text-align: center;}
.btn-box li { display: inline-block; margin: 0 10px;}
.btn-box li a {display: block; width: 200px; height: 60px; line-height: 60px; text-align: center; color: #333; background: #eee;}

@media(max-width:1400px){
    #bo_v_header  { padding-right:55%;}
    #slider { width: 50%;}
}

@media(max-width:1200px){
    #bo_v_header  .txt .bo_name { margin-bottom: 36px; }
    #bo_v_header  .txt .wr_1 { margin-bottom: 24px; font-size: 22px;}
    #bo_v_header  .txt .bo_subject {   margin-bottom: 42px; font-size: 60px;}
    #bo_v_header  .txt .wr_2 {  margin-bottom: 50px;  font-size: 20px;}
    #bo_v_header  .txt .wr_3 { font-size: 16px;}

    #swiper-container-wrapper { flex-direction: column; height: auto;}
    #swiper-gallery { flex:auto; width: 100%; height: 411px; }
    #swiper-thumbs { width: 100%;}
    #swiper-thumbs .swiper-wrapper { display: flex;}
    #bo_v_header  .swiper-button { display: none;}

}

@media(min-width:992px){
    #bo_v_header { min-height: 620px;}
}
@media(max-width:991px){
    #bo_v { padding: 130px 0 0;}
    #bo_v_header { min-height: 540px;}
    #bo_v_header  .txt .bo_name { margin-bottom: 25px; width: 140px; font-size: 16px;}
    #bo_v_header  .txt .wr_1 { margin-bottom: 20px; font-size: 18px;}
    #bo_v_header  .txt .bo_subject {   margin-bottom: 35px; font-size: 50px;}
    #bo_v_header  .txt .wr_2 {  margin-bottom: 40px;  font-size: 18px;}
    #bo_v_header  .wr_3 { gap:10px;}
    #bo_v_header  .wr_3 li { width: 100%; font-size: 16px; }
}

@media(max-width:800px){
    #bo_v { padding: 100px 0 0;}
    #bo_v_header { padding-right: 0; min-height: auto; }
    #slider { position: relative; padding: 0 5%; width: 100%;}
    #bo_v_header .wr_3 { margin-top: 25px;}
    #bo_v_header .wr_3 li { width: calc(50% - 5px);}
    #swiper-container-wrapper .swiper-wrapper .swiper-slide { padding-bottom: 18%;}

    #swiper-container-wrapper #swiper-gallery { height: auto; }
    #swiper-container-wrapper #swiper-gallery .swiper-slide { padding-bottom: 100%;}


    #bo_v_header .swiper-button { display: block; top:auto; bottom: 40px; font-size: 24px;}
    #bo_v_header .swiper-button-next { left: auto; right: 0; transform: rotate(-90deg);}
    #bo_v_header .swiper-button-prev { left: 0; right: auto;  transform: rotate(-90deg);}
}
@media(max-width:600px){
    #bo_v { padding: 80px 0 0;}
    #bo_v_header { padding-right: 0; }
    #slider { padding: 0 10px; width: 100%;}
    #bo_v_header .swiper-button { display: none; }

    #bo_v_header  .wr_3 { margin-top: 25px;}
    #bo_v_header .wr_3 li { width: calc(50% - 5px);}
    #swiper-container-wrapper .swiper-wrapper .swiper-slide { border-radius: 10px;}

    .btn-box li { margin: 0 5px;}
    .btn-box li a { width: 130px; height: 40px; line-height: 40px;}
}
@media(max-width:500px){
    #swiper-gallery { height: 320px;}
    #bo_v_header .txt .bo_name { width: 120px; height: 37px; line-height: 37px; font-size: 15px;}
    #bo_v_header .txt .wr_1 { margin-bottom: 18px; font-size: 15px;}
    #bo_v_header .txt .bo_subject { margin-bottom: 25px; font-size: 40px; }
    #bo_v_header .txt .wr_2 {margin-bottom: 35px; font-size: 15px;}
    #bo_v_header .wr_3 li { width: 100%; font-size: 15px;}

}
@media(max-width:400px){
		#swiper-container-wrapper .swiper-wrapper .swiper-slide { padding-bottom: 30%;}

}

#bo_v .tab-menu { padding: 0; margin: 75px 0 100px; border-bottom: 1px solid #e1e1e1; }
#bo_v .tab-menu li { display: inline-block;  }
#bo_v .tab-menu li a { display: block; width: 270px; height: 80px; line-height: 80px; text-align: center; color: #333; background: #f5f5f5;  }
#bo_v .tab-menu li a.on { color: #fff; background: #0c4da2; }

@media(max-width:991px){
    #bo_v .tab-menu li a { width: 250px; height: 60px; line-height: 60px;}
}
@media(max-width:800px){
    #bo_v .tab-menu { display: flex; margin: 100px 0 70px;}
    #bo_v .tab-menu li { flex:1}
    #bo_v .tab-menu li a { width: 100%;}
}
@media(max-width:600px){
    #bo_v .tab-menu { display: flex; margin: 80px 0 50px;}
    #bo_v .tab-menu li { flex:1}
    #bo_v .tab-menu li a { height: 46px; line-height:46px; font-size: 15px;}
}

.list-page-content { padding: 100px 0; text-align: center; }

.list-page-content hr { padding: 15px 0; display: block; height: 0px; border: 0;}
.transparent_window{color:#015ce2; padding-top:15px; line-height: 1.5;}
#nt_body > .nt-container{padding:0;}
@media(max-width:1500px){
#bo_v{padding:80px 10px 0;}

}
@media(max-width:1000px){
.list-page-content { padding: 30px 0; text-align: center; }
.list-page-content img { max-width: 1000px; width: 100%; }
.list-page-content hr { padding:  0; display: block; height: 0px; border: 0;}

}
