/* ELLIPSIS */
/* / */
.visual_sect .visual_slide {
  position: relative;
}
.visual_sect .visual_slide .item {
  position: relative;
  width: 100%;
  height: calc(100vh - 36rem);
}
.visual_sect .visual_slide .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.visual_sect .visual_slide .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual_sect .visual_slide .item .txt_box {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  padding: 0 var(--commonInPd);
  color: #fff;
}
.visual_sect .visual_slide .item .txt_box .desc {
  font-size: 26rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20rem);
  transition: all 0.8s ease;
  transition-delay: 0.2s;
}
.visual_sect .visual_slide .item .txt_box .tit {
  margin-top: 25rem;
  font-size: 60rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20rem);
  transition: all 0.8s ease;
  transition-delay: 0.3s;
}
.visual_sect .visual_slide .item .txt_box .txt {
  margin-top: 60rem;
  font-size: 18rem;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20rem);
  transition: all 0.8s ease;
  transition-delay: 0.4s;
}
.visual_sect .visual_slide .item.swiper-slide-active .txt_box .desc {
  opacity: 0.7;
  transform: translateY(0);
}
.visual_sect .visual_slide .item.swiper-slide-active .txt_box .tit {
  opacity: 1;
  transform: translateY(0);
}
.visual_sect .visual_slide .item.swiper-slide-active .txt_box .txt {
  opacity: 0.9;
  transform: translateY(0);
}
.visual_sect .visual_slide .controler {
  position: absolute;
  left: 0;
  bottom: 40rem;
}

.why_sect {
  position: relative;
  padding-top: 180rem;
  z-index: 10;
}
.why_sect .cont {
  margin-top: 160rem;
}
.why_sect .benefit_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 70rem 0 100rem;
}
.why_sect .benefit_cont.benefit_cont02 {
  padding: 0 120rem 0 200rem;
}
.why_sect .benefit_cont .benefit_box.benefit_box01 {
  width: 44%;
}
.why_sect .benefit_cont .benefit_box.benefit_box02 {
  width: 33%;
}
.why_sect .benefit_cont .benefit_box.benefit_box03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 180rem;
}
.why_sect .benefit_cont .benefit_box.benefit_box03 .img {
  width: 65%;
}
.why_sect .benefit_cont .benefit_box .txt_box {
  margin-top: 40rem;
}
.why_sect .benefit_cont .benefit_box .txt_box .tit {
  color: #000;
  font-size: 28rem;
  font-weight: 600;
}
.why_sect .benefit_cont .benefit_box .txt_box .util {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 15rem;
}
.why_sect .benefit_cont .benefit_box .txt_box .util .txt {
  margin-top: 0;
}
.why_sect .benefit_cont .benefit_box .txt_box .util .btn_wrap {
  margin-top: 0;
}
.why_sect .benefit_cont .benefit_box .txt_box .txt {
  margin-top: 15rem;
  color: #585A67;
  font-size: 20rem;
}
.why_sect .benefit_cont .benefit_box .txt_box .btn_wrap {
  margin-top: 50rem;
}

.sticky_sect {
  position: sticky;
}

.non_sticky_sect {
  position: relative;
  z-index: 100;
  background-color: #fff;
  margin-top: 500rem;
}

