@charset "utf-8";

/* ==================================================== [INTRO] ==================================================== */
.intro-curtain-wrapper { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 9999; pointer-events: none; overflow: hidden; }
.curtain-panel { width: 50vw; height: 100vh; position: absolute; top: 0; overflow: hidden; background-color: #F3ECE6; }
/* 왼쪽 커튼 큰 번짐 & 물방울 */
.curtain-left { left: 0; }
.curtain-left::before { content: ''; position: absolute; top: -20%; left: -20%; width: 140%; height: 140%;
	background: radial-gradient(circle at 30% 25%, #F0D4D2 0%, transparent 50%),
				radial-gradient(circle at 80% 65%, #ECD0CE 0%, transparent 45%);
	filter: blur(50px); opacity: 0.8; mix-blend-mode: multiply; }
.curtain-left::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: radial-gradient(circle at 25% 35%, #EBADAC 0%, #EBADAC 1%, transparent 4%),
				radial-gradient(circle at 30% 38%, #F2C2C1 0%, #F2C2C1 2%, transparent 6%),
				radial-gradient(circle at 75% 15%, #EBADAC 0%, transparent 5%),
				radial-gradient(circle at 45% 70%, #EBADAC 0%, #EBADAC 1.5%, transparent 4.5%),
				radial-gradient(circle at 80% 85%, #E5BEBD 0%, transparent 8%);
	filter: blur(5px); opacity: 0.65; mix-blend-mode: multiply; }
/* 오른쪽 커튼 큰 번짐 & 물방울 */
.curtain-right { right: 0; }
.curtain-right::before { content: ''; position: absolute; top: -20%; left: -20%; width: 140%; height: 140%;
	background: radial-gradient(circle at 20% 70%, #EED2D0 0%, transparent 50%),
				radial-gradient(circle at 70% 30%, #EACCC9 0%, transparent 45%);
	filter: blur(50px); opacity: 0.8; mix-blend-mode: multiply; }
.curtain-right::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: radial-gradient(circle at 80% 55%, #EBADAC 0%, #EBADAC 1.5%, transparent 5%),
				radial-gradient(circle at 20% 25%, #EBADAC 0%, transparent 7%),
				radial-gradient(circle at 65% 80%, #EBADAC 0%, #EBADAC 1%, transparent 3.5%),
				radial-gradient(circle at 40% 45%, #F2C2C1 0%, transparent 6%),
				radial-gradient(circle at 85% 48%, #E5BEBD 0%, #E5BEBD 2%, transparent 5%);
	filter: blur(5px); opacity: 0.65; mix-blend-mode: multiply; }
.intro-text-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 10000; width: 100%; opacity: 0; }
.intro-title { font-size: 3.2rem; font-weight: 900; color: #554A45 !important; /* 맑아진 핑크 밍크에 맞춘 소프트 세피아 브라운 */ margin: 0 0 12px 0; letter-spacing: 5px; }
.intro-subtitle { font-size: 1.2rem; font-weight: 500; color: #80736C; margin: 0; letter-spacing: 1px; }

.www-main-container {
	width: 100%;
	position: relative;
}

/* ==================================================== [POPUP] ==================================================== */
.user-layer-popup { position: fixed; background: #ffffff; border: 1px solid #dcdcdc; box-shadow: 0 10px 25px rgba(0,0,0,0.15); display: flex; flex-direction: column; overflow: hidden; border-radius: 6px; font-family: inherit; }
.user-popup-header { background: #f8f9fa; padding: 10px 14px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eaeaea; user-select: none; }
.user-popup-title { font-weight: 600; font-size: 14px; color: #222222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-popup-close-x { background: none; border: none; cursor: pointer; font-size: 20px; color: #999; line-height: 1; padding: 0; }
.user-popup-close-x:hover { color: #333; }
.user-popup-body { flex: 1; overflow-y: auto !important; padding: 12px; font-size: 13px; color: #444; word-break: break-all; touch-action: pan-y !important; -webkit-overflow-scrolling: touch; }
.user-popup-body img { width: 100% !important; height: auto !important; display: block; object-fit: contain; }
.user-popup-body a { text-decoration: none; color: inherit; display: block; width: 100%; height: 100%; }
.user-popup-footer { background: #f8f9fa; padding: 8px 14px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eaeaea; user-select: none; }
.user-cookie-label { display: flex; align-items: center; cursor: pointer; font-size: 12px; color: #666; margin: 0; }
.user-cookie-label input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }
.user-popup-close-today-btn { background: none; border: none; cursor: pointer; font-size: 12px; font-weight: bold; color: #007bff; padding: 0; }
@media (max-width:1140px) {
	.user-layer-popup { top: 150px !important; left: 50% !important; transform: translateX(-50%) !important; width: 90% !important; max-width: 350px !important; height: auto !important; max-height: 60vh !important; box-shadow: 0 15px 35px rgba(0,0,0,0.3) !important; }
	.user-popup-body { max-height: 45vh !important; overflow-y: auto !important; }
}
/* ==================================================== [WWW-HEADER] 헤더 전체 레이아웃 세팅 (정렬 및 간섭 교정) ==================================================== */
.www-header { position: fixed; top: 0; left: 0; width: 100%; height: 115px; z-index: 9000; display: flex !important; align-items: center; justify-content: space-between; padding: 0 40px; box-sizing: border-box; box-shadow: 0 4px 15px var(--header-shadow) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, border-radius 0.35s ease !important; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.www-header [class*="mdi-"] { height: 20px !important; line-height: 20px !important;}
.www-header-logo { display: flex !important; align-items: center !important; justify-content: flex-start !important; height: 100% !important; flex-shrink: 0 !important; }
.www-header-logo a { display: flex !important; align-items: center !important; height: 100% !important; text-decoration: none !important; }
.www-logo-img { position:absolute; top:2px; height: 115px !important; width: auto !important; display: block !important; object-fit: contain !important; margin-right: 10px !important; transition: transform 0.3s ease !important; }
.www-header-logo a:hover .www-logo-img { transform: scale(1.05) !important; }

.www-nav { display: block !important; background: transparent !important; box-shadow: none !important; height: 70px !important; line-height: 70px !important; float: none !important; margin: 0 auto !important; }
.www-depth-1-ul { display: flex !important; align-items: center !important; justify-content: center !important; height: 100% !important; gap: 40px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.www-depth-1-li { position: relative !important; display: block !important; height: 100% !important; padding: 0 16px !important; margin: 0 !important; float: none !important; background: none !important; }
.www-nav-item { min-width: 80px; text-align: center; position: relative !important; display: inline-block !important; height: 70px !important; line-height: 70px !important; padding: 0 !important; text-decoration: none !important; font-size: 1.05rem !important; font-weight: 700 !important; color: var(--intro-text-title) !important; letter-spacing: -0.02em !important; transition: color 0.2s ease !important; }
.www-nav-item:hover { color: var(--primary-DeepPurple-400) !important; background-color: unset !important; }
.www-nav-item::after { content: '' !important; position: absolute !important; bottom: 12px !important; left: 50% !important; width: 0; height: 3px !important; background-color: var(--primary-DeepPurple-300) !important; border-radius: 2px !important; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important; transform: translateX(-50%) !important; }
.www-nav-item:hover::after, .www-nav-item.www-active::after { width: 100% !important; }
.www-nav-item.www-active { color: var(--primary-DeepPurple-400) !important; }

.www-depth-2-ul, .www-depth-3-ul { position: absolute !important; width: 190px !important; background-color: color-mix(in srgb, #f5fffc 95%, transparent) !important; border: 1px solid rgba(78, 65, 59, 0.12) !important; border-radius: var(--radius-md) !important; box-shadow: var(--shadow-lg) !important; padding: 6px 0 !important; margin: 0 !important; list-style: none !important; opacity: 0; visibility: hidden; transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important; z-index: 9100 !important; }
.www-depth-2-ul li, .www-depth-3-ul li { position: relative !important; float: none !important; height: auto !important; line-height: normal !important; padding: 0 !important; margin: 0 !important; }
.www-depth-2-ul { top: 65px !important; left: 50% !important; transform: translateX(-50%) translateY(10px) !important; box-sizing: border-box !important; }
.www-depth-3-ul { top: -6px !important; left: 100% !important; transform: translateX(10px) !important; }
.www-depth-2-ul a, .www-depth-3-ul a { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 11px 18px !important; font-size: 0.95rem !important; font-weight: 600 !important; color: var(--intro-text-title) !important; height: auto !important; line-height: normal !important; }
.www-depth-2-ul li a:hover, .www-depth-3-ul li a:hover { background-color: var(--primary-Mint-200) !important; color: var(--primary-DeepPurple-400) !important; }
.www-depth-2-ul li:hover > .www-depth-3-ul { opacity: 1 !important; visibility: visible !important; transform: translateX(0) !important; }
.www-nav:hover .www-depth-2-ul { opacity: 1 !important; visibility: visible !important; transform: translateX(-50%) translateY(0) !important; }

.www-header-tel { display: flex !important; align-items: center !important; justify-content: flex-end !important; height: 95px !important; align-self: flex-start !important; padding-top: 22px !important; flex-shrink: 0 !important; z-index: 9100; }
.www-header-tel a { position: absolute; display: flex !important; align-items: center !important; gap: 8px; padding: 8px 16px; border-radius: var(--radius-md); text-decoration: none !important; font-size: 1.35rem !important; font-weight: 700 !important; color: var(--intro-text-title) !important; transition: color 0.25s ease, transform 0.25s ease !important; }
.www-header-tel a::after { content: '' !important; position: absolute !important; bottom: -4px !important; left: 50% !important; width: 0; height: 3px !important; background-color: var(--primary-DeepPurple-300) !important; border-radius: 2px !important; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important; transform: translateX(-50%) !important; }
.www-header-tel a:hover { color: var(--primary-DeepPurple-400) !important; background-color: unset !important; transform: scale(1.05) !important; }
.www-header-tel a:hover::after { width: 100% !important; }
.www-header-tel a i { font-size: 1.2rem !important; display: inline-block !important; }
.www-header-tel a span { display: inline !important; }

@media (min-width:1140px) {
	.www-header { height: 115px !important; overflow: hidden !important; transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease !important; }
	.www-header:hover { height: 340px !important; background: linear-gradient(135deg, rgba(255, 255, 255, 0.93) 0%, color-mix(in srgb, var(--primary-Mint-100) 15%, rgba(255, 255, 255, 0.93)) 50%, color-mix(in srgb, var(--primary-DeepPurple-300) 8%, rgba(255, 255, 255, 0.93)) 100%) !important; border-bottom-left-radius: 40px !important; border-bottom-right-radius: 40px !important; box-shadow: 0 20px 40px rgba(74, 122, 113, 0.12) !important; }
	.www-nav { height: auto !important; line-height: normal !important; align-self: flex-start !important; padding-top: 22px !important; }
	.www-depth-2-ul { position: absolute !important; top: 75px !important; left: 0 !important; width: 100% !important; min-width: unset !important; opacity: 1 !important; visibility: visible !important; transform: none !important; background: transparent !important; border: none !important; box-shadow: none !important; padding: 15px 0 0 0 !important; margin: 0 !important; }
	.www-depth-2-ul li { width: 100% !important; display: block !important; margin-bottom: 5px !important; }
	.www-depth-2-ul a { display: block !important; text-align: center !important; justify-content: center !important; padding: 8px 0 !important; font-size: 0.95rem !important; font-weight: 600 !important; color: var(--intro-text-title) !important; border-radius: var(--radius-sm); transition: all 0.2s ease !important; }
	.www-depth-2-ul li a:hover { background-color: var(--primary-Mint-200) !important; color: var(--primary-DeepPurple-400) !important; }
	.www-depth-1-li:hover .www-depth-2-ul, .www-nav:hover .www-depth-2-ul { opacity: 1 !important; visibility: visible !important; transform: none !important; }
}

@media(max-width:1140px){
	.www-header { height:70px; padding:0 20px; }
	.www-logo-img { height:65px!important; }
	.www-nav { position:fixed; top:70px; right:-100%; width:280px; height:calc(100vh - 70px)!important; line-height:normal!important; background:#ffffff!important; padding:20px 0!important; box-shadow:-5px 0 15px rgba(0,0,0,0.05)!important; transition:right 0.3s ease-in-out; overflow-y:auto; z-index:9500; margin:0!important; }
	.www-header.menu-open .www-nav { right:0; }
	.www-depth-1-ul { flex-direction:column; align-items:stretch; justify-content:flex-start; height:auto!important; gap:0!important; }
	.www-depth-1-li { width:100%; height:auto!important; padding:0!important; border-bottom:1px solid rgba(0,0,0,0.04); }
	.www-nav-item { display:flex!important; align-items:center; width:100%; height:54px!important; line-height:54px!important; padding:0 24px!important; text-align:left; font-size:1rem!important; }
	.www-nav-item::after { display:none!important; }
	.www-depth-2-ul, .www-depth-3-ul { position:static!important; width:100%!important; max-width:100%!important; left:0!important; transform:none!important; box-sizing:border-box!important; display:block!important; max-height:0!important; opacity:0!important; visibility:hidden!important; overflow:hidden!important; box-shadow:none!important; border:none!important; border-radius:0!important; background-color:rgba(0,0,0,0.02)!important; padding:0!important; margin:0!important; transition:max-height 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease, visibility 0.25s!important; }
	.www-depth-2-ul li, .www-depth-3-ul li { width:100%!important; display:block!important; }
	html body .www-header .www-nav .www-depth-1-ul .www-depth-1-li:hover .www-depth-2-ul, html body .www-header .www-nav .www-depth-2-ul li:hover>.www-depth-3-ul { display:block!important; max-height:0!important; opacity:0!important; visibility:hidden!important; left:0!important; transform:none!important; }
	.www-depth-1-li.active-mobile>.www-depth-2-ul, .www-depth-2-ul li.active-mobile>.www-depth-3-ul { display:block!important; visibility:visible!important; opacity:1!important; max-height:300px!important; }
	html body .www-header .www-nav .www-depth-1-ul .www-depth-1-li.active-mobile:hover .www-depth-2-ul, html body .www-header .www-nav .www-depth-2-ul li.active-mobile:hover>.www-depth-3-ul { max-height:300px!important; opacity:1!important; visibility:visible!important; transform:none!important; }
	.www-depth-2-ul a, .www-depth-3-ul a { display:flex!important; align-items:center!important; justify-content:space-between!important; width:100%!important; box-sizing:border-box!important; padding:12px 24px 12px 40px!important; font-size:0.95rem!important; font-weight:600!important; color:var(--intro-text-title)!important; text-align:left!important; background:none!important; }
	.www-depth-3-ul a { padding-left:56px!important; font-size:0.85rem!important; }
	.www-depth-2-ul li a:hover, .www-depth-3-ul li a:hover { background-color:var(--primary-Mint-200)!important; color:var(--primary-DeepPurple-400)!important; width:100%!important; }
	.www-header::after { content:'\f035c'!important; font-family:'Material Design Icons'; font-size:1.7rem; color:var(--intro-text-title); cursor:pointer; display:flex; align-items:center; justify-content:center; width:40px; height:40px; transition:transform 0.25s ease; flex-shrink:0; }
	.www-header.menu-open::after { content:'\f0156'!important; transform:rotate(90deg); }
	
	.www-header-tel { position: absolute !important; right: 65px !important; top: 50% !important; transform: translateY(-50%) !important; height: auto !important; padding-top: 0 !important; margin: 0 !important; }
	.www-header-tel a { padding: 6px !important; background: none !important; border: none !important; font-size: 1.6rem !important; transition: transform 0.1s ease, color 0.1s ease !important; -webkit-tap-highlight-color: transparent; }
	.www-header-tel a:active, .www-header-tel a:hover { color: var(--primary-DeepPurple-400) !important; transform: scale(0.85) !important; }
	.www-header-tel a::after { display: none !important; }
	.www-header-tel a span { display: none !important; }
	.www-header-tel a i { font-size: 1.6rem !important; color: inherit !important; font-weight: normal !important; }
}

/* ############### 모든 섹션 공통 ################ */
.www-main-container { background-color: var(--intro-bg-base) !important; background-image: url("/resource/cms/img/noise.svg") !important; background-size: auto; background-position: top left; }
.section-1, .section-2, .section-3, .section-4, .section-5 { background: radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.45) 0%, transparent 55%), radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-DeepPurple-300) 22%, transparent) 0%, transparent 65%) !important; background-size: 100% 100% !important; background-position: center center !important; }
.scroll-guide-box { position: fixed; bottom: 15px; right: 15px; z-index: 100; display: flex; flex-direction: column; align-items: center; gap: 8px; pointer-events: none; opacity: 0.7; transition: opacity 0.3s; }
.scroll-mouse-icon { font-size: 28px; color: #333; animation: mouseScroll 1.5s infinite ease-in-out; }
.scroll-text { font-size: 11px; font-weight: 700; color: #333; letter-spacing: 1.5px; font-family: sans-serif; }
.scroll-guide-box .text-up { display: none; }
.scroll-guide-box .text-down { display: block; }
.scroll-guide-box.is-last .text-down { display: none; }
.scroll-guide-box.is-last .text-up { display: block; }
.scroll-guide-box.is-last .scroll-mouse-icon { animation: mouseScrollUp 1.5s infinite ease-in-out; }
@keyframes mouseScroll { 0% { transform: translateY(-6px); opacity: 0.3; } 50% { transform: translateY(4px); opacity: 1; } 100% { transform: translateY(-6px); opacity: 0.3; } }
@keyframes mouseScrollUp { 0% { transform: translateY(4px); opacity: 0.3; } 50% { transform: translateY(-6px); opacity: 1; } 100% { transform: translateY(4px); opacity: 0.3; } }
@media screen and (max-width:1140px) { .scroll-guide-box { display: none; } }

/* --- 메인 슬라이더 레이아웃 SECTION 2 3 4 횡스크롤 START--- */
.panel { width: 100%; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; box-sizing: border-box; }
.panel-content { text-align: center; z-index: 2; }
.vertical-section { width: 100%; }
.horizontal-scroll-container { width: 100%; height: 100vh; overflow: hidden; position: relative; }
.horizontal-track { display: flex; flex-wrap: nowrap; width: 300vw; height: 100vh; }
.horizontal-section { width: 100vw; flex-shrink: 0; }
@media (max-width: 1140px) {
	.horizontal-scroll-container { height: auto !important; overflow: visible !important; }
	.horizontal-track { display: block !important; width: 100% !important; height: auto !important; }
	.horizontal-section { width: 100% !important; height: auto !important; min-height: 100vh; position: relative !important; }
}
/* --- 메인 슬라이더 레이아웃 SECTION 2 3 4 횡스크롤 END--- */
/* ############### 모든 섹션 공통 ################ */

/* --- 메인 슬라이더 레이아웃 SECTION 1 START--- */
.main-slider-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; background: url("/resource/cms/img/noise.svg"), radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.45) 0%, transparent 55%), radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-DeepPurple-300) 22%, transparent) 0%, transparent 65%), var(--intro-bg-base) !important; background-size: 150% 150%; background-position: 0% center; }
.main-slider-track { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; cursor: grab; }
.main-slider-track:active { cursor: grabbing; }
.main-slide { position: absolute; width: 75vw; height: 80vh; border-radius: 24px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); will-change: transform, opacity; transform-origin: center center; margin-top: 65px; transition: box-shadow 0.5s ease; }
.main-slide::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(4px) brightness(0.85); -webkit-backdrop-filter: blur(4px) brightness(0.85); transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); z-index: 2; pointer-events: none; }
.main-slide.is-center { box-shadow: 0 30px 70px rgba(44, 78, 72, 0.25); }
.main-slide.is-center::after { backdrop-filter: blur(0px) brightness(1); -webkit-backdrop-filter: blur(0px) brightness(1); background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 40%, transparent 100%); }
.slide-title { font-size: 2.3rem; font-weight: 800; color: #FFFFFF !important; margin: 0; line-height: 1.4; word-break: keep-all; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
.slide-btn { opacity: 0.7; backdrop-filter: blur(4px); }
.slide-btn:hover { transform: translateY(-50%) scale(1.1); background: var(--primary-Mint-400) !important; color: #fff !important; opacity: 1; }
.slide-bg { width: 100%; height: 100%; background-size: cover; background-position: center; pointer-events: none; }
.slide-text-inner { position: absolute; bottom: 45px; left: 40px; right: 40px; z-index: 10; pointer-events: none; }
.main-slide .slide-text-inner > * { opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.main-slide.is-center .slide-text-inner > * { opacity: 1; transform: translateY(0); }
.main-slide.is-center .slide-text-inner > *:nth-child(1) { transition-delay: 0.15s; }
.main-slide.is-center .slide-text-inner > *:nth-child(2) { transition-delay: 0.27s; }
.main-slide.is-center .slide-text-inner > *:nth-child(3) { transition-delay: 0.39s; }
.slide-tag { display: inline-block; font-size: 0.8rem; font-weight: 800; color: #717171; background: var(--primary-Mint-100); padding: 5px 14px; border-radius: 30px; letter-spacing: 2px; margin-bottom: 14px; text-transform: uppercase; }
.btn-prev { left: 40px; }
.btn-next { right: 40px; }
.slider-controls { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); z-index: 100; display: flex !important; align-items: center !important; justify-content: center !important; padding: 12px 20px; background: rgba(243, 236, 230, 0.35); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 30px; box-shadow: 0 8px 32px rgba(78, 65, 59, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.25); }
.slider-pagination { display: flex !important; gap: 12px; }
.slider-pagination .dot { width: 10px; height: 10px; background-color: rgba(78, 65, 59, 0.25); border-radius: 50%; cursor: pointer; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
.slider-pagination .dot.active { background-color: var(--primary-Mint-100); transform: scale(1.3); box-shadow: 0 0 10px rgba(252, 231, 156, 0.6); }
.slide-btn:focus, .slide-btn:active, .slide-btn:focus-visible { outline: none !important; box-shadow: 0 6px 20px rgba(149, 117, 205, 0.4) !important; background-color: var(--primary-Mint-100) !important; }/* --- 메인 슬라이더 레이아웃 SECTION 1 END--- */
/* --- 메인 레이아웃 SECTION 2 START--- */
.section2-wrapper { width: 100%; height: 90vh; padding: 90px 40px 30px 40px; box-sizing: border-box; align-items: center; justify-content: center; visibility: visible !important; opacity: 1 !important; position: relative; }
.s2-grid-container { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 24px; width: 100%; height: 100%; }
.s2-grid-item { background: #ffffff57; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(0,0,0,0.05); border-radius: 20px; padding: 24px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.4s ease; position: relative; overflow: hidden; }
.s2-grid-item:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); background: #ffffffa5; }
.s2-main-box { display: flex; width: 100%; height: calc(100% - 75px); gap: 20px; }
.s2-thumb-zone { flex: 1.2; height: 100%; border-radius: 14px; overflow: hidden; background: #eee; }
.main-preview-img { width: 100%; height: 100%; background-size: cover; background-position: center; border-radius: 14px; transition: opacity 0.25s ease-out, transform 0.25s ease-out; opacity: 1; transform: scale(1); }
.main-preview-img.active-action { transform: scale(1.05); opacity: 0.9; }
.main-preview-img.changing { opacity: 0.1; transform: scale(0.95); }
.s2-grid-item:hover .main-preview-img { transform: scale(1.04); }
.s2-info-zone { display: flex; flex-direction: column;/*  justify-content: space-between; */ position: relative; }
.s2-title { font-size: 1.4rem; font-weight: 800; color: #333; margin: 0 0 10px 0; }
.s2-desc { font-size: 0.95rem; color: #666; line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; word-break: keep-all; }
.s2-modal-btn { position:absolute; align-self: flex-end; background: var(--primary-Mint-400, #4A7A71); color: #fff; border: none; padding: 5px 10px; border-radius: 30px; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: all 0.3s ease; }
.s2-modal-btn:hover { background: var(--primary-DeepPurple-400, #5E35B1); transform: translateY(-2px); }
.s2-sub-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; width: 100%; height: 60px; margin-top: 15px; }
.sub-thumb { width: 100%; height: 100%; border-radius: 8px; background: #ddd; cursor: pointer; border: 2px solid transparent; transition: all 0.2s ease; background-size: cover; background-position: center; }
.sub-thumb:hover, .sub-thumb.active { border-color: var(--primary-Mint-400, #4A7A71); transform: translateY(-2px); }
.modal.grand-modal { position: fixed !important; max-width: none !important; width: 90vw !important; height: 84vh !important; max-height: none !important; top: 110px !important; left: 50% !important; transform: translateX(-50%) !important; border-radius: 20px; background: #fff; overflow: hidden; box-shadow: 0 25px 60px rgba(0,0,0,0.15) !important; z-index: 10000 !important; }
.modal.grand-modal .modal-content.section2-modal-content { height: calc(100% - 56px) !important; padding: 30px !important; box-sizing: border-box; display: flex; gap: 40px; text-align: left; overflow: hidden; }
.section2-left { flex: 1.3; height: 100%; position: relative; border-radius: 14px; overflow: hidden; }
.section2-slider-track { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.section2-slide { position: absolute; width: 72%; height: 85%; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.3); transform-style: preserve-3d; }
.slide-bg { width: 100%; height: 100%; background-size: cover; background-position: center; }
.slide-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(0,0,0,0.4); color: #fff; font-size: 1.4rem; cursor: pointer; transition: all 0.2s; z-index: 15; display: flex; align-items: center; justify-content: center; }
.section2-left .slide-btn.m-btn-prev, .section2-left .slide-btn[class*="-btn-prev"] { left: 20px; }
.section2-left .slide-btn.m-btn-next, .section2-left .slide-btn[class*="-btn-next"] { right: 20px; }
.section2-slider-controls { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 15; }
.section2-left .slider-controls [class*="-slider-pagination"] { display: flex; gap: 8px; }
.section2-left .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.3s; display: inline-block; }
.section2-left .dot.active { background: #fff; width: 24px; border-radius: 5px; }
.section2-right { flex: 1; display: flex; flex-direction: column; overflow-y: auto !important; padding-right: 10px; }
.mf-modal-info { display: flex; flex-direction: column; }
.mf-modal-title { text-align: center; font-size: 2rem; font-weight: 800; color: #333; margin: 30px 0 30px 0 !important; }
.mf-divider { width: 50px; height: 5px; background: var(--primary-Mint-400, #4A7A71); border-radius: 3px; margin-bottom: 25px; }
.mf-modal-desc { font-size: 1.05rem; color: #555; line-height: 1.8; word-break: keep-all; }
@media (max-width:1140px) {
	.section2-wrapper { height: auto !important; padding: 30px 20px 30px 20px; }
	.s2-grid-container { grid-template-columns: 1fr; grid-template-rows: auto; gap: 20px; }
	.s2-grid-item { height: auto; padding: 16px; }
	.s2-main-box { flex-direction: column; height: auto; gap: 15px; }
	.s2-thumb-zone { width: 100%; height: 200px; }
	.s2-info-zone { width: 100%; }
	.s2-desc { -webkit-line-clamp: 3; margin-bottom: 45px; }
	.s2-modal-btn { position: absolute; bottom: 0; right: 0; }
	/* .s2-sub-gallery { display: none; } */
	.modal.grand-modal { width: 92vw !important; height: 86vh !important; top: 85px !important; transform: translateX(-50%) !important; }
	.modal.grand-modal .modal-content.section2-modal-content { flex-direction: column; gap: 20px; overflow-y: auto; height: calc(100% - 56px) !important; }
	.section2-left { flex: none; width: 100%; height: 260px; }
	.section2-slide { width: 85%; height: 90%; }
	.slide-btn { width: 40px; height: 40px; font-size: 1rem; }
	.section2-right { flex: none; width: 100%; overflow-y: visible; padding-bottom: 20px; }
}

.s2-detail-content { display: flex; flex-direction: column; gap: 5px; width: 100%; box-sizing: border-box; }
.s2-highlight-badge { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: var(--radius-sm); font-weight: bold; font-size: 13.5px; line-height: 1.4; }
.s2-highlight-badge .mid { font-size: 17px; flex-shrink: 0; }
.s2-feature-list { list-style: none; padding: 0; margin: 0 !important; }
.s2-feature-list li { display: flex; align-items: center; margin-bottom: 2px; }
.s2-feature-list li:last-child { margin-bottom: 0; }
.s2-feature-list .icon-wrap { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
.s2-feature-list .icon-wrap .mid { font-size: 15px; }
.s2-feature-list .text-wrap strong { font-size: 13.5px; color: var(--text-main); font-weight: 600; }
.s2-keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.s2-keyword-tags .tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: var(--radius-lg); font-size: 11.5px; font-weight: 500; }
.content-003 .s2-highlight-badge { background-color: var(--accent-Peach-100); color: var(--accent-Peach-400); }
.content-003 .icon-wrap.spec-icon { background-color: var(--accent-Pink-100); color: var(--accent-Pink-400); }
.content-003 .tag { background-color: var(--accent-Peach-100); color: var(--accent-Peach-400); }
.content-004 .s2-highlight-badge { background-color: var(--primary-Blue-100); color: var(--primary-Blue-400); }
.content-004 .icon-wrap.spec-icon { background-color: var(--primary-Blue-100); color: var(--primary-Blue-400); }
.content-004 .tag { background-color: var(--primary-Blue-100); color: var(--primary-Blue-400); }
.content-005 .s2-highlight-badge { background-color: var(--primary-DeepPurple-100); color: var(--primary-DeepPurple-400); }
.content-005 .icon-wrap.spec-icon { background-color: var(--primary-DeepPurple-100); color: var(--primary-DeepPurple-300); }
.content-005 .tag { background-color: var(--primary-DeepPurple-100); color: var(--primary-DeepPurple-400); }
.content-006 .s2-highlight-badge { background-color: var(--secondary-Butter-100); color: var(--secondary-Butter-400); }
.content-006 .icon-wrap.spec-icon { background-color: var(--secondary-Butter-200); color: var(--secondary-Butter-400); }
.content-006 .tag { background-color: var(--secondary-Butter-100); color: var(--secondary-Butter-400); }
.mf-age-badge { display: inline-block; padding: 5px 16px; border-radius: 30px; font-size: 12.5px; font-weight: 700; margin-top: 6px; margin-bottom: 16px; border: none !important; box-shadow: 0 2px 6px rgba(0,0,0,0.05); letter-spacing: -0.3px; }
.mf-modal-info .slide-tag + h4 + border, .mf-modal-info > div[style*="border"] { display: none !important; }
.content-003 .mf-age-badge { background-color: var(--accent-Pink-400) !important; color: #ffffff !important; }
.content-004 .mf-age-badge { background-color: var(--primary-Blue-400) !important; color: #ffffff !important; }
.content-005 .mf-age-badge { background-color: var(--primary-DeepPurple-400) !important; color: #ffffff !important; }
.content-006 .mf-age-badge { background-color: var(--secondary-Butter-400) !important; color: #ffffff !important; }
.mf-main-highlight { padding: 14px 18px; border-radius: 8px; font-size: 14.5px; font-weight: 700; line-height: 1.5; margin-bottom: 20px; }
.mf-detail-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.mf-detail-list li { display: flex; align-items: flex-start; }
.mf-detail-list .mf-icon { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 14px; flex-shrink: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.mf-detail-list .mf-icon .mdi { font-size: 18px; }
.mf-detail-list .mf-text { font-size: 13.5px; color: #444; line-height: 1.6; font-weight: 500; padding-top: 4px; }
.content-003 .mf-main-highlight { background-color: var(--accent-Peach-100); color: var(--accent-Peach-400) !important; }
.content-003 .mf-icon { background-color: var(--accent-Pink-100); color: var(--accent-Pink-400); }
.content-004 .mf-main-highlight { background-color: var(--primary-Blue-100); color: var(--primary-Blue-400) !important; }
.content-004 .mf-icon { background-color: var(--primary-Blue-100); color: var(--primary-Blue-400); }
.content-005 .mf-main-highlight { background-color: var(--primary-DeepPurple-100); color: var(--primary-DeepPurple-400) !important; }
.content-005 .mf-icon { background-color: var(--primary-DeepPurple-100); color: var(--primary-DeepPurple-300); }
.content-006 .mf-main-highlight { background-color: var(--secondary-Butter-100); color: var(--secondary-Butter-400) !important; }
.content-006 .mf-icon { background-color: var(--secondary-Butter-200); color: var(--secondary-Butter-400); }
.mf-modal-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; padding-top: 16px; border-top: 1px dashed #eee; }
.mf-modal-tags .mf-tag { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 30px; font-size: 13px; font-weight: 600; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.content-003 .mf-modal-tags .mf-tag { background-color: var(--accent-Pink-100); color: var(--accent-Pink-400); }
.content-004 .mf-modal-tags .mf-tag { background-color: var(--primary-Blue-100); color: var(--primary-Blue-400); }
.content-005 .mf-modal-tags .mf-tag { background-color: var(--primary-DeepPurple-100); color: var(--primary-DeepPurple-400); }
.content-006 .mf-modal-tags .mf-tag { background-color: var(--secondary-Butter-100); color: var(--secondary-Butter-400); }
/* --- 메인 레이아웃 SECTION 2 END--- */
/* --- 메인 레이아웃 SECTION 3 START--- */
.panel-content.section3-wrapper { display: flex; width: 100%; height: 100%; overflow: hidden; padding-top: 100px; box-sizing: border-box; }
.s3-brand-visual-zone-p { flex-direction: column; width: 50%; }
.s3-brand-visual-zone { height: 100vh; padding: 0 40px 170px 0; display: flex; align-items: center; }
.main-brand-img { width: 100%; height: 82vh; border-radius: 0 40px 40px 0; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; box-shadow: 10px 0 30px rgba(0,0,0,0.1); display: flex; align-items: flex-end; padding: 50px; box-sizing: border-box; }
.s3-brand-text-zone { flex: 5.5; height: calc(100% - 100px); display: flex; align-items: center; padding: 30px 60px 0 20px; box-sizing: border-box; }
.brand-story-title { font-size: 44px; font-weight: 900; color: #333; letter-spacing: -1.5px; line-height: 1.25; margin: 0 0 30px 0; }
.brand-desc-wrapper { margin-bottom: 35px; }
.brand-desc-p { font-size: 17px; line-height: 1.8; color: #666; margin: 0 0 18px 0; }
.sub-p { font-size: 15px; color: #888; }
.brand-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 25px 0; }
.s3-brand-more-btn { display: inline-flex; align-items: center; background: #f7a631; color: #fff; padding: 16px 35px; border-radius: 50px; font-size: 17px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(247,166,49,0.3); }
.s3-brand-more-btn:hover { background: #e59725; transform: translateY(-3px); }
.s3-brand-more-btn i { font-size: 20px; margin-left: 10px; }

@media screen and (max-width:1140px) {
	.s3-brand-visual-zone-p { width: 100%; }
	.panel-content.section3-wrapper { display: block; height: auto; overflow: visible; padding: 30px 20px 30px 20px; }
	.s3-brand-visual-zone { display: block; width: 100%; height: auto; padding: 0; margin-bottom: 40px; }
	.main-brand-img { height: 45vh; border-radius: 20px; padding: 30px; }
	.s3-brand-text-zone { display: block; width: 100%; height: auto; padding: 0; }
	.brand-story-title { font-size: 32px; margin-bottom: 20px; }
	.brand-desc-p { font-size: 15px; line-height: 1.7; }
	.brand-values-grid { grid-template-columns: 1fr; gap: 15px; padding: 20px 0; margin-bottom: 30px; }
	.s3-brand-more-btn { width: 100%; justify-content: center; box-sizing: border-box; }
}
/* --- 메인 레이아웃 SECTION 3 END--- */
/* --- 메인 레이아웃 SECTION 4 START--- */
.section4-wrapper { display: flex; width: 100%; height: 100%; padding: 130px 48px 40px 48px; box-sizing: border-box; gap: 36px; align-items: flex-start; text-align: left; }

.s4-section-label, .www-section-label { display: flex; align-items: center; gap: 10px; font-family: 'Courier Prime', 'Courier New', monospace; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--primary-Mint-400); margin-bottom: 18px; }
.s4-section-label::after, .www-section-label::after { content: ''; flex: 1; height: 1px; background: linear-gradient(to right, var(--primary-Mint-300), transparent); opacity: 0.5; }
.s4-label-dot, .www-label-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-Mint-400); box-shadow: 0 0 8px var(--primary-Mint-300); flex-shrink: 0; }
.s4-label-dot.board-dot, .www-label-dot.board-dot { background: var(--primary-DeepPurple-300); box-shadow: 0 0 8px var(--primary-DeepPurple-200); }

.s4-film-zone { flex: 1.5; height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
.s4-film-scroll-wrapper { flex: 1; overflow-y: auto; overflow-x: hidden; padding-right: 4px; scrollbar-width: thin; scrollbar-color: var(--primary-Mint-300) transparent; }
.s4-film-scroll-wrapper::-webkit-scrollbar { width: 4px; }
.s4-film-scroll-wrapper::-webkit-scrollbar-track { background: transparent; }
.s4-film-scroll-wrapper::-webkit-scrollbar-thumb { background: var(--primary-Mint-300); border-radius: 4px; }
.s4-film-strip-group { display: flex; flex-direction: column; align-items:stretch; }
.s4-film-strip { display:flex; flex-direction:column; flex:1 1 auto; background: rgba(0,0,0,0.55); border-radius: 4px; overflow: hidden; border: 1px solid rgba(0,0,0,0.25); box-shadow: 0 4px 16px rgba(0,0,0,0.15); position: relative; }

.s4-sprocket-row { display: flex; align-items: center; padding: 5px 10px; background: #111; }
.s4-sprocket-row.top { border-bottom: 1px solid #222; }
.s4-sprocket-row.bottom { border-top: 1px solid #222; }
.s4-sprocket { display: inline-block; width: 14px; height: 10px; border: 1.5px solid #333; border-radius: 2px; margin-right: 20px; flex-shrink: 0; }

.s4-frame-nums { display: grid; grid-template-columns: repeat(4, 1fr); padding: 3px 10px 2px; background: #0d0d0d; }
.s4-frame-num { font-family: 'Courier Prime', monospace; font-size: 8px; color: #333; text-align: center; letter-spacing: 0.5px; }

.s4-film-frames { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; padding: 3px 10px 4px; background: #0d0d0d; }
.s4-frame { position: relative; overflow: hidden; cursor: pointer; background: #1a1a1a; border-radius: 1px; display: flex; align-items: center; justify-content: center; color: #2a2a2a; font-size: 1.3rem; cursor: default; aspect-ratio: 6 / 4; }
.s4-frame-img { width: 100%; height: 100%; background-size: cover; background-position: center; filter: contrast(1.05) saturate(0.9); transition: transform 0.35s ease, filter 0.35s ease; }
.s4-frame:hover .s4-frame-img { transform: scale(1.08); filter: contrast(1.15) saturate(1.1); }
.s4-frame-hover { position: absolute; inset: 0; background: rgba(0,0,0,0.45); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s; color: #fff; font-size: 1.4rem; }
.s4-frame:hover .s4-frame-hover { opacity: 1; }

.s4-board-zone { flex: 0.5; display: flex; flex-direction: column; }
.s4-board-wrap { background: rgba(255,255,255,0.62); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.5); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(58,71,68,0.08); }

.s4-board-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px 12px; border-bottom: 1px solid rgba(58,71,68,0.08); }
.s4-board-total { font-size: 13px; font-weight: 800; color: var(--intro-text-title); letter-spacing: -0.02em; }
.s4-board-more { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; font-weight: 600; color: var(--primary-Mint-400); text-decoration: none; letter-spacing: 0.5px; transition: color 0.2s, gap 0.2s; }
.s4-board-more:hover { color: var(--primary-DeepPurple-400); gap: 6px; }

.s4-post-list { list-style: none; margin: 0; padding: 0; }
.s4-post-item { display: flex; align-items: center; gap: 12px; padding: 13px 20px; border-bottom: 1px solid rgba(58,71,68,0.06); cursor: pointer; transition: background 0.18s; position: relative; }
.s4-post-item:last-child { border-bottom: none; }
.s4-post-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--primary-Mint-400); border-radius: 0 2px 2px 0; transform: scaleY(0); transition: transform 0.18s cubic-bezier(0.4,0,0.2,1); transform-origin: bottom; }
.s4-post-item:hover { background: rgba(74,122,113,0.06); }
.s4-post-item:hover::before { transform: scaleY(1); }

.s4-post-num { font-family: 'Courier New', monospace; font-size: 11px; font-weight: 700; color: var(--primary-Mint-300); width: 18px; flex-shrink: 0; text-align: center; transition: color 0.18s; }
.s4-post-item:hover .s4-post-num { color: var(--primary-Mint-400); }
.s4-post-body { flex: 1; overflow: hidden; }
.s4-post-title { font-size: 13px; font-weight: 600; color: var(--intro-text-title); margin: 0 0 4px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.18s; }
.s4-post-item:hover .s4-post-title { color: var(--primary-DeepPurple-400); }
.s4-post-meta { display: flex; align-items: center; gap: 8px; }
.s4-post-date { font-family: 'Courier New', monospace; font-size: 10px; color: var(--intro-text-sub); }
.s4-post-tag { font-family: 'Courier New', monospace; font-size: 9px; padding: 1px 6px; border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
.tag-new { background: rgba(74,122,113,0.12); color: var(--primary-Mint-400); border: 1px solid rgba(74,122,113,0.25); }
.tag-hot { background: rgba(240,98,146,0.1); color: var(--accent-Pink-300); border: 1px solid rgba(240,98,146,0.2); }
.s4-post-arrow { color: var(--primary-Mint-300); font-size: 1.1rem; opacity: 0; transform: translateX(-4px); transition: opacity 0.18s, transform 0.18s; flex-shrink: 0; }
.s4-post-item:hover .s4-post-arrow { opacity: 1; transform: translateX(0); }

.s4-board-footer { padding: 12px 20px; border-top: 1px solid rgba(58,71,68,0.08); background: rgba(211,243,244,0.25); }
.s4-board-footer-label { font-size: 11px; font-weight: 600; color: var(--intro-text-sub); display: flex; align-items: center; gap: 6px; }
.s4-board-footer-label i { font-size: 1rem; color: var(--primary-Mint-400); }

.s4-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 10500; align-items: center; justify-content: center; cursor: zoom-out; backdrop-filter: blur(6px); }
.s4-lightbox.active { display: flex; }
.s4-lightbox-img-wrap { max-width: 82vw; max-height: 84vh; border-radius: 10px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.s4-lightbox-img-wrap img { width: 100%; height: 100%; object-fit: contain; display: block; cursor: default; }
.s4-lightbox-close { position: absolute; top: 24px; right: 28px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; width: 44px; height: 44px; color: #fff; font-size: 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 1; }
.s4-lightbox-close:hover { background: rgba(255,255,255,0.25); }

[data-theme='dark'] .s4-board-wrap { background: rgba(30,38,36,0.72); border-color: rgba(255,255,255,0.08); }
[data-theme='dark'] .s4-board-footer { background: rgba(30,38,36,0.4); }
[data-theme='dark'] .s4-post-item:hover { background: rgba(74,122,113,0.12); }

@media (max-width:1140px) {
	.section4-wrapper { flex-direction: column; height: auto; padding: 30px 20px 50px; gap: 28px; }
	.s4-film-zone { height: auto; width: 100%; }
	.s4-film-scroll-wrapper { overflow: visible; max-height: none; }
	.s4-board-zone { flex: none; width: 100%; }
}
/* --- 메인 레이아웃 SECTION 4 END--- */
/* --- 메인 레이아웃 SECTION 5 START--- */
.s5-container { width: 100%; height: 100%; display: flex !important; align-items: center; justify-content: center; padding: 120px 40px 90px; box-sizing: border-box; flex-direction: column; }
.s5-container .select-wrapper{ width:100% !important; }
.s5-wrapper { display: flex; width: 100%; max-width: 1200px; height: 100%; background: var(--bg-main); border-radius: var(--radius-lg, 24px); box-shadow: var(--shadow-lg, 0 10px 30px rgba(0,0,0,0.08)); overflow: hidden; }
.s5-left-form { width: 50%; padding: 45px 20px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; }
.s5-form-title { width:100%; font-size: 1.7rem; font-weight: 800; color: var(--intro-text-title); margin: 0 0 5px 0; letter-spacing: -0.03em; padding-bottom: 0; display: inline-block; }
.s5-left-form .style-row { margin-bottom: 0; }
.s5-left-form .input-field { margin-top: 0; margin-bottom: 15px; }
.s5-left-form .input-field .prefix { color: #9e9e9e; font-size: 1.5rem; transition: color 0.2s; }
.s5-left-form .input-field input:focus ~ .prefix, .s5-left-form .input-field textarea:focus ~ .prefix { color: var(--primary-DeepPurple-400) !important; }
.s5-radio-field { margin-bottom: 15px !important; display: block !important; position: relative !important; }
.s5-radio-field .prefix { left: 10px !important; }
.radio-box-wrapper { margin-left: 3rem; width: calc(100% - 3rem); display: flex !important; flex-direction: column !important; justify-content: flex-start !important; align-items: flex-start !important; }
.radio-box-title { display: block; font-size: 0.8rem; color: var(--text-main) !important; margin-bottom: 12px; letter-spacing: -0.02em; line-height: 1.2 !important; }
.radio-group { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; width: 100%; }
.radio-group label { padding-left: 0 !important; margin: 0 !important; display: inline-flex; align-items: center; height: 25px; }
.s5-radio-field:focus-within .prefix { color: #26a69a !important; }
.s5-btn-wrap { padding-left: 10px; margin-top: 5px; }
.s5-submit-btn { width: 100%; height: 50px !important; line-height: 50px !important; background-color: #5d4037 !important; border-radius: var(--radius-md, 12px) !important; font-size: 1.05rem !important; font-weight: 700 !important; box-shadow: none !important; transition: background-color 0.2s; }
.s5-submit-btn:hover { background-color: #4e342e !important; }
.s5-right-content { width: 50%; position: relative; background: #000; }
.s5-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0.65; }
.s5-text-overlay { position: relative; z-index: 2; height: 100%; padding: 60px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; color: #ffffff; background: linear-gradient(to right, rgba(0,0,0,0.5), transparent); }
.s5-text-overlay h4 { font-size: 2rem; font-weight: 800; margin: 0 0 15px 0; letter-spacing: -0.02em; color: var(--white) !important; }
.s5-text-overlay p { font-size: 1.1rem; line-height: 1.6; margin: 0 0 35px 0; color: rgba(255,255,255,0.9); }
.s5-appeal-list { list-style: none; padding: 0; margin: 0; }
.s5-appeal-list li { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; font-weight: 500; margin-bottom: 12px; color: rgba(255,255,255,0.85); }
.s5-appeal-list li i { color: var(--primary-Mint-300, #a7ffeb); font-size: 1.2rem; }

/* 개인정보 동의 영역 */
.agree-flex-wrap { display: flex !important; align-items: center; justify-content: space-between; width: 100%; }
.s5-modal-trigger { height: 26px !important; line-height: 26px !important; padding: 0 10px !important; font-size: 0.8rem !important; color: #5d4037 !important; border: 1px solid #5d4037 !important; border-radius: var(--radius-md, 12px) !important; font-weight: 600; margin-left: 10px; transition: all 0.2s; }
.s5-modal-trigger:hover { background-color: rgba(93, 64, 55, 0.1) !important; text-decoration: none; }
.s5-custom-modal { width: 90% !important; max-width: 540px !important; top: 20% !important; max-height: 75% !important; background-color: #ffffff !important; border-radius: var(--radius-lg, 16px) !important; box-shadow: 0 12px 36px rgba(0,0,0,0.15) !important; overflow: hidden; }
.s5-custom-modal .modal-content { padding: 30px 24px 15px !important; }
.s5-custom-modal h4 { font-size: 1.35rem !important; font-weight: 800; color: #333; margin-top: 0; margin-bottom: 20px; letter-spacing: -0.03em; }
.s5-custom-modal .modal-text-content { background: #f8f9fa; padding: 15px; border-radius: 8px; border: 1px solid #e9ecef; text-align: left; }
.s5-custom-modal .modal-text-content p { font-size: 0.85rem !important; line-height: 1.6 !important; color: #555 !important; margin: 0 0 12px 0; }
.s5-custom-modal .modal-text-content p:last-child { margin-bottom: 0; }
.s5-custom-modal .modal-footer { background: #ffffff !important; padding: 4px 16px 16px !important; text-align: right; border-top: none !important; }
.s5-custom-modal .modal-footer .modal-close { color: #5d4037 !important; font-weight: 700; font-size: 0.95rem; }

/* 푸터 */
.www-footer { position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px 20px; background: var(--bg-card); border-top: 1px solid var(--border-color); text-align: center; z-index: 10; box-sizing: border-box; }
.www-footer-info { display: flex; justify-content: center; align-items: center; gap: 15px; flex-wrap: wrap; margin-bottom: 8px; font-size: 0.85rem; color: #666; }
.www-footer-info span b { color: #333; margin-right: 4px; }
.www-footer-info span:not(:last-child)::after { content: '|'; margin-left: 15px; color: #ccc; }
.www-footer-copy { margin: 0; font-size: 0.85rem; color: #999; }
@media (max-width:1140px) { .www-footer-info { flex-direction: column; gap: 5px; } .www-footer-info span:not(:last-child)::after { display: none; } }

@media(max-width:1140px){
	.section-5 { height: auto; }
	.s5-container { padding: 90px 20px 130px; }
	.s5-wrapper { max-height: none !important; height: auto !important; flex-direction: column !important; }
	.s5-left-form, .s5-right-content { width: 100%; }
	.s5-left-form { padding: 30px 20px; }
	.s5-text-overlay { padding: 40px 20px; }
	.s5-custom-modal { width: 95% !important; max-height: 85% !important; }
}
/* --- 메인 레이아웃 SECTION 5 END--- */
