.wrap[data-v-86bf7f99]{width:100%;min-height:100vh}.header[data-v-a60879c9]{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:1000;box-shadow:0 1px 3px #0000001a;padding:0}@media(max-width:1023px){.header[data-v-a60879c9]{padding:0}}.container[data-v-a60879c9]{max-width:1200px;margin:0 auto;padding:0 20px}.header-content[data-v-a60879c9]{display:flex;justify-content:space-between;align-items:center;height:70px}@media(max-width:1023px){.header-content[data-v-a60879c9]{height:60px;margin-bottom:0}}@media(max-width:767px){.header-content[data-v-a60879c9]{height:55px}}.logo[data-v-a60879c9]{margin:0}.logo a[data-v-a60879c9]{display:flex;align-items:center}.logo img[data-v-a60879c9]{height:36px;width:auto}@media(max-width:767px){.logo img[data-v-a60879c9]{height:30px}}.nav-desktop[data-v-a60879c9]{display:flex;gap:50px}.nav-desktop a[data-v-a60879c9]{color:#333;text-decoration:none;font-size:17px;font-weight:500;letter-spacing:.5px;transition:color .3s ease;position:relative;padding:8px 0}.nav-desktop a[data-v-a60879c9]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#4a7fd0;transition:width .3s ease}.nav-desktop a[data-v-a60879c9]:hover,.nav-desktop a.active[data-v-a60879c9]{color:#4a7fd0;font-weight:700}.nav-desktop a[data-v-a60879c9]:hover:after,.nav-desktop a.active[data-v-a60879c9]:after{width:100%}@media(max-width:1023px){.nav-desktop[data-v-a60879c9]{display:none}}.nav-tabs-mobile[data-v-a60879c9]{display:none}@media(max-width:1023px){.nav-tabs-mobile[data-v-a60879c9]{display:flex;gap:0;border-top:1px solid #eee;margin:0 -20px;padding:0}.nav-tabs-mobile a[data-v-a60879c9]{flex:1;text-align:center;font-size:14px;font-weight:500;color:#666;padding:15px 10px;position:relative;transition:color .3s ease;text-decoration:none}.nav-tabs-mobile a[data-v-a60879c9]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:transparent;transition:background .3s ease}.nav-tabs-mobile a[data-v-a60879c9]:hover{color:#333}.nav-tabs-mobile a.active[data-v-a60879c9]{color:#4a7fd0;font-weight:700}.nav-tabs-mobile a.active[data-v-a60879c9]:after{background:#4a7fd0}}@media(max-width:767px){.nav-tabs-mobile a[data-v-a60879c9]{font-size:12px;padding:12px 5px}}.hero-section[data-v-32022b35]{height:100vh;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden;margin-top:70px}@media(max-width:767px){.hero-section[data-v-32022b35]{margin-top:60px;min-height:calc(100vh - 60px)}}.hero-background[data-v-32022b35]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#1e3c72,#2a5298,#7e8ba3)}.inner[data-v-32022b35]{width:100%;height:100%}.spot-video[data-v-32022b35]{width:100%;height:100%;object-fit:cover}.overlay[data-v-32022b35]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.hero-content[data-v-32022b35]{position:relative;z-index:2;text-align:center;padding:0 20px;display:flex;flex-direction:column;align-items:center;animation:fadeIn-32022b35 1.5s ease-out}.logo-container[data-v-32022b35]{margin-bottom:32px}.hero-logo[data-v-32022b35]{height:80px;width:auto}@media(max-width:767px){.hero-logo[data-v-32022b35]{height:50px}}.txt[data-v-32022b35]{font-size:50px;font-weight:500;line-height:1.8;letter-spacing:.5px;color:#fff}@media(max-width:767px){.txt[data-v-32022b35]{font-size:16px;line-height:1.7}}.txt .important[data-v-32022b35]{font-weight:700;color:#acc5f4}.hero-nav[data-v-32022b35]{display:flex;gap:40px}@media(max-width:767px){.hero-nav[data-v-32022b35]{gap:20px;flex-wrap:wrap;justify-content:center}}.nav-item[data-v-32022b35]{text-decoration:none;color:#fff;padding:12px 30px;border:1px solid rgba(255,255,255,.6);transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:400}@media(max-width:767px){.nav-item[data-v-32022b35]{padding:10px 20px;font-size:12px;letter-spacing:1px}}.nav-item[data-v-32022b35]:hover{background:#fff3;border-color:#fff}.scroll-indicator[data-v-32022b35]{position:absolute;bottom:30px;left:50%;transform:translate(-50%);cursor:pointer;z-index:3;animation:bounce-32022b35 2s infinite;background:none;border:none;padding:0}.scroll-indicator .scroll-arrow[data-v-32022b35]{opacity:.8}.scroll-indicator:hover .scroll-arrow[data-v-32022b35]{opacity:1}.scroll-indicator[data-v-32022b35]:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:4px}@keyframes fadeIn-32022b35{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce-32022b35{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.history-section[data-v-8ac150d1]{padding:90px 0 60px;background:#f6f6f6}.container[data-v-8ac150d1]{max-width:1200px;margin:0 auto;padding:0 20px}.history-content[data-v-8ac150d1]{opacity:0;transform:translateY(30px);animation:fadeInUp-8ac150d1 .8s ease forwards}@keyframes fadeInUp-8ac150d1{to{opacity:1;transform:translateY(0)}}.title-area[data-v-8ac150d1]{margin-bottom:50px}.history-box[data-v-8ac150d1]{background:#fff;border-radius:16px;padding:50px;box-shadow:0 10px 40px #00000014}.history-box .main-title[data-v-8ac150d1]{font-size:16px;font-weight:600;color:#1d1d1d;margin:0 0 15px;line-height:1.6;position:relative;display:inline-block}@media(max-width:1023px){.history-box .main-title[data-v-8ac150d1]{font-size:20px}}@media(max-width:767px){.history-box .main-title[data-v-8ac150d1]{font-size:16px;line-height:1.7}.history-box .main-title br[data-v-8ac150d1]{display:none}}@media(max-width:1023px){.history-box[data-v-8ac150d1]{padding:40px}}@media(max-width:767px){.history-box[data-v-8ac150d1]{padding:30px 20px;border-radius:12px}}.history-title[data-v-8ac150d1]{font-size:28px;font-weight:700;color:#4a7fd0;margin:0 0 35px;padding-bottom:15px;border-bottom:2px solid #4A7FD0;display:inline-block}@media(max-width:767px){.history-title[data-v-8ac150d1]{font-size:22px;margin-bottom:25px}}.history-tabs[data-v-8ac150d1]{margin-bottom:30px}.history-tabs.pc[data-v-8ac150d1]{display:block}@media(max-width:767px){.history-tabs.pc[data-v-8ac150d1]{display:none}}.history-tabs.mobile[data-v-8ac150d1]{display:none}@media(max-width:767px){.history-tabs.mobile[data-v-8ac150d1]{display:block}}.history-tabs .year-list[data-v-8ac150d1]{display:flex;list-style:none;padding:0;margin:0 0 10px;gap:0;flex-wrap:wrap}@media(max-width:767px){.history-tabs .year-list[data-v-8ac150d1]{gap:5px;margin-bottom:8px}}.history-tabs .year-item[data-v-8ac150d1]{flex:1;min-width:80px}@media(max-width:767px){.history-tabs .year-item[data-v-8ac150d1]{flex:1 1 auto;min-width:60px}}.history-tabs .year-item button[data-v-8ac150d1]{height:48px;width:100%;padding:15px 10px;background:#f0f0f0;border:none;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}@media(max-width:767px){.history-tabs .year-item button[data-v-8ac150d1]{padding:12px 8px;font-size:13px}}.history-tabs .year-item button span[data-v-8ac150d1]{display:block;line-height:1.2}.history-tabs .year-item button span[data-v-8ac150d1]:nth-child(2){font-size:12px}.history-tabs .year-item button[data-v-8ac150d1]:hover{background:#009baa1a;color:#4a7fd0}.history-tabs .year-item.active button[data-v-8ac150d1]{background:#4a7fd0;color:#fff}.history-tabs .year-item:first-child button[data-v-8ac150d1]{border-radius:8px 0 0 8px}.history-tabs .year-item:last-child button[data-v-8ac150d1]{border-radius:0 8px 8px 0}.history-details[data-v-8ac150d1]{min-height:200px}.history-details .detail-box[data-v-8ac150d1]{background:#f8f9fa;border-radius:12px;padding:30px;border-left:4px solid #4A7FD0}@media(max-width:767px){.history-details .detail-box[data-v-8ac150d1]{padding:20px}}.history-details .detail-box h5[data-v-8ac150d1]{font-size:24px;font-weight:700;color:#4a7fd0;margin:0 0 20px}@media(max-width:767px){.history-details .detail-box h5[data-v-8ac150d1]{font-size:20px;margin-bottom:15px}}.history-details .detail-box p[data-v-8ac150d1]{font-size:16px;color:#333;line-height:1.8;margin:0 0 10px}.history-details .detail-box p[data-v-8ac150d1]:last-child{margin-bottom:0}@media(max-width:767px){.history-details .detail-box p[data-v-8ac150d1]{font-size:14px;line-height:1.7}}.fade-enter-active[data-v-8ac150d1],.fade-leave-active[data-v-8ac150d1]{transition:opacity .3s ease,transform .3s ease}.fade-enter-from[data-v-8ac150d1]{opacity:0;transform:translateY(10px)}.fade-leave-to[data-v-8ac150d1]{opacity:0;transform:translateY(-10px)}.contact-section[data-v-508ff97e]{padding:90px 0 60px;background:#f6f6f6}.container[data-v-508ff97e]{max-width:1200px;margin:0 auto;padding:0 20px}.contact-content[data-v-508ff97e]{opacity:0;transform:translateY(30px);animation:fadeInUp-508ff97e .8s ease forwards}@keyframes fadeInUp-508ff97e{to{opacity:1;transform:translateY(0)}}.title-area[data-v-508ff97e]{margin-bottom:50px}.title-area .main-title[data-v-508ff97e]{font-size:32px;font-weight:700;color:#1d1d1d;margin:0 0 25px;line-height:1.4;position:relative;display:inline-block}.title-area .main-title[data-v-508ff97e]:after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:3px;background:#4a7fd0}@media(max-width:1023px){.title-area .main-title[data-v-508ff97e]{font-size:28px}}@media(max-width:767px){.title-area .main-title[data-v-508ff97e]{font-size:22px}}.title-area .contact-info[data-v-508ff97e]{margin-top:30px}.title-area .contact-info span[data-v-508ff97e]{font-size:18px;color:#666;line-height:1.8}@media(max-width:767px){.title-area .contact-info span[data-v-508ff97e]{font-size:15px;display:block}}.title-area .contact-info span a[data-v-508ff97e]{color:#4a7fd0;font-weight:600;text-decoration:none;margin-left:10px;transition:all .3s ease}.title-area .contact-info span a[data-v-508ff97e]:hover{color:#007a87;text-decoration:underline}@media(max-width:767px){.title-area .contact-info span a[data-v-508ff97e]{margin-left:0;display:block;margin-top:8px}}.contact-box[data-v-508ff97e]{background:#fff;border-radius:16px;padding:50px;box-shadow:0 10px 40px #00000014}@media(max-width:1023px){.contact-box[data-v-508ff97e]{padding:40px}}@media(max-width:767px){.contact-box[data-v-508ff97e]{padding:30px 20px;border-radius:12px}}.contact-title[data-v-508ff97e]{font-size:28px;font-weight:700;color:#4a7fd0;margin:0 0 35px;padding-bottom:15px;border-bottom:2px solid #4A7FD0;display:inline-block}@media(max-width:767px){.contact-title[data-v-508ff97e]{font-size:22px;margin-bottom:25px}}.contact-details[data-v-508ff97e],.contact-details .detail-item[data-v-508ff97e]{margin-bottom:30px}.contact-details .detail-item[data-v-508ff97e]:last-child{margin-bottom:0}.contact-details .detail-item .label[data-v-508ff97e]{font-size:16px;color:#333;font-weight:600;margin:0 0 10px}@media(max-width:767px){.contact-details .detail-item .label[data-v-508ff97e]{font-size:14px}}.contact-details .detail-item address[data-v-508ff97e]{font-size:18px;color:#666;font-style:normal;line-height:1.6}@media(max-width:767px){.contact-details .detail-item address[data-v-508ff97e]{font-size:15px}}.map-box[data-v-508ff97e]{margin-top:30px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.map-box .map-container[data-v-508ff97e]{width:100%;min-height:300px;background:#e5e5e5}@media(max-width:767px){.map-box .map-container[data-v-508ff97e]{min-height:250px}}.map-box[data-v-508ff97e] .root_daum_roughmap{width:100%!important}.map-box[data-v-508ff97e] .wrap_map{border-radius:12px;overflow:hidden}.footer[data-v-b40484cd]{background:#fff;color:#999;padding:30px 0}.footer-inner[data-v-b40484cd]{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content[data-v-b40484cd]{text-align:center}.footer-info[data-v-b40484cd]{list-style:none;margin:0 0 15px;padding:0}.footer-info li[data-v-b40484cd]{text-align:left;font-size:14px;line-height:1.8;color:#333}@media(max-width:767px){.footer-info li[data-v-b40484cd]{font-size:11px;line-height:1.7}}.footer-info li strong[data-v-b40484cd]{color:#333;font-weight:500}.copyright[data-v-b40484cd]{font-size:15px;text-align:left;color:#333}.business-section[data-v-56681105]{padding:90px 0 60px;background:#f6f6f6}.container[data-v-56681105]{max-width:1200px;margin:0 auto;padding:0 20px}.business-content[data-v-56681105]{opacity:0;transform:translateY(30px);animation:fadeInUp-56681105 .8s ease forwards}.business-title[data-v-56681105]{font-size:28px;font-weight:700;color:#4a7fd0;margin:0 0 35px;padding-bottom:15px;border-bottom:2px solid #4A7FD0;display:inline-block}@media(max-width:767px){.business-title[data-v-56681105]{font-size:22px;margin-bottom:25px}}.business-box[data-v-56681105]{background:#fff;border-radius:16px;padding:25px 50px;box-shadow:0 10px 40px #00000014}@media(max-width:1023px){.business-box[data-v-56681105]{padding:40px}}@media(max-width:767px){.business-box[data-v-56681105]{padding:30px 20px;border-radius:12px}}.slider-nav[data-v-56681105]{display:flex;align-items:center;justify-content:flex-end;gap:15px;margin-bottom:30px}.slider-nav .nav-btn[data-v-56681105]{width:44px;height:44px;border-radius:50%;background:#f0f0f0;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666}.slider-nav .nav-btn[data-v-56681105]:hover:not(:disabled){background:#4a7fd0;color:#fff}.slider-nav .nav-btn[data-v-56681105]:disabled{opacity:.4;cursor:not-allowed}.slider-nav .slide-indicator[data-v-56681105]{display:flex;align-items:center;gap:5px;font-size:16px;font-weight:600}.slider-nav .slide-indicator .current[data-v-56681105]{color:#4a7fd0}.slider-nav .slide-indicator .divider[data-v-56681105]{color:#ccc}.slider-nav .slide-indicator .total[data-v-56681105]{color:#999}.flicking-container[data-v-56681105]{overflow:hidden!important;width:100%}.flicking-container[data-v-56681105] .flicking-camera{display:flex;will-change:transform}.flicking-panel[data-v-56681105]{width:100%}.mobile-container .work-section[data-v-56681105]{margin-bottom:50px}.mobile-container .work-section[data-v-56681105]:last-child{margin-bottom:0}.work-section[data-v-56681105]{width:100%}.section-title[data-v-56681105]{margin-bottom:30px}.section-title p[data-v-56681105]{font-size:24px;font-weight:700;color:#4a7fd0;margin:0;position:relative;display:inline-block}.section-title p[data-v-56681105]:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:#4a7fd0}@media(max-width:767px){.section-title p[data-v-56681105]{font-size:20px}}.content-wrap[data-v-56681105]{display:flex;flex-direction:column;gap:40px}.box-wrap .box[data-v-56681105]{display:flex;align-items:flex-start;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000014;transition:all .4s ease}@media(max-width:1023px){.box-wrap .box[data-v-56681105]{flex-direction:column}}@media(max-width:767px){.box-wrap .box[data-v-56681105]{flex-direction:column;border-radius:12px}}.box-wrap.reverse .box[data-v-56681105]{flex-direction:row-reverse}@media(max-width:1023px){.box-wrap.reverse .box[data-v-56681105]{flex-direction:column}}@media(max-width:767px){.box-wrap.reverse .box[data-v-56681105]{flex-direction:column}}.box-wrap .inner[data-v-56681105]{flex:1;padding:50px}@media(max-width:1023px){.box-wrap .inner[data-v-56681105]{padding:40px}}@media(max-width:767px){.box-wrap .inner[data-v-56681105]{padding:30px 20px}}.box-wrap .img-wrap[data-v-56681105]{flex:1;max-width:50%;overflow:hidden}.box-wrap .img-wrap img[data-v-56681105]{width:100%;height:auto;object-fit:contain;transition:transform .4s ease}.box-wrap .img-wrap:hover img[data-v-56681105]{transform:scale(1.05)}@media(max-width:1023px){.box-wrap .img-wrap[data-v-56681105]{max-width:100%;width:100%;max-height:400px}.box-wrap .img-wrap img[data-v-56681105]{height:auto;max-height:400px;object-fit:contain}}@media(max-width:767px){.box-wrap .img-wrap[data-v-56681105]{max-width:100%;width:100%;max-height:250px}.box-wrap .img-wrap img[data-v-56681105]{height:auto;max-height:250px;object-fit:contain}}.box-wrap .img-wrap.pms[data-v-56681105]{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.box-wrap .img-wrap.pms img[data-v-56681105]{object-fit:contain;max-height:350px}@media(max-width:767px){.box-wrap .img-wrap.pms[data-v-56681105]{max-height:200px;padding:15px}.box-wrap .img-wrap.pms img[data-v-56681105]{max-height:170px;height:auto}}.box-wrap .tit[data-v-56681105]{font-size:32px;font-weight:700;color:#1d1d1d;margin:0 0 20px;line-height:1.3}@media(max-width:1023px){.box-wrap .tit[data-v-56681105]{font-size:28px}}@media(max-width:767px){.box-wrap .tit[data-v-56681105]{font-size:22px;margin-bottom:15px}}.box-wrap .sub-tit[data-v-56681105]{font-size:20px;font-weight:600;color:#4a7fd0;margin:0 0 25px;line-height:1.6}@media(max-width:1023px){.box-wrap .sub-tit[data-v-56681105]{font-size:18px}}@media(max-width:767px){.box-wrap .sub-tit[data-v-56681105]{font-size:16px;margin-bottom:20px}}.box-wrap .txt[data-v-56681105]{font-size:16px;color:#666;line-height:1.8;margin:0}@media(max-width:767px){.box-wrap .txt[data-v-56681105]{font-size:14px;line-height:1.7}}@keyframes fadeInUp-56681105{to{opacity:1;transform:translateY(0)}}.page[data-v-57dbd285]{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content[data-v-57dbd285]{width:100%;flex:1}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul,ol,li{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-weight:400}body{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.blind{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}