.event_sect {
  position: relative;
  height: 100vh;
  margin-top: 100rem;
}
.event_sect .line_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.event_sect .line_bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_sect .line_bg svg .svg-elem-1 {
  stroke-dashoffset: 1311.6158447266px;
  stroke-dasharray: 1311.6158447266px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.event_sect .line_bg svg .svg-elem-2 {
  stroke-dashoffset: 1277px;
  stroke-dasharray: 1277px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.event_sect .line_bg svg .svg-elem-3 {
  stroke-dashoffset: 1752.8977050781px;
  stroke-dasharray: 1752.8977050781px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.event_sect .cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 120rem;
}
.event_sect .cont .erase_img {
  position: absolute;
  left: 200rem;
  top: -230rem;
  width: 249rem;
}
.event_sect .cont .event_img {
  position: absolute;
  left: 470rem;
  top: 0;
  width: 160rem;
}
.event_sect .cont .main_cont_tit {
  width: 35%;
  margin-left: 80rem;
  opacity: 0;
}
.event_sect.active .line_bg svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.event_sect.active .line_bg svg .svg-elem-2 {
  stroke-dashoffset: 0;
}
.event_sect.active .line_bg svg .svg-elem-3 {
  stroke-dashoffset: 0;
}

.exh_banner_sect {
  position: relative;
}
.exh_banner_sect .main_cont_tit {
  position: absolute;
  left: 262rem;
  bottom: 150rem;
}
.exh_banner_sect .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.exh_pdt_sect {
  padding: 80rem 80rem;
}
.exh_pdt_sect .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.exh_pdt_sect .cont .main_pdt_wrap {
  position: sticky;
  top: 30rem;
  width: 1270rem;
  height: auto;
  flex-shrink: 0;
  align-self: flex-start;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide {
  position: relative;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .img {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .txt_box {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  padding: 40rem 50rem 40rem 60rem;
  gap: 25px;
  flex-shrink: 0;
  color: #fff;
  background: #1A1A1A;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .txt_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3rem;
  width: 100%;
  height: 5rem;
  background-color: #1A1A1A;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .txt_box .tit {
  font-size: 32rem;
  font-weight: 600;
  opacity: 0;
  transform: translateX(20rem);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .txt_box .txt {
  font-size: 25rem;
  font-weight: 500;
  opacity: 0;
  transform: translateX(20rem);
  transition: all 1s ease;
  transition-delay: 0.3s;
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item.swiper-slide-active .txt_box .tit {
  opacity: 1;
  transform: translateX(0);
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item.swiper-slide-active .txt {
  opacity: 0.7;
  transform: translateX(0);
}
.exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .controler {
  position: absolute;
  right: 50rem;
  bottom: 40rem;
  width: auto;
}
.exh_pdt_sect .cont .sub_pdt_wrap {
  width: 100%;
  height: 100%;
  margin-left: 40rem;
}
.exh_pdt_sect .exh_pdt_box {
  height: 100%;
}
.exh_pdt_sect .exh_pdt_box .exh_pdt + .exh_pdt {
  margin-top: 24rem;
}

.new_pdt_sect {
  padding: 160rem 0 200rem;
}
.new_pdt_sect .pdt_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 80rem;
}
.new_pdt_sect .pdt_wrap + .pdt_wrap {
  margin-top: 120rem;
}
.new_pdt_sect .pdt_wrap .pdt_box .img {
  width: 490rem;
  overflow: hidden;
}
.new_pdt_sect .pdt_wrap .pdt_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.new_pdt_sect .pdt_wrap .pdt_box .txt_box {
  margin-top: 30rem;
}
.new_pdt_sect .pdt_wrap .pdt_box .txt_box .tit {
  color: #000;
  font-size: 24rem;
  font-weight: 600;
}
.new_pdt_sect .pdt_wrap .pdt_box .txt_box .txt {
  margin-top: 10rem;
  color: #585A67;
  font-size: 18rem;
}
.new_pdt_sect .pdt_wrap .pdt_box.pdt_box02 .img {
  width: 748rem;
}
.new_pdt_sect .pdt_wrap .pdt_box:hover .img img {
  transform: scale(1.05);
}

@media screen and (max-width: 1280px) {
  .visual_sect .visual_slide .item {
    height: 100dvh;
  }
  .visual_sect .visual_slide .item .txt_box {
    top: calc(var(--hdH) + 90rem);
  }
  .visual_sect .visual_slide .item .txt_box .desc {
    font-size: 14rem;
  }
  .visual_sect .visual_slide .item .txt_box .tit {
    margin-top: 15rem;
    font-size: 28rem;
  }
  .visual_sect .visual_slide .item .txt_box .txt {
    margin-top: 40rem;
    font-size: 15rem;
  }
  .visual_sect .visual_slide .item .txt_box .txt br {
    display: none;
  }
  .why_sect {
    padding: 80rem 20rem 0;
  }
  .why_sect .cont {
    margin-top: 60rem;
  }
  .why_sect .benefit_cont {
    padding: 0;
    flex-direction: column;
  }
  .why_sect .benefit_cont.benefit_cont02 {
    padding: 0;
  }
  .why_sect .benefit_cont .benefit_box.benefit_box01 {
    width: 100%;
  }
  .why_sect .benefit_cont .benefit_box.benefit_box02 {
    width: 100%;
    margin-top: 60rem;
  }
  .why_sect .benefit_cont .benefit_box.benefit_box03 {
    margin-top: 60rem;
    flex-direction: column-reverse;
  }
  .why_sect .benefit_cont .benefit_box.benefit_box03 .img {
    width: 100%;
  }
  .why_sect .benefit_cont .benefit_box .txt_box {
    margin-top: 20rem;
  }
  .why_sect .benefit_cont .benefit_box .txt_box .tit {
    font-size: 18rem;
  }
  .why_sect .benefit_cont .benefit_box .txt_box .txt {
    margin-top: 10rem;
    font-size: 15rem;
  }
  .why_sect .benefit_cont .benefit_box .txt_box .txt br {
    display: none;
  }
  .why_sect .benefit_cont .benefit_box .txt_box .util {
    flex-direction: column;
    align-items: flex-start;
  }
  .why_sect .benefit_cont .benefit_box .txt_box .util .btn_wrap {
    margin-top: 30rem;
  }
  .why_sect .benefit_cont .benefit_box .txt_box .btn_wrap {
    margin-top: 30rem;
  }
  .event_sect {
    height: auto;
    margin-top: 60rem;
  }
  .event_sect .cont {
    padding: 0 20rem;
    flex-direction: column;
  }
  .event_sect .cont .erase_img {
    display: none;
  }
  .event_sect .cont .event_img {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
  }
  .event_sect .cont .main_cont_tit {
    width: 100%;
    opacity: 1;
    margin-left: 0;
    margin-top: 20rem;
  }
  .exh_banner_sect {
    margin-top: 120rem;
    overflow: hidden;
  }
  .exh_banner_sect .main_cont_tit {
    left: 20rem;
    top: 10rem;
    width: 100%;
  }
  .non_sticky_sect {
    margin-top: 0;
  }
  .exh_pdt_sect {
    height: auto;
    padding: 20rem;
    overflow: hidden;
  }
  .exh_pdt_sect .cont {
    flex-direction: column;
    justify-content: flex-start;
  }
  .exh_pdt_sect .cont .main_pdt_wrap {
    position: relative;
    top: 0;
    width: 100%;
  }
  .exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .txt_box {
    padding: 15rem 15rem 50rem;
    gap: 0;
  }
  .exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .txt_box .tit {
    font-size: 14rem;
  }
  .exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .item .txt_box .txt {
    margin-top: 5rem;
    font-size: 13rem;
  }
  .exh_pdt_sect .cont .main_pdt_wrap .main_pdt_slide .controler {
    right: 15rem;
    bottom: 5rem;
  }
  .exh_pdt_sect .cont .sub_pdt_wrap {
    margin-left: 0;
    margin-top: 20rem;
    height: auto;
  }
  .exh_pdt_sect .cont .sub_pdt_wrap .exh_pdt_box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: calc(100% + 20rem);
    margin-right: -20rem;
    height: 100%;
    padding-bottom: 0;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .exh_pdt_sect .cont .sub_pdt_wrap .exh_pdt_box .exh_pdt + .exh_pdt {
    margin-top: 0;
    margin-left: 12rem;
  }
  .new_pdt_sect {
    padding: 80rem 0 100rem;
  }
  .new_pdt_sect .pdt_wrap {
    flex-direction: column;
    margin-top: 60rem;
  }
  .new_pdt_sect .pdt_wrap + .pdt_wrap {
    margin-top: 40rem;
  }
  .new_pdt_sect .pdt_wrap .pdt_box + .pdt_box {
    margin-top: 40rem;
  }
  .new_pdt_sect .pdt_wrap .pdt_box .img {
    width: 100%;
  }
  .new_pdt_sect .pdt_wrap .pdt_box .txt_box {
    margin-top: 20rem;
  }
  .new_pdt_sect .pdt_wrap .pdt_box .txt_box .tit {
    font-size: 18rem;
  }
  .new_pdt_sect .pdt_wrap .pdt_box .txt_box .txt {
    margin-top: 10rem;
    font-size: 15rem;
  }
  .new_pdt_sect .pdt_wrap .pdt_box.pdt_box02 .img {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */