.page_content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 0;
}




#product {
  position: relative;
  min-height: 600px;
  height: calc(100vh - 517px);
  border-bottom: 1px solid black;
  padding-right: 160px;
}

#product .movebutton.swiper-button-prev {
  left: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#product .movebutton.swiper-button-prev.swiper-button-disabled {
  left: -120px;
}

#product .movebutton.swiper-button-prev .text {
  margin-left: auto;
  margin-right: 22px;
}

#product .movebutton.swiper-button-prev .arrow {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  right: 18px;
}

#product .movebutton.swiper-button-next {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#product .movebutton.swiper-button-next.swiper-button-disabled {
  right: -120px;
}

#product .movebutton {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 15;
  margin-top: -46px;
  width: 118px;
  height: 105px;
  border: 1px solid #d1d1d1;
  border-right: 0;
  background-color: white;
  background-image: none;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.18);
}

#product .movebutton .text {
  position: relative;
  display: block;
  margin-top: 29px;
  margin-left: 22px;
  width: 42px;
  font-weight: bold;
  font-size: 12px;
}

#product .movebutton .arrow {
  position: absolute;
  right: 44px;
  display: block;
  width: 54px;
  height: 20px;
  background-image: url("../images/arrow.png");
  background-position: right;
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  BOTTOM: 24px;
}

#product .movebutton .arrow:after {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 39px;
  height: 2px;
  background-color: #191919;
  content: '';
}

#product .swiper-slide {
  overflow: hidden;
  width: 280px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#product .swiper-slide.last {
  width: 440px;
}

#product .swiper-slide:last-child .product_link {
  border: 0;
}

#product .product_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 38px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ebebeb;
}

#product .product_link .box {
  height: 500px;
}

#product .product_link .color_border {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 368px;
  height: 240px;
  opacity: 0;
  -webkit-transform: skewY(20deg) rotate(20deg);
  -ms-transform: skewY(20deg) rotate(20deg);
  transform: skewY(20deg) rotate(20deg);
  pointer-events: none; /*display: none;*/
}

#product .product_link .num {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
  color: #dadada;
  font-weight: 900;
  font-size: 75px;
  line-height: 75px;
  -webkit-transition: all 0.6s ease 0.3s;
  -moz-transition: all 0.6s ease 0.3s;
  -o-transition: all 0.6s ease 0.3s;
  -ms-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}

#product .product_link .num:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: white;
  content: '';
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#product .product_link .name {
  position: relative;
  margin-top: 60px;
  margin-bottom: 24px;
  height: 45px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#product .product_link .imgs {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#product .product_link .imgs img {
  position: relative;
}

#product .product_link .memo {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  padding-right: 0;
  color: #505050;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.45em;
  -webkit-line-clamp: 3;
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  #product {
    position: relative;
    min-height: 600px;
    height: calc(100vh);
  }
}

@media only screen and (max-width: 1150px) {
  #product {
    min-height: 680px;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #product .movebutton:hover .arrow {
    right: 18px;
  }

  #product .movebutton.swiper-button-prev:hover .arrow {
    right: 44px;
  }

  #product .swiper-slide:hover .color_border {
    right: 0;
    bottom: 175px;
    opacity: 1;
    -webkit-transform: skewY(0) rotate(0);
    -ms-transform: skewY(0) rotate(0);
    transform: skewY(0) rotate(0);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  #product .swiper-slide:hover {
    width: 440px;
  }

  #product .swiper-slide:hover .name {
    font-size: 19px;
    margin-top: -51px;
    margin-bottom: 70px;
    padding-left: 107px;
  }

  #product .swiper-slide:hover .num {
    color: #221714;
    -webkit-transition: all 0.85s ease;
    -moz-transition: all 0.85s ease;
    -o-transition: all 0.85s ease;
    -ms-transition: all 0.85s ease;
    transition: all 0.85s ease;
  }

  #product .swiper-slide:hover .num:after {
    left: -100%;
  }
}

@media only screen and (max-width: 768px) {
  header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .page_content {
    margin-top: 100px;
  }

  .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #product .movebutton {
    display: none;
  }

  #product {
    height: auto;
    padding-right: 0;
  }

  #product .swiper-slide {
    width: 100%;
  }

  #product .product_link {
    margin-right: 0;
    border-right: 0;
  }

  #product .product_link .memo {
    display: none;
  }

  #product .product_link .name {
    margin-top: -30px;
  }

  #product .product_link .box {
    margin-bottom: 35px;
    padding-bottom: 25px;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19); width: 100%;
  }

  #product .product_link .imgs {
    margin-bottom: 0;
  }

  #product .swiper-slide.last {
    width: 100%;
  }

  #product .swiper-slide.last .box {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/*# sourceMappingURL=web_product.css.map */
