@charset "UTF-8";
/* ELLIPSIS */
/* / */
.main_page {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.main-wrap {
  position: relative;
}
.main-wrap .txt-top-content {
  position: absolute;
  top: 220rem;
  left: 135rem;
  z-index: 20;
  color: #fff;
}
.main-wrap .txt-top-content .title {
  font-family: "Nanum Myeongjo";
  font-style: normal;
  font-weight: 600;
  font-size: 100rem;
  line-height: 100%;
  letter-spacing: -0.0375rem;
}
.main-wrap .txt-bottom-content {
  position: absolute;
  z-index: 20;
  left: 61.5%;
  top: 50%;
}


@media (min-width: 3440px) and (min-height: 1440px) {
    .main-wrap .txt-bottom-content {
        top: 310rem;
    }
}

.main-wrap .txt-bottom-content .title {
  font-family: "Nanum Myeongjo";
  font-style: normal;
  font-weight: 400;
  font-size: 72rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  padding-bottom: 16rem;
}
.main-wrap .txt-bottom-content .sub-title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 20rem;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #CCCCCC;
  padding-top: 16rem;
}
.main-wrap .data-wrap {
  margin-top: 32rem;
}
.main-wrap .data-wrap ul {
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5rem);
  border-radius: 10rem;
  padding: 24rem 60rem;
}
.main-wrap .data-wrap ul li {
  position: relative;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 18rem;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #CCCCCC;
  text-align: center;
  padding: 0 59rem;
}
.main-wrap .data-wrap ul li span {
  display: block;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: 48rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.main-wrap .data-wrap ul li + li:after {
  content: "";
  width: 1rem;
  height: 100%;
  background-color: #555;
  position: absolute;
  left: 0;
  top: 0;
}
.main-wrap .data-wrap ul li:first-child {
  padding-left: 0;
}
.main-wrap .data-wrap ul li:last-child {
  padding-right: 0;
}
.main-wrap .data-wrap .date {
  font-family: var(--font-family-Pretendard, Pretendard);
  font-size: var(--font-size-7, 16rem);
  font-style: normal;
  font-weight: var(--font-weight-light, 300);
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32rem;
  text-align: right;
  color: #ccc;
  padding-top: 16rem;
}
.main-wrap video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  background-color: #000; /* 흰색 대신 검은색 */
}

