    


/* =========================================================
   MAIN (Common / Visual)
   ========================================================= */

/* main (layout & fullpage wrapper) */
html, body {
	height: 100%;
}
#fullpage {
	height: 100vh;
}
/* =========================================================
   FP-NAV (풀페이지 우측 네비 커스텀)
   ========================================================= */
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	margin : 0 !important;
	display: none !important;
}
#fp-nav .fp-tooltip,
.fp-tooltip.right {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	position: absolute;
	right: 100%;
	left: auto;
	margin-right: 12px;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 6px 12px;
	border-radius: 8px;
	width: auto;
	height: auto;
}
#fp-nav ul li a:hover .fp-tooltip {
	opacity: 1;
	visibility: visible;
}
#fp-nav {
	pointer-events: none;
	right: 28px !important; 
	z-index: 100;
}
#fp-nav ul,
#fp-nav a {
	pointer-events: auto;
}
#fp-nav ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 16px 14px;
	list-style: none;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
#fp-nav ul li {
	margin: 0;
	height: auto;
}
#fp-nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0;
}
/* 점(불릿)만 스타일 – .fp-tooltip 제외해 툴팁이 가리지 않도록 */
#fp-nav ul li a:not(.fp-tooltip) {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-sizing: border-box;
	transition: width 0.25s ease, height 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
	display: block;
	margin : 0 !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

#fp-nav ul li a.active:not(.fp-tooltip) {
	background: rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, 0.9);
	transform: translate(-50%, -50%) scale(1) !important;
	margin : 0 !important;
}

#fp-nav ul li a:hover:not(.fp-tooltip) {
	background: rgba(255, 255, 255, 0.85);
	border-color: rgba(255, 255, 255, 0.9);
	transform: translate(-50%, -50%) scale(1.15) !important;
}


.section {
	position: relative;
	height: 100vh;
}
.section.fp-auto-height {
	height: auto;
	min-height: auto;
}
.section.fp-auto-height .fp-tableCell {
	height: auto !important;
	display: block;
}
.section.fp-auto-height .main-wrap {
	min-height: 0;
	height: auto;
}
/* sec6(연락처·푸터): 100vh + scrollOverflow로 내부 스크롤 */
.section.sec6-section {
	background: #000;
}
.section.sec6-section .fp-tableCell {
	vertical-align: top;
}
.main-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #222;
}

/* common containers / headings */
.inner {
	width: 100%;
	height: 100%;
	max-width: 1600px;
	padding: 100px 0px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.section-header { 
	margin-bottom: 0;
}
.header-title-box {
	width: 100%;
}
.section-label {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #1B9732;
	margin-bottom: 15px;
}
.subtitle-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.section-title {
	font-size: 40px;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
	flex: 1;
	letter-spacing: -0.02em;
}
.more-link {
	font-size: 18px;
	font-weight: 500;
	color: #444;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}
.more-link:hover {
	color: #1B9732;
	transform: translateX(5px);
}

/* sec1 - hero */
.main-wrap .sec1 {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	padding: 0;
	background: var(--color-white);
	position: relative;
	overflow: hidden;
}
.main-wrap .sec1 .swiper {
	width: 100%;
	height: 100%;
}
.main-wrap .sec1 .swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding-bottom: 150px;
}
.main-wrap .sec1 .swiper .swiper-slide.s01 {
	background: none;
	padding: 0;
}
.main-wrap .sec1 .swiper .swiper-slide.s01 .sec1-slide-img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.main-wrap .sec1 .swiper .swiper-slide.s01 .sec1-slide-img-wrap .sec1-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
/* .main-wrap .sec1 .swiper .swiper-slide.s02 {
	background: url("/images/main2.png") no-repeat 50% 50%;
	background-size: cover;
	background-position: center center;
}
.main-wrap .sec1 .swiper .swiper-slide.s03 {
	background: url("/images/main3.png") no-repeat 50% 50%;
	background-size: cover;
	background-position: center center;
}
.main-wrap .sec1 .swiper .swiper-slide.s04 {
	background: url("/images/main4.png") no-repeat 50% 50%;
	background-size: cover;
	background-position: center center;
} */
.main-wrap .sec1 .swiper .swiper-slide::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main-wrap .sec1 .sec1-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: absolute;
	bottom: 180px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	text-align: center;
	width: 88%;
	color: #FFFFFF;
	letter-spacing: -0.02em;
}
.main-wrap .sec1 .sec1-body .sec1-title {
	font-size: 120px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 35px;
	letter-spacing: -0.06em;
}
.main-wrap .sec1 .sec1-body .sec1-divider {
	width: 100%;
	height: 3px;
	position: relative;
	margin-bottom: 25px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 0;
}
.main-wrap .sec1 .sec1-body .sec1-divider::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: var(--divider-width, 0%);
	height: 100%;
	background: #FFFFFF;
	opacity: 1;
	transition: var(--divider-transition, none);
	transform-origin: left center;
	z-index: 1;
}
.main-wrap .sec1 .sec1-body .sec1-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.main-wrap .sec1 .sec1-body .sec1-sub {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.main-wrap .sec1 .sec1-body .sec1-nav {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	position: relative;
}
.sec1-nav .swiper-button-next,
.sec1-nav .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	color: #aaa;
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	display: none !important;
}
.main-wrap .main-wrap .sec1 .swiper-button-next i,
.main-wrap .main-wrap .sec1 .swiper-button-prev i {
	font-size: 14px;
	font-weight: 700;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: rgba(255, 255, 255, 0.5);
}

