﻿@charset "UTF-8";
.modal-full .modal-dialog .modal-content .modal-body .search-area .title::after {
  content: '';
  display: table;
  clear: both;
}

.card-product .pic .img, .card-brand .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.area-pattern {
  background: url("../images/bg_pattern.jpg") repeat;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  section.area-pattern {
    background-attachment: unset;
  }
}

body.body-simple.body-pattern, .main-view {
  background-image: url("../images/bg_banner.png");
  background-repeat: repeat;
  background-size: 100%;
  background-color: #f3f0ea;
}

.main-view .title h1 span, ul.step-preorder > li .con .num, section.area h2 .sub-title {
  font-family: "Rufina", sans-serif !important;
}

.member-dropdown ul li.title,
.lang-dropdown ul li.title, #header nav .tools-member .member-login span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
}

a, a:hover, a:active, a:focus, a:visited, button, button:hover, button:active, button:focus, button:visited {
  outline: none;
  text-decoration: none;
}

a {
  color: #111a22;
}

a:hover, a:focus {
  color: #080d11;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1, h2, h3, h4 {
  font-weight: 300;
}

h2 {
  font-size: 2.8rem;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat","PingFang TC", "Noto Sans TC", "LiHei Pro", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
  color: #192733;
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0px;
  margin: 0px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding-top: 132px;
}

@media (max-width: 1199px) {
  body {
    padding-top: 60px;
  }
}

body.body-simple {
  padding-top: 80px;
}

body.body-simple.body-pattern {
  background-color: #f3f0ea;;
}

@media (max-width: 768px) {
  body.body-simple {
    padding-top: 60px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

a.link {
  text-decoration: underline;
  color: #0f2e51;
}

hr.hr-xs {
  margin: 10px 0px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.box-inline-block {
  display: inline-block;
}

.v-center {
  vertical-align: middle !important;
}

.text-center {
  text-align: center !important;
}

.text-xl {
  font-size: 2.8rem !important;
}

@media screen and (max-width: 576px) {
  .text-xl {
    font-size: 2rem !important;
  }
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-md {
  font-size: 1.6rem !important;
}

.text-sm,
small {
  font-size: 1.4rem !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #7d8996 !important;
}

.text-grey {
  color: #666 !important;
}

.text-primary {
  color: #111a22 !important;
}

.text-info {
  color: #d7967d !important;
}

.text-success {
  color: #7cb192 !important;
}

.text-danger {
  color: #e46a4e !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #f3f0ea !important;
}

.bg-grey-lighter {
  background-color: #fbfaf8 !important;
}

.bg-primary {
  background-color: #192733 !important;
}

.bg-danger {
  background-color: #e46a4e !important;
}

.bg-pattern {
  background-image: url("../images/bg_pattern.png");
}

.bg-gradient {
  background-image: linear-gradient(135deg, #192733, #080d11);
}

a.totop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #192733;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}

a.totop img {
  width: 24px;
      transform: rotate(-90deg);
}

@media (max-width: 768px) {
  a.totop {
    right: 15px;
  }
}

.ad {
  margin-top: 20px;
}

.ad img {
  width: 100%;
}

ul.list-unset,
ol.list-unset {
  margin-left: 30px;
}

ul.list-unset li,
ol.list-unset li {
  margin: 10px 0px;
}

ul.list-term li,
ol.list-term li {
  padding-left: 20px;
  margin: 24px 0;
}

ul.list-unset {
  list-style: disc;
}

ol.list-unset {
  list-style: decimal;
}

.gap {
  color: rgba(0, 0, 0, 0.1);
  margin: 0px 5px;
}

.tip {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #7d8996;
  display: flex;
      align-items: center;
}

.tip i,
.tip img {
      align-self: flex-start;
}

.tip img {
  width: 20px;
  margin-right: 0.5rem;
}

.notice {
  padding: 24px 24px 24px 58px;
  position: relative;
  font-size: 1.4rem;
  margin: 24px 0;
  page-break-inside: avoid !important;
}

.notice img {
  position: absolute;
  left: 24px;
  top: 24px;
}

.notice .title {
  font-weight: 500;
}

.notice .text {
  margin-top: 5px;
  line-height: 1.7;
}

.notice-info {
  background: #f3f0ea;
  color: #8f482c;
}

.tag {
  padding: 3px 8px;
  font-size: 1.4rem;
  color: #192733;
  background: #f3f0ea;
  display: inline-block;
  border-radius: 2px;
}

.tag-sm {
  font-weight: 600;
  background: #f3f0ea;
}

.badge {
  font-weight: 500;
}

.badge-info {
  background: #d7967d;
}

.breadcrumb {
  background: transparent;
  margin: 30px 0px;
  padding: 0px;
}

.breadcrumb .breadcrumb-item {
  color: #192733;
  font-size: 1.2rem;
}

.breadcrumb .breadcrumb-item a {
  color: #192733;
  opacity: 0.5;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  /*content: "\f105";*/
  font-family: "FontAwesome";
}

@media (max-width: 768px) {
  .breadcrumb {
    margin: 20px 0 10px 0;
  }
}

.empty-status {
  text-align: center;
  margin-top: 32px;
}

.empty-status .icon {
  margin-top: 120px;
}

.empty-status h3 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 24px;
}

.empty-status .title {
  opacity: 0.7;
  margin-top: 24px;
}

.empty-status .text {
  margin-top: 24px;
  opacity: 0.7;
  line-height: 1.7;
}

.empty-status .btn {
  margin-top: 24px;
  width: 260px;
}

.empty-status-lg .icon img {
  width: 300px;
}

@media (max-width: 768px) {
  .empty-status .icon {
    margin-top: 60px;
  }
  .empty-status .icon img {
    width: 100px;
  }
  .empty-status h3 {
    font-size: 2.2rem;
  }
  .empty-status .title {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .empty-status .btn {
    width: 100%;
  }
  .empty-status-lg .icon img {
    width: 160px;
  }
}

.alert {
  position: fixed;
  top: 96px;
  left: calc(50% - 395px);
  width: 790px;
  max-width: calc(100% - 30px);
  padding: 10px 40px 10px 10px;
  font-size: 1.4rem;
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
  border: none !important;
  line-height: 1.7;
}

.alert .icon {
  display: inline-block;
  margin-right: 5px;
}

.alert a {
  color: #fff;
}

.alert a.close {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}

.alert-danger {
  background: #c65b43 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .alert {
    left: 15px;
    top: 76px;
  }
}

ul.list-chip li {
  display: inline-block;
  border-radius: 30px;
  margin: 4px 2px;
  font-size: 1.4rem;
  overflow: hidden;
}

ul.list-chip li a {
  display: block;
  padding: 4px 16px;
  background: #e9e0d9;
}

ul.list-chip li a:hover {
  background: #d7967d;
  color: #fff;
}

.main-view {
  padding: 48px 0;
}

.main-view .title {
  display: flex;
      justify-content: space-between;
      align-items: center;
}

.main-view .title h1 {
  font-size: 2.8rem;
  font-weight: normal;
}

.main-view .title h1 span {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .main-view .title {
        flex-direction: column;
        align-items: flex-start;
  }
  .main-view .title h1 {
    margin: 24px 0;
    font-size: 2.4rem;
  }
}

@media (max-width: 992px) {
  .sum .sum-con .sum-item {
    border: #e9e0d9 1px solid;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

.sum .sum-title,
.sum .sum-con .card {
  display: flex;
      flex-direction: row;
}

.sum .sum-title > *,
.sum .sum-con .card > * {
      flex-grow: 1;
  padding: 0 16px;
  width: calc(100%/4 - 95px);
  /*(100% - 380px)/4 */
  text-align: center;
}

.sum .sum-title > *.item,
.sum .sum-con .card > *.item {
  width: 500px;
  text-align: left;
}

.sum .sum-title > *.num,
.sum .sum-con .card > *.num {
  width: 130px;
}

.sum .sum-title > *.price, .sum .sum-title > *.discount, .sum .sum-title > *.total,
.sum .sum-con .card > *.price,
.sum .sum-con .card > *.discount,
.sum .sum-con .card > *.total {
  font-weight: 500;
}

.sum .sum-title > *.num .title, .sum .sum-title > *.discount .title, .sum .sum-title > *.total .title,
.sum .sum-con .card > *.num .title,
.sum .sum-con .card > *.discount .title,
.sum .sum-con .card > *.total .title {
  display: none;
}

.sum .sum-title > *.price.line-through,
.sum .sum-con .card > *.price.line-through {
  color: #8f482c;
}

.sum .sum-title > *.price.line-through .line-through-box,
.sum .sum-con .card > *.price.line-through .line-through-box {
  color: #192733;
  text-decoration: line-through;
}

.sum .sum-title > *.price.line-through .line-through-box span,
.sum .sum-con .card > *.price.line-through .line-through-box span {
  display: block;
  color: #7d8996;
  text-decoration: line-through;
}

.sum .sum-title > *.price.line-through .line-through-box span:last-child,
.sum .sum-con .card > *.price.line-through .line-through-box span:last-child {
  color: #7d8996;
}

.sum .sum-title > *.price .title,
.sum .sum-con .card > *.price .title {
  display: none;
}

@media (max-width: 1200px) {
  .sum .sum-title > *.item,
  .sum .sum-con .card > *.item {
    width: 400px;
  }
}

@media (max-width: 992px) {
  .sum .sum-title,
  .sum .sum-con .card {
        flex-direction: column;
  }
  .sum .sum-title > *,
  .sum .sum-con .card > * {
    width: 95% !important;
    margin-bottom: 15px;
    padding: 0px;
    margin: 0 auto;
  }
  .sum .sum-title > *.item,
  .sum .sum-con .card > *.item {
    width: 400px;
  }
  .sum .sum-title > *.price, .sum .sum-title > *.num,
  .sum .sum-con .card > *.price,
  .sum .sum-con .card > *.num {
    padding-left: 45%;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sum .sum-title > *.price .title, .sum .sum-title > *.num .title,
  .sum .sum-con .card > *.price .title,
  .sum .sum-con .card > *.num .title {
    font-size: 1.4rem;
    display: block;
    font-weight: 400;
    color: #192733;
  }
  .sum .sum-title > *.price .text, .sum .sum-title > *.num .text,
  .sum .sum-con .card > *.price .text,
  .sum .sum-con .card > *.num .text {
    text-align: right;
  }
  .sum .sum-title > *.num, .sum .sum-title > *.discount, .sum .sum-title > *.total,
  .sum .sum-con .card > *.num,
  .sum .sum-con .card > *.discount,
  .sum .sum-con .card > *.total {
    padding-left: 45%;
    display: flex !important;
        justify-content: space-between;
  }
  .sum .sum-title > *.num .title, .sum .sum-title > *.discount .title, .sum .sum-title > *.total .title,
  .sum .sum-con .card > *.num .title,
  .sum .sum-con .card > *.discount .title,
  .sum .sum-con .card > *.total .title {
    display: block;
    font-weight: 400;
  }
  .sum .sum-title > *.discount, .sum .sum-title > *.total,
  .sum .sum-con .card > *.discount,
  .sum .sum-con .card > *.total {
    text-align: right;
  }
  .sum .sum-title > *.total,
  .sum .sum-con .card > *.total {
    padding-right: 0px !important;
  }
}

@media (max-width: 768px) {
  .sum .sum-title > *.discount, .sum .sum-title > *.price, .sum .sum-title > *.total,
  .sum .sum-con .card > *.discount,
  .sum .sum-con .card > *.price,
  .sum .sum-con .card > *.total {
    font-size: 1.4rem;
  }
}

.sum .sum-title {
  font-size: 1.4rem;
  opacity: 0.7;
  border-bottom: 1px solid #7d8996;
  padding: 16px 0;
}

.sum .sum-title > * {
  text-align: center;
}

@media (max-width: 992px) {
  .sum .sum-title {
    display: none;
  }
}

.sum .sum-con {
  margin-bottom: 20px;
}

.sum .sum-con .sum-item {
  padding: 20px 0px;
  border-bottom: 1px solid #f3f0ea;
}

.sum .sum-con .card,
.sum .sum-con .gift,
.sum .sum-con .board {
  page-break-inside: avoid !important;
}

.sum .sum-con .card {
  margin: 0px;
}

.sum .sum-con .card .con {
  margin: 0px;
}

.sum .sum-con .card .con .tag {
  position: static;
  top: auto;
  left: auto;
  background: #192733;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 8px;
  color: #fff;
}

.sum .sum-con .card .con .tag::after {
  display: none;
}

.sum .sum-con .card .con .option {
  font-weight: 500;
}

.sum .sum-con .card:hover .pic {
  background-image: url("../images/bg_card.png") !important;
}

.sum .sum-con .card:hover .pic .img {
      transform: scale(1);
}

.sum .sum-con .gift {
  padding-left: 170px;
  margin-top: 20px;
}

.sum .sum-con .gift .card {
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
}

.sum .sum-con .gift .card .col-md-2 {
  max-width: 12%;
}

.sum .sum-con .gift .card .col-md-10 {
  max-width: 88%;
  text-align: left !important;
}

@media (max-width: 992px) {
  .sum .sum-con .gift {
    padding-left: 0px !important;
  }
  .sum .sum-con .gift .card .col-md-2 {
    max-width: 30%;
  }
  .sum .sum-con .gift .card .col-md-10 {
    max-width: 70%;
  }
}

.sum .sum-footer .item {
  display: flex;
      justify-content: space-between;
  margin: 10px 0px;
}

.sum .sum-footer .item .text {
  font-weight: 600;
  text-align: right;
}

.sum .sum-footer .item.total {
  font-size: 2rem;
  margin: 20px 0 15px 0;
  padding-top: 20px;
  border-top: 1px solid #f3f0ea;
}

.sum .sum-footer .item.total .text {
  font-size: 1.6rem;
}

.sum .sum-footer .item.total .text span {
  font-size: 2.4rem;
  margin-left: 10px;
}

.sum .sum-footer .item.total .text .text-sm {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .sum .sum-footer .item {
    font-size: 1.4rem;
  }
  .sum .sum-footer .item.total {
    font-size: 1.8rem;
  }
  .sum .sum-footer .item.total .text span {
    font-size: 2rem;
  }
}

.sum .sum-footer .func-tool {
  margin-top: 50px;
}

@media (max-width: 992px) {
.sum .sum-footer .func-tool .btn {
    margin-top: 20px;
  }
}

.sum-product .sum-title > *.total,
.sum-product .sum-con .card > *.total {
  padding-right: 50px;
}

.sum-product .sum-con .sum-item {
  position: relative;
}

.sum-product .sum-con .sum-item .btn-remove {
  position: absolute;
  top: 20px;
  right: 5px;
}

.sum-order .sum-title > *.num,
.sum-order .sum-con .card > *.num {
  width: 60px;
  display: block;
}

.sum-order .sum-title > *.num span,
.sum-order .sum-con .card > *.num span {
  display: none;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .sum-order .sum-title > *.num span,
  .sum-order .sum-con .card > *.num span {
  display: inline-block;
}
}

.board-order {
  padding: 0px;
  background: #fff;
  box-shadow: 0px 20px 25px rgba(157, 139, 127, 0.2);
}

.board-order > .title {
  background: #d7967d;
  color: #fff;
  font-size: 1.8rem;
  padding: 24px;
}

.board-order .con .sub-title {
  border: 1px solid #f3f0ea;
  border-left: 0px;
  border-right: 0px;
  margin: 24px 0 0 0;
  padding: 24px;
  font-size: 1.8rem;
  font-weight: 500;
}

.board-order .con .sub-title:first-child {
  margin-top: 0px;
}

.board-order .con .info {
  padding: 24px;
}

.board-order .con .info-pick .title {
  font-size: 1.4rem;
  color: #d7967d;
  margin-top: 16px;
}

.board-order .con .info-pick .text {
  font-weight: 500;
  margin-top: 5px;
}

.board-order .con .info-pick .text .code {
  color: #8f482c;
  margin-right: 5px;
  font-weight: 600;
}

.board-order .con .info-pick .text-sm {
  color: #666;
  margin: 5px 0;
}

.board-order .con .info .d-flex {
  margin-top: 10px;
}

.board-order .con .info .d-flex .title,
.board-order .con .info .d-flex .text {
  font-size: 1.4rem;
}

.board-order .con .info .d-flex .title {
  padding-right: 10px;
  width: 140px;
}

.board-order .con .info .d-flex .text .total {
  font-size: 1.8rem;
  font-weight: 600;
}

.board-order .con .info .d-flex .text .tip {
  margin-top: 16px;
}

.board-order .con .info .d-flex:last-child {
  margin-top: 20px;
}

.board-gift {
  background: #f4f4f4;
  margin-top: 20px;
  border-bottom: 1px solid #f3f0ea;
  padding: 20px;
}

.board-gift h3 {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.5;
}

.board-gift .card {
  margin-top: 20px;
}

.board-gift .card > * {
  text-align: left !important;
}

ul.step-preorder {
  margin-top: 48px;
}

ul.step-preorder > li {
  display: flex;
  padding-top: 20px;
}

ul.step-preorder > li .icon {
  width: 40%;
  text-align: center;
  margin-top: -20px;
}

ul.step-preorder > li .icon img {
  width: 50%;
}

ul.step-preorder > li .con {
  width: 60%;
  border-left: 2px dashed #efd5cb;
  padding-left: 80px;
  position: relative;
}

ul.step-preorder > li .con .num {
  position: absolute;
  left: -20px;
  top: -40px;
  padding: 0 0 10px 0;
  background: #fff;
  font-size: 9rem;
  line-height: 1;
  color: #d7967d;
}

ul.step-preorder > li .con .title {
  font-size: 2.4rem;
  color: #d7967d;
  font-weight: 300;
}

ul.step-preorder > li .con .text {
  padding: 20px 0 60px 0;
  line-height: 1.7;
}

ul.step-preorder > li .con .text .tip {
  margin-top: 30px;
}

ul.step-preorder > li:last-child .con {
  border: none;
}

@media (max-width: 992px) {
  ul.step-preorder > li .con {
    padding-left: 60px;
  }
}

@media (max-width: 768px) {
  ul.step-preorder > li {
    display: block;
  }
  ul.step-preorder > li .icon,
  ul.step-preorder > li .con {
    width: 100%;
  }
  ul.step-preorder > li .icon {
    margin: 0;
  }
  ul.step-preorder > li .icon img {
    width: 180px;
  }
  ul.step-preorder > li .con {
    padding-left: 0px;
    border: none;
  }
  ul.step-preorder > li .con .num {
    position: static;
    left: auto;
    top: auto;
    font-size: 7rem;
  }
  ul.step-preorder > li .con .text {
    padding-bottom: 32px;
  }
  ul.step-preorder > li .con .text ol {
    text-align: left;
  }
}

.fixed-gdpr {
  position: fixed;
  z-index: 1050;
  padding: 20px 60px;
  background: #0f2e51;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 1.4rem;
  display: flex;
      align-items: center;
      justify-content: space-between;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
}

.fixed-gdpr,
.fixed-gdpr a.link {
  color: #fff;
}

.fixed-gdpr a.link,
.fixed-gdpr .btn {
  font-weight: 600;
}

.fixed-gdpr .btn {
  min-width: 120px;
  font-size: 1.4rem;
}

@media (max-width: 576px) {
  .fixed-gdpr {
        flex-direction: column;
    padding: 15px;
  }
  .fixed-gdpr .btn {
    margin-left: auto;
    margin-top: 16px;
  }
}

.creditcard-group {
  margin-top: 16px;
}

.creditcard-group img {
  height: 30px;
  border: 1px solid #f3f0ea;
  border-radius: 4px;
}

.logo-print {
  display: none;
}

@media (max-width: 1199px) {
  .stop-overflow {
    overflow: hidden !important;
  }
}

.btn {
  padding: 14px 20px;
  font-weight: 400;
  font-size: 1.6rem;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0px;
  outline-offset: 0px;
}

.btn.disabled {
  opacity: .3;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .btn {
    padding: 12px 15px;
    font-size: 1.4rem;
  }
  .btn-default img, .btn-primary img {
    display: none;
  }
}

.btn-sm {
  padding: 9px 20px;
  height: 40px;
  font-size: 1.4rem;
}

.btn-default,
.btn-primary {
  position: relative;
}

.btn-default img, .btn-primary img {
  position: absolute;
  top: 20px;
  right: 25px;
  transition: ease-in-out 0.3s;
}

.btn-default:hover img,
.btn-primary:hover img {
  right: 15px;
}

.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #192733;
  background-color: #fff !important;
  border-color: #192733 !important;
}

.btn-default:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-default:focus, .btn-default.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-default:focus, .btn-default.focus {
    opacity: 1;
  }
}

.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #192733 !important;
  border-color: #192733 !important;
}

.btn-primary:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-primary:focus, .btn-primary.focus {
    opacity: 1;
  }
}

.btn-secondary, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4c3b2d !important;
  border-color: #4c3b2d !important;
}

.btn-secondary:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-secondary:focus, .btn-secondary.focus {
    opacity: 1;
  }
}

.btn-info, .btn-info:focus, .btn-info.focus, .btn-info:hover, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #d7967d !important;
  border-color: #d7967d !important;
}

.btn-info:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-info:focus, .btn-info.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-info:focus, .btn-info.focus {
    opacity: 1;
  }
}

.btn-warning, .btn-warning:focus, .btn-warning.focus, .btn-warning:hover, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #192733;
  background-color: #fdd000 !important;
  border-color: #fdd000 !important;
}

.btn-warning:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-warning:focus, .btn-warning.focus {
    opacity: 1;
  }
}

.btn-danger, .btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e46a4e !important;
  border-color: #e46a4e !important;
}

.btn-danger:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-danger:focus, .btn-danger.focus {
    opacity: 1;
  }
}

.btn-link, .btn-link:focus, .btn-link.focus, .btn-link:hover, .btn-link:active, .btn-link.active,
.open > .btn-link.dropdown-toggle {
  color: #7d8996;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-link:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-link:focus, .btn-link.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-link:focus, .btn-link.focus {
    opacity: 1;
  }
}

.btn-googlepay, .btn-googlepay:focus, .btn-googlepay.focus, .btn-googlepay:hover, .btn-googlepay:active, .btn-googlepay.active,
.open > .btn-googlepay.dropdown-toggle {
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-googlepay:hover {
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.btn-googlepay:focus, .btn-googlepay.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 768px) {
  .btn-googlepay:focus, .btn-googlepay.focus {
    opacity: 1;
  }
}

.btn-googlepay img {
  position: static;
  top: auto;
  right: auto;
  height: 18px;
}

.btn-chip {
  border-radius: 30px;
}

.btn-circle {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0px;
}

.btn-circle img {
  width: 24px;
}

.btn-remove {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px;
  background: #d8dcdf;
}

.btn-remove img {
  width: 18px;
  opacity: .4;
  top: -2px;
  position: relative;
}

.btn-remove:hover {
  opacity: .7;
}

.btn-upload {
  position: relative;
}

.btn-upload input {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  font-weight: 600;
}

.form-group .tip {
  margin-top: 8px;
  font-size: 1.2rem;
}

.form-group.has-error .form-control {
  border-color: #e46a4e !important;
  color: #e46a4e !important;
}

.form-group.has-error .tip {
  color: #e46a4e !important;
}

.form-group.disabled label {
  opacity: .4;
}

.form-group.form-creditcard {
  position: relative;
}

.form-group.form-creditcard .icon {
  position: absolute;
  right: 0px;
  top: 36px;
}

.form-group.form-creditcard .icon img {
  border: 1px solid #f3f0ea;
  border-radius: 4px;
  margin: 0px 2px;
  width: 43px;
  height: 30px !important;
}

@media (max-width: 576px) {
  .form-group.form-creditcard .icon {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #192733;
  color: #192733;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #192733;
}

.form-control:disabled {
  background: none;
  opacity: .3;
}

.form-control.has-error {
  border-color: #e46a4e !important;
  color: #e46a4e !important;
}

.form-control::-moz-placeholder {
  color: #D8DCDF;
}

.form-control:-ms-input-placeholder {
  color: #D8DCDF;
}

.form-control::placeholder {
  color: #D8DCDF;
}

input.form-control {
  padding: 15px 0;
  height: 50px;
  font-size: 1.6rem;
}

input.form-control:focus {
  border-color: #080d11;
}

select.form-control {
  background-image: url("../img/ic_angle.svg");
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: top 20px right 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 25px 0 0px;
  height: 50px;
  font-size: 1.6rem;
}

select.form-control option {
  color: #192733;
}

.form-stepper {
  display: flex;
      align-items: center;
  width: 100%;
}

.form-stepper .btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-radius: 0px;
  font-size: 2.2rem;
}

.form-stepper .num {
  text-align: center;
  font-weight: 600;
      flex-grow: 1;
  width: auto;
}

.radio,
.checkbox {
  padding: 2px 0 0 34px;
  position: relative;
  font-size: 1.6rem !important;
  font-weight: normal !important;
}

.radio label,
.checkbox label {
  margin: 0px;
  cursor: pointer;
}

.radio input,
.checkbox input {
  display: none;
}

.radio input:checked + .input-mark,
.checkbox input:checked + .input-mark {
  background: #192733;
}

.radio .input-mark,
.checkbox .input-mark {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1.5px solid #192733;
  background: #fff;
}

.radio.disabled,
.checkbox.disabled {
  pointer-events: none;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.radio.disabled .input-mark,
.checkbox.disabled .input-mark {
  border-color: rgba(0, 0, 0, 0.2);
}

.radio input:checked + .input-mark::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  line-height: 8px;
  text-align: center;
  top: 6px;
  left: 6px;
  background: #fff;
}

.radio .input-mark {
  border-radius: 50%;
}

.checkbox input:checked + .input-mark::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 6px;
      transform: rotate(-45deg);
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  top: 6px;
  left: 4px;
}

.card {
  border: none;
  border-radius: 0px;
  background: none;
  display: block;
}

.card-product {
  margin-bottom: 48px;
}

.card-product .pic {
  background-repeat: repeat-x;
  padding-bottom: 100%;
  position: relative;
  background-image: url("../images/bg_card.png");
  background-size: auto 100%;
  overflow: hidden;
  background-color: #f4f4f4;
}

.card-product .pic,
.card-product .pic .img {
  transition: ease-in-out 0.3s;
}

.card-product .pic .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.card-product .pic .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.card-product .con {
  margin-top: 25px;
}

.card-product .con .brand {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #192733;
  margin-bottom: 8px;
}

.card-product .con .title {
  font-weight: 600;
}

.card-product .con .price {
  margin-top: 16px;
  font-weight: 600;
  color: #8f482c;
}

.card-product .con .price span + span::before {
  content: "/ ";
}

.card-product .con .price span:last-child {
  margin-left: 0px;
}

.card-product .con .price.line-through {
  text-decoration: line-through;
  color: #192733;
}

.card-product .con .price.line-through span {
  color: #7d8996;
  text-decoration: line-through;
}

.card-product .con .price.line-through span:last-child {
  margin-right: 5px;
  color: #7d8996;
}

.card-product .con .option {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .card-product:hover .pic .img {
        transform: scale(1.05);
  }
}

.card-product .tag {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 0px;
  min-width: 0px;
  background: none;
  display: flex;
}

.card-product .tag .tag-con {
  height: 40px;
  border-left: 1px solid #7db8cd;
  font-size: 1.4rem;
  color: #fff;
  background: url("../images/bg_tag.png") repeat-x;
  padding: 7px 0px 0px 16px;
}

