<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*function &amp; variables*/
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://tw.hicdn.beanfun.com/fonts/NotoSerifTC/noto-serif-tc-v32-chinese-traditional-300.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://tw.hicdn.beanfun.com/fonts/NotoSerifTC/noto-serif-tc-v32-chinese-traditional-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://tw.hicdn.beanfun.com/fonts/NotoSerifTC/noto-serif-tc-v32-chinese-traditional-500.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://tw.hicdn.beanfun.com/fonts/NotoSerifTC/noto-serif-tc-v32-chinese-traditional-700.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://tw.hicdn.beanfun.com/fonts/NotoSerifTC/noto-serif-tc-v32-chinese-traditional-900.woff2") format("woff2");
}
/* design start */
/* body, input, button, textarea, select, optgroup{
	font-family: "Noto Serif TC", "PMingLiU", "Times New Roman", serif;
	line-height: 1;
} */
html {
  font-size: 1200px;
  scroll-behavior: smooth;
}

body {
  min-height: 0.9rem;
  font-size: 0.025rem;
  font-family: "Noto Serif TC", "PMingLiU", "Times New Roman", serif;
  line-height: 1.5;
  color: #fff;
  background-image: linear-gradient(#0c021b, #0c021b 0.4166666667rem, #371e7a 1.6666666667rem, #371e7a);
  background-color: #170630;
}

#app {
  min-width: 1rem;
  background: url(img/body-bg2.png) 50% 100% no-repeat, url(img/body-bg3.png) 50% 0 no-repeat, url(img/body-bg1.jpg) 50% 0 no-repeat;
}

input, button, textarea, select, optgroup {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  appearance: none;
  background: none;
  display: inline-block;
}

input[type=checkbox] {
  width: 0.0383333333rem;
  height: 0.0383333333rem;
  box-sizing: border-box;
  border: 0.0033333333rem solid #a0dcea;
  background: #fff;
  border-radius: 0.0066666667rem;
  vertical-align: bottom;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: url(img/check.png) 50% 50%/100% 100% no-repeat #fff;
}
input[type=checkbox]:hover {
  box-shadow: 0 0 0.0125rem rgba(255, 255, 255, 0.5);
}
input[type=checkbox]:disabled {
  pointer-events: none;
  border: 0.0033333333rem solid #5772a8;
  background: transparent;
}

h2 {
  margin: 0 0 0.025rem 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2:before, h2:after {
  content: "";
  width: 0.1816666667rem;
  height: 0.0191666667rem;
  background: url(img/h2-pseudo-ele.png) 50% 50%/100% 100% no-repeat;
  filter: drop-shadow(0 0 0.0166666667rem rgb(0, 0, 0));
}
h2:after {
  transform: scaleX(-1);
}
h2 span {
  font-size: 0.0766666667rem;
  position: relative;
}
h2 span:before {
  content: attr(data-text);
  color: #fff;
  text-shadow: 0 0 0.0008333333rem #fff, 0 0 0.025rem rgba(0, 0, 0, 0.5), 0 0 0.025rem rgba(0, 0, 0, 0.5), 0 0 0.025rem rgba(0, 0, 0, 0.5);
}
h2 span:after {
  content: attr(data-text);
  background-image: linear-gradient(#f9c2eb, #a8c8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.btn {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1;
  outline: 0;
  border: none;
  box-sizing: border-box;
  background-color: #ff8343;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fech-loading.opacity0 {
  opacity: 0;
}

/********************************** gbox **********************************/
/* gbox - 預設 */
.gbox {
  font-family: "Noto Serif TC", "PMingLiU", "Times New Roman", serif;
}
.gbox .gbox-wrap {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0.025rem;
  border: 0.0025rem solid #998ed5;
  background: url(img/popup-bg.jpg) 50% 0 no-repeat;
}
.gbox .gbox-wrap #screenshotWrap {
  padding-top: 0.0416666667rem;
}
.gbox .gbox-wrap .gbox-content {
  padding: 0.05rem 0.1rem;
  font-size: 0.025rem;
  color: #fff;
}
.gbox .gbox-wrap .gbox-content .error-msg {
  padding-top: 0.025rem;
  color: yellow;
}
.gbox .gbox-wrap .gbox-action {
  padding-bottom: 0.05rem;
}
.gbox .gbox-wrap .gbox-action .gbox-btn {
  padding: 0.0083333333rem 0.0416666667rem;
  color: #a4670b;
  font-size: 0.0291666667rem;
  font-weight: 900;
  text-shadow: 0 0 0.0083333333rem #fff;
  border-radius: 1000px;
  background: #ffdb5d;
  box-shadow: 0 0 0.0166666667rem rgba(0, 0, 0, 0.5), 0 0 0.0083333333rem #fff inset;
}
.gbox .gbox-wrap .gbox-action .gbox-btn:hover {
  filter: drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5)) sepia(0.3);
}
.gbox .gbox-wrap .gbox-close {
  width: 0.05rem;
  height: 0.05rem;
  font-size: 0;
  top: 0.025rem;
  right: 0.025rem;
}
.gbox .gbox-wrap .gbox-close::before, .gbox .gbox-wrap .gbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transform-origin: center;
}
.gbox .gbox-wrap .gbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gbox .gbox-wrap .gbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gbox .gbox-wrap .gbox-close:hover:before, .gbox .gbox-wrap .gbox-close:hover:after {
  background: orange;
}
.gbox .gbox-wrap .gbox-action .gbox-btn {
  margin: 0;
}

