@charset "UTF-8";
[v-cloak] {
  visibility: hidden;
}

.slider2.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);
}

.slider2.esg::after, .pditem.esg:not(.soldout)::after {
  content: "ESG";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1CB142), to(#0F9B33));
  background-image: linear-gradient(to bottom, #1CB142, #0F9B33);
  background-image: -moz-linear-gradient(to bottom, #1CB142, #0F9B33);
  color: white;
  position: absolute;
  padding: 0 30px;
  top: 10px;
  right: -24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 15px;
  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);
}

.color01 {
  color: #e40016;
}

.color02 {
  color: #555;
}

.color03 {
  color: #b80f00;
}

.color04 {
  color: #E62310;
}

.bg01 {
  background: rgba(230, 35, 16, 0.3);
}

.bg02 {
  background: rgba(230, 35, 16, 0.15);
}

.fz01 {
  font-size: 0.8rem;
}

.fz02 {
  font-size: 1.2rem;
}

.fz03 {
  font-size: 0.9rem;
}

.tit-1 {
  border-left: 5px solid #E62310;
  padding: 0 1rem;
  margin: 1rem 0.5rem 0.5rem;
}

.border-color01 {
  border: 1px solid #E62310;
}

.mtb-lg-8px {
  margin-top: 8px;
  margin-bottom: 16px;
}
@media only screen and (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;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #231815;
}

a {
  color: #E62310;
}
a:hover {
  color: #E62310;
  text-decoration: none;
}
a:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

.header {
  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;
  padding: 6px 0;
}

.banner {
  position: relative;
  z-index: 2;
}
.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;
}
.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: #f14838;
  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;
}

.main {
  text-align: center;
  margin-top: 46px;
}
@media only screen and (max-width: 48em), only screen and (hover: none) {
  .main {
    margin-top: 38px;
  }
}
.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(#f9b6af), to(#E62310));
  background: linear-gradient(#f9b6af 0%, #E62310 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: #231815;
  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 only screen and (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: #b80f00;
}
.main .product-list a .text span.usetimes {
  font-size: 15px;
  margin-top: auto;
  color: #b80f00;
  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);
}

.page {
  background-color: #f2f2f2;
  min-height: calc(100vh - 123px);
}
@media only screen and (max-width: 48em), only screen and (hover: none) {
  .page {
    min-height: calc(100vh - 101px);
    position: relative;
  }
}
.page .content {
  background: #fff;
  padding: 0.8rem 1rem;
  text-align: left;
  position: relative;
}
.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: #E62310;
  position: relative;
  font-size: 15px;
}
.page .content .tit i {
  position: absolute;
  left: 8px;
  top: 5px;
  color: #231815;
  font-size: 18px;
}
.page .content .title {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -16px;
  padding: 5px 16px 20px;
}
.page .content .title-2 {
  border-left: 5px solid #E62310;
  padding: 0 1rem;
  margin: 1rem 0.5rem 0.5rem;
}
.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;
}
.page .banner {
  min-height: 170px;
}
.page .banner h2 {
  color: #fff;
  text-shadow: 0 0 10px #000000;
  padding: 0 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: rgba(230, 35, 16, 0.08);
  padding: 1.5rem 1rem;
}
.total p {
  margin-bottom: 0;
}

.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;
}

.member-area p {
  color: #636363;
}