.card-product .tag::after {
    content: "";
    display: block;
    width: 45px;
    height: 40px;
    background: url("../images/img_tag_dec.svg") no-repeat;
    background-size: cover;
    transform: translate(-1px, 0); /* 2024-04-16修復標籤背景圖片分割問題 */
}

.card-product-line {
  border-bottom: 1px solid #f3f0ea;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.card-product-line .con {
  margin: 0px;
}

.card-product-line:last-child {
  border: none;
}

.card-brand {
  background: none;
  transition: ease-in-out 0.3s;
  margin-bottom: 32px;
}

.card-brand .pic {
  padding-bottom: 100%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.card-brand .title {
  text-align: center;
  margin-top: 16px;
  opacity: 0.6;
  font-weight: 500;
}

@media (min-width: 992px) {
  .card-brand:hover {
        transform: translateY(-20px);
  }
}

.card-flight {
  border: 1px solid #d9cabe;
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
  position: relative;
  margin-bottom: 16px;
}

.card-flight .radio {
  position: absolute;
  top: 100px;
  left: 16px;
  z-index: 1000;
}

.card-flight .title,
.card-flight .title .tag {
  color: #8f482c;
}

.card-flight .title {
  font-size: 1.8rem;
  padding: 10px 56px;
  position: relative;
}

.card-flight .title .tag {
  border: 1px solid #d9cabe;
  background: transparent;
  margin-right: 10px;
}

.card-flight .title .tag-sm {
  color: #192733;
  background: #f3f0ea;
  position: absolute;
  top: 10px;
  right: 46px;
}

.card-flight .title .date {
  display: inline-block;
  font-weight: 500;
}

.card-flight .con {
  padding: 16px 56px;
  border-top: 1px solid #f3f0ea;
}

.card-flight .con .flight-info {
  display: flex;
      justify-content: space-between;
}

.card-flight .con .flight-info .location {
  width: 220px;
  font-weight: 600;
}

.card-flight .con .flight-info .location .time,
.card-flight .con .flight-info .location .name {
  font-size: 1.4rem;
}

.card-flight .con .flight-info .location .code {
  font-size: 2.4rem;
}

.card-flight .con .flight-info .location .code {
  color: #8f482c;
  margin-top: -3px;
}

.card-flight .con .flight-info .location .name {
  opacity: 0.5;
  font-weight: 500;
  margin-top: 8px;
}

.card-flight .con .flight-info .location:last-child {
  text-align: right;
}

.card-flight .con .flight-info .dec {
      flex-grow: 1;
  height: 10px;
  border-bottom: 1px solid #f3f0ea;
  display: flex;
      justify-content: space-between;
  margin-top: 7px;
}

.card-flight .con .flight-info .dec img {
  height: 20px;
  padding: 0px 5px;
  background: #fff;
}

.card-flight .con .flight-info .dec::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  line-height: 8px;
  text-align: center;
  background: #f3f0ea;
  margin-top: 5px;
}

.card-flight .con .tip {
  margin-top: 30px;
  color: #192733;
  font-weight: 500;
}

.card-flight .con .tip i {
      align-self: center;
}

.card-flight .con .tip .btn {
  min-width: 130px;
  margin-left: auto;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .card-flight .con .tip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .card-flight .con .tip .btn {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}

.card-flight.active {
  border: 2px solid #d7967d;
}

.card-flight.active .title,
.card-flight.active .title .tag {
  color: #fff;
}

.card-flight.active .title {
  background: #d7967d;
}

.card-flight.active .title .tag {
  border-color: #fff;
}

.card-flight.active .title .tag-sm {
  background: #fff;
  color: #d7967d;
}

.card-flight.disabled {
  border-color: #d8dcdf;
  box-shadow: none;
  background: #f3f4f5;
}

.card-flight.disabled .title,
.card-flight.disabled .title .tag {
  color: #192733;
}

.card-flight.disabled .tag {
  border-color: #192733;
  opacity: 0.5;
}

.card-flight.disabled .tag-sm {
  background: rgba(0, 0, 0, 0.25);
  border: none;
}

.card-flight.disabled .date,
.card-flight.disabled .location > * {
  color: #192733 !important;
  opacity: 0.5;
}

.card-flight.disabled .dec img {
  background: #f3f4f5 !important;
}

.card-tip {
  box-shadow: 0px 20px 25px rgba(157, 139, 127, 0.2);
  margin-top: 64px;
  padding: 8px 30px;
  display: flex;
      flex-direction: row;
  border: 1px solid #fbf5f2;
}

.card-tip .con {
      flex-grow: 1;
  padding: 20px 0;
}

.card-tip .con .title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 30px;
}

.card-tip .con .btn {
  width: 200px;
}

@media (max-width: 768px) {
  .card-tip {
        flex-direction: column;
    padding: 30px 15px;
  }
  .card-tip .icon {
    text-align: center;
  }
  .card-tip .icon img {
    width: 150px;
  }
  .card-tip .con .btn {
    width: 100%;
    display: block;
  }
}

@media (max-width: 992px) {
  .card:active .pic {
        transform: scale(0.9);
  }
}

@media (max-width: 768px) {
  .card-product {
    margin-bottom: 32px;
  }
  .card-product .con {
    margin-top: 16px;
  }
  .card-product .con .brand {
    font-size: 1.2rem;
  }
  .card-product .con .title,
  .card-product .con .price {
    font-size: 1.4rem;
  }
  .card-product .con .price {
    margin-top: 8px;
  }
  .card-product .con .price span {
    display: block;
  }
  .card-product .con .price span + span::before {
    display: none;
  }
  .card-product .tag .tag-con {
    height: 30px;
    font-size: 1.2rem;
    padding: 4px 0px 0px 10px;
    background-size: auto 100%;
  }
  .card-product .tag::after {
    width: 34px;
    height: 30px;
  }
  .card-product-line {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .card-product-line .con {
    margin: 0px;
  }
  .card-product-line .con .price span {
    display: inline-block;
  }
  .card-product-line .con .price span s {
    color: #192733;
  }
  .card-product-line .con .price span:last-child {
    opacity: 0.5;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .card-product-line .con .price span:last-child s {
    color: #7d8996;
  }
  .card-flight .title .tag-sm {
    right: 0px;
  }
  .card-flight .con .flight-info .location {
    width: 140px;
  }
}

@media (max-width: 576px) {
  .card-flight .radio {
    top: 15px;
  }
  .card-flight .title .date {
    display: block;
    margin-top: 10px;
  }
  .card-flight .title .tag-sm {
    bottom: 10px;
    top: auto;
  }
  .card-flight .con {
    padding: 16px;
  }
  .card-flight .con .flight-info .location {
    width: 90px;
  }
}

.owl-carousel {
      touch-action: manipulation;
}

.owl-carousel .owl-nav > * {
  position: absolute;
  top: calc(35% - 50px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(25, 39, 51, 0.4);
}

.owl-carousel .owl-nav > *.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 5px;
  width: 5px;
  transition: ease-in-out 0.3s;
  border-color: #f3f0ea;
  text-align: left;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #f3f0ea;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  line-height: 5px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 9px;
}

.owl-carousel .owl-dots .owl-dot.active {
  border-bottom: 1px solid #d7967d;
  width: 100px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #d7967d;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

@media (max-width: 992px) {
  .owl-carousel.owl-product, .owl-carousel.owl-select {
    margin-left: 15px;
  }
}

@media (max-width: 1200px) {
  .owl-carousel.owl-product .owl-item, .owl-carousel.owl-select .owl-item {
    width: 240px !important;
  }
}

@media (max-width: 992px) {
  .owl-carousel.owl-product .owl-item, .owl-carousel.owl-select .owl-item {
    width: 320px !important;
  }
}

@media (max-width: 576px) {
  .owl-carousel.owl-product .owl-item, .owl-carousel.owl-select .owl-item {
    width: 240px !important;
  }
}

@media (max-width: 360px) {
  .owl-carousel.owl-product .owl-item, .owl-carousel.owl-select .owl-item {
    width: 200px !important;
  }
}

.owl-carousel.owl-product-pic .item {
  padding: 0px 20px;
}

.owl-carousel.owl-product-pic .owl-nav > * {
  top: calc(50% - 25px);
}

.owl-carousel.owl-product-pic .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel.owl-product-pic .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel.owl-banner .owl-item .con {
  opacity: 0;
      transform: translateX(100px);
  transition: ease-in-out 0.8s;
}

.owl-carousel.owl-banner .owl-item.active .con {
  opacity: 1;
      transform: translateX(0px);
}

@media (max-width: 768px) {
  .owl-carousel.owl-banner .owl-item .con {
    opacity: 1;
        transform: translateX(0px);
  }
}

.owl-carousel.owl-banner .owl-nav > * {
  top: calc(50% - 25px);
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0 10px;
}

.owl-carousel.owl-banner .owl-nav > * img {
  width: 40px;
}

.owl-carousel.owl-banner .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel.owl-banner .owl-nav .owl-next {
  right: 20px;
}

@media (max-width: 576px) {
  .owl-carousel.owl-banner .owl-nav .owl-prev {
    left: 0px;
  }
  .owl-carousel.owl-banner .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel.owl-banner .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .owl-carousel.owl-banner .owl-dots {
    bottom: 30px;
    left: 15px;
  }
}

.owl-carousel.owl-banner .owl-thumbs {
  display: none;
}

.owl-carousel.owl-flight {
  margin-top: -20px;
}

.owl-carousel.owl-flight .owl-nav > * {
  top: calc(50% - 25px);
}

.owl-carousel.owl-flight .owl-stage-outer {
  padding-top: 20px;
}

.owl-carousel.owl-flight .owl-item {
  transition: ease-in-out 0.3s;
  width: 300px !important;
}

@media (min-width: 1200px) {
  .owl-carousel.owl-flight .owl-item {
    width: 240px !important;
  }
}

.owl-carousel.owl-flight .owl-item .card-flight {
  cursor: pointer;
}

.owl-carousel.owl-flight .owl-item .card-flight .title, .owl-carousel.owl-flight .owl-item .card-flight .con {
  padding: 10px 24px;
}

@media (max-width: 576px) {
  .owl-carousel.owl-flight .owl-item .card-flight .title, .owl-carousel.owl-flight .owl-item .card-flight .con {
    padding: 10px 15px;
  }
}

.owl-carousel.owl-flight .owl-item .card-flight .title {
  font-size: 1.4rem;
  color: #192733;
}

.owl-carousel.owl-flight .owl-item .card-flight .title i {
  margin-right: 5px;
  display: none;
}

.owl-carousel.owl-flight .owl-item .card-flight .con .date {
  font-size: 1.4rem;
  margin-bottom: 4px;
  font-weight: 500;
}

.owl-carousel.owl-flight .owl-item .card-flight .con .location {
  width: 90px;
}

.owl-carousel.owl-flight .owl-item .card-flight .con .location .code {
  font-size: 2.8rem;
}

.owl-carousel.owl-flight .owl-item .card-flight .con .location .name {
  margin-top: 0px;
  height: 40px;
}

.owl-carousel.owl-flight .owl-item .card-flight .con .dec {
      justify-content: center;
}

.owl-carousel.owl-flight .owl-item .card-flight .con .dec::after {
  display: none;
}

.owl-carousel.owl-flight .owl-item .card-flight.active .title {
  color: #fff;
}

.owl-carousel.owl-flight .owl-item .card-flight.active .title i {
  display: inline-block;
}

.owl-carousel.owl-flight .owl-item .empty-status {
  border: 1px solid #d9cabe;
  opacity: 1;
  text-align: center;
  margin: 0px;
  height: 161px;
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
}

.owl-carousel.owl-flight .owl-item .empty-status .icon {
  margin: 0px;
}

.owl-carousel.owl-flight .owl-item .empty-status .icon img {
  width: 100px;
}

.owl-carousel.owl-flight .owl-item .empty-status .title {
  margin-top: 16px;
}

.owl-carousel.owl-flight .owl-item:hover {
      transform: translateY(-10px);
}

@media (max-width: 768px) {
  .owl-carousel.owl-flight {
    margin-left: 15px;
  }
}

.owl-thumbs {
  display: flex;
  z-index: 1000;
  width: 100%;
  margin: 20px 20px 0 15px;
}

.owl-thumbs .owl-thumb-item {
  width: 78px;
  margin: 0px 4px;
  cursor: pointer;
}

.owl-thumbs .owl-thumb-item.active {
  border-bottom: 5px solid #d7967d;
}

@media (max-width: 992px) {
  .owl-thumbs {
    bottom: 40px;
  }
  .owl-thumbs .owl-thumb-item {
    width: 55px;
  }
}

.modal-backdrop {
  z-index: 1060;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal {
  z-index: 1071;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1070;
  opacity: 1;
}

.modal .modal-dialog {
  margin: 0px;
}

.modal .modal-dialog .modal-content {
  border: none;
}

.modal-md .modal-dialog, .modal-msg .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
      transform: translate(-50%, -50%) !important;
}

.modal-md .modal-dialog {
  max-width: 800px;
}

.modal-md .modal-dialog .modal-header {
  background: #f3f0ea;
  padding: 16px 65px 16px 30px;
}

.modal-md .modal-dialog .modal-header h3 {
  font-weight: 500;
}

.modal-md .modal-dialog .modal-body {
  padding: 30px;
}

.modal-md .modal-dialog .modal-body .sum .sum-title .item,
.modal-md .modal-dialog .modal-body .sum .sum-con .card .item {
  width: 500px;
}

.modal-md .modal-dialog .modal-body .sum .sum-title .num,
.modal-md .modal-dialog .modal-body .sum .sum-con .card .num {
  padding: 20px;
  width: 100px;
}

.modal-md .modal-dialog .modal-body .btn-primary {
  width: 260px;
}

@media (max-width: 768px) {
  .modal-md .modal-dialog {
    margin: 60px 15px 0 15px;
  }
  .modal-md .modal-dialog .modal-body .sum .sum-title .num,
  .modal-md .modal-dialog .modal-body .sum .sum-con .card .num {
    font-size: 1.4rem;
  }
  .modal-md .modal-dialog .modal-body .btn-primary {
    width: 100%;
    display: block;
  }
}

.modal-full .modal-content {
  background: transparent;
}

.modal-full .modal-dialog {
  margin: 0;
  max-width: 100%;
}

.modal-full .modal-dialog .modal-content {
  border-radius: 0px;
  border: none;
}

.modal-full .modal-dialog .modal-content .close {
  top: 30px;
  right: 30px;
}

.modal-full .modal-dialog .modal-content .func-tool {
  text-align: center;
  margin-top: 60px;
}

.modal-full .modal-dialog .modal-content .func-tool .btn {
  width: 260px;
}

.modal-full .modal-dialog .modal-content .modal-body {
  margin-top: 5%;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area {
  padding: 20px;
  background: #fff;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .title {
  margin-bottom: 10px;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .title h3 {
  font-weight: 600;
  font-size: 1.6rem;
  float: left;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .title .tools {
  float: right;
  font-size: 1.4rem;
  font-weight: 500;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .title .tools img {
  margin-right: 5px;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-input .form-group {
  position: relative;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-input .form-group input {
  padding-right: 40px;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-input .form-group button {
  position: absolute;
  top: 12px;
  right: 0px;
  border: none;
  background: none;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-record {
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-record + .search-list {
  max-height: calc(100vh - 500px);
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-list {
  max-height: calc(100vh - 380px);
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 48px;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-list .tools {
  font-weight: 400;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .search-list .tools .num {
  font-weight: 600;
  margin: 0px 5px;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .empty-status {
  opacity: 1;
}

.modal-full .modal-dialog .modal-content .modal-body .search-area .func-tool .btn {
  font-weight: 500;
}

@media (max-width: 768px) {
  .modal-full .modal-dialog .modal-content .close {
    top: 15px;
    right: 15px;
  }
  .modal-full .modal-dialog .modal-content .func-tool {
    margin-top: 40px;
  }
  .modal-full .modal-dialog .modal-content .func-tool .btn {
    width: 100%;
  }
  .modal-full .modal-dialog .modal-content .modal-body {
    margin: 40px 0px 0px 0px;
    padding: 0px;
  }
  .modal-full .modal-dialog .modal-content .modal-body .search-area .search-record + .search-list {
    max-height: calc(100vh - 400px);
  }
  .modal-full .modal-dialog .modal-content .modal-body .search-area .search-list {
    max-height: calc(100vh - 260px);
    margin-top: 20px;
  }
}

.modal-msg .modal-dialog {
  max-width: 580px;
  width: calc(100% - 30px);
  margin: 0px;
}

.modal-msg .modal-dialog .modal-content {
  border: none;
  box-shadow: 0px 20px 25px rgba(157, 139, 127, 0.2);
}

.modal-msg .modal-dialog .modal-content .modal-header {
  border: none;
}

.modal-msg .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 48px;
}

.modal-msg .modal-dialog .modal-content .modal-body h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 24px;
}

.modal-msg .modal-dialog .modal-content .modal-body .text {
  margin: 16px 0 24px 0;
}

.modal-msg .modal-dialog .modal-content .modal-body .btn {
  width: 260px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .modal-msg .modal-dialog {
    margin: 0px;
  }
  .modal-msg .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 32px 15px;
  }
  .modal-msg .modal-dialog .modal-content .modal-body .icon img {
    width: 100px;
  }
  .modal-msg .modal-dialog .modal-content .modal-body h3 {
    font-size: 1.8rem;
  }
  .modal-msg .modal-dialog .modal-content .modal-body .text {
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  .modal-md .modal-dialog .modal-body .sum .sum-title .num,
  .modal-md .modal-dialog .modal-body .sum .sum-con .card .num {
    padding: 0rem 0rem;
    padding-left: 26%;
  }
}

@media (max-width: 768px) {
  .modal .close {
    top: 12px;
    right: 12px;
  }
  .modal-md .modal-dialog, .modal-msg .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    padding: 1rem;   
    top: 50%;
    left: 0;
    transform: translate(0, -50%) !important;
  }
  .modal-md .modal-dialog .modal-body .sum .sum-title .num,
  .modal-md .modal-dialog .modal-body .sum .sum-con .card .num {
    padding: 0rem 0rem;
    padding-left: 42%;
    margin-left: 14px;
    padding-right: 15px;
  }
}

.pagination {
      justify-content: center;
  margin: 40px 0;
}

.pagination .page-item {
  margin: 0px 8px;
}

.pagination .page-item .page-link {
  color: #192733;
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  color: #fff;
  background-color: #192733;
  box-shadow: none !important;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  background-color: #192733;
  color: #fff;
}

.nav-tabs {
  border-top: 1px solid #f3f0ea;
  border-bottom: 0px;
}

.nav-tabs .nav-link {
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0px;
  color: #192733;
  opacity: .5;
  margin-right: 48px;
  padding: 16px 0 0 0;
  border: none !important;
  border-top: 2px solid #fff !important;
}

.nav-tabs .nav-link.active {
  border-color: #192733 !important;
  opacity: 1;
  font-weight: 500;
}

.tab-content {
  border-bottom: 1px solid #f3f0ea;
}

.tab-content .tab-pane {
  padding: 24px 0;
  line-height: 1.8;
}

.table tr th {
  padding: 24px 16px;
  font-size: 1.8rem;
}

.table tr td {
  padding: 16px;
  line-height: 1.8;
}

.table-striped tr th, .table-striped tr td {
  border: none;
}

.table-striped tr:nth-of-type(odd) th {
  background-color: transparent !important;
}

.table-striped tr:nth-of-type(odd) td {
  background-color: #f3f0ea;
}

.w-250 {
  max-width: 250px;
  width: 30%;
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  body {
    width: 21cm;
  }
  .logo-print {
    width: 200px;
    display: block;
    margin: 0 auto 20px auto;
  }
  header, footer, .totop, .btn {
    display: none !important;
  }
  .checkout-con {
    position: relative;
  }
  .checkout-con .main-view {
    padding: 0px !important;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .checkout-con .main-view .container .row {
    display: block;
  }
  .checkout-con .main-view .container .row .col-lg-7 {
    width: 100%;
    display: block;
    text-align: left;
  }
  .checkout-con .main-view .container .row .col-lg-5 {
    width: 100%;
    display: block;
    text-align: left;
  }
  .checkout-con .container {
    clear: both;
  }
  .checkout-con .board-order {
    transform: none !important;
  }
  .checkout-con .board-order .con .info-pick .row .col-md-6 {
    width: 45%;
    float: left;
  }
  .sum .col-5 {
    max-width: 20% !important;
  }
  .sum .col-7 {
    max-width: 80% !important;
  }
  .card.card-product .pic .img img {
    width: 93px;
    height: 93px;
  }
  .main-view {
    background-image: none !important;
    background: none !important;
  }
  .title {
    background: none  !important;
  }
  .container, #main .checkout-con .main-view .con .num span {
    color: #000000  !important;
  }
  .card.card-product .item {
    width: 100% !important;
  }
  .card.card-product .item .col-5 {
    flex: none !important;
    max-width: none !important;
    float: left !important;
    width: 93px !important;
    display: inline-block !important;
    margin-right: 15px !important;
  }
  .card.card-product .item .col-7 {
    float: left !important;
    flex: none !important;
    max-width: none !important;
    width: auto !important;
    display: inline-block !important;
  }
  .card.card-product .item .pic {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
    background-image: none;
    background-color: #ffffff;
  }
  .card.card-product .item .pic .img {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
  .card.card-product .item .pic .img a {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
  .card.card-product .item .pic .img a img {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
  .card.card-product .item .price, .card.card-product .item .total, .card.card-product .item .num {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gift .card.card-product .pic {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
    background-image: none;
    background-color: #ffffff;
  }
  .gift .card.card-product .pic .img {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
  .gift .card.card-product .pic .img a {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
  .gift .card.card-product .pic .img a img {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
  .info .board.board-gift {
    padding-left: 0 !important;
    background-color: #ffffff;
  }
  .info .board.board-gift h3 {
    padding-left: 20px !important;
  }
  .info .board.board-gift .card.card-product .row {
    padding: 0 !important;
    margin-left: -15px !important;
  }
  .info .board.board-gift .card.card-product .row .col-4 {
    flex: none;
    max-width: none;
    float: left;
    width: 93px !important;
    display: inline-block;
    margin-right: 15px;
  }
  .info .board.board-gift .card.card-product .row .col-8 {
    float: left;
    flex: none;
    max-width: none;
    width: auto !important;
    display: inline-block;
  }
  .info .board.board-gift .card.card-product .row .pic {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
    background-image: none;
    background-color: #ffffff;
  }
  .info .board.board-gift .card.card-product .row .pic .img {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
  .info .board.board-gift .card.card-product .row .pic .img img {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
  }
}

/**

          <div class="custom-select">
            <select
              class="select form-control d-xl-none"
              style="pointer-events: none;"
            ></select>

            <div class="position-absolute w-100">
              <button
                class="py-4 w-100 border border-top-0 d-flex justify-content-center bg-white"
              >
                1,060 miles save TWD 89
              </button>
            </div>
          </div>

*/
.sp-select {
  position: relative;
  width: 100%;
}

.sp-select select {
  pointer-events: none;
}

.sp-select input[type="checkbox"] {
  display: none;
}

.sp-select input[type="checkbox"]:checked + .sp-select-options {
  display: block;
}

.sp-select .sp-select-options {
  display: none;
  position: absolute;
  width: 100%;
  height: 24rem;
  overflow: scroll;
}

.sp-select .sp-select-options button {
  width: 100%;
  background-color: white;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-top: 0;
  padding: 2rem 0;
}

.sp-select .sp-select-options button:hover, .sp-select .sp-select-options button.checked {
  background-color: #192733;
  color: white;
}

.member-dropdown,
.lang-dropdown {
  position: absolute;
  top: 25px;
  left: -25px;
  background: #fff;
  box-shadow: 0px 20px 25px rgba(157, 139, 127, 0.2);
  width: 200px;
  z-index: 1060;
  display: none;
}

.member-dropdown ul li,
.lang-dropdown ul li {
  border-bottom: 1px solid #f3f0ea;
  text-align: center;
}

.member-dropdown ul li.title, .member-dropdown ul li a,
.lang-dropdown ul li.title,
.lang-dropdown ul li a {
  padding: 16px 10px;
}

.member-dropdown ul li.title,
.lang-dropdown ul li.title {
  height: auto;
  cursor: default;
}

.member-dropdown ul li a,
.lang-dropdown ul li a {
  display: block;
}

.member-dropdown ul li a:hover, .member-dropdown ul li a.active,
.lang-dropdown ul li a:hover,
.lang-dropdown ul li a.active {
  color: #d7967d;
}

.member-dropdown ul li.active,
.lang-dropdown ul li.active {
  display: block;
}

#header {
  border-top: 10px solid #192733;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f3f0ea;
  z-index: 1050;
}

#header .links {
  display: flex;
      justify-content: space-between;
  padding: 24px 32px 0px 32px;
}

#header .links .nav-toggle {
  display: none;
}

#header .links .logo-jx img {
  height: 30px;
}

#header .links .logo-be {
  position: absolute;
  left: 50%;
      transform: translateX(-50%);
}

#header .links .logo-be img {
  height: 40px;
}

#header .links .tools {
  display: flex;
}

#header .links .tools > * {
  padding: 0px 15px;
  position: relative;
}

#header .links .tools > * img {
  width: 24px;
}

#header .links .tools > * span.badge {
  position: absolute;
  top: -5px;
  right: 3px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px;
  font-size: 1.4rem;
}

#header nav {
  text-align: center;
  margin-top: 25px;
  position: relative;
}

#header nav > ul > li {
  display: inline-block;
  margin: 0px -3px;
  /*Menu變成小的 Start*/
  /*Menu變成小的 End*/
}

#header nav > ul > li:not(:first-child) {
  border: none;
}

#header nav > ul > li:not(:first-child) .sub-menu {
  padding: 10px 0;
  width: auto;
  left: auto;
  top: 100%;
  border-top: 4px solid #d7967d;
  min-width: 220px;
  transform: translateX(-25%);
}

#header nav > ul > li:not(:first-child) .sub-menu ul li a {
  padding: 7px 10px;
  text-align: center;
  border-bottom: 4px solid #fff;
}

@media (max-width: 1199px) {
  #header nav > ul > li:not(:first-child) .sub-menu {
    padding: 50px 0 0 0;
    top: 0px;
    width: 260px;
    border-top: none;
    transform: translateX(0px);
  }
  #header nav > ul > li:not(:first-child) .sub-menu ul li {
    margin: 0px;
  }
  #header nav > ul > li:not(:first-child) .sub-menu ul li a {
    padding: 16px 20px;
    text-align: left;
  }
}

#header nav > ul > li:not(:first-child):hover a {
  border-bottom-color: #fff;
}

#header nav > ul > li > a {
  display: block;
  padding: 8px 24px 12px 24px;
  border-bottom: 4px solid #fff;
}

#header nav > ul > li:hover a, #header nav > ul > li.active a {
  border-bottom-color: #d7967d;
}

