.clients-grid{display:grid;grid-template-columns:repeat(10,1fr);grid-gap:15px;gap:15px;max-width:1300px;margin:60px auto 0}.client-item{aspect-ratio:16/10;background:#fff;border-radius:7px;display:flex;justify-content:center;align-items:center;padding:12px;transition:all .2s ease-out;box-shadow:0 2px 6px rgba(0,0,0,.05);position:relative;overflow:hidden}.client-item:before{display:none}.client-item img{max-width:80%;max-height:80%;object-fit:contain;transition:all .2s ease-out;opacity:.8;filter:grayscale(10%)}.client-item:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.06)}.client-item:hover:before{opacity:0}.client-item:hover img{opacity:1;transform:scale(1.2);filter:none}@media screen and (max-width:1400px){.clients-grid{grid-template-columns:repeat(8,1fr);gap:12px;padding:0 30px}}@media screen and (max-width:1100px){.clients-grid{grid-template-columns:repeat(6,1fr);gap:10px;padding:0 25px}}@media screen and (max-width:900px){.clients-grid{grid-template-columns:repeat(4,1fr);gap:10px}}@media screen and (max-width:720px){.clients-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:40px;padding:0 20px}.client-item{aspect-ratio:5/3;padding:8px}.client-item img{max-height:80px}.clients h2{font-size:28px}.clients h3{font-size:18px;font-weight:500}}@media screen and (max-width:480px){.clients-grid{grid-template-columns:repeat(2,1fr)}}.client-item img{filter:none}.loading-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.dot{width:1em;height:1em;margin:0 .3em;background-color:#fff;border-radius:50%;display:inline-block;animation:bounce 1.4s ease-in-out infinite both}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.contact{background:url(/image/contact/bg-contact.png) no-repeat 50%/cover;position:relative}.contact:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.2);position:absolute;left:0;top:0}.contact .container{position:relative}.contact h2{font-weight:500;color:#fff}.contact_inner{max-width:800px;margin:0 auto}.contact_top input{width:calc(50% - .6rem);margin-right:1rem;margin-bottom:17px;height:40px;border-radius:10px;padding:0 15px;box-sizing:border-box;border:none}.contact_top input:nth-child(2n){margin-right:0;width:calc(50% - .6rem)}.contact_top input::placeholder,.contact_top textarea::placeholder{font-family:Noto Sans;font-weight:300;font-size:15px;line-height:25px;letter-spacing:.035em;color:#888}.contact_top textarea{border-radius:10px;width:100%;padding:15px;box-sizing:border-box;clear:both;resize:vertical}.contact_top input:active,.contact_top input:focus,.contact_top textarea:active,.contact_top textarea:focus{outline:none}.contact_inner .contact_top{overflow:hidden;width:auto}.contact_btm{overflow:hidden;margin-top:10px}.contact_checkbox{overflow:hidden;color:#eee;float:right}.contact_checkbox span{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#eee;line-height:1;position:relative;padding-left:8px;letter-spacing:-.034em;cursor:pointer}.contact_checkbox a{color:#eee;text-decoration:underline;display:inline-block;letter-spacing:-.02em}.contact_checkbox label{float:right}.contact_btm button{margin:40px auto 0;display:block;background:#0047bf;color:#fff;border-radius:12px;font-weight:500;font-size:18px;font-family:Noto Sans;letter-spacing:.14em;border:none;text-align:center;width:150px;height:45px;cursor:pointer}.contact_btm button:hover{background:#039}@media screen and (max-width:1400px){.contact{padding:60px 30px 80px}.contact_btm,.contact_inner .contact_top{margin-right:0}}@media screen and (max-width:900px){.contact{padding:60px 30px 80px}.contact .container{padding:0}.contact h2{margin-bottom:40px;font-size:32px}.contact_checkbox span{font-size:13px}}@media screen and (max-width:720px){.contact{padding:60px 30px 80px}.contact .container{padding:0}.contact h3{font-size:32px}.contact_top input::placeholder,.contact_top textarea::placeholder{font-size:15px;line-height:25px}.contact_btm button{background:#0047bf;font-size:16px;margin:36px auto 40px}}.features .container{position:relative;padding:0}.features h3{font-weight:500;font-size:36px;text-align:left;margin-bottom:70px;left:10px}.features span{width:20px;height:73px;background:#18397180;transform:rotate(45deg);position:absolute;left:3px;top:-12px}.features dl{margin:0 0 60px}.features dl:last-child{margin:0}.features dl dt{font-weight:500;font-size:24px;margin-bottom:20px;letter-spacing:.035em;padding-left:10px;position:relative;line-height:1}.features dl dt:before{content:"";width:4px;height:20px;position:absolute;left:-5px;top:3px;background:#18397180}.features dl dd{font-weight:300;font-size:16px;letter-spacing:.034em;line-height:1.5}@media screen and (max-width:1400px){.features{padding:70px 30px}.features h3{font-size:34px;line-height:43px;margin-bottom:70px}.features dl dd{font-size:16px;letter-spacing:.034em}.features dl dd br{display:none}}@media screen and (max-width:900px){.features h3{font-size:30px;line-height:43px}.features dl dt{font-size:22px;margin-bottom:15px}}@media screen and (max-width:720px){.features{padding:60px 15px}.features span{left:14px}.features h3{font-size:20px;line-height:28px;position:relative}.features dl{margin:0 0 30px}.features dl dt{font-size:17px}.features dl dt:before{height:15px;top:2px}.features dl dd{font-size:14px}}.footer{padding:24px 0}.footer_content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:60px;max-width:1000px;margin:0 auto;padding:24px 16px}.footer_logo{flex-shrink:0}.footer_logo img{width:160px;height:auto}.footer_info{flex-grow:1}.contact_info{display:flex;flex-direction:column;gap:4px}.contact_info_item{display:flex;flex-direction:row;gap:8px}.contact_info_item_label{color:#999;font-weight:600}.contact_info_item_value{color:#333}.footer p{margin:0;font-size:14px;line-height:1.4;color:#666}.copyright{margin-top:12px;padding-top:12px;border-top:1px solid #eaeaea}.copyright p{font-size:12px;color:#999}@media (max-width:768px){.footer{padding:16px 0}.footer p{font-size:12px}.footer_logo{display:none}.footer_content{flex-direction:column;align-items:center;text-align:center;gap:24px;padding:16px}}.map-container{display:flex;gap:1rem;padding:1rem}.map-wrapper{flex:1 1;position:relative;overflow:hidden}.map{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/image/global/map.png) no-repeat 50%;background-size:contain}.location-pin{width:12px;height:12px;background-color:#2959dc;box-shadow:0 0 0 4px rgba(30,58,138,.2);transition:transform .4s ease,box-shadow .4s ease,background-color .3s ease}.location-pin,.location-pin:after{position:absolute;border-radius:50%;transform:translate(-50%,-50%)}.location-pin:after{content:"";top:50%;left:50%;width:4px;height:4px;background-color:#fff}.location-pin.active{width:14px;height:14px;background-color:#f33;box-shadow:0 0 0 8px rgba(255,51,51,.2)}.location-list{flex:0 0 430px;display:flex;flex-direction:column;gap:1rem}.location-item{background:#fff;padding:1rem 1.5rem;border-radius:8px;transition:all .3s ease}.location-item.active,.location-item:hover{transform:scale(1.02) translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);background-color:#f8f9ff}.location-header{display:flex;align-items:center;gap:1rem}.flag-wrapper{position:relative;width:32px;height:32px}.flag{width:100%;height:100%;object-fit:cover}.location-header h4{font-weight:700;color:#1e3a8a}.address-label,.company{font-weight:600}.address-label{color:#333}.address{font-size:.8rem;color:#666;line-height:1.4}@media (max-width:1400px){.map-container{gap:.8rem;padding:.8rem}.location-list{flex:0 0 380px}}@media (max-width:1100px){.location-list{flex:0 0 340px}.location-item{padding:.8rem 1.2rem}}@media (max-width:900px){.map-container{gap:.6rem;padding:.6rem}}@media (max-width:720px){.map-container{flex-direction:column}.map-wrapper{padding-top:75%}.location-list{flex:none;width:100%}.location-pin:after{width:3px;height:3px}.global h2{font-size:28px}.global h3{font-size:18px;font-weight:500}.location-pin{width:10px;height:10px}.location-pin.active{width:12px;height:12px;background-color:#f33;box-shadow:0 0 0 6px rgba(255,51,51,.2)}.location-item{transition:transform .3s ease}.map-container .location-list .location-item.active{background-color:#f8f9ff;box-shadow:0 4px 12px rgba(0,0,0,.08)}.location-item:hover{transform:none;box-shadow:none;background-color:#fff}}.intro{width:100%;height:100vh;position:relative;background:url(/image/intro/bg-intro.webp) no-repeat top/cover;z-index:2;opacity:0;animation:fadeIn .8s ease-out forwards;will-change:opacity}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.intro .slide_txt{position:absolute;left:5%;top:22%;color:#fff;z-index:2}.intro .slide_txt h2{font-weight:700;font-size:64px;line-height:65px;letter-spacing:.1em;color:#fff;text-align:left}.intro .slide_txt p{font-weight:400;font-size:32px;margin:20px 0;line-height:1;letter-spacing:.05em}@media screen and (max-width:1400px){.intro .slide_txt h2{font-size:46px}.intro .slide_txt p{font-size:22px;margin:20px 0 0}}@media screen and (max-width:720px){.intro{background:url(/image/intro/bg-intro-mobile.webp) no-repeat top/cover;animation:fadeIn .8s ease-out forwards}.intro .slide_txt{top:18%}.intro .slide_txt h2{font-size:36px}.intro .slide_txt p{font-size:16px;line-height:1.4}}.investors-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1050px;margin:60px auto 0}.investor-card{background:#fff;border-radius:16px;padding:1.8rem;box-shadow:0 2px 10px rgba(0,0,0,.04);transition:all .3s ease}.investor-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.08)}.logo-wrapper{gap:1rem;margin-bottom:1.2rem;min-height:90px}.logo-container,.logo-wrapper{display:flex;align-items:center}.logo-container{flex-shrink:0;width:80px;height:80px;justify-content:center;background:#fff;border-radius:12px;padding:.8rem;border:1px solid #f0f0f0;transition:transform .3s ease;position:relative}.investor-card h4{color:#1a1a1a;font-size:1rem;font-weight:600;margin:auto}.investor-card p{color:#666;line-height:1.5;font-size:.875rem;margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease}.investor-card p.collapsed{-webkit-line-clamp:6}.read-more-btn{color:#007bff;font-size:.875rem;background:none;border:none;padding:.5rem 0;cursor:pointer;font-weight:500}@media screen and (max-width:1400px){.investors-grid{grid-template-columns:repeat(2,1fr);max-width:700px;gap:25px}}@media screen and (max-width:1100px){.investors-grid{gap:20px}}@media screen and (max-width:900px){.investors-grid{gap:15px}}@media screen and (max-width:720px){.investors-grid{grid-template-columns:1fr;max-width:360px;gap:15px;margin-top:40px}.investor-card{padding:1.5rem}.investors h2{font-size:28px}.investors h3{font-size:18px;font-weight:500}}@media screen and (min-width:1100px){.investors-grid{max-width:100%;display:flex;flex-wrap:nowrap;gap:2rem;scroll-behavior:smooth;padding:1rem;animation:scroll 90s linear infinite;margin:100px 0 auto}.investor-card{flex:0 0 250px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(var(--total-width))}}}.gnb{position:fixed;left:0;top:0;width:calc(100% - 160px);padding:30px 80px;text-align:right;transition:all .3s ease;z-index:1000}.gnb a{float:left}.gnb .logo{width:100%;max-width:245px;transition:all .3s ease}.gnb ul li .toms-blue,.logo-blue{display:none}.gnb ul li .toms-white,.logo-white{display:block}.gnb ul{text-align:right;margin-top:10px}.gnb ul,.gnb ul li{display:inline-block}.gnb ul li{margin-left:30px;font-size:20px;letter-spacing:.2em;color:#fff}.gnb ul li a{color:#fff;font-weight:100;display:block;position:relative}.gnb ul li a:before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:#fff;transition:all .3s ease}.gnb ul li a:hover:before{width:100%}.gnb ul li img{max-width:70px;margin-top:-24px;transition:all .3s ease}.gnb ul li:last-child a:before{display:none}.gnb.bg_on{padding:15px 80px}.gnb.bg_on .logo{max-width:180px;margin-top:4px}.gnb.bg_on ul li{font-size:18px}.gnb.bg_on ul li img{max-width:55px;margin-top:-20px}.gnb.inverse{background:#f8fafc}.gnb.inverse .logo-blue,.gnb.inverse ul li .toms-blue{display:block}.gnb.inverse .logo-white,.gnb.inverse ul li .toms-white{display:none}.gnb.inverse ul li a{color:#000}.gnb.inverse ul li a:before{background:#000}.hamburger-menu{position:fixed;top:20px;right:20px;width:30px;height:24px;z-index:1000;display:none;flex-direction:column;justify-content:space-between;cursor:pointer}.hamburger-menu .bar{height:4px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.hamburger-menu.inverse:not(.open) .bar{background-color:#183971}.hamburger-menu.open .bar{background-color:#fff}.hamburger-menu.open .bar:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger-menu.open .bar:nth-child(2){opacity:0}.hamburger-menu.open .bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobileNav{position:fixed;top:0;right:-250px;width:250px;height:100%;background:#292929ed;color:#fff;text-align:center;transition:all .3s ease;z-index:999}.mobileNav.show{right:0}.mobileNav ul{padding:60px 0}.mobileNav ul li{padding:20px 0}.mobileNav ul li a{font-size:16px;font-weight:600;letter-spacing:-.04em;color:#ddd}.mobileNav-img{display:flex;justify-content:center}@media screen and (max-width:1100px){.gnb{width:calc(100% - 90px);padding:30px 45px}.gnb.bg_on{padding:15px 45px}}@media screen and (max-width:720px){.hamburger-menu{display:flex}.gnb{display:none}}.services{text-align:center;background-color:#f8fafc}.service-cards,.services{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.service-cards{display:flex;justify-content:center;gap:0;margin-bottom:50px}.service-card{position:relative;flex:1 1;height:400px;background:#fff;overflow:hidden}.image-wrapper{position:relative;width:100%;height:100%}.service-image{transition:transform .5s ease}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.7));z-index:1;transition:background .3s ease}.service-card:hover:before{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.2))}.service-card:hover .service-image{transform:scale(1.2)}.service-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:2;transition:font-size .3s ease;width:100%;padding:0 20px}.service-card:hover .service-title{font-size:28px}.stats{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);background:url(/image/service/service_bgImage.webp) no-repeat 50%/cover;padding:60px 0 40px}.stats-inner{max-width:1600px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px}.stat-item{text-align:center;width:200px;color:#fff}.stat-item p{font-size:18px;font-weight:600;color:#fff}.stat-item .odometer{font-size:60px;font-weight:700;position:relative}.stat-item .odometer:before{content:"+";position:absolute;right:-24px;top:-15px;font-size:36px;color:#fff}@media screen and (max-width:1400px){.service-cards{gap:0}.stat-item .odometer{font-size:54px}}@media screen and (max-width:1100px){.service-cards{flex-wrap:wrap}.service-card{flex:1 1 50%;height:350px}.stat-item{width:180px}.stat-item .odometer{font-size:48px}}@media screen and (max-width:900px){.service-card{height:300px}.stat-item{width:160px}.stat-item p{font-size:16px}}@media screen and (max-width:720px){.service h2{font-size:28px}.service h3{font-size:18px;margin-bottom:25px;font-weight:500}.service-card{flex:1 1 100%;height:250px}.service-title{font-size:20px}.service-card:hover .service-title{font-size:24px}.stats{padding:40px 0 30px}.stat-item{width:140px}.stat-item .odometer{font-size:40px}.stat-item .odometer:before{font-size:28px;right:-18px;top:-10px}}.vision{position:relative;text-align:center}.vision:before{height:755px;left:-9%;transform:rotate(-12deg);z-index:-2}.vision:after,.vision:before{content:"";width:120%;position:absolute;top:0}.vision:after{height:100%;min-height:755px;left:-11%;transform:rotate(12deg);z-index:-3}.vision p{font-size:16px;line-height:32px;letter-spacing:.05em;font-weight:300}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:25px;gap:25px;margin:80px auto;padding:0 20px;max-width:1200px;justify-content:center}.feature-item{position:relative;background:#fff;height:232px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.2)}.feature-content{position:relative;height:100%;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.feature-content h4{font-size:20px;color:#183971;text-align:center;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:100%}.feature-content h4,.feature-content p{transition:all .3s ease;margin:0;padding:0 15px}.feature-content p{font-size:14px;line-height:1.5;opacity:0;transform:translateY(20px)}.feature-item:hover .feature-content{background:rgba(24,57,113,.95)}.feature-item:hover h4{top:20%;transform:translate(-50%,-50%);color:#fff}.feature-item:hover p{color:#fff;opacity:1;transform:translateY(0);position:absolute;top:50%;transform:translateY(-50%);width:92%}.vision-text-wrapper{max-width:50%;margin:0 auto}.vision-text-img{display:block}@media screen and (max-width:1400px){.vision:before{height:655px;left:-9%;transform:rotate(-10deg)}.vision:after{height:765px;left:-4%;top:-90px;transform:rotate(10deg)}}@media screen and (max-width:1100px){.vision p br{display:none}.vision:before{height:570px;left:-9%}.vision:after{height:714px;left:-5%;top:-175px}.vision p{line-height:31px;letter-spacing:.05em;font-weight:200}.vision-text-wrapper{max-width:60%}}@media screen and (max-width:900px){.vision:after{height:684px;top:-220px}.vision:before{height:530px}.vision-text-wrapper{max-width:70%}}@media screen and (max-width:720px){.vision:after,.vision:before{display:none}.vision h2{font-size:28px}.vision h3{font-size:18px;margin-bottom:25px;font-weight:500}.vision p{margin:0;font-size:14px;letter-spacing:.07em;line-height:2;text-align:initial}.features{margin:40px auto 60px;gap:20px}.feature-content p{text-align:center}.vision-text-wrapper{max-width:85%}.feature-content p{font-size:14px;line-height:1.5}.feature-item:hover p{width:92%;line-height:1.5}}