.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: #E62310;
}
.step > div:last-child {
  padding-right: 0rem;
}
.step > div:last-child:after {
  display: none;
}
.step > div b {
  border-radius: 20px;
  border: 2px solid #E62310;
  color: #E62310;
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1440px) {
  .banner {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 14%;
    top: 8%;
  }
  .banner .swiper-slide .txt .pic img {
    width: 85%;
  }
}
@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%;
  }
  .banner {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 10%;
    top: 5%;
    font-size: 1.8rem;
  }
  .banner .swiper-slide .txt .pic img {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .banner {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 5%;
    top: 5%;
  }
  .banner .swiper-slide .txt .pic img {
    width: 55%;
  }
  .main .product-list a .pic {
    min-height: 323px;
  }
  .main .product-list a .pic img {
    max-height: 323px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 0%;
    top: 8%;
    font-size: 1.5rem;
  }
  .banner .swiper-slide .txt .pic {
    width: 16%;
  }
  .banner .swiper-slide .txt .pic img {
    width: 100%;
  }
  .banner .text {
    font-size: 12px;
    left: 13%;
    bottom: 15%;
  }
  .banner .text h1 {
    font-size: 22.5px;
    margin-bottom: 0;
  }
  .banner .down {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    bottom: -35px;
  }
  .banner .down i {
    font-size: 1.4rem;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -11px;
  }
  .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;
  }
  .banner .swiper-slide .pic img:nth-child(1) {
    display: none;
  }
  .banner .swiper-slide .pic img:nth-child(2) {
    display: inline-block;
    width: 100%;
  }
  .banner .swiper-slide .txt {
    top: 12%;
    line-height: 2rem;
    font-size: 1.8rem;
  }
  .banner .swiper-slide .txt span {
    display: block;
  }
  .banner .swiper-slide .txt .pic {
    width: 25%;
  }
  .banner .swiper-slide .txt .pic img:nth-child(1) {
    display: block;
  }
  .banner .swiper-slide .txt .pic img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .banner .swiper-slide .txt {
    left: -5%;
    top: 15%;
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .banner .swiper-slide .txt .pic {
    width: 20%;
  }
  .banner .swiper-slide .btn {
    font-size: 1rem;
    letter-spacing: 0rem;
    padding: 0.3rem 1rem;
  }
  .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;
  }
  .banner .swiper-slide .txt {
    left: -7%;
    top: 12%;
    line-height: 1.6rem;
    font-size: 1.4em;
  }
  .banner .swiper-slide .txt .pic {
    width: 20%;
  }
}
@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;
  }
  .banner .swiper-slide .txt {
    top: 6%;
    line-height: 1.6rem;
    font-size: 1.4em;
  }
}
.after_dash_gap-1 {
  gap: 15px;
}
@media only screen and (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: #231815;
  position: absolute;
  right: -11px;
  top: 50%;
}
@media only screen and (max-width: 36em) {
  .after_dash_gap-1 > div:not(:last-child):after {
    display: none;
  }
}

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

/* ----------------------------------------
wifi popup
---------------------------------------- */
.countryModal .modal-header {
  border-bottom: none;
  padding: 0.5rem 1rem 0 1rem;
}
.countryModal .modal-header .close {
  padding-bottom: 0.5rem;
}
.countryModal .modal-header .close:focus, .countryModal .modal-header .close:active, .countryModal .modal-header .close:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}
.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;
}
@media only screen and (max-width: 36em) {
  .order-list-title {
    font-size: 1rem;
  }
}

.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 only screen and (max-width: 48em) {
  .order-list__pic {
    min-width: 120px;
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
@media only screen and (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 only screen and (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 only screen and (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: #E62310;
}

#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: 1rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: left;
  overflow: hidden;
  position: relative;
}
.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 #E62310;
  color: #E62310;
  border-radius: 1000rem;
}
.pditem p {
  margin-bottom: 0;
}
.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: #E87771;
  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: #999999;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.75rem 0.45rem;
  font-size: 16.5px;
  line-height: 1.4rem;
}
@media only screen and (max-width: 48em) {
  .pditem-txt {
    font-size: 15px;
    padding: 0.45rem;
  }
}
.pditem-txt__tit {
  width: 100%;
  max-width: 100%;
  display: block;
  color: #231815;
}
.pditem-bg {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pditem-img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.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: 24px;
  font-weight: bold;
  padding: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: auto;
  color: #D3722E;
}
@media only screen and (max-width: 48em) {
  .pditem-point {
    font-size: 18px;
  }
}
.pditem-point img {
  display: inline-block;
  width: 36px;
  margin-right: 0.25rem;
}
@media only screen and (max-width: 48em) {
  .pditem-point img {
    width: 26px;
  }
}
.pditem-point.pointup:after {
  content: "起";
  display: inline-block;
  font-size: 14px;
  margin-left: 0.25rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media only screen and (max-width: 48em) {
  .pditem-point.pointup:after {
    font-size: 13px;
  }
}
.pditem-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 0 2rem 0;
  gap: 15px;
}
@media only screen and (max-width: 62em) {
  .pditem-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 48em) {
  .pditem-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.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;
}
.product-detail .pditem-txt__tit {
  font-size: 1.1rem;
  margin-top: 0.2rem;
  text-overflow: unset;
  white-space: unset;
}
.product-detail .pditem-point {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  padding: 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 36em) {
  .product-detail .pditem-point {
    font-size: 24px;
  }
}
@media only screen and (max-width: 36em) {
  .product-detail .pditem-point img {
    width: 36px;
  }
}
@media only screen and (max-width: 36em) {
  .product-detail .pditem-point.pointup:after {
    font-size: 14px;
  }
}

.dropdown-style-01 .dropdown-toggle {
  color: #E87771;
}
.dropdown-style-01 .dropdown-item {
  color: #676767;
}
.dropdown-style-01 .dropdown-item:hover {
  background-color: white;
  color: #E87771;
}

.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;
}

