@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..600&display=swap");
:root {
  --primary-color: #d80c18;
  --second-color: #222222;
  --third-color: #fc9a00;
  --fourth-color: #160a0a;
  --primary-color-light: #fdf1f2;
  --primary-color-dark: #bb0010;
  --second-color-light: #7c7c7c;
}

.slider2.new::after, .slider-for.new::after, .cooperative .cp-item.new::after, .pditem.new:not(.soldout)::after {
  content: "NEW";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c3c), to(#eb0000));
  background-image: linear-gradient(to bottom, #ff3c3c, #eb0000);
  background-image: -moz-linear-gradient(to bottom, #ff3c3c, #eb0000);
  color: white;
  position: absolute;
  padding: 0 30px;
  top: 10px;
  right: -24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}

.pditem.cashback:not(.soldout)::after {
  content: "消費回饋";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c3c), to(#eb0000));
  background-image: linear-gradient(to bottom, #ff3c3c, #eb0000);
  background-image: -moz-linear-gradient(to bottom, #ff3c3c, #eb0000);
  color: white;
  position: absolute;
  padding: 0 22px 0 30px;
  top: 10px;
  right: -24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}

.pditem.event:not(.soldout)::after {
  content: "活動優惠";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c3c), to(#eb0000));
  background-image: linear-gradient(to bottom, #ff3c3c, #eb0000);
  background-image: -moz-linear-gradient(to bottom, #ff3c3c, #eb0000);
  color: white;
  position: absolute;
  padding: 0 22px 0 30px;
  top: 10px;
  right: -24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}

.pditem.sale:not(.soldout)::after {
  content: "特賣會";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc022), to(#ffd900));
  background-image: linear-gradient(to bottom, #ffc022, #ffd900);
  color: #272727;
  position: absolute;
  padding: 0 22px 0 30px;
  top: 10px;
  right: -24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}

.upload-wrap, .nav-pills, .cooperative .cp-item, .flex-row,
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.color01 {
  color: #e40016 !important;
}

.color02 {
  color: #555;
}

.color03 {
  color: var(--third-color);
}

.color04 {
  color: var(--primary-color);
}

.txt-grey {
  color: #676767;
}

.bg01 {
  background: var(--primary-color-light);
}

.bg02 {
  background: rgba(var(--primary-color-light), 0.08);
}

.bgcolor {
  background: #f4f4f4;
}

.fz01 {
  font-size: 0.8rem;
}

.fz02 {
  font-size: 1.2rem;
}

.fz03 {
  font-size: 0.9rem;
}

.tit-1 {
  border-left: 5px solid var(--primary-color);
  padding: 0 1rem;
  margin: 1rem 0.5rem 0.5rem;
}

.border-color01 {
  border: 1px solid var(--primary-color);
}

.mtb-lg-8px {
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 62em) {
  .mtb-lg-8px {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}

.w-65 {
  width: 65%;
}

.grecaptcha-badge {
  z-index: 99999;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media (max-width: 48em) {
  html {
    font-size: 15px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  font-size: 15px;
  position: relative;
  line-height: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--second-color);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*使物件依序排列*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*使物件垂直排列*/
  background: #f4f4f4;
}
body.unscroll {
  overflow: hidden;
}

form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*可佔滿垂直剩餘的空間*/
  height: 100%;
}

a {
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.underline {
  color: var(--second-color);
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a.underline:hover {
  color: var(--primary-color);
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

label {
  margin-bottom: 0.3rem;
}

hr {
  color: var(--bs-border-color);
  opacity: 1;
}

.grecaptcha-badge {
  z-index: 99999;
}

@media (max-width: 62em) {
  .canleadFooter-bottom {
    padding-bottom: 4rem !important;
  }
}

.main {
  text-align: center;
  margin-top: 88px;
}
@media (max-width: 62em) {
  .main {
    margin-top: 52px;
  }
}
.main .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
.main .title-row h3 {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #555;
}
.main .title-row a {
  font-weight: 400;
  font-size: 1rem;
  color: var(--primary-color);
  text-decoration: none;
}
.main .title-row a:hover {
  color: var(--primary-color-dark);
  text-decoration: underline;
}
.main .title-text {
  font-size: 36px;
  color: #000;
  margin: 4rem 0;
  position: relative;
  letter-spacing: 0.3rem;
}
.main .title-text span {
  margin: 1.2rem 0 0;
  color: #999999;
  display: block;
  font-size: 13.5px;
  letter-spacing: 0.2rem;
}
.main .title-text:after {
  content: "";
  width: 25%;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: 20px;
  right: 2%;
}
.main .title-text:before {
  content: "";
  width: 25%;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: 20px;
  left: 2%;
}
.main .product .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  color: #fff;
  padding: 10px;
  z-index: 2;
}
.main .product .text i {
  font-size: 64.5px;
  opacity: 0.2;
}
.main .product .text h2 {
  padding: 0rem 0rem 2.5rem;
  letter-spacing: 0.05rem;
  margin-top: -3rem;
  font-size: 20.25px;
}
.main .product .text p {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0rem 2.5rem 0rem;
  padding: 1rem 0rem 0;
  letter-spacing: 0.1rem;
  font-size: 30px;
  line-height: 2.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 110px;
}
.main .product a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .product a .btn {
  display: none;
  margin-top: 0.5rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  min-width: 30%;
  padding: 0.5rem 1.5rem;
}
.main .product a:hover .btn {
  display: inline-block;
}
.main .product a:hover p {
  border-top: none;
  margin-top: -2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .product .cover {
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-light)), to(var(--primary-color)));
  background: linear-gradient(var(--primary-color-light) 0%, var(--primary-color) 100%);
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  text-align: center;
  opacity: 0.8;
}
.main .product .cover.trans {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main .product-list a {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 0 rgba(204, 204, 204, 0.5);
          box-shadow: 0 4px 0 0 rgba(204, 204, 204, 0.5);
  border: solid 1px #c3c3c3;
  background-color: #f8f8f8;
  margin: 15px 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .product-list a .text {
  background: #f8f8f8;
  font-size: 19.5px;
  padding: 10px;
  color: var(--second-color);
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .main .product-list a .text {
    font-size: 16.05px;
  }
}
.main .product-list a .text span {
  display: block;
  font-size: 13.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--third-color);
}
.main .product-list a .text span.usetimes {
  font-size: 15px;
  margin-top: auto;
  color: var(--third-color);
  border-top: 1px solid #ccc;
  padding-top: 0.25rem;
}
.main .product-list a .pic {
  min-height: 255px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: #fff;
}
.main .product-list a .pic img {
  max-height: 255px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .product-list a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.main .ad-block {
  margin: 1.5rem auto;
}
@media (max-width: 48em) {
  .main .ad-block {
    margin-top: 0.3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 48em) {
  .main .ad-block .row > * {
    padding: 0.3rem;
  }
}

.white-frame {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 48em) {
  .white-frame {
    padding: 1rem 0.75rem;
  }
}
.white-frame p {
  margin-bottom: 0rem;
}

.page {
  background-color: #f2f2f2;
}
@media (max-width: 48em) {
  .page {
    position: relative;
  }
}
.page .banner {
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 48em) {
  .page .banner {
    height: 200px;
  }
}
.page .banner h2 {
  font-size: 2rem;
  letter-spacing: 1px;
}
.page .banner h3 {
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.page .banner.hotel {
  color: white;
  background-image: url("/_common/reward/v2/_img/hotelOverseaBN.jpg");
}
.page .content {
  background: #fff;
  padding: 0.8rem 1rem;
  text-align: left;
  position: relative;
  border-radius: 12px;
}
.page .content .box {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
.page .content .tit {
  position: relative;
  padding-left: 2.5rem;
  margin: 1rem 0 0 0;
  color: var(--primary-color);
  position: relative;
  font-size: 15px;
}
.page .content .tit i {
  position: absolute;
  left: 8px;
  top: 5px;
  color: var(--second-color);
  font-size: 18px;
}
.page .content .title {
  border-bottom: 1px solid var(--bs-border-color);
  margin: 0 -16px;
  padding: 5px 16px 20px;
}
.page .content .title-2 {
  border-left: 5px solid var(--primary-color);
  padding: 0 1rem;
  margin: 2rem 0.5rem 0.5rem;
}
.page .content .title-2:nth-of-type(1) {
  margin-top: 1rem;
}
.page .content .tel span {
  font-size: 12px;
  background: #fffdad;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
}
.page .content .tel a {
  margin: 1.5rem 0.5rem;
  line-height: 15px;
}
.page .content .tel p {
  color: #979797;
  margin: 0 0 0 0.5rem;
  font-size: 14px;
}
@media (max-width: 48em) {
  .page .content .row {
    row-gap: 1rem;
  }
}
.page .step {
  margin: 20px 0;
}
.page .step li {
  width: 25%;
  border-bottom: 1px solid #cfcfcf;
  margin: 0 1rem;
  min-height: 60px;
  position: relative;
}
.page .step li:before {
  content: "\e90b";
  font-family: "icofont";
  color: #c7c7c7;
  position: absolute;
  right: -20px;
  bottom: 40%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.page .step li:last-child:before {
  display: none;
}
.page .step li:first-child {
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
}

.total {
  background-color: var(--primary-color-light);
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: #555;
}
.total p {
  margin-bottom: 0;
}
.total hr {
  color: #c3c3c3;
}
.total .note {
  font-size: 0.9rem;
  color: #676767;
}
.total .vr-line {
  border-right: 1px solid #c3c3c3;
  display: block;
  height: 100%;
  margin: 0rem 1.5rem;
}
@media (max-width: 62em) {
  .total .vr-line {
    border-top: 1px solid #c3c3c3;
    width: 100%;
    margin: 1rem 0rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.provisions {
  background: #f2f2f2;
  font-size: 18px;
  line-height: 2rem;
  -webkit-box-shadow: 0 5px 5px -3px #ddd inset;
          box-shadow: 0 5px 5px -3px #ddd inset;
}
.provisions a {
  color: #000;
}

.side .bg01 {
  padding: 1rem;
  margin: -1rem -1rem 0.3rem -1rem;
}

.step > div {
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
}
.step > div span {
  background: #fff;
  padding-right: 0.6rem;
}
.step > div:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 49%;
  height: 2px;
  width: 95%;
  background: var(--primary-color);
}
.step > div:last-child {
  padding-right: 0rem;
}
.step > div:last-child:after {
  display: none;
}
.step > div b {
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1200px) {
  .main .product .text {
    font-size: 15px;
  }
  .main .product .text i {
    font-size: 45px;
  }
  .main .product .text h2 {
    font-size: 15px;
    margin-top: -2.5rem;
    opacity: 0.8;
    letter-spacing: 0.3rem;
  }
  .main .product .text p {
    font-size: 22.5px;
    line-height: 2.2rem;
    min-height: 85px;
  }
  .main .product-list a .pic {
    min-height: 210px;
  }
  .main .product-list a .pic img {
    max-height: 210px;
  }
  .main .title-text {
    font-size: 30px;
  }
  .main .title-text:after, .main .title-text:before {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .main .product-list a .pic {
    min-height: 323px;
  }
  .main .product-list a .pic img {
    max-height: 323px;
  }
}
@media (max-width: 768px) {
  .main .title-text {
    font-size: 22.5px;
    margin: 2rem 1rem;
  }
  .main .title-text span {
    font-size: 10.5px;
    margin-top: 0.5rem;
  }
  .main .title-text:after, .main .title-text:before {
    display: none;
  }
  .main .product .text {
    font-size: 15px;
    top: 8%;
  }
  .main .product .text i {
    font-size: 21px;
  }
  .main .product .text h2 {
    font-size: 13.5px;
    padding: 0.5rem 0rem 0.5rem;
  }
  .main .product .text p {
    font-size: 15px;
    line-height: 1.5rem;
  }
  .main .product a .btn {
    display: inline-block;
  }
  .main .product a:before {
    display: none;
  }
  .main .product a:hover .btn {
    display: inline-block;
  }
  .main .product a:hover p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 0rem;
  }
  .main .product .cover {
    display: none;
  }
  .main .product-list a .pic {
    min-height: 233px;
  }
  .main .product-list a .pic img {
    max-height: 233px;
  }
  .main .product-list a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .main .step li {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
  .main .step li:before {
    content: "\e90b";
    font-family: "icofont";
    color: #c7c7c7;
    position: absolute;
    right: 50%;
    bottom: -25px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .main .page .step {
    margin: 0 0 40px 0;
  }
  .provisions {
    font-size: 13.5px;
    line-height: 1.6rem;
  }
}
@media (max-width: 575px) {
  .main .title-text {
    margin: 1.4rem 0rem;
    line-height: 36px;
  }
  .main .product .box {
    margin-bottom: 2px;
  }
  .main .product .text {
    top: 9%;
  }
  .main .product .text i {
    font-size: 49.5px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 2rem;
    margin-top: -3rem;
    font-size: 15px;
    letter-spacing: 0.4rem;
  }
  .main .product .text p {
    font-size: 24px;
    line-height: 2rem;
  }
  .main .product a .btn {
    margin-top: 1rem;
  }
  .down {
    display: none;
  }
}
@media (max-width: 414px) {
  .main .title-text {
    margin: 1.4rem 0rem;
    line-height: 36px;
  }
  .main .title-text span {
    letter-spacing: 0.1rem;
  }
  .main .product-list a .pic {
    min-height: 170px;
  }
  .main .product-list a .pic img {
    max-height: 170px;
  }
}
@media (max-width: 375px) {
  .main .title {
    margin: 1rem;
  }
  .main .title:after, .main .title:before {
    display: none;
  }
  .main .product-list a .pic {
    min-height: 150px;
  }
  .main .product-list a .pic img {
    max-height: 150px;
  }
  .page .content .box {
    padding: 0.5rem 0rem 0.5rem 2.5rem;
  }
  .page .content .tel a {
    margin: 1.5rem 0;
    width: 100%;
    display: block;
    line-height: 32px;
  }
  .page .content .title {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .main .product .text {
    top: 5%;
  }
  .main .product .text i {
    font-size: 45px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 1.6rem;
    margin-top: -2.8rem;
  }
  .main .product .text p {
    font-size: 18px;
    line-height: 1.6rem;
    min-height: 75px;
  }
  .main .product a .btn {
    margin-top: 0.8rem;
  }
  .main .product-list a .pic {
    min-height: 123px;
  }
  .main .product-list a .pic img {
    max-height: 123px;
  }
}
.after_dash_gap-1 {
  gap: 15px;
}
@media (max-width: 36em) {
  .after_dash_gap-1 {
    gap: 5px;
  }
}
.after_dash_gap-1 > div {
  position: relative;
}
.after_dash_gap-1 > div:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: var(--second-color);
  position: absolute;
  right: -11px;
  top: 50%;
}
@media (max-width: 36em) {
  .after_dash_gap-1 > div:not(:last-child):after {
    display: none;
  }
}

.mw-150 {
  max-width: 150px;
}

.modal .close {
  padding-bottom: 0.5rem;
}
.modal .close:focus, .modal .close:active, .modal .close:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

/* ----------------------------------------
wifi popup
---------------------------------------- */
.countryModal .modal-header {
  border-bottom: none;
  padding: 0.5rem 1rem 0 1rem;
}
.countryModal .modal-body {
  text-align: left;
}

.country-img {
  display: inline-block;
  width: 26px;
  height: 17px;
  border-radius: 4px;
  margin-right: 0.2rem;
  border: 1px solid #c3c3c3;
}

.gap-mr-1 {
  gap: 1rem 1.5rem;
}

/* ----------------------------------------
member
---------------------------------------- */
.order-list-title {
  font-size: 1.1rem;
  margin-bottom: 0.8rem !important;
  color: var(--primary-color);
}
@media (max-width: 36em) {
  .order-list-title {
    font-size: 1rem;
  }
}

.order a {
  text-decoration: none;
}

.order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order-list__pic {
  min-width: 160px;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  margin-bottom: 0.5rem;
}
@media (max-width: 48em) {
  .order-list__pic {
    min-width: 120px;
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
@media (max-width: 36em) {
  .order-list__pic {
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.order-list__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 0 2rem;
}
@media (max-width: 36em) {
  .order-list__text {
    margin: 0 0 0 1rem;
  }
}
.order-list__text > li {
  line-height: 1.6rem;
}
.order-list__text--title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 36em) {
  .order-list__text--title {
    font-size: 1rem;
  }
}
.order-list__text--smtit {
  display: inline-block;
  margin-right: 0.5rem;
}
.order-list__text--info {
  display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.select-2 {
  border: none;
  font-weight: 600;
  padding-right: 1rem;
  color: #ba9453;
}

.svgicon {
  width: 100%;
  max-width: 58px;
  height: 58px;
  margin: 0 auto;
  display: block;
  fill: black;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.svgicon use {
  width: 100%;
}
.svgicon:hover {
  fill: var(--primary-color);
}

#mainapp {
  position: relative;
}
#mainapp .page {
  min-height: 70vh;
}

.dark-shade {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.dark-shade.active {
  z-index: 1;
  opacity: 1;
}

.pditem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem;
  text-decoration: none;
}
.pditem.soldout {
  pointer-events: none;
  position: relative;
}
.pditem.soldout::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.pditem.soldout::after {
  content: "兌換完畢";
  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;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  height: 120px;
  width: 120px;
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 1000rem;
}
.pditem p {
  margin-bottom: 0;
}
.pditem-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0.75rem;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 36em) {
  .pditem-sort {
    position: fixed;
    width: 100vw;
    background-color: white;
    left: 0;
    top: 52px;
    z-index: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    border-bottom: 2px solid #e8e8e8;
  }
}
.pditem-sort .dropdown {
  border: none;
  padding: 0rem;
  color: #999999;
  position: relative;
}
.pditem-sort .dropdown a {
  text-decoration: none;
  color: inherit;
}
.pditem-sort .dropdown.active {
  color: white;
}
.pditem-sort .dropdown-menu {
  margin: 2px -1.1rem 0px 0px !important;
  border: none;
  border-radius: 0px 4px 4px 0px;
  min-width: auto;
  width: 100%;
}
.pditem-sort .dropdown-item {
  text-align: right;
}
.pditem-sort .dropdown-item:active {
  color: white;
  background-color: var(--primary-color);
}
.pditem-sort div,
.pditem-sort div.dropdown {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #999999;
  color: #999999;
  border-radius: 3px;
  padding: 0.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 36em) {
  .pditem-sort div,
  .pditem-sort div.dropdown {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding: 0.5rem;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
  }
}
.pditem-sort div.active,
.pditem-sort div.dropdown.active {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: white;
}
@media (max-width: 36em) {
  .pditem-sort div.active,
  .pditem-sort div.dropdown.active {
    color: var(--primary-color);
    background-color: white;
    border-bottom: 2px solid var(--primary-color);
  }
}
.pditem-sort .icon-sort {
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0rem;
  border: none;
}
.pditem-sort .icon-sort img {
  height: 20px;
}
@media (max-width: 62em) {
  .pditem-sort .icon-sort {
    display: block;
    width: 3.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.pditem-sort .updown-sort:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0d7";
  margin-left: 0.3rem;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.pditem-sort .updown-sort.upper:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pditem-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: var(--third-color);
  padding: 0.2rem 0.45rem 0 0.45rem;
  height: 30px;
  overflow: hidden;
}
.pditem-type span {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.pditem-type span.icon-type-icon0 {
  font-size: 1.2rem;
}
.pditem-type span.icon-type-icon3 {
  font-size: 1.5rem;
}
.pditem-type span.icon-type-icon4 {
  font-size: 1.1rem;
}
.pditem-txt {
  color: var(--second-color);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 0.5rem;
  padding: 0.75rem 0.45rem 0.35rem;
  font-size: 15px;
  line-height: 1.4rem;
  text-align: center;
}
@media (max-width: 48em) {
  .pditem-txt {
    font-size: 15px;
    padding: 0.45rem;
  }
}
.pditem-txt__tit {
  width: 100%;
  max-width: 100%;
  display: block;
  font-weight: 600;
  margin-top: 0.2rem;
  font-size: 16.5px;
}
.pditem-img {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pditem-lazyImg {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.pditem-mprice {
  font-weight: 400;
  font-size: 0.9rem;
  text-align: center;
  text-decoration-line: line-through;
  color: #c3c3c3;
}
.pditem-point {
  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;
  font-size: 15.9px;
  line-height: 15.9px;
  color: var(--primary-color);
}
.pditem-point:before {
  content: "P";
  font-family: "noto sans tc";
  width: 1rem;
  height: 1rem;
  font-size: 0.6rem;
  border-radius: 100%;
  border: 1.5px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  border-radius: 100%;
  font-weight: 900;
  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;
  font-style: normal;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.pditem-point.pointup:after {
  content: "起";
  display: inline-block;
  font-size: 13px;
  margin-left: 0.25rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.pditem-bonus {
  font-size: 12.75px;
  line-height: 15px;
  color: white;
  background-color: var(--primary-color);
  padding: 0.2rem 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  text-align: center;
  margin: 0.5rem auto 0;
}
.pditem-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 48em) {
  .pditem-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 36em) {
  .pditem-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 75em) {
  .pditem-list.category {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 36em) {
  .pditem-list.category {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pditem-side {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 10rem;
  z-index: 0;
}
@media (max-width: 62em) {
  .pditem-side {
    position: fixed;
    top: 0px;
    right: 0px;
    min-height: 100vh;
    overflow-y: auto;
    background-color: white;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 0px;
    padding: 0rem;
    z-index: 999;
    border-radius: 0px;
  }
}
@media (max-width: 62em) {
  .pditem-side.show {
    width: 50vw;
    padding: 2.5rem 0.8rem 0.8rem;
  }
}
@media (max-width: 36em) {
  .pditem-side.show {
    width: 80vw;
    padding: 2.5rem 0.8rem 0.8rem;
  }
}
.pditem-side .accordion-item {
  border: none;
}
.pditem-side .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--bs-accordion-border-color);
}
.pditem-side .accordion-button {
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #999999;
}
.pditem-side .accordion-button::after {
  opacity: 0.5;
}
.pditem-side .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pditem-side .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pditem-side .accordion-body {
  text-align: left;
  padding-top: 0rem;
  color: #555;
}
.pditem-side .accordion-body ul {
  list-style: none;
  padding: 0rem;
  margin-bottom: 0rem;
}
.pditem-side .accordion-body ul li {
  padding-bottom: 0.5rem;
}
.pditem-side .accordion-body ul li a {
  text-decoration: none;
  color: inherit;
}
.pditem-side .sort-clean {
  text-align: center;
  width: 100%;
  color: var(--primary-color);
  letter-spacing: 1px;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.pditem-side .btn-close {
  display: none;
}
@media (max-width: 62em) {
  .pditem-side .btn-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
}
@media (max-width: 62em) {
  .pditem-side .white-frame {
    overflow-y: auto;
    height: 100vh;
    z-index: 9999;
  }
}

.category-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.category-title {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #555;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: auto;
  word-break: break-all;
}
.category-title h6 {
  font-size: 0.9rem;
  color: #999999;
  margin: 6px 0rem 0rem 0rem;
}
.category-breadcrumb {
  color: #999999;
  text-align: left;
  margin-bottom: 1rem;
}
.category-breadcrumb a {
  text-decoration: none;
  color: inherit;
  padding: 3px;
}
@media (max-width: 36em) {
  .category-breadcrumb {
    display: none;
  }
}

.pdbrand-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
@media (max-width: 48em) {
  .pdbrand-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 36em) {
  .pdbrand-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pdbrand-item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
}
.pdbrand-item span {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
  margin-top: 1rem;
}
.pdbrand-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 90%;
}

.event-banner {
  overflow: hidden;
  border-radius: 12px;
}
.event-banner img:nth-child(1) {
  display: block;
}
@media (max-width: 48em) {
  .event-banner img:nth-child(1) {
    display: none;
  }
}
.event-banner img:nth-child(2) {
  display: none;
}
@media (max-width: 48em) {
  .event-banner img:nth-child(2) {
    display: block;
  }
}

.product-detail {
  word-break: break-all;
}
.product-detail .pditem-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin-bottom: 0.5rem;
}
.product-detail .pditem-txt {
  border: none;
  padding: 0;
  line-height: 1.6rem;
  text-align: left;
  color: rgba(var(--second-color), 0.4);
}
.product-detail .pditem-txt__tit {
  font-size: 1.1rem;
  margin-top: 0.2rem;
  text-overflow: unset;
  white-space: unset;
  color: var(--second-color);
}
.product-detail .pditem-point {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  padding: 0;
  margin-top: 1rem;
  font-size: 24px;
  line-height: 1.6;
}
.product-detail .pditem-point:before {
  content: "P";
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.8rem;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  border-radius: 100%;
  font-weight: 900;
  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;
  font-style: normal;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.product-detail .pditem-point.pointup:after {
  font-size: 14px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.dropdown-style-01 .dropdown-toggle {
  color: var(--primary-color);
}
.dropdown-style-01 .dropdown-item {
  color: #676767;
}
.dropdown-style-01 .dropdown-item:hover {
  background-color: white;
  color: var(--primary-color);
}

.form-check.lb-mb-0 > label {
  margin-bottom: 0;
}

.loading-image {
  height: 100%;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading-image.hide {
  display: none;
}

.countdown {
  display: inline-block;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  border: 1px solid var(--second-color);
  border-radius: 4px;
  background-color: var(--second-color);
  color: #fff;
  margin-left: 0.8rem;
}
.countdown i {
  position: relative;
  top: 1px;
  animation: hourglass 3s;
  -webkit-animation: hourglass 3s;
  /* Safari 与 Chrome */
  -webkit-animation-iteration-count: 100;
          animation-iteration-count: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: inline-block;
  padding: 0 0.4rem;
}

@-webkit-keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.count {
  color: var(--primary-color);
  white-space: nowrap;
}

.form-inline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-inline .verify-input {
  display: inline-block;
  width: 10%;
  margin: 0.5rem;
  text-align: center;
  line-height: 1.8;
  font-size: 21px;
  font-weight: bold;
  color: var(--primary-color);
}
@media (max-width: 48em) {
  .form-inline .verify-input {
    width: 16%;
  }
}
@media (max-width: 36em) {
  .form-inline .verify-input {
    margin: 0.2rem;
    width: 20%;
  }
}

.pwinput {
  position: relative;
}
.pwinput__txt {
  padding-right: 2.5rem;
}
.pwinput__btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: transparent;
  color: var(--primary-color);
  width: 2.5rem;
  padding: 0;
  display: grid;
  place-content: center;
}
.pwinput__btn:focus, .pwinput__btn:active, .pwinput__btn:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

.wrapper-1 {
  max-width: 800px;
  margin: 0 auto;
}

.wrapper-2 {
  max-width: 600px;
  margin: 0 auto;
}

.member-title {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #555;
  text-align: left;
  padding: 0.5rem 0rem;
}
.member-point-data {
  font-size: 0.9rem;
  font-weight: 400;
}
.member-side {
  width: 180px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
@media (max-width: 62em) {
  .member-side {
    width: 100%;
  }
}
.member-side .white-frame {
  padding: 1rem;
}
@media (max-width: 62em) {
  .member-side .white-frame {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    width: 100%;
    margin: 0rem 0rem 1rem 0rem;
  }
}
@media (max-width: 36em) {
  .member-side .white-frame {
    position: fixed;
    height: 0px;
    padding: 1rem;
    opacity: 0;
    margin: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 4rem;
    right: 1rem;
    overflow: hidden;
  }
  .member-side .white-frame.show {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    opacity: 1;
    -webkit-box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 62em) {
  .member-side div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0rem 0.5rem;
  }
  .member-side div hr {
    display: none;
  }
}
.member-side div a {
  text-align: left;
  padding: 0.7rem;
  background: #ffffff;
  border-radius: 4px;
  color: #555;
  text-decoration: none;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 62em) {
  .member-side div a {
    text-align: center;
    padding: 0.5rem;
  }
}
.member-side div a:hover {
  background-color: #f4f4f4;
}
.member-side div.active a {
  background-color: var(--primary-color);
  color: white;
}
.member-side div.active a:hover {
  color: white;
}
.member-side hr {
  margin: 0.3rem;
}
.member-side .menuham {
  display: none;
}
@media (max-width: 36em) {
  .member-side .menuham {
    display: block;
    position: fixed;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 99;
    padding: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    top: 0rem;
    right: 0rem;
  }
}
.member-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.75rem 0;
}
.member-info__tit {
  font-size: 15px;
  color: rgba(var(--second-color), 0.8);
  font-weight: 300;
}
@media (max-width: 48em) {
  .member-info__tit {
    font-size: 13.5px;
  }
}
.member-info__txt {
  font-size: 17.25px;
  margin: 0;
  line-height: 2;
}
@media (max-width: 48em) {
  .member-info__txt {
    font-size: 15px;
  }
}
.member-list {
  text-decoration: none;
  margin: 0 -1.5rem;
  padding: 1.2rem 1.1rem;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 0.5rem;
}
.member-list:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.member-list:hover {
  background-color: var(--primary-color-light);
}

.navlist-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navlist-1 > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25rem 0.75rem;
}
.navlist-1 > a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--second-color);
  border-radius: 10rem;
  margin-right: 0.35rem;
}

.process {
  position: relative;
  padding-top: 1.5rem;
}
@media (max-width: 48em) {
  .process {
    font-size: 0.7rem;
  }
}
.process > div {
  position: relative;
}
.process > div::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -15px;
  left: calc(50% - 5px);
  background: #d0d0d0;
  border-radius: 5px;
  z-index: 9;
}
.process > div::after {
  content: "";
  border-top: 1px dashed #d0d0d0;
  position: absolute;
  top: -10px;
  left: -50%;
  width: 100%;
}
.process > div.active::before {
  background: #ffb32c;
}
.process > div.active::after {
  content: "";
  border: 1px dashed #ffb32c;
  position: absolute;
  top: -10px;
  left: -50%;
  width: 100%;
  z-index: 8;
  background: #fff;
}
.process > div:first-child {
  padding-left: 1rem;
}
@media (max-width: 48em) {
  .process > div:first-child {
    padding-left: 0.7rem;
  }
}
.process > div:first-child::before {
  left: -5px;
}
.process > div:first-child::after {
  display: none;
}
.process > div:nth-child(2)::after {
  left: -100%;
  width: calc(150% - 0px);
}
.process > div:nth-child(2):last-child::after {
  width: calc(200% - 0px);
}
.process > div:nth-child(3)::after {
  left: -50%;
  width: calc(100% - 0px);
}
.process > div:nth-child(3):last-child::after {
  left: -25%;
  width: calc(125% - 0px);
}
.process > div:last-child {
  padding-right: 1rem;
}
@media (max-width: 48em) {
  .process > div:last-child {
    padding-right: 0.7rem;
  }
}
.process > div:last-child::before {
  left: calc(100% - 5px);
}
.process > div:last-child::after {
  width: calc(150% - 0px);
}

.points_list {
  margin: 0 -1.5rem;
  padding: 1.2rem 1.1rem;
}
.points_list:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.icon-point1:before {
  content: "P";
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.8rem;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: white;
  border-radius: 100%;
  font-weight: 600;
  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;
  font-style: normal;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.phone-left {
  border-radius: 0.25rem 0rem 0rem 0.25rem;
  border-right: none;
}
.phone-left:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.phone-vr {
  height: auto;
  border: 1px solid #ced4da;
  border-left: none;
  border-right: none;
  padding: 0.3rem 0rem;
  color: #ced4da;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.phone-vr.disabled {
  background-color: #e9ecef;
}
.phone-right {
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  border-left: none;
}

.cooperative .cp-tree__icon {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.cooperative .cp-tree__icon.active:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.cooperative .cp-tree__icon.active:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.cooperative .cp-tree__icon:before, .cooperative .cp-tree__icon:after {
  content: "";
  display: block;
  background-color: #676767;
  position: absolute;
  top: 86%;
  left: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 1.5px;
}
.cooperative .cp-tree__icon:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.cooperative .cp-tree__icon:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
.cooperative .cp-tree__area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-left: 1.5rem;
  margin-left: 1.8rem;
  border-left: 1px solid #e8e8e8;
}
.cooperative .cp-type {
  cursor: pointer;
}
.cooperative .cp-type.active {
  font-weight: 600;
  color: #d80c18;
}
.cooperative .cp-item {
  cursor: pointer;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -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 ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 36em) {
  .cooperative .cp-item {
    padding: 0.8rem;
  }
}
.cooperative .cp-item h6 {
  font-size: 0.9rem;
  color: #999999;
  margin-bottom: 0.3rem;
}
.cooperative .cp-item h3 {
  margin: auto;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 36em) {
  .cooperative .cp-item h3 {
    font-size: 1rem;
  }
}
.cooperative .cp-item h4 {
  margin-top: 0.3rem;
  margin-bottom: 0rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: #d80c18;
}
.cooperative .cp-item hr {
  color: #e7e7e7;
  margin: 0.8rem;
  display: block;
  width: 100%;
}
.cooperative .cp-item p {
  margin-bottom: 0rem;
  font-size: 0.85rem;
  color: #999999;
}
.cooperative .cp-item:hover {
  background-color: #f9e5e7;
}
.cooperative .cp-icon {
  width: 48px;
  height: auto;
  margin-bottom: 0.8rem;
}
.cooperative .cp-modal {
  padding: 0.5rem 1.5rem;
}
@media (max-width: 48em) {
  .cooperative .cp-modal {
    padding: 0.5rem;
  }
}
@media (max-width: 36em) {
  .cooperative .cp-modal {
    padding: 0rem;
  }
}
.cooperative .cp-modal-icon {
  height: 48px;
  width: 48px;
}
.cooperative .cp-modal-type {
  font-size: 0.85rem;
  color: #999999;
  margin-bottom: 0rem;
}
.cooperative .cp-modal-name {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0rem;
}

.invite-frame {
  padding: 5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.invite-target {
  width: 100%;
  border: none;
  text-align: center;
  color: #d80c18;
  padding: 1rem 0rem;
  font-size: 1.35rem;
  height: 180%;
}
@media (max-width: 48em) {
  .invite-target {
    font-size: 1rem;
  }
}
.invite-target:focus, .invite-target:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}

.ticket-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #555;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.5rem;
  height: 100%;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ticket-plus > * {
  z-index: 2;
  -webkit-transition: inherit;
  transition: inherit;
}
.ticket-plus::after {
  content: "";
  position: absolute;
  height: 5rem;
  width: 5rem;
  top: -1rem;
  left: 15%;
  background-color: var(--primary-color-light);
  border-radius: 100%;
}
.ticket-plus h5 {
  font-size: 1.25rem;
  margin-bottom: 0rem;
}
@media (max-width: 48em) {
  .ticket-plus h5 {
    font-size: 1.1rem;
  }
}
.ticket-plus p {
  margin: auto;
}
@media (max-width: 48em) {
  .ticket-plus p br {
    display: none;
  }
}
.ticket-plus:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 3rem;
  padding: 3rem 1rem;
}
@media (max-width: 48em) {
  #brand__list {
    gap: 1rem;
    padding: 2.5rem 0rem;
  }
}
@media (max-width: 36em) {
  #brand__list {
    gap: 0.5rem 1rem;
  }
}
#brand__list .logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 8%;
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media (max-width: 62em) {
  #brand__list .logo {
    width: 10%;
    height: 62px;
  }
}
@media (max-width: 36em) {
  #brand__list .logo {
    width: 12%;
    height: 46px;
  }
}
#brand__list .logo:nth-child(1) {
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
}
#brand__list .logo:nth-child(2) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}
#brand__list .logo:nth-child(3) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}
#brand__list .logo:nth-child(4) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}
#brand__list .logo:nth-child(5) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
#brand__list .logo:nth-child(6) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}
#brand__list .logo:nth-child(7) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}
#brand__list .logo:nth-child(8) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}
#brand__list .logo:nth-child(9) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}
#brand__list .logo:nth-child(10) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
#brand__list .logo:nth-child(11) {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}
#brand__list .logo:nth-child(12) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}
#brand__list .logo:nth-child(13) {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}
#brand__list .logo:nth-child(14) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}
#brand__list .logo:nth-child(15) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}
#brand__list .logo:nth-child(16) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}
#brand__list .logo:nth-child(17) {
  -webkit-animation-delay: 510ms;
          animation-delay: 510ms;
}
#brand__list .logo:nth-child(18) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}
#brand__list .logo:nth-child(19) {
  -webkit-animation-delay: 570ms;
          animation-delay: 570ms;
}
#brand__list .logo:nth-child(20) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
#brand__list .logo:nth-child(21) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}
#brand__list .logo:nth-child(22) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.discount-btn {
  position: absolute;
  top: 0.4rem;
  text-decoration: none;
  right: 1rem;
  border: none;
  background-color: transparent;
  color: var(--primary-color);
  padding: 0;
}

.pro-nav {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.pro-nav .nav-item {
  color: #222222;
  border-radius: 30px;
  padding: 0.3rem 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin: 0.03rem;
}
.pro-nav .nav-item.active, .pro-nav .nav-item:hover {
  background: var(--primary-color);
  color: #fff;
}

.store-link {
  background: url("../_img/store-benner.jpg") 50% 50% no-repeat;
  min-height: 200px;
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 15px;
  color: #fff;
  position: relative;
}
.store-link a {
  color: #fff;
}
.store-link a .txt {
  position: absolute;
  left: 5%;
  text-align: left;
  right: 40%;
  top: 13%;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
}

.laser-pic {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 0.85rem;
}
.breadcrumb li {
  padding-right: 0.8rem;
}
.breadcrumb li a {
  color: #222222;
}
.breadcrumb li:after {
  content: "/";
  position: relative;
  left: 6px;
  top: -1px;
  font-size: 13.5px;
}
.breadcrumb li:last-child {
  color: var(--primary-color);
}
.breadcrumb li:last-child:after {
  display: none;
}

.product-detail p {
  margin-bottom: 0;
}
.product-detail label {
  color: #222222;
}
.product-detail .price .full-price {
  color: #6f6f6f;
  margin: 0 0.5rem;
  font-size: 13.5px;
}
.product-detail .price .full-price b {
  text-decoration: line-through;
}
.product-detail .specs span {
  color: #676767;
  border: 1px solid #c3c3c3;
  padding: 0.5rem 1rem;
  background: transparent;
  border-radius: 0;
  margin: 0.2rem 0.2rem 0.2rem 0;
  display: inline-block;
  cursor: pointer;
}
.product-detail .specs span.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
  position: relative;
}
.product-detail .specs span.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent var(--primary-color) transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-detail .specs span.active::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(../_img/check.svg) center right no-repeat;
  background-size: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-detail .specs span:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.m-quantity > * {
  border: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: middle;
}

.m-quantity > input {
  margin-left: -7px;
  margin-right: -7px;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 40px;
  width: 100px;
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.m-quantity > button {
  cursor: pointer;
  outline: 0;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.m-quantity > button i {
  font-size: 0.9rem;
}

.pro-name {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  padding: 0 10px;
}

.check {
  padding: 2rem 1rem;
  font-size: 0.9rem;
  position: relative;
}

.form-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem;
  margin: 0.6rem 0rem;
}

.store .pro-nav {
  -ms-flex-pack: left !important;
  -webkit-box-pack: left !important;
          justify-content: left !important;
}
.store .pro-nav .nav-item {
  border: 1px solid #222222;
  margin: 0.3rem;
}
.store .pro-nav .nav-item.active, .store .pro-nav .nav-item:hover {
  border-color: var(--primary-color);
}
.store .store-title {
  border-bottom: 1px solid #d5d5d5;
  font-size: 21px;
  line-height: 60px;
  padding-left: 1.5rem;
  position: relative;
}
.store .store-title:after {
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: calc(50% - 12px);
  background: var(--primary-color);
}
.store .store-list .txt h6 {
  font-weight: bold;
}
.store .tc {
  border: 1px solid var(--bs-border-color);
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.store .tc .box {
  padding: 0.7rem;
}

.result {
  min-height: 600px;
}

@media (max-width: 1200px) {
  .pro-nav .nav-item {
    padding: 0.3rem 1rem;
  }
  .store-link a .txt {
    right: 18%;
    top: 10%;
  }
}
@media (max-width: 991px) {
  .pro-nav {
    -ms-flex-pack: left !important;
    -webkit-box-pack: left !important;
            justify-content: left !important;
  }
  .pro-nav .nav-item {
    border: 1px solid #222222;
    margin: 0.1rem;
    padding: 0.3rem 0.6rem;
  }
  .pro-nav .nav-item.active, .pro-nav .nav-item:hover {
    border: 1px solid #d80c18;
  }
}
@media (max-width: 767px) {
  .store-link {
    font-size: 16.5px;
    line-height: 24px;
  }
  .store-link a .txt {
    right: 5%;
    top: 8%;
  }
  .breadcrumb {
    padding: 1rem;
  }
  .breadcrumb li:after {
    font-size: 0.6rem;
  }
  .product-detail {
    padding: 0 !important;
  }
  .send {
    -webkit-box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.062745098);
            box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.062745098);
    position: fixed;
    right: 0;
    bottom: 2.4rem;
    left: 0;
    z-index: 1030;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5rem;
  }
  .send .btn {
    width: 100%;
    margin: 0;
  }
  .send .btn.style02 {
    min-width: auto;
  }
}
@media (max-width: 767px) and (max-width: 36em) {
  .send {
    bottom: 3.1rem;
  }
}
@media (max-width: 767px) {
  .pro-name {
    margin-top: 1rem;
    font-size: 24px;
    line-height: 30px;
  }
  .check {
    padding: 0.5rem;
  }
  .result {
    min-height: 400px;
  }
  .m-quantity > button i {
    font-size: 0.6rem;
    position: relative;
    top: -2px;
    left: -2px;
  }
}
#line_service,
#canlead_member, #ctl00_Idcard, #Idcard {
  border-radius: 100%;
  width: 70px;
  height: 60px;
  padding: 1rem;
  border-radius: 30px 0% 0% 30px;
  position: fixed;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.121);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.121);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  -webkit-animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
#line_service img,
#canlead_member img, #ctl00_Idcard img, #Idcard img {
  max-width: 100%;
  height: auto;
}
#line_service::after,
#canlead_member::after, #ctl00_Idcard::after, #Idcard::after {
  color: white;
  font-size: 1rem;
  font-weight: 900;
  position: absolute;
  left: 70px;
  word-break: keep-all;
}
#line_service:hover,
#canlead_member:hover, #ctl00_Idcard:hover, #Idcard:hover {
  width: 180px;
}
@media (max-width: 48em) {
  #line_service,
  #canlead_member, #ctl00_Idcard, #Idcard {
    width: 60px;
    height: 50px;
    border-radius: 25px 0% 0% 25px;
  }
}

#Idcard:hover, #ctl00_Idcard:hover {
  width: 220px;
}

#line_service {
  background-color: #06c755;
  bottom: 3.5rem;
  right: 0;
}
#line_service::after {
  content: "線上客服";
}
@media (max-width: 48em) {
  #line_service {
    bottom: 7.5rem;
  }
}

#canlead_member {
  background-color: #d60000;
  bottom: 7.5rem;
  right: 0;
}
#canlead_member::after {
  content: "肯驛會員";
}
@media (max-width: 48em) {
  #canlead_member {
    bottom: 11rem;
  }
}

