@charset "UTF-8";
.color01 {
  color: #e40016;
}

.color02 {
  color: #555;
}

.color03 {
  color: #174c4a;
}

.color04 {
  color: #29615e;
}

.bg01 {
  background: rgba(41, 97, 94, 0.3);
}

.bg02 {
  background: rgba(41, 97, 94, 0.15);
}

.fz01 {
  font-size: 0.8rem;
}

.fz02 {
  font-size: 1.2rem;
}

.border-color01 {
  border: 1px solid #29615e;
}

.mtb-lg-8px {
  margin-top: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 62em) {
  .mtb-lg-8px {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}

.w-65 {
  width: 65%;
}

.grecaptcha-badge {
  z-index: 99999;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  transition: all 0.3s ease;
  word-break: break-all;
  color: #2e2e2e;
}

a {
  color: #29615e;
}
a:hover {
  color: #29615e;
  text-decoration: none;
}
a:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

.header {
  position: relative;
  box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  background: #fff;
  padding: 5px 0;
}

.banner {
  position: relative;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .txt {
  position: absolute;
  left: 20%;
  top: 13%;
  color: #fff;
  font-size: 2rem;
  text-align: left;
}
.banner .swiper-slide .txt .pic img {
  width: 100%;
  margin: 0 auto;
}
.banner .swiper-slide .txt p {
  text-shadow: 0px 0px 10px #333;
}
.banner .swiper-slide .txt .btn {
  letter-spacing: 0.3rem;
}
.banner .swiper-slide .pic img {
  display: none;
  margin: 0 auto;
}
.banner .swiper-slide .pic img:nth-child(1) {
  display: block;
}
.banner .text {
  position: absolute;
  bottom: 30%;
  left: 10%;
  color: #fff;
}
.banner .down {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  bottom: -20px;
  z-index: 999;
  background: rgb(56.152173913, 132.847826087, 128.7391304348);
  border-radius: 100%;
  box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
}
.banner .down i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -16px;
}

.main {
  text-align: center;
  min-height: calc(100vh - 132.97px);
}
@media (max-width: 1200px) {
  .main {
    min-height: calc(100vh - 184.16px);
  }
}
.main .title-text {
  font-size: 36px;
  color: #000;
  margin: 4rem 0;
  position: relative;
  letter-spacing: 0.3rem;
}
.main .title-text span {
  margin: 1.2rem 0 0;
  color: #29615e;
  display: block;
  font-size: 12px;
  letter-spacing: 0.2rem;
}
.main .title-text:after {
  content: "";
  width: 25%;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: 20px;
  right: 2%;
}
.main .title-text:before {
  content: "";
  width: 25%;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: 20px;
  left: 2%;
}
.main .product .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  color: #fff;
  padding: 10px;
  z-index: 2;
}
.main .product .text i {
  font-size: 64.5px;
  opacity: 0.2;
}
.main .product .text h2 {
  padding: 0rem 0rem 2.5rem;
  letter-spacing: 0.05rem;
  margin-top: -3rem;
  font-size: 20.25px;
}
.main .product .text p {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0rem 2.5rem 0rem;
  padding: 1rem 0rem 0;
  letter-spacing: 0.1rem;
  font-size: 30px;
  line-height: 2.8rem;
  transition: all 0.3s ease;
  min-height: 110px;
}
.main .product a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .product a .btn {
  display: none;
  margin-top: 0.5rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  min-width: 30%;
  padding: 0.5rem 1.5rem;
}
.main .product a:hover .btn {
  display: inline-block;
}
.main .product a:hover p {
  border-top: none;
  margin-top: -2rem;
  transition: all 0.3s ease;
}
.main .product .cover {
  position: absolute;
  z-index: 1;
  background: linear-gradient(rgb(118.9891304348, 197.5108695652, 193.3043478261) 0%, #29615e 100%);
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  text-align: center;
  opacity: 0.8;
}
.main .product .cover.trans {
  transition: all 0.2s;
  backface-visibility: hidden;
}
.main .product-list a {
  border-radius: 8px;
  box-shadow: 0 4px 0 0 rgba(204, 204, 204, 0.5);
  border: solid 1px #c3c3c3;
  background-color: #f8f8f8;
  margin: 15px 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}
.main .product-list a .text {
  background: #f8f8f8;
  font-size: 19.5px;
  padding: 10px;
  color: #2e2e2e;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .main .product-list a .text {
    font-size: 16.05px;
  }
}
.main .product-list a .text span {
  display: block;
  font-size: 13.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #174c4a;
}
.main .product-list a .text span.usetimes {
  font-size: 15px;
  margin-top: auto;
  color: #174c4a;
  border-top: 1px solid #ccc;
  padding-top: 0.25rem;
}
.main .product-list a .pic {
  min-height: 255px;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  background-color: #fff;
}
.main .product-list a .pic img {
  max-height: 255px;
  flex-shrink: 0;
}
.main .product-list a:hover {
  transform: translateY(-10px);
}

.global-footer {
  background-color: #212121;
  color: #aeaeae;
  padding: 1rem 0;
}