.canleadFooter-top__list > ul > li {
  font-size: 15px !important;
}

.pro-nav {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.pro-nav .nav-item {
  color: #231815;
  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: #E62310;
  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;
}

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

.slider-for .slick-slide {
  min-height: 517px;
  -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;
}
.slider-for .pic img {
  max-height: 517px;
}

.slider-nav {
  margin: 0 0.5rem;
}
.slider-nav .slick-slide {
  min-height: 115px;
  -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;
}
.slider-nav .pic img {
  max-height: 115px;
}
.slider-nav .slick-next {
  right: 0;
}
.slider-nav .slick-prev {
  left: 0;
}
.slider-nav .slick-arrow:before {
  color: #000;
}

.product-detail p {
  margin-bottom: 0;
}
.product-detail label {
  color: #231815;
}
.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: #E62310;
  color: #E62310;
  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 #E62310 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: 1rem 3rem;
  font-size: 0.9rem;
  position: relative;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
}

input[type=checkbox]:disabled + label:before {
  border: 2px solid #231815;
  opacity: 0.5;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #b80f00;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 2px solid #b80f00;
}

input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 5px;
  width: 7px;
  height: 14px;
  border: solid #b80f00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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 #231815;
  margin: 0.3rem;
}
.store .pro-nav .nav-item.active, .store .pro-nav .nav-item:hover {
  border-color: #E62310;
}
.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: #E62310;
}
.store .store-list .txt h6 {
  font-weight: bold;
}
.store .tc {
  border: 1px solid #f0f0f0;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.store .tc .box {
  padding: 0.7rem;
}

.search-link {
  position: relative;
  background: url("../_img/tc-link.jpg") 45% 50% no-repeat;
  background-size: cover;
  height: 200px;
}
.search-link a {
  color: #8c733b;
  cursor: pointer;
}
.search-link .txt {
  padding: 3.2rem 1rem 0 26rem;
  font-size: 18px;
  line-height: 39px;
}
.search-link .txt .ti {
  margin-bottom: 0.3rem;
  font-size: 24px;
  position: relative;
  color: #523c0a;
}
.search-link .txt .ti span:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 73px;
  height: 3px;
  border-radius: 20px;
  background: #E62310;
}
.search-link .txt p {
  margin-bottom: 0;
}
.search-link .txt p span {
  color: #fff;
  border-radius: 30px;
  padding: 0.4rem 2rem;
  background: #E62310;
}

.tc-pic {
  width: 200px;
}

.send .btn.style02 {
  min-width: 260px;
}

.result {
  min-height: 600px;
}

