@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900";*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:#233326;background:#fff;font-family:Pretendard,Noto Sans KR,-apple-system,sans-serif}button{font-family:inherit}.app{width:100%}.header{z-index:9999999;justify-content:center;padding:28px 24px 12px;display:flex}.header__nav{background:#fff;border-radius:999px;align-items:center;gap:48px;padding:18px 56px;display:flex;box-shadow:0 8px 24px #2f453814}.header__link{color:#3c4a3f;cursor:pointer;background:0 0;border:none;padding:4px 2px;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:32px;transition:color .2s;position:relative}.header__link:hover,.header__link--active{color:#1f3325}.header__link:after{content:"";background:#4b6b4f;width:0%;height:2px;transition:width .25s;position:absolute;bottom:-6px;left:0}.header__link:hover:after{width:100%}@media (width<=600px){.header__nav{gap:20px;padding:14px 24px}.header__link{font-size:13px}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;will-change:transform, opacity;position:relative}.hero-content img{width:90%;max-width:800px}.hero-content h1{color:#1a1a1a;margin-top:24px;font-size:2.6rem;font-weight:800}.hero-decor{z-index:0;pointer-events:none;will-change:transform, opacity;position:absolute;inset:0}.hero-blob{filter:blur(50px);opacity:0;border-radius:50%;position:absolute}.hero-blob--1{background:radial-gradient(circle,#ffe9b8 0%,#0000 90%);width:320px;height:320px;top:-60px;left:-60px}.hero-blob--2{background:radial-gradient(circle,#cfe8ff 0%,#0000 90%);width:260px;height:260px;bottom:-40px;right:-40px}.hero-blob--3{background:radial-gradient(circle,#ffd6e8 0%,#0000 90%);width:200px;height:200px;top:40%;right:10%}.hero-float{fill:none;stroke:#d8c9a3;stroke-width:2px;opacity:0;position:absolute}.hero-float--1{width:26px;top:15%;left:12%}.hero-float--2{width:20px;top:70%;left:18%}.hero-float--3{width:30px;top:20%;right:15%}.hero-float--4{width:16px;top:55%;right:8%}.hero-float--5{width:22px;top:80%;right:25%}.about{z-index:2;transform-origin:bottom;will-change:transform, opacity;background:#fff;justify-content:center;align-items:center;width:100%;padding:100px;display:flex}.about__inner{grid-template-columns:1fr 1fr;gap:40px;max-width:1080px;margin:0 auto;display:grid}.about__heading{color:#2f4538;grid-column:1/-1;margin:0 0 10px;font-family:Poppins,Noto Sans KR,sans-serif;font-size:34px}.about__left{border-left:3px solid #2d2d2d80;padding-left:20px}.about__intro{color:#233326;margin-bottom:18px;font-size:27px;font-weight:600;line-height:1.5}.about__text{color:#4a564c;margin-bottom:14px;font-family:Noto Serif,serif;font-size:14px;font-weight:600;line-height:1.7}.about__venn{width:280px;height:230px;margin:36px auto 0;position:relative}.venn-circle{text-align:center;color:#5a6a5c;background:#ffffff4d;border:1px solid #9fb09a;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;padding:10px;font-size:12px;display:flex;position:absolute}.venn-circle--top{top:0;left:60px}.venn-circle--left{bottom:0;left:0}.venn-circle--right{bottom:0;right:0}.about__right{flex-direction:column;gap:18px;display:flex}.about__venn{font-family:Noto Serif,serif}.info-row{border-bottom:1px solid #d7ddd3;grid-template-columns:70px 1fr;gap:32px;padding-bottom:14px;display:grid}.info-row__label{color:#2f4538;font-size:17px;font-weight:700}.info-row__value{color:#435045;font-size:13.5px;line-height:1.7}.tool-icons{flex-wrap:wrap;justify-content:flex-start;row-gap:10px;display:flex}.tool-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;display:flex}@media (width<=800px){.about__inner{grid-template-columns:1fr}}.project{max-width:1080px;margin:0 auto;padding:80px 24px}.project__heading{color:#2f4538;margin:0 0 32px;font-family:Poppins,Noto Sans KR,sans-serif;font-size:34px}.card-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e6e9e3;border-radius:14px;width:100%;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #2f45381f}.card__thumb{color:#6f7c70;text-align:center;justify-content:center;align-items:center;height:140px;font-size:14px;display:flex;position:relative;overflow:hidden}.card__thumb img{object-fit:cover;width:100%;display:block;position:absolute;top:0;left:0}.card__body{padding:14px 16px 18px}.card__category{color:#8a9489;margin-bottom:6px;font-size:11px}.card__name{color:#233326;margin-bottom:10px;font-family:Noto Serif,serif;font-size:14px;font-weight:700}.card__tags{gap:6px;display:flex}.card__tag-icon{width:24px}.card__tag-dot{color:#fff;background:#2f4538;border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;display:flex}.project__footer{border-top:1px solid #e6e9e3;justify-content:space-between;align-items:center;margin-top:32px;padding-top:18px;display:flex}.project__more{color:#4a564c;cursor:pointer;background:0 0;border:none;font-size:13px}.project__pager{align-items:center;gap:14px;display:flex}.project__page-count{color:#4a564c;font-size:13px}.project__pager-btn{color:#fff;cursor:pointer;background:#2f4538;border:none;border-radius:8px;padding:8px 16px;font-size:13px}.project__pager-btn:disabled{opacity:.4;cursor:not-allowed}@media (width<=800px){.card-grid{grid-template-columns:1fr}}body.modal-open{overflow:hidden}.modal-overlay{z-index:1000;background:#1f29218c;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:18px;width:90%;max-width:800px;padding:32px;animation:.25s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000040}.modal-card__close{color:#2f4538;cursor:pointer;background:#eef2ea;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:background .2s;display:flex;position:absolute;top:18px;right:18px}.modal-card__close:hover{background:#d7ddd3}.modal-card__thumb{border-radius:12px;width:100%;max-height:280px;margin-bottom:20px;overflow-y:auto}.modal-card__thumb img{object-fit:cover;width:100%;height:100%;display:block}.modal-card__category{color:#6f7c70;margin-bottom:6px;font-size:12px}.modal-card__title{color:#233326;margin:0 0 16px;font-size:22px;font-weight:700;line-height:1.4}.modal-card__summary{color:#4a564c;margin-bottom:20px;font-size:14px;line-height:1.7}.modal-card__meta{grid-template-columns:70px 1fr;gap:8px 14px;margin-bottom:18px;font-size:13px;display:grid}.modal-card__meta dt{color:#2f4538;font-weight:700}.modal-card__meta dd{color:#4a564c;margin:0}.modal-card__points{color:#4a564c;margin:0 0 18px;padding-left:18px;font-size:13.5px;line-height:1.8}.modal-card__tags{flex-wrap:wrap;gap:8px;display:flex}.modal-card__tag{color:#2f4538;background:#eef2ea;border-radius:999px;padding:5px 12px;font-size:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.site_link{color:#333}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.design{background:#eef2ea;padding:80px 24px 100px}.design__inner{max-width:1080px;margin:0 auto}.design__heading{color:#2f4538;margin:0 0 32px;font-family:Poppins,Noto Sans KR,sans-serif;font-size:34px}.design-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.design-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e6e9e3;border-radius:14px;width:100%;transition:transform .2s,box-shadow .2s}.design-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #2f45381f}.design-card__thumb{color:#ffffffd9;text-align:center;justify-content:center;align-items:center;height:300px;font-size:13px;display:flex;position:relative;overflow:hidden}.design-card__thumb img{object-fit:cover;width:100%;display:block;position:absolute;top:0;left:0}.design-card__body{padding:12px 14px 16px}.design-card__category{color:#8a9489;margin-bottom:4px;font-size:11px}.design-card__name{color:#233326;margin-bottom:8px;font-family:Noto Serif,serif;font-size:13.5px;font-weight:700}.design-card__tags{gap:6px;display:flex}.design-card__tag-dot{color:#fff;background:#2f4538;border-radius:5px;justify-content:center;align-items:center;width:17px;height:17px;font-size:9px;display:flex}.design__footer{border-top:1px solid #d7ddd3;justify-content:space-between;align-items:center;margin-top:32px;padding-top:18px;display:flex}.design__more{color:#4a564c;cursor:pointer;background:0 0;border:none;font-size:13px}.design__pager{align-items:center;gap:14px;display:flex}.design__page-count{color:#4a564c;font-size:13px}.design__pager-btn{color:#fff;cursor:pointer;background:#2f4538;border:none;border-radius:8px;padding:8px 16px;font-size:13px}.design__pager-btn:disabled{opacity:.4;cursor:not-allowed}@media (width<=800px){.design-grid{grid-template-columns:repeat(2,1fr)}}.contact{text-align:center;padding:90px 24px 100px}.contact__heading{color:#233326;text-shadow:0 11px 7px #0000001a;margin:0 0 60px;font-family:Playfair Display,Noto Serif KR,serif;font-size:44px}.contact__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;max-width:760px;margin:0 auto;display:flex}.contact__info{text-align:left}.contact__line{color:#2f4538;gap:18px;margin-bottom:14px;font-size:16px;display:flex}.contact__label{min-width:56px;font-weight:700}.contact__value{color:#3c4a3f;font-family:Noto Serif,serif}.contact__resume-btn{color:#fff;cursor:pointer;text-align:center;background:#2f4538;border:none;border-radius:50%;flex-direction:column;justify-content:space-around;width:130px;height:130px;font-size:17px;line-height:1.6;transition:transform .2s;display:flex;box-shadow:0 10px 24px #2f453840}.contact__resume-btn:hover{transform:scale(1.05)}@media (width<=600px){.contact__heading{font-size:32px}.contact__row{text-align:center;justify-content:center}.contact__info{text-align:center}.contact__line{justify-content:center}}.ai-workflow{padding:120px 8%}.ai-workflow h2{text-align:center;margin-bottom:16px;font-size:48px}.sub{text-align:center;color:#666;margin-bottom:60px}.workflow-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.workflow-card{background:#fff;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #00000014}.workflow-card:hover{transform:translateY(-10px)}.workflow-card img{object-fit:cover;width:100%;height:220px}.content{padding:24px}.content span{font-size:32px}.content h3{margin:12px 0}.content small{color:#888}.content ul{margin-top:20px;padding-left:20px}.content li{margin-bottom:10px}