/* =========================================================
   SEC2 (slogan)
   ========================================================= */
   ytm-custom-control,
   .fullscreen-controls-always-on.delhi-player .fullscreen-action-menu {
	display: none !important;
	opacity: 0 !important;
}

   
.main-wrap .sec2 {
	width: 100%;
	height: 100vh;
	min-height: 800px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 50px;
	overflow: hidden;
}
.main-wrap .sec2.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	transition: none;
}
.sec2-placeholder {
	width: 100%;
	pointer-events: none;
}
.main-wrap .sec2 .sec2-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	background: #0a0a0a;
	pointer-events: none;
}
/* 크롭용 100% 네모: 이 안에서 비디오가 110%로 잘림. 스크롤 시 래퍼 전체가 같이 작아짐 */
.main-wrap .sec2 .sec2-bg-crop {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	overflow: hidden;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-wrap .sec2.sec2-video-shrunk .sec2-bg-crop {
	transform: translate(-50%, -50%) scale(0.6);
}
.main-wrap .sec2 .sec2-bg-crop video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 110%;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
	display: block;
}

.main-wrap .sec2 .sec2-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}
/* sec2 왼쪽 위: 원형 VIEW MORE + 중앙 화살표 (회전) */
.main-wrap .sec2 .sec2-viewmore {
	position: absolute;
	top: 180px;
	left: 80px;
	width: 160px;
	height: 160px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-wrap .sec2 .sec2-viewmore svg.sec2-viewmore-circle {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: sec2-viewmore-spin 20s linear infinite;
}
.main-wrap .sec2 .sec2-viewmore .sec2-viewmore-arrow {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.main-wrap .sec2 .sec2-viewmore .sec2-viewmore-arrow:hover {
	color: #fff;
}
.main-wrap .sec2 .sec2-viewmore .sec2-viewmore-arrow .bi {
	font-size: 32px;
	color: rgba(255, 255, 255, 0.7);
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.main-wrap .sec2 .sec2-viewmore .sec2-viewmore-arrow:hover .bi {
	animation: sec6-arrow-diagonal 0.5s ease-in-out forwards;
}

@keyframes sec2-viewmore-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.main-wrap .sec2 .sec2-content {
	position: absolute;
	z-index: 2;
	width: 50%;
	max-width: 500px;
	bottom: 150px;
	right: 180px;
}
.main-wrap .sec2 .sec2-content.en {
	max-width: 700px;
}
.main-wrap .sec2 .sec2-content .sec2-title {
	font-weight: 700;
	font-size: 58px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.35);
	transition: color 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-wrap .sec2 .sec2-content.sec2-content-revealed .sec2-title {
	color: #fff;
}
.main-wrap .sec2 .sec2-content .sec2-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.main-wrap .sec2 .sec2-content .sec2-item {
	font-weight: 600;
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.35);
	transition: color 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-wrap .sec2 .sec2-content.sec2-content-revealed .sec2-item {
	color: #fff;
}

/* =========================================================
   SEC3 (values)
   ========================================================= */
.main-wrap .sec3 {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.main-wrap .sec3 .sec3-bg-img {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}
.main-wrap .sec3 .sec3-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.main-wrap .sec3 .sec3-bg-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	z-index: 0;
}
	.main-wrap .sec3 .inner {
		z-index: 1;
}
.main-wrap .sec3 .sec3-wrap {
	height: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.main-wrap .sec3 .sec3-cards {
	height: fit-content;
	align-self: start;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.main-wrap .sec3 .sec3-card {
	width: 300px;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 20px;
	background: #003E6E;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	color: #fff;
	text-align: center;
	transition: transform 0.25s ease, background 0.25s ease;
}
.main-wrap .sec3 .sec3-card.active {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.main-wrap .sec3 .sec3-card:hover {
	transform: translateY(-6px);
}
.main-wrap .sec3 .sec3-icon {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-wrap .sec3 .sec3-icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
}
.main-wrap .sec3 .sec3-icon i {
	font-size: 64px;
	color: #fff;
}
.main-wrap .sec3 .sec3-label {
	font-weight: 700;
	font-style: 700;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.main-wrap .sec3 .sec3-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 12px;
}
.main-wrap .sec3 .sec3-title {
	font-family: "Geist", sans-serif;
	font-size: 90px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
	text-transform: uppercase;
}
.main-wrap .sec3 .sec3-desc {
	text-align: right;
	font-family: Pretendard Variable;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}

/* =========================================================
   SEC4 (product)
   ========================================================= */
.main-wrap .sec4 {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.main-wrap .sec4 .sec4-bg-img {
	position: absolute;
	inset: 0;
	z-index: 0;      
	overflow: hidden;
}
.main-wrap .sec4 .sec4-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.main-wrap .sec4 .sec4-bg-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
	z-index: 0;
}
.main-wrap .sec4 .inner {
	z-index: 1;
}
.main-wrap .sec4 .sec4-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
}
.main-wrap .sec4 .sec4-connector-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
.main-wrap .sec4 .sec4-connector-line line {
	stroke: rgba(255, 255, 255, 0.45);
	stroke-width: 2;
	stroke-dasharray: 8 6;
	transition: stroke-dashoffset 0.4s ease, opacity 0.3s ease;
}
.main-wrap .sec4 .sec4-visual {
	position: relative;
	min-height: 520px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-wrap .sec4 .sec4-visual .sec4-img-wrap {
	display: block;
}
.main-wrap .sec4 .sec4-visual .sec4-img {
	width: min(820px, 100%);
	display: block;
	opacity: 0;
	transform: scale(0.4) rotate(-18deg);
	transform-origin: center center;
}
.main-wrap .sec4 .sec4-visual.aos-animate .sec4-img {
	animation: sec4-img-enter 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes sec4-img-enter {
	from {
		opacity: 0;
		transform: scale(0.4) rotate(-18deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}
/* sec4-visual: 이미지 위 빨간 점 3개 (각기 다른 위치) */
.main-wrap .sec4 .sec4-visual .sec4-dot {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff3b3b;
	box-shadow: 0 0 0 6px rgba(255, 59, 59, 0.2);
	border: none;
	cursor: pointer;
	z-index: 2;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.main-wrap .sec4 .sec4-visual .sec4-dot:hover {
	transform: translate(-50%, -50%) scale(1.15);
	box-shadow: 0 0 0 8px rgba(255, 59, 59, 0.35);
}
.main-wrap .sec4 .sec4-visual .sec4-dot.active {
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5), 0 0 0 12px rgba(255, 59, 59, 0.25);
}
.main-wrap .sec4 .sec4-visual .sec4-dot-1 { left: 40%; top: 45%; }
.main-wrap .sec4 .sec4-visual .sec4-dot-2 { left: 52%; top: 53%; }
.main-wrap .sec4 .sec4-visual .sec4-dot-3 { left: 18%; bottom: 24%; }
.main-wrap .sec4 .sec4-visual .sec4-dot-4 { left: 10%; bottom: 27%; }
.main-wrap .sec4 .sec4-visual .sec4-dot-5 { left: 28%; top: 62%; }

.main-wrap .sec4 .sec4-content {
	color: #fff;
	position: relative;
	flex: 1;
}
.main-wrap .sec4 .sec4-tab-dots {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}
.main-wrap .sec4 .sec4-tab-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.6);
	padding: 0;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	font-size: 0;
	text-indent: -999px;
}
.main-wrap .sec4 .sec4-tab-dot:hover {
	background: rgba(255, 255, 255, 0.6);
}
.main-wrap .sec4 .sec4-tab-dot.active {
	background: #ff3b3b;
	border-color: rgba(255, 255, 255, 0.8);
	transform: scale(1.2);
}
.main-wrap .sec4 .sec4-panels {
	position: relative;
	min-height: 420px;
}
.main-wrap .sec4 .sec4-panel {
	display: none;
}
.main-wrap .sec4 .sec4-panel.active {
	display: block;
	animation: sec4-panel-fade 0.35s ease-out;
}
@keyframes sec4-panel-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}
.main-wrap .sec4 .sec4-glass {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 20px;
	/* background:rgba(217, 217, 217, 0.67);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 15px; */
	margin-bottom: 55px;
	overflow: hidden;
}
.main-wrap .sec4 .sec4-glass img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
/* sec4-copy: 타이틀/설명/링크 묶음 (고유 클래스) */
.main-wrap .sec4 .sec4-copy {
	display: block;
}
.main-wrap .sec4 .sec4-title-wrap {
	position: relative;
	margin-bottom: 40px;
}
.main-wrap .sec4 .sec4-title {
	position: relative;
	z-index: 1;
	font-family: "Geist", sans-serif;
	font-size: 90px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.main-wrap .sec4 .sec4-title-wrap .sec4-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 3px;
	pointer-events: none;
}
.main-wrap .sec4 .sec4-title-wrap .sec4-line::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	transform-origin: right center;
	animation: sec4-line-draw 1s ease-out forwards;
}
@keyframes sec4-line-draw {
	from { width: 100%; }
	to { width: 0%; }
}
.main-wrap .sec4 .sec4-desc {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.main-wrap .sec4 .sec4-link {
	display: inline-block;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
}

/* =========================================================
   SEC5 (news)
   ========================================================= */
.main-wrap .sec5 {
	width: 100%;
	height: 100vh;
	padding: 110px 0 70px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.main-wrap .sec5 .sec5-bg-img {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}
.main-wrap .sec5 .sec5-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.main-wrap .sec5 .sec5-bg-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	z-index: 0;
}
.main-wrap .sec5 .inner {
	z-index: 1;
}
.main-wrap .sec5 .sec5-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}
.main-wrap .sec5 .sec5-title {
	font-size: 68px;
	line-height: 1;
	font-family: "Geist", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
}
.main-wrap .sec5 .sec5-more {
	display: inline-block;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
	text-decoration: none;
}
.main-wrap .sec5 .sec5-cards {
	position: relative;
	overflow: hidden;
}
.main-wrap .sec5 .sec5-cards .swiper {
	overflow: visible;
}
.main-wrap .sec5 .sec5-cards .swiper-wrapper {
	display: flex;
}
.main-wrap .sec5 .sec5-cards .swiper-slide {
	height: auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.main-wrap .sec5 .sec5-cards .sec5-card {
	height: 100%;
	min-height: 280px;
}
.main-wrap .sec5 .sec5-card {
	display: flex;
	flex-direction: column;
	padding: 40px 20px;
	border-radius: 20px;
	background:rgba(153, 153, 153, 0.5);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 2px rgba(41, 121, 255, 0.1), 0 0 40px 0 rgba(41, 121, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	text-decoration: none;
	min-height: 320px;
	transition: transform 0.25s ease, background 0.25s ease;
}
.main-wrap .sec5 .sec5-card.is-active {
	background: #151E25;
}

.main-wrap .sec5 .sec5-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 6px 18px;
	border-radius: 999px;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.main-wrap .sec5 .sec5-card-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-wrap .sec5 .sec5-card-desc {
	font-size: 18px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-wrap .sec5 .sec5-card-date {
	font-size: 16px;
	color: #999;
}
.main-wrap .sec5 .sec5-card:hover {
	transform: translateY(-6px);
	background: #151E25;
}

.main-wrap .sec5 .sec5-pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 40px;
}
.main-wrap .sec5 .sec5-dot {
	width: 20px;
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.main-wrap .sec5 .sec5-dot.active {
	width: 40px;
	background: #4141FF;
	transition: all 0.3s ease;
}
.main-wrap .sec5 .sec5-dot:hover {
	opacity: 0.8;
}

/* =========================================================
   SEC6+7 (한 블록, bg 하나에 인증/설비 + contact)
   ========================================================= */
.main-wrap.sec6-7 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
}
.sec6-7-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: 0;
	background: #000;
	overflow: hidden;
}
.sec6-7-bg-logo {
	position: absolute;
	width: 80%;
	height: 100%;
	top: -70px;
	left: -100px;
	pointer-events: none;
	z-index: 0;
}
.sec6-7-bg-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	opacity: 0.9;
	display: block;
}
.sec6-7-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: 1;
}
.sec6-7-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 110px 0 80px;
}
.sec6-7-body::after {
	content: "";
	position: absolute;
	left: -25%;
	top: 50%;
	width: 70vmin;
	height: 70vmin;
	border-radius: 50%;
	background: radial-gradient(circle at 40% 40%, rgba(255,255,255,0.12), rgba(0,0,0,0) 70%);
	filter: blur(2px);
	pointer-events: none;
	z-index: -1;
}
.main-wrap.sec6-7 .inner {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 0;
	padding-bottom: 0;
}
.main-wrap.sec6-7 .sec6-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	margin-bottom: 80px;
}
.main-wrap.sec6-7 .sec6-card {
	position: relative;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 60px 50px;
	padding-bottom: 130px;
	min-height: 240px;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.main-wrap.sec6-7 .sec6-card h3 {
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.main-wrap.sec6-7 .sec6-card p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 0;
	flex: 1;
}
.main-wrap.sec6-7 .sec6-arrow {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: rgba(217, 217, 217, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease, transform 0.25s ease;
}
.main-wrap.sec6-7 .sec6-card:hover .sec6-arrow {
	background: rgba(255, 255, 255, 0.35);
	transform: scale(1.08);
}

.main-wrap.sec6-7 .sec6-arrow .bi {
	font-size: 30px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.main-wrap.sec6-7 .sec6-arrow:hover .bi {
	animation: sec6-arrow-diagonal 0.5s ease-in-out forwards;
}
@keyframes sec6-arrow-diagonal {
	0% {
		transform: translate(0, 0);
		opacity: 1;
	}
	40% {
		transform: translate(18px, -18px);
		opacity: 0;
	}
	60% {
		transform: translate(-18px, 18px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
.main-wrap.sec6-7 .sec7-hero {
	text-align: center;
	margin: 160px 0;
	position: relative;
	z-index: 1;
}
.main-wrap.sec6-7 .sec7-hero::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80vmin;
	height: 80vmin;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%, rgba(46, 73, 255, 0.4), rgba(25, 103, 210, 0.2) 40%, rgba(0, 0, 0, 0) 70%);
	filter: blur(40px);
	z-index: -1;
	pointer-events: none;
	animation: float1 8s ease-in-out infinite;
}
.main-wrap.sec6-7 .sec7-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60vmin;
	height: 60vmin;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%, rgba(70, 130, 255, 0.35), rgba(46, 73, 255, 0.15) 45%, rgba(0, 0, 0, 0) 65%);
	filter: blur(30px);
	z-index: -1;
	pointer-events: none;
	animation: float2 20s ease-in-out infinite;
}
@keyframes float1 {
	0%, 100% {
		transform: translate(-50%, -50%) translate(0, 0) scale(1);
		opacity: 0.8;
	}
	33% {
		transform: translate(-50%, -50%) translate(30px, -20px) scale(1.1);
		opacity: 0.6;
	}
	66% {
		transform: translate(-50%, -50%) translate(-20px, 30px) scale(0.9);
		opacity: 0.7;
	}
}
@keyframes float2 {
	0% {
		transform: translate(-50%, -50%) translate(-40vw, -30vh) scale(1);
		opacity: 0.7;
	}
	25% {
		transform: translate(-50%, -50%) translate(40vw, -20vh) scale(1.2);
		opacity: 0.5;
	}
	50% {
		transform: translate(-50%, -50%) translate(30vw, 40vh) scale(0.8);
		opacity: 0.6;
	}
	75% {
		transform: translate(-50%, -50%) translate(-35vw, 25vh) scale(1.15);
		opacity: 0.55;
	}
	100% {
		transform: translate(-50%, -50%) translate(-40vw, -30vh) scale(1);
		opacity: 0.7;
	}
}
.main-wrap.sec6-7 .sec7-title {
	font-family: Geist;
	font-weight: 600;
	font-size: 110px;
	line-height: 1.3;
	letter-spacing: -0.05em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.main-wrap.sec6-7 .sec7-title.accent {
	color: #4141FF;
}
.main-wrap.sec6-7 .sec7-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}
.main-wrap.sec6-7 .sec7-note {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #F0F0F0;
}
.main-wrap.sec6-7 .sec7-link {
	font-weight: 700;
	font-size: 62px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-wrap.sec6-7 .sec7-link i {	
	font-size: 42px;
	margin-left: 10px;
}
.main-wrap.sec6-7 .sec7-link::before {
	display: none;
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 100%;
	/* height: 100%;
	background: url('/images/main/contact-arrow.svg') no-repeat center center; */
	background-size: contain;
}
.main-wrap.sec6-7 .sec7-link:hover {
	color: #4141FF;
	transition: all 0.3s ease;
}

/* =========================================================
   공통 클래스
   ========================================================= */
.main-title {
	font-family: 'geist', sans-serif;
	font-weight: 700;
	font-size: 90px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
}
.main-subtitle {
	font-weight: 600;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #fff;
}
.main-text {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #fff;
}
.main-card {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 40px 20px;
	color: #fff;
	text-decoration: none;
	transition: transform 0.25s ease, background 0.25s ease;
}
.main-card:hover {
	transform: translateY(-6px);
}
.main-button {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}
.main-button:hover {
	color: #1B9732;
}

/* =========================================================
   반응형: 1600 / 1400 / 768 / 480 / 380
   ========================================================= */
@media screen and (max-width: 1600px) {
	.inner {
		max-width: 100%;
		padding: 80px 40px;
	}
	.main-wrap .sec1 .sec1-body .sec1-title {
		font-size: 100px;
	}
	.main-wrap .sec1 .sec1-body .sec1-sub {
		font-size: 30px;
	} 
	.main-wrap .sec1 .sec1-body {
		bottom: 140px;
		width: 90%;
	}
	.main-wrap .sec2 .sec2-content {
		right: 100px;
		bottom: 120px;
	}
	.main-wrap .sec2 .sec2-content .sec2-title {
		font-size: 50px;
	}
	.main-wrap .sec2 .sec2-content .sec2-item {
		font-size: 32px;
	}
	.main-wrap .sec3 .sec3-title {
		font-size: 72px;
	}
	.main-wrap .sec3 .sec3-card {
		width: 260px;
	}
	.main-wrap .sec4 .sec4-title {
		font-size: 72px;
	}
	.main-wrap .sec4 .sec4-grid {
		gap: 28px;
	}
	.main-wrap .sec5 .sec5-title {
		font-size: 56px;
	}
	.main-wrap .sec5 .sec5-badge {
		font-size: 15px;
		padding: 5px 16px;
		margin-bottom: 28px;
	}
	.main-wrap.sec6-7 .sec6-card h3 {
		font-size: 36px;
	}
	.main-wrap.sec6-7 .sec7-title {
		font-size: 90px;
	}
	.main-wrap.sec6-7 .sec7-link {
		font-size: 52px;
	}
	#fp-nav {
		right: 20px !important;
	}
	#fp-nav ul {
		padding: 12px 10px;
	}
}

@media screen and (max-width: 1400px) {
	.inner {
		padding: 80px 30px;
	}
	.main-wrap .sec1 .sec1-body .sec1-title {
		font-size: 82px;
	}
	.main-wrap .sec1 .sec1-body .sec1-sub {
		font-size: 26px;
	}
	.main-wrap .sec1 .sec1-body {
		bottom: 120px;
	}
	.main-wrap .sec2 .sec2-viewmore {
		top: 120px;
		left: 50px;
		width: 130px;
		height: 130px;
	}
	.main-wrap .sec2 .sec2-content {
		right: 60px;
		bottom: 100px;
		max-width: 420px;
	}
	.main-wrap .sec2 .sec2-content .sec2-title {
		font-size: 44px;
		margin-bottom: 28px;
	}
	.main-wrap .sec2 .sec2-content .sec2-item {
		font-size: 28px;
	}
	.main-wrap .sec3 .sec3-wrap {
		gap: 16px;
	}
	.main-wrap .sec3 .sec3-card {
		width: 240px;
	}
	.main-wrap .sec3 .sec3-icon {
		width: 120px;
		height: 120px;
	}
	.main-wrap .sec3 .sec3-icon i {
		font-size: 52px;
	}
	.main-wrap .sec3 .sec3-label {
		font-size: 26px;
	}
	.main-wrap .sec3 .sec3-title {
		font-size: 64px;
	}
	.main-wrap .sec3 .sec3-desc {
		font-size: 18px;
	}
	.main-wrap .sec4 .sec4-grid {
		grid-template-columns: 1fr 0.9fr;
		gap: 24px;
	}
	.main-wrap .sec4 .sec4-visual .sec4-img {
		width: min(700px, 100%);
	}
	.main-wrap .sec4 .sec4-title {
		font-size: 64px;
	}
	.main-wrap .sec4 .sec4-desc {
		font-size: 18px;
	}
	.main-wrap .sec4 .sec4-glass {
		margin-bottom: 40px;
	}
	.main-wrap .sec5 .sec5-title {
		font-size: 52px;
	}
	.main-wrap .sec5 .sec5-badge {
		font-size: 14px;
		padding: 5px 14px;
		margin-bottom: 24px;
	}
	.main-wrap .sec5 .sec5-card-title {
		font-size: 24px;
	}
	.main-wrap .sec5 .sec5-card-desc {
		font-size: 16px;
	}
	.main-wrap.sec6-7 .sec6-grid {
		gap: 18px;
		margin-bottom: 60px;
	}
	.main-wrap.sec6-7 .sec6-card {
		padding: 50px 40px;
		padding-bottom: 110px;
		min-height: 220px;
	}
	.main-wrap.sec6-7 .sec6-card h3 {
		font-size: 34px;
	}
	.main-wrap.sec6-7 .sec6-card p {
		font-size: 18px;
	}
	.main-wrap.sec6-7 .sec7-title {
		font-size: 78px;
	}
	.main-wrap.sec6-7 .sec7-link {
		font-size: 48px;
	}
	.main-wrap.sec6-7 .sec7-note {
		font-size: 18px;
	}
}

/* ========== 980px 이하 (태블릿·모바일 공통) ========== */
@media screen and (max-width: 980px) {
	.inner {
		padding: 50px 24px;
	}
	/* sec1 */
	.main-wrap .sec1 {
		min-height: 650px;
	}
	.main-wrap .sec1 .swiper .swiper-slide {
		padding-bottom: 120px;
	}
	.main-wrap .sec1 .sec1-body {
		bottom: 100px;
		width: 90%;
	}
	.main-wrap .sec1 .sec1-body .sec1-title {
		font-size: 56px;
		margin-bottom: 28px;
	}
	.main-wrap .sec1 .sec1-body .sec1-divider {
		margin-bottom: 20px;
	}
	.main-wrap .sec1 .sec1-body .sec1-sub {
		font-size: 22px;
	}
	.sec1-nav .swiper-button-next,
	.sec1-nav .swiper-button-prev {
		width: 38px;
		height: 38px;
	}
	/* sec2 */
	.main-wrap .sec2 {
		padding: 0 24px;
		min-height: 700px;
	}

	.main-wrap .sec2 .sec2-bg-crop video {
		width: 110%;
		height: 140%;
	}
	.main-wrap .sec2 .sec2-viewmore {
		top: 100px;
		left: 40px;
		width: 120px;
		height: 120px;
	}
	.main-wrap .sec2 .sec2-viewmore .sec2-viewmore-arrow .bi {
		font-size: 28px;
	}
	.main-wrap .sec2 .sec2-content {
		width: 75%;
		max-width: none;
		right: 40px;
		bottom: 120px;
	}
	.main-wrap .sec2 .sec2-content .sec2-title {
		font-size: 38px;
		margin-bottom: 28px;
	}
	.main-wrap .sec2 .sec2-content .sec2-item {
		font-size: 24px;
	}
	/* sec3 */
	.main-wrap .sec3 .sec3-wrap {
		flex-direction: column;
		gap: 32px;
		justify-content: center;
	}
	.main-wrap .sec3 .sec3-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		justify-self: center;
		margin: 0 auto;
	}
	.main-wrap .sec3 .sec3-card {
		width: 220px;
	}
	.main-wrap .sec3 .sec3-icon {
		width: 110px;
		height: 110px;
	}
	.main-wrap .sec3 .sec3-icon i {
		font-size: 48px;
	}
	.main-wrap .sec3 .sec3-label {
		font-size: 22px;
	}
	.main-wrap .sec3 .sec3-info {
		flex: none;
		align-items: center;
		text-align: center;
	}
	.main-wrap .sec3 .sec3-title {
		font-size: 52px;
		text-align: center;
	}
	.main-wrap .sec3 .sec3-desc {
		text-align: center;
		font-size: 17px;
	}
	/* sec4: 980 이하 – 패널은 사진|텍스트 나란히, sec4-img(차량)은 아래로 */
	.main-wrap .sec4 .sec4-grid {
		padding: 60px 0;
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 32px;
		position: relative;
	}
	.main-wrap .sec4 .sec4-connector-line {
		display: none;
	}
	.main-wrap .sec4 .sec4-content {
		width: 100%;
		order: 0;
		margin-bottom: 0;
	}
	.main-wrap .sec4 .sec4-visual {
		width: 100%;
		min-height: 0;
		order: 1;
		position: relative;
		right: auto;
		bottom: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-wrap .sec4 .sec4-visual .sec4-img {
		width: 100%;
		max-width: 100%;
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
	/* 패널 안: 사진(glass) | 텍스트(copy) 나란히 (액티브만 표시) */
	.main-wrap .sec4 .sec4-panel.active {
		display: grid;
		grid-template-columns: 2fr 3fr;
		gap: 20px;
		align-items: start;
	}
	.main-wrap .sec4 .sec4-panel .sec4-glass {
		width: 100%;
		margin-bottom: 0;
	}
	.main-wrap .sec4 .sec4-panel .sec4-copy {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.main-wrap .sec4 .sec4-title-wrap {
		margin-bottom: 12px;
	}
	.main-wrap .sec4 .sec4-title {
		font-size: 48px;
	}
	.main-wrap .sec4 .sec4-desc {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.main-wrap .sec4 .sec4-link {
		font-size: 20px;
	}
	/* sec5 */
	.main-wrap .sec5 {
		padding: 80px 0 60px;
	}
	.main-wrap .sec5 .sec5-header {
		margin-bottom: 24px;
		flex-wrap: wrap;
	}
	.main-wrap .sec5 .sec5-title {
		font-size: 48px;
	}
	.main-wrap .sec5 .sec5-more {
		font-size: 18px;
	}
	.main-wrap .sec5 .sec5-badge {
		font-size: 14px;
		padding: 5px 14px;
		margin-bottom: 10px;
	}
	.main-wrap .sec5 .sec5-cards .sec5-card {
		min-height: 260px;
		padding: 32px 20px;
	}
	.main-wrap .sec5 .sec5-card-title {
		font-size: 24px;
		margin-bottom: 15px;
		-webkit-line-clamp: 1;
	}
	.main-wrap .sec5 .sec5-card-desc {
		font-size: 16px;
		margin-bottom: 10px;
		-webkit-line-clamp: 1;
	}
	.main-wrap .sec5 .sec5-card-date {
		font-size: 15px;
	}
	/* sec5 뉴스: 980 이하 세로 스와이퍼 – 3개 고정, 아래 잘림 방지 */
	.main-wrap .sec5 .sec5-cards {
		overflow: visible;
	}
	.main-wrap .sec5 .sec5-cards .swiper {
		height: 70vh;
		overflow: hidden;
		box-sizing: border-box;
	}
	.main-wrap .sec5 .sec5-cards .swiper-wrapper {
		flex-direction: column;
		box-sizing: border-box;
	}
	.main-wrap .sec5 .sec5-cards .swiper-slide {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		flex-shrink: 0;
	}
	.main-wrap .sec5 .sec5-cards .swiper-slide + .swiper-slide {
		margin-top: 0;
	}
	.main-wrap .sec5 .sec5-cards .sec5-card {
		height: 100%;
		min-height: 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	/* sec6-7 */
	.main-wrap.sec6-7 .sec6-7-body {
		padding: 80px 0 60px;
	}
	.main-wrap.sec6-7 .sec6-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 60px;
	}
	.main-wrap.sec6-7 .sec6-card {
		padding: 44px 36px;
		padding-bottom: 100px;
		min-height: 200px;
	}
	.main-wrap.sec6-7 .sec6-card h3 {
		font-size: 32px;
	}
	.main-wrap.sec6-7 .sec6-card p {
		font-size: 17px;
	}
	.main-wrap.sec6-7 .sec6-arrow {
		width: 80px;
		height: 80px;
		right: 16px;
		bottom: 16px;
	}
	.main-wrap.sec6-7 .sec6-arrow .bi {
		font-size: 26px;
	}
	.main-wrap.sec6-7 .sec7-hero {
		margin: 100px 0;
	}
	.main-wrap.sec6-7 .sec7-title {
		font-size: 64px;
	}
	.main-wrap.sec6-7 .sec7-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
	}
	.main-wrap.sec6-7 .sec7-note {
		font-size: 18px;
	}
	.main-wrap.sec6-7 .sec7-link {
		font-size: 44px;
	}
	/* fp-nav */
	#fp-nav {
		right: 16px !important;
	}
	#fp-nav ul {
		padding: 12px 10px;
		gap: 16px;
	}
	#fp-nav ul li a:not(.fp-tooltip) {
		width: 9px;
		height: 9px;
	}
	#fp-nav .fp-tooltip {
		font-size: 12px;
		padding: 5px 10px;
	}
}

/* ========== 768px 이하 ========== */
@media screen and (max-width: 768px) {
	.inner {
		padding: 50px 20px;
	}
	.main-wrap .sec1 {
		min-height: 600px;
	}
	.main-wrap .sec1 .swiper .swiper-slide {
		padding-bottom: 100px;
	}
	.main-wrap .sec1 .sec1-body {
		bottom: 80px;
		width: 92%;
	}
	.main-wrap .sec1 .sec1-body .sec1-title {
		font-size: 48px;
		margin-bottom: 20px;
	}

	.main-wrap .sec1 .sec1-body .sec1-sub {
		font-size: 18px;
	}
	.sec1-nav .swiper-button-next,
	.sec1-nav .swiper-button-prev {
		width: 34px;
		height: 34px;
	}
	.main-wrap .sec2 {
		min-height: 600px;
	}
	.main-wrap .sec2 .sec2-viewmore {
		top: 80px;
		left: 24px;
		width: 100px;
		height: 100px;
	}
	.main-wrap .sec2 .sec2-viewmore .sec2-viewmore-arrow .bi {
		font-size: 24px;
	}
	.main-wrap .sec2 .sec2-content {
		width: 85%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 120px;
	}
	.main-wrap .sec2 .sec2-content .sec2-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.main-wrap .sec2 .sec2-content .sec2-item {
		font-size: 20px;
	}

	.main-wrap .sec3 .sec3-card {
		width: 180px;
	}
	.main-wrap .sec3 .sec3-icon {
		width: 80px;
		height: 80px;
	}
	.main-wrap .sec3 .sec3-icon i {
		font-size: 44px;
	}
	.main-wrap .sec3 .sec3-label {
		font-size: 20px;
	}
	.main-wrap .sec3 .sec3-title {
		font-size: 48px;
	}


	.main-wrap .sec4 .sec4-title {
		font-size: 40px;
	}
	.main-wrap .sec4 .sec4-glass {
		margin-bottom: 24px;
	}
	.main-wrap .sec5 {
		padding: 60px 0 50px;
	}
	.main-wrap .sec5 .sec5-title {
		font-size: 40px;
	}
	.main-wrap .sec5 .sec5-badge {
		font-size: 13px;
		padding: 5px 12px;
	}
	.main-wrap .sec5 .sec5-cards .sec5-card {
		min-height: 0;
		padding: 28px 16px;
	}
	.main-wrap .sec5 .sec5-card-title {
		font-size: 22px;
		-webkit-line-clamp: 1;
	}
	.main-wrap .sec5 .sec5-card-desc {
		margin-bottom: 28px;
		-webkit-line-clamp: 1;
	}

	.main-wrap .sec5 .sec5-card-date {
		font-size: 14px;
	}
	.main-wrap.sec6-7 .sec6-7-body {
		padding: 60px 0 50px;
	}
	.main-wrap.sec6-7 .sec6-grid {
		gap: 16px;
		margin-bottom: 50px;
	}
	.main-wrap.sec6-7 .sec6-card {
		padding: 36px 28px;
		padding-bottom: 90px;
		min-height: 180px;
	}
	.main-wrap.sec6-7 .sec6-card h3 {
		font-size: 28px;
	}
	.main-wrap.sec6-7 .sec6-card p {
		font-size: 16px;
	}
	.main-wrap.sec6-7 .sec6-arrow {
		width: 72px;
		height: 72px;
		right: 14px;
		bottom: 14px;
	}
	.main-wrap.sec6-7 .sec6-arrow .bi {
		font-size: 24px;
	}
	.main-wrap.sec6-7 .sec7-hero {
		margin: 80px 0;
	}
	.main-wrap.sec6-7 .sec7-title {
		font-size: 56px;
	}
	.main-wrap.sec6-7 .sec7-link {
		font-size: 38px;
	}

	.main-wrap.sec6-7 .sec7-link i {
		font-size: 32px;
	}
	.main-wrap.sec6-7 .sec7-note {
		font-size: 17px;
	}
	#fp-nav {
		right: 12px !important;
	}
	#fp-nav ul li a:not(.fp-tooltip) {
		width: 8px;
		height: 8px;
	}
	#fp-nav .fp-tooltip {
		font-size: 11px;
		padding: 4px 8px;
	}
}

