@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import 'reset.css';
.cookie-confirm {
  background-color: #D8D8D8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookie-confirm .cc-btn-close {
  position: absolute;
  top: 5px;
  right: 20px;
}
.cookie-confirm .cc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie-confirm .cc-wrap .cc-txt .cc-link {
  font-size: inherit;
  color: #004DA1;
  text-decoration: underline;
  display: block;
}
.cookie-confirm .cc-wrap .cc-btn {
  width: 104px;
  text-align: center;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background-color: #fb7400;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .cookie-confirm .cc-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 20px;
    line-height: 26px;
  }
  .cookie-confirm .cc-wrap .cc-btn:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .cookie-confirm .cc-wrap {
    width: 100%;
    padding: 20px;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.CM-lh-1 {
  line-height: 1.2 !important;
}

.CM-lh-2 {
  line-height: 1.4 !important;
}

.CM-lh-3 {
  line-height: 1.6 !important;
}

.CM-fz-l {
  font-size: 18px !important;
}

.CM-fz-m {
  font-size: 16px !important;
}

.CM-fz-s {
  font-size: 14px !important;
}

.CM-blank-05 {
  width: 100%;
  height: 5px;
}

.CM-blank-1 {
  width: 100%;
  height: 10px;
}

.CM-blank-15 {
  width: 100%;
  height: 15px;
}

.CM-blank-2 {
  width: 100%;
  height: 20px;
}

.CM-blank-3 {
  width: 100%;
  height: 30px;
}

.CM-gray-hr {
  border-bottom: 1px solid #dcdcdc;
  height: 1px;
  width: 100%;
}

.CM-notice {
  line-height: 1.4;
}
.CM-notice ol {
  margin-left: 20px;
}
.CM-notice ol li {
  list-style-type: decimal;
}
.CM-notice ul {
  margin-left: 20px;
}
.CM-notice ul li {
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .CM-notice {
    font-size: 14px;
  }
}

.CM-text-primary {
  color: #1e1e1e !important;
}

.CM-text-sec {
  color: #666 !important;
}

.CM-text-accent {
  color: #808080 !important;
}

.CM-text-red {
  color: #F55431 !important;
}

.CM-text-orange {
  color: #fb7400 !important;
}

.CM-text-blue {
  color: #0071B8 !important;
}

.CM-link {
  color: #0071B8;
  font-size: 14px;
  line-height: 14px;
}
.CM-link.link-black {
  color: #1e1e1e;
}
.CM-link.nl {
  text-decoration: none;
}
.CM-link.nl:hover {
  text-decoration: underline;
}

.CM-text-l {
  text-align: left !important;
}

.CM-text-c {
  text-align: center !important;
}

.CM-text-r {
  text-align: right !important;
}

.CM-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-se {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ai-s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.gap-1 {
  gap: 5px;
}

.gap-2 {
  gap: 10px;
}

.gap-3 {
  gap: 15px;
}

.grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.CM-btn {
  text-decoration: none;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 46px;
  line-height: 46px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn img {
  height: 24px;
}
.CM-btn.btn-fill-orange {
  background-color: #fb7400;
  border-color: #fb7400;
  color: #fff;
}
.CM-btn.btn-fill-orange:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn.btn-border-orange {
  background-color: #fff;
  border-color: #fb7400;
  color: #fb7400;
}
.CM-btn.btn-border-orange:hover {
  background-color: #fb7400;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn.btn-fill-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #1e1e1e;
}
.CM-btn.btn-fill-darkgray {
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
.CM-btn.btn-fill-darkgray:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn.disabled {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #808080;
  cursor: default;
}
.CM-btn.disabled:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media screen and (max-width: 768px) {
  .CM-btn {
    font-size: 14px;
  }
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #808080;
}

input::-moz-placeholder {
  font-size: 14px;
  color: #808080;
}

input:-ms-input-placeholder {
  font-size: 14px;
  color: #808080;
}

input::-ms-input-placeholder {
  font-size: 14px;
  color: #808080;
}

input::placeholder {
  font-size: 14px;
  color: #808080;
}

.CM-input {
  position: relative;
}
.CM-input input[type=text],
.CM-input input[type=email],
.CM-input input[type=tel],
.CM-input input[type=password],
.CM-input input[type=date],
.CM-input input[type=number],
.CM-input textarea {
  width: 100%;
  color: #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 14px;
  padding: 11px 14px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-input input[type=text]:focus,
.CM-input input[type=email]:focus,
.CM-input input[type=tel]:focus,
.CM-input input[type=password]:focus,
.CM-input input[type=date]:focus,
.CM-input input[type=number]:focus,
.CM-input textarea:focus {
  outline: 0;
  border: 1px solid #fb7400;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-input input[type=text]:disabled,
.CM-input input[type=email]:disabled,
.CM-input input[type=tel]:disabled,
.CM-input input[type=password]:disabled,
.CM-input input[type=date]:disabled,
.CM-input input[type=number]:disabled,
.CM-input textarea:disabled {
  background-color: #f4f4f4;
  color: #808080;
}
.CM-input input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  padding: 11px 14px;
  height: 46px;
}
.CM-input textarea {
  resize: none;
  height: 100px;
}
.CM-input .error-tip {
  margin-top: 5px;
  color: #f55431;
  font-size: 14px;
}
.CM-input input[type=number]::-webkit-outer-spin-button,
.CM-input input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.CM-input.pwd-input .ic-eye {
  position: absolute;
  right: 15px;
  bottom: 9px;
}
.CM-input.pwd-input .ic-eye .close {
  display: block;
}
.CM-input.pwd-input .ic-eye .open {
  display: none;
}
.CM-input.pwd-input .ic-eye.open .open {
  display: block;
}
.CM-input.pwd-input .ic-eye.open .close {
  display: none;
}
.CM-input.send-input input[type=text] {
  padding: 11px 40px 11px 14px;
}
.CM-input.send-input .ic-send {
  position: absolute;
  right: 15px;
  bottom: 9px;
}
.CM-input.date-input input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.CM-input.date-input input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  position: absolute;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  height: 100%;
}
.CM-input.date-input input[type=date] {
  padding: 11px 40px 11px 14px;
}
.CM-input.date-input:after {
  content: "";
  background: url(/Images/ico-date1.svg) no-repeat center center;
  position: absolute;
  right: 12px;
  height: 24px;
  width: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.CM-input.search-input:after {
  content: "";
  background: url(/Images/ico_search.svg) no-repeat center center;
  position: absolute;
  right: 12px;
  height: 24px;
  width: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.CM-fileupload-input .input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
.CM-fileupload-input .input-file input[type=file] {
  display: none;
}
.CM-fileupload-input .input-file .CM-btn {
  height: 40px;
  line-height: 40px;
  width: 82px;
  margin: auto 0 auto auto;
}

.CM-fileuploaded {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CM-fileuploaded span {
  font-size: 14px;
  color: #666;
}
.CM-fileuploaded a {
  width: 20px;
}
.CM-fileuploaded a img {
  width: 100%;
  vertical-align: top;
}

.CM-tel-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  gap: 8px;
}
.CM-tel-input .CM-tel-select-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.CM-tel-input .CM-tel-select-wrap .default-option {
  background-color: #fff;
  position: relative;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}
.CM-tel-input .CM-tel-select-wrap .default-option li {
  line-height: 45px;
  padding: 0 10px;
  color: #1e1e1e;
}
.CM-tel-input .CM-tel-select-wrap .default-option li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li span {
  color: #1e1e1e;
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li:hover span {
  color: #FB7400;
}
.CM-tel-input .CM-tel-select-wrap.active .default-option {
  border: 1px solid #fb7400;
}
.CM-tel-input .CM-tel-select-wrap.active .CM-tel-select-ul {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  max-height: 200px;
}
.CM-tel-input.verify .CM-btn {
  width: 160px;
}
.CM-tel-input.verify .CM-tel-select-wrap {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .CM-tel-input.verify .CM-btn {
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .CM-tel-input.verify .CM-tel-select-wrap {
    width: 80px;
  }
}

.CM-verify-sms-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.CM-verify-sms-input .CM-btn {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .CM-verify-sms-input .CM-btn {
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.CM-verify-code-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.CM-verify-code-input .v-code {
  width: 90px;
  vertical-align: top;
}
.CM-verify-code-input a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
.CM-checkbox {
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
}
.CM-checkbox label {
  padding-left: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-checkbox input[type=checkbox] {
  display: none;
}
.CM-checkbox input[type=checkbox] + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CM-checkbox input[type=checkbox]:checked + span {
  background: url(/Images/icon_check.svg) no-repeat center center;
  border-color: transparent;
}
.CM-checkbox.check-2 label {
  padding-left: 30px;
}
.CM-checkbox.check-2 input[type=checkbox] + span {
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(/Images/ico_check-2.svg) no-repeat center center;
  background-size: 100%;
}
.CM-checkbox.check-2 input[type=checkbox]:checked + span {
  background: url(/Images/ico_check-1.svg) no-repeat center center;
  background-size: 100%;
}

.CM-radio {
  position: relative;
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
}
.CM-radio label {
  padding-left: 23px;
  position: relative;
}
.CM-radio input[type=radio] {
  display: none;
}
.CM-radio input[type=radio] + span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CM-radio input[type=radio] + span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.CM-radio input[type=radio]:checked + span {
  border-color: #F55431;
}
.CM-radio input[type=radio]:checked + span:before {
  background-color: #F55431;
}
.CM-radio.bd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 0 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 42px;
  line-height: 41px;
}
.CM-radio.bd label {
  display: block;
}
.CM-radio.radio-2 input[type=radio]:checked + span {
  border: unset;
}
.CM-radio.radio-2 input[type=radio]:checked + span:before {
  background: url(/Images/ico_check-1.svg) no-repeat center center;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.CM-select {
  position: relative;
}
.CM-select:after {
  content: "";
  position: absolute;
  background: url(/Images/ico-arrow-down.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 20px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CM-select select {
  width: 100%;
  color: #454545;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  padding: 10px 35px 10px 10px;
  height: 45px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.CM-select select:focus {
  outline: 0;
  border-color: #F55431;
}

.CM-tip {
  font-size: 14px;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 12px 16px 12px 35px;
  position: relative;
  line-height: 1.4;
}
.CM-tip img {
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 12px;
  top: 13px;
}

.CM-pages-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CM-pages-row a, .CM-pages-row span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1e1e1e;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 48px;
}
.CM-pages-row a img, .CM-pages-row span img {
  vertical-align: top;
}
.CM-pages-row a.active, .CM-pages-row span.active {
  background-color: #fb7400;
  color: #fff;
}

.CM-table table {
  width: 100%;
  color: #1e1e1e;
}
.CM-table table td, .CM-table table th {
  border: 1px solid #dcdcdc;
  padding: 10px 16px;
  vertical-align: middle;
}
.CM-table.table-wb td, .CM-table.table-wb th {
  border: 1px solid #fff;
}
.CM-table.table-nb td, .CM-table.table-nb th {
  border: none;
}
.CM-table .bgc-ly {
  background-color: #FFFCDF;
}
.CM-table .bgc-gray {
  background-color: #808080;
  color: #fff;
}
.CM-table td.nw {
  white-space: nowrap;
}

.CM-page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.CM-page-tab a {
  display: inline-block;
  padding: 15px 20px;
  color: #808080;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-size: 20px;
}
.CM-page-tab a.active {
  color: #fb7400;
  border-color: #fb7400;
}
@media screen and (max-width: 768px) {
  .CM-page-tab {
    margin-bottom: 20px;
    gap: 0;
  }
  .CM-page-tab a {
    font-size: 16px;
    padding: 12px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

.CM-step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 30px 0 45px 0;
  margin: auto;
}
.CM-step-row dl {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 1;
}
.CM-step-row dl dt {
  border-radius: 50%;
  background-color: #dcdcdc;
  font-size: 18px;
  font-weight: bold;
  width: 46px;
  line-height: 46px;
  height: 46px;
  margin: 0 auto 8px;
  color: #1e1e1e;
}
.CM-step-row dl.active dt {
  color: #fff;
  background-color: #fb7400;
}
.CM-step-row dl.active dd {
  color: #fb7400;
}
.CM-step-row:after {
  content: "";
  height: 3px;
  width: 70%;
  top: 54px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-color: #dcdcdc;
}
@media screen and (max-width: 768px) {
  .CM-step-row {
    background-color: #f4f4f4;
    padding: 25px 0;
  }
  .CM-step-row dl dt {
    margin-bottom: 0;
  }
  .CM-step-row dl dd {
    display: none;
  }
  .CM-step-row:after {
    top: 49px;
  }
}

.CM-copy-alert {
  position: fixed;
  height: 40px;
  width: 109px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #d9d9d9;
  background-color: #454545;
  border-radius: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  display: none;
}

.CM-lightbox-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow-x: hidden;
}
.CM-lightbox-bg.open {
  width: 100%;
}

.CM-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-lightbox.open {
  width: 100%;
  height: 100%;
}
.CM-lightbox .wrap {
  position: relative;
  background-color: #fff;
  max-width: 450px;
  border-radius: 10px;
  width: 100%;
  padding: 50px 40px;
  color: #454545;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CM-lightbox .wrap a.lb-header {
  position: absolute;
  right: 15px;
  top: 15px;
}
.CM-lightbox .wrap a.lb-header img {
  vertical-align: top;
}
.CM-lightbox .wrap .lb-title {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 25px;
}
.CM-lightbox .wrap .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  gap: 10px;
}
.CM-lightbox .wrap .btn-row a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
}
.CM-lightbox .wrap .btn-row a.btn-cancal {
  color: #808080;
  text-align: center;
  text-decoration: none;
}
.CM-lightbox .wrap .btn-row a.btn-cancal:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .CM-lightbox .wrap {
    width: 95%;
  }
}

body, body * {
  font-family: "Noto Sans TC", "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #1e1e1e;
}
body.fixed {
  overflow: hidden;
}
body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body header {
  background-color: #1e1e1e;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
body header .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body header .menu {
  position: relative;
  text-decoration: none;
}
body header .menu .new {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: red;
  right: -1px;
  top: 0;
}
body header .menu .close {
  display: none;
}
body header .menu.active .default {
  display: none;
}
body header .menu.active .close {
  display: block;
}
body header .menu.active .new {
  display: none;
}
body header .logo img {
  display: none;
}
body header .logo .default {
  display: inline-block;
}
body header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
body header nav a {
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  border-bottom: 2px solid #1e1e1e;
}
body header nav a:hover {
  border-bottom: 2px solid #FB7400;
}
body header .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
body header .member .img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}
body header .member .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body header .member span {
  color: #fff;
  font-size: 14px;
}
body header .logout-col {
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fb7400;
  border-radius: 8px;
  color: #fff;
  margin: auto;
  gap: 5px;
  padding: 0 20px;
}
body header .logout-col a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
}
body header .logout-col a:hover {
  text-decoration: underline;
}
body header .CM-btn {
  padding: 0 20px;
}
body header .CM-language-select-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100px;
}
body header .CM-language-select-wrap .default-option {
  background-color: #666;
  color: #fff;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
body header .CM-language-select-wrap .default-option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 10px;
  cursor: pointer;
}
body header .CM-language-select-wrap .default-option li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  right: 8px;
  height: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
body header .CM-language-select-wrap .CM-language-select-ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
body header .CM-language-select-wrap .CM-language-select-ul li {
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .CM-language-select-wrap .CM-language-select-ul li span {
  color: #1e1e1e;
}
body header .CM-language-select-wrap .CM-language-select-ul li:hover {
  color: #FB7400;
}
body header .CM-language-select-wrap.active .CM-language-select-ul {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  max-height: 200px;
}
body header.omgnews .logo .default {
  display: none;
}
body header.omgnews .logo .omgnews {
  display: inline-block;
}
body header.omgnews nav a:hover {
  border-bottom: 2px solid #A3DCFF;
}
body header.omgnews .logout-col {
  background-color: #57BFFF;
}
body header.lineat .logo .default {
  display: none;
}
body header.lineat .logo .lineat {
  display: inline-block;
}
body header.lineat nav a:hover {
  border-bottom: 2px solid #89BF00;
}
body header.lineat .logout-col {
  background-color: #89BF00;
}
body header.play .logo .default {
  display: none;
}
body header.play .logo .games {
  display: inline-block;
}
body header.play nav a:hover {
  border-bottom: 2px solid #F9BE00;
}
body header.play .logout-col {
  background-color: #F9BE00;
}
@media screen and (max-width: 1200px) {
  body header nav {
    gap: 25px;
  }
}
@media screen and (max-width: 1000px) {
  body header {
    padding: 8.5px 30px;
    height: 60px;
  }
  body header nav, body header .member, body header .CM-btn, body header .CM-language-select-wrap {
    display: none;
  }
  body header .col:first-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body header .col:first-child .menu {
    position: absolute;
    left: 0;
  }
  body header .col:last-child {
    display: none;
  }
}
body aside {
  width: 100%;
  max-width: 340px;
  position: fixed;
  z-index: 999;
  top: 84px;
  padding-top: 10px;
  background-color: #fff;
  height: calc(100% - 84px);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-340px);
          transform: translateX(-340px);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0.1s, transform 0.3s;
  transition: opacity 0.3s 0.1s, transform 0.3s, -webkit-transform 0.3s;
  gap: 3px;
}
body aside .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 8px 20px;
}
body aside .member .img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}
body aside .member .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body aside .member span {
  font-size: 18px;
}
body aside .row {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body aside .row a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 18px;
  color: #1e1e1e;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body aside .row a .active {
  display: none;
}
body aside .row .arrow {
  position: relative;
}
body aside .row .arrow .active {
  display: none;
}
body aside .sub-menu-toggle {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle .sub-menu {
  display: none;
}
body aside .sub-menu-toggle .sub-menu li {
  margin-bottom: 5px;
}
body aside .sub-menu-toggle .sub-menu li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 8px 0 8px 44px;
  border-radius: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle .sub-menu li a:hover {
  background-color: #FB7400;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle .sub-menu li .new-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
body aside .sub-menu-toggle .sub-menu li .new-tag span {
  background-color: #fff;
  color: #F55431;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: bold;
}
body aside .sub-menu-toggle.active {
  background-color: #FFA04E;
  padding: 10px 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle.active .row a {
  color: #fff;
}
body aside .sub-menu-toggle.active .row .default {
  display: none;
}
body aside .sub-menu-toggle.active .row .active {
  display: block;
}
body aside .sub-menu-toggle.active .arrow .default {
  display: none;
}
body aside .sub-menu-toggle.active .arrow .active {
  display: block;
}
body aside .sub-menu-toggle.active .sub-menu {
  padding: 0 20px;
}
body aside.active {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body aside > .row:hover {
  background-color: #FFA04E;
  border-radius: 10px;
  margin: 0 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside > .row:hover a {
  color: #fff;
}
body aside > .row:hover .default {
  display: none;
}
body aside > .row:hover .active {
  display: block;
}
body aside .btn-row {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
body aside .btn-row .logout-col {
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fb7400;
  border-radius: 8px;
  color: #fff;
  margin: auto;
  gap: 5px;
  padding: 0 20px;
}
body aside .btn-row .logout-col a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
}
body aside .btn-row .logout-col a:hover {
  text-decoration: underline;
}
body aside .account-info {
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body aside .account-info .txt {
  line-height: 2;
}
body aside .account-info .CM-btn {
  height: 38px;
  line-height: 38px;
  width: 60px;
}
body aside .logut {
  text-align: center;
  padding: 20px 0 40px;
}
body aside .logut a {
  text-decoration: none;
  color: #1e1e1e;
}
@media screen and (max-width: 1000px) {
  body aside {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  body aside {
    overflow-y: scroll;
  }
}
body footer {
  background-color: #1e1e1e;
}
body footer .wrap {
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body footer .wrap .scope .copyright {
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
}
body footer .wrap .scope .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body footer .wrap .scope .logo-col a {
  display: inline-block;
}
body footer .wrap .scope .logo-col a img {
  vertical-align: top;
}
body footer .wrap .scope nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body footer .wrap .scope nav a {
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body footer .wrap .scope nav a:hover {
  color: #F9BE00;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body footer .wrap .scope nav a:first-child {
  padding-left: 0;
}
body footer .wrap .scope nav a:not(:last-child) {
  border-right: 1px solid #666;
}
body footer .wrap .scope .info-col {
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  body footer.lineat .wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  body footer.play .wrap {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  body footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  body footer .wrap .scope .info-col {
    width: 300px;
    margin: auto;
  }
  body footer .wrap .scope nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
  }
  body footer .wrap .scope nav a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-align: center;
  }
  body footer .wrap .scope nav a:nth-child(2) {
    border-right: 0;
  }
  body footer .wrap .scope nav a:first-child {
    padding-left: 20px;
  }
}
body article {
  margin-top: 84px;
  padding: 32px 0;
  background-color: #f4f4f4;
}
body article .breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body article .breadcrumb-wrap.wp-large {
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 17px;
}
body article .breadcrumb-wrap.wp-medium {
  width: 680px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 17px;
}
body article .breadcrumb-wrap .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
body article .breadcrumb-wrap .breadcrumb a, body article .breadcrumb-wrap .breadcrumb span {
  font-size: 14px;
}
body article .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 50px;
}
body article .wrap.wp-large {
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
body article .wrap.wp-medium {
  width: 680px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  body article {
    background-color: #fff;
    margin-top: 60px;
    padding: 0;
  }
  body article .breadcrumb-wrap {
    background-color: #f4f4f4;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body article .breadcrumb-wrap.wp-large, body article .breadcrumb-wrap.wp-medium {
    margin-bottom: 0;
  }
  body article .wrap {
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 20px;
  }
}

.CM-content {
  width: 100%;
  background-color: #fff;
}
.CM-content .page-title {
  font-weight: bold;
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}
.CM-content .btn-row {
  text-align: center;
}
.CM-content .btn-row .CM-btn {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .CM-content .page-title {
    font-size: 18px;
  }
  .CM-content .btn-row .CM-btn {
    max-width: 100%;
  }
}

.page-games {
  padding-top: 50px;
}
.page-games .tip-bar {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFE696;
  z-index: 5;
}
.page-games .tip-bar .tip-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-games .tip-bar .tip-close img {
  width: 100%;
  vertical-align: top;
}
.page-games .bn-scope {
  width: 680px;
  max-width: 100%;
  height: 210px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.page-games .bn-scope img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-games .bn-scope .game-bn {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.page-games .bn-scope .game-bn .mb-bn {
  display: none;
}
.page-games .bn-scope .game-logo {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  right: 53px;
  bottom: 16px;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.page-games .bn-scope .game-name {
  height: 40px;
  background: url(/Images/txtbg.png) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.page-games .bn-scope .game-name b {
  padding-left: 40px;
}
.page-games .wrap {
  border-radius: 0 0 8px 8px;
}
.page-games .wrap .btn-row {
  text-align: center;
}
.page-games .wrap .btn-row .CM-btn {
  width: 100%;
  max-width: 300px;
}
.page-games .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.page-games .tab-list li {
  display: inline-block;
  padding: 10px 5px;
  color: #808080;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
.page-games .tab-list li:hover, .page-games .tab-list li.active {
  color: #fb7400;
  border-color: #fb7400;
}
.page-games .tab-content {
  position: relative;
}
.page-games .tab-content .tc-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  display: none;
}
.page-games .tab-content .tc-box.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  display: block;
}
.page-games footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
.page-games footer .copyright {
  font-size: 13px;
  font-weight: 500;
  color: #1e1e1e;
}
.page-games footer .rating {
  width: 38px;
}
.page-games footer .rating img {
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-games {
    padding-top: 20px;
    background: #f4f4f4;
  }
  .page-games .tip-bar {
    top: 60px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 680px) {
  .page-games {
    padding-top: 0;
  }
  .page-games .tip-bar .tip-close {
    right: 15px;
  }
  .page-games .bn-scope {
    width: 100%;
    height: 176px;
  }
  .page-games .bn-scope .game-bn {
    border-radius: 0;
  }
  .page-games .bn-scope .game-bn .mb-bn {
    display: block;
  }
  .page-games .bn-scope .game-bn .pc-bn {
    display: none;
  }
  .page-games .bn-scope .game-logo {
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .page-games .bn-scope .game-name b {
    font-size: 16px;
    padding-left: 30px;
  }
  .page-games .wrap {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
  .page-games .wrap .tab-list {
    margin-bottom: 20px;
  }
  .page-games .wrap .tab-list li {
    font-size: 16px;
    padding: 0 10px 10px;
  }
  .page-games .wrap .tab-list li span {
    display: none;
  }
  .page-games .wrap .btn-row .CM-btn {
    max-width: 100%;
  }
  .page-games footer {
    padding: 20px 0;
    gap: 10px;
  }
  .page-games footer .rating {
    width: 30px;
  }
}