@charset "utf-8";

/* 게시판 쓰기 */
#autosave_wrapper {position:relative; font-size:14px;}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:100%;height:auto !important;height:180px;max-height:205px;border:1px solid #565656;background:#fff;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
#autosave_pop:before{content: "";position: absolute;top: -8px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #000 transparent;}
#autosave_pop:after{content: "";position: absolute;top: -7px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #fff transparent;}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important;}
#autosave_pop button {margin:0;padding:0;border:0;}
#autosave_pop ul {margin:0px;padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:156px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover{background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del{background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:26px;width:20px;}

.cke_sc { display:none; }

/* 기타 */
#bo_v_con div { position: relative; margin-bottom: 1rem; }
#bo_v_con img { margin-bottom: 1rem; }
#bo_v_con iframe { position: absolute; width: 100%; height: 100%; }
#bo_v_con .video { position: relative; width: 100%;	padding-bottom: 56.25%;	border-radius: 2px;	overflow: hidden; }
#bo_v_con .video iframe { position: absolute; width: 100%; height: 100%; }

/* 커스텀 */
.anchor { position: relative } 
.anchor a { position: absolute; top: -60px }
/* .pagination { margin-bottom: 0.75rem; } */

.table { table-layout: fixed; }

.list-icon { width: 20px; height: 20px; vertical-align: text-bottom; }
.view-icon { width: 48px; height: 48px; }
.comm-icon { width: 48px; height: 48px; }
.comm-body { background: #f4f4f4; padding: 10px 20px 10px 20px; border-radius: 5px; }

#aboutTb {
	box-sizing: border-box;
	--about-direction: row;
	--about-gap: clamp(48px, 6vw, 96px);
	--poster-width: 700px;
	width: 100vw !important;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 0px !important;
	text-align: left !important;
}

#aboutTb .aboutTb-inner {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 1600px !important;
	margin: 150px auto !important;
	display: flex !important;
	flex-direction: var(--about-direction) !important;
	gap: var(--about-gap) !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding:0 3vw;
}

#aboutTb .about-left {
	flex: 0 0 var(--poster-width) !important;
	width: var(--poster-width) !important;
	max-width: var(--poster-width) !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 10px !important;
	box-shadow: 22px 26px 46px rgba(32, 28, 20, 0.16) !important;
	overflow: visible !important;
}

#aboutTb .about-left img {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
}

#aboutTb .about-right {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	max-width: 760px !important;
	margin: 0 !important;
	text-align: left !important;
}

#aboutTb .messageTitle {
	margin: 0 0 34px !important;
	text-align: left !important;
	position:relative;
	padding-top:25px;
}

#aboutTb .messageTitle::before {
content:'';
position:absolute;
top:0px;
left:0px;
width:30px;
height:1px;
background-color:#111}


#aboutTb .messageTitle span {
	display: block !important;
	margin-bottom: 12px;
	color: #40b387;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

#aboutTb .messageTitle h2 {
	margin: 0 0 20px !important;
	color: #222;
	font-size: clamp(25px, 4vw, 40px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing:-1.5px;
}

#aboutTb .messageTitle p {
	margin: 0 !important;
	color: #111;
	font-size: 17px;
	line-height: 1.45;
	word-break: keep-all;
}

#aboutTb .schedule-info {
	padding: clamp(28px, 3vw, 44px) !important;
	text-align: left !important;
	position:relative;
	margin-top:80px;
	box-sizing: border-box;
	background: #40b387;
	color: #fff;
	border-radius:10px;
}


#aboutTb .schedule-info h2 {
	margin: 0 0 24px !important;
	color: #fff;
	font-size: clamp(24px, 3vw, 40px);
	font-weight:800;
	line-height: 1.35;
	word-break: keep-all;
	letter-spacing:-1.5px;
}


#aboutTb .schedule-info dl {
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr) !important;
	gap: 18px !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

#aboutTb .schedule-info dt,
#aboutTb .schedule-info dd {
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
	word-break: keep-all;
}

#aboutTb .schedule-info dt {
	font-weight: 500;
	color:#fff;
}

#aboutTb .schedule-info dd {
	color:#fff;
}

#aboutTb .schedule-info h2,
#aboutTb .schedule-info h2 span,
#aboutTb .schedule-info dl,
#aboutTb .schedule-info dt,
#aboutTb .schedule-info dd,
#aboutTb .schedule-info i {
	color: #fff !important;
}

 .day-reveal {
	--day-reveal-delay: 0s;
	opacity: 0;
	transform: translateY(28px);
	animation: none;
	will-change: opacity, transform;
}

#aboutTb.about-animation-ready .day-reveal {
	animation-name: dayFadeSlideUp;
	animation-duration: 0.72s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-fill-mode: forwards;
	animation-delay: var(--day-reveal-delay) !important;
}