@media (min-width: 1199px) {
  #header nav > ul > li:hover .sub-menu {
    display: block;
  }
}

#header nav a.sub-menu-toggle {
  display: none;
  padding: 15px 20px;
  border-bottom: 1px solid #f3f0ea;
}

#header nav a.sub-menu-toggle::before {
  content: "\f104";
  font-family: "FontAwesome";
  transform: rotateY(180deg);
  margin-right: 10px;
}

#header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  text-align: left;
  padding: 30px 0 60px 0;
  box-shadow: 0px 20px 25px rgba(157, 139, 127, 0.2);
  display: none;
  background: #fff;
}

#header nav .sub-menu .title {
  color: #7d8996;
  margin-bottom: 25px;
}

#header nav .sub-menu ul li a {
  padding: 5px 0px;
  display: block;
}

#header nav .sub-menu ul li span {
  margin-left: 7px;
}

#header nav .sub-menu ul li:hover a, #header nav .sub-menu ul li.active a {
  color: #d7967d;
}

#header nav .sub-menu ul.alphabet li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
}

#header nav .sub-menu ul.alphabet li a {
  padding: 0px;
}

#header nav .sub-menu ul.alphabet li:hover, #header nav .sub-menu ul.alphabet li.active {
  background: #d7967d;
}