@media (max-width: 1200px) {
  .pro-nav .nav-item {
    padding: 0.3rem 1rem;
  }
  .slider-for .slick-slide {
    min-height: 427px;
  }
  .slider-for .pic img {
    max-height: 427px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 98px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 98px;
    margin: 0 auto;
  }
  .search-link .txt {
    padding: 3.2rem 1rem 0 20rem;
  }
  .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 #231815;
    margin: 0.1rem;
    padding: 0.3rem 0.6rem;
  }
  .pro-nav .nav-item.active, .pro-nav .nav-item:hover {
    border: 1px solid #E62310;
  }
  .search-link .txt {
    padding: 2rem 1rem 0 13rem;
    font-size: 18px;
    line-height: 33px;
  }
  .search-link .txt p {
    margin-bottom: 0;
    line-height: 1.4rem;
  }
  .search-link .txt p span {
    display: block;
    text-align: center;
    margin-top: 0.4rem;
  }
  .slider-for .slick-slide {
    min-height: 308px;
  }
  .slider-for .pic img {
    max-height: 308px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 100px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 100px;
    margin: 0 auto;
  }
}
@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: 0;
    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;
  }
  .pro-name {
    margin-top: 1rem;
    font-size: 24px;
    line-height: 30px;
  }
  .check {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
  }
  .result {
    min-height: 400px;
  }
  .m-quantity > button i {
    font-size: 0.6rem;
    position: relative;
    top: -2px;
    left: -2px;
  }
  .search-link {
    background: url("../_img/tc-link.jpg") 33% 50% no-repeat;
    background-size: cover;
  }
  .search-link .txt {
    padding: 2rem 1rem 0 10rem;
    font-size: 15px;
    line-height: 27px;
  }
  .slider-for .slick-slide {
    min-height: 427px;
  }
  .slider-for .pic img {
    max-height: 427px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 98px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 98px;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .search-link .txt {
    padding: 1.3rem 1rem 0 6rem;
  }
  .slider-for .slick-slide {
    min-height: 345px;
  }
  .slider-for .pic img {
    max-height: 345px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 100px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 100px;
    margin: 0 auto;
  }
  .tc-pic {
    width: 100px;
  }
}
.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;
}

.slider-for .slick-slide {
  margin: 0.3rem 0.8rem;
  position: relative;
  border: 1px solid #D4D4D4;
}
.slider-for .slick-slide > div {
  line-height: 0;
  margin: 0 auto;
}

