@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;
  -o-object-fit: cover;
     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;
  -o-object-fit: contain;
     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;
  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;
  font-family: "Inter", sans-serif;
}
body header {
  background-color: #272727;
  -webkit-backdrop-filter: blur(10px);
          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;
}

header {
  z-index: 1010;
}

.kv {
  width: 100%;
  background-image: url(../images/bg_kv1212.jpg);
  background-size: cover;
  background-position: center top;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 1200px) {
  .kv {
    padding: 80px 20px 40px;
  }
}
.kv .container {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  position: relative;
}
.kv .container .title-wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: end;
  justify-items: center;
}
.kv .container .title-wrap .logo-wrap {
  display: grid;
  gap: 20px;
}
.kv .container .title-wrap .logo-wrap .logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .kv .container .title-wrap .logo-wrap .logos {
    gap: 20px;
    font-size: 28px;
  }
}
.kv .container .title-wrap .logo-wrap .logos .x {
  width: auto;
  height: 1em;
}
.kv .container .title-wrap .logo-wrap .logos .logo {
  width: auto;
  height: 1.75em;
}
.kv .container .title-wrap .logo-wrap h1 {
  position: relative;
}
.kv .container .title-wrap .logo-wrap h1 span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.kv .container .title-wrap .logo-wrap h1 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.kv .container .plan-wrap {
  display: grid;
  justify-items: start;
  gap: 20px;
  font-size: 44px;
}
.kv .container .plan-wrap .plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.kv .container .plan-wrap .title {
  width: 6.2em;
  mix-blend-mode: screen;
}
.kv .container .gift-wrap {
  display: grid;
  justify-items: center;
  font-size: 44px;
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .kv .container .gift-wrap .gifts {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    justify-items: center;
    align-items: center;
  }
}
.kv .container .gift-wrap .gifts-sub {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 20px;
  align-items: baseline;
}
.kv .container .gift-wrap .title {
  width: 7em;
  mix-blend-mode: lighten;
}
.kv .container .prime-wrap {
  display: grid;
  justify-items: center;
  gap: 20px;
}
.kv .container .prime-wrap .prime-plan {
  position: relative;
}
.kv .container .prime-wrap .prime-plan .reg {
  position: absolute;
  top: 55%;
  transform: translatey(-40%);
  left: 0;
  width: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .kv .container .prime-wrap .prime-plan .reg {
    gap: 20px;
    flex-direction: row;
    text-wrap: nowrap;
    top: 65%;
    padding: 0 48px;
  }
}
.kv .container .prime-wrap .prime-plan .reg img {
  width: 100%;
}
.kv .container .prime-wrap .prime-plan .reg strong {
  background: linear-gradient(90deg, #CBA843 0%, #A57F35 100%);
  color: white;
  font-size: 16px;
  padding: 4px 12px;
}
@media screen and (min-width: 1200px) {
  .kv .container .prime-wrap .prime-plan .reg strong {
    font-size: 32px;
    padding: 8px 32px;
  }
}
.kv .container .prime-wrap .prime-plan .reg.sticky {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: row;
  text-wrap: nowrap;
  padding: 20px;
}
.kv .container .prime-wrap .prime-plan .reg.sticky img {
  width: 80%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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 {
  background-size: cover;
  background-position: center top;
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .main-content .sec {
    padding: 80px 0 40px;
  }
}
@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: #FFFFFF;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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: -moz-fit-content;
  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;
  display: none;
}
.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;
}
@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;
  }
  .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;
  }
}
@media screen and (min-width: 1200px) {
  .main-content .sec .container .video-swiper a.swiper-slide .video-poster::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 .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 227.5%;
}
.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.drama-section {
  background-image: url(../images/bg_drama.jpg);
}
.main-content .sec.movies-section {
  background-image: url(../images/bg_movies.jpg);
}
.main-content .sec.anime-section {
  background-image: url(../images/bg_anime.jpg);
}
.main-content .sec.show-section {
  background-image: url(../images/bg_show.jpg);
}
.main-content .sec.kid-section {
  background-image: url(../images/bg_kid.jpg);
}

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