@charset "UTF-8";
.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.s22 {
  top: 88%;
}
.ext_link_container.s_service_network {
  width: 84%;
  left: 8%;
  top: 78%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.ext_link_container.s_service_network a {
  display: block;
  width: calc((100% - 3px) / 4);
  height: 9%;
  margin-bottom: 1px;
  background: transparent;
}
.ext_link_container.s34 {
  width: 90%;
  left: 5%;
  top: 80%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.ext_link_container.s34 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: 6%;
  margin-bottom: 0.2%;
  background: transparent;
}
.swap_btn_container.s10_0 {
  top: 41%;
}
.swap_btn_container.s10_0 a, .swap_btn_container.s10_0 button {
  height: 6%;
}
.swap_btn_container.s10 {
  top: 13.2%;
}
.swap_btn_container.s10 button {
  width: 50%;
  height: 6%;
}
.swap_btn_container.s11 {
  top: 13.2%;
}
.swap_btn_container.s11 button {
  width: 50%;
  height: 6%;
}
.swap_btn_container.s12 {
  top: 1.1%;
}
.swap_btn_container.s12 button {
  width: 50%;
  height: 6.9%;
}
.swap_btn_container.s13 {
  top: 9%;
}
.swap_btn_container.s13 button {
  height: 9.5%;
}
.swap_btn_container.s14 {
  top: 8%;
}
.swap_btn_container.s14 button {
  height: 9%;
}
.swap_btn_container.s29 {
  top: 7%;
}
.swap_btn_container.s29 button {
  height: 9%;
}

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

.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%;
}
.popup_btns.s6 {
  top: 63.5%;
}
.popup_btns.s6 button {
  width: 100%;
  height: 10.3%;
  margin: 0 0 0.5% 0;
}
.popup_btns.s15 {
  top: 39%;
}
.popup_btns.s15 button {
  width: 100%;
  height: 9%;
}
.popup_btns.s19 {
  top: 18%;
  gap: 1%;
}
.popup_btns.s19 button {
  width: 100%;
  height: 23%;
  background: transparent;
}
.popup_btns.s19 a {
  display: block;
  width: 100%;
  height: 8%;
  background: transparent;
}
.popup_btns.s24 {
  top: 49%;
}
.popup_btns.s24 button {
  width: 33.33%;
  height: 8%;
}
.popup_btns.s26 {
  top: 9%;
}
.popup_btns.s26 button {
  width: 100%;
  height: 10%;
  margin-bottom: 4%;
}
.popup_btns.s20 {
  top: 47.7%;
}
.popup_btns.s20 button {
  width: 100%;
  height: 9%;
}
.popup_btns.s32 {
  top: 70.7%;
}
.popup_btns.s32 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: 3%;
  right: 0;
  z-index: 100;
}
.popupContainer .btn_pop_close::after, .popupContainer .btn_pop_close::before {
  position: absolute !important;
  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 !important;
  width: 40%;
  height: 8%;
  right: 0;
}
.popupContainer a {
  display: block;
}

.ov_btn_container {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ov_btn_container button {
  display: block;
  position: absolute !important;
  width: 7%;
  padding-bottom: 7% !important;
  padding: 0;
}
.ov_btn_container button::before, .ov_btn_container button::after {
  content: "";
  display: block;
  position: absolute !important;
  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: 34%;
  top: 49%;
}
.ov_btn_container.s7 .ov2 {
  left: 30.5%;
  top: 73%;
}
.ov_btn_container.s7 .ov3 {
  left: 59%;
  top: 47%;
}
.ov_btn_container.s7 .ov4 {
  left: 30.5%;
  top: 76.2%;
}
.ov_btn_container.s7 .ov5 {
  left: 49%;
  top: 74%;
}
.ov_btn_container.s7 .ov6 {
  left: 63%;
  top: 63%;
}
.ov_btn_container.s7 .ov7 {
  left: 63%;
  top: 77%;
}
.ov_btn_container.s8 .ov1 {
  left: 34%;
  top: 50.5%;
}
.ov_btn_container.s8 .ov2 {
  left: 33.5%;
  top: 61%;
}
.ov_btn_container.s8 .ov3 {
  left: 61%;
  top: 48%;
}
.ov_btn_container.s8 .ov4 {
  left: 32.5%;
  top: 73.5%;
}
.ov_btn_container.s8 .ov5 {
  left: 52%;
  top: 71%;
}
.ov_btn_container.s8 .ov6 {
  left: 82%;
  top: 69%;
}
.ov_btn_container.s8 .ov7 {
  left: 63%;
  top: 76%;
}
.ov_btn_container.s8 .ov8 {
  left: 82%;
  top: 74%;
}
.ov_btn_container.s9 .ov1 {
  left: 22%;
  top: 62%;
}
.ov_btn_container.s9 .ov2 {
  left: 53%;
  top: 55.5%;
}
.ov_btn_container.s9 .ov3 {
  left: 81%;
  top: 52%;
}
.ov_btn_container.s9 .ov4 {
  left: 25%;
  top: 81%;
}
.ov_btn_container.s9 .ov5 {
  left: 11%;
  top: 77%;
}
.ov_btn_container.s9 .ov6 {
  left: 34%;
  top: 57%;
}
.ov_btn_container.s9 .ov7 {
  left: 50%;
  top: 66%;
}
.ov_btn_container.s9 .ov8 {
  left: 38%;
  top: 62%;
}
.ov_btn_container.s9 .ov9 {
  left: 15%;
  top: 49%;
}
.ov_btn_container.s9 .ov10 {
  left: 40%;
  top: 68%;
}
.ov_btn_container.s18 .ov1 {
  left: 14%;
  top: 61%;
}
.ov_btn_container.s18 .ov2 {
  left: 35%;
  top: 63%;
}
.ov_btn_container.s18 .ov3 {
  left: 65%;
  top: 68.5%;
}
.ov_btn_container.s18 .ov4 {
  left: 12%;
  top: 52%;
}
.ov_btn_container.s18 .ov5 {
  left: 20%;
  top: 57%;
}
.ov_btn_container.s18 .ov6 {
  left: 33%;
  top: 56%;
}
.ov_btn_container.s18 .ov7 {
  left: 48%;
  top: 67%;
}
.ov_btn_container.s18 .ov8 {
  left: 62.5%;
  top: 53.3%;
}
.ov_btn_container.s18 .ov9 {
  left: 62.5%;
  top: 57.4%;
}
.ov_btn_container.s18 .ov10 {
  left: 10%;
  top: 46%;
}

#Cover .cover {
  position: absolute;
  z-index: 2;
}
#Cover .cover_img {
  position: relative;
  width: 100%;
  height: 100%;
}
#Cover .cover_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 이미지 비율 유지 */
  opacity: 0;
  transform: scale(1.05);
  transition: all 2s ease-in-out; /* 부드러운 페이드 전환 */
}
#Cover .cover_img img.active {
  opacity: 1;
  transform: scale(1);
}

#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 */