@charset "UTF-8";
/**************************************** 제품소개 시작*/
html,
body {
  overflow: unset;
}

.prd__sec {
  height: 200vh;
  position: relative;
  z-index: 1;
}
.prd__sec.blank.end {
  padding-bottom: 150px;
}

.prd__sec_mo {
  display: none;
}

.prd__wrap {
  height: 660px;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.prd__lt_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  position: relative;
}
.prd__lt_wrap.ef_in .prd__lt {
  position: absolute;
  top: auto;
  bottom: -14vh;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.prd__lt_wrap.ef_in .prd__lt.active {
  bottom: auto;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}
.prd__lt_wrap.ef_in .prd__lt.next {
  opacity: 1;
  z-index: 1;
}

.prd__lt {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.prd__lt.active {
  height: 660px;
}
.prd__lt.active .prd__lt_con_wrap .prd__title_wrap {
  opacity: 1;
}
.prd__lt.active .prd__lt_con_wrap .prd__title_wrap .sub__subtitle {
  color: #ffd800;
}
.prd__lt.active .prd__lt_con_wrap .prd__info {
  display: block;
}

.prd__lt_con_wrap .prd__title_wrap {
  cursor: pointer;
  opacity: 0.15;
}
.prd__lt_con_wrap .prd__title_wrap .sub__subtitle {
  color: #222;
  margin-bottom: 10px;
}
.prd__lt_con_wrap .prd__title_wrap .prd__title {
  font-size: 2.8125rem;
  font-weight: 800;
}
.prd__lt_con_wrap .prd__info {
  display: none;
  margin-top: 50px;
}
.prd__lt_con_wrap .prd__info .prd__cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-bottom: 80px;
}
.prd__lt_con_wrap .prd__info .prd__cap p {
  font-size: 1.25rem;
  line-height: 1.5;
  word-break: keep-all;
}
.prd__lt_con_wrap .prd__info .prd__link {
  margin-bottom: 60px;
}
.prd__lt_con_wrap .prd__info .prd__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #222;
}
.prd__lt_con_wrap .prd__info .prd__link a:hover span {
  background-color: #ffd800;
}
.prd__lt_con_wrap .prd__info .prd__lt_thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.prd__lt_con_wrap .prd__info .prd__lt_thum li figure {
  width: 135px;
  height: 100px;
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  opacity: 0.35;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.prd__lt_con_wrap .prd__info .prd__lt_thum li figure:hover {
  opacity: 1;
}
.prd__lt_con_wrap .prd__info .prd__lt_thum li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prd__lt_con_wrap .prd__info .prd__lt_thum li.selected figure {
  opacity: 1;
}

.prd__rt_thum {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prd__rt_thum figure {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 640px;
}
.prd__rt_thum figure.end {
  position: absolute;
  top: 55%;
}

.prd__pager_anc {
  position: fixed;
  left: 20px;
  top: 50%;
  -webkit-transform: rotate(90deg) scale(-1);
          transform: rotate(90deg) scale(-1);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.prd__pager_anc button {
  width: 16px;
  height: 20px;
}
.prd__pager_anc button.prev {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.prd__pager_anc .fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.prd__pager_anc .fraction span {
  display: block;
}
.prd__pager_anc .fraction span.num {
  font-weight: 500;
}
.prd__pager_anc .fraction span.num.total {
  color: #dddddd;
}
.prd__pager_anc .fraction span.line {
  width: 1px;
  height: 10px;
  background-color: #dddddd;
}

.prd__s1_back {
  position: fixed;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.prd__s1_back .box {
  width: 55vw;
  height: 470px;
  background-color: #ffd800;
}

/**************************************** 제품소개 끝*/
@media screen and (max-width: 1440px) {
  .prd__pager_anc {
    left: -10px;
  }
}
@media screen and (max-width: 1240px) {
  .prd__lt_con_wrap .prd__info .prd__cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-bottom: 60px;
  }
  .prd__lt_con_wrap .prd__info .prd__cap p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .prd__sec_mo {
    display: block;
  }
  .prd__sec {
    display: none;
  }
  .prd__inner_mo {
    margin-bottom: 20px;
  }
  .prd__inner_mo .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prd__inner_mo .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .prd__inner_mo .swiper-slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .prd__thum_mo {
    margin-bottom: 30px;
  }
  .prd__thum_mo .swiper-slide figure {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
  }
  .prd__thum_mo .swiper-slide figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .prd__info_wrap_mo .prd__title_wrap_mo {
    margin-bottom: 30px;
  }
  .prd__info_wrap_mo .prd__title_wrap_mo .prd__title_mo {
    font-size: 1.875rem;
    font-weight: 800;
  }
  .prd__info_wrap_mo .prd__info_mo .prd__cap_mo {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .prd__info_wrap_mo .prd__info_mo .prd__cap_mo p {
    word-break: keep-all;
    font-size: 1.25rem;
  }
  .prd__info_wrap_mo .prd__link_mo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #222;
  }
  .prd__pager_anc_mo {
    width: 100%;
    margin-top: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 0 20px;
  }
  .prd__pager_btn_mo {
    margin: 0;
    position: static;
    width: 20px;
    height: 16px;
  }
  .prd__pager_btn_mo::after {
    display: none;
  }
  .prd__pager_btn_mo.prd__pager_next_mo svg {
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
  .prd__pager_mo {
    width: auto;
    position: static;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .prd__pager_mo span {
    font-weight: 500;
  }
  .prd__pager_mo span.swiper-pagination-total {
    color: #dddddd;
  }
  .prd__pager_mo .line {
    width: 1px;
    height: 10px;
    background-color: #dddddd;
  }
}
@media screen and (max-width: 540px) {
  .prd__thum_mo .swiper-slide figure {
    height: 75px;
  }
  .prd__info_wrap_mo .prd__title_wrap_mo {
    margin-bottom: 30px;
  }
  .prd__info_wrap_mo .prd__info_mo .prd__cap_mo {
    row-gap: 15px;
  }
  .prd__info_wrap_mo .prd__info_mo .prd__cap_mo p {
    font-size: 1.125rem;
  }
  .prd__info_wrap_mo .prd__info_mo .prd__cap_mo p br {
    display: none;
  }
  .prd__pager_anc_mo {
    margin-top: 40px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .prd__pager_anc_mo .prd__pager_btn_mo {
    width: 16px;
    height: 12px;
  }
}/*# sourceMappingURL=sub03.css.map */