.header{height:100px;position:fixed;top:0;width:100%;z-index:999}.header nav{align-items:center;display:flex;height:100%;justify-content:space-between}.header.navy{background:#001f50}.header .menu ul{gap:4vw}.header .menu a{color:#fff;font-size:16px}.header .menu a.bg-m{background:var(--mainColor);border-radius:20px;font-size:15px;padding:5px 16px}.header .btn-to-top{background-color:var(--mainColor);border-radius:100%;bottom:60px;color:#fff;cursor:pointer;font-size:18px;height:60px;opacity:0;position:fixed;right:60px;transition:all .3s ease;width:60px;z-index:-1}.header.scrolled{background:#fff;border-bottom:1px solid #eee;height:74px}.header.scrolled .menu a{color:#5c5e67}.header.scrolled .menu a.bg-m{color:#fff}.header.scrolled .logo{filter:invert(20%) sepia(40%) saturate(8000%) hue-rotate(195deg) brightness(55%) contrast(150%)}.header.scrolled .btn-to-top{opacity:1;transition:all .3s ease}.hamburger-menu{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:0;width:18px}.hamburger-menu span{background-color:#fff;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:100%}.hamburger-menu.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{background:var(--whiteColor);transform:translateX(100%);transition:all .3s ease}.mobile-menu.open{transform:translateX(0)}.mobile-menu ul{flex-direction:column;gap:5vh;height:calc(100dvh - 60px);justify-content:center}.mobile-menu ul li a{color:var(--blackColor);font-size:24px;font-weight:700}.mobile-menu ul li a.bg-m{color:var(--mainColor)}@media (max-width:767px){.header,.header nav,.header.scrolled{height:60px}.header .logo{width:120px}.header.scrolled .hamburger-menu span{background:var(--blackColor)}.header .btn-to-top{bottom:20px;height:40px;right:20px;width:40px}}footer{background:url(/static/media/footer_bg.964db3ff517fe9e71f67.png) no-repeat 50%;background-size:cover;color:var(--whiteColor);font-size:clamp(10px,2vw,14px);padding:10vh 0}footer h1{font-size:clamp(24px,5vw,50px);font-weight:700}footer .adress-wrap{border-bottom:1px solid #ffffff4d;margin-bottom:3vh;padding:2vh 0 3vh}footer .adress-wrap dl{align-items:center;display:flex;gap:1vw;margin-top:1.2vh}footer .adress-wrap dl:last-child{margin-top:2.5vh}footer .info-wrap{display:flex;justify-content:space-between}footer .info-txt span{border-right:1px solid #fff;display:inline-block;line-height:1;margin-right:1vw;padding-right:1vw}footer .info-txt span:nth-child(4){border-right:0}footer .info-txt .copyright{font-size:.9em;margin-top:1vh;opacity:.5}footer .sns-wrap{gap:10px}@media (max-width:767px){footer{padding:5vh 0}footer .info-txt span{border-right:0;display:block;margin-bottom:5px}footer .info-wrap{flex-direction:column;gap:20px}footer .policy-btn{font-size:10px;margin-top:10px}}.popup-overlay{align-items:center;animation:overlayFadeIn .3s forwards;background:#0000004d;display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1000}.popup-overlay.closing{animation:overlayFadeOut .3s forwards}.popup{animation:popupSlideUp .3s .1s forwards;background:var(--whiteColor);border-radius:20px;max-width:600px;padding:40px 30px;transform:translateY(200%);width:80%}.popup.closing{animation:popupSlideDown .3s forwards}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes popupSlideUp{0%{transform:translateY(150%)}to{transform:translateY(0)}}@keyframes popupSlideDown{0%{transform:translateY(0)}to{transform:translateY(150%)}}.popup h3{font-size:clamp(16px,4vw,24px);line-height:1;padding:25px 0;text-align:center}.popup.policy h3{padding-top:0}.policy-content{background:#eee;border-radius:10px;color:var(--grayColor2);font-size:clamp(11px,2vw,14px);height:20vh;line-height:1.5;margin-bottom:20px;overflow:auto;padding:20px}.popup.apply{padding:0}.apply-form{display:flex;flex-direction:column;gap:15px}.apply-form .tit{font-size:clamp(14px,2vw,16px);font-weight:700;margin-bottom:10px}.apply-form .tit span{color:#ff5656;font-size:.8em}.apply-form .file-upload,.apply-form input,.apply-form textarea{background:#fff;border-radius:8px;font-size:clamp(11px,2vw,14px);padding:15px;width:100%}.apply-form .file-upload button{margin-left:auto;width:13px}.apply-form textarea{height:100px}.apply-form .input-wrap{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.apply-form .input-wrap .input-box:nth-child(odd):last-child{grid-column:span 2}.policy-wrap{align-items:center;border-bottom:1px solid #ddd;display:flex;font-size:clamp(12px,3vw,14px);margin:15px 0 25px;padding-bottom:15px}.policy-wrap .check-box label{color:var(--grayColor2)}.policy-wrap .check-box label img{display:inline-block;filter:grayscale(1);height:10px;margin-right:5px;opacity:.6;vertical-align:middle;width:12px}.policy-wrap .check-box input[type=checkbox]{-webkit-appearance:none;appearance:none;display:none}.policy-wrap .check-box input[type=checkbox]:checked+label img{filter:none;opacity:.7}.policy-wrap .view-btn{background:#ddd;border-radius:3px;color:#999;display:inline-block;font-size:clamp(10px,2vw,12px);line-height:1;margin-left:auto;padding:4px 8px}.popup .submit-btn{width:120px}.popup .close-btn,.popup .submit-btn{background:var(--mainColor);border:1px solid var(--mainColor);border-radius:20px;color:var(--whiteColor);margin:0 auto;padding:10px 0}.popup .close-btn{width:100px}.popup.policy{max-width:460px;padding:0}.title-wrap{padding:30px 25px 0}.title-wrap h2{color:#111;font-size:20px;margin-bottom:30px}.use-content-wrap{height:307px;overflow:auto}.use-content{border:1px solid #ddd;border-radius:10px;margin:0 25px 25px;padding:30px 30px 10px}.use-content strong{color:#333;font-size:14px}.use-content ul{margin-bottom:20px}.use-content ul li{color:#555;font-size:13px;line-height:1.6;margin:8px 0}.useAgree{margin-bottom:20px}.useAgree input[type=checkbox]{-webkit-appearance:none;appearance:none;display:none}.useAgree input[type=checkbox]+label{background:none;color:#111;cursor:pointer;display:block;font-size:16px;font-weight:700;letter-spacing:-.3px;padding:0;position:relative}.useAgree input[type=checkbox]+label span{display:inline-block;line-height:1.4;padding-left:30px}.useAgree input[type=checkbox]+label:before{border:1px solid #111;border-radius:2px;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.useAgree input[type=checkbox]:checked+label:after{border-bottom:2px solid #111;border-left:2px solid #111;content:"";display:block;height:6px;left:8px;position:absolute;top:calc(50% - 3px);transform:rotate(-45deg) translateY(-50%);width:10px}.use-btn{background:#111;border:0;border-radius:10px;color:#fff;display:block;font-size:18px;font-weight:700;height:50px;margin:0 auto 20px;text-align:center;text-shadow:none;width:94%}.use-btn.deactivate{background:#ddd}@media (max-width:767px){.popup{padding:20px}.popup h3{padding:18px 0}.apply-form{gap:10px}.apply-form textarea{height:60px}.apply-form .input-wrap{gap:10px;grid-template-columns:1fr}.apply-form .input-wrap .input-box:nth-child(odd):last-child{grid-column:auto}.policy-wrap .view-btn{padding:3px 6px}.title-wrap{padding:20px 20px 0}.title-wrap h2{font-size:16px;margin-bottom:20px}.use-content-wrap{height:350px}.use-content{margin:0 20px 20px;padding:20px 20px 5px}.use-content ul{margin-bottom:10px}.use-content ul li{font-size:11px}.use-btn,.useAgree input[type=checkbox]+label{font-size:14px}.use-btn{height:40px}}.visual{background:#000;height:100dvh;position:relative;width:100%}.main-vod{height:100%;opacity:.6;overflow:hidden;width:100%}.main-vod video{height:100%;object-fit:cover;width:100%}.content{background:#fff}.txt-wrap{color:var(--whiteColor);left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1}.txt-wrap h1{font-size:clamp(42px,7vw,60px);margin:2vh 0 3vh}.txt-wrap h3{color:var(--mainColor);font-size:clamp(20px,4vw,30px)}.txt-wrap .txt{font-size:clamp(14px,2vw,24px);line-height:1.5}.link-btn{color:var(--mainColor);font-size:clamp(14px,2vw,20px);gap:10px;line-height:1;margin-top:4vh}.link-btn .arrow{background:var(--mainColor);border-radius:30px;height:30px;padding:9px 11px;width:30px}.ct-01 h1{font-size:clamp(30px,6vw,50px);margin-bottom:15px}.ct-01 .txt{color:var(--grayColor1);font-size:clamp(12px,2vw,20px)}.ct-01>span{display:block;position:absolute;z-index:-1}.ct-01>span.img-k{left:10vw;top:0;width:20vw}.ct-01>span.img-s{right:10vw;top:15vh;width:16vw}.ct-01 ul{display:flex;gap:1vw;justify-content:flex-end;margin-top:8vh}.ct-01 ul li{height:46vh;max-width:240px;position:relative;transition:all .3s linear;width:20vw}.ct-01 ul li:hover{transform:translateY(-20px);transition:all .2s linear}.ct-01 ul li:hover:after{background:var(--mainColor);border-radius:0 10px 0 10px;color:#fff;content:"+";font-size:44px;font-weight:100;height:60px;line-height:56px;position:absolute;right:0;text-align:center;top:0;width:60px}.ct-01 ul li a{align-items:end;border-radius:10px;color:var(--whiteColor);display:flex;font-size:clamp(16px,2vw,30px);font-weight:700;height:100%;line-height:1.4;padding:35px;width:100%}.ct-01 ul li a.bg-rentcar{background:url(/static/media/main_bg_01.7070e68b1386ce80eeaf.png) no-repeat top #000;background-size:150%}.ct-01 ul li a.bg-purchase{background:url(/static/media/main_bg_02.49b075f4503fa6f0c919.png) no-repeat 50%;background-size:cover}.ct-01 ul li a.bg-export{background:url(/static/media/main_bg_03.a067837499314a437a24.png) no-repeat 50%;background-size:cover}.ct-01 ul li a.bg-ads{background:url(/static/media/main_bg_04.1e62b8a5bac4686b136d.png) no-repeat;background-size:cover}.ct-02{background:url(/static/media/main_bg_05.922a8cb83171b1d83c9c.png) no-repeat 50%;background-size:cover;overflow:hidden}.ct-02 h1{color:var(--whiteColor);font-size:clamp(30px,5vw,50px);font-weight:100;line-height:1.5;margin-bottom:6vh;text-align:center}.ct-02 .newSwiper .swiper-slide{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffff26;border-radius:20px;overflow:hidden;width:auto}.ct-02 .news-slider iframe{height:340px;max-width:55vw;width:592px}.ct-02 .news-info{height:340px;width:254px}.ct-02 .news-info a{color:var(--whiteColor);display:flex;flex-direction:column;height:100%;padding:40px;width:100%}.ct-02 .news-info h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;display:-webkit-box;font-size:clamp(14px,4vw,22px);line-height:1.5;margin-top:2vh;overflow:hidden;text-overflow:ellipsis}.ct-02 .news-info h5{font-size:clamp(10px,2vw,16px)}.ct-02 .news-info .news-data{font-size:clamp(10px,2vw,14px);margin-top:auto}.ct-02 .newSwiper-wrap{position:relative}.ct-02 .swiper-button{align-items:center;background:#ffffff1a;border:1px solid #fff;border-radius:100%;cursor:pointer;display:flex;height:70px;justify-content:center;position:absolute;top:calc(50% - 35px);width:70px}.ct-02 .swiper-button.prev-main{left:-90px;transform:translateY(-50%) rotate(-90deg)}.ct-02 .swiper-button.next-main{right:-90px;transform:translateY(-50%) rotate(90deg)}.ct-02 .swiper-wrapper{padding-bottom:8vh}.ct-02 .swiper-scrollbar{background:#fff3;height:1px!important;left:50%!important;max-width:380px;transform:translateX(-50%)}.ct-02 .swiper-scrollbar-drag{background:var(--whiteColor)}.ct-03{display:flex;flex-direction:column;justify-content:center;padding-top:15vh;position:relative}.ct-03 .inner{display:flex;gap:4vw}.ct-03 .hr-wrap{max-width:700px;width:60vw}.ct-03 .hr-wrap .interview-img img{border-radius:20px}.ct-03 .hr-wrap .hr-link{font-size:clamp(12px,2vw,24px);justify-content:space-between;margin-top:4vh}.ct-03 .hr-wrap .hr-link a{color:var(--grayColor2);font-size:clamp(12px,2vw,16px);gap:.5em;line-height:1}.ct-03 .hr-wrap .hr-link a img{filter:invert(.5);transform:rotate(90deg);width:12px}.ct-03 .tit-wrap h1{font-size:clamp(30px,4vw,50px);line-height:1.4;margin-bottom:3vh}.ct-03 .tit-wrap h5{color:#bbc5d6;font-size:clamp(12px,2vw,20px);margin:6vh 0 2vh}.ct-03 .main-hr-ing{background:#ecf3ff;padding:6vh 0 5vh;position:relative;top:-10vh;z-index:-1}.ct-03 .main-hr-ing .inner{gap:15px;justify-content:flex-end;line-height:1}.ct-03 .main-hr-ing .hr-txt{align-items:flex-end;color:var(--grayColor1);display:flex;font-size:clamp(12px,1vw,20px);gap:8px}.ct-03 .main-hr-ing .hr-txt strong{font-size:clamp(30px,4vw,50px);line-height:.8}.ct-03 .main-hr-ing img{filter:invert(.4);transform:rotate(90deg);width:14px}.ct-04{display:flex;flex-direction:column;justify-content:center;padding:5vh 0 15vh}.ct-04 h1{font-size:clamp(30px,6vw,50px);margin-bottom:2vh}.ct-04 .txt{color:var(--grayColor2);font-size:clamp(12px,2vw,20px)}.ct-04 .rolling-wrapper{height:40vh;margin-top:8vh;overflow:hidden;position:relative}.ct-04 .rolling-wrapper:after{background:linear-gradient(#0000,#fff);bottom:0;content:"";height:5vh;position:absolute;width:100%}.ct-04 .rolling-wrapper:before{background:linear-gradient(#fff,#0000);content:"";height:5vh;position:absolute;top:0;width:100%;z-index:1}.ct-04 ul.rolling-list{grid-gap:2vh 2vw;display:grid;gap:2vh 2vw;grid-template-columns:repeat(4,1fr)}.ct-04 ul li{align-items:center;background:#f1f1f1;border-radius:15px;display:flex;justify-content:center;padding:3vh 1vw}.ct-05{background:var(--subColor3);padding:8vh 0}.ct-05 .app-link h1{font-size:clamp(30px,6vw,50px);line-height:1.4;margin-bottom:5vh}.ct-05 .app-link dl dt{border-right:1px solid #ccc;display:flex;flex-direction:column;gap:2vh;padding-right:4vw}.ct-05 .app-link dl dt a{background:var(--whiteColor);border-radius:50px;padding:1.5vh 2vw}.ct-05 .app-link dl dd{margin-left:4vw;width:128px}.ct-05 .app-link dl dd .txt{color:#999;font-size:clamp(11px,2vw,14px);margin-top:15px;text-align:center}.ct-05 .app-img{flex:1 1;margin-left:10vw;max-width:20vw}@media (max-width:767px){.link-btn{margin-top:2vh}.link-btn .arrow{height:24px;padding:8px 9px;width:24px}.ct-01>span.img-k,.ct-01>span.img-s{display:none}.ct-01 ul{flex-wrap:wrap;gap:2vw}.ct-01 ul li{height:20vh;position:relative;width:40vw}.ct-01 ul li:hover{transform:none}.ct-01 ul li:hover:after{display:none}.ct-01 ul li a{padding:20px}.ct-02 .news-slider iframe{height:28vh;width:calc(50vw - 10px)}.ct-02 .news-info{height:28vh;width:calc(50vw - 30px)}.ct-02 .news-info a{padding:15px}.ct-02 .swiper-button{display:none}.ct-03{padding-top:3vh}.ct-03>.inner{flex-direction:column}.ct-03 .hr-wrap{order:2;width:100%}.ct-03 .tit-wrap{order:1}.ct-03 .main-hr-ing{margin-top:2vh;padding:3vh 0;top:0}.ct-03 .main-hr-ing img{width:10px}.ct-04{padding:10vh 0}.ct-04 ul.rolling-list{grid-template-columns:repeat(3,1fr);height:30vh}.ct-04 ul li{border-radius:10px;padding:2vh 1vw}.ct-05 .app-link dl dt{border-right:0;flex:1 1}.ct-05 .app-link dl dt a{padding:2vh 5vw}.ct-05 .app-link dl dd{width:90px}.ct-05 .app-img{display:none}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{-webkit-backface-visibility:hidden;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-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.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(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.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{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow: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{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.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:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:#0000001a;background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:#00000080;background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.about-content h1{font-size:clamp(24px,6vw,50px);line-height:1.5;margin-bottom:40px}.about-content h3{font-size:clamp(11px,3vw,24px);margin:20px 0 30px}.about-content .txt-01{font-size:clamp(12px,3vw,24px);line-height:1.5;margin-top:50px}.about-content .txt-02{font-size:clamp(13px,3vw,26px);margin-top:40px}.pin-group{overflow:hidden}.ac-01{padding-bottom:15vh}.ac-01 .line-01{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23000' stroke-width='4' stroke-dasharray='1, 13' stroke-linecap='square'/%3E%3C/svg%3E");filter:invert(78%) sepia(3%) saturate(4000%) hue-rotate(170deg) brightness(100%) contrast(103%);height:145px;margin:0 auto;position:relative;width:1px}.ac-01 .line-01.arrow:after{background:#000;bottom:0;content:"";display:block;height:42%;left:0;position:absolute;width:1px;z-index:1}.ac-01 .line-01.arrow:before{background:#b9bcc9;bottom:-5px;content:"";display:block;height:40px;position:absolute;right:-15px;transform:rotate(45deg);width:1px}.about-content.content{color:var(--whiteColor);overflow:hidden}.about-content.content.members{background:url(/static/media/bg_about_01.35736be662cb20cb8be0.png) no-repeat 50%;background-size:cover}.about-content.content.company{background:#004dc6}.about-content.content .txt-box{background:#fff;border-radius:30px;color:var(--mainColor);display:inline-block;font-size:clamp(12px,4vw,18px);font-weight:700;line-height:1;margin:9vh 0 4vh;padding:10px 32px}.about-content.content dl{font-size:clamp(60px,4vw,80px);font-weight:700;gap:20px;justify-content:center}.ac-04{background:#001f50;color:var(--whiteColor)}.ac-04 h1{margin-top:2vh}.ac-04 .txt-02{line-height:1.8;margin-right:10vw}.ac-04 .banner-box{display:flex;flex:1 1;flex-direction:column;gap:2vh;margin-left:auto;max-width:600px}.ac-04 .banner-box .banner-txt{border-radius:0 0 50px 0;font-size:clamp(14px,4vw,20px);padding:6vh 3vw;width:100%}.ac-04 .banner-box .banner-txt.bg-01{background:url(/static/media/about_img_01.5e43866e5eacef8df6ef.png) no-repeat 0;background-size:cover}.ac-04 .banner-box .banner-txt.bg-02{background:url(/static/media/about_img_02.a59eb847aecfc685e506.png) no-repeat 0;background-size:cover}.ac-04 .banner-box .banner-txt.bg-03{background:url(/static/media/about_img_03.617d940dc433660e0313.png) no-repeat 0;background-size:cover}.ac-04 .banner-box .banner-txt h2{font-size:clamp(20px,4vw,36px);margin-top:15px}.ac-05{background:var(--whiteColor)}.ac-05 .inner{position:relative}.ac-05 .txt-01{color:#888}.ac-05 .video-wrap{border-radius:100px 0 100px 0;height:40vh;overflow:hidden;position:absolute;right:0;top:50%;transform:translateY(-50%);width:15vw}.ac-05 .video-wrap video{height:100%;object-fit:cover;width:100%}.ac-05 .video-wrap .video-txt{color:#fff;font-size:clamp(24px,4vw,46px);font-weight:600;height:100%;left:0;line-height:1.5;padding:0 5vw;position:absolute;text-align:center;top:0;width:100%;z-index:1}.ac-06{background:#333}.ac-06 .venn-section{aspect-ratio:1/1;margin:0 auto;max-width:500px;position:relative;width:100%}.ac-06 .circle{align-items:center;aspect-ratio:1/1;border:1px solid #666;border-radius:50%;display:flex;flex-direction:column;font-size:clamp(12px,4vw,1.4rem);font-weight:700;height:50vw;justify-content:center;left:50%;line-height:1;max-height:288px;max-width:288px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50vw}.ac-06 .circle h2{font-size:clamp(24px,6vw,1.6em);margin-top:1.5vh}.ac-06 .trust{left:50%;top:0;transform:translateX(-50%)}.ac-06 .speed{bottom:0;left:0;transform:none}.ac-06 .action{bottom:0;right:0;transform:none}.ac-06 .intersection{background:var(--mainColor);border:0;font-size:clamp(24px,6vw,1.8em);overflow:hidden;z-index:10}.ac-06 .circle.intersection h2{font-size:clamp(40px,12vw,3em);margin-top:2vh}@media (max-width:1180px){.about-content.content.ac-05{height:auto;padding:10vh 0}.ac-05 .video-wrap{border-radius:0;min-height:100vh}.about-content.ac-05 .txt-01,.about-content.ac-05 h1{padding-right:15vw}}@media (max-width:767px){.about-content h1{margin-bottom:20px}.about-content h3{margin:10px 0 20px}.about-content .txt-01,.about-content .txt-02{margin-top:20px}.ac-01{padding-bottom:10vh}.ac-01 .line-01{height:80px}.ac-01 .line-01.arrow:before{bottom:-3px;height:20px;right:-7px}.ac-04 .inner{align-items:start;flex-direction:column;gap:5vh}.ac-04 .tit-box img{width:30px}.ac-04 .banner-box .banner-txt{border-radius:0 0 30px 0;padding:30px 20px}.ac-04 .banner-box .banner-txt h2{margin-top:5px}}.sub-visual{animation:bgscale 5s ease;background-position:50%;background-size:auto 100%;color:#fff;padding:28vh 0 12vh;transition:all 2s linear}@keyframes bgscale{0%{background-position:20%;background-size:auto 120%}to{background-position:50%;background-size:auto 100%}}.sub-visual ul li a span{color:var(--whiteColor);display:inline-block;font-size:clamp(11px,2vw,16px);font-weight:600;margin:0 16px 0 8px}.sub-visual ul li h1{font-size:clamp(30px,6vw,40px);margin-left:2vw}.sub-visual.about.bg-about{background-image:url(/static/media/bg_about.da790bd705a991dea5c3.png)}.sub-visual.business.bg-business{background-image:url(/static/media/bg_business.0a5d25fda1a7fc476232.png)}.sub-visual.bg-hr{background:#000;filter:invert(1)}.sub-visual.bg-news{background:#030303;filter:invert(1)}.sub-visual.sub-board.bg-news~.tab-menu{background:#f9f9f9}.sub-visual.sub-board.bg-news~.tab-menu .inner a{background:#fff}.sub-visual.sub-board{padding:18vh 0 5vh}.sub-visual.sub-board ul li a{opacity:.5}.sub-visual.sub-board~.tab-menu{background:none;height:auto;padding-bottom:6vh}.sub-visual.sub-board~.tab-menu .inner{align-items:center;gap:1vw;padding:0 20px}.sub-visual.sub-board~.tab-menu .inner a{background:#f9f9f9;border-radius:30px;border-right:0;color:var(--grayColor3);margin:0;padding:16px 56px}.sub-visual.sub-board~.tab-menu .inner a.active{background:var(--mainColor);color:var(--whiteColor)}@media (max-width:767px){.sub-visual{padding:10vh 0 5vh}.sub-visual ul{flex-direction:column;gap:2vh;justify-content:center}.sub-visual ul li a span{margin:0 6px 0 5px}.sub-visual ul li a img{width:6px}.sub-visual ul li h1{margin-left:0}.sub-visual.sub-board{padding:15vh 0 3vh}.sub-visual.sub-board~.tab-menu .inner{justify-content:center}.sub-visual.sub-board~.tab-menu .inner a{max-width:140px;padding:12px 0}.sub-visual.sub-board~.tab-menu{padding-bottom:4vh}}.tab-menu{background:var(--mainColor);height:60px}.tab-menu .inner{align-items:end;display:flex;height:100%;padding:0;position:relative}.tab-menu .inner a{border-right:1px solid var(--whiteColor);color:var(--whiteColor);font-size:18px;line-height:1;margin-bottom:21px;margin-left:-1px;padding:0 2.5vw;white-space:nowrap}.tab-menu .inner a:last-child{border-right:none}.tab-menu .inner a.active{background:var(--whiteColor);border-radius:15px 15px 0 0;border-right:0;color:var(--mainColor);font-size:1.4em;font-weight:700;margin-bottom:0;padding:25px 3vw}.business .tit-wrap h1{font-size:clamp(26px,4vw,44px);line-height:1.5;margin-top:5vh}.business .tit-wrap h2{font-size:clamp(20px,4vw,30px);line-height:1.6;margin-top:3vh}.business .tit-wrap h3{color:var(--grayColor1);font-size:clamp(14px,2vw,24px);font-weight:300;line-height:1.5;margin-top:15vh}.business .tit-wrap h4{color:var(--mainColor);font-size:clamp(11px,2vw,16px);margin-top:12vh}.business .txt-box{font-size:clamp(18px,2vw,28px);line-height:1.5;margin:12vh 0;position:relative}.business .txt-box img{display:inline-block;margin-right:10px;vertical-align:middle}.site-link{gap:20px;margin:70px auto 0;max-width:820px}.site-link a{align-items:center;border-radius:20px;color:var(--grayColor2);display:flex;flex:1 1;flex-direction:column;font-size:16px;height:180px;justify-content:center;line-height:1;position:relative}.site-link a img{margin:15px auto}.site-link a:after{background:url(/static/media/ico_link.5c76cdc4a1951ede0796.svg) no-repeat 50%;background-size:100%;content:"";display:block;height:18px;position:absolute;right:30px;top:30px;width:18px}.rentcar-content .site-link a:first-child{background:#fcf7f1}.rentcar-content .site-link a:first-child:after{filter:invert(60%) sepia(69%) saturate(6780%) hue-rotate(31deg) brightness(90%) contrast(97%)}.ads-content .site-link a:last-child:after{filter:invert(45%) sepia(69%) saturate(6780%) hue-rotate(209deg) brightness(96%) contrast(97%)}.rentcar-content .site-link a:last-child{background:#f4f4f4}.purchase-content .site-link a:first-child{background:#f0f9ff}.export-content .site-link a:first-child:after,.purchase-content .site-link a:first-child:after{filter:invert(45%) sepia(69%) saturate(6780%) hue-rotate(195deg) brightness(100%) contrast(97%)}.purchase-content .site-link a:last-child{background:#fff7ed}.purchase-content .site-link a:last-child:after{filter:invert(70%) sepia(69%) saturate(3780%) hue-rotate(348deg) brightness(100%) contrast(97%)}.export-content .site-link a:first-child{background:#f5f8fd}.export-content .site-link a:last-child{background:#f1f6ff}.export-content .site-link a:last-child:after{filter:invert(45%) sepia(69%) saturate(6780%) hue-rotate(219deg) brightness(75%) contrast(97%)}.ads-content .site-link a:first-child{background:#f9f7ff}.ads-content .site-link a:first-child:after{filter:invert(45%) sepia(69%) saturate(6780%) hue-rotate(244deg) brightness(96%) contrast(97%)}.ads-content .site-link a:last-child{background:#f5f8fd}.rentcar-list{flex-wrap:wrap;gap:4vw}.rentcar-list li{border-radius:20px;color:var(--whiteColor);display:flex;flex:1 1;flex-direction:column;font-size:clamp(14px,4vw,20px);font-weight:700;height:44vh;justify-content:space-between;line-height:1.5;padding:40px}.rentcar-list li .num{text-align:right}.rentcar-list li:first-child{background:url(/static/media/rentcar_bg_01.f49cdb31a76399587267.png) no-repeat 50%;background-size:cover}.rentcar-list li:nth-child(2){background:url(/static/media/rentcar_bg_02.1a83b826afbc43533fdf.png) no-repeat 50%;background-size:cover}.rentcar-list li:nth-child(3){background:url(/static/media/rentcar_bg_03.6208626aa5ef21ccb80f.png) no-repeat 50%;background-size:cover}.rc-02 .inner{max-width:100%;padding:15vh 0 15vh calc(50% - 590px)}.rc-02 .img-box{flex:1 1;margin-left:20px;margin-right:5vw;max-width:528px}.rc-02 .img-box img{border-radius:30px}.rc-02 .info-wrap{flex:1 1;overflow:hidden;width:calc(100% - 740px)}.rc-02 .info-wrap h1{font-size:clamp(30px,4vw,50px)}.rentSwiper .swiper{margin-top:3vh;padding-top:7vh}.rentSwiper .swiper-pagination-fraction{align-items:center;bottom:auto;display:flex;font-size:clamp(12px,2vw,16px);gap:10px;left:0;top:0;width:auto}.rentSwiper .swiper-pagination-current{align-items:center;background:var(--blackColor);border-radius:100%;color:var(--whiteColor);display:flex;height:32px;justify-content:center;width:32px}.rentSwiper .swiper-slide{background:var(--mainColor);border-radius:15px;color:var(--whiteColor);filter:invert(1) grayscale(1);line-height:1.5;opacity:.2;padding:35px;transition:background-color .3s,filter .3s,opacity .3s;width:360px}.rentSwiper .swiper-slide-active{filter:none;opacity:1;transition:background-color .3s,filter .3s,opacity .3s}.rentSwiper .swiper-slide h3{font-size:clamp(16px,2vw,24px)}.rentSwiper .swiper-slide .rent-txt{font-size:clamp(12px,2vw,16px);height:70px;margin-top:20px}.rc-03{background:var(--subColor3);padding:12vh 0}.rc-03 .inner{display:flex;gap:5vw}.rc-03 h1{color:var(--grayColor1);font-size:clamp(24px,2vw,40px);margin-top:3vh}.rc-03 ul{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr}.rc-03 ul li{background:var(--whiteColor);border-radius:20px;box-shadow:0 10px 20px #0000001a;height:200px;line-height:1.5;padding:30px}.rc-03 ul li .tit{color:var(--mainColor);font-size:clamp(11px,3vw,16px);font-weight:600}.rc-03 ul li .txt{font-size:clamp(14px,4vw,20px);font-weight:700;margin-top:20px}.pc-01 .txt-banner{background:url(/static/media/purchase_bg_01.677754e9aa9028dc26b8.png) no-repeat 50%;background-size:cover;border-radius:20px;color:var(--whiteColor);font-size:clamp(18px,2vw,36px);font-weight:600;height:292px;justify-content:center;line-height:1.6;margin:12vh auto 0;position:relative;text-align:center}.pc-01 .txt-banner .line-top{background:#ccc;height:12vh;left:50%;position:absolute;top:-1vh;transform:translateY(-50%);width:1px}.pc-02{background:#f9f9f9;margin-top:12vh;padding:12vh 0}.pc-02 h1{font-size:clamp(20px,6vw,40px);gap:15px;justify-content:center;margin-bottom:8vh}.pc-02 ol{display:flex;flex-wrap:wrap;gap:10%;margin:0 auto;max-width:80%}.pc-02 ol li{font-size:clamp(11px,2vw,16px);line-height:1.4;margin-top:15vh;text-align:center;width:45%}.pc-02 ol li:nth-child(odd){margin-top:0}.pc-02 ol li h3{font-size:clamp(18px,3vw,30px);margin-bottom:2vh}.pc-02 ol li img{border:1px solid #86edff;border-radius:20px;box-shadow:0 8px 30px #c6ecff;margin-top:3vh}.pc-03{background:url(/static/media/purchase_bg_02.afd903ce4fb5c02d60e0.png) no-repeat 50%;background-size:cover;padding:10vh 0}.pc-03 .tit-box{background:#fffc;border-radius:20px;box-shadow:0 5px 20px #0003;color:var(--grayColor1);font-size:clamp(11px,3vw,18px);line-height:1.5;padding:60px 60px 80px;width:70%}.pc-03 .tit-box h1{font-size:clamp(22px,6vw,36px);margin:2vh 0}.pc-03 .tit-box h4{color:var(--mainColor);font-size:clamp(11px,4vw,16px)}.ec-01 .graph-wrapper{align-items:end;display:flex;justify-content:center;margin:10vh 0 20vh}.ec-01 .graph-wrapper .left-txt{color:var(--grayColor2);font-size:clamp(9px,2vw,16px);margin-bottom:10vh;opacity:0;text-align:right}.ec-01 .graph-wrapper .right-txt{color:var(--grayColor1);font-size:clamp(10px,2vw,20px);margin-bottom:15vh;opacity:0}.ec-01 .graph-wrapper .left-txt b{display:block;font-size:2em;margin-top:5px}.ec-01 .graph-wrapper .right-txt b{display:block;font-size:2.5em;margin-top:10px}.ec-01 .graph-box{aspect-ratio:360/321;max-width:360px;position:relative;width:50%}.ec-01 .graph-box .speech-bubble{background:var(--grayColor1);border-radius:10px;color:var(--whiteColor);display:inline-block;font-size:clamp(10px,2vw,20px);font-weight:700;padding:7px 14px;position:absolute;top:12px;transform:translateX(-50%);white-space:nowrap}.ec-01 .graph-box .speech-bubble:after{background:var(--grayColor1);bottom:-4px;content:"";display:block;height:8px;left:50%;position:absolute;transform:translateX(-50%) rotate(-45deg);width:8px}.ec-01 .graph-box .graph-tit{border-top:1px solid #ccc;color:var(--grayColor1);font-size:clamp(18px,2vw,30px);font-weight:700;padding-top:30px;text-align:center}.ec-02{background:url(/static/media/export_bg.96b99fb41cae09d3fcad.png) no-repeat 50%;background-size:cover;color:var(--whiteColor);padding:15vh 0;text-align:center}.ec-02 h1{font-size:clamp(22px,2vw,36px);line-height:1.5}.ec-02 ul{gap:5vw;justify-content:center;margin-top:7vh}.ec-02 ul li{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;flex:1 1;font-size:clamp(13px,2vw,16px);line-height:1.6;max-width:250px;padding:50px 2vw}.ec-02 ul li:first-child{background:#553be999}.ec-02 ul li:nth-child(2){background:#1c49e999}.ec-02 ul li:nth-child(3){background:#00d0ff99}.ec-02 ul li i{background:var(--whiteColor);border-radius:100%;display:block;height:60px;margin:0 auto;padding:15px;width:60px}.ec-02 ul li .tit{font-size:clamp(18px,2vw,24px);font-weight:700;margin:2.5vh 0 1vh}.ec-03 .content-box{display:flex;margin:15vh 0;overflow:hidden}.ec-03 .content-box .tit-box{background:var(--mainColor);border-radius:30px;color:var(--whiteColor);font-size:clamp(30px,4vw,50px);font-weight:700;line-height:1.4;max-width:450px;padding:6vh 4vw;width:35vw}.ec-03 .content-box .tit-box .txt{font-size:clamp(12px,2vw,18px);font-weight:400;line-height:1.7;margin-top:3vh;opacity:.7}.ec-03 .content-box ul{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:1fr 1fr;margin-left:20px}.ec-03 .content-box ul li{background:var(--subColor2);border-radius:20px;color:var(--grayColor2);font-size:clamp(11px,2vw,16px);line-height:1.5;padding:40px 50px 70px}.ec-03 .content-box ul li:nth-child(2),.ec-03 .content-box ul li:nth-child(3){background:#f9f9f9}.ec-03 .content-box ul li h2{color:var(--blackColor);font-size:clamp(18px,4vw,28px);line-height:1.4;margin-bottom:3vh}.ec-03 .content-box ul li h3{color:var(--mainColor);font-size:clamp(14px,2vw,20px);margin-bottom:5px}.adc-02{background:#f7f8fa;margin:15vh 0;overflow:hidden}.adc-02 .inner{background:linear-gradient(90deg,#0000 70%,#2f3540 0)}.adc-02 .sns-img{min-width:160px;width:45%}.adc-02 h1{font-size:clamp(30px,4vw,50px);margin:80px 0 3vh}.adc-02 .ads-txt{color:var(--grayColor2);font-size:clamp(16px,2vw,24px);line-height:1.4;margin-bottom:6vh}.adc-02 .ads-txt-box{background:var(--whiteColor);border-radius:15px;color:var(--subColor1);display:inline-block;font-size:clamp(12px,2vw,20px);line-height:1.4;margin-top:20px;padding:20px 30px}.adc-02 .adsSwiper{padding:12vh 0;width:55%}.adc-02 .adsSwiper .swiper-slide{opacity:0!important}.adc-02 .adsSwiper .swiper-slide.swiper-slide-active{opacity:1!important}.adc-02 .adsSwiper .swiper-pagination{text-align:left;top:0}.adc-02 .adsSwiper span{background:#e2edff;color:var(--subColor1);font-size:20px;height:44px;line-height:44px;margin:0 15px 0 0!important;opacity:1;text-align:center;width:44px}.adc-02 .adsSwiper .swiper-pagination-bullet-active{background:var(--mainColor);color:var(--whiteColor);font-size:24px;font-weight:700;height:50px;line-height:50px;width:50px}.adc-03 .round-txt-box{border-radius:200px;color:var(--whiteColor);font-size:clamp(16px,3vw,36px);margin-top:5vh;padding:8vh 0;text-align:center}.adc-03 .round-txt-box>div{display:inline-block;position:relative;z-index:0}.adc-03 .round-txt-box span{background:var(--mainColor);border-radius:100%;display:block;height:80px;left:-5%;position:absolute;top:50%;transform:translateY(-50%);width:80px;z-index:-1}.adc-03 .round-txt-box.bg-02 span{left:95%}.adc-03 .round-txt-box.bg-01{background:url(/static/media/ads_bg_02.025ee3a4c75811c5bccd.png) no-repeat 50%;background-size:cover}.adc-03 .round-txt-box.bg-02{background:url(/static/media/ads_bg_03.681af6d954df197b011a.png) no-repeat 50%;background-size:cover}.adc-03 .round-txt-box.bg-03{background:url(/static/media/ads_bg_04.2e5dc49cd352e0ecab6f.png) no-repeat 50%;background-size:cover}.adc-03 h1{font-size:clamp(26px,4vw,50px);line-height:1.5;margin:15vh 0 8vh;text-align:center}.adc-03 ul{gap:2vw;justify-content:center;margin-bottom:15vh}.adc-03 ul li{background:var(--subColor2);border-radius:70px;color:var(--grayColor3);display:flex;flex-direction:column;font-size:clamp(12px,2vw,20px);height:240px;justify-content:center;text-align:center;width:240px}.adc-03 ul li:nth-child(2n){background:#f9f9f9}.adc-03 ul li h2{color:var(--mainColor);font-size:clamp(30px,4vw,50px);margin-top:20px}@media (max-width:767px){.tab-menu{height:40px}.tab-menu .inner a{border-right:0;flex:1 1;font-size:12px;margin-bottom:14px;margin-left:0;padding:0;text-align:center}.tab-menu .inner a.active{border-radius:10px 10px 0 0;border-right:0;font-size:14px;padding:16px 8px}.business .tit-wrap h1{margin-top:3vh}.business .tit-wrap h3,.business .tit-wrap h4{margin-top:8vh}.site-link{gap:10px;margin:50px auto 0}.site-link a{border-radius:15px;font-size:12px;height:100px}.site-link a img{margin:10px auto}.site-link a:after{content:"";display:block;height:12px;position:absolute;right:20px;top:20px;width:12px}.ads-content .site-link a img,.export-content .site-link a:first-child img,.purchase-content .site-link a:last-child img,.rentcar-content .site-link a:first-child img{width:100px}.purchase-content .site-link a:first-child img,.rentcar-content .site-link a:last-child img{width:50px}.export-content .site-link a:last-child img{width:70px}.business .txt-box{margin:10vh 0}.business .txt-box img{display:block;margin:0 auto 20px}.rentcar-list li{flex:auto;height:150px;padding:20px;width:100%}.rc-02 .inner{padding-bottom:10vh;padding-left:20px;padding-top:10vh}.rc-02 .img-box{display:none}.rc-02 .info-wrap{width:100%}.rentSwiper .swiper-pagination-current{height:24px;width:24px}.rentSwiper .swiper-slide{padding:25px;width:60vw}.rentSwiper .swiper-slide .rent-txt{height:54px;margin-top:20px}.rc-03{padding:8vh 0}.rc-03 .inner{flex-direction:column}.rc-03 h1{margin-bottom:20px;margin-top:0;text-align:center}.rc-03 ul{grid-template-columns:1fr 1fr}.rc-03 ul li{box-shadow:0 5px 10px #0000000d;height:160px;padding:20px}.rc-03 ul li .txt{margin-top:10px}.pc-01 .txt-banner{height:140px;margin-top:8vh}.pc-01 .txt-banner .line-top{background:#ccc;height:8vh}.pc-02{margin-top:8vh;padding:8vh 0}.pc-02 h1{margin-bottom:0}.pc-02 ol{max-width:70%}.pc-02 ol li{margin-top:6vh!important;width:100%}.pc-02 ol li img{box-shadow:0 5px 20px #c6ecff}.pc-03 .tit-box{padding:20px 30px 40px;width:100%}.ec-01 .graph-wrapper{margin:10vh 0 8vh}.ec-01 .graph-wrapper .left-txt,.ec-01 .graph-wrapper .right-txt{margin-bottom:7vh}.ec-01 .graph-box .speech-bubble{border-radius:5px;padding:4px 8px;top:-4px}.ec-01 .graph-box .speech-bubble:after{bottom:-2px;height:4px;width:4px}.ec-01 .graph-box .graph-tit{padding-top:15px}.ec-02 ul{flex-direction:column}.ec-02 ul li{max-width:200px;padding:30px}.ec-02 ul li i{height:50px;padding:12px;width:50px}.ec-03 .content-box{flex-direction:column;margin:8vh 0}.ec-03 .content-box .tit-box{border-radius:15px;max-width:100%;padding:20px;width:100%}.ec-03 .content-box .tit-box .txt{margin-top:1vh}.ec-03 .content-box ul{margin-left:0;margin-top:20px}.ec-03 .content-box ul li{border-radius:15px;padding:20px}.adc-02{margin:8vh 0;position:relative}.adc-02 .inner{background:linear-gradient(90deg,#0000 85%,#2f3540 0)}.adc-02 .sns-img{position:absolute;right:0;top:20px}.adc-02 h1{margin-top:60px}.adc-02 .ads-txt{margin-bottom:3vh}.adc-02 .ads-txt-box{border-radius:10px;margin-top:10px;padding:12px 15px}.adc-02 .adsSwiper{padding:8vh 0;width:100%}.adc-02 .adsSwiper span{font-size:12px;height:30px;line-height:30px;margin:0 8px 0 0!important;width:30px}.adc-02 .adsSwiper .swiper-pagination-bullet-active{font-size:16px;height:36px;line-height:36px;width:36px}.adc-03 .round-txt-box{margin-top:3vh;padding:5vh 20px;position:relative}.adc-03 .round-txt-box span{display:none}.adc-03 h1{margin:8vh 0 5vh}.adc-03 ul{flex-wrap:wrap;gap:5vw;margin-bottom:8vh}.adc-03 ul li{border-radius:35px;height:150px;width:150px}.adc-03 ul li h2{margin-top:10px}}.pr-list{grid-gap:5vh 2vw;display:grid;gap:5vh 2vw;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));margin:8vh 0}.pr-list .pr-youtube{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.pr-list .pr-youtube iframe{border-radius:20px;height:100%;left:0;position:absolute;top:0;width:100%}.pr-list .pr-box a h3{color:var(--grayColor1);font-size:clamp(16px,6vw,20px);margin:2vh 0 1vh;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-list .pr-box a .news-data{color:#999;font-size:clamp(12px,2vw,16px)}.press-list{margin:8vh 0}.press-list a{border-bottom:1px solid #eee;gap:30px;margin-bottom:30px;padding-bottom:30px}.press-list a img{border-radius:20px;width:260px}.press-list a .info-box{color:#999;flex:1 1;font-size:clamp(12px,2vw,16px)}.press-list a .info-box h3{color:var(--grayColor1);font-size:clamp(16px,5vw,24px);height:8vh;margin-top:10px}@media (max-width:767px){.pr-list{grid-template-columns:1fr;margin:6vh 0 8vh}.press-list{margin:5vh 0}.press-list a{gap:0;margin-bottom:20px;padding-bottom:20px}.press-list a img{display:none}.press-list a .info-box h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:auto;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis}}.pagination{display:flex;gap:1.5vw;justify-content:center;margin-bottom:12vh}.page-button{color:#666;cursor:pointer;font-size:clamp(14px,2vw,18px)}.page-button.active{color:#000}.page-button img{min-width:15px;width:1vw}.hr h2{font-size:clamp(20px,6vw,40px);line-height:1.5}.info-content ul.grid-wrap{grid-gap:5vh 3vw;display:grid;gap:5vh 3vw;grid-template-columns:repeat(2,1fr);margin-top:5vh}.ic-01{background:linear-gradient(var(--subColor2) 85%,#0000 1%);padding-top:8vh}.ic-01 ul{gap:5vw;margin-top:7vh}.ic-01 ul li{background:var(--whiteColor);border-radius:30px;box-shadow:0 10px 20px #0000000d;color:var(--grayColor2);flex:1 1;font-size:clamp(11px,2vw,16px);padding:80px 20px 30px;position:relative}.ic-01 ul li i{background:var(--subColor1);border-radius:100%;display:block;height:90px;line-height:90px;margin:-100px auto 20px;padding:28px;width:90px}.ic-01 ul li h3{color:var(--mainColor);font-size:clamp(16px,4vw,24px);margin-bottom:10px}.ic-02{padding:15vh 0}.ic-02 .txt{color:var(--grayColor2);font-size:clamp(12px,2vw,20px);margin:2vh 0 5vh}.ic-02 .swiper-slide{border-radius:40px;height:38vh;overflow:hidden}.ic-02 .swiper-slide img{height:100%;object-fit:cover;width:100%}.ic-02 .officeSwiper .swiper-pagination{margin:5vh 0 12vh;position:relative}.ic-02 .officeSwiper .swiper-pagination .swiper-pagination-bullet{height:10px;margin:0 8px;width:10px}.ic-02 ul li .interview-box{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.ic-02 ul li .interview-box iframe{border-radius:30px;height:100%;left:0;position:absolute;top:0;width:100%}.ic-02 ul li dl{color:var(--grayColor2);font-size:clamp(11px,2vw,16px);gap:10px;margin:3vh 0 1vh}.ic-02 ul li dl dt{color:var(--mainColor);font-weight:700}.ic-02 ul li h3{font-size:clamp(16px,3vw,24px);line-height:1.5}.ic-03{background:#f9f9f9;padding:10vh 0}.ic-03 ul li .img-box{border-radius:30px 30px 0 0;height:24vh;overflow:hidden}.ic-03 ul li .img-box img{height:100%;object-fit:cover;width:100%}.ic-03 ul li .adress-box{background:var(--whiteColor);border-radius:0 0 30px 30px;color:var(--grayColor2);font-size:clamp(12px,3vw,16px);padding:30px}.ic-03 ul li .adress-box h3{color:var(--blackColor);font-size:clamp(18px,4vw,24px);margin:5px 0 10px}.ic-03 ul li .adress-box h4{color:var(--mainColor);font-size:clamp(10px,2vw,12px)}.ic-04{background:var(--mainColor);padding:12vh 0;text-align:center}.ic-04,.ic-04 a{color:var(--whiteColor)}.ic-04 a{border:1px solid #fff;border-radius:30px;font-size:clamp(14px,4vw,20px);gap:5px;justify-content:center;margin:5vh auto 0;padding:15px 0;width:200px}.ic-04 a img{height:8px;transform:rotate(90deg)}.lc-01{background:var(--subColor2);color:var(--grayColor2);font-size:clamp(12px,2vw,16px);line-height:1.4;padding:8vh 0;text-align:center}.lc-01 h3{color:var(--blackColor);font-size:clamp(20px,4vw,30px);margin-bottom:15px}.lc-01 ol{justify-content:space-between;margin:5vh auto 0;max-width:980px;position:relative;z-index:0}.lc-01 ol:after{background:var(--mainColor);content:"";display:block;height:2px;left:0;position:absolute;top:50%;width:100%;z-index:-1}.lc-01 ol li{align-items:center;background:var(--mainColor);border:3px solid var(--mainColor);border-radius:100%;color:var(--whiteColor);display:flex;font-size:clamp(12px,2vw,18px);font-weight:600;height:140px;justify-content:center;width:140px}.lc-01 ol li:nth-child(2n){background:var(--whiteColor);color:var(--mainColor)}.lc-02{padding:15vh 0}.lc-02 .search-box{margin:4vh 0}.lc-02 .hr-list-box{border-bottom:1px solid #cfd5df;display:flex;margin-top:40px}.hr-info h4{font-size:clamp(18px,4vw,24px)}.hr-info>div{gap:20px;margin:20px 0 40px}.hr-info span{color:var(--grayColor2);display:block;font-size:clamp(11px,2vw,16px)}.hr-info span.bar{background:#ccc;height:12px;width:1px}.dday{color:var(--mainColor);font-size:clamp(14px,4vw,30px);font-weight:700;margin:10px 0 0 auto}.search-bar{border:2px solid #cfd5df;border-radius:15px;margin:6vh 0 2vh;padding:20px 30px}.search-bar input{flex:1 1;font-size:clamp(13px,3vw,18px);height:100%}.search-bar button{width:24px}.filter-options{gap:15px;margin-bottom:70px}.filter-options select{background:url(/static/media/select_arrow.c2834010faaaa2926781.svg) no-repeat 90%;border:1px solid #cfd5df;border-radius:15px;color:#77808f;flex:1 1;font-size:clamp(12px,3vw,18px);padding:20px 30px;position:relative}.hr-detail .detail-content{border-top:1px solid #ddd;padding:10vh 0 12vh}.hr-detail .detail-content h2{font-size:clamp(20px,6vw,36px);line-height:1.5;text-align:center}.hr-detail .detail-txt{color:var(--grayColor2);font-size:clamp(11px,3vw,16px);margin:2vh 0 8vh;text-align:center}.hr-detail .hr-info{background-color:var(--subColor2);border-radius:40px;padding:50px 70px 10px}.hr-detail .hr-info h3{font-size:clamp(20px,4vw,40px);margin-top:20px}.hr-detail .detail-info{background:#f9f9f9;border-radius:40px;color:var(--grayColor2);font-size:clamp(11px,2vw,18px);line-height:1.6;margin:3vh 0 8vh;padding:70px}.hr-detail .detail-info h4{color:var(--mainColor);font-size:clamp(14px,4vw,24px);gap:15px;margin-bottom:10px}.hr-detail .detail-info h4 span{background:var(--subColor1);border-radius:2px;display:block;height:24px;width:4px}.hr-detail .detail-info dl{margin-top:40px}.hr-detail .detail-info dl dt{border-bottom:1px solid #d9d9d9;color:var(--blackColor);font-size:clamp(14px,2vw,20px);font-weight:700;margin-bottom:15px;padding-bottom:10px}.hr-detail .detail-info li{font-size:clamp(11px,2vw,16px);margin-top:10px;padding-left:30px;position:relative}.hr-detail .detail-info li:before{content:"•";display:inline-block;left:0;position:absolute;text-align:center;width:30px}.hr-detail .btn-wrap>*{border-radius:10px;color:var(--whiteColor);flex:1 1;font-size:clamp(14px,2vw,20px);font-weight:700;max-width:255px;padding:15px 0;text-align:center}.hr-detail .btn-wrap{gap:20px;justify-content:center}.hr-detail .btn-wrap .list-btn{background:var(--grayColor2)}.hr-detail .btn-wrap .apply-btn{background:var(--mainColor)}.hr-detail .popup .form-wrap{background:var(--subColor3);border-radius:0 0 20px 20px;padding:40px}.hr-detail .popup .form-tit{font-size:clamp(13px,2vw,16px);gap:10px;margin-bottom:10px}.hr-detail .popup .form-tit span{background:#ff5656;border-radius:100%;display:block;height:8px;width:8px}.hr-detail .popup .form-tit strong{margin-right:5px}.hr-detail .popup .btn-wrap{gap:10px}.hr-detail .popup .btn-wrap>*{border-radius:8px;font-size:clamp(12px,2vw,16px)}.hr-detail .popup .btn-wrap .finish-btn{background:var(--subColor1);min-width:100%}.hr-detail .finish-wrap{font-size:clamp(14px,2vw,20px);padding-top:6vh}.hr-detail .finish-wrap .step-circle{position:relative;z-index:0}.hr-detail .finish-wrap .step-circle b{aspect-ratio:1/1;background:#fff;border:3px solid var(--mainColor);border-radius:50%;font-size:clamp(16px,4vw,24px);justify-content:center;margin:0 auto;max-width:140px;position:relative;width:30%;z-index:0}.hr-detail .finish-wrap .step-circle:before{animation:gradient 2s infinite;background:linear-gradient(to right,var(--mainColor),#0000);content:"";display:block;height:3px;left:50%;position:absolute;top:50%;transform:translateX(-46%) translateY(-50%);width:55%;z-index:-1}@keyframes gradient{0%{left:30%;width:7%}to{width:55%}}.hr-detail .finish-wrap h1{font-size:clamp(24px,4vw,36px);margin:4vh 0 2vh}.hr-detail .finish-wrap ul{background:var(--subColor2);border-radius:10px;padding:20px}.hr-detail .finish-wrap .detail-info li{font-size:clamp(11px,2vw,13px);margin-top:5px;text-align:left}@media (max-width:767px){.info-content ul.grid-wrap{grid-template-columns:1fr}.ic-01{padding-top:5vh}.ic-01 ul{margin:20px -20px 0;overflow-x:scroll;padding:20px}.ic-01 ul::-webkit-scrollbar{display:none}.ic-01 ul li{padding:80px 10px 20px}.ic-01 ul li i{height:50px;padding:15px;width:50px}.ic-02{padding:8vh 0}.ic-02 .swiper-slide{border-radius:20px;height:24vh}.ic-02 .officeSwiper .swiper-pagination{margin:3vh 0 8vh}.ic-02 .officeSwiper .swiper-pagination .swiper-pagination-bullet{height:6px;margin:0 4px;width:6px}.ic-03{padding:6vh 0}.ic-03 ul li .img-box{border-radius:20px 20px 0 0;height:18vh}.ic-03 ul li .adress-box{border-radius:0 0 20px 20px;padding:15px}.ic-04{padding:8vh 0}.ic-04 a{padding:12px 0;width:170px}.ic-04 a img{height:6px}.lc-01{padding:8vh 0}.lc-01 ol li{border:2px solid var(--mainColor);height:67px;width:67px}.lc-02{padding:8vh 0}.lc-02 .hr-list-box{border:1px solid #cfd5df;border-radius:10px;flex-direction:column;margin-top:15px;padding:20px}.hr-info{order:2}.hr-info>div{gap:8px;margin:15px 0 0}.hr-info span.bar{height:8px}.dday{margin:0 0 5px;order:1}.search-bar{border-radius:10px;margin:3vh 0 1.5vh;padding:15px 20px}.search-bar button{width:16px}.filter-options{flex-wrap:wrap;gap:5px;margin-bottom:30px}.filter-options select{background-size:10px;border-radius:8px;padding:10px}.hr-detail .detail-content{padding:5vh 0}.hr-detail .detail-txt{margin:2vh 0 6vh}.hr-detail .hr-info{border-radius:20px;padding:20px 30px}.hr-detail .hr-info h3{margin-top:0}.hr-detail .detail-info{border-radius:20px;margin:3vh 0;padding:30px}.hr-detail .detail-info h4{gap:10px}.hr-detail .detail-info h4 span{height:18px;width:3px}.hr-detail .detail-info dl{margin-top:20px}.hr-detail .detail-info dl dt{margin-bottom:10px;padding-bottom:5px}.hr-detail .detail-info li{margin-top:5px;padding-left:15px}.hr-detail .detail-info li:before{width:15px}.hr-detail .popup .form-wrap{padding:20px}.hr-detail .popup .form-scroll{height:50dvh;overflow:auto}.hr-detail .popup .form-tit{flex-wrap:wrap;gap:5px;margin-bottom:5px}.hr-detail .popup .form-tit span{height:5px;width:5px}.hr-detail .btn-wrap{gap:10px}.hr-detail .btn-wrap>*{padding:12px 0}}@font-face{font-family:Pretendard;font-style:normal;font-weight:100;src:url(/static/media/Pretendard-Thin.8fa9bd9bd88871f96f97.woff2) format("woff2"),url(/static/media/Pretendard-Thin.12424be9b7c0a8d797fd.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:200;src:url(/static/media/Pretendard-ExtraLight.aac2eba6e81ad75f093a.woff2) format("woff2"),url(/static/media/Pretendard-ExtraLight.1f2640c638e102a24465.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:300;src:url(/static/media/Pretendard-Light.b84237c9d0eb0f59f977.woff2) format("woff2"),url(/static/media/Pretendard-Light.676ea1d66e863f07056f.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:400;src:url(/static/media/Pretendard-Regular.ccfdbf26e30554c0ae97.woff2) format("woff2"),url(/static/media/Pretendard-Regular.757c5083534b6b80c0f5.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:500;src:url(/static/media/Pretendard-Medium.36ca9703d1975d433341.woff2) format("woff2"),url(/static/media/Pretendard-Medium.37340b86d4f0318675a0.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:600;src:url(/static/media/Pretendard-SemiBold.96cc5889b6ca53fa93dd.woff2) format("woff2"),url(/static/media/Pretendard-SemiBold.2ee37cc103c4e1df15c8.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:700;src:url(/static/media/Pretendard-Bold.d30949674103a6de14b6.woff2) format("woff2"),url(/static/media/Pretendard-Bold.1d08b066c6ab6b61c312.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:800;src:url(/static/media/Pretendard-ExtraBold.babf4a56be0400df794f.woff2) format("woff2"),url(/static/media/Pretendard-ExtraBold.9a37f81030e138d5e1ef.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:900;src:url(/static/media/Pretendard-Black.2825aba8a3a76a2595d9.woff2) format("woff2"),url(/static/media/Pretendard-Black.4d83107951395b6f8141.woff) format("woff")}@font-face{font-family:Pretendard Variable;font-style:normal;font-weight:45 920;src:url(/static/media/PretendardVariable.2bc582461caf4e05b51d.woff2) format("woff2-variations")}:root{--mainColor:#146af0;--subColor1:#65a1ff;--subColor2:#f3f7ff;--subColor3:#f2f5f9;--blackColor:#000;--grayColor1:#333;--grayColor2:#666;--grayColor3:#aaa;--grayColor4:#eee;--whiteColor:#fff}*{border:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;margin:0;outline:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:auto}body{background-color:#fff;background-color:var(--whiteColor);color:#000;font-family:Pretendard,sans-serif;font-weight:300;letter-spacing:-.5px;min-height:100dvh;transition:all .25s ease;word-break:keep-all}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}button,input,optgroup,select,textarea{background:#0000;border:none;font-family:Pretendard,sans-serif}input::placeholder,textarea::placeholder{color:#aaa;color:var(--grayColor3)}::-webkit-file-upload-button,a,button,label{cursor:pointer}img,svg{border:none;display:block;vertical-align:top}input:focus,select:focus{outline:none}address,em,i{font-style:normal}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:#000;color:var(--blackColor);display:block;text-decoration:none}select{appearance:none;-moz-appearance:none;-webkit-appearance:none}button{background-color:initial;display:block}textarea{resize:none}.bold,b{font-weight:600}.ex-bold,strong{font-weight:700}.img-responsive{width:100%}.br{display:block}.br,.mbr{height:1px;width:100%}.mbr{display:none}.fc-m{color:#146af0!important;color:var(--mainColor)!important}.fc-s{color:#65a1ff!important;color:var(--subColor1)!important}.fc-g-1{color:#333!important;color:var(--grayColor1)!important}.fc-g-2{color:#666!important;color:var(--grayColor2)!important}.fc-g-3{color:#aaa!important;color:var(--grayColor3)!important}.fc-black{color:#000!important;color:var(--blackColor)!important}.fc-white{color:#fff!important;color:var(--whiteColor)!important}.txt-center{text-align:center}.content{display:flex;flex-direction:column;height:100dvh;justify-content:center;position:relative;width:100%}.flex-center{align-items:center;display:flex}.inner{margin:0 auto;max-width:1180px;padding:0 20px;width:100%}.ani-hidden{overflow:hidden}.ani-up-sub{animation:txtup .6s linear;transform:translateY(0)}@keyframes txtup{0%{transform:translateY(100%)}to{transform:translateY(0)}}.scroll-container::-webkit-scrollbar{width:4px}.scroll-container::-webkit-scrollbar-track{background:#0000;border-radius:4px}.scroll-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.empty{color:#aaa;color:var(--grayColor3);font-size:clamp(14px,2vw,24px);font-weight:500;padding:30px 0;text-align:center}@media (max-width:767px){.br{display:none}.mbr{display:block}}
/*# sourceMappingURL=main.af299005.css.map*/