﻿:root{--text:#10162c;--muted:#4b5676;--line:#e5eaf5;--blue:#3157ff;--purple:#7c5cff;--radius:20px;--shadow:0 10px 24px rgba(32,51,120,.08);--site-max-width:1440px;--site-padding:clamp(32px,5vw,72px)}
*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;color:var(--text);background:radial-gradient(1000px 600px at 80% 0,#f0f4ff 0,#fff 55%) fixed;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1220px,calc(100% - 40px));margin:0 auto}
.site-header-inner{width:min(1220px,calc(100% - 40px));margin:0 auto;padding-left:0;padding-right:0}
.hero-inner{width:100%;margin:0;padding-left:0;padding-right:0}

.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid #edf1fa}
.nav{min-height:68px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;position:relative}
.logo{font-size:42px;line-height:1;font-weight:800;background:linear-gradient(90deg,var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.by{font-size:14px;color:#2a3252}.brand{display:flex;gap:10px;align-items:baseline;text-decoration:none;color:inherit}
.menu{display:contents}
.site-nav{display:flex;align-items:center;justify-content:center;gap:28px;min-width:0;white-space:nowrap}
.site-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}
.site-nav a{padding:8px 0;border-radius:0;color:#111827;font-weight:500;font-size:14px;line-height:1;letter-spacing:-.01em}
.site-nav a:hover{color:#315efb}
.site-nav a.active{color:#315efb}
.site-actions .lang-link{height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid transparent;border-radius:10px;color:#111827;font-weight:500;font-size:14px;line-height:1;letter-spacing:-.01em}
.site-actions .lang-link.active{color:#315efb;border-color:#b8c8ff;background:#fff}
.site-actions .btn{flex-shrink:0}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 20px;font-weight:700;border:1px solid transparent;white-space:nowrap}
.btn.primary{color:#fff;background:linear-gradient(90deg,var(--blue),var(--purple));box-shadow:0 10px 20px rgba(58,90,255,.25)}
.btn.outline{border-color:#aebfff;color:#3157ff;background:#fff}
.play-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:8px;flex:0 0 auto}
.play-icon svg{display:block;width:18px;height:18px}
.play-icon img{display:block;width:18px;height:18px}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;padding:8px 10px;border-radius:10px}

.hero{background:#fff;padding:20px 0 32px}
.hero-grid{display:grid;grid-template-columns:minmax(420px,1fr) minmax(520px,1.1fr);align-items:center;gap:22px}
.hero-copy{position:relative;z-index:2;max-width:560px;padding-top:0}
.hero-media{position:relative}
.hero-media-img{display:block;width:100%;height:auto}
.hero-title{font-size:clamp(38px,3.8vw,52px);line-height:1.1;letter-spacing:-.03em;font-weight:800;color:#0f172a;margin:0}
.hero-title .line{display:block;white-space:nowrap}
.hero-title .accent{background:linear-gradient(90deg,#3157ff,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-title .accent.line{font-size:.88em;font-weight:600}
.hero-subtitle{max-width:520px;font-size:18px;line-height:1.55;color:#33415f;margin:20px 0 0}
.hero-trust{display:inline-flex;align-items:center;gap:8px;color:#223155;font-weight:800;font-size:15px;margin-top:16px}
.trust-shield{display:inline-block;width:22px;height:22px;border-radius:999px;background:#eaf0ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233157ff'%3E%3Cpath d='M12 2l8 3v6c0 5.2-3.4 9.8-8 11-4.6-1.2-8-5.8-8-11V5l8-3z'/%3E%3C/svg%3E") center/12px 12px no-repeat;line-height:1}
.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.primary-button,.secondary-button{height:54px;padding:0 24px;border-radius:14px;font-size:16px;font-weight:700}

.section{padding:28px 0}
.how-it-works,
#features,
#privacy,
#faq{
  scroll-margin-top:84px;
}
.title-center{text-align:center;font-size:clamp(30px,3.2vw,48px);letter-spacing:-.02em;margin:0 0 18px;line-height:1.2}
.cards3,.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:0 7px 18px rgba(41,59,118,.05)}
.row{display:flex;gap:12px;align-items:flex-start}
.icon-b{width:64px;height:64px;border-radius:16px;background:linear-gradient(180deg,#eef3ff,#f8faff);display:grid;place-items:center;color:#3b5bff;font-size:28px;flex:0 0 auto}
.card h3{font-size:clamp(20px,2vw,32px);margin:0 0 6px;line-height:1.25}
.card p{margin:0;color:#455379;font-size:clamp(14px,1.25vw,18px);line-height:1.5}
.card p.policy-intro{margin:0 0 8px;color:#10162c !important;font-size:clamp(14px,1.25vw,18px);line-height:1.5;font-weight:400;font-family:inherit}
.card p.policy-intro,
.card p.policy-intro *{
  color:#10162c !important;
  font-family:"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic","Segoe UI",sans-serif !important;
  font-weight:400 !important;
}
.card p.support-intro{margin:0;color:#10162c;font-size:18px;line-height:1.55;font-weight:400;font-family:inherit}
.card p.support-note{margin:0;color:#10162c;font-size:16px;line-height:1.55;font-weight:400;font-family:inherit}
.card p.support-note span{color:inherit;font-weight:inherit;font-family:inherit}
.support-note-indent{display:block;padding-left:1em}
.support-note-indent-2{padding-left:2em}
.problem-section .title-center{font-size:clamp(24px,2.2vw,28px);margin-bottom:24px}
.section#how .title-center{font-size:clamp(24px,2.2vw,28px);margin-bottom:24px}
.section#features .title-center{font-size:clamp(24px,2.2vw,28px);margin-bottom:24px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:#10162c}
.compact-title{font-size:clamp(24px,2.2vw,28px);margin-bottom:24px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:#10162c}
.problem-section .card{padding:4px 10px 4px 0}
.problem-section .row{align-items:center;gap:0}
.problem-section .icon-b{width:52%;max-width:230px;min-width:170px;height:150px;border-radius:14px;font-size:34px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent;margin-left:-16px}
.problem-section .row > div:last-child{margin-left:-10px}
.problem-section .icon-b img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}
.problem-section .card h3{font-size:clamp(18px,1.5vw,20px);margin:0 0 2px;line-height:1.2}
.problem-section .card p{font-size:14px;line-height:1.35;margin:0}

.solution{display:grid;grid-template-columns:1fr 1.6fr;gap:20px;align-items:center}
.solution .lead{font-size:clamp(30px,3vw,52px);margin:0 0 12px;line-height:1.2;letter-spacing:-.02em}
.solution .lead .accent{color:#3f5aff}
.solution .desc{font-size:clamp(15px,1.2vw,20px);color:#3f4c72;margin:0}
.flow{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.pill{width:150px;height:150px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;text-align:center;font-weight:700;font-size:14px;line-height:1.3}
.pill span{display:block;color:#4f5a7e;font-weight:800;font-size:12px}
.p1{background:#efe7ff}.p2{background:#e7f0ff}.p3{background:#e8fbf4}.p4{background:#fff2df}.arrow{font-size:28px;color:#3c4c84}
.solution-section .solution{grid-template-columns:360px 1fr;gap:56px;max-width:1180px;margin:0 auto}
.solution-section .lead{font-size:clamp(30px,2.6vw,38px);line-height:1.16;letter-spacing:-.035em;font-weight:500;max-width:420px}
.solution-section .lead .no-break{white-space:nowrap}
.solution-section .lead .accent{color:#3157ff}
.solution-section .desc{font-size:16px;line-height:1.6;max-width:420px}
.lang-ko .solution-section .lead{font-size:clamp(26px,2.2vw,34px);line-height:1.24;word-break:keep-all}
.solution-section .flow{justify-content:flex-start;gap:10px;flex-wrap:nowrap}
.solution-section .pill{width:160px;height:160px;padding:10px 12px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}
.solution-section .flow-icon{width:84px;height:84px;object-fit:contain;display:block;background:transparent;mix-blend-mode:multiply;margin-bottom:-2px}
.solution-section .p1 .flow-icon{width:94px;height:94px}
.solution-section .p1 .flow-icon{margin-bottom:-8px}
.solution-section .p2 .flow-icon{width:102px;height:102px}
.solution-section .p2 .flow-icon{margin-bottom:-12px}
.solution-section .pill span{font-size:12px;margin-top:-3px}
.solution-section .arrow{font-size:24px;line-height:1;color:#3c4c84}

.step{position:relative}.badge{position:absolute;left:14px;top:14px;width:28px;height:28px;border-radius:999px;background:#355cff;color:#fff;display:grid;place-items:center;font-weight:800}

.how-it-works{padding:72px 24px 80px}
.how-it-works .container{max-width:1320px}
.how-it-works__title{margin:0 0 14px;text-align:center;font-size:clamp(24px,2.2vw,28px);line-height:1.2;font-weight:700;letter-spacing:-.02em;color:#10162c}
.how-it-works__grid{width:100%;max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.how-card{position:relative;min-height:395px;padding:24px 24px 20px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;overflow:hidden;box-shadow:none;display:grid;grid-template-rows:48px 1fr;row-gap:18px}
.how-card__header{height:48px;display:flex;align-items:center;gap:14px;min-width:0;position:relative;z-index:2}
.how-card__number{flex:0 0 auto;width:34px;height:34px;border-radius:999px;background:#3b5bff;color:#fff;font-size:16px;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center}
.how-it-works .how-card .how-card__title{margin:0;min-width:0;font-size:28px;line-height:1.1;font-weight:500;letter-spacing:-.035em;color:#0f172a;white-space:nowrap}
.how-card__body{display:grid;grid-template-columns:42% 58%;column-gap:12px;min-height:0;align-items:stretch}
.how-card__copy{position:relative;z-index:2;min-width:0;align-self:start;padding-top:10px}
.how-card__description{margin:0;max-width:210px;font-size:16px;line-height:1.55;font-weight:400;color:#475569}
.how-card__visual{position:relative;z-index:1;min-width:0;display:flex;align-items:flex-end;justify-content:center}
.how-card__visual img{display:block;width:auto;max-width:100%;object-fit:contain;pointer-events:none;user-select:none}
.how-card--scan .how-card__visual img{height:300px}
.how-card--details .how-card__visual img{height:300px}
.how-card--search .how-card__visual img{height:300px}
:lang(ko) .how-card__title,:lang(ko) .how-card__description{word-break:keep-all}
.features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.feature{display:flex;align-items:center;gap:14px;padding:22px 22px 22px 0;min-height:120px;border-radius:20px;border:1px solid #e1e7f0;background:#fff}
.feature .i-round{width:108px;height:108px;border-radius:999px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent}
.feature .feature-icon{width:108px;height:108px;object-fit:contain;display:block}
.feature .feature-copy{flex:1;text-align:left}
.feature .feature-copy h3{margin:0;font-size:20px;line-height:1.2;font-weight:700;color:#0f172a}
.feature .feature-copy p{margin-top:8px;font-size:15px;line-height:1.5;color:#475569}

.privacy{background:#f1f5ff;border:1px solid #dce4ff;border-radius:24px;padding:22px;display:grid;grid-template-columns:23% 49% 28%;gap:12px;align-items:center}
.privacy-visual{display:flex;align-items:center;justify-content:center}
.privacy-visual img{display:block;max-width:100%;height:auto;object-fit:contain}
.check{position:relative;margin:7px 0;color:#334163;padding-left:30px}
.check::before{content:"✓";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:999px;background:#3b5bff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;line-height:1}
.privacy > div:last-child{padding-right:16px}
.privacy .note{color:#334163}
.lang-ko .privacy{gap:6px;grid-template-columns:23% 51% 26%}

.use{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.use-card{padding:22px;border:1px solid #e1e7f0;border-radius:22px;background:#fff;box-shadow:none;overflow:hidden}
.use-card .illu{width:100%;height:160px;border-radius:16px;background:#fff;margin-bottom:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.use-card .illu img{width:100%;height:100%;object-fit:contain;display:block}
.use-card{text-align:center}
.use-card h3{margin:0;font-size:22px;line-height:1.15;font-weight:600;color:#0f172a}
.use-card p{margin-top:10px;font-size:16px;line-height:1.5;color:#475569;text-align:center}
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:10px}.faq summary{font-weight:700;cursor:pointer}
.footer{border-top:1px solid var(--line);margin-top:26px;background:#fff}.footer-inner{padding:26px 0;display:grid;gap:10px}.links{display:flex;gap:14px;flex-wrap:wrap;color:#4a5678;font-weight:600}
.page-title{font-size:clamp(30px,3vw,38px);margin:30px 0 6px}.muted{color:#4b5676}

@media (max-width:1100px){
  .hero-grid{grid-template-columns:minmax(380px,1fr) minmax(440px,1fr);gap:16px}
  .hero-copy{max-width:520px}
  .privacy{grid-template-columns:22% 50% 28%}
  .how-it-works__grid{grid-template-columns:1fr;max-width:680px}
  .how-card{min-height:390px}
  .how-card__body{grid-template-columns:42% 58%}
}
@media (max-width:900px){
  .menu-btn{display:block}
  .menu{display:none;position:absolute;top:64px;left:10px;right:10px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px}
  .menu.open{display:block}
  .site-nav{flex-direction:column;align-items:stretch;gap:4px}
  .site-nav a{padding:10px 8px;border-radius:10px}
  .site-actions{flex-direction:column;align-items:stretch}
  .site-actions .lang-link{width:100%;justify-content:flex-start;padding:10px 8px;height:auto}
  .site-actions .btn{width:100%}
  .solution{grid-template-columns:1fr}
  .solution-section .solution{grid-template-columns:1fr;gap:22px}
  .solution-section .solution > div:first-child{margin:0 auto;text-align:center}
  .solution-section .flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;gap:14px 18px}
  .solution-section .arrow{display:none}
  .cards3,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .how-it-works__grid{grid-template-columns:1fr;max-width:680px}
  .features,.use{grid-template-columns:repeat(2,minmax(0,1fr))}
  .privacy{grid-template-columns:1fr}
  .lang-ko .privacy{grid-template-columns:1fr;gap:14px;padding:20px}
  .lang-ko .privacy > div:last-child{padding-right:0}
  .lang-ko .privacy .section-title{margin:0 0 10px;line-height:1.25}
  .lang-ko .privacy .check{margin:8px 0;font-size:15px;line-height:1.45}
  .lang-ko .privacy .note{margin-top:8px;font-size:14px;line-height:1.45}
  .flow{justify-content:center}.arrow{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{max-width:640px}
  .problem-section .card{padding:12px 10px 12px 4px}
  .problem-section .row{gap:6px}
  .problem-section .icon-b{width:44%;min-width:124px;height:108px}
}
@media (max-width:768px){
  .how-it-works,
  #features,
  #privacy,
  #faq{
    scroll-margin-top:76px;
  }
  .container{width:calc(100% - 24px)}
  .logo{font-size:36px}
  .nav{min-height:64px}
  .site-actions .lang-link{height:32px;padding:0 10px;font-size:13px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{width:100%;padding:26px 20px 0}
  .hero-copy{text-align:center;margin:0 auto}
  .hero-subtitle,.hero-trust{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-media{order:2}
  .hero-title{font-size:clamp(34px,9vw,44px)}
  .hero-title .line{white-space:normal}
  .hero-subtitle{font-size:16px}
  .primary-button,.secondary-button{height:50px;padding:0 18px;font-size:15px}
  .problem-section .title-center{font-size:24px}
  .problem-section .card{padding:12px 8px 12px 2px}
  .problem-section .row{gap:4px}
  .problem-section .icon-b{width:132px;min-width:132px;height:112px;font-size:30px}
  .solution-section .pill{width:136px;height:136px}
  .solution-section .flow-icon{width:72px;height:72px;margin-bottom:-1px}
  .solution-section .p1 .flow-icon{width:80px;height:80px}
  .solution-section .p1 .flow-icon{margin-bottom:-6px}
  .solution-section .p2 .flow-icon{width:88px;height:88px}
  .solution-section .p2 .flow-icon{margin-bottom:-9px}
  .how-it-works{padding:56px 20px 64px}
  .how-it-works__title{font-size:36px;margin-bottom:28px}
  .how-it-works__grid{grid-template-columns:1fr;gap:18px}
  .how-card{min-height:auto;padding:22px 22px 20px;grid-template-rows:auto auto;row-gap:16px}
  .how-card__header{height:auto;gap:12px}
  .how-card__number{width:32px;height:32px;font-size:15px}
  .how-it-works .how-card .how-card__title{font-size:24px;white-space:normal;text-wrap:balance}
  .how-card__body{grid-template-columns:1fr}
  .how-card__copy{padding-top:0}
  .how-card__description{max-width:none;font-size:16px}
  .how-card__visual{margin-top:18px;min-height:250px;justify-content:center}
  .how-card--scan .how-card__visual img,.how-card--details .how-card__visual img,.how-card--search .how-card__visual img{height:260px}
  .lang-ko .privacy .btn.outline{width:100%;justify-content:center}
}
@media (max-width:640px){
  .cards3,.steps,.features,.use{grid-template-columns:1fr}
  .pill{width:138px;height:138px}
}




.policy-intro-text{font-family:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic','Segoe UI',sans-serif !important;color:#10162c !important;font-weight:400 !important;letter-spacing:0 !important;font-size:18px !important;line-height:1.55 !important;}
@media (max-width:768px){
  .policy-intro-text{font-size:18px !important;line-height:1.55 !important;}
  .card p.support-intro{font-size:18px;line-height:1.55}
  .card p.support-note{font-size:16px;line-height:1.5}
}