/* ========== 480px 이하 ========== */
@media screen and (max-width: 480px) {
	.inner {
		padding: 50px 16px;
	}
	.main-wrap .sec1 .sec1-body .sec1-title {
		font-size: 36px;
		margin-bottom: 16px;
	}
	.main-wrap .sec1 .sec1-body .sec1-sub {
		font-size: 15px;
	}

	.main-wrap .sec2 .sec2-content .sec2-title {
		font-size: 26px;
		margin-bottom: 18px;
	}
	.main-wrap .sec2 .sec2-content .sec2-item {
		font-size: 17px;
	}
	.main-wrap .sec3 .sec3-cards {
		width: 100%;
		gap: 12px;
	}
	.main-wrap .sec3 .sec3-card {
		width: 160px;
	}

	.main-wrap .sec3 .sec3-label {
		font-size: 18px;
	}
	.main-wrap .sec3 .sec3-title {
		font-size: 40px;
	}
	.main-wrap .sec3 .sec3-desc {
		font-size: 15px;
	}
	.main-wrap .sec4 .sec4-panel.active {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.main-wrap .sec4 .sec4-visual {
		right: 16px;
		bottom: 32px;
		max-width: 360px;
	}

	.main-wrap .sec4 .sec4-title {
		font-size: 36px;
	}
	.main-wrap .sec4 .sec4-glass {
		height: 200px;
		min-height: 200px;
		margin-bottom: 20px;
	}
	.main-wrap .sec4 .sec4-desc {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.main-wrap .sec4 .sec4-link {
		font-size: 18px;
	}
	.main-wrap .sec5 {
		padding: 50px 0 40px;
	}
	.main-wrap .sec5 .sec5-title {
		font-size: 32px;
	}
	.main-wrap .sec5 .sec5-badge {
		font-size: 12px;
		padding: 4px 10px;
	}
	.main-wrap .sec5 .sec5-cards .sec5-card {
		padding: 24px 14px;
		min-height: 0;
	}
	.main-wrap .sec5 .sec5-card-title {
		font-size: 20px;
	}
	.main-wrap .sec5 .sec5-card-desc {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.main-wrap .sec5 .sec5-pagination {
		margin-top: 20px;
	}
	.main-wrap.sec6-7 .sec6-7-body {
		padding: 50px 0 40px;
	}
	.main-wrap.sec6-7 .sec6-card h3 {
		font-size: 24px;
	}
	.main-wrap.sec6-7 .sec6-card p {
		font-size: 15px;
	}
	.main-wrap.sec6-7 .sec6-arrow {
		width: 60px;
		height: 60px;
		right: 12px;
		bottom: 12px;
	}
	.main-wrap.sec6-7 .sec6-arrow .bi {
		font-size: 20px;
	}
	.main-wrap.sec6-7 .sec7-hero {
		margin: 60px 0;
	}
	.main-wrap.sec6-7 .sec7-title {
		font-size: 40px;
	}
	.main-wrap.sec6-7 .sec7-note {
		font-size: 16px;
	}
	.main-wrap.sec6-7 .sec7-link {
		font-size: 34px;
	}
}

/* ========== 380px 이하 ========== */
@media screen and (max-width: 380px) {
	.inner {
		padding: 40px 12px;
	}
	.main-wrap .sec1 {
		min-height: 500px;
	}
	.main-wrap .sec1 .swiper .swiper-slide {
		padding-bottom: 80px;
	}
	.main-wrap .sec1 .sec1-body {
		bottom: 60px;
		width: 94%;
	}
	.main-wrap .sec1 .sec1-body .sec1-title {
		font-size: 28px;
		margin-bottom: 12px;
	}
	.main-wrap .sec1 .sec1-body .sec1-sub {
		font-size: 13px;
	}
	.sec1-nav .swiper-button-next, 
	.sec1-nav .swiper-button-prev {
		width: 30px;
		height: 30px;
	}
	.main-wrap .sec2 {
		min-height: 500px;
	}

	.main-wrap .sec2 .sec2-content .sec2-title {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.main-wrap .sec2 .sec2-content .sec2-item {
		font-size: 14px;
	}
	.main-wrap .sec3 .sec3-cards {
		gap: 10px;
	}
	.main-wrap .sec3 .sec3-icon {
		width: 70px;
		height: 70px;
	}
	.main-wrap .sec3 .sec3-icon i {
		font-size: 32px;
	}
	.main-wrap .sec3 .sec3-label {
		font-size: 14px;
	}
	.main-wrap .sec3 .sec3-title {
		font-size: 32px;
	}
	.main-wrap .sec3 .sec3-desc {
		font-size: 14px;
	}
	.main-wrap .sec4 .sec4-visual {
		right: 8px;
		bottom: 20px;
	}

	.main-wrap .sec4 .sec4-title {
		font-size: 26px;
	}
	.main-wrap .sec4 .sec4-glass {
		height: 180px;
		min-height: 180px;
		margin-bottom: 16px;
	}
	.main-wrap .sec5 {
		padding: 40px 0 32px;
	}
	.main-wrap .sec5 .sec5-title {
		font-size: 26px;
	}
	.main-wrap .sec5 .sec5-badge {
		font-size: 11px;
		padding: 4px 8px;
	}
	.main-wrap .sec5 .sec5-card-title {
		font-size: 18px;
	}
	.main-wrap .sec5 .sec5-card-desc {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.main-wrap.sec6-7 .sec6-7-body {
		padding: 40px 0 32px;
	}
	.main-wrap.sec6-7 .sec6-card {
		padding: 28px 20px;
		padding-bottom: 75px;
		min-height: 160px;
	}
	.main-wrap.sec6-7 .sec6-card h3 {
		font-size: 20px;
	}
	.main-wrap.sec6-7 .sec6-card p {
		font-size: 14px;
	}
	.main-wrap.sec6-7 .sec6-arrow {
		width: 56px;
		height: 56px;
		right: 10px;
		bottom: 10px;
	}
	.main-wrap.sec6-7 .sec6-arrow .bi {
		font-size: 18px;
	}
	.main-wrap.sec6-7 .sec7-hero {
		margin: 50px 0;
	}
	.main-wrap.sec6-7 .sec7-title {
		font-size: 32px;
	}
	.main-wrap.sec6-7 .sec7-note {
		font-size: 14px;
	}
	.main-wrap.sec6-7 .sec7-link {
		font-size: 26px;
	}
	#fp-nav {
		right: 6px !important;
	}
	#fp-nav ul {
		padding: 8px 6px;
		gap: 10px;
	}
	#fp-nav ul li a:not(.fp-tooltip) {
		width: 6px;
		height: 6px;
	}
	#fp-nav .fp-tooltip {
		font-size: 10px;
		padding: 4px 6px;
	}
}


