<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.photoSlider {
  position: relative;
}

@media screen and (min-width: 769px) {
  .photoSlider {
    margin: 0 auto;
    overflow: visible;
    width: 1040px;
  }
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    background: none;
    height: 100%;
    outline: none;
    top: 0;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    width: 50vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .photoSlider .swiper-button-prev {
    cursor: url("../../common/imgs/icon-arrow-prev.png"), pointer;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .photoSlider .swiper-button-prev {
    left: calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .photoSlider .swiper-button-prev {
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .photoSlider .swiper-button-next {
    cursor: url("../../common/imgs/icon-arrow-next.png"), pointer;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .photoSlider .swiper-button-next {
    right: calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .photoSlider .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .photoSlider {
    margin-left: -40px;
    width: 375px;
  }
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    display: none;
  }
}

.photoSliderItem {
  position: relative;
}

@media screen and (min-width: 769px) {
  .photoSliderItem {
    margin-right: 40px;
    max-width: 785.882px;
  }
  .photoSliderItem:first-child {
    margin-left: 127px;
  }
}

@media (max-width: 768px) {
  .photoSliderItem {
    margin-right: 10px;
    max-width: 293.3px;
  }
  .photoSliderItem:first-child {
    margin-left: 41px;
  }
}

.swiper-container-initialized .photoSliderItem:first-child {
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .thumbSlider {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .thumbSlider {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .thumbSlider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.thumbSliderItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .thumbSliderItem:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .thumbSliderItem:hover:after {
    opacity: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .thumbSliderItem:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .thumbSliderItem:hover:after {
    opacity: 0;
  }
}

.thumbSliderItem:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
}

.thumbSliderItem.swiper-slide-thumb-active {
  -webkit-filter: none;
          filter: none;
}

.thumbSliderItem.swiper-slide-thumb-active:after {
  opacity: 0;
}

@media (max-width: 768px) {
  .sliderArea__ldkTab .contentsTab__item {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .sliderArea__inner {
    margin-left: calc((100vw - 1040px) / -2);
    margin-top: 80px;
    overflow: hidden;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .sliderArea__inner {
    margin-top: 40px;
  }
}

.sliderArea__item {
  display: none;
}

@media screen and (min-width: 769px) {
  .sliderArea__item {
    margin: 0 auto;
    width: 1040px;
  }
}

.sliderArea__item.is-active {
  -webkit-animation: openAnim .5s linear;
          animation: openAnim .5s linear;
  display: block;
}

@media screen and (min-width: 769px) {
  .gallery-slide {
    padding-bottom: 140px;
  }
}

@media (max-width: 768px) {
  .gallery-slide {
    margin-top: -17px;
    padding-bottom: 100px;
  }
}
</pre></body></html>