.hero {
  height: 100vh;
}

.hero-inner {
  height: 100%;
}

.hero__container {
  height: 100%;
}

.hero__wrapper {
  height: 100%;
}

.hero__slide {
  height: 100%;
}

.hero-slide__img-wrap {
  height: 100%;
}
.hero-slide__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-tag {
  display: inline-block;
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  background: #2f6ecb;
}

/* #region herotit */
.herotit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.herotit.herotit--ty2 .herotit__t {
  color: #111;
  text-align: left;
  color: #111;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 67.2px */
  letter-spacing: -0.96px;
}
@media screen and (max-width: 1024px) {
  .herotit.herotit--ty2 .herotit__t {
    font-size: 32px;
    line-height: 125%; /* 40px */
    letter-spacing: -0.64px;
  }
}
.herotit.herotit--ty2 .herotit__d {
  color: #111;
  text-align: left;
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .herotit.herotit--ty2 .herotit__d {
    font-size: 16px;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
  }
}
.herotit.herotit--ty2 .herotit__btn-area {
  justify-content: flex-start;
}
.herotit.bx3__herotit {
  left: 66%;
}
@media screen and (max-width: 1024px) {
  .herotit.bx3__herotit {
    left: 20px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .herotit {
    left: 20px;
    transform: translate(0, -50%);
  }
}

.hero__hero-tag {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .hero__hero-tag {
    margin-bottom: 10px;
  }
}

.herotit__t {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
  letter-spacing: -1.1px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .herotit__t {
    color: var(--FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 40px */
    letter-spacing: -0.64px;
    text-align: left;
  }
}

.herotit__d {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .herotit__d {
    color: var(--FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
    margin-top: 10px;
    text-align: left;
  }
}

.btn4__btn-bubble {
  position: absolute;
  top: calc(100% + 21.5px);
}

.herotit__btn-area {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}
.herotit__btn-area .btn4 {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .herotit__btn-area {
    flex-direction: column;
    gap: 15px;
    margin-top: 68px;
  }
  .herotit__btn-area .btn {
    align-self: start;
  }
}
@media screen and (max-width: 1024px) {
  .herotit__btn-area .btn4__btn-bubble {
    top: auto;
    bottom: calc(100% + 15px);
  }
  .herotit__btn-area .btn4__btn-bubble::before {
    top: calc(100% - 1px);
    bottom: auto;
    background: center/contain url("/build/images/common/icon_bubble_triangle_btm.svg") no-repeat;
  }
  .herotit__btn-area .btn4__btn-bubble.btn-bubble--ty111::before {
    top: calc(100% - 1px);
    bottom: auto;
    background: center/contain url("/build/images/common/icon_bubble_triangle_b_btm.svg") no-repeat;
  }
}

/* #endregion herotit */
/* #region sec */
.sec-intro {
  background-color: #043786;
}

.intro__slide.swiper-slide {
  height: auto;
}

.sec-intro__pagi {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .sec-intro__pagi {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-intro__btn-area {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

.sec-service-wrap {
  display: flex;
}

.sec-deal {
  position: relative;
  height: 1030px;
}
@media screen and (max-width: 1024px) {
  .sec-deal {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .sec-deal__tag {
    color: #fff;
  }
}

.sec-deal__t {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .sec-deal__t {
    color: #fff;
    margin-top: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-deal__tit-box {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.sec-inte .con-box {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-inte .con-box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-inte__btn-area {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}

.sec-inte__tit-box {
  max-width: 1420px;
  margin: 0 auto;
}

.sec-inte__des-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .sec-inte__des-wrap {
    margin-top: 6px;
  }
}

.sec-experience {
  background-color: #111;
}
.sec-experience .con-box {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-experience .con-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-experience__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.sec-experience__tit-box {
  max-width: 1420px;
  margin: 0 auto;
}

.sec-experience__des-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .sec-experience__des-wrap {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-experience__scrollbar-wrap {
    margin-top: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-experience__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}

.sec-partners .con-box {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-partners .con-box {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-partners__tit-box {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.sec-partners__t {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .sec-partners__t {
    text-align: left;
  }
}

.sec-partners__des {
  margin-top: 25px;
  color: #525252;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec-partners__des {
    text-align: left;
    margin-top: 15px;
  }
}

.sec-performance__sub-t {
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .sec-performance__sub-t {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 15px;
  }
}

/* #endregion sec */
/* #region intro */
.intro {
  background-color: #043786;
  height: 415px;
}
@media screen and (max-width: 1024px) {
  .intro {
    height: auto;
  }
}

/* #endregion intro */
/* #region i-card*/
@media screen and (max-width: 1024px) {
  .i-card__t {
    color: var(--FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.56px;
  }
}

.i-card__d {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .i-card__d {
    color: var(--Line_Grey, #ddd);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.3px;
    margin-top: 10px;
  }
}

.i-card__btn {
  margin-top: auto;
}

.i-card1 {
  display: flex;
  gap: 6.62%;
}
@media screen and (max-width: 1024px) {
  .i-card1 {
    flex-direction: column;
    gap: 0;
  }
}

.i-card1__1 {
  display: flex;
  flex-direction: column;
  width: 268px;
}

.i-card1__btn {
  align-self: start;
}

.building__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .building__list {
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .building__item {
    flex: 0 0 calc((100% - 12px) / 2);
  }
}

.bui-card {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .bui-card {
    justify-content: space-between;
    aspect-ratio: 156/234;
  }
}

.bui-card__img-wrap {
  width: 100%;
  height: 289px;
}
@media screen and (max-width: 1024px) {
  .bui-card__img-wrap {
    height: auto;
    aspect-ratio: 156/143;
    flex: 1;
  }
}

.bui-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bui-card__con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  min-height: 126px;
}
@media screen and (max-width: 1024px) {
  .bui-card__con {
    min-height: 70px;
  }
}

.bui-card__t {
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1024px) {
  .bui-card__t {
    color: var(--111111, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
  }
}

.bui-card__des {
  color: var(--525252, #525252);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .bui-card__des {
    color: var(--525252, #525252);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
  }
}

.i-card2 {
  position: relative;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .i-card2 {
    flex-direction: column;
  }
}

.i-card2__1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .i-card2__1 {
    position: static;
  }
}

.i-card2__box-t {
  display: flex;
  gap: 48px;
  width: 479px;
}
@media screen and (max-width: 1024px) {
  .i-card2__box-t {
    flex-direction: column;
    gap: 10px;
    width: auto;
  }
}

.i-card2__t {
  white-space: nowrap;
  flex-shrink: 0;
}

.i-card2__d {
  margin-top: 0;
}

.i-card2__btn {
  margin-left: 212px;
  margin-top: 19px;
}
@media screen and (max-width: 1024px) {
  .i-card2__btn {
    margin-left: 0;
    margin-top: 0;
  }
}

.building2__list {
  display: flex;
  height: 100%;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .building2__list {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.building2__item {
  padding-top: 186px;
}
.building2__item:last-child {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .building2__item {
    flex: 0 0 calc((100% - 12px) / 2);
    padding-top: 0;
  }
}

.bui-card2 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.bui-card2__img-wrap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .bui-card2__img-wrap {
    width: auto;
    aspect-ratio: 156/234;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.bui-card2__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bui-card2__con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 16px;
}

.bui-card2__t {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}

/* #endregion i-card*/
/* #region service */
.service-wrap {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .service-wrap {
    flex-direction: column;
  }
}

.service {
  position: relative;
}

.service-card__des-wrap {
  margin-top: 6px;
}

.service-wrap__img-wrap {
  width: 41.41%;
  height: 970px;
}
.service-wrap__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .service-wrap__img-wrap {
    width: auto;
    height: 240px;
  }
}

.service-wrap__service {
  width: 58.59%;
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  .service-wrap__service {
    width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 70px;
    margin: 0 auto;
  }
}

.service__service-container {
  padding-left: 11.63%;
}
@media screen and (max-width: 1024px) {
  .service__service-container {
    padding-left: 0;
  }
}

.service__swiper-container {
  height: 370px;
}
@media screen and (max-width: 1024px) {
  .service__swiper-container {
    height: auto;
    margin-bottom: 50px;
  }
}

.service-card__tit-box {
  margin-bottom: 34px;
}

.service-card__mid {
  display: flex;
  gap: 9%;
  height: 100%;
}

.service-card__mid-1 {
  width: 295px;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .service-card__mid-1 {
    width: 100%;
    align-self: normal;
  }
}

@media screen and (max-width: 1024px) {
  .ser-card__top {
    display: flex;
    max-height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .ser-card__top-left {
    flex: 1;
    align-self: center;
  }
}

@media screen and (max-width: 1024px) {
  .ser-card__top-right {
    width: 56.25%;
  }
}

.ser-tag {
  display: inline-flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: var(--Blue, #2f6ecb);
  white-space: nowrap;
  color: var(--FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}

.ser-t {
  color: #111;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .ser-t {
    font-size: 22px;
    letter-spacing: -0.44px;
    margin-top: 10px;
  }
}

.ser-des {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  white-space: pre-line;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .ser-des {
    font-size: 15px;
    letter-spacing: -0.3px;
    white-space: normal;
    margin-top: 0;
  }
}

.service-card__img-wrap {
  height: 100%;
}
.service-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* #endregion service */
/* #region s-select */
.s-select-wrap {
  position: absolute;
  right: 0;
  bottom: 118px;
  width: 100vw;
  height: 163px;
  display: flex;
  justify-content: flex-end;
}
.s-select-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  z-index: -3;
}
@media screen and (max-width: 1024px) {
  .s-select-wrap {
    position: static;
    width: 100%;
    height: 100px;
    background: none;
  }
  .s-select-wrap::after {
    display: none;
  }
}

.s-select-inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1228px;
}
@media screen and (max-width: 1024px) {
  .s-select-inner {
    justify-content: end;
  }
  .s-select-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    right: -20px;
    width: 23px;
    height: 100%;
    background: #f6f6f6;
    z-index: -3;
  }
}

.s-select {
  position: relative;
  width: 100%;
  max-width: 978px;
  height: 100%;
  overflow: hidden;
  background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .s-select {
    width: 100%;
    max-width: 600px;
    background: #f6f6f6;
  }
}

.s-select__container {
  height: 100%;
}

.s-select__wrapper {
  background: var(--F6F6F6, #f6f6f6);
}

.s-select__slide {
  aspect-ratio: 1/1;
}
.s-select__slide:hover.ss-card {
  background: #cde6fb;
}
.s-select__slide.s-select__slide--active.ss-card, .s-select__slide.swiper-slide-thumb-active.ss-card {
  background: #cde6fb;
}
.s-select__slide.s-select__slide--active .ss-card__t, .s-select__slide.swiper-slide-thumb-active .ss-card__t {
  color: #133565;
}
.s-select__slide.s-select__slide--active .ss-card__img.ss-card__img--default, .s-select__slide.swiper-slide-thumb-active .ss-card__img.ss-card__img--default {
  opacity: 0;
}
.s-select__slide.s-select__slide--active .ss-card__img.ss-card__img--active, .s-select__slide.swiper-slide-thumb-active .ss-card__img.ss-card__img--active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .s-select__slide:hover.ss-card {
    background: #f6f6f6;
  }
}

.ss-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: 0.7s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ss-card {
    width: 100px;
    height: 100px;
    gap: 4px;
  }
}

.ss-card__img-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .ss-card__img-wrap {
    width: 36px;
    height: 36px;
  }
}

.ss-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.7s;
}
.ss-card__img.ss-card__img--default {
  opacity: 1;
}
.ss-card__img.ss-card__img--active {
  opacity: 0;
}

.ss-card__t {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .ss-card__t {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

/* #endregion s-select */
/* #region deal */
.deal-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 38.49%;
  height: 970px;
}
@media screen and (max-width: 1024px) {
  .deal-bg {
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    height: 342px;
  }
}

.deal-bg__bg1 {
  position: absolute;
  top: 50%;
  left: -8vw;
  height: 714px;
  width: 81.87%;
  z-index: -1;
  transform: translateY(-50%);
}
.deal-bg__bg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .deal-bg__bg1 {
    left: 20px;
    right: 20px;
    top: 292px;
    width: calc(100% - 40px);
    height: 266px;
  }
  .deal-bg__bg1 img {
    -o-object-position: top;
       object-position: top;
  }
}

.deal-bg__bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.deal-bg__bg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.deal-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  max-width: 53%;
}
@media screen and (max-width: 1024px) {
  .deal-wrap {
    max-width: none;
    width: calc(100% - 40px);
    margin: 325px auto 0;
  }
}

.deal__container {
  overflow: hidden;
}

.deal-card__t {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1024px) {
  .deal-card__t {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.deal-card__val {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.6px;
}
@media screen and (max-width: 1024px) {
  .deal-card__val {
    font-size: 60px;
    letter-spacing: -1.2px;
  }
}

.deal-card__unit {
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 1024px) {
  .deal-card__unit {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.deal-wrap__deal-status {
  margin-top: 122px;
}
@media screen and (max-width: 1024px) {
  .deal-wrap__deal-status {
    margin-top: 60px;
  }
}

.deal-status {
  max-width: 725px;
}
@media screen and (max-width: 1024px) {
  .deal-status {
    max-width: none;
  }
}

.deal-status__list {
  display: flex;
  gap: 31px;
}
@media screen and (max-width: 1024px) {
  .deal-status__list {
    flex-direction: column;
    gap: 15px;
  }
}

.deal-status__item {
  flex: 1;
}

.ds-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 50px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .ds-card {
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 20px;
    gap: 20px;
  }
}

.ds-card__img-wrap {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .ds-card__img-wrap {
    width: 60px;
    height: 60px;
  }
}

.ds-card__t {
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.44px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ds-card__t {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

/* #endregion deal */
/* #region inte */
.inte__list {
  display: flex;
  flex-direction: column;
}

.inte__item {
  border-bottom: 1px solid #ddd;
}
.inte__item.inte__item--active.inte-card::before {
  opacity: 1;
  transform: scale(1);
}
.inte__item.inte__item--active .inte-card__num {
  color: #fff;
}
.inte__item.inte__item--active .inte-card__t {
  color: #fff;
}

.inte-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 0 23px;
  height: 136px;
  overflow: hidden;
}
.inte-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transform: scale(1.03);
  transition: opacity 0.7s, transform 1.5s;
}
.inte-card.inte-card--1::before {
  background: center/cover url("/build/images/main/inte_card_bg_1.jpg") no-repeat;
}
.inte-card.inte-card--2::before {
  background: center/cover url("/build/images/main/inte_card_bg_2.jpg") no-repeat;
}
.inte-card.inte-card--3::before {
  background: center/cover url("/build/images/main/inte_card_bg_3.jpg") no-repeat;
}
@media screen and (max-width: 1024px) {
  .inte-card {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 20px 15px 0;
    gap: 10px;
    min-height: 118px;
  }
}

.inte-card__1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 1024px) {
  .inte-card__1 {
    gap: 17px;
  }
}

.inte-card__num {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  transition: color 0.7s;
}
@media screen and (max-width: 1024px) {
  .inte-card__num {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.inte-card__t {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  transition: color 0.7s;
}
@media screen and (max-width: 1024px) {
  .inte-card__t {
    font-size: 22px;
    letter-spacing: -0.22px;
  }
}

@media screen and (max-width: 1024px) {
  .inte-card__2 {
    padding-left: 31px;
  }
}

.inte-card__des {
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .inte-card__des {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

/* #region experience */
.experience {
  position: relative;
  width: 100%;
}

.experience__container {
  position: relative;
}
.experience__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(12vw - 18px);
  max-width: 215px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.experience__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(12vw - 18px);
  max-width: 215px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .experience__container::before {
    display: none;
  }
  .experience__container::after {
    display: none;
  }
}

.sec-experience__navi-wrap .swiper-navi-wrap__btn {
  position: absolute;
  z-index: 5;
}
.sec-experience__navi-wrap .swiper-navi-wrap__btn.swiper-button-prev {
  left: 150px;
}
.sec-experience__navi-wrap .swiper-navi-wrap__btn.swiper-button-next {
  right: 150px;
}

.expe-card {
  position: relative;
}

.expe-card__img-wrap {
  width: 100%;
  height: 100%;
}
.expe-card__img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

.expe-card__con {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: var(--FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.52px;
}

/* #endregion experience */
/* #region performance */
.performance-wrap {
  width: calc(100% - 40px);
  max-width: 1420px;
  margin: 0 auto;
}

.performance {
  width: 100%;
}

.performance__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .performance__list {
    flex-direction: column;
    gap: 12px;
  }
}

.performance__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .performance__item {
    width: 100%;
  }
}

.per-card {
  display: flex;
  flex-direction: column;
  gap: 22.65px;
  padding: 40px;
}
.per-card.per-card--1 {
  background-color: #1e4bbf;
  color: #fff;
}
.per-card.per-card--2 {
  background-color: #e0eefd;
  color: #111;
}
.per-card.per-card--3 {
  background-color: #eff6fe;
  color: #111;
}
@media screen and (max-width: 1024px) {
  .per-card {
    padding: 20px;
    gap: 3.75px;
  }
}

.per-card__btm {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .per-card__btm {
    height: 56.25px;
  }
}

.per-card__val {
  font-family: Pretendard;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.04px;
}
@media screen and (max-width: 1024px) {
  .per-card__val {
    font-size: 34px;
    letter-spacing: -0.68px;
  }
}

.per-card__unit {
  font-family: Pretendard;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.04px;
}
@media screen and (max-width: 1024px) {
  .per-card__unit {
    font-size: 34px;
    letter-spacing: -0.68px;
  }
}

.per-card__t {
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1024px) {
  .per-card__t {
    align-self: flex-end;
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

@media screen and (max-width: 1024px) {
  .per-card__img {
    height: 100%;
  }
}

/* #endregion performance */
/* #region partners */
.partners-outer-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .partners-outer-wrap {
    margin-top: 50px;
  }
}

.partners {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.partners .partners-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.partners .partners-wrap.partners-wrap--1 .partners__list {
  display: flex;
  width: 4080px;
  flex-wrap: nowrap;
  animation: bannermove 70s linear infinite;
}
.partners .partners-wrap.partners-wrap--1 .partners__list li {
  width: 340px;
}
.partners .partners-wrap.partners-wrap--1 .partners__list li img {
  width: 200px;
  height: auto;
}
.partners .partners-wrap.partners-wrap--2 .partners__list {
  display: flex;
  width: 4760px;
  flex-wrap: nowrap;
  animation: bannermove 70s linear infinite;
}
.partners .partners-wrap.partners-wrap--2 .partners__list li {
  width: 340px;
}
.partners .partners-wrap.partners-wrap--2 .partners__list li img {
  width: 200px;
  height: auto;
}
.partners .partners-wrap.partners-wrap--reverse .partners__list {
  transform: translate(-50%, 0);
  animation: bannermove--reverse 70s linear infinite;
}
.partners + .partners {
  margin-top: 30px;
}
@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes bannermove--reverse {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1024px) {
  .partners .partners-wrap.partners-wrap--1 .partners__list {
    width: 2040px;
  }
  .partners .partners-wrap.partners-wrap--1 .partners__list li {
    width: 170px;
  }
  .partners .partners-wrap.partners-wrap--1 .partners__list li img {
    width: 100px;
  }
  .partners .partners-wrap.partners-wrap--2 .partners__list {
    width: 2380px;
  }
  .partners .partners-wrap.partners-wrap--2 .partners__list li {
    width: 170px;
  }
  .partners .partners-wrap.partners-wrap--2 .partners__list li img {
    width: 100px;
  }
  .partners + .partners {
    margin-top: 15px;
  }
}
/* #endregion partners */
.mainVisual {
  position: relative;
}
.mainVisual .scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 30rem;
  padding-bottom: 22rem;
  font-size: 12rem;
  line-height: normal;
  font-family: var(--eng);
  color: #fff;
  font-weight: 500;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  cursor: pointer;
}
.mainVisual .scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7rem;
  bottom: 0;
  width: 14rem;
  height: 8rem;
  background: url("/images/main/scroll_ar.svg") no-repeat center;
  background-size: cover;
}
.mainVisual .visualSlide .swiper-slide {
  overflow: hidden;
}
.mainVisual .visualSlide .img_bx {
  position: relative;
  height: 100vh;
}
.mainVisual .visualSlide .img_bx img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transition: all 4s;
}
.mainVisual .visualSlide .on .img_bx img,
.mainVisual .visualSlide .active .img_bx img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.mainVisual .visualSlide .on .txtBx strong {
  opacity: 1;
  transform: translateX(0);
}
.mainVisual .visualSlide .on .txtBx p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.mainVisual .visualSlide .active .txtBx strong {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.mainVisual .visualSlide .active .txtBx p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.3s;
}
.mainVisual .dots {
  position: absolute;
  left: 60rem;
  bottom: 258rem;
  width: 100%;
  margin-bottom: 30rem;
  font-size: 0;
  z-index: 1;
}
.mainVisual .dots span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 3rem;
  width: 40rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
}
.mainVisual .dots span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
}
.mainVisual .dots span.swiper-pagination-bullet-active::before {
  width: 100%;
}

.intro-interior-btn {
  align-self: flex-start;
}/*# sourceMappingURL=main.css.map */