@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Noto+Sans+TC:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .openMenu header::before {
    width: calc(100vw - 48px);
    height: calc(100vh - 48px);
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .openMenu header::before {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    border-radius: 15px;
  }
}
.openMenu .container-menu {
  opacity: 1;
  pointer-events: all;
}

header {
  position: fixed;
  z-index: 99;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  width: 92%;
  height: 70px;
  max-width: 1620px;
  padding: 0 38px 0 40px;
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  header {
    padding: 0 20px;
    width: 94%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header {
    top: 20px;
    width: calc(100% - 48px);
    height: 62px;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  header {
    top: 15px;
    width: calc(100% - 24px);
    height: 55px;
    max-width: 100%;
    padding: 0 16px;
  }
}
header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
          box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
  -webkit-transition: height 0.75s;
  transition: height 0.75s;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header::before {
    border-radius: 31px;
  }
}
@media all and (max-width: 767px) {
  header::before {
    border-radius: 28px;
    -webkit-box-shadow: 0 0 10px rgba(99, 87, 163, 0.2);
            box-shadow: 0 0 10px rgba(99, 87, 163, 0.2);
  }
}

.container-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-logo .img {
  max-width: 200px;
}
@media all and (min-width: 768px) and (max-width: 1366px) {
  .container-logo .img {
    max-width: 150px;
  }
}
@media all and (max-width: 767px) {
  .container-logo .img {
    max-width: 122px;
  }
}
.container-logo .img a,
.container-logo .img img {
  display: block;
}
.container-logo .lineLogo {
  width: 1px;
  height: 20px;
  background-color: #838383;
  margin: 0 14px;
}
@media all and (max-width: 1366px) {
  .container-logo .lineLogo {
    margin: 0 7px;
  }
}
.container-logo .logoTxt {
  font-size: 18px;
  color: #838383;
  line-height: 1;
  letter-spacing: 0.055em;
}
@media all and (min-width: 768px) and (max-width: 1366px) {
  .container-logo .logoTxt {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .container-logo .logoTxt {
    font-size: 15px;
    letter-spacing: 0.035em;
  }
}

.container-menu {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .container-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (max-width: 991px) {
  .container-menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
    position: absolute;
    top: 66px;
    width: calc(100% - 31px);
  }
}

.searchLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .searchLang {
    height: 100%;
  }
}
@media all and (max-width: 991px) {
  .searchLang {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 14px 0 7px;
  }
}
@media all and (max-width: 767px) {
  .searchLang {
    padding: 0 9px 0 7px;
  }
}
.searchLang .searchBar {
  position: relative;
}
@media all and (min-width: 992px) {
  .searchLang .searchBar {
    margin-right: 30px;
    height: 100%;
  }
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .searchLang .searchBar {
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .searchLang .searchBar {
    width: calc(100% - 44px);
  }
}
.searchLang .searchBar.active .searchBarIcon::after {
  opacity: 1;
}
.searchLang .searchBar.active .inputSearch {
  opacity: 1;
}
.searchLang .searchBar .searchBarIcon {
  position: relative;
  display: block;
  width: 20px;
  height: 100%;
}
@media all and (max-width: 991px) {
  .searchLang .searchBar .searchBarIcon {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .searchLang .searchBar .searchBarIcon:hover::after {
    opacity: 1;
  }
}
.searchLang .searchBar .searchBarIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 20px;
  -webkit-mask: url("../images/common/searchImg.svg") center/contain no-repeat;
          mask: url("../images/common/searchImg.svg") center/contain no-repeat;
  background-color: #6357a3;
}
.searchLang .searchBar .searchBarIcon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6357a3;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.searchLang .searchBar .inputSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .searchLang .searchBar .inputSearch {
    position: absolute;
    top: 70px;
    right: -15px;
    width: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
            box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
  }
}
@media all and (max-width: 991px) {
  .searchLang .searchBar .inputSearch {
    border-radius: 5px;
    border: 1px solid #d3cee9;
  }
}
.searchLang .searchBar .inputSearch input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  padding: 0 16px;
  line-height: 48px;
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #333333;
}
@media all and (min-width: 992px) {
  .searchLang .searchBar .inputSearch input {
    width: 350px;
    height: 50px;
  }
}
@media all and (max-width: 991px) {
  .searchLang .searchBar .inputSearch input {
    width: calc(100% - 50px);
  }
}
@media all and (max-width: 767px) {
  .searchLang .searchBar .inputSearch input {
    font-size: 15px;
    padding: 0 10px;
  }
}
.searchLang .searchBar .inputSearch input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #b0b0b0;
}
.searchLang .searchBar .inputSearch input::-moz-placeholder {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #b0b0b0;
}
.searchLang .searchBar .inputSearch input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #b0b0b0;
}
.searchLang .searchBar .inputSearch input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #b0b0b0;
}
.searchLang .searchBar .inputSearch input::placeholder {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #b0b0b0;
}
@media all and (max-width: 767px) {
  .searchLang .searchBar .inputSearch input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .searchLang .searchBar .inputSearch input::-moz-placeholder {
    font-size: 15px;
  }
  .searchLang .searchBar .inputSearch input:-ms-input-placeholder {
    font-size: 15px;
  }
  .searchLang .searchBar .inputSearch input::-ms-input-placeholder {
    font-size: 15px;
  }
  .searchLang .searchBar .inputSearch input::placeholder {
    font-size: 15px;
  }
}
.searchLang .searchBar .inputSearch .searchBtn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #efeef6;
}
.searchLang .searchBar .inputSearch .searchBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  -webkit-mask: url("../images/common/searchImg.svg") center/contain no-repeat;
          mask: url("../images/common/searchImg.svg") center/contain no-repeat;
  background-color: #6357a3;
}
@media all and (min-width: 992px) {
  .searchLang .lang {
    height: 100%;
  }
}
@media all and (min-width: 768px) {
  .searchLang .lang:hover a {
    color: #6357a3;
  }
}
.searchLang .lang a {
  display: block;
  height: 100%;
  font-size: 16px;
  line-height: 70px;
  color: #838383;
  -webkit-transition: color 0.75s;
  transition: color 0.75s;
}
@media all and (max-width: 991px) {
  .searchLang .lang a {
    line-height: 48px;
  }
}
@media all and (max-width: 767px) {
  .searchLang .lang a {
    font-size: 15px;
  }
}

