@charset "utf-8";

.container.main{  background-color: #fff; }
.main-visual { position: relative; max-width: 1920px; height: clamp(500px,41.67vw,800px); margin: 0 auto; padding: 0 10px; }
.visual-swiper { height: 100%; border-radius:50px; background-color: gray; -webkit-mask: url("/img/main/main_visual_layout.svg") no-repeat right center/cover; mask: url("/img/main/main_visual_layout.svg") no-repeat right center/cover;}
.visual-swiper .swiper-slide { position: relative; }
.visual-swiper .swiper-slide::before { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 69.55%, #000 100%); opacity: 0.8; z-index: 2; }
.visual-swiper .swiper-slide::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 36.17%, #000 100%); z-index: 2; }
.visual-swiper .swiper-slide .bg-img { position: absolute; left: 50%; top: 50%; width: 120%; max-width: initial; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%) scale(1.134); transition: 4s ease-out; transition-delay: 0.3s; transform-origin: center center; }
.visual-swiper .swiper-slide .inner { position: relative; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding-bottom: 226px; z-index: 10; }
.visual-title { font-size: clamp(32px,3.65vw,70px); font-weight: 700; letter-spacing: -0.03em; color: #fff; transform: translateX(-40px); opacity: 0; transition: 0.5s ease-out; transition-delay: 0.3s; }
.visual-text { margin-top: 25px; font-size: 22px; font-weight: 500; line-height: 1.8; color: #fff;  transform: translateX(-40px); word-break: keep-all; opacity: 0; transition: 0.5s ease-out; transition-delay: 0.3s; }
.swiper-opt__wrap { position: relative; bottom: 75px; display: flex; align-items: center; column-gap: 30px; width: calc(100% - 60px); max-width: 1600px; margin: 0 auto; z-index: 10; transform: translateY(-100%);}
.swiper-opt__wrap .swiper-navi { display: flex; align-items: center; column-gap: 15px;}
.swiper-opt__wrap .swiper-pagination { position: static; width: fit-content; }
.swiper-opt__wrap .swiper-pagination span { font-family: var(--font-Play); font-size: 16px; font-weight: 700; color: #fff; opacity: 0.3; }
.swiper-opt__wrap .swiper-pagination .swiper-pagination-current { opacity: 1; }
.swiper-opt__wrap .swiper-pagination span + span { margin-left: 5px; }
.swiper-opt__wrap .swiper-button-next, .swiper-opt__wrap .swiper-button-prev { position: static; width: 7px; height: 13px; margin-top: 0; }
.swiper-opt__wrap .swiper-button-prev { background: url("/img/main/visual_swiper_prev.svg") no-repeat center center/contain; }
.swiper-opt__wrap .swiper-button-next { background: url("/img/main/visual_swiper_next.svg") no-repeat center center/contain; }
.swiper-opt__wrap .swiper-button-next::after, .swiper-opt__wrap .swiper-button-prev::after { display: none; }
.swiper-opt__wrap .progress-bar { position: relative; width: 51%; max-width: 960px; height: 2px; background-color: rgba(255, 255, 255, 0.2); }
.swiper-opt__wrap .progress-bar .bar { position: absolute; left: 0; top: 0; display: inline-block; width: var( --progress); height: 100%; background-color: #fff; }
.main-visual .circle{ position: absolute; right: 8.67%; bottom: 8px; width: clamp(100px,9.16vw,176px); aspect-ratio: 1/1; z-index: 10; }
.main-visual .circle .circle-text{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.main-visual .circle .circle-1{ -webkit-clip-path: inset(0 0 50% 0);  clip-path: inset(0 0 50% 0); }
.main-visual .circle .circle-1::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: url("/img/main/visual_circle_text.svg") no-repeat center top/cover; animation: circleRotate 16s infinite linear both; }
.main-visual .circle .circle-2{ -webkit-clip-path: inset(50% 0 0 0);  clip-path: inset(50% 0 0 0); }
.main-visual .circle .circle-2::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: url("/img/main/visual_circle_text_2.svg") no-repeat center top/cover; animation: circleRotate 16s infinite linear both; }
.main-visual .circle .arrow { position: absolute; left: 50%; top: 50%; display: inline-block; width: 12px; height: 57px; margin-top: -5px;  z-index: 5;}
.main-visual .circle .arrow-1 { -webkit-clip-path: inset(0 0 50% 0);  clip-path: inset(0 0 50% 0); animation: circleArrow 1.5s infinite linear both; transform: translate(-50%, -50%);  }
.main-visual .circle .arrow-1::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: url("/img/main/visual_circle_arrow.svg") no-repeat center center/contain; }
.main-visual .circle .arrow-2 { -webkit-clip-path: inset(50% 0 0 0);  clip-path: inset(50% 0 0 0); animation: circleArrow2 1.5s infinite linear both; transform: translate(-50%, -50%);  }
.main-visual .circle .arrow-2::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: url("/img/main/visual_circle_arrow_2.svg") no-repeat center center/contain; }

.visual-swiper .swiper-slide.swiper-slide-active .bg-img { transform: translate(-50%, -50%) scale(1); }
.visual-swiper .swiper-slide.swiper-slide-active .visual-title,
.visual-swiper .swiper-slide.swiper-slide-active .visual-text { transform: translateX(0); opacity: 1; }


.main-business { position: relative; padding-top: 30px; }
.main-business .bg { position: absolute; left: 0; top: 85px; width: 100%; height: 100%; }
.main-business .bg::before { content: "";position: sticky; top: 0; display: block; width: 100%; height: 907px; background: url("/img/main/business_bg.png") no-repeat center 0/100%; }
.main-business > .inner { display: flex; justify-content: space-between; gap: 20px; }
.section__title .sub { font-size: 19px; font-weight: 700; color: var(--main-color); }
.section__title .main-title { margin-top: 6px; }
.section__title .main-title, .section__title .main-title span { font-size: clamp(28px,3.49vw,67px); font-weight: 700; color: #111; }
.section__title .text { margin-top: 25px; height: 68px; font-family: var(--font-Pretendard); font-size: 19px; line-height: 1.47; color: #666; }
.business__menu { position: sticky; top: 0; padding-top: 130px; width: calc(38.1% - 20px); height: 100%; }
.business__menu::before { content: ""; position: absolute; left: 0; top: 0; display: block; }
.business-menu__area { margin-top: 73px; }
.btn-img-tab { display: flex; align-items: center; justify-content: space-between; width: fit-content; border: none; background-color: transparent; font-size:22px; font-weight: 600; color: #CCC; text-align: left; }
.btn-img-tab + .btn-img-tab { margin-top: 25px; }
.btn-img-tab .title { display: flex; align-items: center; }
.btn-img-tab .title img { width: 0; visibility: hidden; opacity: 0; }
.btn-img-tab .arrow { position: relative; display: inline-block; width: 47px; height: 0; background: url("/img/main/icon_business_arrow.svg") no-repeat center center/contain; visibility: hidden; opacity: 0; z-index: 10; }
.btn-img-tab.on { width: 100%; max-width: 370px; height: 69px; padding-left: 25px; padding-right: 30px;border-radius: 100px; background-color: #fff; box-shadow: 0 0 25px 5px rgba(192, 200, 208, 0.25); font-style: italic; color: #111; }
.btn-img-tab.on .title img { width: auto; margin-right: 12px; visibility: visible; opacity: 1; }
.btn-img-tab.on .arrow { height: 47px; visibility: visible; opacity: 1;}
.business__img { width: 61.9%; max-width: 990px; padding-top: 130px; }
.business__img .link { display: none; }
.business__img .img-box { position: relative; }
.business__img .img-box .box { overflow: hidden; border-radius: 50px; }
.business__img .img-box + .img-box { margin-top: 30px; }
.main-business .marquee { overflow: hidden; margin-top: 100px; }
.main-business .marquee__inner { display: flex; column-gap: 20px; }
.main-business .marquee__inner .slide { display: flex ; column-gap: 20px; animation: marquee 40s linear infinite forwards;}
.main-business .marquee__inner .slide p { white-space: nowrap; font-size: clamp(50px,6.56vw,126px); font-weight: 700; letter-spacing: 0; color: #F5F5F5; }

.main-rnd { padding: 150px 0 160px; }
.main-rnd .inner { transform: translateY(150px); transition: 0.6s ease-out; transition-delay: 1s; }
.main-rnd .section__title { text-align: center; }
.main-rnd .section__title .sub { font-size: 21px; }
.main-rnd .section__title .main-title { margin-top: 35px; }
.main-rnd .section__title .main-title span { font-size: clamp(28px, 3.38vw, 65px); }
.main-rnd .main-title .line-box { display: block; position: relative; width:fit-content; margin: 0 auto; }
.main-rnd .main-title .line-box > span { display: inline-block; color: #E9E9E9; transition: color linear 0.6s; transition-delay: 0.3s;}
.main-rnd .main-title .line-box + .line-box { margin-top: 0.467em; }
.main-rnd .main-title .line-box.mo-view { display: none; }
.main-rnd .main-title .mo-br {display: none; }
.section__title .box { overflow: hidden; display: inline-block; width: 0; vertical-align: text-top; text-align: left; transition-duration: 0.6s; transition-delay: 0.3s; }
.section__title .box img { width: clamp(40px,8.07vw,155px); max-width: initial; aspect-ratio: 1.93/1;}
.main-rnd__list { display: flex; gap: 20px; margin-top: 100px; visibility: hidden; opacity: 0; transition: 0.6s ease-out; transition-delay: 1s; }
.main-rnd__item { overflow: hidden; position: relative; width: 25%; height: 837px; border-radius: 50px; padding: 190px 60px; transition: width 0.5s; background-color: #F9F9F9;  }
.main-rnd__item::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, #000 100%); opacity: 0; transition: 0.3s ease-out; }
.main-rnd__item::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 24.07%, rgba(28, 78, 108, 0.35) 57.67%, rgba(0, 126, 204, 0.70) 91.94%); opacity: 0; transition: 0.3s ease-out;}
.main-rnd__item > button { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: none; background: transparent; z-index: 10; }
.main-rnd__item .title__box { position: relative; color: #BBBBBB; z-index: 1; }
.main-rnd__item .title__box > * { transition: 0.3s ease-out; }
.main-rnd__item .title__box .num { font-family: var(--font-Play); font-size: 20px; font-weight: 700; }
.main-rnd__item .title__box .title { margin-top: 20px; font-size: 38px; font-weight: 700; line-height: 1.35; transition: color 0.3s;}
.main-rnd__item .title__box .title > .on-br { display: none; }
.main-rnd__item .title__box .text { margin-top: 112px; font-family: var(--font-Inter); font-size: 18px; font-weight: 500; line-height: 1.277; }
.main-rnd__item .text__list { position: relative; margin-top: 96px; visibility: hidden; opacity: 0; transition: 0.3s ease-out; z-index: 1; }
.main-rnd__item .text__list > li { position: relative; padding-left: 13px; font-size: 20px; font-weight: 500; color: #fff;}
.main-rnd__item .text__list > li::before { content: ""; position: absolute; left: 0; top: 0.45em; display: block; width: 3px; height: 3px; border-radius: 50%; background-color: #fff; }
.main-rnd__item .text__list > li + li { margin-top: 15px; }
.main-rnd.on .inner { transform: translateY(0); }
.main-rnd.on .section__title .box { width: clamp(40px,8.07vw,155px); margin-right: 0.31em;  }
.main-rnd.on .main-title .line-box > span {color: #111; }
.main-rnd.on .main-rnd__list { visibility: visible; opacity: 1; } 
.main-rnd__item.on { width: 47.5%; }
.main-rnd__item.on::before, .main-rnd__item.on::after { opacity: 1; } 
.main-rnd__item:nth-child(1).on { background: url("/img/main/rnd_img_01.jpg") no-repeat center center/cover; }
.main-rnd__item:nth-child(2).on { background: url("/img/main/rnd_img_02.jpg") no-repeat center center/cover; }
.main-rnd__item:nth-child(3).on { background: url("/img/main/rnd_img_03.jpg") no-repeat center center/cover; }
.main-rnd__item.on .title__box { color: #fff; }
.main-rnd__item.on .title__box .title { font-size: 46px; }
.main-rnd__item.on .title__box .title > .on-br { display: inline; }
.main-rnd__item.on .title__box .title > br:not(.on-br) { display: none; }
.main-rnd__item.on .title__box .text { margin-top: 20px; opacity: 0.5; }
.main-rnd__item.on .text__list { visibility: visible; opacity: 1; }

.main-contact { position: relative; padding: 100px 0; text-align: center; color: #fff; background-color: #111; }
[data-aos="bg-ani"] { position: relative; }
[data-aos="bg-ani"]::after { content: ""; position: absolute; right: 0; top: -1px; display: block; width: 100%; height: calc(100% + 2px ); background-color: #fff; }
[data-aos="bg-ani"].aos-animate::after { animation: wImg100 1.2s 0.1s ease-out both; }
.main-contact .bg-img { overflow: hidden; width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.main-contact .bg-img img { width: 100%; min-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(1.07); object-fit: cover; transition: 1.2s ease-out; }
.main-contact.aos-animate .bg-img img { transform: translate(-50%, -50%) scale(1); }
.main-contact [data-aos^=fade][data-aos] { transition-duration: 1.2s; transition-delay: 0.1s;}
.main-contact .contact__text > p { font-size: 23px; font-weight: 500; line-height: 1.65; }
.main-contact .contact__text .btn-radius{ width: 210px; height: 65px; margin: 50px auto 0; border-radius: 100px; background-color: rgba(255, 255, 255, 0.1); font-size: 19px; font-weight: 600; color: #fff; transition: 0.3s ease-out; }
.main-contact .contact__text .btn-radius::after { content: ""; display: block; width: 38px; height: 9px; margin-left: 37px; background: url("/img/main/icon_more_arrow.svg") no-repeat center center/contain; }
.main-contact .contact__text .btn-radius:hover { background-color: rgba(255, 255, 255, 0.2); }

.section-pager { position: fixed; left: 60px; top: 50%; transform: translateY(-50%); z-index: 30;}
.pager__list { display: flex; flex-direction: column; align-items: center; }
.pager__list > li + li {margin-top: 35px; }
.pager__list a { display: flex; flex-direction: column; align-items: center; row-gap: 8px;} 
.pager__list a::before { content: "";  display: block; width: 7px; height: 7px; border-radius: 50%; background: rgba(34, 34, 34, 0.2);}
.pager__list a span { display: none; font-size: 16px; font-weight: 700; font-style: italic; letter-spacing: -0.03em; color: #333333; writing-mode: vertical-rl; text-orientation: mixed;}
.pager__list a.on span { display: inline; }
.pager__list a.on::before { margin-right: 3px; width: 18px; height: 18px; background: url("/img/common/icon_glitter.svg"); }
.pager__list.color-w a::before { background-color: rgba(255, 255, 255, 0.3); }
.pager__list.color-w a span { color: #fff; }
.pager__list.color-w a.on::before { background: url("/img/common/icon_glitter.svg"); filter: brightness(0) invert(); }

@keyframes circleRotate {
    0%{ transform: rotate(0); }
    100%{ transform: rotate(360deg); }
}
@keyframes circleArrow {
    0%{ margin-top: -5px; -webkit-clip-path: inset(0 0 calc(50% - 5px) 0);  clip-path: inset(0 0 calc(50% - 5px) 0);}
    33%{ margin-top: 5px; -webkit-clip-path: inset(0 0 50% 0);  clip-path: inset(0 0 50% 0); }
    46.6%{ margin-top: 5px; -webkit-clip-path: inset(0 0 50% 0);  clip-path: inset(0 0 50% 0); }
    73%{ margin-top: -5px; -webkit-clip-path: inset(0 0 calc(50% - 5px) 0);  clip-path: inset(0 0 calc(50% - 5px) 0); }
    86%{ margin-top: -5px; -webkit-clip-path: inset(0 0 calc(50% - 5px) 0);  clip-path: inset(0 0 calc(50% - 5px) 0);}
    100%{ margin-top: -5px; -webkit-clip-path: inset(0 0 calc(50% - 5px) 0);  clip-path: inset(0 0 calc(50% - 5px) 0);}
}
@keyframes circleArrow2 {
    0%{ margin-top: -5px; -webkit-clip-path: inset(calc(50% + 5px) 0 0 0);  clip-path: inset(calc(50% + 5px) 0 0 0); }
    33%{ margin-top: 5px; -webkit-clip-path: inset(calc(50% - 5px) 0 0 0);  clip-path: inset(calc(50% - 5px) 0 0 0); }
    46.6%{ margin-top: 5px; -webkit-clip-path: inset(calc(50% - 5px) 0 0 0);  clip-path: inset(calc(50% - 5px) 0 0 0); }
    73%{ margin-top: -5px; -webkit-clip-path: inset(calc(50% + 5px) 0 0 0);  clip-path: inset(calc(50% + 5px) 0 0 0); }
    86%{ margin-top: -5px; -webkit-clip-path: inset(calc(50% + 5px) 0 0 0);  clip-path: inset(calc(50% + 5px) 0 0 0); }
    100%{ margin-top: -5px; -webkit-clip-path: inset(calc(50% + 5px) 0 0 0);  clip-path: inset(calc(50% + 5px) 0 0 0); }
}
@keyframes marquee {
    0% { transform: translateX(0vw); }
    100% { transform: translateX(calc(-100% - 20px)); }
}
@keyframes wImg100 {
    0%{ width: 100%;}
    100%{ width: 0%;}
}
@media (hover:hover) and (pointer:fine) {
    .main-rnd__item:hover:not(.on) .title__box .title { color: #222; }
}
@media screen and (max-width:1800px) {
    .section-pager { left: 10px; }
}
@media screen and (max-width:1600px) { 
    .visual-swiper .swiper-slide .inner  { padding-bottom: 186px; }
    .main-rnd__item {  padding: 190px 30px; }
}
@media screen and (max-width:1400px) {
    .swiper-opt__wrap .progress-bar { width: calc(40% - 80px); }
    .main-rnd__item { height: 750px; padding: 120px 30px; }
    .main-rnd__item .title__box .title { font-size: 32px; }
    .main-rnd__item.on .title__box .title { font-size: 36px; }
    .main-rnd__item .title__box .text { font-size: 16px; }
    .main-rnd__item .text__list > li { font-size: 16px; }
    .section__title .text > br { display: none; }
    
}
@media screen and (max-width:1200px) {
    .section-pager { display: none; }
    .main-visual .circle .arrow { width: 8px; height: 38px; }
    .main-rnd__item { height: 630px; padding: 100px 30px; }
    .main-rnd__item .title__box .title { font-size: 24px; }
    .main-rnd__item.on .title__box .title {font-size: 26px; }
    .main-rnd__item .title__box .text { font-size: 14px; }
    .visual-text { font-size: 18px; }
    .section__title .sub { font-size: 16px; }
    .section__title .text { margin-top: 20px; height: 58px; font-size: 16px; }
    .btn-img-tab { font-size: 20px; }
}
@media screen and (max-width:1024px) {
    .visual-swiper { border-radius: 40px; mask: none; }
    .swiper-opt__wrap { bottom: 40px; }
    .swiper-opt__wrap .progress-bar { width: 50%; }
    .main-visual .circle { right: 50px; bottom: 0; transform: translateY(50%); }
    .main-business { padding-top: 60px; }
    .business__menu { position: static; width: 100%; padding-top: 0; }
    .business-menu__area { display: flex; flex-wrap: wrap; margin-top: 30px; gap: 10px 20px;}
    .main-business .bg { z-index: -1; }
    .btn-img-tab,.btn-img-tab.on { width: auto; height: 40px; padding: 0 14px; }
    .btn-img-tab { font-size: 16px;} 
    .btn-img-tab + .btn-img-tab { margin-top: 0; }
    .btn-img-tab .title img { display: none; }
    .btn-img-tab .arrow { display: none; }
    .main-business > .inner { flex-direction: column; gap: 50px; }
    .business__img { display: flex; width: 100%; padding-top: 0;}
    .business__img .img-box + .img-box { margin-top: 0; }
    .business__img .img-box { display: none; }
    .business__img .img-box .box { border-radius: 20px; }
    .business__img .img-box.on { display: block; }
    .business__img .link { display: flex; align-items: center; position: absolute; right: 0; top: -30px; font-size: 14px; font-weight: 600; font-style: italic; color: #222; }
    .business__img .link::after { content: ""; display: block; width: 22px; height: 10px; margin-left: 8px; background: url("/img/main/icon_business_arrow.svg") no-repeat center center/contain; }
    .main-rnd { padding: 100px 0; }
    .main-rnd .section__title .main-title { margin-top: 20px; }
    .main-rnd__list { flex-direction: column; margin-top: 60px; }
    .main-rnd__item { flex: none; width: 100%; height: 100%; max-height: 300px; border-radius: 25px; padding: 60px 30px; }
    .main-rnd__item.on { width: 100%; max-height: 100%; }
    .main-rnd__item .title__box .text { margin-top: 20px; }
    .main-rnd__item .title__box .title > br:not(.on-br) { display: none; }
    .main-rnd__item .title__box .title > .on-br { display: inline; }
    .main-contact { padding: 40px 0 90px; }
    .main-contact .contact__text > p { font-size: 16px; }
}
@media screen and (max-width:768px) {
    .visual-swiper { border-radius: 25px; }
    .visual-swiper .swiper-slide::after { background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 20.17%, #000 100%); z-index: 2; }
    .visual-swiper .swiper-slide.slide-02 .bg-img { width: 150%; left: 30%; }
    .visual-swiper .swiper-slide.slide-03 .bg-img { width: 180%; left: 15%; }
    .visual-text { width: 65%; min-width: 265px; font-size: 16px; }
    .visual-text > br { display: none; }
    .swiper-opt__wrap { gap: 20px; }
    .swiper-opt__wrap .progress-bar { width: 40%; }
    .main-visual .circle { right: 30px; }
    .btn-img-tab { font-size: 14px; }
    .main-rnd .inner { transform: translateY(60px); }
    .main-rnd .main-title .mo-br {display: inline; }
    .main-rnd.on .section__title .box { width: 0; height: 0; margin-right: 0; }
    .main-rnd.on .section__title .box img {display: none; }
    .main-rnd .main-title .line-box.pc-view { display: none; }
    .main-rnd .main-title .line-box.mo-view { display: block; }
    .main-rnd .main-title .line-box > span { transition:  linear 0.6s; transition-delay: 0.2s; }
}
@media screen and (max-width:640px){
    .business-menu__area {gap: 5px 10px; }
    .btn-img-tab,.btn-img-tab.on { height: 30px; padding: 0 10px; }
}
@media screen and (max-width:500px){
    .section__title .text { height: 75px; }
}