﻿/* =============================================
   FONTS Pretendard (body)
============================================= */
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
	font-weight: 100;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: 'Aggravo';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Aggravo';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Aggravo';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
	font-weight: 700;
	font-display: swap;
}

/* =============================================
   RESET & BASE
============================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--blue-primary: #2563eb;
	--blue-dark: #1d4ed8;
	--blue-light: #dbeafe;
	--blue-bg: #eff6ff;
	--text-dark: #0f172a;
	--text-mid: #334155;
	--text-muted: #64748b;
	--white: #ffffff;
	--font-body: 'Pretendard', sans-serif;
	--font-heading: 'Jost', 'Pretendard', sans-serif;
	--inner-width: 1620px;
	--inner-px: 40px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-body);
	color: var(--text-dark);
	background: var(--white);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	word-break: keep-all;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	word-break: keep-all;
}

img {
	max-width: 100%;
	display: block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

em {
	font-style: normal;
	/* color: var(--blue-primary); */
}

/* =============================================
   LAYOUT
============================================= */
.inner {
	max-width: var(--inner-width);
	margin: 0 auto;
	padding: 0 var(--inner-px);
}

.sec {
	position: relative;
	overflow: hidden;
}

/* card-section overrides sec's overflow — only specific sticky sections clip */

/* =============================================
   COMMON COMPONENTS
============================================= */
.sec-label {
	display: inline-flex;
	color: var(--FinalMainColor, #2563eb);
	font-family: 'Pretendard';
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100px;
}

.sec-title {
	color: #252525;
	font-family: 'Pretendard';
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 68px;
	letter-spacing: -0.5px;
	margin-bottom: 40px;
}

/* =============================================
   HEADER
============================================= */
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.header .logo img {
	height: 36px;
	width: auto;
}

.btn-download {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 22px;
	background: var(--blue-primary);
	color: var(--white);
	font-size: 20px;
	font-weight: 500;
	transition:
		background 0.2s,
		transform 0.15s;
	border: none;
	clip-path: polygon(15% 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0 30%);
}

.btn-download:hover {
	background: var(--blue-dark);
	transform: translateY(-1px);
}

.logo {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	gap: 22px;
}

/* =============================================
   STORE BUTTONS
============================================= */
.sec-01__btns {
	display: flex;
	gap: 12px;
	/* flex-wrap: wrap; */
	margin-top: 36px;
	justify-content: center;
}
.sec-01__btns .btn-store {
	clip-path: polygon(15% 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0 30%);
	width: 224px;
	height: 84px;
	color: #fff;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 84px;
}

.sec-bottom__inner .btn-store {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	/* padding: 12px 20px; */
	min-width: 250px;
	height: 66px;
	color: #fff;
	text-decoration: none;
	clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 90% 100%, 0% 100%);
	transition:
		transform 0.15s,
		box-shadow 0.15s;
	background: #252524;
	justify-content: center;
}

.btn-store span {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.2px;
}

.btn-store small {
	font-size: 10px;
	font-weight: 400;
	opacity: 0.75;
	letter-spacing: 0.2px;
}

.btn-store:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.btn-appstore {
	background: #000;
	color: #fff;
}

.btn-googleplay {
	background: #000;
	color: #fff;
}

/* =============================================
   SECTION 01 - HERO
============================================= */
.sec-01 {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding-top: 0;
	position: relative;
}

.sec-01__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(https://di-flo.com/wp-content/uploads/2026/04/main.png) no-repeat center center/cover;
	pointer-events: none;
}

.sec-01__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.45;
}

.sec-01 .inner {
	position: relative;
	/* z-index: 1; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 9999;
}

.sec-01__text {
	flex: 1;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	/* align-content: center; */
	align-items: center;
	gap: 10px;
}

.sec-01__sub {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--blue-primary);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 16px;
	padding: 6px 14px;
	background: rgba(37, 99, 235, 0.1);
	border-radius: 50px;
}

.sec-01__title {
	color: var(--FinalMainColor, #2563eb);
	text-align: center;
	font-family: Jost;
	font-size: 130px;
	font-style: normal;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: -2.6px;
}

.sec-01__desc {
	color: var(--Black, #121212);
	text-align: center;
	font-family: 'Pretendard';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100px;
	word-break: keep-all;
}

.top_title {
	color: #121212;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 100px;
	letter-spacing: -1.44px;
}

.sec-01__mockup {
	flex: 1;
	max-width: 640px;
	display: flex;
	justify-content: center;
}

.sec-01__mockup img {
	width: 100%;
	border-radius: 16px;
	filter: drop-shadow(0 20px 60px rgba(37, 99, 235, 0.15));
	animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-12px);
	}
}

