@charset "utf-8";


.bo-sort-admin a {
  padding: 2px 6px;
  font-size: 11px;
}

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:50px;
	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;
}
/* 게시판 링크 */
#bo_v_data .link_row{ background: #f2f5f9;}
#bo_v_data .link_row>div{color:#222; font-weight: 500;}
#bo_v_data .link_row a{ color:#02499d}
#bo_v_data .link_row a:hover{ color:#8b8075; text-decoration: underline;}
#bo_v_data a{color: #bbb;}
/* 게시판 읽기 : 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;
	}
}


.board-tit { padding: 100px 0; }

.board-tit p { padding: 0 0 10px; font-size: 16px; text-align: center; color: #111;}
.board-tit h3 { font-size: 40px; line-height: 1.3; text-align: center; color: #000; font-weight: 400;}
.board-tit h3 span { display: block;}
@media (max-width:1199px){
    .board-tit  { padding: 90px 0; }
    .board-tit  h3 { font-size: 40px; }
}
@media (max-width:991px){
    .board-tit  { padding: 80px 0; }

    .board-tit  h3 { font-size: 38px; }
    .board-tit  h3 span { display: inline;}
}
@media (max-width:768px){
    .board-tit   { padding: 60px 0; }
    .board-tit  h3 { font-size: 34px; }
}
@media (max-width:576px){
    .board-tit   { padding: 50px 0; }
    .board-tit  h3 { font-size: 28px; }
}
@media (max-width:480px){
    .board-tit   { padding: 40px 0; }
    .board-tit  h3 { font-size: 26px; }

}

.sly-tab .d-flex { border: 0;}
#bo_cate_ul { gap:1rem; margin-bottom: 6rem; }
#bo_cate_ul li { flex:1;}
#bo_cate_ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 4rem; font-size: 1.6rem; color: #16375e; background: var(--sky-light); border: 0; }
#bo_cate_ul li.active a ,
#bo_cate_ul li a:hover { font-weight: 400; color: #fff; background: #16375e; }

@media(max-width:991px){
	#bo_cate_ul { margin-bottom: 3rem; }
}
@media(max-width:576px){
	#bo_cate_ul {flex-wrap:wrap; gap:10px 5px;}
	#bo_cate_ul li {overflow: hidden; flex:auto; width: calc((100% - 20px) / 3);}
}

.bo_list {overflow-y: hidden; overflow-x: auto; width: 100%;}
.bo_list::-webkit-scrollbar { -webkit-appearance: none; }
.bo_list::-webkit-scrollbar:horizontal { height: 12px; }
.bo_list::-webkit-scrollbar-thumb {  background: var(--indigo);  border-radius: 8px;  }
.bo_list::-webkit-scrollbar-track { border-radius: 8px; background-color: var(--sky-light);}

.bo_list .col1 { width: 15.6rem; }
.bo_list .col2 { width: 15.6rem; }
.bo_list .col3 { flex:1 }
.bo_list .col4 { width: 10.4rem;  }
.bo_list .col5 { width: 10.4rem;  }
.bo_list .col6 { width: 10.4rem;  }
.bo_list__head { display: flex; }
.bo_list__body { display: table; border-top: 2px solid var(--indigo); margin-bottom: .5rem; }
.bo_list__body li:nth-of-type(odd) { background: #f1f1f1; }
.bo_list__body li a { display: flex; }

.table-col { overflow: hidden; padding: 1.3rem .5rem;  text-align: center; font-weight: 400;  font-size: 1.6rem; margin: -1px 0 0 -1px; ; }
.table-col span {  overflow: hidden;  display: block; text-overflow: ellipsis; white-space: nowrap}



@media(max-width:1200px){
	.bo_list .col1 { width: 14rem; }
	.bo_list .col4 { width: 8rem;  }
	.bo_list .col5 { width: 8rem;  }
	.bo_list .col6 { width: 8rem;  }
	.bo_list__body .table-col { font-size: 1.5rem;}
}
@media(max-width:991px){
	.table-col { padding: 1.5rem .5rem;}
	.bo_list__head,
	.bo_list__body { min-width: 700px; }
}
@media(max-width:576px){
	.bo_list .col2 { width: 13rem; }

}
.pagination { margin-top: 3rem;}





.stats { display: flex; gap:10rem; align-items: center; margin-bottom: 7.8rem; }
.stats img { max-width: 100%;}
.stats ul { }
.stats ul li {  font-weight: 500; line-height: 1; }
.stats ul li+li { margin-top: 1.8rem;}
.stats ul li span { display: inline-block; margin-right: 1rem; width: 1.6rem; height: 1.6rem; background: red;  }
.stats ul li:nth-of-type(1) span { background:#4572a7 ;}
.stats ul li:nth-of-type(2) span { background:#aa4643 ;}
.stats ul li:nth-of-type(3) span { background:#89a54e ;}
.stats ul li:nth-of-type(4) span { background:#71588f ;}
.stats ul li:nth-of-type(5) span { background:#4198af ;}
.stats ul li:nth-of-type(6) span { background:#db843d ;}

@media(max-width:1050px){
	.stats { gap: 8rem;}
}
@media(max-width:768px){
	.stats {  gap: 3rem;  margin-bottom: 6rem;}
	.stats .img { flex:1 }
	.stats ul { width: 250px;}
	.stats ul li+li { margin-top: 1.5rem;}
}
@media(max-width:576px){
	.stats { flex-direction: column;  margin-bottom: 4rem;}
	.stats .img { width: 280px; }
	.stats ul { width: 250px;}
	.stats ul li+li { margin-top: 1.5rem;}
}
