@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_list_wrap {}
#bo_list {margin-bottom: 100px;}
#bo_list #bo_gallery> ul {display: flex;flex-wrap: wrap;gap: 100px;/* margin: 0 -15px; */}
#bo_list #bo_gallery> ul > li {width: calc(33.333% - 67px);/* margin: 30px 15px; */position: relative;}
#bo_list #bo_gallery> ul > li p.edit{font-size: 16px;font-weight: 500;color: #fff;background: #333;padding: 3px 10px;border-radius: 3px;cursor: pointer;position: absolute;right: 10px;top: 10px;z-index: 100;}
#bo_list #bo_gallery> ul > li .img-wrap > .img-item .chk-box {position:absolute;top: 5px;left: 10px;z-index:2;}
#bo_list #bo_gallery> ul > li .img-wrap > .img-item .wr-now {position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.75);z-index:1;}
#bo_list #bo_gallery> ul > li .info-wrap {margin-top: 20px;}
#bo_list #bo_gallery> ul > li .info-wrap > .subject {margin-bottom: 14px;/*display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 1;line-height: 1.25;*/}
#bo_list #bo_gallery> ul > li .info-wrap > .subject > a {min-height: 55px;font-size: 1.10em;font-weight: 600;display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;line-height: 1.25;}
#bo_list #bo_gallery> ul > li .info-wrap > .subject > a:hover,
#bo_list #bo_gallery> ul > li .info-wrap > .subject > a:focus {color: var(--color-main);}
#bo_list #bo_gallery> ul > li .info-wrap > .content {min-height: 76px;margin-bottom: 30px;color: #666;font-size: 18px;display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 3;line-height: 1.4;}
#bo_list #bo_gallery> ul > li .info-wrap > .date {color: #666;font-size: 18px;font-weight: 600;}
#bo_btn_top>div> .btn {font-size: 16px;}

@media all and (max-width: 1399px){
	#bo_list #bo_gallery> ul {gap: 60px;}
	#bo_list #bo_gallery> ul > li {width: calc(33.333% - 40px);}
}
@media all and (max-width: 1199px){
	#bo_list #bo_gallery> ul {gap: 40px;}
	#bo_list #bo_gallery> ul > li {width: calc(33.333% - 27px);}
}
@media all and (max-width: 1024px){
	#bo_list {margin-bottom: 60px;}
	#bo_list #bo_gallery> ul > li {width: calc(50% - 20px);}
	#bo_list #bo_gallery> ul > li .img-wrap {/* margin-bottom: 10px; */}
	#bo_list #bo_gallery> ul > li .info-wrap > .subject {margin-bottom: 10px;}
	#bo_list #bo_gallery> ul > li .info-wrap > .subject > a {min-height: 50px;}
	#bo_list #bo_gallery> ul > li .info-wrap > .content {min-height: 68px;font-size: 16px;}
	#bo_list #bo_gallery> ul > li .info-wrap > .date {font-size: 16px;}
}
@media all and (max-width: 768px){
	#bo_list #bo_gallery> ul {gap: 40px 20px;}
	#bo_list #bo_gallery> ul > li {width: calc(50% - 10px);}
}
@media all and (max-width: 640px){
	#bo_list #bo_gallery> ul {/* margin: -20px 0; */}
	#bo_list #bo_gallery> ul > li {width: 100%;/* margin: 20px 0; */}
}