/* =============================================
   SECTION 02 - SERVICE INTRO
============================================= */
.sec-02 {
	/* padding: 100px 0; */
	background: #f5f7fb;
}

.sec-02 .inner {
	text-align: center;
}

/* Header block */
.sec-02__header {
	max-width: 1210px;
	margin: 0 auto 56px;
}

.sec-02__title {
	margin-bottom: 20px;
	color: #252525;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 100px; /* 208.333% */
	word-break: break-all;
}

.sec-02__title em {
	color: var(--blue-primary);
	font-style: normal;
}

.sec-02__desc {
	color: var(--Black, #121212);
	text-align: center;
	font-family: 'Pretendard';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

/* Cards */
.sec-02__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1210px;
	margin: 0 auto;
}

.sec-02__item {
	padding: 40px 32px 36px;
	background: var(--white);
	border-radius: 20px;
	text-align: left;
	width: 387px;
	height: 340px;
	box-shadow: 0 2px 16px rgba(37, 99, 235, 0.06);
	transition:
		transform 0.25s,
		box-shadow 0.25s;
}

.sec-02__item:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(37, 99, 235, 0.12);
}

.sec-02__icon {
	width: 100px;
	height: 104px;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	perspective: 400px;
}

.sec-02__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center center;
	will-change: transform;
}

/* 3D spin when card is revealed */
.sec-02__item.is-revealed .sec-02__icon img {
	animation: icon-spin3d 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95) 1 forwards;
}

