/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./resources/src/css/home/announce.scss ***!
  \*****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
html, body,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  display: inline;
  font-style: normal; }

html, body {
  width: 100%;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #000;
  font-size: 0.83333vw;
  letter-spacing: 0.0625rem;
  background: #fff;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 1024px) {
    html, body {
      font-size: 1.25vw; } }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 1.90476vw; } }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 2.75862vw; } }

.lang_en {
  letter-spacing: 0; }

.wrapper {
  width: 100%;
  line-height: 1.41176;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 6.5625rem; }

.index .wrapper {
  padding-top: 0; }
  @media screen and (max-width: 1024px) {
    .index .wrapper {
      padding-top: 5rem; } }

.container {
  width: calc(100% - 6.25rem);
  max-width: 80rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .container {
      width: calc(100% - 5rem); } }
  @media screen and (max-width: 768px) {
    .container {
      width: calc(100% - 2.5rem); } }
  @media screen and (max-width: 480px) {
    .container {
      width: calc(100% - 1.25rem); } }

section {
  position: relative; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  a:hover {
    color: inherit;
    text-decoration: none; }

img {
  width: 100%;
  height: auto;
  display: block; }

iframe {
  width: 100%;
  height: auto; }

:focus,
button:focus {
  outline: 0; }

.c {
  clear: both; }

.accesskey {
  font-size: 1rem;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .accesskey:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #f2f2f2;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .accesskey:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .accesskey {
      display: none; } }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

.hide {
  display: none; }

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

.loader_container {
  position: relative; }

.circle_box {
  width: 1.25rem;
  height: 5rem;
  margin: 0 auto;
  position: relative; }

.circle {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f4f3ef;
  -webkit-animation: circle 0.5s alternate infinite ease;
          animation: circle 0.5s alternate infinite ease; }

@-webkit-keyframes circle {
  0% {
    top: 3.75rem;
    height: 0.3125rem;
    border-radius: 3.125rem 3.125rem 1.5625rem 1.5625rem;
    -webkit-transform: scaleX(1.7);
            transform: scaleX(1.7); }
  40% {
    height: 1.25rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    top: 0%; } }

@keyframes circle {
  0% {
    top: 3.75rem;
    height: 0.3125rem;
    border-radius: 3.125rem 3.125rem 1.5625rem 1.5625rem;
    -webkit-transform: scaleX(1.7);
            transform: scaleX(1.7); }
  40% {
    height: 1.25rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    top: 0%; } }

.shadow {
  width: 1.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 3.875rem;
  left: 0;
  -webkit-animation: shadow 0.5s alternate infinite ease;
          animation: shadow 0.5s alternate infinite ease;
  -webkit-filter: blur(0.0625rem);
          filter: blur(0.0625rem);
  z-index: -1; }

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5); }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    opacity: 0.4; } }

@keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5); }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    opacity: 0.4; } }

.loading_txt {
  text-align: center;
  color: #222;
  font-size: 1.25rem;
  letter-spacing: 0.375rem;
  margin-top: 0.625rem; }

.lightbox {
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  z-index: 999; }
  @media screen and (min-width: 769px) {
    .lightbox::-webkit-scrollbar {
      width: 0.5rem; }
    .lightbox::-webkit-scrollbar-track {
      border-radius: 0.5rem;
      background: rgba(255, 255, 255, 0.2); }
    .lightbox::-webkit-scrollbar-thumb {
      background: rgba(88, 57, 26, 0.9); } }
  @media screen and (max-width: 768px) {
    .lightbox {
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem; } }

