/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/_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??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/_base.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

body.iob {
  --color1: #399ac0;
  --color2: #023059;
}

body.itm {
  --color1: #2B96D9;
  --color2: #034580;
}

html, body {
  width: 100%;
  font-family: "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #000;
  font-size: 0.8333333333vw;
  position: relative;
}
@media screen and (max-width: 950px) {
  html, body {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 1.6842105263vw;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    font-size: 2.8571428571vw;
  }
}

.en {
  letter-spacing: 0;
}

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

.container {
  width: calc(100% - 15rem);
  max-width: 74.375rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .container {
    max-width: 48.75rem;
    width: calc(100% - 7.5rem);
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 7.5rem);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 3.75rem);
  }
}

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

section {
  position: relative;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/_share.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

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

.accesskey {
  font-size: 1rem;
  color: transparent;
  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% + 2px);
    height: calc(100% + 2px);
    border: 1px dotted transparent;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
    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: 769px) {
  .access_content:after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px dotted transparent;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
    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%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_lightbox.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.lightbox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 1.25rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.lightbox::-webkit-scrollbar {
  width: 0.25rem;
}
.lightbox::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.03);
}
.lightbox::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.lightbox .container {
  max-width: none;
  width: calc(100% - 5rem);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lightbox .container {
    width: auto;
  }
}

.lb_board {
  width: calc(100% - 5rem);
  max-width: 80rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lb_board {
    width: calc(100% - 2.5rem);
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .lb_board {
    width: calc(100% - 1.25rem);
  }
}

.btn_close {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .btn_close {
    top: 0.3125rem;
    right: 0.625rem;
  }
}

.btn_close_link {
  height: 100%;
  position: relative;
}
.btn_close_link:before, .btn_close_link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  background: #d8d13e;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn_close_link:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_close_link:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_close_link:hover:before, .btn_close_link:focus:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_close_link:hover:after, .btn_close_link:focus:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lb_btn {
  cursor: pointer;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_backtotop.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.backtotop {
  width: 4.4375rem;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  position: absolute;
  right: 1.375rem;
  z-index: 55;
  cursor: pointer;
  opacity: 0;
  -webkit-filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.25));
}
.backtotop:hover .backtotop_arrow {
  -webkit-animation: backtotop_arrow 0.8s ease-in-out infinite;
          animation: backtotop_arrow 0.8s ease-in-out infinite;
}

@-webkit-keyframes backtotop_arrow {
  50% {
    -webkit-transform: translateY(-0.1875rem);
            transform: translateY(-0.1875rem);
  }
}

