/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/_reset.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/* RESET
--------------------------------------------------------------------------------------*/
html,
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;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/_base.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html, body {
  width: 100%;
  font-family: "Montserrat-400", "NotoSansTC-400", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #222;
  font-size: 0.8333333333vw;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 950px) {
  html, body {
    font-size: 1.6842105263vw;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    font-size: 3.0769230769vw;
  }
}

._en {
  letter-spacing: 0;
}

.wrapper {
  width: 100%;
  line-height: 1.4117647059;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 5rem;
}
@media screen and (max-width: 950px) {
  .wrapper {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding-top: 5rem;
  }
}

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

.container_inner {
  width: 100%;
  max-width: 68.75rem;
}

section {
  position: relative;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/_share.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.tracker {
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/icon_fireball.png);
  background-size: contain;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .tracker {
    display: none;
  }
}

.symbol {
  font-family: Arial, sans-serif, Verdana;
}

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

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

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

table {
  width: 100%;
}
table th,
table td {
  vertical-align: middle;
}

.pic {
  position: relative;
}

.pic_block {
  width: 100% !important;
}

.accesskey {
  font-size: 1rem;
  color: transparent;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 951px) {
  .accesskey:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-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;
  }
}

.access_content {
  width: 0.0625rem;
  height: 0.0625rem;
  font-size: 1rem;
  padding: 0 0.625rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  clip: rect(0, 0, 0, 0);
}
@media screen and (min-width: 951px) {
  .access_content:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .access_content:focus:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .access_content {
    display: none;
  }
}
.access_content:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

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

.img {
  width: 100% !important;
  height: 100% !important;
}

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

.list_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hide {
  display: none !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_lightbox.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.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.97);
  -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: 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: 85.375rem;
  margin: auto;
  position: relative;
}

.close_btn {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #fff;
  position: fixed;
  top: 1.5rem;
  right: 2rem;
}
@media screen and (max-width: 480px) {
  .close_btn {
    right: 0.625rem;
  }
}
.close_btn:before, .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;
}
.close_btn:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close_btn:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_btn:hover:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_btn:hover:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close_btn_link {
  height: 100%;
}
@media screen and (min-width: 951px) {
  .close_btn_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .close_btn_link:focus:after {
    opacity: 1;
  }
}

.lb_btn {
  cursor: pointer;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_loading.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.loading {
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  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: 999;
}

.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: 0.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(1px);
          filter: blur(1px);
  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;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_header.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .container {
  width: calc(100% - 3.25rem);
  max-width: none;
}
@media screen and (max-width: 480px) {
  .header .container {
    width: calc(100% - 0.625rem);
  }
}

.header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  .header_left {
    padding-left: 0;
  }
}

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

.mainLogo {
  width: 25.625rem;
}
@media screen and (max-width: 480px) {
  .mainLogo {
    width: 11rem;
    position: relative;
    bottom: -0.125rem;
  }
}

@media screen and (max-width: 480px) {
  ._en .mainLogo {
    bottom: 0;
  }
}

@media screen and (min-width: 951px) {
  .mainLogo_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-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_pc {
    display: none !important;
  }
}

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

.header_func {
  background: #222;
}

.func_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 1.125rem;
}

@media screen and (max-width: 950px) {
  .func_li.m_hide {
    display: none;
  }
}

.func_link {
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Montserrat-400", "NotoSansTC-400";
  white-space: nowrap;
  padding: 1.875rem 1.125rem 1.8125rem;
}
@media screen and (max-width: 480px) {
  .func_link {
    padding: 1.875rem 0.75rem 1.8125rem;
  }
}
.func_link.active, .func_link:focus, .func_link:hover {
  color: #0198dc;
}

.hamburger {
  width: 2.25rem;
  position: relative;
  padding: 1.375rem 0;
  margin-left: 1.125rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 950px) {
  .hamburger {
    display: block;
  }
}

.hamburger_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburger_bars {
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
}

