<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------*\
  必要CSS檔
  ---
  如果SASS編譯出現子資料夾的檔案，請檢查設定
  "savePath": "~/../../css" //輸出資料夾
\*------------------------------------*/
/*------------------------------------*\
  _variables.scss
  基礎全站設定
\*------------------------------------*/
/*------------------------------------*\
  RWD尺寸標準
\*------------------------------------*/
/*------------------------------------*\
  大小網
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&amp;display=swap");
.web {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/*------------------------------------*\
  頁面寬度
\*------------------------------------*/
/*------------------------------------*\
  color
\*------------------------------------*/
/*------------------------------------*\
  使用顏色設定_主要
\*------------------------------------*/
/*------------------------------------*\
  使用顏色設定_文字及背景顏色
\*------------------------------------*/
.color-black {
  color: #000;
}

.color-gray {
  color: #666;
}

.color-primary {
  color: #00a2ff;
}

.color-secondary {
  color: #ff8835;
}

.color-focus {
  color: #e67420;
}

/*------------------------------------*\
  base extend
\*------------------------------------*/
.btn-tabSub:nth-last-child(1), .btn-m:nth-last-child(1) {
  margin: 0;
}

/*------------------------------------*\
  font
\*------------------------------------*/
.tB {
  font-weight: bold;
}

/*------------------------------------*\
  font face
\*------------------------------------*/
/* noto-sans-tc */
/* Poppins */
/*------------------------------------*\
  reset
\*------------------------------------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, p, blockquote, th, td, iframe, button, a, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  font: 16px/150% "PingFang TC", "Arial", "Noto Sans TC", Helvetica, "微軟正黑體", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #313131;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  background: none;
  outline: none;
  cursor: pointer;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.page {
  background: #fff;
}

/*------------------------------------*\
  font-family
\*------------------------------------*/
.font-eng {
  font-family: "Poppins", "Helvetica Neue", Helvetica, "微軟正黑體", sans-serif;
}

.f-24 {
  font-size: 24px !important;
}

.f-16 {
  font-size: 16px !important;
}

/*------------------------------------*\
  _frame
  天地共通設定
\*------------------------------------*/
/*------------------------------------*\
  頁面
\*------------------------------------*/
body {
  scroll-behavior: smooth;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}
.pagesize, .promoRow {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
@media all and (max-width: 1000px) {
  .pagesize, .promoRow {
    padding: 0 15px;
  }
}

.container {
  padding-top: 157px;
}
@media all and (max-width: 767px) {
  .container {
    padding-top: 117px;
  }
}

/*------------------------------------*\
  天地框架
\*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.header {
  position: relative;
  z-index: 10;
  padding-top: 5px;
  box-shadow: 0 3px 3px 0 rgba(220, 220, 220, 0.5);
}
.header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #1f9cfe 0%, #59d07f 50%, #ff884e 100%);
}

.header-pagesize {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1000px) {
  .header-pagesize {
    padding: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .header-pagesize {
    height: 55px;
  }
}

.header-title {
  display: flex;
  align-items: center;
}

.header-logo {
  flex: 0 0 auto;
  display: block;
  width: 134px;
  height: 46px;
  background: url(../images_dcb/frame/logo-cht.svg) left center no-repeat;
  background-size: auto 100%;
}
@media all and (max-width: 767px) {
  .header-logo {
    width: 100px;
    height: 34px;
  }
}

.header-title-text {
  flex: 0 0 auto;
  margin-left: 16px;
  padding-left: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  border-left: 1px solid;
}
@media all and (max-width: 767px) {
  .header-title-text {
    margin-left: 12px;
    padding-left: 12px;
    font-size: 16px;
  }
}

.header-member {
  width: 24px;
  height: 24px;
  background: url(../images_dcb/frame/member-btn.png) center center no-repeat;
  transition: opacity 0.2s;
}
.header-member:hover, .header-member:active {
  opacity: 0.7;
}

/*------------------------------------*\
  tab
\*------------------------------------*/
.tabArea {
  position: relative;
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
}
.tabArea .swiper {
  padding: 0 8px;
}
.tabArea .swiper-slide {
  width: auto;
}
.tabArea .tab-link {
  position: relative;
  display: block;
  width: auto;
  height: 56px;
  line-height: 56px;
  padding: 0 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.2s;
}
.tabArea .tab-link:hover, .tabArea .tab-link:active {
  color: #209cff;
}
.tabArea .on {
  color: #209cff;
}
.tabArea .on::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #209cff;
}

/*------------------------------------*\
  footer
\*------------------------------------*/
footer {
  padding: 24px 0;
  text-align: center;
  background: #e5e5e5;
  border-top: solid 1px #c9c9c9;
}
footer .pagesize, footer .promoRow {
  line-height: 20px;
  color: #000;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 10px;
}
.footer-links .footer-link {
  position: relative;
  padding: 0 6px;
}
.footer-links .footer-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  background: #000;
}
.footer-links .footer-link:last-of-type::after {
  content: none;
}

.footer-copyright {
  font-size: 14px;
}

/*------------------------------------------------------*/
/*------------------------------------*\
  JS
\*------------------------------------*/
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.15);
}

.swiper-button-prev {
  background: #fff url(../images_dcb/index/slide-prev.svg) center center no-repeat;
  background-size: auto 20px;
}

.swiper-button-next {
  background: #fff url(../images_dcb/index/slide-next.svg) center center no-repeat;
  background-size: auto 20px;
}

.swiper-pagination-bullet {
  vertical-align: bottom;
  background-color: #000;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background-color: #1a7aff;
  opacity: 1;
}

/*------------------------------------*\
  麵包屑
\*------------------------------------*/
.breadcrumbs {
  padding: 6px 0;
  line-height: 1.5rem;
}

.breadcrumbs-text::after {
  content: " / ";
}

