@charset "utf-8";
.nt-container-wide { max-width: 909px !important;}
#bo_w{max-width: 1440px;margin:0 auto;}
#bo_list_wrap .sly-tab .d-flex{border-left:0 !important;}
/* 모바일 목록 */
@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;
	border-radius: 10px;
}
#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;
	}
}
.img-wrap{border: 1.5px solid #A2A2A2; border-radius: 12px !important;}
.img-wrap:hover{border: 1.5px solid #000;}



/* 카테고리 */
#client-cate-ul{width:100% !important;}
#client-cate{text-align:center; margin-bottom: 40px; margin-top:10px; overflow:visible;}
#client-cate .client-wrap{display:flex;justify-content:center;}
#client-cate .client-list{display:flex;list-style:none;margin:0;padding:0;background:#fff;}
#client-cate .client-list li{flex:1;}
#client-cate .client-list li a { display: flex; align-items: center; justify-content: center; height: 62px; min-width: 220px; font-size: 18px; font-weight: 500; color: #A2A2A2; background: #fff; border-right: 1px solid #000; text-decoration: none; transition: all .2s ease; border-top: 1px solid #000; border-bottom: 1px solid #000; }
#client-cate .client-list li:first-child a { border-left: 1px solid #000; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
#client-cate .client-list li:last-child a{ border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
#client-cate .client-list li.active a{background:#ddd;color:#000!important;font-weight:700;opacity:1!important;}
#client-cate .client-list li a:hover{background:#D9D9D9;color:#000;}
.sly-tab li a{border:none;}


/* 리스트 */
.support-header { display: flex; justify-content: space-between; align-items: center; margin: 80px auto 50px; max-width: 1000px; }
.support-title { font-size: 48px; font-weight: 700; margin: 0; }
.support-sub { max-width: 1000px; margin: 0 auto; font-size: 24px; color: #111; }

/* 검색 */
#bo_search .search-wrap { flex: 1; display: flex; justify-content: flex-end; }
#bo_search .search-box { display: flex; align-items: center; width: 100%; max-width: 500px; border: 1px solid #D9D9D9; overflow: hidden; transition: border-color .3s ease; }
#bo_search .search-box:focus-within { border-color:#000; }
#bo_search .search-box input[type="text"] { flex: 1; border: none; outline: none; padding: 10px 18px; font-size: 16px; color: #222; border-right: 1px solid #D9D9D9;width: 330px;}
#bo_search .search-box input::placeholder { color:#D9D9D9; }
#bo_search .search-box button { width: 60px; border: none; background: #fff; cursor: pointer; }
#bo_search .search-box button svg { stroke: #5E5E5E; transition: stroke 0.3s ease; }
#bo_search .search-box button:hover svg { stroke: #000; }


/* 상세페이지 */
.head_title{margin: 50px auto;text-align:center;}
.head_title h3{font-size:28px;color:#5D5D5D;}
.head_title h4{font-size:42px;}

.head_img_box{border:1.5px solid #5E5E5E;border-radius:12px;max-width:522px;margin: 0 auto;}
.head_img_box img{border-radius:12px !important;}

.template_box1{background-color:#F9F9F9;padding:100px; margin: 100px auto; border-top: 2px solid #E8E8E8;}
.template_box_inner1{margin:0 auto;text-align: center;}
.template_box_inner1 h5{font-size:38px;margin-bottom:20px;}
.template_box_inner1 p{font-size:28px;}

.template_box2{padding:100px;border-bottom:2px solid #E8E8E8;}
.template_box_inner2{margin:0 auto;text-align: center;}
.template_box_inner2 p{font-size:40px;}

.template_frame_box{}
.template_frame_inner{max-width:1000px;width:100%;margin:0 auto;}
.template_frame_title{font-size:40px;margin: 50px auto;}
.btn-box{max-width:1000px;width:100%;margin:0 auto;}

.template_frame_inner .row .card { border: 2px solid transparent; transition: border-color 0.25s ease; border-radius: 10px;}
.template_frame_inner .row .card:hover { border-color: #000; }
.template_frame_inner .row .card-bg{background-color:#F5F5F5;}
.card-img-top{border-radius: 10px;}


@media (max-width:1199px) and (min-width:992px){

}

@media (max-width:991px) and (min-width:768px){

	#client-cate .client-list li a{height: 50px; min-width: 150px;font-size:15px;}

	.template_box1{padding:30px; margin:40px auto;}
	.template_box2{padding: 20px;}
	.template_frame_inner{padding:0 20px;}

}

@media(max-width:767px){
	#bo_search{margin:0 auto;}
	#bo_search .search-box input[type="text"]{padding: 3px 8px;font-size: 14px; width: 140px;}
	#bo_search .search-box button{width: 40px;}
	#bo_search .search-box button svg{width: 15px;}

	.support-header { flex-direction: column; align-items: flex-start; gap: 20px; }
	.support-title { font-size: 28px; margin:0 auto;}
	.support-sub{font-size: 12px; padding:0px 30px;}

	#client-cate{ margin: 10px auto;}
	#client-cate .client-list li a{height: 30px; min-width: 100%;font-size:12px;}
	#client-cate .client-list li:first-child a{border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
	#client-cate .client-list li:last-child a{border-top-right-radius: 5px; border-bottom-right-radius: 5px;}

	.head_title{margin: 30px auto;}
	.head_title h3{font-size:14px;}
	.head_title h4{font-size:20px;}
	.head_img_box{max-width:323px;}


	.template_box1{padding:30px; margin:40px auto;}
	.template_box_inner1 h5{font-size: 18px;margin-bottom: 10px;}
	.template_box_inner1 p{font-size: 12px;}

	.template_box2{padding: 20px;}
	.template_box_inner2 p{ font-size: 14px;}

	.template_frame_inner{padding:0 20px;}
	.template_frame_title{ font-size: 14px; margin: 20px auto;}
	
	.card-img-top{height: 100px !important;}
	.card-title{font-size: 12px;}
	.card-body{ padding: .25rem;}
	.col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; padding-right: 5px; padding-left: 5px; }

	#bo_list_wrap{ padding: 20px 40px;}
	
}