#Idcard, #ctl00_Idcard {
  background-color: #d80c18;
  bottom: 7.5rem;
  right: 0;
}
#Idcard::after, #ctl00_Idcard::after {
  content: "肯驛電子識別憑證";
}
@media (max-width: 48em) {
  #Idcard, #ctl00_Idcard {
    bottom: 11rem;
  }
}

#no-pditem,
#no-shitem,
#searching,
#no-result {
  color: #676767;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 200%;
}

.pditem-list.category {
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.pditem-list.category.show {
  opacity: 1;
}

#no-order {
  font-size: 2rem;
  color: #999999;
  margin-top: 10vh;
  margin-bottom: 10vh;
  text-align: center;
  line-height: 180%;
}
@media (max-width: 62em) {
  #no-order {
    font-size: 1.5rem;
  }
}
@media (max-width: 48em) {
  #no-order {
    font-size: 1.25rem;
  }
}
@media (max-width: 36em) {
  #no-order {
    font-size: 1rem;
  }
}

.brand-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem auto 1.5rem;
}
.brand-step svg {
  color: #d80c18;
}
@media (max-width: 75em) {
  .brand-step {
    row-gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 36em) {
  .brand-step {
    row-gap: 1rem;
  }
}
.brand-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0rem 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 75em) {
  .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(23% - 0.5rem);
  }
}
@media (max-width: 62em) {
  .brand-item {
    width: calc(30% - 0.5rem);
  }
}
@media (max-width: 36em) {
  .brand-item {
    width: calc(47% - 0.5rem);
  }
}
.brand-item .pic {
  max-width: 100px;
}
@media (max-width: 75em) {
  .brand-item .pic {
    max-width: 80px;
  }
}
@media (max-width: 62em) {
  .brand-item .pic {
    max-width: 60px;
  }
}
@media (max-width: 36em) {
  .brand-item .pic {
    max-width: 44px;
  }
}
.brand-item p {
  margin-top: auto;
  padding-top: 1rem;
  color: #676767;
  font-size: 1rem;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 90em) {
  .brand-item p {
    margin-top: 1.5rem;
  }
}
@media (max-width: 75em) {
  .brand-item p {
    margin-top: 0.5rem;
  }
}
@media (max-width: 36em) {
  .brand-item p {
    margin-top: 0rem;
    padding-top: 0.5rem;
    line-height: 150%;
    font-size: 0.9rem;
  }
}
.brand-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.brand-row .pditem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(25% - 1rem);
}
@media (max-width: 48em) {
  .brand-row .pditem {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 36em) {
  .brand-row .pditem {
    width: calc(50% - 1rem);
  }
}
.brand-frame {
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem;
}
@media (max-width: 75em) {
  .brand-frame {
    padding: 5rem 4rem;
  }
}
@media (max-width: 62em) {
  .brand-frame {
    padding: 5rem 3rem;
  }
}
@media (max-width: 48em) {
  .brand-frame {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 36em) {
  .brand-frame {
    padding: 3rem 1.5rem;
  }
}
.brand-frame .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 48em) {
  .brand-frame .wrap {
    width: 100%;
  }
}
.brand-frame .logo {
  width: 200px;
}
.brand-frame .intro {
  font-size: 1rem;
  line-height: 180%;
  color: #676767;
}
@media (max-width: 36em) {
  .brand-frame .intro {
    font-size: 0.9rem;
  }
}
.brand-frame .cta {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.brand-frame .cta:after {
  position: relative;
  display: block;
  margin-left: 0.5rem;
}
.brand-frame .cta:hover {
  text-decoration: none;
}
.brand-frame .cta:hover::after {
  -webkit-transform: translateX(10);
          transform: translateX(10);
}
.brand-frame.ars {
  background-image: url(/_common/reward/v2/_img/brand/ars.jpg);
  background-position: center center;
}
.brand-frame.ars .cta {
  color: #00b897;
}
.brand-frame.ars .cta:after {
  content: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-3.8466e-07 8.8C-3.6499e-07 8.35 0.0958325 7.92083 0.2875 7.5125C0.479166 7.10417 0.75 6.75833 1.1 6.475L9.075 -4.33836e-07L9.7 0.65C10.0167 0.966666 10.2 1.34167 10.25 1.775C10.3 2.20833 10.2 2.6 9.95 2.95L7.925 5.85L18 5.85C18.2833 5.85 18.5208 5.94583 18.7125 6.1375C18.9042 6.32917 19 6.56667 19 6.85C19 7.13333 18.9042 7.37083 18.7125 7.5625C18.5208 7.75417 18.2833 7.85 18 7.85L4.075 7.85L6.025 5.075L2.375 8.025C2.25833 8.125 2.16667 8.24167 2.1 8.375C2.03333 8.50833 2 8.65 2 8.8L2 15.85C2 16.4 2.19583 16.8708 2.5875 17.2625C2.97917 17.6542 3.45 17.85 4 17.85L11 17.85C11.2833 17.85 11.5208 17.9458 11.7125 18.1375C11.9042 18.3292 12 18.5667 12 18.85C12 19.1333 11.9042 19.3708 11.7125 19.5625C11.5208 19.7542 11.2833 19.85 11 19.85L4 19.85C2.9 19.85 1.95833 19.4583 1.175 18.675C0.391666 17.8917 -7.40908e-07 16.95 -6.92826e-07 15.85L-3.8466e-07 8.8ZM8 9.85L14 9.85C14.2833 9.85 14.5208 9.94583 14.7125 10.1375C14.9042 10.3292 15 10.5667 15 10.85C15 11.1333 14.9042 11.3708 14.7125 11.5625C14.5208 11.7542 14.2833 11.85 14 11.85L8 11.85L8 9.85ZM8 13.85L13 13.85C13.2833 13.85 13.5208 13.9458 13.7125 14.1375C13.9042 14.3292 14 14.5667 14 14.85C14 15.1333 13.9042 15.3708 13.7125 15.5625C13.5208 15.7542 13.2833 15.85 13 15.85L8 15.85L8 13.85Z" fill="%2300B897"/></svg>');
}
@media (max-width: 48em) {
  .brand-frame.ars {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 247, 0.9)), to(rgba(245, 245, 247, 0.9))), url(/_common/reward/v2/_img/brand/ars.jpg);
    background: linear-gradient(0deg, rgba(245, 245, 247, 0.9), rgba(245, 245, 247, 0.9)), url(/_common/reward/v2/_img/brand/ars.jpg);
    background-position: center;
    background-size: cover;
  }
}
.brand-frame.hengstyle {
  background-image: url(/_common/reward/v2/_img/brand/hengstyle.jpg);
  background-position: center center;
}
.brand-frame.hengstyle .intro {
  color: white;
}
.brand-frame.hengstyle .cta {
  color: white;
}
.brand-frame.hengstyle .cta:after {
  content: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-3.8466e-07 8.8C-3.6499e-07 8.35 0.0958325 7.92083 0.2875 7.5125C0.479166 7.10417 0.75 6.75833 1.1 6.475L9.075 -4.33836e-07L9.7 0.65C10.0167 0.966666 10.2 1.34167 10.25 1.775C10.3 2.20833 10.2 2.6 9.95 2.95L7.925 5.85L18 5.85C18.2833 5.85 18.5208 5.94583 18.7125 6.1375C18.9042 6.32917 19 6.56667 19 6.85C19 7.13333 18.9042 7.37083 18.7125 7.5625C18.5208 7.75417 18.2833 7.85 18 7.85L4.075 7.85L6.025 5.075L2.375 8.025C2.25833 8.125 2.16667 8.24167 2.1 8.375C2.03333 8.50833 2 8.65 2 8.8L2 15.85C2 16.4 2.19583 16.8708 2.5875 17.2625C2.97917 17.6542 3.45 17.85 4 17.85L11 17.85C11.2833 17.85 11.5208 17.9458 11.7125 18.1375C11.9042 18.3292 12 18.5667 12 18.85C12 19.1333 11.9042 19.3708 11.7125 19.5625C11.5208 19.7542 11.2833 19.85 11 19.85L4 19.85C2.9 19.85 1.95833 19.4583 1.175 18.675C0.391666 17.8917 -7.40908e-07 16.95 -6.92826e-07 15.85L-3.8466e-07 8.8ZM8 9.85L14 9.85C14.2833 9.85 14.5208 9.94583 14.7125 10.1375C14.9042 10.3292 15 10.5667 15 10.85C15 11.1333 14.9042 11.3708 14.7125 11.5625C14.5208 11.7542 14.2833 11.85 14 11.85L8 11.85L8 9.85ZM8 13.85L13 13.85C13.2833 13.85 13.5208 13.9458 13.7125 14.1375C13.9042 14.3292 14 14.5667 14 14.85C14 15.1333 13.9042 15.3708 13.7125 15.5625C13.5208 15.7542 13.2833 15.85 13 15.85L8 15.85L8 13.85Z" fill="%23ffffff"/></svg>');
}

