#section .sec-info-text > h3 {
  margin-bottom: 14px;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#section .sec-info-text > p {
  font-size: 2rem;
  line-height: 145%;
  font-weight: 500;
  color: #555;
}

#section #section1 {
  padding-top: 100px;
}

#section .sec-item-video {
  height: 550px;
  overflow: hidden;
  margin: 60px -40px;
  border-radius: 6px;
}

#section .sec-item-video video {
  width: 100%;
}

#section .sec-info-sub-text {
  /* text-align: right; */
  margin-bottom: 60px;
}

#section .sec-info-sub-text > p {
  color: #01b7fc;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

#section .sec-info-sub-text > h4 {
  font-size: 3rem;
  font-weight: 500;
  color: #333;
}

.sec-intro-parent .sec-intro {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  padding: 80px 0;
}

.sec-intro-parent .intro-box {
  flex: 0 1 400px;
  max-width: 100%;
}

.sec-intro-parent .intro-box.intro-left {
  margin-top: 460px;
}

.sec-intro-parent .intro-box.intro-left .intro-info {
  text-align: left;
}

.sec-intro-parent .intro-box.intro-left .image {
  max-width: 100%;
  width: 500px;
  height: 560px;
}

.sec-intro-parent .intro-image .image {
  max-width: 100%;
  width: 580px;
  height: 400px;
  border-radius: 6px;
  border-radius: 20px;
}

.sec-intro-parent .intro-image .image img {
  width: 110%;
}

#section .sec-intro-parent .intro-box.intro-left .intro-image .image img {
  width: auto;
  height: 100%;
}

#section .sec-intro-parent .intro-info {
  margin-top: 40px;
  padding-left: 40px;
}

#section .sec-intro-parent .intro-info > h4 {
  /* font-size: 3rem; */
}

#section #section2 .video-wrap {
  margin-bottom: 100px;
  position: relative;
  height: 30vw;
  min-height: 550px;
  overflow: hidden;
}

#section #section2 .video-wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#section #section2 .video-wrap .video-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

#section #section2 .video-wrap .video-info h3 {
  font-size: 4.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

#section #section2 .video-wrap .video-info p {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

#section #section2 .video-wrap .video-info button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 35px;
  color: #efefef;
  padding: 0 35px;
  height: 60px;
  font-size: 2.4rem;
  transition: all 0.3s;
}

#section #section2 .video-wrap .video-info button:hover {
  background-color: #fff;
  color: #000;
}

#section #section3 .sec-intro-parent {
  background-color: transparent;
}

#section #section3 .sec-intro-parent .intro-left {
  margin-top: 600px;
}

#section #section3 .sec-intro-parent .intro-box .intro-info {
  text-align: left;
}

#section #section3 .sec-intro-parent .intro-box .image {
  max-width: 100%;
  width: 500px;
  height: 560px;
}

#section #section3 .sec-intro-parent .intro-left .intro-image .image {
  max-width: 100%;
  width: 580px;
  height: 400px;
  border-radius: 6px;
  border-radius: 20px;
}

#section #section3 .sec-intro-parent .intro-image .image img {
  width: 110%;
}

#section
  #section3
  .sec-intro-parent
  .intro-box:not(.intro-left)
  .intro-image
  .image
  img {
  width: auto;
  height: 100%;
}

#section #section4 {
  padding: 0 15px;
}

#section #section4 .sec-back-image {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  padding: 100px 0;
  background-image: url("/images/main/sec4-back.jpg");
}

#section #section4 .sec-back-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

#section #section4 .sec-info {
  text-align: center;
  position: relative;
  z-index: 1;
}

#section #section4 .sec-info h3 {
  font-size: 6.6rem;
  margin-bottom: 20px;
  font-weight: 500;
  color: #fff;
}

#section #section4 .sec-info p {
  font-size: 2.4rem;
  color: #fff;
}

#section #section4 .sec-image {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  text-align: center;
}

#section #section4 .sec-image img {
  width: 500px;
  max-width: 100%;
}

#section #section5 .affiliate-wrap {
  margin: 150px 0;
}

#section #section5 .affiliate-wrap .affiliate-text {
  text-align: center;
  margin-bottom: 80px;
}

#section #section5 .affiliate-wrap .affiliate-text > h3 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#section #section5 .affiliate-wrap .affiliate-text > p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #555;
  font-weight: 500;
}

#section #section5 .affiliate-list .image-slide {
  align-items: center;
  flex-flow: row nowrap;
  width: 300%;
  -webkit-animation: 20s infinite linear slideAnimation;
  animation: 20s infinite linear slideAnimation;
}

#section #section5 .affiliate-list .affiliate-item {
  padding: 0 20px;
  display: flex !important;
  justify-content: center;
}

#section #section5 .affiliate-list .affiliate-item {
  width: calc(100% / 4);
}

#section #section5 .affiliate-list .affiliate-item img {
  max-width: 100%;
  height: 65px;
}

@-webkit-keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#section #section6 .product-list > ul > li {
  flex: 0 25%;
}

#section #section6 .product-list > ul > li .box {
  height: 400px;
}

#section #section6 .product-list > ul > li .product-item {
  cursor: pointer;
}

#section #section6 .product-list > ul > li .product-image {
  height: 400px;
  position: relative;
}

