.productHeader.gocayin .contents {
  position: relative;
  overflow-y: hidden;
}

.icon_link_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

#GO_CAYIN_show {
  align-content: center;
}

.productHeader #GO_CAYIN_show.intro_video_btn {
  background: linear-gradient(90deg, #FFD14A 0%, #FABE00 100%);
}

.productHeader .intro_video_btn:hover {
  color: #fff;
}

.productHeader .intro_video_btn:hover {
  text-decoration: none;
  background-color: #fae8f9;
  color: #552853;
  box-shadow: 0 2px 10px rgba(48, 60, 104, 0.25);
}

.productHeader .intro_video_btn {
  color: #fff;
}

.productHeader .intro_video_btn {
  display: inline-block;
  position: relative;
  background-color: #738CE6;
  box-shadow: 0 2px 10px rgba(48, 60, 104, 0.15);
  color: #fff;
  line-height: 1;
  padding: 5px 20px;
  padding-right: 10px;
  margin-top: 12px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

.productHeader .intro_video_btn i {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 8px 10px;
  margin-left: 10px;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0, 40, 181, 0.15);
  transform: translateX(-3px);
  transition: all ease-out 0.3s;
}

.productHeader .intro_video_btn i {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 8px 10px;
  margin-left: 10px;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0, 40, 181, 0.15);
  transform: translateX(-3px);
  transition: all ease-out 0.3s;
}

.productHeader #GO_CAYIN_show.intro_video_btn i:hover,
.productHeader #GO_CAYIN_show.intro_video_btn:hover i {
  transform: translateX(1px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 10px rgba(141, 0, 181, 0.13);
}

#GO_CAYIN_Video.show {
  visibility: visible;
  right: 0;
  opacity: 1;
  transition: all 0.5s;
}

#GO_CAYIN_Video {
  width: 45%;
}

#GO_CAYIN_Video {
  visibility: hidden;
  position: absolute;
  top: 0%;
  right: -50%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 40%;
  opacity: 0;
  transition: all 0.5s;
}

#GO_CAYIN_Video.show {
  visibility: visible;
  right: 0;
  opacity: 1;
  transition: all 0.5s;
}

.show {
  display: flex;
}

#GO_CAYIN_Video::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  background: linear-gradient(105deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  width: 25%;
}

.overlay_video .close_btn {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 24px;
  left: 7px;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  font-size: 2.5em;
  transition: all 0.2s;
  z-index: 10;
  height: 60px;
  width: 60px;
}

.overlay_video .close_btn:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.overlay_video .video_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay_video .video_wrap iframe {
  width: 614.4px;
  height: 345.4px;
}

.video_wrap iframe {
  border-radius: 0;
}

@media only screen and (max-width: 1680px) {

  #GO_CAYIN_Video {
    width: 45%;
  }

  .overlay_video .video_wrap iframe {
    width: 491.2px;
    height: 276.3px;
  }
}

@media only screen and (max-width: 1366px) {
  .overlay_video .video_wrap iframe {
    width: 337.9px;
    height: 189.97px;
  }

  .overlay_video .close_btn {
    top: 20px;
    left: 20px;
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 768px) {

  #GO_CAYIN_Video::before {
    background: linear-gradient(106deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.7) 100%);
    left: -30%;
    width: 30%;
  }

  #GO_CAYIN_Video {
    width: 65%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.7);
  }
}

@media only screen and (max-width: 600px) {

  .intro_btn,
  .productHeader .intro_video_btn {
    text-align: center;
    margin-top: 0;
    background-color: inherit;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 0;
  }

  #GO_CAYIN_show {
    width: 100%;
  }

  #GO_CAYIN_Video {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
  }

  #GO_CAYIN_Video::before {
    all: unset;
  }
}

@media only screen and (max-width: 320px) {
  .overlay_video .video_wrap iframe {
    width: 280px;
  }
}