@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&family=Tilt+Warp&display=swap");
* {
  box-sizing: border-box;
}
*:focus {
  outline-style: none;
}

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

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans TC", sans-serif;
}
body::before {
  content: "";
  width: 100%;
  height: 56px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 744px) {
  body::before {
    height: 64px;
  }
}

.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: 56px;
  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: 744px) {
  header {
    height: 64px;
  }
}
header .container {
  justify-content: space-between;
}
header .container .link li a {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 744px) {
  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: 744px) {
  header .container .link li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

header .container,
footer .container {
  width: 100%;
  max-width: 1344px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  header .container,
  footer .container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1440px) {
  header .container,
  footer .container {
    padding: 0 40px;
  }
}
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: 744px) {
  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: 744px) {
  footer .container {
    justify-content: space-around;
  }
}
footer .container .link li {
  margin-right: 12px;
}
@media screen and (min-width: 375px) {
  footer .container .link li {
    margin-right: 12px;
  }
}
@media screen and (min-width: 744px) {
  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: 744px) {
  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: 36px;
  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: 744px) {
  footer .container .link .ott div {
    width: 44px;
    height: 52px;
  }
}
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: 999px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 744px) {
  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%;
  object-fit: contain;
  border-radius: 999px;
}
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: 1344px;
  padding: 0 16px;
  margin: 24px auto 0;
  display: inline-block;
  color: #9E9E9E;
  font-size: 12px;
  text-align: left;
  line-height: 1.2rem;
}
@media screen and (min-width: 1440px) {
  footer .copyright {
    padding: 0 40px;
  }
}
footer .copyright a {
  color: #9E9E9E;
}
footer .copyright a:hover {
  color: #757575;
}
@media screen and (min-width: 744px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright .ft-br {
  display: block;
}
@media screen and (min-width: 744px) {
  footer .copyright .ft-br {
    display: inline-block;
  }
}

#top {
  width: 32px;
  height: 32px;
  padding: 8px;
  text-align: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: fixed;
  right: 12px;
  bottom: 12px;
  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: 744px) {
  #top {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
  }
}

.btn {
  background-color: #F57600;
  color: #FFFFFF;
}
.btn:hover {
  background-color: #F78B26;
}

.btn:hover {
  transform: scale(1.1);
}

.video-slider-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1056px;
}
@media screen and (max-width: 992px) {
  .video-slider-wrap {
    width: 100%;
  }
}

.film-slider .item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .film-slider .item {
    margin-bottom: 8px;
  }
}
.film-slider .video {
  width: 100%;
}
.film-slider .post-wrap {
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #000000;
  opacity: 0.8;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.film-slider .post-wrap:hover {
  -webkit-background-size: 110% 110%;
  -o-background-size: 110% 110%;
  background-size: 110% 110%;
  opacity: 1;
}
.film-slider .video-title {
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .film-slider .video-title {
    margin-bottom: 16px;
  }
}

.owl-stage {
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .owl-stage {
    left: -75.5px;
  }
}

.owl-carousel.owl-theme .owl-dots {
  margin-top: 0;
  text-align: center;
  height: 24px;
  overflow-y: hidden;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  background-color: transparent;
}
.owl-carousel.owl-theme .owl-dots span {
  background-color: rgba(184, 184, 184, 0.36);
  width: 12px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -ms-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2b2b2b;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  width: 12px;
  height: 20px;
  background-color: #2b2b2b;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.owl-carousel.owl-theme .owl-nav:hover {
  background: none;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: -145px;
  width: 72.5px;
  height: 100%;
  background-image: url(../images/carousel/left_normal.svg);
  background-color: transparent;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -90px;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    display: none;
  }
}
.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background: none;
  background-image: url(../images/carousel/left_normal.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: -145px;
  width: 72.5px;
  height: 8px;
  height: 100%;
  background-image: url(../images/carousel/right_normal.svg);
  background-color: transparent;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -90px;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    display: none;
  }
}
.owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: none;
  background-image: url(../images/carousel/right_normal.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.owl-carousel.owl-theme.progress-bar .owl-dots {
  text-align: center;
  height: 8px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  flex-flow: row wrap;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot {
  background-color: transparent;
  flex: 1 auto;
  height: 8px;
}
.owl-carousel.owl-theme.progress-bar .owl-dots span {
  background-color: rgba(180, 127, 67, 0.36);
  width: calc(100% - 20px);
  height: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -ms-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots span {
    height: 3px;
    width: calc(100% - 12px);
    margin: 0 8px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot:hover span {
  background: #a7a7a7;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
  position: relative;
  background-color: rgba(180, 127, 67, 0.36);
  width: calc(100% - 20px);
  height: 8px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
    height: 3px;
    width: calc(100% - 12px);
    margin: 0 8px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
  margin-top: -24px;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
    margin-top: -12px;
  }
}

.kv {
  width: 100%;
  background-color: #000000;
  overflow: hidden;
}

.kv-stage {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 233.0666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .kv-stage {
    min-height: min(90.2777777778vw, 1300px);
  }
}
.kv-stage > img {
  position: absolute;
  height: auto;
}

.kv-stage__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.kv-stage__glow {
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.95;
}

.kv-stage__circle {
  position: absolute;
  left: 50%;
  top: 15.62%;
  width: 405%;
  aspect-ratio: 1522/1412;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #E0E0E0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .kv-stage__circle {
    top: 43.54%;
    width: 220%;
  }
}
.kv-stage__circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -6%;
  width: 72%;
  height: 82%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 12%, rgb(33, 77, 255) 100%);
}

