@charset "UTF-8";
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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFangTC-Regular", "Heiti TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

html,
body {
  touch-action: manipulation;
  touch-callout: none;
  -webkit-touch-callout: none;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
input {
  font-size: initial !important;
}

::-moz-placeholder {
  font-size: 20px;
}

::placeholder {
  font-size: 20px;
}

a {
  display: inline-block;
}
a:focus-visible {
  outline: none;
}

a[href] {
  cursor: pointer;
}

.cur-p {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

[v-cloak] {
  display: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.default .gbox-wrap,
.gbox .gbox-wrap {
  max-width: unset;
  width: 1000px;
  background-color: #f3eee3;
  border: 4px solid #c9b8a3;
  box-shadow: inset 0px 0px 2px 4px #d2c3af;
  border-radius: 30px;
  padding: 70px 20px;
}
@media screen and (max-width: 768px) {
  .default .gbox-wrap,
  .gbox .gbox-wrap {
    width: 86.8489583333vw;
    padding: 6.5104166667vw 2.6041666667vw;
    border-radius: 3.90625vw;
    border: 0.2604166667vw solid #8787b0;
    box-shadow: inset 0px 0px 0.2604166667vw 0.5208333333vw #d2c3af;
  }
}
.default .gbox-content,
.gbox .gbox-content {
  background-color: #dbcfbb;
  padding: 60px 40px;
  font-size: 45px;
  color: #704c3f;
  text-align: center;
  line-height: 60px;
  min-height: 500px;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .default .gbox-content,
  .gbox .gbox-content {
    padding: 7.8125vw 5.2083333333vw;
    font-size: 3.90625vw;
    min-height: 26.0416666667vw;
    line-height: 5.2083333333vw;
  }
}

.default .gbox-action,
.gbox .gbox-action {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.default .gbox-action .gbox-btn,
.gbox .gbox-action .gbox-btn {
  background: url("./images/sure-btn.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 332px;
  height: 123px;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .default .gbox-action .gbox-btn,
  .gbox .gbox-action .gbox-btn {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    width: 27.6041666667vw;
    height: 10.15625vw;
    margin-top: 6.5104166667vw;
  }
}
.default .gbox-action .gbox-btn.cancel-btn,
.gbox .gbox-action .gbox-btn.cancel-btn {
  background: url("./images/cancel-btn.png");
}
.default .gbox-action .gbox-btn.submit-btn,
.gbox .gbox-action .gbox-btn.submit-btn {
  background: url("./images/submit-btn.png");
  width: 846px;
  height: 123px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .default .gbox-action .gbox-btn.submit-btn,
  .gbox .gbox-action .gbox-btn.submit-btn {
    width: 70.4427083333vw;
    height: 10.15625vw;
    margin-top: 3.90625vw;
  }
}

.default .gbox-close,
.gbox .gbox-close {
  width: 85px;
  height: 85px;
  background: url("./images/popup-close.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .default .gbox-close,
  .gbox .gbox-close {
    width: 10.15625vw;
    height: 11.71875vw;
    top: -13.0208333333vw;
    right: 0vw;
  }
}
.default .gbox-close:before,
.gbox .gbox-close:before, .default .gbox-close:after,
.gbox .gbox-close:after {
  display: none;
}

.sendForm .gbox-wrap {
  margin: 50px 0;
  padding: 50px 20px 30px;
}
@media screen and (max-width: 768px) {
  .sendForm .gbox-wrap {
    margin: 6.5104166667vw 0;
    padding: 6.5104166667vw 2.6041666667vw 3.90625vw;
  }
}
.sendForm .gbox-content {
  display: block;
  min-height: unset;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 768px) {
  .sendForm .gbox-content {
    padding: 3.90625vw 5.2083333333vw 5.2083333333vw;
  }
}
.sendForm .gbox-content .tt {
  color: #ea4e25;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sendForm .gbox-content .tt {
    font-size: 5.2083333333vw;
    margin-bottom: 3.90625vw;
  }
}
.sendForm .gbox-content .form-group {
  text-align: left;
}
.sendForm .gbox-content .form-group label {
  font-size: 35px;
  white-space: nowrap;
  color: #ea4e25;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sendForm .gbox-content .form-group label {
    font-size: 4.5572916667vw;
  }
}
.sendForm .gbox-content .form-group input,
.sendForm .gbox-content .form-group select {
  height: 80px;
  border: 4px solid #d0bc98;
  border-radius: 20px;
  font-size: 35px !important;
  padding: 0 20px;
  background-color: #eee7c8;
  color: #978671;
}
@media screen and (max-width: 768px) {
  .sendForm .gbox-content .form-group input,
  .sendForm .gbox-content .form-group select {
    height: 10.4166666667vw;
    border: 0.5208333333vw solid #d0bc98;
    border-radius: 2.6041666667vw;
    font-size: 4.5572916667vw !important;
    padding: 0 2.6041666667vw;
  }
}
.sendForm .gbox-content .form-group.row {
  margin-bottom: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sendForm .gbox-content .form-group.row {
    margin-bottom: 3.90625vw;
    gap: 1.3020833333vw;
  }
}
.sendForm .gbox-content .form-group.row label {
  vertical-align: middle;
}
.sendForm .gbox-content .form-group.row input {
  width: 100%;
}
.sendForm .gbox-content .form-group.col label {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sendForm .gbox-content .form-group.col label {
    margin-bottom: 1.3020833333vw;
  }
}
.sendForm .gbox-content .form-group.col input {
  width: 100%;
}
.sendForm .warn {
  text-align: center;
  font-size: 30px;
  color: #dc332f;
  margin-top: 10px;
  min-height: 34.5px;
}
@media screen and (max-width: 768px) {
  .sendForm .warn {
    font-size: 3.90625vw;
    margin-top: 1.3020833333vw;
    min-height: 4.4921875vw;
  }
}

.DetailPopup .gbox-content {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .DetailPopup .gbox-content {
    font-size: 3.90625vw;
  }
}
.DetailPopup .gbox-content .scroll_wrap {
  max-height: 400px;
  overflow-y: scroll;
  padding: 0px 50px 20px;
}
@media screen and (max-width: 768px) {
  .DetailPopup .gbox-content .scroll_wrap {
    max-height: 52.0833333333vw;
    padding: 0px 2.6041666667vw 2.6041666667vw;
  }
}
.DetailPopup .gbox-content .scroll_wrap::-webkit-scrollbar {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .DetailPopup .gbox-content .scroll_wrap::-webkit-scrollbar {
    width: 2.6041666667vw;
  }
}
.DetailPopup .gbox-content .scroll_wrap {
  /* 軌道 */
}
.DetailPopup .gbox-content .scroll_wrap::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #ecdabb;
  border: 2px solid #ad855f;
}
.DetailPopup .gbox-content .scroll_wrap {
  /* 滑塊 */
}
.DetailPopup .gbox-content .scroll_wrap::-webkit-scrollbar-thumb {
  background: #b48557;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .DetailPopup .gbox-content .scroll_wrap::-webkit-scrollbar-thumb {
    border-radius: 0.5208333333vw;
  }
}
.DetailPopup .gbox-content .scroll_wrap {
  /* hover 狀態 */
}
.DetailPopup .gbox-content .scroll_wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.DetailPopup .gbox-content .scroll_wrap .tt {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .DetailPopup .gbox-content .scroll_wrap .tt {
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.DetailPopup .gbox-content .scroll_wrap ol {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .DetailPopup .gbox-content .scroll_wrap ol {
    margin-left: 6.5104166667vw;
  }
}
.DetailPopup .gbox-content .scroll_wrap ol li {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .DetailPopup .gbox-content .scroll_wrap ol li {
    margin-bottom: 1.3020833333vw;
  }
}

.msg_popup .gbox-wrap {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .msg_popup .gbox-wrap {
    width: 78.125vw;
  }
}
.msg_popup .gbox-content {
  min-height: unset;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .msg_popup .gbox-content {
    padding: 10.4166666667vw 5.2083333333vw;
  }
}

html,
body {
  background-color: #000;
  touch-action: manipulation;
  /* 避免雙擊縮放，保留基本手勢 */
}

#app {
  background-image: url(./images/bg.jpg);
  background-size: 1920px 2628px;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #app {
    background-size: cover;
  }
  #app.tab-style {
    background-image: url(./images/bgm-1.jpg);
  }
  #app.tab-video {
    background-image: url(./images/bgm-2.jpg);
  }
  #app {
    background-size: 100% auto;
    min-width: unset;
  }
}
#app a {
  cursor: pointer;
  text-decoration: none;
}