@keyframes backtotop_arrow {
  50% {
    -webkit-transform: translateY(-0.1875rem);
            transform: translateY(-0.1875rem);
  }
}
.backtotop_center {
  position: absolute;
  right: 50%;
  bottom: 1.5625rem;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.backtotop_txt {
  font-size: 0.8125rem;
}

.backtotop_arrow {
  width: 0.5625rem;
  height: 0.375rem;
  margin: 0 auto 0.25rem;
  position: relative;
}
.backtotop_arrow::before, .backtotop_arrow::after {
  content: "";
  width: 70%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
}
.backtotop_arrow::before {
  left: 50%;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.backtotop_arrow::after {
  right: 50%;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_loading.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

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

.loader_container {
  position: relative;
}

.loading_title {
  width: 224px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.loading_txt {
  text-align: center;
  color: #f2f5fb;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  -webkit-animation: loading_txt 1.5s alternate infinite ease-in-out;
          animation: loading_txt 1.5s alternate infinite ease-in-out;
}

@-webkit-keyframes loading_txt {
  50% {
    opacity: 0.2;
  }
}

@keyframes loading_txt {
  50% {
    opacity: 0.2;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_header.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 950px) {
  .header {
    padding: 1.25rem 0;
  }
}
.header.active {
  -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.25);
}
.header.active .nav {
  padding: 1.25rem 0;
}
.header.active .mainlogo_img {
  height: 2.25rem;
}
.header.active .nav_link {
  color: #000;
  text-shadow: none;
}
.header .container {
  width: calc(100% - 7.5rem);
  max-width: none;
}
@media screen and (max-width: 950px) {
  .header .container {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 480px) {
  .header .container {
    width: calc(100% - 2.5rem);
  }
}
.header .accesskey {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_top {
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.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;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .header_left {
    padding-left: 0;
  }
}

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

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

.mainlogo_img {
  width: auto;
  height: 4.3125rem;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
@media screen and (max-width: 480px) {
  .mainlogo_img {
    height: 2.625rem;
  }
}

.hamburger {
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  margin-left: 1.125rem;
  z-index: 99;
  -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 .active .hamburger_bar {
  background: transparent;
}
.hamburger .active .hamburger_bar:before {
  -webkit-transform: translateY(0) rotate(135deg);
      -ms-transform: translateY(0) rotate(135deg);
          transform: translateY(0) rotate(135deg);
}
.hamburger .active .hamburger_bar:after {
  -webkit-transform: translateY(0) rotate(-135deg);
      -ms-transform: translateY(0) rotate(-135deg);
          transform: translateY(0) rotate(-135deg);
}

.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: #0033a0;
  background: var(--color2);
  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: #0033a0;
  background: var(--color2);
  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(-0.4375rem);
      -ms-transform: translateY(-0.4375rem);
          transform: translateY(-0.4375rem);
}
.hamburger_bar:after {
  -webkit-transform: translateY(0.4375rem);
      -ms-transform: translateY(0.4375rem);
          transform: translateY(0.4375rem);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.625rem 0;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}
@media screen and (max-width: 950px) {
  .nav {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15.625rem 0 9.375rem;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.99);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    padding: 12.5rem 0 6.25rem;
  }
}
.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;
}
@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 {
    display: block;
    text-align: center;
  }
}
.nav_li:hover .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) {
  .nav_li:hover .subnav_box, .nav_li.show .subnav_box {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #f7f7f7;
  }
}
.nav_li.hide {
  display: none !important;
}

.nav_link {
  font-size: 1rem;
  white-space: nowrap;
  padding: 0.9375rem 1.5rem 0.5625rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .nav_link:after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px dotted transparent;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .nav_link:focus:after {
    opacity: 1;
  }
}
@media screen and (max-width: 950px) {
  .nav_link {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .nav_link {
    font-size: 1.375rem;
  }
}
.nav_link.hide {
  display: none !important;
}

.subnav_box {
  padding-top: 1.625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0.625rem);
      -ms-transform: translateX(-50%) translateY(0.625rem);
          transform: translateX(-50%) translateY(0.625rem);
  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;
    opacity: 1;
    visibility: inherit;
    -webkit-transition: none;
    transition: none;
    padding: 0.9375rem 0;
    background: #f2f5fb;
  }
}
.subnav_box .nav_list {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 0.125rem;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0.9375rem 0;
}
@media screen and (max-width: 950px) {
  .subnav_box .nav_list {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
  }
}
.subnav_box .nav_li:hover .thrnav_box, .subnav_box .nav_li.show .thrnav_box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 950px) {
  .subnav_box .nav_li:hover .thrnav_box, .subnav_box .nav_li.show .thrnav_box {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #f7f7f7;
  }
}
.subnav_box .nav_link {
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  padding: 0.625rem 1.875rem;
}
@media screen and (max-width: 950px) {
  .subnav_box .nav_link {
    font-size: 1.75rem;
    text-align: center;
    color: #000;
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .subnav_box .nav_link {
    font-size: 1.3125rem;
  }
}
.subnav_box .nav_link:hover {
  color: #1baadd;
  color: var(--color1);
}

.related_navli .subnav_box {
  left: 0;
}
.related_navli .subnav_box .nav_link {
  white-space: inherit !important;
}
.related_navli .subnav_box .nav_link {
  width: 18.75rem;
  margin: auto;
}

.thrnav_box {
  padding-right: 1.25rem;
  position: absolute;
  right: 100%;
  top: -10%;
  -webkit-transform: translateX(-0.625rem);
      -ms-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.thrnav_box::before {
  content: "";
  border-width: 1.25rem 0 1.25rem 1.25rem;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.99);
  position: absolute;
  top: 10%;
  right: 0.3125rem;
  z-index: 1;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_footer.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.footer {
  color: #fff;
  background: #141414;
  padding: 3.125rem 0 1.875rem;
}
.footer .container {
  max-width: 85rem;
  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 .container {
    display: block;
  }
}

.footer_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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
}
@media screen and (max-width: 950px) {
  .footer_left {
    padding-top: 0;
  }
}

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17rem;
          flex: 0 1 17rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 950px) {
  .footer_col {
    padding-left: 0;
  }
}

.footer_mainlogo_img {
  width: auto;
  height: 4.1875rem;
}

.social_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 950px) {
  .social_row {
    margin-top: 3.125rem;
  }
}

