@font-face{font-family:LGEIHeadline;font-weight:300;font-display:swap;src:local("LGEIHeadline-Thin"),url(/fonts/LGEIHeadline-Thin.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:400;font-display:swap;src:local("LGEIHeadline-Light"),url(/fonts/LGEIHeadline-Light.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:500;font-display:swap;src:local("LGEIHeadline-Regular"),url(/fonts/LGEIHeadline-Regular.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:600;font-display:swap;src:local("LGEIHeadline-SemiBold"),url(/fonts/LGEIHeadline-Semibold.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:700;font-display:swap;src:local("LGEIHeadline-Bold"),url(/fonts/LGEIHeadline-Bold.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:4300;font-display:swap;src:local("LGEIText-Light"),url(/fonts/LGEIText-Light.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:500;font-display:swap;src:local("LGEIText-Regular"),url(/fonts/LGEIText-Regular.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:600;font-display:swap;src:local("LGEIText-SemiBold"),url(/fonts/LGEIText-SemiBold.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:700;font-display:swap;src:local("LGEIText-Bold"),url(/fonts/LGEIText-Bold.woff) format("woff")}*{margin:0;padding:0;box-sizing:border-box;list-style:none}body{background:#f1ebe3;color:#333;font-family:LGEIText}a{text-decoration:none}footer{width:100%;max-width:1440px;margin:0 auto}header img,footer img{object-fit:cover;width:100%;height:auto}.btn-round{font-size:16px;font-weight:500;line-height:1;padding:12px 16px;width:fit-content;transition:background-color .2s;border-radius:30px;cursor:pointer;word-break:keep-all;white-space:nowrap;border:none}.btn-round.large{padding-top:16px;padding-bottom:16px}.btn-round span{font-family:LGEIText;font-weight:600}.btn-round.black{background-color:#333;color:#fff}.btn-round.black:hover{background-color:#111}.btn-round.white{background-color:#fff;color:#3b3b3b}.btn-round.white:hover{background-color:#eee}.btn-round.red{background-color:#ea1918;color:#fff;border:none}.btn-round.line{border:1px solid #333333;background-color:#fff;color:#3b3b3b}.btn-round.line:hover{background-color:#eee}.btn-arrow{position:relative;display:inline-flex;width:fit-content;padding-right:24px;cursor:pointer}.btn-arrow span{font-size:16px;font-weight:600;line-height:1.4}.btn-arrow:after{content:"";position:absolute;top:43%;right:0;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%202.66675L13.3333%208.00006M13.3333%208.00006L8%2013.3334M13.3333%208.00006H2.66666'%20stroke='black'/%3e%3c/svg%3e");transform:translateY(-50%);transition:transform .2s}.btn-arrow:hover:after{transform:translate(20%,-50%)}.btn-chatbot{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background-color:#ea1918;border-radius:100px;width:68px;height:68px;color:#fff;display:flex;align-items:center;overflow:hidden;box-shadow:0 8px 20px 2px #0003;border:none;z-index:999;transition:all .5s ease-in-out;cursor:pointer;transition:.5s}.btn-chatbot .img{position:absolute;width:60px;height:60px;left:4px}.btn-chatbot .img img{width:100%;height:auto}.btn-chatbot .text{position:relative;font-size:16px;padding:0;line-height:1.4;width:0;left:60px;overflow:hidden;opacity:0;white-space:nowrap;text-align:left;transition:opacity .2s .3s ease-in-out;font-family:LGEIText}.btn-chatbot .icon{position:absolute;right:26px;width:0;overflow:hidden;opacity:0;transition:opacity .2s .3s ease-in-out}.btn-chatbot.on{width:448px}.btn-chatbot.on .text{width:auto;padding:0 20px;opacity:1}.btn-chatbot.on .icon{width:auto;opacity:1}html:has(.chatbot-view.active) .btn-chatbot{transform:translate(-50%) scale(0);transition:.5s}.chatbot-mask{position:fixed;bottom:-1px;left:50%;width:1px;height:1px;overflow:hidden;z-index:999;transform:translate(-50%);border-radius:50%;transition:.5s ease-in-out}.chatbot-mask .mask-wrap{position:fixed;top:50%;left:50%;width:100vw;height:100svh;transform:translate(-50%,-50%);transition:.4s;opacity:0}.chatbot-mask .mask-wrap .mask-inner{position:relative;width:100vw;height:100vh}.chatbot-mask:after{content:"";position:absolute;background-color:#ea1918;width:100%;height:100%;transition:.5s;pointer-events:none}.chatbot-mask:has(.chatbot-view.active){bottom:0;width:100%;height:calc(100svh - 96px);border-radius:0;z-index:999}.chatbot-mask:has(.chatbot-view.active) .mask-wrap{opacity:1}.chatbot-mask:has(.chatbot-view.active):after{opacity:0;background-color:#f1ebe3}.chatbot-view{position:absolute;top:48px;left:50%;width:100%;height:calc(100svh - 96px);background-color:#f1ebe3;pointer-events:none;transform:translate(-50%)}.chatbot-view .chat-head{padding:8px 10px;width:100%;height:65px;background-color:#fff;cursor:pointer}.chatbot-view .chat-head .inner{display:flex;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto}.chatbot-view .chat-head .inner img{position:relative}.chatbot-view .chat-head .inner img.left{height:48px}.chatbot-view .chat-head .inner img.right{height:40px}.chatbot-view .chat-body{padding:40px;width:100%;height:calc(100svh - 253px);overflow:scroll}.chatbot-view .chat-body .inner{max-width:1360px;display:flex;flex-direction:column;margin:0 auto}.chatbot-view .chat-body .inner .step-1{display:flex;flex-direction:column;gap:30px}.chatbot-view .chat-body .inner .step-1 [data-step="1"]{width:141px}.chatbot-view .chat-body .inner .step-1 [data-step="2"]{width:350px}.chatbot-view .chat-body .inner .step-1 [data-step="3"]{width:320px}.chatbot-view .chat-body .inner .step-1 [data-step="4"]{width:668px}.chatbot-view .chat-body .inner .step-1 [data-step="5"]{width:350px}.chatbot-view .chat-body .inner .step-1 [data-step="6"]{width:549px}.chatbot-view .chat-body .inner .step-2{display:flex;justify-content:flex-end;margin-bottom:80px}.chatbot-view .chat-body .inner .step-2 img{width:550px}.chatbot-view .chat-body .inner .step-3{display:flex;flex-direction:column;gap:40px}.chatbot-view .chat-body .inner .step-3 [data-step="1"],.chatbot-view .chat-body .inner .step-3 [data-step="2"]{width:660px}.chatbot-view .chat-body .inner .step-3 [data-step="3"]{width:500px}.chatbot-view .chat-body .inner .step-3 [data-step="3"] img{width:100%}.chatbot-view .chat-body .inner .step-3 [data-step="4"]{width:1008px}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap{display:flex;gap:16px}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap img{height:442px;border:1px solid #fff;border-radius:20px;overflow:hidden;transition:border .2s}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap img:first-child{cursor:pointer}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap img:first-child:hover{border:1px solid #333333}.chatbot-view .chat-body .inner .step-3 [data-step="5"]{width:610px}.chatbot-view .chat-body .inner .step-3 [data-step="6"]{width:665px}.chatbot-view .chat-input{position:absolute;height:92px;bottom:0;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:12px 16px}.chatbot-view .chat-input .input-box{border:1px solid #ccc;border-radius:50px;width:100%;margin:12px auto;max-width:1408px;height:100%;display:flex;justify-content:space-between;align-items:center}.chatbot-view .chat-input .input-box span{font-family:LGEIText;margin-left:24px;font-size:18px}.chatbot-view .chat-input .input-box span.before{color:#999}.chatbot-view .chat-input .input-box span.after{color:#333;display:none}.chatbot-view .chat-input .input-box img{margin-right:24px;width:32px}.chatbot-view .chat-input.active .input-box span.before{display:none}.chatbot-view .chat-input.active .input-box span.after{display:block}.chatbot-view.active{pointer-events:all}.chatbot-view.active [data-step]{display:none}html:has(.chatbot-view.active) .industries-sticky{display:none}.subscribe{display:flex;align-items:center;justify-content:center;padding:80px 24px;margin:0 auto}.subscribe img{width:100%;max-width:1390px;margin:0 auto}html:has(#main) .industries-sticky{display:none}#main img{width:100%;height:auto;object-fit:cover}#main .title{font-family:LGEIHeadline;font-size:48px;font-weight:600;line-height:1.2}#main .desc{font-size:20px;line-height:1.4}#main .head-wrap{display:flex;flex-direction:column;gap:24px}#main .kv{position:relative;width:100%;height:720px;margin-top:96px}#main .kv:before{content:"";position:absolute;top:0;width:100%;background-color:#0b0b0b;height:96px;transform:translateY(-100%)}#main .kv .head-wrap{position:absolute;top:0;left:50%;color:#fff;height:100%;width:100%;max-width:1440px;transform:translate(-50%);padding-top:357px;padding-left:80px}#main .kv .head-wrap h2{font-size:64px;font-weight:700;line-height:1}#main .kv .head-wrap .desc{margin-bottom:16px}#main .kv img{width:100%;height:100%}#main.load .kv .head-wrap{transform:translateY(0)}#main .overview{display:flex;flex-direction:column;align-items:center;padding:120px 0;margin:0 auto;max-width:1156px}#main .overview .head-wrap{align-items:center;text-align:center;margin-bottom:60px}#main .overview .contents{max-width:920px;display:flex;gap:16px}#main .overview .contents .item img{border:1px solid transparent;transition:border .2s;border-radius:20px;overflow:hidden}#main .overview .contents .item .text{font-size:20px;line-height:1.2;font-weight:600;margin-top:20px;text-align:center;color:#000}#main .overview .contents .item:hover img{border:1px solid #000}#main .device{background-color:#262626;padding:120px 20px}#main .device .inner{max-width:1392px;display:flex;align-items:center;gap:24px;margin:0 auto}#main .casestudies{padding:120px 0 40px;overflow:hidden}#main .casestudies .head-wrap{position:relative;max-width:920px;margin:0 auto}#main .casestudies .head-wrap .btn-round{position:absolute;top:10px;right:0}#main .casestudies .contents{margin-top:60px}#main .casestudies .contents .caseSwiper{width:920px;overflow:visible}#main .casestudies .contents .caseSwiper .swiper-wrapper .swiper-slide{background-color:#fff;width:920px;border-radius:24px;overflow:hidden}#main .casestudies .contents .caseSwiper .swiper-wrapper .swiper-slide .case{height:480px}#main .casestudies .contents .caseSwiper .swiper-wrapper .swiper-slide .products{display:flex;gap:48px;padding:24px 40px}#main .casestudies .contents .caseSwiper .swiper-wrapper .swiper-slide .products button{border:none;background:none;cursor:pointer}#main .casestudies .contents .caseSwiper .swiper-ui{position:relative;display:flex;justify-content:space-between;align-items:center;height:32px;margin:40px auto 0}#main .casestudies .contents .caseSwiper .swiper-ui .swiper-pagination{position:relative;display:flex;align-items:center;top:0}#main .casestudies .contents .caseSwiper .swiper-ui .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px}#main .casestudies .contents .caseSwiper .swiper-ui .swiper-pagination .swiper-pagination-bullet-active{background-color:#333}#main .casestudies .contents .caseSwiper .swiper-ui .btn-list{display:flex;gap:8px;height:32px}#main .casestudies .contents .caseSwiper .swiper-ui .btn-list button{position:relative;width:32px;height:32px;background:url(/images/main/img_swiper_btn.png) 100% center/cover;border:none;cursor:pointer;top:0;left:0;margin:0}#main .casestudies .contents .caseSwiper .swiper-ui .btn-list button svg{display:none}#main .casestudies .contents .caseSwiper .swiper-ui .btn-list button.swiper-button-prev{transform:scaleX(-1)}#main .download{padding:120px 0;overflow:hidden}#main .download .head-wrap{max-width:920px;margin:0 auto 60px}#main .download .contents{width:920px;margin:0 auto}#main .download .contents .downloadSwiper{overflow:visible}#main .download .contents .downloadSwiper .swiper-wrapper .swiper-slide{width:448px;height:448px}#main .download .contents .downloadSwiper .swiper-pagination{position:relative;top:auto;margin-top:40px;background-color:#0000001a}#main .download .contents .downloadSwiper .swiper-pagination .swiper-pagination-progressbar-fill{background-color:#000}#main .better{padding:120px 0;background:url(/images/main/img_better_bg.png) 100% center/cover;color:#fff}#main .better .head-wrap{text-align:center;display:flex;align-items:center}#main .better .contents{max-width:920px;margin:60px auto 0}#main .news{padding:120px 0 160px;background:url(/images/main/img_news_bg.png) 100% center/cover;color:#fff;overflow:hidden}#main .news .head-wrap{max-width:920px;margin:0 auto;position:relative}#main .news .head-wrap .btn-round{position:absolute;top:10px;right:0}#main .news .contents{max-width:920px;margin:60px auto 0}#main .news .contents .newsSwiper{height:448px;overflow:visible}#main .news .contents .newsSwiper .swiper-pagination{position:relative;top:auto;margin-top:60px;background-color:#ffffff1a}#main .news .contents .newsSwiper .swiper-pagination .swiper-pagination-progressbar-fill{background-color:#fff}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