/* gbox - 六角形 */
.gbox.hexPop .gbox-wrap {
  margin: 0 0 0.0666666667rem 0;
  border: none;
  background: none;
}
.gbox.hexPop .gbox-wrap:before, .gbox.hexPop .gbox-wrap:after {
  content: "";
  width: 0.7158333333rem;
  height: 0.1225rem;
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: 1;
}
.gbox.hexPop .gbox-wrap:before {
  background: url(img/popup-before.png) 0 0/100% 100% no-repeat;
  top: 0;
}
.gbox.hexPop .gbox-wrap:after {
  background: url(img/popup-after.png) 0 0/100% 100% no-repeat;
  bottom: 0;
}
.gbox.hexPop .gbox-wrap .gbox-content {
  width: 0.7158333333rem;
  padding: 0.075rem 0.075rem 0.075rem 0.075rem;
  box-sizing: border-box;
  background: url(img/popup-bg.jpg) 50% 0/100% auto no-repeat #6456ae;
  clip-path: url(#hex-clip);
}
.gbox.hexPop .gbox-wrap .gbox-content .reg-success h3 {
  margin: 0 0 0.025rem 0;
  font-size: 0.0416666667rem;
}
.gbox.hexPop .gbox-wrap .gbox-content .reg-success .icon-envolope {
  width: 0.0983333333rem;
  height: 0.0983333333rem;
  margin: 0 auto 0.0083333333rem auto;
  background: url(img/icon-envolope.png) 50% 50%/100% 100% no-repeat;
}
.gbox.hexPop .gbox-wrap .gbox-action {
  padding: 0;
}
.gbox.hexPop .gbox-wrap.hasActionBtn:after {
  bottom: -0.075rem;
}
.gbox.hexPop .gbox-wrap.hasActionBtn .gbox-content {
  padding-bottom: 0.1666666667rem;
}
.gbox.hexPop .gbox-wrap.hasActionBtn .gbox-action {
  margin-top: -0.1333333333rem;
  position: relative;
}

/* gbox - 六角形+表單 */
.gbox-content.form h3 {
  margin: 0 0 0.0166666667rem 0;
  font-size: 0.05rem;
}
.gbox-content.form .row.select {
  margin-bottom: 0.0166666667rem;
  position: relative;
}
.gbox-content.form .row.select:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.0166666667rem 0.0125rem 0 0.0125rem;
  border-color: #493e7f transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  right: 0.0208333333rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.gbox-content.form .row.select select {
  width: 100%;
  padding: 0.0125rem 0.0208333333rem;
  font-weight: bold;
  color: #493e7f;
  background: #fff;
}
.gbox-content.form .row.select select:disabled {
  color: gray;
  background: #d7d7d7;
  opacity: 0.5;
}
.gbox-content.form .row.text {
  margin-bottom: 0.0166666667rem;
}
.gbox-content.form .row.text input {
  width: 100%;
  padding: 0.0125rem 0.0208333333rem;
  font-weight: bold;
  color: #493e7f;
  background: #fff;
}
.gbox-content.form .row.text input:disabled {
  color: gray;
  background: #d7d7d7;
  opacity: 0.5;
}
.gbox-content.form .row.checkbox {
  margin-bottom: 0.0166666667rem;
  text-align: left;
}
.gbox-content.form .login-note {
  padding: 0.0166666667rem;
  font-size: 0.0233333333rem;
  text-align: left;
  border: 0.0025rem solid #fff;
}
.gbox-content.form .login-note h4 {
  margin: 0;
  font-size: 0.025rem;
  text-align: center;
}
.gbox-content.form .login-note ul, .gbox-content.form .login-note ol {
  padding: 0 0 0 0.0333333333rem;
  margin: 0 0 0.02rem 0;
}
.gbox-content.form .login-note &gt; *:last-child {
  margin: 0;
}
.gbox-content.form textarea {
  width: 100%;
  height: 0.25rem;
  padding: 0.0133333333rem;
  resize: none;
  border: 0.0025rem solid #fff;
  color: #fff;
}
.gbox-content.form textarea::placeholder {
  color: #d1d1d1;
}

/* gbox - youtube */
.gbox.youtube-player .gbox-wrap {
  margin-top: 0.0583333333rem;
}
.gbox.youtube-player .gbox-wrap .gbox-close {
  top: -0.0583333333rem;
  right: -0.0083333333rem;
}
.gbox.youtube-player .gbox-wrap .gbox-content {
  width: 0.8333333333rem;
  height: 0.4691666667rem;
  padding: 0.0166666667rem;
  background: #fff;
}
.gbox.youtube-player .gbox-wrap .gbox-content iframe {
  display: block;
}
.gbox.youtube-player .gbox-wrap .gbox-content:before, .gbox.youtube-player .gbox-wrap .gbox-content:after {
  content: "";
  width: 0.0566666667rem;
  height: 0.0566666667rem;
  position: absolute;
  left: -0.015rem;
  top: -0.015rem;
  z-index: 1;
  background: url(img/corner.png) 50% 50%/100% 100% no-repeat;
  filter: drop-shadow(0 0 0.0066666667rem rgba(255, 255, 255, 0.7));
}
.gbox.youtube-player .gbox-wrap .gbox-content:after {
  left: auto;
  top: auto;
  right: -0.015rem;
  bottom: -0.015rem;
  transform: rotate(180deg);
}