.day-delay-1 { --day-reveal-delay: 0.15s; } /* 좌측 포스터 */
.day-delay-2 { --day-reveal-delay: 0.55s; } /* 우측 상단글 */
.day-delay-3 { --day-reveal-delay: 1s; } /* 우측 하단글 */
.day-delay-4 { --day-reveal-delay: 2.05s; }
.day-delay-5 { --day-reveal-delay: 2.25s; }
.day-delay-6 { --day-reveal-delay: 2.45s; }
.day-delay-7 { --day-reveal-delay: 2.65s; }
.day-delay-8 { --day-reveal-delay: 2.85s; }

@keyframes dayFadeSlideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.day-reveal {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

@media (max-width: 1500px) {
	#aboutTb .schedule-info h2 {font-size:30px}
	#aboutTb .messageTitle p br {display:none}
}

@media (max-width: 1280px) {
	#aboutTb {
		--poster-width: 500px;
		--about-gap: 80px;
		padding:0px 3vw !important;
		margin:70px auto !important;
	}


	#aboutTb .aboutTb-inner {
		width: 100% !important;
		max-width: calc(100vw - 6vw) !important;
		margin:30px auto !important;
	}

}


@media (max-width: 1024px) {
	#aboutTb {
		--poster-width: 400px;
		--about-gap: 50px;
		padding:0px 3vw !important;
		margin:70px auto !important;
	}


	#aboutTb .aboutTb-inner {
		width: 100% !important;
		max-width: calc(100vw - 6vw) !important;
		margin:30px auto !important;
		align-items: flex-start !important;
	}

}



@media (max-width:820px) {
	.about-skin-disabled-sub-visual-2026 {
		height: 300px !important;
		min-height: 300px !important;
		padding-top: 0 !important;
	}

	.about-skin-disabled-sub-visual-2026 #sub-visual,
	.about-skin-disabled-sub-visual-2026 .sub-visual-inner {
		height: 100% !important;
		min-height: 300px !important;
		padding: 0 !important;
	}

	.about-skin-disabled-sub-visual-2026 .sub-visual-left {
		position: absolute !important;
		top: 50% !important;
		left: 0 !important;
		z-index: 4 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		padding-left: 4vw !important;
		transform: translateY(-50%) !important;
	}

	.about-skin-disabled-sub-visual-2026 .sub-visual-copy {
		width: min(58vw, 360px) !important;
		max-width: none !important;
		margin-left:50px;
		margin-top:30px;
	}

	.about-skin-disabled-sub-visual-2026 .sub-visual-title {
		font-size: clamp(30px, 7vw, 35px) !important;
		line-height: 1.18 !important;
		letter-spacing: -2px !important;
	}

	.about-skin-disabled-sub-visual-2026 .sub-visual-info {
		margin-top: 22px !important;
		font-size: clamp(16px, 3.8vw, 18px) !important;
		line-height: 1.35 !important;
	}

	.about-skin-disabled-sub-visual-2026 .sub-visual-right {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 300px !important;
	}

	.about-skin-disabled-sub-visual-2026 .sub-visual-flower-field {
		inset: 36% 0 -50% 24% !important;
	}

	#aboutTb {
		--about-direction: column;
		--poster-width: 100%;
		--about-gap: 36px;
		padding:0px 5vw !important;
	}




	#aboutTb .about-left {
		max-width: 520px !important;
		margin: 0 auto !important;
	}

	#aboutTb .schedule-info h2 br {display:none}

	#aboutTb .schedule-info {
		margin-top: 54px !important;
		padding: 30px 26px !important;
	}

	#aboutTb .schedule-info::before {
		top: 26px;
		left: 26px;
	}
}

@media (max-width: 575px) {
	#aboutTb {
		padding: 0px 5vw 0px !important;
	}

	#aboutTb .messageTitle {
		margin-bottom: 28px;
	}

	#aboutTb .messageTitle span {
		font-size: 15px;
	}

	#aboutTb .messageTitle h2 {
		font-size: 27px !important;
	}

	#aboutTb .messageTitle p {
		font-size: 16px;
		line-height: 1.75;
	}

	#aboutTb .schedule-info {
		margin-top: 42px !important;
		padding: 26px 22px !important;
	}

	#aboutTb .schedule-info::before {
		top: 22px;
		left: 22px;
	}

	#aboutTb .schedule-info h2 {
		font-size: 27px !important;
	}

	#aboutTb .schedule-info dl {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 14px 0 !important;
	}

	#aboutTb .schedule-info dt,
	#aboutTb .schedule-info dd {
		font-size: 16px;
	}

	.about-skin-disabled-sub-visual-2026 .sub-visual-copy {margin-left:20px}
	.about-skin-disabled-sub-visual-2026 .sub-visual-flower-field {inset: 46% 0 -50% 4% !important;}
}


@media (max-width: 575px)
{
	#captcha_audio {display:none !important;}

	.xs-100 { width: 100%; }
	.xs-full {
		width: 100vw;
		position: relative;
		/* margin-top: -36px; */
		margin-left: -50vw;
		left: 50%;
	}
	.xs-full td	{ padding: 8px 18px; }

	.list-icon { width: 18px; height: 18px; vertical-align: text-top; }
	.comm-icon { width: 24px; height: 24px; margin: 10px; position: absolute; }
	.comm-body { padding: 10px; }
	.comm-name { margin: 0 0 6px 30px; }
}