.kv-stage__line {
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.6;
  mix-blend-mode: screen;
}

.kv-stage__gradient {
  position: absolute;
  left: -142%;
  top: 9.78%;
  width: 384%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 80, 166, 0) 0%, rgb(0, 80, 166) 37%);
}
@media screen and (min-width: 1024px) {
  .kv-stage__gradient {
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 80, 166, 0) 0%, rgb(0, 80, 166) 90%);
  }
}

@keyframes decoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.kv-logos {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.kv-logos .deco {
  position: absolute;
  width: auto;
  animation: decoFloat 3s ease-in-out infinite;
  animation-delay: 1.4s;
}
@media (prefers-reduced-motion: reduce) {
  .kv-logos .deco {
    animation: none;
  }
}
.kv-logos .deco--l1, .kv-logos .deco--r5 {
  animation-delay: 1.4s;
}
.kv-logos .deco--l2, .kv-logos .deco--r2 {
  animation-delay: 1.6s;
}
.kv-logos .deco--l3, .kv-logos .deco--r3 {
  animation-delay: 1.8s;
}
.kv-logos .deco--l4, .kv-logos .deco--r1 {
  animation-delay: 2s;
}

.kv-logos--left {
  left: 6.13%;
  top: 1.64%;
  width: 41.34%;
  aspect-ratio: 155.03/180.95;
}
@media screen and (min-width: 1024px) {
  .kv-logos--left {
    left: 5.07%;
    top: 13.08%;
    width: 23.89%;
    aspect-ratio: 344/534;
  }
}
.kv-logos--left .deco--l1 {
  left: 0;
  top: 0;
  width: 60.42%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--left .deco--l1 {
    width: 65.41%;
  }
}
.kv-logos--left .deco--l2 {
  left: 52.89%;
  top: 28.81%;
  width: 38.26%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--left .deco--l2 {
    left: 50.29%;
    top: 34.64%;
    width: 41.5%;
  }
}
.kv-logos--left .deco--l3 {
  left: 14.39%;
  top: 47.44%;
  width: 49.58%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--left .deco--l3 {
    left: 11.63%;
    top: 57.11%;
    width: 53.78%;
  }
}
.kv-logos--left .deco--l4 {
  left: 74.5%;
  top: 47.7%;
  width: 25.47%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--left .deco--l4 {
    left: 72.38%;
    top: 52.06%;
    width: 27.62%;
  }
}

.kv-logos--right {
  left: 46.13%;
  top: 1.32%;
  width: 47.65%;
  aspect-ratio: 178.69/187;
}
@media screen and (min-width: 1024px) {
  .kv-logos--right {
    left: 70.56%;
    top: 8.92%;
    width: 26.74%;
    aspect-ratio: 385/599;
  }
}
.kv-logos--right .deco--r5 {
  left: 0;
  top: 21.39%;
  width: 24.33%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--right .deco--r5 {
    left: 10.39%;
    top: 24.21%;
    width: 27.27%;
  }
}
.kv-logos--right .deco--r2 {
  left: 7.27%;
  top: 40.87%;
  width: 40.81%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--right .deco--r2 {
    left: 0;
    top: 42.57%;
    width: 45.71%;
  }
}
.kv-logos--right .deco--r3 {
  left: 47.6%;
  top: 47.89%;
  width: 52.4%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--right .deco--r3 {
    left: 28.83%;
    top: 60.77%;
    width: 58.44%;
  }
}
.kv-logos--right .deco--r1 {
  left: 40.89%;
  top: 0;
  width: 53%;
}
@media screen and (min-width: 1024px) {
  .kv-logos--right .deco--r1 {
    left: 40.78%;
    top: 0;
    width: 59.22%;
  }
}

.kv-content {
  pointer-events: none;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
}
@media screen and (min-width: 1024px) {
  .kv-content {
    padding-top: 72px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-content {
    padding-top: 24px;
  }
}

.kv-title {
  width: 74.97%;
}
@media screen and (min-width: 1024px) {
  .kv-title {
    width: 43.75%;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-title {
    width: 30%;
  }
}

.kv-tt {
  width: 82.07%;
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .kv-tt {
    width: 37.21%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-tt {
    width: 26%;
    margin-top: 12px;
  }
}

.kv-register {
  width: 91.1%;
  margin-top: 4px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .kv-register {
    width: 43.75%;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-register {
    width: 36%;
    margin-top: 8px;
  }
}
.kv-register__row {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.36;
}
@media screen and (min-width: 1024px) {
  .kv-register__row {
    font-size: 38px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-register__row {
    font-size: 24px;
  }
}
.kv-register__date {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.36;
}
@media screen and (min-width: 1024px) {
  .kv-register__date {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-register__date {
    font-size: 22px;
  }
}
.kv-register__date b {
  font-size: 32px;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .kv-register__date b {
    font-size: 58px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-register__date b {
    font-size: 38px;
  }
}
.kv-register__line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 0.55;
}
.kv-register__desc {
  font-weight: 900;
  font-size: 38px;
  line-height: 1.36;
  white-space: nowrap;
  background: linear-gradient(90deg, #FFF -5.5%, #55E0FF 46.51%, #FF99E1 103.77%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1024px) {
  .kv-register__desc {
    font-size: 64px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-register__desc {
    font-size: 42px;
  }
}

.kv-video {
  width: 90.2%;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .kv-video {
    width: 44.375%;
    margin-top: 40px;
  }
}
.kv-video__frame-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.kv-video__triangles {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .kv-video__triangles {
    margin-top: 20px;
  }
}

.kv-video__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .kv-video__frame {
    border-radius: 20px;
  }
}

@keyframes ctaPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.kv-cta {
  position: relative;
  pointer-events: auto;
  width: 74.4%;
  aspect-ratio: 5/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  animation: ctaPulse 2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .kv-cta {
    animation: none;
  }
}
@media screen and (min-width: 1024px) {
  .kv-cta {
    width: 22.64%;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-cta {
    width: 18%;
    margin-top: 14px;
  }
}
.kv-cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
}
.kv-cta span {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 10px rgba(117, 72, 36, 0.26);
}
@media screen and (min-width: 1024px) {
  .kv-cta span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .kv-cta span {
    font-size: 22px;
  }
}
.kv-cta__play {
  position: relative;
  width: 16%;
  height: auto;
  margin-left: 3%;
}

.kv-features {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: start;
  gap: 8px;
  padding: 0 16px;
  margin-top: 24px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .kv-features {
    max-width: 1344px;
    margin-top: 4px;
    gap: 28px;
    padding: 0;
  }
}
.kv-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 112px;
}
@media screen and (min-width: 1024px) {
  .kv-features li {
    width: 200px;
  }
}
.kv-features li img {
  width: 52px;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .kv-features li img {
    width: 108px;
    margin-bottom: 12px;
  }
}
.kv-features li strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.36;
}
@media screen and (min-width: 1024px) {
  .kv-features li strong {
    font-size: 40px;
  }
}
.kv-features li span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0.85;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .kv-features li span {
    font-size: 20px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .kv-features__break {
    display: none;
  }
}

.event-area {
  position: relative;
  background: linear-gradient(180deg, rgb(0, 80, 166) 0%, rgb(10, 11, 20) 100%);
  padding: 40px 0 64px;
}
@media screen and (min-width: 1440px) {
  .event-area {
    padding: 80px 0 120px;
  }
}

.event-area__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.event-area__bg .satin {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 100%;
  transform: translate(-50%, 50%);
  opacity: 0.6;
  mix-blend-mode: screen;
}

.channel-section {
  position: relative;
  z-index: 1;
  padding: 0 16px;
}
@media screen and (min-width: 1440px) {
  .channel-section {
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.channel-section__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.22em;
  margin-bottom: 24px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 18%, rgb(255, 250, 206) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1440px) {
  .channel-section__title {
    font-size: 48px;
    margin-bottom: 48px;
  }
}

.channel-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 1440px) {
  .channel-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.channel-list__item {
  position: relative;
  aspect-ratio: 168/63.3;
}
.channel-list__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12% 0 8%;
  text-decoration: none;
}
.channel-list__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.channel-list__bg--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.channel-list__icon {
  position: relative;
  z-index: 1;
  width: 22%;
  margin-right: 8%;
  background-color: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}
.channel-list__icon--sport {
  aspect-ratio: 47/58;
  -webkit-mask-image: url(../assets/images/channel/icon-sport.svg);
  mask-image: url(../assets/images/channel/icon-sport.svg);
}
.channel-list__icon--news {
  aspect-ratio: 55/54;
  -webkit-mask-image: url(../assets/images/channel/icon-news.svg);
  mask-image: url(../assets/images/channel/icon-news.svg);
}
.channel-list__icon--kids {
  aspect-ratio: 61/50;
  -webkit-mask-image: url(../assets/images/channel/icon-kids.svg);
  mask-image: url(../assets/images/channel/icon-kids.svg);
}
.channel-list__icon--international {
  aspect-ratio: 54/55;
  -webkit-mask-image: url(../assets/images/channel/icon-international.svg);
  mask-image: url(../assets/images/channel/icon-international.svg);
}
.channel-list__icon--drama {
  aspect-ratio: 53/53;
  -webkit-mask-image: url(../assets/images/channel/icon-drama.svg);
  mask-image: url(../assets/images/channel/icon-drama.svg);
}
.channel-list__icon--life {
  aspect-ratio: 54/56;
  -webkit-mask-image: url(../assets/images/channel/icon-life.svg);
  mask-image: url(../assets/images/channel/icon-life.svg);
}
.channel-list__label {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #C8DFFF;
}
@media screen and (min-width: 1440px) {
  .channel-list__label {
    font-size: 28px;
  }
}
.channel-list__arrow {
  position: absolute;
  z-index: 1;
  right: 6%;
  top: 50%;
  width: 4%;
  transform: translateY(-50%);
}
.channel-list__item:hover .channel-list__bg--hover {
  opacity: 1;
}
.channel-list__item:hover .channel-list__icon {
  background-color: #FF8F08;
}
.channel-list__item:hover .channel-list__label {
  color: #FF8F08;
}

.channel-preview {
  display: none;
}
@media screen and (min-width: 1440px) {
  .channel-preview {
    display: flex;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: calc(300% + 56px);
    z-index: 20;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(173deg, rgb(64, 95, 139) 0%, rgb(13, 26, 44) 100%);
    border: 1px solid #3E69AF;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  }
}
.channel-preview__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.channel-preview__icon {
  width: 32px;
  height: auto;
  filter: brightness(0) invert(1);
}
.channel-preview__title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.channel-preview__logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, 140px);
  justify-content: space-between;
  gap: 16px;
}
.channel-preview__logos li {
  height: 140px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.channel-preview__logos li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.channel-preview__logos--scroll {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.channel-preview__logos--scroll li {
  flex: 0 0 auto;
}
.channel-preview__logos--sport {
  animation: previewLogoLoopSport 20s linear infinite;
  animation-delay: 0.5s;
  animation-play-state: paused;
}
.channel-preview__logos--news {
  animation: previewLogoLoopNews 24s linear infinite;
  animation-delay: 0.5s;
  animation-play-state: paused;
}

.channel-list__item:hover .channel-preview__logos--scroll {
  animation-play-state: running;
}

.channel-preview:hover .channel-preview__logos--scroll {
  animation-play-state: paused;
}

@keyframes previewLogoLoopSport {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1404px);
  }
}
@keyframes previewLogoLoopNews {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1716px);
  }
}
@media screen and (min-width: 1440px) {
  .channel-list__item:nth-child(3n+2) .channel-preview {
    left: calc(-100% - 28px);
  }
}

@media screen and (min-width: 1440px) {
  .channel-list__item:nth-child(3n) .channel-preview {
    left: calc(-200% - 56px);
  }
}

@media screen and (min-width: 1440px) {
  .channel-list__item:nth-child(n+4) .channel-preview {
    top: auto;
    bottom: calc(100% + 8px);
    transform: translateY(8px);
  }
}

@media screen and (min-width: 1440px) {
  .channel-list__item:hover .channel-preview {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear;
  }
}

.prize-section {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1440px) {
  .prize-section {
    margin-bottom: 80px;
  }
}

.prize-section__frame {
  position: relative;
  padding: 28px 16px 24px;
  border-radius: 12px;
  background: linear-gradient(2deg, rgb(43, 223, 255) 0%, rgb(0, 17, 88) 94%);
  border: 1px solid rgba(104, 161, 255, 0.6);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .prize-section__frame {
    max-width: 1344px;
    margin: 0 auto;
    padding: 60px 100px 60px;
    border-radius: 24px;
    overflow: visible;
  }
}

.prize-section__frame-bg {
  display: none;
}
@media screen and (min-width: 1440px) {
  .prize-section__frame-bg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 24px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  }
}

.prize-section__star {
  position: absolute;
  z-index: 1;
  width: 16px;
  opacity: 0.7;
}
@media screen and (min-width: 1440px) {
  .prize-section__star {
    width: 20px;
  }
}
.prize-section__star--1 {
  left: 10%;
  top: 22%;
}
.prize-section__star--2 {
  right: 8%;
  top: 15%;
}
.prize-section__star--3 {
  left: 6%;
  bottom: 30%;
}
.prize-section__star--4 {
  right: 10%;
  bottom: 34%;
}

.prize-section__title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.36;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 24px;
}
@media screen and (min-width: 1440px) {
  .prize-section__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.gift-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1440px) {
  .gift-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
    margin-bottom: 40px;
  }
}

