@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Overpass:wght@700&family=Yaldevi:wght@600;700&display=swap");
.main-content .sec .container .top1-swiper::after {
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

* {
  box-sizing: border-box;
}
*:focus {
  outline-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0 auto;
}
body::before {
  content: "";
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  body::before {
    height: 62px;
  }
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.video iframe {
  width: 96%;
  margin: 0 2%;
  z-index: 100;
  position: relative;
}

header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 900;
  position: fixed;
  top: 0;
  transition: all 0.2s ease;
}
header.float {
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  header {
    height: 62px;
  }
}
header .container {
  justify-content: space-between;
}
header .container .link li a {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  header .container .link li a {
    width: 32px;
    height: 32px;
  }
}
header .container .link li:nth-child(2) {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  header .container .link li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

header .container,
footer .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header .container,
  footer .container {
    padding: 0 30px;
  }
}
header .container .myv-logo,
footer .container .myv-logo {
  width: 100px;
}
header .container .myv-logo img,
header .container .myv-logo svg,
footer .container .myv-logo img,
footer .container .myv-logo svg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .container .myv-logo,
  footer .container .myv-logo {
    width: 140px;
  }
}
header .container .link,
footer .container .link {
  display: flex;
  align-items: center;
}
header .container .link li a,
footer .container .link li a {
  display: block;
}
header .container .link li a svg,
footer .container .link li a svg {
  width: 100%;
}
header .container .link li a svg path,
header .container .link li a svg polygon,
header .container .link li a svg g,
footer .container .link li a svg path,
footer .container .link li a svg polygon,
footer .container .link li a svg g {
  transition: all 0.3s ease;
}
header .container .link li a:hover svg path,
header .container .link li a:hover svg polygon,
header .container .link li a:hover svg g,
footer .container .link li a:hover svg path,
footer .container .link li a:hover svg polygon,
footer .container .link li a:hover svg g {
  transition: all 0.3s ease;
}
header .container .link .myvideo a svg .icon-mask,
footer .container .link .myvideo a svg .icon-mask {
  display: none;
}
header .container .link .myvideo a svg .icon-icon,
footer .container .link .myvideo a svg .icon-icon {
  display: none;
}
header .container .link .myvideo:hover a svg .icon-bg,
footer .container .link .myvideo:hover a svg .icon-bg {
  fill: #F57600;
}
header .container .link .myvideo:hover a svg .icon-mask,
footer .container .link .myvideo:hover a svg .icon-mask {
  display: block;
}
header .container .link .myvideo:hover a svg .icon-icon,
footer .container .link .myvideo:hover a svg .icon-icon {
  fill: #FFFFFF;
  display: block;
}
header .container .link .facebook a svg .icon-icon,
footer .container .link .facebook a svg .icon-icon {
  fill: transparent;
}
header .container .link .facebook:hover a svg .icon-bg,
footer .container .link .facebook:hover a svg .icon-bg {
  fill: #1877f2;
}
header .container .link .facebook:hover a svg .icon-icon,
footer .container .link .facebook:hover a svg .icon-icon {
  fill: #FFFFFF;
}
header .container .link .youtube a svg .icon-icon,
footer .container .link .youtube a svg .icon-icon {
  fill: transparent;
}
header .container .link .youtube:hover a svg .icon-bg,
footer .container .link .youtube:hover a svg .icon-bg {
  fill: red;
}
header .container .link .youtube:hover a svg .icon-icon,
footer .container .link .youtube:hover a svg .icon-icon {
  fill: #FFFFFF;
}

.main-content {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
}

footer {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
footer .container {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  footer .container {
    justify-content: space-around;
  }
}
footer .container .link li {
  margin-right: 10px;
}
@media screen and (min-width: 375px) {
  footer .container .link li {
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  footer .container .link li {
    margin-right: 16px;
  }
}
footer .container .link li img {
  height: 100%;
}
footer .container .link li a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  footer .container .link li a svg {
    width: 32px;
    height: 32px;
  }
}
footer .container .link li:last-child {
  margin-right: 0;
}
footer .container .link .ott div {
  width: 28px;
  height: 35px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 375px) {
  footer .container .link .ott div {
    width: 32px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  footer .container .link .ott div {
    width: 42px;
    height: 51px;
  }
}
footer .container .link .ott div img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
footer .container .link .appstore a,
footer .container .link .googleplay a {
  width: auto;
  height: 24px;
  display: flex;
  border-radius: 90px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  footer .container .link .appstore a,
  footer .container .link .googleplay a {
    height: 32px;
  }
}
footer .container .link .appstore a img,
footer .container .link .googleplay a img {
  width: auto;
  height: 100%;
  border-radius: 90px;
  object-fit: contain;
}
footer .container .link .appstore a:hover,
footer .container .link .googleplay a:hover {
  opacity: 0.85;
  transition: all 0.3s ease;
}
footer .copyright {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 24px auto 0;
  display: inline-block;
  color: #9E9E9E;
  font-size: 13px;
  text-align: left;
  line-height: 1.2rem;
}
footer .copyright a {
  color: #9E9E9E;
}
footer .copyright a:hover {
  color: #757575;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright .ft-br {
  display: block;
}
@media screen and (min-width: 768px) {
  footer .copyright .ft-br {
    display: inline-block;
  }
}

#top {
  width: 32px;
  height: 32px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #0F0F0F;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  z-index: 800;
  display: none;
}
#top svg,
#top img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
  }
}

