@charset "UTF-8";
@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=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
* {
  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: 744px) {
  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: 744px) {
  header {
    height: 62px;
  }
}
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: 1440px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  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: 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: 10px;
}
@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: 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: 744px) {
  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: 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%;
  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: 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: 24px;
  height: 24px;
  text-align: center;
  border-radius: 8px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 800;
  display: none;
}
#top svg,
#top img {
  width: 100%;
}
@media screen and (min-width: 744px) {
  #top {
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px;
  }
}

.video-slider-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
.video-slider-wrap .film-slider .owl-stage .item {
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 744px) {
  .video-slider-wrap .film-slider .owl-stage .item {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .video-slider-wrap .film-slider .owl-stage .item {
    margin-bottom: 20px;
  }
}
.video-slider-wrap .film-slider .owl-stage .item .post-wrap {
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  border-radius: 20px;
  background-color: #000;
  opacity: 0.8;
  transition: all 1.5s ease-out;
}
.video-slider-wrap .film-slider .owl-stage .item .post-wrap:hover {
  background-size: 110% 110%;
  opacity: 1;
}
.video-slider-wrap .film-slider .owl-stage .item .video-title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (max-width: 600px) {
  .video-slider-wrap .film-slider .owl-stage .item .video-title {
    margin-bottom: 16px;
  }
}

.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 12px;
}
@media screen and (min-width: 744px) {
  .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
  }
}
.owl-carousel.owl-theme .owl-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: flex;
  background-color: transparent;
}
.owl-carousel.owl-theme .owl-dots span {
  background-color: rgba(158, 158, 158, 0.3);
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  border-radius: 4px;
  transition: height 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .owl-carousel.owl-theme .owl-dots span {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #9e9e9e;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  background-color: #9e9e9e;
  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;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  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: 744px) {
  .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;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  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: 744px) {
  .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;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
}

.owl-carousel.owl-theme.progress-bar .owl-dots {
  text-align: center;
  height: 6px;
  display: flex;
  justify-content: space-between;
  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: 6px;
}
.owl-carousel.owl-theme.progress-bar .owl-dots span {
  background-color: rgba(180, 127, 67, 0.36);
  width: calc(100% - 20px);
  height: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  border-radius: 3px;
  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 6px;
  }
}
.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: 6px;
  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 6px;
  }
}
.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;
  }
}

body {
  color: #000000;
  background-color: #FFFFFF;
}
body header {
  background-color: white;
}
body header.float {
  background-color: white;
}
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;
}