.lb_board {
  max-width: 60rem;
  margin: auto;
  position: relative; }
  .lb_board .ind_paper {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    @media screen and (max-width: 768px) {
      .lb_board .ind_paper {
        padding-left: 0;
        padding-right: 0; } }
    .lb_board .ind_paper:before {
      opacity: .5;
      background-attachment: fixed; }
      @media screen and (max-width: 768px) {
        .lb_board .ind_paper:before {
          background-size: auto 100vh; } }
  .lb_board .ind_title_row {
    margin-bottom: 1.875rem; }
  .lb_board .ind_title {
    margin-bottom: 0.9375rem; }
  .lb_board .ind_subtitle {
    margin-bottom: 0.625rem; }
  .lb_board .ind_txt {
    letter-spacing: 0.0625rem;
    margin-bottom: 1.25rem; }
  .lb_board .ind_txt_en {
    margin-bottom: 0.9375rem; }
  .lb_board .ind_pic {
    max-width: 31.25rem;
    margin: 0 auto;
    margin-bottom: 1.5625rem; }

.btnClose {
  width: 1.625rem;
  height: 1.625rem;
  border: 0.0625rem solid #fff;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem; }
  @media screen and (max-width: 480px) {
    .btnClose {
      right: 0.625rem; } }
  .btnClose:before, .btnClose:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    border-radius: 0.1875rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.0625rem;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .btnClose:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btnClose:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btnClose:hover:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btnClose:hover:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btnClose a {
    height: 100%; }
    @media screen and (min-width: 769px) {
      .btnClose a:after {
        content: "";
        width: calc(100% + 0.25rem);
        height: calc(100% + 0.25rem);
        border: 0.125rem dotted #f2f2f2;
        border-radius: 0.1875rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: -0.125rem;
        left: -0.125rem;
        z-index: 5;
        opacity: 0;
        -webkit-transition: opacity 0.1s ease-out;
        -o-transition: opacity 0.1s ease-out;
        transition: opacity 0.1s ease-out; }
      .btnClose a:focus:after {
        opacity: 1; } }

.lb_btn {
  cursor: pointer; }

.inputStyle {
  width: 100%;
  color: #000;
  border: 0.0625rem solid #dddddd;
  border-radius: 0;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .inputStyle::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle::-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-ms-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:required {
    border-left: 0.1875remsolid #f2f2f2; }
  .inputStyle:focus {
    outline: 0.0625remsolid #f2f2f2; }
  .inputStyle.auto {
    width: auto; }

.selectStyle {
  width: 100%;
  border: 0.0625rem solid #dddddd;
  color: #000;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  padding: 0.625rem 1.25rem;
  padding-right: 3.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icon_arrow_b.png) no-repeat calc(100% - 1.0625rem) center #fff;
  background-size: 0.625rem auto;
  display: block; }
  .selectStyle:focus {
    outline: 0.0625remsolid #f2f2f2; }

.radioStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625rem solid #dddddd;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .radioStyle:checked:before {
    opacity: 1; }
  .radioStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .radioStyle:before {
        width: 0.5rem;
        height: 0.5rem; } }
  .radioStyle:focus {
    outline: 0.0625remsolid #f2f2f2; }

.checkboxStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625remsolid #dddddd;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media screen and (max-width: 768px) {
    .checkboxStyle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1.25rem;
              flex: 0 0 1.25rem;
      width: 1.25rem;
      height: 1.25rem; } }
  .checkboxStyle:checked:before {
    opacity: 1; }
  .checkboxStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .checkboxStyle:before {
        width: 0.625rem;
        height: 0.625rem; } }
  .checkboxStyle:focus {
    outline: 0.0625remsolid #f2f2f2; }
  .checkboxStyle ~ label {
    line-height: 1.5;
    padding: 0.5625rem 0; }

.buttonStyle {
  width: 13.875rem;
  background: #fff;
  color: #1c1920;
  text-align: center;
  line-height: 2.625rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .buttonStyle a {
    line-height: 3rem; }
  .buttonStyle:hover {
    background: rgba(255, 255, 255, 0.6); }
  .buttonStyle:focus {
    outline: 0.0625remsolid #f2f2f2; }
  .buttonStyle.cancel {
    background: rgba(255, 255, 255, 0.15); }
  .buttonStyle.submit {
    background: #f2f2f2; }
  .buttonStyle.goback {
    background: #f2f2f2;
    color: #fff; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .header {
      background: rgba(255, 255, 255, 0.7);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); } }
  .header .accesskey {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.header_row {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 20; }

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mainLogo {
  width: 13.75rem; }
  @media screen and (max-width: 480px) {
    .mainLogo {
      width: 4rem; } }

.mainLogo_link {
  white-space: nowrap;
  font-family: "Open Sans", "Noto Sans TC";
  position: relative; }
  @media screen and (min-width: 769px) {
    .mainLogo_link:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #f2f2f2;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .mainLogo_link:focus:after {
      opacity: 1; } }

@media screen and (max-width: 480px) {
  .mainLogo_img {
    display: none; } }

.mainLogo_img_m {
  display: none; }
  @media screen and (max-width: 480px) {
    .mainLogo_img_m {
      display: block; } }

.hamburger {
  width: 2.5rem;
  height: 6.25rem;
  position: relative; }
  .hamburger:hover .hamburger_line {
    background: #ff65ff; }
    .hamburger:hover .hamburger_line:before {
      background: #ff65ff; }
    .hamburger:hover .hamburger_line:after {
      background: #ff65ff; }
  @media screen and (min-width: 1025px) {
    .hamburger.active .hamburger_line {
      background: #fff; }
      .hamburger.active .hamburger_line:before {
        background: #fff;
        -webkit-transform: translateY(0.875rem) scaleX(1.2);
            -ms-transform: translateY(0.875rem) scaleX(1.2);
                transform: translateY(0.875rem) scaleX(1.2); }
      .hamburger.active .hamburger_line:after {
        background: #fff;
        -webkit-transform: translateY(-0.875rem) scaleX(0.8);
            -ms-transform: translateY(-0.875rem) scaleX(0.8);
                transform: translateY(-0.875rem) scaleX(0.8); } }

.hamburger_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hamburger_line {
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background: #222;
  position: relative;
  z-index: 1;
  -webkit-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; }
  .hamburger_line:before, .hamburger_line:after {
    content: "";
    width: 100%;
    height: 0.125rem;
    background: #222;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .hamburger_line:before {
    -webkit-transform: translateY(-0.875rem) scaleX(1.2);
        -ms-transform: translateY(-0.875rem) scaleX(1.2);
            transform: translateY(-0.875rem) scaleX(1.2); }
  .hamburger_line:after {
    -webkit-transform: translateY(0.875rem) scaleX(0.8);
        -ms-transform: translateY(0.875rem) scaleX(0.8);
            transform: translateY(0.875rem) scaleX(0.8); }

.nav {
  width: 40.625rem;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(34, 34, 34, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 1024px) {
    .nav {
      width: 31.25rem;
      height: calc(100vh - 6.25rem);
      top: 100%;
      right: 0;
      background: rgba(0, 0, 0, 0.85); } }
  @media screen and (max-width: 480px) {
    .nav {
      width: 100%; } }
  .nav::-webkit-scrollbar {
    width: 0.25rem; }
  .nav::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    background: transparent; }
  .nav::-webkit-scrollbar-thumb {
    background: transparent;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .nav:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 34, 0.8); }

.nav_container {
  padding: 6.25rem 0;
  padding-left: 6.25rem; }
  @media screen and (max-width: 480px) {
    .nav_container {
      padding-left: 0; } }

.nav_list {
  width: 40.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", "Noto Sans TC";
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .nav_list {
      width: 31.25rem; } }
  @media screen and (max-width: 480px) {
    .nav_list {
      width: 100vw;
      padding-left: 3.75rem; } }

.nav_li {
  position: relative;
  padding: 0.625rem 0; }

.nav_link {
  font-size: 1.25rem; }
  @media screen and (min-width: 1025px) {
    .nav_link.active, .nav_link:focus, .nav_link:hover {
      color: #f6e612; } }

.subnav_box {
  padding-left: 3.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.subnav_link {
  font-size: 1.125rem;
  padding: 0.5625rem 0;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .subnav_link {
      font-size: 1.375rem; } }
  @media screen and (min-width: 1025px) {
    .subnav_link.active, .subnav_link:focus, .subnav_link:hover {
      color: #f6e612; } }

.nav_en {
  font-size: 2.5rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-left: 0.625rem; }
  @media screen and (max-width: 768px) {
    .nav_en {
      font-size: 2.75rem; } }

.nav_tw {
  font-size: 1.25rem;
  font-family: "Open Sans", "Noto Sans TC";
  position: relative;
  bottom: 0.125rem; }
  @media screen and (max-width: 768px) {
    .nav_tw {
      font-size: 1.5rem; } }

.toplink.active .toplink_title {
  color: #fff; }

.toplink.active .toplink_dash {
  background: #fff; }

.toplink.active .toplink_btn_link {
  color: #fff;
  border: 0.0625rem solid #fff; }
  @media screen and (min-width: 1025px) {
    .toplink.active .toplink_btn_link.active, .toplink.active .toplink_btn_link:hover, .toplink.active .toplink_btn_link:focus {
      background: #00e67a;
      border: 0.0625rem solid #00e67a; }
      .toplink.active .toplink_btn_link.active::before, .toplink.active .toplink_btn_link:hover::before, .toplink.active .toplink_btn_link:focus::before {
        background: #00e67a; } }

.toplink {
  padding-right: 3.125rem; }
  @media screen and (max-width: 1024px) {
    .toplink {
      display: none; } }

.toplink_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.toplink_title {
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: bolder;
  color: #000;
  white-space: nowrap;
  margin: 0 0.4375rem; }

.toplink_dash {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 0.0625rem;
  background: #000;
  margin: 0 0.5rem; }

.toplink_btn {
  padding: 0 0.4375rem; }

.toplink_btn_link {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 0.875rem;
  padding-top: 0.0625rem;
  padding-left: 0.0625rem; }
  .toplink_btn_link::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2.8125rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  @media screen and (min-width: 1025px) {
    .toplink_btn_link.active, .toplink_btn_link:hover, .toplink_btn_link:focus {
      color: #fff;
      background: #00e67a;
      border-color: #00e67a;
      -webkit-transition: background 0.1s ease-out 0.2s;
      -o-transition: background 0.1s ease-out 0.2s;
      transition: background 0.1s ease-out 0.2s; }
      .toplink_btn_link.active::before, .toplink_btn_link:hover::before, .toplink_btn_link:focus::before {
        background: #00e67a;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }

.lang_tw {
  font-family: "Open Sans", "Noto Sans TC"; }

.lang_en {
  font-family: "Open Sans", "Noto Sans TC";
  font-size: 0.9375rem; }

.fb_link {
  font-size: 1.1875rem; }

.youtube_link {
  font-size: 1.1875rem; }

.nav_search {
  margin-top: 2.25rem; }

.nav_search_col {
  position: relative; }
  .nav_search_col .fa-search {
    font-size: 1.125rem;
    color: #222;
    position: absolute;
    left: 0;
    bottom: 0.625rem; }

.nav_search_input {
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  border: none;
  background: transparent;
  border-bottom: 0.0625rem solid #222;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5625rem 0;
  padding-left: 1.875rem; }

.special_page_btn {
  position: relative;
  margin-left: 1.25rem; }
  @media screen and (min-width: 769px) {
    .special_page_btn:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #f2f2f2;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .special_page_btn:focus:after {
      opacity: 1; } }

.special_page_link {
  background: #c1241f;
  white-space: nowrap;
  font-family: "Open Sans", "Noto Sans TC";
  font-size: 1.25rem;
  color: #fff;
  padding: 0.4375rem 1.25rem;
  border: 0.4375rem solid #9897ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10; }
  .special_page_link:focus, .special_page_link:hover {
    color: #fff;
    background: #9897ff; }

.footer {
  color: #fff;
  background: -o-linear-gradient(left, rgba(43, 41, 33, 0) 0%, #2b2921 50%, rgba(43, 41, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 41, 33, 0)), color-stop(50%, #2b2921), to(rgba(43, 41, 33, 0)));
  background: linear-gradient(90deg, rgba(43, 41, 33, 0) 0%, #2b2921 50%, rgba(43, 41, 33, 0) 100%);
  background: #111;
  padding: 2.5rem 0 1.5625rem;
  position: relative;
  z-index: 0; }

.logo_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.logo_col {
  padding: 0 1.875rem; }
  @media screen and (max-width: 480px) {
    .logo_col {
      padding: 0 0.9375rem; } }

.logo_pic img {
  width: auto;
  height: 5.8125rem; }
  @media screen and (max-width: 768px) {
    .logo_pic img {
      height: 3.125rem; } }

.logo_title {
  margin-bottom: 0.625rem; }

.footer_bottom {
  text-align: center;
  line-height: 2;
  margin-top: 1.875rem; }

.footer_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.8125rem;
  margin-right: -0.8125rem; }

.footer_policy_li {
  padding: 0 0.8125rem;
  position: relative; }
  .footer_policy_li::before {
    content: '';
    width: 0.0625rem;
    height: 1rem;
    background: #666;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .footer_policy_li:first-child::before {
    display: none; }

.footer_policy_link:hover, .footer_policy_link:focus {
  opacity: .7; }

.backtotop {
  width: 4.6875rem;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .backtotop {
      bottom: 1.25rem;
      right: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .backtotop {
      bottom: 0.625rem;
      right: 0.625rem; } }
  .backtotop:hover .backtotop_img {
    opacity: 1; }

.backtotop_img {
  opacity: .5;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem; }
  .breadcrumb li {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0 0.875rem;
    position: relative; }
    .breadcrumb li::after {
      content: '>';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -53%);
          -ms-transform: translate(50%, -53%);
              transform: translate(50%, -53%);
      opacity: .7; }
    .breadcrumb li:last-child::after {
      display: none; }
  .breadcrumb a:hover {
    color: #ff65ff; }

.en .ck_editor {
  letter-spacing: 0; }

.ck_editor {
  font-size: 1.125rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.9; }
  .ck_editor h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0.9375rem; }
  .ck_editor h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0.9375rem; }
  .ck_editor h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0.3125rem; }
  .ck_editor h5 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.9;
    margin: 0; }
  .ck_editor p {
    margin-bottom: 1.25rem; }
  .ck_editor img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 37.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto; }
  .ck_editor figure {
    width: auto;
    height: auto;
    margin: 1.25rem auto;
    display: table; }
  .ck_editor figcaption {
    font-size: 0.875rem;
    padding: 0.1875rem 0 0 1.0625rem;
    position: relative; }
    .ck_editor figcaption::before {
      content: '';
      border-style: solid;
      border-color: transparent transparent #333 transparent;
      border-width: 0 4px 7px 4px;
      position: absolute;
      top: 0.75rem;
      left: 0; }
  .ck_editor ol {
    list-style: decimal;
    margin-left: 1.4em; }
  .ck_editor ul {
    list-style: disc;
    margin-left: 1.4em; }
  .ck_editor li {
    line-height: 1.9; }
  .ck_editor table {
    text-indent: 0 !important; }
  .ck_editor table {
    width: 100%;
    line-height: 1.6;
    margin: 0.625rem 0; }
    @media screen and (max-width: 768px) {
      .ck_editor table {
        display: block; } }
  @media screen and (max-width: 768px) {
    .ck_editor tbody {
      display: block; } }
  @media screen and (max-width: 768px) {
    .ck_editor tr {
      display: block;
      border-bottom: 0.0625rem solid #ccc;
      border-left: 0;
      border-right: 0;
      padding: 0.625rem 0; } }
  @media screen and (max-width: 768px) {
    .ck_editor tr::last-child {
      border-bottom: 0; } }
  .ck_editor th {
    padding: 0.1875rem 0.625rem;
    border: 0.0625rem solid #ccc; }
    @media screen and (max-width: 768px) {
      .ck_editor th {
        display: none; } }
  .ck_editor td {
    padding: 0.1875rem 0.625rem;
    border: 0.0625rem solid #ccc; }
    @media screen and (max-width: 768px) {
      .ck_editor td {
        display: block;
        border: 0;
        padding: 0 0.625rem; } }
  .ck_editor a {
    display: inline;
    color: #54b2a4; }
    .ck_editor a::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #54b2a4;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out;
      opacity: .7; }
    .ck_editor a:hover::before {
      opacity: 0; }
  .ck_editor iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 65vw; } }
  .ck_editor .ol_1 {
    list-style: none;
    margin-left: 2.875rem; }
    .ck_editor .ol_1 > li {
      margin-bottom: 1.875rem; }
    .ck_editor .ol_1 h3 {
      text-indent: -2.875rem;
      margin-bottom: 0.625rem; }
    .ck_editor .ol_1 p {
      margin-bottom: 0.625rem; }
  .ck_editor .ol_2 {
    list-style: none;
    text-indent: -2rem;
    margin-left: 2rem; }
  .ck_editor .ol_3 {
    list-style: none;
    text-indent: -1.375rem;
    margin-left: 1.375rem; }
  .ck_editor .disc {
    list-style: disc;
    margin-left: 1.25rem;
    text-indent: 0; }
  .ck_editor .listtable th {
    color: #fff;
    letter-spacing: 0.3125rem;
    background: #151515;
    padding: 0.3125rem 0.625rem; }
  .ck_editor .listtable td {
    padding: 0.3125rem 0.625rem; }
  .ck_editor .listtable tr:nth-child(2n+1) td {
    background: #ccc; }

.table {
  width: 100%;
  font-size: 1.125rem; }
  @media screen and (max-width: 480px) {
    .table {
      display: block; } }
  @media screen and (max-width: 480px) {
    .table tbody {
      display: block; } }
  @media screen and (max-width: 480px) {
    .table tbody tr {
      display: block;
      border-bottom: 0;
      padding: 0; } }
  .table tbody tr th:last-child,
  .table tbody tr td:last-child {
    text-align: left; }
  .table th {
    background: rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 480px) {
      .table th {
        display: none; } }
  .table th,
  .table td {
    text-align: center;
    padding: 0.75rem 1.25rem; }
    @media screen and (max-width: 480px) {
      .table th,
      .table td {
        width: 100%;
        text-align: left;
        line-height: 2;
        padding: 0rem 1.25rem; } }
  @media screen and (max-width: 480px) {
    .table td {
      display: block; } }
  @media screen and (max-width: 480px) {
    .table .film_time {
      border-top: 0.0625rem solid #ccc;
      padding-top: 0.9375rem;
      margin-top: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    .table .film_name {
      padding-top: 0.9375rem; } }

.m_title {
  position: relative;
  margin-right: 0.3125rem;
  display: none; }
  @media screen and (max-width: 480px) {
    .m_title {
      display: inline-block; } }
  .m_title:after {
    content: '|';
    margin-left: 0.3125rem; }

.sec_content {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem; }
  @media screen and (max-width: 480px) {
    .sec_content {
      padding-top: 1.875rem;
      padding-bottom: 6.25rem; } }
  .sec_content .container {
    max-width: 73.75rem; }
  .sec_content .maintitle_row {
    margin-bottom: 4.75rem; }

.content_paper {
  color: #000;
  -webkit-box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
  padding: 3.75rem 5rem 5rem;
  background: #fff;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.9) 30%, white 90%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(15%, rgba(255, 255, 255, 0.85)), color-stop(30%, rgba(255, 255, 255, 0.9)), color-stop(90%, white), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.9) 30%, white 90%, rgba(255, 255, 255, 0.9) 100%);
  position: relative; }
  @media screen and (max-width: 768px) {
    .content_paper {
      padding: 3.75rem 2.5rem 5rem; } }
  @media screen and (max-width: 480px) {
    .content_paper {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
      padding: 2.5rem 1.875rem 3.75rem; } }

.content_top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 768px) {
    .content_top_row {
      margin-bottom: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    .content_top_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media screen and (max-width: 480px) {
  .content_paper .content_top_row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.content_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 480px) {
    .content_top_right {
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 0.625rem; } }

.content_title {
  font-size: 2.375rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 400;
  color: #222;
  line-height: 1.4;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 480px) {
    .content_title {
      font-size: 1.875rem; } }

.content_tag {
  font-size: 1.1875rem;
  color: #fff;
  font-weight: bold;
  padding: 0.375rem 2.5rem;
  background-image: url(../img/bg_yellow.gif);
  margin-left: 0.625rem; }

.content_duration {
  font-size: 1.3125rem;
  font-family: "Open Sans", "Noto Sans TC", "Open Sans", "Noto Sans TC"; }

.announce .ck_editor h3 {
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 1.875rem; }

.announce .ck_editor h4 {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem; }

.announce .ck_editor ul {
  list-style: none;
  margin-left: 2.25rem; }
  .announce .ck_editor ul > li {
    text-indent: -2.25rem;
    margin-left: 0; }