.page {
  background-color: #f2f2f2;
}
.page .content {
  background: #fff;
  padding: 0.8rem 1rem;
  text-align: left;
  position: relative;
}
.page .content .box {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
.page .content .tit {
  position: relative;
  padding-left: 2.5rem;
  margin: 1rem 0 0 0;
  color: #29615e;
  position: relative;
  font-size: 15px;
}
.page .content .tit i {
  position: absolute;
  left: 8px;
  top: 5px;
  color: #2e2e2e;
  font-size: 18px;
}
.page .content .title {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -16px;
  padding: 5px 16px 20px;
}
.page .content .title-2 {
  border-left: 5px solid #29615e;
  padding: 0 1rem;
  margin: 1rem 0.5rem 0.5rem;
}
.page .content .tel span {
  font-size: 12px;
  background: #fffdad;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
}
.page .content .tel a {
  margin: 1.5rem 0.5rem;
  line-height: 15px;
}
.page .content .tel p {
  color: #979797;
  margin: 0 0 0 0.5rem;
  font-size: 14px;
}
.page .banner {
  min-height: 170px;
}
.page .banner h2 {
  color: #fff;
  text-shadow: 0 0 10px #000000;
  padding: 0 1rem;
}
.page .step {
  margin: 20px 0;
}
.page .step li {
  width: 25%;
  border-bottom: 1px solid #cfcfcf;
  margin: 0 1rem;
  min-height: 60px;
  position: relative;
}
.page .step li:before {
  content: "\e90b";
  font-family: "icofont";
  color: #c7c7c7;
  position: absolute;
  right: -20px;
  bottom: 40%;
  transform: rotate(-90deg);
}
.page .step li:last-child:before {
  display: none;
}
.page .step li:first-child {
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
}

.total {
  background-color: rgba(41, 97, 94, 0.08);
  padding: 1.5rem 1rem;
}
.total p {
  margin-bottom: 0;
}

.provisions {
  background: #f2f2f2;
  font-size: 18px;
  line-height: 2rem;
  box-shadow: 0 5px 5px -3px #ddd inset;
}
.provisions a {
  color: #000;
}

.side .bg01 {
  padding: 1rem;
  margin: -1rem -1rem 0.3rem -1rem;
}

.member-area p {
  color: #636363;
}

.step > div {
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
}
.step > div span {
  background: #fff;
  padding-right: 0.6rem;
}
.step > div:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 49%;
  height: 2px;
  width: 95%;
  background: #29615e;
}
.step > div:last-child {
  padding-right: 0rem;
}
.step > div:last-child:after {
  display: none;
}
.step > div b {
  border-radius: 20px;
  border: 2px solid #29615e;
  color: #29615e;
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1440px) {
  .banner {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 14%;
    top: 8%;
  }
  .banner .swiper-slide .txt .pic img {
    width: 85%;
  }
}
@media (max-width: 1200px) {
  .main .product .text {
    font-size: 15px;
  }
  .main .product .text i {
    font-size: 45px;
  }
  .main .product .text h2 {
    font-size: 15px;
    margin-top: -2.5rem;
    opacity: 0.8;
    letter-spacing: 0.3rem;
  }
  .main .product .text p {
    font-size: 22.5px;
    line-height: 2.2rem;
    min-height: 85px;
  }
  .main .product-list a .pic {
    min-height: 210px;
  }
  .main .product-list a .pic img {
    max-height: 210px;
  }
  .main .title-text {
    font-size: 30px;
  }
  .main .title-text:after, .main .title-text:before {
    width: 25%;
  }
  .banner {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 10%;
    top: 5%;
    font-size: 1.8rem;
  }
  .banner .swiper-slide .txt .pic img {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .banner {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 5%;
    top: 5%;
  }
  .banner .swiper-slide .txt .pic img {
    width: 55%;
  }
  .main .product-list a .pic {
    min-height: 323px;
  }
  .main .product-list a .pic img {
    max-height: 323px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide .txt {
    left: 0%;
    top: 8%;
    font-size: 1.5rem;
  }
  .banner .swiper-slide .txt .pic {
    width: 16%;
  }
  .banner .swiper-slide .txt .pic img {
    width: 100%;
  }
  .banner .text {
    font-size: 12px;
    left: 13%;
    bottom: 15%;
  }
  .banner .text h1 {
    font-size: 22.5px;
    margin-bottom: 0;
  }
  .banner .down {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    bottom: -35px;
  }
  .banner .down i {
    font-size: 1.4rem;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -11px;
  }
  .main .title-text {
    font-size: 22.5px;
    margin: 2rem 1rem;
  }
  .main .title-text span {
    font-size: 10.5px;
    margin-top: 0.5rem;
  }
  .main .title-text:after, .main .title-text:before {
    display: none;
  }
  .main .product .text {
    font-size: 15px;
    top: 8%;
  }
  .main .product .text i {
    font-size: 21px;
  }
  .main .product .text h2 {
    font-size: 13.5px;
    padding: 0.5rem 0rem 0.5rem;
  }
  .main .product .text p {
    font-size: 15px;
    line-height: 1.5rem;
  }
  .main .product a .btn {
    display: inline-block;
  }
  .main .product a:before {
    display: none;
  }
  .main .product a:hover .btn {
    display: inline-block;
  }
  .main .product a:hover p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 0rem;
  }
  .main .product .cover {
    display: none;
  }
  .main .product-list a .pic {
    min-height: 233px;
  }
  .main .product-list a .pic img {
    max-height: 233px;
  }
  .main .product-list a:hover {
    transform: translateY(-10px);
  }
  .main .step li {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
  .main .step li:before {
    content: "\e90b";
    font-family: "icofont";
    color: #c7c7c7;
    position: absolute;
    right: 50%;
    bottom: -25px;
    transform: rotate(0deg);
  }
  .main .page .step {
    margin: 0 0 40px 0;
  }
  .provisions {
    font-size: 13.5px;
    line-height: 1.6rem;
  }
}
@media (max-width: 575px) {
  .main .title-text {
    margin: 1.4rem 0 0 0;
    line-height: 36px;
  }
  .main .product .box {
    margin-bottom: 2px;
  }
  .main .product .text {
    top: 9%;
  }
  .main .product .text i {
    font-size: 49.5px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 2rem;
    margin-top: -3rem;
    font-size: 15px;
    letter-spacing: 0.4rem;
  }
  .main .product .text p {
    font-size: 24px;
    line-height: 2rem;
  }
  .main .product a .btn {
    margin-top: 1rem;
  }
  .down {
    display: none;
  }
  .banner .swiper-slide .pic img:nth-child(1) {
    display: none;
  }
  .banner .swiper-slide .pic img:nth-child(2) {
    display: inline-block;
    width: 100%;
  }
  .banner .swiper-slide .txt {
    top: 12%;
    line-height: 2rem;
    font-size: 1.8rem;
  }
  .banner .swiper-slide .txt span {
    display: block;
  }
  .banner .swiper-slide .txt .pic {
    width: 25%;
  }
  .banner .swiper-slide .txt .pic img:nth-child(1) {
    display: block;
  }
  .banner .swiper-slide .txt .pic img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .banner .swiper-slide .txt {
    left: -5%;
    top: 15%;
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .banner .swiper-slide .txt .pic {
    width: 20%;
  }
  .banner .swiper-slide .btn {
    font-size: 1rem;
    letter-spacing: 0rem;
    padding: 0.3rem 1rem;
  }
  .main .title-text {
    margin: 1.4rem 0 0 0;
    line-height: 36px;
  }
  .main .product-list a .pic {
    min-height: 170px;
  }
  .main .product-list a .pic img {
    max-height: 170px;
  }
}
@media (max-width: 375px) {
  .main .title {
    margin: 1rem;
  }
  .main .title:after, .main .title:before {
    display: none;
  }
  .main .product-list a .pic {
    min-height: 150px;
  }
  .main .product-list a .pic img {
    max-height: 150px;
  }
  .page .content .box {
    padding: 0.5rem 0rem 0.5rem 2.5rem;
  }
  .page .content .tel a {
    margin: 1.5rem 0;
    width: 100%;
    display: block;
    line-height: 32px;
  }
  .page .content .title {
    font-size: 21px;
  }
  .banner .swiper-slide .txt {
    left: -7%;
    top: 12%;
    line-height: 1.6rem;
    font-size: 1.4em;
  }
  .banner .swiper-slide .txt .pic {
    width: 20%;
  }
}
@media (max-width: 320px) {
  .main .product .text {
    top: 5%;
  }
  .main .product .text i {
    font-size: 45px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 1.6rem;
    margin-top: -2.8rem;
  }
  .main .product .text p {
    font-size: 18px;
    line-height: 1.6rem;
    min-height: 75px;
  }
  .main .product a .btn {
    margin-top: 0.8rem;
  }
  .main .product-list a .pic {
    min-height: 123px;
  }
  .main .product-list a .pic img {
    max-height: 123px;
  }
  .banner .swiper-slide .txt {
    top: 6%;
    line-height: 1.6rem;
    font-size: 1.4em;
  }
}
.after_dash {
  position: relative;
}
.after_dash:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  right: -4px;
  top: 50%;
}

.after_dash_gap-1 {
  gap: 15px;
}
@media only screen and (max-width: 36em) {
  .after_dash_gap-1 {
    gap: 5px;
  }
}
.after_dash_gap-1 > div {
  position: relative;
}
.after_dash_gap-1 > div:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  right: -11px;
  top: 50%;
}
@media only screen and (max-width: 36em) {
  .after_dash_gap-1 > div:not(:last-child):after {
    display: none;
  }
}

.mw-150 {
  max-width: 150px;
}

/* ----------------------------------------
member
---------------------------------------- */
.order-list-title {
  font-size: 1.1rem;
}
@media only screen and (max-width: 36em) {
  .order-list-title {
    font-size: 1rem;
  }
}

.order-list {
  display: flex;
  align-items: flex-start;
}
.order-list__pic {
  min-width: 160px;
  flex-basis: 160px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 48em) {
  .order-list__pic {
    min-width: 120px;
    flex-basis: 120px;
  }
}
@media only screen and (max-width: 36em) {
  .order-list__pic {
    min-width: 25%;
    flex-basis: 25%;
  }
}
.order-list__text {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 36em) {
  .order-list__text {
    margin: 0 0 0 1rem;
  }
}
.order-list__text > li {
  line-height: 1.6rem;
}
.order-list__text--title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 36em) {
  .order-list__text--title {
    font-size: 1rem;
  }
}
.order-list__text--smtit {
  display: inline-block;
  margin-right: 0.5rem;
}
.order-list__text--info {
  display: inline-block;
}