@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: #E87771;
  background: #E87771;
  border-color: #E87771;
}

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 only screen and (max-width: 62em) {
  .tab-style-001 {
    font-size: 1rem;
  }
}
@media only screen and (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 only screen and (max-width: 48em) {
  .tab-style-001 > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    min-width: 25%;
  }
}
@media only screen and (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 only screen and (max-width: 62em) {
  .tab-style-001 .nav-link {
    line-height: 1.4rem;
  }
}
.tab-style-001 .nav-link:hover {
  color: #E62310;
  border: 1px solid #E62310;
}
.tab-style-001 .nav-link.active {
  background-color: #E62310;
  color: #fff;
  border: 1px solid #E62310;
}

.tab-style-002 .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
.tab-style-002 .nav-item .nav-link,
.tab-style-002 .nav-item .nav-link:hover,
.tab-style-002 .nav-item .nav-link.active,
.tab-style-002 .nav-item .nav-link.active:hover {
  border-bottom: none;
  color: #231815;
  padding: 1rem;
}
.tab-style-002 .nav-item .nav-link,
.tab-style-002 .nav-item .nav-link:hover {
  border-top: 3px solid #ddd;
}
.tab-style-002 .nav-item .nav-link.active,
.tab-style-002 .nav-item .nav-link.active:hover {
  border-top: 3px solid #E62310;
}

/* <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-template-columns: repeat(9, 1fr);
  max-width: 1140px;
  margin: 0 auto;
}
.tab-01 > a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #5F3F05;
  padding-bottom: 0.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-01 > a:hover {
  color: #E87771;
}
.tab-01 > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background-color: #E87771;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-01 > a:after {
  content: "";
  display: none;
  width: 100%;
  height: 3px;
  background-color: #E62310;
  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;
}
.tab-01 > a.active:before {
  opacity: 1;
}
.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 only screen and (max-width: 62em) {
  .tab-01__icon {
    width: 66px;
  }
}
.tab-01-box {
  position: sticky;
  top: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 2;
  background-color: white;
  min-height: 57.72px;
}
.tab-01-box.smaller .tab-01__icon {
  width: 52px;
}
.tab-01-box.smaller .tab-01 > a {
  padding-bottom: 0.1rem;
}
.tab-01-box.smaller .tab-01 > a::before {
  height: 30px;
}
.tab-01-btn {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 57.72px;
  -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: 57.72px;
  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: white;
  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: #5F3F05;
  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: #E62310;
  color: #E62310;
}
.tab-01-dropdown__icon {
  display: block;
  max-width: 36px;
  margin-right: 0.5rem;
}
.tab-01-dropdown__icon img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 75em) {
  .tab-01 {
    max-width: 960px;
  }
}
@media only screen and (max-width: 62em) {
  .tab-01 {
    max-width: 768px;
  }
}
@media only screen and (max-width: 48em), only screen and (hover: none) {
  .tab-01 {
    max-width: auto;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .tab-01::-webkit-scrollbar {
    display: none;
  }
  .tab-01 > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    color: #5F3F05;
    margin: 0 5px;
    padding: 3px 5px;
  }
  .tab-01 > a:hover {
    background-color: transparent;
    border: none;
    color: #676767;
  }
  .tab-01 > a:before {
    display: none;
  }
  .tab-01 > a:after {
    display: block;
  }
  .tab-01 > a.active {
    background-color: transparent;
    border: none;
    color: #E62310;
  }
  .tab-01 > a.active:after {
    opacity: 1;
  }
  .tab-01 > a.active:hover {
    color: #E62310;
  }
  .tab-01__icon {
    width: 24px;
  }
  .tab-01-box {
    padding: 0 40px 0 5px;
    top: 38px;
  }
  .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(white));
    background-image: linear-gradient(to right, transparent, white);
    background-image: -moz-linear-gradient(to right, transparent, white);
  }
  .tab-01-box.smaller .tab-01__icon {
    width: 24px;
  }
  .tab-01-box.smaller .tab-01 > a {
    padding-bottom: 3px;
  }
  .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) {
  background: #f5f5f5;
}
.table-style01 thead th {
  background: #E62310;
}
.table-style01 tbody th {
  background: #b80f00;
  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: #E62310;
  color: white;
  text-align: center;
}
.table-style03 tbody th {
  background-color: white;
  color: #231815;
}
@media only screen and (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: #e60012;
}
.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: #E62310;
}
.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;
  }
}
input:focus,
textarea:focus,
button:focus,
button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
}

input[type=checkbox]:disabled + label:before {
  border: 2px solid #e60012;
  opacity: 0.5;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #e60012;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 2px solid #e60012;
}

input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 5px;
  width: 7px;
  height: 14px;
  pointer-events: none;
  border: solid #e60012;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  line-height: 2rem;
}

input[type=radio]:disabled + label:before {
  border: 2px solid #e60012;
  opacity: 0.5;
}

input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #e60012;
}

input[type=radio]:checked + label:before {
  background: #fff;
  border: 2px solid #e60012;
}

input[type=radio]:checked ~ .checkmark {
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  top: 12px;
  width: 8px;
  height: 8px;
  pointer-events: none;
  background: #e60012;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .check {
    -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;
    left: 0;
    bottom: 62.19px;
    width: 100%;
    padding: 1rem 0.5rem 0 1rem;
    background-color: #fff;
    z-index: 1031;
  }
}
.icon {
  font-size: 1.1rem;
}
.icon:before {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.btn {
  border-radius: 20px;
  background: #fff;
  color: #E62310;
  padding: 0.5rem 2rem;
}
.btn.style01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8a097), color-stop(50%, #E62310));
  background-image: linear-gradient(#f8a097 0%, #E62310 50%);
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 1rem 2.75rem;
  border: none;
  border-radius: 30px;
}
.btn.style01 i {
  font-size: 16.5px;
  margin: 0 0.5rem 0 0;
}
.btn.style02 {
  background: #E62310;
  min-width: 187px;
  color: #fff;
  font-size: 18px;
  padding: 0.6rem 1rem;
  border: 1px solid #E62310;
  border-radius: 100rem;
}
.btn.style02:hover {
  background: #9e180b;
}
.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: #231815;
  color: #231815;
}
.btn.style02.opposite:hover {
  color: white;
  background: #231815;
}
.btn.style03 {
  border: 1px solid #E62310;
  color: #E62310;
}
.btn.style03:hover {
  color: white;
  background-color: #E62310;
}
.btn.style03.disabled, .btn.style03:disabled {
  pointer-events: none;
  border: 1px solid #c3c3c3;
  color: #c3c3c3;
  background: transparent;
}
.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-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: #160a0a;
  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: #ff5343;
  bottom: 34px;
}

.form-check__style01 {
  color: #e60012;
}
.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: #ddd;
  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 #E62310;
  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);
}

.accordion .card-header {
  border-radius: 0 !important;
  background: #fff;
  font-size: 17.25px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}
@media only screen and (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: #231815;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.accordion .card-header a:hover {
  color: #E87771;
}
@media only screen and (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: #231815;
}
.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: #E62310;
}
.accordion .card-header button.btn:focus {
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: #E62310;
}
.accordion .card-header [aria-expanded=true] {
  color: #E87771;
}
.accordion .card-header [aria-expanded=true]:hover {
  color: #E87771;
}
.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 only screen and (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;
  }
}
.navbar-toggler {
  z-index: 999;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  margin: 0px;
  top: 0px;
  right: 0px;
  position: relative;
}
.navbar-toggler .hamburger {
  position: relative;
}
.navbar-toggler .hamburger .menui {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
          transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
  top: 8px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background-color: #676767;
  opacity: 0;
  margin-top: 0;
}
.navbar-toggler .hamburger .menui:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.navbar-toggler .hamburger .menui:last-child {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui {
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui:first-child {
  top: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .hamburger .menui:last-child {
  top: 14px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-nav li {
  margin: 0 0.75rem;
}
.navbar-nav li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #231815;
}
.navbar-nav li .btn-logout {
  color: #E62310;
  font-weight: 700;
}
.navbar-nav li .btn-logout:hover {
  color: #9e180b;
}
.navbar-nav li:last-child {
  margin: 0 0 0 0.75rem;
}

@media (max-width: 991px) {
  .navbar-nav {
    font-size: 13.5px;
    margin-bottom: 5px;
  }
  .navbar-nav li {
    padding: 5px;
  }
  .navbar-nav li a {
    width: 100%;
    display: block;
  }
  .navbar-nav li .btn-logout {
    background: #E62310;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0.4rem;
  }
  .navbar-nav li .btn-logout:hover {
    color: #fff;
    background: #9e180b;
  }
}
.navbar-brand.logo {
  width: auto;
  height: 46px;
}
.navbar-brand.logo .img-fluid {
  max-width: none;
  height: 100%;
}
@media only screen and (max-width: 48em), only screen and (hover: none) {
  .navbar-brand.logo {
    height: 38px;
  }
}

.nav-bee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 1rem;
  color: #5F3F05;
}
@media only screen and (max-width: 62em) {
  .nav-bee {
    font-size: 14px;
  }
}
.nav-bee__point {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-bee__point img {
  display: inline-block;
  width: 24px;
  margin-right: 0.3rem;
}

.navbar-brand {
  margin-right: auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.step-process > div {
  position: relative;
  margin: 0.2rem 0;
  padding-right: 2rem;
}
@media only screen and (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 only screen and (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: #E62310;
}
@media only screen and (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 #E62310;
  color: #E62310;
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .step-process > div b {
    display: block;
    margin-bottom: 5px;
  }
}
.step-process > div.active b {
  border: 2px solid #E62310;
  color: #fff;
  background: #E62310;
}

.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 only screen and (max-width: 48em) {
  .page__tc {
    padding-bottom: 120px;
  }
}
.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 #E62310;
  color: #fff;
  background: #E62310;
}

.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 only screen and (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 only screen and (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 only screen and (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 #E62310;
  color: #E62310;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 62em) {
  .step-process-2 > div::before {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 48em) {
  .step-process-2 > div::before {
    margin-bottom: 5px;
  }
}
@media only screen and (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 only screen and (max-width: 48em) {
  .step-process-2 > div > span {
    line-height: 1.2rem;
    font-size: 13px;
    padding: 0;
  }
}
@media only screen and (max-width: 36em) {
  .step-process-2 > div > span {
    max-width: 54px;
    line-height: 1rem;
  }
}
.step-process-2 > div.active::before {
  background-color: #E62310;
  color: white;
}
.step-process-2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #E62310;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .step-process-2::after {
    top: 15px;
  }
}
@media only screen and (max-width: 36em) {
  .step-process-2::after {
    width: calc(100% - 30px);
    left: 15px;
    top: 12px;
  }
}

/*日期jq*/
.dtp div.dtp-picker-month {
  padding: 0px 0 15px !important;
}
.dtp div.dtp-time,
.dtp div.dtp-date {
  background: #E62310;
  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: #E62310;
  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: #E62310;
}
.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 #E62310;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  background: #fff;
}
.dtp .btn-flat:hover {
  background: #E62310;
  color: #fff;
}