.prize-section__disclaimer {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #121212;
}
@media screen and (min-width: 1440px) {
  .prize-section__disclaimer {
    font-size: 18px;
  }
}

.gift-card__inner {
  position: relative;
  aspect-ratio: 4/3;
  max-width: 275px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(151deg, rgb(255, 182, 105) 0%, rgb(30, 53, 137) 55%, rgb(105, 205, 255) 100%);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1440px) {
  .gift-card__inner {
    aspect-ratio: 4/5;
    max-width: 373px;
    border-radius: 28px;
  }
}
.gift-card__photo {
  position: absolute;
  inset: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover;
  object-position: bottom;
  border-radius: 16px;
  z-index: 0;
}
@media screen and (min-width: 1440px) {
  .gift-card__photo {
    border-radius: 24px;
  }
}
.gift-card__inner::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  height: 45%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
  border-radius: 0 0 16px 16px;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .gift-card__inner::before {
    border-radius: 0 0 24px 24px;
  }
}
.gift-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: 0.1em;
}
.gift-card__caption span {
  font-size: 0.65em;
}
@media screen and (min-width: 1440px) {
  .gift-card__caption {
    font-size: 24px;
  }
}

.register-btns {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1440px) {
  .register-btns {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
  }
}

.register-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 552/148;
  padding: 0 8% 0 6%;
  text-decoration: none;
}
@media screen and (min-width: 1440px) {
  .register-btn {
    max-width: 552px;
  }
}
.register-btn__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 16px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 1440px) {
  .register-btn__bg {
    border-radius: 24px;
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.45);
  }
}
.register-btn__step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  background: #FFFFFF;
  border-radius: 999px;
  padding: 8px 12px;
  font-family: "Tilt Warp", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.register-btn__step b {
  font-size: 24px;
  font-style: normal;
  font-weight: bolder;
}
@media screen and (min-width: 1440px) {
  .register-btn__step {
    font-size: 18px;
    padding: 12px 20px;
  }
  .register-btn__step b {
    font-size: 36px;
  }
}
.register-btn__label {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1440px) {
  .register-btn__label {
    font-size: 40px;
  }
}
.register-btn__arrow {
  position: relative;
  z-index: 1;
  width: 9%;
  height: auto;
}
.register-btn.is-step1 .register-btn__step {
  color: #FE4F73;
}
.register-btn.is-step2 .register-btn__step {
  color: #19A3CC;
}

