@charset "UTF-8";
.main__slider__container {
  margin: 0 auto 36px auto;
  overflow: hidden;
}

.comparison__slider {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  cursor: ew-resize;
  /* Before가 이제 움직이는 레이어입니다 */
  /* After는 바닥에 고정된 배경입니다 */
  /* 슬라이더 핸들은 그대로 유지 */
}
.comparison__slider .img__box__before,
.comparison__slider .img__box__after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.comparison__slider .img__box__before img,
.comparison__slider .img__box__after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.comparison__slider .img__box__before {
  width: 50%; /* 초기값 */
  z-index: 3;
  overflow: hidden;
  border-right: 3px solid #fff;
}
.comparison__slider .img__box__after {
  z-index: 2;
}
.comparison__slider .slider__handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 60px;
  margin-left: -30px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison__slider .slider__handle__line {
  width: 4px;
  height: 100%;
  background: #fff;
  position: relative;
}
.comparison__slider .slider__handle__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #333;
}

.bottom {
  max-width: 1400px;
  margin: 0 auto;
}
.bottom .thumb__slider__container {
  width: 100%;
}
.bottom .thumb__slider__container .thumb__slide {
  max-width: 225px;
  height: 100px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bottom .thumb__slider__container .thumb__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom .thumb__slider__container .thumb__slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.bottom .thumb__slider__container .before__nav {
  position: static;
  margin: 10px 0 30px 0;
  height: 2px;
  width: 100%;
  background: rgba(191, 182, 172, 0.2);
}
.bottom .thumb__slider__container .before__nav .swiper-pagination-progressbar-fill {
  background: #bfb6ac;
}
.bottom .thumb__slider__container p {
  font-size: 14px;
  line-height: 20px;
}/*# sourceMappingURL=style.css.map */