@keyframes icon-spin3d {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

.sec-02__item h3 {
	font-size: 28px;
	font-style: normal;
	font-family: 'Aggravo';
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 17px;
}

.sec-02__item p {
	color: #000;
	font-family: 'Pretendard';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

/* =============================================
   SECTION FEATURE (03~06)
============================================= */
.sec-feature {
	padding: 0;
	min-height: 600px;
}

.sec-feature__bg {
	position: absolute;
	/* inset: 0; */
	z-index: 0;
	pointer-events: none;
	top: 50%;
	right: 0%;
}

.sec-feature__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-feature__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 600px;
	max-width: 1260px;
	padding: 0;
}

.sec-feature--reverse .sec-feature__inner {
	flex-direction: row-reverse;
}

.sec-feature__text {
	flex: 1;
	max-width: 500px;
}

.sec-feature__desc {
	color: #202020;
	font-family: 'Pretendard';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 150% */
}

.sec-feature__mockup {
	flex: 1;
	max-width: 320px;
	width: auto;
	display: flex;
	justify-content: center;
}

/* =============================================
   SECTION 03
============================================= */
.sec-03 {
	background: #fff;
}

.sec-03 .sec-feature__bg {
	width: 448px;
	height: 427px;
	top: -11%;
	right: 0;
	opacity: 0;
	transform: translate(80px, -60px);
	transition:
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0s;
}

.sec-03.is-visible .sec-feature__bg {
	opacity: 1;
	transform: translate(0, 0);
}

/* sec-03 mockup 오른쪽에서 등장 — bg 나온 뒤 시간차 등장 */
.sec-03 .sec-feature__mockup {
	opacity: 0;
	transform: translateX(120px);
	transition:
		opacity 1.3s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.3s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.9s;
}

.sec-03.is-visible .sec-feature__mockup {
	opacity: 1;
	transform: translateX(0);
}

/* sec-03 텍스트 왼쪽에서 시간차 등장 */
.sec-03 .sec-feature__text {
	opacity: 0;
	transform: translateX(-44px);
	text-align: left;
	transition:
		opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.25s;
}

.sec-03.is-visible .sec-feature__text {
	opacity: 1;
	transform: translateX(0);
}

/* =============================================
   SECTION 04
============================================= */
.sec-04 {
	background: #fff;
}

.sec-04 .sec-feature__bg {
	width: 446px;
	right: -7%;
	bottom: 10%;
	opacity: 0;
	transform: translateY(80px);
	transition:
		opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.35s;
}

.sec-04.is-visible .sec-feature__bg {
	opacity: 1;
	transform: translateY(0);
}

.sec-04 {
	position: relative;
}

.sec-04::before {
	content: '';
	display: block;
	position: absolute;
	width: 800px;
	height: 434px;
	border-radius: 0 80px 80px 0;
	background: rgba(220, 235, 247, 0.7);
	top: 50%;
	transform: translateY(-50%) translateX(-110%);
	left: 0;
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0s;
}

.sec-04.is-visible::before {
	transform: translateY(-50%) translateX(0);
}

/* sec-04 mockup — 제일 마지막 등장 */
.sec-04 .sec-feature__mockup {
	opacity: 0;
	transform: translateX(-80px);
	transition:
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.85s;
}

.sec-04.is-visible .sec-feature__mockup {
	opacity: 1;
	transform: translateX(0);
}

/* sec-04 텍스트 오른쪽에서 시간차 등장 */
.sec-04 .sec-feature__text {
	opacity: 0;
	transform: translateX(44px);
	text-align: left;
	transition:
		opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.4s;
}

.sec-04.is-visible .sec-feature__text {
	opacity: 1;
	transform: translateX(0);
}

/* =============================================
   SECTION 05
============================================= */
.sec-05 {
	background: transparent;
	position: relative;
	z-index: 1;
}

.sec-05::before {
	display: none;
}

/* 05+06 공통 그라데이션 래퍼 */
.sec-0506-wrap {
	position: relative;
	background: #fff;
	isolation: isolate;
	z-index: 50;
}

.sec-0506-wrap::before {
	content: '';
	display: block;
	background: url(https://di-flo.com/wp-content/uploads/2026/04/mid_bg.png) no-repeat center center/cover;
	/* opacity: 0.5; */
	filter: blur(300px);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: -1;
}

.sec-05 .sec-feature__bg {
	top: 50%;
	left: 55%;
	width: 357px;
	opacity: 0;
	transform: translateY(100px);
	transition:
		opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.2s;
}

.sec-05.is-visible .sec-feature__bg {
	opacity: 1;
	transform: translateY(0);
}

/* sec-05 텍스트 왼쪽, 목업 오른쪽에서 시간차 등장 */
.sec-05 .sec-feature__text {
	opacity: 0;
	transform: translateX(-44px);
	text-align: left;
	transition:
		opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0s;
}

.sec-05.is-visible .sec-feature__text {
	opacity: 1;
	transform: translateX(0);
}

.sec-05 .sec-feature__mockup {
	opacity: 0;
	transform: translateX(60px);
	transition:
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.6s;
}

.sec-05.is-visible .sec-feature__mockup {
	opacity: 1;
	transform: translateX(0);
}

/* =============================================
   SECTION 06
============================================= */
.sec-06 {
	background: transparent;
	position: relative;
	z-index: 1;
}

.sec-06 .sec-feature__bg {
	width: 319px;
	opacity: 0;
	transform: translateY(-100px);
	transition:
		opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.2s;
}

.sec-06.is-visible .sec-feature__bg {
	opacity: 1;
	transform: translateY(0);
}

/* sec-06 텍스트 오른쪽, 목업 왼쪽에서 시간차 등장 */
.sec-06 .sec-feature__text {
	opacity: 0;
	transform: translateX(44px);
	text-align: left;
	transition:
		opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0s;
}

.sec-06.is-visible .sec-feature__text {
	opacity: 1;
	transform: translateX(0);
}

.sec-06 .sec-feature__mockup {
	opacity: 0;
	transform: translateX(-60px);
	transition:
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 0.6s;
}

.sec-06.is-visible .sec-feature__mockup {
	opacity: 1;
	transform: translateX(0);
}

.sec-06::before {
	content: '';
	display: block;
	position: absolute;
	width: 800px;
	height: 434px;
	border-radius: 0 80px 80px 0;
	background: rgba(220, 235, 247, 0.7);
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}

/* =============================================
   SECTION 07 - CHARACTER
============================================= */
.sec-07 {
	padding: 100px 0;
	background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
}

.sec-07 .inner {
	text-align: center;
}

.sec-07 .sec-title {
	margin-bottom: 56px;
}

.sec-07__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.sec-07__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 32px 20px;
	background: var(--white);
	border-radius: 24px;
	box-shadow: 0 4px 24px rgba(37, 99, 235, 0.08);
	transition:
		transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	cursor: default;
	justify-content: center;
}

@media (hover: hover) {
	.sec-07__list .sec-07__item:hover {
		transform: translateY(-8px) scale(1.04);
		box-shadow: 0 20px 48px rgba(37, 99, 235, 0.18);
	}
}

.sec-07__item img {
	object-fit: contain;
}
.sec-07__item h6 {
	color: var(--Black, #121212);
	text-align: center;
	font-family: 'Pretendard';
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 32px;
	margin-bottom: 10px;
}

.sec-07__item p {
	color: var(--Black, #121212);
	text-align: center;
	font-family: 'Pretendard';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

/* =============================================
   BOTTOM BANNER
============================================= */
.sec-bottom {
	min-height: 400px;
	display: flex;
	align-items: center;
}

.sec-bottom__inner {
	position: relative;
	background: url(https://di-flo.com/wp-content/uploads/2026/04/bottom_banner.png) no-repeat center center/cover;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	max-height: 819px;
}

.sec-bottom__text {
	max-width: 600px;
}

.sec-bottom__text h2 {
	display: none;
}

.sec-bottom__text p:not(.footer__copy) {
	display: none;
}

.sec-bottom__btns {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	max-width: 1240px;
	margin: 16% auto 0;
}

.sec-bottom .btn-appstore {
	background: #252524;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25);
}

.sec-bottom .btn-googleplay {
	background: #252524;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25);
}

.sec-bottom .btn-googleplay:hover {
	background: #1a1a1a;
}

/* =============================================
   FOOTER
============================================= */
.footer {
	padding: 10px 0;
	background: #071d32;
	max-height: 134px;
	height: 100%;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	/* margin-bottom: 10px; */
}

.footer__brand-name {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
}

.footer__address {
	font-style: normal;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: left;
	color: #fff;
}

.footer__address p {
	font-size: 13px;
	/* color: rgba(255, 255, 255, 0.55); */
	line-height: 1.6;
}

.footer .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4px;
}

.footer__logo {
	height: 28px;
	width: auto;
	opacity: 0.8;
}

.footer__copy {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
}

/* =============================================
   RESPONSIVE - TABLET (768px)
============================================= */
@media (max-width: 960px) {
	:root {
		--inner-px: 24px;
	}

	.sec-01 .inner {
		flex-direction: column;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sec-01__text {
		max-width: 100%;
	}

	.sec-01__btns {
		justify-content: center;
	}

	.sec-01__mockup {
		max-width: 100%;
	}

	/* sec-02: 수직 리스트 (슬라이드 제거) */
	.sec-02__list {
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-width: 480px;
		margin: 0 auto;
		padding: 0 var(--inner-px);
		overflow: visible;
		cursor: default;
		user-select: auto;
	}

	.sec-02__item {
		flex: none;
		width: 100%;
		height: auto;
		min-height: unset;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 16px;
		padding: 20px 20px;
		text-align: left;
	}

	.sec-02__icon {
		width: 56px;
		height: 56px;
		min-width: 56px;
		margin-bottom: 0;
	}

	.sec-02__item h3 {
		margin-bottom: 6px;
	}

	/* sec-07: 가로 슬라이더 */
	.sec-07__list {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 16px;
		padding: 0 var(--inner-px) 8px;
		margin: 0;
		cursor: grab;
		user-select: none;
		overflow-y: hidden;
		height: 500px;
		align-items: center;
	}
	.sec-07.card-section .inner {
		padding: 0;
	}

	.sec-07__list::-webkit-scrollbar {
		display: none;
	}

	.sec-07__item {
		flex: 0 0 82%;
		scroll-snap-align: center;
		width: auto;
	}

	.sec-07__dots {
		display: flex;
	}

	.sec-feature__inner {
		flex-direction: column !important;
		text-align: center;
		min-height: unset;
		padding-top: 60px;
		padding-bottom: 60px;
		gap: 40px;
	}

	.sec-feature__text {
		max-width: 100%;
	}

	.sec-feature__desc {
		margin: 8px auto 0;
	}
	.sec-bottom.card-section {
		height: 610px;
	}
	.sec-bottom__inner {
		justify-content: center;
		text-align: center;
		background: url(./img/bottom_banner_m.png) no-repeat center center / cover;
	}

	.sec-bottom__text {
		max-width: 100%;
	}

	.sec-bottom .sec-01__btns {
		justify-content: center;
	}

	.footer .inner {
		flex-direction: column;
		text-align: center;
	}
}

/* =============================================
   RESPONSIVE - TABLET / iPAD (769px ~ 1024px)
============================================= */
@media (min-width: 769px) and (max-width: 1024px) {
	:root {
		--inner-px: 32px;
	}

	/* ---- HEADER ---- */
	.header .inner {
		height: 80px;
	}

	/* ---- SEC-01 HERO ---- */
	.sec-01__title {
		font-size: 90px;
		line-height: 1;
		letter-spacing: -2px;
	}

	.top_title {
		font-size: 36px;
		line-height: 1.4;
	}

	.sec-01__desc {
		font-size: 20px;
		line-height: 1.6;
	}

	.sec-01__btns .btn-store {
		width: 200px;
		height: 70px;
		font-size: 26px;
		line-height: 70px;
	}

	/* ---- SEC-02 ---- */
	.sec-02__title {
		font-size: 34px;
		line-height: 1.3;
	}

	.sec-02__desc {
		font-size: 17px;
		line-height: 1.7;
	}

	.sec-02__item {
		flex: 0 0 72%;
		padding: 36px 28px 32px;
	}

	.sec-02__item h3 {
		font-size: 24px;
	}

	.sec-02__item p {
		font-size: 16px;
	}

	/* ---- FEATURE SECTIONS ---- */
	.sec-label {
		font-size: 20px;
	}

	.sec-title {
		font-size: 32px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.sec-feature__desc {
		font-size: 17px;
		line-height: 1.75;
	}

	.sec-feature__mockup {
		max-width: 260px;
	}

	/* feature bg 이미지 — 태블릿 최적화 */
	.sec-03 .sec-feature__bg {
		width: 300px;
		height: auto;
	}

	.sec-04 .sec-feature__bg {
		width: 300px;
	}

	.sec-05 .sec-feature__bg {
		width: 240px;
	}

	.sec-06 .sec-feature__bg {
		width: 220px;
	}

	.sec-04::before,
	.sec-06::before {
		width: 560px;
		height: 320px;
	}

	/* ---- SEC-07 ---- */
	.sec-07 .sec-label {
		font-size: 38px;
		line-height: 1.3;
	}

	.sec-07 .sec-title {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 32px;
	}

	.sec-07__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		overflow: visible;
		cursor: default;
		user-select: auto;
	}

	.sec-07__list li {
		width: 100%;
		height: auto;
		min-height: 320px;
		padding: 28px 16px 32px;
		border-radius: 36px;
		flex: none;
	}

	.sec-07__list li img {
		width: 160px;
		height: auto;
		aspect-ratio: auto;
		margin: 0 auto;
	}

	.sec-07__item h6 {
		font-size: 22px;
	}

	.sec-07__item p {
		font-size: 14px;
		line-height: 1.6;
	}

	/* ---- BOTTOM BUTTONS ---- */
	.sec-bottom__inner .btn-store {
		min-width: 200px;
		height: 60px;
	}

	.btn-store span {
		font-size: 20px;
	}

	/* ---- FOOTER ---- */
	.footer {
		max-height: none;
	}

	.footer__brand-name {
		font-size: 20px;
	}

	.footer__address p {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	:root {
		--inner-px: 20px;
	}

	.header .inner {
		height: 60px;
	}

	.header .logo img {
		height: 26px;
	}

	/* ---- SEC-01 HERO ---- */
	.sec-01 {
		padding-top: 60px;
	}

	.sec-01.card-section .inner {
		padding-bottom: 80px;
	}

	.sec-01__title {
		font-size: 70px;
		line-height: 1.1;
		letter-spacing: -1.5px;
	}

	.top_title {
		font-size: 28px;
		line-height: 1.4;
	}

	.sec-01__desc {
		font-size: 22px;
		line-height: 1.6;
	}

	.top_title {
		font-size: 32px;
	}
	.sec-bottom__btns {
		justify-content: center;
		margin: 31% auto 0%;
		padding: 25px 0 10px;
	}
	.sec-bottom__btns {
		margin: 0% 0 128px;
	}
	.sec-01__btns {
		/* flex-direction: column; */
		align-items: center;
		margin-top: 0;
	}

	/* 제작문의 버튼 */
	.sec-01__btns .btn-store {
		width: 180px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
		margin-top: 30px;
	}

	/* ---- SEC-02 ---- */
	.sec-02__title {
		font-size: 28px;
		line-height: 1.4;
		word-break: keep-all;
	}

	.sec-02__title em {
		display: block;
	}

	.sec-02__desc {
		font-size: 15px;
		line-height: 1.7;
		word-break: keep-all;
	}

	.sec-02__item {
		padding: 22px 28px;
		min-height: 140px;
	}

	.sec-02__icon {
		width: 68px;
		height: 72px;
		margin-bottom: 18px;
	}

	.sec-02__item h3 {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 12px;
	}

	.sec-02__item p {
		font-size: 15px;
		line-height: 1.6;
	}

	/* ---- SEC LABEL & TITLE (feature sections) ---- */
	.sec-label {
		font-size: 16px;
		line-height: 1.6;
	}

	.sec-title {
		font-size: 26px;
		line-height: 1.4;
		margin-bottom: 16px;
	}

	.sec-feature__desc {
		font-size: 15px;
		line-height: 1.75;
		margin: 12px auto 0;
	}

	.sec-feature__mockup {
		max-width: 220px;
	}

	/* feature 섹션 bg 이미지 — 모바일에서 소형화 */
	.sec-03 .sec-feature__bg {
		width: 100px;
		height: auto;
		top: 1%;
	}

	.sec-04 .sec-feature__bg {
		width: 150px;
		right: -4%;
	}

	.sec-04 .sec-feature__bg img {
		width: 200px;
		height: auto;
	}

	.sec-04::before,
	.sec-06::before {
		top: 100%;
	}

	.sec-05 .sec-feature__bg {
		width: 160px;
		left: auto;
		right: 0;
	}

	.sec-06 .sec-feature__bg {
		width: 120px;
	}

	/* feature 섹션 패딩 */
	.sec-feature__inner {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
		gap: 28px;
	}

	/* ---- SEC-07 ---- */
	.sec-02,
	.sec-07 {
		padding: 64px 0;
	}

	.sec-07 .sec-label {
		font-size: 28px;
		line-height: 1.4;
	}

	.sec-07 .sec-label span {
		margin-left: 0;
	}

	.sec-07 .sec-title {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 28px;
	}

	/* sec-07: 768px에선 960px 슬라이더 스타일 그대로 유지 */
	.sec-07__item h6 {
		/* font-size: 18px; */
		line-height: 1.4;
	}

	.sec-07__item p {
		/* font-size: 13px; */
		line-height: 1.55;
	}

	/* ---- BOTTOM STORE BUTTONS ---- */
	.btn-store {
		width: 200px;
		justify-content: center;
	}

	.sec-bottom__inner .btn-store {
		min-width: 170px;
		height: 54px;
		gap: 12px;
	}

	.btn-store span {
		font-size: 17px;
	}

	/* ---- FOOTER ---- */
	.footer {
		/* max-height: none; */
	}

	.footer__brand-name {
		font-size: 17px;
	}

	.footer__address p {
		font-size: 12px;
	}

	.footer__copy {
		font-size: 12px;
	}
}

/* =============================================
   HERO ENTRANCE ANIMATIONS
============================================= */
.hero-item {
	opacity: 0;
	transform: translateY(28px);
	animation: heroFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	animation-delay: calc(var(--i, 0) * 0.13s + 0.15s);
}

@keyframes heroFadeUp {
	to {
		opacity: 1;
		transform: none;
	}
}

/* =============================================
   SCROLL REVEAL
============================================= */
[data-reveal] {
	opacity: 0;
	transition:
		opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal]:not([data-dir]) {
	transform: translateY(36px);
}

[data-reveal][data-dir='left'] {
	transform: translateX(-44px);
	text-align: left;
}

[data-reveal][data-dir='right'] {
	transform: translateX(44px);
}

[data-reveal].is-revealed {
	opacity: 1;
	transform: none;
	text-align: left;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	[data-reveal],
	.hero-item {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}
}

/* =============================================
   HEADER SCROLL STATE
============================================= */
.header.is-scrolled {
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
}

/* =============================================
   HAMBURGER BUTTON
============================================= */
.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	padding: 4px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 110;
	border-radius: 8px;
	transition: background 0.2s;
}

.hamburger:hover {
	background: rgba(37, 99, 235, 0.06);
}

.hamburger span {
	display: block;
	height: 2px;
	background: var(--text-dark);
	border-radius: 2px;
	transition:
		transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.25s ease;
	transform-origin: center;
}

.hamburger.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.hamburger.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* =============================================
   MOBILE NAV OVERLAY
============================================= */
.mobile-nav {
	position: fixed;
	inset: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.mobile-nav.is-open {
	opacity: 1;
	pointer-events: all;
}

.mobile-nav__logo {
	position: absolute;
	top: 20px;
	left: 24px;
	height: 32px;
	width: auto;
}

.mobile-nav__cta {
	display: inline-flex;
	align-items: center;
	padding: 16px 52px;
	background: var(--blue-primary);
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	transition:
		background 0.2s,
		transform 0.15s;
}

.mobile-nav__cta:hover {
	background: var(--blue-dark);
	transform: translateY(-2px);
}

body.nav-open {
	overflow: hidden;
}

/* =============================================
   HERO GRADIENT BLOBS (paint-mixing)
============================================= */
.hero-blobs {
	position: absolute;
	inset: 0;
	z-index: -99999991;
	overflow: hidden;
	pointer-events: none;
	filter: blur(80px);
	will-change: filter;
}

.hero-blob {
	position: absolute;
	border-radius: 50%;
	opacity: 0.5;
	will-change: transform;
	z-index: -99999999;
}

.hero-blob--1 {
	width: 720px;
	height: 720px;
	top: -20%;
	left: -12%;
	background: radial-gradient(circle, #93c5fd 0%, #3b82f6 55%, transparent 100%);
	animation: paint-drift-a 14s ease-in-out infinite alternate;
}

.hero-blob--2 {
	width: 600px;
	height: 600px;
	top: 15%;
	right: -8%;
	background: radial-gradient(circle, #a5b4fc 0%, #6366f1 55%, transparent 100%);
	animation: paint-drift-b 11s ease-in-out infinite alternate;
}

.hero-blob--3 {
	width: 540px;
	height: 540px;
	bottom: -12%;
	left: 18%;
	background: radial-gradient(circle, #7dd3fc 0%, #0ea5e9 55%, transparent 100%);
	animation: paint-drift-c 18s ease-in-out infinite alternate;
}

.hero-blob--4 {
	width: 460px;
	height: 460px;
	top: 8%;
	left: 38%;
	background: radial-gradient(circle, #c7d2fe 0%, #818cf8 55%, transparent 100%);
	animation: paint-drift-d 9s ease-in-out infinite alternate;
}

.hero-blob--5 {
	width: 420px;
	height: 420px;
	bottom: 8%;
	right: 8%;
	background: radial-gradient(circle, #bfdbfe 0%, #60a5fa 55%, transparent 100%);
	animation: paint-drift-a 16s ease-in-out 3s infinite alternate;
}

@keyframes paint-drift-a {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	25% {
		transform: translate(180px, -160px) scale(1.3);
	}
	60% {
		transform: translate(-140px, 120px) scale(0.78);
	}
	100% {
		transform: translate(100px, -80px) scale(1.18);
	}
}

@keyframes paint-drift-b {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	40% {
		transform: translate(-220px, 150px) scale(1.35);
	}
	100% {
		transform: translate(130px, -130px) scale(0.75);
	}
}

@keyframes paint-drift-c {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	33% {
		transform: translate(200px, 170px) scale(1.28);
	}
	66% {
		transform: translate(-160px, -190px) scale(0.72);
	}
	100% {
		transform: translate(80px, 110px) scale(1.15);
	}
}

@keyframes paint-drift-d {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	50% {
		transform: translate(-200px, -170px) scale(1.4);
	}
	100% {
		transform: translate(150px, 180px) scale(0.7);
	}
}

/* =============================================
   SEC-07 SLIDER DOTS
============================================= */
.sec-07__dots {
	display: none;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}

.sec-07__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: rgba(37, 99, 235, 0.2);
	cursor: pointer;
	padding: 0;
	transition:
		background 0.25s,
		transform 0.25s;
}

.sec-07__dot.is-active {
	background: var(--blue-primary);
	transform: scale(1.3);
}

/* =============================================
   MOCKUP HOVER LIFT
============================================= */
.sec-feature__mockup img {
	transition:
		transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
		filter 0.45s ease;
	filter: drop-shadow(0 32px 56px rgba(0, 0, 0, 0.2));
}

.sec-feature__mockup:hover img {
	transform: translateY(-8px) scale(1.02);
}

/* =============================================
   RESPONSIVE — HAMBURGER VISIBILITY
============================================= */
@media (max-width: 768px) {
	.btn-download {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	.sec-01__bg {
		background: url(./img/phone.png) no-repeat center center/cover;
	}
}

/* =============================================
   CARD STACK SCROLL
============================================= */

/* Wrapper resets -no fixed positioning */
#fp-wrap,
#fp-container {
	position: relative;
}

/* Each card-section stacks and slides up */
.card-section {
	position: sticky;
	top: 0;
	height: 100vh;
	will-change: transform;
}

/* sec-02 is the only sticky card-stack section — clip its overflow */
.sec-02.card-section {
	overflow: clip;
}

/* Z-index stacking */
.sec-01.card-section {
	z-index: 10;
}
.sec-02.card-section {
	z-index: 20;
}
.sec-03.card-section {
	z-index: 30;
}
.sec-04.card-section {
	z-index: 40;
}
.sec-05.card-section {
	z-index: 50;
}
.sec-06.card-section {
	z-index: 60;
}
.sec-07.card-section {
	z-index: 70;
}
.sec-bottom.card-section {
	z-index: 80;
}

/* Full-page scroll sections — no sticky stacking */
.sec-01.card-section,
.sec-03.card-section,
.sec-04.card-section,
.sec-05.card-section,
.sec-06.card-section,
.sec-07.card-section,
.sec-bottom.card-section {
	position: relative;
	top: auto;
}

/* entrance animation removed — translateY exposes sec-01 behind */

/* =============================================
   SEC-01 — full-screen hero adjustments
============================================= */
.sec-01.card-section {
	border-radius: 0;
	box-shadow: none;
}

.sec-01.card-section .inner {
	padding-top: 0;
	padding-bottom: 236px;
}

/* =============================================
   SEC-02 — center vertically below fixed header
============================================= */
.sec-02.card-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* padding-top: 68px; */
	padding-bottom: 0;
	box-sizing: border-box;
	/* margin-bottom: 68px; */
}

.sec-02.card-section .inner {
	width: 100%;
}

.sec-02.card-section .sec-title {
	margin-bottom: 40px;
}

/* =============================================
   SECTIONS 03-6 feature: fill 100vh
============================================= */
.sec-feature.card-section .sec-feature__inner {
	min-height: unset;
	height: 100vh;
	padding-top: 0;
	padding-bottom: 0;
}

/* =============================================
   SEC-07 — center vertically below fixed header
============================================= */
.sec-07.card-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 68px;
	box-sizing: border-box;
	text-align: center;
}
.sec-07 .sec-label span {
	color: var(--blue-primary);
	margin-left: 10px;
}

.sec-07 .sec-label {
	color: #252525;

	text-align: center;
	font-family: 'Pretendard';
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; /* 144% */
	letter-spacing: -0.5px;
}
.sec-07 .sec-title {
	color: #202020;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	word-break: keep-all;
}

.sec-07.card-section .inner {
	width: 100%;
	max-width: 1340px;
}

.sec-07.card-section .sec-title {
	margin-bottom: 40px;
}

.sec-07__list li {
	width: 289px;
	height: 390px;
	border-radius: 43px;
	border: 1px solid #fff;
	box-shadow: 0 8px 27.5px 0 rgba(198, 211, 232, 0.6);
	backdrop-filter: blur(35px);
}
.sec-07__list li img {
	width: 219px;
	height: 167px;
	aspect-ratio: 80/61;
}

.sec-07__list li:nth-child(1) {
	background: linear-gradient(179deg, #839fff -6.74%, #c4e3ff 51.84%, #b4cbff 96.51%);
}

.sec-07__list li:nth-child(2) {
	background: linear-gradient(0deg, #aee1e1 -2.92%, #d2f4fe 51.43%, #8ccff0 95.13%);
}

.sec-07__list li:nth-child(3) {
	background: linear-gradient(180deg, #c7b8ea 0%, #c9dcff 61.81%, #92a3ff 105.47%);
}

.sec-07__list li:nth-child(4) {
	background: linear-gradient(180deg, #c2f9ff 0%, #e8ffe8 54.58%, #a0efe2 103.21%);
}

/* =============================================
   SEC-BOTTOM flex column (CTA + footer)
============================================= */
.sec-bottom.card-section {
	display: flex;
	flex-direction: column;
	align-items: unset;
}

.sec-bottom.card-section .sec-bottom__inner {
	flex: 1;
	display: flex;
	align-items: center;
}

/* =============================================
   FOOTER INSIDE BOTTOM SECTION
============================================= */
.footer--inset {
	position: relative;
	z-index: 2;
	/* background: rgba(0, 0, 0, 0.3); */
	/* padding: 20px 0; */
}

.footer--inset .footer__copy {
	color: rgba(255, 255, 255, 0.4);
}

/* =============================================
   MOBILE — DISABLE CARD STACK (≤960px)
============================================= */
@media (max-width: 1024px) {
	section {
		overflow: hidden;
	}
	.card-section {
		position: relative;
		height: auto;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	.sec-01.card-section {
		min-height: 100svh;
	}

	.sec-01.card-section .inner {
		padding-top: 80px;
		padding-bottom: 320px;
		max-width: 100%;
	}

	.sec-02.card-section {
		display: block;
		padding: 72px 0;
		height: 100vh;
	}

	.sec-07.card-section {
		display: block;
		padding: 72px 0;
	}

	.sec-02__header {
		padding: 0 20px;
	}

	.sec-02.card-section .inner {
		padding: 0;
	}

	.sec-feature.card-section .sec-feature__inner {
		height: auto;
		max-width: 900px;
	}

	.sec-feature__mockup img {
		filter: drop-shadow(0 37px 10px rgba(0, 0, 0, 0.2));
	}

	.sec-07 .sec-label {
		flex-direction: column;
		font-size: 32px;
		line-height: 1.4;
	}

	.sec-07 .sec-title {
		font-size: 18px;
		line-height: 1.6;
		padding: 0 20px;
	}

	.sec-07 .sec-label span {
		margin-left: 0;
	}

	.sec-07__list li {
		width: 100%;
		height: 390px;
		border-radius: 43px;
		border: 1px solid #fff;
		box-shadow: 0 8px 27.5px 0 rgba(198, 211, 232, 0.6);
		backdrop-filter: blur(35px);
	}

	.sec-07__list li img {
		width: 180px;
		height: auto;
		aspect-ratio: auto;
	}

	.sec-07__item h6 {
		margin-bottom: 0;
	}

	.sec-07__item p {
		/* font-size: 14px; */
		line-height: 1.6;
	}
}
