@charset "utf-8";
#customer_tail{display: none;}

/* 리스트 */
#bo_gallery ul{gap: 20px;}
#bo_gallery ul li{flex: 0 0 calc(33.3333% - 20px) !important; position: relative; padding: 0 !important; max-width: calc(33.3333% - 20px);}
#bo_list_wrap .img-item img{height: 100% !important;}
#bo_list_wrap .na-title{margin-top: 16px;}
#bo_list_wrap .na-title .na-item{margin-bottom: 20px; line-height: 1;}
#bo_list_wrap .na-title .na-item a{font-size: var(--font24); font-weight: 600; color: #000;}
#bo_list_wrap .na-title .na-item a:hover{color: var(--color);}
#bo_list_wrap .dateBox span{font-size:14px; font-weight: 400; color: #7a7a7a;}
@media all and (max-width:1200px){
	#bo_gallery ul li{flex: 0 0 calc(50% - 20px) !important; max-width: 100% !important; width: calc(50% - 20px) !important;}
}
@media all and (max-width:1000px){
	#bo_gallery ul{gap: 10px;}
	#bo_gallery ul li{flex: 0 0 calc(50% - 10px) !important; width: calc(50% - 10px) !important;}
}
@media all and (max-width:700px){
	#bo_gallery ul{gap: 40px;}
	#bo_gallery ul li{flex: 0 0 100% !important; width: 100% !important;}
}
/* 수정 버튼 */
#bo_list_wrap p.edit{font-size: var(--font18); font-weight: 500; color: #fff; background: #1b1b1b; padding: 3px 10px; border-radius: 3px; cursor: pointer; position: absolute; left: 10px; top: 10px; z-index: 100;}


/* 페이징 */
#bo_list_wrap .pagination{margin: 100px auto 50px !important;}
@media all and (max-width:800px){
	#bo_list_wrap .pagination{margin: 50px auto !important;}
}

/* 검색창 */
.bo_sch_wrap {width:100%;height:100%;z-index:999;}
#bo_list_wrap form#fsearch {text-align:left;width:450px;margin: 0 auto; max-height:300px;overflow-y:auto;border-radius:0;}
#bo_list_wrap form#fsearch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
#bo_list_wrap form#fsearch legend {background:red}
#bo_list_wrap form#fsearch form {display:block}
#bo_list_wrap form#fsearch select {float:left;margin-right:13px; border:0;width:150px;height:45px;border:1px solid #E6E6E6;border-radius:0;padding: 0 5px; color: #C5C5C5; font-weight: 300; font-size: var(--font-18);-webkit-appearance: none;-moz-appearance: none; appearance: none; background: url('/img/sch_arrow.svg') no-repeat 98% 50%;}
#bo_list_wrap form#fsearch select:focus{border: 1px solid var(--color) !important; outline: none !important; box-shadow: none !important;color: #000; border-radius:0;}
#bo_list_wrap form#fsearch select option{color: #000;}
#bo_list_wrap form#fsearch .sch_bar {display:inline-block;width:calc(100% - 165px);float:left;border-radius:0;}
#bo_list_wrap form#fsearch .sch_input {width:calc(100% - 45px);height:45px;padding:0 10px;background-color:transparent;float:left;border:1px solid #E6E6E6;font-size: var(--font-18);color: #000;font-weight: 400; border-radius: 0 !important;}
#bo_list_wrap form#fsearch .sch_input:focus{border:1px solid var(--color) !important; outline: none !important;} 
#bo_list_wrap form#fsearch .sch_input::placeholder{color: #C5C5C5;}
#bo_list_wrap form#fsearch .sch_btn {height:45px;float:right;color:#fff;background:var(--color) !important;width:45px;font-size:15px; border:1px solid var(--color) !important;border-radius: 0;}
#bo_list_wrap form#fsearch .sch_btn:hover{background:#1b1b1b !important; border-color:#1b1b1b !important;}
#bo_list_wrap 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 form#fsearch {width: 70%;}
	#bo_list_wrap form#fsearch select{width: 120px;}
	#bo_list_wrap form#fsearch .sch_bar{width: calc(100% - 135px);}
}
@media all and (max-width:600px){
	#bo_list_wrap form#fsearch {width:100%;}
}
@media all and (max-width:420px){
	#bo_list_wrap form#fsearch select{width: 100px;}
	#bo_list_wrap form#fsearch .sch_bar{width: calc(100% - 115px);}
}



/* 뷰 */
#bo_v #bo_v_info{width:100%;max-width:1320px;margin: 0 auto; border-bottom: 1px solid #ddd;}
#bo_v h1#bo_v_title{font-size: var(--font24); padding-bottom: 20px; margin-bottom: 20px; border-bottom: 2px solid var(--color); word-break: break-all; line-height: 1.4;}
#bo_v_data li.prev_list,
#bo_v_data li.next_list{padding: 10px; gap: 10px; align-items: center; color: #787878;}
#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;}
.na-videowrap{max-width: 100%;}

/* 쓰기 */
#bo_w form>ul li{width:100%;display: flex;flex-direction:column;justify-content: space-between;align-items: start;  padding: 12px 20px !important;}
.form-group{padding-left: 15px;}
#bo_w form>ul li label{display: flex;align-items: center;font-size:var(--font20);color:#000;font-weight:500;margin-bottom:0;padding: 0;}
#bo_w form>ul li label span{color:var(--color);font-weight:500;padding-left: 5px;}
#bo_w form>ul li>div{width: 100%;padding-left: 0; flex-direction: column; align-items: start; gap: 10px;}
#bo_w form>ul li input{width:100%;height: 50px;line-height: 48px;border: 1px solid #E9E9E9;padding: 0 10px;font-size:var(--font20);font-weight:500;color: #000;transition: 0.3s;border-radius: 5px;}
#bo_w form>ul li input::placeholder{color: #9F9F9F; font-weight: 400;}
#bo_w form>ul li input:active,
#bo_w form>ul li input:focus{outline: none; border: 1px solid var(--color) !important;}
.custom-file{height: auto;}
.custom-file-label{height: 100%;}
.custom-file-label::after{height: 100% !important;}
#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(--font26);text-align: center;font-weight: bold;border-radius: 5px !important;width: calc(50% - 10px);}
.board_linkbox{display: none !important;}
@media screen and (max-width:800px){
	#bo_w form>ul li{padding: 12px 0 !important;}
	#bo_w form>ul li input{height: 45px; line-height: 45px;}
}


/* 모바일 목록 */
@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 .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;
	}
}