@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;
  }
}

body {
  color: #000000;
  background-color: #FFFFFF;
  font-size: 14px;
  position: relative;
  background-color: #23ca73;
  background-image: url(../images/bg.jpg);
  background-size: 200%;
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: fixed;
}
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;
}
@media screen and (min-width: 1024px) {
  body {
    background-size: 100%;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-content main {
  position: relative;
}
.main-content main .kv {
  width: 100%;
  padding: 8px 0;
}
.main-content main .kv img {
  display: block;
  margin: 0 auto;
  width: 100%;
  animation: float 3s ease-in-out infinite;
}
@media screen and (min-width: 1024px) {
  .main-content main .kv img {
    width: 100%;
    max-width: 1180px;
  }
}
.main-content main .film {
  position: relative;
  padding: 10vw 0;
}
.main-content main .film .icon {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-content main .film .icon {
    display: block;
    width: auto;
    position: absolute;
  }
}
.main-content main .film .icon_1 {
  top: 0vw;
  left: 20vw;
  animation: blink 1s infinite;
  animation-delay: 0s;
}
.main-content main .film .icon_2 {
  top: 5vw;
  left: 15vw;
  animation: blink 1s infinite;
  animation-delay: 0.5s;
}
.main-content main .film .icon_3 {
  right: 5vw;
  bottom: 0vw;
  animation: float 3s ease-in-out infinite;
}
.main-content main .plan {
  width: 100%;
  padding: 15vw 0 30vw;
  background-image: url(../images/Birthday_Icons.png), url(../images/bg_plan.png);
  background-repeat: no-repeat;
  background-size: 150%, 100%;
  background-position: center top, center bottom;
}
@media screen and (min-width: 1024px) {
  .main-content main .plan {
    padding: 15vw 0;
    background-size: 100%, 100%;
  }
}
.main-content main .plan .title {
  display: block;
  width: 196px;
  margin: 24px auto;
}
@media screen and (min-width: 1024px) {
  .main-content main .plan .title {
    width: 266px;
  }
}
.main-content main .btn-wrap {
  text-align: center;
  display: grid;
  justify-content: center;
  gap: 20px;
}
.main-content main .btn-wrap .main-btn {
  border-radius: 52px;
  background: #ffac30;
  padding: 16px 64px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.main-content main .btn-wrap .main-btn:hover {
  background: #fff;
  color: #000;
}
.main-content main .btn-wrap .white-btn {
  border-radius: 52px;
  background: #fff;
  padding: 16px 64px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.main-content main .btn-wrap .white-btn:hover {
  background: #ffac30;
  color: #fff;
}

.notice {
  margin: 80px 0;
}
.notice .container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}
.notice .container h3 {
  border-left: 6px solid #FFFFFF;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 12px;
  text-align: justify;
}
@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: disc;
  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: #FFFFFF;
  margin-top: 10px;
  margin-left: 7px;
  padding-left: 12px;
}
@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::marker,
.notice .container ol li::marker {
  content: "*";
}
.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;
}

.sponsor {
  display: flex;
  width: 90%;
  margin: auto;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .sponsor {
    gap: 18px;
  }
}
.sponsor img.logo {
  width: 60%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .sponsor img.logo {
    width: 75%;
  }
}
.sponsor .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .sponsor .text {
    font-size: 44px;
  }
}

nav {
  height: 85px;
  width: 100vw;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0.95) 51.56%, rgba(36, 36, 36, 0) 100%);
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  nav {
    top: 60px;
    height: 140px;
  }
}
nav ul {
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  nav ul {
    padding-top: 20px;
  }
}
nav li {
  display: inline-block;
  font-size: 16px;
  line-height: 2.3;
  text-align: center;
  padding: 8px;
  position: relative;
}
@media screen and (min-width: 375px) {
  nav li {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  nav li {
    font-size: 24px;
    line-height: 1;
    padding: 24px 48px;
  }
}
nav li:last-child:after {
  display: none;
}
nav li:after {
  content: "";
  width: 1px;
  height: 28px;
  background-color: #9E9E9E;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
nav a {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
nav a:hover {
  color: #F78B26;
}

section {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  section {
    margin-bottom: 106px;
  }
}
section h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
  width: 80%;
  max-width: 340px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1024px) {
  section h2 {
    width: 100%;
    font-size: 52px;
    max-width: 1024px;
  }
}
section p {
  font-size: 16px;
  line-height: 1.4;
  color: #d3d5dc;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 36px;
  width: 80%;
  max-width: 340px;
}
@media screen and (min-width: 1024px) {
  section p {
    width: 90%;
    font-size: 18px;
    max-width: 1024px;
  }
}

.video-slider-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (min-width: 1024px) {
  .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: #FFFFFF;
  opacity: 0.9;
  transition: all 1.5s ease-out;
}
.film-slider .post-wrap:hover {
  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;
  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;
}

.owl-carousel.owl-theme .owl-dots {
  margin-top: 0;
  text-align: center;
  height: 24px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  background-color: transparent;
}
.owl-carousel.owl-theme .owl-dots span {
  background-color: rgba(180, 127, 67, 0.36);
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  border-radius: 4px;
  transition: height 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #b47f43;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #b47f43;
  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.png);
  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.png);
  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.png);
  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.png);
  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;
}/*# sourceMappingURL=style.css.map */