@charset "UTF-8";
.sub__bna.--eyes .lt__case .case__view .case__img {
  width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub__bna.--eyes .lt__case .case__view img {
  width: 100%;
}
.sub__bna.--eyes .lt__case .case__info {
  left: 760px;
}
.sub__bna.--eyes .lt__case .case__nav {
  translate: 55px 0;
  width: calc(50% - 55px);
}
.sub__bna.--eyes .lt__case .case__nav .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub__bna.--eyes .lt__case .case__nav .swiper-slide img {
  width: 100%;
}
.sub__bna.--eyes .lt__case.--guest .case__view .case__img::before {
  translate: 0 0;
  width: 100%;
  height: 50%;
}
.sub__bna.--eyes .lt__case.--guest .case__nav .swiper-slide::after,
.sub__bna.--eyes .lt__case.--guest .case__view .case__img::after {
  top: 50%;
  width: 100%;
  height: 50%;
}

.lt__case {
  font-size: 16px;
  padding: 11.25em 0 5.6em;
  max-width: 2000px;
  overflow: hidden;
  margin: 0 auto;
}
.lt__case h4 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.lt__case .case__wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.lt__case .case__container {
  width: 1400px;
  margin: 0 auto;
}
.lt__case .case__view {
  width: 1500px;
}
.lt__case .case__view img {
  width: 50%;
}
.lt__case .case__view .case__img {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 1em;
  position: relative;
}
.lt__case .case__info {
  position: absolute;
  top: 1em;
  left: 1050px;
}
.lt__case .case__info span {
  font-family: var(--Marcellus);
  color: #a6a6a6;
}
.lt__case .case__info dt {
  font-size: 24px;
  font-weight: 600;
  color: #1b1b1b;
  padding: 0 0 0.6em;
}
.lt__case .case__info dd {
  font-size: 20px;
  color: #5c5c5c;
  padding-bottom: 3em;
}
.lt__case .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;
}
.lt__case .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;
}
.lt__case .case__info p {
  font-size: 16px;
  color: #5c5c5c;
  white-space: nowrap;
  line-height: 2;
  padding-top: 0.7em;
}
.lt__case .case__nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: 327px 0;
  z-index: 10;
  width: 673px;
  padding-bottom: 1em;
}
.lt__case .case__nav .swiper-slide {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1em;
  overflow: hidden;
  margin-right: 1em;
  cursor: pointer;
}
.lt__case .case__nav img {
  width: 50%;
}
.lt__case .case__nav .swiper-scrollbar {
  bottom: 0;
  left: 0;
  background: #ebebeb;
  height: 4px;
}
.lt__case .case__nav .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2a2928;
}

.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) {
  .sub__bna.--eyes .lt__case .case__nav {
    translate: 125px 0;
    width: calc(50% - 125px);
  }
}/*# sourceMappingURL=style.css.map */