.swiper-controll {
  bottom: 200rem;
  position: absolute;
  left: 190rem;
}
.swiper-controll .progressbar-wrapper {
  position: absolute;
  width: 140rem;
  height: 2rem;
  background: var(--DARK2-5);
  overflow: hidden;
  z-index: 30;
  top: 2rem;
}
.swiper-controll .progressbar {
  width: 0;
  height: 100%;
  background: var(--LIGHT3-d);
}
.swiper-controll .swiper-pagination .swiper-pagination-current {
  color: var(--LIGHT3-d);
  position: absolute;
  top: -1rem;
  left: -27rem;
}
.swiper-controll .swiper-pagination .swiper-pagination-total {
  color: var(--LIGHT1-a);
  position: absolute;
  top: -1rem;
  left: 149rem;
}
.swiper-controll .swiper-button-next {
  background-image: url("/images/main/slide_next.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15rem;
  height: 15rem;
  background-color: transparent;
  position: absolute;
  left: 180rem;
  top: -5rem;
}
.swiper-controll .swiper-button-prev {
  background-image: url("/images/main/slide_prev.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15rem;
  height: 15rem;
  background-color: transparent;
  position: absolute;
  left: -55rem;
  top: -5rem;
}

.footer.main_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}
.footer.main_footer .footer__inner {
  flex-direction: column;
}
.footer.main_footer .footer_top {
  display: flex;
  width: 100%;
}
.footer.main_footer .footer_top .footer__1 {
  flex: 1 1 auto;
}
.footer.main_footer .footer_bottom {
  padding-top: 20rem;
  display: flex;
}
.footer.main_footer .footer_bottom .link_wrap {
  flex: 1 1 auto;
}
.footer.main_footer .footer_bottom .link_wrap ul {
  display: flex;
  align-items: center;
}
.footer.main_footer .footer_bottom .link_wrap ul li a {
  font-family: var(--font-family-Pretendard, Pretendard);
  font-size: var(--font-size-7, 16rem);
  font-style: normal;
  font-weight: var(--font-weight-light, 300);
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32rem;
  color: var(--LIGHT3-d);
  text-decoration: underline;
  text-decoration-color: var(--LIGHT3-d);
  text-underline-offset: 2rem;
}
.footer.main_footer .footer_bottom .link_wrap ul li + li {
  position: relative;
  padding-left: 40rem;
}
.footer.main_footer .footer_bottom .link_wrap ul li + li:after {
  content: "";
  width: 1rem;
  height: 14rem;
  background-color: var(--LIGHT1-a);
  position: absolute;
  left: 20rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer.main_footer .footer_bottom .footer__2 {
  position: unset;
  transform: unset;
}

@media screen and (max-width: 1280px) {
  .main_page #header {
    position: absolute;
  }
  .main-wrap .txt-top-content {
    left: 20rem;
  }
  .main-wrap .txt-bottom-content {
    right: 20rem;
  }
  .main-wrap video {
    width: auto;
  }
  .swiper-controll {
    left: 74rem;
  }
  .footer.main_footer .footer_bottom .footer__2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .main-wrap {
    height: 100vh;
  }
  .main-wrap .txt-top-content {
    top: 110rem;
  }
  .main-wrap .txt-top-content .title {
    font-family: "Nanum Myeongjo";
    font-style: normal;
    font-weight: 600;
    font-size: 50rem;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
  }
  .main-wrap .txt-bottom-content {
    top: 290rem;
    left: 20rem;
    right: unset;
    width: calc(100% - 40rem);
  }
  .main-wrap .txt-bottom-content .title {
    font-family: "Nanum Myeongjo";
    font-style: normal;
    font-weight: 400;
    font-size: 36rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    padding-bottom: 4rem;
  }
  .main-wrap .txt-bottom-content .sub-title {
    font-family: var(--font-family-Pretendard, Pretendard);
    font-size: 16rem;
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 140%;
    letter-spacing: -0.32rem;
    padding-top: 4rem;
  }
  .main-wrap .data-wrap {
    margin-top: 36rem;
  }
  .main-wrap .data-wrap ul {
    padding: 14rem 10rem;
  }
  .main-wrap .data-wrap ul li {
    font-family: var(--font-family-Pretendard, Pretendard);
    font-size: 15rem;
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 140%;
    /* 21px */
    letter-spacing: -0.3rem;
    padding: 0 10rem;
    flex: 1 1 33%;
  }
  .main-wrap .data-wrap ul li span {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 300;
    font-size: 24rem;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
  .main-wrap .data-wrap .date {
    text-align: right;
    font-family: var(--font-family-Pretendard, Pretendard);
    font-size: 14rem;
    font-style: normal;
    font-weight: var(--font-weight-light, 300);
    line-height: 140%;
    /* 19.6px */
    letter-spacing: -0.28rem;
    padding-top: 8rem;
  }
  .main-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 50%;
  }
  .main-wrap.first-slide video {
    object-position: 70% 50%;
  }
  .swiper-controll {
    top: unset;
    bottom: 120rem;
  }
  .swiper-controll .swiper-pagination {
    left: -33rem;
  }
  .swiper-controll .swiper-pagination .swiper-pagination-current {
    left: -2rem;
  }
  .swiper-controll .swiper-pagination .swiper-pagination-total {
    left: 111rem;
  }
  .swiper-controll .progressbar-wrapper {
    width: 82rem;
    height: 2rem;
    left: -11rem;
    top: 1rem;
  }
  .swiper-controll .swiper-button-next {
    left: 99rem;
  }
  .footer__inner {
    padding: 32rem 0;
  }
  .footer.main_footer .footer__addr,
  .footer.main_footer .footer__3,
  .footer.main_footer .link_wrap {
    display: none;
  }
  .footer.main_footer .footer_bottom {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 767px) {
  .main-wrap {
    margin-bottom: -6rem;
  }
}
@media screen and (min-width: 1921px) {
  .main-wrap {
    height: 100vh;
  }
  .main-wrap video {
    height: 100%;
  }
  .swiper-controll .progressbar-wrapper {
    top: 3px;
    height: 2px;
  }
  .swiper-controll .swiper-pagination .swiper-pagination-current,
  .swiper-controll .swiper-pagination .swiper-pagination-total {
    top: -3px;
  }
}