@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

img {width:100%;}
input[type=checkbox] {margin:0px; width:18px; height:18px;}
input[type=radio]{margin:0px; width:18px; height:18px;}
main {width:100%; margin:25px 0px; min-height: 900px; }
p {margin-bottom: 0px}



.p_rative {position:relative} 
.p_absolute {position:absolute;}
.clear {clear:both}
.d-flex {display: flex}
.column {flex-direction: column}
.flex-right {align-items: flex-end}

.f-white {color: #fff !important; font-weight: 600;}
.mb-1 {margin-bottom: 20px !important;}

:root {
    --sage: #8BAF8E;
    --sage-light: #C5D9C7;
    --sage-bg: #E8F0E9;
    --coral: #D05A3A;
    --coral-light: #E8866E;
    --dark: #4c7570;
    --deepdark: #3e4a48;
    --gray: #6B7B6C;
    --light-gray: #F5F7F5;
    --white: #FFFFFF;
    --font-ko: 'Suit', sans-serif;
    --font-en: 'Suit', sans-serif;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: var(--font-ko);
    color: var(--dark);
    overflow-x: hidden;
    background: var(--white);
      font-size: 1rem;
  }

.top_bg {background: url(image/top_bg_tl.png) top left no-repeat , 
    url(image/top_bg_tr.png) top right no-repeat, 
    #e7edec;
    background-size: 180px;
    }

  /* ── NAV ── */
  nav {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 60px;
  }
  .nav-logo {
    font-family: var(--font-en);
    font-weight: normal;
    font-size: 18px;
    color: var(--dark);
    letter-spacing: -0.5px;
      max-width: 1620px;
      margin: 0 auto;
      text-align: left;
      width: 100%;
  }
  .nav-logo span { color: var(--coral); }

  /* ── HERO ── */
  .hero {
    background: url(image/top_bg_bl.png) bottom left no-repeat , 
    url(image/top_bg_br.png) bottom right no-repeat;
    background-size: 450px;
    padding: 110px 0px 0px 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    height:800px;
      width:100%;
  }

 
  /* 3컬럼 그리드: 왼쪽텍스트 | 이미지 | 오른쪽텍스트 */
  .hero-inner {
    height: 800px;
    background:url(image/top_bg2.png) no-repeat bottom center; 
    background-size: contain;
    background-position: 50% 82%;
    display: flex;
    justify-content: center;
    position: relative;
    width:98%;
    max-width: 1500px;
  }
 
  /* ── 왼쪽 텍스트 ── */
  .hero-left {
    text-align: right;
    padding-right:0px;
      margin-right: -160px;
      margin-top:150px;
  }
  .hero-eyebrow {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
  }
  .hero-title {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 5.3rem;
    line-height: 0.88;
    color: var(--dark);
    letter-spacing: -2px;
    margin-bottom: 28px;
  }
  .hero-title .muscle {
    color: var(--coral);
    display: block;
  }
  .hero-desc {
    font-size: 1.3rem;
    color: var(--gray);
    line-height: 1.6rem;
    margin-bottom: 0;
  }
  .hero-desc strong { color: var(--dark); font-weight: 700; }
  .hero-desc span { color: var(--coral); font-weight: 700; }
 
  /* ── 중앙 이미지 ── */
  .hero-center {
      background:url(image/top_img.png) no-repeat top center; 
      background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width:700px;
      
  }
  .hero-phone-img {
    width: clamp(260px, 24vw, 380px);
    animation: float 4.5s ease-in-out infinite;
    filter: drop-shadow(0 30px 50px rgba(45,58,46,0.18));
  }
  @keyframes float {
    0%,100% { transform: translateY(0px); }
    50%      { transform: translateY(-14px); }
  }

  /* ── 오른쪽 텍스트 ── */
  .hero-right {
    text-align: left;
      margin-top: 250px;
      margin-left: -160px;
  }
  
 
  .hero-phone {
      background: url("image/top_img.png") no-repeat;
      background-size: contain;
      max-width: 800px;
      height: 1050px;
        margin: 0 auto;
  }

  .phone-mockup {
    
    width:450px;
    animation: float 4s ease-in-out infinite;
  }
  @keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
  }

  .phone-screen {
    border-radius: 5px;
    padding: 28px 20px 24px;
    text-align: center;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .phone-app-name {
    font-family: var(--font-en);
    font-weight: 800;
    font-size: 16px;
    color: var(--dark);
  }

  .phone-btn {
    background: var(--dark);
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 60px;
    border-radius: 5px;
    margin-top: 280px;
      text-align: center;
      cursor: pointer;
  }

  /* ── SECTION COMMON ── */
  section { padding: 90px 40px; }
  .section-inner { max-width: 1280px; margin: 0 auto; }
  .section-badge {
    display: inline-block;
    background: var(--coral);
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 5px;
    margin-bottom: 24px;
    letter-spacing: 1px;
      max-width: 110px;
  }
  .section-title {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--dark);
    line-height: normal;
    text-align: center;
    margin-bottom: 8px;
  }
  .section-title strong { font-weight: 700; }
  .section-title span {font-weight: 500; color: var(--coral);}
  .section-title2 {font-size: 1.3rem;
        font-weight: 400;
        color: var(--dark);
        line-height: normal;
        margin-bottom: 8px;
        text-align: left}

  .section-title2 span {font-weight: 500; color: var(--coral);}



  /* ── PRINCIPLE ── */
  .principle { background: var(--white); margin: 60px auto;}
  .principle .section-inner { text-align: center; }
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 80px auto;
      max-width: 1100px;
  }
  .step {
    background:#eef7f6;
    border-radius: 50%;
      width: 230px;
      height: 230px;
    padding: 45px 20px 0;
    text-align: center;
      margin: 0 auto;
  }
  .step2 {
    background:#f6f0ef;
    border-radius: 50%;
      width: 230px;
      height: 230px;
    padding: 45px 20px 0;
    text-align: center;
      margin: 0 auto;
  }
  .step-num {
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--dark);
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .step-num2 {
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--coral);
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .step-text {
    font-size: 1.1rem;
    color: var(--gray);
    font-weight: 400;
  }
  .step-text strong { color: var(--gray); font-weight: 700; }



  /* ── LEVEL ── */
  .level { background: var(--light-gray); }
  .level-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .level-phones { 
      margin-top: -65px;
      margin-bottom: 50px;
      margin-left: -50px;
  }
  .phone-sm {
    width: 180px;
    background: var(--dark);
    border-radius: 32px;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(45,58,46,0.2);
  }
  .phone-sm:first-child {
    transform: translateX(20px) rotate(-4deg);
    z-index: 1;
  }
  .phone-sm:last-child {
    transform: translateX(-20px) rotate(4deg);
  }
  .phone-sm-screen {
    background: var(--white);
    border-radius: 24px;
    min-height: 300px;
    padding: 16px 12px;
  }


  .level-text { }
  .level-text .section-badge { display: block; text-align: center; margin-bottom: 24px; }
  .level-desc { font-size: 1rem; color: var(--gray); line-height:normal; margin-bottom: 36px; text-align: left; }


  .metrics {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .metric-left {margin-left:-80px;}
  .metric-right {margin-left:90px;}
  .metric {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--white);
    border-radius: 60px;
    padding: 15px ;
    box-shadow: 0 4px 16px rgba(45,58,46,0.06);
    width: 360px;
  }
  .metric-badge {
    width: 70px; height: 70px;
    border-radius: 50%;
    background: var(--coral);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-family: var(--font-en);
  }
  .metric-badge .label { font-size: 0.9rem; font-weight: 700; }
  .metric-badge .type { font-size: 1rem; font-weight: 700; }
  .metric-info {text-align: left}
  .metric-info h4 { font-size: 1.2rem; font-weight: 700; color: var(--gray); }
  .metric-info p { font-size: 0.9rem; color: var(--gray); margin-top: 2px; }

  /* ── ANALYSIS ── */
  .analysis { background: var(--white); }
  .analysis .section-inner { text-align: center; }
  .analysis-desc {
    font-size: 16px;
    color: var(--dark);
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .analysis-desc strong { color: var(--coral); font-weight: 700; }
  .phone_image {
      height:650px;
      background:url(image/phone_three.png) no-repeat center; 
      background-size:1100px ;
      margin: 80px auto 60px auto;
    }

  /* ── FOOTER ── */
  footer {
    background: var(--deepdark);
    color: rgba(255,255,255,0.7);
    padding: 56px 60px;
 }

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    width:100%;
    max-width: 1620px;
    margin: 0 auto;
}


  .footer-logo {
     font-family: var(--font-en);
    font-weight: normal;
      opacity: 0.5;
    font-size:1.2rem;
    color: white;
    margin-bottom: 12px;
  }
  .footer-logo span { color: var(--coral-light); }
  .footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 8px; }
  .footer-contact h5 {
    margin-bottom: 14px;
  }

