@charset "UTF-8";
.full-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: calc(100vh - 50px); }

.full-view--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.full-view--q3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.full-view__cont {
  position: relative;
  width: calc(100% - 20px * 2); }

@media (min-width: 60em) {
  .full-view {
    height: 100vh; }
  .full-view__cont {
    max-width: 680px;
    width: 60%; } }

.transform-view {
  position: relative; }

.transform-view--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.transform-view--center .transform-view__cont {
  max-width: 680px; }

.transform-view--top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.transform-view--q3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.transform-view__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative; }

@media (max-width: 44.99em) {
  .transform-view {
    padding-bottom: 5rem; }
  .transform-view .bg {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
  .transform-view .bg--dimmed::after {
    display: none; }
  .transform-view__cont {
    padding: 5rem 10px; } }

@media (min-width: 45em) {
  .transform-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 60px); }
  .transform-view--top .transform-view__h {
    margin-top: 160px; } }

@media (min-width: 60em) {
  .transform-view {
    height: 100vh; }
  .transform-view--center .transform-view__cont {
    width: 60%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .transform-view__cont {
    position: relative;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .transform-view__logo {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -30%) scale(0.5);
        -ms-transform: translate(100%, -30%) scale(0.5);
            transform: translate(100%, -30%) scale(0.5); } }

.feature-nav__link {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20rem;
  background-color: #000; }

.feature-nav__link:hover .feature-nav__img, .feature-nav__link:focus .feature-nav__img, .feature-nav__link.is-active .feature-nav__img {
  opacity: 1; }

.feature-nav__link:hover .feature-nav__name, .feature-nav__link:focus .feature-nav__name, .feature-nav__link.is-active .feature-nav__name {
  opacity: 1; }

.feature-nav__img {
  opacity: .65;
  will-change: opacity;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.feature-nav__name {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: .3;
  will-change: opacity;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }

@media (min-width: 60em) {
  .feature-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .feature-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .feature-nav__link {
    height: 0;
    padding-bottom: 100%; }
  .feature-nav__name {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.prd-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center; }

.prd-header__title {
  margin-bottom: 2rem;
  padding-left: .5em;
  padding-right: .5em; }

.prd-header__brow {
  display: block;
  margin-bottom: 0.7em; }

.prd-header__desc {
  opacity: 0.7;
  padding-left: .5em;
  padding-right: .5em; }

.prd-header__desc br {
  display: none; }

@media (min-width: 45em) {
  .prd-header {
    margin: 0 auto 5rem; }
  .prd-header__title {
    margin-bottom: 3rem; }
  .prd-header__title br {
    display: none; } }

@media (min-width: 60em) {
  .prd-header__brow {
    margin-bottom: 2rem; }
  .prd-header__title[lang='en'] {
    font-size: 4.8rem; }
  .prd-header__desc {
    font-size: 1.8rem; }
  .prd-header__desc br {
    display: block; } }

.prd-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 5rem; }

.prd-section .swiper-pagination-bullet {
  width: 40px;
  padding-top: 3rem;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.prd-section .swiper-pagination-bullet-active, .prd-section .swiper-pagination-bullet:hover, .prd-section .swiper-pagination-bullet:focus {
  background-color: transparent;
  border-bottom-color: #029570;
  opacity: 1; }

@media (min-width: 60em) {
  .prd-section {
    padding-top: 11rem;
    padding-bottom: 12rem; }
  .prd-section .main {
    padding-top: 70px; }
  .prd-section .tingle-modal__close {
    top: 50px;
    right: 50px;
    padding: 10px; }
  .prd-section .modal-popup__desc {
    right: 50px;
    bottom: 40px; } }

#introduction {
  padding-top: 0;
  padding-bottom: 0; }

.scale-swiper.swiper-container-initialized .swiper-slide {
  cursor: pointer; }

.scale-swiper .swiper-wrapper {
  position: relative; }

.scale-swiper .swiper-slide {
  opacity: .6;
  text-align: center; }

.scale-swiper .swiper-slide-active {
  opacity: 1; }

.scale-swiper__img-wrap {
  padding: 0 5vw; }

.scale__header {
  position: relative; }

.scale__cont {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 100%;
  max-width: 500px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0; }

.scale__cont:first-child {
  opacity: 1; }

.scale__title {
  font-size: 2.4rem; }

.scale__desc {
  opacity: 0.7; }

@media (min-width: 45em) {
  .scale-swiper {
    margin-top: -2.5em; }
  .scale__title {
    font-size: 3rem; }
  .scale__desc {
    font-size: 1.8rem; } }

.item-swiper__wrapper {
  position: relative;
  max-width: 1045px;
  margin: auto;
  text-align: center; }

@media (max-width: 44.99em) {
  .item-swiper__wrapper {
    margin-right: -20px; } }

.item-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.item-swiper .swiper-slide {
  height: auto;
  padding: 0;
  width: 100%;
  max-width: 315px; }

.item-swiper .swiper-slide .a-product {
  background-color: #e5e5e5;
  padding-top: 6rem; }

.item-swiper__controller {
  display: none; }

@media (min-width: 60em) {
  .item-swiper__wrapper {
    margin-top: 5rem; } }

@media (min-width: 75em) {
  .item-swiper__controller {
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .item-swiper__controller .swiper-button-prev, .item-swiper__controller .swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    line-height: 1; }
  .item-swiper__controller .swiper-button-prev::before, .item-swiper__controller .swiper-button-next::before {
    font-size: 50px; }
  .item-swiper__controller .swiper-button-prev {
    left: -12rem; }
  .item-swiper__controller .swiper-button-prev:before {
    content: '\ea0c';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none !important;
    text-transform: none; }
  .item-swiper__controller .swiper-button-next {
    right: -12rem; }
  .item-swiper__controller .swiper-button-next:before {
    content: '\ea14';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none !important;
    text-transform: none; } }

.buy-product {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background-color: #fff;
  z-index: 101;
  opacity: 0; }

.buy-product__box {
  height: 100%; }

.buy-product__heading {
  position: absolute;
  top: 60px;
  left: 40px; }

.buy-product__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  z-index: 1; }

.buy-product__form {
  height: 100%; }

.buy-product__pad {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 58px;
  -webkit-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease; }

.buy-product__pad.is-done {
  padding-bottom: 190px; }

.buy-product__pad.is-done::after {
  bottom: 190px; }

.buy-product__pad::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 18px;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%); }

