@charset "UTF-8";
body {
  background: #d7e7ff;
  padding-top: 90px;
}
@media (max-width: 992px) {
  body {
    padding-top: 55px;
  }
}

/**********************/
/********* 選單 ********/
/**********************/
header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .navbar {
  box-shadow: 0px 4px 40px rgba(130, 179, 254, 0.2);
}
@media (max-width: 992px) {
  header .menu-tool {
    position: absolute;
    right: 0;
    top: 8px;
  }
}
header .account {
  display: flex;
  align-items: center;
  order: 2;
  margin-left: 30px;
}
@media (max-width: 992px) {
  header .account {
    order: 1;
    margin-left: 0;
    margin-top: 30px;
  }
}
header .account:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon/account.svg") center center no-repeat;
  background-size: 24px 24px;
  margin-right: 8px;
  display: inline-block;
}
header .account .gold {
  color: #737373;
  display: flex;
  align-items: center;
}
header .account .gold:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon/gold.png") center center no-repeat;
  background-size: 24px 24px;
  margin-right: 8px;
  display: inline-block;
}
header .logo {
  width: 186px;
  height: 64px;
  background: url("../images/logo.svg") center center no-repeat;
  background-size: 186px 64px;
  display: block;
}
@media (max-width: 992px) {
  header .logo {
    background: url("../images/logo-mob.svg") center center no-repeat;
    background-size: 93px 24px;
    width: 93px;
    height: 28px;
    padding: 2px 0;
  }
}
header .navbar-toggler {
  border: 0;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46, 129, 253, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  header nav .menu-list {
    margin-top: 10px;
  }
}
header nav .menu-list li {
  padding: 0px;
}
header nav .menu-list li a {
  font-size: 18px;
  font-weight: 700;
  color: #636569;
  display: flex;
  align-items: center;
  letter-spacing: 2.4px;
}
header nav .menu-list li a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffcb2e;
  margin-left: 1em;
}
header nav .menu-list li a:hover {
  color: #111;
}
header nav .menu-list li ul li a {
  font-size: 16px;
  color: #888;
}
header nav .menu-list li ul li a::after {
  display: none;
}
header nav .login {
  font-size: 16px;
  font-weight: 700;
  color: #82b3fe;
  border: 1px solid #82b3fe;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 7px 10px;
  text-decoration: none;
  margin-left: 30px;
  justify-content: center;
  width: 140px;
}
@media (max-width: 992px) {
  header nav .login {
    margin-left: 0px;
    margin-right: 15px;
    width: 105px;
    font-size: 14px;
  }
}
header nav .login:hover {
  background: #2e81fd;
  color: #fff;
}
header .dropdown-toggle::after {
  border: none !important;
}
@media (max-width: 992px) {
  header .dropdown-menu {
    border: none !important;
    border-radius: 100px !important;
  }
}

/**************************/
/********* 分頁按鈕 ********/
/**************************/
.custom-pagination .page-link.circle {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-weight: 500;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #abcdfe;
}
.custom-pagination .page-link.circle:hover {
  color: #589afd;
}

.custom-pagination .page-item.active .page-link.circle {
  background: #589afd;
  color: #fff;
  border-color: #589afd;
}

.custom-pagination .page-link.arrow {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #abcdfe;
}
.custom-pagination .page-link.arrow:hover {
  color: #589afd;
}

.custom-pagination .page-item.disabled .page-link.arrow {
  color: #adb5bd;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

.custom-pagination .page-link:focus {
  box-shadow: none;
}

.pagination li {
  color: #ccc;
  padding-top: 2px;
}
.pagination li.page-item {
  padding-top: 0;
}
@media (max-width: 576px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center; /* 讓換行後也保持置中 */
  }
}

/**********************/
/********* 選單 ********/
/**********************/
.modal-alert-style1 {
  max-width: 400px;
  padding: 0 15px;
}
.modal-alert-style1 .modal-content {
  min-height: 220px;
}

.modal-alert-style2 {
  max-width: 800px;
  padding: 0 15px;
}
.modal-alert-style2 .modal-content {
  min-height: 220px;
}

.alert-style-box {
  padding: 28px;
}
.alert-style-box .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../images/close.png") center center no-repeat !important;
  width: 40px;
  height: 40px;
}
.alert-style-box .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #232323;
  margin-bottom: 20px;
}
.alert-style-box img {
  width: 100%;
}
.alert-style-box p {
  margin-top: 15px;
  font-size: 16px;
  color: #232323;
  margin-bottom: 20px;
}
.alert-style-box p.remark {
  line-height: 24px;
  color: #a1a1a1;
  margin-bottom: 0;
}
.alert-style-box .cancel-btn {
  width: 150px;
  height: 40px;
  border-radius: 32px;
  border-width: 2px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #82b3fe;
  border: 2px solid #82b3fe;
  background: #fff;
  float: left;
  transition: all 0.3s ease-in-out;
}
.alert-style-box .cancel-btn.large-btn {
  width: 358px;
}
@media (max-width: 768px) {
  .alert-style-box .cancel-btn.large-btn {
    width: 100%;
  }
}
.alert-style-box .cancel-btn:hover {
  opacity: 0.7;
}
.alert-style-box .ok-btn {
  width: 150px;
  height: 40px;
  border-radius: 32px;
  border-width: 2px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  border: 2px solid #2e81fd;
  background: #2e81fd;
  float: right;
  transition: all 0.3s ease-in-out;
}
.alert-style-box .ok-btn.large-btn {
  width: 358px;
}
@media (max-width: 768px) {
  .alert-style-box .ok-btn.large-btn {
    width: 100%;
  }
}
.alert-style-box .ok-btn:hover {
  opacity: 0.7;
}
.alert-style-box .confirm-close-btn {
  width: 100%;
  height: 40px;
  border-radius: 32px;
  border-width: 2px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  border: 2px solid #2e81fd;
  background: #2e81fd;
  transition: all 0.3s ease-in-out;
}
.alert-style-box .confirm-close-btn:hover {
  opacity: 0.7;
}
.alert-style-box .member-qrcord {
  text-align: center;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.alert-style-box .active-modal-content {
  width: 100%;
  max-height: 270px;
  margin: 20px 0;
  overflow: auto;
}
@media (max-width: 768px) {
  .alert-style-box .active-modal-content {
    max-height: 350px;
  }
}
.alert-style-box .active-modal-content .reviewlist-table {
  width: 100%;
}
.alert-style-box .active-modal-content .reviewlist-table tr {
  border-bottom: 1px solid #eaf2ff;
}
.alert-style-box .active-modal-content .reviewlist-table tr th {
  font-weight: 700;
  color: #737373;
  font-size: 16px;
  line-height: 28px;
  padding: 15px;
}
.alert-style-box .active-modal-content .reviewlist-table tr td {
  font-weight: 300;
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
}

/**********************/
/********* 按鈕 ********/
/**********************/
.activity-link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 64px;
  border-radius: 50px;
  border-width: 2px;
  background-color: #e4efff;
  border: 2px solid #82b3fe;
}
.activity-link a,
.activity-link span {
  position: absolute;
  bottom: 4px;
  left: -3px;
  display: inline-block;
  width: 240px;
  height: 64px;
  border-radius: 50px;
  border-width: 2px;
  background-color: #fff;
  font-family: Noto Sans TC;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  color: #82b3fe !important;
  border: 2px solid #82b3fe;
  z-index: 112;
  transition: all 0.3s ease-in-out;
}
.activity-link a:hover,
.activity-link span:hover {
  bottom: 9px;
  color: #82b3fe !important;
}
.activity-link a:active,
.activity-link span:active {
  bottom: 0px;
  background-color: #82b3fe;
  color: #fff !important;
}
.activity-link.al-more {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .activity-link.al-signup {
    height: 50px;
    line-height: 44px;
  }
  .activity-link.al-signup a,
  .activity-link.al-signup span {
    height: 50px;
    line-height: 44px;
    color: #82b3fe;
    cursor: pointer;
  }
  .activity-link.al-signup a:hover,
  .activity-link.al-signup span:hover {
    color: #82b3fe !important;
  }
  .activity-link.al-signup a:active,
  .activity-link.al-signup span:active {
    color: #fff !important;
  }
}
@media (max-width: 992px) {
  .activity-link.al-more-signup {
    position: absolute;
    bottom: -15px !important;
    left: 50%;
  }
}

.activity-link-submit {
  border: none;
  background: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

/**************************/
/********* 廣告區塊 ********/
/**************************/
.advertise-box {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .advertise-box {
    max-width: 1180px;
  }
}
@media (max-width: 1200px) {
  .advertise-box {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .advertise-box {
    max-width: 760px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .advertise-box {
    max-width: 580px;
  }
}/*# sourceMappingURL=layout.css.map */