@charset "UTF-8";
@import url(../css/splitting.css);
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Bold.woff2") format("woff2"), url("../fonts/NotoSansTC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Reset*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  color: #000;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

html,
body {
  margin: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

img, a img {
  border: none;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:hover, input:active, input:hover, textarea:hover, textarea:active, textarea:hover, button:hover, button:active, button:hover, select:hover, select:active, select:hover, a:hover, a:active, a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:not([type=button]), input:not([type=submit]), input:not([type=reset]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected, select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}

@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
:root {
  --header-h: 104px;
  --fluid-title: 4.0625rem + 1vw;
  --fluid-txt: 1.0625rem;
  --fluid-h3: 1.75rem + 1vw;
  --fluid-h4: 1.375rem + 1vw;
  --fluid-margin: 16px + 1vw;
  --fluid-line-height: 2;
  --ease: cubic-bezier(0.585, 0.040, 0.345, 1.015);
  --swiper-pagination-bullet-horizontal-gap: 8px;
}

@media only screen and (max-width: 1366px) {
  :root {
    --fluid-title: 3rem + 1vw;
  }
}
@media only screen and (max-width: 1199px) {
  :root {
    --header-h: 85px;
    --fluid-title: 2rem + 1vw;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --header-h: 64px;
    --fluid-txt: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --fluid-title: 1.5rem;
    --fluid-txt: 0.9375rem;
    --fluid-line-height: 1.8;
    --fluid-h3: 1.25rem;
    --fluid-h4: 1rem + 1vw;
  }
}
/* color */
/* Button */
.gradient {
  background-color: #1b2d6a;
  background-image: linear-gradient(675deg, rgba(27, 45, 106, 0.2), black);
  background-size: 100% 100%;
  background-position: 1 0;
  background-repeat: no-repeat;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

[data-scroll] {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

[data-scroll=in] {
  opacity: 1;
}

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

.basicScrollbox {
  will-change: transform;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.easeBox {
  -webkit-transform: translateY(var(--ty));
      -ms-transform: translateY(var(--ty));
          transform: translateY(var(--ty));
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.splitting .char {
  color: transparent;
}
.splitting .char:after {
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: calc(0.3s + 0.05s * var(--char-index));
          transition-delay: calc(0.3s + 0.05s * var(--char-index));
}

[data-scroll=in] .g-title .char:after {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #000;
}
[data-scroll=in] .g-title .en .char:after {
  color: #000;
}
[data-scroll=in] .h3 .char:after {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #b08d68;
}
[data-scroll=in] .h3 .en .char:after {
  color: #b08d68;
}

@-webkit-keyframes ani-light {
  0% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
  39% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #b08d68;
  }
  40% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #b08d68;
  }
  100% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
}

@keyframes ani-light {
  0% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
  39% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #b08d68;
  }
  40% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #b08d68;
  }
  100% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
}
@-webkit-keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Header */
#header {
  padding: 2.5rem 3.5rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  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;
  z-index: 99;
  -webkit-transition: background 0.5s ease, padding 0.5s ease;
  transition: background 0.5s ease, padding 0.5s ease;
}
#header h2 {
  display: none;
}
#header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#header .logo a {
  display: block;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .logo .logo-img {
  margin-right: 10px;
  width: 90px;
  height: 40px;
  background-image: url(../images/logo_img_w.svg);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#header .logo .logo-txt {
  width: 170px;
  height: 40px;
  background-image: url(../images/logo_txt_w.png);
}
#header .menu-wrap {
  margin-left: 23%;
}
#header .menu ul li a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  color: #000;
  font-size: 1.0625rem;
}
#header .menu > ul > li {
  position: relative;
}
#header .menu > ul > li > a {
  text-transform: uppercase;
  color: #fff;
}
#header .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
#header .right-menu .btn-lan {
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 86px;
  height: 39px;
  line-height: 37px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
}
#header .right-menu .btn-lan a {
  color: #fff;
}
#header .right-menu .btn-lan::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  border-width: 6px 4px 2px 4px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}
#header .right-menu .hover-ul {
  position: absolute;
  display: none;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #f6f6f6;
  top: 100%;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  font-size: 0.875rem;
  text-align: center;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#header .right-menu .hover-ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#header .right-menu .hover-ul > li > a {
  color: #333;
  display: block;
  height: 45px;
  line-height: 45px;
}
#header.is-scroll {
  padding: 1rem 2.5rem;
  background: #b08d68;
}
#header.is-scroll .logo {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
#header.is-scroll .logo .logo-img {
  background-image: url(../images/logo_img.svg);
}
#header.is-scroll .menu > ul > li > a {
  -webkit-transition: line-height 0.3s var(--ease);
  transition: line-height 0.3s var(--ease);
}
#header.is-scroll .right-menu .btn-lan {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
}

.main {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 0;
}
.main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -2;
}