.hamburger_bar {
  width: 100%;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.0625rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hamburger_bar:before, .hamburger_bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.0625rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hamburger_bar:before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.hamburger_bar:after {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.active .hamburger_bar {
  background: transparent;
}
.active .hamburger_bar:before {
  -webkit-transform: translateY(0) rotate(135deg);
      -ms-transform: translateY(0) rotate(135deg);
          transform: translateY(0) rotate(135deg);
}
.active .hamburger_bar:after {
  -webkit-transform: translateY(0) rotate(-135deg);
      -ms-transform: translateY(0) rotate(-135deg);
          transform: translateY(0) rotate(-135deg);
}

.nav {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  .nav {
    display: none;
    opacity: 0;
    height: calc(100% - 5rem);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 9.375rem 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (max-width: 480px) {
  .nav {
    padding: 6.25rem 0;
  }
}
.nav .nav_hide {
  display: none;
}
@media screen and (max-width: 950px) {
  .nav .nav_hide {
    display: block;
  }
}

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.25rem;
  padding-top: 0.1875rem;
}
@media screen and (max-width: 950px) {
  .nav_list {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
}

.nav_li {
  position: relative;
}
@media screen and (max-width: 950px) {
  .nav_li.m_show {
    display: block;
  }
}

.nav_link {
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Montserrat-400", "NotoSansTC-400";
  line-height: 2.5;
  padding: 1.0625rem 1.25rem;
}
@media screen and (max-width: 950px) {
  .nav_link {
    font-size: 1.5rem;
    text-align: center;
    padding: 0.3125rem 0;
  }
}
@media screen and (max-width: 480px) {
  .nav_link {
    font-size: 1.375rem;
    padding: 0;
  }
}
.nav_link::before {
  content: "";
  width: 0;
  height: 0.3125rem;
  background: #0198dc;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media screen and (max-width: 950px) {
  .nav_link::before {
    height: 0.25rem;
  }
}
.nav_link.show, .nav_link:focus, .nav_link:hover {
  color: #0198dc;
}
.nav_link.show::before, .nav_link:focus::before, .nav_link:hover::before {
  width: calc(100% - 1.25rem);
}

.func_li.show .subnav_box,
.nav_li.show .subnav_box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
@media screen and (max-width: 950px) {
  .func_li.show .subnav_box,
  .nav_li.show .subnav_box {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.row_block.show .subnav_box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.subnav_box {
  -webkit-box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10px);
      -ms-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
}
@media screen and (min-width: 951px) {
  .subnav_box {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
@media screen and (max-width: 950px) {
  .subnav_box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.subnav_box .nav_list {
  display: block;
  background: #fff;
  padding: 1.875rem 0;
}
@media screen and (max-width: 950px) {
  .subnav_box .nav_list {
    background: #f5f5f5;
    padding: 1.25rem 0;
  }
}
.subnav_box .nav_link {
  font-size: 1.0625rem;
  font-weight: normal;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #222;
  line-height: 2.5;
  white-space: nowrap;
  padding: 0 3.125rem;
}
.subnav_box .nav_link::before {
  display: none;
}
@media screen and (min-width: 951px) {
  .subnav_box .nav_link:hover, .subnav_box .nav_link:focus {
    color: #0198dc;
  }
}
@media screen and (max-width: 950px) {
  .subnav_box .nav_link {
    font-size: 1.5rem;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .subnav_box .nav_link {
    font-size: 1.375rem;
    line-height: 2.2;
  }
}
.subnav_box .subnav_box {
  display: none;
}

.row_block > .subnav_box {
  width: 100vw;
  position: fixed;
  top: 4.9375rem;
  left: 0%;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 950px) {
  .row_block > .subnav_box {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.row_block > .subnav_box .subnav_box {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.row_block > .subnav_box > .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 950px) {
  .row_block > .subnav_box > .nav_list {
    display: block;
  }
}
.row_block > .subnav_box > .nav_list > .nav_li {
  position: relative;
}
@media screen and (min-width: 951px) {
  .row_block > .subnav_box > .nav_list > .nav_li:before {
    content: "";
    width: 0.0625rem;
    height: calc(100% - 1.6rem);
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .row_block > .subnav_box > .nav_list > .nav_li:first-child:before {
    display: none;
  }
}
.row_block > .subnav_box > .nav_list > .nav_li > .nav_link {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .row_block > .subnav_box > .nav_list > .nav_li > .nav_link {
    color: #0198dc;
  }
  .row_block > .subnav_box > .nav_list > .nav_li > .nav_link:before {
    content: "";
    width: 2.5rem;
    height: 1px;
    background: #0198dc;
    position: absolute;
    left: 50%;
    bottom: 0.3125rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 950px) {
  .row_block > .subnav_box > .nav_list > .nav_li > .nav_list {
    padding: 0.9375rem 0 1.25rem;
  }
}
.row_block > .subnav_box > .nav_list .nav_list {
  padding: 0;
  background: transparent;
}

._en .row_block > .subnav_box .nav_link {
  padding: 0 1.875rem;
}
@media screen and (max-width: 1440px) {
  ._en .row_block > .subnav_box .nav_link {
    white-space: normal;
    line-height: 1.5;
    padding: 0.625rem 1.875rem;
  }
}
@media screen and (max-width: 950px) {
  ._en .row_block > .subnav_box .nav_link {
    white-space: nowrap;
    line-height: 2.2;
    padding: 0;
  }
}
._en .row_block > .subnav_box .subnav_box .nav_link {
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  ._en .row_block > .subnav_box .subnav_box .nav_link {
    font-size: 1.25rem;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  ._en .row_block > .subnav_box .subnav_box .nav_link {
    font-size: 1.125rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_footer.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.footer {
  color: #fff;
  font-weight: 100;
  background: #222;
  position: relative;
  z-index: 1;
  padding: 2.25rem 0 2.5rem;
}
@media screen and (max-width: 480px) {
  .footer {
    padding-top: 3.125rem;
  }
}
.footer svg {
  display: inline-block;
}

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .footer_row {
    display: block;
  }
}

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .footer_right {
    margin-top: 2.5rem;
  }
}

.info_row {
  margin-bottom: 2.375rem;
}
.info_row:last-child {
  margin-bottom: 0;
}

.info_title {
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
}

.org_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.0625rem;
  margin-right: -1.0625rem;
}
@media screen and (max-width: 480px) {
  .org_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 951px) {
  .org_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .org_link:focus:after {
    opacity: 1;
  }
}

.org_item {
  padding: 0 1.0625rem;
}
@media screen and (max-width: 480px) {
  .org_item {
    padding-bottom: 1.25rem;
  }
}
.org_item img {
  width: auto;
  height: 2rem;
}
@media screen and (max-width: 960px) {
  .org_item img {
    height: 1.625rem;
  }
}

.footer_social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -0.8125rem;
  padding-top: 1.4375rem;
}
@media screen and (max-width: 950px) {
  .footer_social_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    margin-bottom: 1.25rem;
  }
}

.footer_social_li {
  padding: 0 0.3125rem;
}

.footer_social_link {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 1px solid #656565;
}
.footer_social_link:focus, .footer_social_link:hover {
  background: #fff;
  color: #222;
}
.footer_social_link .fa-youtube {
  width: 1.25rem;
}
.footer_social_link .fa-facebook-f {
  width: 0.6875rem;
}
.footer_social_link .fa-instagram {
  width: 1.0625rem;
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -0.8125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 950px) {
  .footer_links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
    margin-left: -0.8125rem;
  }
}

.footer_li {
  padding: 0 0.8125rem;
}

.footer_link {
  color: #666;
}
@media screen and (min-width: 951px) {
  .footer_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .footer_link:focus:after {
    opacity: 1;
  }
}
.footer_link:focus, .footer_link:hover {
  color: #fff;
}

.copyright {
  text-align: right;
  color: #666;
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  .copyright {
    text-align: left;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_footer_sponsor.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.footer_sponsor {
  padding-top: 1px;
  background: #f4f4f4;
}
.footer_sponsor .maintitle_row {
  display: none;
}

.sponsor_swiper {
  position: relative;
}
.sponsor_swiper .swiper-slide {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .sponsor_swiper .swiper-button-prev,
  .sponsor_swiper .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 951px) {
  .sponsor_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .sponsor_link:focus:after {
    opacity: 1;
  }
}

.sponsor_img {
  height: 5.75rem;
  width: auto;
  padding: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_fastlink.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.fastlink {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-10rem);
      -ms-transform: translateY(-10rem);
          transform: translateY(-10rem);
}

.fastlink_tab {
  width: 1.125rem;
  color: #fff;
  background: #0198dc;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  right: 100%;
  cursor: pointer;
}
@media screen and (min-width: 951px) {
  .fastlink_tab:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .fastlink_tab:focus:after {
    opacity: 1;
  }
}

.fastlink_tab_icon {
  width: 0.75rem;
  margin: 0 auto 0.375rem;
}

.fastlink_tab_txt {
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.7;
}

._en .fastlink_tab_icon {
  margin: 0 auto 0.625rem;
}
._en .fastlink_tab_txt {
  font-size: 1.0625rem;
  letter-spacing: 0.0625rem;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
  left: -0.3125rem;
}

.fastlink_row {
  background: #fff;
  padding: 1.875rem 1.0625rem;
  border-bottom-left-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.17);
}

.fastlink_link:focus .fastlink_icon, .fastlink_link:hover .fastlink_icon {
  background-color: #0198dc;
}
.fastlink_link:focus .fastlink_txt, .fastlink_link:hover .fastlink_txt {
  color: #0198dc;
}
.fastlink_link:focus .fastlink_icon_ori, .fastlink_link:hover .fastlink_icon_ori {
  opacity: 0;
}
.fastlink_link:focus .fastlink_icon_hvr, .fastlink_link:hover .fastlink_icon_hvr {
  opacity: 1;
}

.fastlink_item {
  margin-bottom: 1.5625rem;
}
.fastlink_item:last-child {
  margin-bottom: 0;
}

.fastlink_icon {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  background-color: #f4f4f4;
  margin: 0 auto;
  margin-bottom: 0.625rem;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fastlink_icon img {
  width: 1.875rem;
  height: 1.875rem;
}

.fastlink_icon_hvr {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fastlink_txt {
  font-size: 0.9375rem;
  text-align: center;
  white-space: nowrap;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_input.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.inputStyle {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  color: #222;
  padding: 0.9375rem 1.375rem;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f4f4f4;
  -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: 1.25rem;
}
.inputStyle::-moz-placeholder {
  color: #999;
  font-size: 1.25rem;
}
.inputStyle:-ms-input-placeholder {
  color: #999;
  font-size: 1.25rem;
}
.inputStyle:-moz-placeholder {
  color: #999;
  font-size: 1.25rem;
}
.inputStyle:focus {
  outline: 0.125rem solid #0198dc;
}
.inputStyle.auto {
  width: auto;
}

.selectStyle {
  width: 100%;
  border: 0;
  border-radius: 0.125rem;
  font-size: 1.25rem;
  color: #222;
  padding: 0.9375rem 1.375rem;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: url(../img/icon_arrow_select.png) no-repeat calc(100% - 1.0625rem) center #f4f4f4;
  background-size: 0.625rem auto;
}
.selectStyle:focus {
  outline: 0.125rem solid #0198dc;
}

.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;
  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: 950px) {
  .radioStyle:before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.radioStyle:focus {
  outline: 0.0625remsolid #222;
}

.checkboxStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: #f4f4f4;
  border: 0;
  border-radius: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 950px) {
  .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.75rem;
  height: 0.75rem;
  background: #222;
  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: 950px) {
  .checkboxStyle:before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.checkboxStyle:focus {
  outline: 0.0625remsolid #222;
}
.checkboxStyle ~ label {
  line-height: 1.5;
  padding: 0.125rem 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;
  transition: background 0.2s ease-out;
}
.buttonStyle a {
  line-height: 3rem;
}
.buttonStyle:hover {
  background: rgba(255, 255, 255, 0.6);
}
.buttonStyle:focus {
  outline: 0.0625rem solid #222;
}
.buttonStyle.cancel {
  background: rgba(255, 255, 255, 0.15);
}
.buttonStyle.submit {
  background: #222;
}
.buttonStyle.goback {
  background: #222;
  color: #fff;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_maintitle.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.maintitle_row {
  text-align: center;
  font-family: "Montserrat-700", "NotoSansTC-500";
}

.maintitle_tw {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.maintitle_en {
  font-size: 0.9375rem;
  margin-top: -0.3125rem;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_button.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.button {
  color: #fff;
  font-size: 1.0625rem;
  background: #222;
  line-height: 3.125rem;
  border: 0;
  border-radius: 3.125rem;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
@media screen and (max-width: 950px) {
  .button {
    font-size: 1.25rem;
    line-height: 3.4375rem;
  }
}
.button.white .button_link {
  border: 1px solid #fff;
}
.button.white .button_link:hover {
  border-color: #0198dc;
}

button.button:focus {
  outline: 2px solid #222;
}

.button_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  border: 0;
  border-radius: 3.125rem;
  padding: 0 2.25rem;
}
.button_link:focus, .button_link:hover {
  background: #0198dc;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_form_row.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.6875rem;
  margin-right: -0.6875rem;
}
@media screen and (max-width: 950px) {
  .form_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .form_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.form_row .button {
  line-height: 4.0625rem;
}

.form_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6875rem;
}
@media screen and (max-width: 950px) {
  .form_col {
    padding: 0.4375rem 0.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .form_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0.3125rem 0;
  }
}
.form_col.short {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
@media screen and (max-width: 950px) {
  .form_col.short {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.form_col.auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .form_col.auto {
    padding: 0.3125rem 0.5625rem;
  }
}

.form_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  padding-right: 1.375rem;
}
@media screen and (max-width: 480px) {
  .form_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.form_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 480px) {
  .form_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.form_title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .form_title {
    text-align: left;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_sidenav.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.sidenav {
  border-top: 0.1875rem solid #e3e3e3;
  position: relative;
  z-index: 1;
}

.sidenav_list {
  color: #fff;
}

.sidenav_li {
  border-bottom: 0.0625rem solid rgba(227, 227, 227, 0.2);
}
.sidenav_li .fa-angle-down {
  font-size: 1rem;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  margin-top: -0.625rem;
  display: none;
}
.sidenav_li .sidenav {
  border-top: 0;
  background: rgba(255, 255, 255, 0.1);
}
.sidenav_li .sidenav .sidenav_li {
  border-bottom: 0.0625rem solid rgba(227, 227, 227, 0.1);
}
.sidenav_li .sidenav .sidenav_link {
  padding-left: 3.75rem;
}
.sidenav_li .sidenav .sidenav .sidenav_li {
  border-bottom: 0;
}
.sidenav_li .sidenav .sidenav .sidenav_link {
  font-size: 1rem;
  padding: 0.9375rem 1.25rem 0.9375rem 4.375rem;
}
.sidenav_li .sidenav .sidenav .collapse .sidenav_link {
  padding-right: 1.875rem;
}
.sidenav_li .sidenav .sidenav .sidenav .sidenav_link {
  font-size: 1rem;
  padding: 0.9375rem 1.25rem 0.9375rem 5.625rem;
}
.sidenav_li .sidenav .sidenav .sidenav .collapse .sidenav_link {
  padding-right: 1.875rem;
}
.sidenav_li.collapse > .sidenav_link > .icon_more {
  display: block;
}
.sidenav_li .collapse > .sidenav_link > .icon_more {
  display: none;
}
.sidenav_li .collapse > .sidenav_link > .fa-angle-down {
  display: block;
}

.active > .sidenav_link {
  background: #0198dc;
}
.active > .sidenav_link > .icon_more {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.active > .sidenav_link > .icon_more::before, .active > .sidenav_link > .icon_more::after {
  background: #0198dc;
}
.active > .sidenav_link > .icon_more::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.active > .sidenav_link > .fa-angle-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidenav_link {
  font-size: 1.125rem;
  padding: 1.0625rem 2.5rem;
  position: relative;
}
.sidenav_link:hover {
  background: #0198dc;
}
.sidenav_link:hover > .icon_more {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidenav_link:hover > .icon_more::before, .sidenav_link:hover > .icon_more::after {
  background: #0198dc;
}
.sidenav_link:hover > .icon_more::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.icon_more {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  margin-top: -0.625rem;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  display: none;
}
.icon_more::before, .icon_more::after {
  content: "";
  width: 50%;
  height: 0.125rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  margin-left: -25%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.icon_more::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_breadcrumbs.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.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: 1.25rem;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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: 0.7;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  opacity: 0.7;
}
@media screen and (min-width: 951px) {
  .breadcrumb a:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .breadcrumb a:focus:after {
    opacity: 1;
  }
}
.breadcrumb a:focus, .breadcrumb a:hover {
  color: #222;
  opacity: 1;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_top_cate.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.top_cate {
  background: url(../img/kv.jpg);
  padding: 1.25rem 0;
  position: relative;
}
@media screen and (max-width: 950px) {
  .top_cate {
    padding: 1.875rem 0;
  }
}
.top_cate::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.93);
  position: absolute;
  top: 0;
  left: 0;
}

.cate_row {
  color: #fff;
  text-align: center;
  letter-spacing: 0.125rem;
}

.cate {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.1875rem;
}

.subcate {
  font-size: 1.5rem;
  font-weight: normal;
}

.icon_xr {
  width: 15.625rem;
  margin: 0 auto 0.625rem;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_pagination.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}

.page-item[aria-label="« Previous"], [aria-label="« Previous"].page-link, .page-item[aria-label="Next »"], [aria-label="Next »"].page-link {
  width: 2.6875rem;
  height: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  margin: 0 1.375rem;
}
.page-item[aria-label="« Previous"] .page-link, [aria-label="« Previous"].page-link .page-link, .page-item[aria-label="Next »"] .page-link, [aria-label="Next »"].page-link .page-link {
  display: none;
}
.page-item[aria-label="« Previous"]:before, [aria-label="« Previous"].page-link:before {
  content: "Prev";
  font-size: 0.9375rem;
}
.page-item[aria-label="Next »"]:before, [aria-label="Next »"].page-link:before {
  content: "Next";
  font-size: 0.9375rem;
}
.page-item.disabled, .disabled.page-link {
  opacity: 0.5;
}
.page-item.active .page-link, .active.page-link .page-link {
  background: #dfdfdf;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.page-link {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 2.1875rem;
  font-size: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-link:focus, .page-link:hover {
  background: #dfdfdf;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_tpl.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.tpl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tpl_left {
  width: 21.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.25rem;
          flex: 0 0 21.25rem;
  padding: 3.75rem 0 11.25rem;
  padding-right: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 950px) {
  .tpl_left {
    display: none;
  }
}
.tpl_left::before {
  content: "";
  width: calc(50vw + 4.875rem);
  height: calc(100% + 3.125rem);
  background: url(../img/bg_dark.gif) #222;
  position: absolute;
  bottom: 0;
  right: -4.875rem;
}

.tpl_right {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 3.125rem 0 6.25rem;
  padding-left: 3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .tpl_right {
    padding-left: 0;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_list.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.sec_list .container {
  max-width: none;
}
.sec_list .tpl_right {
  padding-left: 5rem;
}
@media screen and (max-width: 950px) {
  .sec_list .tpl_right {
    padding-left: 0;
  }
}

.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 2.5rem;
}

.col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0rem 1.25rem 2.5rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .col_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (min-width: 951px) {
  .col_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .col_link:focus:after {
    opacity: 1;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_hashtag.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.hashtag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-top: 3.4375rem;
}

.hashtag_li {
  padding: 0 0.3125rem;
}

.hashtag_link {
  font-size: 1.0625rem;
  background: #eee;
  padding: 0 1.375rem;
  line-height: 2.1875rem;
  white-space: nowrap;
  border-radius: 1.875rem;
}
.hashtag_link:focus, .hashtag_link:hover {
  color: #fff;
  background: #0198dc;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_backbtn.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.backbtn {
  position: absolute;
  bottom: 7.25rem;
  right: 100%;
}

.backbtn_link {
  font-size: 1.0625rem;
  color: #fff;
  white-space: nowrap;
  padding: 0.625rem 2.375rem 0.625rem 4.8125rem;
}
.backbtn_link:hover {
  color: #fff;
}
.backbtn_link:hover .backbtn_arrow {
  width: 110%;
}
.backbtn_link:hover .backbtn_circle {
  -webkit-animation: backbtn_circle 8s linear infinite;
          animation: backbtn_circle 8s linear infinite;
}

.backbtn_arrow {
  width: 100%;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.backbtn_arrow::before {
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -0.0625rem;
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.backbtn_circle {
  width: 6rem !important;
  height: 6rem !important;
}

.backbtn_circle {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes backbtn_circle {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes backbtn_circle {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_content.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.sec_content .container {
  max-width: none;
}
.sec_content .tpl_right {
  padding-left: 6.25rem;
}
@media screen and (max-width: 950px) {
  .sec_content .tpl_right {
    padding-left: 0;
  }
}

.content_container {
  max-width: 62.5rem;
  position: relative;
}

.content {
  line-height: 1.6470588235;
  padding-top: 1.875rem;
}

.content_maintitle_row {
  margin-bottom: 1.25rem;
}

.maintitle_tw {
  font-size: 2.5rem;
}

.content_subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
}

.content_infobar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
  padding: 0.625rem 1.25rem;
  margin-top: 1.4375rem;
}

.publish_date {
  font-size: 1.0625rem;
  padding-top: 0.125rem;
}

.paragraph_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.paragraph_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.625rem;
}

.paragraph_txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5rem;
          flex: 0 0 37.5rem;
}

.content_table {
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  margin-top: 1.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .content_table {
    display: block;
  }
}
.content_table thead {
  background: #eee;
}
@media screen and (max-width: 480px) {
  .content_table thead {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content_table tbody {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .content_table tr {
    display: block;
    border-bottom: 0.0625rem solid #eee;
    padding: 0.5rem 0;
  }
}
.content_table th {
  font-family: "Montserrat-700", "NotoSansTC-500";
  font-weight: 500;
  padding: 1.0625rem 1.875rem;
}
.content_table th:last-child {
  width: 5.1875rem;
}
.content_table td {
  padding: 1rem 1.875rem;
  border-bottom: 0.0625rem solid #eee;
}
@media screen and (max-width: 480px) {
  .content_table td {
    display: block;
    padding: 0 0.625rem;
    border-bottom: 0;
    text-align: left;
  }
}
.content_table .button {
  line-height: 1.875rem;
  background-color: transparent;
}
.content_table .button_link {
  font-size: 1.0625rem;
  padding: 0 1rem;
}
.content_table .button_link:focus, .content_table .button_link:hover {
  background-color: transparent;
}
.content_table .m_title {
  display: none;
}
@media screen and (max-width: 480px) {
  .content_table .m_title {
    display: inline;
  }
}

.align_left {
  text-align: left;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_ck_editor.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.ck_editor {
  font-size: 1.0625rem;
  line-height: 1.8;
}
.ck_editor h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.9375rem;
}
.ck_editor h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}
.ck_editor h4 {
  font-size: 1rem;
  font-weight: 500;
}
.ck_editor p {
  margin-bottom: 1.25rem;
}
.ck_editor p::after {
  content: "";
  display: table;
  /* 使用 table 属性可以避免在一些旧浏览器中出现问题 */
  clear: both;
}
.ck_editor ol {
  list-style: decimal;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.ck_editor ul {
  list-style: disc;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.ck_editor li {
  line-height: 1.9;
}
.ck_editor figure {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}
.ck_editor figcaption {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
  opacity: 0.7;
}
.ck_editor img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.ck_editor table {
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  margin-top: 1.125rem;
  margin-bottom: 1.25rem;
}
.ck_editor table thead {
  background: #eee;
}
.ck_editor table th {
  font-family: "Montserrat-700", "NotoSansTC-500";
  font-weight: 500;
  padding: 1.0625rem 1.875rem;
}
@media screen and (max-width: 480px) {
  .ck_editor table th {
    padding: 1.0625rem 0.625rem;
  }
}
.ck_editor table td {
  padding: 1rem 1.875rem;
  border-bottom: 0.0625rem solid #eee;
}
@media screen and (max-width: 480px) {
  .ck_editor table td {
    padding: 1rem 0.625rem;
    border-bottom: 0;
  }
}
.ck_editor table tr:last-child td {
  border-bottom: 0;
}
.ck_editor a {
  display: inline;
}
.ck_editor a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.ck_editor a:hover::before {
  opacity: 0;
}
.ck_editor iframe {
  width: 100%;
  max-width: 50rem;
  height: 28.125rem;
  display: block;
  margin: 0 auto;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 480px) {
  .ck_editor iframe {
    height: 65vw;
  }
}

.figure_pic {
  position: relative;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_list_item.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.item {
  position: relative;
}

.item_label {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.item_label::before {
  content: "";
  width: 100%;
  height: 2.5rem;
  background-image: url(../img/label_bg.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item_label_txt {
  font-size: 1.0625rem;
  font-family: "Montserrat-700", "NotoSansTC-500";
  line-height: 1;
  padding-left: 3.4375rem;
  position: relative;
  z-index: 1;
}
.item_label_txt::before {
  content: "";
  width: 2.875rem;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.0625rem;
}

.item_pic {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.item_caption {
  position: relative;
  padding-top: 0.75rem;
}

.item_title {
  font-size: 1.25rem;
  font-family: "Montserrat-700", "NotoSansTC-500";
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item_txt {
  font-size: 1rem;
  line-height: 1.6470588235;
  font-weight: 500;
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item_date {
  font-size: 1rem;
  line-height: 1.6470588235;
  font-weight: 500;
  margin-top: 0.3125rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_list_swiper.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.list_swiper {
  overflow: hidden;
  padding: 0.1875rem 1.875rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 950px) {
  .list_swiper {
    padding-bottom: 6.25rem;
  }
}
.list_swiper .container {
  max-width: 78.125rem;
}
.list_swiper .swiper {
  overflow: visible;
}
.list_swiper .swiper-slide {
  padding: 0 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .list_swiper .swiper-slide {
    padding: 0 1.25rem;
  }
}
.list_swiper .swiper-button-prev,
.list_swiper .swiper-button-next {
  margin-top: -5.25rem;
}
@media screen and (max-width: 950px) {
  .list_swiper .swiper-button-prev,
  .list_swiper .swiper-button-next {
    top: auto;
    bottom: -0.75rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 950px) {
  .list_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2.1875rem;
  }
}
@media screen and (max-width: 480px) {
  .list_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.5625rem;
  }
}
.list_swiper .item_title {
  font-size: 1.5rem;
}

@media screen and (min-width: 951px) {
  .list_swiper_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .list_swiper_link:focus:after {
    opacity: 1;
  }
}
.list_swiper_link:focus .item_pic, .list_swiper_link:hover .item_pic {
  opacity: 0.7;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_swiper.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.swiper-button-prev,
.swiper-button-next {
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 6.25rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  margin-top: -3.375rem;
  position: absolute;
  top: 50%;
  opacity: 1;
  z-index: 5;
  cursor: pointer;
}
@media screen and (min-width: 951px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .swiper-button-prev:focus:after,
  .swiper-button-next:focus:after {
    opacity: 1;
  }
}
@media screen and (max-width: 950px) {
  .swiper-button-prev,
  .swiper-button-next {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 5.625rem;
    height: 5.625rem;
    margin-top: -2.8125rem;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0;
}
.swiper-button-prev:focus, .swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev {
  background-image: url(../img/swiper_btn_prev.png);
  background-size: contain;
  background-position: center center;
  margin-left: -0.9375rem;
  left: 0;
}
@media screen and (max-width: 950px) {
  .swiper-button-prev {
    left: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .swiper-button-prev {
    left: 0.625rem;
  }
}

.swiper-button-next {
  background-image: url(../img/swiper_btn_next.png);
  background-size: contain;
  background-position: center center;
  margin-right: -0.9375rem;
  right: 0;
}
@media screen and (max-width: 950px) {
  .swiper-button-next {
    right: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .swiper-button-next {
    right: 0.625rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0.1875rem;
}

.swiper-pagination-bullet {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 0.5rem !important;
  background-color: #222 !important;
  margin: 0 0.625rem !important;
}

.swiper-pagination-bullet {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
@media screen and (min-width: 951px) {
  .swiper-pagination-bullet:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .swiper-pagination-bullet:focus:after {
    opacity: 1;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_bottom_list.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.bottom_list {
  background: #f4f4f4;
  padding: 5.3125rem 0 6.25rem;
}
.bottom_list .maintitle_row {
  margin-bottom: 3rem;
}
.bottom_list .item_label::before {
  background-image: url(../img/label_bg_g.png);
}
.bottom_list .item_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom_list .label_tag {
  color: #fff;
  background: #0198dc;
  padding: 0.125rem 0.375rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_gallery.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.gallery {
  background: #eeeeee;
  padding: 1.25rem;
  margin-top: 1.4375rem;
  margin-bottom: 1.625rem;
}

.gallery_swiper {
  position: relative;
  padding-bottom: 3.625rem;
}
.gallery_swiper .swiper-pagination {
  text-align: left;
  bottom: 1.125rem;
}
.gallery_swiper .swiper_fraction {
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
}
.gallery_swiper .swiper-button-prev {
  left: 0.625rem;
}
.gallery_swiper .swiper-button-next {
  right: 0.625rem;
}

.gallery_controller .swiper {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.gallery_controller .swiper-slide {
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
}
.gallery_controller .swiper-slide:hover {
  opacity: 0.7;
}
.gallery_controller .swiper-slide-thumb-active {
  opacity: 0.7;
}
.gallery_controller .img {
  z-index: -1;
}

.gallery_pic {
  position: relative;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_sec_title.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.sec_title {
  font-size: 1.875rem;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  margin-bottom: 2.5rem;
}
.sec_title::before {
  content: "";
  width: 50vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec_title span {
  color: #0198dc;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_tab_row.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.tab_row {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  padding: 0 3.4375rem;
  padding-top: 1.625rem;
  padding-bottom: 1.375rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 950px) {
  .tab_row {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab_row {
    padding-left: 1rem;
  }
}
.tab_row::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../img/bg_dark.gif) #222;
  position: absolute;
  top: 0;
  left: -4rem;
}
@media screen and (max-width: 480px) {
  .tab_row::before {
    left: -1.25rem;
  }
}

.tab {
  position: relative;
  z-index: 1;
}

.tab_link {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  .tab_link {
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 480px) {
  .tab_link {
    padding: 0.9375rem 0;
  }
}
.tab_link.active, .tab_link:focus, .tab_link:hover {
  opacity: 1;
}

.tab_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab_item .icon_arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
  margin-right: 0.9375rem;
}

.tab_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  white-space: nowrap;
}

.tab_title_tw {
  font-size: 1.125rem;
}

.tab_title_en {
  font-size: 0.9375rem;
  margin-top: 0.25rem;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_icon_arrow.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.icon_arrow {
  width: 1.5rem;
  position: relative;
  margin-right: 0.8125rem;
}

.arrow_hvr {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

a.active .arrow_hvr, a:focus .arrow_hvr, a:hover .arrow_hvr {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_info_list.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_li {
  font-size: 1.0625rem;
  padding: 0 0.625rem;
  position: relative;
}
.info_li::before {
  content: "";
  width: 0.0625rem;
  height: 1.0625rem;
  background: #c3c3c3;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}
.info_li:last-child::before {
  display: none;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_rating.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.rating {
  color: #fff;
  font-family: "Montserrat-400", "NotoSansTC-400";
  line-height: 1.625rem;
  padding: 0 0.3125rem 0 0.6875rem;
  white-space: nowrap;
  margin-right: 0.1875rem;
}

.r1 {
  background: #5bb430;
}

.r2 {
  background: #00a0ea;
}

.r3 {
  background: #e8b400;
}

.r4 {
  background: #ef7a00;
}

.r5 {
  background: #d9350e;
}

.rating_txt {
  font-size: 1.0625rem;
}

.rating_year {
  font-size: 1.1875rem;
  font-weight: bold;
  position: relative;
}

.rating_plus {
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
  top: -0.25rem;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_film_maintitle.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.film_maintitle_row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .film_maintitle_row {
    display: block;
  }
}
.film_maintitle_row .maintitle_tw {
  font-size: 3.4375rem;
  line-height: 1.25;
  background: #222;
  padding-top: 1.375rem;
  padding-bottom: 0.9375rem;
  padding-right: 1.5625rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 480px) {
  .film_maintitle_row .maintitle_tw {
    font-size: 2.5rem;
  }
}
.film_maintitle_row .maintitle_en {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  background: #222;
  padding-bottom: 1.3125rem;
  padding-right: 1.875rem;
  padding-left: 1.25rem;
  display: inline-block;
}

.maintitle_left {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #222;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .maintitle_left {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.maintitle_right {
  min-width: 0;
  max-width: calc(100% - 7.5rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .maintitle_right {
    max-width: none;
  }
}

._en .maintitle_left {
  padding-bottom: 1rem;
}
._en .maintitle_right {
  background: #222;
}

.maintitle_label {
  width: 4.9375rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .maintitle_label {
    width: auto;
    padding: 0.625rem 1.5625rem;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .maintitle_label_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.label_inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .label_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

.label_icon {
  width: 2.8125rem;
  padding: 1.3125rem 0.3125rem 0.625rem;
  margin: 0 auto;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 480px) {
  .label_icon {
    width: 2.25rem;
    padding: 0;
    margin: 0;
    margin-right: 0.625rem;
    border-bottom: 0;
  }
}

.label_title {
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 480px) {
  .label_title {
    font-size: 1.25rem;
    padding: 0.3125rem 0 0;
  }
}

._en .label_title {
  line-height: 1;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_search_result.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.search_result_row {
  padding-top: 1.25rem;
}

.result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.result_li {
  padding: 0.9375rem;
}

.result_count {
  font-size: 1.7em;
  color: #0198dc;
  font-family: "Montserrat-700", "NotoSansTC-500";
  vertical-align: baseline;
  display: inline;
}
.result_count:hover {
  opacity: 0.7;
  color: #0198dc;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_ind_search.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.ind_search {
  background: #f4f4f4;
  padding-top: 1.25rem;
  padding-bottom: 6.5625rem;
}
.ind_search .container {
  max-width: 68.75rem;
}

.search_bg {
  width: 100%;
  height: 12.75rem;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
}

.search_bg_txt {
  font-size: 8.375rem;
  font-weight: 900;
  font-family: "Montserrat-800";
  letter-spacing: -0.1875rem;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: absolute;
  bottom: -1.125rem;
  left: 0;
}

.ind_search_form {
  text-align: center;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(0, 0, 0, 0.18);
          box-shadow: 0.625rem 0.625rem 2.5rem rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.ind_search_form .container {
  width: calc(100% - 9rem);
  padding: 3.125rem 0 2.5rem;
}
@media screen and (max-width: 480px) {
  .ind_search_form .container {
    width: calc(100% - 3.75rem);
  }
}

.ind_search_txt {
  font-size: 1.0625rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5625rem;
}

.ind_search_submit {
  width: 100%;
  background: #0198dc;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Montserrat-400", "NotoSansTC-400";
  line-height: 5rem;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 951px) {
  .ind_search_submit:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .ind_search_submit:focus:after {
    opacity: 1;
  }
}
@media screen and (min-width: 951px) {
  .ind_search_submit:after {
    border-color: #fff;
  }
}
.ind_search_submit:after {
  width: 100%;
  height: 100%;
  border-style: dotted;
  top: 0;
  left: 0;
}

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