.success-info {
  width: 100%;
  border-radius: 8px;
  margin: 1.5rem auto;
  padding: 1.25rem 2.5rem;
  background-color: var(--primary-color-light);
}
.success-info ol > li {
  list-style: decimal;
  margin-left: 1rem;
}
.success-info h5 {
  font-weight: 600;
}
.success-info hr {
  border-color: #c3c3c3;
}

#ctl00_ContentPlaceHolder1_selectType input {
  display: none;
}
#ctl00_ContentPlaceHolder1_selectType input[type=radio]:not(.switch):checked ~ label {
  color: var(--primary-color);
}
#ctl00_ContentPlaceHolder1_selectType input ~ label {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  color: #676767;
}

.slick-prev,
.slick-next {
  height: auto;
  width: auto;
}

.slick-next {
  right: 25px;
  position: absolute;
  z-index: 999;
}

.slick-next:before {
  font-family: "icofont";
  content: "\e901";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  position: absolute;
  z-index: 999;
}

.slick-prev:before {
  font-family: "icofont";
  content: "\e900";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  bottom: 18px;
  padding: 0 11%;
}

.slick-dots li,
.slick-dots li button {
  width: auto;
  height: auto;
  font-size: 1rem;
}

.slick-dots li button:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  background: #fff;
  opacity: 1;
}

