:root {
  --animate-delay: 1s;
}

body {
  background-color: #000000;
  width: 100vw;
  overflow-x: hidden;
  color: #FFFFFF;
}

.h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .h2 {
    font-size: 48px;
  }
}

.h3 {
  width: 335px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  margin-bottom: 40px;
}
@media screen and (min-width: 744px) {
  .h3 {
    width: 688px;
    margin-bottom: 100px;
  }
}

.h4 {
  padding: 10px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  border: 1px solid #FFFFFF;
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (min-width: 744px) {
  .h4 {
    font-size: 32px;
  }
}
.h4-subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 143.75%;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 744px) {
  .h4-subtitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.break-pad {
  display: inline-block;
}
@media screen and (min-width: 744px) {
  .break-pad {
    display: block;
  }
}

.subtitle {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .subtitle {
    font-size: 32px;
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}
.kv {
  position: relative;
}
.kv h1 {
  text-indent: -9999px;
  color: transparent;
  opacity: 0;
  height: 0;
}
.video-section {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 744px) {
  .video-section {
    padding: 0 0 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .video-section {
    padding: 0 0 120px 0;
  }
}
.video-section .tag {
  font-size: 24px;
  line-height: 145.8333333333%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E93F54;
  margin: 0 auto;
  margin-bottom: 40px;
  width: calc(100% - 40px);
  height: 43px;
}
@media screen and (min-width: 744px) {
  .video-section .tag {
    font-size: 34px;
    height: 60px;
    width: 480px;
  }
}
.video-section .h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 744px) {
  .video-section .h2 {
    margin-bottom: 80px;
  }
}
.video-section #menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  .video-section #menu ul {
    width: calc(100% - 80px);
    gap: 20px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .video-section #menu ul {
    max-width: 775px;
  }
}
.video-section #menu .menu-item {
  margin: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.video-section #menu .menu-item::after {
  content: "";
  height: 46px;
  width: 100%;
  display: block;
  background-image: url(../images/title_btm.png);
  background-size: 46px 46px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.video-section #menu .menu-item::before {
  content: "";
  height: 43px;
  width: calc(100% - 49px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border: solid 3px #000000;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 744px) {
  .video-section #menu .menu-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.video-section #menu .menu-item:hover a {
  color: #E93F54;
  border: solid 3px #E93F54;
  border-bottom: none;
}
.video-section #menu .menu-item:hover::after {
  content: "";
  height: 56px;
  width: 100%;
  display: block;
  background-image: url(../images/title_btm_hover.png);
  background-size: 56px 56px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.video-section #menu .menu-item:hover::before {
  content: "";
  height: 53px;
  width: calc(100% - 59px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border: solid 3px #E93F54;
  border-bottom: solid 3.6px #E93F54;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 744px) {
  .video-section #menu .menu-item {
    margin: 0;
  }
}
.video-section #menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 3px #000000;
  border-bottom: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 auto;
  padding-top: 32px;
  color: #000000;
  background-color: #fff;
}
@media screen and (min-width: 744px) {
  .video-section #menu .menu-item a {
    padding-top: 28px;
    font-size: 34px;
  }
}
.video-section #menu .menu-item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2em;
}
.video-section #menu .menu-item a p {
  font-size: 16px;
  line-height: 143.75%;
  text-align: center;
  font-weight: normal;
  max-width: 200px;
}
@media screen and (min-width: 744px) {
  .video-section #menu .menu-item a p {
    font-size: 24px;
    max-width: 545px;
  }
}
.video-section #menu .menu-item a img {
  width: 77px;
}
@media screen and (min-width: 744px) {
  .video-section #menu .menu-item a img {
    width: 90px;
  }
}
.video-section #menu-float {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 50px;
  background-color: rgba(39, 39, 39, 0.9);
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 744px) {
  .video-section #menu-float {
    top: 62px;
  }
}
.video-section #menu-float.show {
  opacity: 1;
  height: 37px;
}
@media screen and (min-width: 744px) {
  .video-section #menu-float.show {
    height: 60px;
  }
}
.video-section #menu-float ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-section #menu-float .menu-item {
  width: 50%;
  max-width: 280px;
  height: 37px;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 744px) {
  .video-section #menu-float .menu-item {
    height: 60px;
  }
}
.video-section #menu-float .menu-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  background-color: transparent;
  bottom: -4px;
  right: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.video-section #menu-float .menu-item.active:after {
  background-color: #FFFFFF;
}
.video-section #menu-float .menu-item.active a {
  opacity: 1;
}
.video-section #menu-float .menu-item a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 744px) {
  .video-section #menu-float .menu-item a {
    font-size: 18px;
    letter-spacing: 0em;
  }
}
.video-section #menu-float .menu-item a img {
  display: none;
}

.event {
  padding: 40px 0;
  position: relative;
  display: block;
}
@media screen and (min-width: 744px) {
  .event {
    padding: 100px 0;
  }
}
.event .h2 {
  margin-bottom: 16px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 744px) {
  .event .h2 {
    margin-bottom: 24px;
  }
}
.event .subtitle {
  margin-bottom: 40px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 744px) {
  .event .subtitle {
    margin-bottom: 100px;
  }
}
.event .event-banner {
  padding: 0 20px;
}
@media screen and (min-width: 1280px) {
  .event .event-banner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}