.usetimes-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
  border: 1px solid #E62310;
  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(#E62310), to(#ff5343));
  background-image: linear-gradient(to left bottom, #E62310, #ff5343);
}
.usetimes-box__tit__text {
  display: inline-block;
  color: white;
  margin: 0;
  font-size: 1.2rem;
}
@media only screen and (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 only screen and (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: #E62310;
  position: relative;
}
@media only screen and (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: #231815;
}
@media only screen and (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 #f0f0f0;
  padding: 1rem;
  position: relative;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 36em) {
  .simple-accordion__btn:link, .simple-accordion__btn:visited {
    font-size: 1rem;
  }
}
.simple-accordion__btn__text {
  color: #231815;
  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 #231815;
  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: #E62310;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.simple-accordion__btn:hover .simple-accordion__btn__text {
  color: #E62310;
}
.simple-accordion__btn:hover .simple-accordion__btn__text::after {
  border-color: #E62310;
}
.simple-accordion__btn.active .simple-accordion__btn__text {
  color: #E62310;
}
.simple-accordion__btn.active .simple-accordion__btn__text::after {
  border-color: #E62310;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -8px;
}
.simple-accordion__content {
  padding: 1rem;
  background-color: #f0f0f0;
  display: none;
}

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 1035;
}
.loader-box__txt {
  display: block;
  color: #ff5343;
  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: #ff5343;
  color: #ff5343;
  -webkit-box-shadow: 9984px 0 0 0 #ff5343, 9999px 0 0 0 #ff5343, 10014px 0 0 0 #ff5343;
          box-shadow: 9984px 0 0 0 #ff5343, 9999px 0 0 0 #ff5343, 10014px 0 0 0 #ff5343;
  -webkit-animation: dotCarousel 1.5s infinite linear;
          animation: dotCarousel 1.5s infinite linear;
}

@-webkit-keyframes dotCarousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
            box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
  }
  50% {
    -webkit-box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
            box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
  }
  100% {
    -webkit-box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
            box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
  }
}