.buy-product__pad::after {
  content: '';
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 18px;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  -webkit-transition: bottom .3s ease;
  -o-transition: bottom .3s ease;
  transition: bottom .3s ease; }

.buy-product__cont {
  overflow: auto;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px; }

.buy-product__cont::after {
  content: '';
  display: block;
  height: 40px; }

.buy-product__cont .option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-top: -5px; }

.buy-product__cont .option-list:only-child {
  margin-top: 20px; }

.buy-product__cont .option-list > li {
  width: calc(50% - 5px);
  margin-top: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.buy-product__cont .option-list > li:only-child {
  width: 100%; }

.buy-product__cont .option-list--wide > li {
  width: 100%; }

.buy-product__option-title {
  margin-top: 1.5em;
  color: #0a0a0a;
  font-size: 1.6rem; }

.buy-product__bottom {
  overflow: hidden;
  position: absolute;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  background-color: #f7f7f7;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease; }

.is-done .buy-product__bottom {
  height: 190px; }

.buy-product__selected {
  position: absolute;
  top: 58px; }

.is-done .buy-product__selected {
  top: 0; }

.buy-product__func {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 58px;
  background-color: #fff; }

.buy-product__func::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #cccccc; }

.buy-product__func .btn {
  width: 40%;
  margin: 0;
  height: 100%;
  padding: 12px 0 14px;
  border: 0; }

.buy-product__func .btn[disabled] {
  cursor: default; }

.buy-product__func .btn--buy[disabled] {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.buy-product__func .btn--wish {
  width: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 0; }

.buy-product__func .btn--wish svg {
  width: 30px;
  height: 30px; }

.buy-product__func .btn--wish svg path {
  fill: transparent;
  stroke: #0a0a0a; }

.buy-product__func .btn--wish:focus, .buy-product__func .btn--wish:hover {
  background-color: transparent; }

.buy-product__func .btn--wish:focus svg path, .buy-product__func .btn--wish:hover svg path {
  fill: #ED1A3B;
  stroke: #ED1A3B; }

.buy-product__func .btn--wish[disabled] svg path {
  fill: transparent !important;
  stroke: #cccccc !important; }

.buy-product__func .btn--wish.is-wished svg path {
  fill: #ed1a3b;
  stroke: transparent; }

@media (min-width: 60em) {
  .buy-product {
    width: 335px; } }

.buy-option {
  display: block;
  width: 100%; }

.buy-option__input {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px; }

.buy-option__input:checked + .buy-option__box {
  color: #0a0a0a;
  border-color: #0a0a0a;
  text-shadow: 0.03em 0 0.02em rgba(0, 0, 0, 0.5); }

.buy-option__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60px;
  padding: 2px .75em 0;
  line-height: 1.2;
  border: 1px solid #cccccc; }

.buy-option__color {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 auto 5px;
  border-radius: 50px;
  border: 1px solid #e5e5e5; }

.buy-option__text {
  width: 100%;
  display: block;
  color: #0a0a0a;
  word-break: break-all;
  text-align: center; }

.buy-option__text .t {
  display: block;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 4px;
  color: #0a0a0a;
  font-weight: 400;
  text-align: left; }

.buy-option__text .d {
  display: block;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  color: #737373;
  text-align: left;
  line-height: 1.6; }

.selected-product {
  overflow: hidden;
  padding: 20px 40px 20px 140px; }

.selected-product__img {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 90px;
  height: 54px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #e5e5e5; }

.selected-product__name {
  text-shadow: 0.06em 0 0.02em #0a0a0a; }

.selected-product__price {
  display: block;
  color: #029570;
  text-shadow: 0.06em 0 0.02em #029570; }

.selected-product__item {
  min-height: 90px; }

.range-bar .noUi-base {
  background-color: #0a0a0a;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s; }

.range-bar .noUi-base:hover, .range-bar .noUi-base:focus {
  background-color: #029570; }

.range-bar .noUi-base:hover .noUi-handle, .range-bar .noUi-base:focus .noUi-handle {
  border-color: #029570; }

.range-bar .noUi-handle {
  -webkit-transition: border .2s;
  -o-transition: border .2s;
  transition: border .2s; }

.range-bar .noUi-connects {
  border-radius: 0; }

.range-bar .noUi-connect {
  background-color: #cccccc;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.modal-order-guide .link {
  margin-top: .55em;
  width: 100%; }

hr {
  border: 0;
  border-bottom: 1px solid #cccccc;
  margin: 60px 0; }

@media (min-width: 60em) {
  hr {
    margin: 80px 0; } }

figure img {
  width: 100%; }

.product-feature {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.product-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-feature__item {
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(50% - 10px); }

@media (min-width: 45em) {
  .product-feature__item.w-1over3 {
    width: calc(100% / 3 - 30px / 3); }
  .product-feature__item.w-1over4 {
    width: calc(100% / 4 - 40px / 4); } }

.product-hero {
  position: relative;
  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;
  height: calc(100vh - 50px);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.product-hero__logo {
  height: 120px; }

.product-hero__name {
  position: relative;
  color: #fff;
  padding-left: 6.25%;
  padding-right: 6.25%;
  text-align: center; }

.product-hero .desc {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  color: #fff;
  font-weight: normal; }

@media (min-width: 45em) {
  .product-hero {
    height: calc(100vh - 60px); } }

@media (min-width: 60em) {
  .product-hero {
    height: calc(100vh - 98px); } }

.h-wrap {
  margin-top: 7.5rem;
  margin-bottom: 2.5rem;
  text-align: center; }

.h-wrap--first {
  margin-top: 3.5rem; }

.h-wrap .eyebrow {
  display: block;
  margin-bottom: 1.5em; }

.h-wrap .h4 + p {
  margin-top: 2em; }

@media (min-width: 60em) {
  .h-wrap {
    margin-top: 11rem;
    margin-bottom: 3.5rem; }
  .h-wrap--first {
    margin-top: 6.5rem; } }

.prd-section {
  padding-top: 7rem;
  padding-bottom: 8rem; }

.prd-section dt,
.prd-section dd {
  word-break: keep-all;
  word-wrap: break-word; }

.prd-section .ta-c + .h3,
.prd-section p + .h3 {
  margin-top: 1.5em; }

.prd-section.prd-spec {
  padding-bottom: 8rem; }

.prd-section.prd-spec + .bg-gray0 {
  padding-top: 0 !important; }

@media (min-width: 45em) {
  .prd-section {
    padding-top: 9rem;
    padding-bottom: 10rem; }
  .prd-section.prd-spec {
    padding-bottom: 10rem; } }

@media (min-width: 60em) {
  .prd-section {
    padding-top: 11rem;
    padding-bottom: 12rem; }
  .prd-section.prd-spec {
    padding-bottom: 12rem; } }

.contrast + .func {
  margin-top: 20px; }

.contrast__item:last-child {
  margin-top: 3rem;
  color: #085E48; }

.contrast__item:last-child dt,
.contrast__item:last-child .h5 {
  color: #029570; }

.contrast__img-wrap {
  position: relative;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 2rem; }

.contrast dd {
  margin-top: .5em; }

@media (min-width: 45em) {
  .contrast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contrast + .func {
    margin-top: 50px; }
  .contrast dd {
    margin-top: 1.1em; }
  .contrast .ul li {
    margin-top: .9em; }
  .contrast__item {
    width: calc(50% - 10px); }
  .contrast__item:first-child .contrast__img-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 30px;
    height: 1px;
    margin-top: -8px;
    border-bottom: 13px solid #0a0a0a; }
  .contrast__item:last-child {
    margin-top: 0; }
  .contrast__item:last-child .contrast__img-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    width: 0;
    height: 0;
    margin-top: -15px;
    border-bottom: 15px solid transparent;
    border-left: 16px solid #0a0a0a;
    border-top: 15px solid transparent; }
  .contrast__img-wrap {
    margin-bottom: 4rem; }
  .contrast__img {
    width: 100%; } }

.packing {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 44.99em) {
  .packing img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

.chart-color-blue {
  color: #0077d1; }

.chart-color-red {
  color: #ff0014; }

.slider-container {
  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;
  overflow: hidden;
  width: 100%; }

.slider-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

.slider-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.slider-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  text-transform: uppercase;
  color: #000; }

.slider-before {
  padding-top: 73.1%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%; }

.slider-after {
  padding-top: 73.1%; }

.slider-btn {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  z-index: 50;
  overflow: visible;
  cursor: ew-resize; }

.slider-btn::before, .slider-btn::after {
  content: '';
  position: absolute;
  left: 1px;
  width: 1px;
  background: #000;
  height: 50%; }

.slider-btn::before {
  top: 0; }

.slider-btn::after {
  bottom: 0; }

.slider-btn__before, .slider-btn__after {
  position: absolute;
  top: calc(50% - 0.5em);
  white-space: nowrap;
  color: #fff; }

.slider-btn__before {
  right: calc(50% + 40px); }

.slider-btn__after {
  left: calc(50% + 40px); }

.slider-btn-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  color: white;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.slider-btn-arrow:before {
  content: '\ea0c';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none; }

.slider-btn-arrow:after {
  content: '\ea14';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none; }

.slider-btn-arrow::before, .slider-btn-arrow::after {
  font-size: 1.4rem; }

.slider-btn:focus::before, .slider-btn:focus::after {
  background: #0a0a0a; }

.slider-btn:focus .slider-btn-arrow {
  color: #0a0a0a;
  border-color: #0a0a0a; }

.rotate-side__item + .rotate-side__item {
  margin-top: 6rem; }

.rotate-side__cont + .rotate-side__media-wrap {
  margin-top: 1em; }

.rotate-side__media-wrap + .rotate-side__cont {
  margin-top: 1em; }

@media (min-width: 45em) {
  .rotate-side__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .rotate-side__item + .rotate-side__item {
    margin-top: 8rem; }
  .rotate-side__item:nth-child(odd) .rotate-side__media-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .rotate-side__item:nth-child(even) .rotate-side__cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .rotate-side__item.is-img-left .rotate-side__cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .rotate-side__item.is-img-right .rotate-side__media-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .rotate-side__cont {
    width: calc(40% - 40px); }
  .rotate-side__h {
    margin-bottom: 1em; }
  .rotate-side__media-wrap {
    width: calc(60% - 10px); }
  .rotate-side__img {
    width: 100%; }
  .rotate-side__video {
    width: 100%; } }

.thumb-dl__item + .thumb-dl__item {
  margin-top: 3rem; }

.thumb-dl__h {
  margin-top: 1.25em; }

@media (min-width: 45em) {
  .thumb-dl__item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .thumb-dl__item + .thumb-dl__item {
    margin-top: 6rem; }
  .thumb-dl__img-wrap {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .thumb-dl__cont {
    margin-left: 20px; }
  .thumb-dl__h {
    margin-top: 0; } }

@media (min-width: 60em) {
  .thumb-dl__item + .thumb-dl__item {
    margin-top: 8rem; }
  .thumb-dl__cont {
    margin-left: 40px;
    padding-right: 10%; } }

.bar-dl-wrap {
  width: 100%; }

.bar-dl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 0;
  text-align: center; }

.bar-dl + .bar-dl {
  border-top: 1px solid #cccccc; }

.bar-dl dt {
  color: #737373; }

.bar-dl dd {
  margin-top: .5em;
  color: #0a0a0a; }

@media (min-width: 45em) {
  .bar-dl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bar-dl {
    padding-bottom: 1rem; }
  .bar-dl + .bar-dl {
    border-top: 0;
    border-left: 1px solid #cccccc; } }

.lens-ts {
  font-size: 1.8rem;
  margin-top: 5.3rem; }

@media (min-width: 60em) {
  .lens-ts {
    font-size: 2rem;
    margin-top: 4.2rem; } }

.lens-ts-hero {
  position: relative;
  overflow: hidden; }

.lens-ts-hero::before {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 100%; }

@media (min-width: 60em) {
  .lens-ts-hero::before {
    padding-top: 60%; } }

.lens-ts-hero::after {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  /*@if is-direction($direction) == false {
    $color-stops: $direction, $color-stops;
    $direction: 180deg;
  }*/
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(transparent));
  background: -o-linear-gradient(bottom, #fff 0, transparent 100%);
  background: linear-gradient(to top, #fff 0, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff 0', endColorstr='transparent 100%',GradientType=1 ); }

.lens-ts-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  top: 0; }

.lens-ts-hero__img img {
  width: 100%; }

.lens-ts-hero__top {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 5%;
  width: 94%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media (min-width: 75em) {
  .lens-ts-hero__top {
    top: 7%; } }

.lens-ts-hero__name {
  color: #000; }

.lens-ts-hero__bottom {
  position: relative;
  z-index: 11;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #000; }

.lens-ts-yt {
  position: relative;
  text-align: center;
  /*@if is-direction($direction) == false {
    $color-stops: $direction, $color-stops;
    $direction: 180deg;
  }*/
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #e4e6e8), to(#fff));
  background: -o-linear-gradient(top, #fff 0, #e4e6e8 50%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #e4e6e8 50%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff 0', endColorstr='#e4e6e8 50%',GradientType=1 ); }

.lens-ts-yt__img {
  display: block;
  position: relative;
  z-index: 2; }

.lens-ts-yt__video {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.lens-ts-xiam {
  position: relative; }

.lens-ts-xiam__img {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center; }

.lens-ts-xiam__txt {
  margin-top: 4rem; }

@media (min-width: 45em) {
  .lens-ts-xiam__img {
    text-align: right; }
  .lens-ts-xiam__txt {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 60%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0; } }

.lens-ts-control__item {
  position: relative; }

.lens-ts-control__item .tl {
  text-align: center; }

.lens-ts-control__item .item + .item {
  margin-top: 3rem; }

.lens-ts-control__item .thumb.photo-frame {
  width: 100%; }

.lens-ts-control__item .thumb img {
  width: 100%; }

.lens-ts-control__item .cont {
  margin-top: 2rem; }

@media (min-width: 60em) {
  .lens-ts-control__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .lens-ts-control__item .tl {
    position: absolute;
    right: 0;
    top: -5%;
    width: 40%;
    text-align: right; }
  .lens-ts-control__item .cont {
    padding-right: 25%; }
  .lens-ts-control__item .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -5%; }
  .lens-ts-control__item .item + .item {
    margin-top: 15%;
    margin-left: -5%;
    margin-right: 0; }
  .lens-ts-control__item-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .lens-ts-control__item-reverse .tl {
    left: 0;
    right: auto;
    text-align: left; }
  .lens-ts-control__item-reverse .cont {
    padding-left: 25%;
    padding-right: 0; }
  .lens-ts-control__item-reverse .item {
    margin-left: -5%;
    margin-right: 0; }
  .lens-ts-control__item-reverse .item + .item {
    margin-right: -5%;
    margin-left: 0; }
  .lens-ts-control__item-reverse .item + .item .cont {
    padding-left: 0;
    padding-right: 0; } }

.lens-ts-study__item {
  position: relative;
  border-bottom: 2px solid #000; }

.lens-ts-study__item .thumb {
  position: relative;
  z-index: 3;
  text-align: center; }

.lens-ts-study__item .swiper-containe {
  overflow: hidden; }

.lens-ts-study__item .swiper-slide {
  background-color: #e5e5e5; }

.lens-ts-study__item .cont {
  position: relative;
  margin-top: 2rem; }

.lens-ts-study__item .cont-inner {
  margin-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.lens-ts-study__item .pic {
  text-align: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e5e5e5; }

.lens-ts-study__item .name {
  text-align: right;
  padding: 2rem;
  margin: 0; }

.lens-ts-study__item .name strong {
  display: inline-block;
  margin-right: 1rem; }

@media (min-width: 60em) {
  .lens-ts-study__item .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 0 7rem 0;
    margin-top: 0; }
  .lens-ts-study__item .cont-inner {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-top: 0;
    padding-left: 3rem; }
  .lens-ts-study__item .pic {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .lens-ts-study__item .name {
    position: absolute;
    bottom: 0;
    right: 0; } }

.lens-hero {
  position: relative;
  color: #fff;
  background-color: #000;
  overflow: hidden; }

.lens-hero .bg {
  left: -10%;
  width: 120%;
  height: 80vh; }

.lens-hero .bg::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /*@if is-direction($direction) == false {
    $color-stops: $direction, $color-stops;
    $direction: 180deg;
  }*/
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='rgba(0, 0, 0, 0)',GradientType=1 ); }

.lens-hero .bg__img {
  -o-object-position: center top;
     object-position: center top; }

@media (min-width: 45em) {
  .lens-hero {
    height: calc(100vh - 70px - 70px);
    margin-top: 42px; }
  .lens-hero .bg {
    left: 0;
    width: 100%;
    height: 100%; }
  .lens-hero .bg__img {
    -o-object-position: 50% 15%;
       object-position: 50% 15%; } }

.lens-hero__top {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 20%;
  width: 80%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media (min-width: 45em) {
  .lens-hero__top {
    top: 15%; } }

.lens-hero__name {
  position: relative;
  z-index: 10;
  color: #029570; }

.lens-hero__copy {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-top: 0.2em; }

.lens-hero__bottom {
  position: relative;
  z-index: 10;
  padding-top: 70vh;
  left: 50%;
  width: calc(100% - 40px);
  color: #e5e5e5;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

@media (min-width: 45em) {
  .lens-hero__bottom {
    position: absolute;
    left: 50%;
    bottom: 5rem;
    max-width: 600px;
    width: 60%;
    padding-top: 0;
    color: #e5e5e5;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

.border-gray8 {
  border: 1px solid #323232; }

.photo-frame img {
  width: 100%; }

.photo-frame figcaption {
  margin-top: 0.5em;
  font-size: 1.5rem;
  opacity: 0.6;
  text-align: right; }

@media (min-width: 45em) {
  .photo-frame {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .photo-frame--v {
    width: 60%; } }

.footwork {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  margin: 32px auto 0;
  padding: 20px 10px 30px;
  border: 1px solid #414141;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 2rem;
  text-align: center; }

.product-feature .footwork {
  margin-left: 0; }

.footwork__top {
  color: #029570;
  font-size: 2.4rem; }

.footwork__bottom {
  margin-top: 0.5em;
  color: #999999; }

.footwork__left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6%;
  width: 30%; }

.footwork__right {
  width: 70%;
  text-align: left; }

.footwork--divide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px; }

.footwork b {
  color: #fff;
  font-size: 4.2rem; }

.footwork small {
  display: block; }

@media (min-width: 45em) {
  .footwork {
    width: 360px; }
  .footwork__top {
    font-size: 3.6rem; }
  .footwork b {
    font-size: 6rem; } }

.photographers-voice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 5% 10%;
  color: #0a0a0a; }

.photographers-voice__h {
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #0a0a0a; }

.photographers-voice__item {
  padding: 2em 0; }

.photographers-voice__item + .photographers-voice__item {
  border-top: 1px solid #cccccc; }

.photographers-voice__body {
  margin-top: 0.5em;
  color: #414141; }

.photographers-voice__user {
  margin-top: 1em;
  padding-right: 2px;
  text-align: right; }

.photographers-voice__country {
  padding-right: 2px;
  text-align: right;
  color: #029570;
  font-weight: bold;
  font-size: 1.4rem; }

@media (min-width: 60em) {
  .photographers-voice {
    width: 90%; } }

/* 제품목록 */
.product-list-wrap {
  overflow: hidden;
  padding-bottom: 5rem; }

.product-handler {
  z-index: 1; }

@media (max-width: 59.99em) {
  .product-handler .l-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    left: -100px;
    right: -100px;
    background-color: #fff;
    border-bottom: 1px solid #cccccc; } }

.product-handler .l-wrap {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.product-handler .filter-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px; }

.product-handler .btn-filter-opener {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-handler .btn-filter-opener .svg {
  width: 2rem;
  height: 2rem; }

.filter-header {
  position: relative;
  margin-bottom: 1.8rem; }

.filter-title {
  text-transform: uppercase; }

.filter-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33.5rem;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.filter-wrap .btn-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.5rem;
  z-index: 1; }

.filter-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 5.8rem);
  padding: 2rem 4rem 2rem;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.filter-container::-webkit-scrollbar {
  display: none; }

.filter-container .btn-close .svg {
  width: 2rem;
  height: 2rem; }

.filter-container .btn-close-wrap {
  margin-bottom: 1rem;
  text-align: right; }

.filter-container .btn-reset {
  position: absolute;
  top: 0.3em;
  right: 0;
  color: #414141;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: underline; }

.filter-container .form-g {
  margin-top: 3rem; }

.filter-container .form-g-title {
  margin-bottom: 1.8rem; }

@media (min-width: 60em) {
  .filter-header {
    margin-bottom: 2.5rem; }
  .filter-container {
    padding-top: 3rem; }
  .filter-container .btn-close-wrap {
    margin-bottom: 2rem; }
  .filter-container .form-g {
    margin-top: 4.5rem; }
  .filter-container .form-g + .form-g {
    margin-top: 4rem; }
  .filter-container .form-g > p {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .filter-container .form-g-title {
    margin-bottom: 2.5rem; } }

.products-title {
  text-transform: uppercase;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 3rem; }

@media (max-width: 59.99em) {
  .form-g p {
    margin: 0.4em 0; } }

@media (min-width: 60em) {
  .product-list-wrap {
    padding-top: 2.5rem;
    padding-bottom: 17rem; }
  .product-handler {
    position: absolute;
    width: 100%;
    bottom: 50px;
    right: 0;
    z-index: 110; }
  .product-handler .filter-bar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .product-handler .count {
    display: none; }
  .product-handler .btn-filter-opener {
    margin-right: -18px;
    padding: 1em 2.4em;
    border-radius: 3rem;
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 1px 5px 11.31px 1.69px rgba(25, 25, 25, 0.1);
            box-shadow: 1px 5px 11.31px 1.69px rgba(25, 25, 25, 0.1);
    opacity: 1;
    -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .product-handler .btn-filter-opener svg {
    fill: #fff; }
  .product-handler .btn-filter-opener:hover, .product-handler .btn-filter-opener:focus {
    background-color: #029570; }
  .products-title {
    padding-top: 4.5rem;
    padding-bottom: 2rem; } }

.is-filter .filter-wrap {
  display: block;
  z-index: 120; }

@media (min-width: 60em) {
  .is-filter .btn-filter-opener {
    opacity: 0; } }

.products__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

@media (max-width: 44.99em) {
  .products__item + .products__item {
    margin-top: 2rem; } }

@media (min-width: 45em) {
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem; }
  .products__item {
    padding: 1rem;
    width: 50%; } }

@media (min-width: 60em) {
  .products__item {
    width: 33.3333%; } }

@media (min-width: 75em) {
  .products {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .products__item {
    padding: 2.5rem; } }

.no-products {
  background-color: #f7f7f7;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -5rem;
  padding: 6.5rem 3rem 7rem;
  font-size: 1.6rem; }

.no-products .icon {
  font-size: 48px;
  line-height: 1; }

.no-products__heading {
  margin-top: 5px;
  margin-bottom: 0; }

.no-products__msg {
  margin: 0.5em 0; }

.no-products .func {
  padding-top: 20px; }

.no-products.info-box {
  margin: 0 10px; }

@media (min-width: 60em) {
  .no-products {
    margin: 2.5rem 0;
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .no-products.info-box {
    margin: 0; } }

.new-product {
  padding-bottom: 50px; }

.new-product__box {
  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;
  padding-left: 6.25%;
  padding-right: 6.25%; }

.new-product__title {
  position: relative;
  text-align: center; }

.new-product__copy {
  display: block;
  text-transform: uppercase;
  color: inherit; }

.new-product__name {
  display: block;
  margin-top: 1em;
  text-transform: uppercase;
  color: inherit; }

.new-product__concept {
  padding-top: 25vh;
  color: inherit;
  text-align: center; }

.new-product__concept p {
  margin: 0 auto;
  color: inherit;
  max-width: calc(100vw - 40px); }

.new-product__code {
  display: block;
  margin-bottom: 0.5em;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  white-space: pre; }

.new-product__list {
  padding-top: 5rem; }

.new-product__list h2 {
  margin-bottom: 0;
  text-transform: uppercase; }

.new-product__list .swiper-slide {
  width: calc(100vw - 96px); }

.new-product__list .a-product {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  background-color: transparent;
  text-align: left; }

.new-product__list .a-product__img-wrap {
  max-height: none;
  padding: 6rem 0;
  background-color: #f7f7f7; }

.new-product__list .a-product__desc {
  padding-right: 30%; }

@media (min-width: 60em) {
  .new-product {
    margin-top: -98px;
    padding-bottom: 100px; }
  .new-product__list {
    padding-top: 10rem; }
  .new-product__list h2 {
    margin-bottom: 0;
    text-transform: uppercase; }
  .new-product__list .swiper-container {
    padding-left: 10%;
    padding-right: 10%; }
  .new-product__list .swiper-slide {
    width: calc(50vw - 208px);
    max-width: 485px; }
  .new-product__list .a-product {
    padding-left: 20px;
    padding-right: 20px; }
  .new-product__list .a-product__img-wrap {
    padding: 12rem 0;
    background-color: #f7f7f7; }
  .new-product__list .a-product__desc {
    padding-right: 30%; } }

.flow-hero {
  background-color: #0a0a0a;
  color: #fff; }

.flow-hero__base, .flow-hero__cover {
  position: relative;
  height: calc(100vh - 50px);
  overflow: hidden; }

.flow-hero__base .bg, .flow-hero__cover .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover; }

.flow-hero__base {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.flow-hero__cover {
  z-index: 2;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flow-hero__cover .bg {
  background-position: 50% top; }

.flow-hero__cont {
  position: relative;
  padding-bottom: 60px; }

.flow-hero__cont span {
  display: inline-block; }

.flow-hero__cont .text-btn {
  margin-top: 2em; }

@media (max-width: 59.99em) {
  .flow-hero__cover {
    min-height: 690px; } }

@media (min-width: 60em) {
  .flow-hero {
    padding-top: 100vh; }
  .flow-hero__base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
  .flow-hero__cover {
    padding-top: calc(50px + 5vh);
    height: 60vw; }
  .flow-hero__cont {
    padding-bottom: 100px; } }

/* 배경 패럴랙스 효과 style */
.bg-parallax {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.bg-parallax__box {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px); }

.bg-parallax__profile {
  width: 60px;
  margin-bottom: 1.5rem; }

.bg-parallax__cont {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 6rem; }

.bg-parallax__h {
  color: #fff; }

.bg-parallax__p {
  margin: 1em 0 2em;
  color: rgba(240, 240, 240, 0.7); }

@media (min-width: 45em) {
  .bg-parallax {
    height: 48rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bg-parallax__cont {
    max-width: 500px;
    padding-bottom: 0; } }

@media (min-width: 60em) {
  .bg-parallax {
    height: 60rem; }
  .bg-parallax__cont {
    margin-left: 10%;
    padding-bottom: 6rem; } }

.prd-section--samples {
  padding-bottom: 2rem; }

@media (min-width: 45em) {
  .prd-section--samples {
    padding-bottom: 4rem; } }

.sample-image {
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.sample-image:first-child {
  margin-top: 0; }

@media (min-width: 45em) {
  .sample-image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4rem;
    padding-left: 20px;
    width: 50%; }
  .sample-image:nth-child(1), .sample-image:nth-child(2) {
    margin-top: 0; }
  .sample-image:nth-child(odd) {
    padding-left: 10px;
    padding-right: 20px; } }

@media (min-width: 60em) {
  .sample-image {
    width: 41.66667%;
    padding-left: 25px;
    margin-top: 5rem; }
  .sample-image:nth-child(odd) {
    margin-left: 8.33333%;
    padding-right: 25px; } }

.sample-image__box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 434px;
  background-color: #e5e5e5; }

.sample-image__img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.sample-image__figcap {
  margin-top: .75em;
  color: #414141;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1; }

.sample-image__func {
  margin-bottom: 3rem; }

.sample-image__table {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  table-layout: fixed; }

.sample-image__table th,
.sample-image__table td {
  padding: 0.4rem 0.5rem;
  text-align: left; }

.sample-image__table th {
  width: 45%;
  border-color: #414141;
  color: #0a0a0a;
  font-size: 1.5rem; }

.sample-image__table td {
  border-color: #cccccc;
  color: #666666;
  font-size: 1.4rem; }

.sample-image__table tr:first-child th {
  padding-top: 1rem;
  border-top: 1px solid; }

.sample-image__table tr:first-child td {
  padding-top: 1rem;
  border-top: 1px solid #cccccc; }

.sample-image__table tr:last-child th {
  padding-bottom: 1rem;
  border-bottom: 1px solid; }

.sample-image__table tr:last-child td {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc; }

@media (min-width: 60em) {
  .sample-image__table {
    max-width: none; } }

.gallery-item {
  margin-top: 10px; }

.gallery-item__link {
  display: block; }

.gallery-item__figcap {
  display: block;
  margin-top: .5em;
  text-align: center;
  font-size: 1.5rem; }

.prd-minimum, .prd-alliance {
  padding-top: 7.5rem;
  padding-bottom: 5rem; }

.prd-alliance {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center; }

@media (min-width: 45em) {
  .prd-alliance {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 75em) {
  .prd-minimum, .prd-alliance {
    padding-top: 12rem;
    padding-bottom: 10rem; } }

.prd-minimum + .prd-section {
  padding-top: 0; }

.prd-minimum__figure {
  position: relative; }

.prd-minimum__figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  text-align: center; }

.prd-minimum__thumb {
  display: none; }

.prd-minimum__pagination .swiper-pagination-bullet:only-child {
  display: none; }

.prd-minimum__title {
  display: block;
  padding-bottom: 1rem;
  margin: 0 0 4rem;
  border-bottom: 1px solid #cccccc; }

.prd-minimum__dl {
  margin-top: 4rem; }

.prd-minimum__dt {
  margin: 4rem 0 1rem; }

.prd-minimum__dt:first-child {
  margin-top: 0; }

.prd-minimum__dd {
  word-break: keep-all;
  word-wrap: break-word;
  margin: 1rem 0; }

.prd-minimum__dd.desc {
  position: relative;
  color: #737373;
  padding-left: 2.3rem; }

.prd-minimum__dd.desc:before {
  content: '-';
  position: absolute;
  left: 1rem;
  top: 0; }

.prd-minimum .table-spec th:nth-child(2), .prd-minimum .table-spec th[colspan='2'], .prd-minimum .table-spec th:only-of-type {
  border-right-color: #fff; }

.prd-minimum .table-spec th,
.prd-minimum .table-spec td {
  font-size: 1em; }

.prd-minimum .table-spec th .desc,
.prd-minimum .table-spec td .desc {
  position: relative;
  color: #737373;
  padding-left: 1.2rem;
  margin-top: 0.5rem; }

.prd-minimum .table-spec th .desc:before,
.prd-minimum .table-spec td .desc:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent; }

.prd-minimum__cont .ul,
.prd-minimum__cont .ul-dash,
.prd-minimum__cont .ol,
.prd-minimum__cont .ol-round,
.prd-minimum__cont .table {
  margin-top: 4rem; }

@media (max-width: 59.99em) {
  .prd-minimum__box {
    width: 100%; } }

@media (max-width: 44.99em) {
  .prd-minimum .table-spec {
    border-top: 0;
    border-bottom: 0; }
  .prd-minimum .table-spec th,
  .prd-minimum .table-spec td {
    padding-left: 0; } }

@media (min-width: 60em) {
  .prd-minimum__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .prd-minimum__pagination {
    position: static !important;
    margin-top: 6.4rem; }
  .prd-minimum__thumb {
    display: block;
    width: 100%; }
  .prd-minimum__cont {
    width: 45%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 4.5rem; }
  .prd-minimum__cont .func {
    text-align: left; }
  .prd-minimum__dt {
    margin-bottom: 2rem; } }

@media (min-width: 75em) {
  .prd-minimum__cont {
    width: 45%;
    padding-right: 0; } }

.minimum-swiper {
  max-width: 420px;
  width: calc(100% - 60px); }

@media (min-width: 45em) {
  .minimum-swiper {
    max-width: 500px; } }

@media (min-width: 60em) {
  .minimum-swiper {
    width: 50%;
    max-width: 555px; }
  .minimum-swiper .swiper-pagination-bullet {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90px;
    height: 90px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1; }
  .minimum-swiper .swiper-pagination-bullet::before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid transparent;
    -webkit-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    content: ''; }
  .minimum-swiper .swiper-pagination-bullet-active::before, .minimum-swiper .swiper-pagination-bullet:hover::before, .minimum-swiper .swiper-pagination-bullet:focus::before {
    border-color: #029570; } }

.prd-hero {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 50px); }

.prd-hero__bg {
  background-color: #323232; }

.prd-hero__logo {
  width: auto;
  height: 30px; }

.prd-hero__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }

@media (min-width: 45em) {
  .prd-hero__logo {
    height: 45px; } }

@media (min-width: 60em) {
  .prd-hero {
    height: calc(100vh - 70px - 70px);
    margin-top: 42px; }
  .prd-hero__logo {
    height: 60px; } }

.prd-gallery {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f7f7f7; }

.prd-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 5rem; }

.prd-gallery__item {
  width: calc(50% - 1rem);
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0; }

.prd-gallery__item:nth-child(2) {
  margin-top: 7rem;
  margin-left: 2rem; }

.prd-gallery__item:nth-child(3) {
  margin-top: 4rem;
  width: 100%;
  text-align: center; }

.prd-gallery__item:nth-child(3) > .prd-gallery__btn {
  max-width: 48%; }

.prd-gallery__item:nth-child(4) {
  margin-top: 3.6rem; }

.prd-gallery__item:nth-child(5) {
  margin-top: 8.7rem;
  margin-left: 2rem; }

.prd-gallery__btn {
  width: 100%; }

.prd-gallery__desc {
  display: none; }

@media (min-width: 60em) {
  .prd-gallery__btn {
    position: relative;
    overflow: visible; }
  .prd-gallery__icon {
    position: absolute;
    top: -31px;
    right: -31px;
    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;
    width: 62px;
    height: 62px;
    background-color: #085E48;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .prd-gallery__icon:before {
    content: '\ea0b';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none !important;
    text-transform: none; }
  .prd-gallery__icon::before {
    color: #fff;
    font-size: 3rem; }
  .prd-gallery__btn:hover .prd-gallery__icon,
  .prd-gallery__btn:focus .prd-gallery__icon {
    opacity: 1; }
  .prd-gallery__desc {
    display: block;
    margin-top: 1rem;
    color: #414141;
    font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .prd-gallery__btn:hover .prd-gallery__desc,
  .prd-gallery__btn:focus .prd-gallery__desc {
    opacity: 1; } }

@media (min-width: 75em) {
  .prd-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1130px;
    padding-top: 14rem; }
  .prd-gallery__item {
    width: auto;
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%); }
  .prd-gallery__item:nth-child(1), .prd-gallery__item:nth-child(2), .prd-gallery__item:nth-child(3) {
    max-width: calc(33.33333% - 6rem); }
  .prd-gallery__item:nth-child(2) {
    margin-top: 25rem;
    margin-left: 9rem; }
  .prd-gallery__item:nth-child(3) {
    width: auto;
    margin-top: 14rem;
    margin-left: 8rem; }
  .prd-gallery__item:nth-child(3) > .prd-gallery__btn {
    max-width: none; }
  .prd-gallery__item:nth-child(4), .prd-gallery__item:nth-child(5) {
    max-width: calc(50% - 5rem); }
  .prd-gallery__item:nth-child(4) {
    margin-top: 7.5rem; }
  .prd-gallery__item:nth-child(5) {
    margin-top: 22rem;
    margin-left: 10rem; } }

.prd-colors .prd-header {
  max-width: 720px; }

.table-spec {
  border-bottom: none; }

.table-spec th,
.table-spec td {
  padding: 1rem;
  border-left: none;
  border-bottom: 1px solid;
  text-align: left; }

.table-spec th {
  background-color: initial;
  border-color: #414141;
  color: #0a0a0a;
  border-right: 0; }

.table-spec th:nth-child(2), .table-spec th[colspan='2'], .table-spec th:only-of-type {
  border-right: 20px solid #fff; }

.table-spec td {
  border-color: #cccccc;
  color: #666666;
  font-size: 1.4rem; }

.bg-gray0 .table-spec th:nth-child(2), .bg-gray0 .table-spec th[colspan='2'], .bg-gray0 .table-spec th:only-of-type {
  border-right-color: #f7f7f7; }

.bg-black .table-spec {
  border-top: none; }

.bg-black .table-spec th {
  border-color: #fff; }

.bg-black .table-spec th:nth-child(2), .bg-black .table-spec th[colspan='2'], .bg-black .table-spec th:only-of-type {
  border-right-color: #000; }

.table-spec.is-invert th {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.table-spec.is-invert th:nth-child(2), .table-spec.is-invert th[colspan='2'], .table-spec.is-invert th:only-of-type {
  border-right: 20px solid #000; }

.table-spec.is-invert td {
  color: #fff; }

.table-spec dt {
  color: #0a0a0a; }

.table-spec dd {
  position: relative;
  padding-left: .75em; }

.table-spec dd::before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  bottom: .25em;
  border-left: 1px solid #cccccc; }

.table-spec dd + dt {
  margin-top: .5em; }

@media (max-width: 44.99em) {
  .table-spec {
    display: block;
    padding-bottom: 0.7rem;
    border-top: 0;
    border-bottom: 1px solid #cccccc; }
  .table-spec th,
  .table-spec td {
    display: block;
    border: none; }
  .table-spec th {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
    padding-left: 2rem;
    color: #029570;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .table-spec th:nth-child(2), .table-spec th[colspan='2'], .table-spec th:only-of-type {
    border-right: 0; }
  .table-spec th[colspan], .table-spec th[rowspan] {
    color: #0a0a0a;
    font-weight: bold;
    margin: 1.5rem 0;
    background-color: #f0f0f0;
    border-top: 1px solid #cccccc; }
  .table-spec th + th {
    margin-top: 0;
    padding-top: 0;
    border: 0; }
  .table-spec td {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 40px; }
  .table-spec tr:first-child th {
    margin-top: 0; }
  .table-spec tbody,
  .table-spec tr {
    display: block; } }

@media (min-width: 45em) {
  .table-spec tr:first-child th {
    border-top: 1px solid #414141; }
  .table-spec tr:first-child td {
    border-top: 1px solid #cccccc; } }

.view-more__box {
  position: relative;
  height: 500px;
  overflow: hidden; }

.view-more__box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(60%, rgba(247, 247, 247, 0.7)), to(rgba(247, 247, 247, 0)));
  background: -o-linear-gradient(bottom, #f7f7f7 0%, rgba(247, 247, 247, 0.7) 60%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0.7) 60%, rgba(247, 247, 247, 0) 100%);
  content: ''; }

.is-revealed .view-more__box::after {
  display: none; }

.view-more__func {
  text-align: center; }

.is-revealed .view-more__func {
  display: none; }

.view-more__btn {
  margin-top: 4rem;
  padding: 1rem 3rem;
  color: #414141; }

.view-more__btn:after {
  content: '\ea06';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  padding-left: .5em;
  vertical-align: middle; }

.prd-info__title {
  color: #0a0a0a;
  font-size: 1.6rem;
  font-weight: 300; }

.prd-info__title2,
.prd-info .ul-dash li {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 300; }

.prd-info .ul-dash li {
  margin-top: 0.3rem; }

.prd-kc {
  padding-bottom: 0;
  padding-bottom: 4rem; }

.prd-minimum + .prd-kc {
  padding-top: 7rem; }

@media (min-width: 45em) {
  .prd-minimum + .prd-kc {
    padding-top: 9rem; } }

@media (min-width: 60em) {
  .prd-minimum + .prd-kc {
    padding-top: 11rem; } }

.prd-section--samples + .prd-kc {
  margin-top: -4rem; }

.prd-kc .table th {
  border-right-color: #f7f7f7 !important; }

[data-swiper-init="slidest"] .swiper-wrapper,
[data-swiper-init="slidend"] .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

[data-swiper-init="slidest"] .swiper-slide,
[data-swiper-init="slidend"] .swiper-slide {
  opacity: 0.4;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

[data-swiper-init="slidest"] .swiper-slide-active,
[data-swiper-init="slidend"] .swiper-slide-active {
  z-index: 3;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-popup--gallery {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .modal-popup--gallery.prd-hero__bg img,
  .modal-popup--gallery.prd-hero__bg video, .modal-popup--gallery.prd-sticky__bg img,
  .modal-popup--gallery.prd-sticky__bg video, .modal-popup--gallery.modal-popup--gallery img,
  .modal-popup--gallery.modal-popup--gallery video {
    position: relative; }
  .modal-popup--gallery.interview__slide-bg img,
  .modal-popup--gallery.interview__slide-bg video {
    position: absolute; }
  .modal-popup--gallery img,
  .modal-popup--gallery video {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    max-width: none;
    width: 102% !important;
    height: auto !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; }
  .modal-popup--gallery img.is-reverse-ratio,
  .modal-popup--gallery video.is-reverse-ratio {
    width: auto !important;
    height: 102% !important; } }

@supports (-ms-ime-align: auto) {
  .modal-popup--gallery {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .modal-popup--gallery.prd-hero__bg img,
  .modal-popup--gallery.prd-hero__bg video, .modal-popup--gallery.prd-sticky__bg img,
  .modal-popup--gallery.prd-sticky__bg video, .modal-popup--gallery.modal-popup--gallery img,
  .modal-popup--gallery.modal-popup--gallery video {
    position: relative; }
  .modal-popup--gallery.interview__slide-bg img,
  .modal-popup--gallery.interview__slide-bg video {
    position: absolute; }
  .modal-popup--gallery img,
  .modal-popup--gallery video {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    max-width: none;
    width: 102% !important;
    height: auto !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; }
  .modal-popup--gallery img.is-reverse-ratio,
  .modal-popup--gallery video.is-reverse-ratio {
    width: auto !important;
    height: 102% !important; } }

.no-objectfit .modal-popup--gallery {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.no-objectfit .modal-popup--gallery.prd-hero__bg img,
.no-objectfit .modal-popup--gallery.prd-hero__bg video, .no-objectfit .modal-popup--gallery.prd-sticky__bg img,
.no-objectfit .modal-popup--gallery.prd-sticky__bg video, .no-objectfit .modal-popup--gallery.modal-popup--gallery img,
.no-objectfit .modal-popup--gallery.modal-popup--gallery video {
  position: relative; }

.no-objectfit .modal-popup--gallery.interview__slide-bg img,
.no-objectfit .modal-popup--gallery.interview__slide-bg video {
  position: absolute; }

.no-objectfit .modal-popup--gallery img,
.no-objectfit .modal-popup--gallery video {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  max-width: none;
  width: 102% !important;
  height: auto !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.no-objectfit .modal-popup--gallery img.is-reverse-ratio,
.no-objectfit .modal-popup--gallery video.is-reverse-ratio {
  width: auto !important;
  height: 102% !important; }
