/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/common.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.clear:after,
blockquote:after,
q:before,
q.clear:after,
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; }

@font-face {
  src: url(../fonts/NotoSansCJKtc-Thin.otf) format("opentype");
  font-family: 'NotoSansCJKtc-Thin';
  font-display: swap; }

@font-face {
  src: url(../fonts/Mastia.otf) format("opentype");
  font-family: 'Mastia';
  font-display: swap; }

html, body {
  width: 100%;
  font-family: "NotoSansCJKtc-Thin", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #fff;
  font-size: 0.83333vw;
  background: #131313;
  position: relative; }
  @media screen and (max-width: 950px) {
    html, body {
      font-size: 1.68421vw; } }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 3.33333vw; } }

.wrapper {
  width: 100%;
  min-height: 100vh;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.container, .container_inner {
  width: calc(100% - 10rem);
  max-width: 76.875rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .container, .container_inner {
      width: calc(100% - 2.5rem); } }
  @media screen and (max-width: 480px) {
    .container, .container_inner {
      width: calc(100% - 1.25rem); } }

.container_inner {
  width: calc(100% - 1.25rem);
  max-width: 62.5rem; }

section {
  position: relative; }

.accesskey {
  font-size: 1rem;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1;
  opacity: 0; }
  @media screen and (max-width: 950px) {
    .accesskey {
      display: none; } }
  .accesskey:focus {
    opacity: 1; }

.access_content {
  width: 0.0625rem;
  height: 0.0625rem;
  font-size: 1rem;
  padding: 0 0.625rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10000;
  clip: rect(0, 0, 0, 0); }
  @media screen and (max-width: 768px) {
    .access_content {
      display: none; } }
  .access_content:focus {
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    -webkit-transform: translateY(1.375rem);
        -ms-transform: translateY(1.375rem);
            transform: translateY(1.375rem); }

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

.textarea {
  white-space: pre-wrap; }

.pic {
  position: relative;
  overflow: hidden; }

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

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

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

.hide {
  display: none !important; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.c {
  clear: both; }

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

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

.align_right {
  text-align: right; }

.backtotop {
  width: 4.375rem;
  height: 4.375rem;
  position: fixed;
  bottom: 3.125rem;
  right: 5rem;
  z-index: 15;
  opacity: 0;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out; }
  @media screen and (max-width: 480px) {
    .backtotop {
      bottom: 3.125rem;
      right: 1.25rem; } }
  .backtotop.active {
    opacity: 1; }

.backtotop_link {
  height: 100%;
  border-radius: 4.375rem;
  background: rgba(17, 17, 17, 0.8);
  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;
  opacity: .7; }
  .backtotop_link:hover {
    opacity: 1; }

.icon_backtotop {
  width: 2.5rem; }

.loading {
  width: 100%;
  height: 100%;
  background: #000;
  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;
  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: rgba(255, 255, 255, 0.3);
  opacity: .3;
  -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(255, 255, 255, 0.1);
  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: rgba(255, 255, 255, 0.2);
  font-size: 0.9375rem;
  letter-spacing: 0;
  margin-top: 0.625rem; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

.mainlogo {
  width: 12.5rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3.125rem;
  margin-left: 5rem; }
  @media screen and (max-width: 950px) {
    .mainlogo {
      margin-top: 3.75rem;
      margin-left: 1.875rem; } }
  @media screen and (max-width: 480px) {
    .mainlogo {
      width: 9.375rem;
      margin-top: 1.25rem;
      margin-left: 0.625rem; } }

.hamburger {
  width: 2rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 3.75rem;
  margin-right: 7.5rem; }
  @media screen and (max-width: 950px) {
    .hamburger {
      margin-top: 5.625rem;
      margin-right: 2.5rem; } }
  @media screen and (max-width: 480px) {
    .hamburger {
      margin-top: 1.875rem;
      margin-right: 1.25rem; } }
  .hamburger.active .hamburger_bars span {
    -webkit-transform: scaleX(55%);
        -ms-transform: scaleX(55%);
            transform: scaleX(55%); }
  .hamburger.active .hamburger_bars::before {
    -webkit-transform: scaleX(30%);
        -ms-transform: scaleX(30%);
            transform: scaleX(30%); }

.hamburger_link {
  height: 100%; }

.hamburger_bars {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .hamburger_bars span {
    width: 100%;
    height: 0.25rem;
    background: #fff;
    border-radius: 0.25rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.125rem;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .hamburger_bars::before, .hamburger_bars::after {
    content: '';
    width: 100%;
    height: 0.25rem;
    background: #fff;
    border-radius: 0.25rem;
    position: absolute;
    left: 0;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .hamburger_bars::before {
    top: 0; }
  .hamburger_bars::after {
    bottom: 0; }

.nav {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 8.4375rem;
  right: 0;
  padding: 0.625rem 0;
  padding-left: 2.8125rem;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }
  @media screen and (max-width: 480px) {
    .nav {
      top: auto;
      bottom: 0;
      max-height: 80vh;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.nav_link {
  color: #fff;
  font-family: 'Mastia';
  font-size: 1.625rem;
  text-decoration: underline;
  line-height: 2.4;
  -webkit-transform: scaleY(0.65);
      -ms-transform: scaleY(0.65);
          transform: scaleY(0.65);
  padding: 0 1.875rem 0 2.1875rem; }
  .nav_link::before {
    content: '';
    width: 0.0625rem;
    height: calc(100% - 20px);
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(15deg);
        -ms-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .nav_link.active, .nav_link:hover {
    text-decoration: underline; }
    .nav_link.active::before, .nav_link:hover::before {
      -webkit-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg); }

.lightbox {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.97);
  background-image: url(../img/lb_bg.gif);
  background-size: cover;
  -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: 49; }
  @media screen and (min-width: 951px) {
    .lightbox::-webkit-scrollbar {
      width: 0.25rem; }
    .lightbox::-webkit-scrollbar-track {
      border-radius: 0.25rem;
      background: rgba(255, 255, 255, 0.1); }
    .lightbox::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3); } }
  @media screen and (max-width: 950px) {
    .lightbox {
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem; } }

.lb_board {
  width: 100%;
  max-width: 86.25rem;
  margin: auto;
  position: relative; }

.lb_close_btn {
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  top: 3.125rem;
  left: 5.3125rem; }
  @media screen and (max-width: 480px) {
    .lb_close_btn {
      left: 0.625rem; } }
  .lb_close_btn:before, .lb_close_btn.clear:after, .lb_close_btn: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;
    transition: all 0.4s ease-out; }
  .lb_close_btn:before, .lb_close_btn.clear:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .lb_close_btn:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .lb_close_btn:hover:before, .lb_close_btn.clear:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .lb_close_btn:hover:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .lb_close_btn a {
    height: 100%; }
    .lb_close_btn a::after {
      border: 2px dotted #f0efee; }

.lb_btn {
  cursor: pointer; }

.lb_show_img {
  width: auto;
  max-width: calc(100% - 12.5rem);
  max-height: 90vh;
  margin: 0 auto; }

.lb_show_caption {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.4375rem; }

.maintitle_style, .maintitle_en {
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 5.625rem;
  letter-spacing: 0.3125rem;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transform: scaleY(0.65);
      -ms-transform: scaleY(0.65);
          transform: scaleY(0.65); }
  @media screen and (max-width: 480px) {
    .maintitle_style, .maintitle_en {
      font-size: 2.8125rem; } }
  .maintitle_style span, .maintitle_en span {
    position: relative; }
    .maintitle_style span::before, .maintitle_en span::before {
      content: '';
      width: 100%;
      height: 0.3125rem;
      background: #fff;
      position: absolute;
      bottom: 0.4375rem;
      left: 0; }

.maintitle_tw {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.4375rem;
  margin-top: -1.8em; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  margin-bottom: 0.625rem; }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .breadcrumb li {
    font-size: 1rem;
    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%); }
    .breadcrumb li:last-child::after {
      display: none; }
  .breadcrumb a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .breadcrumb a:focus::before, .breadcrumb a:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .breadcrumb .fa-magnifying-glass {
    display: none; }


/*# sourceMappingURL=common.min.css.map*/