:root{--white:#fff;--white-rgb:255,255,255;--black:#000;--black-rgb:0,0,0;--gray-800:#1f1f1f;--gray-100:#f0f0f0;--indigo-400-20:#3e6cdf33;--primary-color:#b53214;--font-color-base:#070707;--font-color-light:#ffffffed;--font-color-black:#000;--font-color-gray-50:#fafafa;--font-color-gray-500:#787878;--font-color-gray-600:#5a5a5a;--font-color-gray-800:#1f1f1f;--font-color-indigo-400:#3e6cdf;--max-width-pc:1260px;--max-width-mobile:640px;--padding-pc:36px;--padding-mobile:16px;--max-width-pc-with-padding:calc(var(--max-width-pc) + var(--padding-pc) + var(--padding-pc))}.sec-careers{min-height:262px;position:relative;overflow:hidden}.sec-careers .careers-background{z-index:1;width:100%;height:100%;position:absolute;inset:0}.sec-careers .careers-background img{object-fit:cover;object-position:center;width:100%;height:100%}.sec-careers .careers-background:after{content:"";background:#32374466;position:absolute;inset:0}.sec-careers .careers-content{z-index:2;color:var(--white);max-width:var(--max-width-mobile);flex-direction:column;gap:12px;margin:0 auto;padding:60px 16px;display:flex;position:relative}.sec-careers .careers-content .careers-title{color:var(--white);margin:0;padding:0;font-size:1.75rem;font-weight:600;line-height:normal}.sec-careers .careers-content .careers-description{color:var(--white);opacity:.7;font-size:.9375rem;font-weight:300;line-height:25px}.sec-careers .careers-content .careers-link-button{color:var(--white);cursor:pointer;align-items:center;gap:12px;font-size:.875rem;font-weight:500;line-height:25px;display:flex}.sec-careers .careers-content .careers-link-button svg{width:21px;height:21px}.sec-careers .careers-content .careers-link-button:hover svg circle{fill:#3e6cdf;transition:all .3s}.sec-careers .careers-content .careers-link-button:hover svg path{fill:#fff;transition:all .3s}@media (min-width:960px){.sec-careers{min-height:374px}.sec-careers .careers-content{gap:23px;max-width:1260px;padding:103px 36px}.sec-careers .careers-content .careers-title{font-size:3rem}.sec-careers .careers-content .careers-description{font-size:1.25rem;line-height:32px}.sec-careers .careers-content .careers-link{font-size:1.125rem;line-height:32px}.sec-careers .careers-content .careers-link-button{font-size:1.125rem}.sec-careers .careers-content .careers-link-button svg{width:27px;height:27px}}
:root{--white:#fff;--white-rgb:255,255,255;--black:#000;--black-rgb:0,0,0;--gray-800:#1f1f1f;--gray-100:#f0f0f0;--indigo-400-20:#3e6cdf33;--primary-color:#b53214;--font-color-base:#070707;--font-color-light:#ffffffed;--font-color-black:#000;--font-color-gray-50:#fafafa;--font-color-gray-500:#787878;--font-color-gray-600:#5a5a5a;--font-color-gray-800:#1f1f1f;--font-color-indigo-400:#3e6cdf;--max-width-pc:1260px;--max-width-mobile:640px;--padding-pc:36px;--padding-mobile:16px;--max-width-pc-with-padding:calc(var(--max-width-pc) + var(--padding-pc) + var(--padding-pc))}.sec-contact{max-width:var(--max-width-mobile);margin:0 auto;padding:60px 16px}.sec-contact .contact-content{flex-direction:column;gap:26px;display:flex}.sec-contact .contact-content .contact-title{color:var(--font-color-gray-800);margin:0;padding:0;font-size:1.75rem;font-weight:700;line-height:normal}.sec-contact .contact-content .contact-list{flex-direction:column;gap:16px;display:flex}.sec-contact .contact-content .contact-list .contact-item{background-color:var(--base-300,#f3f4f6);border-radius:12px;flex-direction:column;gap:24px;padding:40px 20px;display:flex}.sec-contact .contact-content .contact-list .contact-item .contact-icon{width:36px;height:36px}.sec-contact .contact-content .contact-list .contact-item .contact-icon svg{object-fit:contain;width:100%;height:100%}.sec-contact .contact-content .contact-list .contact-item .contact-info{flex-direction:column;gap:8px;display:flex}.sec-contact .contact-content .contact-list .contact-item .contact-info .contact-header{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.sec-contact .contact-content .contact-list .contact-item .contact-info .contact-label{color:var(--font-color-gray-800);font-size:1.375rem;font-weight:600}.sec-contact .contact-content .contact-list .contact-item .contact-info .btn-inquiry{background-color:var(--white);color:var(--font-color-gray-800);cursor:pointer;border:1px solid #e5e7eb;border-radius:200px;justify-content:center;align-items:center;gap:8px;padding:5.63px 16px;font-size:.854375rem;font-weight:500;line-height:25.739px;transition:all .3s;display:flex}.sec-contact .contact-content .contact-list .contact-item .contact-info .btn-inquiry:hover{color:#fff;background-color:#3e6cdf;border-color:#3e6cdf}.sec-contact .contact-content .contact-list .contact-item .contact-info .btn-inquiry:hover svg path{fill:#fff}.sec-contact .contact-content .contact-list .contact-item .contact-info .contact-details p{color:var(--font-color-gray-600);word-break:keep-all;white-space:pre-wrap;font-size:.9375rem;font-weight:300;line-height:25px}.sec-contact .contact-content .contact-list .contact-item .contact-info .contact-details .delimiter--pc{display:none}@media (min-width:960px){.sec-contact{padding:140px var(--padding-pc);max-width:var(--max-width-pc-with-padding)}.sec-contact .contact-content{gap:40px}.sec-contact .contact-content .contact-title{font-size:3rem}.sec-contact .contact-content .contact-list{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.sec-contact .contact-content .contact-list .contact-item{padding:48px 32px}.sec-contact .contact-content .contact-list .contact-item .contact-icon{width:44px;height:44px}.sec-contact .contact-content .contact-list .contact-item .contact-info{gap:16px}.sec-contact .contact-content .contact-list .contact-item .contact-info .contact-label{font-size:2.25rem}.sec-contact .contact-content .contact-list .contact-item .contact-info .btn-inquiry{gap:10px;padding:8px 20px;font-size:1.0625rem}.sec-contact .contact-content .contact-list .contact-item .contact-info .btn-inquiry:hover{color:#fff;background-color:#3e6cdf;border-color:#3e6cdf}.sec-contact .contact-content .contact-list .contact-item .contact-info .btn-inquiry:hover svg path{fill:#fff}.sec-contact .contact-content .contact-list .contact-item .contact-info .contact-details p{font-size:1.25rem;line-height:30px}.sec-contact .contact-content .contact-list .contact-item .contact-info .contact-details .delimiter--pc{margin:0 10px;display:inline-block}}
:root{--white:#fff;--white-rgb:255,255,255;--black:#000;--black-rgb:0,0,0;--gray-800:#1f1f1f;--gray-100:#f0f0f0;--indigo-400-20:#3e6cdf33;--primary-color:#b53214;--font-color-base:#070707;--font-color-light:#ffffffed;--font-color-black:#000;--font-color-gray-50:#fafafa;--font-color-gray-500:#787878;--font-color-gray-600:#5a5a5a;--font-color-gray-800:#1f1f1f;--font-color-indigo-400:#3e6cdf;--max-width-pc:1260px;--max-width-mobile:640px;--padding-pc:36px;--padding-mobile:16px;--max-width-pc-with-padding:calc(var(--max-width-pc) + var(--padding-pc) + var(--padding-pc))}.sec-intro{max-width:var(--max-width-mobile);margin:0 auto;padding:60px 16px 14px}.sec-intro .intro-content{flex-direction:column;display:flex}.sec-intro .intro-content .intro-title{color:var(--font-color-gray-800);font-size:1.625rem;font-weight:600}.sec-intro .intro-content .intro-text{margin-top:20px}.sec-intro .intro-content .intro-text p{color:var(--font-color-gray-600);word-break:keep-all;white-space:pre-wrap;font-size:.9375rem;font-weight:300;line-height:25px}.sec-intro .intro-content .intro-link-button{color:var(--font-color-gray-800);align-items:center;gap:10px;margin-top:30px;display:flex}.sec-intro .intro-content .intro-link-button svg{width:21px;height:21px}.sec-intro .intro-content .intro-link-button span{font-size:.84375rem;font-weight:600;line-height:24px}.sec-intro .intro-content .intro-link-button:hover svg circle{fill:#3e6cdf;transition:all .3s}@media (min-width:960px){.sec-intro{padding:110px var(--padding-pc)70px;max-width:var(--max-width-pc-with-padding)}.sec-intro .intro-content .intro-title{font-size:3rem}.sec-intro .intro-content .intro-text{margin-top:26px}.sec-intro .intro-content .intro-text p{font-size:1.25rem;line-height:34px}.sec-intro .intro-content .intro-link svg{width:27px;height:27px}.sec-intro .intro-content .intro-link span{font-size:1.125rem}.sec-intro .intro-content .intro-link:hover svg circle{fill:#3e6cdf}.sec-intro .intro-content .intro-link-button{margin-top:40px}}
:root{--white:#fff;--white-rgb:255,255,255;--black:#000;--black-rgb:0,0,0;--gray-800:#1f1f1f;--gray-100:#f0f0f0;--indigo-400-20:#3e6cdf33;--primary-color:#b53214;--font-color-base:#070707;--font-color-light:#ffffffed;--font-color-black:#000;--font-color-gray-50:#fafafa;--font-color-gray-500:#787878;--font-color-gray-600:#5a5a5a;--font-color-gray-800:#1f1f1f;--font-color-indigo-400:#3e6cdf;--max-width-pc:1260px;--max-width-mobile:640px;--padding-pc:36px;--padding-mobile:16px;--max-width-pc-with-padding:calc(var(--max-width-pc) + var(--padding-pc) + var(--padding-pc))}.sec-main{height:380px;color:var(--font-color-light);background-color:#0e0f23;overflow:hidden}.sec-main .sec-contents{height:100%}.sec-main .sec-contents__carousel{width:100%;height:100%;overflow:hidden}.sec-main .sec-contents__carousel .main-carousel{width:100%;height:100%}.sec-main .sec-contents__carousel .main-carousel .swiper-wrapper{transition-timing-function:ease-in-out!important}.sec-main .sec-contents__carousel .main-carousel .carousel-slide{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.sec-main .sec-contents__carousel .main-carousel .carousel-slide .carousel-image{opacity:1;object-fit:cover;width:100%;height:100%;transition:opacity .3s}.sec-main .sec-contents__carousel .main-carousel .carousel-slide .content-wrapper{z-index:5;width:100%;max-width:var(--max-width-mobile);padding:0 var(--padding-mobile);flex-direction:column;align-items:center;display:flex;position:absolute;top:calc(50% + 25px);left:50%;transform:translate(-50%,-50%)}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__text{width:100%;color:var(--white);text-align:left}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__text p{word-break:keep-all;white-space:pre-wrap;color:var(--00-white,#fff);margin:0;padding:0;font-size:1.6875rem;font-weight:700;line-height:34px}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__text p .highlight{color:var(--font-color-indigo-400,#3e6cdf)}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__button{width:100%;margin-top:30px}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__button .more-button{cursor:pointer;color:#fff;align-items:center;font-size:.875rem;font-weight:600;line-height:20px;display:flex}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__button .more-button svg{margin-left:12px;transition:transform .3s}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__button .more-button:hover svg{animation:.5s ease-in-out infinite alternate arrow-loop}.sec-main .sec-contents__carousel .swiper-pagination{position:relative;bottom:40px}.sec-main .sec-contents__carousel .swiper-pagination .swiper-pagination-bullet{background-color:#fff;width:6px;height:6px}.sec-main .sec-contents__carousel .swiper-pagination .swiper-pagination-bullet-active{opacity:1}@media (min-width:960px){.sec-main{height:730px}.sec-main .sec-contents__carousel .main-carousel .carousel-slide .content-wrapper{max-width:var(--max-width-pc-with-padding);padding:0 var(--padding-pc);top:calc(50% + 25px)}.sec-main .sec-contents__carousel .main-carousel .carousel-slide__text p.text-style{color:var(--white);font-size:3.25rem;font-weight:600;line-height:70px}.sec-main .sec-contents__carousel .main-carousel .carousel-slide .carousel-slide__button{margin-top:40px}.sec-main .sec-contents__carousel .main-carousel .carousel-slide .carousel-slide__button .more-button{color:var(--white);font-size:1.125rem;font-weight:500}.sec-main .sec-contents__carousel .swiper-pagination{bottom:50px}.sec-main .sec-contents__carousel .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0 8px}}@keyframes arrow-loop{0%{transform:translate(0)}to{transform:translate(4px)}}
: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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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)}}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.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);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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));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);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.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:translateY(-50%)}: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{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}: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{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.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);top:0;left: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%;top:0;left:0}.swiper-pagination-lock{display:none}
:root{--white:#fff;--white-rgb:255,255,255;--black:#000;--black-rgb:0,0,0;--gray-800:#1f1f1f;--gray-100:#f0f0f0;--indigo-400-20:#3e6cdf33;--primary-color:#b53214;--font-color-base:#070707;--font-color-light:#ffffffed;--font-color-black:#000;--font-color-gray-50:#fafafa;--font-color-gray-500:#787878;--font-color-gray-600:#5a5a5a;--font-color-gray-800:#1f1f1f;--font-color-indigo-400:#3e6cdf;--max-width-pc:1260px;--max-width-mobile:640px;--padding-pc:36px;--padding-mobile:16px;--max-width-pc-with-padding:calc(var(--max-width-pc) + var(--padding-pc) + var(--padding-pc))}.sec-services{max-width:var(--max-width-mobile);margin:0 auto;padding:60px 16px 55px}.sec-services .services-content{flex-direction:column;gap:26px;display:flex}.sec-services .services-content .services-title{color:var(--font-color-gray-800);margin:0;padding:0;font-size:1.625rem;font-weight:700;line-height:normal}.sec-services .services-content .services-tabs .tab-list{flex-wrap:wrap;gap:6px;display:flex}.sec-services .services-content .services-tabs .tab-list .tab-item{background-color:var(--gray-100);color:var(--font-color-gray-500);cursor:pointer;border:none;border-radius:160px;padding:6px 19px;font-size:.8125rem;font-weight:300;line-height:19.2px;transition:all .3s}.sec-services .services-content .services-tabs .tab-list .tab-item.active,.sec-services .services-content .services-tabs .tab-list .tab-item:hover{background-color:var(--gray-800);color:var(--font-color-gray-50)}.sec-services .services-content .services-tabs .services-next-prev{display:none}.sec-services .services-content .services-list{flex-direction:column;gap:40px;display:flex}.sec-services .services-content .services-list .service-item{flex-direction:column;gap:0;display:flex}.sec-services .services-content .services-list .service-item:hover .service-image-inner{transform:scale(1.1)}.sec-services .services-content .services-list .service-item .service-image{aspect-ratio:16/9;border-radius:12px;width:100%;position:relative;overflow:hidden}.sec-services .services-content .services-list .service-item .service-image .service-image-inner{transform-origin:50%;width:100%;height:100%;transition:transform 1s;position:relative}.sec-services .services-content .services-list .service-item .service-image .service-image-media{object-fit:cover}.sec-services .services-content .services-list .service-item .service-text{flex-direction:column;padding:20px 0;display:flex}.sec-services .services-content .services-list .service-item .service-text .service-category .category-label{color:var(--font-color-indigo-400);font-size:.75rem;font-weight:600;display:inline-block}.sec-services .services-content .services-list .service-item .service-text .service-category .category-label:after{content:"";background-color:var(--indigo-400-20);width:100%;height:7px;display:block;transform:translateY(-5px)}.sec-services .services-content .services-list .service-item .service-text .service-title{color:var(--font-color-gray-800);margin-top:7px;font-size:1.375rem;font-weight:600}.sec-services .services-content .services-list .service-item .service-text .service-description{color:var(--font-color-gray-600);word-break:keep-all;white-space:pre-wrap;margin-top:12px;font-size:.9375rem;font-weight:300;line-height:25px}.sec-services .services-content .services-more{justify-content:center;padding:0;display:flex}.sec-services .services-content .services-more .btn-more{border:1px solid var(--base-border,#e5e7eb);background-color:var(--white);color:var(--font-color-gray-800);cursor:pointer;border-radius:200px;justify-content:center;align-items:center;gap:16px;padding:13px 22px;font-size:.875rem;transition:all .3s;display:flex}.sec-services .services-content .services-more .btn-more img{width:16px;height:16px;transform:rotate(90deg)}.sec-services .services-content .services-more .btn-more:hover{border-color:#969696}@media (min-width:960px){.sec-services{padding:110px var(--padding-pc)0;max-width:unset;margin:unset;position:relative;overflow:hidden}.sec-services .services-content{max-width:var(--max-width-pc);gap:40px;margin:0 auto}.sec-services .services-content .services-title{font-size:3rem}.sec-services .services-content .services-tabs{position:relative}.sec-services .services-content .services-tabs .tab-list{gap:8px}.sec-services .services-content .services-tabs .tab-list .tab-item{padding:8px 24px;font-size:1rem}.sec-services .services-content .services-tabs .services-next-prev{align-items:center;gap:30px;display:flex;position:absolute;top:0;right:0}.sec-services .services-content .services-tabs .services-next-prev .is-beginning,.sec-services .services-content .services-tabs .services-next-prev .is-end{opacity:.2}.sec-services .services-content .services-list{gap:40px;display:block}.sec-services .services-content .services-list .swiper{overflow:unset}.sec-services .services-content .services-list .swiper-slide,.sec-services .services-content .services-list .service-item{width:830px}.sec-services .services-content .services-list .service-item .service-text{padding:40px 0 0}.sec-services .services-content .services-list .service-item .service-text .service-category .category-label{font-size:.9375rem}.sec-services .services-content .services-list .service-item .service-text .service-title{margin-top:20px;font-size:2.5rem}.sec-services .services-content .services-list .service-item .service-text .service-description{margin-top:20px;font-size:1.25rem;line-height:38px}.sec-services .services-content .services-more{display:none}}