body {
  color: #FFFFFF;
  background-color: #1a1a1a;
}
body header {
  background-color: #272727;
  backdrop-filter: blur(10px);
}
body header.float {
  background-color: rgba(39, 39, 39, 0.95);
}
body header .container .link .myvideo a svg .icon-bg,
body footer .container .link .myvideo a svg .icon-bg {
  fill: #FFFFFF;
}
body header .container .link .facebook a svg .icon-bg,
body footer .container .link .facebook a svg .icon-bg {
  fill: #FFFFFF;
}
body header .container .link .youtube a svg .icon-bg,
body footer .container .link .youtube a svg .icon-bg {
  fill: #FFFFFF;
}
body header .container .link .ott div img,
body footer .container .link .ott div img {
  left: 0;
}
body footer {
  background-color: #272727;
  border-top: 1px solid #424242;
}
body {
  font-family: "Inter", sans-serif;
}

header {
  z-index: 1010;
}

@keyframes kvTitleEntrance {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes kvTitleFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.kv {
  width: 100%;
  height: 56.25vw;
  min-height: 312px;
  background-image: url("../images/bg_2025top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .kv {
    height: calc(100vh - 62px - 61px);
    min-height: 580px;
  }
}
.kv .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv .kv-title {
  width: 100%;
  max-width: 800px;
  height: auto;
  animation: kvTitleEntrance 1s ease-out forwards, kvTitleFloat 3s ease-in-out 1.2s infinite;
}
@media screen and (min-width: 768px) {
  .kv .kv-title {
    max-width: 1000px;
  }
}

nav {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1000;
  background: #000000;
}
nav.sticky {
  background: #000000;
  position: fixed;
  top: 47px;
}
@media screen and (min-width: 768px) {
  nav.sticky {
    top: 61px;
  }
}
nav ul {
  width: 100%;
  height: 47px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  nav ul {
    height: 61px;
  }
}
nav ul li {
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
nav ul li.active:after {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 2px solid #FFFFFF;
  bottom: -2px;
}
@media screen and (min-width: 768px) {
  nav ul li.active:after {
    border-bottom: 4px solid #FFFFFF;
    bottom: -4px;
  }
}
nav ul li.active a {
  font-weight: 700;
}
nav ul li:hover a {
  font-weight: 700;
}
nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  display: flex;
}
@media screen and (min-width: 768px) {
  nav ul li a {
    font-size: 24px;
    line-height: 32px;
  }
}

.main-content .sec {
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .main-content .sec {
    padding: 80px 0 40px;
  }
}
.main-content .sec .container .top-wrap {
  padding: 4px;
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .top-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
  }
}
.main-content .sec .container .top-wrap .category {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  color: #000000;
  background-color: #F57600;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .top-wrap .category {
    font-size: 32px;
    line-height: 39px;
  }
}
.main-content .sec .container .top-wrap .rank {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .top-wrap .rank {
    font-size: 60px;
    line-height: 73px;
    margin-bottom: 40px;
  }
}
.main-content .sec .container .img-wrap {
  position: relative;
  overflow: hidden;
}
.main-content .sec .container .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-content .sec .container .top1-swiper {
  width: calc(100% - 40px);
  display: block;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .top1-swiper {
    padding-bottom: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .top1-swiper {
    width: calc(100% - 240px);
    max-width: 640px;
    margin: 0;
  }
}
.main-content .sec .container .top1-swiper:hover {
  transform: scale(1.1);
  transition: all 0.6s ease-in;
}
.main-content .sec .container .top1-swiper .swiper-wrapper img {
  width: 100%;
}
.main-content .sec .container .top1-swiper .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 67.25%;
}
.main-content .sec .container .top1-swiper h3 {
  width: fit-content;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin: 20px auto 0;
  transition: all 0.3s;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .top1-swiper h3 {
    font-size: 32px;
    margin-top: 40px;
  }
}
.main-content .sec .container .top1-swiper::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.main-content .sec .container .video-swiper {
  width: 100%;
  padding: 20px 20px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .video-swiper {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .sec .container .video-swiper {
    padding: 40px 120px;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .sec .container .video-swiper {
    padding: 80px 0;
  }
  .main-content .sec .container .video-swiper .swiper-wrapper {
    justify-content: center;
  }
}
.main-content .sec .container .video-swiper .video-button {
  display: none;
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .video-swiper .video-button {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
}
.main-content .sec .container .video-swiper .swiper-button-next,
.main-content .sec .container .video-swiper .swiper-button-prev {
  position: relative;
  top: 0px;
  width: 40px;
  height: 40px;
  z-index: 10;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-image: url(../images/slider_arrow.svg);
  opacity: 0.7;
}
.main-content .sec .container .video-swiper .swiper-button-next.swiper-button-disabled,
.main-content .sec .container .video-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.main-content .sec .container .video-swiper .swiper-button-next::after,
.main-content .sec .container .video-swiper .swiper-button-prev::after {
  content: "";
  display: none;
}
.main-content .sec .container .video-swiper .swiper-button-next,
.main-content .sec .container .video-swiper .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .video-swiper .swiper-button-next,
  .main-content .sec .container .video-swiper .swiper-button-prev {
    display: block;
  }
}
.main-content .sec .container .video-swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.main-content .sec .container .video-swiper .swiper-button-next {
  margin-left: 40px;
}
.main-content .sec .container .video-swiper a.swiper-slide {
  width: 29.85%;
  max-width: 200px;
  display: inline-block;
  font-size: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .video-swiper a.swiper-slide:hover {
    transform: scale(1.1);
    transition: all 0.6s ease-in;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .main-content .sec .container .video-swiper a.swiper-slide:hover .video-poster .img-wrap::after {
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .video-swiper a.swiper-slide:hover .video-poster::after {
    background: transparent;
    transition: all 0.6s ease-in;
  }
}
.main-content .sec .container .video-swiper a.swiper-slide p {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .video-swiper a.swiper-slide p {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}
.main-content .sec .container .video-swiper a.swiper-slide .video-poster .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 227.5%;
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .video-swiper a.swiper-slide .video-poster .img-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
  }
}
.main-content .sec .container .video-swiper a.swiper-slide .video-poster h3 {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .video-swiper a.swiper-slide .video-poster h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 40px 12px 16px 12px;
  }
}
.main-content .sec .container .video-swiper a.swiper-slide:last-child {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .main-content .sec .container .video-swiper a.swiper-slide:last-child {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .sec .container .video-swiper a.swiper-slide:last-child {
    margin-right: 0;
  }
}
.main-content .sec:nth-child(even) {
  color: #121212;
}
.main-content .sec:nth-child(even) .container {
  background-color: #C6A576;
  position: relative;
}
.main-content .sec:nth-child(even) .container .category {
  color: #F57600;
  background-color: #000000;
}
.main-content .sec:nth-child(even) .container .video-poster h3 {
  color: #FFFFFF;
}
.main-content .sec:nth-child(even) .container .swiper-button-next,
.main-content .sec:nth-child(even) .container .swiper-button-prev {
  filter: brightness(0) saturate(100%);
}
.main-content .sec:nth-child(even) .container::before, .main-content .sec:nth-child(even) .container::after {
  content: "";
  width: 100%;
  height: 44px;
  background: #C6A576;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .main-content .sec:nth-child(even) .container::before, .main-content .sec:nth-child(even) .container::after {
    height: 84px;
  }
}
.main-content .sec:nth-child(even) .container::before {
  top: -40px;
  border-radius: 40px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .main-content .sec:nth-child(even) .container::before {
    top: -80px;
    border-radius: 80px 0 0 0;
  }
}
.main-content .sec:nth-child(even) .container::after {
  bottom: -40px;
  border-radius: 0 0 40px 0;
}
@media screen and (min-width: 1024px) {
  .main-content .sec:nth-child(even) .container::after {
    bottom: -80px;
    border-radius: 0 0 80px 0;
  }
}

.notice .container {
  max-width: 844px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .notice .container {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .notice .container {
    padding: 0px;
  }
}
.notice .container h3 {
  border-left: 4px solid #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 8px;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .notice .container h3 {
    line-height: 35px;
    font-size: 24px;
    padding-left: 19px;
    margin-left: 2px;
  }
}
.notice .container ul,
.notice .container ol {
  list-style-type: none;
  text-align: justify;
}
.notice .container ul li,
.notice .container ol li {
  list-style-position: outside;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #9E9E9E;
  margin-top: 16px;
  margin-left: 7px;
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .notice .container ul li,
  .notice .container ol li {
    font-size: 24px;
    line-height: 35px;
    margin-left: 11px;
    padding-left: 16px;
  }
}
.notice .container ul li a,
.notice .container ol li a {
  text-decoration: underline;
  transition: 0.3s all ease-in;
}
.notice .container ul li a:hover,
.notice .container ol li a:hover {
  opacity: 0.7;
  transition: 0.3s all ease-in;
}
.notice .container ul li::before,
.notice .container ol li::before {
  content: "*";
  position: absolute;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .notice .container ul li::before,
  .notice .container ol li::before {
    left: -11px;
  }
}
.notice .container ul li ul,
.notice .container ol li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li::marker,
.notice .container ol li ul li::marker {
  content: initial;
}
.notice .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .notice .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.notice .container ul li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li {
  margin-top: 4px;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .notice .container ul li ul li {
    padding-left: 40px;
  }
}
.notice .container ul li ul li::before {
  content: "(" counters(counter, ".", lower-alpha) ")";
  counter-increment: counter;
  position: absolute;
  left: -7px;
}
.notice .container ul li ul li:first-child {
  margin-top: 8px;
}

/*# sourceMappingURL=style.css.map */