/* 페이징 */
#bo_list_wrap .pagination li{width: auto; min-width: 30px;}
.page-link{border: 0 !important; font-size: .90em; color: #7E7E7E; padding: 0 !important; height: 100%; line-height: 30px; text-align: center;}
.page-link:hover{background: transparent !important;}
.page-link:focus{box-shadow: none !important;}
.page-item:first-child .page-link,
.page-item:last-child .page-link{display: flex; justify-content: center; align-items: center;}
.page-item:first-child .page-link:hover img{content: url('/img/pg_prev_btn_on.svg');}
.page-item:last-child .page-link:hover img{content: url('/img/pg_next_btn_on.svg');}
.page-link img{max-width: 100%;}
.page-item.active .page-link{border: 0 !important;background-color: transparent !important;color: var(--color-main) !important;font-weight: 600;}


/* 검색창 */
#bo_list_wrap #bo_search{margin-top: 50px;}
#bo_list_wrap #bo_search form#fsearch {text-align:left;width:450px;margin: 0 auto; max-height:300px;overflow-y:auto;border-radius:0;}
#bo_list_wrap #bo_search form#fsearch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
#bo_list_wrap #bo_search form#fsearch legend {background:red}
#bo_list_wrap #bo_search form#fsearch form {display:block}
#bo_list_wrap #bo_search form#fsearch select {float:left;margin-right:13px;border:0;width:150px;height:45px;border:1px solid #E6E6E6;border-radius:0;padding: 0 10px;color: #C5C5C5;font-size: .90em;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url('/img/sch_arrow.svg') no-repeat 94% 50%;}
#bo_list_wrap #bo_search form#fsearch select:focus{border: 1px solid var(--color1) !important; outline: none !important; box-shadow: none !important;color: #000; border-radius:0;}
#bo_list_wrap #bo_search form#fsearch select option{color: #000;}
#bo_list_wrap #bo_search form#fsearch .sch_bar {display:inline-block;width:calc(100% - 165px);float:left;border-radius:0;}
#bo_list_wrap #bo_search form#fsearch .sch_input {width:calc(100% - 45px);height:45px;padding:0 10px;background-color:transparent;float:left;border:1px solid #E6E6E6;font-size: .90em;color: #000;font-weight: 400;border-radius: 0 !important;}
#bo_list_wrap #bo_search form#fsearch .sch_input:focus{border:1px solid var(--color1) !important;} 
#bo_list_wrap #bo_search form#fsearch .sch_input::placeholder{color: #C5C5C5;}
#bo_list_wrap #bo_search form#fsearch .sch_btn {width: 45px;border-radius: 0;background-color: var(--color-main);background-image: url(/img/sch_btn.svg);background-size: 20px;background-position: center;background-repeat: no-repeat;}
#bo_list_wrap #bo_search form#fsearch .sch_btn:hover{background-color: var(--color1) !important;border-color: var(--color1) !important;}
#bo_list_wrap #bo_search form#fsearch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
@media all and (max-width:768px){
	#bo_list_wrap #bo_search form#fsearch {width: 70%;}
	#bo_list_wrap #bo_search form#fsearch select{width: 120px;}
	#bo_list_wrap #bo_search form#fsearch .sch_bar{width: calc(100% - 135px);}
}
@media all and (max-width:600px){
	#bo_list_wrap #bo_search form#fsearch {width: 100%;}
}
@media all and (max-width:420px){
	#bo_list_wrap #bo_search form#fsearch select{width: 100px;}
	#bo_list_wrap #bo_search form#fsearch .sch_bar{width: calc(100% - 115px);}
}


/* 게시판 읽기 */
#bo_v{margin-bottom: 200px;}
/* #bo_v #bo_v_info{width: 100%;margin: 0 auto;}
#bo_v #bo_v_info a{font-size: 16px;} */
#bo_v_atc{}
#bo_v_info > .title{width: 100%;margin: 20px auto;/* padding: 20px; *//* background: #F5F5F5; */border-radius: 5px 5px 0 0;position: relative;top: 0;left: 0;}
#bo_v_info > .title .tit {padding: 0 0 20px;border-bottom: 2px solid var(--color-main);font-size: 1.30em;font-weight: 700;/* text-align: center; */}
#bo_v_info > .info {display: flex;justify-content: space-between;padding: 0 10px;box-sizing: border-box;}
#bo_v_info > .info > p {color: #6c757d;font-size: 16px;}
#bo_v_info > .info .writer {}
#bo_v_info > .info .date {}
#bo_v_btn {padding: 10px;}
#bo_v_btn * {font-size: 16px;}
/* #bo_v_atc>.title .date {color: #5b5b5b;font-size: 16px;text-align: right;} */
#bo_v #bo_v_con{width: 100%;margin: 0 auto;padding: 40px 20px;border-top: 1px solid #ddd;margin-bottom: 0 !important;}
#bo_v #bo_v_con img {display: inline-block;border-radius: 0 !important;}
/* #bo_v_img {margin-top: 50px;}
#bo_v_img a{pointer-events: none;cursor: auto;} */
#bo_v_data{width: 100%;margin: 30px auto 0;font-size: 16px;}
#bo_v_data ul{}
#bo_v_data ul li:not(:last-child) {margin-bottom: 20px;}
#bo_v_data ul li > div {display: flex !important;justify-content: space-between;flex-flow: row wrap;}
#bo_v_data ul li.atchfile  {}
#bo_v_data ul li.atchfile > div:first-child {width: 100%;padding: 10px 20px;background: #f5f5f5;color: #000;font-size: 16px;font-weight: 500;}
#bo_v_data ul li.atchfile > div:last-child {width: 100%;padding: 10px 20px;border: 1px solid #f5f5f5;margin-bottom: 40px;}
#bo_v_data ul li.atchfile > div > div {width: 100%; color: #939393}
#bo_v_data ul li.atchfile > div > div a, 
#bo_v_data ul li.atchfile > div > div .date {color: #939393; font-size: 16px}
#bo_v_data li.prev_list,
#bo_v_data li.next_list{padding: 10px;gap: 10px;align-items: center;color: #787878;margin-bottom: 0 !important;}
#bo_v_data li.prev_list .prev_tit{width: 50px;}
#bo_v_data li.prev_list .prev_txt {overflow: hidden; width:calc(100% - 50px);}
#bo_v_data li.prev_list .prev_txt .alink{width: 95%;}
#bo_v_data li.prev_list .prev_txt .alink a{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; width: 100%;}
#bo_v_data li.next_list .next_tit{width: 50px;}
#bo_v_data li.prev_list .next_txt {overflow: hidden; width:calc(100% - 50px);}
#bo_v_data li.prev_list .next_txt .alink{width: 95%;}
#bo_v_data li.prev_list .next_txt .alink a{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; width: 100%;}
#bo_v_data li.prev_list div:hover a,
#bo_v_data li.next_list div:hover a{color: var(--color);}
#bo_v_data li.prev_list div i,
#bo_v_data li.next_list div i{color: #787878;}
.d-none{display: block !important;flex-grow: 1 !important;}
#bo_btn_top>div>div{padding: 0 !important;}
#bo_btn_top>div>div .border-top{border-top: unset !important;}
#bo_btn_top>div>div .btn {font-size: 16px;}



/* 관련영상 부분 추가 250620 */
#bo_v_media {padding: 0 20px;}
#bo_v_media .title {margin-bottom: 20px;font-size: 1.10em;font-weight: 600;}
#bo_v_media ul {display: flex;flex-wrap: wrap;gap: 20px;width: 100%;}
#bo_v_media ul > li {width: calc(33.333% - 14px);}
#bo_v_media ul > li > .video-wrapper {
}
#bo_v_media ul > li > .video-wrapper > iframe {width: 100%;aspect-ratio: 16 / 9;}

@media all and (max-width: 1199px){
	#bo_v_media ul {gap: 10px;}
	#bo_v_media ul > li {width: calc(33.333% - 7px);}
}
@media all and (max-width: 1024px){
	#bo_v_media ul > li {width: 100%;}
}
@media all and (max-width: 640px){
	#bo_v_media ul {gap: 10px;}
}


/* 게시판 댓글 : 내용 */
.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 .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w .list-group-item.bt-0 {border-top-width: 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;
	}
}