@charset "UTF-8";
.subCase__latest {
  font-size: 16px;
  max-width: 2000px;
  overflow: hidden;
  margin: 0 auto 50px;
}
.subCase__latest .case__wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.subCase__latest .case__container {
  width: 1400px;
  margin: 0 auto;
}
.subCase__latest .case__view {
  width: 100%;
  position: relative;
}
.subCase__latest .case__view img {
  width: 100%;
}
.subCase__latest .case__view .case__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.subCase__latest .case__view .swiper-slide {
  height: 650px;
}
.subCase__latest .case__view .swiper__nav {
  position: absolute;
  top: 185px;
  z-index: 10;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 100em;
  padding-right: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(128, 120, 101, 0.8);
}
.subCase__latest .case__view .swiper__nav::before {
  content: "";
  width: 14px;
  aspect-ratio: 14/23;
  -webkit-filter: invert(1);
          filter: invert(1);
  background: url(/img/common/icon/chevron.svg) center/contain no-repeat;
}
.subCase__latest .case__view .swiper__nav.--prev {
  left: 45px;
}
.subCase__latest .case__view .swiper__nav.--next {
  right: 45px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.subCase__latest .case__info {
  position: absolute;
  top: 420px;
  left: 0;
  height: calc(110px + 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 1em;
  line-height: 1;
}
.subCase__latest .case__info span {
  font-family: var(--Marcellus);
  color: #a6a6a6;
}
.subCase__latest .case__info dt {
  font-size: 20px;
  font-weight: 600;
  color: #746749;
  padding: 0 0 0.7em;
}
.subCase__latest .case__info dd {
  font-size: 16px;
  font-weight: 500;
  color: #b9b2a1;
  width: 48%;
  line-height: 1.5;
}
.subCase__latest .case__info a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.subCase__latest .case__info a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  margin-left: 0.5em;
  opacity: 0.7;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url(/img/common/icon/chevron.svg) center/contain no-repeat;
}
.subCase__latest .case__info p {
  font-size: 16px;
  color: #5c5c5c;
  white-space: nowrap;
  line-height: 2;
  padding-top: 0.7em;
}
.subCase__latest .case__nav {
  width: 1400px;
  position: absolute;
  top: 420px;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.subCase__latest .case__nav .nav__wrapper {
  width: 677px;
  position: relative;
  padding-bottom: 1em;
}
.subCase__latest .case__nav .swiper-slide {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}
.subCase__latest .case__nav .swiper-slide[data-id="96"] {
  max-width: 377px;
}
.subCase__latest .case__nav img {
  width: 100%;
}
.subCase__latest .case__nav .swiper-scrollbar {
  bottom: 0;
  left: 0;
  background: #eae2ce;
  height: 4px;
}
.subCase__latest .case__nav .swiper-scrollbar .swiper-scrollbar-drag {
  background: #937764;
}

.lt__case.--guest .case__view .case__img::before {
  content: "로그인 후 확인하실 수 있습니다.";
  font-size: 18px;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 50%;
  height: 100%;
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lt__case.--guest .case__view .case__img::after {
  content: "\f023";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50%;
  height: 100%;
  padding-bottom: 1em;
  background: rgba(255, 255, 255, 0.93);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  text-align: center;
}
.lt__case.--guest .case__nav .swiper-slide::after {
  content: "\f023";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.93);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 1420px) {
  .subCase__latest .case__nav,
  .subCase__latest .case__container {
    width: 1200px;
  }
  .subCase__latest .case__nav .nav__wrapper {
    width: 510px;
  }
  .subCase__latest .case__info dt {
    font-size: 18px;
  }
  .subCase__latest .case__info dd {
    font-size: 14px;
  }
  .subCase__latest .case__view .swiper-slide {
    height: 500px;
  }
}/*# sourceMappingURL=style.css.map */