@charset "UTF-8";
/* device height */
/* color */
/* weight */
/* font family */
/* div value */
/* =======================================================
  ** 위치는 대문자 T, R, B, L 1자로 축약
  ** 사이즈는 Xs, Sm, Md, Lg, Xl, Xl 2자로 축약
 ======================================================= */
/* calculate rem size */
/* float clearfix */
/* ellipsis word */
/* hidden element */
/* hidden overflow image */
/* flexbox */
/* grid */
/* ::before ::after */
/* background */
/* icon */
/* font setting */
.index .wrap {
  padding-inline: 0;
}
.index .section1 {
  height: 950px;
  background: #fff url("/resources/images/index/section1-bg.jpg") center top no-repeat fixed;
  display: flex;
  align-items: center;
}
.index .section1 .mask1 {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff url("/resources/images/index/section1-bg.jpg") center top no-repeat fixed;
  z-index: 2;
  animation: maskShow2 1s linear 0.5s forwards;
}
.index .section1 .mask2 {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff url("/resources/images/index/section1-bg.jpg") center top no-repeat fixed;
  z-index: 2;
  animation: maskShow2 1s linear 0.5s forwards;
}
@keyframes maskShow1 {
  0% {
    width: 50%;
  }
  100% {
    width: 0;
  }
}
@keyframes maskShow2 {
  0% {
    width: 50%;
  }
  100% {
    width: 0;
  }
}
.index .section1__header {
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
  display: flex;
  margin-bottom: 20px;
}
.index .section1__header span {
  border-bottom: 2px solid #232A3A;
  padding: 0 4px 0 0;
}
.index .section1__header span:nth-child(2) {
  color: #fff;
  background: #232A3A;
  padding: 0 4px;
}
.index .section1 .section__title {
  text-align: left;
  font-size: 50px;
  line-height: 62px;
  font-weight: 400;
}
.index .section1 .section__desc {
  margin-top: 30px;
  text-align: left;
}
.index .section1 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .section1__group1 {
  text-align: center;
}
.index .section1__group1 .group1__title {
  font-size: 62px;
  line-height: 74px;
  color: #380B3C;
  font-weight: 400;
  font-family: "Bodoni";
  letter-spacing: -0.03em;
}
.index .section1__group1 .group1__desc {
  margin-top: 10px;
  font-size: 29px;
  line-height: 35px;
  color: #612466;
  font-weight: 400;
}
.index .section1__group1 .group1__desc .font-eng {
  font-family: "Bodoni";
  font-style: italic;
}
.index .section1__group2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
.index .section1__bar {
  background: #380B3C;
  width: 346px;
  height: 1px;
  margin-inline: 54px;
}
.index .section2 {
  padding-top: 144px;
  padding-bottom: 144px;
  background: #380B3C;
}
.index .section2 .section__title {
  color: #fff;
}
.index .section2 .section__desc {
  color: #fff;
}
.index .section2 .section__link {
  margin-top: 80px;
}
.index .section2 .section__link .btn-cross {
  color: #fff;
  border-bottom-color: #fff;
}
.index .section2 .section__link .btn-cross::after {
  background-image: url("/resources/images/common/cross-light.svg");
}
.index .section2 .list {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 100px;
}
.index .section2 .list--show .list__item--item1 img {
  transform: rotate(180deg);
}
.index .section2 .list--show .list__item--item2 img {
  transition-delay: 0.2s;
  transform: rotate(-180deg);
}
.index .section2 .list--show .list__item--item3 img {
  transition-delay: 0.3s;
  transform: rotate(180deg);
}
.index .section2 .list--show .list__item--item4 img {
  transition-delay: 0.4s;
  transform: rotate(-180deg);
}
.index .section2 .list--show .list__item--item5 img {
  transition-delay: 0.5s;
  transform: rotate(180deg);
}
.index .section2 .list__item {
  text-align: center;
}
.index .section2 .list__item img {
  transition: transform 1s;
}
.index .section2 .list__item_eng {
  margin-top: 20px;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Futura";
}
.index .section2 .list__item_kor {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
.index .section3 {
  margin-bottom: 220px;
}
.index .section3 .wrap {
  display: flex;
}
.index .section3__group1 {
  flex: 1;
  max-width: 960px;
  height: 860px;
}
.index .section3__group1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .section3__group2 {
  margin-left: 120px;
  width: 720px;
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index .section3 .section__title {
  text-align: left;
}
.index .section3 .section__desc {
  text-align: left;
}
.index .section3 .list {
  margin-top: 60px;
  border-top: 1px solid #222;
}
.index .section3 .list__item {
  border-bottom: 1px solid #222;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.index .section3 .list__item dt {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  font-family: "Bodoni";
  padding-right: 40px;
}
.index .section3 .list__item dd {
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
}
.index .section4 {
  padding-bottom: 220px;
}
.index .section4 .section__title {
  font-size: 38px;
  line-height: 55px;
  font-weight: 400;
}
.index .section4 .section__title .font-eng {
  font-family: "Bodoni";
  font-size: 46px;
  line-height: 55px;
  font-weight: 400;
}
.index .section4 .section__desc {
  font-size: 18px;
  font-weight: 400;
}
.index .section4__list {
  margin-top: 80px;
  margin-inline: auto;
  width: 1255px;
  overflow: hidden;
}
.index .section4 .list__item {
  background: rgba(231, 228, 224, 0.4);
  text-align: center;
  padding: 40px;
}
.index .section4 .list__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.index .section4 .list__item_thumb {
  padding-top: 52px;
  overflow: hidden;
}
.index .section4 .list__item_thumb img {
  max-width: 100%;
  transition: transform 0.35s;
}
.index .section4 .list__item_eng {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  text-align: left;
  font-family: "Futura";
}
.index .section4 .list__item_kor {
  margin-top: 5px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
}
.index .section4 .list__item_size {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
  font-family: "Futura";
}
.index .section4 .list__item_size::before {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: #222;
  margin: 0 5px;
}
.index .section4 .list__item:hover {
  background: rgba(231, 228, 224, 0.8);
}
.index .section4 .list__item:hover img {
  transform: translateY(-20px);
}
.index .section4 .section__link {
  margin-top: 80px;
}

@media all and (max-width: 1500px) {
  .index .section3__group2 {
    margin-left: 60px;
    padding-right: 60px;
  }
}
@media all and (min-width: 1920px) {
  .index .section1 {
    background-size: 100vw auto;
  }
  .index .section1 .mask1,
  .index .section1 .mask2 {
    background-size: 100vw auto;
  }
}