@keyframes dotCarousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
            box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
  }
  50% {
    -webkit-box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
            box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
  }
  100% {
    -webkit-box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
            box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
  }
}
#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: #E62310;
  color: #fff;
  min-width: auto;
}

#windowAlertMsg {
  font-size: 15px;
}

.login {
  background: url(../_img/bg.jpg) 0% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.login .main {
  padding: 3rem 0;
}
.login .box {
  padding: 2rem;
  margin: 0rem auto;
  max-width: 700px;
}
.login .box .title hr {
  border-top: 3px solid #E62310;
  width: 100px;
}
.login .box .title p {
  letter-spacing: 0.4rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.login .box .privacy {
  height: 200px;
  padding: 1rem;
  overflow: auto;
  overflow: auto;
  background: rgba(0, 124, 125, 0.1);
}
.login .bg02 {
  background: #fff;
}
.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%;
}

@media (max-width: 767px) {
  .login {
    height: auto;
  }
  .login .main {
    padding: 1rem 0;
  }
  .h-lg-75 {
    height: auto !important;
  }
  .w-lg-75 {
    width: 100% !important;
  }
}
.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: #9e180b;
}
@media only screen and (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 only screen and (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 only screen and (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: #fbccc7;
}
.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 only screen and (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 only screen and (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: #160a0a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 14.28%;
}
@media only screen and (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(230, 35, 16, 0.15);
}
.hotel-calendar__td .hc-week {
  display: none;
}
@media only screen and (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(230, 35, 16, 0.2);
}
.hotel-calendar__tr:not(:last-child) .hotel-calendar__td {
  border-bottom: 1px solid #ced4da;
}
@media only screen and (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(230, 35, 16, 0.1);
}
@media only screen and (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: #160a0a;
  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 only screen and (max-width: 991px) {
  .hotel-calendar__cell {
    line-height: 1.4rem;
  }
}
@media only screen and (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 only screen and (max-width: 991px) {
  .hotel-calendar__cell__date {
    font-size: 19.5px;
  }
}
@media only screen and (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 only screen and (max-width: 991px) {
  .hotel-calendar__cell__text {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (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: #E62310;
  margin-top: 0.3rem;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__price {
    margin-top: 0;
  }
}
@media only screen and (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 only screen and (max-width: 991px) {
  .hotel-calendar__cell__price span {
    display: block;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__price span {
    display: inline-block;
  }
}
.hotel-calendar__cell:hover {
  color: #E62310;
}
.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: #c01d0d;
}
.hotel-calendar__cell.selected, .hotel-calendar__cell.selected .hotel-calendar__cell__price {
  color: white;
}

.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: rgba(230, 35, 16, 0.25);
  color: #E62310;
  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: rgba(230, 35, 16, 0.65);
}

.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: #E62310;
}
.uploadfile__btn {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #E62310;
  background-color: #fff;
  border: 2px dashed #E62310;
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 13.5px;
}
.uploadfile__btn:hover {
  background-color: rgba(230, 35, 16, 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: #E62310;
  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;
}

.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;
  }
}
.swiper-layout {
  position: relative;
}

.swiper-pagination.swiper-banner-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1.2px solid white;
}
.swiper-pagination.swiper-banner-pagination .swiper-pagination-bullet-active {
  background: white;
  border: 1.2px solid white;
}

.swiper-layout {
  position: relative;
}
.swiper-layout .swiper-nav-button-next {
  position: absolute;
  top: 50%;
  right: 10px;
  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: #e3e3e3;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-layout .swiper-nav-button-next svg {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .swiper-layout .swiper-nav-button-next svg {
    font-size: 1rem;
  }
}
.swiper-layout .swiper-nav-button-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  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: #e3e3e3;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-layout .swiper-nav-button-prev svg {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .swiper-layout .swiper-nav-button-prev svg {
    font-size: 1rem;
  }
}

.search-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;
  padding-left: 1rem;
}
@media (max-width: 62em) {
  .search-row {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0rem;
  }
}
.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  font-size: 0.95rem;
  border-radius: 4px 0 0 4px;
  border-right: 0px solid transparent;
}
.search-btn {
  background-color: #E87771;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 0 4px 4px 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.search-btn:hover {
  color: white;
  background-color: #D3722E;
}

.filter {
  gap: 0.35rem;
  padding-right: 1rem;
}
.filter-link {
  font-size: 0.95rem;
  color: #E87771;
  border-color: #E87771;
  background-color: transparent;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  border: 1px solid #E87771;
  border-radius: 4px;
}
.filter-link.active {
  background-color: #E87771;
  color: white;
}

#no-item {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #999999;
  font-size: 1.15rem;
  line-height: 200%;
  height: 33vh;
  margin: auto;
}
#no-item img {
  width: 48px;
  margin-bottom: 1rem;
}