@charset "UTF-8";
/*

    2022/12/07- by ossian

    一、
    由於前人使用 ruby 安裝 sass 及 compass 來監控專案
    你需要在 ruby 的環境下先透過 cd 移到專案的位置
    之後再輸入 compass watch 監控該專案檔

    二、
    compass 的 reset 會清除所有的標籤樣式，如果遇到需要使用的地方，需要自行建立回來。

*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.table.vip-index-table-content-align thead tr th {
  color: #474747;
}
.table.vip-index-table-content-align tbody tr td {
  text-align: center;
}

ol.vip-index-note {
  list-style-type: decimal !important;
}
ol.vip-index-note li strong {
  color: #E95389;
}

ul.vip-index-sub-content li {
  padding: 0.15em 0;
}
ul.vip-index-sub-content li em {
  display: inline-block;
  padding: 0.15em 0.5em;
  color: #E95389;
  background-color: #f1f1f1;
  border-radius: 5px;
}
ul.vip-index-sub-content li strong {
  color: #E95389;
}

.category-search {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em;
  background-color: white;
  border-bottom: 5px solid #f1f1f1;
}
.category-search span {
  color: #9e9e9e;
}
.category-search select {
  padding: 0.45em 0.5em 0.5em 0.5em;
  background-color: #f1f1f1;
  outline: none;
  border-radius: 5px;
  border: none;
}
.category-search select option {
  font-size: 1rem;
}
.category-search input[type="button"] {
  padding: 0.15em 0.5em 0.25em 0.5em;
  font-size: 1.15em;
  color: white;
  background-color: #E95389;
  outline: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.category-search input[type="button"]:hover {
  background-color: #F35E94;
}

ul.products-list {
  display: grid;
  color: #474747;
}
ul.products-list li {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
ul.products-list li strong {
  color: #E95389;
}
ul.products-list li .original-price {
  color: #9e9e9e;
  text-decoration: unset;
}
ul.products-list li .original-price span strong {
  font-weight: bold;
  font-size: 1.25em;
}
ul.products-list li .special-offer {
  color: #9e9e9e;
}
ul.products-list li .special-offer span:nth-last-child(1) {
  display: none;
}
ul.products-list li.special::before {
  content: "特價";
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: inline-flex;
  padding: 0.2em 0.5em 0.25em 0.5em;
  font-size: 0.85em;
  color: #E95389;
  background-color: white;
  border: 1px solid #E95389;
  border-radius: 3px;
  z-index: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
ul.products-list li.special .original-price span:nth-last-child(1) {
  text-decoration: line-through;
}
ul.products-list li.special .original-price span strong {
  color: #9e9e9e;
  font-weight: unset;
  font-size: unset;
}
ul.products-list li.special .special-offer {
  display: flex;
  justify-content: space-between;
}
ul.products-list li.special .special-offer span:nth-last-child(1) {
  display: unset;
}
ul.products-list li.special .special-offer span strong {
  font-weight: bold;
  font-size: 1.25em;
}

.product-photo {
  position: relative;
  width: 100%;
}
.product-photo img {
  width: 100%;
}

.product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
  align-items: stretch;
  justify-content: space-between;
}
.product-info div {
  padding: 0.5em 0;
}
.product-info div:nth-last-child(1) {
  padding: unset;
}

.product-name {
  flex: 1;
  border-bottom: 1px solid #f1f1f1;
  line-height: 1.25;
}

.original-price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}

.exchange-produc a, .exchange-produc button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45em 0.5em 0.55em 0.5em;
  width: 100%;
  height: 40px;
  color: white;
  text-decoration: none;
  font-size: 1em;
  background-color: #E95389;
  border: none;
  outline: none;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.exchange-produc a:hover, .exchange-produc button:hover {
  background-color: #F35E94;
}

.t1.add-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/dot.png);
  background-repeat: repeat-x;
  background-position: center;
}
.t1.add-line span {
  padding: 0 1em;
  background-color: white;
}

.product-description-content {
  padding: 1em 0;
  color: #6a6a6a;
  line-height: 1.5;
}
.product-description-content img {
  max-width: 100%;
}
.product-description-content ul, .product-description-content ol {
  padding: 1em 0 1em 1.5em;
}
.product-description-content ul {
  list-style-type: disc;
}
.product-description-content ol {
  list-style-type: decimal;
}

.product-layout {
  gap: 2em;
}

.product-layout-left figure {
  overflow: hidden;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  border: 1px solid #e2e2e2;
}
.product-layout-left figure img {
  width: 100%;
}

.product-layout-right {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  color: #9e9e9e;
}
.product-layout-right .calculator #get-original-price {
  text-decoration: unset;
}
.product-layout-right .calculator .calculator-special-offer {
  display: none;
}
.product-layout-right.special p.t1::before {
  content: '特價';
  display: inline-block;
  margin-right: 0.25em;
  padding: 0.2em 0.35em 0.3em 0.35em;
  font-size: 0.65em;
  color: #E95389;
  font-weight: normal;
  background-color: white;
  border: 1px solid #E95389;
  border-radius: 5px;
}
.product-layout-right.special .calculator #get-original-price {
  text-decoration: line-through;
}
.product-layout-right.special .calculator .calculator-special-offer {
  display: flex;
}

.margin-clear {
  margin: 0;
}

.inventory-field {
  color: #6a6a6a;
}
.inventory-field select {
  padding: 0.1em 0.75em 0.2em 1em;
  font-size: 1.25em;
  color: #E95389;
  border: 1px solid #E95389;
  outline: none;
  border-radius: 5px;
}

#inventory-message {
  color: #E95389;
}

.calculator > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0.5em 0;
  color: #6a6a6a;
  border-bottom: 1px solid #e2e2e2;
}
.calculator > div > span:nth-child(1) {
  width: 90px;
}
.calculator > div:nth-last-child(1) {
  border-bottom: unset;
}
.calculator .line {
  padding-top: 3em;
}

#get-total {
  color: #E95389;
  font-size: 1.5em;
  font-weight: bold;
}

.contact-info {
  padding: 1em;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.contact-info-title-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #e2e2e2;
}

.contact-info-title {
  color: #474747;
  font-size: 1.2em;
}

ul.user-address {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  padding: 0.75em 0 0 0;
}
ul.user-address.pt-0 {
  padding-top: 0;
}
ul.user-address a {
  color: #E95389;
}

.remind {
  padding-bottom: 1em;
  font-size: 0.8em;
}
.remind strong {
  color: #474747;
}
.remind a {
  color: #E95389;
}

.modify-address {
  display: block;
  padding: 0.25em 0.5em;
  color: black;
  background-color: white;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.modify-address:hover {
  color: white;
  background-color: #E95389;
  border: 1px solid #E95389;
}

.return-to-vip-mall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}
.return-to-vip-mall a, .return-to-vip-mall button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
}

.fixed-box {
  position: fixed;
  bottom: 3em;
  right: 1em;
  display: none;
  flex-direction: column;
  gap: 0.5em;
  z-index: 1;
}

.fixed-box-close {
  margin: 0 0 0 auto;
  width: 30px;
  height: 30px;
  background-color: #290c4e;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.fixed-box-close:hover {
  transform: rotate(360deg);
}

.birthday-gift {
  overflow: hidden;
  display: block;
  max-width: 160px;
  border-radius: 30px;
}
.birthday-gift img {
  width: 100%;
}

html * {
  font-family: "Noto Sans TC";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 清除圖片底部的空白 - by ossian 2023/01/09 */
