@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;
	border-radius: 0 !important;
}

/* 게시판 읽기 : 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 .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;
	}
}


/* List */
#bo_list {margin-bottom: 92px;}

#bo_cate_list {margin-bottom: 26px;}
#bo_cate_ul {display: flex;flex-wrap: wrap;margin: -5px 0;}
#bo_cate_ul li {margin: 5px 0;}
#bo_cate_ul li a {padding: 0 20px;color: #7D7D7D;position: relative;}
#bo_cate_ul li:first-child a {padding-left: 0;}
#bo_cate_ul li a:hover {color: var(--color-main);text-decoration: none;}
#bo_cate_ul li:not(:last-child) a::after {content: '';display: block;width: 1px;height: 15px;background: #D8D8D8;position: absolute;top: 0;bottom: 0;right: 0;margin: auto;}
#bo_cate_ul li.active a {color: var(--color-main);font-weight: 600;}

#bo_list .list_con {margin: 0 -10px;border-top: 1px solid #E9E9E9;box-sizing: border-box;}
#bo_list .list_con li {display: flex;margin: 0 10px;padding: 50px 0;border-bottom: 1px solid #E9E9E9;box-sizing: border-box;}
#bo_list .list_con li > div {margin: 0 10px;}
#bo_list .list_con li .num {display: flex;justify-content: center;align-items: center;max-width: 155px;width: 11%;}
#bo_list .list_con li .num > p{color: #333;}
#bo_list .list_con li .content {display: flex;justify-content: space-between;align-items: center;/* max-width: 1000px; */width: 100%;}
#bo_list .list_con li .content .img-cont {flex: 0 0 auto;max-width: 300px;width: 22%;height: 205px;background: url(./img/preview.png) center center / cover no-repeat;}
/* #bo_list .list_con li .content .img-cont > img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;} */
#bo_list .list_con li .content .txt-cont {display: flex;flex-direction: column;justify-content: space-between;width: 75%;height: 100%;padding: 20px 0 28px;box-sizing: border-box;}
#bo_list .list_con li .content .txt-cont > .title-wrap > .cate {color: var(--color-main);font-size: .90em;font-weight: 600;}
#bo_list .list_con li .content .txt-cont > .title-wrap >  a {}
#bo_list .list_con li .content .txt-cont > .title-wrap >  a:hover {text-decoration: none;}
#bo_list .list_con li .content .txt-cont > .title-wrap >  a > .title {margin-bottom: 13px;font-size: 1.25em;font-weight: 600;display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 1;}
#bo_list .list_con li .content .txt-cont > .title-wrap >  a:hover > .title {color: var(--color-main);}
#bo_list .list_con li .content .txt-cont > .title-wrap >  a > .txt {color: #7D7D7D;font-size: .90em;display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;}
#bo_list .list_con li .content .txt-cont > .title-wrap >  a:hover > .txt {text-decoration: underline;text-underline-offset: 6px;}
#bo_list .list_con li .date {/* display: flex; *//* justify-content: center; *//* align-items: center; *//* max-width: 205px; *//* width: 18%; */}
#bo_list .list_con li .date > p {color: #7D7D7D;font-size: .90em;}

