@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;
	}
}


#datepicker { width:100%; }

.ui-datepicker { font-family: 'Paperlogy-4Regular' !important; }
.ui-datepicker th { font-weight: 400 !important; }
.ui-datepicker table { font-size: 19px !important; }
.ui-widget-header { font-weight: 400 !important; }

.nonline_box { position:relative;width:100%;height:auto;overflow:hidden;margin:0px auto;margin-bottom:50px;display:flex;gap:22px; }
.nonline_box_inbox { width:33.33333%;height:auto;overflow:hidden; }
.nonline_box_inbox .round_box { width:100%;height:auto;overflow:hidden;padding:50px 40px;border:1px solid #eee;border-radius:25px;min-height:829px; }
.ntitle { width:100%;height:auto;overflow:hidden;font-size:32px;line-height:35px;color:#85ab3f;margin-bottom:18px;font-weight:500;font-family: 'Paperlogy-8ExtraBold'; }
.nsubtitle { width:100%;height:auto;overflow:hidden;font-size:23px;line-height:27px;color:#222222;margin-bottom:15px; }
.nsubtitle .cspan { color:#85ab3f; }
.ninputbox { position:relative;width:100%;height:auto;overflow:hidden;font-size:20px;line-height:23px;display:flex;align-items: center;margin-bottom:18px;letter-spacing:-0.5px; }
.ninputbox input[type='text'] { line-height:44px;height:49px;border-radius:8px !important; }
.ninputbox label { font-weight:300;margin-bottom:0px; }
.ninputbox select { font-size:18px;width:100%;line-height: 40px;height: 49px;border-radius: 8px !important;border: 1px solid #eee;padding: 0px 25px 0px 30px;outline:0px;background-image: url(/img/select_icon.png);background-repeat: no-repeat;background-position: right 10px center;background-size: 16px;padding-right: 30px;-webkit-appearance: none;-moz-appearance: none;appearance: none; }

.nonline_box_inbox .round_box .ninputbox:last-child { margin-bottom:0px; }

.notice { width:100%;height:auto;overflow:hidden;background:#fffde2;border:1px solid #eee;border-radius:24px !important;padding:20px 15px;margin-top:10px; }
.notice .notice_round { width:70px;height:70px;overflow:hidden;border:1px solid #eee;border-radius:50px;padding:20px 15px;text-align:center;font-size:24px;color:#f6a51e;font-weight:bold;margin:0px auto;margin-bottom:12px; }
.notice .ntext { width:100%;height:auto;overflow:hidden;font-size:17px;line-height:23px;text-align:center; }
.notice .ntext span { color:#f6a51e;font-weight:500; }
.notice_bottomtext { width:100%;height:auto;overflow:hidden;font-size:15px;line-height:23px;text-align:left;padding-top:10px;color:#132140;letter-spacing:-0.5px; }
.notice_bottomtext .btn-popup { display:inline-block;cursor:pointer;border:1px solid #e4e4e4;font-size:12px;color:#132140;border-radius:10px;padding:0px 13px;float:right; }
.notice_bottomtext .btn-red { color:#e41e1e; }

.reset { display:inline-block;width:100%;height:auto;overflow:hidden;font-size:16px;line-height:27px;text-align:right;color:#132140; }

.ncheckbox { width:100%;height:auto;overflow:hidden;margin-bottom:11px;display:flex;flex-wrap: wrap; }
.check_box { width:33.33333%;height:auto;overflow:hidden;padding:3px 6px 3px 0px; }
.check_box input[type='checkbox'] { display:none; }

.cinbox { float:left;width:100%;height:auto;overflow:hidden;border:1px solid #eee;text-align:center;padding:18px 0px;font-size:18px;line-height:23px;cursor:pointer;font-weight:300; margin:0px; border-radius:18px !important;}
.cinbox img { margin-bottom:15px; }

input[id="ex2_00"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_01"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_02"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_03"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_04"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_05"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_06"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_07"]:checked + label { background:#f3f6eb !important; }
input[id="ex2_08"]:checked + label { background:#f3f6eb !important; }

.nhidden { display:none; }
.nhidden_btn { display:block !important;line-height:49px !important;height:49px }
.nbtnbox { position:absolute;width:54.6%;height:auto;overflow:hidden;top:0px;line-height:47px;text-align:center;border:1px solid #eee;border-radius:24px;color:#222;background:#fff;z-index:1;cursor:pointer; }
.wr_9a { left:0px; }
.wr_9b { right:0px; }
.nbtnbox_on { color:#fff;background:#85ab3f;border:1px solid #85ab3f;z-index:2; }


.write-btn-center { max-width:725px;width:100%;height:auto;overflow:hidden;margin:0px auto;display:flex;justify-content: space-between; }
.ok_btn { width:48%;line-height:72px;height:72px;overflow:hidden;background:#85ab3f;color:#fff;border-radius:36px;font-size:22px;font-weight:400;outline:0px;border:0px; }
.cancel_btn { width:48%;line-height:72px;height:72px;overflow:hidden;background:#ccc;color:#fff;border-radius:36px;font-size:22px;font-weight:300;outline:0px;border:0px; }


.ui-widget.ui-widget-content { width:100% !important;min-height:273px; }


.br1377 { display:block; }
.br1327 { display:block; }
@media (max-width: 1377px) {
.br1377 { display:none; }
}
@media (max-width: 1327px) {
.br1327 { display:none; }
.notice .ntext { font-size:15px;line-height:23px; }
}

@media (max-width: 1350px) {
.ntitle { font-size:27px;line-height:32px;margin-bottom:10px; }
.ninputbox { font-size:15px;line-height:20px;margin-bottom:20px; }
.nsubtitle { font-size:16px;line-height:22px;margin-bottom:10px; }
.ninputbox input[type='text'] { line-height:40px;height:40px; }
.notice_bottomtext { font-size:13px;line-height:18px;padding-top:5px; }
.nonline_box_inbox .round_box { padding:20px 20px;border-radius:25px;min-height:700px; }
}

@media (max-width: 1200px) {
.nonline_box { position:relative;width:100%;height:auto;overflow:hidden;margin:0px auto;margin-bottom:0px; }
.nonline_box_inbox { float:none;width:100%;height:auto;overflow:hidden;padding:0px 0px;margin-bottom:30px; }
.ntitle { font-size:25px;line-height:30px;margin-bottom:15px;font-weight:500; }
.cinbox { padding:10px 0px;font-size:16px;line-height:20px;border-radius:15px !important;}
}

@media (max-width: 991px) {
.nonline_box { max-width:520px;flex-direction: column;padding:0px 10px;margin-bottom:30px; }
.nonline_box_inbox .round_box { padding:20px 15px;border-radius:25px;min-height:auto; }
.nonline_box_inbox { margin-bottom:0px; }

.ninputbox select { font-size:15px;line-height: 40px;height: 40px;padding: 0px 25px 0px 20px;padding-right: 30px; }

.write-btn-center { max-width:520px;padding:0px 10px; }
.ok_btn { width:48%;line-height:50px;height:50px;border-radius:25px;font-size:18px; }
.cancel_btn { width:48%;line-height:50px;height:50px;border-radius:25px;font-size:18px; }
}

.form-control { border:1px solid #eee; }