.time-wp {
  display: inline-block;
  width: 100px;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 0.5rem;
}
@media only screen and (max-width: 36em) {
  .time-wp {
    display: block;
  }
}
.time-wp.lg {
  width: 120px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.hot_box {
  padding: 1px 0 44px 0;
  margin: 0 -999px;
  background: #f5f5f5;
}
.hot_box .product-list a .text {
  background-color: #fff;
}
@media (max-width: 580px) {
  .hot_box {
    margin: 0 auto;
    padding: 1px 0 16px 0;
  }
}
@media (max-width: 768px) {
  .hot_box .product-list a .pic {
    min-height: auto;
  }
}

.hotSwiper .product-list {
  padding-bottom: 30px;
}
.hotSwiper .swiper-pagination.swiper-banner-pagination .swiper-pagination-bullet-active {
  background: #000;
  border: 1.2px solid #000;
}
.hotSwiper .swiper-pagination.swiper-banner-pagination .swiper-pagination-bullet {
  border: 1.2px solid #000;
}

.success-info {
  width: 100%;
  border-radius: 8px;
  margin: 1.5rem auto;
  padding: 1.25rem 2.5rem;
  background-color: #dfe8e7;
  text-align: left;
}

.pro-nav {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pro-nav .nav-item {
  color: #2e2e2e;
  border-radius: 30px;
  padding: 0.3rem 1.6rem;
  transition: all 0.3s ease;
  display: block;
  margin: 0.03rem;
}
.pro-nav .nav-item.active, .pro-nav .nav-item:hover {
  background: #29615e;
  color: #fff;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 0.85rem;
}
.breadcrumb li {
  padding-right: 0.8rem;
}
.breadcrumb li a {
  color: #2e2e2e;
}
.breadcrumb li:after {
  content: "/";
  position: relative;
  left: 6px;
  top: -1px;
  font-size: 13.5px;
}
.breadcrumb li:last-child {
  color: #29615e;
}
.breadcrumb li:last-child:after {
  display: none;
}

.slider-for .slick-slide {
  min-height: 517px;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}
.slider-for .pic img {
  max-height: 517px;
}

.slider-nav {
  margin: 0 0.5rem;
}
.slider-nav .slick-slide {
  min-height: 115px;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}
.slider-nav .pic img {
  max-height: 115px;
}
.slider-nav .slick-next {
  right: 0;
}
.slider-nav .slick-prev {
  left: 0;
}
.slider-nav .slick-arrow:before {
  color: #000;
}

.product-detail {
  font-size: 16.5px;
  line-height: 30px;
}
.product-detail p {
  margin-bottom: 0;
}
.product-detail label {
  color: #2e2e2e;
  font-weight: bold;
}
.product-detail .price .full-price {
  color: #6f6f6f;
  margin: 0 0.5rem;
  font-size: 13.5px;
}
.product-detail .price .full-price b {
  text-decoration: line-through;
}
.product-detail .specs span {
  border: 1px solid #160a0a;
  padding: 5px 10px;
  background: transparent;
  border-radius: 0;
  margin: 0.2rem 0.2rem 0.2rem 0;
  display: inline-block;
  cursor: pointer;
}
.product-detail .specs span.active {
  background: #160a0a;
  color: #fff;
}
.product-detail .specs span:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.m-quantity > * {
  border: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: middle;
}

.m-quantity > input {
  margin-left: -7px;
  margin-right: -7px;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 40px;
  width: 100px;
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.m-quantity > button {
  cursor: pointer;
  outline: 0;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.m-quantity > button i {
  font-size: 0.9rem;
}

.pro-name {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  padding: 0 10px;
}

.check {
  padding: 1rem 3rem;
  font-size: 0.9rem;
  position: relative;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
}

input[type=checkbox]:disabled + label:before {
  border: 2px solid #2e2e2e;
  opacity: 0.5;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #174c4a;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 2px solid #174c4a;
}

input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 5px;
  width: 7px;
  height: 14px;
  border: solid #174c4a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.result {
  min-height: 600px;
}

.store .pro-nav {
  -ms-flex-pack: left !important;
  justify-content: left !important;
}
.store .pro-nav .nav-item {
  border: 1px solid #2e2e2e;
  margin: 0.3rem;
}
.store .pro-nav .nav-item.active, .store .pro-nav .nav-item:hover {
  border-color: #29615e;
}
.store .store-title {
  border-bottom: 1px solid #d5d5d5;
  font-size: 21px;
  line-height: 60px;
  padding-left: 1.5rem;
  position: relative;
}
.store .store-title:after {
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: calc(50% - 12px);
  background: #29615e;
}
.store .store-list .txt h6 {
  font-weight: bold;
}
.store .tc {
  border: 1px solid #f0f0f0;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.store .tc .box {
  padding: 0.7rem;
}

.tc-pic {
  width: 200px;
}

@media (max-width: 1200px) {
  .pro-nav .nav-item {
    padding: 0.3rem 1rem;
  }
  .slider-for .slick-slide {
    min-height: 427px;
  }
  .slider-for .pic img {
    max-height: 427px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 98px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 98px;
    margin: 0 auto;
  }
  .store-link a .txt {
    right: 18%;
    top: 10%;
  }
}
@media (max-width: 991px) {
  .pro-nav {
    -ms-flex-pack: left !important;
    justify-content: left !important;
  }
  .pro-nav .nav-item {
    border: 1px solid #2e2e2e;
    margin: 0.1rem;
    padding: 0.3rem 0.6rem;
  }
  .pro-nav .nav-item.active, .pro-nav .nav-item:hover {
    border: 1px solid #29615e;
  }
  .slider-for .slick-slide {
    min-height: 308px;
  }
  .slider-for .pic img {
    max-height: 308px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 100px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .store-link {
    font-size: 16.5px;
    line-height: 24px;
  }
  .store-link a .txt {
    right: 5%;
    top: 8%;
  }
  .breadcrumb {
    padding: 1rem;
  }
  .breadcrumb li:after {
    font-size: 0.6rem;
  }
  .product-detail {
    padding: 0 !important;
  }
  .send {
    box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.062745098);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    box-sizing: border-box;
    padding: 0.5rem;
  }
  .send .btn {
    width: 100%;
    margin: 0;
  }
  .pro-name {
    margin-top: 1rem;
    font-size: 24px;
    line-height: 30px;
  }
  .check {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
  }
  .result {
    min-height: 400px;
  }
  .m-quantity > button i {
    font-size: 0.6rem;
    position: relative;
    top: -2px;
    left: -2px;
  }
  .slider-for .slick-slide {
    min-height: 427px;
  }
  .slider-for .pic img {
    max-height: 427px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 98px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 98px;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .slider-for .slick-slide {
    min-height: 345px;
  }
  .slider-for .pic img {
    max-height: 345px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 100px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 100px;
    margin: 0 auto;
  }
  .tc-pic {
    width: 100px;
  }
}
.slick-prev,
.slick-next {
  height: auto;
  width: auto;
}

.slick-next {
  right: 25px;
  position: absolute;
  z-index: 999;
}

.slick-next:before {
  font-family: "icofont";
  content: "\e901";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  position: absolute;
  z-index: 999;
}

.slick-prev:before {
  font-family: "icofont";
  content: "\e900";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  bottom: 18px;
  text-align: left;
  padding: 0 11%;
}

.slick-dots li,
.slick-dots li button {
  width: auto;
  height: auto;
  font-size: 1rem;
}

.slick-dots li button:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  background: #fff;
  opacity: 1;
}

.slider-nav .slick-slide {
  border: none;
  outline: none;
  margin: 0.6rem;
  border: 1px solid #D4D4D4;
}
.slider-nav .slick-slide > div {
  line-height: 0;
}

.slider-for .slick-slide {
  margin: 0.3rem 0.8rem;
  position: relative;
  border: 1px solid #D4D4D4;
}
.slider-for .slick-slide > div {
  line-height: 0;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .slider-for {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 1.4rem;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-dots {
    bottom: 5px;
    padding: 0 13%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
.swiper-layout {
  position: relative;
}

.swiper-pagination.swiper-banner-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1.2px solid white;
}
.swiper-pagination.swiper-banner-pagination .swiper-pagination-bullet-active {
  background: white;
  border: 1.2px solid white;
}

ol li,
ul li {
  line-height: 1.8rem;
}

.list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.list-inline li {
  list-style-type: none;
  display: inline-block;
}

ol {
  margin: 0;
  padding: 0;
}
ol > li {
  list-style-type: cjk-ideographic;
  margin-left: 50px;
}
ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}
ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}
ol > li > ol > li > ol > li:nth-child(1n+10):before {
  left: -32px;
}
ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}
ol > li > ol > li > ol > li > ol > li:after, ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}
ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}
ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}

