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

*:focus {
  outline-style: none;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline-style: none;
}

html {
  overflow-x: hidden;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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: 0;
  }
}

.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 #bdbdbd;
  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: #FFFFFF;
  background-color: #000000;
}
body header {
  background-color: rgba(39, 39, 39, 0);
}
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;
}

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

.btn {
  display: inline-block;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1.3;
  color: #F57600;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #fff;
  font-weight: bold;
  border-radius: 90px;
  letter-spacing: normal;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.btn:hover {
  background-color: #f07400;
  color: #fff;
}
.btn-secondary {
  color: #F57600;
  background-color: #fff;
}
.btn-secondary:hover {
  background-color: #f07400;
  color: #fff;
}
.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn-flex span {
  margin-right: 4px;
  width: 24px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

::-webkit-scrollbar-thumb {
  background-color: #F57600;
  border-radius: 100px;
}

:-webkit-scrollbar-track {
  background-color: #272727;
}

body {
  background-color: #000;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

@keyframes mouseScroll {
  0% {
    transform: translate(0, 2px);
  }
  65% {
    transform: translate(0, 8px);
  }
  100% {
    transform: translate(0, 2px);
  }
}
.progressBar {
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: #F57600;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .progressBar {
    height: 3px;
  }
}

.mouse-scroll {
  position: absolute;
  width: 24px;
  height: 38px;
  margin: 0 auto;
  bottom: 64px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .mouse-scroll {
    bottom: auto;
    width: 24px;
    height: 38px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mouse-scroll {
    bottom: auto;
  }
}
.mouse-scroll .mouse {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
}
.mouse-scroll .mouse .scroll {
  position: absolute;
  width: 2px;
  height: 6px;
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 9px;
  border-radius: 5px;
  animation-name: mouseScroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  color: #bdbdbd;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  max-width: calc(100% - 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;
}
h1 strong {
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h1 mark {
  color: #bdbdbd;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  h1 mark {
    display: block;
  }
}

.h2 {
  display: inline-block;
  font-size: 48px;
  line-height: 1.4;
  color: #FFF;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  .h2 {
    font-size: 40px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.h2-secondary {
  color: #fff;
}
.h2-secondary:before {
  background-color: #000;
}

section.kv {
  height: auto;
  min-height: 0;
  padding-bottom: 60px;
  background-image: url(../../images/bg.jpg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  section.kv {
    height: 100vh;
    min-height: 864px;
    position: relative;
    text-align: center;
    padding-left: 45vw;
  }
}
@media screen and (min-width: 1280px) {
  section.kv {
    padding-left: 30vw;
  }
}
section.kv .logo {
  display: block;
  width: 80vw;
  max-width: 532px;
  height: 45vw;
  max-height: 320px;
  margin: 24px auto;
  background-image: url(../../images/kv_maxxx_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  section.kv .logo {
    margin-top: 80px;
  }
}
section.kv .title-wrap {
  position: relative;
  max-width: calc(100% - 40px);
  margin: 2em auto;
}
@media screen and (min-width: 1024px) {
  section.kv .title-wrap {
    max-width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1440px) {
  section.kv .title-wrap {
    margin: 1em auto;
  }
}
section.kv .title-wrap h1 {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 900;
}
section.kv .title-wrap h1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  z-index: -1;
  background-color: #F57600;
}
@media screen and (min-width: 1024px) {
  section.kv .title-wrap h1:before {
    height: 4px;
  }
}
@media screen and (min-width: 1024px) {
  section.kv .title-wrap h1 span {
    color: #FF0F00;
  }
}
section.kv .title-wrap h1 div {
  display: inline-block;
}
section.kv .title-wrap a {
  display: block;
}
section.kv .title-wrap a mark {
  background: #F57600;
  border: 2px solid #F57600;
  color: #000000;
  border-radius: 56px;
  position: absolute;
  top: -3em;
  right: -0.5em;
  transform: rotate(9deg);
  padding: 4px 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25em;
  letter-spacing: 0;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  section.kv .title-wrap a mark {
    top: -2.5em;
    right: -1em;
    font-size: 24px;
    padding: 8px 32px;
  }
}
@media screen and (min-width: 1440px) {
  section.kv .title-wrap a mark {
    top: -3.5em;
  }
}
section.kv .title-wrap a:hover mark {
  background-color: #f07400;
  border: 2px solid #F57600;
  color: #FFFFFF;
}
section.kv .count-down {
  position: relative;
  z-index: 19;
  text-align: center;
  margin-top: 42px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  section.kv .count-down {
    margin-top: 40px;
  }
}
section.kv .count-down .title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.kv .count-down .title {
    font-size: 14px;
  }
}
section.kv .count-down .date {
  margin-top: 8px;
  text-align: center;
}
section.kv .count-down .date li {
  display: inline-block;
  vertical-align: middle;
}
section.kv .count-down .date li:last-child .unit {
  margin-right: 0;
}
section.kv .count-down .date li .digit {
  display: inline-block;
  font-size: 48px;
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: 900;
  vertical-align: middle;
  margin-right: 0.5em;
  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: 767px) {
  section.kv .count-down .date li .digit {
    font-size: 24px;
  }
}
section.kv .count-down .date li .unit {
  color: #F57600;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  section.kv .count-down .date li .unit {
    font-size: 14px;
  }
}
section.kv .btn-wrap.remind {
  position: relative;
  margin-top: 12px;
  margin-bottom: 46px;
  z-index: 11;
  visibility: hidden;
}

section.ghff-live {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
  background-image: url(../../images/bg_main.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 500;
  display: grid;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  section.ghff-live {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    gap: 40px;
  }
}
section.ghff-live .youtube-video {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 767px) {
  section.ghff-live .youtube-video {
    margin: 0 auto 20px auto;
  }
}
section.ghff-live .video-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
section.ghff-live .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.ghff-live .time-line {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .time-line {
    width: 64%;
  }
}
section.ghff-live .time-line li {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.ghff-live .time-line li {
    margin-bottom: 8px;
  }
}
section.ghff-live .time-line strong {
  color: #F57600;
}
section.ghff-live .extra-event {
  background: rgba(0, 0, 0, 0.5);
}
section.ghff-live .extra-event::before, section.ghff-live .extra-event::after {
  content: "";
  position: relative;
  display: block;
  height: 5px;
  width: 100%;
  background: #A70F0F;
}
section.ghff-live .extra-event::before {
  top: 16px;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .extra-event::before {
    top: 32px;
  }
}
section.ghff-live .extra-event::after {
  bottom: 16px;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .extra-event::after {
    bottom: 32px;
  }
}
section.ghff-live .extra-event .extra-wrap {
  max-width: 90%;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .extra-event .extra-wrap {
    width: 75%;
    max-width: 1024px;
    padding: 96px 0;
  }
}
section.ghff-live .extra-event .title-label {
  background: linear-gradient(180deg, #D61B10 0%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 12px 20px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 66.667%;
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .extra-event .title-label {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
section.ghff-live .extra-event .title {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #FF761A;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .extra-event .title {
    font-size: 38px;
    margin-bottom: 56px;
  }
}
section.ghff-live .extra-event .title::before, section.ghff-live .extra-event .title::after {
  content: "";
  display: block;
  height: 2px;
  width: 2em;
  background: #FF761A;
}
section.ghff-live .extra-event .rule {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .extra-event .rule {
    font-size: 28px;
    margin-bottom: 56px;
  }
}
section.ghff-live .extra-event .rule strong {
  font-size: 0.65em;
}
section.ghff-live .extra-event .mission {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .extra-event .mission {
    font-size: 24px;
  }
}
section.ghff-live .extra-event .mission li {
  text-indent: -6.3em;
  padding-left: 6.3em;
}
section.ghff-live .extra-event .mission li::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  vertical-align: sub;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' stroke='%23FF0F00' stroke-width='2'/%3E%3Cpath d='M7.75 12L10.9375 17L16.25 7' stroke='%23FF0F00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
}
section.ghff-live .extra-event .mission li:not(:last-child) {
  margin-bottom: 0.75em;
}
section.ghff-live .extra-event .mission strong {
  color: #FF0F00;
  font-size: 0.65em;
}
section.ghff-live .extra-event .inline span {
  display: inline-block;
}
section.ghff-live .remind-event .btn {
  background-color: #f07400;
  border: 2px solid #F57600;
  color: #FFFFFF;
  position: relative;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .remind-event .btn {
    font-size: 24px;
  }
}
section.ghff-live .remind-event .btn strong {
  color: #FFFFFF;
}
section.ghff-live .remind-event .btn:hover {
  background: #000000;
  border: 2px solid #F57600;
  color: #FFFFFF;
}
section.ghff-live .remind-event .btn:hover strong {
  color: #F57600;
}
section.ghff-live .remind-event .btn img.free {
  position: absolute;
  right: -3em;
  top: -3em;
  width: 5em;
}
section.ghff-live .remind-event .live-note {
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .remind-event .live-note {
    font-size: 18px;
  }
}
section.ghff-live .remind-event .live-note li {
  text-indent: -1.85em;
  padding-left: 1.85em;
}
section.ghff-live .remind-event .live-note a {
  color: #4289F4;
}
section.ghff-live .device {
  width: 64%;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  section.ghff-live .device {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  section.ghff-live .device {
    flex-direction: column;
  }
}
section.ghff-live .device .img-wrap {
  width: 192px;
  height: 145px;
  margin: 0 auto;
  margin-bottom: 32px;
}
section.ghff-live .device li {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.ghff-live .device li {
    width: 100%;
    margin-bottom: 40px;
  }
}
section.ghff-live .review {
  margin-top: 40px;
  display: none;
}
@media screen and (min-width: 1024px) {
  section.ghff-live .review {
    margin-top: 80px;
  }
}
section.ghff-live .live-end-title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  section.ghff-live .live-end-title {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

section.ghff-film {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  section.ghff-film {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.ghff-film .video-slider-wrap {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  section.ghff-film .video-slider-wrap {
    margin-bottom: 24px;
  }
}

section.ghff-news {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-image: url(../../images/bg_main.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section.ghff-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.ghff-news .blog-slider-wrap {
  margin-bottom: 72px;
  position: relative;
}
section.ghff-news .blog-slider-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #192D44;
  border-radius: 26px;
}
@media screen and (max-width: 767px) {
  section.ghff-news .blog-slider-wrap:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.ghff-news .blog-slider-wrap {
    margin-bottom: 36px;
  }
}

section.myvideo-event {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.myvideo-event {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.myvideo-event .event-slider-wrap {
  margin: 0 auto;
  max-width: 1440px;
}
section.myvideo-event .event-slider-wrap .owl-stage-outer {
  margin-bottom: 24px;
}

.blog-slider-wrap {
  width: 83%;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 18px;
  border: 2px solid #192D44;
  border-radius: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .blog-slider-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .blog-slider-wrap {
    width: 100%;
    border: none;
    border-radius: 0;
  }
}

.blog-slider .item {
  width: 100%;
  padding-bottom: 50.3125%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.blog-slider .item > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.blog-slider h3 {
  font-size: 48px;
  line-height: 1.3;
  color: #FFF;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: absolute;
  width: 58%;
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .blog-slider h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .blog-slider h3 {
    font-size: 14px;
    left: 24px;
  }
}
.blog-slider .owl-stage-outer {
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .blog-slider .owl-stage-outer {
    border-radius: 0;
  }
}

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

.film-slider .item {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .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;
  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: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .film-slider .video-title {
    margin-bottom: 16px;
  }
}

.co-live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .co-live {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.co-live section {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .co-live section {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .co-live section.myvideo {
    border: none;
    margin-bottom: 48px;
  }
}
.co-live section.myvideo .logo-wrap {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .co-live section.myvideo .logo-wrap {
    width: 160px;
  }
}
.co-live section.secondary {
  display: none;
  border-left: 1px solid #bdbdbd;
}
@media screen and (max-width: 767px) {
  .co-live section.secondary {
    border-left: none;
  }
}
.co-live section.secondary .logo-wrap {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .co-live section.secondary .logo-wrap {
    width: 160px;
  }
}

.owl-stage {
  margin: 0 auto;
}

.owl-carousel.owl-theme .owl-dots {
  margin-top: 0;
  text-align: center;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  height: 24px;
  background-color: transparent;
  margin-bottom: 4px;
}
.owl-carousel.owl-theme .owl-dots span {
  background-color: rgba(189, 189, 189, 0.36);
  width: 12px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  border-radius: 4px;
  transition: height 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #f57600;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  width: 12px;
  height: 20px;
  background-color: #f57600;
  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: 73px;
  height: 100%;
  background-image: url(../images/carousel/left_normal.png?ver=20220908);
  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: 992px) {
  .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?ver=20220908);
  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: 73px;
  height: 8px;
  height: 100%;
  background-image: url(../images/carousel/right_normal.png?ver=20220908);
  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: 992px) {
  .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?ver=20220908);
  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(189, 189, 189, 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: 767px) {
  .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(189, 189, 189, 0.36);
  width: calc(100% - 20px);
  height: 6px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
    margin-top: -12px;
  }
}/*# sourceMappingURL=style.css.map */