.pc #header .menu > ul > li > a:hover {
  color: #b08d68;
}
.pc #header .menu > ul > li > a + ul > li > a:hover {
  color: #fff;
  background: #1b2d6a;
}
.pc #header .right-menu .btn-lan:hover > ul {
  display: block;
}
.pc #header .right-menu .btn-lan > ul > li a:hover {
  color: #fff;
  background: #1b2d6a;
}

.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.cover {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: -1;
  background: url(../images/footer_bg.jpg);
  background-size: cover;
}

@media (min-width: 992px) {
  #header .menu-button {
    display: none;
  }
  #header .menu-wrap {
    margin-left: 10%;
  }
  #header .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #header .menu > ul > li > a {
    padding: 0 20px;
    line-height: 50px;
    -webkit-transition: line-height 0.5s ease;
    transition: line-height 0.5s ease;
  }
  #header .menu > ul > li > a:hover {
    color: #b08d68;
  }
  #header .menu > ul > li > ul {
    display: none;
    position: absolute;
    text-align: center;
    border-radius: 0;
    left: 50%;
    right: 0;
    width: 200px;
    border: 0;
    opacity: 0;
    background: #fafafa;
    -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  #header .menu > ul > li > ul > li {
    position: relative;
  }
  #header .menu > ul > li > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 1px;
    background: #ddd;
    height: 15px;
  }
  #header .menu > ul > li > ul > li > a {
    display: block;
    padding: 1rem;
    text-align: center;
    font-weight: normal;
  }
  #header .menu > ul > li:hover > ul {
    display: block;
    -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  #header .menu > ul > li:hover > ul a:hover {
    color: #fff;
    background: #1b2d6a;
  }
  #header .cover {
    display: none !important;
  }
  #header.is-scroll .menu > ul > li > a {
    line-height: 38px;
  }
  #header.is-scroll .menu > ul > li > a:hover {
    color: #1b2d6a;
  }
}
@media (max-width: 1680px) {
  #header .menu-wrap {
    margin-left: 7%;
  }
}
@media (max-width: 1366px) {
  #header {
    padding: 1.5rem 2rem;
  }
  #header.is-scroll {
    padding: 1rem 1.5rem;
  }
  #header .logo .logo-img {
    width: 80px;
  }
  #header .logo .logo-txt {
    width: 150px;
  }
  #header .menu-wrap {
    margin-left: 0;
  }
  #header .menu > ul {
    gap: 1rem;
  }
  #header .menu > ul > li > a {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  #header .menu > ul {
    gap: 1rem;
  }
  #header .menu > ul > li > a {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #header {
    padding: 1.5rem 6rem 1.5rem 2rem;
    gap: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .logo {
    margin: 0 auto 0 0;
  }
  #header .menu-button {
    position: fixed;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    border: 0;
    right: 2rem;
    cursor: pointer;
    z-index: 102;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
  }
  #header .menu-button span {
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
  }
  #header .menu-button span:before, #header .menu-button span:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 2px;
    right: 0;
    padding: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    background: #fff;
    -webkit-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
  }
  #header .menu-button span::before {
    top: -10px;
  }
  #header .menu-button span::after {
    bottom: -10px;
  }
  #header .menu-button.on > span {
    height: 0;
  }
  #header .menu-button.on > span:before {
    top: 0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .menu-button.on > span:after {
    top: 0px;
    bottom: unset;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .menu-wrap {
    position: fixed;
    width: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 100px, 0) scale(0);
            transform: translate3d(0px, 100px, 0) scale(0);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
  #header .menu {
    overflow-y: auto;
    height: 100%;
    padding: 2rem;
  }
  #header .menu > ul {
    display: block;
    padding: 3% 0;
    gap: 0;
  }
  #header .menu > ul > li {
    width: 100%;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #header .menu > ul > li > a {
    line-height: 50px;
    color: #fff;
  }
  #header .menu > ul > li a {
    color: #efefef;
  }
  #header .menu > ul > li > ul {
    display: none;
    padding: 1rem;
  }
  #header .menu > ul > li.has-child {
    position: relative;
  }
  #header .menu > ul > li.has-child::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    color: #fff;
    right: 1rem;
    top: 21px;
    z-index: -1;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #header .menu > ul > li.has-child.on > ul > li > a {
    padding: 10px;
    border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  }
  #header .menu > ul > li.has-child.on::after {
    border-color: #b08d68;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header .menu > ul > li.current > a {
    color: #b08d68;
  }
  #header.is-scroll {
    padding: 1rem 6rem 1rem 2rem;
  }
  #header.is-scroll .logo {
    margin: 0 auto 0 0;
  }
  .show-menu #header .menu-wrap {
    -webkit-transform: translate3d(0, 100px, 0) scale(1);
            transform: translate3d(0, 100px, 0) scale(1);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .show-menu .main {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(-300px, 100px, 0);
            transform: translate3d(-300px, 100px, 0);
  }
}
@media (max-width: 767px) {
  #header {
    padding: 1rem 4rem 1rem 1rem;
    gap: 1rem;
  }
  #header.is-scroll {
    padding: 10px 5rem 10px 2rem;
  }
  #header .logo .logo-img {
    width: 65px;
  }
  #header .logo .logo-txt {
    width: 120px;
  }
  #header .right-menu {
    gap: 10px;
  }
  #header .right-menu .btn-lan {
    width: 70px;
  }
  #header .menu-button {
    right: 1rem;
  }
  .show-menu .main {
    -webkit-transform: translate3d(-300px, 80px, 0);
            transform: translate3d(-300px, 80px, 0);
  }
}
/* Footer */
#footer {
  padding: 4% 0;
  position: relative;
  background: url(../images/footer_bg.jpg);
  background-size: cover;
  color: #fff;
  font-size: 0.9375rem;
}
#footer .container-1300 > .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  margin-bottom: 2rem;
}
#footer .logo-wrap .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .right-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 5rem);
          flex: 0 0 calc(100% - 280px - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2rem;
}
#footer .right-wrap .ul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  font-size: 1.0625rem;
}
#footer .right-wrap .ul-list li a {
  display: block;
  color: #fff;
}
#footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
}
#footer .info > a {
  display: block;
  color: #fff;
  position: relative;
}
#footer .info > a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url(../images/footer_icon.png);
}
#footer .info .fax::before {
  background-position: -20px 0;
}
#footer .info .map::before {
  background-position: -42px 0;
}
#footer .info .mail::before {
  background-position: -66px 0;
}
#footer .container-1500 {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .container-1500 > .flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .copyright {
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .copyright > a {
  color: #aaa;
  display: inline-block;
  margin: 0 1rem;
}
#footer .copyright .grnet {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.875rem;
  color: #666666;
}
#footer .copyright .grnet a {
  color: #666666;
}

.pc #footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  #footer .container-1300 > .flex-wrap {
    gap: 2rem;
  }
  #footer .container-1500 > .flex-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .logo-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin: 0;
  }
  #footer .right-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px - 2rem);
            flex: 0 0 calc(100% - 200px - 2rem);
  }
  #footer .right-wrap .ul-list {
    gap: 1rem;
  }
  #footer .info {
    gap: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .container-1300 > .flex-wrap {
    gap: 1rem;
  }
  #footer .right-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 1rem 0 2rem;
  }
  #footer .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  #footer .copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 1rem 0;
  }
  #footer .info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .info a:last-child::before {
    left: -0.5rem;
  }
  #footer .container-1500 {
    padding-top: 0;
  }
  #footer .container-1500 > .flex-wrap {
    padding-top: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 3rem 0;
  }
  #footer .right-wrap .ul-list {
    gap: 0.8rem;
    font-size: 0.875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .info {
    gap: 10px;
  }
  #footer .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 0;
    font-size: 0.8rem;
  }
  #footer .g-social-link {
    width: 100%;
  }
}
/*Top */
.go-top {
  position: fixed;
  font-size: 0;
  width: 35px;
  height: 59px;
  bottom: -80px;
  border-radius: 17px;
  right: 2%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: bottom 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, transform 0.5s, background-color 0.5s;
  transition: bottom 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
  z-index: 100;
  background: #928574;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.go-top::after {
  content: "";
  width: 1px;
  height: 29px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 15px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.go-top.is-scroll {
  bottom: 7%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pc .go-top:hover {
  background: #1b2d6a;
}
.pc .go-top:hover::after {
  height: 50px;
}

@media only screen and (max-width: 1199px) {
  .go-top.is-scroll {
    bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .go-top {
    right: 1rem;
  }
  .go-top.is-scroll {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .go-top {
    height: 35px;
  }
  .go-top::before {
    width: 9px;
    height: 9px;
  }
  .go-top::after {
    height: 15px;
  }
  .go-top.is-scroll {
    bottom: 10px;
  }
}
/* Container */
.g-wrap {
  max-width: 100vw;
  overflow-x: hidden;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-1500 {
  width: 100%;
  max-width: calc(1500px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}
.container-1500.flex-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.container-1300 {
  width: 100%;
  max-width: calc(1300px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1200 {
  width: 100%;
  max-width: calc(1200px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.page-wrap {
  position: relative;
  padding: 0 0 3% 0;
  z-index: 1;
}

.white-bg {
  background: #fff;
  padding: 5%;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .container-1500 {
    max-width: 100%;
  }
  .white-bg {
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .container-1300,
  .container-1200 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .container-1500.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box {
  color: #222222;
  display: block;
  overflow: hidden;
}
.box .pic-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.box .pic-box img {
  width: 100%;
}
.box .txt-box > * {
  margin-bottom: 0.5rem;
}
.box .txt-box .h3 {
  display: block;
  font-size: 1.0625rem;
  color: #000;
  -webkit-transition: color 0.3s var(--ease);
  transition: color 0.3s var(--ease);
}
.box .txt-box .date {
  font-size: 1.0625rem;
  color: #b08d68;
  font-weight: bold;
}

.pc .box .pic-box:hover .date {
  color: #b08d68;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .box .txt-box > * {
    margin-bottom: 0.3rem;
  }
  .box .txt-box .h3 {
    font-size: 1rem;
  }
  .box .date {
    font-size: 0.875rem;
  }
  .box .date::before {
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-bottom: 5px;
  }
  .box .cat {
    font-size: 0.875rem;
    height: 32px;
    line-height: 30px;
  }
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-box,
.right-box {
  width: 50%;
}

/* Rwd table*/
.rwd-table {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.rwd-table .thead {
  width: 100%;
  border-radius: 4px;
  display: table;
}
.rwd-table .th-box {
  display: table-row;
}
.rwd-table .th-box .th {
  position: relative;
  color: #fff;
  background: #c6203c;
  padding: 15px;
  text-align: center;
  display: table-cell;
  width: 12.5%;
  vertical-align: middle;
}
.rwd-table .th-box .th span {
  display: block;
  font-size: 0.875rem;
}
.rwd-table .th-box .th:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  background: #f6f6f6;
}
.rwd-table .tbody {
  width: 100%;
  display: table;
}
.rwd-table .td-box {
  display: table-row;
  width: 100%;
  border-radius: 5px;
}
.rwd-table .td-box:nth-child(even) {
  background: #efefef;
}
.rwd-table .td-box .td {
  display: table-cell;
  padding: 10px 5px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
  border-left: 0;
  text-align: center;
  width: 12.5%;
}
.rwd-table .td-box .td:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}
.rwd-table .td-box .td .pro-ti {
  color: #333;
  display: inline-block;
}
.rwd-table .td-box .td .btn-download {
  color: #fff;
  font-size: 1.125rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background: #333;
}
.rwd-table .td-box .td .pic-box {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.pc .rwd-table .td-box:hover {
  background: #f8f8f8;
}
.pc .rwd-table .td-box:hover:nth-child(even) {
  background: #f8f8f8;
}
.pc .rwd-table .td-box:hover .td .pro-ti {
  border-bottom: 1px solid #333;
}
.pc .rwd-table .td-box:hover .td .pic-box {
  opacity: 0.8;
}
.pc .rwd-table .td-box:hover .td .btn-download {
  background: #b08d68;
}

@media (max-width: 991px) {
  .rwd-table .thead {
    display: none;
  }
  .rwd-table .tbody {
    background: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .rwd-table .td-box {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    padding: 15px 65px 15px 140px;
    background: #fff;
  }
  .rwd-table .td-box .td {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    padding: 5px;
    text-align: left;
    width: calc(50% - 4px);
    line-height: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rwd-table .td-box .td:nth-child(1) {
    padding: 0;
    width: 100px;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .rwd-table .td-box .td:nth-child(1):before {
    display: none;
  }
  .rwd-table .td-box .td:last-child {
    padding: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    bottom: 15px;
  }
  .rwd-table .td-box .td:last-child:before {
    display: none;
  }
  .rwd-table .td-box .td:not(:last-child) {
    border-right: 0;
  }
  .rwd-table .td-box .td:before {
    content: attr(data-mtit) "：";
    font-style: unset;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    color: #666;
  }
}
@media (max-width: 767px) {
  .rwd-table .td-box {
    padding: 15px 15px 15px 110px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .rwd-table .td-box:nth-child(even) {
    background: #fff;
  }
  .rwd-table .td-box .td {
    width: 100%;
  }
  .rwd-table .td-box .td:nth-child(1) {
    top: 0;
    left: 0;
  }
  .rwd-table .td-box .td:last-child {
    top: 10px;
    right: -15px;
  }
  .rwd-table .td-box .td .btn-download {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}
.g-txt {
  font-size: var(--fluid-txt);
  line-height: var(--fluid-line-height);
  letter-spacing: 1px;
}

.g-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.g-social-link ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.g-social-link ul li {
  font-size: 0;
}
.g-social-link ul li a {
  display: block;
  position: relative;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5), background-color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5);
  transition: color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5), background-color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5);
  color: #fff;
}
.g-social-link ul li a:before {
  content: "";
  display: block;
  font-size: 1.35rem;
}
.g-social-link ul li .fb:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
}
.g-social-link ul li .ig:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}
.g-social-link ul li .youtube:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
}
.g-social-link ul li .line {
  background: url(../images/icon_line_w.svg) center center no-repeat;
}
.g-social-link ul li .line::before {
  display: none;
  background-size: 86%;
}
.g-social-link ul li .fb-3m {
  width: 75px;
  height: 40px;
  background: url(../images/fb_3m.png) center center no-repeat;
}
.g-social-link ul li .fb-te {
  width: 100px;
  height: 40px;
  background: url(../images/fb_te.png) center center no-repeat;
}

.pc .g-social-link ul li a:hover {
  border: 0;
}
.pc .g-social-link ul li a:hover:before {
  color: #fff;
}
.pc .g-social-link ul li .fb:hover {
  background: #0078d7;
}
.pc .g-social-link ul li .line:hover {
  background-color: #00c300;
  background-image: url(../images/icon_line_w.svg);
}
.pc .g-social-link ul li .ig:hover {
  background: rgb(64, 93, 230);
  background: linear-gradient(59deg, rgb(64, 93, 230) 0%, rgb(225, 48, 108) 46%, rgb(252, 175, 69) 85%);
}
.pc .g-social-link ul li .view:hover {
  background-color: #b08d68;
}
.pc .g-social-link ul li .youtube:hover {
  background-color: #f00;
}
.pc .g-social-link ul li .fb-te:hover,
.pc .g-social-link ul li .fb-3m:hover {
  background-color: #1b2d6a;
}

@media only screen and (max-width: 767px) {
  .g-social-link ul {
    gap: 0.5rem;
  }
  .g-social-link ul li .fb-3m {
    width: 65px;
  }
  .g-social-link ul li .fb-te {
    width: 90px;
  }
}
/* Title */
.g-title {
  position: relative;
  font-weight: bold;
  font-size: clamp(1.5rem, var(--fluid-title), 4.0625rem);
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
.g-title .en {
  display: block;
}
.g-title .ch {
  font-weight: normal;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.g-title .ch::before, .g-title .ch::after {
  content: "";
  display: inline-block;
  margin: 0 1.5rem;
  width: 1px;
  height: 20px;
  background: #b08d68;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.g-h3 {
  font-weight: bold;
  color: #000;
  font-size: clamp(1.25rem, var(--fluid-h3), 1.875rem);
}
.g-h3 .en {
  display: block;
  text-transform: uppercase;
}
.g-h3 .ch {
  font-weight: normal;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
}
.g-h3 .ch::before {
  content: "";
  display: inline-block;
  margin: 0 1.5rem;
  width: 1px;
  height: 15px;
  background: #b08d68;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.g-h4 {
  font-size: clamp(1rem, var(--fluid-h4), 1.375rem);
}

@media only screen and (max-width: 991px) {
  .g-title {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-title {
    margin-bottom: 1rem;
  }
  .g-title .ch {
    font-size: 0.9375rem;
  }
}
.btn-main,
.btn-more {
  position: relative;
  color: #fff;
  background-color: #b08d68;
  border-radius: 35px;
  height: 67px;
  line-height: 69px;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #b08d68;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  text-align: left;
}
.btn-main::before,
.btn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 1px;
  display: block;
  margin: 0 auto 1.5rem;
  background: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.btn-submit,
.btn-back {
  position: relative;
  color: #fff;
  background-color: #333;
  border-radius: 35px;
  height: 67px;
  line-height: 69px;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  text-align: left;
  -webkit-transition: text-align 0.3s ease;
  transition: text-align 0.3s ease;
}
.btn-submit::before,
.btn-back::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 1px;
  display: block;
  margin: 0 auto 1.5rem;
  background: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.btn-dark,
.btn-reset {
  color: #fff;
  background-color: #333;
  border-radius: 30px;
  height: 60px;
  line-height: 56px;
  width: 210px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
}

.pc .btn-main:hover,
.pc .btn-more:hover {
  background: transparent;
  padding-left: 50px;
  color: #fff;
  border: 1px solid #1b2d6a;
}
.pc .btn-main:hover::before,
.pc .btn-more:hover::before {
  width: 200px;
  height: 200px;
  right: 0;
  background: #1b2d6a;
  z-index: -1;
}
.pc .btn-submit:hover,
.pc .btn-back:hover {
  background: transparent;
  text-align: center;
  color: #fff;
  border: 1px solid #1b2d6a;
}
.pc .btn-submit:hover::before,
.pc .btn-back:hover::before {
  width: 200px;
  height: 200px;
  right: 0;
  background: #1b2d6a;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .btn-back,
  .btn-main,
  .btn-dark,
  .btn-more,
  .btn-submit {
    height: 50px;
    line-height: 46px;
    border-radius: 25px;
    font-size: 1rem;
    padding: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .btn-back::before,
  .btn-main::before,
  .btn-dark::before,
  .btn-more::before,
  .btn-submit::before {
    width: 15px;
  }
}
/* Button Wrap*/
.btn-wrap {
  margin: 2rem auto;
}

.btn-wrap-center {
  margin: 2rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.btn-wrap-right {
  text-align: right;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .btn-wrap,
  .btn-wrap-center,
  .btn-wrap-right {
    margin: 1rem auto;
  }
  .btn-wrap-center {
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.system-info {
  text-align: center;
  margin: 0 auto;
  padding: 5vh 0;
  line-height: 2;
  letter-spacing: 2px;
  padding: 8vh 0;
  color: #000;
}

.system-info i {
  font-size: 1.5rem;
  display: block;
  margin: 0 auto 10px;
  color: #efefef;
}

.system-info .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 2rem;
  border-radius: 90px;
  text-align: center;
  border: 1px solid #888;
  font-size: 4rem;
  font-weight: bold;
  color: #888;
}

.p-breadcrumb {
  padding: 2rem 0;
  display: block;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.p-breadcrumb > li {
  display: inline-block;
  position: relative;
}
.p-breadcrumb > li:first-child > a {
  color: #b08d68;
}
.p-breadcrumb > li > a {
  color: #888888;
  -webkit-transition: color 0.5s var(--ease);
  transition: color 0.5s var(--ease);
}
.p-breadcrumb > li > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 15px;
  background: #888888;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  margin: 0 8px;
}

.pc .p-breadcrumb li a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .p-breadcrumb {
    padding: 1.5rem 0;
  }
}
@media (max-width: 991px) {
  .p-breadcrumb {
    padding: 1rem 0;
  }
}
.main-content {
  width: 100%;
}
.main-content .g-h4 {
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
.main-content .g-h4::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  background: #b08d68;
}

.container-1500.flex-wrap {
  position: relative;
}

/* Aside Nav */
.aside-nav {
  width: 250px;
  position: sticky;
  top: var(--header-h);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.aside-nav .g-h3 {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.aside-nav .cate-wrap {
  -webkit-transition: -webkit-transform 1s 0.2s;
  transition: -webkit-transform 1s 0.2s;
  transition: transform 1s 0.2s;
  transition: transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
.aside-nav .cate-wrap .ul-list {
  line-height: 1.2;
  margin: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
}
.aside-nav .cate-wrap .ul-list li {
  position: relative;
}
.aside-nav .cate-wrap .ul-list li a {
  display: block;
  color: #333;
}
.aside-nav .cate-wrap .ul-list li ul {
  display: none;
}
.aside-nav .cate-wrap .ul-list li.current > ul, .aside-nav .cate-wrap .ul-list li.on > ul {
  display: block;
}
.aside-nav .cate-wrap .ul-list > li {
  margin-bottom: 1rem;
  border-radius: 30px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.aside-nav .cate-wrap .ul-list > li > a {
  padding: 1rem 1.5rem;
}
.aside-nav .cate-wrap .ul-list > li.current > a, .aside-nav .cate-wrap .ul-list > li.on > a {
  border: 0;
  background: #383531;
  color: #fff;
}
.aside-nav .cate-wrap .ul-list > li > ul {
  font-size: 1.0625rem;
}
.aside-nav .cate-wrap .ul-list > li > ul > li > a {
  padding: 0.8rem 1.5rem;
}
.aside-nav .cate-wrap .ul-list > li > ul > li.current > a, .aside-nav .cate-wrap .ul-list > li > ul > li.on > a {
  color: #b08d68;
}
.aside-nav .cate-wrap .ul-list > li > ul > li > ul {
  padding: 0.7rem 1.5rem;
  background: #efefef;
  font-size: 1rem;
}
.aside-nav .cate-wrap .ul-list > li > ul > li > ul > li {
  padding-left: 10px;
}
.aside-nav .cate-wrap .ul-list > li > ul > li > ul > li > a {
  padding: 5px 0;
  color: #888;
}
.aside-nav .cate-wrap .ul-list > li > ul > li > ul > li > a::before {
  content: "‧";
  position: absolute;
  left: 0;
  top: 5px;
}
.aside-nav .cate-wrap .ul-list > li > ul > li > ul > li.current > a {
  color: #000;
}
.aside-nav + .main-content {
  width: calc(100% - 250px);
  padding-left: 5%;
}

.pc .aside-nav .cate-wrap .ul-list li a:hover {
  color: #b08d68;
}

@media only screen and (max-width: 1366px) {
  .aside-nav + .main-content {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .aside-nav {
    width: 100%;
    margin-bottom: 2rem;
  }
  .aside-nav .g-h3 {
    display: none;
  }
  .aside-nav + .main-content {
    padding: 0;
    width: 100%;
  }
  .aside-nav + .main-content .g-h4 {
    display: none;
  }
  .aside-nav.fixed {
    background: transparent;
  }
  .aside-nav.fixed .toggle {
    margin: 0 auto;
  }
  .aside-nav .cate-wrap > .ul-list {
    margin: 0;
    padding: 1rem;
    background: #efefef;
    border-radius: 0 0 30px 30px;
    display: none;
    font-size: 1rem;
  }
  .aside-nav .cate-wrap > .ul-list > li {
    background: #fff;
    border-radius: 27px;
    margin-bottom: 4px;
  }
  .aside-nav .cate-wrap > .ul-list > li > a {
    padding: 15px;
  }
  .aside-nav .cate-wrap > .ul-list > li.has-child::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .aside-nav .cate-wrap > .ul-list > li.has-child.current::after, .aside-nav .cate-wrap > .ul-list > li.has-child.on::after {
    content: "-";
    color: #fff;
  }
  .aside-nav .cate-wrap > .ul-list > li > ul {
    font-size: 0.9375rem;
  }
  .toggle {
    width: 100%;
    margin: 1rem auto;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 25px;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    -webkit-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
    background-color: #b08d68;
    background-image: linear-gradient(675deg, rgba(176, 141, 104, 0.2), #1b2d6a);
    background-size: 100% 100%;
    background-position: 1 0;
    background-repeat: no-repeat;
  }
  .toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    width: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    color: #fff;
    font-size: 0.8rem;
  }
  .toggle.on {
    border-radius: 25px 25px 0 0;
    background-color: #1b2d6a;
    background-image: linear-gradient(675deg, rgba(27, 45, 106, 0.8), #b08d68);
    background-size: 100% 100%;
    background-position: 1 0;
    background-repeat: no-repeat;
  }
  .toggle.on:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
  }
}
/*Page Banner */
.p-banner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  line-height: 1;
  aspect-ratio: 1920/500;
}
.p-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-banner .banner-txt .g-title {
  margin: 0;
  color: #fff;
}
.p-banner .banner-txt .g-title .ch::before, .p-banner .banner-txt .g-title .ch::after {
  background: #fff;
}
.p-banner .banner-txt .g-title .en {
  margin: 0;
}
.p-banner .banner-txt[data-scroll=in] .g-title .char:after {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .p-banner {
    aspect-ratio: 1000/500;
  }
}
@media only screen and (max-width: 767px) {
  .p-banner .banner-txt {
    top: 60%;
  }
}
/* --- EDITOR DEFAULT --- */
.theme-wrap {
  font-size: 1.0625rem;
  color: #333;
  line-height: 2;
}
.theme-wrap img {
  height: auto !important;
  max-width: 100% !important;
}

.theme-title {
  line-height: 2;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1rem 0;
}

.theme-p {
  line-height: 2;
}

.theme-h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

/* 樣版1️⃣ - 左圖右文 */
.theme-r-word-l-pic,
.theme-r-pic-l-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2rem 0;
}
.theme-r-word-l-pic .theme-p,
.theme-r-pic-l-word .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
}
.theme-r-word-l-pic .pic,
.theme-r-pic-l-word .pic {
  width: 48%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.theme-r-word-l-pic .pic img,
.theme-r-pic-l-word .pic img {
  width: 100%;
}
.theme-r-word-l-pic .word,
.theme-r-pic-l-word .word {
  position: relative;
  padding: 0 4%;
  width: 52%;
  line-height: 2;
}

/* 樣版2️⃣ - 右圖左文 */
.theme-r-pic-l-word {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 樣版3️⃣ - 單圖單文 */
.theme-full {
  padding: 20px 0;
}
.theme-full .pic img {
  width: 100%;
  display: block;
}
.theme-full .word {
  text-align: center;
  padding: 2rem 5%;
}

/* 樣版4️⃣ - 三欄圖文 */
.theme-mutiple-columns {
  margin: 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  overflow: hidden;
}
.theme-mutiple-columns > * {
  width: calc((100% - 6rem) / 5);
}
.theme-mutiple-columns .icon {
  width: 200px;
  height: 200px;
  margin: 0 auto 10px;
  border-radius: 50%;
  line-height: 170px;
  text-align: center;
  border: 15px solid #d9babc;
  background: #821a22;
}
.theme-mutiple-columns .s-ti {
  font-size: 1.125rem;
  color: #821a22;
  text-align: center;
  font-weight: bold;
}
.theme-mutiple-columns .theme-des {
  font-size: 1rem;
  text-align: center;
}
.theme-mutiple-columns .pic-box img {
  width: 100%;
}
.theme-mutiple-columns .txt-box {
  padding: 2rem 0 0 0;
}
.theme-mutiple-columns .txt-box .theme-h3 {
  margin: 1rem 0;
  font-size: 20px;
}
.theme-mutiple-columns .txt-box .theme-des {
  color: #555555;
  line-height: 2.4;
  font-size: 1.0625rem;
}

.theme-ul {
  color: #444444;
  line-height: 2;
  margin: 0 0 5%;
  padding: 0;
  list-style: none;
}
.theme-ul span {
  font-weight: bold;
}
.theme-ul > li {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
}
.theme-ul > li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #d8001c;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 991px) {
  .theme-title {
    line-height: 1.6;
  }
  .theme-p {
    margin-bottom: 1.5rem;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-pic-l-word .pic {
    width: 100%;
  }
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .word {
    width: 100%;
    padding: 1rem 0;
  }
  .theme-mutiple-columns .icon {
    width: 150px;
    height: 150px;
    line-height: 130px;
    border: 10px solid #d9babc;
  }
  .theme-mutiple-columns .icon img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .theme-title {
    font-size: 1.25rem;
    margin: 0.5rem 0;
  }
  .theme-h3 {
    font-size: 1.125rem;
  }
  .theme-p {
    margin: 0 0 1rem;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    display: block;
    padding: 0;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .pic,
  .theme-r-pic-l-word .word {
    width: 100%;
    padding: 0.5rem 0;
    display: block;
  }
  .theme-mutiple-columns {
    margin: 0 0 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .theme-mutiple-columns > div {
    width: 100%;
  }
  .theme-mutiple-columns > div .icon {
    margin-bottom: 5px;
  }
  .theme-full .word {
    padding: 10px 0;
    margin: 0;
  }
  .theme-ul > li::before {
    top: 7px;
  }
}
/* 樣版6️⃣ - 表格樣式 */
.theme-table {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto 2rem;
}
.theme-table::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  top: 10px;
  opacity: 0;
  right: 10px;
  -webkit-animation: ani_LR 1.2s both linear infinite;
          animation: ani_LR 1.2s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.theme-table.need-scroll::after {
  opacity: 0.9;
}
.theme-table::-webkit-scrollbar {
  height: 3px;
}
.theme-table::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #ddd;
}
.theme-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #999;
}
.theme-table:hover::-webkit-scrollbar-thumb {
  background: #666;
}
.theme-table table {
  position: relative;
  z-index: 1;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.theme-table table thead th {
  color: #fff;
  background: #b08d68;
  padding: 20px 30px;
  text-align: center;
  border: 1px solid #fff;
}
.theme-table table thead th:last-child {
  border-right: 0;
}
.theme-table table tbody tr:nth-child(even) {
  background: #f6f6f6;
}
.theme-table table tbody td {
  text-align: center;
  padding: 20px 30px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  vertical-align: top;
  border-left: 0;
  line-height: 1.5;
}
.theme-table table tbody td:last-child {
  border-right: 0;
}

.pc .theme-table::after {
  background-image: url(../images/touch_icon_pc.png);
}
.pc .theme-table table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

.mb .theme-table::after {
  background-image: url(../images/touch_icon_mb.png);
}

@media (max-width: 991px) {
  .theme-table table {
    font-size: 0.9375rem;
  }
  .theme-table table thead th,
  .theme-table table tbody td {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .theme-table table {
    width: 500px;
    font-size: 0.9375rem;
  }
  .theme-table table thead th,
  .theme-table table tbody td {
    padding: 8px 10px;
  }
  .theme-table table tbody td:nth-child(1) {
    width: 20%;
  }
}
#sitemap .main {
  background: url(../images/i_news_bg.jpg);
}
#sitemap .list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sitemap .box {
  width: 20%;
  padding: 0 1.5rem;
  font-size: 1rem;
  text-align: center;
}
#sitemap .box .title {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: clamp(1.25rem, var(--fluid-h3), 1.875rem);
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #000;
}
#sitemap .box .title .en {
  display: block;
}
#sitemap .box .title .ch {
  font-weight: normal;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
}
#sitemap .box .title .ch::before, #sitemap .box .title .ch::after {
  content: "";
  display: inline-block;
  margin: 0 1.5rem;
  width: 1px;
  height: 15px;
  background: #b08d68;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sitemap .box ul {
  text-align: center;
  margin-bottom: 1rem;
}
#sitemap .box ul li {
  position: relative;
  margin-bottom: 1rem;
}
#sitemap .box ul li a {
  padding: 15px 10px;
  line-height: 2;
  display: block;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 30px;
  background: #fff;
  -webkit-transition: background 0.3s ease-in, color 0.3s;
  transition: background 0.3s ease-in, color 0.3s;
}

.pc #sitemap .box ul li a:hover {
  color: #fff;
  background: #333;
}

@media only screen and (max-width: 1199px) {
  #sitemap .box {
    padding: 0 0.8rem;
  }
  #sitemap .box .title .ch::before, #sitemap .box .title .ch::after {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 991px) {
  #sitemap .box {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  #sitemap .box {
    width: 100%;
  }
  #sitemap .box ul {
    margin-bottom: 2rem;
  }
  #sitemap .box ul li {
    margin-bottom: 10px;
  }
  #sitemap .box ul li a {
    padding: 10px;
  }
}