.slider-nav .slick-slide {
  border: none;
  outline: none;
  margin: 0.6rem;
  border: 1px solid #D4D4D4;
}
.slider-nav .slick-slide > div {
  line-height: 0;
  width: 100%;
}
.slider-nav .slick-slide .img {
  max-width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-for .slick-slide {
  margin: 0.3rem 0.8rem;
  position: relative;
  border: 1px solid #D4D4D4;
}
.slider-for .slick-slide > div {
  width: 100%;
  line-height: 0;
}
.slider-for .slick-slide .img {
  max-width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1200px) {
  .slider-for {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 1.4rem;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-dots {
    bottom: 5px;
    padding: 0 13%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.slider2 .img {
  max-width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slider2 .slick-dots li button:before {
  border-color: #eee;
  background: #eee;
  opacity: 1;
}
.slider2 .slick-dots li.slick-active button:before {
  color: var(--primary-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.banner {
  position: relative;
  z-index: 2;
}
.banner .swiper {
  width: 100%;
  height: auto;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .txt {
  position: absolute;
  left: 20%;
  top: 13%;
  color: #fff;
  font-size: 2rem;
  text-align: left;
}
.banner .swiper-slide .txt .pic img {
  width: 100%;
  margin: 0 auto;
}
.banner .swiper-slide .txt p {
  text-shadow: 0px 0px 10px #333;
}
.banner .swiper-slide .txt .btn {
  letter-spacing: 0.3rem;
}
.banner .swiper-slide .pic img {
  display: none;
  margin: 0 auto;
}
.banner .swiper-slide .pic img:nth-child(1) {
  display: inline-block;
}
@media (max-width: 48em) {
  .banner .swiper-slide .pic img:nth-child(1) {
    display: none;
  }
}
.banner .swiper-slide .pic img:nth-child(2) {
  display: none;
}
@media (max-width: 48em) {
  .banner .swiper-slide .pic img:nth-child(2) {
    display: inline-block;
  }
}
.banner .text {
  position: absolute;
  bottom: 30%;
  left: 10%;
  color: #fff;
}
.banner .down {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  bottom: -20px;
  z-index: 999;
  background: var(--primary-color-light);
  border-radius: 100%;
  -webkit-box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
}
.banner .down i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -16px;
}
.banner .swiper-pagination-bullet-active {
  background: white;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: white;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 24px;
}

.swiper {
  height: 100%;
  width: 100%;
}
.swiper-item {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.swiper-main {
  width: 100%;
  margin: 0 0 10px 0;
}
.swiper-main .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.swiper-main .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.swiper-main .swiper-slide .img {
  aspect-ratio: 1/1;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.swiper-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.4;
}
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.swiper-thumbs .swiper-slide .img {
  max-width: 100%;
  height: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ol li,
ul li {
  line-height: 1.8rem;
}

.list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.list-inline li {
  list-style-type: none;
  display: inline-block;
}

ol {
  margin: 0;
  padding: 0;
}
ol > li {
  list-style-type: cjk-ideographic;
  margin-left: 50px;
}
ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}
ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}
ol > li > ol > li > ol > li:nth-child(1n+10):before {
  left: -32px;
}
ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}
ol > li > ol > li > ol > li > ol > li:after, ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}
ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}
ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}

.tab-style-001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 62em) {
  .tab-style-001 {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .tab-style-001 {
    font-size: 15px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c3c3c3;
  }
}
.tab-style-001 > li {
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  min-width: 16.66%;
  margin-bottom: 0.5rem;
}
@media (max-width: 48em) {
  .tab-style-001 > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    min-width: 25%;
  }
}
@media (max-width: 36em) {
  .tab-style-001 > li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    min-width: 33.33%;
  }
}
.tab-style-001 .nav-link {
  color: #2e2e2e;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100px;
  border: 1px solid #fff;
}
@media (max-width: 62em) {
  .tab-style-001 .nav-link {
    line-height: 1.4rem;
  }
}
.tab-style-001 .nav-link:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.tab-style-001 .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.tab-style-002 .nav-item {
  text-align: center;
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.tab-style-002 .nav-item a {
  text-decoration: none;
  letter-spacing: 0px;
  cursor: pointer;
  background: white;
  padding: 0.3rem 2rem;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tab-style-002 .nav-item a:hover {
  background: rgba(var(--primary-color), 0.12);
}
.tab-style-002 .nav-item a.active {
  background-color: var(--primary-color);
  color: white;
}

/* <transition name="fade">  */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}

.tab-01 {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 75em) {
  .tab-01 {
    gap: 0.5rem;
  }
}
.tab-01 > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #999999;
  background-color: #f5f5f5;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-01 > a:hover {
  color: var(--primary-color);
}
.tab-01 > a:hover > svg {
  fill: var(--primary-color);
}
@media (max-width: 75em) {
  .tab-01 > a {
    padding: 0.75rem;
  }
}
@media (max-width: 62em) {
  .tab-01 > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tab-01 > a > svg {
  fill: #999999;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 0.75rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 62em) {
  .tab-01 > a > svg {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-right: 0;
  }
}
.tab-01 > a:after {
  content: "";
  display: none;
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
  border-top-right-radius: 100rem;
  border-top-left-radius: 100rem;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-01 > a.active {
  color: white;
  background-color: var(--primary-color);
}
.tab-01 > a.active > svg {
  fill: white;
}
.tab-01 > a.active:hover {
  color: white;
}
.tab-01__icon {
  width: 86px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-01__icon img {
  max-width: 100%;
}
@media (max-width: 62em) {
  .tab-01__icon {
    width: 66px;
  }
}
.tab-01-box {
  position: sticky;
  top: 46px;
  z-index: 2;
  background-color: white;
  min-height: 40px;
  padding: 2rem 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-01-box.smaller {
  padding: 0;
  background-color: #f5f5f5;
}
.tab-01-box.smaller .tab-01 > a {
  border-radius: 0;
}
.tab-01-btn {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  min-width: 40px;
  max-width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.tab-01-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tab-01-btn::after {
  content: "";
  border: solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transform: translateY(-3px) rotate(45deg);
  -webkit-transform: translateY(-3px) rotate(45deg);
}
.tab-01-btn.active::after {
  transform: translateY(3px) rotate(-135deg);
  -webkit-transform: translateY(3px) rotate(-135deg);
}
.tab-01-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0.5rem;
  color: #999999;
  background-color: #f3f3f3;
  font-size: 14px;
}
.tab-01-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: grid;
  gap: 1rem 0.75rem;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% + 40px);
  background-color: white;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.tab-01-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background-color: rgba(0, 0, 0, 0.05);
  color: #999999;
  padding: 0.35rem 0.2rem;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-01-dropdown > a.active {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.tab-01-dropdown > a.active .tab-01-dropdown__icon > svg {
  fill: var(--primary-color);
}
.tab-01-dropdown__icon {
  display: block;
  max-width: 36px;
  margin-right: 0.5rem;
}
.tab-01-dropdown__icon img {
  display: inline-block;
  max-width: 100%;
}
.tab-01-dropdown__icon > svg {
  fill: #999999;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.75rem;
}
@media (max-width: 75em) {
  .tab-01 {
    max-width: 960px;
  }
}
@media (max-width: 62em) {
  .tab-01 {
    max-width: 768px;
  }
}
@media (max-width: 48em) {
  .tab-01 {
    max-width: auto;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .tab-01::-webkit-scrollbar {
    display: none;
  }
  .tab-01 > a {
    background: transparent;
    margin: 0 5px;
    padding: 0.45rem 5px;
  }
  .tab-01 > a:hover {
    background-color: transparent;
    color: #676767;
  }
  .tab-01 > a > svg {
    display: none;
  }
  .tab-01 > a:after {
    display: block;
  }
  .tab-01 > a.active {
    background-color: transparent;
    color: var(--primary-color);
  }
  .tab-01 > a.active > svg {
    fill: var(--primary-color);
  }
  .tab-01 > a.active:after {
    opacity: 1;
  }
  .tab-01 > a.active:hover {
    color: var(--primary-color);
  }
  .tab-01__icon {
    width: 24px;
  }
  .tab-01-box {
    padding: 0 40px 0 5px;
    top: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #f3f3f3;
  }
  .tab-01-box::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#f3f3f3));
    background-image: linear-gradient(to right, transparent, #f3f3f3);
    background-image: -moz-linear-gradient(to right, transparent, #f3f3f3);
  }
  .tab-01-box.smaller {
    padding: 0 40px 0 5px;
  }
  .tab-01-btn {
    display: grid;
    place-content: center;
  }
}

.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}
.table thead th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table thead th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.table tbody th {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}

.table-style01 {
  border: 1px solid #dfdfdf;
}
.table-style01 tr {
  border-bottom: 1px solid #dfdfdf;
}
.table-style01 tr:nth-child(even) td {
  background: #f7f7f7;
}
.table-style01 thead th {
  background: var(--primary-color);
}
.table-style01 tbody th {
  background: var(--primary-color);
  opacity: 0.5;
  color: #fff;
}

.table-style02 {
  border: none;
  border-top: 1px solid #e6e6e6;
}
.table-style02 td {
  border-color: #e6e6e6;
  border-width: 0 0 1px 0;
}
.table-style02 thead th {
  background: none;
  color: #4e4e4e;
  border-color: #e6e6e6;
  border-width: 0 0 1px 0 !important;
}
.table-style02.td-3-gray tbody tr td:nth-child(4) {
  color: #999999;
}

.table-style03 {
  background-color: white;
}
.table-style03 thead th {
  background-color: var(--primary-color);
  color: white;
  text-align: center;
}
.table-style03 tbody th {
  background-color: white;
  color: #222222;
}
@media (max-width: 36em) {
  .table-style03 tbody th,
  .table-style03 tbody td,
  .table-style03 thead th {
    padding: 0.3rem;
  }
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

@media (max-width: 991px) {
  .table {
    font-size: 0.9rem;
  }
  .table td,
  .table th {
    padding: 0.5rem 0.75rem;
  }
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd thead {
    display: none;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.4rem 0.75rem;
  }
  .table-rwd tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-rwd td {
    border: none;
    padding: 0.4rem 0.75rem 0.1rem;
  }
  .table-rwd td:last-child {
    padding: 0.4rem 0.75rem;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-style01 tr:nth-child(even) {
    background: transparent;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
}
.table-date thead th {
  border: none;
}
.table-date tbody tr td {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.table-date tbody tr td a .day {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
}
.table-date tbody tr td a .money {
  color: #222222;
}
.table-date tbody tr td a .booking {
  color: #fff;
  background: #676767;
  border-radius: 5px;
  font-size: 0.8rem;
}
.table-date tbody tr td:hover {
  background: rgba(0, 0, 0, 0.04);
}
.table-date .prev,
.table-date .next {
  background: var(--primary-color);
}
.table-date .prev a,
.table-date .next a {
  display: block;
  color: #fff;
}

.overflow {
  width: auto;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .table-date {
    width: 760px;
  }
  .table-date tbody tr td a .day {
    color: rgb(0, 0, 0);
  }
  .table-date tbody tr td a .money {
    font-size: 1rem;
  }
  .table-date tbody tr td a .booking {
    font-size: 0.7rem;
  }
}
.table-cart {
  border: none;
  background-color: transparent;
  width: 100%;
}
.table-cart th,
.table-cart td {
  border: none;
}
.table-cart th div,
.table-cart td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table-cart thead th {
  padding: 0.5rem 0.8rem;
  background-color: white;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  color: black;
  font-size: 0.9rem;
}
.table-cart thead th:first-child {
  border-top-left-radius: 0.8rem;
  width: 120px;
}
.table-cart thead th:first-child div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 62em) {
  .table-cart thead th:first-child {
    width: 100px;
  }
}
@media (max-width: 48em) {
  .table-cart thead th:first-child {
    width: 90px;
  }
}
@media (max-width: 36em) {
  .table-cart thead th:first-child {
    width: 70px;
  }
}
.table-cart thead th:last-child {
  width: 10px;
  border-top-right-radius: 0.8rem;
}
@media (max-width: 48em) {
  .table-cart thead th {
    display: none;
  }
}
@media (max-width: 48em) {
  .table-cart tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-cart tbody tr:first-child {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
  }
}
.table-cart tbody td {
  background-color: white;
  padding-top: 1rem;
  padding: 0.8rem;
}
@media (max-width: 48em) {
  .table-cart tbody td {
    text-align: left;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 0.5rem;
  }
}
.table-cart tbody td[cart-data=品名] {
  width: 100%;
}
@media (max-width: 48em) {
  .table-cart tbody td[cart-data=品名] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
.table-cart tbody td[cart-data=金額] {
  min-width: 10rem;
}
.table-cart tbody td[cart-data=金額] div {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 48em) {
  .table-cart tbody td[cart-data=金額] {
    width: 100%;
  }
}
.table-cart tbody td[cart-data=數量] {
  min-width: 3rem;
}
@media (max-width: 48em) {
  .table-cart tbody td[cart-data=數量]::before {
    content: "x";
    position: absolute;
  }
}
@media (max-width: 48em) {
  .table-cart tbody td[cart-data=刪除] {
    width: 100%;
    color: var(--primary-color);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1.5rem;
  }
  .table-cart tbody td[cart-data=刪除]::after {
    content: "刪除";
  }
}
@media (max-width: 48em) {
  .table-cart tbody td:last-child {
    border-bottom: 1px solid #e7e7e7;
  }
}
.table-cart tbody td a {
  padding: 0rem 1rem;
}
@media (max-width: 48em) {
  .table-cart tbody td a {
    padding: 0rem 0.5rem;
  }
}
@media (max-width: 48em) {
  .table-cart tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table-cart tfoot tr:first-child {
  border-top: 1px solid #e8e8e8;
}
.table-cart tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}
.table-cart tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
.table-cart tfoot td {
  text-align: right;
  padding: 0.8rem;
  background-color: white;
  font-size: 1.15rem;
  font-weight: 600;
}
@media (max-width: 48em) {
  .table-cart tfoot td[cart-data] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    font-weight: 400;
    font-size: 1rem;
  }
}
.table-checklist {
  margin-bottom: 0.5rem;
}
.table-checklist tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

input:focus,
textarea:focus,
button:focus,
button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input::-webkit-input-placeholder {
  color: #aaa !important;
}

input::-moz-placeholder {
  color: #aaa !important;
}

input:-ms-input-placeholder {
  color: #aaa !important;
}

input::-ms-input-placeholder {
  color: #aaa !important;
}

input::placeholder {
  color: #aaa !important;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid var(--primary-color);
  margin-right: 0.3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
input[type=checkbox]:after,
input[type=radio]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  --b: var(--primary-color);
  --bc: var(--primary-color);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  --b: #f6f8ff;
  cursor: not-allowed;
  opacity: 0.9;
}
input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
  --b: #e1e6f9;
  --bc: var(--primary-color);
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  cursor: not-allowed;
}
input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
  --bc: var(--primary-color);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(39, 94, 254, 0.3);
          box-shadow: 0 0 0 2px rgba(39, 94, 254, 0.3);
}
input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
  width: 18px;
}
input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
  opacity: var(--o, 0);
}
input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
  --o: 1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

input[type=checkbox] {
  top: 2px;
}
input[type=checkbox]:not(.switch) {
  border-radius: 4px;
}
input[type=checkbox]:not(.switch):after {
  width: 7px;
  height: 12px;
  border: 2px solid var(--primary-color);
  border-top: 0;
  border-left: 0;
  left: 4px;
  top: 0px;
  -webkit-transform: rotate(var(--r, 20deg));
          transform: rotate(var(--r, 20deg));
}
input[type=checkbox]:not(.switch):checked {
  --r: 43deg;
}
input[type=checkbox].switch {
  width: 38px;
  border-radius: 11px;
}
input[type=checkbox].switch:after {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  -webkit-transform: translateX(var(--x, 0));
          transform: translateX(var(--x, 0));
}
input[type=checkbox].switch:checked {
  --ab: white;
  --x: 17px;
}
input[type=checkbox].switch:disabled:not(:checked):after {
  opacity: 0.6;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:after {
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: var(--primary-color);
  opacity: 0;
}
input[type=radio]:checked {
  --s: 0.5;
}

.btn {
  border-radius: 8px;
  background: #fff;
  color: var(--primary-color);
  padding: 0.5rem 2rem;
}
.btn.style01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-light)), color-stop(50%, var(--primary-color)));
  background-image: linear-gradient(var(--primary-color-light) 0%, var(--primary-color) 50%);
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 1rem 2.75rem;
  border: none;
  border-radius: 8px;
}
.btn.style01 i {
  font-size: 16.5px;
  margin: 0 0.5rem 0 0;
}
.btn.style02 {
  background: var(--primary-color);
  min-width: 187px;
  color: #fff;
  font-size: 18px;
  padding: 0.6rem 1rem;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
}
@media (max-width: 36em) {
  .btn.style02 {
    min-width: 140px;
  }
}
.btn.style02:hover {
  background: var(--primary-color-dark);
}
.btn.style02.gray {
  background-color: #555;
  border-color: #555;
}
.btn.style02.gray:hover {
  background-color: #333;
}
.btn.style02.smaller {
  font-size: 15px;
  padding: 0.25rem 2.25rem;
  min-width: auto;
}
@media (max-width: 767px) {
  .btn.style02.fz-s-1 {
    font-size: 15px;
    min-width: auto;
  }
}
.btn.style02.opposite {
  background-color: transparent;
  border-color: var(--second-color);
  color: var(--second-color);
}
.btn.style02.opposite:hover {
  color: white;
  background: var(--second-color);
}
.btn.style03 {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.btn.style03:hover {
  color: white;
  background-color: var(--primary-color);
}
.btn.style03.disabled, .btn.style03:disabled {
  pointer-events: none;
  border: 1px solid #c3c3c3;
  color: #c3c3c3;
  background: transparent;
}
.btn.style03.opposite {
  background-color: var(--primary-color-light);
  border-color: var(--primary-color-light);
  color: var(--primary-color);
}
.btn.style03.opposite:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
.btn.style04 {
  border: 1px solid #ba9453;
  color: #ba9453;
}
.btn.style04:hover {
  color: white;
  background-color: #ba9453;
}
.btn.style04.disabled, .btn.style04:disabled {
  pointer-events: none;
  border: 1px solid #c3c3c3;
  color: #c3c3c3;
  background: transparent;
}
.btn.disabled, .btn:disabled {
  background: #aaa;
  border-color: #aaa;
}
.btn.disabled:hover, .btn:disabled:hover {
  background: #aaa;
  border-color: #aaa;
}
.btn-search {
  background-color: var(--second-color);
  color: white;
  padding: 4.5px 16px;
}
.btn-search:hover {
  background-color: var(--second-color);
}
.btn.small {
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
}

.btn-shadow {
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
}

.btn__fixed-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1031;
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: var(--fourth-color);
  border-radius: 100px;
  border: 1px solid white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn__fixed-back-top:focus {
  outline: 0;
}
.btn__fixed-back-top::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.btn__fixed-back-top:hover {
  background-color: var(--primary-color-light);
  bottom: 34px;
}

.form-check__style01 {
  color: var(--second-color);
}
.form-check__style01 > label {
  margin-bottom: 0;
}

.append-text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.nav-tabs {
  border: none;
  overflow: hidden;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
  background: white;
  color: #888;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
  color: #555;
  background: #fff;
  font-size: 16.5px !important;
  border-top: 2px solid var(--primary-color);
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (max-width: 36em) {
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link.active:hover {
    font-size: 15.75px !important;
  }
}

.accordion .card-header {
  border-radius: 0 !important;
  background: #fff;
  font-size: 17.25px;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  padding: 0;
}
@media (max-width: 62em) {
  .accordion .card-header {
    font-size: 15.75px;
  }
}
.accordion .card-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0.75rem 2.5rem 0.75rem 1.2rem;
  position: relative;
  color: #222222;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.accordion .card-header a:hover {
  color: var(--primary-color);
}
@media (max-width: 36em) {
  .accordion .card-header a {
    padding: 0.75rem 2.5rem 0.75rem 15px;
  }
}
.accordion .card-header button {
  outline: none;
  -webkit-appearance: none; /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none; /* FireFox */
  appearance: none;
  border: none;
  background: transparent;
  position: relative;
  width: 100%;
  border-radius: 0;
}
.accordion .card-header button.collapsed {
  color: #222222;
}
.accordion .card-header button.btn {
  padding: 0.75rem 2.5rem 0.75rem 1.2rem;
  font-size: 18px;
  text-align: left;
  margin: 0;
}
.accordion .card-header button.btn:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.accordion .card-header button.btn:focus {
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: var(--primary-color);
}
.accordion .card-header [aria-expanded=true] {
  color: var(--primary-color);
}
.accordion .card-header [aria-expanded=true]:hover {
  color: var(--primary-color);
}
.accordion .card-header [aria-expanded=true]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .card-header [aria-expanded=false]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .card-body {
  text-align: left;
  background-color: white;
}
.accordion .card-body a {
  display: inline-block;
}
@media (max-width: 36em) {
  .accordion .card-body {
    padding: 0.75rem 15px;
  }
}

@media (max-width: 991px) {
  .accordion .card-header a {
    display: block;
  }
  .accordion .card-body.no-smpd {
    padding: 0.5rem 1rem;
  }
  .accordion .card-body.no-smpd .form-check {
    padding-right: 1rem;
  }
}
.header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, var(--primary-color)), color-stop(170%, var(--primary-color-dark)));
  background: linear-gradient(180deg, var(--primary-color) 80%, var(--primary-color-dark) 170%);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 0rem;
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.nav-container {
  width: 100%;
  padding: 0rem 1rem;
}
@media (max-width: 36em) {
  .nav-container {
    padding: 0rem 0.3rem;
  }
}

.menu {
  background-color: #f6f6f6;
  position: fixed;
  z-index: 19;
  width: 100%;
  margin-top: -2px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.menu li {
  cursor: pointer;
}
.menu li a {
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.menu li:hover > a {
  color: var(--primary-color);
}
@media (max-width: 62em) {
  .menu {
    display: none;
    height: calc(100vh - 90px);
    background-color: #e8e8e8;
    margin-top: 0rem;
  }
}
@media (max-width: 62em) {
  .menu.show {
    display: block;
  }
}
@media (max-width: 62em) {
  .menu .container-lg {
    padding: 0rem;
    position: relative;
  }
}
@media (max-width: 36em) {
  .menu .container-lg {
    height: 100%;
  }
}
.menu .container-lg > ul {
  padding: 0rem;
  margin: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6f6;
}
.menu .container-lg > ul > li {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  border-bottom: 4px solid transparent;
}
@media (max-width: 48em) {
  .menu .container-lg > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.menu .container-lg > ul > li > a {
  color: #222222;
  padding: 0.8rem 0rem calc(0.7rem - 3px);
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.menu .container-lg > ul > li:hover {
  border-bottom-color: var(--primary-color);
}
@media (max-width: 48em) {
  .menu .container-lg > ul > li:hover {
    background-color: var(--primary-color);
    color: white;
  }
}
.menu .container-lg > ul > li:hover .menu-box {
  display: block;
  opacity: 1;
}
.menu .container-lg > ul > li:hover .menu-box.hide {
  display: none;
}
.menu .container-lg > ul > li:hover[data-fst-type=限時特惠] .menu-box, .menu .container-lg > ul > li:hover[data-fst-type=團購專區] .menu-box, .menu .container-lg > ul > li:hover[data-fst-type=品牌館] .menu-box, .menu .container-lg > ul > li:hover[data-fst-type=節日限定] .menu-box {
  display: none;
}
@media (max-width: 62em) {
  .menu .container-lg > ul > li:hover[data-fst-type=限時特惠] .menu-box, .menu .container-lg > ul > li:hover[data-fst-type=團購專區] .menu-box, .menu .container-lg > ul > li:hover[data-fst-type=品牌館] .menu-box, .menu .container-lg > ul > li:hover[data-fst-type=節日限定] .menu-box {
    display: block;
  }
}
@media (max-width: 62em) {
  .menu .container-lg > ul > li.active {
    background-color: var(--primary-color);
  }
  .menu .container-lg > ul > li.active > a {
    color: white;
  }
  .menu .container-lg > ul > li.active .menu-box {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 62em) {
  .menu .container-lg > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 6rem;
    background-color: #e8e8e8;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    overflow: scroll;
  }
}
.menu-box {
  width: 100%;
  background-color: #fff;
  color: black;
  position: absolute;
  display: none;
  left: 0px;
  top: 54px;
  min-height: 300px;
  z-index: 18;
  padding: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 62em) {
  .menu-box {
    width: calc(100% - 6rem);
    left: 6rem;
    top: 0;
    height: 100vh;
    padding: 0rem;
    -webkit-animation: none;
            animation: none;
    background-color: #f6f6f6;
  }
}
.menu-box li {
  cursor: pointer;
}
.menu-box li a {
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.menu-box li:hover > a {
  color: var(--primary-color) !important;
}
@media (max-width: 62em) {
  .menu-first {
    height: 98%;
    overflow: scroll;
    padding: 0rem;
    margin: 0rem;
  }
}
@media (max-width: 62em) {
  .menu-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-second > ul {
  display: block;
  width: auto;
  list-style: none;
  min-width: 9rem;
  text-align: start;
  border-right: 1px solid #e7e7e7;
  min-height: 260px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 62em) {
  .menu-second > ul {
    min-height: auto;
    border-right: none;
    padding: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 16rem;
  }
}
.menu-second > ul > li {
  display: block;
  padding: 0.5rem 0rem 0.5rem 0.5rem;
}
.menu-second > ul > li[data-sec-type=禮盒] {
  min-width: 100px;
}
@media (max-width: 62em) {
  .menu-second > ul > li {
    padding: 0.5rem 1rem;
  }
}
.menu-second > ul > li > a {
  color: #222222;
}
@media (max-width: 62em) {
  .menu-second > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-second > ul > li > a:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-family: "Font Awesome Kit";
    font: var(--fa-font-solid);
    color: #999999;
  }
}
@media (max-width: 62em) {
  .menu-third {
    overflow-y: scroll;
    padding: 1rem;
  }
  .menu-third ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
  }
  .menu-third ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  }
}
.menu-third ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-height: 400px;
  list-style: none;
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media (max-width: 62em) {
  .menu-third ul {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (max-width: 62em) {
  .menu-third ul {
    display: block;
    padding: 0rem 0.5rem;
    max-height: 100%;
  }
}
.menu-third ul li {
  line-height: 200%;
  padding-bottom: 0.3rem;
  color: #222222;
}
.menu-third ul li > a {
  color: inherit;
  display: block;
  width: 100%;
}
.menu-third li {
  position: relative;
}
.menu-third li:after {
  content: "";
  position: absolute;
  width: 0%;
  top: 1.6rem;
  padding-right: 1rem;
  left: 0rem;
  height: 2px;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-third li:hover:after {
  width: 100%;
  background-color: var(--primary-color);
}
.menu-fourth {
  padding-left: 0rem;
  padding-right: 1rem;
  margin-right: 2rem;
  list-style: none;
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #999999;
  min-width: 4.5rem;
}
.menu-fourth > li {
  line-height: 200%;
}
.menu-fourth > li > a {
  color: #999999 !important;
}
@media (max-width: 62em) {
  .menu-fourth > li {
    background-color: rgb(247, 247, 247);
    border-radius: 4px;
    padding: 0.1rem 0.5rem;
    font-size: smaller;
    text-align: center;
    margin: 0.25rem 0rem;
  }
}
@media (max-width: 62em) {
  .menu-fourth {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding: 0rem;
    margin: 0rem;
  }
}
.menu .nav {
  min-height: auto;
}
@media (max-width: 62em) {
  .menu .nav-2 {
    height: 86vh;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.menu .nav-2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  border: none;
  min-height: auto;
  padding: 0rem;
}
.menu .nav-2 > ul.logoshow {
  display: block;
}
@media (max-width: 62em) {
  .menu .nav-2 > ul {
    width: 100%;
    padding: 0.5rem;
    padding-bottom: 0rem;
  }
  .menu .nav-2 > ul > li {
    font-size: 1rem;
    border: 1px solid #e8e8e8;
    margin-bottom: 0.5rem;
    background: white;
    border-radius: 4px;
  }
}
.menu .nav-3 {
  list-style: none;
  padding-left: 0rem;
  color: #222222;
  font-weight: 400;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  max-height: 200px;
}
@media (max-width: 62em) {
  .menu .nav-3 {
    margin-right: 0rem;
  }
}
.menu .nav-3 > li {
  list-style: none;
  font-size: 0.9rem;
  color: #676767;
  padding-right: 0.8rem;
}
@media (max-width: 62em) {
  .menu .nav-3 > li {
    margin-top: 0.25rem;
  }
}
.menu .nav-3 > li > a {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 62em) {
  .menu .nav-3 > li > a {
    display: block;
    width: 100%;
  }
}
@media (max-width: 62em) {
  .menu .nav-3 {
    display: block;
    max-height: none;
  }
}

.logo-nav {
  padding: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #e8e8e8;
  width: 100%;
}
.logo-nav p {
  color: #999999;
  width: 100%;
  margin: 0.5rem 0rem;
}
.logo-nav .row {
  row-gap: 1rem;
}
.logo-nav .frame {
  width: 100px;
  height: auto;
}
@media (max-width: 62em) {
  .logo-nav {
    width: 95%;
    margin-top: 0rem;
    margin-left: 0.5rem;
    border: 1px solid #e8e8e8;
    background: white;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    row-gap: 1rem;
  }
}
.logo-nav .logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 62em) {
  .logo-nav .logo-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    row-gap: 1rem;
  }
}

.menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.menu-backdrop.all {
  z-index: 99;
}

.navbar-brand.logo {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
.navbar-brand.logo h1 {
  font-size: 1.15rem;
  color: white;
  margin-bottom: 0rem;
  margin-left: 0.25rem;
}
@media (max-width: 62em) {
  .navbar-brand.logo h1 {
    display: none;
  }
}
.navbar-brand.logo .img-fluid {
  max-width: none;
  height: 100%;
  vertical-align: baseline;
}
@media (max-width: 62em) {
  .navbar-brand.logo {
    height: 44px;
  }
}

.nav-function {
  margin-bottom: 0rem;
  padding-left: 0rem;
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.85rem;
}
.nav-function a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 62em) {
  .nav-function a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    color: white;
  }
}
@media (max-width: 36em) {
  .nav-function a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: normal;
  }
  .nav-function a span {
    width: 100%;
    text-align: center;
  }
}
.nav-function a img {
  height: 32px;
  width: auto;
}
@media (max-width: 62em) {
  .nav-function a img {
    padding-right: 1rem;
    height: 20px;
  }
}
@media (max-width: 48em) {
  .nav-function a img {
    height: 20px;
    padding-right: 0.5rem;
  }
}
@media (max-width: 36em) {
  .nav-function a img {
    padding-right: 0;
  }
}
.nav-function a svg {
  height: 32px;
  width: 32px;
  fill: var(--primary-color);
}
@media (max-width: 62em) {
  .nav-function a svg {
    padding-right: 1rem;
    height: 20px;
  }
}
@media (max-width: 48em) {
  .nav-function a svg {
    height: 20px;
    padding-right: 0.5rem;
  }
}
.nav-function.small {
  margin-left: auto;
}
.nav-function.small a span {
  display: none;
}
@media (max-width: 62em) {
  .nav-function.small a span {
    display: block;
  }
}
.nav-function.small .point a {
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 1.25rem;
}
.nav-function.small .point a:before {
  content: "";
  background-image: url("/_common/reward/_img/icon/icon=point-r-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  position: absolute;
  left: 0;
}
.nav-function.small .point a img {
  display: none;
}
.nav-function.small .point a span {
  display: block;
}
@media (max-width: 62em) {
  .nav-function.desk {
    display: none;
  }
}
.nav-function.mobile {
  display: none;
}
.nav-function.mobile svg {
  fill: #fff;
}
@media (max-width: 62em) {
  .nav-function.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    background-color: #b3b3b3;
    color: black;
    width: 100%;
    padding-left: 1rem;
    min-height: 38px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
    padding: 0rem;
  }
  .nav-function.mobile .pditem-point {
    color: white;
  }
  .nav-function.mobile .pditem-point:before {
    border-color: white;
    color: inherit;
  }
}
.nav-function > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 0rem 0.5rem 1rem;
}
@media (max-width: 62em) {
  .nav-function > li {
    padding: 0.3rem 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-function > li:not(:first-of-type) {
    border-left: 1px solid white;
  }
}
@media (max-width: 36em) {
  .nav-function > li {
    padding: 0.3rem 0.5rem;
  }
}

.search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}
.search-box {
  height: 36px;
  width: 20rem;
  padding: 0rem;
}
@media (max-width: 62em) {
  .search-box {
    width: 14rem;
  }
}
@media (max-width: 36em) {
  .search-box {
    width: 12rem;
  }
}
.search-box .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-box input {
  font-size: 0.9rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.search-box #emptyKeyword {
  position: absolute;
  color: #999999;
  font-size: 1rem;
  right: 3.5rem;
  z-index: 99;
}
.search-box button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 16px;
  font-size: 0.9rem;
}

.suggest-row {
  width: 100%;
  max-width: 30vw;
  text-align: right;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggest-row a {
  font-size: 0.85rem;
  text-decoration: none;
  color: white;
  text-align: right;
  padding: 0rem 3px;
}
.suggest-row a:hover {
  text-decoration: none;
}
@media (max-width: 62em) {
  .suggest-row {
    display: none;
  }
}

#nav-menu_icon {
  width: 40px;
  height: 36px;
  position: relative;
  margin: auto;
  border-radius: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media (max-width: 62em) {
  #nav-menu_icon {
    display: block;
  }
}

#nav-menu_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-menu_icon span:nth-child(1) {
  margin-top: 8px;
}

#nav-menu_icon span:nth-child(2),
#nav-menu_icon span:nth-child(3) {
  margin-top: 16px;
}