.tab-style-001 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  padding-bottom: 10px;
}
@media only screen and (max-width: 62em) {
  .tab-style-001 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .tab-style-001 {
    border-bottom: 1px solid #c3c3c3;
  }
}
.tab-style-001 > li {
  flex-basis: calc(16.666% - 8px);
  min-width: calc(16.666% - 8px);
  margin: 4px;
}
@media only screen and (max-width: 48em) {
  .tab-style-001 > li {
    flex-basis: auto;
    min-width: auto;
    flex-basis: calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
  }
}
.tab-style-001 .nav-link {
  color: #000;
  border-radius: 100px;
  padding: 0.8rem 0.25rem;
  border: 1px solid transparent;
  transition: all 0.2s;
}
@media only screen and (max-width: 48em) {
  .tab-style-001 .nav-link {
    padding: 0.2rem 0.7rem;
  }
}
.tab-style-001 .nav-link:hover {
  color: #29615e;
  border-color: #29615e;
}
.tab-style-001 .nav-link.active {
  color: #fff;
  background-color: #29615e;
  border-color: #29615e;
}

.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}
.table thead th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table thead th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.table tbody th {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}

.table-style01 {
  border: 1px solid #dfdfdf;
}
.table-style01 tr {
  border-bottom: 1px solid #dfdfdf;
}
.table-style01 tr:nth-child(even) {
  background: #f5f5f5;
}
.table-style01 thead th {
  background: #160a0a;
}
.table-style01 tbody th {
  background: #160a0a;
  opacity: 0.5;
  color: #fff;
}
.table-style01.trwd-1 th {
  width: 200px;
}