.breadcrumbs-text:nth-last-child(1):after {
  content: none;
}

/*------------------------------------*\
  KV 主視覺
\*------------------------------------*/
.bnArea {
  position: relative;
}
.bnArea .bnArea-link {
  display: block;
}
.bnArea .bnArea-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.bnArea .img-full {
  width: 100%;
}
.bnArea .swiper-pagination {
  bottom: 20px;
}
@media all and (max-width: 767px) {
  .bnArea .swiper-pagination {
    bottom: 10px;
  }
}
.bnArea .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 767px) {
  .bnArea .breadcrumbs {
    position: static;
    background-color: #fff;
  }
}

.bnArea-text {
  position: absolute;
  top: 50%;
  right: 12vw;
  color: #fff;
  transform: translateY(-50%);
}
.bnArea-text-title {
  margin-bottom: 0.5vw;
  font-size: 3.3vw;
  line-height: 1.5em;
  font-weight: 700;
}
.bnArea-text-sub {
  font-size: 2.08vw;
  line-height: 1.5em;
}
@media all and (max-width: 767px) {
  .bnArea-text {
    right: 6vw;
  }
}

/*------------------------------------*\
  popup
\*------------------------------------*/
.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 999;
}

.popup-content {
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  left: 50%;
  width: 740px;
  border-radius: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 50px 30px;
  text-align: center;
}
.popup-content .topic {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fc1d65;
  text-align: center;
}
.popup-content .w-mid {
  max-width: 460px;
  margin: 0 auto;
}
.popup-content p {
  color: #6d6d6d;
  font-size: 20px;
  line-height: 30px;
}
.popup-content a {
  color: #e67420;
  border-bottom: 1px solid #e67420;
}
.popup-content a.popup-cancel {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: url(../images_dcb/frame/icon-close.png) center no-repeat;
  background-size: contain;
  border: none;
}
@media all and (max-width: 767px) {
  .popup-content {
    max-width: 80%;
    padding: 20px;
    position: absolute;
    top: 80px;
    transform: translate(-50%, 0);
  }
  .popup-content .topic {
    margin-bottom: 20px;
  }
  .popup-content .popup-icon {
    width: 100px;
    height: 100px;
  }
  .popup-content a.popup-cancel {
    top: -40px;
    right: 0;
    filter: brightness(1000%);
  }
}

.popup-icon {
  width: 122px;
  height: 122px;
  margin: 0 auto;
}
.popup-icon img {
  max-width: 100%;
  height: auto;
}

.popup-checkbox {
  font-size: 20px;
}
.popup-checkbox label {
  cursor: pointer;
  color: #6d6d6d;
  display: inline-block;
}
.popup-checkbox a {
  line-height: 40px;
  display: inline-block;
}
.popup-checkbox input[type=checkbox] {
  display: none;
}
.popup-checkbox input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images_dcb/frame/icon-check-off.png);
  background-size: contain;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.popup-checkbox input[type=checkbox]:checked + label::before {
  background-image: url(../images_dcb/frame/icon-check-on.png);
}