#nav-menu_icon span:nth-child(4) {
  margin-top: 24px;
}

#nav-menu_icon.open span:nth-child(1) {
  margin-top: 16px;
  width: 0%;
  margin-left: 50%;
}

#nav-menu_icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-menu_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav-menu_icon.open span:nth-child(4) {
  margin-top: 16px;
  width: 0%;
  margin-left: 50%;
}

.step-process > div {
  position: relative;
  margin: 0.2rem 0;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .step-process > div {
    -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
    min-width: calc(25% - 10px);
    padding-right: 1rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .step-process > div:last-child {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    min-width: 40px;
    padding-right: 0;
  }
}
.step-process > div span {
  background: #fff;
  padding-right: 0.6rem;
  position: relative;
  z-index: 2;
}
.step-process > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49%;
  height: 2px;
  width: 95%;
  background: var(--primary-color);
}
@media (max-width: 768px) {
  .step-process > div:after {
    top: 13px;
    left: 30px;
    width: calc(100% - 35px);
  }
}
.step-process > div:last-child {
  padding-right: 0rem;
}
.step-process > div:last-child:after {
  display: none;
}
.step-process > div b {
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .step-process > div b {
    display: block;
    margin-bottom: 5px;
  }
}
.step-process > div.active b {
  border: 2px solid var(--primary-color);
  color: #fff;
  background: var(--primary-color);
}

