@charset "utf-8";

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


/* 새로 작성한 폼 스타일 */



/* 게시판 커스텀 목록 */
.responsive #bo_list {
	font-size: 16px !important;
}

#bo_list .list-head, .na-table-head > div {font-size: 16px !important; font-weight: 500;}

#bo_list .na-table-head > div {padding: 1.46rem 0;}

#bo_list .na-table > li > div {padding: 1.4rem 0 !important; font-weight: 300; color: #000;}


/* 하단 페이지 네비게이션 */

.paging-nav {font-size: 15px !important; color: #000;}
.paging-nav .page-link {display: flex; border: 1px solid transparent; box-sizing: border-box;  font-weight: bold;}

.paging-nav .page-item.active .page-link {background: transparent !important; color: inherit; border-color: #7d7d7d !important;}
.paging-nav .page-item.disabled .page-link {height: 100%; color: inherit; border-color: transparent; height: 100%;}

.page-item:first-child .page-link {
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-link:hover, .page-link:focus {background: transparent; color: #ff0000; box-shadow: none;}





/* simple-board22 글쓰기 & 본문 스킨 */
.itemBox_common { display:grid; grid-template-columns:1fr 1fr; padding: 3em 0; gap:min(4.29vw,36px); color: #333; }
/* 중요(신청서 서식 빨간글씨) */
.itemBox_common .important { color: #ff0000 !important; }
/* full size grid */
.itemBox_common .grid-full { grid-column:1/3; }
/* 자동등록방지 */
.itemBox_common #captcha #captcha_img, 
.itemBox_common #captcha #captcha_key { height: 60px; }
.itemBox_common #captcha #captcha_key { width: 120px; }

.itemBox_common .box3 { padding-top: 60px; }
.itemBox_common .box .titleV1 { text-align: center; font-size: min(5.71vw,30px); font-weight: bold;  line-height: 2.3333em; padding-bottom: 1em; }
.itemBox_common .box .input_groupV1 { border-top: 2px solid #333; font-size: min(4.29vw,18px); }
.itemBox_common .box .input_groupV1 > li { 
display:grid; grid-template-columns:9.44em 1fr; grid-auto-rows:minmax(auto,74px); border-bottom: 1px solid #e1e1e1;
}
/* 자동등록방지 입력칸 */
.itemBox_common .box .input_groupV1 > li.type_captcha { grid-auto-rows:minmax(auto,100px);  }

.itemBox_common .box .input_groupV1 .labelV1 { 
background: #f6f6f6; font-weight: bold; padding: 1.38em 1em; display:flex; align-items:center; line-height: 1.2; margin-bottom: 0;
}
/* 두줄짜리 label */
.itemBox_common .box .input_groupV1 .labelV1.type1 { padding: 0 1em; }
.itemBox_common .box .input_groupV1 .inputV1 { display:flex; align-items:center; padding: 0 1em; }
.itemBox_common .box .input_groupV1 .inputV1 .frm_input { margin: 0; }
/* 신청서 서식,첨부 input */
.itemBox_common .box .input_groupV1 .inputV1.type1 > div { display:flex; align-items:center; font-size: 0.83em; padding: 0 1.5em; color: inherit; gap:1em; }
.itemBox_common .box .input_groupV1 .inputV1.type1 > div > * { color: inherit; }



/* 다운로드 */
.itemBox_common .box .input_groupV1 .inputV1.type1 .down1 .important { transform:translateY(0.5px); display: inline-block; margin-left: 5px; }
.itemBox_common .box .input_groupV1 .inputV1.type1 .icon1 { color: #91959c; background: #ebedef; border: 1px solid #91959c; padding: 0.3em; border-radius:0.2em; }

/* submit-wrap */
.itemBox_common .submit-wrap {display: flex; justify-content: center; gap: 1.5em; margin: 4.5em 0 0;}
.itemBox_common .submit-wrap > * { 
    display: flex; justify-content: center; align-items: center; border-radius: 40px;
    color: #fff; font-size: 15px; width: 100%; max-width: 190px; height: 50px;
    background: #0066b2;
}

/* agree-wrap */
.itemBox_common .agree-wrap { 
background: #f6f6f6; font-size: 16px; text-align: center; border: 1px solid #e1e1e1; padding: 1.4em 1em 1em; color: #333;
}
.itemBox_common .agree-wrap p { line-height: 1.56em; padding-bottom: 0.5em; }
.itemBox_common .agree-wrap label { font-size: 1.25em; padding-top: 1em; }
.itemBox_common .agree-wrap label input { transform:translateY(-1px); width: 1em; height: 1em; }

@media (max-width:991px) {
	.itemBox_common { grid-template-columns:1fr; }
	.itemBox_common .grid-full { grid-column:initial; }
	.itemBox_common .box3 { padding-top: 0; }
	.itemBox_common .box .input_groupV1 > li { grid-auto-rows:minmax(auto,80px); }

	.itemBox_common .box .input_groupV1 .inputV1.type1 > div { flex-wrap:wrap; height: auto; padding: 0.5em 1.5em; }
}
@media (max-width:580px) {
	.itemBox_common .box .input_groupV1 > li { grid-template-columns:1fr; grid-auto-rows:auto; }
	.itemBox_common .box .input_groupV1 .labelV1.type1 { padding: 1em; }
	.itemBox_common .box .input_groupV1 .inputV1  { padding: 1em; }
}


/* simple-board22 본문 스킨 */
@media (max-width:768px) {
	.bo_v_file_cnt { position: static; display: block; margin-top: 10px; }
    .bo_v_data_dateV1 { line-height: 1.4; }
    .bo_v_data_dateV1 .itemBox_common_dateV1 { display: none; }
}