.table-style02 {
  border: none;
}
.table-style02 td {
  border-color: #e6e6e6;
  border-width: 0 0 1px 0;
}
.table-style02 thead th {
  background: none;
  color: #4e4e4e;
  border-color: #e6e6e6;
  border-width: 0 0 1px 0 !important;
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

@media (max-width: 991px) {
  .table {
    font-size: 0.9rem;
  }
  .table td,
  .table th {
    padding: 0.5rem 0.75rem;
  }
  .table-rwd {
    min-width: 100%;
    border: none;
    background-color: transparent;
  }
  .table-rwd thead {
    display: none;
  }
  .table-rwd tbody tr {
    background-color: transparent;
  }
  .table-rwd tbody tr:nth-child(even) {
    background-color: transparent;
  }
  .table-rwd tbody th {
    margin-top: 1rem;
  }
  .table-rwd tr {
    border: none;
  }
  .table-rwd th, .table-rwd td {
    display: block;
  }
  .table-rwd th:not(:last-child), .table-rwd td:not(:last-child) {
    border-bottom-width: 0px;
  }
  .table-rwd td[data-title] {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
    border: 1px solid #dfdfdf;
    background-color: white;
  }
  .table-rwd td[data-title]:not(:first-child) {
    border-top: none;
  }
  .table-rwd td[data-title]:first-child {
    margin-top: 1rem;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-weight: 500;
    padding: 0.5rem;
    min-width: 80px;
    width: 80px;
    flex-basis: 80px;
    text-align: right;
    margin-right: 10px;
    align-self: stretch;
  }
  .table-rwd .t-desktop {
    display: none;
  }
  .table-rwd .t-mobile {
    display: inline-block;
  }
  .table-rwd--lg td[data-title]:before {
    min-width: 100px;
    width: 100px;
    flex-basis: 100px;
  }
  .table-rwd--lg2 td[data-title]:before {
    min-width: 140px;
    width: 140px;
    flex-basis: 140px;
  }
  .table-style01.trwd-1 th {
    width: 100%;
  }
  .table-style02.table-rwd td[data-title] {
    display: block;
    border: none;
    padding: 0.5rem 0.75rem;
  }
  .table-style02.table-rwd td[data-title]:before {
    background-color: transparent;
    color: inherit;
    padding: 0;
    min-width: auto;
    width: auto;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
}
.table-date thead th {
  border: none;
}
.table-date tbody tr td {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.table-date tbody tr td a .day {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
}
.table-date tbody tr td a .money {
  color: #29615e;
}
.table-date tbody tr td a .booking {
  color: #fff;
  background: #160a0a;
  border-radius: 5px;
  font-size: 0.8rem;
}
.table-date tbody tr td:hover {
  background: rgba(0, 0, 0, 0.04);
}
.table-date .prev,
.table-date .next {
  background: #29615e;
}
.table-date .prev a,
.table-date .next a {
  display: block;
  color: #fff;
}

.overflow {
  width: auto;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .table-date {
    width: 760px;
  }
  .table-date tbody tr td a .day {
    color: rgb(0, 0, 0);
  }
  .table-date tbody tr td a .money {
    font-size: 1rem;
  }
  .table-date tbody tr td a .booking {
    font-size: 0.7rem;
  }
}
input:focus,
textarea:focus,
button:focus,
button {
  touch-action: manipulation;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
}

input[type=checkbox]:disabled + label:before {
  border: 2px solid #29615e;
  opacity: 0.5;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #29615e;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 2px solid #29615e;
}

input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 5px;
  width: 7px;
  height: 14px;
  pointer-events: none;
  border: solid #29615e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  line-height: 2rem;
}

input[type=radio]:disabled + label:before {
  border: 2px solid #29615e;
  opacity: 0.5;
}

input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #29615e;
}

input[type=radio]:checked + label:before {
  background: #fff;
  border: 2px solid #29615e;
}

input[type=radio]:checked ~ .checkmark {
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  top: 12px;
  width: 8px;
  height: 8px;
  pointer-events: none;
  background: #29615e;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .check {
    box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.062745098);
    position: fixed;
    left: 0;
    bottom: 62.19px;
    width: 100%;
    padding: 1rem 0.5rem 0 1rem;
    background-color: #fff;
    z-index: 1031;
  }
}
.icon {
  font-size: 1.3rem;
}
.icon:before {
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.btn {
  border-radius: 20px;
  background: #fff;
  color: #29615e;
  padding: 0.5rem 2rem;
}
.btn.style01 {
  background-image: linear-gradient(rgb(101.0652173913, 189.9347826087, 185.1739130435) 0%, #29615e 50%);
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 1rem 2.75rem;
  border: none;
  border-radius: 30px;
}
.btn.style01 i {
  font-size: 16.5px;
  margin: 0 0.5rem 0 0;
}
.btn.style02 {
  background: #29615e;
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 0.6rem 2.75rem;
  border: none;
  border-radius: 30px;
}
.btn.style02:hover {
  background: rgb(18.2717391304, 43.2282608696, 41.8913043478);
}
.btn.style03 {
  color: #2e2e2e;
}
.btn.style04 {
  background: #29615e;
  font-size: 13.5px;
  margin: 5px 0 0;
  padding: 0.3rem 1rem;
  color: #fff;
  border: none;
  border-radius: 30px;
}
.btn.style04:hover {
  background: rgb(18.2717391304, 43.2282608696, 41.8913043478);
}
.btn.style05 {
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  font-size: 18px;
  padding: 0.6rem 2.75rem;
  border-radius: 30px;
}
.btn.style06 {
  background: #174c4a;
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 0.6rem 2.75rem;
  border: none;
  border-radius: 30px;
}
.btn.disabled, .btn:disabled {
  background: #aaa;
}
.btn.disabled:hover, .btn:disabled:hover {
  background: #aaa;
}

.btn-shadow {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
}

.btn__fixed-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1031;
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: #160a0a;
  border-radius: 100px;
  border: 1px solid white;
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
}
.btn__fixed-back-top:focus {
  outline: 0;
}
.btn__fixed-back-top::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.btn__fixed-back-top:hover {
  background-color: #1f8782;
  bottom: 34px;
}

.form-check__style01 {
  color: #29615e;
}
.form-check__style01 > label {
  margin-bottom: 0;
}

.nav-tabs {
  border: none;
  overflow: hidden;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
}
.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
  background: #ddd;
  color: #888;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
  color: #555;
  background: #fff;
  font-size: 16.5px !important;
  border-top: 2px solid #29615e;
  border-radius: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.accordion .card-header {
  border-radius: 0 !important;
  background: #fff;
  border-left: 4px solid #29615e;
  font-size: 21px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}
.accordion .card-header a {
  display: flex;
  text-align: left;
  font-size: 21px;
  padding: 1.2rem 2.5rem 1.2rem 1.2rem;
  position: relative;
}
.accordion .card-header button {
  outline: none;
  -webkit-appearance: none; /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none; /* FireFox */
  appearance: none;
  border: none;
  background: transparent;
  position: relative;
  width: 100%;
  border-radius: 0;
}
.accordion .card-header button.collapsed {
  color: #000 !important;
}
.accordion .card-header button.btn {
  padding: 1.2rem 2.5rem 1.2rem 1.2rem;
  font-size: 21px;
  text-align: left;
  color: #29615e;
  margin: 0;
}
.accordion .card-header button.btn:focus {
  font-size: 21px;
  box-shadow: none;
}
.accordion .card-header [aria-expanded=true] {
  color: #29615e;
}
.accordion .card-header [aria-expanded=true]:hover {
  color: #29615e;
}
.accordion .card-header [aria-expanded=true]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.accordion .card-header [aria-expanded=false]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .accordion .card-header a {
    display: block;
  }
  .accordion .card-body {
    padding: 0.25rem;
  }
}
.navbar-toggler {
  z-index: 999;
  display: block;
  padding: 6px;
  height: 35px;
  width: 40px;
  margin: 0px;
  top: 0px;
  right: 0px;
  position: relative;
}
.navbar-toggler .hamburger {
  position: relative;
}
.navbar-toggler .hamburger .menui {
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
  top: 10px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
  opacity: 0;
  margin-top: 0;
}
.navbar-toggler .hamburger .menui:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.navbar-toggler .hamburger .menui:last-child {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui {
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui:first-child {
  top: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .hamburger .menui:last-child {
  top: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-nav li {
  margin: 0 0 0 1rem;
}
.navbar-nav li a {
  transition: all 0.3s ease;
  color: #2e2e2e;
}
.navbar-nav li a:hover {
  color: #29615e;
}
.navbar-nav li .btn-logout {
  color: #29615e;
  font-weight: 700;
}
.navbar-nav li .btn-logout:hover {
  color: rgb(18.2717391304, 43.2282608696, 41.8913043478);
}
.navbar-nav li:last-child {
  margin: 0 0 0 1rem;
}

.second-nav {
  flex-wrap: wrap;
  gap: 0 6px;
  padding: 0 4px;
  margin-top: 10px;
  justify-content: center;
}
.second-nav a {
  margin: 0 0.3rem;
  color: #2e2e2e;
  padding: 0.5rem 0.8rem;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  text-decoration: underline;
  font-size: 16px;
}
@media (max-width: 768px) {
  .second-nav a {
    flex-grow: 0;
  }
}
.second-nav a:hover {
  color: #29615e;
}
.second-nav a::before {
  content: "#";
  display: inline-block;
  margin-right: 4px;
}

@media (max-width: 991px) {
  .navbar-nav {
    font-size: 13.5px;
    margin-bottom: 5px;
  }
  .navbar-nav li {
    padding: 5px;
  }
  .navbar-nav li a {
    width: 100%;
    display: block;
  }
  .navbar-nav li .btn-logout {
    background: #29615e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0.4rem;
  }
  .navbar-nav li .btn-logout:hover {
    color: #fff;
    background: rgb(18.2717391304, 43.2282608696, 41.8913043478);
  }
}
.step-process > div {
  position: relative;
  margin: 0.2rem 0;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .step-process > div {
    flex-basis: calc(25% - 10px);
    min-width: calc(25% - 10px);
    padding-right: 1rem;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .step-process > div:last-child {
    flex-basis: 40px;
    min-width: 40px;
    padding-right: 0;
  }
}
.step-process > div span {
  background: #fff;
  padding-right: 0.6rem;
  position: relative;
  z-index: 2;
}
.step-process > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49%;
  height: 2px;
  width: 95%;
  background: #29615e;
}
@media only screen and (max-width: 768px) {
  .step-process > div:after {
    top: 13px;
    left: 30px;
    width: calc(100% - 35px);
  }
}
.step-process > div:last-child {
  padding-right: 0rem;
}
.step-process > div:last-child:after {
  display: none;
}
.step-process > div b {
  border-radius: 20px;
  border: 2px solid #29615e;
  color: #29615e;
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .step-process > div b {
    display: block;
    margin-bottom: 5px;
  }
}
.step-process > div.active b {
  border: 2px solid #29615e;
  color: #fff;
  background: #29615e;
}

.member_area .accordion .qa-list {
  border-bottom: 1px solid #f0f0f0;
}
.member_area .accordion .card-header {
  border: 1px solid #f0f0f0;
  border-top: 4px solid #005bac;
  border-bottom: 0;
  background: #fafafa;
}
.member_area .accordion .card-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #fafafa;
}

.ticket h5 {
  display: none !important;
}
.ticket .t-item {
  color: #636363;
  border: 1px solid #979797;
  border-radius: 8px;
  margin: 1rem 0.8rem 0 0;
  overflow: hidden;
  font-size: 1.6rem;
  min-width: 300px;
}
.ticket .t-item i.bg1 {
  background: #fd6a3e;
}
.ticket .t-item i.bg2 {
  background: #87cee2;
}
.ticket .t-item .bg3 {
  background: #ffbb2b;
}
.ticket .t-item i {
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 1.3rem;
}
.ticket .t-item .row .flex-container {
  flex-direction: column !important;
}
.ticket .t-item .row .txt {
  display: none;
}
.ticket .t-item .row span {
  font-size: 0.9rem;
}
.ticket .t-item .row b {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
.ticket .t-item .row > div:nth-child(2) span {
  margin: 5px 0 0 5px;
  display: block;
}

.page .step-process > div span {
  background: #f2f2f2;
}
.page .ticket {
  background: #fff;
  margin: 1rem 0 0.5rem;
}
.page .ticket h5 {
  display: flex !important;
  flex-direction: column !important;
  margin: 0.5rem 0.8rem;
}
.page .ticket .t-item {
  padding: 0.5rem 0.8rem;
  border: none;
  border-radius: 0;
  margin: 0rem 0;
}
.page .ticket .t-item .flex-container {
  flex-direction: row !important;
}
.page .ticket .t-item .row i {
  border-radius: 25px;
  width: 50px;
  height: 50px;
}
.page .ticket .t-item .row .txt {
  display: inline-block !important;
}
.page .ticket .t-item .row span {
  font-size: 1rem;
  display: none;
}
.page .ticket .t-item .row b {
  font-size: 1rem;
  display: inline-block !important;
  padding-right: 3px;
  margin-top: 0;
}
.page .ticket .t-item .row b:first-letter {
  font-size: 1rem;
}
.page .step-process > div:nth-child(-n+1) b {
  border: 2px solid #29615e;
  color: #fff;
  background: #29615e;
}

.tc .member_area {
  display: none;
}

.side .ticket {
  display: block !important;
}
.side .ticket .t-item {
  margin: 0;
  min-width: auto;
}
.side .ticket .t-item .row i {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.side .ticket .t-item .row b {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1rem !important;
}
.side .ticket .t-item div:nth-child(2) {
  position: relative;
}
.side .ticket .t-item div:nth-child(2):before {
  content: "";
  width: 100%;
  height: 2px;
  background: #979797;
  position: absolute;
  top: 49%;
  z-index: 1;
}

@media (max-width: 1200px) {
  .step-process > div {
    font-size: 0.8rem;
  }
  .step-process > div b {
    line-height: 22px;
    width: 26px;
    height: 26px;
  }
  .ticket .t-item {
    margin: 1rem 0 0 0;
  }
  .ticket .t-item .row .flex-container {
    flex-direction: row !important;
  }
  .ticket .t-item .row span {
    margin: 5px 0 0 5px;
  }
  .ticket .t-item .row b {
    margin-top: 0;
    font-size: 1rem;
  }
  .page .ticket .t-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page .ticket .t-item .row i {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  .page .ticket .t-item .row span {
    margin: 0;
  }
  .page .side .ticket .t-item {
    padding: 0.5rem 0;
    margin-top: 0;
    border-bottom: none;
  }
}
/*日期jq*/
.dtp div.dtp-picker-month {
  padding: 0px 0 15px !important;
}
.dtp div.dtp-time,
.dtp div.dtp-date {
  background: #29615e;
  opacity: 0.6;
  padding-bottom: 7px;
}
.dtp div.dtp-time > div:last-child,
.dtp div.dtp-date > div:last-child {
  margin-top: 0.3rem !important;
}
.dtp div.dtp-time > div:last-child i,
.dtp div.dtp-date > div:last-child i {
  margin-top: 0.1rem;
}
.dtp div.dtp-time .p10 > a,
.dtp div.dtp-date .p10 > a {
  color: #fff;
}
.dtp .year-picker-item:hover,
.dtp .year-picker-item.active {
  color: #29615e;
  font-size: 1.2rem;
}
.dtp .year-picker-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.dtp div.dtp-actual-year {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}
.dtp table.dtp-picker-days tr > th {
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
}
.dtp .dtp-content > .dtp-date-view > header.dtp-header,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #29615e;
}
.dtp div.dtp-picker {
  padding-bottom: 0.2em;
}
.dtp .btn-default {
  padding: 0 !important;
}
.dtp .dtp-close {
  right: 0;
}
.dtp .dtp-close a {
  padding: 10px;
}
.dtp .btn-flat {
  margin: 0.1rem 0 0 0.3rem;
  font-size: 0.8rem;
  border: 1px solid #29615e;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  background: #fff;
}
.dtp .btn-flat:hover {
  background: #29615e;
  color: #fff;
}

.usetimes-box {
  display: flex;
  max-width: 438px;
  margin: 0 auto;
  border: 1px solid #29615e;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.usetimes-box__tit {
  display: flex;
  flex-basis: 60%;
  min-width: 60%;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  background-image: linear-gradient(to left bottom, #29615e, #1f8782);
}
.usetimes-box__tit__text {
  display: inline-block;
  color: white;
  margin: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__tit__text {
    font-size: 1rem;
  }
}
.usetimes-box__tit__img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__tit__img {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }
}
.usetimes-box__times {
  display: flex;
  flex-basis: 40%;
  min-width: 40%;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-size: 2.25rem;
  color: #29615e;
  position: relative;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__times {
    font-size: 2rem;
    padding: 1.2rem;
  }
}
.usetimes-box__times > span {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: -10px;
  margin-left: 0.5rem;
  color: #2e2e2e;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__times > span {
    font-size: 0.8rem;
  }
}
.usetimes-box__times::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.simple-accordion__btn:link, .simple-accordion__btn:visited {
  display: block;
  background-color: #f5f5f5;
  padding: 1rem;
  position: relative;
  font-size: 1.2rem;
  transition: all 0.3s;
}
@media only screen and (max-width: 36em) {
  .simple-accordion__btn:link, .simple-accordion__btn:visited {
    font-size: 1rem;
  }
}
.simple-accordion__btn__text {
  color: #676767;
  position: relative;
  z-index: 3;
  display: inline-block;
  transition: all 0.2s;
}
.simple-accordion__btn__text::after {
  content: "";
  display: inline-block;
  border: solid #676767;
  border-width: 0 2px 2px 0;
  padding: 4px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s;
}
.simple-accordion__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #29615e;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.simple-accordion__btn:hover {
  background-color: rgba(31, 135, 130, 0.3);
}
.simple-accordion__btn:hover .simple-accordion__btn__text {
  color: #29615e;
}
.simple-accordion__btn:hover .simple-accordion__btn__text::after {
  border-color: #29615e;
}
.simple-accordion__btn.active .simple-accordion__btn__text {
  color: #29615e;
}
.simple-accordion__btn.active .simple-accordion__btn__text::after {
  border-color: #29615e;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -8px;
}
.simple-accordion__content {
  padding: 1rem;
  background-color: #f5f5f5;
  display: none;
}

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 1035;
}
.loader-box__txt {
  display: block;
  color: #cbae49;
  z-index: 55;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* @start LOADING CIRCLE 2 */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.loader-2 {
  width: 120px;
  height: 120px;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 45;
  border: 2px solid #cbae49;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  animation: rotate 2.5s linear 125ms infinite normal forwards running;
  -o-animation: rotate 2.5s linear 125ms infinite normal forwards running;
  -moz-animation: rotate 2.5s linear 125ms infinite normal forwards running;
  -webkit-animation: rotate 2.5s linear 125ms infinite normal forwards running;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}

.loader-2:after {
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -5px 0 0 -4px;
  padding: 0;
  content: "";
  z-index: 50;
  display: block;
  position: absolute;
  background-color: #cbae49;
  border-radius: 50%;
}

/* @end LOADING CIRCLE 2 */
#windowAlert {
  pointer-events: none;
  z-index: 2000;
}
#windowAlert .modal-content {
  border-radius: 3px;
}
#windowAlert .box {
  padding: 0;
}
#windowAlert .btn {
  font-size: 13px;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  background-color: #29615e;
  color: #fff;
}