.ticket h5 {
  display: none !important;
}
.ticket .t-item {
  color: #636363;
  border: 1px solid #979797;
  border-radius: 8px;
  margin: 1rem 0.8rem 0 0;
  overflow: hidden;
  font-size: 1.6rem;
  min-width: 300px;
}
.ticket .t-item i.bg1 {
  background: #fd6a3e;
}
.ticket .t-item i.bg2 {
  background: #87cee2;
}
.ticket .t-item .bg3 {
  background: #ffbb2b;
}
.ticket .t-item i {
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 1.3rem;
}
.ticket .t-item .row .flex-container {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.ticket .t-item .row .txt {
  display: none;
}
.ticket .t-item .row span {
  font-size: 0.9rem;
}
.ticket .t-item .row b {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
.ticket .t-item .row > div:nth-child(2) span {
  margin: 5px 0 0 5px;
  display: block;
}

@media (max-width: 48em) {
  .page__tc {
    padding-bottom: 60px;
  }
}
.page .step-process > div span {
  background: #f2f2f2;
}
.page .ticket {
  background: #fff;
  margin: 1rem 0 0.5rem;
}
.page .ticket h5 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  margin: 0.5rem 0.8rem;
}
.page .ticket .t-item {
  padding: 0.5rem 0.8rem;
  border: none;
  border-radius: 0;
  margin: 0rem 0;
}
.page .ticket .t-item .flex-container {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.page .ticket .t-item .row i {
  border-radius: 25px;
  width: 50px;
  height: 50px;
}
.page .ticket .t-item .row .txt {
  display: inline-block !important;
}
.page .ticket .t-item .row span {
  font-size: 1rem;
  display: none;
}
.page .ticket .t-item .row b {
  font-size: 1rem;
  display: inline-block !important;
  padding-right: 3px;
  margin-top: 0;
}
.page .ticket .t-item .row b:first-letter {
  font-size: 1rem;
}
.page .step-process > div:nth-child(-n+1) b {
  border: 2px solid var(--primary-color);
  color: #fff;
  background: var(--primary-color);
}

.side .ticket {
  display: block !important;
}
.side .ticket .t-item {
  margin: 0;
  min-width: auto;
}
.side .ticket .t-item .row i {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.side .ticket .t-item .row b {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1rem !important;
}
.side .ticket .t-item div:nth-child(2) {
  position: relative;
}
.side .ticket .t-item div:nth-child(2):before {
  content: "";
  width: 100%;
  height: 2px;
  background: #979797;
  position: absolute;
  top: 49%;
  z-index: 1;
}

@media (max-width: 1200px) {
  .step-process > div {
    font-size: 0.8rem;
  }
  .step-process > div b {
    line-height: 22px;
    width: 26px;
    height: 26px;
  }
  .ticket .t-item {
    margin: 1rem 0 0 0;
  }
  .ticket .t-item .row .flex-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .ticket .t-item .row span {
    margin: 5px 0 0 5px;
  }
  .ticket .t-item .row b {
    margin-top: 0;
    font-size: 1rem;
  }
  .page .ticket .t-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page .ticket .t-item .row i {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  .page .ticket .t-item .row span {
    margin: 0;
  }
  .page .side .ticket .t-item {
    padding: 0.5rem 0;
    margin-top: 0;
    border-bottom: none;
  }
}
.step-process-2 {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 36em) {
  .step-process-2 {
    padding: 0 15px;
  }
}
.step-process-2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  background-color: #f2f2f2;
}
@media (max-width: 48em) {
  .step-process-2 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step-process-2 > div:not(:first-child) {
  padding-left: 10px;
}
@media (max-width: 48em) {
  .step-process-2 > div:not(:first-child) {
    padding-left: 0;
  }
}
.step-process-2 > div::before {
  counter-increment: num;
  content: counter(num);
  display: grid;
  place-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100rem;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 62em) {
  .step-process-2 > div::before {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 14px;
  }
}
@media (max-width: 48em) {
  .step-process-2 > div::before {
    margin-bottom: 5px;
  }
}
@media (max-width: 36em) {
  .step-process-2 > div::before {
    height: 24px;
    width: 24px;
    min-width: 24px;
    font-size: 13px;
  }
}
.step-process-2 > div > span {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 48em) {
  .step-process-2 > div > span {
    line-height: 1.2rem;
    font-size: 13px;
    padding: 0;
  }
}
@media (max-width: 36em) {
  .step-process-2 > div > span {
    max-width: 54px;
    line-height: 1rem;
  }
}
.step-process-2 > div.active::before {
  background-color: var(--primary-color);
  color: white;
}
.step-process-2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 48em) {
  .step-process-2::after {
    top: 15px;
  }
}
@media (max-width: 36em) {
  .step-process-2::after {
    width: calc(100% - 30px);
    left: 15px;
    top: 12px;
  }
}

.step__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  row-gap: 3rem;
  padding: 0 2rem;
  margin: 2rem auto;
}
@media (max-width: 62em) {
  .step__order {
    padding: 0;
  }
}
@media (max-width: 48em) {
  .step__order {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step__order > * {
  z-index: 2;
}
.step__order:after {
  content: "";
  display: block;
  position: absolute;
  width: 86%;
  height: 2px;
  top: 1.5rem;
  left: 5rem;
  background-image: repeating-linear-gradient(to right, var(--primary-color) 0px, var(--primary-color) 6px, transparent 6px, transparent 16px);
}
@media (max-width: 48em) {
  .step__order:after {
    width: 65%;
  }
}
.step__order:before {
  content: "";
  display: block;
  position: absolute;
  width: 86%;
  height: 2px;
  top: 11.8rem;
  left: 5rem;
  background-image: repeating-linear-gradient(to right, var(--primary-color) 0px, var(--primary-color) 6px, transparent 6px, transparent 16px);
  display: none;
}
@media (max-width: 48em) {
  .step__order:before {
    width: 65%;
    display: block;
  }
}
.step__order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 48em) {
  .step__order-item {
    width: 33%;
  }
}
.step__order-item .icon {
  background-color: var(--primary-color);
  color: white;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.step__order-item p {
  color: #555;
  margin: 0;
  text-align: center;
}

/*日期jq*/
.dtp div.dtp-picker-month {
  padding: 0px 0 15px !important;
}
.dtp div.dtp-time,
.dtp div.dtp-date {
  background: var(--primary-color);
  opacity: 0.6;
  padding-bottom: 7px;
}
.dtp div.dtp-time > div:last-child,
.dtp div.dtp-date > div:last-child {
  margin-top: 0.3rem !important;
}
.dtp div.dtp-time > div:last-child i,
.dtp div.dtp-date > div:last-child i {
  margin-top: 0.1rem;
}
.dtp div.dtp-time .p10 > a,
.dtp div.dtp-date .p10 > a {
  color: #fff;
}
.dtp .year-picker-item:hover,
.dtp .year-picker-item.active {
  color: var(--primary-color);
  font-size: 1.2rem;
}
.dtp .year-picker-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.dtp div.dtp-actual-year {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}
.dtp table.dtp-picker-days tr > th {
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
}
.dtp .dtp-content > .dtp-date-view > header.dtp-header,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: var(--primary-color);
}
.dtp div.dtp-picker {
  padding-bottom: 0.2em;
}
.dtp .btn-default {
  padding: 0 !important;
}
.dtp .dtp-close {
  right: 0;
}
.dtp .dtp-close a {
  padding: 10px;
}
.dtp .btn-flat {
  margin: 0.1rem 0 0 0.3rem;
  font-size: 0.8rem;
  border: 1px solid var(--primary-color);
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  background: #fff;
}
.dtp .btn-flat:hover {
  background: var(--primary-color);
  color: #fff;
}

.usetimes-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.usetimes-box__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  min-width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--primary-color)), to(var(--primary-color-light)));
  background-image: linear-gradient(to left bottom, var(--primary-color), var(--primary-color-light));
}
.usetimes-box__tit__text {
  display: inline-block;
  color: white;
  margin: 0;
  font-size: 1.2rem;
}
@media (max-width: 36em) {
  .usetimes-box__tit__text {
    font-size: 1rem;
  }
}
.usetimes-box__tit__img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 36em) {
  .usetimes-box__tit__img {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }
}
.usetimes-box__times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  min-width: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0.8rem;
  font-size: 2.25rem;
  color: var(--primary-color);
  position: relative;
}
@media (max-width: 36em) {
  .usetimes-box__times {
    font-size: 2rem;
  }
}
.usetimes-box__times > span {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: -10px;
  margin-left: 0.5rem;
  color: #222222;
}
@media (max-width: 36em) {
  .usetimes-box__times > span {
    font-size: 0.8rem;
  }
}
.usetimes-box__times::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.simple-accordion__btn {
  position: relative;
}
.simple-accordion__btn:link, .simple-accordion__btn:visited {
  display: block;
  background-color: #fafafa;
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
  position: relative;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 36em) {
  .simple-accordion__btn:link, .simple-accordion__btn:visited {
    font-size: 1rem;
  }
}
.simple-accordion__btn__text {
  color: #222222;
  z-index: 3;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.simple-accordion__btn__text::after {
  content: "";
  display: inline-block;
  border: solid #222222;
  border-width: 0 2px 2px 0;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.simple-accordion__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.simple-accordion__btn:hover .simple-accordion__btn__text {
  color: var(--primary-color);
}
.simple-accordion__btn:hover .simple-accordion__btn__text::after {
  border-color: var(--primary-color);
}
.simple-accordion__btn.active .simple-accordion__btn__text {
  color: var(--primary-color);
}
.simple-accordion__btn.active .simple-accordion__btn__text::after {
  border-color: var(--primary-color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -8px;
}
.simple-accordion__content {
  padding: 1rem;
  background-color: #f0f0f0;
  display: none;
}

.loader-box, .loader-box2 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 1035;
}
.loader-box__txt, .loader-box2__txt {
  display: block;
  color: var(--primary-color);
  z-index: 55;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader-stage {
  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;
  position: absolute;
  padding: 1rem 0;
  width: 100px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--primary-color);
  -webkit-box-shadow: 9984px 0 0 0 var(--primary-color), 9999px 0 0 0 var(--primary-color), 10014px 0 0 0 var(--primary-color);
          box-shadow: 9984px 0 0 0 var(--primary-color), 9999px 0 0 0 var(--primary-color), 10014px 0 0 0 var(--primary-color);
  -webkit-animation: dotCarousel 1.5s infinite linear;
          animation: dotCarousel 1.5s infinite linear;
}

@-webkit-keyframes dotCarousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color);
            box-shadow: 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color);
  }
  50% {
    -webkit-box-shadow: 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color);
            box-shadow: 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color);
  }
  100% {
    -webkit-box-shadow: 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color);
            box-shadow: 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color);
  }
}

@keyframes dotCarousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color);
            box-shadow: 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color);
  }
  50% {
    -webkit-box-shadow: 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color);
            box-shadow: 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color), 9999px 0 0 1px var(--primary-color);
  }
  100% {
    -webkit-box-shadow: 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color);
            box-shadow: 9999px 0 0 1px var(--primary-color), 10014px 0 0 -1px var(--primary-color), 9984px 0 0 -1px var(--primary-color);
  }
}
#windowAlert {
  pointer-events: none;
  z-index: 2000;
}
#windowAlert .modal-content {
  border-radius: 3px;
}
#windowAlert .box {
  padding: 0;
}
#windowAlert .btn {
  font-size: 13px;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  background-color: var(--primary-color);
  color: #fff;
  min-width: auto;
}

#windowAlertMsg {
  font-size: 15px;
}