img,
svg {
  vertical-align: middle;
  border: none;
  outline: none;
}

textarea:focus, input:focus {
  outline: none;
}

body {
  font-size: 100%;
  background-color: #F2F2F2;
}

* {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.wrap {
  width: 100%;
  min-width: 120px;
  margin: 0 auto;
  overflow: hidden;
}

.login-top-sec {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-top-sec:before {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #E95389;
}

.main-top-sec {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
}
.main-top-sec:before {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #E95389;
  z-index: 10;
}

.logo {
  display: block;
  top: 2px;
}
.logo img {
  width: 115px;
}

.main-logo {
  display: flex;
  flex-direction: row;
  top: 2px;
  margin-left: 10px;
  width: 340px;
}
.main-logo a {
  display: inline-block;
  text-decoration: none;
}
.main-logo a.rocketgames-logo {
  padding-left: 10px;
  border-left: 1px solid #C1C1C1;
}
.main-logo a.lager-company-logo {
  padding-right: 10px;
  top: 3px;
}
.main-logo img {
  width: 108px;
}

.nav {
  display: flex;
  width: 100%;
  height: 80px;
}

.nav-menu {
  width: 100%;
  display: flex;
}
.nav-menu li {
  width: 95px;
  height: 80px;
  overflow: hidden;
}
.nav-menu li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #C1C1C1;
  font-weight: 400;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-menu li a > .w-pink {
  color: #C1C1C1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-menu li a:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 5px;
  z-index: 5;
  background: url("../images/nav_deco1.svg") no-repeat;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-menu li a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 10px;
  z-index: 5;
  background: url("../images/nav_deco2.svg") no-repeat;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-menu li a:hover {
  color: #707070;
  background: #F0F0F0;
}
.nav-menu li a:hover > .w-pink {
  color: #E95389;
}
.nav-menu li a:hover:before {
  top: 5px;
}
.nav-menu li a:hover:after {
  bottom: 0;
}

.nav-login {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav-login ul {
  display: flex;
  gap: 1.5em;
  padding: 0 1em;
}
.nav-login ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-login ul li:nth-child(1) a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 70px;
  line-height: 1.25;
}
.nav-login ul li:nth-child(1) a::before {
  content: '';
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 22px;
  width: 75px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-position: center left;
}
.nav-login ul li:nth-child(1) a.bronze::before {
  content: '青銅：';
  background-image: url(../images/rate/1.png);
}
.nav-login ul li:nth-child(1) a.silve::before {
  content: '白銀：';
  background-image: url(../images/rate/2.png);
}
.nav-login ul li:nth-child(1) a.gold::before {
  content: '黃金：';
  background-image: url(../images/rate/3.png);
}
.nav-login ul li:nth-child(1) a.ruby::before {
  content: '紅寶：';
  background-image: url(../images/rate/4.png);
}
.nav-login ul li:nth-child(1) a.blue-diamond::before {
  content: '藍鑽：';
  background-image: url(../images/rate/5.png);
}
.nav-login ul li:nth-child(1) a.obsidian::before {
  content: '黑曜：';
  background-image: url(../images/rate/6.png);
}
.nav-login ul li a {
  display: block;
  text-align: center;
  color: #C0C0C0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-login ul li a:hover {
  color: #E95389;
}
.nav-login ul li:last-child:before {
  background: transparent;
}

.menu-icon {
  display: none;
  width: 40px;
  height: 28px;
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #E95389;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.menu-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
}

.rg-banner-bg {
  width: 100%;
  height: 160px;
  background: url(../images/rocket_banner_bg.jpg) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rg-banner-title-cn {
  display: block;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}

.rg-banner-title-en {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #CCCBCB;
  text-align: center;
  margin-top: 10px;
}

.footer {
  width: 100%;
  background: url("../images/footer_bg.png") center bottom no-repeat #4D4D4D;
}

.footer-btn {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #707070;
}
.footer-btn a {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  padding: 0 16px;
  color: #707070;
  margin: 0 5px;
  border: 1px solid #707070;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-btn a:hover {
  background: #C1C1C1;
}

.footer-info {
  width: 100%;
  font-size: 14px;
  color: #B6B6B6;
  text-align: center;
  padding: 32px 5%;
}
.footer-info p {
  line-height: 18px;
  margin-bottom: 10px;
}

.lager-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.lager-logo img {
  display: block;
  width: 108px;
}

.content {
  padding-top: 35px;
  padding-bottom: 60px;
  background: #F2F2F2;
}

.m-frame-box {
  width: 800px;
  background: #fff;
  border: #EBEBEB;
  margin: 0 auto 0 auto;
}
.m-frame-box p {
  margin-bottom: 25px;
  color: #4D4D4D;
}

.mem-title {
  width: 100%;
  padding: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #4D4D4D;
  border-bottom: 1px solid #EBEBEB;
}

.mem-cont {
  padding: 25px 60px 60px 60px;
}
.mem-cont p {
  line-height: 24px;
}

.page-set .content-title {
  padding-bottom: 1em;
}
.page-set .content-title h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding-top: unset;
  color: #E95389;
  border-bottom: 5px solid #eee;
}
.page-set .content-title h2 .tag em {
  display: inline-block;
  padding: 0 0.35em 0.15em;
  font-style: normal;
  font-size: 75%;
  color: white;
  border: 1px solid #E95389;
  background-color: #E95389;
  border-radius: 1em;
}

.label-style {
  display: inline-block;
  padding-left: 10px;
  line-height: 18px;
}
.label-style:before {
  content: '';
  width: 5px;
  height: 20px;
  background: #E95389;
  position: absolute;
  left: 0;
  top: 0;
}

.form-text {
  width: 100%;
  height: 40px;
  border: 1px solid #C1C1C1;
  padding-left: 12px;
  font-size: 16px;
  color: #4D4D4D;
  margin-top: 10px;
}
.form-text:focus {
  border: 1px solid #E95389;
}

.pink {
  color: #E95389 !important;
}

.pink-link {
  color: #E95389;
  text-decoration: underline;
}

.btn-style-pink {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #E95389;
  font-size: 16px;
  outline: none;
  border: none;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-pink:hover {
  background: #F35E94;
}

.btn-style-gray {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #717171;
  background: #E2E2E2;
  font-size: 16px;
  outline: none;
  border: none;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-gray:hover {
  background: #EEEEEE;
}

.btn-style-gray-s {
  width: 50px;
  height: 30px;
  text-align: center;
  color: #717171;
  background: #E2E2E2;
  font-size: 16px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-left: 12px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-gray-s:hover {
  background: #EEEEEE;
}

.btn-style-red {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #D50000;
  font-size: 16px;
  outline: none;
  border: none;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-red:hover {
  background: #E91818;
}

.login-link {
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin-top: 20px;
}
.login-link li:after {
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 1px;
  right: 0;
  background: #C1C1C1;
}
.login-link li:last-child:after {
  background: transparent;
}
.login-link a {
  display: block;
  color: #C1C1C1;
  padding: 0 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.login-link a:hover {
  color: #E95389;
}

.ps {
  width: 100%;
  color: #C1C1C1;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ps:first-child {
  margin-top: 0;
}

.swal2-content {
  font-size: 16px !important;
}

.swal2-styled {
  background: #E95389 !important;
  border-left-color: #E95389 !important;
  outline: none;
}

.form-select {
  width: 200px;
  height: 40px;
  border: 1px solid #C1C1C1;
  top: -1px;
  margin-right: 15px;
  font-size: 16px;
  padding-left: 10px;
  margin-top: 10px;
}
.form-select:focus {
  border: 1px solid #E95389;
}

.form-rule {
  color: #717171;
  margin-bottom: 12px;
  line-height: 20px;
}

.form-text-tel {
  width: calc(100% - 220px);
}

.notice_box {
  display: block;
  width: 100%;
  padding: 15px;
  background: #FBFBFB;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  line-height: 18px;
  color: #979797;
  margin-bottom: 25px;
  margin-top: 10px;
}

.phone-verify, .phone-verify-old, .email-verify, .email-verify-old {
  width: 225px;
  height: 40px;
}

.confirm-phone-verify-button, .confirm-email-verify-button {
  width: 150px;
}

.phone-verify-box, .phone-verify-box-old, .email-verify-box, .email-verify-box-old {
  display: none;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.phone-verify-countdown, .phone-verify-countdown-old, .email-verify-countdown, .email-verify-countdown-old {
  margin: 0 12px;
  color: #6483FF;
}

.verify-check-success {
  display: block;
  color: #00B900;
  margin: 12px 0;
  font-size: 14px;
}

.success-check {
  display: inline-block;
  width: 14px;
  margin-right: 5px;
}

.verify-check-fail {
  display: block;
  color: #D50000;
  margin: 12px 0;
  font-size: 14px;
}

.success-error {
  display: inline-block;
  width: 14px;
  margin-right: 5px;
}

.qa {
  display: inline-block;
  width: 14px;
  top: 2px;
  margin-left: 3px;
  cursor: pointer;
}

.btns-box {
  display: flex;
  justify-content: space-between;
}
.btns-box button {
  width: 48%;
}

.qa-q, .qa-a {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #E95389;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.question, .answer {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.qa-ul-style {
  list-style-type: none;
}
.qa-ul-style li {
  text-align: left;
  margin-bottom: 15px;
}

.qa-subtitle {
  background: #E9E9E9;
  color: #707070;
  padding: 10px 10px;
}

.notice {
  font-size: 14px;
  color: #D50000;
}

.red {
  color: #D50000;
}

.form-birth-y, .form-birth-m, .form-birth-d {
  width: 150px;
}

.bread-crumb {
  color: #4D4D4D;
  font-size: 14px;
  margin-bottom: 25px;
}
.bread-crumb .current-link {
  color: #E95389;
}
.bread-crumb a {
  color: #4D4D4D;
  padding: 0 10px;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  *zoom: 1;
}
.inner:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}

.arrow {
  color: #C1C1C1;
}

.rg-games-title {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 20px;
  border-bottom: 1px solid #C1C1C1;
}

.game-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.game-list.left {
  justify-content: flex-start;
  gap: 1em;
}

.game-item {
  width: calc(25% - 1em);
  background: #fff;
  margin-bottom: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.game-item:before {
  content: '';
  width: 100%;
  height: 5px;
  background: #E95389;
  position: absolute;
  bottom: 0;
}
.game-item:hover {
  -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.game-pic img {
  width: 100%;
}

.game-info {
  padding: 20px;
}
.game-info > h3 {
  font-size: 125%;
  font-weight: bold;
  color: #E95389;
}
.game-info > em {
  display: inline-block;
  padding: 1em 0;
  font-size: 0.875rem;
  color: #707070;
}

.game-title {
  padding-bottom: 12px;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #C1C1C1;
}

.game-title-w {
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  color: #E95389;
}

.game-btns {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.game-btn-home, .game-btn-fb {
  display: block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
}
.game-btn-home img, .game-btn-fb img {
  width: 25px;
}
.game-btn-home:hover, .game-btn-fb:hover {
  opacity: 0.7;
}

.game-desc {
  font-size: 14px;
  color: #707070;
  line-height: 18px;
  min-height: 3em;
  margin-bottom: 15px;
}

.game-download-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.game-download-btns a {
  display: block;
  width: 49%;
  margin-bottom: 2%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.game-download-btns a img {
  width: 100%;
}
.game-download-btns a:hover {
  opacity: 0.8;
}

.m-game-btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C1C1C1;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  display: none;
}
.m-game-btns a {
  display: block;
  width: 48%;
  text-align: center;
  padding: 2%;
  border: 1px solid #C1C1C1;
  color: #707070;
  font-size: 16px;
}

.aside-menu {
  float: left;
  width: 220px;
  border: 1px solid #EBEBEB;
  margin-right: 20px;
}
.aside-menu ul {
  width: 100%;
  background: #fff;
}
.aside-menu ul li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #EBEBEB;
}
.aside-menu ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  color: #4D4D4D;
  background: #fff;
  padding-left: 50px;
}
.aside-menu ul li a:hover, .aside-menu ul li a.ac {
  background: #E95389;
  color: #fff;
}
.aside-menu ul li a:hover .icon-box img, .aside-menu ul li a.ac .icon-box img {
  left: -80px;
}

.icon-box {
  display: inline-block;
  top: 1px;
  overflow: hidden;
  margin-right: 5px;
}
.icon-box img {
  position: relative;
  left: 0;
  filter: drop-shadow(#ffffff 80px 0);
}

.r-frame-box {
  float: left;
  border: 1px solid #EBEBEB;
  background: #fff;
  width: calc(100% - 240px);
  padding: 40px;
}
.r-frame-box.none {
  border: none;
  background: none;
  padding: none;
}
.r-frame-box .t1 {
  font-size: 25px;
  font-weight: bold;
  color: #E95389;
  margin-bottom: 10px;
}
.r-frame-box .t2 {
  font-size: 16px;
  color: #707070;
  margin-bottom: 20px;
  line-height: 24px;
}
.r-frame-box p {
  margin-bottom: 25px;
  color: #4D4D4D;
}

.r-frame-container {
  margin-bottom: 1em;
  border: 1px solid #EBEBEB;
  background: #fff;
  width: 100%;
}
.r-frame-container .title-style {
  padding: 0 25px;
  border-bottom: none;
}
.r-frame-container fieldset {
  padding: 1em 1.5em;
  border: 1px solid #eee;
  border-radius: 5px;
}
.r-frame-container fieldset .t2 {
  margin-bottom: 0;
  padding: 0 0.5em;
  text-align: center;
  font-size: 1.15em;
}

.report-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.report-btns a {
  display: block;
  width: 45%;
  color: #C1C1C1;
  background: #707070;
  text-align: center;
  padding: 50px;
}

.report-select {
  width: 100%;
}

.mb12 {
  margin-bottom: 12px;
}

.mb25 {
  margin-bottom: 25px;
}

.form-textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #C1C1C1;
  padding-left: 12px;
  font-size: 16px;
  color: #4D4D4D;
  margin-top: 10px;
}
.form-textarea:focus {
  border: 1px solid #E95389;
}

.form-date {
  margin-top: 10px;
}

.orange {
  color: #FF6464;
  margin-top: 10px;
}

.form-upload {
  margin-bottom: 12px;
}

.google-vertify {
  margin-bottom: 25px;
}

.report-title {
  color: #707070;
}

.subject {
  background: #E95389;
  color: #fff;
  font-size: 16px;
  padding: 0 13px;
  margin-right: 5px;
}

.blue {
  color: #00BCC9;
}

.report-info {
  display: flex;
  justify-content: space-between;
  color: #707070;
  margin-top: 12px;
}

.report-list-table-style {
  margin-top: 12px;
  width: 100%;
}
.report-list-table-style th {
  background: #F1F1F1;
  padding: 9px 0;
  border: 1px solid #C1C1C1;
  color: #707070;
  text-align: center;
  font-weight: bold;
}
.report-list-table-style td {
  padding: 9px 0;
  color: #707070;
  border: 1px solid #C1C1C1;
  text-align: center;
}

.check-info {
  background: #F1F1F1;
  padding: 0 !important;
}
.check-info a {
  display: block;
  width: 100%;
  height: 100%;
  color: #707070;
  padding: 9px 0;
}
.check-info:hover {
  background: #FBFBFB;
}

.report-item {
  margin-bottom: 25px;
}

.page-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-list a {
  margin: 3px;
  padding: 10px 9px;
  color: #707070;
  border: 1px solid #C1C1C1;
}
.page-list a.current-page:hover {
  background: #F35E94 !important;
}
.page-list a:hover {
  background: #FBFBFB;
}

.current-page {
  background: #E95389;
  color: #fff !important;
}

.ask-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
}
.ask-box .ask-box-title {
  width: 42px;
  background: #E95389;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  color: #fff;
}

.answer-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
}
.answer-box .answer-box-title {
  width: 42px;
  height: auto;
  background: #00BCC9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  color: #fff;
}

.ask-qa {
  width: 100%;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  padding: 12px;
  background: #F8F8F8;
}

.answer-reply {
  width: 100%;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  padding: 12px;
  background: #F8F8F8;
}

.reply-box {
  padding: 12px !important;
}

.upload-file-title {
  background: #F1F1F1;
  color: #707070;
  padding: 0;
  color: #707070;
  text-align: center;
  font-weight: bold;
}

.reply-btn {
  width: 100%;
  background: #E95389;
  display: block;
  color: #fff;
  padding: 9px 0;
  text-align: center;
  margin-top: 12px;
}
.reply-btn:hover {
  background: #F35E94;
}

.form-download {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F1F1F1;
  padding: 7px 12px;
  color: #707070;
  margin-bottom: 12px;
}
.form-download:hover {
  background: #F6F6F6;
}

.address-text {
  margin-bottom: 12px;
}

.form-date {
  width: 100%;
  height: 40px;
  border: 1px solid #C1C1C1;
  top: -1px;
  margin-right: 15px;
  font-size: 16px;
  padding-left: 10px;
}

.nonreceive-code {
  display: block;
  margin-top: 12px;
}

.title-style {
  width: 100%;
  padding: 0 25px 25px 25px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #4D4D4D;
  border-bottom: 1px solid #EBEBEB;
}

.id-vertify-state {
  padding: 25px;
  background: #F8F8F8;
  margin-bottom: 25px;
}
.id-vertify-state p {
  margin-bottom: 12px;
  line-height: 20px;
}

.id-vertify-ol-style {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 25px;
}
.id-vertify-ol-style li {
  color: #707070;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}

.id-vertify-notice-title {
  display: block;
  color: #707070;
  font-weight: bold;
  margin-bottom: 12px;
}

.taiwan-id-vetify-box img {
  max-width: 100%;
}

.issue-date {
  display: flex;
  justify-content: space-between;
}
.issue-date input {
  width: 32%;
}

.personal-message-list {
  margin-bottom: 25px;
}

.personal-message-table-style-th {
  width: 100%;
}
.personal-message-table-style-th td {
  padding: 9px 0;
  background: #F1F1F1;
  border: 1px solid #C1C1C1;
  color: #707070;
  text-align: center;
  font-weight: bold;
}

.personal-message-table-style {
  width: 100%;
}
.personal-message-table-style td {
  padding: 9px 0;
  color: #707070;
  border: 1px solid #C1C1C1;
  border-top: transparent;
  text-align: center;
}
.personal-message-table-style:hover td {
  background: #F8F8F8;
}

.sender-field {
  width: 25%;
}

.mail-title-field {
  width: 40%;
}

.mail-time-field {
  width: 25%;
}

.mail-state-field {
  width: 10%;
}

.personal-message-info {
  margin: 12px 0 25px 0;
  padding: 25px;
  border: 1px solid #C1C1C1;
}
.personal-message-info p {
  line-height: 24px;
}

.prev-page-btn {
  display: block;
  margin: 0 auto;
  width: 350px;
  height: 36px;
  background: #989898;
  color: #fff;
  line-height: 36px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prev-page-btn:hover {
  background: #B7B7B7;
}

.point-box {
  padding: 25px;
  background: #F8F8F8;
  margin-bottom: 25px;
}

.point-box-title {
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 12px;
}

.point-link {
  display: inline-block;
  width: 269px;
  height: 86px;
  margin-right: 15px;
}

/* -------------------------------------
 * 新聞公告
---------------------------------------*/
	/* 
		2022/12/07 - by ossian
		
		新增 .o-set，目的如下：
		1. 重建一些被 reset 清除的標籤樣式，方便企劃人員日後的維護。

		目前受影響的頁面如下：
		1. privacy.html         2022/12/08
		2. cs_privacy.html      2022/12/08
		3. news-index.html      2023/01/09
		4. news-content.html    2023/01/09
		5. cs_privacy.html      2023/01/09
		6. point_index.html     2023/11/07
		7. point_index_2.html   2023/11/08
		8. point_index_3.html   2023/11/10
		9. point_index_4.html   2023/11/10
		10.point_index_5.html   2023/11/10
		11.point_index_6.html   2023/11/10
		12.point_index_7.html   2023/11/10
		13.point_index_8.html   2023/11/10

	*/
.o-set {
  color: #707070;
  line-height: 1.15;
  word-break: break-all;
}
.o-set ul, .o-set ol {
  margin: 1em 1em 1em 2em;
  padding: initial;
  line-height: 150%;
  list-style: initial;
}
.o-set ul.none, .o-set ol.none {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-set p {
  color: unset;
  line-height: 150%;
  text-align: justify;
}
.o-set h1, .o-set h2, .o-set h3, .o-set h4, .o-set h5, .o-set h6 {
  color: initial;
  padding: 0.65em 0;
}
.o-set h1 {
  font-size: 1.5em;
}
.o-set h2 {
  font-size: 1.25em;
}
.o-set h3 {
  font-size: 1.175em;
}
.o-set h4 {
  font-size: 1.15em;
}
.o-set h5 {
  font-size: 1.125em;
}
.o-set h6 {
  font-size: 1em;
}
.o-set a {
  color: #E95389;
  border-bottom: 1px dotted rgba(255, 64, 91, 0.3);
  transition: border-bottom 0.3s;
}
.o-set a:hover {
  border-bottom: 1px dotted #ff405b;
}
.o-set table {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
}
.o-set table tr th {
  text-align: center;
  background-color: #F1F1F1;
}
.o-set table tr th, .o-set table tr td {
  padding: 0.25em 0.75em;
  border: 1px solid #C1C1C1;
}
.o-set table tr:hover {
  background-color: #F8F8F8;
}
.o-set table tr:nth-child(1):hover {
  background-color: unset;
}
.o-set img {
  max-width: 100%;
}
.o-set ul.games-list {
  display: grid;
  gap: 1em;
  margin: 0;
  padding: 0 0 1em 0;
  list-style: none;
}
.o-set ul.games-list li {
  border: 1px solid #e2e2e2;
  border-bottom: 5px solid #E95389;
}
.o-set ul.games-list li h3 {
  padding: 0.5rem;
}
.o-set .swiper-container {
  padding-bottom: 2em;
}

.btns-box.gap {
  gap: 0.5em;
}
.btns-box.gap .btn-style-pink,
.btns-box.gap .btn-style-gray {
  padding: 0.5em;
  height: unset;
  line-height: 1.15;
}
.btns-box.gap .legal-representative-agrees {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.65);
}

ul.payment-method {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2em;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.payment-method > li {
  max-width: 350px;
  border: 1px solid #e2e2e2;
}
ul.payment-method > li h3, ul.payment-method > li h4 {
  text-align: center;
}
ul.payment-method > li h3 em, ul.payment-method > li h4 em {
  color: #E95389;
}
ul.payment-method > li h4 {
  font-size: 0.85;
  color: #848484;
  border-top: 1px solid #e2e2e2;
}

.pay-content {
  padding: 0 0.5em 0.5em;
}

ul.pays {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0 0 0.5em 0;
  list-style: none;
}
ul.pays li {
  width: 50%;
  text-align: center;
  border: 1px solid transparent;
}
ul.pays li img {
  width: 90%;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
ul.pays li img:hover {
  filter: grayscale(0%);
}

.content-title.center {
  padding-bottom: unset;
}

table.table {
  margin-top: 0;
  margin-bottom: 0;
}
table.table caption {
  padding: 0.5rem;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #C1C1C1;
  border-bottom: unset;
}
table.table caption em {
  color: #E95389;
}

ul.btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 0;
  padding: 1em 0 0 0;
  list-style: none;
}
ul.btn-group li button {
  width: 100%;
}

dl.pay-lay {
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}
dl.pay-lay dd {
  margin: 0;
  padding: 0;
}
dl.pay-lay dd:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.pay-method {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pay-method li {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
ul.pay-method li:hover {
  box-shadow: unset;
  transform: translateY(5px);
}
ul.pay-method li a img {
  width: 100%;
}

.right.p {
  padding: 0.5em 0 0 0;
}
.right.p em {
  color: #E95389;
}

.r-frame-box.none {
  padding: unset;
  border: unset;
  background-color: transparent;
}

.aside-menu.none {
  border: unset;
}

.aside-menu ul li a {
  transition: background-color 0.3s, color 0.3s;
}

.tos-content {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 2em;
  height: 450px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.tos-content:nth-last-child(1) {
  margin-bottom: unset;
}
.tos-content h2 {
  position: sticky;
  top: 0;
  z-index: 1;
}
.tos-content h2.border-b-5 {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #E95389;
  background-color: white;
  border-bottom: 1px solid #eee;
}
.tos-content ol {
  margin-left: 3em;
  list-style-type: cjk-ideographic;
  font-size: 0.85em;
}
.tos-content ul.cjk {
  list-style-type: cjk-ideographic;
}

.table-frame {
  display: none;
  overflow-x: scroll;
  width: 100%;
}

table.game-manage {
  margin: 0 auto;
  font-size: 0.85em;
  width: 800px;
}
table.game-manage tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: text-top;
  border-color: #eee;
}

mark {
  color: #b6a806;
  background-color: #fff9ba;
}

.underline {
  color: #b6a806;
  border-bottom: 1px dashed #e7db50;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.page-set {
  padding: 3em;
  background-color: white;
}

.content-title {
  padding-bottom: 1em;
}
.content-title h1 {
  padding-top: 0;
  padding-bottom: 1em;
  color: #E95389;
}

ul.tab-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
  margin-bottom: 1rem;
  background-color: #F35E94;
}
ul.tab-menu li {
  text-align: center;
}
ul.tab-menu li a {
  display: block;
  padding: 1rem;
  color: white;
  font-size: 1.35em;
  background-color: rgba(255, 255, 255, 0.15);
  transition: padding 0.3s, font-size 0.3s, background-color 0.3s;
}
ul.tab-menu li a:hover {
  background-color: rgba(255, 255, 255, 0);
}
ul.tab-menu li a.focus {
  color: white;
  background-color: #E95389;
}

ul.news-group li {
  margin-bottom: 1em;
  background-color: white;
  border: 1px solid #eee;
  transition: background-color 0.3s;
}
ul.news-group li a {
  display: block;
}
ul.news-group li a .news-category {
  position: absolute;
  top: 1em;
  left: 0em;
  display: inline-block;
  padding: 0.75em 1em 0.75em 1rem;
  font-size: 1.25em;
  text-align: center;
  color: white;
  background-color: #E95389;
  border-radius: 2em;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  z-index: 1;
}
ul.news-group li a .news-title {
  padding: 1em 1rem;
  color: #4D4D4D;
  transition: color 0.3s;
}
ul.news-group li a .news-first-pic {
  position: relative;
}
ul.news-group li a .news-first-pic img {
  width: 100%;
}
ul.news-group li a .news-public-date {
  padding: 1em 1rem;
  color: #ccc;
  font-size: 0.75em;
  text-align: right;
}
ul.news-group li a .news-public-date em {
  font-style: normal;
  color: #aaa;
}
ul.news-group li a .news-public-date span.icon-cal {
  display: inline-block;
  width: 1.25em;
  height: 1em;
  background-image: url(../images/icon-cal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 1px;
}
ul.news-group li:hover h2.news-title {
  color: #4D4D4D;
}
ul.news-group li:nth-last-child(1) {
  margin-bottom: unset;
}

.page-bar {
  text-align: center;
}
.page-bar .page-btn {
  display: inline-block;
  padding: 0.4em 0.9em 0.5em;
  color: #4D4D4D;
  background-color: white;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s;
}
.page-bar .page-btn:hover {
  color: white;
  background-color: #E95389;
}
.page-bar ul.page-no {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  list-style: none;
  text-align: center;
}
.page-bar ul.page-no li {
  display: inline-block;
  padding: 0.5em 0;
  background-color: transparent;
}
.page-bar ul.page-no li a {
  display: block;
  padding: 0.4em 0.65em 0.55em;
  color: black;
  border: 1px solid white;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
}
.page-bar ul.page-no li a:hover {
  color: #E95389;
}
.page-bar ul.page-no li a.focus {
  color: white;
  background-color: #E95389;
}

.select {
  padding: 0.3em 0.5em;
  width: 100%;
  font-size: 1rem;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

dl.download-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
  margin: 0;
  padding: 0;
}
dl.download-article > dd > .download-game {
  display: block;
  line-height: 1.65;
  padding: 0.3em 0.5em;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  color: #E95389;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

dl.gm-qa {
  margin: 1em 0;
  padding: 0;
  border: 1px solid #eee;
}
dl.gm-qa dt, dl.gm-qa dd {
  margin: 0;
  padding: 0;
}
dl.gm-qa dt {
  padding: 1rem;
  color: #E95389;
  background-color: #f1f1f1;
}
dl.gm-qa dd > .p-1 {
  line-height: 1.5;
  text-align: justify;
  border-bottom: 1px solid #eee;
}
dl.gm-qa dd > ul {
  margin: 0 1em 1em 1em;
  list-style: none;
}
dl.gm-qa dd > ul li h4 {
  padding-bottom: unset;
  color: #379ad8;
  font-size: 0.975em;
}

.news-banner-group {
  width: 100%;
  background-color: gray;
}
.news-banner-group img {
  width: 100%;
}

.webview-popup {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.webview-popup .webview-pb-3 {
  padding-bottom: 3em;
}

.pop-nav-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pop-nav-menu input[type="checkbox"] {
  display: none;
}
.pop-nav-menu input[type="checkbox"]:checked + .nav-rwd-menu {
  width: 80%;
}
.pop-nav-menu input[type="checkbox"]:checked + .nav-rwd-menu li {
  opacity: 1;
}
.pop-nav-menu .switch-open,
.pop-nav-menu .switch-close {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-image: url(../images/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}
.pop-nav-menu .switch-close {
  background-image: url(../images/close.png);
  background-color: #E95389;
}
.pop-nav-menu .nav-rwd-menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  max-width: 800px;
  width: 0;
  height: 100%;
  text-align: center;
  background-color: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: width 0.6s;
}
.pop-nav-menu .nav-rwd-menu li {
  padding: 0.5em 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.pop-nav-menu .nav-rwd-menu li a {
  color: #474747;
  transition: color 0.3s;
}
.pop-nav-menu .nav-rwd-menu li a:hover {
  color: #E95389;
}

/* modal的基本樣式 */
.modal {
  overflow: auto;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  /* 顯示modal的樣式 */
}
.modal.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
  /* 顯示modal內容的樣式 */
}
.modal.show .modal-content {
  transform: translate(-50%, -50%);
}

/* modal內容的樣式 */
.modal-content {
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: scroll;
  transform: translate(-50%, -80%);
  max-width: 750px;
  width: calc(100% - 2em);
  height: 90%;
  background-color: white;
  transition: transform 0.3s;
}

/* 關閉按鈕的樣式 */
.close-modal {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

ul.home-news-list li {
  padding-bottom: 1em;
}

.home-news-container {
  display: flex;
  align-items: center;
  background-color: white;
  transition: flex-direction 0.3s;
}

.home-news-title {
  padding-bottom: 0.25rem;
  font-size: 125%;
  color: #4D4D4D;
}
.home-news-title a {
  color: #4D4D4D;
}

.home-news-article {
  text-align: justify;
}

.home-news-pic {
  padding: 1em;
  border-right: 1px solid #eee;
}
.home-news-pic img {
  width: 100%;
}

.home-news-content {
  display: grid;
  grid-template-columns: 1fr 120px;
  width: 100%;
  color: #707070;
}

.home-news-date {
  padding: 0;
  text-align: right;
}

.member-zone {
  column-gap: 2em;
  row-gap: 1em;
}
.member-zone .card-info-icon {
  filter: drop-shadow(0px 2px 2px rgba(255, 255, 255, 0.75));
}
.member-zone ul.member-level li > div {
  position: relative;
}
.member-zone ul.member-level li > div:nth-child(1)::before {
  content: '';
  position: absolute;
  top: -1em;
  display: inline-flex;
  padding: 0.25em 0.25em 0.35em 0.25em;
  font-size: 0.75em;
  border-radius: 5px;
}
.member-zone.bronze .card-info {
  border-left: 10px solid #9dd3bb;
}
.member-zone.bronze .card-info-icon {
  background-image: url(../images/rate/1.png);
}
.member-zone.bronze .card-info-icon::before {
  content: '青銅';
}
.member-zone.bronze .vip-bg.bronze {
  display: unset;
}
.member-zone.bronze .member-info-icon {
  border: 1px solid #9dd3bb;
  background-image: url(../images/rate/1.png);
}
.member-zone.bronze .member-info-icon::after {
  content: '青銅';
}
.member-zone.bronze ul.member-level li:nth-child(1) > div {
  color: black;
}
.member-zone.bronze ul.member-level li:nth-child(1) > div:nth-child(1) {
  border-bottom: 10px solid #9dd3bb;
}
.member-zone.bronze ul.member-level li:nth-child(1) > div:nth-child(1)::before {
  content: 'YOU';
  color: #E95389;
  background-color: white;
  border: 1px solid #E95389;
  animation: you 0.3s infinite ease-in-out;
}
.member-zone.silve .card-info {
  border-left: 10px solid #d0d5e2;
}
.member-zone.silve .card-info-icon {
  background-image: url(../images/rate/2.png);
}
.member-zone.silve .card-info-icon::before {
  content: '白銀';
}
.member-zone.silve .vip-bg.silve {
  display: unset;
}
.member-zone.silve .member-info-icon {
  border: 1px solid #d0d5e2;
  background-image: url(../images/rate/2.png);
}
.member-zone.silve .member-info-icon::after {
  content: '白銀';
}
.member-zone.silve ul.member-level li:nth-child(2) > div {
  color: black;
}
.member-zone.silve ul.member-level li:nth-child(2) > div:nth-child(1) {
  border-bottom: 10px solid #d0d5e2;
}
.member-zone.silve ul.member-level li:nth-child(2) > div:nth-child(1)::before {
  content: 'YOU';
  color: #E95389;
  background-color: white;
  border: 1px solid #E95389;
  animation: you 0.3s infinite;
}
.member-zone.gold .card-info {
  border-left: 10px solid #ffe86b;
}
.member-zone.gold .card-info-icon {
  background-image: url(../images/rate/3.png);
}
.member-zone.gold .card-info-icon::before {
  content: '黃金';
}
.member-zone.gold .vip-bg.gold {
  display: unset;
}
.member-zone.gold .member-info-icon {
  border: 1px solid #ffe86b;
  background-image: url(../images/rate/3.png);
}
.member-zone.gold .member-info-icon::after {
  content: '黃金';
}
.member-zone.gold ul.member-level li:nth-child(3) > div {
  color: black;
}
.member-zone.gold ul.member-level li:nth-child(3) > div:nth-child(1) {
  border-bottom: 10px solid #ffe86b;
}
.member-zone.gold ul.member-level li:nth-child(3) > div:nth-child(1)::before {
  content: 'YOU';
  color: #E95389;
  background-color: white;
  border: 1px solid #E95389;
  animation: you 0.3s infinite;
}
.member-zone.ruby .card-info {
  border-left: 10px solid #ff6b6b;
}
.member-zone.ruby .card-info-icon {
  background-image: url(../images/rate/4.png);
}
.member-zone.ruby .card-info-icon::before {
  content: '紅寶';
}
.member-zone.ruby .vip-bg.ruby {
  display: unset;
}
.member-zone.ruby .member-info-icon {
  border: 1px solid #ff6b6b;
  background-image: url(../images/rate/4.png);
}
.member-zone.ruby .member-info-icon::after {
  content: '紅寶';
}
.member-zone.ruby ul.member-level li:nth-child(4) > div {
  color: black;
}
.member-zone.ruby ul.member-level li:nth-child(4) > div:nth-child(1) {
  border-bottom: 10px solid #ff6b6b;
}
.member-zone.ruby ul.member-level li:nth-child(4) > div:nth-child(1)::before {
  content: 'YOU';
  color: #E95389;
  background-color: white;
  border: 1px solid #E95389;
  animation: you 0.3s infinite;
}
.member-zone.blue-diamond .card-info {
  border-left: 10px solid #86b3fd;
}
.member-zone.blue-diamond .card-info-icon {
  background-image: url(../images/rate/5.png);
}
.member-zone.blue-diamond .card-info-icon::before {
  content: '藍鑽';
}
.member-zone.blue-diamond .vip-bg.blue-diamond {
  display: unset;
}
.member-zone.blue-diamond .member-info-icon {
  border: 1px solid #86b3fd;
  background-image: url(../images/rate/5.png);
}
.member-zone.blue-diamond .member-info-icon::after {
  content: '藍鑽';
}
.member-zone.blue-diamond ul.member-level li:nth-child(5) > div {
  color: black;
}
.member-zone.blue-diamond ul.member-level li:nth-child(5) > div:nth-child(1) {
  border-bottom: 10px solid #86b3fd;
}
.member-zone.blue-diamond ul.member-level li:nth-child(5) > div:nth-child(1)::before {
  content: 'YOU';
  color: #E95389;
  background-color: white;
  border: 1px solid #E95389;
  animation: you 0.3s infinite;
}
.member-zone.obsidian .member-card-bg {
  color: white;
}
.member-zone.obsidian .card-info {
  border-left: 10px solid #27272c;
}
.member-zone.obsidian .card-info-icon {
  background-image: url(../images/rate/6.png);
}
.member-zone.obsidian .card-info-icon::before {
  content: '黑曜';
}
.member-zone.obsidian .vip-bg.obsidian {
  display: unset;
}
.member-zone.obsidian .member-info-icon {
  border: 1px solid #27272c;
  background-image: url(../images/rate/6.png);
}
.member-zone.obsidian .member-info-icon::after {
  content: '黑曜';
}
.member-zone.obsidian ul.member-level li:nth-child(6) > div {
  color: black;
}
.member-zone.obsidian ul.member-level li:nth-child(6) > div:nth-child(1) {
  border-bottom: 10px solid #27272c;
}
.member-zone.obsidian ul.member-level li:nth-child(6) > div:nth-child(1)::before {
  content: 'YOU';
  color: #E95389;
  background-color: white;
  border: 1px solid #E95389;
  animation: you 0.3s infinite;
}

@keyframes you {
  0% {
    top: -1em;
  }
  50% {
    top: -1.5em;
  }
  100% {
    top: -1em;
  }
}
.member-card-bg {
  margin: 0 auto;
  max-width: 458px;
  position: relative;
  border-radius: 20px;
}
.member-card-bg > img {
  width: 100%;
}

.card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 12%;
  left: 0;
  padding-left: 1em;
  width: 90%;
  height: 76%;
}

.card-info-icon {
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center left;
}
.card-info-icon::before {
  content: '';
  padding-left: 24px;
  font-size: 1.5em;
}

.card-info-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

.user-name {
  font-size: 2.5em;
}

.user-nick-name {
  display: flex;
  flex-direction: column;
}

.member-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

.member-number-eng {
  line-height: 0.85;
}

.member-number-string {
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 1.5em;
}

.vip-bg {
  max-width: 458px;
  display: none;
  object-fit: contain;
}

.member-name-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
}

.member-info-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25em 0.5em 0.325em 24px;
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px solid #9dd3bb;
  border-radius: 50px;
}
.member-info-icon::after {
  content: '';
  display: inline-flex;
  color: #6a6a6a;
  font-size: 1.25em;
}

.member-info-name {
  font-size: 2.25em;
}

.member-nick-name-number {
  padding: 1em 0;
}

.member-nick-name-number-container {
  padding: 0.75em 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.member-nick-name-number-container > div {
  line-height: 1.5;
}
.member-nick-name-number-container > div span {
  color: #6a6a6a;
}

ul.member-bonus-amount li {
  padding: 0.5em 0 0.5em 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-image: url(../images/flag.png);
  background-repeat: no-repeat;
  background-position: 3px center;
  border-bottom: 1px solid #f1f1f1;
}
ul.member-bonus-amount li:nth-last-child(1) {
  border-bottom: unset;
}
ul.member-bonus-amount li > div {
  display: flex;
  align-items: center;
  color: #6a6a6a;
}
ul.member-bonus-amount li > div:nth-last-child(1) {
  color: #1b1b1b;
}
ul.member-bonus-amount li > div strong {
  color: #E95389;
  font-size: 1.625em;
  font-weight: bold;
}

.full-block {
  grid-area: 2 / 1 / span 1 / span 2;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

ul.member-level {
  display: grid;
  row-gap: 1.5em;
}
ul.member-level li {
  display: flex;
  flex-direction: column;
}
ul.member-level li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
  color: #9e9e9e;
}
ul.member-level li > div:nth-child(1) {
  font-size: 1.25em;
  border-bottom: 10px solid #f1f1f1;
}

.get-birthday-gift {
  display: inline-flex;
  padding-top: 0.5em;
}
.get-birthday-gift > button {
  padding: 0.25em 0.5em 0.3em 2em;
  color: #E95389;
  background-color: white;
  background-image: url(../images/card/birthday-gift.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px solid #E95389;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  outline: none;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.get-birthday-gift > button:hover {
  color: white;
  background-color: #E95389;
}

.cm_pointer {
  cursor: pointer;
}