/* gbox - 米列西安的信 */
.gbox.letterToMLSA .gbox-wrap {
  margin: 0.075rem 0 0.0416666667rem 0;
  border: none;
  background: none;
}
.gbox.letterToMLSA .gbox-wrap .gbox-close {
  top: -0.0583333333rem;
  right: 0.0166666667rem;
}
.gbox.letterToMLSA .gbox-wrap .gbox-content {
  width: 0.8758333333rem;
  padding: 0;
  background: url(img/bg-back-envolope.png) left 50% bottom 10%/100% auto no-repeat;
  display: flex;
  justify-content: center;
}
.gbox.letterToMLSA .gbox-wrap .gbox-content .theMLSALetter {
  width: 0.7458333333rem;
  height: 1.0066666667rem;
  background: url(img/toMLCA.png) 50% 50%/100% 100% no-repeat;
}

/* gbox - 信箱 */
.gbox.mailbox .gbox-wrap {
  margin: 0.0833333333rem 0 0.05rem 0;
  border: none;
  background: none;
}
.gbox.mailbox .gbox-wrap .gbox-close {
  top: -0.0666666667rem;
  right: -0.0125rem;
}
.gbox.mailbox .gbox-wrap .gbox-content {
  width: 0.9583333333rem;
  padding: 0;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-tabs {
  display: flex;
  justify-content: space-between;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-tabs .tab {
  width: 49.7%;
  height: 0.0916666667rem;
  color: #6456af;
  font-size: 0.0333333333rem;
  font-weight: bold;
  line-height: 1.1;
  background: linear-gradient(#fff, #fff 75%, #a5a5a5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-tabs .tab.active {
  color: #fff;
  background: #6456af;
  pointer-events: none;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content {
  padding: 0.0416666667rem 0;
  background: url(img/popup-bg2.jpg) 50% 0/100% auto no-repeat #6455b0;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.MLSALetter {
  display: block;
  width: 0.8583333333rem;
  padding: 0.25rem 0 0.3333333333rem 0;
  margin: 0 auto;
  color: #a14c27;
  box-sizing: border-box;
  background: url(img/bg-top.png) 50% 0/100% auto no-repeat, url(img/bg-bottom.png) 50% 100%/100% auto no-repeat, url(img/bg-middle.jpg) 20% 0/100% auto no-repeat;
  background-clip: border-box, border-box, content-box;
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.6));
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.MLSALetter p {
  margin: 0 0 1em 0;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.MLSALetter .content-wrap {
  padding: 0 0.05rem;
  margin: -0.0333333333rem 0 -0.175rem 0;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox {
  padding: 0 0.1rem;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap {
  font-size: 0.0333333333rem;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-header {
  font-weight: bold;
  background: #493e7f;
  display: flex;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-header div {
  padding: 0.01rem 0;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-header div:first-child {
  width: 30%;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-header div:nth-child(2) {
  flex-grow: 1;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list {
  height: 0.8333333333rem;
  overflow-y: auto;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list::-webkit-scrollbar {
  width: 20px;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list::-webkit-scrollbar-thumb {
  background-color: #fff;
  margin: 4px;
  box-shadow: inset 0 0 0 3px #493e7f;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item {
  margin-bottom: 0.0083333333rem;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item:last-child {
  margin: 0;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .item-td {
  padding: 0.01rem 0;
  color: #493e7f;
  background: #fff;
  cursor: pointer;
  display: flex;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .item-td:hover {
  background: #e8e5f5;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .item-td .time {
  width: 30%;
  box-sizing: border-box;
  border-right: 2px solid #c4bee2;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .item-td .sender {
  flex-grow: 1;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .msg {
  padding: 0.0166666667rem 0;
  background: url(img/bg-back-envolope.png) left 50% bottom 10%/57% auto no-repeat;
  color: #a14c27;
  display: none;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .msg .msg-content {
  width: 53%;
  min-height: 0.5rem;
  padding: 0.05rem;
  margin: 0 auto;
  word-wrap: break-word;
  box-sizing: border-box;
  background: url(img/letter-small.png) 50% 50%/100% 100% no-repeat;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .msg .msg-content h4 {
  margin: 0 0 0.5em 0;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.inbox .content-wrap .item-list .item .msg .msg-content p {
  margin: 0;
  font-size: 0.025rem;
  line-height: 1.2;
  text-align: left;
  text-align: justify;
}
.gbox.mailbox .gbox-wrap .gbox-content .mailbox-content .content.sn .coming-soon {
  padding: 0.3rem 0;
  font-size: 0.08rem;
}
.gbox.mailbox.standalone .gbox-wrap .gbox-content .mailbox-content {
  background: url(img/bg-back-envolope.png) left 50% bottom 0.1rem/100% auto no-repeat;
}
.gbox.mailbox.standalone .gbox-wrap .gbox-close {
  top: -0.025rem;
}

/* gbox - 我的個人成就 */
.gbox.achievement-popup .gbox-wrap {
  padding: 0;
  border: none;
  background: none;
}
.gbox.achievement-popup .gbox-wrap .gbox-content {
  padding: 0;
}
.gbox.achievement-popup .gbox-wrap .gbox-action {
  padding: 0 0 0.0666666667rem;
}
.gbox.achievement-popup .gbox-wrap .gbox-action .gbox-btn {
  width: 0.3566666667rem;
  height: 0.1rem;
  font-size: 0;
  background: url(img/achievement-btn.png) 50% 50%/100% 100% no-repeat;
  box-shadow: none;
}
.gbox.achievement-popup .gbox-wrap .gbox-action .gbox-btn.download {
  background-image: url(img/achievement-btn-dl.png);
}

/********************************** 頁面內容 **********************************/
/* 主視覺 */
.hero {
  width: 100%;
  height: 0.85rem;
  margin-bottom: 0.075rem;
  display: flex;
  align-items: end;
  justify-content: center;
}
.hero .logo {
  width: 0.0916666667rem;
  height: 0.0916666667rem;
  position: absolute;
  left: 0.05rem;
  top: 0.05rem;
  background: url(img/logo.png) 0 0 no-repeat;
}
.hero .btns {
  width: 0.9166666667rem;
  display: flex;
  justify-content: center;
}
.hero .btns a {
  height: 0.115rem;
  font-size: 0;
  background: url("_") 50% 50%/100% 100% no-repeat;
}
.hero .btns a.hero-btn-register {
  width: 0.3566666667rem;
  background-image: url(img/hero-btn-register.png);
}
.hero .btns a.hero-btn-share {
  width: 0.3566666667rem;
  background-image: url(img/hero-btn-share.png);
}
.hero .btns a.hero-btn-play {
  width: 0.115rem;
  margin: 0 0.0416666667rem;
  background-image: url(img/hero-btn-play.png);
}
.hero .btns a:hover {
  filter: hue-rotate(30deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}

.mb .hero {
  padding-top: 0.0833333333rem;
}

/* 台灣瑪奇大事記 */
.history {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.history .events-container {
  width: 0.925rem;
  height: 0.4175rem;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.history .events-container .nav {
  width: 0.125rem;
  height: 58%;
  position: relative;
  top: 0.0083333333rem;
  display: flex;
  flex-direction: column;
}
.history .events-container .nav .btn {
  width: 100%;
  height: 0.0616666667rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  background: url(img/common-arrow.png) 50% 50%/auto 100% no-repeat;
  position: absolute;
}
.history .events-container .nav .btn:hover {
  filter: hue-rotate(30deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}
.history .events-container .nav .btn.next {
  bottom: -0.075rem;
  transform: scaleY(-1);
}
.history .events-container .nav .btn.prev {
  top: -0.075rem;
}
.history .events-container .nav .years {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.history .events-container .nav .years::-webkit-scrollbar {
  display: none;
}
.history .events-container .nav .year {
  height: 0.04rem;
  cursor: pointer;
  font-size: 0.0275rem;
  font-weight: 900;
  background-image: linear-gradient(#c9fefc, #7affff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history .events-container .nav .year:hover {
  filter: hue-rotate(30deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}
.history .events-container .nav .year.active {
  font-size: 0.035rem;
  background-image: linear-gradient(#f9ff99, #e9ae31);
}
.history .events-container .nav .year.active:hover {
  filter: none;
}
.history .events-container .content {
  height: 100%;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.history .events-container .content::-webkit-scrollbar {
  display: none;
}
.history .events-container .content-item {
  width: 100%;
  height: 100%;
  padding-bottom: 0.1666666667rem;
  position: relative;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.history .events-container .content-item:last-child {
  padding: 0;
}
.history .events-container .content-item span {
  width: 0.3275rem;
  height: 0.0641666667rem;
  font-size: 0.04rem;
  font-weight: 900;
  background: url(img/history-title.png) 50% 50%/100% 100% no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .events-container .content-item .img-wrap {
  position: relative;
}
.history .events-container .content-item .img-wrap img {
  clip-path: polygon(0% 0%, 96% 0%, 100% 7%, 100% 100%, 4% 100%, 0% 92%);
  display: block;
}
.history .events-container .content-item .img-wrap:before, .history .events-container .content-item .img-wrap:after {
  content: "";
  width: 0.0566666667rem;
  height: 0.0566666667rem;
  position: absolute;
  left: -0.0083333333rem;
  top: -0.0083333333rem;
  z-index: 1;
  background: url(img/corner.png) 50% 50%/100% 100% no-repeat;
  filter: drop-shadow(0.0016666667rem 0.00175rem 0.00175rem rgba(37, 23, 100, 0.3)) drop-shadow(-0.0016666667rem 0.00175rem 0.00175rem rgba(37, 23, 100, 0.3)) drop-shadow(0.00175rem 0.0016666667rem 0.00175rem rgba(37, 23, 100, 0.3)) drop-shadow(0.00175rem -0.0016666667rem 0.00175rem rgba(37, 23, 100, 0.3)) drop-shadow(0.0016666667rem 0.0016666667rem 0.00175rem rgba(37, 23, 100, 0.3)) drop-shadow(-0.0016666667rem 0.0016666667rem 0.00175rem rgba(37, 23, 100, 0.3)) drop-shadow(0.0016666667rem -0.0016666667rem 0.00175rem rgba(37, 23, 100, 0.3)) drop-shadow(-0.0016666667rem -0.0016666667rem 0.00175rem rgba(37, 23, 100, 0.3));
}
.history .events-container .content-item .img-wrap:after {
  left: auto;
  top: auto;
  right: -0.0083333333rem;
  bottom: -0.0083333333rem;
  transform: rotate(180deg);
}
.history .events-container .content-item.active {
  color: #fff;
}

.mb .history .events-container {
  flex-direction: column;
  height: auto;
  align-items: normal;
}
.mb .history .events-container .nav {
  width: 100%;
  margin-bottom: 0.0416666667rem;
  flex-direction: row;
  align-items: normal;
  overflow-x: auto;
}
.mb .history .events-container .nav .btn.prev, .mb .history .events-container .nav .btn.next {
  width: 0.1rem;
  height: 0.1rem;
  position: relative;
  top: auto;
  bottom: auto;
  background-size: 60% auto;
}
.mb .history .events-container .nav .btn.prev.prev, .mb .history .events-container .nav .btn.next.prev {
  transform: rotate(-90deg);
}
.mb .history .events-container .nav .btn.prev.next, .mb .history .events-container .nav .btn.next.next {
  transform: rotate(90deg);
}
.mb .history .events-container .nav .years {
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 0.1rem;
}
.mb .history .events-container .nav .year {
  min-width: 0.05rem;
  height: 100%;
  padding: 0 0.0216666667rem;
  font-size: 0.035rem;
  display: flex;
}
.mb .history .events-container .nav .year.active {
  font-size: 0.0458333333rem;
}
.mb .history .events-container .content {
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
}
.mb .history .events-container .content-item {
  padding: 0.0333333333rem 0.0833333333rem 0.0333333333rem 0;
}
.mb .history .events-container .content-item .img-wrap img {
  height: 0.425rem;
  display: block;
}

/* 定位到各區塊的連結 */
.main-nav {
  margin-bottom: 0.0833333333rem;
  display: flex;
  justify-content: center;
}
.main-nav a {
  width: 0.3rem;
  height: 0.1016666667rem;
  margin: 0 0.0125rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.035rem;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  background: url(img/btn-type1.png) 50% 50%/100% 100% no-repeat;
  filter: drop-shadow(0 0.0033333333rem 0.0066666667rem black);
}
.main-nav a:hover {
  filter: drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5)) sepia(1) saturate(1.5) hue-rotate(0deg) brightness(1.1);
}

/* 我要登入 */
.event-login {
  margin-bottom: 0.05rem;
  display: flex;
  justify-content: center;
}
.event-login a.btn {
  width: 0.9508333333rem;
  height: 0.1175rem;
  font-size: 0;
  background: url(img/btn-login.png) 50% 50%/100% 100% no-repeat;
  filter: drop-shadow(0 0.0033333333rem 0.0066666667rem black);
}
.event-login a.btn:hover {
  filter: drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5)) sepia(0.3);
}
.event-login .gbox.login .gbox-content {
  clip-path: url(#hex-clip2);
}

/* 個人成就牆 */
.achievement {
  padding-top: 0.0416666667rem;
  margin-bottom: 0.1rem;
}
.achievement .achievement-wrap {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.0358333333rem;
  font-weight: 600;
  position: relative;
}
.achievement .achievement-wrap .btn.envelope {
  width: 0.0983333333rem;
  height: 0.0983333333rem;
  font-size: 0;
  background: url(img/icon-envolope.png) 50% 50%/100% 100% no-repeat;
  position: absolute;
  top: 0.1333333333rem;
  right: 0.0333333333rem;
}
.achievement .achievement-wrap .btn.envelope:hover {
  background-image: url(img/icon-envolope-open.png);
  filter: hue-rotate(50deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}

.my-achievement {
  width: 0.88rem;
  padding: 0.125rem 0 0.025rem 0;
  margin: 0.125rem auto 0 auto;
  border: 0.0116666667rem solid #fff;
  border-radius: 0 0 0.0583333333rem 0;
  background: url(img/achievement-bg.jpg) 50% 0/100% auto no-repeat #304098;
  position: relative;
}
.my-achievement .my-achievement-title {
  width: 0.4916666667rem;
  height: 0.1191666667rem;
  font-size: 0;
  background: url(img/achievement-title.png) 50% 50%/100% 100% no-repeat;
  position: absolute;
  left: 50%;
  top: -0.0591666667rem;
  transform: translateX(-50%);
}
.my-achievement .download {
  width: 0.0816666667rem;
  height: 0.0816666667rem;
  font-size: 0;
  position: absolute;
  top: 0.0166666667rem;
  right: 0.0166666667rem;
  background: url(img/achievement-dl.png) 50% 50%/100% 100% no-repeat;
}
.my-achievement .download:hover {
  filter: hue-rotate(50deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}
.my-achievement .achievement-list {
  width: 0.75rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.my-achievement .achievement-list .achievement-item {
  width: 0.2166666667rem;
  min-height: 0.2666666667rem;
  padding: 0.1166666667rem 0.0166666667rem 0.0333333333rem 0.0166666667rem;
  padding: 6em 0.6em 1em 0.6em;
  margin-bottom: 0.0416666667rem;
  font-size: 0.0216666667rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 0.8em;
  box-sizing: border-box;
  background: url(img/achievement-item.png) 50% 0%/cover no-repeat;
  position: relative;
}
.my-achievement .achievement-list .achievement-item:before {
  content: "";
  border: 0.0008333333rem solid #c4dcf8;
  border-radius: 0.6em;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  left: 0.3em;
  pointer-events: none;
}
.my-achievement .achievement-list .achievement-item:after {
  content: "";
  width: 100%;
  height: 20%;
  background: url(img/achievement-item-after.png) 50% 100%/100% auto no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.my-achievement .achievement-list .achievement-item .achievement-item-title {
  margin-bottom: 0.0083333333rem;
  font-size: 1.5em;
  font-weight: bold;
}
.my-achievement .achievement-list .achievement-item .achievement-item-detail {
  font-size: 1.2em;
}
.my-achievement .achievement-list .achievement-item .achievement-item-detail.dim {
  color: #536dbd;
  text-shadow: none;
}
.my-achievement.form .achievement-list .achievement-item {
  margin-top: 0.0583333333rem;
}
.my-achievement.form .achievement-list .achievement-item input {
  position: absolute;
  left: 50%;
  top: -0.0541666667rem;
  transform: translateX(-50%);
}
.my-achievement.download-img {
  padding: 0.0833333333rem 0 0.2166666667rem 0;
  background: url(img/achievement-mascot.png) 50% 100%/100% auto no-repeat, url(img/achievement-bg.jpg) 50% 0/cover no-repeat;
}
.my-achievement.download-img .player-title {
  margin-bottom: 0.0333333333rem;
  font-size: 0.04rem;
}
.my-achievement.download-img .achievement-list {
  width: 80%;
  justify-content: center;
}
.my-achievement.download-img .achievement-list .achievement-item {
  margin: 0 0.0066666667rem 0.0166666667rem 0.0066666667rem;
}
.my-achievement.download-img .achievement-list .br {
  width: 100%;
  display: none;
}
.my-achievement.download-img .achievement-list .br:nth-child(4) {
  display: block;
}
.my-achievement.download-img .achievement-list.item3 .br {
  display: none;
}
.my-achievement.download-img .achievement-list.item3 .br:nth-child(2) {
  display: block;
}

.mb .my-achievement {
  font-size: 0.036rem;
}
.mb .my-achievement .achievement-list {
  width: 0.6583333333rem;
}
.mb .my-achievement .achievement-list .achievement-item {
  width: 0.3rem;
  font-size: 0.8em;
}
.mb .my-achievement .achievement-list &gt; *:last-child:nth-child(odd) {
  margin-inline: auto;
}

/* 愛爾琳尋人啟事 */
.find-partners {
  width: 1rem;
  margin: 0 auto 0.125rem auto;
  text-align: center;
  font-size: 0.0358333333rem;
}
.find-partners .search-form {
  margin-bottom: 0.0333333333rem;
}
.find-partners .search-form .search-input {
  width: 0.8416666667rem;
  height: 0.065rem;
  margin: 0 auto 0.0583333333rem auto;
  position: relative;
}
.find-partners .search-form .search-input input {
  width: 100%;
  height: 100%;
  padding: 0 0.0833333333rem 0 0.0333333333rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.1666666667rem;
}
.find-partners .search-form .search-input input::placeholder {
  color: rgb(189, 189, 189);
}
.find-partners .search-form .search-input a.search-input-submit {
  width: 0.1rem;
  height: 100%;
  font-size: 0;
  background: url(img/magnifier.png) 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 0%;
}
.find-partners .search-form .search-result {
  width: 0.9166666667rem;
  margin: 0 auto 0.1rem auto;
  position: relative;
}
.find-partners .search-form .search-result:before, .find-partners .search-form .search-result:after {
  content: "";
  width: 0.0566666667rem;
  height: 0.0566666667rem;
  position: absolute;
  left: -0.015rem;
  top: -0.015rem;
  z-index: 1;
  background: url(img/corner.png) 50% 50%/100% 100% no-repeat;
  filter: drop-shadow(0 0 0.0066666667rem rgba(255, 255, 255, 0.7));
}
.find-partners .search-form .search-result:after {
  left: auto;
  top: auto;
  right: -0.015rem;
  bottom: -0.015rem;
  transform: rotate(180deg);
}
.find-partners .search-form .search-result table {
  width: 100%;
  font-size: 0.0316666667rem;
  background: #fff;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 0.0133333333rem solid #3380ff;
  table-layout: fixed;
}
.find-partners .search-form .search-result table th {
  padding: 0.0133333333rem 0;
  background: #3348a8;
}
.find-partners .search-form .search-result table th:first-child {
  width: 0.2166666667rem;
}
.find-partners .search-form .search-result table td {
  padding: 0.0133333333rem 0;
  color: #3380ff;
  border-top: 0.0083333333rem solid #3380ff;
}
.find-partners .search-form .search-result table td a.compose-letter {
  width: 0.1rem;
  height: 0.0516666667rem;
  margin-left: 0.0166666667rem;
  font-size: 0;
  background: url(img/compose.png) 50% 50%/100% 100% no-repeat;
  vertical-align: bottom;
  display: inline-block;
}
.find-partners .search-form .search-result table td a.compose-letter:hover {
  filter: hue-rotate(50deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}
.find-partners .posts {
  position: relative;
}
.find-partners .posts .posts-siides {
  width: 0.8333333333rem;
  margin: 0 auto 0.0333333333rem auto;
}
.find-partners .posts .posts-siides .postSwiper {
  width: 100%;
}
.find-partners .posts .posts-siides .postSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.find-partners .posts .posts-siides .postSwiper .swiper-slide .flyer {
  width: 31%;
  min-height: 0.4166666667rem;
  padding: 0.0333333333rem 0.0166666667rem;
  color: #a14c27;
  box-sizing: border-box;
  background: url(img/flyer.png) 0 0/100% 100% no-repeat;
}
.find-partners .posts .posts-siides .postSwiper .swiper-slide .flyer h3 {
  margin: 0;
  font-size: 0.0266666667rem;
  font-weight: 900;
}
.find-partners .posts .posts-siides .postSwiper .swiper-slide .flyer P {
  margin: 0;
  font-size: 0.0216666667rem;
}
.find-partners .posts .posts-siides .postSwiper .swiper-slide .flyer * {
  word-wrap: break-word;
}
.find-partners .posts .posts-siides .nav-buttons {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.find-partners .posts .posts-siides .nav-buttons button {
  width: 0.0833333333rem;
  height: 0.0833333333rem;
  font-size: 0;
  background: url(img/common-arrow.png) 50% 50%/0.0616666667rem auto no-repeat;
  position: absolute;
  top: 0.1666666667rem;
  cursor: pointer;
}
.find-partners .posts .posts-siides .nav-buttons button:hover {
  filter: hue-rotate(50deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}
.find-partners .posts .posts-siides .nav-buttons button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.find-partners .posts .posts-siides .nav-buttons #prevBtn {
  transform: rotate(-90deg);
  left: 0;
}
.find-partners .posts .posts-siides .nav-buttons #nextBtn {
  transform: rotate(90deg);
  right: 0;
}
.find-partners .posts .submit-post .btn {
  width: 0.3566666667rem;
  height: 0.0991666667rem;
  font-size: 0;
  background: url(img/submit-btn.png) 0 0/100% 100% no-repeat;
}
.find-partners .posts .submit-post .btn:hover {
  filter: hue-rotate(-20deg) brightness(1.2) drop-shadow(0 0 0.0083333333rem rgba(255, 255, 255, 0.5));
}
.find-partners .gbox.search-popup .gbox-content {
  clip-path: url(#hex-clip3);
}

.mb .find-partners .posts .posts-siides {
  margin-bottom: 0.0541666667rem;
  font-size: 0;
}
.mb .find-partners .posts .posts-siides .postSwiper .swiper-slide {
  justify-content: center;
}
.mb .find-partners .posts .posts-siides .postSwiper .swiper-slide .flyer {
  width: 75%;
  min-height: 0.8333333333rem;
  padding: 0.0833333333rem 0.075rem;
}
.mb .find-partners .posts .posts-siides .postSwiper .swiper-slide .flyer h3 {
  margin-bottom: 0.025rem;
  font-size: 0.05rem;
}
.mb .find-partners .posts .posts-siides .postSwiper .swiper-slide .flyer p {
  font-size: 0.0375rem;
}
.mb .find-partners .posts .posts-siides .nav-buttons button {
  top: 0.375rem;
}
.mb .find-partners .posts .posts-siides .nav-buttons button#prevBtn {
  left: 0.0333333333rem;
}
.mb .find-partners .posts .posts-siides .nav-buttons button#nextBtn {
  right: 0.0333333333rem;
}

/* 20周年夢想嘉年華 */
.carnival {
  width: 1rem;
  padding-bottom: 0.8333333333rem;
  margin: 0 auto;
  text-align: center;
}

/* 注意事項 */
.note {
  padding: 0.0666666667rem 0;
  background: black;
  font-size: 0.02rem;
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.note .note-wrap {
  width: 1rem;
  margin: 0 auto;
}
.note .note-wrap ul {
  padding: 0 0 0 0.02rem;
  margin: 0 0 0.02rem 0;
}
.note .note-wrap ul li::marker {
  content: "●";
}
.note .note-wrap ul li ul li::marker {
  content: "ㄧ ";
}
.note .note-wrap &gt; *:last-child {
  margin: 0;
}

.mb .note {
  padding: 0;
}
.mb .note .note-wrap {
  box-sizing: border-box;
  padding: 0.0333333333rem 0.05rem;
  font-size: 0.04rem;
}

/**************** 判斷裝置 ****************/
html.mb {
  font-size: 100vw;
}
html.mb #app {
  min-width: 1rem;
  background: url(img/body-bg2.png) 50% 100% no-repeat, url(img/body-bg3.png) 50% 0.0833333333rem no-repeat, url(img/body-bg1.jpg) 50% 0 no-repeat;
}

body.pc .mb {
  display: none;
}

body.mb .pc {
  display: none;
}

/**************** 側邊選單 ****************/
.side_nav .btn_start span, .side_nav span.btn_span {
  font-size: 0;
  text-indent: -99999px;
}

.side_nav:after {
  content: "";
  display: block;
  clear: both;
}

.side_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 295px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  letter-spacing: normal !important;
  transition: right 0.3s ease-in-out;
}

.side_nav span.btn_span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.side_nav .swrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.responsive .side_nav .swrap {
  padding-top: 0 !important;
}

.side_nav .btn_home {
  float: left;
  width: 295px;
  height: 70px;
  background-image: url(img/menu/side_nav_btn_home.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.side_nav .btn_box {
  width: 100%;
  clear: both;
}

.side_nav .btn_box.ss {
  margin: 0;
  padding: 0;
  padding-top: 54px;
  background: #0c1439 url(img/menu/side_nav_btn_bg.png) no-repeat 0 0/auto 54px;
  box-sizing: border-box;
  list-style: none;
}

.side_nav .btn_box.ss li {
  height: 99px;
  background-size: auto 99px !important;
  background-repeat: no-repeat;
}

.side_nav .btn_box.ss li .btn_span {
  position: relative;
}

.side_nav .btn_box.ss li .btn_span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 100%;
  background-size: auto 99px !important;
  transition: width 0.3s ease-in-out;
}

.side_nav .btn_box.ss li:hover .btn_span:before {
  background-position-x: -590px !important;
}

.side_nav .btn_box.ss li.open:hover .btn_span:before {
  background-position-x: -295px !important;
}

.side_nav .btn_box.ss li:hover .btn_span:before, .side_nav .btn_box.ss li.on .btn_span:before {
  width: 100%;
}

.side_nav .btn_box.ss li:nth-child(1) {
  background-image: url(img/menu/menu_01.png);
}

.side_nav .btn_box.ss li:nth-child(1):hover, .side_nav .btn_box.ss li:nth-child(1) .btn_span:before {
  background-image: url(img/menu/menu_01_hover.png);
}

.side_nav .btn_box.ss li:nth-child(2) {
  background-image: url(img/menu/menu_02.png);
}

.side_nav .btn_box.ss li:nth-child(2):hover, .side_nav .btn_box.ss li:nth-child(2) .btn_span:before {
  background-image: url(img/menu/menu_02_hover.png);
}

.side_nav .btn_box.ss li:nth-child(3) {
  background-image: url(img/menu/menu_03.png);
}

.side_nav .btn_box.ss li:nth-child(3):hover, .side_nav .btn_box.ss li:nth-child(3) .btn_span:before {
  background-image: url(img/menu/menu_03_hover.png);
}

.side_nav .btn_box.ss li:nth-child(4) {
  background-image: url(img/menu/menu_04.png);
}

.side_nav .btn_box.ss li:nth-child(4):hover, .side_nav .btn_box.ss li:nth-child(4) .btn_span:before {
  background-image: url(img/menu/menu_04_hover.png);
}

.side_nav .btn_box.ss li:nth-child(5) {
  background-image: url(img/menu/menu_05.png);
}

.side_nav .btn_box.ss li:nth-child(5):hover, .side_nav .btn_box.ss li:nth-child(5) .btn_span:before {
  background-image: url(img/menu/menu_05_hover.png);
}

.side_nav .btn_box li {
  position: relative;
  height: 89px;
  border-bottom: 1px solid #1b1b1b;
  font-weight: bold;
}

.side_nav .btn_box li a {
  text-decoration: none;
}

.side_nav .btn_box li .btn_txt {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  line-height: 89px;
  color: #575757;
  text-align: center;
  transition: color 0.3s ease-out;
}

.side_nav .btn_box li .multi .btn_txt {
  padding: 22px 0 23px;
  box-sizing: border-box;
  line-height: 22px;
  transition: none;
}

.side_nav .btn_box li .multi .btn_txt + span {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 22px 0 23px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.side_nav .btn_box li.img {
  height: auto;
}

.side_nav .btn_box li.img img {
  width: 100%;
  height: auto;
}

.side_nav .btn_box li:hover .btn_txt,
.side_nav .btn_box li.on .btn_txt {
  color: #3b6df9;
}

.side_nav .btn_toggle {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 11;
  width: 50px;
  height: 120px;
  margin-top: -30px;
  background-image: url(img/menu/side_nav_btn_on.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.side_nav.hide {
  right: -295px;
}

.side_nav.hide .btn_toggle {
  background-position: right 0;
  background-image: url(img/menu/side_nav_btn_off.png);
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin-top: 74px;
}

.mCSB_scrollTools {
  width: 6px;
}

.mb .side_nav {
  width: 0.7375rem;
}
.mb .side_nav .btn_home {
  width: 0.7375rem;
  height: 0.175rem;
}
.mb .side_nav .btn_box.ss {
  padding-top: 0.135rem;
  background-size: auto 0.135rem;
}
.mb .side_nav .btn_box.ss li {
  height: 0.2475rem;
}
.mb .side_nav .btn_box li {
  height: 0.2225rem;
  border-bottom: 0.0008333333rem solid #1b1b1b;
}
.mb .side_nav .btn_box li .btn_txt {
  font-size: 0.0425rem;
  line-height: 0.2225rem;
}
.mb .side_nav .btn_box li .multi .btn_txt {
  padding: 0.0183333333rem 0 0.0575rem;
  line-height: 0.055rem;
}
.mb .side_nav .btn_box li .multi .btn_txt + span {
  padding: 0.0183333333rem 0 0.0575rem;
  font-size: 0.0425rem;
  line-height: 0.055rem;
}
.mb .side_nav .btn_toggle {
  left: -0.125rem;
  width: 0.125rem;
  height: 0.3rem;
  margin-top: -0.075rem;
}
.mb .side_nav.hide {
  right: -0.7375rem;
}
.mb .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mb .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin-top: 0.185rem;
}
.mb .mCSB_scrollTools {
  width: 0.015rem;
}
.mb .side_nav .btn_box.ss li .btn_span:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100% !important;
  background-position: 0 0 !important;
}
.mb .side_nav .btn_box.ss li.open:hover .btn_span:before {
  background-position: 0 0 !important;
}/*# sourceMappingURL=default.css.map */</pre></body></html>