img {
  max-width: 100%;
}

.fr-modalParent_contentsInner {
  overflow-y: auto;
}

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

.main_inner {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

#section-intro-pc .kv-flow-pc {
  position: relative;
  display: flex;
  width: 100%;
}
#section-intro-pc .kv-flow-pc_col {
  position: relative;
  width: 50%;
  height: 50vw;
  overflow: hidden;
}
#section-intro-pc .kv-flow-pc_swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section-intro-pc .kv-flow-pc_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
#section-intro-pc .kv-flow-pc_swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-intro-pc .kv-gradient-pc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 16.6667vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20.548%, rgba(38, 33, 25, 0.6) 104.57%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
#section-intro-pc .kv-text-pc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 16.6667vw;
  box-sizing: border-box;
  padding: 4.1667vw 0 6.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
#section-intro-pc .kv-text-pc p {
  margin: 0;
  color: #fff;
  font-family: "UniqloPro Regular", sans-serif;
  font-weight: 500;
  font-size: 2.9167vw;
  line-height: 1.08;
  text-align: center;
}

#section-contents {
  background: #FAF8F5;
}
#section-contents h2 {
  margin: 0;
  color: #222;
  text-align: center;
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 1.875vw;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: -0.0375vw;
}
#section-contents .section-title {
  padding: 2.5vw 0;
  text-align: center;
}
#section-contents .content-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5vw;
  padding: 2.5vw 19.375vw 4.1667vw;
}
#section-contents .content-card_img {
  flex-shrink: 0;
  width: 24.4792vw;
  height: 32.8125vw;
  background: #fff;
  overflow: hidden;
}
#section-contents .content-card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-contents .content-card.-reverse {
  flex-direction: row-reverse;
}
#section-contents .content-card_body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  width: 20.8333vw;
  gap: 0.625vw;
  padding-top: 1.6667vw;
  text-align: right;
}
#section-contents .content-card_body.-wide {
  width: 26.3542vw;
}
#section-contents .content-card_text {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  min-width: 0;
  text-align: left;
}
#section-contents .content-card_title {
  margin: 0;
  color: #242424;
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 1.6667vw;
  font-weight: 700;
  line-height: 2.1875vw;
  letter-spacing: -0.0333vw;
}
#section-contents .content-card_desc {
  margin: 0;
  color: #625552;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 0.8333vw;
  letter-spacing: -0.0333vw;
  line-height: 1.6;
}
#section-contents .content-card_arrow {
  position: static;
  flex-shrink: 0;
  width: 27px;
  height: 28px;
}
#section-contents .content-card_arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

#section-styling {
  padding: 3.125vw 18.75vw 6.25vw;
}
#section-styling h2 {
  margin: 0;
  color: #222;
  text-align: center;
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 1.875vw;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: -0.0375vw;
}
#section-styling .section-title {
  padding: 0 0 1.25vw;
  text-align: center;
}
#section-styling .styling-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.3267vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
#section-styling .styling-list_item {
  position: relative;
  aspect-ratio: 3/4;
  background: #e6e6e6;
  overflow: hidden;
}
#section-styling .styling-list_trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
#section-styling .styling-list_trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-styling .styling-list_plus {
  position: absolute;
  right: 0.6vw;
  bottom: 0.6vw;
  width: 1.58vw;
  height: 1.58vw;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.8);
}
#section-styling .styling-list_plus::before, #section-styling .styling-list_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
#section-styling .styling-list_plus::before {
  width: 0.9375vw;
  height: 1px;
}
#section-styling .styling-list_plus::after {
  width: 1px;
  height: 0.9375vw;
}

@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  #section-intro-mobile .kv-flow {
    position: relative;
    width: 100%;
    height: 200vw;
    overflow: hidden;
  }
  #section-intro-mobile .kv-flow_swiper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }
  #section-intro-mobile .kv-flow_swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #section-intro-mobile .kv-flow_swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-intro-mobile .kv-gradient {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(33, 33, 33, 0.7) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  #section-intro-mobile .kv-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    box-sizing: border-box;
    padding: 10.6667vw 6.4vw 21.3333vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 3.2vw;
    pointer-events: none;
  }
  #section-intro-mobile .kv-text p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 6.9333vw;
    line-height: 1.5;
    letter-spacing: -0.2773vw;
  }
  #section-contents h2 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
  }
  #section-contents .section-title {
    padding: 48px 0;
  }
  #section-contents .content-card {
    display: block;
    padding: 48px 16px;
  }
  #section-contents .content-card_img {
    width: 100%;
    height: auto;
    aspect-ratio: 343/466;
  }
  #section-contents .content-card_img.-tall {
    aspect-ratio: 343/510;
  }
  #section-contents .content-card_body {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: auto;
    gap: 12px;
    margin-top: 32px;
    padding-top: 0;
    position: relative;
    padding-bottom: 40px;
    text-align: left;
  }
  #section-contents .content-card_body.-wide {
    width: auto;
  }
  #section-contents .content-card_text {
    display: block;
    min-width: 0;
    gap: 0;
  }
  #section-contents .content-card_title {
    font-size: 6.9333vw;
    line-height: 1.4;
    letter-spacing: normal;
  }
  #section-contents .content-card_desc {
    margin: 8px 0 0;
    color: #555;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 3.4667vw;
    letter-spacing: normal;
    text-transform: none;
  }
  #section-contents .content-card_arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  #section-styling {
    padding: 48px 0 120px;
  }
  #section-styling h2 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
  }
  #section-styling .section-title {
    padding: 0 0 24px;
  }
  #section-styling .styling-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }
  #section-styling .styling-list_plus {
    right: 7px;
    bottom: 7px;
    width: 6.4vw;
    height: 6.4vw;
  }
  #section-styling .styling-list_plus::before {
    width: 12px;
  }
  #section-styling .styling-list_plus::after {
    height: 12px;
  }
}

/*# sourceMappingURL=archive.css.map */