#header nav .sub-menu ul.alphabet li:hover a, #header nav .sub-menu ul.alphabet li.active a {
  color: #fff;
}

#header nav .sub-menu img {
  width: 100%;
}

#header nav .nav-close {
  display: none;
}

#header nav .tools-lang {
  right: 190px;
  top: 35px;
  position: fixed;
  height: 40px;
  cursor: pointer;
  padding: 0px 15px;
}

#header nav .tools-lang i {
  margin-left: 10px;
}

#header nav .tools-lang:hover .lang-dropdown {
  display: block;
}

#header nav .tools-member {
  padding-left: 0px;
  display: flex;
  position: fixed;
  right: 150px;
  top: 35px;
}

#header nav .tools-member .member-login {
  position: relative;
  cursor: pointer;
}

#header nav .tools-member .member-login span {
  max-width: 200px;
  vertical-align: middle;
  display: inline-block;
}

@media (min-width: 992px) {
  #header nav .tools-member .member-login:hover .member-dropdown {
    display: block;
    left:-75px;
  }
}

#header nav .tools-member a.member-logout {
      order: -1;
}

#header nav .tools-member a.member-logout::before, #header nav .tools-member a.member-logout::after {
  content: '|';
  margin: 0px 15px;
  opacity: .2;
}

#header nav .tools-member a.member-logout::before {
  display: none;
}

#header nav .tools-member img {
  margin-left: 15px;
}

@media (max-width: 1200px) {
  #header nav > ul > li > a {
    padding: 8px 16px 12px 16px;
  }
}

@media (max-width: 1199px) {
  #header .links {
    height: 60px;
    padding: 0px 10px 0px 0px;
        align-items: center;
  }
  #header .links .nav-toggle {
    display: inline-block;
    padding: 10px 10px 10px 15px;
  }
  #header .links .logo-jx {
    display: none;
  }
  #header .links .logo-be img {
    width: 120px;
  }
  #header .links .tools > * {
    padding: 0px 8px;
  }
  #header .links .tools > * span.badge {
    top: -5px;
    right: -5px;
  }
  #header nav {
    position: fixed;
    top: 0px;
    left: -100%;
    margin: 0px;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 10px 0px 25px rgba(0, 0, 0, 0.2);
    padding-top: 329px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: ease-in-out 0.3s;
  }
  #header nav.active-mobile {
    left: 0px;
    padding-top: 159.78px;
  }
  #header nav.active-mobile .tools-member {
    display: flex;
  }
  #header nav a.sub-menu-toggle {
    display: block;
  }
  #header nav > ul > li {
    display: block;
    margin: 0px;
    text-align: left;
    transition: ease-in-out 0.3s;
  }
  #header nav > ul > li > a {
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 20px;
    display: flex;
        justify-content: space-between;
  }
  #header nav > ul > li > a::after {
    content: "\f105";
    font-family: "FontAwesome";
  }
  #header nav > ul > li > a:active {
    background: #f4f4f4;
  }
  #header nav > ul > li:hover a, #header nav > ul > li.active a {
    border-bottom: 1px solid #f4f4f4;
  }
  #header nav > ul > li.active > a {
    color: #d7967d;
    font-weight: 600;
  }
  #header nav > ul > li.active > a::after {
    color: #192733;
  }
  #header nav > ul > li.active-mobile .sub-menu {
    left: 0px;
    display: block;
  }
  #header nav > ul > li:last-child > a {
    border-bottom: none;
  }
  #header nav .tools-lang {
    position: absolute;
    top: 114px;
    right: auto;
    z-index: 1070;
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 500;
    height: auto;
  }
  #header nav .tools-lang > i {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(270deg);
  }
  #header nav .tools-lang .lang-dropdown {
    top: 0px;
    left: -100%;
    height: 100%;
    width: 260px;
    position: fixed;
  }
  #header nav .tools-lang .lang-dropdown ul li {
    text-align: left;
  }
  #header nav .tools-lang .lang-dropdown ul li a {
    padding: 16px 20px;
  }
  #header nav .tools-lang.active-mobile .lang-dropdown {
    left: 0px;
    display: block;
  }
  #header nav .tools-member {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    right: auto;
    width: 100%;
  }
  #header nav .tools-member .member-login {
    font-weight: 500;
  }
  #header nav .tools-member .member-login > a {
    display: flex;
    width: 190px;
        align-items: flex-start;
    text-align: left;
    line-height: 1.2;
    display: none;
  }
  #header nav .tools-member .member-login > a span {
    max-width: auto;
    height: 40px;
    white-space: unset;
    font-size: 1.4rem;
  }
  #header nav .tools-member .member-login > a img {
        order: -1;
        flex-shrink: 0;
    width: 20px;
    margin-right: 8px;
    margin-left: 20px;
  }
  #header nav .tools-member .member-login .member-dropdown {
    display: block;
    top: 0px;
    left: 0px;
    box-shadow: none;
    width: 260px;
    text-align: left;
    border-top: 1px solid #f3f0ea;
  }
  #header nav .tools-member .member-login .member-dropdown ul li {
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
  }
  #header nav .tools-member .member-login .member-dropdown ul li.title, #header nav .tools-member .member-login .member-dropdown ul li a {
    padding: 16px 20px;
    left: 75px;
  }
  #header nav .tools-member .member-login .member-dropdown ul li.title, #header nav .tools-member .member-login .member-dropdown ul li:last-child {
    border-color: rgba(157, 139, 127, 0.3);
  }
  #header nav .tools-member .member-login .member-dropdown ul li:nth-child(2) {
    margin-top: 50px;
  }
  #header nav .tools-member .member-login .member-dropdown ul li a:hover {
    color: #192733;
  }
  #header nav .tools-member .member-login .member-dropdown ul li a:active {
    background: #f4f4f4;
  }
  #header nav .tools-member a.member-logout {
        order: 2;
  }
  #header nav .tools-member a.member-logout::before {
    display: inline;
    margin: 0px 7px;
  }
  #header nav .tools-member a.member-logout::after {
    display: none;
  }
  #header nav .sub-menu {
    box-shadow: none;
    padding: 0px;
    display: none;
    left: -100%;
    top: 0px;
    width: 260px !important;
    height: 100%;
    position: fixed;
    z-index: 1070;
    transition: ease-in-out 0.3s;
    overflow: hidden;
    padding-top: 50px;
  }
  #header nav .sub-menu .col-xl-4,
  #header nav .sub-menu .title {
    display: none;
  }
  #header nav .sub-menu .container {
    max-height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  #header nav .sub-menu ul li {
    margin: 0px -15px;
  }
  #header nav .sub-menu ul li a {
    padding: 16px 20px;
  }
  #header nav .sub-menu ul li a:hover {
    color: #192733;
  }
  #header nav .sub-menu ul li a:active {
    background: #f4f4f4;
  }
  #header nav .nav-close {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    border-bottom: none !important;
  }
}

#header_simple {
  border-top: 10px solid #192733;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f3f0ea;
  z-index: 1050;
  height: 80px;
  padding: 0px 32px;
  display: flex;
      align-items: center;
      justify-content: space-between;
}

#header_simple .logo img {
  height: 40px;
}

#header_simple .tools-lang {
  position: relative;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
}

#header_simple .tools-lang i {
  margin-left: 10px;
}

#header_simple .tools-lang .lang-dropdown {
  height: auto;
  line-height: 1;
  top: calc(100% - 10px);
}

#header_simple .tools-lang:hover .lang-dropdown {
  display: block;
}

@media (max-width: 768px) {
  #header_simple {
    height: 60px;
    padding: 0px 15px;
  }
  #header_simple .logo img {
    height: 30px;
  }
  #header_simple .tools-lang {
    height: 60px;
    line-height: 60px;
  }
}

/*Lang=en_us 最後一個項目的位置*/
html[lang="en_US"] #header nav > ul > li:last-child .sub-menu {
  transform: translate(0);
}

footer#footer .logo img, footer#footer_simple .logo img {
  height: 28px;
}

@media (max-width: 768px) {
  footer#footer .logo img, footer#footer_simple .logo img {
    height: 20px;
  }
}

footer#footer {
  background: #192733;
  padding: 65px 0 30px 0;
  color: #fff;
  margin-top: 130px;
}

footer#footer h2 {
  text-align: center;
}

footer#footer a {
  color: #fff;
  font-size: 1.4rem;
}

footer#footer .form-control {
  background-color: #192733;
  color: #fff;
  border: none;
  font-size: 1.6rem;
}

footer#footer input.form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-right: 50px;
}

footer#footer input.form-control:focus {
  border-bottom-color: white;
}