.main-content {
  background-image: url(../images/kv-bg-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
@media screen and (min-width: 1024px) {
  .main-content {
    background-image: url(../images/kv-bg-l.jpg);
  }
}
.main-content main {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
}
@media screen and (min-width: 1024px) {
  .main-content main {
    padding: 116px 0 156px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content main {
    padding: 116px 0 300px;
  }
}
.main-content main .container {
  background-image: url(../images/container-bg-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 20px;
}
@media screen and (min-width: 744px) {
  .main-content main .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content main .container {
    background-image: url(../images/container-bg-l.jpg);
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.78);
    padding: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content main .container {
    max-width: 1080px;
  }
}
.main-content main .container .kv {
  width: 100%;
}
.main-content main .container .kv .kv-cover {
  width: 100%;
}
@keyframes float {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0%);
  }
}
.main-content main .container .kv .kv-cover .kv-brand img {
  display: block;
  margin: 36px auto;
  width: 80%;
  animation: float 2s ease-in-out infinite;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .kv .kv-cover .kv-brand img {
    margin: 52px auto;
    max-width: 262px;
  }
}
.main-content main .container .wrap-bd {
  background: linear-gradient(90deg, #db8e51 0%, #e39c61 6%, #f1ad6a 12%, #ffc87e 19%, #ffcb80 25%, #fcb777 31%, #ebaa6f 36%, #fabc7d 41%, #ffcf8b 46%, #ffd895 50%, #ffe198 54%, #ffeea5 58%, #fff7aa 62%, #ffe8a2 68%, #ffda99 72%, #ffe6a2 77%, #ffd294 82%, #ffd294 87%, #ffeba8 94%, #fccf96 100%);
  padding: 1px;
}
.main-content main .container .wrap-bd .wrap {
  background: radial-gradient(211.78% 332.26% at 27.97% -60.07%, #101a7b 0%, #101a73 8%, #101a5c 33%, #101a54 52%, #101a4a 68%, #101a3c 82%, #101a24 100%);
  padding: 24px 16px;
}
.main-content main .container .product:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .product:not(:last-child) {
    margin-bottom: 72px;
  }
}
.main-content main .container .product .title img {
  display: block;
  height: 18px;
  width: auto;
  margin: 0 auto 28px;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .product .title img {
    height: 32px;
    margin: 0 auto 48px;
  }
}
.main-content main .container .product .article-wrap {
  display: flex;
  gap: 28px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .product .article-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.main-content main .container .product article h2 {
  margin-bottom: 16px;
}
.main-content main .container .product article h2 img {
  display: block;
  height: 24px;
  width: auto;
  margin: 0 auto;
}
.main-content main .container .product article .text-wrap {
  color: #FFFFFF;
}
.main-content main .container .product article .text-wrap p {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}
.main-content main .container .product article .text-wrap p span {
  color: #f7c98c;
}
.main-content main .container .product article .btn-wrap-a {
  text-align: center;
  display: grid;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
.main-content main .container .product article .btn-wrap {
  text-align: center;
  display: grid;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .product article .btn-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.main-content main .container .product article .main-btn {
  border-radius: 8px;
  border: 1px solid #f7c98c;
  background: #000;
  padding: 12px 28px;
  font-size: 20px;
  font-family: "Noto Serif TC";
  font-weight: 700;
  color: #f7c98c;
  display: block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.main-content main .container .product article .main-btn:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.main-content main .container .product article .btn-wrap .main-btn::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -18px;
  font-size: 13px;
  color: #fff;
  width: 29px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="23" viewBox="0 0 29 23" fill="none"><path d="M21.0083 17.0713C18.0381 22.2159 11.4597 23.9785 6.31511 21.0083C1.17052 18.0381 -0.592146 11.4597 2.37809 6.31511C5.34832 1.17051 11.9267 -0.592152 17.0713 2.37808C22.2159 5.34831 23.9785 11.9267 21.0083 17.0713Z" fill="%23D38B50"/><path d="M28.3475 21.3085L12.54 22.2864L21.2906 7.12997L28.3475 21.3085Z" fill="%23D38B50"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.main-content main .container .product article .btn-wrap .main-btn:nth-child(1):before {
  content: "1";
}
.main-content main .container .product article .btn-wrap .main-btn:nth-child(2):before {
  content: "2";
}
.main-content main .container .product img.arrow {
  display: block;
  width: 136px;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .product img.arrow {
    transform: rotate(270deg);
  }
}
.main-content main .container .product .poster-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 10px;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .product .poster-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 20px;
  }
}
.main-content main .container .product .poster-wrap .img-wrap {
  background: #000;
  border-radius: 4px;
}
.main-content main .container .product .poster-wrap img {
  display: block;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .product .poster-wrap img {
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
  }
}
.main-content main .container .product .poster-wrap img:hover {
  opacity: 1;
}
.main-content main .container .bn-skm img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1024px) {
  .main-content main .container .bn-skm img {
    margin: 0 auto 72px;
  }
}

.notice {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .notice::before {
    content: "";
    display: block;
    position: absolute;
    top: -206px;
    left: 0;
    z-index: -1;
    width: 20%;
    max-width: 356px;
    height: 823px;
    background: url(../images/ft-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.notice .container {
  width: 100%;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  .notice .container {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1200px) {
  .notice .container {
    width: 100%;
    max-width: 840px;
  }
}
.notice .container h3 {
  border-left: 4px solid #F4F4F4;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #F4F4F4;
  padding-left: 8px;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .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: #F4F4F4;
  margin-top: 16px;
  margin-left: 7px;
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .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;
  text-underline-offset: 2px;
  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: 1200px) {
  .notice .container ul li::before,
  .notice .container ol li::before {
    left: -11px;
  }
}
.notice .container ul li ul,
.notice .container ul li ol,
.notice .container ol li ul,
.notice .container ol li ol {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li::marker,
.notice .container ul li ol li::marker,
.notice .container ol li ul li::marker,
.notice .container ol li ol li::marker {
  content: initial;
}
.notice .container ul li ol li::before,
.notice .container ol li ol li::before {
  content: "・";
  position: absolute;
  left: -7px;
}
@media screen and (min-width: 1200px) {
  .notice .container ul li ol li::before,
  .notice .container ol li ol li::before {
    left: -11px;
  }
}
@media screen and (min-width: 1200px) {
  .notice {
    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: 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: -7px;
}
.notice .container ul li ul li:first-child {
  margin-top: 8px;
}

footer {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */