/* ----- Dark theme ----- */
/* --- reset --- */
body,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
input,
textarea,
p {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  border: 0;
}
li {
  list-style: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
/* --- global style --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
p {
  text-align: justify;
  text-justify: distribute;
}
a {
  outline: none;
  text-decoration: none;
}
svg {
  pointer-events: none;
  flex-shrink: 0;
}
.clear {
  clear: both;
}
/* ----- 預設樣式 ----- */
body {
  /* 'Noto Sans TC' 可用的值：400, 500 */
  /* 'Roboto' 可用 400, 500, 700 */
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  background-color: #fff;
}
#main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#mainContent {
  flex: 1;
  flex-shrink: 0;
  position: relative;
}
section {
  position: relative;
  padding: 70px 0;
}
.centerwpr {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
h3 {
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
}
p + p {
  margin-top: 15px;
}
p strong,
li strong {
  font-weight: 400;
  padding: 0 4px;
  background-color: #ffe592;
  border-radius: 2px;
}
img.dark {
  display: none;
}
.ribbon {
  padding: 6px 16px 6px 25px;
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  background-image: url(/static/assets/162cd6c562e58c3c8f88214d89e0a4ab.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.ribbon:after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  position: absolute;
  right: -11px;
  top: 0;
  background-image: url(/static/assets/b9ca5093303c78ff38f91f84ad0a77b9.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
#fbBtn {
  width: 40px;
  height: 40px;
  z-index: 9998;
  position: fixed;
  left: 0;
  top: 30%;
  margin-top: -20px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#fbBtn.facebook {
  background-image: url(/static/assets/1fcdfd1bf11ac6f7b2038618f5c9ceb7.png);
}
#fbBtn.instagram {
  border-radius: 0 7px 7px 0;
  background-image: url(/static/assets/7d62f77c3e95a57d64c3db22deae2209.png);
}
.shareBtn {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
}
.shareBtn + .shareBtn {
  margin-left: 10px;
}
.shareBtn.fb {
  background-image: url(/static/assets/30c8674b9023e27328129d4be9f2f0e1.png);
}
.shareBtn.line {
  background-image: url(/static/assets/0e07e2483949771eec8f9f8bc73ff0cf.png);
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 15 !important;
}
body.web #mainContent {
  margin-top: 60px;
}
/* ----- English style ----- */
body.en {
  font-size: 17px;
  line-height: 1.5;
}
body.en p {
  text-align: left;
}
/* ----- RWD ----- */
@media screen and (max-width: 900px) {
  body.web #mainContent {
    margin-top: 46px;
  }
  .centerwpr {
    overflow: hidden;
  }
  #fbBtn {
    display: none;
  }
  .ribbon {
    font-size: 18px;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  body {
    color: #adaec0;
    background-color: #201233;
  }
  p strong,
  li strong {
    font-weight: 400;
    padding: 0;
    color: #1EA9F1;
    background-color: transparent;
    border-radius: 0;
  }
  img.regular {
    display: none;
  }
  img.dark {
    display: block;
  }
  .ribbon {
    color: #e7e9ff;
    background-image: url(/static/assets/a0c83d43369c71f29d73cd9dc22fcec7.png);
  }
  .ribbon:after {
    background-image: url(/static/assets/15baa5f45caa4a2d3ac61aa77fbed2de.png);
  }
}

/* ----- Dark theme ----- */
#mainHeader {
  width: 100%;
  flex-shrink: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
body.web #mainHeader {
  display: block;
}
body.app #mainHeader {
  display: none !important;
}
#mainHeader .innerwpr {
  padding: 0 20px;
  height: 60px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 1px;
  background-color: #54cec0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#mainHeader .logo {
  display: block;
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#mainHeader .logo {
  width: 128px;
  height: 36px;
  background-image: url(/static/assets/fff5890cea32af88cb84004d8b260d3a.svg);
}
#mainHeader .menu {
  display: flex;
  height: 100%;
  margin-left: 20px;
}
#mainHeader .menu-item {
  display: flex;
  align-items: center;
  padding: 0 12px;
  flex-shrink: 0;
  position: relative;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 300ms;
}
#mainHeader .menu-item:hover {
  color: #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
#mainHeader .menu-item.current {
  color: #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
#mainHeader .menu-item.current:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333;
}
#mainHeader hr {
  margin: 0;
  padding: 0;
  border: none;
  flex: 1;
}
#mainHeader .shop {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  padding: 0 24px 1px 24px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #d7ae92 0%, #bd8f73 50%, #aa795a 100%);
  border: 1px solid #aa795a;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
#mainHeader #menuTrigger {
  position: relative;
  width: 50px;
  height: 46px;
  margin: 0 10px 0 -15px;
  flex-shrink: 0;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
#mainHeader #menuTrigger .icon {
  pointer-events: none;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: 200ms;
}
#mainHeader #menuTrigger .icon:before,
#mainHeader #menuTrigger .icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
  transition: 200ms;
}
#mainHeader #menuTrigger .icon:before {
  top: -6px;
}
#mainHeader #menuTrigger .icon:after {
  bottom: -6px;
}
#mainHeader #menuTrigger.expand .icon {
  background-color: transparent;
}
#mainHeader #menuTrigger.expand .icon:before,
#mainHeader #menuTrigger.expand .icon:after {
  width: 24px;
  height: 3px;
}
#mainHeader #menuTrigger.expand .icon:before {
  transform: rotate(45deg);
  top: 0;
}
#mainHeader #menuTrigger.expand .icon:after {
  transform: rotate(-45deg);
  bottom: -1px;
}
#mainHeader #mobileMenu {
  position: fixed;
  left: -360px;
  top: 0;
  z-index: 90;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  padding-top: 46px;
  background-color: #f1f1f1;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
  transition: 300ms;
  transition-property: left, visibility;
  visibility: hidden;
  pointer-events: none;
}
#mainHeader #mobileMenu.expand {
  visibility: visible;
  left: 0;
  pointer-events: auto;
}
#mainHeader #mobileMenu .menu {
  display: block;
  height: auto;
  margin-left: 0;
  margin-bottom: 30px;
}
#mainHeader #mobileMenu .menu-item {
  height: 46px;
  justify-content: center;
  text-shadow: none;
  color: #333;
  border-bottom: 1px solid #d1d1d1;
}
#mainHeader #mobileMenu .menu-item:hover {
  background-color: #ddd;
  border-bottom: 1px solid #c1c1c1;
}
#mainHeader #mobileMenu .menu-item.current {
  background-color: #333;
  color: #fff;
}
#mainHeader #mobileMenu .menu-item:after {
  display: none;
}
#mainHeader #mobileMenu .lang-btnswpr {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#mainHeader #mobileMenu .lang-btn + .lang-btn {
  margin-top: 0;
}
#mainHeader #mobileMenu .lang-btn {
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 50%;
  background-color: #fff;
}
#mainHeader #mobileMenu .lang-btn:hover {
  background-color: #ddd;
}
#mainHeader #mobileMenu .lang-btn.current {
  background-color: #333;
  color: #fff;
}
.lang-menu {
  position: relative;
  margin-right: 31px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.lang-menu:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -12px;
  background-color: #e6f8f6;
}
.current-lang {
  width: 90px;
  height: 30px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #54cec0;
  border-radius: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  user-select: none;
}
.current-lang:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 12px;
  top: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  pointer-events: none;
}
.lang-submenu {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  text-shadow: none;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  top: 26px;
  pointer-events: none;
  transition: 300ms;
  transition-property: opacity, visibility, top;
}
.lang-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}
.lang-btn {
  padding: 8px;
  line-height: 1;
  border-radius: 2px;
  cursor: pointer;
}
.lang-btn + .lang-btn {
  margin-top: 6px;
}
.lang-btn:hover {
  background-color: #535353;
}
.lang-btn.current {
  pointer-events: none;
  cursor: default;
  color: #333;
  background-color: #54cec0;
}
.lang-btn span {
  pointer-events: none;
}
.lang-btn .short {
  display: none;
}
.lang-menu.expand .lang-overlay {
  display: block;
  pointer-events: auto;
}
.lang-menu.expand .current-lang {
  background-color: #333;
  border: 1px solid #333;
}
.lang-menu.expand .lang-submenu {
  opacity: 1;
  visibility: visible;
  top: 34px;
  pointer-events: auto;
}
/* ----- 商店選單 ----- */
.shop-menu {
  position: relative;
}
.shop-menu #shopOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}
.shop-menu #shopBtn {
  cursor: pointer;
}
.shop-menu .region {
  position: relative;
}
.shop-menu .region + .region {
  margin-top: 7px;
}
.shop-menu h4 {
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
}
.shop-menu #shopSubMenu {
  position: absolute;
  right: -10px;
  width: 160px;
  padding: 6px;
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  top: 26px;
  pointer-events: none;
  transition: 300ms;
  transition-property: opacity, visibility, top;
}
.shop-menu .btn-store {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: #333;
}
.shop-menu .btn-store.large {
  font-size: 14px;
}
.shop-menu .btn-store + .btn-store {
  border-top: 1px solid #ddd;
}
.shop-menu .btn-store:hover {
  background-color: #ddd;
}
.shop-menu .btn-store:before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
.shop-menu.active #shopOverlay {
  display: block;
  pointer-events: auto;
}
.shop-menu.active #shopSubMenu {
  opacity: 1;
  visibility: visible;
  top: 36px;
  pointer-events: auto;
}
/* ----- theme toggle ----- */
.theme-toggle {
  display: flex;
  align-items: center;
  margin-right: 16px;
  display: none;
}
.theme-toggle .theme-toggle-btn {
  width: 32px;
  height: 32px;
  background-image: url(/static/assets/4968c6f6fef2fc3f332ca573db3f3022.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 50%;
  cursor: pointer;
}
.theme-toggle .theme-toggle-btn.light {
  background-position: 1px 1px;
  background-color: #fff;
}
.theme-toggle .theme-toggle-btn.dark {
  background-position: -59px 1px;
  background-color: #2a1d3c;
}
.theme-toggle .theme-toggle-btn + .theme-toggle-btn {
  margin-left: 8px;
}
/* ----- RWD ----- */
@media screen and (max-width: 960px) {
  #mainHeader .innerwpr {
    padding: 0 12px;
    height: 46px;
  }
  #mainHeader .menu,
  #mainHeader .lang-menu {
    display: none;
  }
  #mainHeader .lang-btn .full {
    display: none;
  }
  #mainHeader .lang-btn .short {
    display: inline;
  }
  #mainHeader .shop {
    height: 31px;
  }
  #mainHeader #menuTrigger {
    display: flex;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  #mainHeader .innerwpr {
    background-color: #2a1d3c;
  }
  #mainHeader .menu-item {
    color: #adaec0;
  }
  #mainHeader .menu-item:hover {
    color: #fff;
  }
  #mainHeader .menu-item.current {
    color: #fff;
  }
  #mainHeader .menu-item.current:after {
    background-color: #1EA9F1;
  }
  #mainHeader .lang-menu::after {
    width: 2px;
    background-color: #777;
  }
  #mainHeader .current-lang,
  #mainHeader .shop {
    height: 30px;
    color: #ddd;
    font-size: 15px;
    border: 2px solid #777;
    background: transparent;
  }
  #mainHeader .current-lang:before {
    border-left-color: #adaec0;
    border-bottom-color: #adaec0;
  }
  #mainHeader .shop {
    padding-bottom: 0;
  }
  #mainHeader .current-lang:hover,
  #mainHeader .shop:hover {
    color: #fff;
    border-color: #aaa;
  }
  #mainHeader .current-lang:hover:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  #mainHeader .lang-btn.current {
    background-color: #1EA9F1;
  }
  #mainHeader #mobileMenu {
    background-color: #2b1f43;
  }
  #mainHeader #mobileMenu .menu-item {
    color: #adaec0;
    border-bottom-color: #453c5b;
  }
  #mainHeader #mobileMenu .menu-item.current {
    color: #000;
    background-color: #1EA9F1;
  }
  #mainHeader #mobileMenu .menu-item:hover {
    color: #fff;
    background-color: #453c5b;
    border-bottom-color: #453c5b;
  }
  #mainHeader #mobileMenu .lang-btn {
    background-color: #201233;
  }
  #mainHeader #mobileMenu .lang-btn:hover {
    color: #fff;
    background-color: #201233;
  }
  #mainHeader #mobileMenu .lang-btn.current {
    color: #000;
    background-color: #1EA9F1;
  }
}

/* ----- Dark theme ----- */
#mainFooter {
  flex-shrink: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #54cec0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#mainFooter .statement {
  padding: 6px 20px;
  text-align: center;
  text-shadow: none;
  font-size: 14px;
  color: #633d15;
  line-height: 1.3;
  background-color: #febe40;
}
#mainFooter .centerwpr {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#mainFooter .title {
  font-size: 15px;
}
#mainFooter .address {
  text-align: center;
}
#mainFooter .email {
  color: #fff;
  margin-top: 5px;
}
#mainFooter #fbBtnFot {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#mainFooter #fbBtnFot.facebook {
  background-image: url(/static/assets/8d9809e994cd393d6fc3c3fb1630476b.png);
}
#mainFooter #fbBtnFot.instagram {
  border-radius: 8px;
  background-size: 100% auto;
  background-image: url(/static/assets/7d62f77c3e95a57d64c3db22deae2209.png);
  display: none;
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  #mainFooter {
    color: #89898f;
    background-color: #1a0e28;
  }
  #mainFooter .statement {
    color: #c19655;
    background-color: #372121;
  }
  #mainFooter .email {
    color: #1EA9F1;
    opacity: 0.8;
  }
  #mainFooter .email:hover {
    opacity: 1;
  }
  #mainFooter #fbBtnFot.facebook {
    opacity: 0.6;
  }
  #mainFooter #fbBtnFot.facebook:hover {
    opacity: 0.9;
  }
}

.catalog #sidePanel,
.article #sidePanel,
.manual #sidePanel {
  display: none;
}
body.app #sidePanel {
  display: none;
}
#sidePanel {
  position: fixed;
  left: 8px;
  bottom: 8px;
  width: 200px;
  z-index: 999;
}
#sidePanel svg {
  pointer-events: none;
}
#sidePanel .innerwpr {
  padding: 12px 10px 4px 10px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#sidePanel .articles {
  overflow: hidden;
}
#sidePanel h3 {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  text-align: left;
  line-height: 1;
}
#sidePanel .more {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  color: #777;
}
#sidePanel .more .icon {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 1px;
  border: 2px solid #777;
  border-radius: 50%;
}
#sidePanel .more svg {
  width: 10px;
  height: 10px;
  fill: #777;
}
#sidePanel .more:hover {
  color: #333;
}
#sidePanel .more:hover .icon {
  border-color: #333;
}
#sidePanel .more:hover svg {
  fill: #333;
}
#sidePanel .slot {
  display: block;
  position: relative;
  padding: 7px 0;
  color: #333;
}
#sidePanel .slot + .slot {
  border-top: 1px solid #ddd;
}
#sidePanel .index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: #fff;
  font-size: 12px;
  background-color: #58cdbf;
  border-radius: 2px;
}
#sidePanel .cover {
  width: 100%;
  height: 0;
  padding-top: 70%;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
}
#sidePanel .title .full {
  display: none;
}
#sidePanel.collapse .innerwpr {
  padding-bottom: 12px;
  opacity: 0.9;
}
#sidePanel.collapse .articles {
  height: 0;
}
#sidePanel.collapse #spMinTrigger {
  opacity: 0.9;
}
#sidePanel.collapse #spMinTrigger:hover {
  opacity: 1;
}
#sidePanel.collapse #spMinTrigger svg {
  transform: rotate(180deg);
}
#spMinTrigger {
  width: 36px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: -22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}
#spMinTrigger svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  fill: #fff;
}
/* ----- RWD ----- */
@media screen and (max-width: 1200px) {
  #sidePanel {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    z-index: none;
  }
  #sidePanel .innerwpr {
    padding: 14px 10px;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
  }
  #sidePanel h3 {
    font-size: 22px;
  }
  #sidePanel .articles {
    padding-top: 15px;
  }
  #sidePanel .slot {
    padding: 10px 0;
  }
  #sidePanel .slot.s1 {
    border-top: 1px solid #ddd;
  }
  #sidePanel .title .full {
    display: inline;
  }
  #sidePanel .title .short {
    display: none;
  }
  #sidePanel .s1 .cover {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sidePanel.collapse .innerwpr {
    padding-bottom: 4px;
    opacity: 1;
  }
  #sidePanel.collapse .articles {
    height: auto;
  }
  #spMinTrigger {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #sidePanel .articles {
    padding-top: 5px;
  }
  #sidePanel .slot.s1 {
    border-top: none;
  }
  #sidePanel .s1 .cover {
    padding-top: 70%;
    margin-bottom: 10px;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  #sidePanel .innerwpr {
    background-color: #231a3e;
  }
  #sidePanel .slot {
    color: #787686;
  }
  #sidePanel .slot:hover {
    color: #adaec0;
  }
  #sidePanel .slot + .slot {
    border-top: 1px solid #2d2b32;
  }
  #sidePanel .index {
    background-color: #342b7a;
  }
  #sidePanel .more:hover {
    color: #aaa;
  }
  #sidePanel .more:hover .icon {
    border-color: #aaa;
  }
  #sidePanel .more:hover svg {
    fill: #aaa;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  #sidePanel .slot.s1 {
    border-top: 1px solid #2d2b32;
  }
}

/* ----- Dark theme ----- */
/* ----- Dark theme ----- */
/* ----- 預設樣式 ----- */
#mainContent {
  background-image: url(/static/assets/880deda7b13587e8d8cebac16c4772b6.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#faq {
  padding: 30px 0;
  font-size: 16px;
}
#faq h3 {
  font-weight: 400;
  margin-bottom: 15px;
}
#faq .statement {
  font-size: 13px;
  text-align: center;
  color: #777;
  margin-top: 40px;
}
#faq .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
#faq .tabs.hide {
  display: none;
}
#faq .tab {
  padding: 4px 20px;
  border-radius: 20px;
  cursor: pointer;
}
#faq .tab + .tab {
  margin-left: 10px;
}
#faq .tab.current {
  color: #fff;
  cursor: default;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #54cec0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#faq .tab:hover {
  background-color: #fff;
}
#faq .faq-q {
  min-height: 64px;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #845137;
  font-size: 17px;
  line-height: 1.3;
  cursor: pointer;
}
#faq .faq-q .tag {
  padding: 1px 4px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  background-color: #fcad35;
  border-radius: 2px;
}
#faq .faq-q-innerwpr {
  display: flex;
  align-items: center;
  flex-grow: 1;
  pointer-events: none;
}
#faq .faq-q:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: relative;
  flex-shrink: 0;
  margin: 0 10px;
  border-left: 1px solid #845137;
  border-bottom: 1px solid #845137;
  transform: rotate(-45deg);
  pointer-events: none;
}
#faq .faq-q.expand:after {
  transform: rotate(135deg);
  top: 3px;
}
#faq .faq-a-innerwpr {
  position: relative;
  padding-bottom: 20px;
}
#faq .faq-a {
  height: 0;
  overflow: hidden;
  transition: 300ms;
  transition-property: height;
}
#faq .faq-slot {
  border-bottom: 1px solid #845137;
}
#faq .faq-slot a {
  color: #845137;
  margin: 0 4px;
  text-decoration: none !important;
  border-bottom: 2px dotted #845137;
}
#faq .faq-slot a:hover {
  color: #bb5c46;
  border-bottom: 2px dotted #bb5c46;
}
#faq .faq-slot p + p {
  margin-top: 10px;
}
#faq .faq-slot p + ul,
#faq .faq-slot p + ol {
  margin-top: 5px;
}
#faq .faq-slot ol,
#faq .faq-slot ul {
  margin-left: 18px;
}
#faq .faq-slot li {
  padding-left: 2px;
}
#faq .faq-slot ol li {
  list-style-type: decimal;
}
#faq .faq-slot ul li {
  list-style-type: square;
}
#faq .faq-slot img {
  max-width: 100%;
  width: auto;
  margin: 15px auto;
  border-radius: 2px;
}
/* ----- RWD 450 ----- */
@media screen and (max-width: 450px) {
  body.en #faq .faq-q {
    font-size: 15px;
    line-height: 1.2;
  }
}
/* ----- RWD 400 ----- */
@media screen and (max-width: 500px) {
  #faq .faq-q {
    font-size: 16px;
  }
  #faq .tabs {
    background-color: #fff;
    border-radius: 3px;
  }
  #faq .tab {
    padding: 0;
    flex: 1;
    height: 32px;
    text-align: center;
    line-height: 32px;
    white-space: nowrap;
    border-radius: 2px;
  }
  #faq .tab:hover {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #54cec0;
  }
  #faq .tab.current {
    box-shadow: none;
  }
  #faq .tab + .tab {
    margin-left: 0;
    border-left: 1px solid #eee;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  #mainContent {
    background-image: none;
  }
  #faq h3 {
    color: #fff;
  }
  #faq .tab.current {
    background-color: #885839;
  }
  #faq .tab:hover {
    color: #fff;
    background-color: transparent;
  }
  #faq .faq-q {
    color: #a67552;
  }
  #faq .faq-q .tag {
    color: #1f1133;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 500px) {
  #faq .tabs {
    background-color: #2a1d3c;
  }
  #faq .tab + .tab {
    border-left-color: #111;
  }
}

