@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+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: 80px auto 0;
  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: 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: 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 {
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  border-radius: 16px;
  background-color: #000;
  opacity: 0.8;
  transition: all 1.5s ease-out;
}
.film-slider .post-wrap:hover {
  background-size: 110% 110%;
  opacity: 1;
}
.film-slider .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) {
  .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 10px 5px;
  border-radius: 4px;
  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;
  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: 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;
  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: 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;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  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: 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: #FFFFFF;
  background-color: #000000;
}
body header {
  background-color: #272727;
}
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;
}

.main-content {
  min-height: calc(100vh - 50px - 80px - 183px);
}
@media screen and (min-width: 744px) {
  .main-content {
    min-height: calc(100vh - 62px - 80px - 175px);
  }
}
.main-content .kv {
  width: 100%;
}
.main-content .kv .wrap {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}
.main-content .kv .wrap picture,
.main-content .kv .wrap img {
  width: 100%;
}
.main-content .btn-wrap {
  max-width: 996px;
  margin: 24px auto 0;
  display: grid;
  gap: 12px;
  padding: 0 40px;
  grid-template-columns: 1fr 1fr;
  position: static;
}
@media screen and (min-width: 1024px) {
  .main-content .btn-wrap {
    gap: 24px;
  }
}
.main-content .btn-wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  padding: 0 40px;
}
.main-content .btn-wrap .btn {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .main-content .btn-wrap .btn {
    font-size: 20px;
  }
}
.main-content .btn-wrap .btn span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-content .btn-wrap .btn span {
    display: inline-block;
  }
}

.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: 15px;
}
.btn:hover {
  transition: all 0.2s;
}
@media screen and (min-width: 744px) {
  .btn {
    height: 45px;
    line-height: 45px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.ribbon {
  width: 48px;
  background-color: #F57600;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 14px;
  text-align: center;
  background-color: #F57600;
  position: relative;
}
.ribbon::after {
  content: "";
  height: 0;
  width: 0;
  bottom: -14px;
  left: 0;
  position: absolute;
  border-left: 24px solid #F57600;
  border-right: 24px solid #F57600;
  border-bottom: 14px solid transparent;
}

.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: 14px;
  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: 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: 744px) {
  .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: 744px) {
  .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 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;
}/*# sourceMappingURL=style.css.map */