@media screen and (min-width: 1199px) {
  .btn__area .menu__line {
    background-color: #e0e0e0;
  }
}
.btn__language {
  color: #fff;
}
.pro__se1 {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pro__se1 {
    padding-bottom: 135vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se1 {
    padding-bottom: 260vw;
  }
}
.pro__se1bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.main__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 40% 100%);
  clip-path: polygon(65% 0, 100% 0, 100% 100%, 40% 100%);
  z-index: 3;
}
.main__img > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
@media screen and (max-width: 1024px) {
  .main__img > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .main__img {
    top: 27.5%;
    height: 72.5%;
    -webkit-clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .main__img {
    top: 55%;
    height: 45%;
    -webkit-clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
  }
}
.pro__se1txt {
  position: absolute;
  top: 60%;
  width: 30vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9.5vw;
}
@media screen and (max-width: 1024px) {
  .pro__se1txt {
    width: 60vw;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 11%;
  }
}
@media screen and (max-width: 767px) {
  .pro__se1txt {
    width: 85vw;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    left: 50%;
    top: 37vw;
  }
}
.pro__se1txt > .product__title {
  font-size: 4.58333vw;
  color: #66bf97;
  font-family: "Arial Bold";
}
@media screen and (max-width: 1024px) {
  .pro__se1txt > .product__title {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se1txt > .product__title {
    font-size: 12.5vw;
  }
}
.pro__se1txt > .product__title > span {
  display: block;
}
.pro__se1txt > .title {
  font-size: 1.5625vw;
  letter-spacing: 1.5px;
  margin-top: 2.34375vw;
  margin-bottom: 1.82292vw;
  font-family: "Noto Sans CJ Ktc";
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .pro__se1txt > .title {
    font-size: 2.8125vw;
    margin-top: 4.21875vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se1txt > .title {
    font-size: 5.625vw;
    margin-top: 8.4375vw;
    margin-bottom: 7.8125vw;
  }
}
.pro__se1txt > .info {
  width: 70%;
  color: rgba(75, 75, 75, 0.6);
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.8px;
  font-family: "Noto Sans CJ Ktc";
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .pro__se1txt > .info {
    width: 100%;
    font-size: 14px;
    font-size: 2.1875vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .pro__se1txt > .info {
    font-size: 4.375vw;
  }
}
.pro__se1txt > .info > p {
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 1024px) {
  .pro__se1txt > .info > p {
    margin-bottom: 0;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(65% 0, 100% 0, 100% 0, 65% 0);
    clip-path: polygon(65% 0, 100% 0, 100% 0, 65% 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
  }
}
@keyframes circle {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(65% 0, 100% 0, 100% 0, 65% 0);
    clip-path: polygon(65% 0, 100% 0, 100% 0, 65% 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
  }
}
@-webkit-keyframes circle2 {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 57%, 0 57%, 0 100%, 0% 100%);
    clip-path: polygon(0 57%, 0 57%, 0 100%, 0% 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes circle2 {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 57%, 0 57%, 0 100%, 0% 100%);
    clip-path: polygon(0 57%, 0 57%, 0 100%, 0% 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
  }
}
.pro__shadow {
  position: absolute;
  background-color: #66bf97;
  width: 100%;
  height: 60%;
  right: 0.5%;
  -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
  clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
  -webkit-animation: circle 3s;
  animation: circle 3s;
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .pro__shadow {
    -webkit-animation: circle2 3s;
    animation: circle2 3s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
    bottom: 0%;
    right: 0%;
    height: 73.5%;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .pro__shadow {
    -webkit-clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
    height: 46.5%;
  }
}
.pro__se2 {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 33vw;
}
@media screen and (max-width: 1024px) {
  .pro__se2 {
    padding-bottom: 140vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se2 {
    padding-bottom: 140vw;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.pro__se2 > .bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.pro__se2 > .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.pro__se2 > .mask > .txt__show {
  width: 22%;
  position: absolute;
  top: 50%;
  right: 15vw;
}
@media screen and (max-width: 1024px) {
  .pro__se2 > .mask > .txt__show {
    width: 85%;
    right: 6.5vw;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.pro__se2 > .mask > .txt__show > .s2__title {
  font-size: 1.5625vw;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #66bf97;
  margin-bottom: 3.38542vw;
}
@media screen and (max-width: 1024px) {
  .pro__se2 > .mask > .txt__show > .s2__title {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se2 > .mask > .txt__show > .s2__title {
    font-size: 5.625vw;
  }
}
.pro__se2 > .mask > .txt__show > .s2__info {
  color: rgb(255, 255, 255);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.8px;
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .pro__se2 > .mask > .txt__show > .s2__info {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se2 > .mask > .txt__show > .s2__info {
    font-size: 4.375vw;
  }
}
.simpleParallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.se3__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 6vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 1024px) {
  .se3__title {
    padding-top: 7.5vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .se3__title {
    padding-top: 15vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .se3__title > .real__txt {
    width: 80%;
  }
}
.se3__title > .real__txt .s3__title {
  color: #191919;
  font-size: 1.5625vw;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 1.5vw;
  font-family: "Noto Sans CJ Ktc";
}
@media screen and (max-width: 1024px) {
  .se3__title > .real__txt .s3__title {
    font-size: 2.8125vw;
    margin-bottom: 0.88028vh;
  }
}
@media screen and (max-width: 767px) {
  .se3__title > .real__txt .s3__title {
    font-size: 5.625vw;
    margin-bottom: 3.52113vh;
  }
}
.se3__title > .real__txt .info2 {
  color: rgba(75, 75, 75, 0.6);
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 2;
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .se3__title > .real__txt .info2 {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .se3__title > .real__txt .info2 {
    font-size: 4.375vw;
  }
}
.se3__cards {
  width: 80vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 6.5vw;
}
.se3__cards > .se3__card {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .se3__cards > .se3__card {
    width: 100%;
  }
}
.card__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 27vw;
}
@media screen and (max-width: 1024px) {
  .card__img {
    margin-top: 7.8125vw;
    padding-bottom: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .card__img {
    margin-top: 15.625vw;
  }
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.card__out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}
.card__txt {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .card__txt {
    width: 100%;
  }
}
.card__txt .s3__title {
  display: inline-block;
  border-bottom: 1px solid #66bf97;
  font-size: 1.25vw;
  color: #191919;
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .card__txt .s3__title {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .card__txt .s3__title {
    font-size: 5.625vw;
  }
}
.card__txt .list {
  margin-top: 1.82292vw;
  margin-bottom: 3.125vw;
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .card__txt .list {
    border-bottom: 1px solid #afafaf;
    margin-top: 4.0625vw;
    padding-bottom: 9.375vw;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .card__txt .list {
    margin-top: 8.125vw;
    padding-bottom: 18.75vw;
    font-size: 4.375vw;
  }
}
.card__txt .list > li {
  line-height: 1.8;
  margin-bottom: 26px;
  font-family: "Noto Sans CJ Ktc";
}
.card__txt .list > li:last-of-type {
  margin-bottom: 0px;
}
.card__txt .list .item-info {
  color: rgba(75, 75, 75, 0.6);
  font-weight: 300;
}
.card__txt .list .item-title {
  font-weight: 700;
  display: block;
  margin-bottom: 7px;
}

@media screen and (max-width:1024px) {
  .card__txt .list .item-title {
    margin-bottom: 0px;
  }
}


.se3__card:nth-child(odd) .card__out {
  border-right: 1px solid #afafaf;
}
@media screen and (max-width: 1024px) {
  .se3__card:nth-child(odd) .card__out {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .se3__card:nth-last-child(-n + 1) .card__txt .list {
    border-bottom: none;
  }
}
.pro__se4 {
  width: 100%;
  padding-bottom: 60vw;
  height: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pro__se4 {
    padding-bottom: 160vw;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .pro__se4 {
    padding-bottom: 370vw;
  }
}
.pro__se4bgc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.main__bgc2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-clip-path: polygon(75% 0, 100% 0, 100% 100%, 50% 100%);
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 50% 100%);
}
.main__bgc2 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
@media screen and (max-width: 1024px) {
  .main__bgc2 {
    height: 40%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .main__bgc2 {
    height: 20%;
  }
}
.pro__se4txt {
  position: absolute;
  top: 50%;
  width: 30vw;
  left: 10vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .pro__se4txt {
    width: 85vw;
    top: 68%;
  }
}
@media screen and (max-width: 767px) {
  .pro__se4txt {
    width: 85vw;
    top: 62%;
  }
}
.pro__se4txt > .product__titles4 {
  font-size: 1.5625vw;
  color: #66bf97;
  opacity: 1;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .pro__se4txt > .product__titles4 {
    font-size: 1.58451vh;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se4txt > .product__titles4 {
    font-size: 3.16901vh;
    margin-bottom: 9.375vw;
  }
}
.pro__se4txt > .product__titles4 > span {
  display: block;
}
.pro__se4txt > .p4__info {
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
  letter-spacing: 0.8px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  padding-bottom: 8.33333vw;
}
@media screen and (max-width: 1024px) {
  .pro__se4txt > .p4__info {
    font-size: 2.1875vw;
    font-weight: 300;
    line-height: 1.8;
    padding-bottom: 7.8125vw;
    border-bottom: 2px solid #2f2725;
  }
}
@media screen and (max-width: 767px) {
  .pro__se4txt > .p4__info {
    font-size: 4.375vw;
    padding-bottom: 15.625vw;
  }
}
.pro__se4txt > .info {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.8px;
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .pro__se4txt > .info {
    width: 100%;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se4txt > .info {
    font-size: 4.375vw;
    margin-bottom: 21.875vw;
  }
}
.pro__se4txt > .info > .p4__infotitle {
  margin-bottom: 4.16667vw;
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .pro__se4txt > .info > .p4__infotitle {
    font-size: 2.1875vw;
    margin-bottom: 7.03125vw;
    margin-top: 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .pro__se4txt > .info > .p4__infotitle {
    font-size: 4.375vw;
    margin-bottom: 14.0625vw;
    margin-top: 14.0625vw;
  }
}
.info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info .info__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .info .info__item {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@media screen and (max-width: 767px) {
  .info .info__item {
    width: 50%;
    margin-bottom: 14.0625vw;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.info .info__item > span {
  margin-top: 2.08333vw;
}
@media screen and (max-width: 1024px) {
  .info .info__item > span {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .info .info__item > span {
    margin-top: 7.8125vw;
  }
}
.icon__area {
  width: 85px;
  height: 85px;
}
.icon__area > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.pro__shadow4 {
  right: 3%;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #66bf97;
  -webkit-clip-path: polygon(70.5% 30%, 70% 30%, 53% 100%, 53.5% 100%);
  clip-path: polygon(70.5% 30%, 70% 30%, 53% 100%, 53.5% 100%);
}
.pro__se5 {
  position: relative;
  z-index: 2;
}
.pro__se5-swiper-container {
  width: 80%;
  position: relative;
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}
@media screen and (max-width: 1024px) {
  .pro__se5-swiper-container {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .pro__se5-swiper-container {
    width: 80%;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
.pro__se5-swiper-container:before {
  position: absolute;
  top: 71%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 1px;
  left: 33.3333%;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .pro__se5-swiper-container:before {
    border-right: none;
  }
}
.pro__se5-swiper-container:after {
  position: absolute;
  top: 71%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 1px;
  right: 33.3333333%;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .pro__se5-swiper-container:after {
    border-right: none;
  }
}
.pro__se5-swiper-wrapper {
  position: relative;
}
.pro__se5-swiper-slide {
  width: 33.3333333%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .pro__se5-swiper-slide {
    width: 100%;
  }
}
.pros5slide__card > .slide__img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 25.41vw;
  overflow: hidden;
  border: transparent;
}
@media screen and (min-width: 1199px) {
  .pros5slide__card > .slide__img:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .pros5slide__card > .slide__img {
    padding-bottom: 72.8vw;
  }
  .pros5slide__card > .slide__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #66bf97;
    -webkit-transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  .pros5slide__card > .slide__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #66bf97;
    -webkit-transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
}
.pros5slide__card > .slide__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pros5slide__card > .slide__txt {
  border-right: 1px solid #efefef;
  padding-top: 2.08333vw;
  padding-bottom: 2.08333vw;
}
@media screen and (max-width: 1024px) {
  .pros5slide__card > .slide__txt {
    border-right: none;
    padding-bottom: 0px;
    padding-top: 10.08333vw;
  }
}
.pros5slide__card > .slide__txt > .real__txt {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pros5slide__card > .slide__txt > .real__txt {
    width: 100%;
  }
}
.pros5slide__card > .slide__txt .slide__title {
  color: #191919;
  font-weight: 700;
  font-size: 1.5625vw;
  margin-bottom: 3.38542vw;
}
@media screen and (max-width: 1024px) {
  .pros5slide__card > .slide__txt .slide__title {
    font-size: 2.8125vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .pros5slide__card > .slide__txt .slide__title {
    font-size: 5.625vw;
    margin-bottom: 7.8125vw;
  }
}
.pros5slide__card > .slide__txt .slide__info {
  position: relative;
  font-weight: 300;
  color: rgba(75, 75, 75, 0.6);
  margin-bottom: 1.82292vw;
  letter-spacing: 0.7px;
  line-height: 1.8;
  /* font-size: 0.83333vw; */
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .pros5slide__card > .slide__txt .slide__info {
    font-size: 2.1875vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .pros5slide__card > .slide__txt .slide__info {
    font-size: 4.375vw;
    margin-bottom: 12.5vw;
  }
}
.pro__se5btn {
  position: absolute;
  top: 16%;
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pro__se5btn {
    top: 9%;
  }
}
.pro__se5btn > .pro__se5-prev {
  position: relative;
  padding: 15px;
}
.pro__se5btn > .pro__se5-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid #191919;
  border-left: 5px solid #191919;
}
.pro__se5btn > .pro__se5-next {
  position: relative;
  padding: 15px;
}
.pro__se5btn > .pro__se5-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-40%) rotate(45deg);
  transform: translateX(-50%) translateY(-40%) rotate(45deg);
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid #191919;
  border-right: 5px solid #191919;
}
.swiper-slide-active .slide__img:before {
  left: -100%;
  width: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.swiper-slide-active .slide__img:after {
  width: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.common-footer {
  margin-top: 0px;
}

.btn__backup{-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}
/*# sourceMappingURL=product.css.map */
