@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");.home-wrap{background-color:#fff;font:400 15px/1.4 Inter,Noto Sans KR,Noto Sans JP,Noto Sans SC,sans-serif;color:#353535;overflow-wrap:break-word;word-wrap:break-word}html[lang=en] .home-wrap,html[lang=ko] .home-wrap{word-break:keep-all}.home-inner-box{margin:0 auto;padding:60px 40px 68px;box-sizing:border-box;width:100%;max-width:1340px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scalePop{0%{transform:translateY(50px) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.scroll-slide-up{opacity:0;transform:translateY(50px);transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),transform 1.2s cubic-bezier(.25,.46,.45,.94)}.scroll-slide-up.visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.scroll-slide-up.visible.home-service{animation:scalePop 1s cubic-bezier(.4,0,.2,1) forwards;transition:none}}.home-header{position:relative;z-index:10;width:100%}.home-header>.home-inner-box{padding-top:0;padding-bottom:0}.home-header__inr{display:flex;justify-content:space-between;align-items:center;height:120px}.home-heaber__nav{display:flex;gap:15px;align-items:center;font-size:17px;color:#1a3571}.home-heaber__nav .btn{width:22px;height:22px;background-size:22px;background-position:50% 50%;background-repeat:no-repeat;cursor:pointer;overflow:hidden;color:transparent}.home-heaber__nav .btn--login{background-image:url(/image/home/ic_user.svg)}.home-heaber__nav .btn--logout{background-image:url(/image/home/ic_signout.svg)}.home-heaber__nav .btn--search{background-image:url(/image/home/ic_search.svg)}.home-heaber__nav .btn--menu{background-image:url(/image/home/ic_menu.svg)}.home-heaber__nav .btn--lang{background-image:url(/image/home/ic_lang.svg)}.home-heaber__nav .btn--country{background-image:url(/image/home/ic_country.svg)}.home-footer{margin-top:100px}.home-footer .home-inner-box{padding-top:48px;padding-bottom:53px}.home-footer__app>div{display:flex;justify-content:space-between;width:100%}.home-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fffffff0;animation:slideDown .3s ease-out forwards}.home-menu .home-inner-box{padding:0 40px 34px}.home-main{position:relative;z-index:1;margin-top:-120px;padding-top:120px;width:100%;background:linear-gradient(135deg,#ffd6a4,#d1a3f9 50%,#74ffe6)}.home-main__inr{position:relative;display:flex;flex-direction:column;justify-content:center;height:600px;background-position:100% 50%;background-repeat:no-repeat;background-size:auto;overflow:hidden}.home-main__tt{margin-bottom:16px;font-size:48px;font-weight:500}html[lang=en] .home-main__tt,html[lang=id] .home-main__tt{line-height:1.2}.home-main__tt+p{margin-bottom:36px;font-size:18px}.home-main__text{width:50%}.home-main__buttons{flex-wrap:wrap;white-space:nowrap;margin-bottom:145px}.home-main__arrows{position:absolute;left:40px;bottom:155px;display:flex;align-items:center;gap:10px}.home-cont__tt{margin-bottom:20px;font-size:42px;color:#1a1a1a;font-weight:500}.home-cont__tt em{color:#1dcd9f;font-style:normal}.flex .home-cont__tt{margin-bottom:0}.home-cont__stt{font-size:24px;font-weight:500}.home-cont__nt{display:block;margin:-6px 0 36px;font-size:16px}.home-global{margin-bottom:-60px}@media (max-width:767px){.home-global{margin-bottom:0}}.home-cont__wide{position:relative;z-index:2;width:100%}.home-cont__wide:before{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;content:"";background:url(/_next/static/media/bg_dot03.734b5930.png) 50% 50%}@media (max-width:1920px){.home-cont__wide:before{background-size:cover}}@media (max-width:767px){.home-cont__wide:before{background-size:auto 100%}}.home-cont__wide.home-cont__wide--b{background-color:#1a1a1a;color:#afafaf}.home-cont__wide.home-cont__wide--b:before{z-index:-1;background:url(/_next/static/media/img_bg.f92941c3.png) 50%;opacity:.04}.home-cont__wide.home-cont__wide--b:after{z-index:-2;background-color:#1a1a1a}.home-cont__wide--b .home-cont__tt{color:#ffffff}.home-cont__wide--b .home-cont__nt{color:#afafaf}.home-ai{display:flex;gap:36px}.home-ai .home-cont__stt{color:#ffffff}.home-ai__box{position:relative;display:flex;flex-direction:column;gap:12px;padding:18px 270px 18px 20px;box-sizing:border-box;border-radius:10px;flex:1;background:linear-gradient(-45deg,#141414,#353535)}.home-ai__box:before{position:absolute;top:0;right:0;width:100%;height:100%;background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;content:""}.home-ai__box:first-child:before{background-image:url(/_next/static/media/card3_01.544ef033.png)}.home-ai__box:nth-child(2):before{background-image:url(/_next/static/media/card3_02.565488c5.png)}.home-ai__txt{flex:1}.home-ai__btn{text-align:left;color:#ffffff;font-weight:500;cursor:pointer}.home-service{position:relative;z-index:1;padding:42px;border-radius:20px;background:linear-gradient(135deg,#8DCFFF,#8DB0FF,#3669D9)}.home-service--orange{background:linear-gradient(135deg,#fdd2a0,#fde047,#86efac)}.home-service__inr{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1024px) and (min-width:480px){.home-service__inr{grid-template-columns:repeat(2,1fr)}}.home-service__card{position:relative;display:flex;flex-direction:column;gap:14px;flex:1;padding:13px;box-sizing:border-box;border-radius:10px;box-shadow:0 2.35446px 4.70892px 0 rgba(0,0,0,.1);height:100%;background-color:#ffffff;transition:transform .3s ease,box-shadow .3s ease}.home-service__card:hover{transform:scale(1.05);transition-delay:0s!important;box-shadow:0 4px 8px 0 rgba(0,0,0,.15)}.home-service__card .imgbox{width:100%;height:218px;flex-shrink:0;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.home-service__btn{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;background-repeat:no-repeat}.home-logo{position:relative;left:50%;transform:translateX(-50%);width:100vw;min-height:54px;overflow:hidden}.home-logo__inr{position:absolute;top:0;left:0;display:flex;align-items:center;gap:15px;height:100%}.home-logo__inr>div{flex-shrink:0;border-radius:5px;width:150px;height:54px;overflow:hidden;background-repeat:no-repeat}.home-logo__shopping>div{background-image:url(/image/home/logo_shopping.png)}.home-logo__delivery>div{background-image:url(/image/home/logo_delivery.png)}.logo-hanjin{background-position:-5px -5px}.logo-cpel{background-position:-160px -5px}.logo-postnord{background-position:-315px -5px}.logo-jp{background-position:-470px -5px}.logo-rpx{background-position:-625px -5px}.logo-dhl{background-position:-780px -5px}.logo-acs{background-position:-935px -5px}.logo-ecohai{background-position:-1090px -5px}.logo-ninjavan{background-position:-5px -64px}.logo-sgpost{background-position:-160px -64px}.logo-ytdk{background-position:-315px -64px}.logo-sagawa{background-position:-470px -64px}.logo-dpex{background-position:-625px -64px}.logo-quantlum{background-position:-780px -64px}.logo-jne{background-position:-935px -64px}.logo-nippon{background-position:-1090px -64px}.logo-shopify{background-position:-5px -5px}.logo-ebay{background-position:-160px -5px}.logo-naver{background-position:-315px -5px}.logo-woo{background-position:-470px -5px}.logo-commerce{background-position:-625px -5px}.logo-11st{background-position:-780px -5px}.logo-auction{background-position:-935px -5px}.logo-rakuten{background-position:-1090px -5px}.logo-lotte{background-position:-5px -64px}.logo-sabang{background-position:-160px -64px}.logo-amazon{background-position:-315px -64px}.logo-lazada{background-position:-470px -64px}.logo-tiktok{background-position:-625px -64px}.logo-gmarket{background-position:-780px -64px}.logo-shopee{background-position:-935px -64px}.logo-cross{background-position:-1090px -64px}.home-dev__inr{display:flex;gap:60px;flex-wrap:wrap}.home-dev__inr>div{display:flex;flex-direction:column;align-items:flex-start;gap:14px;flex:1;min-width:250px}.home-dev__inr p{flex:1}.home-dev__tt{display:inline-block;padding:2px 0 0 35px;box-sizing:border-box;background-size:30px;background-position:0 50%;background-repeat:no-repeat;line-height:28px;font-size:24px;color:#1dcd9f}.home-dev__inr button{margin-top:6px}.home-solution{display:flex;flex-direction:column;gap:40px}.home-solution__card{padding-top:36px;box-sizing:border-box;min-height:283px;background-repeat:no-repeat}.home-solution__card--left{padding-left:500px;background-position:0 50%}.home-solution__card--right{padding-right:500px;background-position:100% 50%}@media (max-width:1279px){.home-header h1{width:205px}.home-header__inr{height:100px}.home-main{margin-top:-100px;padding-top:100px}.home-main__inr{background-size:60%!important}.home-main__buttons{margin-bottom:110px}.home-main__arrows{bottom:125px}.home-ai__box{padding:210px 20px 18px}.home-ai__box:before{background-position:50% 10px}.home-dev__inr{gap:60px 40px}.home-solution__card{padding-top:24px}}@media (max-width:1023px){.home-footer .home-inner-box{padding-top:30px;padding-bottom:35px}.home-main__inr{height:550px}.home-main__buttons{margin-bottom:80px}.home-main__arrows{bottom:70px}.home-solution .home-cont__tt{margin-bottom:0}.home-solution__card{background-size:40vw;min-height:200px}.home-solution__card--left{padding-left:43vw}.home-solution__card--right{padding-right:43vw}}@media (max-width:767px){.home-inner-box{padding:48px 32px 56px}.home-footer{margin-top:68px}.home-footer__top{flex-direction:column-reverse;gap:24px}.home-menu .home-inner-box{padding:0 32px 28px}.home-main__tt{font-size:42px}.home-main__text{width:60%}.home-main__arrows{left:32px}.home-cont__tt{font-size:36px}.home-cont__nt{margin-top:-8px}.home-service{margin:-48px -32px -56px;padding:48px 32px 56px;border-radius:0}.home-service:before{left:50%;top:-48px;bottom:-56px;border-radius:0;width:100vw;transform:translateX(-50%)}.home-ai{flex-direction:column}.home-ai__box{padding:18px calc(36.3% + 20px) 18px 20px}.home-ai__box:before{top:50%;transform:translateY(-50%);right:10px;width:36.3%;background-position:50% 50%;background-size:contain}.home-dev__inr{flex-direction:column;gap:40px}.home-dev__tt{padding-left:30px;background-size:24px;line-height:24px;font-size:22px}.home-solution__card{padding-top:16px}}@media (max-width:479px){.home-wrap{font-size:14px}.home-inner-box{padding:36px 24px 40px;max-width:100%;background-image:none!important}.home-header .home-inner-box{padding:20px 24px}.home-header__inr{height:auto}.home-header h1{width:180px}.home-footer{margin-top:48px}.home-footer__logo img{width:225px}.home-footer a{font-size:14px}.home-menu{left:0;z-index:10;border-top:1px solid #ebebeb}.home-menu:before{position:absolute;top:0;left:0;right:0;z-index:-1;height:100vh;background-color:#ffffff;content:""}body.menu-open{overflow:hidden}.home-main{background:linear-gradient(135deg,#b8f7ff,#87bdff 50%,#8584b3)}.home-main__inr{padding-top:16px;height:430px}.home-main__tt{font-size:34px}.home-main__tt+p{margin-bottom:24px;font-size:16px}.home-main__text{width:100%!important}.home-main__buttons{gap:10px;margin-bottom:40px}.home-main__buttons a{padding-left:44px!important;padding-right:10px!important}.home-main__arrows{left:24px;bottom:40px}.home-cont__tt{font-size:30px}.home-cont__stt{font-size:20px}.home-cont__nt{font-size:15px}.home-service{margin:-36px -24px -40px;padding:36px 24px 40px;overflow:hidden}.home-service:before{top:-36px;bottom:-40px}.home-service__inr{width:-moz-max-content;width:max-content}.home-service__card{width:calc(100vw - 48px);max-width:271px}.home-solution__card{padding:210px 0 0;min-height:auto;background-size:300px;background-position:50% 10px}.home-ai{gap:20px}.home-ai__box{padding:220px 20px 18px}.home-ai__box:before{margin:10px -10px 0 0;width:100%;background-position-y:0;background-size:auto}.home-dev__tt{padding-left:28px;font-size:20px;background-size:22px}}