body {
  color: #000000;
  background-color: #FFFFFF;
}
body header {
  background-color: white;
}
body header.float {
  background-color: rgba(255, 255, 255, 0.95);
}
body header .container .link .myvideo a svg .icon-bg,
body footer .container .link .myvideo a svg .icon-bg {
  fill: #000000;
}
body header .container .link .facebook a svg .icon-bg,
body footer .container .link .facebook a svg .icon-bg {
  fill: #000000;
}
body header .container .link .youtube a svg .icon-bg,
body footer .container .link .youtube a svg .icon-bg {
  fill: #000000;
}
body header .container .link .ott div img,
body footer .container .link .ott div img {
  right: 0;
}
body footer {
  background-color: #FFFFFF;
  border-top: 1px solid #F4F4F4;
}

.kv {
  width: 100%;
}
.kv .wrap {
  width: 100%;
}
.kv .wrap picture,
.kv .wrap img {
  width: 100%;
}

nav {
  width: 100%;
  display: none;
  align-items: flex-end;
  position: relative;
  z-index: 1000;
  background: #000000;
}
nav.sticky {
  display: flex;
  background: #000000;
  position: fixed;
  top: 48px;
}
@media screen and (min-width: 744px) {
  nav.sticky {
    top: 64px;
  }
}
nav ul {
  width: 100%;
  height: 48px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
@media screen and (min-width: 744px) {
  nav ul {
    height: 64px;
  }
}
nav ul li {
  position: relative;
}
nav ul li.active:after {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 2px solid #FFFFFF;
  bottom: -2px;
}
@media screen and (min-width: 744px) {
  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: 16px;
  line-height: 19px;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 744px) {
  nav ul li a {
    font-size: 24px;
    line-height: 32px;
  }
}

.btn {
  display: inline-block;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
  transition: all 0.2s;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.btn:hover {
  transition: all 0.2s;
}
@media screen and (min-width: 744px) {
  .btn {
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.main-content {
  min-height: 120vh;
}
@media screen and (min-width: 744px) {
  .main-content {
    min-height: calc(100vh - 64px - 80px - 175px);
  }
}

#notice[hidden] {
  display: none;
}

.notice .container {
  max-width: 844px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 744px) {
  .notice .container {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .notice .container {
    padding: 0px;
  }
}
.notice .container h3 {
  border-left: 4px solid #FFFFFF;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 8px;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (min-width: 744px) {
  .notice .container h3 {
    line-height: 36px;
    font-size: 24px;
    padding-left: 20px;
    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: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #9E9E9E;
  margin-top: 16px;
  margin-left: 8px;
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .notice .container ul li,
  .notice .container ol li {
    font-size: 24px;
    line-height: 36px;
    margin-left: 12px;
    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: -8px;
}
@media screen and (min-width: 744px) {
  .notice .container ul li::before,
  .notice .container ol li::before {
    left: -12px;
  }
}
.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 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: 744px) {
  .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: -8px;
}
.notice .container ul li ul li:first-child {
  margin-top: 8px;
}