.main-buttons {
  position: relative;
}
.main-buttons .btn-logo {
  position: absolute;
  top: 10px;
  left: 80px;
  background-image: url(./images/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 183px;
  height: 159px;
}
@media screen and (max-width: 768px) {
  .main-buttons .btn-logo {
    top: 1.3020833333vw;
    left: 2.6041666667vw;
    width: 15.234375vw;
    height: 13.28125vw;
  }
}
.main-buttons .social-links {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-buttons .social-links {
    top: 1.3020833333vw;
    right: 2.6041666667vw;
  }
}
.main-buttons .social-links .btn-home,
.main-buttons .social-links .btn-social,
.main-buttons .social-links .btn-login,
.main-buttons .social-links .btn-logout {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 122px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .main-buttons .social-links .btn-home,
  .main-buttons .social-links .btn-social,
  .main-buttons .social-links .btn-login,
  .main-buttons .social-links .btn-logout {
    width: 15.8854166667vw;
    height: 11.71875vw;
  }
}
.main-buttons .social-links .btn-home {
  background-image: url(./images/home.png);
}
.main-buttons .social-links .btn-social {
  background-image: url(./images/f_b.png);
}
.main-buttons .social-links .btn-login {
  background-image: url(./images/login.png);
}
.main-buttons .social-links .btn-logout {
  background-image: url(./images/logout.png);
}
.main-buttons .social-links .user-name {
  background-image: url(./images/name.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 360px;
  height: 58px;
  font-size: 26px;
  color: #f8e9be;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .main-buttons .social-links .user-name {
    font-size: 3.3854166667vw;
    width: 46.875vw;
    height: 7.5520833333vw;
  }
}
.main-buttons .btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-image: url(./images/top.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 156px;
  height: 150px;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .main-buttons .btn-top {
    bottom: 2.6041666667vw;
    right: 2.6041666667vw;
    width: 20.3125vw;
    height: 19.53125vw;
  }
}
.main-buttons .activity-tabs {
  display: flex;
  gap: 5px;
  margin: 0 auto 325px;
  justify-content: center;
  padding-top: 920px;
}
@media screen and (max-width: 768px) {
  .main-buttons .activity-tabs {
    gap: 0.6510416667vw;
    margin: 0 auto 20.8333333333vw;
    padding-top: 87.2395833333vw;
  }
}
.main-buttons .activity-tabs .tab-item {
  background-image: url(./images/tab-style-off.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 566px;
  height: 146px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main-buttons .activity-tabs .tab-item {
    width: 47.1354166667vw;
    height: 12.109375vw;
  }
}
.main-buttons .activity-tabs .tab-video {
  background-image: url(./images/tab-video-off.png);
}
.main-buttons .activity-tabs .tab-style.active {
  background-image: url(./images/tab-style-on.png);
}
.main-buttons .activity-tabs .tab-video.active {
  background-image: url(./images/tab-video-on.png);
}

.character-maker {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .character-maker {
    display: block;
    padding-bottom: 19.53125vw;
  }
}
.character-maker::before {
  content: "";
  background-image: url(./images/book.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1734px;
  height: 1054px;
  position: absolute;
  top: -100px;
  left: 48%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .character-maker::before {
    display: none;
  }
}
.character-maker .maker-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .character-maker .maker-main {
    display: block;
    margin-bottom: 16.9270833333vw;
    gap: 0;
  }
}
.character-maker .unit-card {
  position: relative;
  z-index: 1;
  width: 567px;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .character-maker .unit-card {
    width: 73.828125vw;
    height: 91.1458333333vw;
    margin: 0 auto 28.6458333333vw;
  }
}
.character-maker .unit-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.character-maker .filter .category-dropdown {
  pointer-events: none;
  filter: grayscale(1);
}
.character-maker .filter .selection-grid {
  pointer-events: none;
  filter: grayscale(1);
}
.character-maker .preview-section {
  position: relative;
  z-index: 1;
}
.character-maker .preview-section .preview-card {
  width: 567px;
  height: 700px;
  background-image: url(./images/card-wrap.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 22px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card {
    width: 73.828125vw;
    height: 91.1458333333vw;
    padding: 2.6041666667vw 2.8645833333vw;
    margin: 0 auto 28.6458333333vw;
  }
}
.character-maker .preview-section .preview-card .name-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .name-wrapper {
    gap: 2.6041666667vw;
    margin-bottom: 1.3020833333vw;
  }
}
.character-maker .preview-section .preview-card .name-wrapper .id-num {
  font-size: 18px;
  color: #787197;
  width: 60px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .name-wrapper .id-num {
    font-size: 2.34375vw;
    width: 7.8125vw;
  }
}
.character-maker .preview-section .preview-card .name-wrapper .name {
  background-image: url(./images/name-wrap.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 30px;
  font-weight: bold;
  color: #f8e9be;
  width: 357px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .name-wrapper .name {
    font-size: 3.90625vw;
    width: 46.484375vw;
    height: 7.03125vw;
  }
}
.character-maker .preview-section .preview-card .char-preview {
  background-image: url(./images/char-preview.jpg);
  width: 436px;
  height: 365px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .char-preview {
    width: 56.7708333333vw;
    height: 47.5260416667vw;
    margin: 0 auto 2.6041666667vw;
  }
}
.character-maker .preview-section .preview-card .char-preview:before {
  content: "";
  background-image: url(./images/leve.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 88px;
  position: absolute;
  bottom: 80px;
  right: 110px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .char-preview:before {
    width: 7.1614583333vw;
    height: 11.4583333333vw;
    bottom: 10.4166666667vw;
    right: 14.3229166667vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .stat-item {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .stats-section .stat-item {
    gap: 0.6510416667vw;
    margin-bottom: 0.6510416667vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .stat-item .item-title {
  background-image: url(./images/data-wrap.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 30px;
  width: 118px;
  height: 58px;
  color: #ea4e25;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .stats-section .stat-item .item-title {
    font-size: 3.90625vw;
    width: 15.3645833333vw;
    height: 7.5520833333vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .stat-item p {
  background-image: url(./images/content-wrap-m.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 22px;
  color: #978671;
  width: 150px;
  height: 58px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .stats-section .stat-item p {
    font-size: 2.8645833333vw;
    width: 19.53125vw;
    height: 7.5520833333vw;
    padding: 0 1.3020833333vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .stat-item .p-l {
  width: 380px;
  background-image: url(./images/content-wrap-l.png);
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .stats-section .stat-item .p-l {
    width: 49.7395833333vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .stat-item .p-s {
  width: 102px;
  background-image: url(./images/content-wrap-s.png);
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .stats-section .stat-item .p-s {
    width: 13.28125vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .stat-item .p-s.exp {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .stats-section .stat-item .p-s.exp {
    font-size: 2.34375vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .icon-record,
.character-maker .preview-section .preview-card .stats-section .icon-winrate,
.character-maker .preview-section .preview-card .stats-section .icon-level {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-card .stats-section .icon-record,
  .character-maker .preview-section .preview-card .stats-section .icon-winrate,
  .character-maker .preview-section .preview-card .stats-section .icon-level {
    width: 3.90625vw;
    height: 3.90625vw;
    margin-right: 0.6510416667vw;
  }
}
.character-maker .preview-section .preview-card .stats-section .icon-record {
  background-image: url(./images/icon1.png);
}
.character-maker .preview-section .preview-card .stats-section .icon-winrate {
  background-image: url(./images/icon2.png);
}
.character-maker .preview-section .preview-card .stats-section .icon-level {
  background-image: url(./images/icon3.png);
}
.character-maker .preview-section .preview-bg {
  border: 2px solid #c9b8a3;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .character-maker .preview-section .preview-bg {
    border: 0.2604166667vw solid #c9b8a3;
    padding: 1.0416666667vw 0.9114583333vw;
    border-radius: 2.6041666667vw;
  }
}
.character-maker #exportCard {
  width: 752px;
  height: 936px;
  position: fixed;
  left: -10px;
  /* 移出畫面 */
  top: -8px;
  z-index: -1;
  /* 很重要，避免透明 */
}
.character-maker #exportCard .preview-section {
  width: 100%;
  height: 100%;
}
.character-maker #exportCard .preview-section .preview-card {
  transform: scale(1.36);
  transform-origin: top left;
}
.character-maker #exportCard .name {
  align-items: center;
  padding-bottom: 12px;
  box-sizing: border-box;
}
.character-maker #exportCard .id-num {
  position: relative;
  top: -3px;
  display: none;
}
.character-maker #exportCard .stat-item .item-title {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.character-maker #exportCard .stat-item .item-title span {
  position: relative;
  top: 8px;
}
.character-maker #exportCard .stat-item p {
  align-items: center;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.character-maker .selector-section {
  width: 590px;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section {
    width: 76.8229166667vw;
    margin: 0 auto 2.6041666667vw;
  }
}
.character-maker .selector-section .category-dropdown .selected-category {
  background-color: #eee9d9;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 3px #969696;
  height: 60px;
  color: #de640a;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .category-dropdown .selected-category {
    margin-bottom: 1.3020833333vw;
    border-radius: 2.6041666667vw;
    box-shadow: 0px 0px 1.3020833333vw 0.390625vw #969696;
    height: 7.8125vw;
    font-size: 3.3854166667vw;
  }
}
.character-maker .selector-section .category-dropdown .selected-category .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(./images/select-arr.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .category-dropdown .selected-category .arrow {
    right: 2.6041666667vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
.character-maker .selector-section .category-dropdown .selected-category.on .arrow {
  transform: translateY(-50%) rotate(180deg);
}
.character-maker .selector-section .category-dropdown .dropdown-list {
  border-radius: 20px;
  box-shadow: 0px 0px 10px 3px #969696;
  background-color: #eee9d9;
  font-size: 26px;
  color: #a12007;
  padding: 10px 50px;
  list-style: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .category-dropdown .dropdown-list {
    box-shadow: 0px 0px 1.3020833333vw 0.390625vw #969696;
    border-radius: 2.6041666667vw;
    font-size: 3.3854166667vw;
    padding: 1.3020833333vw 6.5104166667vw;
    top: 7.8125vw;
  }
}
.character-maker .selector-section .category-dropdown .dropdown-list li {
  border-bottom: 3px solid #d0d5db;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .category-dropdown .dropdown-list li {
    border-bottom: 0.390625vw solid #d0d5db;
    padding: 1.3020833333vw 0;
  }
}
.character-maker .selector-section .category-dropdown .dropdown-list li:last-child {
  border-bottom: none;
}
.character-maker .selector-section .category-dropdown .dropdown-list li:hover {
  background-color: #ebd6bc;
}
.character-maker .selector-section .selection-grid {
  background: url(./images/grid-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 605px;
  height: 653px;
  overflow: hidden;
  padding: 30px 25px 35px 25px;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .selection-grid {
    width: 78.7760416667vw;
    height: 85.0260416667vw;
    padding: 3.90625vw 3.2552083333vw 4.5572916667vw 3.2552083333vw;
  }
}
.character-maker .selector-section .selection-grid .grid-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-content: flex-start;
  gap: 20px 10px;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .selection-grid .grid-item-wrap {
    gap: 2.6041666667vw 1.3020833333vw;
  }
}
.character-maker .selector-section .selection-grid .grid-item-wrap::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .selection-grid .grid-item-wrap::-webkit-scrollbar {
    width: 1.3020833333vw;
  }
}
.character-maker .selector-section .selection-grid .grid-item-wrap {
  /* 軌道 */
}
.character-maker .selector-section .selection-grid .grid-item-wrap::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #ecdabb;
  border: 2px solid #ad855f;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .selection-grid .grid-item-wrap::-webkit-scrollbar-track {
    border-radius: 0.5208333333vw;
    border: 0.2604166667vw solid #ad855f;
  }
}
.character-maker .selector-section .selection-grid .grid-item-wrap {
  /* 滑塊 */
}
.character-maker .selector-section .selection-grid .grid-item-wrap::-webkit-scrollbar-thumb {
  background: #b48557;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .selection-grid .grid-item-wrap::-webkit-scrollbar-thumb {
    border-radius: 0.5208333333vw;
  }
}
.character-maker .selector-section .selection-grid .grid-item-wrap {
  /* hover 狀態 */
}
.character-maker .selector-section .selection-grid .grid-item-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.character-maker .selector-section .selection-grid .grid-item {
  background-image: url(./images/grid-off.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 10%;
  cursor: pointer;
  position: relative;
}
.character-maker .selector-section .selection-grid .grid-item::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -15px;
  width: calc(100% + 15px);
  border-bottom: 2px dashed #cdbcb0;
  pointer-events: none;
}
.character-maker .selector-section .selection-grid .grid-item:nth-child(4n)::after {
  width: calc(100% + 10px);
}
.character-maker .selector-section .selection-grid .grid-item:last-child:nth-child(4n+1)::after {
  width: calc(400% + 70px);
}
.character-maker .selector-section .selection-grid .grid-item:last-child:nth-child(4n+2)::after {
  width: calc(300% + 50px);
}
.character-maker .selector-section .selection-grid .grid-item:last-child:nth-child(4n+3)::after {
  width: calc(200% + 30px);
}
.character-maker .selector-section .selection-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.character-maker .selector-section .selection-grid .grid-item.on {
  background-image: url(./images/grid-on.png);
  border: 5px solid #22dbe3;
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .selection-grid .grid-item.on {
    border: 0.6510416667vw solid #22dbe3;
  }
}
@media screen and (max-width: 768px) {
  .character-maker .selector-section .selection-grid .grid-item {
    width: 16.5364583333vw;
    height: 16.5364583333vw;
    border: 0.6510416667vw solid rgba(0, 0, 0, 0);
  }
  .character-maker .selector-section .selection-grid .grid-item::after {
    left: -0.6510416667vw;
    bottom: -1.953125vw;
    width: calc(100% + 1.953125vw);
    border-bottom: 0.2604166667vw dashed #cdbcb0;
  }
  .character-maker .selector-section .selection-grid .grid-item:nth-child(4n)::after {
    width: calc(100% + 1.3020833333vw);
  }
  .character-maker .selector-section .selection-grid .grid-item:last-child:nth-child(4n+1)::after {
    width: calc(400% + 9.1145833333vw);
  }
  .character-maker .selector-section .selection-grid .grid-item:last-child:nth-child(4n+2)::after {
    width: calc(300% + 6.5104166667vw);
  }
  .character-maker .selector-section .selection-grid .grid-item:last-child:nth-child(4n+3)::after {
    width: calc(200% + 3.90625vw);
  }
}
.character-maker .maker-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .character-maker .maker-footer {
    display: block;
    gap: 0;
  }
}
.character-maker .maker-footer button {
  display: block;
  width: 530px;
  height: 145px;
  cursor: pointer;
  background-image: url(./images/save-btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .character-maker .maker-footer button {
    width: 69.140625vw;
    height: 18.8802083333vw;
    margin: 2.6041666667vw auto;
  }
}
.character-maker .maker-footer button.btn-info {
  background-image: url(./images/detail-btn.png);
}
.character-maker .maker-footer button.btn-upload {
  background-image: url(./images/upload-btn.png);
}
.character-maker .maker-footer button.btn-save {
  background-image: url(./images/save-btn.png);
}
.character-maker .maker-footer button.btn-download {
  background-image: url(./images/download-btn.png);
}
.character-maker .maker-footer button.btn-exchange {
  background-image: url(./images/form-btn.png);
}

.video-review {
  position: relative;
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .video-review {
    padding-bottom: 39.0625vw;
  }
}
.video-review::before {
  content: "";
  background-image: url(./images/book-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1734px;
  height: 1252px;
  position: absolute;
  top: -120px;
  left: 48%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .video-review::before {
    display: none;
  }
}
.video-review .video-item {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  width: 1076px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .video-review .video-item {
    width: 89.7135416667vw;
    padding-top: 13.0208333333vw;
  }
}
.video-review .video-item .video-container {
  width: 1076px;
  height: 606px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .video-review .video-item .video-container {
    width: 89.7135416667vw;
    height: 50.5208333333vw;
    margin: 0 auto 3.90625vw;
  }
}
.video-review .video-info {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .video-review .video-info {
    padding: 0 1.3020833333vw;
  }
}
.video-review .video-info .video-title {
  font-size: 45px;
  color: #ea4e25;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .video-review .video-info .video-title {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.video-review .video-info .video-desc {
  font-size: 28px;
  color: #978671;
  padding: 0px 60px;
  min-height: 120px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .video-review .video-info .video-desc {
    font-size: 2.6041666667vw;
    padding: 0px 2.6041666667vw;
    min-height: 15.625vw;
    line-height: 3.3854166667vw;
  }
}/*# sourceMappingURL=default.css.map */