@charset "utf-8";

#n28_main { position: relative; }
.n28_inner { width: calc(100% - 80px); max-width: 1600px; margin: 0 auto; }
.n28_label { display: inline-block; margin-bottom: 18px; color: #6aa9ef; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.n28_btn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 34px; border-radius: 100px; font-size: 15px; font-weight: 500; transition: .35s ease; }
.n28_btn.primary { color: #fff; background: #5e8fd6; }
.n28_btn.primary:hover { background: #3f75c4; transform: translateY(-3px); }
.n28_btn.secondary { color: #315b97; background: rgba(255,255,255,.86); border: 1px solid rgba(94,143,214,.25); backdrop-filter: blur(10px); }
.n28_btn.secondary:hover { background: #fff; transform: translateY(-3px); }
/* Hero */
.n28_hero { position: relative; overflow: hidden; min-height: 880px; background: radial-gradient(circle at 80% 20%, rgba(201,223,248,.65), transparent 35%), radial-gradient(circle at 15% 85%, rgba(255,215,231,.42), transparent 30%), linear-gradient(135deg, #ffffff 0%, #f7fbff 45%, #edf6ff 100%); }
.n28_hero::before { content: ""; position: absolute; right: -120px; top: -140px; width: 620px; height: 620px; border-radius: 50%; background: rgba(169,203,245,.28); }
.n28_hero::after { content: ""; position: absolute; left: -180px; bottom: -220px; width: 560px; height: 560px; border-radius: 50%; background: rgba(255,215,231,.32); }
.n28_hero_inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 880px; gap: 80px; }
.n28_hero_text h2 { color: #1f355c; font-size: clamp(52px,6vw,92px); font-weight: 500; line-height: 1.08; letter-spacing: -.065em; }
.n28_hero_text p { margin-top: 28px; color: #5e6f86; font-size: 19px; line-height: 1.8; }
.n28_hero_btns { display: flex; gap: 12px; margin-top: 44px; }
.n28_hero_visual { position: relative; display: flex; align-items: center; justify-content: center; }
.product_mockup { display: flex; align-items: center; justify-content: center; width: 680px; height: 520px; border-radius: 42px; background: linear-gradient(160deg, rgba(255,255,255,.95), rgba(255,255,255,.58)), linear-gradient(135deg, #edf6ff, #ffffff); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 40px 100px rgba(94,143,214,.18); backdrop-filter: blur(18px); overflow: hidden; }
.product_mockup img { width: 100%; height: 100%; object-fit: cover; /* 이미지 꽉 채움 */
    display: block; }
.mockup_txt { color: #8eb7e9; font-family: var(--font-en); font-size: 12px; letter-spacing: .2em; }
/* Intro */
.n28_intro { padding: 150px 0 120px; background: #fff; }
.n28_intro .n28_inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.n28_intro_head h3 { color: #1f355c; font-size: clamp(38px,4vw,62px); font-weight: 500; line-height: 1.18; }
.n28_intro_text p { max-width: 560px; color: #617086; font-size: 18px; line-height: 1.9; }
/* Cycle */
.n28_cycle { padding: 0 0 150px; background: #fff; }
.cycle_card { display: grid; grid-template-columns: 420px 1fr; gap: 70px; align-items: center; padding: 90px; border-radius: 44px; background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.28), transparent 30%), linear-gradient(135deg, #5e8fd6 0%, #7fb0ea 55%, #b9d8fb 100%); color: #fff; overflow: hidden; position: relative; box-shadow: 0 34px 90px rgba(94,143,214,.22); }
.cycle_card::after { content: ""; position: absolute; right: -120px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.18); }
.cycle_number { color: rgba(255,255,255,.98); font-size: 220px; font-weight: 300; line-height: .8; letter-spacing: -.08em; }
.cycle_text { position: relative; z-index: 2; }
.cycle_text .n28_label { color: rgba(255,255,255,.86); }
.cycle_text h3 { color: #fff; font-size: clamp(36px,4vw,58px); font-weight: 500; line-height: 1.2; }
.cycle_text p { max-width: 680px; margin-top: 26px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.85; }
/* Products */
.n28_products { padding: 150px 0; background: #fcfdff; }
.n28_sec_head { margin-bottom: 70px; }
.n28_sec_head.center { text-align: center; }
.n28_sec_head h3 { color: #1f355c; font-size: clamp(38px,4vw,60px); font-weight: 500; }
.n28_sec_head p { margin-top: 18px; color: #6c7a8f; font-size: 17px; }
.product_grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.product_card { overflow: hidden; border-radius: 34px; background: #fff; border: 1px solid rgba(94,143,214,.12); box-shadow: 0 24px 70px rgba(94,143,214,.10); transition: .45s ease; }
.product_card:hover { transform: translateY(-10px); box-shadow: 0 34px 90px rgba(94,143,214,.18); }
.product_img { display: flex; align-items: center; justify-content: center; height: 460px; margin: 18px; border-radius: 28px; overflow: hidden; }
.product_img img { width: 100%; height: 100%; object-fit: cover; }
.product_img span { color: rgba(49,91,151,.35); font-family: var(--font-en); font-size: 12px; letter-spacing: .18em; }
.tone_silver .product_img { background: radial-gradient(circle at 70% 20%, rgba(255,215,231,.72), transparent 30%), linear-gradient(145deg, #ffffff, #edf5ff); }
.tone_white .product_img { background: radial-gradient(circle at 70% 18%, rgba(255,255,255,.95), transparent 30%), linear-gradient(145deg, #ffffff, #f5f9ff); }
.tone_blue .product_img { background: radial-gradient(circle at 72% 20%, rgba(201,223,248,.75), transparent 32%), linear-gradient(145deg, #f8fbff, #dfeeff); }
.product_info { padding: 14px 32px 38px; }
.product_step { display: block; margin-bottom: 16px; color: #6aa9ef; font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.product_info h4 { color: #1f355c; font-size: 26px; font-weight: 500; letter-spacing: -.04em; }
.product_info p { margin-top: 16px; color: #697789; font-size: 15px; line-height: 1.8; }
.product_info ul { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.product_info li { padding: 8px 12px; border-radius: 100px; background: #f1f7ff; color: #4f78ae; font-size: 12px; }

.product_link { display:block; height:100%; color:inherit; text-decoration:none; }
.product_card:hover .product_img img { transform:scale(1.035); }
.product_img img { transition:transform .6s ease; }
.n28_products_btn { margin-top:56px; text-align:center; }

/* Ingredient */
.n28_ingredient { padding: 160px 0; background: #fff; }
.ingredient_layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.ingredient_visual { display: flex; align-items: center; justify-content: center; /* min-height: 640px; */
    border-radius: 42px; background: radial-gradient(circle at 35% 25%, rgba(255,215,231,.56), transparent 30%), linear-gradient(145deg, #ffffff, #f4f9ff); box-shadow: 0 30px 90px rgba(94,143,214,.12); overflow: hidden; }
.ingredient_visual img { width: 100%; height: 100%; object-fit: cover; }
.ingredient_visual span { color: #8eb7e9; font-family: var(--font-en); font-size: 12px; letter-spacing: .18em; }
.ingredient_text h3 { color: #1f355c; font-size: clamp(38px,4vw,58px); font-weight: 500; line-height: 1.2; }
.ingredient_text > p { margin-top: 24px; color: #687789; font-size: 17px; line-height: 1.85; }
.ingredient_list { margin-top: 42px; border-top: 1px solid #e7eff9; }
.ingredient_list div { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-bottom: 1px solid #e7eff9; }
.ingredient_list b { color: #1f355c; font-family: var(--font-en); font-size: 14px; font-weight: 600; letter-spacing: .08em; }
.ingredient_list span { color: #6b788a; font-size: 15px; text-align: right; }
/* Mood */
.n28_mood { padding: 160px 0; background: #fcfdff; }
.mood_grid { display: grid; grid-template-columns: 1.2fr .9fr; grid-template-rows: auto auto; gap: 26px; }
.mood_item { display: flex; align-items: center; justify-content: center; border-radius: 38px; overflow: hidden; }
.mood_item span { color: rgba(255,255,255,.75); font-family: var(--font-en); font-size: 12px; letter-spacing: .18em; }
.mood_item.large { min-height: 680px; grid-row: 1 / 3; background: radial-gradient(circle at 70% 24%, rgba(255,255,255,.32), transparent 28%), radial-gradient(circle at 25% 80%, rgba(255,215,231,.24), transparent 32%), linear-gradient(145deg, #5e8fd6, #9bc6f5); box-shadow: 0 30px 90px rgba(94,143,214,.18); }
.mood_item.large img { width: 100%; height: 100%; object-fit: cover; }
.mood_item.small { min-height: 300px; background: radial-gradient(circle at 50% 40%, rgba(255,215,231,.95), transparent 28%), linear-gradient(145deg, #ffffff, #f1f8ff); }
.mood_item.small span { color: #8eb7e9; }
.mood_text { padding: 70px 60px; border-radius: 38px; background: #fff; box-shadow: 0 24px 70px rgba(94,143,214,.10); }
.mood_text h3 { color: #1f355c; font-size: clamp(32px,3vw,48px); font-weight: 500; line-height: 1.25; }
.mood_text p { margin-top: 24px; color: #687789; font-size: 17px; line-height: 1.85; }
.main .footer_all_wrap { margin-top: 0; }
.live-view { position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 280px; padding: 14px 24px; border-radius: 999px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.75); box-shadow: 0 18px 50px rgba(94,143,214,.22); color: #315b97; font-size: 15px; font-weight: 500; letter-spacing: -.02em; z-index: 9999; animation: liveFloat 3s ease-in-out infinite; }
.live-view strong { color: #ff5d7a; font-weight: 700; }
.live-dot { flex: 0 0 auto; width: 10px; height: 10px; border-radius: 50%; background: #30d158; animation: livePulse 1.8s infinite; }
.n28_cta { padding: 150px 0; background: radial-gradient(circle at 82% 18%, rgba(255,255,255,.34), transparent 32%), radial-gradient(circle at 18% 82%, rgba(255,215,231,.28), transparent 32%), linear-gradient(135deg, #5e8fd6 0%, #86b7ee 55%, #c4e0ff 100%); }
.n28_cta .n28_inner { max-width: 1400px; margin: 0 auto; }
.n28_cta .cta_box { position: relative; overflow: hidden; padding: 100px 40px; text-align: center; border-radius: 46px; background: rgba(255,255,255,.20); border: 1px solid rgba(255,255,255,.42); backdrop-filter: blur(16px); box-shadow: 0 34px 100px rgba(94,143,214,.18); }
.n28_cta .cta_box::before { content: ""; position: absolute; top: -160px; right: -100px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255, 255, 255, 0.35); filter: blur(4px); }
.n28_cta .cta_box::after { content: ""; position: absolute; bottom: -180px; left: -100px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255, 215, 231, .20); }
.n28_cta .n28_label { position: relative; z-index: 1; display: inline-block; margin-bottom: 24px; font-size: 13px; font-weight: 600; letter-spacing: 0.18em; color: rgba(255,255,255,.92); }
.n28_cta h3 { position: relative; z-index: 1; margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.3; font-weight: 500; letter-spacing: -0.04em; color: #fff; }
.n28_cta p { position: relative; z-index: 1; margin: 28px 0 42px; font-size: 17px; line-height: 1.8; font-weight: 400; color: rgba(255,255,255,.88); }
.n28_cta .n28_btn { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; min-width: 210px; height: 58px; padding: 0 34px; border: 1px solid #fff; text-decoration: none; font-size: 15px; font-weight: 500; letter-spacing: -0.02em; color: #315b97; background: #fff; transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }
.n28_cta .n28_btn:hover { color: #fff; background: #315b97; border-color: #315b97; transform: translateY(-3px); }
@media (max-width:1024px) {
    .n28_cta { padding: 100px 24px; }
    .n28_cta .cta_box { padding: 80px 30px; }
    .n28_cta p { font-size: 16px; }
}
@media (max-width:767px) {
    .n28_cta { padding: 70px 16px; }
    .n28_cta .cta_box { padding: 65px 22px; border-radius: 4px; }
    .n28_cta .n28_label { margin-bottom: 18px; font-size: 11px; }
    .n28_cta h3 { font-size: 30px; line-height: 1.4; }
    .n28_cta p { margin: 22px 0 32px; font-size: 15px; line-height: 1.7; }
    .n28_cta .n28_btn { width: 100%; min-width: 0; height: 54px; }
}
@keyframes livePulse {
    0% { box-shadow: 0 0 0 0 rgba(48,209,88,.45); }
    70% { box-shadow: 0 0 0 12px rgba(48,209,88,0); }
    100% { box-shadow: 0 0 0 0 rgba(48,209,88,0); }
}
@keyframes liveFloat {
    0%,100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-4px); }
}
@media(max-width:768px) {
    .live-view { bottom: 18px; width: calc(100% - 36px); min-width: auto; font-size: 13px; padding: 12px 16px; }
}
/* Responsive */
@media (max-width:1200px) {
    .n28_hero_inner, .n28_intro .n28_inner, .ingredient_layout { grid-template-columns: 1fr; }
    .product_grid { grid-template-columns: 1fr; }
    .cycle_card { grid-template-columns: 1fr; }
    .cycle_number { font-size: 160px; }
}
@media (max-width:768px) {
    .n28_inner { width: calc(100% - 36px); }
    .n28_hero { min-height: auto; }
    .n28_hero_inner { min-height: auto; padding: 120px 0 80px; gap: 50px; }
    .n28_hero_btns { flex-direction: column; }
    .n28_btn { width: 100%; }
    .product_mockup { width: 100%; height: 440px; border-radius: 30px; }
    .n28_intro, .n28_products, .n28_ingredient, .n28_mood, .n28_cta { padding: 100px 0; }
    .cycle_card { padding: 50px 24px; border-radius: 30px; }
    .cycle_number { font-size: 120px; }
    .product_img { height: 360px; }
    .mood_grid { grid-template-columns: 1fr; }
    .mood_text { padding: 48px 28px; }
}