@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 900;
  position: fixed;
  top: 0;
  transition: all 0.2s ease; }
  header.float {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  @media screen and (min-width: 744px) {
    header {
      height: 62px; } }
  header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .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 {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 744px) {
      footer .container {
        -ms-flex-pack: distribute;
        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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 90px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .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: .85;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .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;
  -webkit-border-radius: 40px;
  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: #FFFFFF;
  background-color: #272727;
  position: relative;
  color: #333;
  font-size: 14px;
  -ms-overflow-x: initial;
  overflow-x: initial; }
  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; }
  body.locked {
    overflow: hidden;
    height: 100vh; }

.container {
  width: 96%;
  max-width: 1097px;
  margin: 0 auto; }

h1 {
  font-size: 52px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.48;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 34px; } }
  h1 strong {
    color: #F78B26; }

h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #F78B26; }
  h2 p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 28px; }
    @media screen and (max-width: 767px) {
      h2 p {
        font-size: 24px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 34px;
      line-height: 1.45; } }

h3 {
  display: block;
  font-size: 34px;
  line-height: 1.48;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 28px; } }

.btn-wrap {
  text-align: center; }

.main-btn {
  display: inline-block;
  background-color: #F57600;
  color: #FFFFFF;
  font-size: 18px;
  padding: 16px 32px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .main-btn:hover {
    background-color: #F78B26; }

.sub-notice {
  display: block;
  color: #c4c4c4;
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .sub-notice {
      font-size: 13px; } }

.plan-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .plan-list {
      display: block; } }
  .plan-list .plan-list-item {
    width: calc(50% - 1px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27.73%, #1E1E1E), to(#1A1A1A));
    background: -webkit-linear-gradient(top, #1E1E1E 27.73%, #1A1A1A 100%);
    background: -o-linear-gradient(top, #1E1E1E 27.73%, #1A1A1A 100%);
    background: linear-gradient(180deg, #1E1E1E 27.73%, #1A1A1A 100%);
    -webkit-border-radius: 16px;
    border-radius: 16px; }
    @media screen and (max-width: 767px) {
      .plan-list .plan-list-item {
        width: 100%;
        margin-bottom: 2px; } }
    .plan-list .plan-list-item .head {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 24px;
      border-radius: 16px 16px 0px 0px;
      position: relative; }
      .plan-list .plan-list-item .head .tag {
        position: absolute;
        font-size: 13px;
        font-weight: 500;
        top: 0;
        right: 22px;
        width: 62px;
        background-color: #F57600;
        display: inline-block;
        padding: 8px 5px;
        margin-bottom: 14px;
        line-height: 20px;
        text-align: center;
        color: #ffffff; }
        .plan-list .plan-list-item .head .tag::after {
          content: '';
          height: 0;
          width: 0;
          bottom: -15px;
          left: 0;
          position: absolute;
          border-left: 31px solid #F57600;
          border-right: 31px solid #F57600;
          border-bottom: 15px solid transparent; }
      .plan-list .plan-list-item .head .title {
        font-size: 28px;
        line-height: 1.39;
        color: #FFFFFF;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .plan-list .plan-list-item .head .title {
            font-size: 24px; } }
      .plan-list .plan-list-item .head .price-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #c4c4c4; }
        .plan-list .plan-list-item .head .price-wrap.orange {
          color: #F57600; }
        .plan-list .plan-list-item .head .price-wrap .text {
          font-size: 40px;
          font-weight: 600; }
          @media screen and (max-width: 767px) {
            .plan-list .plan-list-item .head .price-wrap .text {
              font-size: 36px; } }
        .plan-list .plan-list-item .head .price-wrap .price {
          font-size: 52px;
          font-weight: 500;
          line-height: 1.4; }
          @media screen and (max-width: 767px) {
            .plan-list .plan-list-item .head .price-wrap .price {
              font-size: 42px; } }
        .plan-list .plan-list-item .head .price-wrap .price-cross {
          font-size: 20px;
          font-weight: 600;
          -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through; }
          @media screen and (max-width: 767px) {
            .plan-list .plan-list-item .head .price-wrap .price-cross {
              font-size: 16px; } }
    .plan-list .plan-list-item .body {
      border-radius: 0px 0px 16px 16px;
      padding: 36px 40px;
      text-align: center; }
      .plan-list .plan-list-item .body .content-list {
        margin-bottom: 48px;
        display: inline-block;
        width: 100%; }
        .plan-list .plan-list-item .body .content-list .content-list-item {
          display: inline-block;
          color: #C4C4C4;
          font-weight: normal;
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 12px;
          padding-left: 28px; }
          @media screen and (max-width: 767px) {
            .plan-list .plan-list-item .body .content-list .content-list-item {
              font-size: 15px;
              margin-bottom: 8px; } }
          .plan-list .plan-list-item .body .content-list .content-list-item > strong {
            color: #F78B26; }
          .plan-list .plan-list-item .body .content-list .content-list-item.checked {
            background-image: url(../images/ic_check.svg);
            -o-background-size: 20px 20px;
            background-size: 20px 20px;
            background-position: left top;
            background-repeat: no-repeat; }
      .plan-list .plan-list-item .body .main-btn {
        margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .plan-list .plan-list-item:first-child .body .content-list {
        margin-bottom: 0; } }

section.full .wrap {
  width: 100%; }

section.sec-01 {
  margin-top: 62px; }
  section.sec-01::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/sec01_bg.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #121212;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      section.sec-01::before {
        background-size: 280% auto;
        margin-top: 50px; } }
  section.sec-01 .wrap {
    max-width: 900px;
    margin: 0 auto; }
    section.sec-01 .wrap .break {
      display: block; }
      @media screen and (max-width: 767px) {
        section.sec-01 .wrap .break {
          display: inline; } }
  section.sec-01 h1 {
    padding-top: 40px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      section.sec-01 h1 {
        width: 80%;
        margin-bottom: 40px; } }
  section.sec-01 h2 {
    margin: 0 auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      section.sec-01 h2 {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      section.sec-01 h2 {
        margin-bottom: 40px; } }
  section.sec-01 .kv {
    background-image: url(../images/sec01_kvbg.png);
    background-position: top center;
    padding-top: 220px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-size: 692px auto; }
    @media screen and (max-width: 767px) {
      section.sec-01 .kv {
        -webkit-background-size: 160% auto;
        -o-background-size: 160% auto;
        background-size: 160% auto;
        padding-top: 225px; } }
  section.sec-01 .btn-wrap {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      section.sec-01 .btn-wrap {
        margin-top: 80px; } }

section.sec-02 {
  padding: 80px 0 40px;
  background-color: #272727; }
  section.sec-02 .wrap {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      section.sec-02 .wrap {
        margin: 0 60px;
        width: calc(100% - 120px); } }
    @media screen and (max-width: 767px) {
      section.sec-02 .wrap {
        margin: 0 20px;
        width: calc(100% - 40px); } }
  section.sec-02 h2 {
    margin-bottom: 80px; }
  section.sec-02 .plan-list {
    margin-bottom: 40px; }
  section.sec-02 .sub-info {
    font-size: 18px;
    line-height: 2;
    color: #e0e0e0;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      section.sec-02 .sub-info {
        font-size: 15px;
        line-height: 1.5; } }
    section.sec-02 .sub-info li {
      list-style-type: disc; }
    section.sec-02 .sub-info li:first-child {
      color: #F78B26; }

.icon-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .icon-toggle {
      width: 20px;
      height: 20px; } }
  .icon-toggle.closed .ver {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .icon-toggle.closed .hor {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1; }
  .icon-toggle.opened .ver {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .icon-toggle.opened .hor {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  .icon-toggle .icon-wrap {
    width: 100%;
    height: 100%;
    position: relative; }
    .icon-toggle .icon-wrap .hor {
      position: absolute;
      width: 20px;
      height: 2px;
      top: 50%;
      left: 2px;
      margin-top: -1px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 767px) {
        .icon-toggle .icon-wrap .hor {
          width: 14px;
          left: 3px; } }
    .icon-toggle .icon-wrap .ver {
      position: absolute;
      height: 20px;
      width: 2px;
      left: 50%;
      top: 2px;
      margin-left: -1px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 767px) {
        .icon-toggle .icon-wrap .ver {
          height: 14px;
          top: 3px; } }

section.sec-03 {
  padding: 40px 0 120px;
  background-color: #272727; }
  section.sec-03 h3 {
    margin-bottom: 40px; }
  section.sec-03 .wrap {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      section.sec-03 .wrap {
        margin: 0 60px;
        width: calc(100% - 120px); } }
    @media screen and (max-width: 767px) {
      section.sec-03 .wrap {
        margin: 0 20px;
        width: calc(100% - 40px); } }
  section.sec-03 .qa-list > li {
    margin-bottom: 20px; }
  section.sec-03 .qa-list .question {
    padding: 24px 40px;
    background-color: #9e9e9e;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.48;
    font-weight: 700;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.sec-03 .qa-list .question {
        padding: 24px 60px 24px 20px;
        font-size: 18px; } }
    section.sec-03 .qa-list .question .icon-toggle {
      display: inline-block;
      position: absolute;
      right: 36px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        section.sec-03 .qa-list .question .icon-toggle {
          right: 20px; } }
  section.sec-03 .qa-list .answer {
    font-size: 18px;
    line-height: 2;
    color: #e0e0e0;
    padding: 20px;
    display: none; }
    @media screen and (max-width: 767px) {
      section.sec-03 .qa-list .answer {
        font-size: 15px;
        line-height: 1.5;
        padding: 20px 10px; } }
    section.sec-03 .qa-list .answer ul {
      margin-left: 20px; }
    section.sec-03 .qa-list .answer li {
      list-style-type: disc; }
    section.sec-03 .qa-list .answer .logo-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px 0 0 0;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        section.sec-03 .qa-list .answer .logo-list {
          display: block; } }
      section.sec-03 .qa-list .answer .logo-list li {
        list-style: none;
        margin: 0 10px; }
        section.sec-03 .qa-list .answer .logo-list li img {
          max-width: 150px; }
          @media screen and (max-width: 767px) {
            section.sec-03 .qa-list .answer .logo-list li img {
              margin: 0 auto 20px auto; } }
  section.sec-03 .sub-notice {
    text-align: center;
    color: #9e9e9e;
    font-size: 18px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      section.sec-03 .sub-notice {
        font-size: 15px;
        line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    section.sec-03 h3 {
      margin-bottom: 40px; } }

.video-slider-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1056px; }
  @media screen and (max-width: 1024px) {
    .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: 600px) {
    .film-slider .item {
      margin-bottom: 8px; } }

.film-slider .video {
  width: 100%; }

.film-slider .post-wrap {
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  opacity: 0.8;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out; }
  .film-slider .post-wrap:hover {
    -webkit-background-size: 110% 110%;
    -o-background-size: 110% 110%;
    background-size: 110% 110%;
    opacity: 1; }

.film-slider .video-title {
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: #2b2b2b;
    width: 12px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: height .2s ease-out;
    -moz-transition: height .2s ease-out;
    -ms-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out; }
  .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(184, 184, 184, 0.36); }
  .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
    width: 12px;
    height: 20px;
    background-color: rgba(184, 184, 184, 0.36);
    -webkit-background-size: cover;
    -o-background-size: cover;
    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: -40px;
    width: 20px;
    height: 100%;
    background-image: url(../images/carousel/left_normal.png);
    background-color: transparent;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 0;
    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;
      -webkit-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-border-radius: 0;
      border-radius: 0; }
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    width: 20px;
    height: 8px;
    height: 100%;
    background-image: url(../images/carousel/right_normal.png);
    background-color: transparent;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 0;
    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;
      -webkit-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-border-radius: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  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;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: height .2s ease-out;
    -moz-transition: height .2s ease-out;
    -ms-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .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;
    -webkit-background-size: cover;
    -o-background-size: cover;
    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; } }

.notice {
  background-color: #2c200a;
  padding-top: 46px;
  padding-bottom: 46px;
  color: #a0a0a0;
  position: relative; }
  .notice .container {
    width: 90%; }
  .notice .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 27px;
    color: #a0a0a0; }
    @media screen and (max-width: 768px) {
      .notice .title {
        font-size: 14px;
        margin-bottom: 20px; } }
  .notice .notice-content {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .notice .notice-content {
        font-size: 14px; } }
    .notice .notice-content ol {
      margin-bottom: 8px; }
    .notice .notice-content li {
      padding-left: 5px;
      list-style-type: decimal;
      margin-left: 20px;
      margin-bottom: 8px;
      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: 425px) {
        .notice .notice-content li {
          font-family: "Arial", sans-serif; } }
      .notice .notice-content li a {
        text-decoration: underline; }
      .notice .notice-content li li {
        list-style-type: upper-alpha; }

footer {
  margin-top: 0; }