footer#footer select.form-control {
  max-width: 120px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 32px;
  background-image: url("../images/ic_angle_white.svg");
  height: 37px;
  background-position: top 12px right 10px;
  padding: 0 25px 0 15px;
}

footer#footer select.form-control option {
  color: #fff;
}

footer#footer .form-group {
  max-width: 460px;
  margin: 30px auto 100px auto;
  position: relative;
}

footer#footer .form-group .btn {
  background: none !important;
  border: none !important;
  position: absolute;
  right: 0px;
  top: 4px;
  padding: 8px 10px;
}

footer#footer .form-group .btn:hover {
  background: none !important;
  box-shadow: none !important;
}

footer#footer .title {
  margin-bottom: 24px;
}

footer#footer ul.list-link li {
  margin: 15px 0 0 0;
  font-size: 1.4rem;
  font-weight: 300;
}

footer#footer ul.list-link li a {
  opacity: .7;
}

footer#footer ul.list-sns {
  margin: 30px 0px;
  text-align: right;
}

footer#footer ul.list-sns li {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #4a5664;
  margin: 0px 5px;
}

footer#footer ul.list-sns li a {
  display: block;
  font-size: 1.8rem;
}

footer#footer ul.list-sns li a img {
  width: 20px;
}

footer#footer .app-download {
  text-align: right;
}

footer#footer .app-download a {
  display: block;
}

footer#footer .app-download a + a {
  margin-top: 20px;
}

footer#footer .app-download a img {
  height: 40px;
}

footer#footer .copyright {
  font-size: 1.2rem;
  padding-top: 30px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
      align-items: center;
      justify-content: space-between;
}

@media (max-width: 768px) {
  footer#footer {
    margin-top: 90px;
  }
  footer#footer h2 {
    font-size: 1.8rem;
    font-weight: normal;
  }
  footer#footer .form-group {
    margin-bottom: 60px;
  }
  footer#footer select.form-control {
    margin-bottom: 48px;
  }
  footer#footer .title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
  }
  footer#footer ul.list-link li {
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: 0px;
  }
  footer#footer ul.list-link li a {
    opacity: 1;
  }
  footer#footer ul.list-sns {
    text-align: center;
  }
  footer#footer .app-download {
    text-align: center;
    margin-top: 48px;
  }
  footer#footer .app-download a {
    display: inline;
  }
  footer#footer .app-download a + a {
    margin: 0 0 0 10px;
  }
  footer#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0px;
        flex-direction: column;
        align-items: flex-start;
  }
  footer#footer .copyright .text {
    margin-top: 16px;
  }
}

#footer_simple {
  padding: 25px 32px;
  display: flex;
      justify-content: space-between;
      align-items: center;
  background: #192733;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 150px;
}

#footer_simple .copyright {
  opacity: .5;
}

@media (max-width: 768px) {
  #footer_simple {
    padding: 25px 15px;
    height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
  }
  #footer_simple .copyright {
    margin-top: 16px;
  }
}

main#main {
  min-height: 80vh;
  position: relative;
}

main#main .main-dec {
  position: absolute;
  top: 300px;
  left: -100px;
      transform: rotate(-90deg);
  z-index: 1000;
}

main#main .main-dec::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #192733;
  vertical-align: middle;
  margin-right: 15px;
}

section.area {
  opacity: 0.5;
  transition: ease-in-out 0.8s;
      transform: translateY(50px);
}

section.area h2 {
  text-align: center;
  position: relative;
  margin: 30px 0 -90px 0;
  min-height: 120px;
}

section.area h2 .sub-title {
  font-size: 11rem;
  line-height: 0.8;
  color: #c7c7b4;
  opacity: 0.1;
  margin-bottom: 0px;
  font-weight: bold;
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
}

section.area h2 .title {
  padding-top: 50px;
}

@media (max-width: 768px) {
  section.area h2 .sub-title {
    font-size: 4.8rem;
  }
  section.area h2 .title {
    font-size: 2.4rem;
  }
}

section.area-pattern {
  padding: 100px 0px;
  margin: 100px 0px;
  opacity: 1;
      transform: translateY(0px);
}

section.area.active {
  opacity: 1;
      transform: translateY(0px);
}

body.body-simple section.area {
  opacity: 1;
  transition: none;
      transform: translateY(0px);
  margin-top: 64px;
}

body.body-simple section.area a.back i {
  margin-right: 10px;
}

@media (max-width: 768px) {
  body.body-simple section.area a.back {
    font-size: 1.4rem;
  }
}

body.body-simple section.area h1 {
  margin: 30px 0;
  font-weight: normal;
}

@media (max-width: 768px) {
  body.body-simple section.area h1 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}

body.body-simple section.area .board {
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(157, 139, 127, 0.2);
  min-height: 120px;
  background: #fff;
  margin-top: 16px;
  position: relative;
}

body.body-simple section.area .board .radio {
  margin-top: 24px;
  font-weight: 600 !important;
}

body.body-simple section.area .board > .icon {
  position: absolute;
  top: 35px;
  right: 20px;
  min-width: 72px;
  text-align: center;
}

body.body-simple section.area .board > .icon img {
  height: 40px;
}

body.body-simple section.area .board .con {
  border-top: 1px solid #f3f0ea;
  margin: 24px 0 10px 0;
  padding-top: 30px;
  display: none;
}

body.body-simple section.area .board .con .links {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

body.body-simple section.area .board .con .links a {
  text-decoration: underline;
  color: #0f2e51;
}

body.body-simple section.area .board .con .links .gap {
  margin: 0px 15px;
}

body.body-simple section.area .board .con .links + .func-tool {
  margin-top: 16px;
}

body.body-simple section.area .board.active .con {
  display: block;
}

@media (max-width: 768px) {
  body.body-simple section.area .board {
    min-height: 80px;
  }
  body.body-simple section.area .board .radio {
    margin-top: 10px;
  }
  body.body-simple section.area .board > .icon {
    top: 20px;
  }
}

body.body-simple section.area .func-tool {
  margin-top: 20px;
}

body.body-simple section.area .func-tool .btn-primary {
  width: 260px;
}

@media (max-width: 768px) {
  body.body-simple section.area .func-tool [class^="pull"] {
    float: none;
  }
  body.body-simple section.area .func-tool .btn-primary {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  body.body-simple section.area {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .main-dec {
    display: none;
  }
  .md\:flex-col {
    flex-direction: column;
  }
}

.space-x-px > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-px > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-x-0 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(0 * var(--tw-space-x-reverse));
  margin-left: calc(0 * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0 * var(--tw-space-y-reverse));
}

.space-x-1 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-x-2 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-3 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-4 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-5 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-6 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-8 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-10 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-x-12 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-12 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-x-16 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-16 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-x-20 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-x-24 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-24 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-x-32 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-32 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-x-40 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-40 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-x-48 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-48 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-x-56 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-56 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-x-64 > * + * {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-64 > * + * {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

@media (min-width: 576px) {
  .sm\:space-x-px > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-px > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }
  .sm\:space-x-0 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0 * var(--tw-space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .sm\:space-x-1 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-1 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-2 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-2 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-3 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-3 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-4 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-4 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-5 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-5 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-6 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-6 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-8 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-8 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-10 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-10 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-12 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-12 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-16 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-16 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-20 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-20 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-24 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-24 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-32 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-32 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-40 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-40 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-48 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-48 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-56 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-56 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-64 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-64 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  .md\:space-x-px > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-px > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }
  .md\:space-x-0 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0 * var(--tw-space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .md\:space-x-1 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-1 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-2 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-2 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-3 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-3 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-4 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-4 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-5 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-5 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-6 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-6 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-8 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-8 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-10 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-10 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-12 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-12 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-16 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-16 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-20 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-20 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-24 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-24 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-32 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-32 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-40 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-40 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-48 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-48 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-56 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-56 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-64 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-64 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 992px) {
  .lg\:space-x-px > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-px > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-0 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0 * var(--tw-space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .lg\:space-x-1 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-1 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-2 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-2 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-3 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-3 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-4 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-4 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-5 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-5 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-6 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-6 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-8 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-8 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-10 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-10 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-12 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-12 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-16 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-16 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-20 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-20 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-24 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-24 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-32 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-32 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-40 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-40 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-48 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-48 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-56 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-56 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-64 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-64 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1200px) {
  .xl\:space-x-px > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-px > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }
  .xl\:space-x-0 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0 * var(--tw-space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-0 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .xl\:space-x-1 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-1 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-2 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-2 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-3 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-3 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-4 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-4 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-5 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-5 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-6 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-6 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-8 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-8 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-10 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-10 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-12 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-12 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-16 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-16 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-20 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-20 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-24 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-24 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-32 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-32 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-40 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-40 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-48 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-48 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-56 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-56 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }
  .xl\:space-x-64 > * + * {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-64 > * + * {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }
}

.text-brown-dark {
  color: #783f28;
}

.text-brown-light {
  color: #bb9d89;
}

.bg-brown-dark {
  background: #783f28;
}

.bg-brown-light {
  background: #bb9d89;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

/* 2024-04-16修復標籤背景圖片分割問題 : 移動.btn-xs, .input-cc-8至此*/
.btn-xs {
    padding: 6px 13px;
    font-size: 1.4rem;
}

.input-cc-8 {
    width: 10rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

#NoCookie {
    color: #fff !important;
    background-color: #0f2e51 !important;
    border-color: #fff !important;
}