.login {
  background: url(../_img/bg.jpg) 0% 0% no-repeat;
  background-size: cover;
  background-position: center;
  padding: calc(3rem + 46px) 0 3rem 0;
}
.login .box {
  background-color: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.login .box-wrap {
  padding: 2rem 2rem 0 2rem;
}
.login-title hr {
  border-top: 3px solid var(--primary-color);
  width: 40%;
}
.login-title p {
  letter-spacing: 0.4rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.login .identifying-code-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .identifying-code-wrap__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}

.h-lg-75 {
  height: 75% !important;
}

.w-lg-75 {
  width: 75%;
}

.w-lg-50 {
  width: 50%;
}

@media (max-width: 767px) {
  .login {
    height: auto;
  }
  .login .main {
    padding: 1rem 0;
  }
  .h-lg-75 {
    height: auto !important;
  }
  .w-lg-75 {
    width: 100% !important;
  }
  .w-lg-50 {
    width: 100% !important;
  }
}
.pw-wrapper {
  position: relative;
}
.pw-mask {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
  background-image: none;
}
input[type=password] + .pw-mask.show {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2OTFfMTc1MjgpIj4KPHBhdGggZD0iTTExIDYuNUMxMC4yMDQ0IDYuNSA5LjQ0MTI5IDYuODE2MDcgOC44Nzg2OCA3LjM3ODY4QzguMzE2MDcgNy45NDEyOSA4IDguNzA0MzUgOCA5LjVDOCAxMC4yOTU3IDguMzE2MDcgMTEuMDU4NyA4Ljg3ODY4IDExLjYyMTNDOS40NDEyOSAxMi4xODM5IDEwLjIwNDQgMTIuNSAxMSAxMi41QzExLjc5NTYgMTIuNSAxMi41NTg3IDEyLjE4MzkgMTMuMTIxMyAxMS42MjEzQzEzLjY4MzkgMTEuMDU4NyAxNCAxMC4yOTU3IDE0IDkuNUMxNCA4LjcwNDM1IDEzLjY4MzkgNy45NDEyOSAxMy4xMjEzIDcuMzc4NjhDMTIuNTU4NyA2LjgxNjA3IDExLjc5NTYgNi41IDExIDYuNVpNMTEgMTQuNUM5LjY3MzkyIDE0LjUgOC40MDIxNSAxMy45NzMyIDcuNDY0NDcgMTMuMDM1NUM2LjUyNjc4IDEyLjA5NzkgNiAxMC44MjYxIDYgOS41QzYgOC4xNzM5MiA2LjUyNjc4IDYuOTAyMTUgNy40NjQ0NyA1Ljk2NDQ3QzguNDAyMTUgNS4wMjY3OCA5LjY3MzkyIDQuNSAxMSA0LjVDMTIuMzI2MSA0LjUgMTMuNTk3OSA1LjAyNjc4IDE0LjUzNTUgNS45NjQ0N0MxNS40NzMyIDYuOTAyMTUgMTYgOC4xNzM5MiAxNiA5LjVDMTYgMTAuODI2MSAxNS40NzMyIDEyLjA5NzkgMTQuNTM1NSAxMy4wMzU1QzEzLjU5NzkgMTMuOTczMiAxMi4zMjYxIDE0LjUgMTEgMTQuNVpNMTEgMkM2IDIgMS43MyA1LjExIDAgOS41QzEuNzMgMTMuODkgNiAxNyAxMSAxN0MxNiAxNyAyMC4yNyAxMy44OSAyMiA5LjVDMjAuMjcgNS4xMSAxNiAyIDExIDJaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2OTFfMTc1MjgiPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMTguNjkiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
input[type=text] + .pw-mask.show {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjUzNTI5IDQuNzcyNjNDMS45Nzc3MSA2LjAzNzQxIDAuNzUwMTAxIDcuNjg5NDkgMCA5LjU4MDY0QzEuNzMgMTMuOTQyMyA2IDE3LjAzMjMgMTEgMTcuMDMyM0MxMi40MTQ2IDE3LjAzMjMgMTMuNzcwNyAxNi43ODQ5IDE1LjAyNzUgMTYuMzMxNUwxMi44ODg3IDE0LjE4MDNDMTIuMjk0NyAxNC40MjExIDExLjY1NCAxNC41NDg0IDExIDE0LjU0ODRDOS42NzM5MiAxNC41NDg0IDguNDAyMTUgMTQuMDI1IDcuNDY0NDcgMTMuMDkzNEM2LjUyNjc4IDEyLjE2MTcgNiAxMC44OTgyIDYgOS41ODA2NEM2IDguOTEwMiA2LjEzNjQxIDguMjUzNzMgNi4zOTM5NSA3LjY0Nzg3TDMuNTM1MjkgNC43NzI2M1pNOC4wMTU0MiA5LjI3ODc0QzguMDA1MTkgOS4zNzg2MSA4IDkuNDc5MzYgOCA5LjU4MDY0QzggMTAuMzcxMiA4LjMxNjA3IDExLjEyOTMgOC44Nzg2OCAxMS42ODgzQzkuNDQxMjkgMTIuMjQ3MyAxMC4yMDQ0IDEyLjU2MTMgMTEgMTIuNTYxM0MxMS4wODk2IDEyLjU2MTMgMTEuMTc4NyAxMi41NTczIDExLjI2NzMgMTIuNTQ5NEw4LjAxNTQyIDkuMjc4NzRaTTEzLjk3NSA5Ljk2NDRMMTAuNjUwMiA2LjYyMDMxQzEwLjc2NTggNi42MDY4NCAxMC44ODI1IDYuNiAxMSA2LjZDMTEuNzk1NiA2LjYgMTIuNTU4NyA2LjkxNDAzIDEzLjEyMTMgNy40NzMwMUMxMy42ODM5IDguMDMxOTkgMTQgOC43OTAxMyAxNCA5LjU4MDY0QzE0IDkuNzA5NjYgMTMuOTkxNiA5LjgzNzgzIDEzLjk3NSA5Ljk2NDRaTTE1LjU3ODQgMTEuNTc3MUMxNS44NTM4IDEwLjk1MzcgMTYgMTAuMjc0NiAxNiA5LjU4MDY0QzE2IDguMjYzMTEgMTUuNDczMiA2Ljk5OTU1IDE0LjUzNTUgNi4wNjc5MkMxMy41OTc5IDUuMTM2MjkgMTIuMzI2MSA0LjYxMjkgMTEgNC42MTI5QzEwLjMyMjMgNC42MTI5IDkuNjU4ODEgNC43NDk1OSA5LjA0NjgzIDUuMDA3NjFMNi45MDU3OCAyLjg1NDE0QzguMTgxMiAyLjM4NTIgOS41NjAzNCAyLjEyOTAzIDExIDIuMTI5MDNDMTYgMi4xMjkwMyAyMC4yNyA1LjIxODk2IDIyIDkuNTgwNjRDMjEuMjQxOCAxMS40OTIyIDE5Ljk5NTggMTMuMTU5NCAxOC40MTQzIDE0LjQyOTRMMTUuNTc4NCAxMS41NzcxWiIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMS40MTkzNyIgeT0iMS4wMDA3MyIgd2lkdGg9IjEuNDE5MzUiIGhlaWdodD0iMjQuOTQxMyIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ0LjgzNDMgMS40MTkzNyAxLjAwMDczKSIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
}

.hotel-calendar {
  width: 100%;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 5px;
  overflow: hidden;
}
.hotel-calendar button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hotel-calendar__top {
  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;
  padding: 0.6rem 1rem;
  color: white;
  background-color: var(--primary-color-dark);
}
@media (max-width: 767px) {
  .hotel-calendar__top {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }
}
.hotel-calendar__title {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 991px) {
  .hotel-calendar__title {
    font-size: 16.5px;
  }
}
.hotel-calendar__btn {
  border: none;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  text-align: center;
}
.hotel-calendar__btn-arrow {
  border: solid white;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .hotel-calendar__btn-arrow {
    padding: 4px;
  }
}
.hotel-calendar__btn-arrow.hc-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.hotel-calendar__btn-arrow.hc-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hotel-calendar__btn:hover .hotel-calendar__btn-arrow {
  border-color: var(--primary-color-light);
}
.hotel-calendar__btn.disabled {
  pointer-events: none;
  cursor: default;
}
.hotel-calendar__btn:disabled .hotel-calendar__btn-arrow, .hotel-calendar__btn.disabled .hotel-calendar__btn-arrow {
  border-color: rgba(16, 16, 16, 0.35);
}
.hotel-calendar__table {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .hotel-calendar__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 305px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.hotel-calendar__tr {
  display: table-row;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .hotel-calendar__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hotel-calendar__tr.hc-week {
    display: none;
  }
}
.hotel-calendar__td {
  display: table-cell;
  text-align: center;
  padding: 0.25rem;
  color: var(--fourth-color);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 14.28%;
}
@media (max-width: 767px) {
  .hotel-calendar__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
  }
  .hotel-calendar__td.hc-md-hidden {
    display: none;
  }
}
.hotel-calendar__td.hc-weekend,
.hotel-calendar__td span.hc-weekend {
  background-color: rgba(var(--primary-color), 0.15);
}
.hotel-calendar__td .hc-week {
  display: none;
}
@media (max-width: 767px) {
  .hotel-calendar__td .hc-week {
    display: block;
    min-width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    border-bottom: 1px solid white;
  }
}
.hotel-calendar__td .hc-week > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.hotel-calendar .hc-week {
  background-color: rgba(var(--primary-color), 0.2);
}
.hotel-calendar__tr:not(:last-child) .hotel-calendar__td {
  border-bottom: 1px solid #ced4da;
}
@media (max-width: 767px) {
  .hotel-calendar__tr:not(:last-child) .hotel-calendar__td {
    border: none;
  }
}
.hotel-calendar__tr:hover, .hotel-calendar__td.hc-hover {
  background-color: rgba(var(--primary-color), 0.1);
}
@media (max-width: 767px) {
  .hotel-calendar__tr:hover, .hotel-calendar__td.hc-hover {
    background-color: transparent;
  }
}
.hotel-calendar__cell {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  color: var(--fourth-color);
  padding: 0.6rem 0.5rem 0.4rem 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .hotel-calendar__cell {
    line-height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .hotel-calendar__cell {
    margin: 0.2rem;
    padding: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hotel-calendar__cell__date {
  font-size: 22.5px;
  min-width: 30px;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  text-align: center;
  color: inherit;
}
@media (max-width: 991px) {
  .hotel-calendar__cell__date {
    font-size: 19.5px;
  }
}
@media (max-width: 767px) {
  .hotel-calendar__cell__date {
    min-width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    text-align: left;
  }
}
.hotel-calendar__cell__text {
  font-size: 13.05px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  color: inherit;
}
@media (max-width: 991px) {
  .hotel-calendar__cell__text {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .hotel-calendar__cell__text {
    min-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.hotel-calendar__cell__price {
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 13.5px;
  text-align: right;
  color: var(--primary-color);
  margin-top: 0.3rem;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .hotel-calendar__cell__price {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hotel-calendar__cell__price {
    min-width: 45%;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
.hotel-calendar__cell__price span {
  margin-left: 0.3rem;
  font-size: 19.5px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .hotel-calendar__cell__price span {
    display: block;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hotel-calendar__cell__price span {
    display: inline-block;
  }
}
.hotel-calendar__cell:hover {
  color: var(--primary-color);
}
.hotel-calendar__cell.disabled, .hotel-calendar__cell:disabled {
  pointer-events: none;
  cursor: default;
}
.hotel-calendar__cell:disabled, .hotel-calendar__cell:disabled .hotel-calendar__cell__price, .hotel-calendar__cell:disabled .hotel-calendar__cell__date, .hotel-calendar__cell:disabled .hotel-calendar__cell__text, .hotel-calendar__cell.disabled, .hotel-calendar__cell.disabled .hotel-calendar__cell__price, .hotel-calendar__cell.disabled .hotel-calendar__cell__date, .hotel-calendar__cell.disabled .hotel-calendar__cell__text {
  color: rgba(16, 16, 16, 0.35);
}
.hotel-calendar__cell.selected {
  background-color: var(--primary-color-dark);
}
.hotel-calendar__cell.selected, .hotel-calendar__cell.selected .hotel-calendar__cell__price {
  color: white;
}

.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
.selection .form-select {
  height: 38px;
  width: 100%;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: white;
}

input.select2-search__field {
  border-radius: 4px;
  border-color: #f6f6f6;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color-light);
  color: black;
}

.select2-container--default .select2-results__option--selected {
  background-color: white;
}

.tab-content2 {
  background-color: var(--primary-color-light);
  padding: 1.7rem;
  border-radius: 10px;
}
@media only screen and (max-width: 36em) {
  .tab-content2 {
    padding: 0.5rem;
  }
}

.wrap-3 .tab-pill {
  padding: 0rem 2rem;
}
.wrap-3 .tab-content {
  background-color: #fff;
  padding: 0rem 2rem;
}

.nav-pills {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-pills .nav-link {
  padding: 0.3rem 2rem;
  border-radius: 33px;
  color: var(--primary-color);
  border: 2px solid transparent;
  padding: 0.3rem 2rem;
  width: 100%;
  margin: 1.5rem 0rem;
}
@media only screen and (max-width: 62em) {
  .nav-pills .nav-link {
    margin: 1rem 0rem;
    padding: 0.3rem 1rem;
  }
}
@media only screen and (max-width: 36em) {
  .nav-pills .nav-link {
    font-size: 0.9rem;
    border-radius: 0px;
    margin: 0.5rem 0rem;
    padding: 0.3rem 0.5rem;
    color: var(--primary-color);
    border-width: 0px;
    border-left: 1px solid;
    border-color: var(--primary-color);
    background-color: white;
    text-align: left;
  }
}
@media only screen and (max-width: 62em) {
  .nav-pills {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--primary-color);
  background-color: white;
  font-weight: 500;
  border-color: var(--primary-color);
}
@media only screen and (max-width: 36em) {
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-size: 0.9rem;
    border-radius: 0px;
    margin: 0.5rem 0rem;
    padding: 0.3rem 0.5rem;
    background-color: var(--primary-color);
    color: white;
  }
}

.select2-dropdown {
  border-color: #e7e7e7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e7e7e7;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}

.commonhkp {
  width: 100%;
}
.commonhkp button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.commonhkp__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonhkp__tit {
  width: 100px;
}
.commonhkp__inputbox {
  position: relative;
  width: 100%;
  max-width: 180px;
}
.commonhkp__input {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.commonhkp__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: var(--primary-color-light);
  color: var(--primary-color);
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.commonhkp__btn-plus {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #ced4da;
}
.commonhkp__btn-minus {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #ced4da;
}
.commonhkp__btn:hover {
  color: white;
  background-color: var(--primary-color);
}
.commonhkp__btn.disabled {
  color: #676767;
  background-color: #f6f6f6;
  cursor: not-allowed;
  pointer-events: none;
  border-color: #ced4da;
}

.uploadfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uploadfile__preview, .uploadfile__btn {
  margin: 1rem 0.5rem;
}
.uploadfile__preview {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  background-color: #f6f6f6;
  padding: 0.5rem;
  position: relative;
}
.uploadfile__preview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
.uploadfile__preview-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uploadfile__preview-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.uploadfile__preview-remove {
  position: absolute;
  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;
  height: 18px;
  width: 18px;
  border-radius: 20rem;
  background-color: #c3c3c3;
  color: #fff;
  right: -5px;
  top: -5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.uploadfile__preview-remove::after {
  content: "×";
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  margin-top: -2px;
}
.uploadfile__preview-remove:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.uploadfile__btn {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: var(--primary-color);
  background-color: #fff;
  border: 2px dashed var(--primary-color);
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 13.5px;
}
.uploadfile__btn:hover {
  background-color: rgba(var(--primary-color), 0.1);
}
.uploadfile__btn-plus {
  position: relative;
  padding: 5px 0 5px 0;
  height: 36px;
  width: 100%;
  text-align: center;
}
.uploadfile__btn-plus::before, .uploadfile__btn-plus::after {
  content: "";
  display: inline-block;
  background-color: var(--primary-color);
  border-radius: 2rem;
  width: 2px;
  height: 100%;
}
.uploadfile__btn-plus::after {
  -webkit-transform: rotate(90deg) translateY(2px);
          transform: rotate(90deg) translateY(2px);
}
.uploadfile__btn-input {
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 1;
}

.upload-box {
  overflow: hidden;
}
.upload-box:not(:last-child) {
  margin-bottom: 1.25rem;
}

.upload-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 1rem;
  margin-top: 1rem;
}
.upload-wrap .delfile {
  margin-top: 1rem;
  z-index: 99;
}

.upload-img-frame {
  overflow: hidden;
  width: 100%;
  height: 115px;
  margin-left: auto;
  margin-right: auto;
}
.upload-img-frame.un-upload {
  display: none;
}
.upload-img-frame img {
  height: 100%;
  border-radius: 0.5rem;
  margin: auto;
}

.upload-img {
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  place-items: center;
  color: #000;
  border: none;
  border-radius: 3px;
  text-align: center;
  padding: 1rem;
}
.upload-img p {
  color: #676767 !important;
  font-size: 0.8rem !important;
  margin: 0.5rem 0rem 0rem 0rem;
}
@media (max-width: 48em) {
  .upload-img {
    width: 100%;
  }
}

.apnd-img {
  float: left;
  margin: 5px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  padding: 6px;
  position: relative;
  width: 100%;
  text-align: center;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.apnd-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.apnd-img i {
  position: absolute;
  right: 6px;
  top: 4px;
  color: #d2d2d2;
}

.img-canceled {
  font-size: 2rem;
  padding-top: 0rem;
}
.img-canceled.un-upload {
  display: none;
}

/*0130*/
.translate-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 62em) {
  .translate-select {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.translate-select::before {
  content: "";
  background-image: url("/_common/reward/_img/translate.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 62em) {
  .translate-select::before {
    position: relative;
  }
}
@media (max-width: 36em) {
  .translate-select::before {
    display: none;
  }
}

#google_translate_element + select {
  border: none;
  background-color: transparent;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 60px;
  place-items: flex-end;
  z-index: 1;
  text-align: center;
}
#google_translate_element + select:focus, #google_translate_element + select:active, #google_translate_element + select:focus-visible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (max-width: 62em) {
  #google_translate_element + select {
    color: white;
    min-height: auto;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    width: 100%;
  }
}

.print {
  display: none;
}

@media print {
  @page {
    margin: 0.5cm;
    size: A4 portrait;
    widows: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  .container,
  .content,
  .title {
    padding-top: 0 !important;
  }
  .page {
    background-color: white;
    margin-top: 0;
    min-height: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  .no-print,
  .modal-backdrop,
  .uploadfile__preview-remove,
  header,
  footer {
    display: none;
  }
  .row > .col-lg-8 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    width: calc(100% - 340px);
  }
  .row > .col-lg-4 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    width: 340px;
  }
  .row > .col-md-2 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    width: 100px;
  }
  .row > .col-md-9 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    width: calc(100% - 100px);
  }
  .form-row .col-5.col-sm-3.col-xl-2,
  .form-row .col-7.col-sm-7.col-xl-4,
  .form-row .col-7.col-sm-7.col-xl-10,
  .form-row .col-5.col-sm-4.col-xl-3,
  .form-row .col-7.col-sm-6.col-xl-3 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
  .form-row .col-5.col-sm-3.col-xl-2 {
    width: 100px !important;
  }
  .form-row .col-7.col-sm-7.col-xl-4 {
    width: calc(50% - 100px) !important;
  }
  .form-row .col-7.col-sm-7.col-xl-10 {
    width: calc(100% - 100px) !important;
  }
  .form-row .col-5.col-sm-4.col-xl-3 {
    width: 150px !important;
  }
  .form-row .col-7.col-sm-6.col-xl-3 {
    width: calc(50% - 150px) !important;
  }
  .print-txtbox {
    padding-left: 50px;
    padding-right: 50px;
    page-break-inside: avoid;
  }
  .print-txtbox__lg {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-5 {
    margin-top: 0 !important;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  .print-block {
    page-break-inside: avoid;
  }
  .uploadfile__preview {
    background: transparent;
    padding: 0;
  }
  .uploadfile__preview-img,
  .uploadfile__preview-wrap {
    display: block;
  }
}
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-4-26 16:21:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-backdrop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fade-in-backdrop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(1, 0, 0, 1) 1s both;
          animation: slide-in-bottom 1s cubic-bezier(1, 0, 0, 1) 1s both;
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.cart-img {
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: 100px;
}
@media (max-width: 62em) {
  .cart-img {
    height: 90px;
  }
}
@media (max-width: 48em) {
  .cart-img {
    height: 80px;
  }
}
@media (max-width: 36em) {
  .cart-img {
    height: 60px;
  }
}
.cart-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-pdname {
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 48em) {
  .cart-pdname {
    font-size: 0.95rem;
  }
}
.cart-pdinfo {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #676767;
  text-align: left;
}
@media (max-width: 48em) {
  .cart-pdinfo {
    font-size: 0.9rem;
  }
}
.cart-price {
  padding-right: 1rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-price::before {
  content: "NT$ ";
}
.cart-count {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.holiday-nav {
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
@media (max-width: 62em) {
  .holiday-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.holiday-nav .container {
  display: grid;
  text-align: start;
  grid-template-columns: repeat(3, 1fr) -webkit-max-content;
  grid-template-columns: repeat(3, 1fr) max-content;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  gap: 1rem;
  background: #f6f6f6;
}
@media (max-width: 62em) {
  .holiday-nav .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.holiday-nav.sticky-top {
  position: sticky;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  z-index: 200;
  margin: 0 -16px;
  background: #f6f6f6;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
}
@media (max-width: 62em) {
  .holiday-nav.sticky-top {
    top: 37px;
  }
}
.holiday-nav.sticky-top .container {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.holiday-nav .dropdown-menu {
  width: 100%;
  text-align: center;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 3px !important;
  border: none;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
  border-radius: 5px;
  background: white;
  z-index: 9999;
}
.holiday-nav .dropdown-menu h4 {
  display: none;
}
@media (max-width: 62em) {
  .holiday-nav .dropdown-menu {
    display: block;
    border-radius: 20px 20px 0 0;
    position: fixed !important;
    inset: unset !important;
    bottom: 0 !important;
    left: 0 !important;
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 100%;
    padding-bottom: 1rem;
  }
  .holiday-nav .dropdown-menu.show {
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .holiday-nav .dropdown-menu h4 {
    display: block;
    position: sticky;
    top: 0;
    padding: 1.5rem 0 1rem 0;
    margin-bottom: 0;
    background: white;
  }
}
.holiday-nav .dropdown-menu .dropdown-item {
  padding: 8px 16px;
}
.holiday-nav .dropdown-menu .dropdown-item:active:focus, .holiday-nav .dropdown-menu .dropdown-item:hover {
  background: rgba(249, 229, 231, 0.3);
  color: #676767;
}
.holiday-nav .dropdown-menu::-webkit-scrollbar-thumb {
  width: 5px;
  background: #f9e5e7;
  border-radius: 10px;
}
.holiday-ticket {
  padding: 0 1rem;
}
.holiday-ticket-cover {
  padding-bottom: 2rem;
}
.holiday-ticket-cover .banner {
  border-radius: 1rem;
  margin: 2rem 0 1rem;
  overflow: hidden;
}
.holiday-ticket-nav {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.holiday-ticket-nav .switch img {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
@media (max-width: 75em) {
  .holiday-ticket-nav .switch img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
@media (max-width: 62em) {
  .holiday-ticket-nav .switch img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.holiday-ticket-nav .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr -webkit-max-content 2fr -webkit-max-content;
  grid-template-columns: 1fr 1fr 1fr max-content 2fr max-content;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  gap: 1rem;
  background: white;
}
@media (max-width: 75em) {
  .holiday-ticket-nav .container {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
@media (max-width: 62em) {
  .holiday-ticket-nav .container {
    gap: 1rem;
  }
}
.holiday-ticket-nav.sticky-top {
  position: sticky;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  z-index: 200;
  margin: 0 -16px;
  background: white;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
}
@media (max-width: 62em) {
  .holiday-ticket-nav.sticky-top {
    top: 56px;
  }
}
.holiday-ticket-nav.sticky-top .container {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.holiday-ticket-nav .dropdown-menu {
  width: 390px;
  text-align: center;
  padding: 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: auto;
  margin-top: 3px !important;
  border: none;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
  border-radius: 5px;
  background: white;
  z-index: 9999;
}
.holiday-ticket-nav .dropdown-menu h4 {
  display: none;
}
@media (max-width: 62em) {
  .holiday-ticket-nav .dropdown-menu {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
    position: fixed !important;
    inset: unset !important;
    bottom: 0 !important;
    left: 0 !important;
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 350px;
    padding-bottom: 1rem;
  }
  .holiday-ticket-nav .dropdown-menu.show {
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .holiday-ticket-nav .dropdown-menu h4 {
    display: block;
    position: sticky;
    top: 0;
    padding: 1.5rem 0 1rem 0;
    margin-bottom: 0;
    background: white;
  }
}
.holiday-ticket-nav .dropdown-menu .dropdown-item {
  padding: 8px 16px;
}
.holiday-ticket-nav .dropdown-menu .dropdown-item:active:focus, .holiday-ticket-nav .dropdown-menu .dropdown-item:hover {
  background: rgba(249, 229, 231, 0.3);
  color: #676767;
}
.holiday-ticket-info {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2rem 5rem;
  background: white;
  color: #555;
}
@media (max-width: 62em) {
  .holiday-ticket-info {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 36em) {
  .holiday-ticket-info {
    padding: 1.5rem 1.5rem;
  }
}
.holiday-ticket-option {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  padding-left: 0 !important;
}
.holiday-ticket-option svg {
  color: #999999;
}
.holiday-ticket-option.active {
  border: 1px solid #d80c18;
}
.holiday-ticket-option .form-check-input {
  background: none !important;
  border: none !important;
  background-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.holiday-ticket-option label {
  width: 100%;
  padding: 1.75rem 1.75rem 1.75rem 3.5rem;
}
.holiday-ticket-info-detail {
  position: relative;
}
.holiday-ticket-info-detail::before {
  content: "";
  position: absolute;
  top: -9px;
  height: 2px;
  width: calc(100% - 36px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #d9d9d9;
}
@media (max-width: 62em) {
  .holiday-ticket-info-detail::before {
    top: 18px;
    width: 2px;
    height: calc(100% - 36px);
  }
}
.holiday-ticket-info-detail > div {
  position: relative;
}
@media (max-width: 62em) {
  .holiday-ticket-info-detail > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0.5rem 0;
    width: 100%;
  }
}
.holiday-ticket-info-detail > div::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #c3c3c3;
  display: block;
}
@media (max-width: 62em) {
  .holiday-ticket-info-detail > div::after {
    top: 16px;
  }
}
.holiday-station {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 62em) {
  .holiday-station {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48em) {
  .holiday-station {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0.5rem;
    gap: 1rem;
  }
}
.holiday-station .station-item {
  position: relative;
}
.holiday-station h3 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 15;
}
.holiday-station .station-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: auto;
}
.holiday-station .station-img img {
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.holiday-station .station-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.holiday-station .station-img::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(103, 103, 103, 0.4);
  border-radius: 10px;
  z-index: 10;
}
.holiday-product, .holiday-product-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.holiday-product .product-desc, .holiday-product-gallery .product-desc {
  padding: 0.75rem 1rem;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: start;
}
.holiday-product .product-desc h6, .holiday-product-gallery .product-desc h6 {
  text-decoration: none;
  color: #676767;
}
.holiday-product .product-desc h6 p, .holiday-product-gallery .product-desc h6 p {
  color: #d80c18;
  display: inline;
}
.holiday-product .product-desc h6 span, .holiday-product-gallery .product-desc h6 span {
  font-size: 20px;
}
.holiday-product .product-desc > div > h6, .holiday-product-gallery .product-desc > div > h6 {
  margin-bottom: 0;
}
.holiday-product .product-item, .holiday-product-gallery .product-item {
  text-decoration: none;
}
.holiday-product-gallery {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 62em) {
  .holiday-product-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48em) {
  .holiday-product-gallery {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0.5rem;
    gap: 1rem;
  }
}
.holiday-product-gallery .product-desc {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 48em) {
  .holiday-product, .holiday-product-gallery {
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    gap: 1rem;
  }
}
.holiday-product .product-img, .holiday-product-gallery .product-img {
  border-radius: 10px 10px 0 0;
  height: auto;
}
.holiday-product .product-img img, .holiday-product-gallery .product-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.holiday-mask {
  display: none;
}
.holiday-mask.show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
@media all and (min-width: 62em) {
  .holiday-offcanvas {
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
    visibility: hidden;
    position: static;
    display: none;
  }
}
.holiday-offcanvas .offcanvas-body {
  overflow: hidden;
}
@media all and (min-width: 62em) {
  .holiday-offcanvas .offcanvas-header {
    display: none;
  }
}
.holiday-offcanvas.offcanvas-end {
  border-left: none;
}
@media all and (min-width: 62em) {
  .holiday-offcanvas.offcanvas-end {
    -webkit-transform: none;
            transform: none;
    border-left: none;
  }
}
.holiday-offcanvas .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr) -webkit-max-content;
  grid-template-columns: repeat(3, 1fr) max-content;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  gap: 1rem;
  background: #f6f6f6;
}
@media (max-width: 62em) {
  .holiday-offcanvas .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.holiday-offcanvas .dropdown-menu {
  width: 100%;
  text-align: center;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 3px !important;
  border: none;
  -webkit-box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
          box-shadow: 0px 1px 5px rgba(103, 103, 103, 0.1);
  border-radius: 5px;
  background: white;
  z-index: 9999;
}
.holiday-offcanvas .dropdown-menu h4 {
  display: none;
}
@media (max-width: 62em) {
  .holiday-offcanvas .dropdown-menu {
    display: block;
    border-radius: 20px 20px 0 0;
    position: fixed !important;
    inset: unset !important;
    bottom: 0 !important;
    left: 0 !important;
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 350px;
    padding-bottom: 1rem;
  }
  .holiday-offcanvas .dropdown-menu.show {
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .holiday-offcanvas .dropdown-menu h4 {
    display: block;
    position: sticky;
    top: 0;
    padding: 1.5rem 0 1rem 0;
    margin-bottom: 0;
    background: white;
  }
}
.holiday-offcanvas .dropdown-menu .dropdown-item {
  padding: 8px 16px;
}
.holiday-offcanvas .dropdown-menu .dropdown-item:active:focus, .holiday-offcanvas .dropdown-menu .dropdown-item:hover {
  background: rgba(249, 229, 231, 0.3);
  color: #676767;
}
.holiday-footer {
  padding: 0.5rem 0;
  text-align: center;
  background: #495057;
  font-size: 12px;
  color: white;
}
.holiday-footer > div {
  width: 75%;
  margin: 0 auto;
}
.holiday-footer br {
  display: none;
}
.holiday-footer span {
  display: inline-block;
}
@media (max-width: 36em) {
  .holiday-footer {
    line-height: 2;
  }
  .holiday-footer br {
    display: block;
  }
  .holiday-footer span {
    display: none;
  }
}

.form-control-holiday {
  background: white;
  border: none;
  padding: 0.625rem 0.875rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  color: black;
  font-weight: normal;
}
.form-control-holiday:hover, .form-control-holiday:active:focus, .form-control-holiday:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-select-holiday {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNyA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC44OTU1MDkgMS4xODczM0wzLjMxOTEzIDUuMzg1MDhDMy42Mjg1MSA1LjkyMTMzIDQuMTM0NzYgNS45MjEzMyA0LjQ0NDEzIDUuMzg1MDhMNi44Njc3NiAxLjE4Njk2QzcuMTc3NTEgMC42NTA3MDcgNi45MjQwMSAwLjIxMjcwOCA2LjMwNTI2IDAuMjEyNzA4SDEuNDU4MDFDMC44MzkyNTkgMC4yMTI3MDggMC41ODU3NTkgMC42NTEwODMgMC44OTU1MDkgMS4xODczM1oiIGZpbGw9IiM3ODc4NzgiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.875rem) center;
  background-size: 10px 10px;
  border-radius: 5px;
  border: none;
  padding: 0.625rem 1.75rem 0.625rem 0.875rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: #676767;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-select-holiday:hover, .form-select-holiday:active:focus, .form-select-holiday:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.thsr-ticket {
  border-radius: 0.5rem;
  background-color: #f6f6f6;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.thsr-ticket span {
  font-weight: 500;
}
.thsr-ticket-title .type {
  background-color: #d80c18;
  color: white;
  border-radius: 0.25rem;
  padding: 0.3rem 0.5rem;
  margin-right: 0.25rem;
}
.thsr-ticket .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  gap: 2rem;
}
.thsr-ticket .timeline .arrow {
  max-width: 100%;
  height: 2px;
  background-color: #c3c3c3;
  position: relative;
}
.thsr-ticket .timeline .arrow::after {
  content: "";
  width: 10px;
  height: 2px;
  top: -3px;
  background-color: #c3c3c3;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.thsr-ticket .timeline h4 {
  margin-bottom: 0rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: inherit;
}
.thsr-ticket .timeline h4 ~ span {
  font-size: 1.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: inherit;
}
.thsr_index-mt {
  margin-top: -5rem;
}
.thsr-count {
  max-width: 130px;
}
.thsr-count .commonhkp__btn {
  width: 2rem;
}

.accordion-hsr-ticket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.accordion-hsr-ticket-info .accordion-item {
  border: none;
  background: transparent;
}
.accordion-hsr-ticket-info .accordion-button {
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-hsr-ticket-info .accordion-button::after {
  content: none;
}

.choose-bg {
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.choose-bg:has(input[checked=checked]) {
  border: 1px solid #d80c18;
  background-color: rgba(216, 12, 24, 0.05);
}

.faq a {
  color: #d80c18;
}
.faq .nav-tabs .nav-link,
.faq .nav-tabs .nav-link:hover {
  border-top: 2px solid transparent;
}
.faq .nav-link.active {
  border-color: #d80c18 !important;
}
.faq .accordion .accordion-item {
  border: none;
  margin-bottom: 0.75rem;
}
.faq .accordion .accordion-item .accordion-button,
.faq .accordion .accordion-item .accordion-button.collapsed {
  border-radius: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.1rem;
}
.faq .accordion .accordion-item .accordion-button::after,
.faq .accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f078";
  font-family: "Font Awesome 6 free";
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  background-image: none;
}
.faq .accordion .accordion-header {
  border: none;
  border-radius: 10px;
}
.faq .accordion .accordion-collapse {
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  margin: 0.5rem 0;
}
.faq .accordion .accordion-body {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 1rem;
  font-size: 0.9rem;
}
@media (max-width: 48em) {
  .faq .accordion .accordion-body {
    padding: 1rem;
  }
}
.faq .accordion .accordion-button {
  font-weight: bold;
}
.faq .accordion.accordion-square {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  border-bottom: 1px solid #d80c18;
}
.faq .accordion.accordion-square .accordion-button,
.faq .accordion.accordion-square .accordion-button.collapsed {
  border-radius: 0;
}
.faq .accordion.accordion-square .accordion-body {
  background: #d80c18;
  border-radius: 0;
  padding: 1rem;
}
.faq .accordion.accordion-square .accordion-collapse {
  border: 0;
  border-radius: 0;
}
.faq .accordion.accordion-square .accordion-item {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.faq .accordion-golf-step .accordion-header button {
  border-radius: 4px 4px 0 0;
}
.faq .accordion-golf-step .accordion-header button.collapsed {
  border-radius: 4px;
}
.faq .accordion-golf-step .accordion-collapse {
  border: 0;
  border-radius: 0;
}
.faq .accordion-golf-step .accordion-body {
  background: transparent;
  padding: 0 0 0 1rem;
}
@media (max-width: 62em) {
  .faq .accordion-golf-step .accordion-body {
    background: #d80c18;
    padding: 1rem;
  }
}
@media (max-width: 36em) {
  .faq .accordion-golf-step .accordion-body {
    border-radius: 0 0 10px 10px;
  }
}
.faq .accordion-primary .accordion-button {
  background: #d80c18;
  color: white;
}
.faq .accordion-secondary .accordion-button {
  background: white;
  color: black;
  border-left: 4px solid #d80c18;
}
.faq .accordion-hsr-ticket-info .accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}
.faq .accordion-hsr-ticket-info .accordion-item .accordion-header {
  margin-bottom: 2px;
}
.faq .accordion-hsr-ticket-info .accordion-item .accordion-button {
  background: white;
  color: #999999;
  padding: 0;
}
.faq .accordion-hsr-ticket-info .accordion-item .accordion-button::after {
  display: none !important;
}
.faq .accordion-hsr-ticket-info .accordion-item .accordion-button .accordion-icon.collapsed img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faq .accordion-hsr-ticket-info .accordion-item .accordion-button .accordion-icon:not(.collapsed) img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faq .accordion-hsr-ticket-info .accordion-collapse {
  border: 0;
}
.faq .accordion-hsr-ticket-info .accordion-body {
  background: white;
  color: #999999;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 3rem 2rem 2rem 2rem;
}
@media (max-width: 62em) {
  .faq .accordion-hsr-ticket-info .accordion-body {
    padding: 1rem;
  }
}

@media (max-width: 62em) {
  #searchbar_nav {
    position: fixed;
  }
}