/*------------------------------------*\
  需要的部分樣式 放置於parts/
\*------------------------------------*/
/*------------------------------------*\
  _input.scss
  ___
  inputbox - 基本輸入框
  form - 表單單組項目(標題+內容為一組)
  驗證碼、檔案上傳等
\*------------------------------------*/
/*------------------------------------*\
  input
\*------------------------------------*/
.inputbox input,
.inputbox select,
.inputbox textarea {
  width: 100%;
  min-width: 0;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  border: solid 1px #ddd;
  padding: 0 12px;
  background-color: #fff;
}
.inputbox input:disabled,
.inputbox select:disabled,
.inputbox textarea:disabled {
  background-color: #f0f0f0;
}
.inputbox input::placeholder {
  color: #999;
}
.inputbox input::-webkit-input-placeholder {
  color: #999;
}
.inputbox input::-moz-placeholder {
  color: #999;
}
.inputbox input:-ms-input-placeholder {
  color: #999;
}
.inputbox input:-moz-placeholder {
  color: #999;
}
.inputbox select {
  padding-right: 35px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images_dcb/inner/input-select.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.inputbox select::-ms-expand {
  display: none;
}
.inputbox option:not(first-child) {
  color: #4c4c4c;
}

/*------------------------------------*\
  checkbox  radio
\*------------------------------------*/
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + label:before {
  border-color: #caaf6b;
}
.radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.radio label {
  display: inline-block;
  min-height: 18px;
  position: relative;
  padding: 0 0 0 24px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio label:before, .radio label:after {
  position: absolute;
  content: "";
  margin-top: 0.25em;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.radio label:before {
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
.radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #caaf6b;
  border-radius: 50%;
}

/*checkbox*/
/*------------------------------------*\
  表單
\*------------------------------------*/
/*------------------------------------*\
  驗證碼
\*------------------------------------*/
/*------------------------------------*\
  上傳檔案
\*------------------------------------*/
/*------------------------------------*\
  _btn.scss
  ___
  按鈕
\*------------------------------------*/
/*------------------------------------*\
  btn
\*------------------------------------*/
/*------------------------------------*\
  按鈕尺寸
  height 40 50 70
\*------------------------------------*/
.btn-m {
  transition: background-color 0.2s;
  min-width: 100px;
  height: 40px;
  margin-right: 16px;
  padding: 4px 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}
.btn-m:disabled {
  cursor: default;
  background-color: #aaa;
}
.btn-m:disabled:hover, .btn-m:disabled:active {
  background: #aaa;
}

.btn-check {
  width: 100%;
  max-width: 300px;
  height: 70px;
  padding: 17px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  background: #38b6c1;
  border-radius: 10px;
  transition: background-color 0.2s;
}
.btn-check:hover, .btn-check:active {
  background: #00a2ff;
}
@media all and (max-width: 767px) {
  .btn-check {
    height: 60px;
    padding: 12px;
    font-size: 24px;
    line-height: 1.5em;
  }
}

/*------------------------------------*\
  btn box
\*------------------------------------*/
.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-box.tL {
  justify-content: flex-start;
}
.btn-box.tR {
  justify-content: flex-end;
}
.btn-box.d-block {
  display: block;
}
.btn-box.d-block .btn {
  display: block;
  margin-right: 0;
}

/*------------------------------------*\
  btn - color
\*------------------------------------*/
.btn-secondary {
  color: #fff;
  background-color: #ff8835;
  border-color: #ff8835;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #e57945;
}

.btn-line-gray {
  color: #313131;
  border: solid 1px #666;
  transition: background-color 0.2s;
}
.btn-line-gray:hover, .btn-line-gray:active {
  background-color: rgba(153, 153, 153, 0.1);
}

/*------------------------------------*\
  btn - 小額付款
\*------------------------------------*/
.btnbox--pay {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 540px) {
  .btnbox--pay {
    display: block;
  }
}

.btn-pay {
  display: block;
  position: relative;
  margin: 0 10px 20px;
  min-width: 330px;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to bottom, #eee 0%, #8c8c8c 100%);
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .btn-pay {
    width: calc(50% - 20px);
    min-width: 0;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }
}
@media all and (max-width: 540px) {
  .btn-pay {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.btn-pay span {
  position: relative;
  z-index: 3;
}
.btn-pay::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffeaa0 0%, #ec5e79 100%);
  opacity: 0;
  transition: opacity 0.2s;
}
.btn-pay:hover::after, .btn-pay:active::after {
  opacity: 1;
}

/*------------------------------------*\
  此頁樣式
\*------------------------------------*/
/*------------------------------------*\
  _inner
  內頁樣式
\*------------------------------------*/
.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-mx {
  margin-bottom: 60px;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

/*------------------------------------*\
  page
\*------------------------------------*/
.container-bg {
  background-color: #f6f6f6;
}

/*------------------------------------*\
  title
\*------------------------------------*/
.title-page {
  padding: 20px 0;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 767px) {
  .title-page {
    font-size: 28px;
  }
}

/*------------------------------------*\
  list
\*------------------------------------*/
.ol-num {
  padding-left: 1.3em;
}

.ul-point, .ul-disc {
  list-style: none;
}

.ul-point li, .ul-disc li {
  position: relative;
  padding-left: 1.3em;
}

.ul-point li::before, .ul-disc li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 3px;
  background: #b5b5b5;
}

.ul-disc li::before {
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #646464;
}

/*------------------------------------*\
  items
\*------------------------------------*/
.imgbox img, .eventList-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.imgbox.tL img, .tL.eventList-img img {
  margin: 0 auto 0 0;
}
.imgbox--shadow img, .stepList-item .imgbox img, .stepList-item .eventList-img img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

/*------------------------------------*\
  tabSub
\*------------------------------------*/
.tabSub {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .tabSub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 540px) {
  .tabSub {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
.tabSub .swiper {
  padding: 10px 15px;
}
.tabSub .swiper-slide {
  width: auto;
}

.btn-tabSub {
  display: block;
  min-width: 160px;
  margin-right: 20px;
  padding: 15px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.btn-tabSub:hover, .btn-tabSub:active, .btn-tabSub.on {
  color: #fff;
  background-color: #1b98f2;
}
@media all and (max-width: 767px) {
  .btn-tabSub {
    min-width: 0;
    margin: 0;
    padding: 12px;
    font-size: 18px;
  }
}

/*------------------------------------*\
  pager
\*------------------------------------*/
.promulgateArea {
  padding: 30px 0 15px;
}
@media all and (max-width: 767px) {
  .promulgateArea {
    padding: 16px 0;
  }
}
@media all and (min-width: 768px) {
  .promulgateArea .title-page {
    margin-bottom: 20px;
  }
}

/*------------------------------------*\
  pager
\*------------------------------------*/
.pager {
  display: flex;
  justify-content: center;
}

.pager li {
  display: inline-block;
  margin: 0 4px;
}

.pager a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s;
}
.pager a:hover, .pager a:active {
  color: #00a2ff;
}

.pager a.on {
  padding: 0 5px;
  color: #fff;
  background-color: #00a2ff;
  border-radius: 16px;
}

.pager_icon.prev,
.pager_icon.next {
  background: url(../images_dcb/inner/promoRow-nav-link.png) center no-repeat;
  background-size: 8px auto;
}
.pager_icon.prev:hover, .pager_icon.prev:active,
.pager_icon.next:hover,
.pager_icon.next:active {
  background: url(../images_dcb/inner/promoRow-nav-link-on.png) center no-repeat;
  background-size: 8px auto;
}

.pager_icon.prev {
  transform: rotate(180deg);
}

/*------------------------------------*\
  浮動按鈕
\*------------------------------------*/
.floatBtn {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 120px;
  width: 100%;
  height: 0;
  overflow: visible;
}
@media all and (max-width: 767px) {
  .floatBtn {
    bottom: 130px;
  }
}
.floatBtn .pagesize, .floatBtn .promoRow {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  height: 0;
  overflow: visible;
}
@media all and (max-width: 1280px) {
  .floatBtn .pagesize, .floatBtn .promoRow {
    max-width: 100%;
  }
}
.floatBtn .btn-openPay {
  position: relative;
  right: -54px;
  flex: 0 0 auto;
  width: 80px;
  height: 92px;
  background: url(../images_dcb/inner/pay-float.png) center center no-repeat;
  background-size: 100% auto;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.28));
  transition: right 0.2s;
}
@media all and (max-width: 1440px) {
  .floatBtn .btn-openPay {
    right: -15px;
  }
}
@media all and (max-width: 767px) {
  .floatBtn .btn-openPay {
    width: 60px;
    height: 72px;
  }
}

/*------------------------------------*\
  服務說明
\*------------------------------------*/
.title-article, .promoTitle .title-promo {
  color: #000;
}

/*------------------------------------*\
  服務說明 - 查詢說明
\*------------------------------------*/
.stepList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 70px;
}
@media all and (max-width: 1000px) {
  .stepList {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-column-gap: 60px;
  }
}
@media all and (max-width: 767px) {
  .stepList {
    grid-column-gap: 36px;
    grid-row-gap: 50px;
  }
}
@media all and (max-width: 540px) {
  .stepList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.stepList-item {
  display: flex;
  flex-direction: column;
}

.stepList-title {
  flex: 0 0 auto;
  margin-bottom: 30px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
  font-weight: 700;
  color: #38b6c1;
  border: solid 1px #d9d8d9;
}
@media all and (max-width: 767px) {
  .stepList-title {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

.stepList-text {
  flex: 1 1 auto;
  min-height: 90px;
  margin-bottom: 20px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  .stepList-text {
    min-height: 60px;
  }
}
@media all and (max-width: 540px) {
  .stepList-text {
    min-height: auto;
  }
}

.stepList-item .imgbox, .stepList-item .eventList-img {
  flex: 0 0 auto;
}

.stepList--pay {
  grid-template-columns: repeat(3, 1fr);
}
.stepList--pay-notice {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media all and (max-width: 1000px) {
  .stepList--pay {
    grid-template-columns: repeat(2, 1fr);
  }
  .stepList--pay-notice {
    grid-column: 1/3;
    grid-row: auto;
  }
}
@media all and (max-width: 540px) {
  .stepList--pay {
    grid-template-columns: repeat(1, 1fr);
  }
  .stepList--pay-notice {
    grid-column: auto;
  }
}

/*------------------------------------*\
  服務說明 - 小額付款
\*------------------------------------*/
.payList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media all and (max-width: 1000px) {
  .payList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 540px) {
  .payList {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.payList li {
  flex: 0 0 25%;
  padding: 10px;
  border: solid 1px #ddd;
}
@media all and (max-width: 540px) {
  .payList li {
    padding: 8px;
  }
}
@media all and (max-width: 374px) {
  .payList li {
    padding: 4px;
  }
}

/*------------------------------------*\
  _promoRow.scss
  ___
  優惠區
\*------------------------------------*/
.promoRow {
  display: flex;
  align-items: stretch;
  padding-top: 48px;
}
@media all and (max-width: 767px) {
  .promoRow {
    display: block;
    padding-top: 20px;
  }
}

/*------------------------------------*/
.promoRow-nav {
  flex: 0 0 auto;
  width: 25%;
  min-width: 210px;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-top-right-radius: 40px;
}
@media all and (max-width: 767px) {
  .promoRow-nav {
    width: 100%;
    background: transparent;
    box-shadow: none;
  }
}
.promoRow-nav-title {
  min-height: 64px;
  border-bottom: 1px solid #e5e5e5;
}
@media all and (max-width: 767px) {
  .promoRow-nav-title {
    min-height: auto;
    text-align: center;
    border: none;
    margin-bottom: 16px;
  }
}
.promoRow-nav .text {
  display: inline-block;
  position: relative;
  padding: 11px 20px;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  color: #fff;
  background-color: #00a2ff;
}
@media all and (max-width: 767px) {
  .promoRow-nav .text {
    padding: 0;
    font-size: 24px;
    color: #000;
    background-color: transparent;
  }
}
.promoRow-nav .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 20px 0 0;
  border-color: #00a2ff transparent transparent transparent;
}
@media all and (max-width: 767px) {
  .promoRow-nav .text::after {
    content: none;
  }
}

.promoRow-nav-list {
  color: #535353;
}
.promoRow-nav-list a {
  display: block;
  padding: 21px 40px 21px 20px;
  font-size: 20px;
  line-height: 1.5em;
  background: url(../images_dcb/inner/promoRow-nav-link.png) right 24px center no-repeat;
  background-size: auto;
  border-bottom: solid 1px #e5e5e5;
  transition: color 0.2s;
}
.promoRow-nav-list a:hover, .promoRow-nav-list a:active {
  color: #00a2ff;
}
.promoRow-nav-list .on {
  color: #00a2ff;
  background: url(../images_dcb/inner/promoRow-nav-link-on.png) right 24px center no-repeat;
  background-size: auto;
}
.promoRow-nav-list .on:hover, .promoRow-nav-list .on:active {
  color: #fff;
}
@media all and (max-width: 767px) {
  .promoRow-nav-list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .promoRow-nav-list a {
    border: none;
    display: block;
    min-width: 160px;
    margin-right: 20px;
    padding: 15px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  .promoRow-nav-list a:nth-last-child(1) {
    margin: 0;
  }
  .promoRow-nav-list .on {
    color: #fff;
    background: #00a2ff;
  }
}
@media all and (max-width: 540px) {
  .promoRow-nav-list a {
    min-width: 0;
    flex: 1 1 auto;
    margin-right: 10px;
  }
}

/*------------------------------------*/
.promoRow-content {
  flex: 1 1 auto;
  max-width: calc(100% - 240px);
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .promoRow-content {
    max-width: 100%;
    padding-bottom: 40px;
  }
}

.promoTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.promoTitle .title-promo {
  line-height: 50px;
  flex: 1 1 auto;
  margin: 0 10px 0 0;
  font-weight: 500;
}
.promoTitle-sub {
  flex: 0 0 auto;
  width: 180px;
}
.promoTitle-sub select {
  color: #666;
}
@media all and (max-width: 767px) {
  .promoTitle {
    display: block;
  }
  .promoTitle .title-promo {
    margin-right: 0;
  }
  .promoTitle .promoTitle-sub {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .eventList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .eventList-inner {
    padding: 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .eventList-text {
    flex: 1 1 auto;
  }
}
@media all and (max-width: 540px) {
  .eventList {
    grid-template-columns: 1fr;
  }
}
.eventList-item {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-top-right-radius: 20px;
}
@media all and (max-width: 767px) {
  .eventList-item {
    flex-direction: column;
    padding: 0;
    font-size: 1rem;
  }
}
.eventList-item .btn-box {
  justify-content: flex-start;
  margin-bottom: -8px;
}
.eventList-item .btn-m {
  min-width: 124px;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .eventList-item .btn-m {
    min-width: 0;
    width: 100%;
    margin-right: 0;
  }
}

.eventList-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
  background: #ec5e79;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.eventList-img {
  width: 220px;
  margin-right: 20px;
}
.eventList-img img {
  border-radius: 20px;
}
@media all and (max-width: 1000px) {
  .eventList-img {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .eventList-img {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0;
  }
  .eventList-img img {
    width: 100%;
    border-radius: 0;
    border-top-right-radius: 20px;
  }
}

.eventList-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 700;
}
@media all and (max-width: 1280px) {
  .eventList-title {
    padding-right: 130px;
  }
}
@media all and (max-width: 767px) {
  .eventList-title {
    padding-right: 0;
    font-size: 21px;
    flex: 1 1 auto;
  }
}

.eventList-date {
  margin-bottom: 10px;
  color: #00a2ff;
}

.promo-desc {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
  color: #666;
}

.promoArticle {
  padding: 16px 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .promoArticle {
    padding: 15px;
  }
}

.eventLogTable {
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5em;
}
.eventLogTable th {
  padding: 10px 12px;
}
.eventLogTable td {
  padding: 5px 12px;
}
.eventLogTable thead {
  background-color: #eaedf6;
}
.eventLogTable tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.eventLogTable .eventLink {
  transition: color 0.2s;
}
.eventLogTable .eventLink:hover,
.eventLogTable .eventLink:active {
  color: #00a2ff;
}
@media all and (max-width: 767px) {
  .eventLogTable {
    font-size: 18px;
  }
  .eventLogTable,
  .eventLogTable tr,
  .eventLogTable tbody,
  .eventLogTable td {
    display: block;
  }
  .eventLogTable thead {
    display: none;
  }
  .eventLogTable td {
    display: flex;
    align-items: center;
  }
  .eventLogTable td::before {
    content: attr(data-th);
    flex: 0 0 auto;
    margin-right: 10px;
    color: #666;
    width: 5em;
  }
  .eventLogTable .btn-m {
    height: 36px;
    font-size: 18px;
  }
}
@media all and (max-width: 540px) {
  .eventLogTable {
    font-size: 16px;
  }
}

/*------------------------------------*\
  _eventArea.scss
  ___
  活動頁樣式
\*------------------------------------*/
.key {
  color: #fc1d65;
} /*內容內關鍵字顏色*/
.key-sub {
  color: #e67420;
}

.color-gray {
  color: #7d7d7d;
}

.eventArea {
  color: #555;
  /* 內文 */
  /* 標題 */
  /* ol */
  /* ul */
  /* note-flex */
  /* hr */
  /*遊戲禮包優惠*/
  /*注意事項*/
  /* hami */
  /* fourG */
  /*貼心提醒*/
  /* 條款頁 */
  /* 得獎名單 */
  /* ----------------------------------------- */
  /* 僅大網 */
  /* ----------------------------------------- */
  /* ----------------------------------------- */
  /* RWD */
  /* ----------------------------------------- */
}
.eventArea ul, .eventArea ol {
  list-style: none;
}
.eventArea .fw-mid {
  font-weight: 500;
}
.eventArea .mMode {
  display: none !important;
}
.eventArea .title {
  text-align: center;
  padding: 30px 0 50px;
  background-color: #fff5e5;
}
.eventArea .event {
  position: relative;
}
.eventArea .event p {
  font-size: 19px;
  margin-top: 5px;
}
.eventArea .week {
  color: #ef7216;
  font-weight: bold;
  padding-top: 10px;
}
.eventArea .event .apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.eventArea .event .apps li {
  display: inline-block;
  width: 65px;
  margin-right: 15px;
}
.eventArea .event .apps li:last-child {
  margin-right: 0;
}
.eventArea .event .apps li:hover {
  opacity: 0.8;
}
.eventArea .event .more_info {
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 15px;
}
.eventArea .event .more_info a {
  color: #ef7216;
}
.eventArea .event_box {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}
.eventArea .event_box .sup {
  color: #888;
  font-size: 14px;
}
.eventArea .event_box .item {
  background: url(../images_dcb/hr-dot.png) 0 bottom repeat-x;
  background-size: 10px;
}
.eventArea .event_box &gt; .item:last-child {
  background: none;
}
.eventArea .topic {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fc1d65;
  text-align: center;
}
.eventArea .s-tit {
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  color: #00a2ff;
}
.eventArea .s-tit.sub {
  color: #000;
}
.eventArea .s-topic {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fc1d65;
  border: solid 2px #fc1d65;
  margin-bottom: 20px;
  padding-right: 20px;
}
.eventArea .s-topic span {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  background-color: #fc1d65;
}
.eventArea .s-topic span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 10px;
  border-color: transparent transparent transparent #fc1d65;
}
.eventArea .orange-tit {
  color: #ef7216;
  border: 1px solid #ef7216;
}
.eventArea .desc a {
  color: #222354;
  font-size: 20px;
  border-bottom: 1px solid #222354;
}
.eventArea .event_box p {
  font-size: 20px;
  line-height: 1.5em;
}
.eventArea .event_box .note {
  font-size: 16px;
  color: #999;
}
.eventArea .event_box .note.font-size-lg {
  font-size: 20px;
}
.eventArea .event_box ul,
.eventArea .event_box ol {
  text-align: left;
}
.eventArea .event_box .highlight li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 180%;
}
.eventArea .event_box .highlight li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #222354;
  border-radius: 50%;
}
.eventArea .event_box .desc {
  font-size: 19px;
  text-align: left;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}
.eventArea .event_box .desc .note2 {
  font-size: 17px;
  color: #616161;
}
.eventArea .note3 {
  font-size: 13px;
  color: #616161;
}
.eventArea .event_box .num {
  list-style: none;
  counter-reset: num;
}
.eventArea .event_box .num li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.eventArea .event_box .num li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0px;
  left: 0;
}
.eventArea .event_box .pointUl li {
  padding-left: 15px;
  position: relative;
  font-size: 20px;
  margin-bottom: 5px;
}
.eventArea .event_box .pointUl li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f13e00;
  position: absolute;
  left: 0px;
  top: 13px;
}
.eventArea .note-flex {
  display: flex;
  text-align: left;
  font-size: 17px;
  color: #999;
}
.eventArea .note-flex-num {
  flex: 0 0 auto;
}
.eventArea .note-flex p {
  font-size: 17px;
}
.eventArea .hr-1 {
  width: 100%;
  height: 1px;
  background: #eee;
  border: none;
  margin: 30px 0;
}
.eventArea .bt_seting {
  display: inline-block;
  padding: 0 16px;
  margin: 0 10px;
  line-height: 36px;
  color: #fff;
  border-radius: 18px;
  font-size: 18px;
  background-color: #ff5c70;
}
.eventArea a.more {
  color: #3eb1ec;
  border-bottom: solid 1px;
}
.eventArea .point::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d45253;
  border-radius: 99em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.eventArea .game-pack {
  background-color: #ffe6de;
  padding: 35px 0;
  text-align: center;
}
.eventArea .game-pack .s-topic {
  background-color: transparent;
  margin: 0 auto 10px;
  position: relative;
  display: block;
  line-height: 1;
}
.eventArea .game-pack .s-topic::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f13e00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.eventArea .game-pack .s-topic span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #f13e00;
  display: inline-block;
  background-color: #ffe6de;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  z-index: 2;
  margin-right: 0;
}
.eventArea .game-pack .s-topic span::before {
  display: none;
}
.eventArea .game-pack .game-con {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  font-weight: 400;
}
.eventArea .game-con .key {
  font-weight: 400;
}
.eventArea .game-pack a.more {
  color: #f13e00;
  border-bottom: 1px solid #f13e00;
  font-weight: bold;
}
.eventArea .app-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.eventArea .app-list &gt; li {
  flex: 1 1 96px;
  max-width: 96px;
  height: 96px;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin: 0 8px 20px;
}
.eventArea .app-list a {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 16px;
  overflow: hidden;
}
.eventArea .app-list &gt; li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.eventArea .detail-anchor {
  padding-top: 20px;
  margin-bottom: 30px;
}
.eventArea .detail-anchor:nth-last-child(1) {
  margin-bottom: 0;
}
.eventArea .detail {
  padding: 0 30px 20px;
}
.eventArea .detail .topic {
  position: relative;
  top: -20px;
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.eventArea .detail .topic span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}
.eventArea .level1 {
  counter-reset: num;
  font-weight: 400;
}
.eventArea .level1 &gt; li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.eventArea .level1 &gt; li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0px;
  left: 0;
}
.eventArea .level2 {
  color: #529fd5;
}
.eventArea .level2 &gt; li {
  position: relative;
  padding-left: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.eventArea .level2,
.eventArea .level3 {
  padding-left: 25px;
}
.eventArea .level3 &gt; li {
  position: relative;
  padding-left: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.eventArea .level3 &gt; li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #626262;
  border-radius: 50%;
}
.eventArea .detail.hami {
  border: 2px solid #43c506;
}
.eventArea .detail.hami .topic,
.eventArea .detail.hami .level1 li::before,
.eventArea .c_hami {
  color: #43c506;
}
.eventArea .detail.hami .link {
  font-weight: 500;
  color: #ff5c70;
  border: none;
}
.eventArea .detail.hami .link:hover {
  opacity: 0.8;
}
.eventArea .detail.fourG {
  border: 2px solid #1566df;
}
.eventArea .detail.fourG a,
.eventArea .detail.fourG .topic,
.eventArea .detail.fourG .level1 li::before {
  color: #1566df;
}
.eventArea .detail.fourG a {
  font-weight: 500;
}
.eventArea .item2 {
  position: relative;
}
.eventArea .dash {
  position: absolute;
  left: 0px;
  top: 2px;
}
.eventArea .item2 .desc {
  padding-left: 30px;
}
.eventArea .branch1 {
  font-weight: 500;
}
.eventArea .branch2 {
  position: relative;
  padding-left: 30px;
}
.eventArea .branch3 {
  padding-left: 55px;
}
.eventArea .branch3.light {
  /* color: #7d7d7d; 註解色 */
}
.eventArea .branch2.sps {
  text-indent: -25px;
  margin-left: 25px;
}
.eventArea .branch2.sps span {
  font-weight: 300;
}
.eventArea .branch3.point::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #612b7b;
  vertical-align: middle;
  margin-right: 8px;
}
.eventArea .branch {
  color: #774e4e;
  margin-bottom: -5px;
}
.eventArea .precaution {
  padding: 30px 0;
  color: #333;
  background-color: #eaeaea;
}
.eventArea .JS_precaution_fold {
  margin-bottom: 20px;
  max-height: 450px;
  overflow-y: hidden;
}
.eventArea .JS_precaution_fold.open {
  max-height: 4500px;
  overflow: auto;
}
.eventArea .precaution .topic {
  color: #000;
  margin-bottom: 20px;
}
.eventArea .precaution p {
  line-height: 24px;
}
.eventArea ul.dotList &gt; li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.eventArea ul.dotList &gt; li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fc1d65;
  position: absolute;
  top: 10px;
  left: 6px;
}
.eventArea .notice {
  text-align: center;
  font-size: 14px;
}
.eventArea .example {
  color: #888;
}
.eventArea .reminder {
  max-width: 1000px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto 50px;
}
.eventArea .reminder .topic {
  margin-bottom: 20px;
}
.eventArea .reminder .method {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
.eventArea .reminder-qr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eventArea .reminder-qr .btnbox {
  flex: 0 0 300px;
}
.eventArea .reminder-qr img {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: 40px;
  border: solid 1px #ddd;
}
.eventArea .terms {
  padding: 30px 0;
  font-size: 18px;
  line-height: 1.5em;
  color: #333;
}
.eventArea .terms .topic {
  color: #000;
}
.eventArea ul.award_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-right: 1px solid #eddde3;
  border-bottom: 1px solid #eddde3;
}
.eventArea ul.award_list li {
  color: #1b1b1b;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  line-height: 30px;
  width: 20%;
  flex: 1 1 auto;
  border-top: 1px solid #eddde3;
  border-left: 1px solid #eddde3;
}
@media screen and (min-width: 768px) {
  .eventArea {
    /* 得獎名單 */
  }
  .eventArea .award_list .bg_list {
    background-color: #faeff3;
  }
}
@media screen and (max-width: 1100px) {
  .eventArea .anchor {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .eventArea {
    /*index page*/
    /* 副標 */
    /* 副標2 */
    /* hr */
    /*遊戲禮包優惠*/
    /*注意事項*/
    /*貼心提醒*/
    /* 條款頁 */
    /*中獎名單*/
    /*錨點*/
    /* 遊戲圖片小網樣式 */
  }
  .eventArea .wpMode {
    display: none !important;
  }
  .eventArea .mMode {
    display: block !important;
  }
  .eventArea .break {
    display: block;
  }
  .eventArea h3,
  .eventArea .txt-ml {
    font-size: 18px;
  }
  .eventArea .pagesize, .eventArea .promoRow {
    padding: 0 15px;
  }
  .eventArea .title1 h1 {
    font-size: 1.25rem;
  }
  .eventArea .title1 .pagesize, .eventArea .title1 .promoRow {
    display: block;
    text-align: center;
  }
  .eventArea .title1 .headtitle {
    margin: 0 0 20px;
  }
  .eventArea .title1 .text {
    font-size: 1.125rem;
  }
  .eventArea .feature {
    display: block;
  }
  .eventArea .feature h2 {
    font-size: 21px;
  }
  .eventArea .feature-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .eventArea .feature-item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .eventArea .event_box .icloud {
    font-size: 1rem;
    letter-spacing: 0px;
  }
  .eventArea .topic {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .eventArea .s-tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .eventArea .s-topic {
    display: block;
    padding: 0;
    line-height: 40px;
    font-size: 20px;
  }
  .eventArea .s-topic span {
    display: block;
    margin: 0 0 10px;
  }
  .eventArea .s-topic span::after {
    top: auto;
    right: auto;
    left: calc(50% - 10px);
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fc1d65 transparent transparent transparent;
  }
  .eventArea .hr-1 {
    margin: 20px 0;
  }
  .eventArea .event_box p {
    font-size: 18px;
  }
  .eventArea .event_box .note.font-size-lg {
    font-size: 16px;
  }
  .eventArea .event_box li {
    font-size: 18px;
    /* line-height: 180%; */
  }
  .eventArea .event_box .pointUl li {
    font-size: 16px;
  }
  .eventArea .event_box .num {
    position: relative;
    left: 0px;
  }
  .eventArea .event_box .num li {
    font-size: 18px;
    text-align: left;
    text-justify: inherit;
  }
  .eventArea .event_box li::before {
    top: 10px;
  }
  .eventArea .event_box .desc {
    padding-left: 0px;
    font-size: 1.1rem;
    line-height: 180%;
  }
  .eventArea .title {
    padding: 30px 15px 50px;
    line-height: 36px;
  }
  .eventArea .enent p {
    margin-top: 0px;
  }
  .eventArea .event .apps {
    margin-top: 0px;
    padding: 0px 30px;
  }
  .eventArea .event .apps li {
    margin: 10px 10px 0px 0px;
    width: 70px;
  }
  .eventArea .event .more_info {
    width: 250px;
    bottom: 10px;
    left: 50%;
    right: 0px;
    transform: translateX(-50%);
  }
  .eventArea .btn {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .eventArea .point {
    font-size: 16px;
  }
  .eventArea .point::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 99em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  .eventArea .note-flex &gt; p,
  .eventArea .note-flex &gt; span {
    font-size: 16px;
    line-height: 1.5em;
  }
  .eventArea .game-pack {
    padding: 20px 0px 20px 0px;
  }
  .eventArea .game-pack .s-topic span {
    line-height: 1.3;
    /* padding: 0 15px;
    box-sizing: border-box; */
    margin-bottom: 0;
    padding: 0;
    width: 95%;
    /* display: inline; */
  }
  .eventArea .game-pack .s-topic::before {
    top: 40%;
  }
  .eventArea .detail .topic {
    top: -15px;
    font-size: 20px;
    line-height: 30px;
  }
  .eventArea .level1 {
    counter-reset: num;
  }
  .eventArea .level1 &gt; li {
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 1.8;
    text-align: left;
    text-justify: inherit;
  }
  .eventArea .precaution {
    padding: 20px 0 30px;
    font-size: 16px;
  }
  .eventArea .precaution .topic {
    font-size: 21px;
  }
  .eventArea .branch2 {
    padding-left: 20px;
  }
  .eventArea .level3 {
    padding-left: 20px;
  }
  .eventArea .notice {
    line-height: 120%;
    margin-bottom: 20px;
  }
  .eventArea .reminder-qr {
    display: block;
  }
  .eventArea .reminder img {
    display: block;
    margin: 0 auto 20px;
  }
  .eventArea .reminder .method {
    width: 100%;
  }
  .eventArea .terms {
    padding: 20px 0;
  }
  .eventArea ul.award_list li {
    width: 50%;
    padding: 3px 0;
  }
  .eventArea ul.award_list &gt; li:nth-child(4n),
  .eventArea ul.award_list &gt; li:nth-child(4n-1) {
    background-color: #faeff3;
  }
  .eventArea .anchor {
    right: 5px;
  }
  .eventArea .anchor a {
    width: 100px;
    height: 100px;
  }
  .eventArea .anchor1 {
    margin-bottom: 15px;
  }
  .eventArea .app-list &gt; li {
    flex: 1 1 76px;
    max-width: 76px;
    height: 76px;
  }
  .eventArea .app-list a {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 375px) {
  .eventArea {
    /*限定優惠活動*/
  }
  .eventArea .btn a::after {
    width: 50px;
    height: 50px;
  }
}

/* btn */
.btnbox {
  text-align: center;
}
.btnbox .btn {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  color: #fff !important;
  background-color: #e67420;
  border-bottom: none;
  border-radius: 10px;
  transition: background-color 0.2s;
}
.btnbox .btn:hover, .btnbox .btn:active {
  background-color: #d56818;
}
.btnbox .btn:nth-last-child(1) {
  margin-bottom: 0;
}

/*input-ul*/
.input-ul li {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.input-ul li &gt; div {
  margin-left: 10px;
  display: block;
  white-space: nowrap;
}
.input-ul li &gt; a {
  margin-left: 10px;
  display: inline-block;
  white-space: nowrap;
}
.input-ul li &gt; div:first-child {
  margin-left: 0;
}
.input-ul li .inputbox {
  width: 100%;
}
.input-ul .inputbox input, .input-ul .inputbox select, .input-ul .inputbox textarea {
  border-radius: 10px;
  border-color: #cbcbcb;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .input-ul li {
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: center;
  }
  .input-ul li &gt; div, .input-ul li &gt; a {
    margin: 0 10px 10px;
  }
  .input-ul li &gt; div:first-child {
    margin-right: 0;
  }
  .input-ul .inputbox input, .input-ul .inputbox select, .input-ul .inputbox textarea {
    width: 100%;
  }
}

/*------------------------------------*\
  _serviceArea.scss
  ___
  服務說明內容區塊
\*------------------------------------*/
.articleBox {
  padding: 64px 50px;
  font-size: 20px;
  line-height: 1.5em;
  color: #555;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .articleBox {
    padding: 24px 20px;
    font-size: 18px;
  }
}
@media all and (max-width: 540px) {
  .articleBox {
    padding: 24px 16px;
  }
}

.title-article, .promoTitle .title-promo {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .title-article, .promoTitle .title-promo {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.title-articleSub {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  color: #00a2ff;
}
@media all and (max-width: 767px) {
  .title-articleSub {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

/*------------------------------------*\
  服務說明 - faqList
\*------------------------------------*/
.faq {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .faq {
    margin-bottom: 16px;
  }
}

.faq-que {
  position: relative;
  display: block;
  width: 100%;
  padding: 21px 60px 21px 80px;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  border: solid 1px #d8d8d8;
  border-radius: 10px;
  transition: color 0.2s;
}
@media all and (max-width: 767px) {
  .faq-que {
    padding: 14px 40px 14px 60px;
    font-size: 18px;
  }
}
.faq-que:hover {
  color: #1a80ce;
}
.faq-que::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 17px;
  left: 27px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #219af6;
  border-radius: 19px;
  background-color: #e9f6ff;
}
@media all and (max-width: 767px) {
  .faq-que::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    top: 14px;
    left: 14px;
  }
}
.faq-que::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  width: 24px;
  height: 24px;
  background: url(../images_dcb/inner/faq-arrow.png) center center no-repeat;
  transition: transform 0.2s;
}
@media all and (max-width: 767px) {
  .faq-que::after {
    top: 18px;
    right: 12px;
  }
}

.open .faq-que {
  color: #1a80ce;
}
.open .faq-que::after {
  transform: scaleY(-1);
}

.faq-ans {
  display: none;
}
.faq-ans-inner {
  padding: 30px 30px 10px;
}
@media all and (max-width: 767px) {
  .faq-ans-inner {
    padding: 16px 14px 0 14px;
  }
}

a.link {
  word-break: break-all;
  color: #3eb1ec;
  text-decoration: underline;
  margin: 0 5px;
}

.bnArea-btn {
  position: absolute;
  bottom: 65px;
  right: 50%;
  margin-right: -370px;
  width: 160px;
  height: 44px;
  background: #ff0000 url(../images_dcb/inner/btn-netflix.jpg) 0 0 no-repeat;
  background-size: contain;
  display: block;
}
@media all and (max-width: 767px) {
  .bnArea-btn {
    margin-right: -280px;
    bottom: 40px;
    width: 145px;
    height: 40px;
  }
}
@media screen and (max-width: 900px) {
  .bnArea-btn {
    margin-right: -36%;
    bottom: 27%;
    width: 120px;
    height: 33px;
  }
}
@media screen and (max-width: 667px) {
  .bnArea-btn {
    margin-right: -40%;
    bottom: 22%;
  }
}
@media all and (max-width: 540px) {
  .bnArea-btn {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 0;
    bottom: 0;
    right: 0;
    background-position: center;
  }
}/*# sourceMappingURL=inner.css.map */</pre></body></html>