@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:1px solid transparent;border-radius:var(--radius-full);font-weight:500;cursor:pointer;transition:all var(--transition-base);font-family:var(--font-primary);text-decoration:none;letter-spacing:.02em;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background-color:var(--color-dark);color:var(--color-light);border-color:var(--color-dark)}.btn-primary:hover:not(:disabled){background-color:var(--color-primary);border-color:var(--color-primary);box-shadow:0 4px 12px #00000026}.btn-secondary{background-color:var(--color-accent);color:var(--color-light);border-color:var(--color-accent)}.btn-secondary:hover:not(:disabled){background-color:var(--color-secondary);border-color:var(--color-secondary);box-shadow:0 4px 12px #0000001a}.btn-outline{background-color:transparent;color:var(--color-dark);border-color:var(--color-dark)}.btn-outline:hover:not(:disabled){background-color:var(--color-dark);color:var(--color-light);border-color:var(--color-dark)}.btn-outline-light{background-color:transparent;color:var(--color-light);border-color:var(--color-light)}.btn-outline-light:hover:not(:disabled){background-color:var(--color-light);color:var(--color-dark);border-color:var(--color-light)}.btn-ghost{background-color:transparent;color:var(--color-dark);border-color:transparent}.btn-ghost:hover:not(:disabled){background-color:#0000000d}.btn-ghost-light{background-color:transparent;color:var(--color-light);border-color:transparent}.btn-ghost-light:hover:not(:disabled){background-color:#ffffff1a}.btn-small{padding:var(--space-2) var(--space-5);font-size:var(--text-sm);min-height:36px}.btn-medium{padding:var(--space-3) var(--space-6);font-size:var(--text-base);min-height:44px}.btn-large{padding:var(--space-4) var(--space-8);font-size:var(--text-lg);min-height:52px}.btn-full-width{width:100%}.btn-icon{gap:var(--space-3)}@media(max-width:600px){.btn-small{padding:var(--space-2) var(--space-4);font-size:var(--text-xs);min-height:32px}.btn-medium{padding:var(--space-3) var(--space-5);font-size:var(--text-sm);min-height:40px}.btn-large{padding:var(--space-3) var(--space-6);font-size:var(--text-base);min-height:48px}}.ws-card{position:relative;display:flex;flex-direction:column;cursor:pointer;transition:transform var(--transition-base)}.ws-card--hoverable:hover{transform:translateY(-8px)}.ws-card--padding-none{padding:0}.ws-card--padding-small{padding:var(--space-2)}.ws-card--padding-medium{padding:var(--space-4)}.ws-card--padding-large{padding:var(--space-6)}.ws-card__number{margin-bottom:var(--space-2);opacity:.6}.ws-card__number-text{font-size:var(--text-xs);font-weight:400;letter-spacing:-.02em;text-transform:uppercase}.ws-card__media{position:relative;width:100%;padding-top:75%;overflow:hidden;border-radius:var(--radius-md);background-color:var(--bg-dark)}.ws-card__image,.ws-card__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.ws-card--hoverable:hover .ws-card__image,.ws-card--hoverable:hover .ws-card__video{transform:scale(1.05)}.ws-card__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:#171010b3;opacity:0;transition:opacity var(--transition-base);border-radius:var(--radius-md)}.ws-card--hoverable:hover .ws-card__overlay{opacity:1}.ws-card__overlay-text{color:var(--text-light);font-size:var(--text-lg);font-weight:500;letter-spacing:-.02em}.ws-card__content{padding:var(--space-4) 0}.ws-card__info{display:flex;flex-direction:column;gap:var(--space-2)}.ws-card__title{font-size:var(--text-lg);font-weight:600;letter-spacing:-.02em;line-height:1.3;margin:0;color:var(--text-dark);transition:color var(--transition-base)}.ws-card--hoverable:hover .ws-card__title{color:var(--color-primary)}.ws-card__meta{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--text-muted)}.ws-card__type{display:flex;align-items:center;font-weight:400;letter-spacing:-.01em}.ws-card__bracket{opacity:.5;margin:0 2px}.ws-card__divider{width:1px;height:12px;background-color:var(--text-muted);opacity:.3}.ws-card__year{font-weight:400;letter-spacing:-.01em}@media(max-width:600px){.ws-card__media{padding-top:100%}.ws-card__title{font-size:var(--text-base)}.ws-card__meta{font-size:var(--text-xs)}.ws-card__overlay-text{font-size:var(--text-base)}}@media(min-width:601px)and (max-width:1024px){.ws-card__media{padding-top:85%}}@media(min-width:1600px){.ws-card__title{font-size:var(--text-xl)}.ws-card__meta{font-size:var(--text-base)}}.ws-typography{margin:0;padding:0;font-family:var(--font-primary)}.ws-typography--h1{font-size:var(--text-6xl);font-weight:700;line-height:1.1;letter-spacing:-.04em;font-family:var(--font-heading)}.ws-typography--h2{font-size:var(--text-5xl);font-weight:700;line-height:1.2;letter-spacing:-.03em;font-family:var(--font-heading)}.ws-typography--h3{font-size:var(--text-4xl);font-weight:600;line-height:1.3;letter-spacing:-.02em;font-family:var(--font-heading)}.ws-typography--h4{font-size:var(--text-3xl);font-weight:600;line-height:1.3;letter-spacing:-.02em;font-family:var(--font-heading)}.ws-typography--h5{font-size:var(--text-2xl);font-weight:600;line-height:1.4;letter-spacing:-.01em;font-family:var(--font-heading)}.ws-typography--h6{font-size:var(--text-xl);font-weight:600;line-height:1.4;letter-spacing:-.01em;font-family:var(--font-heading)}.ws-typography--body1{font-size:var(--text-base);font-weight:400;line-height:1.6;letter-spacing:0}.ws-typography--body2{font-size:var(--text-sm);font-weight:400;line-height:1.6;letter-spacing:0}.ws-typography--caption{font-size:var(--text-xs);font-weight:400;line-height:1.4;letter-spacing:.02em;text-transform:uppercase}.ws-typography--dark{color:var(--text-dark)}.ws-typography--light{color:var(--text-light)}.ws-typography--primary{color:var(--color-primary)}.ws-typography--secondary{color:var(--color-secondary)}.ws-typography--muted{color:var(--text-muted)}.ws-typography--left{text-align:left}.ws-typography--center{text-align:center}.ws-typography--right{text-align:right}.ws-typography--light{font-weight:300}.ws-typography--normal{font-weight:400}.ws-typography--medium{font-weight:500}.ws-typography--semibold{font-weight:600}.ws-typography--bold{font-weight:700}.ws-typography--uppercase{text-transform:uppercase}@media(max-width:600px){.ws-typography--h1{font-size:var(--text-4xl)}.ws-typography--h2{font-size:var(--text-3xl)}.ws-typography--h3{font-size:var(--text-2xl)}.ws-typography--h4{font-size:var(--text-xl)}.ws-typography--h5{font-size:var(--text-lg)}.ws-typography--h6{font-size:var(--text-base)}}.portfolio-card-link{text-decoration:none;display:block;width:100%}.portfolio-card{background:var(--color-light);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;box-shadow:0 4px 16px #00000014}.portfolio-card__image{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-light);display:flex;align-items:center;justify-content:center;position:relative}.portfolio-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;position:relative;z-index:0}.portfolio-card:hover .portfolio-card__image img{transform:scale(1.1)}.portfolio-card__content{padding:var(--space-4);background:var(--color-light)}.portfolio-card__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.portfolio-card__number{font-weight:700;letter-spacing:.05em;font-size:var(--text-xs);color:var(--color-primary)}.portfolio-card__type{text-transform:uppercase;font-size:var(--text-xs);color:var(--color-muted);letter-spacing:.1em}.portfolio-card__title{margin-bottom:var(--space-2);font-size:var(--text-lg);font-weight:700;color:var(--color-dark);line-height:1.3}.portfolio-card__description{margin-top:var(--space-2);line-height:1.6;font-size:var(--text-sm);color:var(--color-muted)}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026;border-color:var(--color-primary)}@media(max-width:768px){.portfolio-card__content{padding:.5rem .65rem}.portfolio-card__title{font-size:.9rem}.portfolio-card__description{font-size:.7rem}}.typography{margin:0;padding:0}.typography-h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:var(--spacing-xl)}.typography-h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:var(--spacing-lg)}.typography-h3{font-size:2rem;font-weight:600;line-height:1.3;margin-bottom:var(--spacing-lg)}.typography-h4{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:var(--spacing-md)}.typography-h5{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:var(--spacing-md)}.typography-h6{font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:var(--spacing-sm)}.typography-subtitle1{font-size:1.125rem;font-weight:500;line-height:1.5;margin-bottom:var(--spacing-sm)}.typography-subtitle2{font-size:1rem;font-weight:500;line-height:1.5;margin-bottom:var(--spacing-sm)}.typography-body1{font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:var(--spacing-sm)}.typography-body2{font-size:.875rem;font-weight:400;line-height:1.6;margin-bottom:var(--spacing-sm)}.typography-caption{font-size:.75rem;font-weight:400;line-height:1.4;color:#666}.typography-overline{font-size:.75rem;font-weight:600;line-height:1.4;text-transform:uppercase;letter-spacing:1px}.typography-color-default{color:var(--text-dark)}.typography-color-primary{color:var(--primary-color)}.typography-color-secondary{color:var(--secondary-color)}.typography-color-light{color:var(--text-light)}.typography-color-muted{color:#666}.typography-align-left{text-align:left}.typography-align-center{text-align:center}.typography-align-right{text-align:right}.typography-align-justify{text-align:justify}.ws-home-page{scroll-snap-type:y proximity}.ws-home-page .ws-hero{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden;will-change:transform;scroll-snap-align:start}.ws-home-page .ws-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;will-change:transform;transition:transform .1s ease-out}.ws-home-page .ws-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d080899;z-index:1}.ws-home-page .ws-hero .ws-container{position:relative;z-index:2}.ws-home-page .ws-hero__content{max-width:900px;margin:0 auto;will-change:transform,opacity;transition:transform .1s ease-out,opacity .1s ease-out}.ws-home-page .ws-hero__title{margin-bottom:var(--space-6);font-size:var(--text-8xl);letter-spacing:-.05em;text-transform:uppercase}.ws-home-page .ws-hero__subtitle{margin-bottom:var(--space-4);font-weight:300;opacity:.9}.ws-home-page .ws-hero__description{margin-bottom:0;opacity:.8}.ws-home-page .ws-hero__scroll-indicator{position:absolute;bottom:var(--space-10);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-2);z-index:2;animation:fadeInUp 1s ease-out .5s both}.ws-home-page .ws-hero__scroll-line{width:1px;height:60px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.8),transparent);animation:scrollLineMove 2s ease-in-out infinite}.ws-home-page .ws-hero__scroll-text{color:var(--color-light);font-size:var(--text-xs);font-weight:500;letter-spacing:.2em;opacity:.8}.ws-about{min-height:100vh;padding:var(--space-20) 0;background-color:var(--bg-light);opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start}.ws-about.ws-section--visible{opacity:1;transform:translateY(0)}.ws-about__title{margin-bottom:var(--space-8);line-height:1.1;letter-spacing:-.04em}.ws-about__description{margin-bottom:var(--space-5);line-height:1.8}.ws-about__services{margin-top:var(--space-16)}.ws-service-item{padding:var(--space-6);border-left:2px solid var(--color-dark);transition:all var(--transition-base)}.ws-service-item:hover{border-left-color:var(--color-primary);padding-left:var(--space-8)}.ws-service-item .ws-typography{margin-bottom:var(--space-3)}.ws-service-item .ws-typography--caption{margin-bottom:var(--space-2)}.ws-service-item .ws-typography--h4{margin-bottom:var(--space-4)}.ws-portfolio{min-height:100vh;padding:var(--space-20) 0 var(--space-12);background-color:var(--bg-light);opacity:0;transform:translateY(50px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start}.ws-portfolio.ws-section--visible{opacity:1;transform:translateY(0)}.ws-portfolio__header{text-align:center;margin-bottom:var(--space-6)}.ws-portfolio__header .ws-typography--h2{margin-bottom:var(--space-2);line-height:1.1;letter-spacing:-.04em}.ws-portfolio__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-bottom:var(--space-6)}.ws-portfolio__cta{text-align:center;margin-top:var(--space-4)}.ws-platforms{padding:var(--space-12) 0 var(--space-16)}.ws-platforms__title{margin-bottom:var(--space-8)}.ws-platforms__links{display:flex;justify-content:center;align-items:center;gap:var(--space-6)}.ws-platform-button{display:inline-block;padding:var(--space-4) var(--space-10);background-color:transparent;border:2px solid rgba(255,255,255,.2);border-radius:var(--radius-full);color:var(--color-light);text-decoration:none;font-size:var(--text-lg);font-weight:500;transition:all .3s ease;min-width:140px;text-align:center}.ws-platform-button:hover{background-color:#ffffff1a;border-color:#fff6;transform:translateY(-2px)}@media(max-width:600px){.ws-home-page .ws-hero{min-height:100vh;height:100vh;padding:80px 0 0}.ws-home-page .ws-hero__content{padding:0 var(--space-4)}.ws-home-page .ws-hero__title{font-size:var(--text-4xl);margin-bottom:var(--space-4)}.ws-home-page .ws-hero__subtitle{font-size:var(--text-xl);margin-bottom:var(--space-3)}.ws-home-page .ws-hero__description{font-size:var(--text-sm)}.ws-home-page .ws-hero__scroll-indicator{bottom:var(--space-6)}.ws-home-page .ws-hero__scroll-line{height:40px}.ws-home-page .ws-hero__scroll-text{font-size:10px}.ws-about{padding:var(--space-16) 0 var(--space-10) 0}.ws-about__title{margin-bottom:var(--space-6);font-size:var(--text-3xl)}.ws-about__description{margin-bottom:var(--space-4);font-size:var(--text-sm)}.ws-about__services{margin-top:var(--space-8)}.ws-service-item{margin-bottom:var(--space-5);padding:var(--space-4)}.ws-portfolio{padding:var(--space-10) 0}.ws-portfolio__header{margin-bottom:var(--space-8)}.ws-portfolio__header .ws-typography--h2{font-size:var(--text-3xl)}.ws-portfolio__grid{grid-template-columns:1fr;gap:var(--space-3)}.ws-portfolio__cta{margin-top:var(--space-8)}.ws-platforms{padding:var(--space-8) 0 var(--space-10)}.ws-platforms__title{margin-bottom:var(--space-5);font-size:var(--text-xl)}.ws-platforms__links{flex-direction:column;gap:var(--space-3)}.ws-platform-button{min-width:100%;font-size:var(--text-sm);padding:var(--space-3) var(--space-6)}}@media(max-width:375px){.ws-home-page .ws-hero__title{font-size:var(--text-3xl)}.ws-home-page .ws-hero__subtitle{font-size:var(--text-lg)}.ws-about__title,.ws-portfolio__header .ws-typography--h2{font-size:var(--text-2xl)}}@media(min-width:601px)and (max-width:1024px){.ws-home-page .ws-hero__title{font-size:var(--text-7xl)}.ws-portfolio__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.ws-about__services{margin-top:var(--space-12)}.ws-platforms__title{font-size:var(--text-2xl)}.ws-platforms__links{gap:var(--space-5)}.ws-platform-button{font-size:var(--text-base);min-width:120px}}@media(min-width:1600px){.ws-home-page .ws-hero__title{font-size:calc(var(--text-8xl) * 1.2)}.ws-about{padding:var(--space-20) 0 var(--space-20)}.ws-portfolio{padding:var(--space-20) 0}.ws-portfolio__grid{gap:var(--space-5)}}.ws-portfolio-page{scroll-snap-type:y proximity}.ws-portfolio-hero{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden;will-change:transform;scroll-snap-align:start}.ws-portfolio-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;will-change:transform;transition:transform .1s ease-out}.ws-portfolio-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d080899;z-index:1}.ws-portfolio-hero .ws-container{position:relative;z-index:2}.ws-portfolio-hero__content{max-width:900px;margin:0 auto;will-change:transform,opacity;transition:transform .1s ease-out,opacity .1s ease-out}.ws-portfolio-hero__label{display:inline-block;margin-bottom:var(--space-4);letter-spacing:.15em;font-size:var(--text-sm);opacity:.9}.ws-portfolio-hero__title{margin-bottom:var(--space-6);font-size:var(--text-8xl);letter-spacing:-.05em;line-height:1.1}.ws-portfolio-hero__description{margin-bottom:0;opacity:.8}.ws-portfolio-hero__scroll-indicator{position:absolute;bottom:var(--space-10);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-2);z-index:2;animation:fadeInUp 1s ease-out .5s both}.ws-portfolio-hero__scroll-line{width:1px;height:60px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.8),transparent);animation:scrollLineMove 2s ease-in-out infinite}.ws-portfolio-hero__scroll-text{color:var(--color-light);font-size:var(--text-xs);font-weight:500;letter-spacing:.2em;opacity:.8}@keyframes scrollLineMove{0%,to{opacity:0;transform:translateY(-20px)}50%{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.ws-section-divider{width:100%;padding:var(--space-10) 0;display:flex;justify-content:center;align-items:center}.ws-section-divider__line{width:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);animation:lineExpand 2s ease-out forwards}@keyframes lineExpand{to{width:100%}}.ws-portfolio-section{min-height:100vh;padding:var(--space-12) 0 var(--space-8);background-color:var(--bg-light);opacity:0;transform:translateY(50px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start}.ws-portfolio-section.ws-section--visible{opacity:1;transform:translateY(0)}.ws-portfolio-filter{text-align:center;margin-bottom:var(--space-6)}.ws-portfolio-filter__buttons{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap}.ws-portfolio-filter__button{padding:var(--space-3) var(--space-6);border:1px solid rgba(0,0,0,.15);background-color:transparent;color:var(--color-dark);border-radius:var(--radius-full);font-family:var(--font-primary);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:all var(--transition-base);letter-spacing:.02em;min-width:100px}.ws-portfolio-filter__button:hover{background-color:var(--color-dark);color:var(--color-light);border-color:var(--color-dark);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ws-portfolio-filter__button--active{background-color:var(--color-dark);color:var(--color-light);border-color:var(--color-dark)}.ws-portfolio-filter__button--active:hover{background-color:var(--color-primary);border-color:var(--color-primary)}.ws-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.ws-portfolio-grid__item{position:relative;animation:fadeInUpGrid .6s ease-out forwards;opacity:0}.ws-portfolio-grid__item:nth-child(1){animation-delay:.1s}.ws-portfolio-grid__item:nth-child(2){animation-delay:.2s}.ws-portfolio-grid__item:nth-child(3){animation-delay:.3s}.ws-portfolio-grid__item:nth-child(4){animation-delay:.4s}@keyframes fadeInUpGrid{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.ws-portfolio-hero{min-height:100vh;height:100vh;padding:80px 0 0}.ws-portfolio-hero__content{padding:0 var(--space-4)}.ws-portfolio-hero__title{font-size:var(--text-4xl);margin-bottom:var(--space-4)}.ws-portfolio-hero__description{font-size:var(--text-sm)}.ws-portfolio-hero__scroll-indicator{bottom:var(--space-6)}.ws-portfolio-hero__scroll-line{height:40px}.ws-portfolio-hero__scroll-text{font-size:10px}.ws-portfolio-section{padding:var(--space-10) 0}.ws-portfolio-filter{margin-bottom:var(--space-8)}.ws-portfolio-filter__buttons{gap:var(--space-2)}.ws-portfolio-filter__button{padding:var(--space-2) var(--space-4);font-size:var(--text-xs);min-width:80px}.ws-portfolio-grid{grid-template-columns:1fr;gap:var(--space-4)}}@media(max-width:375px){.ws-portfolio-hero__title{font-size:var(--text-3xl)}}@media(min-width:601px)and (max-width:1024px){.ws-portfolio-hero__title{font-size:var(--text-7xl)}.ws-portfolio-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-5)}}@media(min-width:1600px){.ws-portfolio-hero__title{font-size:calc(var(--text-8xl) * 1.2)}.ws-portfolio-section{padding:var(--space-20) 0}.ws-portfolio-grid{gap:var(--space-8)}}.ws-service-card{background-color:#fff;border-radius:var(--radius-xl);padding:var(--space-8);transition:all var(--transition-base);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.ws-service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));transform:scaleX(0);transform-origin:left;transition:transform var(--transition-base)}.ws-service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.ws-service-card:hover:before{transform:scaleX(1)}.ws-service-card__header{display:flex;align-items:center;margin-bottom:var(--space-6)}.ws-service-card__number-badge{font-size:var(--text-4xl);font-weight:700;color:var(--color-accent);width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:linear-gradient(135deg,#a6814c1a,#a6814c0d);transition:all var(--transition-base);letter-spacing:-.02em}.ws-service-card:hover .ws-service-card__number-badge{transform:scale(1.05);background:linear-gradient(135deg,#a6814c26,#a6814c14)}.ws-service-card__content{display:grid;grid-template-columns:1fr auto;gap:var(--space-6);align-items:start}.ws-service-card__main{display:flex;flex-direction:column;gap:var(--space-4)}.ws-service-card__subtitle{display:inline-block;letter-spacing:.12em;font-size:var(--text-xs);font-weight:700}.ws-service-card__title{margin:0;line-height:1.2}.ws-service-card__description{margin:0;line-height:1.7}.ws-service-card__features{display:flex;flex-direction:column;gap:var(--space-3);padding-top:var(--space-2);min-width:140px}.ws-service-card__feature{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;transition:transform var(--transition-fast)}.ws-service-card__feature:hover{transform:translate(4px)}.ws-service-card__feature-dot{width:6px;height:6px;border-radius:50%;background-color:var(--color-accent);flex-shrink:0}.ws-service-card__feature .ws-typography{margin:0;font-size:var(--text-sm)}@media(max-width:768px){.ws-service-card{padding:var(--space-6)}.ws-service-card__number-badge{width:60px;height:60px;font-size:var(--text-3xl)}.ws-service-card__content{grid-template-columns:1fr;gap:var(--space-4)}.ws-service-card__features{min-width:unset}}.ws-section{padding:var(--space-20) 0}@media(max-width:768px){.ws-section{padding:var(--space-12) 0}}.ws-services-page{min-height:100vh}.ws-services-page .ws-hero{min-height:100vh;display:flex;align-items:flex-end;justify-content:center;padding:var(--space-6) 0 var(--space-12) 0;position:relative;overflow-x:hidden}.ws-services-page .ws-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.ws-services-page .ws-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d080899;z-index:1}.ws-services-page .ws-hero .ws-container{position:relative;z-index:2;padding:var(--space-4) var(--outer-gutter);width:100%}.ws-services-header{text-align:center;margin-bottom:var(--space-10);max-width:1400px;margin-left:auto;margin-right:auto;padding:0 var(--space-8)}.ws-services-header__label{display:inline-block;margin-bottom:var(--space-2);letter-spacing:.15em;font-size:var(--text-xs);opacity:.9}.ws-services-header__title{margin-bottom:0;line-height:1.3;font-size:var(--text-3xl);opacity:.95}.ws-services-page .ws-hero .ws-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);margin-bottom:0;max-width:1300px;margin-left:auto;margin-right:auto;padding:0 var(--space-10)}.ws-services-page .ws-hero .ws-service-card{background:#ffffff1a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;padding:var(--space-5);border-radius:var(--radius-xl);height:100%;display:flex;flex-direction:column}.ws-services-page .ws-hero .ws-service-card:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 12px 40px #0006;transform:translateY(-4px)}.ws-services-page .ws-hero .ws-service-card:before{background:linear-gradient(90deg,#a6814ccc,#a6814c99)}.ws-services-page .ws-hero .ws-service-card__header{margin-bottom:var(--space-4)}.ws-services-page .ws-hero .ws-service-card__number-badge{width:40px;height:40px;font-size:var(--text-xl);background:#a6814c33;color:#ffffffe6;border:1px solid rgba(166,129,76,.3)}.ws-services-page .ws-hero .ws-service-card:hover .ws-service-card__number-badge{background:#a6814c4d;border-color:#a6814c66}.ws-services-page .ws-hero .ws-service-card__content{gap:var(--space-3);flex:1;display:grid;grid-template-columns:1fr auto;align-items:start}.ws-services-page .ws-hero .ws-service-card__main{display:flex;flex-direction:column;gap:var(--space-3)}.ws-services-page .ws-hero .ws-service-card__subtitle{font-size:9px;color:#a6814ce6}.ws-services-page .ws-hero .ws-service-card__title{font-size:var(--text-base);color:#fffffff2}.ws-services-page .ws-hero .ws-service-card__description{font-size:11px;line-height:1.5;color:#ffffffd9}.ws-services-page .ws-hero .ws-service-card__features{gap:var(--space-2);padding-top:var(--space-1);display:flex;flex-direction:column;min-width:110px}.ws-services-page .ws-hero .ws-service-card__feature{gap:var(--space-2);padding:2px 0}.ws-services-page .ws-hero .ws-service-card__feature-dot{width:3px;height:3px;background-color:#a6814ce6}.ws-services-page .ws-hero .ws-service-card__feature .ws-typography{font-size:10px;color:#fffc}@media(max-width:600px){.ws-services-page .ws-hero{padding:80px 0 var(--space-4) 0;align-items:center}.ws-services-page .ws-hero .ws-container{padding:var(--space-3) var(--outer-gutter)}.ws-services-header{padding:0;margin-bottom:var(--space-6)}.ws-services-header__title{font-size:var(--text-xl)}.ws-services-page .ws-hero .ws-services-grid{padding:0;grid-template-columns:1fr;gap:var(--space-3)}.ws-services-page .ws-hero .ws-service-card{padding:var(--space-4)}.ws-services-page .ws-hero .ws-service-card__number-badge{width:35px;height:35px;font-size:var(--text-lg)}.ws-services-page .ws-hero .ws-service-card__title{font-size:var(--text-sm)}.ws-services-page .ws-hero .ws-service-card__subtitle{font-size:8px}.ws-services-page .ws-hero .ws-service-card__description{font-size:10px}.ws-services-page .ws-hero .ws-service-card__content{grid-template-columns:1fr;gap:var(--space-2)}.ws-services-page .ws-hero .ws-service-card__features{min-width:unset;flex-direction:row;flex-wrap:wrap;gap:var(--space-1)}.ws-services-page .ws-hero .ws-service-card__feature .ws-typography{font-size:9px}}@media(max-width:375px){.ws-services-header__title{font-size:var(--text-lg)}.ws-services-page .ws-hero .ws-service-card{padding:var(--space-3)}.ws-services-page .ws-hero .ws-service-card__number-badge{width:32px;height:32px;font-size:var(--text-base)}}@media(min-width:601px)and (max-width:900px){.ws-services-page .ws-hero{padding:var(--space-6) 0}.ws-services-header,.ws-services-page .ws-hero .ws-services-grid{padding:0 var(--space-6)}.ws-services-page .ws-hero .ws-services-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.ws-services-header{margin-bottom:var(--space-8)}.ws-services-header__title{font-size:var(--text-2xl)}.ws-services-page .ws-hero .ws-service-card__content{grid-template-columns:1fr}.ws-services-page .ws-hero .ws-service-card__features{min-width:unset}}@media(min-width:901px)and (max-width:1200px){.ws-services-header,.ws-services-page .ws-hero .ws-services-grid{padding:0 var(--space-8)}.ws-services-page .ws-hero .ws-services-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-5)}}.ws-about-page{min-height:100vh}.ws-about-page .ws-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-6) 0;position:relative;overflow-x:hidden}.ws-about-page .ws-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.ws-about-page .ws-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d080899;z-index:1}.ws-about-page .ws-hero .ws-container{position:relative;z-index:2;padding:var(--space-4) var(--outer-gutter)}.ws-about-page .ws-hero__content{max-width:900px;margin:0 auto}.ws-about-page .ws-hero__label{display:inline-block;margin-bottom:var(--space-4);letter-spacing:.15em;opacity:.9}.ws-about-page .ws-hero__title{margin-bottom:var(--space-6);font-size:var(--text-8xl);letter-spacing:-.05em;line-height:1.1}.ws-about-page .ws-hero__subtitle{margin-bottom:var(--space-4);font-weight:300;opacity:.9}.ws-about-page .ws-hero__description{margin-bottom:0;opacity:.8}.ws-about-page .ws-hero__story{margin-top:0;padding-top:0;padding-bottom:var(--space-6)}.ws-about-page .ws-hero__story-label{display:inline-block;margin-bottom:var(--space-2);letter-spacing:.15em;font-size:var(--text-xs)}.ws-about-page .ws-hero__story-title-wrapper{position:relative}.ws-about-page .ws-hero__story-line{width:0;height:2px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));margin-bottom:var(--space-2);animation:lineExpand 1.5s ease-out forwards;animation-delay:.3s}.ws-about-page .ws-hero__story-title{margin-bottom:0;line-height:1.2;font-size:var(--text-3xl)}.ws-about-page .ws-hero__story-paragraph{margin-bottom:var(--space-3);line-height:1.6;opacity:.9;font-size:var(--text-sm)}.ws-about-page .ws-hero__story-paragraph:last-child{margin-bottom:0}.ws-about-story__label{display:inline-block;margin-bottom:var(--space-4);letter-spacing:.15em}.ws-about-story__title-wrapper{position:relative}.ws-about-story__line{width:0;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));margin-bottom:var(--space-4);animation:lineExpand 1.5s ease-out forwards;animation-delay:.3s}@keyframes lineExpand{0%{width:0}to{width:80px}}.ws-about-story__title{margin-bottom:var(--space-6);line-height:1.2}.ws-about-story__description{margin-bottom:var(--space-5);line-height:1.8}.ws-about-story__description:last-child{margin-bottom:0}.ws-about-values{background-color:var(--bg-light);margin:0 calc(var(--outer-gutter) * -1);padding:var(--space-12) var(--outer-gutter)}.ws-about-values__header{text-align:center;margin-bottom:var(--space-12)}.ws-about-values__header .ws-typography--caption{display:inline-block;margin-bottom:var(--space-4);letter-spacing:.15em}.ws-about-values__header .ws-typography--h2{margin-bottom:0}.ws-about-values__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-8)}.ws-about-value-card{text-align:center;padding:var(--space-8);background-color:#fff;border-radius:var(--radius-xl);transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.ws-about-value-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.ws-about-value-card__number{font-size:var(--text-4xl);font-weight:700;color:var(--color-accent);margin-bottom:var(--space-6);width:100px;height:100px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:linear-gradient(135deg,#6464641a,#6464640d);transition:all var(--transition-base);letter-spacing:-.02em}.ws-about-value-card:hover .ws-about-value-card__number{transform:scale(1.05);background:linear-gradient(135deg,#64646426,#64646414)}.ws-about-value-card__title{margin-bottom:var(--space-4)}.ws-about-value-card__description{margin:0;line-height:1.7}.ws-about-page .ws-hero .ws-about-team{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid rgba(255,255,255,.1)}.ws-about-page .ws-hero .ws-about-team__header{text-align:center;margin-bottom:var(--space-6)}.ws-about-page .ws-hero .ws-about-team__header .ws-typography--caption{display:inline-block;margin-bottom:var(--space-2);letter-spacing:.15em;opacity:.9;font-size:var(--text-xs)}.ws-about-page .ws-hero .ws-about-team__header .ws-typography--h2{margin-bottom:var(--space-2);font-size:var(--text-3xl)}.ws-about-page .ws-hero .ws-about-team__subtitle{max-width:600px;margin:0 auto;line-height:1.6;opacity:.9;font-size:var(--text-sm)}.ws-about-page .ws-hero .ws-about-team__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:var(--space-4);margin-bottom:0}.ws-about-page .ws-hero .ws-about-team-card{padding:var(--space-5);background:#ffffff1a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.2);border-left:3px solid rgba(166,129,76,.8);box-shadow:0 8px 32px #0000004d;transition:all var(--transition-base)}.ws-about-page .ws-hero .ws-about-team-card:hover{transform:translateY(-4px);background:#ffffff26;border-color:#ffffff4d;border-left-color:#a6814c;box-shadow:0 12px 40px #0006}.ws-about-page .ws-hero .ws-about-team-card__role{display:inline-block;margin-bottom:var(--space-2);letter-spacing:.12em;font-size:var(--text-xs);opacity:.9}.ws-about-page .ws-hero .ws-about-team-card__title{margin-bottom:var(--space-2);line-height:1.3;font-size:var(--text-lg)}.ws-about-page .ws-hero .ws-about-team-card__description{margin:0;line-height:1.6;margin-bottom:var(--space-3);opacity:.9;font-size:var(--text-sm)}.ws-about-page .ws-hero .ws-about-team-card__specs{list-style:none;margin:0;padding:0}.ws-about-page .ws-hero .ws-about-team-card__specs li{position:relative;padding-left:var(--space-5);margin-bottom:var(--space-1);color:#fffc;font-size:var(--text-xs);line-height:1.5}.ws-about-page .ws-hero .ws-about-team-card__specs li:before{content:"✓";position:absolute;left:0;color:var(--color-accent);font-weight:700}.ws-about-page .ws-hero .ws-about-team-card__specs li:last-child{margin-bottom:0}.ws-about-team__header{text-align:center;margin-bottom:var(--space-12)}.ws-about-team__header .ws-typography--caption{display:inline-block;margin-bottom:var(--space-4);letter-spacing:.15em}.ws-about-team__header .ws-typography--h2{margin-bottom:var(--space-4)}.ws-about-team__subtitle{max-width:600px;margin:0 auto;line-height:1.7}.ws-about-team__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-6)}.ws-about-team-card{padding:var(--space-8);background-color:#fff;border-radius:var(--radius-xl);border-left:4px solid var(--color-accent);transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.ws-about-team-card:hover{transform:translate(8px);border-left-color:var(--color-primary);box-shadow:var(--shadow-lg)}.ws-about-team-card__role{display:inline-block;margin-bottom:var(--space-3);letter-spacing:.12em;font-size:var(--text-xs)}.ws-about-team-card__title{margin-bottom:var(--space-3);line-height:1.3}.ws-about-team-card__description{margin:0;line-height:1.7;margin-bottom:var(--space-5)}.ws-about-team-card__specs{list-style:none;margin:0;padding:0}.ws-about-team-card__specs li{position:relative;padding-left:var(--space-5);margin-bottom:var(--space-2);color:var(--text-muted);font-size:var(--text-sm);line-height:1.6}.ws-about-team-card__specs li:before{content:"✓";position:absolute;left:0;color:var(--color-accent);font-weight:700}.ws-about-team-card__specs li:last-child{margin-bottom:0}.ws-about-cta{text-align:center;max-width:700px;margin:0 auto}.ws-about-cta__title{margin-bottom:var(--space-6);line-height:1.2}.ws-about-cta__description{margin-bottom:var(--space-10);opacity:.9;line-height:1.7}.ws-about-cta__buttons{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap}@media(max-width:600px){.ws-about-page .ws-hero{padding:80px 0 var(--space-6) 0}.ws-about-page .ws-hero .ws-container{padding:var(--space-3) var(--outer-gutter)}.ws-about-page .ws-hero__story{padding-bottom:var(--space-4)}.ws-about-page .ws-hero__story-title{font-size:var(--text-2xl);margin-bottom:var(--space-3)}.ws-about-page .ws-hero__story-paragraph{font-size:var(--text-xs);margin-bottom:var(--space-2)}.ws-about-page .ws-hero .ws-about-team{margin-top:var(--space-4);padding-top:var(--space-4)}.ws-about-page .ws-hero .ws-about-team__header{margin-bottom:var(--space-4)}.ws-about-page .ws-hero .ws-about-team__header .ws-typography--h2{font-size:var(--text-2xl)}.ws-about-page .ws-hero .ws-about-team__subtitle{font-size:var(--text-xs)}.ws-about-page .ws-hero .ws-about-team__grid{grid-template-columns:1fr;gap:var(--space-3)}.ws-about-page .ws-hero .ws-about-team-card{padding:var(--space-4)}.ws-about-page .ws-hero .ws-about-team-card__title{font-size:var(--text-base)}.ws-about-page .ws-hero .ws-about-team-card__description{font-size:11px}.ws-about-page .ws-hero .ws-about-team-card__specs li{font-size:10px}.ws-about-values__grid,.ws-about-team__grid{grid-template-columns:1fr;gap:var(--space-5)}.ws-about-value-card__number{width:70px;height:70px;font-size:var(--text-2xl)}.ws-about-cta__buttons{flex-direction:column;width:100%}.ws-about-cta__buttons .ws-button{width:100%}}@media(max-width:375px){.ws-about-page .ws-hero__story-title{font-size:var(--text-xl)}.ws-about-page .ws-hero .ws-about-team-card{padding:var(--space-3)}}@media(min-width:601px)and (max-width:768px){.ws-about-page .ws-hero{padding:var(--space-8) 0}.ws-about-page .ws-hero .ws-about-team__grid{grid-template-columns:1fr}.ws-about-page .ws-hero .ws-about-team-card{padding:var(--space-5)}}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}._root_wi5y0_20{width:100%;max-width:100vw;background-color:#fff;position:relative;overflow-x:hidden}._topNav_wi5y0_31{position:fixed;top:0;left:0;right:0;height:100px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 120px;box-sizing:border-box;z-index:1000;box-shadow:0 2px 8px #0000000d}._logo_wi5y0_47{width:132px;height:44px}._logo_wi5y0_47 img{width:100%;height:100%;object-fit:contain}._navMenu_wi5y0_58{display:flex;gap:60px;align-items:center}._navMenu_wi5y0_58 a{font-family:Pretendard,sans-serif;font-weight:500;font-size:20px;color:#17443f;text-decoration:none;transition:opacity .3s}._navMenu_wi5y0_58 a:hover{opacity:.7}._btnFranchise_wi5y0_77{background-color:#17443f;color:#fff;padding:10px 20px;border-radius:50px;font-family:Pretendard,sans-serif;font-weight:500;font-size:20px;border:none;cursor:pointer;transition:background-color .3s}._btnFranchise_wi5y0_77:hover{background-color:#0f2f2b}._mainHero_wi5y0_97{width:100%;height:980px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;scroll-margin-top:100px}._heroBg_wi5y0_108{position:absolute;inset:0;background:linear-gradient(135deg,#2c1810,#4a2c1e,#2c1810);z-index:1}._heroVideo_wi5y0_115{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1}._heroContent_wi5y0_128{position:relative;z-index:2;text-align:center;color:#fff;display:flex;flex-direction:column;gap:60px;align-items:center}._heroTitle_wi5y0_139{font-family:Pretendard,sans-serif;font-weight:800;font-size:100px;line-height:1;color:#fff;margin:0}._heroSubtitle_wi5y0_148{font-family:Pretendard,sans-serif;font-weight:800;font-size:100px;line-height:1;color:#000;margin:0}._heroSubtitleLight_wi5y0_157{font-family:Pretendard,sans-serif;font-weight:800;font-size:100px;line-height:1;color:#ffffff80;margin:0}._scrollIndicator_wi5y0_166{position:absolute;bottom:60px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px}._scrollArrow_wi5y0_178{color:#fff;font-size:24px;animation:_bounce_wi5y0_1 2s infinite}@keyframes _bounce_wi5y0_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}._scrollIndicator_wi5y0_166 p{font-family:Pretendard,sans-serif;font-weight:200;font-size:16px;color:#fff;text-align:center}._newMenu_wi5y0_211,._signatureMenu_wi5y0_212{width:100%;height:1102px;overflow:hidden;scroll-margin-top:100px}._newMenu_wi5y0_211 img,._signatureMenu_wi5y0_212 img{width:100%;height:100%;object-fit:cover}._signatureMenu_wi5y0_212{height:176px}._videoSection_wi5y0_233{width:100%;height:904px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}._videoBg_wi5y0_243{position:absolute;inset:0;background:linear-gradient(135deg,#5a5a5a,#7a7a7a,#5a5a5a);z-index:1}._brandVideo_wi5y0_250{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1}._videoContent_wi5y0_263{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;gap:60px}._videoTitleWhite_wi5y0_272{font-family:Pretendard,sans-serif;font-weight:800;font-size:100px;line-height:1;color:#fff;margin:0}._videoTitleDark_wi5y0_281{font-family:Pretendard,sans-serif;font-weight:800;font-size:100px;line-height:1;color:#000;margin:0}._videoTitleLight_wi5y0_290{font-family:Pretendard,sans-serif;font-weight:800;font-size:100px;line-height:1;color:#ffffff80;margin:0}._newsSection_wi5y0_302{width:100%;min-height:1080px;background-color:#f9f9f9;padding:100px 120px;box-sizing:border-box;scroll-margin-top:100px}._newsContainer_wi5y0_311{display:flex;flex-direction:column;gap:50px;align-items:flex-start;max-width:1680px;margin:0 auto;width:100%}._newsHeader_wi5y0_321{display:flex;align-items:flex-start;justify-content:space-between;gap:50px;width:100%}._newsTitle_wi5y0_329{font-family:Pretendard,sans-serif;font-weight:600;font-size:100px;line-height:normal;color:transparent;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#0a5a1d;margin:0;white-space:nowrap;flex-shrink:0}._newsDivider_wi5y0_342{width:1px;background-color:#cecece;align-self:stretch}._newsList_wi5y0_348{width:840px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}._newsItem_wi5y0_356{display:flex;align-items:center;justify-content:space-between;padding:16px 0;cursor:pointer;transition:opacity .3s}._newsItem_wi5y0_356:hover{opacity:.7}._newsText_wi5y0_369{width:656px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}._newsCategory_wi5y0_377{display:flex;flex-direction:column;gap:12px}._categoryLabel_wi5y0_383{font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;color:#0a5a1d}._newsItemTitle_wi5y0_390{font-family:Pretendard,sans-serif;font-weight:600;font-size:32px;line-height:1.3;color:#0a5a1d;margin:0}._newsDate_wi5y0_399{font-family:Pretendard,sans-serif;font-weight:400;font-size:12px;color:#a9a9a9}._newsArrow_wi5y0_406{position:relative;width:60px;height:30px;flex-shrink:0}._arrowLine_wi5y0_413{position:absolute;left:0;top:50%;transform:translateY(-50%);width:60px;height:2px;background-color:#a9a9a9}._arrowHead_wi5y0_423{position:absolute;right:0;top:50%;transform:translateY(-50%);width:30px;height:30px}._arrowHeadTop_wi5y0_432{position:absolute;right:0;top:8px;width:21px;height:2px;background-color:#a9a9a9;transform:rotate(45deg);transform-origin:left center}._arrowHeadBottom_wi5y0_443{position:absolute;right:0;top:20px;width:21px;height:2px;background-color:#a9a9a9;transform:rotate(-45deg);transform-origin:left center}._newsItemDivider_wi5y0_454{height:1px;background-color:#cecece}._newsImage_wi5y0_459{flex:1;width:100%;min-height:300px}._newsImage_wi5y0_459 img{width:100%;height:100%;object-fit:cover}._franchiseCta_wi5y0_474{width:100%;min-height:1080px;background-image:url(/assets/portfolios/the_coffee/18807e1d38d80423cb4f1246f1e84ff06febf223.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:80px 120px;box-sizing:border-box;position:relative;scroll-margin-top:100px}._ctaContent_wi5y0_490{position:relative;z-index:1;max-width:1125px;border-radius:20px;border:1px solid rgba(255,255,255,.5);background:linear-gradient(114deg,#ffffff0f 1.05%,#ffffff05 49.57%,#ffffff0f);box-shadow:0 4px 4px #00000040;padding:80px 120px;display:flex;flex-direction:column;align-items:center;gap:60px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._ctaTitle_wi5y0_508{font-family:Pretendard,sans-serif;font-weight:200;font-size:100px;line-height:normal;color:#fff;margin:0;text-align:center}._ctaTitleBold_wi5y0_518{font-weight:600}._ctaDescription_wi5y0_522{font-family:Pretendard,sans-serif;font-weight:400;font-size:24px;line-height:32px;color:#fff;margin:0;text-align:center}._ctaButton_wi5y0_532{border-radius:5px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;box-shadow:0 4px 4px #00000040;color:#fff;padding:16px 40px;font-family:Pretendard,sans-serif;font-weight:500;font-size:24px;cursor:pointer;transition:background .3s,transform .2s;width:auto;min-width:216px;height:60px;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;box-sizing:border-box;white-space:nowrap}._ctaButton_wi5y0_532:hover{background:#fff3;transform:translateY(-2px)}._footer_wi5y0_568{width:100%;background-color:#fff;padding:80px 200px 120px;box-sizing:border-box;scroll-margin-top:100px}._footerContainer_wi5y0_576{display:flex;justify-content:space-between;align-items:flex-start;gap:80px;max-width:1520px;margin:0 auto}._footerLogo_wi5y0_585{width:194px;height:64px;flex-shrink:0}._footerLogo_wi5y0_585 img{width:100%;height:100%;object-fit:contain}._footerContent_wi5y0_597{display:flex;gap:40px;align-items:flex-start;flex:1}._footerColumn_wi5y0_604{display:flex;flex-direction:column;gap:16px;flex-shrink:0}._footerColumn_wi5y0_604 h4{font-family:Pretendard,sans-serif;font-weight:500;font-size:16px;color:#000;margin:0;white-space:nowrap}._footerColumn_wi5y0_604 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}._footerColumn_wi5y0_604 li{font-family:Pretendard,sans-serif;font-weight:400;font-size:14px;color:#696969;white-space:nowrap}._footerInfo_wi5y0_637{font-family:Pretendard,sans-serif;font-weight:400;font-size:13px;color:#696969;line-height:1.8;max-width:600px}._footerInfo_wi5y0_637 p{margin:0}@media(max-width:1440px){._topNav_wi5y0_31{padding:0 60px}._newsSection_wi5y0_302,._franchiseCta_wi5y0_474{padding:80px 60px}._footer_wi5y0_568{padding:60px 100px 80px}._heroTitle_wi5y0_139,._heroSubtitle_wi5y0_148,._heroSubtitleLight_wi5y0_157,._videoTitleWhite_wi5y0_272,._videoTitleDark_wi5y0_281,._videoTitleLight_wi5y0_290,._newsTitle_wi5y0_329,._ctaTitle_wi5y0_508{font-size:80px}._newsItemTitle_wi5y0_390{font-size:28px}}@media(max-width:768px){._topNav_wi5y0_31{padding:0 20px;height:80px}._topNav_wi5y0_31 ._logo_wi5y0_47{width:100px;height:33px}._navMenu_wi5y0_58{display:none}._btnFranchise_wi5y0_77{font-size:16px;padding:8px 16px}._mainHero_wi5y0_97{height:60vh;min-height:500px;margin-top:80px}._heroVideo_wi5y0_115{width:100%;height:100%;object-fit:cover;object-position:center}._heroTitle_wi5y0_139,._heroSubtitle_wi5y0_148,._heroSubtitleLight_wi5y0_157{font-size:36px}._heroContent_wi5y0_128{gap:20px;padding:0 20px}._scrollIndicator_wi5y0_166{bottom:30px}._scrollIndicator_wi5y0_166 p{font-size:14px}._newMenu_wi5y0_211{display:none}._signatureMenu_wi5y0_212{height:120px}._signatureMenu_wi5y0_212 img{width:100%;height:100%;object-fit:cover;object-position:center}._videoSection_wi5y0_233{height:50vh;min-height:400px}._brandVideo_wi5y0_250{width:100%;height:100%;object-fit:cover;object-position:center}._videoTitleWhite_wi5y0_272,._videoTitleDark_wi5y0_281,._videoTitleLight_wi5y0_290{font-size:32px}._videoContent_wi5y0_263{gap:20px;padding:20px}._newsSection_wi5y0_302{padding:50px 24px;min-height:auto;background:linear-gradient(180deg,#f9f9f9,#fff)}._newsContainer_wi5y0_311{flex-direction:column;gap:32px}._newsHeader_wi5y0_321{flex-direction:column;gap:20px;width:100%}._newsTitle_wi5y0_329{font-size:32px;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#0a5a1d;white-space:normal;line-height:1.1;text-align:left}._newsDivider_wi5y0_342{display:block;width:40px;height:3px;background-color:#0a5a1d;align-self:flex-start}._newsList_wi5y0_348{width:100%;gap:0}._newsText_wi5y0_369{width:100%;flex:1;gap:8px}._newsItem_wi5y0_356{padding:16px;margin-bottom:12px;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}._newsItem_wi5y0_356:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._newsCategory_wi5y0_377{gap:6px}._newsItemTitle_wi5y0_390{font-size:15px;line-height:1.5;font-weight:600}._categoryLabel_wi5y0_383{font-size:10px;font-weight:700;letter-spacing:.5px;padding:3px 8px;background-color:#e8f5e9;border-radius:4px;display:inline-block}._newsDate_wi5y0_399{font-size:11px;margin-top:4px}._newsArrow_wi5y0_406{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}._arrowLine_wi5y0_413{display:none}._arrowHead_wi5y0_423{width:20px;height:20px;border:2px solid #0a5a1d;border-left:none;border-bottom:none;transform:rotate(45deg);position:static}._arrowHeadTop_wi5y0_432,._arrowHeadBottom_wi5y0_443,._newsItemDivider_wi5y0_454,._newsImage_wi5y0_459{display:none}._franchiseCta_wi5y0_474{padding:40px 20px;min-height:600px}._ctaContent_wi5y0_490{padding:30px 20px;gap:30px}._ctaTitle_wi5y0_508{font-size:28px;line-height:1.3}._ctaDescription_wi5y0_522{font-size:14px;line-height:1.6}._ctaDescription_wi5y0_522 br{display:none}._ctaButton_wi5y0_532{font-size:16px;padding:12px 24px}._footer_wi5y0_568{padding:40px 20px 60px}._footerContainer_wi5y0_576{flex-direction:column;gap:40px}._footerLogo_wi5y0_585{width:150px;height:50px}._footerContent_wi5y0_597{flex-direction:column;gap:30px}._footerColumn_wi5y0_604 h4{font-size:14px}._footerColumn_wi5y0_604 li{font-size:13px}._footerInfo_wi5y0_637{font-size:12px;line-height:1.6}}.nunai-page{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;background:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-nav{position:fixed;top:0;left:0;right:0;height:110px;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:0 100px;background:transparent}.nunai-logo{height:35px;width:120px}.nunai-tabs{display:flex;gap:0;justify-content:space-between;list-style:none;margin:0;padding:0;width:352px}.nunai-tab{background:none;border:none;color:#fff;font-size:20px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:color .3s ease;padding:0;position:relative}.nunai-tab:hover{opacity:.7}.nunai-tab.active{opacity:1}.nunai-sections{display:flex;width:400vw;height:100vh;transition:transform .8s cubic-bezier(.77,0,.175,1)}.nunai-section{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.nunai-content{max-width:1200px;padding:0 4rem;width:100%;position:relative;z-index:2}.nunai-bg-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:100%;object-fit:contain;z-index:0}.nunai-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.nunai-home{background:#000}.nunai-home-content{display:flex;align-items:center;justify-content:center}.nunai-home-text{text-align:center;max-width:none;background:#0000;padding:60px;border:1px solid rgba(255,255,255,.15);border-radius:40px;box-shadow:inset 4px 4px 20px #ffffff26;display:flex;flex-direction:column;gap:40px;align-items:center}.nunai-hero-text-wrapper{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.nunai-title{font-size:120px;font-weight:600;line-height:120px;margin:0;color:#fff;font-family:Apple SD Gothic Neo,-apple-system,BlinkMacSystemFont,sans-serif;white-space:nowrap}.nunai-subtitle{font-size:24px;color:#fff;line-height:normal;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-play-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;height:60px;width:160px;background:#0000;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:100px;font-size:24px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .3s ease}.nunai-play-btn:hover{background:#fff3;border-color:#ffffff80;transform:translate(5px)}.nunai-play-btn svg{transition:transform .3s ease}.nunai-play-btn:hover svg{transform:translate(5px)}.nunai-about{background:#000}.nunai-about-content{display:flex;align-items:center;justify-content:center;max-width:none;padding:0}.nunai-about-box{width:1430px;max-width:100%;padding:60px;background:#0000;border:1px solid rgba(255,255,255,.15);border-radius:40px;box-shadow:inset 4px 4px 20px #ffffff26;display:flex;flex-direction:column;gap:120px}.nunai-about-text-section{display:flex;flex-direction:column;gap:20px}.nunai-about-title{font-size:120px;font-weight:400;line-height:normal;margin:0;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;white-space:nowrap}.nunai-about-description{font-size:24px;line-height:40px;color:#fff;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-about-stats{display:flex;align-items:center;gap:40px}.nunai-about-stat{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;flex-shrink:0}.nunai-about-stat-number{font-size:120px;font-weight:500;line-height:normal;color:#fff;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;white-space:nowrap}.nunai-about-stat-label{font-size:32px;font-weight:300;line-height:normal;color:#fff;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-about-divider{flex-grow:1;flex-basis:0;height:1px;min-height:1px;min-width:1px;background:#d9d9d9;flex-shrink:0}.nunai-service{background:#000}.nunai-service-content{max-width:1920px;padding:0 100px;width:100%;position:relative;z-index:2;box-sizing:border-box}.nunai-service-header{display:flex;align-items:center;gap:60px;margin-bottom:0;margin-top:60px}.nunai-service-title{font-size:100px;font-weight:400;line-height:normal;margin:0;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;white-space:nowrap;flex-shrink:0}.nunai-service-text{display:flex;flex-direction:column;gap:20px}.nunai-service-intro{font-size:32px;line-height:40px;color:#fff;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-service-description{font-size:20px;line-height:30px;color:#fff;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-service-cards{position:relative;width:100%;max-width:100%;height:558px;margin-top:70px}.nunai-service-card{position:absolute;background:#0000;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 4px 4px 20px #ffffff26}.nunai-card-number{flex-shrink:0;width:30px;height:30px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#000;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-card-content{display:flex;flex-direction:column;gap:16px;flex:1}.nunai-card-text{display:flex;flex-direction:column;gap:12px}.nunai-service-card h3{font-size:24px;font-weight:500;line-height:normal;margin:0;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-service-card p{font-size:16px;font-weight:300;line-height:normal;color:#fff;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-card-tags{display:flex;align-items:center;gap:8px}.nunai-card-tags span{font-size:12px;font-weight:300;line-height:normal;color:#c4c4c4;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-card-01{left:0;top:0;width:24.13%;height:269px}.nunai-card-02{left:25.29%;top:0;width:74.71%;height:226px}.nunai-card-03{left:0;top:289px;width:24.13%;height:269px}.nunai-card-04{left:25.29%;top:246px;width:41%;height:312px}.nunai-card-05{left:67.44%;top:246px;width:32.56%;height:312px}.nunai-card-02 .nunai-card-tags{gap:100px}.nunai-card-04 .nunai-card-tags,.nunai-card-05 .nunai-card-tags{justify-content:space-between}.nunai-contact{background:transparent;color:#fff}.nunai-contact-container{display:flex;align-items:stretch;justify-content:flex-start;gap:0;max-width:none;width:100%;height:100vh;padding:0;position:relative}.nunai-contact-left{flex:0 0 auto;width:986px;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.nunai-contact-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.nunai-contact-right{flex:1;display:flex;flex-direction:column;justify-content:center;gap:60px;padding:0 100px 0 86px;background:linear-gradient(180deg,#cbccd7 .18%,#dadbe9 98.69%);max-width:none}.nunai-contact-title{font-size:60px;font-weight:600;line-height:normal;margin:0;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-contact-subtitle{font-size:24px;font-weight:400;color:#fff;margin:0;line-height:normal;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-contact-form{display:flex;flex-direction:column;gap:40px;width:100%}.nunai-form-group{display:flex;flex-direction:column;gap:16px;width:100%}.nunai-form-row{display:flex;gap:20px;width:100%}.nunai-form-row .nunai-form-group{flex:1}.nunai-contact-form label{font-size:16px;color:#7d7d7d;font-weight:500;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-contact-form input{height:65px;padding:0 20px;border:1px solid rgba(255,255,255,.4);border-radius:16px;background:#0000;font-size:20px;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;transition:all .3s ease}.nunai-contact-form input:focus{outline:none;border-color:#fff9;background:#ffffff0d}.nunai-contact-form input::placeholder{color:#fff9;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-submit-btn{align-self:center;margin-top:0;width:200px;height:60px;padding:0;background:#0000;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:100px;font-size:24px;font-weight:400;letter-spacing:0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:20px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.nunai-submit-btn:hover{background:#ffffff1a;border-color:#fff9;transform:translate(5px)}.nunai-submit-btn svg{transition:transform .3s ease}.nunai-submit-btn:hover svg{transform:translate(5px)}.nunai-indicators{position:fixed;right:100px;bottom:90px;z-index:100;display:flex;flex-direction:row;gap:10px}.nunai-indicator{width:44px;height:2px;border-radius:0;background:#676767;border:none;cursor:pointer;transition:all .3s ease;padding:0}.nunai-indicator:hover{background:#999}.nunai-indicator.active{background:#f1f1f1}@media(max-width:1024px){.nunai-nav{height:80px;padding:0 2rem}.nunai-content{padding:0 2rem}.nunai-tabs{width:auto;gap:2rem}.nunai-tab{font-size:16px}.nunai-title{font-size:60px;line-height:60px}.nunai-subtitle{font-size:18px}.nunai-home-text{padding:40px}.nunai-contact-container{flex-direction:column;padding:2rem;gap:2rem}.nunai-contact-left{width:500px;height:500px}.nunai-contact-right{padding-right:0;max-width:100%}.nunai-contact-title{font-size:40px}.nunai-contact-subtitle{font-size:18px}.nunai-service-content{padding:0 2rem}.nunai-service-header{flex-direction:column;align-items:flex-start;gap:2rem;margin-top:2rem}.nunai-service-title{font-size:60px}.nunai-service-intro{font-size:24px;line-height:32px}.nunai-service-description{font-size:16px;line-height:24px}.nunai-service-cards{position:relative;height:auto;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.nunai-service-card{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:auto!important;min-height:200px}.nunai-card-02 .nunai-card-tags{gap:1rem}.nunai-about-box{padding:40px;gap:80px}.nunai-about-title{font-size:80px;line-height:normal}.nunai-about-description{font-size:20px;line-height:32px}.nunai-about-stat-number{font-size:80px;line-height:normal}.nunai-about-stat-label{font-size:24px;line-height:normal}.nunai-about-stat{gap:10px}}@media(max-width:768px){.nunai-nav{flex-direction:row;justify-content:space-between;height:70px;padding:0 1.5rem}.nunai-logo{height:28px;width:auto}.nunai-tabs{gap:1.5rem;width:auto}.nunai-tab{font-size:12px}.nunai-section{padding:70px 0 0}.nunai-content{padding:0 1.5rem}.nunai-title{font-size:32px;line-height:1.2;white-space:normal}.nunai-subtitle{font-size:14px;line-height:1.4}.nunai-home-text{padding:20px;gap:20px;border-radius:24px}.nunai-hero-text-wrapper{gap:12px}.nunai-play-btn{height:44px;width:120px;font-size:16px;gap:10px}.nunai-play-btn img{width:14px;height:14px}.nunai-service-content{padding:0 1.5rem}.nunai-service-header{margin-top:1rem;gap:1.5rem}.nunai-service-title{font-size:32px}.nunai-service-intro{font-size:18px;line-height:1.4}.nunai-service-description{font-size:13px;line-height:1.5}.nunai-service-cards{margin-top:1.5rem}.nunai-service-card{padding:16px;min-height:180px}.nunai-service-card h3{font-size:18px;line-height:1.3}.nunai-service-card p{font-size:13px;line-height:1.5}.nunai-card-tags{flex-wrap:wrap}.nunai-card-tags span{font-size:10px}.nunai-contact-container{flex-direction:column;padding:0;gap:0;height:100vh;overflow-y:auto}.nunai-contact-left{width:100%;height:40vh;min-height:300px}.nunai-contact-right{width:100%;padding:2rem 1.5rem;gap:2rem}.nunai-contact-title{font-size:28px;line-height:1.2}.nunai-contact-subtitle{font-size:14px}.nunai-contact-form{gap:1.5rem}.nunai-form-group{gap:10px}.nunai-contact-form label{font-size:14px}.nunai-form-row{flex-direction:column;gap:1.5rem}.nunai-contact-form input{height:50px;font-size:16px;padding:0 16px;border-radius:12px}.nunai-submit-btn{width:100%;max-width:200px;height:50px;font-size:18px;gap:12px}.nunai-submit-btn svg{width:16px;height:16px}.nunai-about-content{padding:0 1.5rem}.nunai-about-box{padding:20px;gap:40px;border-radius:24px}.nunai-about-title{font-size:48px;line-height:1.1}.nunai-about-description{font-size:15px;line-height:1.5}.nunai-about-stat-number{font-size:48px;line-height:1}.nunai-about-stat-label{font-size:16px;line-height:1.2}.nunai-about-stat{gap:6px}.nunai-about-stats{flex-direction:column;gap:24px}.nunai-about-divider{width:100%;height:1px}.nunai-indicators{right:1.5rem;bottom:1.5rem}.nunai-indicator{width:28px;height:2px}}.nunai-logo-svg{display:block}.nunai-letter{fill:#fff;transition:all .3s ease}.nunai-logo-svg:hover .nunai-letter-n1{fill:#4a90e2;transform:translateY(-2px)}.nunai-logo-svg:hover .nunai-letter-u{fill:#67b5ff;transform:translateY(-2px);transition-delay:.1s}.nunai-logo-svg:hover .nunai-letter-n2{fill:#e24a90;transform:translateY(-2px);transition-delay:.2s}.nunai-logo-svg:hover .nunai-letter-a{fill:#ff67b5;transform:translateY(-2px);transition-delay:.3s}.nunai-logo-svg:hover .nunai-letter-i{fill:#88f;transform:translateY(-2px);transition-delay:.4s}.move-without-limits-page{width:100%;min-height:100vh;background-color:#000;position:relative;overflow:hidden}.portfolio-iframe{width:100%;height:100vh;border:none;display:block;overflow-y:auto}.move-without-limits-page::-webkit-scrollbar{width:10px}.move-without-limits-page::-webkit-scrollbar-track{background:#0d0d0d}.move-without-limits-page::-webkit-scrollbar-thumb{background:#00b8ff;border-radius:5px}.move-without-limits-page::-webkit-scrollbar-thumb:hover{background:#09c}.maumgyeol-page{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a1a;background:#fff;line-height:1.6;overflow-x:hidden}.maumgyeol-page *{box-sizing:border-box;margin:0;padding:0}.maumgyeol-page__container{max-width:1520px;margin:0 auto;padding:0 200px}.maumgyeol-page__header{position:fixed;top:0;left:0;right:0;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 200px;height:124px;display:flex;align-items:center;z-index:1000}.maumgyeol-page__header-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1520px;margin:0 auto}.maumgyeol-page__logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#1a1a1a}.maumgyeol-page__logo svg{width:36px;height:36px}.maumgyeol-page__nav{display:flex;gap:60px;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.maumgyeol-page__nav a{text-decoration:none;color:#1a1a1a;font-size:20px;font-weight:400;transition:color .3s ease;white-space:nowrap}.maumgyeol-page__nav a:hover{color:#6e7fd9}.maumgyeol-page__cta-button{background:#6e7fd9;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:400;cursor:pointer;transition:all .3s ease;height:44px;min-width:120px}.maumgyeol-page__cta-button:hover{background:#5a6fdc;transform:translateY(-2px)}.maumgyeol-page__hero{position:relative;height:1000px;display:flex;align-items:center;justify-content:center;background-image:url(/assets/portfolios/maumgyeol/0fc1387091810677e23c01c48b60e05a418167bc.png);background-size:cover;background-position:center;margin-top:0}.maumgyeol-page__hero-overlay{position:absolute;inset:0;background:#0006}.maumgyeol-page__hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:864px;padding:0 20px}.maumgyeol-page__hero-title{font-size:56px;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:20px}.maumgyeol-page__hero-subtitle{font-size:24px;font-weight:400;margin-bottom:40px;opacity:.95}.maumgyeol-page__hero-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:20px;height:56px}.maumgyeol-page__btn{padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.maumgyeol-page__btn--primary{background:#4a90e2;color:#fff;border:none;width:160px;height:56px}.maumgyeol-page__btn--primary:hover{background:#357abd;transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266}.maumgyeol-page__btn--secondary{background:transparent;color:#fff;border:2px solid #FFFFFF;width:156px;height:56px}.maumgyeol-page__btn--secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.maumgyeol-page__btn--outline{background:#fff;color:#4a90e2;border:2px solid #4A90E2;width:209px;height:47px}.maumgyeol-page__btn--outline:hover{background:#4a90e2;color:#fff}.maumgyeol-page__trust-badges{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.maumgyeol-page__trust-badge{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;border-radius:20px;font-size:14px;font-weight:500;color:#fff;display:flex;align-items:center;gap:8px;height:40px}.maumgyeol-page__trust-badge:nth-child(1){width:137px}.maumgyeol-page__trust-badge:nth-child(2){width:118px}.maumgyeol-page__trust-badge:nth-child(3){width:89px}.maumgyeol-page__section-title{font-size:48px;font-weight:700;text-align:center;margin-bottom:56px;color:#1a1a1a}.maumgyeol-page__programs{padding:160px 0;background:#f8f9fa}.maumgyeol-page__programs-grid{display:flex;justify-content:flex-start;gap:0;margin-bottom:140px;padding-left:200px}.maumgyeol-page__program-card{position:relative;width:304px;height:400px;overflow:hidden;cursor:pointer;transition:transform .3s ease;flex-shrink:0}.maumgyeol-page__program-card:hover{transform:scale(1.05);z-index:10}.maumgyeol-page__program-image{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.maumgyeol-page__program-card:nth-child(1) .maumgyeol-page__program-image{background-image:url(/assets/portfolios/maumgyeol/481396909c890c80d169a8ebccd814aa5cc9b3ae.png);background-size:cover;background-position:center}.maumgyeol-page__program-card:nth-child(2) .maumgyeol-page__program-image{background-image:url(/assets/portfolios/maumgyeol/4927f8be16d0179435be840252247770b7e17b43.png);background-size:cover;background-position:center}.maumgyeol-page__program-card:nth-child(3) .maumgyeol-page__program-image{background-image:url(/assets/portfolios/maumgyeol/6d9653a780e7ad7e823c3db6cf73ac1b911576be.png);background-size:cover;background-position:center}.maumgyeol-page__program-card:nth-child(4) .maumgyeol-page__program-image{background-image:url(/assets/portfolios/maumgyeol/7f84cd69354f40b1b2b506ccd3e39b05353acfe9.png);background-size:cover;background-position:center}.maumgyeol-page__program-card:nth-child(5) .maumgyeol-page__program-image{background-image:url(/assets/portfolios/maumgyeol/b8f80ee9224d620d70f2469a25301e1f6fb3b6fe.png);background-size:cover;background-position:center}.maumgyeol-page__program-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,#0000,#000c);padding:32px 24px;color:#fff}.maumgyeol-page__program-tag{display:inline-block;background:#fff3;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;margin-bottom:12px}.maumgyeol-page__program-title{font-size:24px;font-weight:700;margin-bottom:8px}.maumgyeol-page__program-description{font-size:14px;line-height:1.6;opacity:.9}.maumgyeol-page__programs-cta{text-align:center;margin-top:0}.maumgyeol-page__programs-cta p{font-size:14px;color:#666;margin-bottom:35px}.maumgyeol-page__assessment{padding:160px 0;background:#e8ebf7}.maumgyeol-page__assessment-steps{display:flex;justify-content:center;gap:120px;margin-bottom:256px;padding:40px 0}.maumgyeol-page__step{text-align:center;max-width:208px;display:flex;flex-direction:column;align-items:center}.maumgyeol-page__step-icon{margin-bottom:20px;display:flex;justify-content:center}.maumgyeol-page__step-number{font-size:36px;font-weight:700;color:#4a90e2;margin-bottom:20px}.maumgyeol-page__step-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.maumgyeol-page__step-description{font-size:14px;color:#666;line-height:1.6}.maumgyeol-page__self-assessment{max-width:1520px;margin:0 200px;background:#fff;padding:60px;border-radius:16px;box-shadow:0 4px 20px #00000014}.maumgyeol-page__widget-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:40px;color:#1a1a1a}.maumgyeol-page__questions,.maumgyeol-page__question{margin-bottom:40px}.maumgyeol-page__question-text{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.maumgyeol-page__question-options{display:flex;flex-direction:column;gap:16px}.maumgyeol-page__radio-option{display:flex;align-items:center;padding:16px 20px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.maumgyeol-page__radio-option:hover{background:#e8ebf7;border-color:#4a90e2}.maumgyeol-page__radio-option input[type=radio]{margin-right:12px;width:20px;height:20px;cursor:pointer}.maumgyeol-page__radio-option span{font-size:16px;color:#1a1a1a}.maumgyeol-page__security-notice{font-size:12px;color:#999;margin-top:40px}.maumgyeol-page__submit-btn{display:block;margin:0 auto;width:160px;height:47px}.maumgyeol-page__doctors{padding:160px 200px;background:#fff}.maumgyeol-page__doctors-grid{display:grid;grid-template-columns:repeat(3,480px);gap:40px;margin-bottom:40px;justify-content:flex-start}.maumgyeol-page__doctor-card{background:#f8f9fa;border-radius:16px;padding:32px 28px;text-align:center;height:588px}.maumgyeol-page__doctor-photo{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#e8eeff,#d1d9f0);margin:0 auto 20px}.maumgyeol-page__doctor-name{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.maumgyeol-page__doctor-credentials{font-size:14px;color:#666;line-height:1.8;margin-bottom:20px}.maumgyeol-page__doctor-credentials p{margin-bottom:4px}.maumgyeol-page__doctor-philosophy{font-size:16px;font-weight:600;color:#4a90e2;margin-bottom:12px}.maumgyeol-page__doctor-description{font-size:14px;color:#666;line-height:1.6;text-align:left}.maumgyeol-page__trust-metrics{display:flex;justify-content:center;gap:98px;background:#f8f9fa;padding:50px;border-radius:12px;max-width:1520px;margin:0 auto}.maumgyeol-page__metric{text-align:center}.maumgyeol-page__metric-number{font-size:48px;font-weight:700;color:#4a90e2;margin-bottom:12px}.maumgyeol-page__metric-label{font-size:16px;color:#666}.maumgyeol-page__reviews{padding:160px 200px;background:#fff}.maumgyeol-page__reviews-grid{display:grid;grid-template-columns:repeat(4,365px);gap:20px;max-width:1520px;margin:0 auto;justify-content:flex-start}.maumgyeol-page__review-card{background:#f8f9fa;border-radius:12px;padding:28px;height:179px}.maumgyeol-page__review-stars{font-size:14px;color:#ffb800;margin-bottom:16px}.maumgyeol-page__review-text{font-size:14px;color:#333;line-height:1.6;margin-bottom:20px;min-height:56px}.maumgyeol-page__review-reviewer{font-size:14px;color:#999;font-weight:500}.maumgyeol-page__footer{background:#2c3e50;color:#fff;padding:60px 200px;min-height:400px}.maumgyeol-page__footer>div{max-width:1520px;width:100%;margin:0 auto}.maumgyeol-page__footer-content{display:flex;justify-content:space-between;max-width:1520px;width:100%;margin:0 auto 40px}.maumgyeol-page__footer-main{flex:1}.maumgyeol-page__footer-logo{font-size:20px;font-weight:700;margin-bottom:16px}.maumgyeol-page__footer-tagline{font-size:14px;opacity:.8;margin-bottom:20px}.maumgyeol-page__footer-contact{font-size:14px;line-height:1.8;opacity:.8}.maumgyeol-page__footer-contact p{margin-bottom:8px}.maumgyeol-page__footer-column{margin-left:40px}.maumgyeol-page__footer-column-title{font-size:16px;font-weight:600;margin-bottom:16px}.maumgyeol-page__footer-link{display:block;font-size:14px;color:#fffc;text-decoration:none;margin-bottom:12px;transition:color .3s ease}.maumgyeol-page__footer-link:hover{color:#fff}.maumgyeol-page__footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);max-width:1520px;width:100%;margin:0 auto}.maumgyeol-page__footer-copyright{font-size:12px;color:#ffffffb3;line-height:1.6;white-space:pre-line}.maumgyeol-page__social-links{display:flex;gap:16px}.maumgyeol-page__social-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.maumgyeol-page__social-icon:hover{background:#fff3}.maumgyeol-page__social-circle{width:100%;height:100%}@media(max-width:1600px){.maumgyeol-page__container{padding:0 100px}.maumgyeol-page__header{padding:20px 100px}.maumgyeol-page__footer{padding:60px 100px}.maumgyeol-page__reviews{padding:0 100px 80px}}@media(max-width:1280px){.maumgyeol-page__container{padding:0 60px}.maumgyeol-page__header{padding:20px 60px}.maumgyeol-page__programs-grid{grid-template-columns:repeat(3,1fr)}.maumgyeol-page__program-card{width:100%}.maumgyeol-page__assessment-steps{gap:60px}.maumgyeol-page__doctors-grid,.maumgyeol-page__reviews-grid{grid-template-columns:repeat(2,1fr)}.maumgyeol-page__footer{padding:60px}.maumgyeol-page__reviews{padding:0 60px 80px}}@media(max-width:768px){.maumgyeol-page__container{padding:0 24px}.maumgyeol-page__header{padding:16px 24px}.maumgyeol-page__nav{display:none}.maumgyeol-page__hero{height:600px;margin-top:68px}.maumgyeol-page__hero-title{font-size:36px}.maumgyeol-page__hero-subtitle{font-size:18px}.maumgyeol-page__hero-buttons{flex-direction:column;width:100%}.maumgyeol-page__btn{width:100%}.maumgyeol-page__section-title{font-size:32px}.maumgyeol-page__programs{padding:60px 0}.maumgyeol-page__programs-grid{grid-template-columns:1fr}.maumgyeol-page__program-card{width:100%}.maumgyeol-page__assessment{padding:60px 0}.maumgyeol-page__assessment-steps{flex-direction:column;align-items:center;gap:40px}.maumgyeol-page__self-assessment{padding:32px 24px}.maumgyeol-page__doctors{padding:60px 0}.maumgyeol-page__doctors-grid{grid-template-columns:1fr}.maumgyeol-page__trust-metrics{flex-direction:column;gap:32px}.maumgyeol-page__reviews{padding:0 24px 60px}.maumgyeol-page__reviews-grid{grid-template-columns:1fr}.maumgyeol-page__footer{padding:40px 24px}.maumgyeol-page__footer-content{flex-direction:column;gap:32px}.maumgyeol-page__footer-column{margin-left:0}.maumgyeol-page__footer-bottom{flex-direction:column;gap:24px}}@media(max-width:480px){.maumgyeol-page__hero-title{font-size:28px}.maumgyeol-page__hero-subtitle{font-size:16px}.maumgyeol-page__section-title{font-size:24px}}.pure-inside-page{position:relative;width:100%;background:#fff;overflow-x:hidden}.top-menu{position:absolute;top:0;left:0;right:0;height:80px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 160px;z-index:100}.logo{position:relative;width:180px;height:30px}.logo img{position:absolute}.logo-p{left:0;top:.85px;width:17.712px;height:28.646px}.logo-u{left:19.68px;top:9.78px;width:17.298px;height:19.827px}.logo-r{left:38.71px;top:9.63px;width:15.63px;height:19.827px}.logo-e{left:56.06px;top:9.64px;width:19.399px;height:19.942px}.logo-i{left:85.95px;top:.85px;width:4.813px;height:28.646px}.logo-n{left:92.23px;top:9.63px;width:17.298px;height:19.827px}.logo-s{left:111.24px;top:9.74px;width:16.031px;height:20.225px}.logo-i2{left:129.03px;top:2.68px;width:4.771px;height:26.808px}.logo-d{left:135.11px;top:0;width:20.35px;height:29.81px}.logo-e2{left:157.28px;top:9.64px;width:19.399px;height:19.942px}.menu-items{display:flex;gap:40px;align-items:center}.menu-items a{font-family:Inter,sans-serif;font-weight:500;font-size:16px;color:#5b5b5b;text-decoration:none;transition:color .3s}.menu-items a:hover{color:#8daa91}.hero-section{position:relative;height:1022px;margin-top:80px;padding:120px 160px 80px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-bg{position:absolute;top:-9.57%;left:-1.01%;width:135.6%;height:142.78%;object-fit:cover;z-index:0}.hero-content{position:relative;z-index:1;color:#fff}.hero-title{font-family:Bentham,serif;font-size:100px;line-height:110px;font-weight:400;margin:0 0 24px}.hero-subtitle{font-family:Pretendard,sans-serif;font-size:24px;font-weight:400;margin:0}.hero-cta{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.cta-button{width:200px;height:56px;background:#fff3;border:2px solid rgba(255,255,255,.8);border-radius:28px;color:#fffc;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s}.cta-button:hover{background:#ffffff4d;border-color:#fff;color:#fff}.scroll-hint{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#ffffffb3;margin:0}.feature-section{margin-top:80px;padding:120px 160px;background:#fff}.section-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:60px}.section-title{font-family:Pretendard,sans-serif;font-size:36px;font-weight:600;color:#8daa91;margin:0}.section-subtitle{font-family:Pretendard,sans-serif;font-size:28px;font-weight:300;color:#5b5b5b;text-align:center;margin:0}.section-subtitle .brand-name{font-family:Bentham,serif;font-weight:400}.section-subtitle strong{font-weight:600}.feature-grid{display:flex;gap:20px}.feature-column{flex:1;display:flex;flex-direction:column;gap:20px}.feature-card{position:relative;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.feature-card-large{flex:1;height:560px}.feature-card-medium{flex:1;min-height:270px}.feature-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.feature-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1}.feature-card-large:after{background:#0003}.feature-content{position:relative;z-index:2;color:#fff}.feature-label{font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;margin:0 0 4px}.feature-title{font-family:Pretendard,sans-serif;font-size:32px;font-weight:600;margin:0 0 8px}.feature-desc{font-family:Pretendard,sans-serif;font-size:18px;font-weight:400;margin:0;line-height:1.4}.product-section{padding:120px 160px;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:20px}.product-card{background:#fff;border-radius:20px;box-shadow:0 2px 10px 1px #00000026;padding:0 0 30px;display:flex;flex-direction:column;align-items:center;gap:20px}.product-image{width:100%;height:650px;object-fit:cover;border-radius:16px}.product-name{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#333;margin:0}.product-desc{font-family:Inter,Noto Sans KR,sans-serif;font-size:14px;color:#5b5b5b;margin:0}.product-tags{font-family:Inter,Noto Sans KR,sans-serif;font-size:12px;color:#8daa91;margin:0}.product-price{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#333;margin:0}.order-button{width:290px;height:48px;background:#8daa91;border:none;color:#fff;font-family:Inter,Noto Sans KR,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s}.order-button:hover{background:#7a9680}.more-products{font-family:Pretendard,sans-serif;font-size:20px;font-weight:500;color:#8daa91;text-align:right;margin:0;cursor:pointer}.review-section{padding:120px 80px;background:#fff}.review-section .section-title{text-align:center;margin-bottom:60px}.review-carousel{display:flex;gap:40px;overflow-x:auto;padding-bottom:20px;margin-bottom:20px}.review-carousel::-webkit-scrollbar{height:8px}.review-carousel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.review-carousel::-webkit-scrollbar-thumb{background:#8daa91;border-radius:4px}.review-card{min-width:312px;background:#8daa91;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:20px}.review-card:nth-child(3){opacity:.9}.review-card:nth-child(4){opacity:.8}.review-card:nth-child(5){opacity:.7}.review-card:nth-child(6){opacity:.6}.review-header{display:flex;gap:14px;align-items:center}.reviewer-photo{width:106px;height:106px;border-radius:15px;object-fit:cover}.reviewer-info{flex:1}.reviewer-name{font-family:Pretendard,sans-serif;font-size:20px;font-weight:600;color:#224627;margin:0 0 8px}.reviewer-role{font-family:Pretendard,sans-serif;font-size:14px;color:#cbcbcb;margin:0}.review-meta,.review-body{display:flex;flex-direction:column;gap:8px}.meta-label,.body-label{font-family:Pretendard,sans-serif;font-size:14px;color:#515151;margin:0}.meta-value,.body-text{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;color:#fff;margin:0;line-height:1.5}.review-navigation{display:flex;gap:6px;justify-content:center;margin-bottom:20px}.nav-thumb{width:49px;height:49px;border-radius:10px;object-fit:cover;cursor:pointer;opacity:.6;transition:all .3s}.nav-thumb:hover{opacity:.8}.nav-thumb.active{border:3px solid #8daa91;opacity:1}.review-footer{font-family:Pretendard,sans-serif;font-size:16px;font-weight:300;color:#000;text-align:center;margin:0;line-height:1.5}.review-footer strong{font-weight:600}.pure-inside-page .footer{background:#5b5b5b;padding:60px 80px;color:#fff;display:flex;flex-direction:column;align-items:center;gap:30px;min-height:400px;justify-content:center}.footer-brand{font-family:Inter,sans-serif;font-size:28px;font-weight:700;margin:0}.footer-contact{font-family:Inter,Noto Sans KR,sans-serif;font-size:14px;color:#ffffffb3;text-align:center}.footer-contact p{margin:0}.footer-sns{display:flex;gap:20px}.footer-sns a{font-family:Inter,sans-serif;font-size:14px;color:#fffc;text-decoration:none;transition:color .3s}.footer-sns a:hover{color:#fff}.footer-copyright{font-family:Inter,Noto Sans KR,sans-serif;font-size:12px;color:#ffffff80;text-align:center}.footer-copyright p{margin:0}@media(max-width:1024px){.top-menu{padding:10px 40px}.hero-section{padding:120px 40px 80px}.feature-section,.product-section{padding:80px 40px}.feature-grid{flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.top-menu{padding:10px 20px}.menu-items{gap:20px}.menu-items a{font-size:14px}.hero-section{padding:100px 20px 60px;height:auto;min-height:600px}.hero-title{font-size:60px;line-height:70px}.hero-subtitle{font-size:18px}.feature-section,.product-section,.review-section{padding:60px 20px}.section-title{font-size:28px}.section-subtitle{font-size:20px}.product-grid{grid-template-columns:1fr}.product-image{height:400px}.pure-inside-page .footer{padding:40px 20px}}._root_19di2_2{width:100%;min-height:100vh;background:#fff;font-family:Pretendard,Inter,-apple-system,BlinkMacSystemFont,sans-serif}._topNav_19di2_14{position:absolute;top:0;left:0;width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:20px 360px;box-sizing:border-box;z-index:100}._logo_19di2_28{display:flex;align-items:center;height:40px}._navMenu_19di2_34{display:flex;gap:40px;align-items:center}._navMenu_19di2_34 a{color:#ffffffe6;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:color .3s ease}._navMenu_19di2_34 a:hover{color:#fff}._btnLogin_19di2_53{width:120px;height:40px;border:1px solid #ffffff;border-radius:8px;background:transparent;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}._btnLogin_19di2_53:hover{background:#fff;color:#1e73be}._heroSection_19di2_74{position:relative;width:100%;height:1000px;overflow:hidden}._heroBg_19di2_81{position:absolute;inset:0;pointer-events:none}._heroBg_19di2_81 img{width:100%;height:100%;object-fit:cover}._heroOverlay_19di2_93{position:absolute;inset:0;background:#1e73be4d}._heroContent_19di2_99{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:60px;z-index:10}._heroTitle_19di2_111{font-size:120px;font-weight:400;line-height:200px;color:#fff;margin:0;white-space:nowrap;font-family:YuSeol,Noto Sans KR,sans-serif}._heroSubtitle_19di2_121{font-size:24px;font-weight:400;color:#ffffffe6;margin:0;text-align:center}._searchBar_19di2_130{background:#ffffff80;border-radius:12px;padding:20px;display:flex;gap:20px;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._searchField_19di2_140{flex:1;background:#f2f2f2;border-radius:8px;padding:10px 15px;display:flex;flex-direction:column;gap:8px}._searchField_19di2_140 label{font-size:14px;color:#666;font-weight:400;white-space:nowrap}._searchValue_19di2_157{font-size:20px;color:#333;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._searchButton_19di2_166{flex:1;background:#1e73be;border:none;border-radius:8px;padding:20px 30px;color:#fff;font-size:20px;font-weight:700;cursor:pointer;transition:background .3s ease;height:100%}._searchButton_19di2_166:hover{background:#1660a3}._destinationSection_19di2_187{background:#fff;padding:120px 360px;display:flex;flex-direction:column;gap:60px}._sectionHeader_19di2_195{display:flex;justify-content:space-between;align-items:flex-end}._sectionTitle_19di2_201{font-size:42px;font-weight:400;line-height:60px;color:#333;margin:0;font-family:YuSeol,Noto Sans KR,sans-serif}._viewMore_19di2_210{font-size:16px;font-weight:500;color:#000;text-decoration:underline;cursor:pointer}._destinationCards_19di2_218{display:flex;gap:30px;overflow-x:auto;padding-left:360px;margin-left:-360px;padding-right:360px;margin-right:-360px}._destCard_19di2_228{min-width:380px;background:#f2f2f2;border-radius:12px;padding:20px;display:flex;flex-direction:column}._destImage_19di2_237{width:100%;height:260px;border-radius:8px;overflow:hidden;margin-bottom:20px}._destImage_19di2_237 img{width:100%;height:100%;object-fit:cover}._destInfo_19di2_251{padding:20px;display:flex;flex-direction:column;gap:20px}._destTitle_19di2_258{font-size:24px;font-weight:700;color:#333;margin:0}._destDesc_19di2_265{font-size:16px;font-weight:400;color:gray;margin:0}._destButton_19di2_272{width:120px;height:40px;background:#1e73be;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}._destButton_19di2_272:hover{background:#1660a3}._hotelSection_19di2_292{background:#fff;padding:120px 0;display:flex;gap:51px}._hotelSlider_19di2_299{position:relative;width:1200px;height:900px;flex-shrink:0}._hotelSlider_19di2_299 img{width:100%;height:100%;object-fit:cover}._hotelOverlay_19di2_312{position:absolute;inset:0;background:radial-gradient(circle at center,#0000,#0003)}._sliderArrowLeft_19di2_318,._sliderArrowRight_19di2_319{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;background:#ffffff80;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;transition:background .3s ease}._sliderArrowLeft_19di2_318{left:40px}._sliderArrowRight_19di2_319{right:40px}._sliderArrowLeft_19di2_318:hover,._sliderArrowRight_19di2_319:hover{background:#fffc}._sliderPagination_19di2_350{position:absolute;bottom:46px;right:61px;display:flex;align-items:center;gap:10px;color:#fff;font-size:12px}._paginationBar_19di2_361{width:63px;height:2px;background:#6e6e6e;position:relative}._paginationBar_19di2_361:after{content:"";position:absolute;left:0;top:0;width:43px;height:2px;background:#fff}._hotelInfo_19di2_378{flex:1;padding-right:360px;display:flex;flex-direction:column;justify-content:space-between}._hotelSectionTitle_19di2_386{font-size:42px;font-weight:400;line-height:60px;color:#333;margin:0 0 60px;font-family:YuSeol,Noto Sans KR,sans-serif}._hotelDetails_19di2_395{display:flex;flex-direction:column;gap:40px}._hotelName_19di2_401{display:flex;align-items:flex-end;gap:12px}._hotelName_19di2_401 h3{font-size:32px;font-weight:700;color:#333;margin:0}._hotelName_19di2_401 span{font-size:20px;font-weight:400;color:#333}._hotelTagline_19di2_420{font-size:20px;font-weight:400;color:gray;margin:0}._roomTypes_19di2_427{display:flex;gap:30px}._roomType_19di2_427{display:flex;flex-direction:column;align-items:center;gap:12px}._roomLabel_19di2_439{font-size:16px;font-weight:400;color:#aeaeae}._roomThumb_19di2_445{width:80px;height:80px;border-radius:10px;overflow:hidden}._roomThumb_19di2_445 img{width:100%;height:100%;object-fit:cover}._hotelButton_19di2_458{width:140px;height:auto;background:#1e73be;border:none;border-radius:6px;padding:10px 20px;color:#fff;font-size:20px;font-weight:600;cursor:pointer;transition:background .3s ease}._hotelButton_19di2_458:hover{background:#1660a3}._hotelGallery_19di2_476{display:flex;flex-direction:column;gap:20px}._galleryImages_19di2_482{display:flex;gap:20px;overflow:hidden}._galleryImg_19di2_488{width:300px;height:300px;border-radius:20px;overflow:hidden;flex-shrink:0}._galleryImg_19di2_488 img{width:100%;height:100%;object-fit:cover}._galleryViewMore_19di2_502{font-size:16px;font-weight:500;color:#000;text-decoration:underline;cursor:pointer;align-self:flex-start}._eventSection_19di2_514{background:#fff;padding:120px 360px;display:flex;flex-direction:column;gap:51px}._eventHeader_19di2_522{display:flex;gap:60px;align-items:flex-end}._eventTitle_19di2_528{font-size:42px;font-weight:400;line-height:60px;color:#333;margin:0;white-space:nowrap;font-family:YuSeol,Noto Sans KR,sans-serif}._eventTabs_19di2_538{display:flex;gap:40px;align-items:center}._eventTab_19di2_538{font-size:16px;font-weight:400;color:#aeaeae;background:none;border:none;cursor:pointer;transition:color .3s ease}._eventTab_19di2_538:hover{color:#333}._eventBanner_19di2_558{width:100%;height:340px;overflow:hidden}._eventBanner_19di2_558 img{width:100%;height:100%;object-fit:cover}._footer_19di2_573{background:#1e73be;padding:60px 360px 40px;display:flex;flex-direction:column;gap:40px;color:#fff}._footerContent_19di2_582{display:flex;justify-content:space-between;gap:100px}._footerColumn_19di2_588{display:flex;flex-direction:column;gap:12px;flex:1}._footerTitle_19di2_595{font-size:24px;font-weight:700;color:#fff;margin:0;font-family:Inter,sans-serif}._footerColumn_19di2_588 ._footerTitle_19di2_595:not(:first-child){font-size:16px;font-weight:700}._footerDesc_19di2_608{font-size:14px;font-weight:400;color:#fffc;margin:0;line-height:1.6}._footerLink_19di2_616{font-size:14px;font-weight:400;color:#fffc;margin:0}._footerCopyright_19di2_623{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:20px}._footerCopyright_19di2_623 p{font-size:13px;font-weight:400;color:#ffffffb3;margin:0;text-align:center}._copyrightSmall_19di2_639{font-size:12px!important;color:#fff9!important}@media(max-width:1920px){._topNav_19di2_14{padding:20px 180px}._destinationSection_19di2_187{padding:120px 180px}._destinationCards_19di2_218{padding-left:180px;margin-left:-180px;padding-right:180px;margin-right:-180px}._hotelInfo_19di2_378{padding-right:180px}._eventSection_19di2_514{padding:120px 180px}._footer_19di2_573{padding:60px 180px 40px}}@media(max-width:1440px){._heroTitle_19di2_111{font-size:80px;line-height:140px}._heroSubtitle_19di2_121{font-size:20px}._searchBar_19di2_130{flex-wrap:wrap}._sectionTitle_19di2_201,._hotelSectionTitle_19di2_386,._eventTitle_19di2_528{font-size:36px}._hotelSlider_19di2_299{width:900px;height:675px}}@media(max-width:1024px){._topNav_19di2_14{padding:20px 60px}._heroTitle_19di2_111{font-size:60px;line-height:100px}._heroSubtitle_19di2_121{font-size:18px}._destinationSection_19di2_187{padding:80px 60px}._hotelSection_19di2_292{flex-direction:column;padding:80px 60px}._hotelSlider_19di2_299{width:100%;height:600px}._hotelInfo_19di2_378{padding-right:0}._eventSection_19di2_514{padding:80px 60px}._footer_19di2_573{padding:60px 60px 40px}._footerContent_19di2_582{flex-wrap:wrap}}@media(max-width:768px){._topNav_19di2_14{padding:20px 30px}._navMenu_19di2_34{display:none}._heroTitle_19di2_111{font-size:48px;line-height:80px}._heroSubtitle_19di2_121{font-size:16px}._searchBar_19di2_130{width:90%}._searchField_19di2_140{min-width:calc(50% - 10px)}._destinationCards_19di2_218{padding-left:30px;margin-left:-30px}._destCard_19di2_228{min-width:300px}._sectionTitle_19di2_201,._hotelSectionTitle_19di2_386,._eventTitle_19di2_528{font-size:28px}._hotelSlider_19di2_299{height:400px}}._searchField_19di2_140{border:2px solid transparent;cursor:pointer;transition:all .3s ease;text-align:left}._searchField_19di2_140:hover{background:#fff;border-color:#1e73be;box-shadow:0 4px 12px #1e73be26;transform:translateY(-2px)}._searchField_19di2_140:focus{outline:none;background:#fff;border-color:#1e73be;box-shadow:0 4px 16px #1e73be40}._destCard_19di2_228{transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}._destCard_19di2_228:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026;background:#fff}._destCard_19di2_228:hover ._destImage_19di2_237 img{transform:scale(1.1)}._destImage_19di2_237{overflow:hidden}._destImage_19di2_237 img{transition:transform .6s cubic-bezier(.4,0,.2,1)}._paginationProgress_19di2_844{position:absolute;left:0;top:0;height:2px;background:#fff;transition:width .5s ease}._roomType_19di2_427{cursor:pointer;transition:transform .3s ease}._roomType_19di2_427:hover{transform:scale(1.1)}._roomType_19di2_427:hover ._roomLabel_19di2_439{color:#1e73be;font-weight:600}._roomThumb_19di2_445{transition:box-shadow .3s ease}._roomType_19di2_427:hover ._roomThumb_19di2_445{box-shadow:0 8px 20px #1e73be4d}._eventTabActive_19di2_877{color:#333!important;font-weight:700;position:relative}._eventTabActive_19di2_877:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:#1e73be;border-radius:2px}._destinationSection_19di2_187,._hotelSection_19di2_292,._eventSection_19di2_514{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}._destinationSection_19di2_187._visible_19di2_903,._hotelSection_19di2_292._visible_19di2_903,._eventSection_19di2_514._visible_19di2_903{opacity:1;transform:translateY(0)}._destCard_19di2_228{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease,box-shadow .4s ease}._destCard_19di2_228._visible_19di2_903{opacity:1;transform:translateY(0)}._destCard_19di2_228:nth-child(1){transition-delay:.1s}._destCard_19di2_228:nth-child(2){transition-delay:.2s}._destCard_19di2_228:nth-child(3){transition-delay:.3s}._destCard_19di2_228:nth-child(4){transition-delay:.4s}._destCard_19di2_228:nth-child(5){transition-delay:.5s}._hamburger_19di2_929{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}._hamburger_19di2_929 span{display:block;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}@media(max-width:768px){._hamburger_19di2_929{display:flex}._navMenu_19di2_34{position:fixed;top:80px;right:-100%;width:250px;height:calc(100vh - 80px);background:#1e73befa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;padding:40px 30px;gap:30px;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-5px 0 20px #0003}._navMenuOpen_19di2_972{right:0}._navMenu_19di2_34 a{font-size:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.2)}}._galleryImg_19di2_488{transition:transform .4s ease,box-shadow .4s ease;cursor:pointer}._galleryImg_19di2_488:hover{transform:scale(1.05);box-shadow:0 12px 30px #0003}._galleryImg_19di2_488 img{transition:filter .3s ease}._galleryImg_19di2_488:hover img{filter:brightness(1.1)}._searchButton_19di2_166,._destButton_19di2_272,._hotelButton_19di2_458{position:relative;overflow:hidden}._searchButton_19di2_166:after,._destButton_19di2_272:after,._hotelButton_19di2_458:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}._searchButton_19di2_166:active:after,._destButton_19di2_272:active:after,._hotelButton_19di2_458:active:after{width:300px;height:300px}@keyframes _slideIn_19di2_1{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}._hotelSlider_19di2_299 img{animation:_slideIn_19di2_1 .5s ease}.custom-cursor{position:fixed;pointer-events:none;z-index:9999;mix-blend-mode:difference;transition:transform .1s ease-out}.cursor-dot{position:absolute;width:8px;height:8px;background-color:#fff!important;border-radius:50%;transform:translate(-50%,-50%);transition:background-color .2s ease}.cursor-ring{position:absolute;width:32px;height:32px;border:2px solid #fff!important;border-radius:50%;transform:translate(-50%,-50%);transition:all .15s ease-out;animation:pulse 2s ease-in-out infinite}.custom-cursor.inverted .cursor-dot{background-color:#000!important}.custom-cursor.inverted .cursor-ring{border-color:#000!important}.cursor-trail{position:fixed;width:8px;height:8px;background:#0000004d!important;border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);box-shadow:0 0 4px #0003;animation:fadeOut .8s ease-out forwards}.cursor-trail.inverted{background:#ffffff4d!important;box-shadow:0 0 4px #ffffff4d;mix-blend-mode:lighten}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}@keyframes fadeOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.5)}}a:hover~.custom-cursor .cursor-ring,button:hover~.custom-cursor .cursor-ring{transform:translate(-50%,-50%) scale(1.5);border-width:1px}.ws-page-transition{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.ws-page-transition__curtain{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bg-dark);transform:translateY(100%);transition:transform .6s cubic-bezier(.4,0,0,1)}.ws-page-transition--active .ws-page-transition__curtain{transform:translateY(0)}.ws-page-transition__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.ws-page-transition--active .ws-page-transition__logo{opacity:1;transition:opacity .3s ease .2s}.ws-page-transition__text{font-size:var(--text-4xl);font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:-.04em}.ws-page-content{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.ws-page-content--transitioning{opacity:0;transform:translateY(20px)}@media(max-width:600px){.ws-page-transition__text{font-size:var(--text-2xl)}}.ws-navigation{position:fixed;top:0;left:0;width:100%;height:80px;background-color:transparent;border-bottom:1px solid transparent;z-index:1000;transition:transform .4s cubic-bezier(.4,0,0,1),background-color .4s ease,box-shadow .4s ease,border-bottom-color .4s ease;will-change:transform}.ws-navigation--transparent{background-color:transparent;border-bottom-color:transparent;box-shadow:none}.ws-navigation--scrolled{background-color:#000c;border-bottom-color:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000004d}.ws-navigation--hidden{transform:translateY(-100%)}.ws-navigation__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-6);height:100%;display:flex;justify-content:space-between;align-items:center}.ws-navigation__logo{text-decoration:none;display:flex;align-items:center}.ws-navigation__logo-text{font-size:var(--text-xl);font-weight:700;color:var(--color-light);text-transform:uppercase;letter-spacing:-.02em;transition:color .3s ease}.ws-navigation--scrolled .ws-navigation__logo-text{color:var(--color-light)}.ws-navigation__logo:hover .ws-navigation__logo-text{color:var(--color-accent)}.ws-navigation__links{display:flex;gap:var(--space-10);list-style:none;margin:0;padding:0}.ws-navigation__item{display:flex;align-items:center}.ws-navigation__link{position:relative;text-decoration:none;font-size:var(--text-sm);font-weight:500;color:var(--color-light);text-transform:uppercase;letter-spacing:.05em;padding:var(--space-2) var(--space-4);transition:color .3s ease}.ws-navigation--scrolled .ws-navigation__link{color:var(--color-light)}.ws-navigation__link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--color-accent);transform:translate(-50%);transition:width .3s cubic-bezier(.4,0,0,1)}.ws-navigation__link:hover{color:var(--color-accent)}.ws-navigation__link:hover:after,.ws-navigation__link--active:after{width:100%}.ws-navigation__link--active{color:var(--color-accent)}.ws-navigation__link--dropdown{display:flex;align-items:center;gap:var(--space-2);background:none;border:none;cursor:pointer}.ws-navigation__dropdown-arrow{font-size:.6em;transition:transform .3s ease}.ws-navigation__dropdown-arrow--open{transform:rotate(180deg)}.ws-navigation__item--dropdown{position:relative}.ws-navigation__dropdown{position:absolute;top:100%;right:0;margin-top:var(--space-4);min-width:200px;background-color:var(--color-light);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);box-shadow:0 4px 20px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.4,0,0,1);overflow:hidden;z-index:100}.ws-navigation__dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.ws-navigation__dropdown-link{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);text-decoration:none;color:var(--color-dark);font-size:var(--text-sm);font-weight:500;transition:background-color .2s ease,padding-left .2s ease;border-bottom:1px solid rgba(0,0,0,.05)}.ws-navigation__dropdown-link:last-child{border-bottom:none}.ws-navigation__dropdown-link:hover{background-color:#6464641a;padding-left:var(--space-6)}.ws-navigation__dropdown-icon{font-size:var(--text-lg);line-height:1}.ws-navigation__dropdown-text{flex:1}.ws-navigation__mobile-toggle{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;padding:0;z-index:1001;cursor:pointer}.ws-navigation__mobile-toggle-line{width:100%;height:2px;background-color:var(--color-light);transition:transform .3s cubic-bezier(.4,0,0,1),opacity .3s ease,background-color .3s ease;transform-origin:center}.ws-navigation--scrolled .ws-navigation__mobile-toggle-line{background-color:var(--color-light)}.ws-navigation__mobile-toggle--active .ws-navigation__mobile-toggle-line:nth-child(1){transform:translateY(9px) rotate(45deg)}.ws-navigation__mobile-toggle--active .ws-navigation__mobile-toggle-line:nth-child(2){opacity:0}.ws-navigation__mobile-toggle--active .ws-navigation__mobile-toggle-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.ws-navigation__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-dark);opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(.4,0,0,1),visibility .5s cubic-bezier(.4,0,0,1);z-index:999}.ws-navigation__mobile-menu--active{opacity:1;visibility:visible}.ws-navigation__mobile-menu-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:var(--space-10)}.ws-navigation__mobile-links{list-style:none;margin:0;padding:0;width:100%}.ws-navigation__mobile-item{opacity:0;transform:translateY(30px);transition:opacity .5s cubic-bezier(.4,0,0,1),transform .5s cubic-bezier(.4,0,0,1)}.ws-navigation__mobile-menu--active .ws-navigation__mobile-item{opacity:1;transform:translateY(0)}.ws-navigation__mobile-link{display:flex;align-items:center;gap:var(--space-4);text-decoration:none;padding:var(--space-6) 0;border-bottom:1px solid rgba(255,255,255,.1);transition:padding-left .3s ease}.ws-navigation__mobile-link:hover{padding-left:var(--space-4)}.ws-navigation__mobile-link-number{font-size:var(--text-xs);color:var(--color-accent);font-weight:700;opacity:.7}.ws-navigation__mobile-link-text{font-size:var(--text-4xl);font-weight:700;color:var(--color-light);text-transform:uppercase;letter-spacing:-.02em;transition:color .3s ease}.ws-navigation__mobile-link:hover .ws-navigation__mobile-link-text,.ws-navigation__mobile-link--active .ws-navigation__mobile-link-text{color:var(--color-accent)}.ws-navigation__mobile-link--expandable{background:none;border:none;cursor:pointer;width:100%;text-align:left;position:relative}.ws-navigation__mobile-expand-arrow{position:absolute;right:var(--space-4);top:50%;transform:translateY(-50%);font-size:var(--text-sm);color:var(--color-accent);transition:transform .3s ease}.ws-navigation__mobile-expand-arrow--open{transform:translateY(-50%) rotate(180deg)}.ws-navigation__mobile-contact-dropdown{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,0,1);padding-left:var(--space-8)}.ws-navigation__mobile-contact-dropdown--open{max-height:300px}.ws-navigation__mobile-contact-link{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;padding:var(--space-4) 0;border-bottom:1px solid rgba(255,255,255,.05);transition:padding-left .3s ease}.ws-navigation__mobile-contact-link:last-child{border-bottom:none}.ws-navigation__mobile-contact-link:hover{padding-left:var(--space-2)}.ws-navigation__mobile-contact-icon{font-size:var(--text-xl);line-height:1}.ws-navigation__mobile-contact-text{font-size:var(--text-lg);font-weight:500;color:var(--color-light);transition:color .3s ease}.ws-navigation__mobile-contact-link:hover .ws-navigation__mobile-contact-text{color:var(--color-accent)}@media(max-width:1024px){.ws-navigation__links{gap:var(--space-6)}.ws-navigation__link{font-size:var(--text-xs)}}@media(max-width:768px){.ws-navigation{height:70px}.ws-navigation__container{padding:0 var(--space-4)}.ws-navigation__links{display:none}.ws-navigation__mobile-toggle{display:flex}.ws-navigation__mobile-link-text{font-size:var(--text-3xl)}}@media(max-width:600px){.ws-navigation{height:60px}.ws-navigation__logo-text{font-size:var(--text-lg)}.ws-navigation__mobile-link-text{font-size:var(--text-2xl)}}.ws-footer{padding:var(--space-10) 0 var(--space-6);background-color:#000;border-top:1px solid rgba(100,100,100,.2)}.ws-footer__content{text-align:center;display:flex;flex-direction:column;gap:var(--space-6)}.ws-footer__main{display:flex;flex-direction:column;gap:var(--space-3)}.ws-footer__brand{font-weight:600;letter-spacing:-.02em}.ws-footer__contact{opacity:.9;line-height:1.6}.ws-footer__bottom{display:flex;flex-direction:column;gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid rgba(100,100,100,.1)}.ws-footer__info{opacity:.7;line-height:1.6}.ws-footer__copyright{opacity:.5;line-height:1.6}@media(max-width:768px){.ws-footer{padding:var(--space-8) 0 var(--space-5)}.ws-footer__content{gap:var(--space-5)}.ws-footer__main{gap:var(--space-2)}}.ws-floating-contact{position:fixed;bottom:var(--space-8);right:var(--space-8);z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-3)}.ws-floating-contact__menu{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-2);animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ws-floating-contact__link{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);background-color:#fff;border-radius:var(--radius-full);text-decoration:none;border:none;box-shadow:0 4px 12px #00000026;transition:all .2s ease;white-space:nowrap;color:#fff;font-size:var(--text-sm);font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1);text-align:center;min-width:100px;cursor:pointer;position:relative}.ws-floating-contact__link:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.ws-floating-contact__link--phone{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.ws-floating-contact__link--phone:hover{background:linear-gradient(135deg,#8b49a6,#7e349d)}.ws-floating-contact__link--email{background:linear-gradient(135deg,#4a90e2,#357abd)}.ws-floating-contact__link--email:hover{background:linear-gradient(135deg,#3a80d2,#2a6aad)}.ws-floating-contact__link:nth-child(3){background:linear-gradient(135deg,gold,orange)}.ws-floating-contact__link:nth-child(3):hover{background:linear-gradient(135deg,#ffc700,#ff9500)}.ws-floating-contact__link:nth-child(4){background:linear-gradient(135deg,#00d9a5,#00b894)}.ws-floating-contact__link:nth-child(4):hover{background:linear-gradient(135deg,#00c896,#00a885)}.ws-floating-contact__button{height:56px;padding:0 var(--space-5);border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-accent),var(--color-primary));border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:var(--space-2);box-shadow:0 4px 20px #0000004d;transition:all .3s cubic-bezier(.4,0,0,1);white-space:nowrap}.ws-floating-contact__button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0006}.ws-floating-contact__button--open{background:linear-gradient(135deg,var(--color-primary),var(--color-dark))}.ws-floating-contact__button--open:hover{transform:translateY(-2px)}.ws-floating-contact__text{font-size:var(--text-sm);font-weight:600;letter-spacing:-.02em}.ws-floating-contact__copied{position:absolute;top:50%;left:-80px;transform:translateY(-50%);background-color:#000c;color:#fff;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:500;white-space:nowrap;animation:fadeInOutLeft 2s ease-in-out;pointer-events:none;box-shadow:0 2px 8px #0003}@keyframes fadeInOutLeft{0%{opacity:0;transform:translateY(-50%) translate(10px)}10%{opacity:1;transform:translateY(-50%) translate(0)}90%{opacity:1;transform:translateY(-50%) translate(0)}to{opacity:0;transform:translateY(-50%) translate(-10px)}}@media(max-width:768px){.ws-floating-contact{bottom:var(--space-6);right:var(--space-6)}.ws-floating-contact__button{height:52px;padding:0 var(--space-4)}.ws-floating-contact__text{font-size:var(--text-xs)}.ws-floating-contact__link{padding:var(--space-3) var(--space-5);font-size:var(--text-xs);min-width:80px}}.app{min-height:100vh;padding-top:80px}.app--home,.app--portfolio-detail{padding-top:0}@media(max-width:768px){.app{padding-top:70px}.app--home,.app--portfolio-detail{padding-top:0}}@media(max-width:600px){.app{padding-top:60px}.app--home,.app--portfolio-detail{padding-top:0}}@font-face{font-family:YuSeol;src:url(/fonts/%EC%9C%A0%EC%84%A4%EC%B2%B4.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--color-dark: #000000;--color-light: #FFFFFF;--color-accent: #666666;--color-primary: #333333;--color-secondary: #888888;--color-tertiary: #AAAAAA;--bg-dark: #000000;--bg-light: #FFFFFF;--bg-cream: #F5F5F5;--text-dark: #000000;--text-light: #FFFFFF;--text-muted: rgba(0, 0, 0, .6);--color-muted: rgba(0, 0, 0, .6);--font-primary: "Noto Sans KR", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Inter", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent: "Georgia", serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--text-8xl: 6rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-10: 4rem;--space-12: 6rem;--space-16: 8rem;--space-20: 10rem;--gutter: 16px;--outer-gutter: 16px;--container-max: 1400px;--container-wide: 1600px;--col-1: calc((100% - 11 * var(--gutter)) / 12);--col-2: calc((100% - 10 * var(--gutter)) / 12 * 2 + var(--gutter));--col-3: calc((100% - 9 * var(--gutter)) / 12 * 3 + var(--gutter) * 2);--col-4: calc((100% - 8 * var(--gutter)) / 12 * 4 + var(--gutter) * 3);--col-6: calc((100% - 6 * var(--gutter)) / 12 * 6 + var(--gutter) * 5);--col-8: calc((100% - 4 * var(--gutter)) / 12 * 8 + var(--gutter) * 7);--col-9: calc((100% - 3 * var(--gutter)) / 12 * 9 + var(--gutter) * 8);--col-12: 100%;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--transition-fast: .15s ease-in-out;--transition-base: .3s ease-in-out;--transition-slow: .5s ease-in-out;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal: 400;--z-popover: 500;--z-tooltip: 600}html{scroll-behavior:smooth}#root{min-height:100vh}.ws-container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--outer-gutter)}.ws-container--wide{max-width:var(--container-wide)}.ws-container--full{max-width:none;padding:0}.ws-row{display:flex;flex-wrap:wrap;margin:0 calc(var(--gutter) * -.5)}.ws-col{padding:0 calc(var(--gutter) * .5)}.ws-col--1{width:8.333%}.ws-col--2{width:16.666%}.ws-col--3{width:25%}.ws-col--4{width:33.333%}.ws-col--5{width:41.666%}.ws-col--6{width:50%}.ws-col--7{width:58.333%}.ws-col--8{width:66.666%}.ws-col--9{width:75%}.ws-col--10{width:83.333%}.ws-col--11{width:91.666%}.ws-col--12{width:100%}.ws-text-center{text-align:center}.ws-text-left{text-align:left}.ws-text-right{text-align:right}.ws-uppercase{text-transform:uppercase}.ws-lowercase{text-transform:lowercase}.ws-capitalize{text-transform:capitalize}.ws-bg-dark{background-color:var(--bg-dark);color:var(--text-light)}.ws-bg-light{background-color:var(--bg-light);color:var(--text-dark)}.ws-bg-cream{background-color:var(--bg-cream);color:var(--text-dark)}@media(max-width:600px){:root{--gutter: 12px;--outer-gutter: 16px;--text-6xl: 2.5rem;--text-5xl: 2rem;--text-4xl: 1.75rem}.ws-container{padding:0 var(--outer-gutter)}.ws-col--sm-12{width:100%}.ws-col--sm-6{width:50%}.ws-col--sm-4{width:33.333%}.ws-col--sm-3{width:25%}}@media(max-width:375px){:root{--outer-gutter: 12px}}@media(min-width:601px)and (max-width:1024px){.ws-col--md-12{width:100%}.ws-col--md-6{width:50%}.ws-col--md-4{width:33.333%}.ws-col--md-3{width:25%}}@media(min-width:1025px){.ws-col--lg-12{width:100%}.ws-col--lg-6{width:50%}.ws-col--lg-4{width:33.333%}.ws-col--lg-3{width:25%}}@media(min-width:1600px){:root{--text-8xl: 8rem;--text-7xl: 6rem}}
