.ext_link_container {
  position: absolute !important;
  left: 5%;
  width: 90%;
  height: 100%;
  z-index: 2;
}
.ext_link_container a {
  display: block;
  height: 7%;
  background: transparent;
}
.ext_link_container.s14 {
  width: 40%;
  left: 60%;
  top: 31%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.ext_link_container.s14 a {
  display: block;
  width: 100%;
  height: 9%;
  margin-bottom: 1px;
}
.ext_link_container.s_premium {
  top: 88%;
}
.ext_link_container.s_network {
  width: 84%;
  left: 8%;
  top: 78%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.ext_link_container.s_network a {
  display: block;
  width: calc((100% - 3px) / 4);
  height: 9%;
  margin-bottom: 1px;
}
.ext_link_container.s_consultant {
  width: 90%;
  left: 5%;
  top: 80%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.ext_link_container.s_consultant a {
  display: block;
  width: calc((100% - 3px) / 4);
  height: 20%;
  margin-bottom: 1px;
}

.swap_btn_container {
  position: absolute !important;
  left: 5%;
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  z-index: 2;
}
.swap_btn_container a, .swap_btn_container button {
  display: block;
  width: 50%;
  height: 9%;
  margin-bottom: 0.5%;
  background: transparent;
}
.swap_btn_container.s12_1 {
  top: 8%;
}
.swap_btn_container.s12_1 button:last-child {
  width: 100%;
}
.swap_btn_container.s12_3 {
  top: 8.5%;
}
.swap_btn_container.s13_2 {
  top: 23.3%;
}
.swap_btn_container.s13_2 button {
  height: 6%;
}
.swap_btn_container.s16 {
  top: 41%;
}
.swap_btn_container.s16 a {
  height: 6%;
}
.swap_btn_container.s16_2 {
  top: 13%;
}
.swap_btn_container.s16_2 button {
  height: 6%;
}
.swap_btn_container.s16_3 {
  top: 13%;
}
.swap_btn_container.s16_3 button {
  height: 6%;
}
.swap_btn_container.s19 {
  top: 37%;
}
.swap_btn_container.s19 button {
  height: 6%;
}
.swap_btn_container.s20 {
  top: 43.4%;
}
.swap_btn_container.s29 {
  top: 37.1%;
}

.swap_img_container {
  position: relative;
}
.swap_img_container img {
  display: none;
}
.swap_img_container img.active {
  display: block;
}

.nav_container {
  position: absolute !important;
  top: 10.5%;
  width: 90%;
  height: 100%;
  left: 5%;
}
.nav_container button {
  display: block;
  position: relative;
  width: 100%;
  height: 5.9%;
  margin-bottom: 0.18%;
  background: transparent;
}

.popup_btns {
  position: absolute !important;
  display: flex;
  width: 90%;
  height: 100%;
  left: 5%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.popup_btns button {
  display: block;
  position: relative;
  width: 100%;
  height: 14.5%;
  background: transparent;
}
.popup_btns.s6 {
  top: 58.5%;
}
.popup_btns.s6 button {
  width: 100%;
  height: 7%;
  margin-bottom: 1%;
}
.popup_btns.s12_4 {
  top: 40%;
}
.popup_btns.s12_4 button {
  width: 100%;
  height: 8%;
  margin-bottom: 1%;
}
.popup_btns.s17 {
  top: 10%;
}
.popup_btns.s17 button {
  width: 100%;
  margin-bottom: 3%;
  height: 13%;
}
.popup_btns.s18 {
  top: 46%;
}
.popup_btns.s18 button {
  width: 100%;
  height: 8%;
}
.popup_btns.s24 {
  top: 49%;
}
.popup_btns.s24 button {
  width: 33.33%;
  height: 8%;
}
.popup_btns.s26 {
  top: 17%;
}
.popup_btns.s26 button {
  width: 49%;
  height: 19.5%;
  margin: 1px;
}
.popup_btns.s26 button:nth-child(5), .popup_btns.s26 button:nth-child(6) {
  height: 18%;
}
.popup_btns.s27 {
  top: 47.7%;
}
.popup_btns.s27 button {
  width: 100%;
  height: 9%;
}
.popup_btns.s_network {
  top: 70.7%;
}
.popup_btns.s_network button {
  width: 100%;
  height: 7%;
}

.popupContainer {
  position: absolute !important;
  width: 100%;
  bottom: 0;
  z-index: 2;
  transition: all 0.2s;
  transform: translateY(100%);
  overflow: hidden;
}
.popupContainer.active {
  transform: translateY(0);
}
.popupContainer > div {
  position: relative;
  display: none;
  z-index: 1;
  height: 100%;
}
.popupContainer > div.active {
  display: block;
}
.popupContainer .btn_pop_close {
  display: block;
  position: fixed;
  width: 25%;
  height: 16%;
  top: 1px;
  right: 1px;
  z-index: 100;
  background: transparent;
}
.popupContainer .btn_pop_close::after, .popupContainer .btn_pop_close::before {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 23%;
  padding-bottom: 2.5%;
  right: 28%;
  top: 28%;
  z-index: 100;
  transform: rotate(45deg);
}
.popupContainer .btn_pop_close::before {
  transform: rotate(-45deg);
}
.popupContainer .btnSpec {
  display: block;
  position: absolute;
  width: 40%;
  height: 12%;
  right: 0;
  background: transparent;
}
.popupContainer a {
  display: block;
}

.ov_btn_container {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.ov_btn_container button {
  display: block;
  position: absolute;
  width: 7%;
  padding-bottom: 7% !important;
  padding: 0;
}
.ov_btn_container button::before, .ov_btn_container button::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 30%;
  height: 30%;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.ov_btn_container button::before {
  content: "";
  background: #66B3A6;
  animation: dotFX 2s infinite;
}
.ov_btn_container.s7 .ov1 {
  left: 32%;
  top: 41.5%;
}
.ov_btn_container.s7 .ov2 {
  left: 31%;
  top: 57.2%;
}
.ov_btn_container.s7 .ov3 {
  left: 31%;
  top: 44.5%;
}
.ov_btn_container.s7 .ov4 {
  left: 56%;
  top: 44.5%;
}
.ov_btn_container.s7 .ov5 {
  left: 31%;
  top: 73%;
}
.ov_btn_container.s7 .ov5_2 {
  left: 31%;
  top: 65.5%;
}
.ov_btn_container.s7 .ov6 {
  left: 57%;
  top: 67%;
}
.ov_btn_container.s7 .ov7 {
  left: 57%;
  top: 75%;
}
.ov_btn_container.s7 .ov8 {
  left: 65%;
  top: 74%;
}
.ov_btn_container.s7 .ov9 {
  left: 88%;
  top: 69%;
}
.ov_btn_container.s7 .ov10 {
  left: 63%;
  top: 60%;
}
.ov_btn_container.s7 .ov11 {
  left: 70%;
  top: 75%;
}
.ov_btn_container.s8 .ov1 {
  left: 30%;
  top: 59.2%;
}
.ov_btn_container.s8 .ov2 {
  left: 32%;
  top: 46%;
}
.ov_btn_container.s8 .ov3 {
  left: 57.5%;
  top: 68.5%;
}
.ov_btn_container.s8 .ov3_2 {
  left: 48%;
  top: 70%;
}
.ov_btn_container.s8 .ov4 {
  left: 29%;
  top: 74%;
}
.ov_btn_container.s8 .ov4_2 {
  left: 29%;
  top: 67%;
}
.ov_btn_container.s8 .ov5 {
  left: 83%;
  top: 70%;
}
.ov_btn_container.s8 .ov6 {
  left: 63%;
  top: 74.5%;
}
.ov_btn_container.s8 .ov7 {
  left: 87%;
  top: 74%;
}
.ov_btn_container.s8 .ov8 {
  left: 70%;
  top: 85%;
}
.ov_btn_container.s9 .ov1 {
  left: 15%;
  top: 46%;
}
.ov_btn_container.s9 .ov2 {
  left: 21%;
  top: 59%;
}
.ov_btn_container.s9 .ov3 {
  left: 52%;
  top: 53%;
}
.ov_btn_container.s9 .ov4 {
  left: 81%;
  top: 52%;
}
.ov_btn_container.s9 .ov5 {
  left: 24%;
  top: 78%;
}
.ov_btn_container.s9 .ov6 {
  left: 10%;
  top: 74%;
}
.ov_btn_container.s9 .ov7 {
  left: 34%;
  top: 54%;
}
.ov_btn_container.s9 .ov8 {
  left: 44%;
  top: 65%;
}
.ov_btn_container.s10 .ov1 {
  left: 18.5%;
  top: 37.5%;
}
.ov_btn_container.s10 .ov1_2 {
  left: 60%;
  top: 37.5%;
}
.ov_btn_container.s10 .ov2 {
  left: 20%;
  top: 54%;
}
.ov_btn_container.s10 .ov2_2 {
  left: 62%;
  top: 45%;
}
.ov_btn_container.s10 .ov3 {
  left: 26.5%;
  top: 75%;
}
.ov_btn_container.s10 .ov3_2 {
  left: 68%;
  top: 74%;
}
.ov_btn_container.s10 .ov4 {
  left: 22%;
  top: 68.5%;
}
.ov_btn_container.s10 .ov4_2 {
  left: 72%;
  top: 69%;
}
.ov_btn_container.s10 .ov5 {
  left: 19%;
  top: 81%;
}
.ov_btn_container.s10 .ov6 {
  left: 23.5%;
  top: 84%;
}
.ov_btn_container.s10 .ov7 {
  left: 64%;
  top: 72%;
}
.ov_btn_container.s10 .ov8 {
  left: 29.5%;
  top: 87%;
}
.ov_btn_container.s10 .ov8_2 {
  left: 65%;
  top: 85%;
}
.ov_btn_container.s10 .ov9 {
  left: 71%;
  top: 80%;
}
.ov_btn_container.s10 .ov10 {
  left: 75%;
  top: 89%;
}
.ov_btn_container.s10 .ov10_2 {
  left: 20%;
  top: 89.5%;
}
.ov_btn_container.s11 .ov1 {
  left: 37%;
  top: 73.5%;
}
.ov_btn_container.s11 .ov2 {
  left: 49%;
  top: 79%;
}
.ov_btn_container.s11 .ov3 {
  left: 31.5%;
  top: 85.2%;
}
.ov_btn_container.s11 .ov4 {
  left: 81%;
  top: 67%;
}

.overImgContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.2s;
  z-index: 1500;
}
.overImgContainer img {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.overImgContainer img.active {
  opacity: 1;
}
.overImgContainer.active {
  transform: translateY(0);
}
.overImgContainer .ovClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  height: 20vw;
}

.index_menu {
  position: absolute;
  z-index: 1100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.2s;
}
.index_menu img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_menu.active {
  transform: translateX(0);
}

.serviceContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
}

#vod0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

#replayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  z-index: 99;
  display: flex;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 18px;
}

.autoplay_UI .dotsContainer {
  width: 32%;
}/*# sourceMappingURL=style.css.map */