.promotion-popup #sc-promotions-popup-6 .cards {
  margin: 30px -15px;
  padding-bottom: 30px;
}

.promotion-popup #sc-promotions-popup-6 .cards .card {
  box-sizing: border-box;
  margin: 0 15px;
}

.promotion-popup #sc-promotions-popup-6 .cards .card .image {
  margin-bottom: 15px;
}

.promotion-popup #sc-promotions-popup-6 .cards .card .image img {
  max-width: 100%;
  border-radius: 10px;
}

.promotion-popup #sc-promotions-popup-6 .cards .card p {
  font-size: 16px;
  text-align: center;
}

.promotion-popup #sc-promotions-popup-6 .remark {
  font-family: Helvetica, Arial, serif;
  font-size: 14px;
}

.promotion-popup #sc-promotions-popup-6 ul.remark {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.promotion-popup #sc-promotions-popup-6 .remark {
  font-family: Helvetica, Arial, serif;
  font-size: 14px;
}

.promotion-popup #sc-promotions-popup-6 ul.remark li:nth-child(1):before { content: "*"; }
.promotion-popup #sc-promotions-popup-6 ul.remark li:nth-child(2):before { content: "**"; }
.promotion-popup #sc-promotions-popup-6 ul.remark li:nth-child(3):before { content: "***"; }
.promotion-popup #sc-promotions-popup-6 ul.remark li:nth-child(4):before { content: "****"; }

.promotion-popup #sc-promotions-popup-6 ul.remark li {
  display: flex;
}

.promotion-popup #sc-promotions-popup-6 ul.remark li:before {
  display: inline-block;
  min-width: 2em;
}

.promotion-popup #sc-promotions-popup-6 .slick-arrow {
  border: none;
  outline: none;

  top: 30%;
}

.promotion-popup #sc-promotions-popup-6 .slick-arrow:hover:before {
  color: #333333;
}

.promotion-popup #sc-promotions-popup-6 .slick-dots {
  left: 0;
}

.promotion-popup #sc-promotions-popup-6 .notice {
  font-size: 14px;
}

.promotion-popup #sc-promotions-popup-6 .notice i,
.promotion-popup #sc-promotions-popup-6 .notice strong {
  vertical-align: text-bottom;
  color: #4CD6C3;
}

.promotion-popup #sc-promotions-popup-6 .notice i {
  display: inline-block;
  margin-right: 5px;
}

.promotion-popup #sc-promotions-popup-6 .notice .icon-time.blue:before {
  color: #4CD6C3;
}

.promotion-popup #sc-promotions-popup-6 .action {
  margin-bottom: 20px;
}

.promotion-popup #sc-promotions-popup-6 .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;

  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;

  padding: 0 50px;
  width: 400px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;

  border-radius: 25px;
  border: 0;
  background: #46C2B1;
  cursor: pointer;
  box-sizing: border-box;
}

.promotion-popup #sc-promotions-popup-6 .btn.disabled {
  background: #AAAAAA;
  opacity: 0.7;
}

.promotion-popup #sc-promotions-popup-6 .video-more {
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
}

.promotion-popup #sc-promotions-popup-6 .video-more:after {
  content: "\e905";
  font-family: 'icongarage';
  font-size: 14px;
  line-height: 36px;
  vertical-align: text-top;

  margin-left: 5px;

  display: inline-block;

  -webkit-transition: transform 200ms;
  -moz-transition: transform 200ms;
  -ms-transition: transform 200ms;
  transition: transform 200ms;
}

.promotion-popup #sc-promotions-popup-6 .video-more.active:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.promotion-popup #sc-promotions-popup-6 .video-content {
  position: relative;
  margin-bottom: 30px;

  height: 375px;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.promotion-popup #sc-promotions-popup-6 .video-content .play {
  height: 375px;
  width: 100%;

  position: absolute;
  z-index: 110;
}

.promotion-popup #sc-promotions-popup-6 .video-content .play button {
  width: 120px;
  height: 120px;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);

  -webkit-transition: background 400ms;
  -moz-transition: background 400ms;
  -ms-transition: background 400ms;
  transition: background 400ms;

  position: absolute;

  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.promotion-popup #sc-promotions-popup-6 .video-content .play button:hover {
  background: rgba(255, 255, 255, 1);
}

.promotion-popup #sc-promotions-popup-6 .video-content .play button:before {
  content: "";
  height: 0;
  width: 0;

  top: 50%;
  left: 54%;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  position: absolute;
  z-index: 120;

  border-left: solid rgba(0, 0, 0, 0.5) 30px;
  border-top: solid transparent 25px;
  border-bottom: solid transparent 25px;
}

@media screen and (max-width: 767px) {
  .promotion-popup #sc-promotions-popup-6 .video-content .play button {
    width: 80px;
    height: 80px;
  }

  .promotion-popup #sc-promotions-popup-6 .video-content .play button:before {
    border-left: solid rgba(0, 0, 0, 0.5) 20px;
    border-top: solid transparent 15px;
    border-bottom: solid transparent 15px;
  }
}

.promotion-popup #sc-promotions-popup-6 .video-content .img {
  width: 100%;
  height: 375px;

  position: absolute;
  z-index: 100;
}

.promotion-popup #sc-promotions-popup-6 .video-content .img img {
  width: 100%;
  height: 100%;

  border-radius: 10px;
}

.promotion-popup #sc-promotions-popup-6 .video-content .video {
  height: 375px;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;

  position: relative;
  z-index: 90;
}

.promotion-popup #sc-promotions-popup-6 .video-content .video iframe {
  width: 100%;
  height: 100%;

  border-radius: 10px;
}

.promotion-popup #sc-promotions-popup-6 .video-content.playing .play,
.promotion-popup #sc-promotions-popup-6 .video-content.playing .img {
  display: none;
}

@media screen and (max-width: 991px) {
  .promotion-popup #sc-promotions-popup-6 .video-more {
    margin-bottom: 20px;
  }

  .promotion-popup #sc-promotions-popup-6 .promotion-content {
    padding: 30px 0;
  }

  .promotion-popup #sc-promotions-popup-6 .cards {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;

    margin-bottom: 20px;
  }

  .promotion-popup #sc-promotions-popup-6 .slick-arrow {
    border: none;
    outline: none;
  
    top: 30%;
  }

  .promotion-popup #sc-promotions-popup-6 .slick-prev {
    left: 15px;
  }

  .promotion-popup #sc-promotions-popup-6 .slick-next {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .promotion-popup #sc-promotions-popup-6 .video-content,
  .promotion-popup #sc-promotions-popup-6 .video-content .play,
  .promotion-popup #sc-promotions-popup-6 .video-content .img,
  .promotion-popup #sc-promotions-popup-6 .video-content .video iframe {
    height: calc((100vw - 60px) / 2);
  }

  .promotion-popup #sc-promotions-popup-6 .cards {
    padding-left: 0;
    padding-right: 0;
  }

  .promotion-popup #sc-promotions-popup-6 .cards .card {
    padding: 0 50px;
  }

  .promotion-popup #sc-promotions-popup-6 .slick-arrow {
    top: 35%;
  }
}

@media screen and (max-width: 1199px) {
  .promotion-popup #sc-promotions-popup-6 .promotion-content {
    padding-top: 40px;
  }
}

br.custom-layout {
  display: none;
}

@media screen and (max-width: 991px) and (min-width: 375px) {
  br.custom-layout {
    display: block;
  }
}