.footer-contact p a {font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.5px;
     text-decoration: none;
    color: var(--sage-light);}

.footer-contact p.policy {
    display: flex;
}

.footer-contact p.policy a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1.5px;
    color:#779892;
}
.footer-contact p.policy span {
    display: block;
    padding: 0 20px;
    
}
  .footer-contact p { font-size: 13px; line-height: 2; }

  /* ── DECORATIVE CIRCLES ── */
  .deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }



  /* ── RESPONSIVE ── */

 @media (min-width: 1140px) {
    .hero-inner-m {display: none}
     .hero-inner-t {display: none}  
}

 @media (max-width: 1139px) {
    .phone-btn {margin-top: 200px;}
    .hero {background:none;
        padding: 70px 0px 0px 0px;
     }
    .hero-inner {display: none}
    .hero-inner-m {display: none}
    .hero-inner-t {display: block;
      background:url(image/top_img.png) no-repeat top right; 
      background-size:630px;
      background-position:100% 0;
      display: flex;
      position: relative;
      min-width:930px;
        padding: 0 50px;
        position:relative;
      }  
    
    .hero-center {background: none}
    .phone-screen {position: absolute;     right: 175px;    top: 180px;}
     
   
    
}


  @media (max-width: 1024px) {
    nav { padding: 16px 24px; }
     
    .hero-center {display: none}
    .hero-inner { background: none; grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .hero-phone { order: -1; }

    .hero-title { font-size: 5.3rem; }
    .phone-mockup { width: 200px; }
    .steps { grid-template-columns: repeat(2, 1fr); max-width: 520px; gap:30px }
    .level-inner { grid-template-columns: 1fr; gap: 40px; }
      .level-text .section-badge {margin: 0 auto}
    .level-text {
       text-align: center;
        margin: 80px auto;
        display: flex;
        flex-direction: column;
    }
      
    
    .level-phones { display: none; }
    .section-title2 {text-align: center}
    footer { padding: 40px 24px; flex-direction: column; }
  }


  @media (max-width: 780px) {
    section { padding: 64px 20px; }
      .hero-inner {display: none}
      .hero-inner-t {display: none}
      .hero-inner-m {display: block}
    .hero { padding: 90px 20px 50px; }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .cards-scroll { grid-template-columns: 1fr; }
    .hero-title { font-size: 4.5rem; line-height: 100% }
    .level-text .section-badge { }
      
        .metric-left {margin:0 auto}
    .metric-right {margin:0 auto;}
  }

@media (max-width: 600px) {
    .steps { grid-template-columns: 1fr; gap: 16px; }
    
}




  /* ── SCROLL ANIMATION ── */
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
  .reveal-delay-4 { transition-delay: 0.4s; }