#section #section6 .product-list > ul > li .product-image .hover-info {
  opacity: 0;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.2s;
}

#section #section6 .product-list > ul > li .product-image:hover .hover-info {
  opacity: 1;
}

#section
  #section6
  .product-list
  > ul
  > li
  .product-image:hover
  .hover-info:before {
  transform: scale(1);
}

#section #section6 .product-list > ul > li .product-image .hover-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(1.05);
  transition: all 0.2s;
}

#section
  #section6
  .product-list
  > ul
  > li
  .product-image
  .hover-info
  .text-info {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#section
  #section6
  .product-list
  > ul
  > li
  .product-image
  .hover-info
  .plus-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 3rem;
}

#section
  #section6
  .product-list
  > ul
  > li
  .product-image
  .hover-info
  .text-info
  > h5 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

#section
  #section6
  .product-list
  > ul
  > li
  .product-image
  .hover-info
  .text-info
  > p {
  font-size: 1.4rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  * {
    word-break: keep-all;
  }

  #section > #section2,
  #section > #section5 {
    padding: 100px 0 !important;
  }

  #section1 .sec-intro-parent {
    padding-bottom: 0 !important;
  }

  #section > #section6 {
    padding: 0 !important;
  }

  #section .sec-info-sub-text {
    padding-left: 20px;
  }

  #section .sec-item-video {
    margin-top: 35px !important;
  }

  #section > div {
    padding: 30px 0 !important;
  }

  #section .sec-item-video {
    height: auto;
    margin: 20px 0;
  }

  #section .sec-item-video video {
/*    height: 100%;*/
  }

  #section .sec-info-text > h3 {
    font-size: 2.4rem;
  }

  #section .sec-info-text > p {
    font-size: 1.4rem;
  }

  #section .sec-info-sub-text {
    margin-bottom: 0;
  }

  #section .sec-info-sub-text > p {
    font-size: 1.4rem;
  }

  #section .sec-info-sub-text > h4 {
    font-size: 1.8rem;
    line-height: 150%;
  }

  #section .sec-intro-parent .intro-info {
    padding-left: 20px;
    margin-top: 20px;
  }

  #section .sec-intro-parent {
    padding: 20px 0;
    /* margin-top: 60px; */
  }

  #section .sec-intro-parent .intro-box {
    flex: 0 1 auto;
  }

  #section .sec-intro-parent .intro-image .image,
  #section #section3 .sec-intro-parent .intro-left .intro-image .image,
  #section #section3 .sec-intro-parent .intro-box .image {
    width: 100% !important;
    height: 280px;
  }

  #section .sec-intro-parent .intro-image .image img {
    min-width: 100% !important;
    /* height: auto !important; */
    min-height: 100%;
  }

  #section .sec-intro-parent .sec-intro {
    gap: 30px 0;
    flex-flow: column wrap;
    padding: 0;
  }

  #section .sec-intro-parent .intro-box:nth-child(1) {
    margin-top: 0;
  }

  #section #section2 .video-wrap {
    min-height: 200px;
    margin-bottom: 0;
  }

  #section #section2 .video-wrap video {
    width: 100%;
  }

  #section #section2 .video-wrap .video-info {
    width: 100%;
  }

  #section #section2 .video-wrap .video-info h3 {
    font-size: 3.2rem;
  }

  #section #section2 .video-wrap .video-info p {
    font-size: 1.8rem;
  }

  #section #section2 .video-wrap .video-info button {
    font-size: 2rem;
    height: 55px;
  }

  #section #section3 .sec-intro-parent {
    margin-top: 0;
    padding: 0;
  }

  #section #section3 .sec-intro-parent .intro-left {
    margin-top: 0;
  }

  #section #section4 {
    padding: 0 15px !important;
  }

  #section #section4 .sec-info h3 {
    font-size: 4.4rem;
  }

  #section #section4 .sec-back-image {
    padding: 40px 0 60px;
    border-radius: 10px;
    overflow: hidden;
  }

  #section #section4 .sec-info p {
    font-size: 2rem;
  }

  #section #section4 .sec-image {
    padding: 0 20px;
  }

  #section #section5 .affiliate-wrap {
    margin: 0;
  }

  #section #section5 .affiliate-wrap .affiliate-text {
    margin-bottom: 40px;
  }

  #section #section5 .affiliate-wrap .affiliate-text > h3 {
    font-size: 3.2rem;
  }

  #section #section5 .affiliate-wrap .affiliate-text > p {
    font-size: 1.4rem;
  }

  #section #section5 .affiliate-list .image-slide {
    width: 400%;
  }

  #section #section5 .affiliate-list .affiliate-item {
    width: calc(100% / 3);
  }

  #section #section5 .affiliate-list .affiliate-item img {
    height: 20px;
  }

  #section #section6 .product-list > ul > li {
    flex: 0 50%;
  }

  #section #section6 .product-list > ul > li .box {
    height: 220px;
  }

  #section #section6 .product-list > ul > li .product-image {
    height: 220px;
  }

  #section #section1 {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }

  #section #section3 {
    padding-top: 0 !important;
    padding-bottom: 100px !important;
  }

  #section1 .sec-intro-parent {
    padding-top: 20px;
  }
}