.social_icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #606060;
  -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;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.social_link:hover .social_icon {
  background: #fff;
  color: #000;
}

.copyright {
  margin-top: 0.5625rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 950px) {
  .copyright {
    margin-bottom: 3.125rem;
  }
}

.footer_info {
  margin-bottom: 1.4375rem;
}

.footer_info_title {
  font-size: 1.25rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.footer_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.15625rem 0;
}
.footer_info_row strong {
  font-weight: normal;
}

.footer_info_link::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.8;
}
.footer_info_link:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_maintitle.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.maintitle_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.maintitle_row.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.maintitle_row.center .maintitle_line {
  height: 0.125rem;
  background: transparent;
  margin-left: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 1.0625rem;
}
.maintitle_row.white {
  color: #fff;
}
.maintitle_row.white .maintitle_line {
  background: #fff;
}

.maintitle_title {
  font-size: 3.125rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .maintitle_title {
    font-size: 2.5rem;
    white-space: normal;
  }
}

.maintitle_line {
  width: 100%;
  height: 1px;
  background: #000;
  margin-left: 0.625rem;
}
@media screen and (max-width: 480px) {
  .maintitle_line {
    display: none;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_swiper.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.swiper-slide {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 4.375rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -2.1875rem;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dfdddb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px dotted transparent;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
    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;
  }
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../img/icon_arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0033a0;
  background: var(--color2);
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  background-image: url(../img/icon_arrow_w.png);
}
@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 {
    display: block;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev {
  margin-left: -1.5rem;
  left: -6.25rem;
}
.swiper-button-prev:before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@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 {
  margin-right: -1.5rem;
  right: -6.25rem;
}
@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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-pagination {
  width: 100% !important;
  top: auto !important;
  bottom: 0 !important;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}

.swiper-pagination-bullet {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50% !important;
  border: 0 !important;
  margin: 0 0.625rem !important;
  background: #ddd !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.swiper-pagination-bullet:focus, .swiper-pagination-bullet:hover {
  background: #1baadd !important;
  background: var(--color1) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #1baadd !important;
  background: var(--color1) !important;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_breadcrumbs.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 950px) {
  .breadcrumbs {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-left: 0;
    margin-right: 1.25rem;
  }
}
.breadcrumbs li {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0.875rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .breadcrumbs li {
    font-size: 1.125rem;
  }
}
.breadcrumbs li::after {
  content: "/";
  opacity: 0.7;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -53%);
      -ms-transform: translate(50%, -53%);
          transform: translate(50%, -53%);
}
.breadcrumbs li:last-child::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .breadcrumbs a:after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px dotted transparent;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .breadcrumbs a:focus:after {
    opacity: 1;
  }
}
.breadcrumbs a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  opacity: 0.7;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.breadcrumbs a:focus::before, .breadcrumbs a:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.breadcrumbs .fa-magnifying-glass {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_item.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.item {
  position: relative;
}

.item_pic {
  position: relative;
}

.item_caption {
  position: relative;
}
.item_caption .container {
  width: 100%;
}

.item_tag {
  color: #fff;
  background: #1baadd;
  background: var(--color1);
  line-height: 1.2;
  padding: 0.25rem 1.25rem;
}
@media screen and (max-width: 950px) {
  .item_tag {
    padding: 0.375rem 1.25rem;
  }
}

.item_date {
  font-size: 1.125rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #666666;
}

.item_title {
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_item_theme_1.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.item.theme_1 .container {
  width: 100%;
}
.item.theme_1 .item_caption {
  padding-top: 2.1875rem;
}
.item.theme_1 .item_date {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.item.theme_1 .item_title {
  font-size: 2.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 950px) {
  .item.theme_1 .item_title {
    font-size: 1.75rem;
  }
}
.item.theme_1 .item_tag {
  font-size: 1.125rem;
  background: #0033a0;
  background: var(--color2);
  padding: 0.375rem 1.25rem;
  position: absolute;
  bottom: 100%;
  right: -1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 950px) {
  .item.theme_1 .item_tag {
    padding: 0.375rem 1.25rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_item_theme_2.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.item_row {
  padding: 0.625rem 0;
}
.item_row .item {
  padding: 1.25rem;
}
@media screen and (max-width: 950px) {
  .item_row .item {
    padding: 0;
  }
}

.item.theme_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .item.theme_2 {
    display: block;
  }
}
.item.theme_2 .item_pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19rem;
          flex: 0 0 19rem;
}
.item.theme_2 .item_date {
  margin-bottom: 0.625rem;
}
.item.theme_2 .item_caption {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .item.theme_2 .item_caption {
    padding: 1.25rem 0;
  }
}
.item.theme_2 .item_caption .container {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .item.theme_2 .item_caption .container {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .item.theme_2 .item_caption .container {
    width: calc(100% - 3.75rem);
    padding-left: 0;
    padding-bottom: 1.875rem;
  }
}
.item.theme_2 .item_tag {
  position: absolute;
  top: 0;
  right: -2.5rem;
}
@media screen and (max-width: 950px) {
  .item.theme_2 .item_tag {
    position: relative;
    margin-left: auto;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .item.theme_2 .item_tag {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}
.item.theme_2 .item_title {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .item.theme_2 .item_title {
    font-size: 1.75rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_item_theme_3.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.item_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}

.item_info_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.item_info_col:first-child {
  padding-right: 0.875rem;
  margin-left: -0.4375rem;
}
.item_info_col:nth-child(2) {
  padding-left: 0.875rem;
}
.item_info_col:nth-child(2):before {
  content: "";
  width: 1px;
  height: 2.0625rem;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.info_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
  position: relative;
}

.icon_hvr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.info_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
}

.info_txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
}

.item_txt_scroll {
  padding: 1.75rem 0;
  max-height: 9.375rem;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.item_txt_scroll::-webkit-scrollbar {
  width: 0.1875rem;
}
.item_txt_scroll::-webkit-scrollbar-track {
  border-radius: 0.1875rem;
  background: rgba(0, 0, 0, 0);
}
.item_txt_scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

.item.theme_3 {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 950px) {
  .item.theme_3 {
    padding-bottom: 23.125rem;
  }
}
@media screen and (min-width: 951px) {
  .item.theme_3:hover .item_pic::before {
    opacity: 1;
  }
  .item.theme_3:hover .info_txt {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    overflow: initial;
    text-overflow: initial;
  }
  .item.theme_3:hover .item_txt {
    height: 10rem;
  }
  .item.theme_3:hover .icon_hvr {
    opacity: 1;
  }
}
.item.theme_3 .item_title {
  font-size: 2rem;
  height: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 480px) {
  .item.theme_3 .item_title {
    height: auto;
  }
}
.item.theme_3 .item_txt {
  height: 0;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 950px) {
  .item.theme_3 .item_txt {
    height: 13rem;
  }
}
@media screen and (max-width: 480px) {
  .item.theme_3 .item_txt {
    height: 10.625rem;
  }
}
.item.theme_3 .item_pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item.theme_3 .item_caption {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.item.theme_3 .item_caption .container {
  width: calc(100% - 4.625rem);
}
.item.theme_3 .item_tag {
  display: inline-block;
  margin-bottom: 1.3125rem;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_item_theme_4.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.item.theme_4 .item_caption {
  text-align: center;
  padding-top: 1.25rem;
}
.item.theme_4 .item_caption .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item.theme_4 .item_pic .img {
  border-radius: 50%;
}
.item.theme_4 .item_title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.item.theme_4 .item_date {
  font-size: 1.125rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_item_theme_5.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.item.theme_5 .item_title {
  font-size: 2rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  background-color: #f2f5fb;
  padding: 2.3125rem 0 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.item.theme_5 .item_title::before {
  content: "";
  width: 100%;
  height: 0.3125rem;
  background: #0033a0;
  background: var(--color2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.item.theme_5 .item_title .container_inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item.theme_5 .readmore_btn_row {
  position: absolute;
  bottom: 0;
  right: 0;
}
.item.theme_5 .readmore_circle {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #d4d4d4;
  background: #d4d4d4;
}
.item.theme_5 .item_txt {
  height: 20.625rem;
  background: #fff;
  font-size: 1.125rem;
  padding: 2.1875rem 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .item.theme_5 .item_txt {
    height: 19.5rem;
  }
}
@media screen and (max-width: 480px) {
  .item.theme_5 .item_txt {
    height: 17.5rem;
  }
}
.item.theme_5 .item_txt .container_inner {
  height: 100%;
}

.col_link:hover .theme_5 .item_title {
  color: #fff;
}
.col_link:hover .theme_5 .item_title::before {
  height: 100%;
}
.col_link:hover .theme_5 .readmore_circle {
  background: #0033a0;
  background: var(--color2);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_readmore_btn.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.readmore_btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.readmore_btn_row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.readmore_btn_row.white .readmore_txt {
  color: #fff;
}
.readmore_btn_row.white .readmore_circle {
  background: #fff;
}

.readmore_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.readmore_link:hover .readmore_arrow {
  -webkit-animation: readmore_arrow 1s ease-in-out infinite;
          animation: readmore_arrow 1s ease-in-out infinite;
}

.black .readmore_link:hover .readmore_circle {
  background: #1baadd;
  background: var(--color1);
}
.black .readmore_link:hover .readmore_circle:before {
  opacity: 1;
  -webkit-animation: readmore_arrow 1s ease-in-out infinite;
          animation: readmore_arrow 1s ease-in-out infinite;
}
.black .readmore_link:hover .readmore_arrow {
  opacity: 0;
}

.readmore_txt {
  font-size: 1.125rem;
  padding-right: 1.25rem;
}

.readmore_circle {
  width: 4.375rem;
  height: 4.375rem;
  border: 1px solid #dedcd9;
  border-radius: 4.375rem;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.readmore_circle:before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../img/icon_arrow_w.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.78125rem;
  margin-top: -0.78125rem;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.readmore_arrow {
  width: 1.5625rem;
}

@-webkit-keyframes readmore_arrow {
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes readmore_arrow {
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_page_banner.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.page_banner {
  position: relative;
}
.page_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1baadd;
  background: var(--color1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.banner_img {
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 32%;
     object-position: center 32%;
}
@media screen and (max-width: 950px) {
  .banner_img {
    height: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .banner_img {
    height: 76vw;
  }
}

.banner_content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.banner_content .container_inner,
.banner_content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 950px) {
  .banner_content .container_inner,
  .banner_content .container {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.banner_title {
  font-size: 5rem;
  font-weight: normal;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.4;
  padding-right: 2.5rem;
}
@media screen and (max-width: 950px) {
  .banner_title {
    font-size: 4.0625rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .banner_title {
    font-size: 3.875rem;
    margin-bottom: 5.625rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_list_col.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .col_list {
    margin-left: 0;
    margin-right: 0;
  }
}

.col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 1.875rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .col_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    padding: 1.25rem 0;
    margin: 0 auto;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_article_parts.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.tpl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0 5rem;
}

.tpl_left {
  width: 21.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.25rem;
          flex: 0 0 21.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 3.25rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 950px) {
  .tpl_left {
    display: none;
  }
}
.tpl_left::before {
  content: "";
  width: 50vw;
  height: calc(100% + 6.25rem);
  background: #d8d13e;
  position: absolute;
  top: 0;
  right: 0;
}

.tpl_right {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}

.content {
  line-height: 1.6470588235;
  position: relative;
}
.content .img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content .img.lb_btn {
  border: 0.125rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .img.lb_btn:focus {
  border: 0.125rem solid #1baadd;
}

.pic_caption {
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 480px) {
  .pic_caption {
    font-size: 1.25rem;
  }
}

.tpl_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.tpl_media,
.tpl_content {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem 0;
}

.tpl_0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tpl_0 .tpl_media {
  padding-bottom: 1.25rem;
}

.tpl_1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tpl_1 .tpl_media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 1.25rem;
}
.tpl_1 .tpl_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tpl_2 .tpl_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 2.5rem;
}

.tpl_3 .tpl_media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tpl_3 .tpl_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2.5rem;
}

.tpl_4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tpl_4 .tpl_media {
  width: calc(100vw - 17.5rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1440px) {
  .tpl_4 .tpl_media {
    width: 80vw;
  }
}
@media screen and (max-width: 950px) {
  .tpl_4 .tpl_media {
    width: calc(100vw - 2.5rem);
  }
}
@media screen and (max-width: 480px) {
  .tpl_4 .tpl_media {
    width: calc(100vw - 1.25rem);
  }
}

.tpl_5,
.tpl_6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tpl_5 .tpl_media,
.tpl_6 .tpl_media {
  width: calc(100vw - 17.5rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1440px) {
  .tpl_5 .tpl_media,
  .tpl_6 .tpl_media {
    width: 80vw;
  }
}
@media screen and (max-width: 950px) {
  .tpl_5 .tpl_media,
  .tpl_6 .tpl_media {
    width: calc(100vw - 2.5rem);
  }
}
@media screen and (max-width: 480px) {
  .tpl_5 .tpl_media,
  .tpl_6 .tpl_media {
    width: calc(100vw - 1.25rem);
  }
}
.tpl_5 .swiper-wrapper,
.tpl_6 .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .tpl_5 .swiper-wrapper,
  .tpl_6 .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tpl_5 .swiper-slide,
.tpl_6 .swiper-slide {
  padding: 0.9375rem 1.5625rem !important;
}
@media screen and (max-width: 480px) {
  .tpl_5 .swiper-slide,
  .tpl_6 .swiper-slide {
    padding: 0.9375rem 0.9375rem !important;
  }
}
.tpl_5 .swiper-slide:nth-child(2n+1),
.tpl_6 .swiper-slide:nth-child(2n+1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media screen and (max-width: 480px) {
  .tpl_5 .swiper-slide:nth-child(2n+1),
  .tpl_6 .swiper-slide:nth-child(2n+1) {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.tpl_5 .swiper-slide:nth-child(2n+2),
.tpl_6 .swiper-slide:nth-child(2n+2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 480px) {
  .tpl_5 .swiper-slide:nth-child(2n+2),
  .tpl_6 .swiper-slide:nth-child(2n+2) {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.tpl_5 img,
.tpl_6 img {
  display: none;
}
.tpl_5 img.img,
.tpl_6 img.img {
  display: block;
  position: relative;
  -o-object-fit: initial;
     object-fit: initial;
}

.tpl_6 .swiper-slide:nth-child(2n+1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 480px) {
  .tpl_6 .swiper-slide:nth-child(2n+1) {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.tpl_6 .swiper-slide:nth-child(2n+2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media screen and (max-width: 480px) {
  .tpl_6 .swiper-slide:nth-child(2n+2) {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

.tpl_7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tpl_7 .tpl_media {
  padding-bottom: 1.25rem;
}

.tpl_8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tpl_8 .tpl_media {
  padding-bottom: 1.25rem;
}

.media_swiper {
  position: relative;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.media_swiper .swiper-slide {
  padding: 0.9375rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.media_swiper .swiper-pagination {
  bottom: -0.5rem !important;
}
.media_swiper .audio {
  padding: 0.9375rem 0;
}
.media_swiper audio {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.2));
}

.tpl_content sup {
  position: relative;
}
.tpl_content sup a {
  width: 1.125rem;
  height: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  line-height: 1;
  font-size: 0.875rem;
  color: #fff;
}
.tpl_content sup a:focus, .tpl_content sup a:hover {
  color: #fff;
  background-color: #d8d13e;
}
.tpl_content blockquote {
  padding-left: 1.25rem;
  padding-right: 0.625rem;
  font-size: 1.25rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-style: italic;
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .tpl_content blockquote {
    font-size: 1.625rem;
    margin: 0 1rem 3.125rem;
  }
}
.tpl_content blockquote::before, .tpl_content blockquote::after {
  font-size: 2.75rem;
  font-family: Arial, sans-serif, Verdana;
  position: absolute;
  line-height: 1;
  opacity: 0.5;
}
.tpl_content blockquote::before {
  content: "“";
  top: 0;
  right: 100%;
}
.tpl_content blockquote::after {
  content: "”";
  bottom: -1rem;
  left: 100%;
}
.tpl_content blockquote p {
  margin-bottom: 0;
}

.tpl_content_left {
  max-width: 15.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15.625rem;
          flex: 0 1 15.625rem;
  padding-top: 0.375rem;
  padding-right: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .tpl_content_left {
    max-width: none;
    padding: 0;
    margin-bottom: 1.875rem;
  }
}

.tpl_content_right {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footnotes {
  background: #eee;
  padding: 1.25rem 1.5625rem;
}
.footnotes p {
  margin-bottom: 0;
}
.footnotes ol {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.sup_footnote {
  width: 18.75rem;
  font-size: 0.75rem;
  line-height: 1.9;
  padding: 0.625rem 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 100;
}

.bottom_footnote {
  background: #d8d13e;
  padding: 1.25rem 1.5625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 480px) {
  .bottom_footnote {
    padding: 1.875rem 1.5625rem;
  }
}

.footnotes_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 480px) {
  .footnotes_title {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}

.footnote_list {
  font-size: 1.125rem;
  list-style: decimal;
  margin-bottom: 0;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .footnote_list {
    font-size: 1.5rem;
  }
}
.footnote_list li {
  line-height: 1.85;
  margin-bottom: 0.5rem;
}
.footnote_list a {
  display: inline;
}
.footnote_list a::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.footnote_list a:hover {
  color: #d8d13e;
}
.footnote_list a:hover::before {
  opacity: 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/components/_ck_editor.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

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

.ck_editor,
.ckContent {
  font-size: 1.125rem;
  font-family: "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
}
@media screen and (max-width: 890px) {
  .ck_editor,
  .ckContent {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .ck_editor,
  .ckContent {
    font-size: 1.375rem;
  }
}
.ck_editor h2,
.ckContent h2 {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
.ck_editor h2:not(:first-child),
.ckContent h2:not(:first-child) {
  margin-top: 2.5rem;
}
.ck_editor h3,
.ckContent h3 {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
.ck_editor h3:not(:first-child),
.ckContent h3:not(:first-child) {
  margin-top: 2.5rem;
}
.ck_editor h4,
.ckContent h4 {
  font-size: 1.125em;
  line-height: 1.4;
  margin-bottom: 0.3125rem;
}
.ck_editor h4:not(:first-child),
.ckContent h4:not(:first-child) {
  margin-top: 1.25rem;
}
.ck_editor p,
.ckContent p {
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.ck_editor ol,
.ckContent ol {
  list-style: none;
  margin-bottom: 1.25rem;
}
.ck_editor ol,
.ckContent ol {
  list-style-type: decimal;
  margin-left: 1.1875rem;
}
.ck_editor ol ol,
.ckContent ol ol {
  list-style: decimal;
  margin-left: 1.375rem;
}
.ck_editor ul,
.ckContent ul {
  list-style: none;
  margin-bottom: 1.25rem;
}
.ck_editor ul > li,
.ckContent ul > li {
  padding-left: 1.25rem;
  position: relative;
}
.ck_editor ul > li::before,
.ckContent ul > li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #000;
  position: absolute;
  left: 0.3125rem;
  top: 0.8125rem;
}
.ck_editor li,
.ckContent li {
  line-height: 1.9;
}
.ck_editor table,
.ckContent table {
  width: 100%;
}
.ck_editor a,
.ckContent a {
  display: inline;
  color: #0033a0;
  color: var(--color2);
}
.ck_editor a::before,
.ckContent a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0033a0;
  background: var(--color2);
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.ck_editor a:hover::before,
.ckContent a:hover::before {
  opacity: 0;
}
.ck_editor a i,
.ckContent a i {
  margin-right: 0.3125rem;
}
.ck_editor iframe,
.ckContent iframe {
  width: 100%;
  height: 31.25rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 480px) {
  .ck_editor iframe,
  .ckContent iframe {
    height: 65vw;
  }
}
.ck_editor .dash_list i,
.ckContent .dash_list i {
  font-style: normal;
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}
.ck_editor .dash_list i::before,
.ckContent .dash_list i::before {
  content: "";
  width: 0.375rem;
  height: 0.0625rem;
  border-radius: 0;
  background: #000;
  position: absolute;
  top: 0.9375rem;
}
.ck_editor .dash_list i::before,
.ckContent .dash_list i::before {
  left: 0.3125rem;
}

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