@media all and (min-width: 992px) {
  .menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (max-width: 991px) {
  .menu {
    margin-top: 8px;
    padding: 0 14px 0 7px;
    overflow-y: auto;
    height: calc(100vh - 48px - 66px - 50px - 8px);
  }
  .menu::-webkit-scrollbar {
    width: 2px;
  }
  .menu::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 0;
  }
  .menu::-webkit-scrollbar-track-piece {
    background: #ccc;
  }
  .menu::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(99, 87, 163, 0.8);
    border: none;
  }
  .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: transparent;
            box-shadow: transparent;
  }
}
@media all and (max-width: 767px) {
  .menu {
    padding: 0 9px 0 7px;
    height: calc(100vh - 24px - 66px - 50px - 8px);
  }
}
.menu > li {
  position: relative;
}
@media all and (min-width: 992px) {
  .menu > li {
    height: 100%;
    margin-right: 28px;
  }
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .menu > li {
    margin-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .menu > li {
    border-bottom: 1px solid #cfcfcf;
  }
}
@media all and (min-width: 992px) {
  .menu > li:hover .menu-list span::after {
    opacity: 1;
  }
  .menu > li:hover .menu-second {
    opacity: 1;
    pointer-events: all;
  }
}
@media all and (max-width: 767px) {
  .menu > li:last-child {
    margin-bottom: 100px;
  }
}
.menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .menu .menu-list {
    height: 100%;
  }
}
@media all and (max-width: 991px) {
  .menu .menu-list {
    width: 100%;
  }
}
.menu .menu-list.hasSecond span {
  position: relative;
  padding-right: 15px;
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .menu .menu-list.hasSecond span {
    padding-right: 10px;
  }
}
.menu .menu-list.hasSecond span::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background: url("../images/common/arrow.svg") center/contain no-repeat;
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .menu .menu-list.hasSecond span::before {
    width: 8px;
    top: 53%;
  }
}
@media all and (max-width: 991px) {
  .menu .menu-list.hasSecond span::before {
    width: 15px;
    height: 9px;
  }
}
.menu .menu-list span {
  position: relative;
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #6357a3;
}
@media all and (min-width: 992px) {
  .menu .menu-list span {
    height: 100%;
    line-height: 70px;
  }
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .menu .menu-list span {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .menu .menu-list span {
    font-size: 20px;
    line-height: 68px;
    width: 100%;
  }
}
.menu .menu-list span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6357a3;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  opacity: 0;
}
.menu .menu-second {
  z-index: 2;
}
@media all and (min-width: 992px) {
  .menu .menu-second {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
            box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
  }
}
@media all and (max-width: 991px) {
  .menu .menu-second {
    position: relative;
    top: -16px;
    display: none;
    margin-bottom: 10px;
  }
}
.menu .menu-second a {
  display: block;
  font-size: 18px;
  color: #838383;
  -webkit-transition: color 0.75s, background-color 0.75s;
  transition: color 0.75s, background-color 0.75s;
}
@media all and (min-width: 992px) {
  .menu .menu-second a {
    padding: 9px 24px 11px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    max-width: 200px;
  }
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .menu .menu-second a {
    font-size: 16px;
    padding: 8px 16px 10px;
  }
}
@media all and (max-width: 991px) {
  .menu .menu-second a {
    padding: 9px 15px;
    font-size: 18px;
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .menu .menu-second a:hover {
    color: #6357a3;
    background-color: rgba(99, 87, 163, 0.1);
  }
}

@media all and (min-width: 991px) and (max-width: 1550px) {
  .lang_en .container-logo .logoTxt {
    font-size: 14px;
  }
}
@media all and (max-width: 460px) {
  .lang_en .container-logo .logoTxt {
    font-size: 12px;
  }
}
.lang_en .menu > li {
  white-space: nowrap;
}
@media all and (max-width: 1400px) {
  .lang_en .menu > li {
    margin-right: 18px;
  }
}
@media all and (max-width: 1025px) {
  .lang_en .menu > li {
    margin-right: 8px;
  }
}
@media all and (max-width: 1400px) {
  .lang_en .menu > li .menu-list span {
    font-size: 15px;
  }
  .lang_en .menu > li .menu-list span::before {
    top: 53%;
  }
}
.lang_en .interactiveVideo .indexTitle {
  width: 25%;
}
.lang_en .interactiveVideo .indexTitle:after {
  top: 17px;
}
@media all and (max-width: 991px) {
  .lang_en .interactiveVideo .indexTitle {
    width: 100%;
  }
}
.lang_en .esgReport .listBtn span:not(.circle) {
  font-size: 15px;
  white-space: nowrap;
}
@media all and (min-width: 991px) and (max-width: 1070px) {
  .lang_en .esgReport .listBtn span:not(.circle) {
    font-size: 14px;
  }
}
.lang_en .esgReport .indexTitle::after {
  top: 54%;
}

footer {
  position: relative;
  padding-top: 96px;
}
@media all and (max-width: 767px) {
  footer {
    padding-top: 88px;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: -22%;
  left: 0;
  width: 100%;
  aspect-ratio: 1/0.176;
  z-index: 3;
  background: url("../images/common/f_pc.png") top center/cover no-repeat;
}
@media all and (min-width: 992px) and (max-width: 1600px) {
  footer::before {
    top: -15%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  footer::before {
    top: -10px;
  }
}
@media all and (max-width: 767px) {
  footer::before {
    height: 338px;
    background: url("../images/common/f_mo.png") top center/contain no-repeat;
  }
}
@media all and (max-width: 575px) {
  footer::before {
    top: 28px;
  }
}

.footer {
  padding-top: 20px;
  background-color: #f2f2f2;
}

.f_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
}
@media all and (max-width: 991px) {
  .f_logo {
    padding-bottom: 20px;
    margin-bottom: 23px;
  }
}
.f_logo .img {
  max-width: 223px;
}
@media all and (max-width: 767px) {
  .f_logo .img {
    max-width: 176px;
  }
}
.f_logo .img a, .f_logo .img img {
  display: block;
}
.f_logo .lineLogo {
  width: 1px;
  height: 20px;
  background-color: #838383;
  margin: 0 16px;
}
@media all and (max-width: 767px) {
  .f_logo .lineLogo {
    margin: 0 8px 0 10px;
  }
}
.f_logo .logoTxt {
  font-size: 18px;
  color: #838383;
  line-height: 1;
  letter-spacing: 0.055em;
}
@media all and (max-width: 767px) {
  .f_logo .logoTxt {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}

@media all and (min-width: 992px) {
  .f_bottom {
    padding-bottom: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.f_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}
@media all and (max-width: 991px) {
  .f_info {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.f_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
@media all and (max-width: 991px) {
  .f_info li {
    margin-bottom: 14px;
  }
}
.f_info .m_title {
  font-size: 16px;
  color: #6357a3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.1em;
          flex: 0 0 6.1em;
}
@media all and (max-width: 767px) {
  .f_info .m_title {
    font-size: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.35em;
            flex: 0 0 5.35em;
  }
}
.f_info .m_info {
  font-size: 16px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .f_info .m_info {
    font-size: 15px;
  }
}
.f_info .m_info a {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media all and (min-width: 768px) {
  .f_info .m_info a:hover {
    opacity: 0.6;
  }
}

.f_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media all and (max-width: 991px) {
  .f_link {
    margin-bottom: 18px;
  }
}
@media all and (max-width: 767px) {
  .f_link {
    font-size: 15px;
  }
}
@media all and (max-width: 575px) {
  .f_link {
    max-width: 100%;
  }
}
.f_link li {
  margin-bottom: 22px;
}
@media all and (max-width: 991px) {
  .f_link li {
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
}
.f_link li:nth-child(2n-1) {
  width: 55.5%;
}
@media all and (max-width: 991px) {
  .f_link li:nth-child(2n-1) {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
}
.f_link li:nth-child(2n) {
  width: 44.5%;
}
@media all and (max-width: 991px) {
  .f_link li:nth-child(2n) {
    width: calc((100% - 15px) / 2);
  }
}
.f_link a {
  display: block;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media all and (max-width: 991px) {
  .f_link a {
    padding-bottom: 16px;
  }
}
@media all and (min-width: 768px) {
  .f_link a:hover {
    opacity: 0.6;
  }
}

.f_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 992px) {
  .f_icon {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media all and (max-width: 991px) {
  .f_icon {
    padding-bottom: 25px;
  }
}
.f_icon li {
  margin-left: 12px;
}
@media all and (max-width: 991px) {
  .f_icon li {
    margin: 0 18px 0 0;
  }
}
.f_icon a {
  display: block;
  width: 30px;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media all and (max-width: 991px) {
  .f_icon a {
    width: 38px;
  }
}
@media all and (min-width: 768px) {
  .f_icon a:hover {
    opacity: 0.6;
  }
}

.copyrightBox {
  background-color: #6357a3;
  padding: 11px 0 10px;
}
@media all and (max-width: 991px) {
  .copyrightBox {
    padding: 18px 0 12px;
  }
}
@media all and (min-width: 992px) {
  .copyrightBox .container {
    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;
  }
}
.copyrightBox .f_leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  .copyrightBox .f_leftBox {
    margin-bottom: 14px;
  }
}
.copyrightBox .f_leftBox a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media all and (min-width: 768px) {
  .copyrightBox .f_leftBox a:hover {
    opacity: 0.6;
  }
}
.copyrightBox .f_leftBox .f_line {
  width: 1px;
  height: 11px;
  background-color: #bcbcbc;
  margin: 0 14px;
}
@media all and (max-width: 991px) {
  .copyrightBox .f_leftBox .f_line {
    margin: 0 12px;
  }
}
.copyrightBox .f_rightBox {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
@media all and (max-width: 991px) {
  .copyrightBox .f_rightBox {
    line-height: 1.4;
  }
}
.copyrightBox .f_rightBox a {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media all and (min-width: 768px) {
  .copyrightBox .f_rightBox a:hover {
    opacity: 0.6;
  }
}

html, body {
  position: relative;
  overflow: hidden auto;
  font-family: "Merriweather", "Noto Sans TC", sans-serif;
  font-weight: 400;
  margin: 0 auto;
}

.porel {
  position: relative;
  z-index: 3;
}

.center {
  text-align: center !important;
}

::-moz-selection {
  background-color: #6357a3;
  color: #fff;
}

::selection {
  background-color: #6357a3;
  color: #fff;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mo {
  display: none;
}
@media all and (max-width: 767px) {
  .mo {
    display: block;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.mo_991 {
  display: none;
}
@media all and (max-width: 991px) {
  .mo_991 {
    display: block;
  }
}

.pc_991 {
  display: none;
}
@media all and (min-width: 992px) {
  .pc_991 {
    display: block;
  }
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

*:focus {
  outline: none;
}

.container {
  margin: 0 auto;
  max-width: 88%;
  width: 1200px;
}
@media all and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 48px;
  }
}
@media all and (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

.KV_banner {
  position: relative;
  width: 100%;
  height: 470px;
}
@media all and (max-width: 767px) {
  .KV_banner {
    height: 288px;
  }
}
.KV_banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 420px;
  aspect-ratio: 1/0.190476;
  background: url("../images/banner/cloud_left.png") center 0px no-repeat;
  z-index: 5;
}
@media all and (max-width: 767px) {
  .KV_banner::before {
    display: none;
  }
}
.KV_banner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 127px;
  width: 432px;
  aspect-ratio: 1/0.273148;
  background: url("../images/banner/cloud_right.png") center 0px no-repeat;
}
@media all and (max-width: 767px) {
  .KV_banner::after {
    display: none;
  }
}
.KV_banner .banner_img {
  width: 100%;
  height: 470px;
  position: relative;
}
@media all and (max-width: 767px) {
  .KV_banner .banner_img {
    height: 288px;
  }
}
.KV_banner .banner_img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 5px);
  opacity: 0.8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.79%, rgba(97, 86, 163, 0)), to(#6156a3));
  background: linear-gradient(180deg, rgba(97, 86, 163, 0) 19.79%, #6156a3 100%);
}
.KV_banner .banner_img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 544px;
  height: 100%;
  background: url("../images/banner/lattice.png") no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .KV_banner .banner_img::after {
    width: 70.8%;
    aspect-ratio: 1/0.86397;
    height: revert;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
.KV_banner .banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media all and (max-width: 991px) {
  .KV_banner .banner_img img {
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
.KV_banner .cloud_2 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.KV_banner .cloud_2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.KV_banner .title_txt {
  position: absolute;
  left: 14.27%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(41, 32, 105, 0.7);
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  .KV_banner .title_txt {
    font-size: 30px;
    left: 11%;
    top: 49%;
    font-weight: 400;
  }
}

.btn {
  text-align: center;
}
.btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 30px;
  min-width: 200px;
  height: 56px;
  line-height: 56px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #6357a3;
  border-radius: 28px;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
          box-shadow: 0 0 20px rgba(99, 87, 163, 0.2);
}
@media all and (max-width: 767px) {
  .btn a {
    font-size: 15px;
    min-width: 178px;
    height: 47px;
    line-height: 47px;
    border-radius: 24px;
    padding: 0 5px 0 28px;
    letter-spacing: 0;
  }
}
@media all and (min-width: 768px) {
  .btn a:hover span:not(.circle) {
    color: #fff;
  }
  .btn a:hover .circle::before {
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}
.btn a span:not(.circle) {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.75s;
  transition: color 0.75s;
}
.btn a .circle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}
@media all and (max-width: 767px) {
  .btn a .circle {
    width: 35px;
    height: 35px;
  }
}
.btn a .circle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #6357a3;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
}
.btn a .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 11px;
  background: url("../images/index/newsArrow.png") center/contain no-repeat;
}

.hamMenu {
  position: relative;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .hamMenu {
    display: block;
    width: 25px;
    height: 25px;
  }
}

.menu-ham,
.menu-ham span {
  display: inline-block;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-ham {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.menu-ham.close {
  opacity: 0;
}

.menu-ham span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #6357a3;
  text-align: center;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
}

.menu-ham span:nth-of-type(1) {
  top: 2px;
}

.menu-ham span:nth-of-type(2) {
  top: 11px;
  background-color: #9d9d9d;
}

.menu-ham span:nth-of-type(3) {
  top: 19px;
}

#menu-ham.hamActive span:nth-of-type(1) {
  -webkit-transform: translate(0px, 11px) rotate(-42deg);
          transform: translate(0px, 11px) rotate(-42deg);
}

#menu-ham.hamActive span:nth-of-type(2) {
  -webkit-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
}

#menu-ham.hamActive span:nth-of-type(3) {
  -webkit-transform: translate(0px, -6px) rotate(42deg);
          transform: translate(0px, -6px) rotate(42deg);
}

.fixBoxBtn {
  position: fixed;
  z-index: 10;
  right: 64px;
  bottom: 20px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (max-width: 1440px) {
  .fixBoxBtn {
    right: 22px;
  }
}
@media all and (max-width: 991px) {
  .fixBoxBtn {
    right: 10px;
  }
}
.fixBoxBtn.show {
  opacity: 1;
  pointer-events: all;
}
.fixBoxBtn.change {
  position: absolute;
}
.fixBoxBtn .fixBtn {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 768px) {
  .fixBoxBtn .fixBtn:hover .img {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .fixBoxBtn .fixBtn:hover .img::before {
    opacity: 0;
  }
  .fixBoxBtn .fixBtn:hover .img::after {
    opacity: 1;
  }
}
.fixBoxBtn .fixBtn .img {
  position: relative;
  width: 56px;
  height: 46px;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
}
@media all and (max-width: 767px) {
  .fixBoxBtn .fixBtn .img {
    width: 42px;
    height: 35px;
  }
}
.fixBoxBtn .fixBtn .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/gotop.png") center/contain no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fixBoxBtn .fixBtn .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/gotop2.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.fixBoxBtn .fixBtn .txt {
  font-size: 16px;
  font-weight: 900;
  color: #6357a3;
  font-family: "Merriweather", sans-serif;
}
@media all and (max-width: 767px) {
  .fixBoxBtn .fixBtn .txt {
    font-size: 12px;
  }
}

.topmenu {
  margin-bottom: 3.7em;
}
@media all and (max-width: 768px) {
  .topmenu {
    padding: 0 43px;
    margin-bottom: 3.15em;
  }
}

.top-menu-ul {
  position: relative;
  z-index: 5;
  margin-top: -40px;
  width: 80%;
}
@media all and (max-width: 768px) {
  .top-menu-ul {
    margin-top: 0;
    width: calc(100% - 24px);
  }
  .top-menu-ul:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 90%;
    right: -5px;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(40%, #ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
}
.top-menu-ul .item_menu_Box {
  text-align: left;
  position: relative;
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 768px) {
  .top-menu-ul .item_menu_Box {
    margin-left: 24px;
  }
}
.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 20px 20px 0;
}
.top-menu-ul li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-family: Noto Sans TC;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  color: #6156a3;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(97, 86, 163, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(97, 86, 163, 0.2);
  border-radius: 100px;
  margin-right: 12px;
}
@media all and (max-width: 768px) {
  .top-menu-ul li {
    font-size: 14px;
    margin-right: 15px;
    border-radius: 25px;
    font-weight: 500;
    padding: 6px 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(97, 86, 163, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(97, 86, 163, 0.2);
  }
}
.top-menu-ul li:last-child {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .top-menu-ul li:hover {
    background-color: #6357a3;
    color: #fff;
  }
}
.top-menu-ul li.active {
  background-color: #6357a3;
  color: #fff;
}
.top-menu-ul li a {
  display: inline-block;
  padding: 16px 25px;
}
@media all and (max-width: 768px) {
  .top-menu-ul li a {
    padding: 5px 10px;
  }
}

.open_flexslider .flex-direction-nav {
  display: block;
}

.flex-direction-nav {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 80px);
  height: 43px;
}
@media all and (max-width: 768px) {
  .flex-direction-nav {
    left: 0;
    width: calc(100% + 24px);
  }
}
.flex-direction-nav a {
  position: absolute;
  width: 40px;
  height: 40px;
  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;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .flex-direction-nav a {
    width: 20px;
  }
}
.flex-direction-nav a.flex-prev {
  left: 10px;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .flex-direction-nav a.flex-prev {
    left: 0px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-prev {
    left: -2px;
  }
}
@media all and (min-width: 768px) {
  .flex-direction-nav a.flex-prev:hover div:after {
    opacity: 1;
  }
}
.flex-direction-nav a.flex-prev div {
  position: relative;
  width: 8px;
  height: 16px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .flex-direction-nav a.flex-prev div {
    width: 10px;
    height: 17px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-prev div {
    width: 7px;
    height: 14px;
  }
}
.flex-direction-nav a.flex-prev div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/arrow_L.png") center/contain no-repeat;
}
.flex-direction-nav a.flex-prev div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/arrow_L.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.flex-direction-nav a.flex-prev.nopage {
  pointer-events: none;
  opacity: 0.2;
}
.flex-direction-nav a.flex-next {
  right: 10px;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .flex-direction-nav a.flex-next {
    right: 0px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-next {
    right: -2px;
  }
}
@media all and (min-width: 768px) {
  .flex-direction-nav a.flex-next:hover div:after {
    opacity: 1;
  }
}
.flex-direction-nav a.flex-next div {
  position: relative;
  width: 8px;
  height: 16px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .flex-direction-nav a.flex-next div {
    width: 10px;
    height: 17px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-next div {
    width: 7px;
    height: 14px;
  }
}
.flex-direction-nav a.flex-next div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/arrow_R.png") center/contain no-repeat;
}
.flex-direction-nav a.flex-next div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/arrow_R.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.flex-direction-nav a.flex-next.nopage {
  pointer-events: none;
  opacity: 0.2;
}

.page {
  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;
  font-weight: 500;
  font-family: "Merriweather", sans-serif;
  clear: both;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 576px) {
  .page {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 576px) {
  .page {
    font-size: 1.25rem;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}
@media all and (max-width: 767px) {
  .page dt.pc,
  .page dd.pc {
    display: none;
  }
}
.page dt a,
.page dd a {
  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;
  text-decoration: none;
  color: #9fa0a0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  margin: 0 2.5px;
  font-family: "Merriweather", sans-serif;
}
@media all and (max-width: 767px) {
  .page dt a,
  .page dd a {
    margin: 0;
    width: 44px;
  }
}
.page dd {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media (min-width: 768px) {
  .page dd:hover a {
    color: #333333;
  }
}
.page dd.active a {
  color: #333333;
}
.page dt.ltbn a, .page dt.rtbn a,
.page dt.ltbnMore a, .page dt.rtbnMore a {
  position: relative;
  z-index: 2;
}
.page dt.ltbn {
  position: relative;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
@media all and (max-width: 767px) {
  .page dt.ltbn {
    width: 30px;
    height: 30px;
  }
}
.page dt.ltbn::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/common/left.png") center/contain no-repeat;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  width: 8px;
  height: 14px;
}
@media all and (max-width: 767px) {
  .page dt.ltbn::before {
    width: 7px;
    height: 13px;
    left: 7px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page dt.rtbn {
  position: relative;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
@media all and (max-width: 767px) {
  .page dt.rtbn {
    width: 30px;
    height: 30px;
  }
}
.page dt.rtbn::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 14px;
  background: url("../images/common/right.png") center/contain no-repeat;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media all and (max-width: 767px) {
  .page dt.rtbn::before {
    width: 7px;
    height: 13px;
    left: auto;
    right: 9px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page dt.ltbnMore {
  position: relative;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
@media all and (max-width: 767px) {
  .page dt.ltbnMore {
    width: 30px;
    height: 30px;
  }
}
.page dt.ltbnMore::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/common/left_more.png") center/contain no-repeat;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  width: 13px;
  height: 14px;
}
@media all and (max-width: 767px) {
  .page dt.ltbnMore::before {
    width: 12px;
    height: 13px;
    left: 3px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page dt.rtbnMore {
  position: relative;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
@media all and (max-width: 767px) {
  .page dt.rtbnMore {
    width: 30px;
    height: 30px;
  }
}
.page dt.rtbnMore::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 14px;
  background: url("../images/common/right_more.png") center/contain no-repeat;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media all and (max-width: 767px) {
  .page dt.rtbnMore::before {
    width: 12px;
    height: 13px;
    left: auto;
    right: 4px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page .nopage {
  opacity: 0.2;
  pointer-events: none;
}

.editor_content ol {
  list-style-type: decimal;
  padding-left: 10px;
}
.editor_content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_content img {
  max-width: 100%;
  height: auto !important;
}
.editor_content b,
.editor_content strong {
  font-weight: bold;
  font-size: inherit;
}
.editor_content em {
  font-style: italic;
}
.editor_content a {
  text-decoration: underline;
}
.editor_content iframe {
  max-width: 100%;
}
.editor_content table,
.editor_content tr,
.editor_content td {
  border-color: inherit;
  border-collapse: collapse;
}
.editor_content p {
  margin-bottom: 1em;
}
.editor_content table p {
  margin-bottom: 0;
}
.editor_content h1,
.editor_content h2,
.editor_content h3,
.editor_content h4,
.editor_content h5,
.editor_content h6 {
  margin: inherit;
}
.editor_content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_content td,
.editor_content th,
.editor_content tr {
  margin: initial;
}
.editor_content table.tableborder > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.editor_content img {
  max-width: 100%;
  height: auto !important;
}
.editor_content img img.imgblock {
  display: block;
}

.editor_box {
  margin: auto;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.05em;
}
@media all and (max-width: 991px) {
  .editor_box {
    font-size: 16.5px;
  }
}
@media all and (max-width: 768px) {
  .editor_box {
    font-size: 15px;
  }
}
.editor_box h2.stitle {
  position: relative;
  color: #6156a3;
  font-family: Noto Sans TC;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 22px;
  margin-bottom: 1em;
}
@media all and (max-width: 768px) {
  .editor_box h2.stitle {
    font-size: 18px;
    padding-left: 19px;
  }
}
.editor_box h2.stitle::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 19px;
  left: 0;
  top: 8px;
  background: url("../images/common/editor_icon.png") center/contain no-repeat;
}
@media all and (max-width: 768px) {
  .editor_box h2.stitle::before {
    width: 10.5px;
    height: 16.5px;
    top: 4px;
  }
}
.editor_box .tableScroll {
  overflow-x: auto;
  padding: 2px;
}
.editor_box .tableScroll table.tableHasBar > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #6357a3;
}

.mo_use {
  display: none;
}
@media (max-width: 767px) {
  .mo_use {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc_use {
    display: none;
  }
}

.lang_tw .tw {
  display: block;
}
.lang_tw .en {
  display: none;
}

.lang_en .tw {
  display: none;
}
.lang_en .en {
  display: block;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.asj[data-delay="100"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.asj[data-delay="200"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.asj[data-delay="300"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.asj[data-delay="400"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.asj[data-delay="500"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.asj[data-delay="600"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.asj[data-delay="700"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.asj[data-delay="800"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.asj[data-delay="900"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.asj[data-delay="1000"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}