#windowAlertMsg {
  font-size: 15px;
}

.login {
  background: url(../_img/bg.jpg) 0% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.login .main {
  padding: 3rem 0;
}
.login .box {
  padding: 2rem;
  margin: 0rem auto;
}
.login .box .title hr {
  border-top: 3px solid #29615e;
  width: 100px;
}
.login .box .title p {
  letter-spacing: 0.4rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.login .box .privacy {
  height: 200px;
  padding: 1rem;
  overflow: auto;
  overflow: auto;
  background: rgba(155, 126, 36, 0.1);
}
.login .bg02 {
  background: #fff;
}

.h-lg-75 {
  height: 75% !important;
}

.w-lg-75 {
  width: 75%;
}

@media (max-width: 767px) {
  .login {
    height: auto;
  }
  .login .main {
    padding: 1rem 0;
  }
  .h-lg-75 {
    height: auto !important;
  }
  .w-lg-75 {
    width: 100% !important;
  }
}
.hotel-calendar {
  width: 100%;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 5px;
  overflow: hidden;
}
.hotel-calendar button:focus {
  outline: none !important;
  box-shadow: none;
}
.hotel-calendar__top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1rem;
  color: white;
  background-color: rgb(18.2717391304, 43.2282608696, 41.8913043478);
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__top {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }
}
.hotel-calendar__title {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__title {
    font-size: 16.5px;
  }
}
.hotel-calendar__btn {
  border: none;
  background-color: transparent;
  flex-grow: 1;
  display: block;
  text-align: center;
}
.hotel-calendar__btn-arrow {
  border: solid white;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transition: all 0.2s;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__btn-arrow {
    padding: 4px;
  }
}
.hotel-calendar__btn-arrow.hc-left {
  transform: rotate(135deg);
}
.hotel-calendar__btn-arrow.hc-right {
  transform: rotate(-45deg);
}
.hotel-calendar__btn:hover .hotel-calendar__btn-arrow {
  border-color: rgb(136.9130434783, 205.0869565217, 201.4347826087);
}
.hotel-calendar__btn.disabled {
  pointer-events: none;
  cursor: default;
}
.hotel-calendar__btn:disabled .hotel-calendar__btn-arrow, .hotel-calendar__btn.disabled .hotel-calendar__btn-arrow {
  border-color: rgba(16, 16, 16, 0.35);
}
.hotel-calendar__table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__table {
    display: flex;
    flex-direction: column;
    height: 305px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.hotel-calendar__tr {
  display: table-row;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__tr {
    display: flex;
    flex-direction: column;
  }
  .hotel-calendar__tr.hc-week {
    display: none;
  }
}
.hotel-calendar__td {
  display: table-cell;
  text-align: center;
  padding: 0.25rem;
  color: #160a0a;
  transition: all 0.2s;
  width: 14.28%;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__td {
    display: flex;
    width: 100%;
    padding: 0;
  }
  .hotel-calendar__td.hc-md-hidden {
    display: none;
  }
}
.hotel-calendar__td.hc-weekend,
.hotel-calendar__td span.hc-weekend {
  background-color: rgba(41, 97, 94, 0.15);
}
.hotel-calendar__td .hc-week {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__td .hc-week {
    display: block;
    min-width: 15%;
    flex-basis: 15%;
    border-bottom: 1px solid white;
  }
}
.hotel-calendar__td .hc-week > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hotel-calendar .hc-week {
  background-color: rgba(41, 97, 94, 0.2);
}
.hotel-calendar__tr:not(:last-child) .hotel-calendar__td {
  border-bottom: 1px solid #ced4da;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__tr:not(:last-child) .hotel-calendar__td {
    border: none;
  }
}
.hotel-calendar__tr:hover, .hotel-calendar__td.hc-hover {
  background-color: rgba(41, 97, 94, 0.1);
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__tr:hover, .hotel-calendar__td.hc-hover {
    background-color: transparent;
  }
}
.hotel-calendar__cell {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  color: #160a0a;
  padding: 0.6rem 0.5rem 0.4rem 0.5rem;
  transition: all 0.2s;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell {
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell {
    margin: 0.2rem;
    padding: 0.5rem;
    align-items: center;
  }
}
.hotel-calendar__cell__date {
  font-size: 22.5px;
  min-width: 30px;
  flex-basis: 30px;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__date {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__date {
    min-width: 15%;
    flex-basis: 15%;
    text-align: left;
  }
}
.hotel-calendar__cell__text {
  font-size: 13.05px;
  flex-grow: 1;
  text-align: right;
  color: inherit;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__text {
    min-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__text {
    min-width: 40%;
    flex-basis: 40%;
  }
}
.hotel-calendar__cell__price {
  min-width: 100%;
  flex-basis: 100%;
  font-size: 13.5px;
  text-align: right;
  color: #29615e;
  margin-top: 0.3rem;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__price {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__price {
    min-width: 45%;
    flex-basis: 45%;
  }
}
.hotel-calendar__cell__price span {
  margin-left: 0.3rem;
  font-size: 19.5px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__price span {
    display: block;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__price span {
    display: inline-block;
  }
}
.hotel-calendar__cell:hover {
  color: #29615e;
}
.hotel-calendar__cell.disabled, .hotel-calendar__cell:disabled {
  pointer-events: none;
  cursor: default;
}
.hotel-calendar__cell:disabled, .hotel-calendar__cell:disabled .hotel-calendar__cell__price, .hotel-calendar__cell:disabled .hotel-calendar__cell__date, .hotel-calendar__cell:disabled .hotel-calendar__cell__text, .hotel-calendar__cell.disabled, .hotel-calendar__cell.disabled .hotel-calendar__cell__price, .hotel-calendar__cell.disabled .hotel-calendar__cell__date, .hotel-calendar__cell.disabled .hotel-calendar__cell__text {
  color: rgba(16, 16, 16, 0.35);
}
.hotel-calendar__cell.selected {
  background-color: rgb(28.8782608696, 68.3217391304, 66.2086956522);
}
.hotel-calendar__cell.selected, .hotel-calendar__cell.selected .hotel-calendar__cell__price {
  color: white;
}

.commonhkp {
  width: 100%;
}
.commonhkp button:focus {
  outline: none !important;
  box-shadow: none;
}
.commonhkp__box {
  display: flex;
  align-items: center;
}
.commonhkp__tit {
  width: 100px;
}
.commonhkp__inputbox {
  position: relative;
  width: 100%;
  max-width: 200px;
}
.commonhkp__input {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.commonhkp__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: rgba(41, 97, 94, 0.25);
  color: #29615e;
  border-radius: 0.25rem;
  transition: all 0.2s;
}
.commonhkp__btn-plus {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.commonhkp__btn-minus {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.commonhkp__btn:hover {
  color: white;
  background-color: rgba(41, 97, 94, 0.65);
}

.navbar-fixed {
  width: 100%;
  transition: background-color 0.3s;
  background-color: #676767;
  display: flex;
  justify-content: center;
  position: relative;
}
.navbar-fixed__nav {
  width: 100%;
  max-width: 1110px;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 75em) {
  .navbar-fixed__nav {
    max-width: 930px;
  }
}
@media only screen and (max-width: 62em) {
  .navbar-fixed__nav {
    max-width: 690px;
  }
}
@media only screen and (max-width: 48em) {
  .navbar-fixed__nav {
    margin: 0;
    max-width: 540px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 36em) {
  .navbar-fixed__nav {
    max-width: 100%;
    margin: 0;
  }
}
.navbar-fixed__dropdown {
  flex: 1;
  position: relative;
}
.navbar-fixed__dropdown:not(:last-child) {
  border-right: 1px solid white;
}
.navbar-fixed__dropdown .new:after {
  content: "  NEW!!";
  color: red;
  font-size: 12px;
}
@media only screen and (max-width: 62em) {
  .navbar-fixed__dropdown .new:after {
    font-size: 10px;
  }
}
@media only screen and (max-width: 36em) {
  .navbar-fixed__dropdown .new:after {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-42%);
  }
}
.navbar-fixed__dropdown.active .new::after {
  color: white;
}
@media only screen and (max-width: 56.25em), only screen and (hover: none) {
  .navbar-fixed__dropdown {
    position: static;
  }
  .navbar-fixed__dropdown.active > ul {
    justify-content: space-around;
    width: 100vw;
    box-shadow: none;
    display: none;
  }
  .navbar-fixed__dropdown.active > ul.wide > li {
    min-width: 50%;
  }
  .navbar-fixed__dropdown.active > ul a {
    padding: 0.75rem 0.5rem;
  }
}
.navbar-fixed__dropdown:hover ul {
  display: block;
}
@media only screen and (max-width: 56.25em), only screen and (hover: none) {
  .navbar-fixed__dropdown:hover ul {
    width: 100vw;
    box-shadow: none;
  }
  .navbar-fixed__dropdown:hover ul a {
    padding: 0.75rem 0.5rem;
  }
}
.navbar-fixed__dropdown > ul {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 100%;
  left: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-fixed__dropdown > ul > li {
  padding: 0;
  margin: 0;
}
.navbar-fixed__dropdown > ul > li > a {
  text-align: center;
  display: block;
  padding: 0.75rem 0.5rem;
  transition: all 0.2s;
}
.navbar-fixed__dropdown > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 48em) {
  .navbar-fixed__dropdown > ul > li > a {
    font-size: 13.5px;
    letter-spacing: 0;
    padding: 0.75rem 1rem;
  }
}
.navbar-fixed__link {
  height: 100%;
  color: #fff;
}
@media only screen and (max-width: 36em) {
  .navbar-fixed__link span {
    display: block;
  }
}
.navbar-fixed__link:link, .navbar-fixed__link:visited {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #160a0a;
  text-decoration: none;
  text-align: center;
  padding: 0.75rem 0.5rem;
  display: block;
  transition: all 0.2s;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 62em) {
  .navbar-fixed__link:link, .navbar-fixed__link:visited {
    padding: 1rem 0.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .navbar-fixed__link:link, .navbar-fixed__link:visited {
    font-size: 13.5px;
    letter-spacing: 0;
  }
}
.navbar-fixed__link:hover, .navbar-fixed__link:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-fixed__dropdown.active .navbar-fixed__link:link, .navbar-fixed__dropdown.active .navbar-fixed__link:visited, .navbar-fixed__link.active:link, .navbar-fixed__link.active:visited {
  color: white;
  background-color: #29615e;
}
.navbar-fixed.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
}

.survey-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  background-color: #f39200;
  color: white;
  position: fixed;
  right: 4%;
  top: 10%;
  z-index: 100;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .survey-link {
    width: 70px;
    height: 70px;
  }
}
.survey-link i {
  font-size: 1.4rem;
}
.survey-link span {
  font-size: 15px;
}
@media (max-width: 767px) {
  .survey-link span {
    font-size: 13px;
  }
}
.survey-link:hover, .survey-link:active {
  color: white;
}
.survey-link:hover {
  transform: translateY(-5px);
  background-color: #f37500;
}
.survey-link::after {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 500px;
  background-color: #f39200;
  opacity: 0.2;
  position: absolute;
  top: -8px;
  left: -8px;
}
@media (max-width: 767px) {
  .survey-link::after {
    width: 78px;
    height: 78px;
    top: -4px;
    left: -4px;
  }
}

.survey-box {
  margin-top: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.survey-box__title {
  display: flex;
  align-items: center;
}
.survey-box__title-num {
  display: inline-block;
  background: #29615e;
  color: white;
  min-width: 32px;
  flex-basis: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 500px;
  margin-right: 15px;
}
.survey-box__title-txt {
  flex-grow: 1;
  margin-bottom: 0;
}
.survey-box__wrap {
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
.survey-box__wrap .form-check {
  width: 100%;
}
.survey-box__wrap .form-check:not(:last-child) {
  margin-right: 30px;
}
.survey-box__wrap.nowrap {
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
}
.survey-box__wrap.nowrap .form-control {
  flex: 1 1 auto;
  width: 1%;
  font-size: 15px;
}
.survey-box__wrap.nowrap .form-control__tit {
  margin-right: 1rem;
  margin-bottom: 0;
  font-size: 15px;
}
.survey-box__more {
  display: none;
}
.survey-box__more.show {
  display: inline;
}
@media all and (max-width: 767.98px) {
  .survey-box__collapse.q1 {
    margin-left: -50px;
  }
}
.survey-box__collapse.qa {
  margin-left: -25px;
}
.survey-box.warning .survey-box__title-txt::after {
  content: "必填";
  background-color: red;
  color: white;
  font-size: 13px !important;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  border-radius: 50rem;
}
.survey-box.no-action {
  pointer-events: none;
  color: rgba(52, 52, 52, 0.3);
}
.survey-box.no-action input[type=radio] + label:before {
  border: 2px solid #d1d1d1;
}
.survey-box.no-action .survey-box__title-txt::after {
  display: none !important;
}
.survey-box.no-action .survey-box__title-num {
  background: rgba(52, 52, 52, 0.3);
}
.survey-box .border-input {
  border: none;
  outline: none;
  border-bottom: 1px solid black;
}
.survey-box input[type=radio] + label {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */