@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li,
a {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */
}

select::-ms-expand {
  display: none;
  /* for IE11 */
}

textarea {
  -webkit-appearance: none;
}

input,
button {
  border-radius: 0;
}

body {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Noto Sans", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-display: swap;
}

/* 使用选择器指定字体 */
.f_NotoSansTC_light {
  font-family: "Noto Sans TC";
  font-weight: 300;
}

.f_NotoSansTC_heavy {
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.f_NotoSansTC_regular {
  font-family: "Noto Sans TC";
  font-weight: 400;
}

.f_NotoSansTC_bold {
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.roboto {
  font-family: "Roboto";
}

.roboto_bold {
  font-family: "Roboto";
  font-weight: bold;
}

/* 使用 font-spider 壓縮字體   END*/
#header {
  position: fixed;
  font-family: "Noto Sans TC";
  font-weight: 400;
  z-index: 105;
  top: 0;
  left: 0;
  height: 76px;
  width: 100%;
  background-color: #111;
  border-bottom: 1px solid #ceb071;
}
@media (max-width: 769px) {
  #header.header-zindex-adj-m {
    z-index: 102;
  }
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#header .container #header-toggle {
  display: none;
}
@media (max-width: 1279px) {
  #header .container #header-toggle {
    display: inline-block;
    width: 76px;
    height: 76px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../images/icon_hambuger_open.svg);
  }
}
#header .container #header-toggle.toggled {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../images/icon_hambuger_close.svg);
}
@media (max-width: 1279px) {
  #header .container .header-logo {
    margin: auto;
  }
}
#header .container .header-logo img {
  height: 36px;
}
#header .container nav {
  margin-left: auto;
  height: 100%;
}
@media (max-width: 1279px) {
  #header .container nav {
    position: fixed;
    z-index: 102;
    top: 76px;
    left: 0;
    height: calc(100% - 76px);
    width: 375px;
    background-color: #fff;
    padding: 40px 27px 60px;
    overflow-y: scroll;
    display: none;
  }
}
@media (max-width: 769px) {
  #header .container nav {
    width: 100%;
    padding: 32px 27px 120px;
  }
}
#header .container nav .nav-main-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #ceb071;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 100%;
  margin-right: 30px;
  letter-spacing: 2px;
}
@media (min-width: 1280px) {
  #header .container nav .nav-main-link:hover {
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav .nav-main-link:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link {
    display: block;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #111111;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#header .container nav .nav-main-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #ceb071;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
#header .container nav .nav-main-link .nav-main-link-desc:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#header .container nav .nav-main-link .nav-main-link-desc .icon {
  display: block;
  position: absolute;
  width: 28px;
  position: absolute;
  right: -15px;
  top: 15px;
  -webkit-animation: newAni infinite alternate 0.25s;
          animation: newAni infinite alternate 0.25s;
}
@-webkit-keyframes newAni {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes newAni {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link .nav-main-link-desc {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #ceb071;
    line-height: 1.45;
  }
  #header .container nav .nav-main-link .nav-main-link-desc .icon {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -5px;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link .nav-main-link-desc#pad-submenu-toggle-how::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav .nav-main-link .nav-main-link-desc#pad-submenu-toggle-how.mobile-slide-toggle {
    color: #af955f;
  }
  #header .container nav .nav-main-link .nav-main-link-desc#pad-submenu-toggle-how.mobile-slide-toggle::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#header .container nav .nav-main-link.has-sub-menu .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .flex-wrap {
    display: block;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu {
  line-height: 1.45;
  color: #000;
  font-weight: normal;
  position: fixed;
  z-index: 99;
  width: 1200px;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  height: 360px;
  padding: 32px 0 35px 40px;
  background-color: #fff;
  display: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1280px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.slide-up {
    pointer-events: none;
    z-index: -99;
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    padding-top: 20px;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how {
    display: none;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul {
  margin-right: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul {
    margin-right: 0;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul:last-of-type {
  margin-right: 0;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul:last-of-type {
    margin-top: 40px;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-title {
  font-size: 18px;
  font-weight: bold;
  color: #ceb071;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Noto Sans TC";
    font-weight: 300;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item:last-of-type {
  margin-bottom: 0;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item a:hover {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 552px;
  height: 100%;
  color: #c29041;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how {
    display: none;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  z-index: 1;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how .deco-bg {
  position: absolute;
  width: 304px;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 40px;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about {
  padding-left: 40px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about {
    padding-top: 0;
    padding-left: 0;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container {
  margin-right: 50px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container {
    margin-right: 0;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #ceb071;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #ceb071;
    line-height: 1.45;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    font-family: "Noto Sans TC";
    font-weight: 300;
  }
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title.mobile-slide-toggle {
    color: #af955f;
  }
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title.mobile-slide-toggle::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/expand_open.svg);
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul {
    display: none;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul:last-of-type {
  margin-right: 0;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item:last-of-type {
  margin-bottom: 0;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item a:hover {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .deco-bg {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 304px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .deco-bg {
    display: none;
  }
}
#header .container nav .nav-main-link.nav-main-link-how .sub-menu {
  width: 928px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.nav-main-link-how {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.nav-main-link-how .nav-main-link-desc {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    cursor: pointer;
  }
  #header .container nav .nav-main-link.nav-main-link-how .nav-main-link-desc::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/expand_open.svg);
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.nav-main-link-about .nav-main-link-desc {
    display: none;
  }
}
#header .container nav #pad-only-link {
  display: none;
}
@media (max-width: 1279px) {
  #header .container nav #pad-only-link {
    width: 320px;
    height: 53px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    left: 24px;
    bottom: 21px;
    border-radius: 40px;
    background-color: #ceb071;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #111;
    top: 10px;
  }
}
@media (max-width: 769px) {
  #header .container nav #pad-only-link {
    bottom: 0;
    left: calc(50% - 160px);
  }
}
#header .container .header-button-link {
  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;
  width: 210px;
  height: 53px;
  border-radius: 40px;
  background-color: #ceb071;
  font-size: 22px;
  color: #111;
  letter-spacing: 2px;
}
@media (max-width: 1279px) {
  #header .container .header-button-link {
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
@media (max-width: 769px) {
  #header .container .header-button-link {
    display: none;
  }
}

.menu {
  width: 1200px;
  margin: 0 auto;
  background-color: transparent;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1279px) {
  .menu {
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
  }
}
.menu .btn_label {
  padding: 23px 20px 22px 20px;
}
@media (max-width: 1279px) {
  .menu .btn_label {
    position: absolute;
    right: 0;
  }
}
.menu .logo_a {
  margin: 0 auto;
}
.menu .label_block {
  display: none;
  opacity: 0;
}
@media (max-width: 1279px) {
  .menu .label_block {
    display: block;
    opacity: 1;
    width: 25px;
    height: 3px;
    border-radius: 8px;
    background: #cd9b1d;
    position: relative;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .menu .label_block::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 25px;
    height: 3px;
    border-radius: 8px;
    background: #cd9b1d;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .label_block::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 25px;
    height: 3px;
    border-radius: 8px;
    background: #cd9b1d;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.menu .logo {
  width: 145px;
  padding: 20px 0;
}
@media (max-width: 1279px) {
  .menu .logo {
    padding: 15px 0;
    width: 92px;
  }
}
.menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .menu .nav {
    display: block;
  }
}
.menu .nav .menu_item {
  color: #000000;
  text-align: center;
}
.menu .nav .menu_item::after {
  display: block;
  content: "";
  width: 0px;
  height: 2px;
  background: #cd9b1d;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.menu .nav .menu_item:hover {
  color: #cd9b1d;
}
.menu .nav .menu_item:hover::after {
  width: 80px;
}
.menu .nav .menu_item:nth-of-type(3), .menu .nav .menu_item:nth-of-type(4) {
  width: 80px;
}
@media (max-width: 1279px) {
  .menu .nav .menu_item:nth-of-type(3), .menu .nav .menu_item:nth-of-type(4) {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .menu .nav {
    position: absolute;
    top: 98%;
    z-index: 100;
    left: 0;
    padding-top: 25px;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #fff;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
.menu .nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0px;
  margin-left: 28px;
}
@media (max-width: 1279px) {
  .menu .nav a {
    padding: 0px 20px 10px 20px;
    font-size: 18px;
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.menu .nav .menu_btn_gold,
.menu .nav .menu_btn_black_line {
  line-height: 1;
  padding: 15px;
}
@media (max-width: 1279px) {
  .menu .nav .menu_btn_gold {
    height: 50px;
    font-size: 18px;
    margin: auto;
    margin-bottom: 20px;
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 1279px) {
  .menu .nav .menu_btn_black_line {
    width: 140px;
    height: 50px;
    font-size: 18px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .menu .nav a:nth-of-type(4) {
    margin-bottom: 25px;
  }
}
.menu .nav .login_desktop {
  display: block;
}
@media (max-width: 1279px) {
  .menu .nav .login_desktop {
    display: none;
  }
}
.menu .nav .login_mobile {
  display: none;
}
@media (max-width: 1279px) {
  .menu .nav .login_mobile {
    display: block;
  }
}
.menu .fb_icon,
.menu .line_icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
@media (max-width: 1279px) {
  .menu .fb_icon,
  .menu .line_icon {
    width: 50px;
    height: 50px;
  }
}

@-webkit-keyframes hdr-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes hdr-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#header[data-hdr-state=loading] {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #111), color-stop(50%, #1c1c1c), color-stop(75%, #111));
  background: linear-gradient(90deg, #111 25%, #1c1c1c 50%, #111 75%);
  background-size: 200% 100%;
  -webkit-animation: hdr-shimmer 1.8s ease-in-out infinite;
          animation: hdr-shimmer 1.8s ease-in-out infinite;
}
#header[data-hdr-state=loading] .container {
  visibility: hidden;
}

.lboxed--overlay {
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation: overlayFadeIn forwards 0.5s 1.5s;
          animation: overlayFadeIn forwards 0.5s 1.5s;
}

.lboxed {
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  max-width: 800px;
  -webkit-animation: lightboxFadeIn forwards 0.5s 2s;
          animation: lightboxFadeIn forwards 0.5s 2s;
  font-family: "微體正黑體", "Microsoft JhengHei", "新細明體", Arial, Helvetica, sans-serif;
}
.lboxed__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
}
.lboxed__close::before, .lboxed__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 3px;
  background: #cd9b1d;
  border-radius: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.lboxed__close::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.lboxed__outer {
  width: 100%;
  height: 100%;
  background: white;
  padding: 40px;
  border-radius: 15px;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 95vh;
}
@media (max-width: 769px) {
  .lboxed__outer {
    padding: 1.5em;
  }
}
.lboxed .announce {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lboxed .announce__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6em;
}
@media (max-width: 769px) {
  .lboxed .announce__title {
    font-size: 22px;
  }
}
.lboxed .announce__center {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 769px) {
  .lboxed .btns .t_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lboxed .btns [class*=btn] {
    margin-top: 1em;
  }
  .lboxed .btns [class*=btn]:first-child {
    margin-top: 0em;
  }
}

@-webkit-keyframes lightboxFadeIn {
  from {
    opacity: 0;
    z-index: 105;
  }
  to {
    opacity: 1;
    z-index: 105;
  }
}

@keyframes lightboxFadeIn {
  from {
    opacity: 0;
    z-index: 105;
  }
  to {
    opacity: 1;
    z-index: 105;
  }
}
@-webkit-keyframes overlayFadeIn {
  from {
    opacity: 0;
    z-index: 103;
  }
  to {
    opacity: 1;
    z-index: 103;
  }
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    z-index: 103;
  }
  to {
    opacity: 1;
    z-index: 103;
  }
}
#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #111111;
}
@media (max-width: 1279px) {
  #footer {
    padding: 50px 0 80px;
  }
}
@media (max-width: 769px) {
  #footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer.hasfooterNotice {
  padding: 32px 0 64px 0;
}
@media (max-width: 1279px) {
  #footer.hasfooterNotice {
    padding: 20px 0 80px;
  }
}
@media (max-width: 769px) {
  #footer.hasfooterNotice {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer .footerNotice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 2em 3em 3em;
  text-align: justify;
}
#footer .top-wrap {
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1279px) {
  #footer .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap {
    width: 320px;
  }
}
@media (max-width: 320px) {
  #footer .top-wrap {
    max-width: 320px;
    margin: 0 20px;
  }
}
#footer .top-wrap .logo {
  width: 137px;
  margin-right: 60px;
}
@media (max-width: 1279px) {
  #footer .top-wrap .logo {
    margin-right: 0;
    margin-bottom: 65px;
  }
}
#footer .top-wrap .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .top-wrap .list-wrap ul {
  margin-right: 80px;
}
@media (max-width: 1279px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 60px;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul:first-of-type {
    margin-bottom: 50px;
  }
}
#footer .top-wrap .list-wrap ul:last-of-type {
  margin-right: 0;
}
#footer .top-wrap .list-wrap ul li.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#footer .top-wrap .list-wrap ul li.link {
  margin-bottom: 20px;
}
#footer .top-wrap .list-wrap ul li.link a {
  font-size: 14px;
  color: #fff;
}
#footer .top-wrap .list-wrap ul li.link a.contact-web {
  display: inline-block;
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-web {
    display: none;
  }
}
#footer .top-wrap .list-wrap ul li.link a.contact-mobile {
  display: none;
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
    display: inline-block;
  }
}
#footer .bottom-wrap {
  width: 960px;
  margin: auto;
  border-top: 1px solid #4f4f4f;
  padding-top: 16px;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  #footer .bottom-wrap {
    width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .bottom-wrap {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap a {
  color: #A3A3A3;
}
#footer .bottom-wrap .links-container {
  font-size: 14px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap .links-container a {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 2px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .links-container a {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .links-container a .link-img-bank {
  margin-right: 12px;
  position: relative;
  top: 2px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .links-container p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .copyright-desc {
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .copyright-desc {
    text-align: center;
    margin-top: 20px;
  }
}
#footer .footer--flex {
  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;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  color: #fff;
}
@media (max-width: 1279px) {
  #footer .footer--flex {
    margin-top: 35px;
    max-width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .footer--flex {
    display: block;
    max-width: 320px;
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  #footer .footer--flex {
    max-width: 280px;
    margin: 30px 20px 0 20px;
  }
}
#footer .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1279px) {
  #footer .footer__title {
    font-size: 22px;
  }
}
@media (max-width: 769px) {
  #footer .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#footer .footer__text {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1279px) {
  #footer .footer__text {
    width: 470px;
  }
}
@media (max-width: 769px) {
  #footer .footer__text {
    width: auto;
  }
}
#footer .footer__text a {
  text-decoration: underline;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000;
}
@media (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media (max-width: 769px) {
  #foot {
    padding: 30px;
  }
}
#foot .footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  #foot .footer--flex {
    margin-bottom: 35px;
  }
}
@media (max-width: 769px) {
  #foot .footer--flex {
    display: block;
    margin-bottom: 30px;
  }
}
#foot .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 60px;
}
@media (max-width: 1279px) {
  #foot .footer__title {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media (max-width: 769px) {
  #foot .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#foot .footer__text {
  width: 725px;
  font-size: 14px;
  line-height: 1.71;
}
@media (max-width: 1279px) {
  #foot .footer__text {
    width: 470px;
    font-size: 12px;
  }
}
@media (max-width: 769px) {
  #foot .footer__text {
    width: auto;
  }
}
#foot .footer_smart {
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
#foot .footer_smart span {
  display: inline-block;
}
#foot .footer_smart span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  margin-right: 8px;
  background: url("../img/sinopac-logo.svg") no-repeat 0 0;
  position: relative;
  top: 5px;
}
#foot .footer_smart a {
  display: inline-block;
  letter-spacing: 0;
  margin: 10px 5px 0 5px;
  vertical-align: middle;
}
#foot .footer_smart #cdic {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer_ico {
  margin-right: 0.2em;
}

@media (max-width: 1279px) {
  #download {
    display: block;
  }
}

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 769px) {
  #footer_download {
    height: auto;
    position: unset;
    padding: 47px 20px 0 20px;
  }
}
#footer_download .footer_download_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  margin-left: 69px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_title {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-left: 0;
  }
}
#footer_download .footer_download_con {
  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;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    min-width: auto;
  }
}
#footer_download .footer_download_con .footer_download_img {
  margin-right: 40px;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_img {
    margin-right: 26px;
    margin: 9% auto -4% auto;
    text-align: center;
    width: 64%;
    max-width: 236px;
  }
  #footer_download .footer_download_con .footer_download_img img {
    width: 100%;
  }
}
#footer_download .footer_download_con .footer_download_text {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text {
    margin-top: 16px;
  }
}
#footer_download .footer_download_con .footer_download_text h6 {
  font-size: 24px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 20px 0 45px 0;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text > p {
    font-size: 12px;
    margin: 14px 0 30px 0;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text > p {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p span {
  color: #825f14;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box {
    display: block;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
  margin-right: 24px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    margin-right: 10px;
  }
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
    width: 100%;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
  font-size: 14px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
    font-size: 13px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
  font-size: 36px;
  margin-bottom: 19px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 4px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    margin-bottom: 11px;
    margin-top: 24px;
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
  line-height: 1.1em;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
  line-height: 1.1em;
  margin-top: 0.5em;
  white-space: nowrap;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
    text-align: center;
    margin-bottom: 22px;
    white-space: normal;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    margin-top: 12px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
  margin-right: 5px;
  border-radius: 5px;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
  width: 100%;
  display: block;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
  margin-right: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.br_style {
  display: none;
}
@media (max-width: 769px) {
  .br_style {
    display: block;
  }
}

.br_desk {
  display: block;
}
@media (max-width: 769px) {
  .br_desk {
    display: none;
  }
}

.desk_show {
  display: block;
  opacity: 1;
}
@media (max-width: 769px) {
  .desk_show {
    display: none;
    opacity: 0;
  }
}

.mobile_show {
  display: none;
  opacity: 0;
}
@media (max-width: 769px) {
  .mobile_show {
    display: block;
    opacity: 1;
  }
}

html {
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

body {
  width: 100%;
  height: 100%;
}
body.no-scroll {
  position: fixed;
  top: 0;
  overflow: hidden;
}

br {
  font-family: unset !important;
  font: unset !important;
  opacity: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .container {
    width: 100%;
  }
}

#nav_selected {
  color: #cd9b1d;
}
#nav_selected::after {
  width: 80px;
}

.red {
  color: #d00f24;
}

.fc_gold {
  color: #cd9b1d;
}

.fc_gold2 {
  color: #ceb071;
}

.fc_gold3 {
  color: #af955f;
}

.fc_black {
  color: #000000;
}

.fc_white {
  color: white !important;
}

.fc_red {
  color: #d3304b;
}

.fc_gray {
  color: #999999;
}

a {
  color: #0000ee;
}

.red_underline {
  position: relative;
}
.red_underline:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0.5em;
  background-color: #d00f24;
  content: "";
  display: inline-block;
}

.ff_arial {
  font-family: Arial, Helvetica, sans-serif;
}

.fwb {
  font-weight: bold;
}

.fs_basic {
  font-size: 16px;
  line-height: 1.5;
}

.fs_bigger {
  font-size: 1.25em;
}

.lh_2 {
  line-height: 2em;
}

.t_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.pr2em {
  padding-right: 2em;
}
@media (max-width: 1279px) {
  .pr2em__reset {
    padding-right: 0;
  }
}

.pb2em {
  padding-bottom: 2em;
}
@media (max-width: 1279px) {
  .pb2em__reset {
    padding-bottom: 0;
  }
}

.ml-40 {
  margin-left: 40px;
}

.shadow {
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.goto {
  cursor: pointer;
}

ol.disc {
  padding-left: 2em;
}
ol.disc > li {
  list-style: disc;
}
ol.decimal {
  padding-left: 2em;
}
ol.decimal > li {
  list-style: decimal;
}
ol.square {
  margin-left: 1em;
}
ol.square > li {
  list-style: square;
}
ol.decimal1em {
  margin-left: 1em;
}
ol.decimal1em > li {
  list-style: decimal;
}
ol.decimal-arc { /*更新*/
  counter-reset: counter;
  position: relative;
  padding-left: 1.3em;
}
ol.decimal-arc > li:before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  text-indent: -2em;
  text-align: right;
  margin-left: -0.2em;
}
ol.decimal-arc > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: -1em;
  padding-left: 1em;
}
ol.lower-alpha { /*更新*/
  padding-left: 1.2em;
}
ol.lower-alpha > li {
  list-style: lower-alpha;
}
ol.upper-alpha {
  padding-left: 1.2em;
}
ol.upper-alpha > li {
  list-style: upper-alpha;
  line-height: 2;
}
ol.cjk-ideographic {
  margin-left: 2em;
}
ol.cjk-ideographic > li {
  list-style: cjk-ideographic;
}
ol.step-circle {
  counter-reset: step-counter;
}
ol.step-circle > li {
  counter-increment: step-counter;
  list-style: none !important;
  position: relative;
}
ol.step-circle > li::before {
  content: counter(step-counter);
  position: absolute;
  left: -1.8em;
  top: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
}
ol.pl-0 {
  padding-left: 0;
}

ol.comment {
  counter-reset: my-awesome-counter;
}
ol.comment > li {
  counter-increment: my-awesome-counter;
  list-style: none !important;
  position: relative;
  list-style: none;
  margin-left: 2em !important;
  text-align: justify;
  text-justify: inter-ideograph;
}
ol.comment > li::before {
  content: "註" counter(my-awesome-counter) "：";
  position: absolute;
  left: -2.5em;
}

.list-disc {
  list-style-type: disc;
}

.datatable {
  margin: 10px auto;
  border-collapse: collapse;
}
.datatable th,
.datatable td {
  border: 1px solid #3b3332;
  padding: 6px 10px;
  vertical-align: middle;
}
.datatable th {
  background-color: #fff8e6;
}
.datatable .deeper {
  background-color: #c48c33;
  color: #ffffff;
}
.datatable .deep {
  background-color: #ffdba2;
}
.datatable .lighter {
  background-color: #fff8e6;
}
.datatable.date {
  width: 100%;
}
.datatable.date th {
  font-weight: 700;
}
.datatable.date th, .datatable.date td {
  padding: 6px 0;
  vertical-align: top;
  width: 14%;
}

span.number {
  margin-left: 10%;
}
@media (max-width: 1279px) {
  span.number {
    margin-left: 8%;
  }
}
@media (max-width: 769px) {
  span.number {
    margin-left: 5%;
    font-size: 14px;
  }
}
span.event {
  display: block;
  margin: 5px 5%;
  border-radius: 2px;
  font-size: 14px;
  background-color: #c48c33;
  color: #fff;
  text-align: center;
  position: relative;
  min-height: 23px;
}
span.event-2 {
  width: calc(190% + 1px);
}
span.event-3 {
  width: calc(290% + 2px);
}
span.event-4 {
  width: calc(390% + 3px);
}
span.event-5 {
  width: calc(490% + 4px);
}
span.event-6 {
  width: calc(590% + 5px);
}
span.event-7 {
  width: calc(690% + 6px);
}

.Calc {
  text-align: center;
  vertical-align: middle;
}
.Calc img {
  max-width: 525px;
  width: 100%;
}

.btn_gold {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 25px 50px;
  border-radius: 42.5px;
  background-color: #cd9b1d;
  color: white;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_gold:hover {
  background-color: transparent;
}
@media (max-width: 1279px) {
  .btn_gold {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.btn_gold:hover {
  color: white;
}
.btn_gold:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #8d6500;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_gold:hover::before {
  opacity: 1;
  width: 100%;
}

.btn_white_bg {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 25px 50px;
  border-radius: 42.5px;
  background-color: white;
  position: relative;
  color: #cd9b1d;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .btn_white_bg {
    padding: 20px 40px;
    font-size: 22px;
  }
}
@media (max-width: 769px) {
  .btn_white_bg {
    padding: 20px 40px;
    font-size: 20px;
  }
}
.btn_white_bg:hover {
  background-color: transparent;
  color: white;
}
.btn_white_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #8d6500;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_white_bg:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_white_bg.btn_border {
  border: 1px solid #cd9b1d;
}
.btn_white_bg.btn_pri_color:hover::before {
  background: #cd9b1d;
}

.btn_gold_line {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #cd9b1d;
  padding: 25px 50px;
  border-radius: 42.5px;
  border: solid 1px #bb9a54;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .btn_gold_line {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.btn_gold_line:hover {
  color: white;
}
.btn_gold_line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #bb9a54;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_gold_line:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_gold_line::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_gold.svg) center/contain no-repeat;
}
@media (max-width: 1279px) {
  .btn_gold_line::after {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
  }
}
.btn_gold_line:hover::after {
  background: url(../img/arrow_white.svg) center/contain no-repeat;
}

.btn_white_line {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #cd9b1d;
  padding: 25px 50px;
  border-radius: 42.5px;
  color: white;
  background-color: #cd9b1d;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .btn_white_line {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.btn_white_line:hover {
  background: transparent;
}
.btn_white_line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #ae8419;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_white_line:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_white_line::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_white.svg) center/contain no-repeat;
}
@media (max-width: 1279px) {
  .btn_white_line::after {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
  }
}

.btn_black_line {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 15px 25px;
  border-radius: 50px;
  border: solid 1px #000000;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_black_line:hover {
  background: #000000;
  color: white;
}

#fix_btn {
  width: 100px;
  height: 100px;
  background: #cd9b1d;
  border-radius: 50%;
  position: fixed;
  z-index: 4;
  color: white;
  top: 140px;
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fix_btn:hover {
  background: #ae8419;
}
@media (max-width: 1279px) {
  #fix_btn {
    line-height: 1.3rem;
    font-size: 18px;
    width: 88px;
    height: 88px;
    top: auto;
    bottom: 278px;
    right: 20px;
  }
}
@media (max-width: 769px) {
  #fix_btn {
    font-size: 14px;
    line-height: 1rem;
    width: 66px;
    height: 66px;
    bottom: 310px;
    right: 10px;
  }
}
#fix_btn .fix_btn_loan {
  display: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fix_btn .fix_btn_loan.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fix_btn2 {
  width: 100px;
  height: 100px;
  background: #de0000;
  border-radius: 50%;
  position: fixed;
  z-index: 4;
  color: white;
  top: 260px;
  text-align: center;
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fix_btn2:hover {
  background: #ca0101;
}
@media (max-width: 1279px) {
  #fix_btn2 {
    line-height: 1.3rem;
    font-size: 18px;
    width: 88px;
    height: 88px;
    top: auto;
    bottom: 30px;
    bottom: 170px;
    right: 20px;
  }
}
@media (max-width: 769px) {
  #fix_btn2 {
    font-size: 14px;
    line-height: 1rem;
    width: 66px;
    height: 66px;
    bottom: 230px;
    right: 10px;
  }
}

#fix_btn.fix_btn_active,
#fix_btn2.fix_btn2_active {
  visibility: visible;
}

.btn_white_bg_page {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 18px 52px;
  border-radius: 40px;
  border: solid 1px #cd9b1d;
  background-color: white;
  position: relative;
  color: #cd9b1d;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 20px;
}
@media (max-width: 1279px) {
  .btn_white_bg_page {
    padding: 15px 40px;
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .btn_white_bg_page {
    padding: 15px 0;
    font-size: 16px;
    width: 124px;
    margin: 10px 15px;
  }
}
.btn_white_bg_page:hover {
  background-color: transparent;
  color: white;
}
.btn_white_bg_page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #cd9b1d;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_white_bg_page:hover::before {
  opacity: 1;
  width: 100%;
}

.btns_now {
  color: white;
  background-color: #cd9b1d;
}

.btn_pad_thin {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn_mg {
  margin: 0 20px;
}

#gdpr-cookie-block {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #aaa;
  background: #fff;
  padding: 15px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 769px) {
  #gdpr-cookie-block {
    display: block;
  }
}
#gdpr-cookie-block p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  padding-right: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#gdpr-cookie-block p a {
  text-decoration: underline;
  color: blue;
}
#gdpr-cookie-block .gdpr-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (max-width: 769px) {
  #gdpr-cookie-block .gdpr-btn-block {
    margin-top: 0.85em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#gdpr-cookie-block .gdpr-btn-block button {
  cursor: pointer;
  -webkit-appearance: none;
  background: white;
  margin: 0 5px;
  line-height: 1.5;
  border: 1px solid currentColor;
  font-size: 1em;
  border-radius: 5px;
  padding: 5px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#gdpr-cookie-block .gdpr-btn-block button:hover {
  background-color: #ceb071;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 769px) {
  .robot-wrap.hidden-min {
    display: none !important;
  }
}
.robot-inner {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0px 0px 100px 100px rgba(200, 200, 200, 0.02);
          box-shadow: inset 0px 0px 100px 100px rgba(200, 200, 200, 0.02);
}
@media (max-width: 769px) {
  .robot-inner {
    right: 10px;
    bottom: 90px;
  }
}
.robot-inner.is-on {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 106;
}
@media (max-width: 414px) {
  .robot-inner.is-on {
    width: 100%;
    margin: 0 auto;
    right: auto;
    bottom: 4px;
  }
}
.robot-box {
  width: 400px;
  margin: 0 auto;
  height: 0px;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fceed6;
  display: none;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.is-on .robot-box {
  height: calc(100vh - 80px - 80px);
  max-height: 630px;
}
@media (max-width: 769px) {
  .is-on .robot-box {
    height: calc(100vh - 120px - 100px);
  }
}
@media (max-width: 414px) {
  .is-on .robot-box {
    width: 100%;
  }
}
.robot-box_iframe {
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
}
.robot-icon {
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  margin-left: -2px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
}
@media (max-width: 1279px) {
  .robot-icon {
    width: 80px;
    height: 80px;
    margin-right: 4px;
  }
}
.robot-icon-people {
  position: absolute;
  left: 50%;
  bottom: -0.2em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 1;
}
.robot-icon-people > img {
  max-width: 100%;
}
.is-on .robot-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 20px;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #cd9b1d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.7' height='19.7' viewBox='0 0 19.7 19.7' overflow='visible'%3E%3Cpath fill='%23FFF' d='M18 8.1h-6.4V1.7c0-1-.8-1.7-1.7-1.7S8.1.8 8.1 1.7v6.4H1.7C.8 8.1 0 8.9 0 9.9s.8 1.7 1.7 1.7h6.4V18c0 1 .8 1.7 1.7 1.7s1.7-.8 1.7-1.7v-6.4H18c1 0 1.7-.8 1.7-1.7 0-1-.7-1.8-1.7-1.8z'/%3E%3C/svg%3E") center center no-repeat;
}
@media (max-width: 769px) {
  .is-on .robot-icon {
    margin-top: 40px;
  }
}
.is-on .robot-icon-people {
  opacity: 0;
}

#bulletin {
  position: fixed;
  z-index: 5;
  width: 1120px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  bottom: 30px;
  left: calc(50% - 560px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  border: solid 1px rgb(206, 176, 113);
}
@media (max-width: 1279px) {
  #bulletin {
    width: calc(100% - 88px);
    left: 44px;
    bottom: 120px;
  }
}
@media (max-width: 769px) {
  #bulletin {
    width: calc(100% - 36px);
    left: 18px;
    padding: 0 15px;
    height: 68px;
    bottom: 30px;
  }
}
#bulletin.with-gdpr {
  bottom: 90px;
}
@media (max-width: 1279px) {
  #bulletin.with-gdpr {
    bottom: 120px;
  }
}
@media (max-width: 769px) {
  #bulletin.with-gdpr {
    bottom: 170px;
  }
}
#bulletin .deco-speaker {
  width: 36px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 769px) {
  #bulletin .deco-speaker {
    width: 28px;
    margin-right: 12px;
  }
}
#bulletin p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #111111;
  width: 100%;
}
@media (max-width: 1279px) {
  #bulletin p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 769px) {
  #bulletin p {
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
  }
}
#bulletin #close-bulletin-btn {
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/img_close_bulletin.svg);
}
@media (max-width: 769px) {
  #bulletin #close-bulletin-btn {
    width: 22px;
    height: 22px;
  }
}

.adbanner {
  background: #CEB071;
  font-size: 24px;
  color: #111;
  line-height: 1.5;
  position: fixed;
  z-index: 104;
  top: 76px;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  height: 80px;
  overflow: hidden;
}
.adbanner--hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1279px) {
  .adbanner {
    line-height: 1.458em;
  }
}
@media (max-width: 769px) {
  .adbanner {
    font-size: 18px;
    line-height: 1.44em;
    z-index: 101;
    height: 66px;
  }
}
.adbanner__container {
  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;
  width: 100%;
  max-width: 1200px;
  padding: 16px 24px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .adbanner__container {
    padding: 8px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 769px) {
  .adbanner__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.adbanner__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.adbanner__icon > img {
  width: 100%;
  max-width: 100%;
}
.adbanner__link {
  color: #111;
  display: inline;
  text-decoration: none;
}

body {
  padding-top: 76px;
  background: #000;
}

a.btn {
  display: block;
  margin: 0px auto;
  width: 200px;
  line-height: 50px;
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #ceb071;
  border-radius: 50px;
  outline: 0;
}
a.btn:hover {
  background: #af955f;
}

img.card {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 414px) {
  #tabs {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
#tabs ul {
  max-width: 600px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e1e1e1;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  #tabs ul {
    margin: 20px auto 30px auto;
  }
}
#tabs ul li {
  width: 25%;
}
#tabs ul li a {
  display: block;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  color: #111;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #tabs ul li a {
    line-height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  #tabs ul li a {
    line-height: 50px;
    font-size: 16px;
  }
}
#tabs ul li.ui-tabs-active a {
  background: #ceb071;
  color: #fff;
  font-family: "Noto Sans TC";
  font-weight: 700;
  border-radius: 70px;
}
#tabs .ui-tabs-panel {
  display: block !important;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
#tabs .ui-tabs-panel[aria-hidden=false] {
  height: auto;
  opacity: 1;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  overflow: visible;
  pointer-events: auto;
}
#tabs .table {
  background: #e2ded5;
  padding: 60px 94px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #tabs .table {
    padding: 20px 10px;
    border-radius: 10px;
  }
}
#tabs .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#tabs .table table tr th {
  padding: 0 7px 20px 7px;
  font-size: 28px;
  text-align: center;
  vertical-align: bottom;
  line-height: 40px;
}
@media (max-width: 1024px) {
  #tabs .table table tr th {
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
#tabs .table table tr th:nth-of-type(1) {
  font-size: 18px;
  color: #af955f;
  text-align: left;
}
@media (max-width: 1024px) {
  #tabs .table table tr th:nth-of-type(1) {
    font-size: 14px;
  }
}
#tabs .table table tr th:nth-of-type(2) {
  color: #af955f;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#tabs .table table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 17px 24px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  #tabs .table table tr td {
    padding: 8px 10px;
    font-size: 24px;
  }
}
#tabs .table table tr td img {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#tabs .table table tr td:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 1024px) {
  #tabs .table table tr td:nth-of-type(1) {
    font-size: 16px;
  }
}
#tabs .table table tr td:nth-of-type(2) {
  font-size: 32px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  color: #af955f;
}
@media (max-width: 1024px) {
  #tabs .table table tr td:nth-of-type(2) {
    font-size: 20px;
  }
}
#tabs .table table tr td:nth-of-type(3) {
  font-size: 24px;
}
@media (max-width: 1024px) {
  #tabs .table table tr td:nth-of-type(3) {
    font-size: 16px;
  }
}
#tabs .table table tr th.hide, #tabs .table table tr td.hide {
  display: none;
}
#tabs .table table tr:nth-of-type(even) td {
  background: rgba(255, 255, 255, 0.6);
}
#tabs .table table tr:nth-of-type(even) td:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
#tabs .table table tr:nth-of-type(even) td:nth-of-type(3) {
  border-radius: 0 10px 10px 0;
}
#tabs .content {
  padding: 0 90px;
  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;
}
@media (max-width: 1024px) {
  #tabs .content {
    padding: 0;
    display: block;
  }
}
#tabs .content .txt {
  padding-right: 30px;
  width: calc(100% - 450px);
}
@media (max-width: 1024px) {
  #tabs .content .txt {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}
#tabs .content .txt strong {
  display: block;
  font-size: 36px;
  line-height: 53px;
  color: #af955f;
  margin-bottom: 24px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  #tabs .content .txt strong {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
#tabs .content .txt p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  #tabs .content .txt p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
#tabs .content .txt small {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
#tabs .content .img {
  width: 450px;
  position: relative;
}
@media (max-width: 1024px) {
  #tabs .content .img {
    width: 300px;
    margin: 30px auto 0 auto;
  }
}
#tabs .content .img img {
  display: block;
  width: 266px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #tabs .content .img img {
    width: 236px;
  }
}
#tabs .content .img:after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background: #e2ded5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  #tabs .content .img:after {
    width: 300px;
    height: 300px;
  }
}

.detailbottom {
  padding: 100px 0 214px 0;
}
@media (max-width: 1024px) {
  .detailbottom {
    padding: 62px 0 100px 0;
  }
}
.detailbottom .wrapper .banner {
  max-width: 1120px;
  height: 350px;
  position: relative;
  background: url("../img/about/account/img-01-sec-5-banner-bg@3x.png?v=20251226") right no-repeat;
  background-size: cover;
  padding: 140px 35% 70px 5%;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .detailbottom .wrapper .banner {
    max-width: 500px;
    max-height: 550px;
    height: 120vw;
    background: url("../img/about/account/img-01-sec-5-bannerbg-mb@3x.png?v=20251224") center no-repeat;
    background-size: cover;
    padding: 5vw 0 0 0;
  }
}
@media (max-width: 769px) {
  .detailbottom .wrapper .banner {
    padding: 10vw 0 0 0;
  }
}
@media (max-width: 1024px) {
  .detailbottom .wrapper .banner br.mobile {
    display: block !important;
  }
}
.detailbottom .wrapper .banner a.btn {
  display: block;
  width: 204px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  margin: 0;
  background: #ceb071;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .detailbottom .wrapper .banner a.btn {
    margin: auto;
  }
}
@media (max-width: 375px) {
  .detailbottom .wrapper .banner a.btn.lg {
    font-size: 14px;
    line-height: 40px;
    width: 200px !important;
  }
}
.detailbottom .wrapper .banner a.btn:hover {
  background: #af955f;
}
.detailbottom .wrapper .banner strong {
  display: inline-block;
  font-size: 36px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 1279px) {
  .detailbottom .wrapper .banner strong {
    font-size: 3vw;
  }
}
@media (max-width: 1024px) {
  .detailbottom .wrapper .banner strong {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .detailbottom .wrapper .banner strong {
    font-size: 6vw;
    line-height: 10vw;
  }
}
.detailbottom .wrapper .banner strong:after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #ceb071;
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .detailbottom .wrapper .banner strong:after {
    left: 0;
    margin: auto;
  }
}
.detailbottom .banner.aos-animate strong:after {
  width: 24.5vw;
  max-width: 285px;
}
@media (max-width: 1024px) {
  .detailbottom .banner.aos-animate strong:after {
    width: 193px;
  }
}
.detailbottom .accordion {
  padding: 100px 95px 0 95px;
}
@media (max-width: 1024px) {
  .detailbottom .accordion {
    padding: 50px 0 0 0;
  }
}
.detailbottom .accordion a.link {
  display: inline-block;
  margin-top: 10px;
  color: #af955f !important;
  position: relative;
}
.detailbottom .accordion a.link img {
  display: inline-block;
  width: 16px;
  margin: 6px 0 0 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
  right: 0;
}
.detailbottom .accordion a.link:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .accordion a.link:hover .fwb {
  font-weight: bold;
}
.detailbottom .accordion a.link:hover img {
  right: -5px;
}
.detailbottom .accordion > .strong {
  display: block;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .detailbottom .accordion > .strong {
    font-size: 24px;
    line-height: 36px;
  }
}
.detailbottom .accordion > .strong a.link {
  font-size: 20px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #000;
  float: right;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .detailbottom .accordion > .strong a.link {
    font-size: 16px;
  }
}
.detailbottom .accordion > .strong a.link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 9px;
  width: calc(100% - 25px);
  height: 1px;
  background: #111;
}
.detailbottom .accordion .accordion__header {
  width: 100%;
  display: block;
  line-height: 40px;
  position: relative;
  font-size: 20px;
  padding: 15px 40px 15px 50px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  margin: 5px 0;
}
.detailbottom .accordion .accordion__header .fwb {
  font-weight: normal;
  text-shadow: none;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header {
    font-size: 16px;
    line-height: 25px;
    min-height: 35px;
    padding: 10px 42px 15px 42px;
  }
}
.detailbottom .accordion .accordion__header:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .accordion .accordion__header:hover .fwb {
  font-weight: bold;
  text-shadow: 1px 0 0 #000;
}
.detailbottom .accordion .accordion__header.ui-state-active {
  font-family: "Noto Sans TC";
  font-weight: 700;
  border-bottom: 2px solid #ceb071;
}
.detailbottom .accordion .accordion__header.ui-state-active .fwb {
  font-weight: bold;
  text-shadow: 1px 0 0 #000;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header.ui-state-active {
    font-size: 16px;
  }
}
.detailbottom .accordion .accordion__header:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  background: url("../img/how/apply/icon-q@3x.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header:before {
    width: 32px;
    height: 32px;
  }
}
.detailbottom .accordion .accordion__header.ui-state-active:before {
  background: url("../img/how/apply/icon-q-active@3x.png") center no-repeat;
  background-size: cover;
}
.detailbottom .accordion .accordion__header:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  background: url("../img/how/apply/icon-collaspse-defult@3x.png") center no-repeat;
  background-size: cover;
}
.detailbottom .accordion .accordion__header.ui-state-active:after {
  background: url("../img/how/apply/icon-collaspse-active@3x.png") center no-repeat;
  background-size: cover;
}
.detailbottom .accordion .accordion__header + div {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div {
    padding: 0;
  }
}
.detailbottom .accordion .accordion__header + div p {
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 5px;
}
.detailbottom .accordion .accordion__header + div p b {
  font-family: "Noto Sans TC";
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    word-break: break-all;
  }
}
.detailbottom .accordion .accordion__header + div p a {
  color: #111;
  text-decoration: underline;
}
.detailbottom .accordion .accordion__header + div p a:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .accordion .accordion__header + div p.sm {
  font-size: 14px;
  line-height: 21px;
}
.detailbottom .accordion .accordion__header + div p.point, .detailbottom .accordion .accordion__header + div div.point {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 5px;
}
.detailbottom .accordion .accordion__header + div p.point:before,
.detailbottom .accordion .accordion__header + div div.point:before {
  content: "・";
  position: absolute;
  left: -15px;
  top: 0;
  color: #ceb071;
  font-size: 50px;
}
.detailbottom .accordion .accordion__header + div h4 {
  text-align: center;
  margin: 20px 0 15px 0;
  font-size: 18px;
  line-height: 27px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 10px 0;
    text-align: left;
  }
}
.detailbottom .accordion .accordion__header + div ol li {
  list-style: decimal;
  margin: 0 0 5px 30px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.detailbottom .accordion .accordion__header + div ol li b {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .accordion .accordion__header + div ol li small {
  font-size: 14px;
  color: #979797;
  display: block;
}
.detailbottom .accordion .accordion__header + div .scroll {
  margin-top: 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll {
    overflow: auto;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll table {
    min-width: 500px;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table tr.line th {
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th:first-of-type {
  border: 0;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th {
  background: #af955f;
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  padding: 17px 15px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  line-height: 22px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll table tr th {
    font-size: 16px;
    padding: 15px;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table tr th.light {
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th small {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th:first-of-type.no:after {
  display: none;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
  vertical-align: middle;
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
  position: relative;
  background: #fff;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll table tr td {
    font-size: 14px;
    line-height: 21px;
    padding: 13px;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table tr td b {
  font-family: "Noto Sans TC";
  font-weight: 700;
  display: block;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td .colortxt {
  color: #af955f;
  text-shadow: 0px 0px #af955f;
  display: inline;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td .colortxt b {
  text-decoration: underline;
  display: inline;
  text-shadow: none;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td small {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (max-width: 769px) {
  .detailbottom .accordion .accordion__header + div .scroll table tr td.fix {
    position: sticky;
    left: 88px !important;
    background: #fff !important;
    border-right: 0;
    z-index: 1;
  }
  .detailbottom .accordion .accordion__header + div .scroll table tr td.fix:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e2ded5;
  }
  .detailbottom .accordion .accordion__header + div .scroll table tr td.fix.bgcolor {
    background: #f4f4f4 !important;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table tr td img {
  width: 50%;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td.color1 {
  background: #f4f4f4 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td.color2 {
  background: #e2ded5 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td.color-no {
  background: #f4f4f4 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td.bgcolor {
  background: #f4f4f4 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td:last-of-type {
  border-right: 0;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td:first-of-type {
  position: sticky;
  left: 0;
  background: #fff;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
  width: 20%;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td:first-of-type.no:after {
  display: none;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td:first-of-type:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table tr td:nth-of-type(2) {
  width: 37%;
}
.detailbottom .accordion .accordion__header + div .scroll table tr th.center,
.detailbottom .accordion .accordion__header + div .scroll table tr td.center {
  text-align: center;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll table.sm {
    min-width: 500px;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr.line th {
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th:first-of-type {
  border: 0;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th {
  background: #af955f;
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  padding: 15px 7px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  line-height: 22px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll table.sm tr th {
    font-size: 16px;
    padding: 15px;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th.light {
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th small {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th:first-of-type.no:after {
  display: none;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
  vertical-align: middle;
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
  position: relative;
  background: #fff;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll table.sm tr td {
    font-size: 14px;
    line-height: 21px;
    padding: 13px;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td b {
  font-family: "Noto Sans TC";
  font-weight: 700;
  display: block;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td .colortxt {
  color: #af955f;
  text-shadow: 0px 0px #af955f;
  display: inline;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td .colortxt b {
  text-decoration: underline;
  display: inline;
  text-shadow: none;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td small {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (max-width: 769px) {
  .detailbottom .accordion .accordion__header + div .scroll table.sm tr td.fix {
    position: sticky;
    left: 88px !important;
    background: #fff !important;
    border-right: 0;
    z-index: 1;
  }
  .detailbottom .accordion .accordion__header + div .scroll table.sm tr td.fix:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e2ded5;
  }
  .detailbottom .accordion .accordion__header + div .scroll table.sm tr td.fix.bgcolor {
    background: #f4f4f4 !important;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td.color1 {
  background: #f4f4f4 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td.color2 {
  background: #e2ded5 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td.color-no {
  background: #f4f4f4 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td.bgcolor {
  background: #f4f4f4 !important;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td:last-of-type {
  border-right: 0;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td:first-of-type {
  position: sticky;
  left: 0;
  background: #fff;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
  width: 20%;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td:first-of-type.no:after {
  display: none;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td:first-of-type:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td:nth-of-type(2) {
  width: 37%;
}
.detailbottom .accordion .accordion__header + div .scroll table.sm tr th.center,
.detailbottom .accordion .accordion__header + div .scroll table.sm tr td.center {
  text-align: center;
}
.detailbottom .accordion .accordion__header + div .scroll.scroll-max-width {
  overflow: auto;
}
.detailbottom .accordion .accordion__header + div .scroll table.scroll-col .fix {
  position: sticky;
  left: 101px !important;
  background: #fff !important;
  border-right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .detailbottom .accordion .accordion__header + div .scroll table.scroll-col .fix {
    left: 87px !important;
  }
}
.detailbottom .accordion .accordion__header + div .scroll table.scroll-col .fix:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.detailbottom .accordion .accordion__header + div .scroll table.scroll-col td, .detailbottom .accordion .accordion__header + div .scroll table.scroll-col th {
  -webkit-text-size-adjust: 100%;
}
.detailbottom .accordion .accordion__header + div .scroll.scroll-max-width::-webkit-scrollbar {
  height: 6px;
}
.detailbottom .accordion .accordion__header + div .scroll.scroll-max-width::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.detailbottom .accordion .accordion__header + div .alert {
  margin: 20px 0;
  background: #e1e1e1;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}
.detailbottom .accordion .accordion__header + div .alert b {
  display: block;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .accordion .accordion__header + div .alert ul li {
  margin-left: 20px;
  list-style: none;
  position: relative;
}
.detailbottom .accordion .accordion__header + div .alert ul li a {
  text-decoration: underline;
  color: #111;
}
.detailbottom .accordion .accordion__header + div .alert ul li a:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .accordion .accordion__header + div .alert ul li.bold {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .accordion .accordion__header + div .alert ul li:before {
  content: "・";
  position: absolute;
  left: -20px;
  top: 0;
}
.detailbottom .accordion .accordion__header.ui-state-active + div {
  margin: 10px auto 0 auto;
}
.detailbottom .also {
  text-align: center;
  padding: 200px 0 0 0;
}
@media (max-width: 1024px) {
  .detailbottom .also {
    padding: 80px 0 0 0;
  }
}
.detailbottom .also .last-title {
  display: block;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 40px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .detailbottom .also .last-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.detailbottom .also > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  width: calc(33% - 30px);
  max-width: 290px;
  height: 120px;
  background: url("../img/how/apply/img-moreinfo-bgdeco@3x.png") #000 center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .detailbottom .also > a {
    width: 100%;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.detailbottom .also > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "Noto Sans TC";
  font-weight: 700;
  text-align: left;
}
.detailbottom .also > a span:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/how/apply/img-arrow-right@3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-animation: float 2s infinite;
          animation: float 2s infinite;
}
@-webkit-keyframes float {
  0% {
    right: 20px;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 20px;
  }
}
@keyframes float {
  0% {
    right: 20px;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 20px;
  }
}
.detailbottom .also > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #ceb071;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.detailbottom .also > a span:hover:after {
  width: 50%;
}
.detailbottom .also center a {
  display: block;
  font-size: 20px;
  text-decoration: underline;
  color: #111;
  margin-top: 40px;
}
@media (max-width: 769px) {
  .detailbottom .also center a {
    font-size: 16px;
  }
}
.detailbottom .also center a img {
  display: inline-block;
  width: 16px;
  margin: 6px 0 0 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
  right: 0;
}
.detailbottom .also center a:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.detailbottom .also center a:hover img {
  right: -5px;
}

.iconNew {
  width: 10%;
  position: absolute;
  margin-top: -38px;
  margin-left: 45px;
}
@media (max-width: 769px) {
  .iconNew {
    margin-top: -20px;
  }
}

.black #tabs .alert {
  margin: 50px auto 20px;
  background: #e1e1e1;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  max-width: 970px;
}
@media (max-width: 1024px) {
  .black #tabs .alert {
    max-width: 340px;
    margin: 20px auto;
  }
}
.black #tabs .alert b {
  display: block;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.black #tabs .alert ul {
  margin: 0;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.black #tabs .alert ul li {
  width: 100%;
  margin-left: 20px;
  list-style: none;
  position: relative;
}
@media (max-width: 1024px) {
  .black #tabs .alert ul li {
    padding-right: 20px;
  }
}
.black #tabs .alert ul li a {
  text-decoration: underline;
  color: #111;
}
.black #tabs .alert ul li a:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.black #tabs .alert ul li.bold {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.black #tabs .alert ul li:before {
  content: "・";
  position: absolute;
  left: -20px;
  top: 0;
}

.loading {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  line-height: 27px;
}
.loading img {
  display: block;
  width: 14px;
  margin: 10px auto 0 auto;
  -webkit-animation: float 1s infinite;
          animation: float 1s infinite;
  position: relative;
}
@keyframes float {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}

.page-load-status {
  display: none;
  padding-top: 50px;
  text-align: center;
  color: #777;
  font-size: 18px;
  line-height: 27px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

@media (max-width: 1020px) {
  .grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.content .box-list a {
  width: 100%;
  margin-bottom: 0;
}

.loader {
  /* display: none; */
  border: 5px solid #f3f3f3;
  border-top: 5px solid #ceb071;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hidden {
  display: none;
  text-align: center;
}

.end-text {
  padding-top: 50px;
  text-align: center;
  color: #777;
  font-size: 18px;
  line-height: 27px;
}

.kv_top {
  background: url("../img/hot/blog/banner.png") center no-repeat;
  background-size: cover;
  height: 230px;
}
@media (max-width: 1279px) {
  .kv_top {
    padding: 41px 0;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .kv_top {
    background: url("../img/hot/blog/banner-m.png") center no-repeat;
    background-size: cover;
    height: auto;
  }
}
.kv_top small {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

/* .kv_top {
    background: url("../img/hot/img-kv-bg-black@3x.png") center no-repeat;
    background-size: cover;

    @include b1279 {
        background: url("../img/hot/img-kv-bg-black-mb@3x.png") center no-repeat;
        background-size: cover;
        padding: 41px 0;
    }

    .wrapper {
        img {
            width: 450px;
            height: auto;
            top: 0;

            @include b1279 {
                width: auto;
                height: 240px;
            }
        }
    }

    small {
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 26px;
        font-weight: 400;
    }
} */
.main {
  overflow: inherit;
}

.content {
  position: relative;
  z-index: 100;
  background: #f4f4f4;
}
@media (max-width: 769px) {
  .content {
    z-index: inherit;
  }
}
@media (max-width: 1024px) {
  .content .blog-label {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    background: #F4F4F4;
    width: 100vw;
    padding: 0 35px;
    margin: 0 -35px;
  }
}
.content .blog-label > div {
  text-align: center;
  margin: -30px auto 70px auto;
  white-space: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .content .blog-label > div {
    margin: -30px 0 5px 0;
    overflow: hidden;
    width: calc(100% - 45px);
    text-align: left;
    padding: 20px 0 15px 0;
    position: relative;
    scrollbar-width: none;
  }
  .content .blog-label > div.active {
    white-space: normal;
  }
  .content .blog-label > div.active + i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.content .blog-label > div::-webkit-scrollbar {
  display: none;
}
.content .blog-label > div a {
  display: inline-block;
  margin: 0 8px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 18px;
  color: #111;
  border-radius: 40px;
  background: #E2DED5;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .content .blog-label > div a {
    line-height: 35px;
    padding: 0 16px;
    margin: 0 8px 10px 0;
    font-size: 14px;
  }
}
.content .blog-label > div a:hover, .content .blog-label > div a.active {
  background: #ceb071;
}
.content .blog-label i {
  display: none;
}
@media (max-width: 1024px) {
  .content .blog-label i {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/hot/blog/arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 35px;
    top: 20px;
    cursor: pointer;
  }
}
.content .box-list a .cover {
  height: auto;
  max-height: none;
  position: relative;
}
.content .box-list a .cover label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 36px;
  color: #fff;
  background: #ceb071;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
}
.content .box-list a .cover img {
  aspect-ratio: 1.75/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content .box-list a .txt {
  padding: 16px;
}
.content .box-list a .txt small {
  display: block;
  color: #6A6A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 12px;
}
.content .box-list a .txt .title {
  color: #AF955F;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  max-height: 52px;
  margin-bottom: 0;
}
.content .blog__load-more-btn {
  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;
  background-color: #cd9b1d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  margin: 50px auto 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.content .blog__load-more-btn:hover {
  background-color: #ceb071;
}
.content .blog__article-counter {
  margin-top: 16px;
  font-size: 16px;
  color: #777;
  text-align: center;
  line-height: 2;
}

.blog-content {
  padding: 80px 0;
  color: #111;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .blog-content {
    padding: 32px 0;
  }
}
.blog-content ol.decimal > li {
  line-height: 1.8;
  font-size: 18px;
}
.blog-content + .content {
  padding: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .blog-content + .content {
    max-width: 570px;
  }
}
.blog-content + .content .h2title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin: 40px 0;
  text-align: left;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog-content + .content .h2title {
    font-size: 24px;
    line-height: 35px;
    margin: 35px 0;
  }
}
.blog-content.pb-0 {
  padding: 0;
}
.blog-content .wrapper {
  max-width: 850px;
  position: relative;
}
@media (max-width: 1024px) {
  .blog-content .wrapper {
    padding: 0 20px;
  }
}
.blog-content .wrapper .breadcrumb {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .breadcrumb {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
  }
}
.blog-content .wrapper .breadcrumb a {
  display: inline-block;
  color: #111;
  margin: 0 5px;
}
.blog-content .wrapper .breadcrumb a:hover {
  text-decoration: underline;
}
.blog-content .wrapper .label {
  float: left;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .label {
    display: block;
    float: none;
  }
}
.blog-content .wrapper .label a {
  display: inline-block;
  border-radius: 70px;
  background: #E2DED5;
  line-height: 45px;
  padding: 0 20px;
  font-size: 18px;
  color: #111;
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .label a {
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px;
  }
}
.blog-content .wrapper .share {
  float: right;
  font-size: 14px;
  line-height: 32px;
}
@media (max-width: 769px) {
  .blog-content .wrapper .share {
    display: block;
    float: none;
    margin-top: 24px;
  }
  .blog-content .wrapper .share.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 10px 20px;
    margin: auto;
    white-space: nowrap;
  }
  .blog-content .wrapper .share.fixed span {
    display: none;
  }
  .blog-content .wrapper .share.fixed b {
    float: left;
    width: calc(100% - 37px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 24px;
    color: #AF955F;
    font-weight: 500;
  }
  .blog-content .wrapper .share.fixed a {
    width: 24px;
    margin: 0 6px;
    float: left;
  }
}
.blog-content .wrapper .share b {
  display: none;
}
.blog-content .wrapper .share a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 32px;
}
.blog-content .wrapper .share a img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .share a:not(.mobile) {
    display: none;
  }
  .blog-content .wrapper .share a.mobile {
    display: inline-block !important;
  }
}
.blog-content .wrapper.noWidth {
  padding: 0;
  max-width: none;
}
.blog-content .wrapper h1 {
  color: #AF955F;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  margin: 40px auto 20px auto;
  text-align: left;
}
@media (max-width: 1024px) {
  .blog-content .wrapper h1 {
    margin: 24px auto;
    line-height: 39px;
    font-size: 28px;
  }
}
.blog-content .wrapper h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 40px 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .blog-content .wrapper h2 {
    font-size: 22px;
    line-height: 29px;
    margin: 35px 0;
  }
}
.blog-content .wrapper h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  margin: 40px 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .blog-content .wrapper h3 {
    font-size: 20px;
    line-height: 29px;
    margin: 35px 0;
  }
}
.blog-content .wrapper h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 40px 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .blog-content .wrapper h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 35px 0;
  }
}
.blog-content .wrapper .info {
  font-size: 16px;
  color: #323232;
}
.blog-content .wrapper .info span {
  display: block;
}
.blog-content .wrapper .info span:first-of-type {
  float: left;
}
.blog-content .wrapper .info span:last-of-type {
  float: right;
}
.blog-content .wrapper .info:after {
  content: "";
  display: block;
  clear: both;
}
.blog-content .wrapper .alert-box {
  border-radius: 4px;
  background: #E2DED5;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 32px;
  margin: 40px auto;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .alert-box {
    margin: 24px auto 32px auto;
  }
}
.blog-content .wrapper p {
  margin: -20px 0 40px 0;
  font-size: 18px;
  line-height: 32px;
}
.blog-content .wrapper p.no {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .blog-content .wrapper p {
    margin: -15px 0 35px 0;
  }
}
.blog-content .wrapper p img {
  display: block;
  width: 100%;
}
.blog-content .wrapper p img + small {
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .blog-content .wrapper p img + small {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-content .wrapper p b {
  font-weight: 700;
}
.blog-content .wrapper p .color {
  color: #AF955F;
  text-decoration: underline;
}
.blog-content .wrapper p.color-word {
  color: #B79D67;
  padding: 10px 0 10px 12px;
  border-left: 6px solid #ceb071;
  max-width: 545px;
}
.blog-content .wrapper p iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.blog-content .wrapper p a {
  color: #AF955F;
  text-decoration: underline;
}
.blog-content .wrapper p a:hover {
  text-decoration: none;
}
.blog-content .wrapper .article-image {
  margin: -20px 0 40px 0;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .article-image {
    margin: -15px 0 35px 0;
  }
}
.blog-content .wrapper .article-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.blog-content .wrapper .article-image img + small {
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .article-image img + small {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-content .wrapper ul {
  margin-left: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-content .wrapper ul {
    margin-bottom: 32px;
  }
}
.blog-content .wrapper ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 32px;
}
.blog-content .wrapper ul.square {
  padding-left: 0.3em;
}
.blog-content .wrapper ul.square > li {
  list-style: square;
}
.blog-content .wrapper .table {
  margin: -20px 0 40px 0;
}
@media (max-width: 1024px) {
  .blog-content .wrapper .table {
    margin: -15px 0 35px 0;
  }
}
.blog-content .wrapper .table .overflow {
  overflow: auto;
}
.blog-content .wrapper .table table {
  width: 100%;
  margin-bottom: 20px;
  min-width: 700px;
  -webkit-text-size-adjust: 100%;
}
.blog-content .wrapper .table table tr {
  line-height: 25px;
}
.blog-content .wrapper .table table tr:nth-of-type(even) td {
  background: #fff;
}
.blog-content .wrapper .table table tr .txt-c {
  text-align: center;
}
.blog-content .wrapper .table table tr .txt-special {
  white-space: nowrap;
}
.blog-content .wrapper .table table tr th {
  padding: 15px;
  background: #AF955F;
  color: #fff;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #E2DED5;
  border-right: 1px solid #E2DED5;
}
.blog-content .wrapper .table table tr th:last-of-type {
  border-right: 0;
}
.blog-content .wrapper .table table tr td {
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #E2DED5;
  border-right: 1px solid #E2DED5;
}
.blog-content .wrapper .table table tr td.title {
  font-weight: 700;
  color: #AF955F;
  white-space: nowrap;
}
.blog-content .wrapper .table table tr td:last-of-type {
  border-right: 0;
}
.blog-content .wrapper .table table tr td sup {
  font-weight: 400;
  margin-left: 2px;
}
.blog-content .wrapper .table table tr td ol {
  margin-left: 20px;
}
.blog-content .wrapper .table table tr td ol li {
  list-style: decimal;
}
.blog-content .wrapper .table table tr td ul li {
  font-size: 16px;
}
.blog-content .wrapper .table table tr .text-mid {
  vertical-align: middle;
}
.blog-content .wrapper .table table tr .mb-0 {
  margin-bottom: 0;
}
.blog-content .wrapper .table table tr .nowrap {
  text-wrap: nowrap;
}
.blog-content .wrapper .table table tr .center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.blog-content .wrapper .table table tr .bg-white {
  background: #fff;
}
.blog-content .wrapper .table table tr .bg-gold {
  background: #AF955F !important;
}
.blog-content .wrapper .table table tr .fz-18 {
  font-size: 18px;
}
.blog-content .wrapper .table table.center td, .blog-content .wrapper .table table.center th {
  text-align: center;
}
.blog-content .wrapper .table small {
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 20px;
}
.blog-content .wrapper .table title {
  display: block;
  margin-bottom: 16px;
  color: #AF955F;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}
.blog-content .wrapper .table a.download {
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 9px 20px 9px 52px;
  border-radius: 12px;
  border: 1px solid #AF955F;
  line-height: 24px;
  text-decoration: underline;
  font-size: 16px;
  color: #000;
  position: relative;
  margin-bottom: 16px;
}
.blog-content .wrapper .table a.download img {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog-content .wrapper .table a.download:hover {
  background: #AF955F;
  color: #fff;
  text-decoration: none;
}
.blog-content .wrapper .table.mb-0 {
  margin-bottom: 0;
}
.blog-content .wrapper .text-underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.blog-content .wrapper .text-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 3px;
  left: 0;
  background: #ceb071;
  height: 8px;
  z-index: -1;
}
.blog-content .articlequick {
  display: none;
  position: fixed;
  right: calc(50vw + 430px);
  width: 200px;
  z-index: 99;
}
@media (max-width: 1279px) {
  .blog-content .articlequick {
    display: none !important;
  }
}
.blog-content .articlequick title {
  display: block;
  color: #AF955F;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 24px;
}
.blog-content .articlequick .overflow {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}
.blog-content .articlequick .overflow:hover::-webkit-scrollbar {
  width: 4px;
}
.blog-content .articlequick .overflow:hover {
  /* Track */
}
.blog-content .articlequick .overflow:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  border-radius: 10px;
}
.blog-content .articlequick .overflow:hover {
  /* Handle */
}
.blog-content .articlequick .overflow:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #E2DED5;
  -webkit-box-shadow: 0;
}
.blog-content .articlequick .overflow:hover::-webkit-scrollbar-thumb:window-inactive {
  background: #E2DED5;
}
.blog-content .articlequick ul {
  margin: 0;
}
.blog-content .articlequick ul li {
  padding: 8px 8px 8px 30px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
  list-style: none;
}
.blog-content .articlequick ul li:before {
  content: "・";
  position: absolute;
  left: 8px;
  top: 8px;
}
.blog-content .articlequick ul li.active {
  background: #ceb071;
}
.blog-content .articlequick ul li.active a, .blog-content .articlequick ul li.active:before {
  color: #fff;
}
.blog-content .articlequick ul li:not(.active):hover {
  background: #E2DED5;
}
.blog-content .articlequick ul li a {
  display: block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detailbottom {
  position: relative;
  z-index: 100;
  background: #f4f4f4;
}
@media (max-width: 769px) {
  .detailbottom {
    z-index: inherit;
  }
}
.detailbottom .banner.aos-animate strong:after {
  max-width: 290px;
}
.detailbottom title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 28px;
  margin-top: 100px;
  color: #AF955F;
}
@media (max-width: 1024px) {
  .detailbottom title {
    margin: 60px auto 24px auto;
    font-size: 20px;
    line-height: 29px;
  }
}
.detailbottom .txt {
  font-size: 18px;
  line-height: 26px;
  color: #111;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .detailbottom .txt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.detailbottom .txt:last-of-type {
  margin-bottom: 0;
}
.detailbottom .wrapper .banner {
  background: url("../img/hot/blog/image-article-banner-bg.png") right no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .detailbottom .wrapper .banner {
    background: url("../img/hot/blog/image-article-banner-mb.png") center no-repeat;
    background-size: cover;
  }
}

.back-top {
  display: none;
  z-index: 999;
  position: fixed;
  width: 56px;
  height: 56px;
  background: url("../img/hot/blog/back-top.png") no-repeat;
  background-size: 100% 100%;
  right: 42px;
  bottom: 150px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .back-top {
    width: 50px;
    height: 50px;
    right: 37px;
    bottom: 130px;
  }
}
@media (max-width: 769px) {
  .back-top {
    width: 45px;
    height: 45px;
    right: 30px;
    bottom: 20px;
  }
}

.blog-footer {
  background: #000;
  text-align: center;
  padding: 12px 0;
}
.blog-footer img {
  display: block;
  height: 20px;
  margin: 0 auto 8px auto;
}
.blog-footer a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration-line: underline;
  color: #fff;
}
.blog-footer a:hover {
  text-decoration: none;
}

ol {
  margin-bottom: 1.5em;
}

#blackalert-blog {
  background: none;
  padding: 0;
}
#blackalert-blog .wrapper {
  padding: 0;
}
#blackalert-blog .wrapper h3 {
  border-bottom: 1px solid #ceb071;
  margin: 20px 0;
}
#blackalert-blog .wrapper h3 + div {
  color: #000;
}
#blackalert-blog .wrapper h3 + div p {
  margin-bottom: 26px;
  font-size: 18px;
}