.pagination {}
.pagination .page-first,
.pagination .page-last {display: none;}
.pagination .page-prev .fa,
.pagination .page-next .fa {font-size: 1.0em !important;}
.pagination .page-link {padding: 0 14px;border: 0;color: #7E7E7E;}
.pagination .page-link:hover {background: none;color: var(--color-main);}
.pagination .page-item.active .page-link {color: var(--color-main) !important;border: 0 !important;}
.pagination .page-link:focus {box-shadow: none;}

@media all and (max-width: 1399px){
	
}
@media (max-width: 1199px){
	#bo_list .list_head li .num {width: 8%;}
	#bo_list .list_head li .subject_wrap{width: 80%;}
	#bo_list .list_head li .date {width: 12%;}
	#bo_list .list_con li {padding: 25px 0;}
	#bo_list .list_con li .content .txt-cont {padding: 10px 0 15px;}
}
@media all and (max-width: 1024px){
	#bo_list {margin-bottom: 40px;}
	#bo_list .list_con li .content .img-cont {width: 30%;padding-top: 22.7%;}
	#bo_list .list_con li .content .txt-cont {width: 67%;}
	#bo_list .list_con li .content .txt-cont > .title-wrap > .cate {font-size: 15px;}
	#bo_list .list_con li .content .txt-cont > .title-wrap > a > .title {margin-bottom: 2px;font-size: 1.38em;}
}
@media all and (max-width: 768px){
	#bo_list .list_con li {padding: 20px 0;} 
	#bo_list .list_con li .content .txt-cont > .title-wrap > a  > .txt {font-size: 16px;}
}
@media all and (max-width: 640px){
	#bo_cate_ul {justify-content: center;}
	#bo_cate_ul li:first-child a {padding-left: 20px;}
	#bo_list .list_con li .content {flex-direction: column;}
	#bo_list .list_con li .content .img-cont {Width: 100%;padding-top: 68.12%;}
	#bo_list .list_con li .content .txt-cont {width: 100%;margin-top: 20px;padding: 0 10px;}
	#bo_list .list_con li .content .txt-cont > .title-wrap {margin-bottom: 10px;}
	#bo_list .list_con li .content .txt-cont > .title-wrap > a > .title {font-size: 1.25em;}
}
@media all and (max-width: 480px){
}


/* View */
#bo_v{margin-bottom: 200px;}
#bo_v #bo_v_info{width: 100%;margin: 0 auto;}
#bo_v #bo_v_info a.btn {font-size: 16px;}
#bo_v_atc{}
#bo_v_atc>.title{width: 100%;margin: 20px auto 0;padding: 20px;background: #F5F5F5;border-radius: 5px 5px 0 0;position: relative;top: 0;left: 0;}
#bo_v_atc>.title .cate {color: var(--color-main);font-size: 1.0em;font-weight: 500;text-align: center;}
#bo_v_atc>.title p.tit {font-size: 1.30em;font-weight: bold;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#bo_v_atc>.title span{position: absolute; right: 20px; bottom: 5px; font-size: 16px; color: #5b5b5b;}
#bo_v #bo_v_con{width: 100%;margin: 0 auto;padding: 20px;border-radius: 0px 0px 5px 5px;border: 1px solid #f5f5f5;margin-bottom: 0 !important;}
#bo_v_img {margin-top: 50px;}
#bo_v_img a{pointer-events: none;cursor: auto;}
#bo_v_data{width: calc(100% - 40px);max-width:var(--max-width1);margin: 50px auto 0;}
#bo_v_data ul{}
#bo_v_data ul li{}
#bo_v_data ul li>div{display: flex !important; justify-content: space-between; flex-flow: row wrap;}
#bo_v_data ul li>div:first-child{padding: 0 !important; width: 100%; color: #000; font-size: var(--font-18); line-height: 50px;}
#bo_v_data ul li>div:last-child{padding: 0 !important;width: 100%;}
#bo_v_data ul li>div>div{width: 100%; color: #939393}
#bo_v_data ul li>div>div a{color: #939393; font-size: 16px;}
.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;}




/* Write */
#bo_w form{width: calc(100% - 40px);max-width: var(--max-width1);margin: 0 auto;}
#bo_w form>ul{}
#bo_w form>ul li{display: flex;justify-content: space-between;align-items:center ;flex-flow: row wrap;margin-bottom: 20px;}
#bo_w form>ul li:last-child{margin-bottom: 80px;}
#bo_w form>ul li>label{color: #000;font-size: var(--font-18);display: flex;align-items: center;font-weight: bold;width: 70px;}
#bo_w form>ul li>label span{color: var(--color5);margin-left: 10px;display: block;font-weight: normal;}
#bo_w form>ul li>div{width: calc(100% - 80px);display: flex;align-items: center;flex-flow: row wrap;margin: 0 !important;}
#bo_w form>ul li>div>label{font-size: var(--font-20); font-weight: normal; cursor: pointer; margin-right: 25px; display: flex; align-items: center; width: fit-content;}
#bo_w form>ul li div input[type='text']{width: 100%;height: 50px;line-height: 50px;background: #fff;border-radius: 5px;border: 1px solid #D9D9D9;padding: 0 20px;font-size: var(--font-20);color: #000;}
#bo_w form>ul li div>input:active,
#bo_w form>ul li div>input:valid,
#bo_w form>ul li div>input:focus{box-shadow: unset;}
#bo_w form>ul li div.link_wrap{}
#bo_w form>ul li div.link_wrap>div{width: 100%;}
#bo_w form>ul li div.file_wrap{}
#bo_w form .btn_wrap{display: flex;justify-content: space-between;align-items: center;height: 70px; flex-flow: row-reverse;margin-top: 80px;}
#bo_w form .btn_wrap button,
#bo_w form .btn_wrap a{display: block;height: 100%;padding: 0;margin: 0;line-height: 68px;font-size: var(--font-26);text-align: center;font-weight: bold;border-radius: 5px !important;width: calc(50% - 10px);}
.cke_sc{display: none !important;}

