@font-face{font-family:MaruBuri;font-weight:400;font-display:swap;src:url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2")}@font-face{font-family:MaruBuri;font-weight:600;font-display:swap;src:url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2) format("woff2")}@font-face{font-family:MaruBuri;font-weight:700;font-display:swap;src:url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2) format("woff2")}:root{--orange: #f27f0d;--orange-deep: #e2620c;--cream: #fff2da;--ink: #1b1919;--gray-text: #9d9897;--gray-chip: #f7f7f7;--bg: #fffefd}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:MaruBuri,"Noto Serif KR",serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}button{font-family:inherit;background:none;border:none;cursor:pointer}.landing{position:relative;min-height:100vh;overflow:hidden;background:var(--bg)}.landing__grid{position:relative;display:grid;grid-template-columns:minmax(460px,540px) minmax(390px,428px);grid-template-rows:1fr auto;grid-template-areas:"hero  phone" "footer phone";justify-content:center;column-gap:clamp(48px,5.7vw,110px);height:100vh;min-height:720px}.wave{position:absolute;border-radius:50%;pointer-events:none}.wave--back{z-index:0;left:-41vw;bottom:-199vh;width:205vw;height:214vh;background:linear-gradient(175deg,#f6a25e 0%,var(--cream) 55%)}.wave--right{z-index:2;left:68vw;bottom:-66vh;width:106vw;height:91vh;background:linear-gradient(170deg,var(--cream) 0%,#ffffff 85%)}.wave--front{z-index:3;left:-112vw;bottom:-102vh;width:190vw;height:135vh;background:linear-gradient(102deg,var(--orange) 68%,#ffbf7a 88%,var(--cream) 100%)}.left-col{grid-area:hero;position:relative;z-index:3;padding-top:80px;min-width:0}.brand{display:block;line-height:0}.brand img{height:34px}.chips{margin-top:40px;display:flex;flex-direction:column;gap:12px}.chips__row{display:flex;gap:12px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 24px;border-radius:1000px;font-size:16px;font-weight:400;color:var(--gray-text);background:var(--gray-chip);transition:background .2s ease,color .2s ease;white-space:nowrap}.chip:hover{color:var(--orange-deep)}.chip--active{background:var(--cream);color:var(--orange-deep);font-weight:600}.chip__play{width:24px;height:24px;flex:none}.chip--video{padding-right:20px;background:#fff;border:1px solid var(--orange);color:var(--orange);font-weight:600}.chip--video-active{background:var(--cream)}.content{margin-top:60px;animation:fadeUp .45s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content__title{font-size:clamp(38px,2.8vw,54px);font-weight:400;line-height:140%;color:var(--ink);letter-spacing:-1.35px}.content__title span{display:block}.content__row{margin-top:24px;display:flex;gap:12px;align-items:flex-start}.content__body{font-size:20px;line-height:180%;color:var(--ink);letter-spacing:.5px}.content__body strong{font-weight:700}.content__row--with-image .content__body{flex:1;min-width:0}.content__image{width:clamp(200px,12.5vw,240px);border-radius:16px;flex:none}.content__meta{margin-top:28px;display:flex;justify-content:flex-end}.indicator{background:#f0efee;border-radius:100px;padding:2px 10px;font-size:14px;color:#3c3939;line-height:20px}.video-card{margin-top:clamp(32px,5.5vh,60px);width:100%;aspect-ratio:16 / 9;border-radius:24px;overflow:hidden;background:#000;animation:fadeUp .45s ease both}.video-card iframe{width:100%;height:100%;border:none;display:block}.phone-col{grid-area:phone;position:relative;z-index:2;margin:clamp(24px,5.5vh,60px) 0;overflow:hidden;background:#fff;box-shadow:0 0 0 1px #0000000a,0 24px 80px #e2620c14}.app-frame{width:100%;height:100%;border:none;display:block;background:#fff;touch-action:none}.footer{grid-area:footer;position:relative;z-index:3;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:40px;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.footer__info{font-size:11px;line-height:15px;display:flex;flex-direction:column;gap:4px}.footer__info b{font-weight:600}.footer__info a{color:#fff;text-decoration:none}.footer__company{font-weight:600}.footer__bar{display:inline-block;width:1px;height:11px;background:#fffc;margin:0 5px;vertical-align:-1px}.footer__copy{font-weight:600}.footer__detail{margin-top:16px;display:flex;align-items:center;gap:16px}.footer__detail a{color:#fff;font-size:11px;font-weight:600;text-decoration:none;line-height:0}.footer__detail a:first-child,.footer__detail a:nth-child(2){line-height:15px}.footer__badge{height:20px;display:block}.footer__qr{text-align:center;flex:none}.footer__qr img{width:96px;height:96px;border-radius:9px;display:block;margin:0 auto}.footer__qr p{margin-top:8px;font-size:16px;font-weight:600;white-space:nowrap}@media (max-width: 1100px){.landing__grid{grid-template-columns:minmax(0,540px);grid-template-rows:auto auto auto;grid-template-areas:"hero" "phone" "footer";height:auto;min-height:100vh;padding:0 20px;row-gap:40px}.left-col{padding-top:40px}.phone-col{height:82vh;min-height:560px;border-radius:24px;overflow:hidden}.footer{flex-wrap:wrap;align-items:flex-start}.footer__qr p{white-space:normal}}@media (max-width: 560px){.content__row{flex-direction:column}.content__image{width:100%;max-width:280px}.chip{font-size:14px;padding:0 14px 0 18px}}