.event-01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E93F54), to(rgba(233, 63, 84, 0)));
  background: linear-gradient(180deg, #E93F54 0%, rgba(233, 63, 84, 0) 100%);
}
@media screen and (min-width: 1280px) {
  .event-01 {
    gap: 40px;
  }
}
.event-01 .h3 {
  background-image: url(../images/m/h3_1.svg);
}
@media screen and (min-width: 744px) {
  .event-01 .h3 {
    background-image: url(../images/m/h3_1_pad.svg);
  }
}
.event-01 .img-wrap {
  width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  .event-01 .img-wrap {
    width: 356px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .event-01 .img-wrap {
    width: 425px;
  }
}
.event-01 .task01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 744px) {
  .event-01 .task01 {
    margin-bottom: 100px;
  }
}
.event-01 .event-banner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .event-01 .event-banner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .event-01 .event-banner:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 744px) {
  .event-02 {
    padding: 80px 0;
  }
}
.event-02 .h3 {
  background-image: url(../images/m/h3_2.svg);
}
@media screen and (min-width: 744px) {
  .event-02 .h3 {
    background-image: url(../images/m/h3_2_pad.svg);
  }
}
.event-02 .task01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 744px) {
  .event-02 .task01 {
    margin-bottom: 100px;
  }
}
.event-02 .img-wrap {
  width: 335px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 744px) {
  .event-02 .img-wrap {
    width: 676px;
  }
}
@media screen and (min-width: 1280px) {
  .event-02 .img-wrap {
    width: 802px;
  }
}
.event-02 .btn-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 744px) {
  .event-02 .btn-wrap {
    margin-top: 40px;
  }
}

.notice {
  position: relative;
  color: #C4C4C4;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 744px) {
  .notice {
    font-size: 24px;
  }
}
.notice .container {
  padding: 40px 40px 0;
}
@media screen and (min-width: 744px) {
  .notice .container {
    padding: 80px 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .notice .container {
    padding: 80px 0 0;
    max-width: 840px;
    margin: 0 auto;
  }
}
.notice .h5 {
  text-align: left;
  padding: 4px 8px;
  border-left: 4px solid #C4C4C4;
  font-weight: 700;
  margin-bottom: 16px;
}
.notice .note-list {
  padding-left: calc(1em - 2px);
}
@media screen and (min-width: 744px) {
  .notice .note-list {
    padding-left: calc(1em - 12px);
  }
}
.notice .note-list-item {
  margin-bottom: 16px;
  list-style-type: disc;
}
.notice .note-list-item ul {
  padding-left: 1em;
  margin-top: 8px;
}
.notice .note-list-item .note-list-item {
  margin-bottom: 0;
  list-style-type: lower-alpha;
  margin-bottom: 4px;
}

.video-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .video-wrap {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .video-wrap {
    max-width: 1080px;
    padding: 0;
    margin: 0 auto;
  }
}

.video {
  background-image: url(../images/video_cover.jpg);
  background-size: cover;
  width: 100%;
  padding-bottom: 56.1194029851%;
  position: relative;
}

.video-play {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../images/vd_icon.svg);
  background-size: 60px 60px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-play:hover {
  background-image: url(../images/vd_icon_hover.svg);
}
@media screen and (min-width: 744px) {
  .video-play {
    background-size: 82px 82px;
  }
}

.video-play iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
}

.video-slider-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
@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: #FFFFFF;
  opacity: 0.9;
  -webkit-transition: all 1.5s ease-out;
  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(233, 63, 84, 0.3);
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  border-radius: 4px;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e93f54;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #e93f54;
  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;
}

footer {
  margin: 40px auto 0;
}
@media screen and (min-width: 744px) {
  footer {
    margin: 80px auto 0;
  }
}

#top {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 744px) {
  #top {
    width: 60px;
    height: 60px;
    right: 40px;
    bottom: 40px;
  }
}

.bgdeco {
  position: absolute;
  z-index: -2;
}
.bgdeco-01 {
  width: 55.8333333333%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 744px) {
  .bgdeco-01 {
    top: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .bgdeco-01 {
    width: 804px;
    top: -100px;
  }
}
.bgdeco-02 {
  width: 28.4722222222%;
  bottom: 20px;
  right: 0;
}
@media screen and (min-width: 744px) {
  .bgdeco-02 {
    bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .bgdeco-02 {
    width: 410px;
    bottom: 180px;
  }
}

.btn-wrap {
  margin-top: 40px;
}
.btn-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  height: 40px;
  background-color: #E93F54;
  border: 1px solid #E93F54;
  margin: 0 auto;
  border-radius: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn-wrap a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 744px) {
  .btn-wrap a {
    font-size: 32px;
    width: 210px;
    height: 62px;
  }
}
/*# sourceMappingURL=style.css.map */