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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

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

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

.en {
  letter-spacing: 0; }

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

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

section {
  position: relative; }

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

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

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

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

.accesskey {
  font-size: 1rem;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .accesskey:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #262626;
      border-radius: 0.1875rem;
      -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;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .accesskey:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .accesskey {
      display: none; } }

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

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

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

.lines {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0; }

.line {
  width: 1px;
  height: 0;
  background: #444;
  opacity: 0.65;
  position: absolute;
  top: 0; }
  .line:nth-child(1) {
    left: 18vw; }
  .line:nth-child(2) {
    left: 36vw; }
  .line:nth-child(3) {
    left: 54vw; }

.c {
  clear: both; }

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

.loader_container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.lb_btn {
  cursor: pointer; }

.header {
  width: 6.25rem;
  height: 100%;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.55);
  background: rgba(21, 21, 21, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }
  @media screen and (max-width: 768px) {
    .header {
      width: 100%;
      height: 6.25rem;
      border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.55); } }
  .header .accesskey {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.mainLogo {
  width: 15.375rem;
  position: absolute;
  top: 1.5625rem;
  left: 9.0625rem; }
  @media screen and (max-width: 768px) {
    .mainLogo {
      left: 7.5rem; } }

.mainLogo_link {
  white-space: nowrap;
  font-family: "Ubuntu";
  position: relative; }
  @media screen and (min-width: 769px) {
    .mainLogo_link:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #262626;
      border-radius: 0.1875rem;
      -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;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .mainLogo_link:focus:after {
      opacity: 1; } }

.hamburger {
  width: 6.25rem;
  height: 6.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.55);
  position: relative; }
  @media screen and (max-width: 768px) {
    .hamburger {
      border-bottom: 0;
      border-right: 0.0625rem solid rgba(255, 255, 255, 0.55); } }
  .hamburger:before {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(17, 17, 17, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
    @media screen and (max-width: 768px) {
      .hamburger:before {
        width: 100vw;
        height: 100%; } }
  .hamburger.active:before {
    opacity: 1; }
  .hamburger.active .hamburger_line:before {
    -webkit-transform: translateY(14px) scaleX(1.2);
        -ms-transform: translateY(14px) scaleX(1.2);
            transform: translateY(14px) scaleX(1.2); }
  .hamburger.active .hamburger_line:after {
    -webkit-transform: translateY(-14px) scaleX(0.8);
        -ms-transform: translateY(-14px) scaleX(0.8);
            transform: translateY(-14px) scaleX(0.8); }

.hamburger_link {
  height: 100%;
  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; }

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

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

.nav_container {
  padding: 6.25rem 0; }

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

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

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

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

.subnav_link {
  padding: 0.5625rem 0;
  white-space: nowrap; }
  @media screen and (min-width: 769px) {
    .subnav_link.active, .subnav_link:focus, .subnav_link:hover {
      color: #fff; } }

.nav_en {
  font-size: 2.125rem;
  font-family: "Ubuntu";
  font-weight: 700; }

.nav_tw {
  font-size: 1rem;
  font-family: "Noto Sans TC";
  margin-left: 0.4375rem; }

.toplink {
  margin-top: 4.375rem;
  padding-left: 6.25rem; }
  @media screen and (max-width: 480px) {
    .toplink {
      padding-left: 3.75rem; } }

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

.toplink_title {
  font-family: "Ubuntu";
  font-weight: 400;
  color: #b09254;
  white-space: nowrap;
  margin: 0 0.4375rem; }

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

.toplink_btn {
  padding: 0 0.4375rem; }

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

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

.lang_en {
  font-family: "Ubuntu";
  font-size: 0.9375rem; }

.fb_link {
  font-size: 1.1875rem; }

.youtube_link {
  font-size: 1.1875rem; }

.footer {
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  padding-left: 6.25rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-left: 0;
      background: #262626; } }
  @media screen and (max-width: 480px) {
    .footer {
      padding-top: 3.75rem; } }
  .footer .container {
    max-width: 84.625rem; }
  .footer a {
    display: inline; }

.large_title {
  font-size: 8.75rem;
  font-family: "Ubuntu";
  font-weight: 700;
  line-height: 1;
  color: rgba(58, 58, 58, 0.6);
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
  margin-bottom: 2.125rem;
  position: relative;
  left: 1.4375rem; }
  @media screen and (max-width: 480px) {
    .large_title {
      font-size: 5.625rem;
      left: 0; } }

.info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.875rem;
  background: #262626; }
  @media screen and (max-width: 768px) {
    .info_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 -0.9375rem; } }

.info_col {
  color: #e1e1e1;
  font-size: 0.9375rem;
  font-family: "Ubuntu";
  font-weight: 300;
  line-height: 2;
  padding: 0 1.875rem; }
  @media screen and (max-width: 768px) {
    .info_col {
      padding: 0.9375rem 0.9375rem; } }

.info_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }

.info_link:hover, .info_link:focus {
  color: #b09254; }

.footer_tfc {
  width: 11.875rem;
  padding: 0.3125rem 0; }

.footer_mainlogo {
  width: 12.5rem;
  padding: 0.3125rem 0; }

.info_title {
  color: #e1e1e1;
  font-weight: 300;
  padding-right: 1.5625rem;
  position: relative; }
  .info_title:before {
    content: "";
    width: 0.0625rem;
    height: 1.0625rem;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 0.75rem;
    -webkit-transform: translateY(-50%) rotate(30deg);
        -ms-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg); }

.copyright {
  font-family: "Ubuntu";
  font-size: 0.875rem;
  text-align: right;
  letter-spacing: 0.125rem;
  padding: 1.5rem 2.5rem 0; }
  @media screen and (max-width: 768px) {
    .copyright {
      text-align: left;
      padding: 0.9375rem 1.25rem; } }
  @media screen and (max-width: 480px) {
    .copyright {
      padding: 0.9375rem 0.625rem; } }

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

.ck_editor, .cke_editable {
  font-size: 1.125rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.9; }
  .ck_editor h2, .cke_editable h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h3, .cke_editable h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h4, .cke_editable h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.3125rem; }
  .ck_editor h5, .cke_editable h5 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.9; }
  .ck_editor p, .cke_editable p {
    margin-bottom: 1.25rem; }
  .ck_editor img, .cke_editable img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    -o-object-fit: contain;
       object-fit: contain; }
    @media screen and (max-width: 768px) {
      .ck_editor img, .cke_editable img {
        height: auto !important; } }
  .ck_editor ol, .cke_editable ol {
    list-style: decimal;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor ul, .cke_editable ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor li, .cke_editable li {
    line-height: 1.9; }
  .ck_editor table, .cke_editable table {
    max-width: 100%;
    border: 2px solid #444;
    margin: 0 auto 1.875rem; }
  .ck_editor th, .cke_editable th,
  .ck_editor td,
  .cke_editable td {
    padding: 0.3125rem 1.25rem; }
    @media screen and (max-width: 768px) {
      .ck_editor th, .cke_editable th,
      .ck_editor td,
      .cke_editable td {
        width: auto !important;
        padding: 0.4375rem 0.625rem !important;
        font-size: 1rem !important; } }
    @media screen and (max-width: 768px) {
      .ck_editor th p, .cke_editable th p,
      .ck_editor th span,
      .cke_editable th span,
      .ck_editor td p,
      .cke_editable td p,
      .ck_editor td span,
      .cke_editable td span {
        width: auto !important;
        padding: 0 !important;
        font-size: 1rem !important; } }
  .ck_editor th, .cke_editable th {
    color: #fff;
    font-weight: normal;
    background: #444;
    border: 1px solid #262626; }
  
  .ck_editor td,
  .cke_editable td {
    background: #262626;
    border: 1px solid #444; }
  .ck_editor a, .cke_editable a {
    display: inline;
    color: #b09254; }
  .ck_editor iframe, .cke_editable iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe, .cke_editable iframe {
        height: 65vw; } }

#cke_ckeditor1,
#cke_ckeditor2 {
  height: 100% !important; }

.cke_inner {
  height: 100% !important; }

.cke_contents {
  height: calc(100% - 104px) !important; }

.cke_editable {
  font-size: 1rem !important;
  padding: 1.25rem 1.875rem !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem; }

.breadcrumbs_li {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0.875rem;
  position: relative; }
  .breadcrumbs_li::after {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -53%);
        -ms-transform: translate(50%, -53%);
            transform: translate(50%, -53%);
    opacity: .2; }
  .breadcrumbs_li:last-child::after {
    display: none; }

.breadcrumbs_link {
  opacity: .4; }
  .breadcrumbs_link:hover {
    opacity: 1;
    color: #b09254; }

.mainTitle_row {
  text-align: center;
  margin-bottom: 5rem; }

.mainTitle {
  font-size: 2.375rem;
  font-family: "Noto Sans TC";
  letter-spacing: 0.125rem; }
  @media screen and (max-width: 768px) {
    .mainTitle {
      font-size: 2.25rem; } }
  @media screen and (max-width: 480px) {
    .mainTitle {
      font-size: 1.875rem; } }

.mainTitle_en {
  font-size: 4.375rem;
  font-family: "Ubuntu";
  font-weight: 700;
  line-height: 1.2;
  color: #b09254; }
  @media screen and (max-width: 480px) {
    .mainTitle_en {
      font-size: 3.75rem; } }

.datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.25rem;
  font-size: 1.1875rem;
  font-family: "Ubuntu";
  font-weight: 100;
  line-height: 1; }
  .datetime .year {
    font-size: 1.1875rem;
    position: relative;
    padding-right: 0.3125rem; }
  .datetime .month {
    padding: 0 0.3125rem 0 0.625rem;
    position: relative; }
    .datetime .month::after {
      content: '';
      width: 0.1875rem;
      height: 0.1875rem;
      border-radius: 0.1875rem;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0.1875rem; }
  .datetime .date {
    padding-left: 0.625rem;
    position: relative; }
    .datetime .date::after {
      content: '';
      width: 0.1875rem;
      height: 0.1875rem;
      border-radius: 0.1875rem;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0.1875rem; }

.sec_page_top {
  color: #fff;
  position: relative;
  padding-top: 6.25rem;
  padding-left: 6.25rem; }
  @media screen and (max-width: 768px) {
    .sec_page_top {
      padding-left: 0; } }
  .sec_page_top .container {
    width: calc(100% - 6.25rem);
    max-width: none; }
    @media screen and (max-width: 768px) {
      .sec_page_top .container {
        width: 100%; } }
  .sec_page_top .mainTitle_row {
    margin-bottom: 0; }
  .sec_page_top .mainTitle_en {
    color: #fff; }

.page_top_img {
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 768px) {
    .page_top_img {
      height: 60vw; } }
  @media screen and (max-width: 480px) {
    .page_top_img {
      height: 80vw; } }

.page_top_content {
  width: 100%;
  padding-bottom: 4rem;
  position: absolute;
  bottom: 0;
  left: 0; }

.sec_about {
  padding: 2.5rem 0 5rem;
  padding-left: 6.25rem; }
  @media screen and (max-width: 768px) {
    .sec_about {
      padding-left: 0; } }
  .sec_about .breadcrumbs {
    margin-bottom: 1.25rem; }

.about_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .about_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.about_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  @media screen and (max-width: 768px) {
    .about_left {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.about_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 6.25rem 0 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .about_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0;
      padding-bottom: 0.625rem; } }

.about_pic {
  position: relative; }

.sec_chronology {
  padding: 3.75rem 0 5rem; }

.chronology {
  position: relative; }
  .chronology:before {
    content: "";
    display: table; }
  .chronology:after {
    content: "";
    display: table;
    clear: both; }

.year_label {
  font-family: "Ubuntu";
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  opacity: .2;
  margin-bottom: 4.375rem; }
  @media screen and (max-width: 768px) {
    .year_label {
      text-align: left;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 480px) {
    .year_label {
      font-size: 1.875rem; } }

.timeline {
  position: absolute;
  left: 50%;
  top: 5rem;
  width: 0rem;
  height: calc(100% - 44px);
  border-left: 0.0625rem dotted #fff; }
  @media screen and (max-width: 768px) {
    .timeline {
      left: 0.9375rem; } }
  .timeline:after, .timeline:before {
    content: "";
    width: 0.6875rem;
    height: 0.6875rem;
    border-radius: 0.6875rem;
    border: 0.0625rem solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: -0.375rem; }
  .timeline:before {
    top: -0.625rem; }
  .timeline:after {
    bottom: -0.625rem; }

.year_item {
  width: calc(50% - 1.875rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media screen and (max-width: 768px) {
    .year_item {
      width: calc(100% - 3.125rem);
      margin-top: 3.125rem; } }
  .year_item:after {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0.4375rem;
    background: #fff;
    position: absolute;
    top: 50%; }
  .year_item.left {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 2rem;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .year_item.left {
        padding-right: 0;
        float: right;
        text-align: left;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .year_item.left:after {
      left: 100%;
      margin-left: 1.6875rem; }
      @media screen and (max-width: 768px) {
        .year_item.left:after {
          right: 100%;
          margin-right: 1.9375rem;
          left: auto;
          margin-left: auto; } }
  .year_item.right {
    float: right;
    padding-left: 1.875rem; }
    @media screen and (max-width: 768px) {
      .year_item.right {
        padding-left: 0; } }
    .year_item.right:after {
      right: 100%;
      margin-right: 1.6875rem; }
      @media screen and (max-width: 768px) {
        .year_item.right:after {
          left: auto;
          right: 100%;
          margin-right: 1.9375rem;
          margin-left: auto; } }

.major_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Ubuntu";
  letter-spacing: 0;
  margin-bottom: 0.9375rem; }
  @media screen and (max-width: 768px) {
    .major_date {
      margin-bottom: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    .major_date {
      margin-bottom: 0.625rem; } }
  .major_date .year {
    font-size: 2.5rem;
    line-height: 1;
    margin-right: 0.4375rem; }
  .major_date .date {
    font-style: italic;
    display: inline;
    position: relative; }

.year_item_title {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.42857;
  margin-bottom: 0.4375rem; }

.year_item_txt {
  overflow: hidden;
  font-size: 0.9375rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.6;
  opacity: .5; }

.year_item_more {
  text-align: right;
  margin-top: 0.9375rem; }
  .year_item_more .fa-angle-down {
    font-size: 1.25rem;
    margin-left: 0.4375rem;
    position: relative;
    top: 0.0625rem; }

