@charset "UTF-8";
/* --------------------------------------------------------- */
/* font */
/* Roboto - 400 700 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* --------------------------------------------------------- */
/*reset*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, p, blockquote, th, td, iframe, button, a, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  word-break: break-all;
}

body {
  /*font-family: '微軟正黑體', Microsoft JhengHei,文泉驛正黑,WenQuanYi Zen Hei,蘋方-繁,PingFang TC,黑體-繁,Heiti TC,儷黑 Pro,LiHei Pro,sans-serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.3px;
  overflow-x: hidden;
  word-wrap: break-word;
  color: #525252;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 400;
}

html {
  /*safari內網頁的字體不會無緣無故變大*/
  -webkit-text-size-adjust: 100%;
  /*safari內網頁滑動起來不會卡卡的*/
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  transition-duration: 0.3s;
}

button {
  color: inherit;
  background: none;
  outline: none;
  cursor: pointer;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

img {
  /*防止chrome將圖片縮放時平滑化處理*/
  image-rendering: -webkit-optimize-contrast;
}

/*reset end*/
.font-eng {
  font-family: "Roboto", "Noto Sans TC", "Helvetica Neue", Helvetica, "微軟正黑體", sans-serif;
}

/*----------------------------------------------------*/
/* mixin */
/*----------------------------------------------------*/
.video-container a, .video-container .video-cover, .plnner-list a, .preview-photo li a.upload, .preview-photo li .imgbox.cover::before, .donee-choose a, .donee-choose li::after, .coupon-card a.more, .serial-number a, .content-boxing a.more, .img-list .imgbox a, .healthCard a, .healthCard .healthImg::after, .serviceCard a, .kvArea .swiper-slide a, footer .footer-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.in-text {
  color: #525252;
}

.error {
  color: #FF0000;
}

.brown {
  color: #9C6826;
}

.focus {
  color: #00726A;
}

.red {
  color: #F2324C;
}

.grey {
  color: #797979;
}

.blue {
  color: #0084FF;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.mb-56 {
  margin-bottom: 44.8px;
}

.mb-10 {
  margin-bottom: 80px;
}

.mt-15 {
  margin-top: 12px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 24px;
}

.ml-1 {
  margin-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .mb-5 {
    margin-bottom: 32px;
  }
  .m-mb-0-5 {
    margin-bottom: 4px !important;
  }
  .m-mb-1 {
    margin-bottom: 8px !important;
  }
  .m-mb-2 {
    margin-bottom: 16px !important;
  }
  .m-mb-5 {
    margin-bottom: 40px !important;
  }
  .m-mt-0 {
    margin-top: 0;
  }
  .m-mt-1 {
    margin-top: 8px;
  }
  .m-ml-0 {
    margin-left: 0;
  }
  .m-pl-0 {
    padding-left: 0;
  }
}
@media all and (max-width: 540px) {
  .sm-mt-1 {
    margin-top: 8px;
  }
}
/*----------------------------------------------------*/
/* base extend */
/*----------------------------------------------------*/
.btn {
  transition: 0.2s;
}

.point li:nth-last-child(1), ul.list li:nth-last-child(1),
ul.filelink li:nth-last-child(1) {
  margin: 0 !important;
}

/*----------------------------------------------------*/
/* common use */
/*----------------------------------------------------*/
.web {
  display: block !important;
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .web {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
/*---------------------------*/
/* 常用 */
.f-xs {
  font-size: 0.875rem;
}

.f-s {
  font-size: 0.9375rem;
}

.f-m {
  font-size: 1rem !important;
}

.f-l {
  font-size: 1.125rem !important;
}

.f-xl {
  font-size: 1.25rem !important;
}

.f-2xl {
  font-size: 1.5rem;
}

.f-3xl {
  font-size: 1.75rem;
}

.f-xs,
.f-s,
.f-m,
.f-l,
.f-xl {
  line-height: 1.5em;
}

@media all and (max-width: 767px) {
  .f-l {
    font-size: 1rem !important;
  }
  .f-xl {
    font-size: 1.125rem !important;
  }
  .f-2xl {
    font-size: 1.25rem;
  }
  .f-3xl {
    font-size: 1.5rem;
  }
  .m-f-xl {
    font-size: 1.125rem !important;
  }
  .m-f-m {
    font-size: 1rem !important;
  }
}
.line-m {
  line-height: 1em;
}

.v-align {
  vertical-align: middle;
}

.w-light {
  font-weight: 300;
}

.w-normal {
  font-weight: 400;
}

.w-mid {
  font-weight: 500 !important;
}

.w-bold {
  font-weight: 700 !important;
}

.w-140 {
  min-width: 140px;
}

.w-xl {
  width: 288px;
}

@media all and (max-width: 767px) {
  .m-full {
    width: 100% !important;
  }
}
.tL {
  text-align: left !important;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

.d-block {
  display: block;
}

.d-inblock {
  display: inline-block;
}

.d-flex {
  display: flex;
  width: 100%;
  gap: 8px;
}
.d-flex.a-start {
  align-items: start;
}
.d-flex.a-center {
  align-items: center !important;
}
.d-flex.a-end {
  align-items: flex-end;
}
.d-flex.j-between {
  justify-content: space-between;
}
.d-flex.j-center {
  justify-content: center !important;
}
.d-flex.j-around {
  justify-content: space-around;
}
.d-flex.j-right {
  justify-content: right;
}
.d-flex.wrap {
  flex-wrap: wrap;
}
.d-flex .item {
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .d-flex.m-warp {
    flex-wrap: wrap;
  }
}

.flex-half {
  flex: 0 1 50%;
  min-width: 300px;
}

.flex-perc {
  flex: 1 1 100%;
}

.j-center {
  justify-content: center !important;
}

.tB {
  font-weight: bold;
}

.imgbox img {
  display: block;
  max-width: 100%;
  height: auto;
}
.imgbox a {
  display: block;
  padding: 0;
}
.imgbox.full img {
  width: 100%;
}
.imgbox.center img {
  margin: 0 auto;
}
.imgbox.right img {
  margin: 0 0 0 auto;
}
@media all and (max-width: 767px) {
  .imgbox.m-center img {
    margin: 0 auto;
  }
  .imgbox.w-100 img {
    width: 100px;
  }
}

/*------------------------------------*\
input
\*------------------------------------*/
.inputbox {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  outline: 1px solid #3ABAAF; /*@extend .shadowbox;*/
}
.inputbox.error {
  outline-color: #FF0000;
}
.inputbox input,
.inputbox select {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 10px 16px 9px 16px;
  height: 48px;
  border-radius: 8px;
}
.inputbox input,
.inputbox select,
.inputbox textarea {
  width: 100%;
  min-width: 0;
  font-weight: bold;
}
.inputbox input:disabled,
.inputbox select:disabled,
.inputbox textarea:disabled {
  background-color: #d4d4d4;
}
.inputbox .input-ic {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #4c4c4c;
  flex: 1 0 40px;
  margin-right: 8px;
}
.inputbox .input-ic.eye {
  background: url(../images/ic_eye.svg) center no-repeat;
  background-size: 36px;
}
.inputbox .input-ic.eye-off {
  background: url(../images/ic_eye_off.svg) center no-repeat;
  background-size: 36px;
}
.inputbox .input-ic.search {
  background: url(../images/ic_search.svg) center no-repeat;
  background-size: 24px;
}
.inputbox input::placeholder {
  color: #999;
}
.inputbox input::-webkit-input-placeholder {
  color: #999;
}
.inputbox input::-moz-placeholder {
  color: #999;
}
.inputbox input:-ms-input-placeholder {
  color: #999;
}
.inputbox input:-moz-placeholder {
  color: #999;
}
.inputbox select {
  padding-right: 48px; /* color: #999;*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/input-select.svg) right 10px center no-repeat;
  background-size: 32px;
}
.inputbox select::-ms-expand {
  display: none;
}
.inputbox option:not(first-child) {
  color: #4c4c4c;
}
@media all and (max-width: 767px) {
  .inputbox input,
  .inputbox select {
    font-size: 0.875rem;
    line-height: 1;
    padding: 8px 12px;
    height: 40px;
  }
  .inputbox select {
    padding-right: 32px;
    background-size: 24px;
    background-position: right 4px center;
  }
  .inputbox .input-ic.eye {
    background-size: 30px;
  }
  .inputbox .input-ic.eye-off {
    background-size: 30px;
  }
  .inputbox .input-ic.search {
    background-size: 24px;
  }
}

.input-set {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.input-set > div {
  margin-right: 24px;
}
.input-set .inputbox {
  margin-bottom: 0;
  flex: 1 0 auto;
}
.input-set .img-verify {
  border-radius: 8px;
}
.input-set .img-verify img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .input-set {
    flex-wrap: wrap;
  }
  .input-set > div {
    margin-right: 12px;
  }
  .input-set .inputbox {
    margin-bottom: 12px;
    flex: 1 1 100%;
    margin-right: 0;
  }
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
}
.btn-box.inline {
  display: inline-flex;
}
.btn-box-block {
  display: block;
}
.btn-box-block .btn {
  display: block;
}
.btn-box .btn {
  flex: 1 1 auto;
}
@media all and (max-width: 767px) {
  .btn-box.m-d-block {
    display: block;
  }
  .btn-box.m-d-block .btn {
    display: block;
  }
}

.btn-set {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .btn-set {
    gap: 8px;
  }
}
@media all and (max-width: 767px) {
  .btn-set {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .btn-set .btn {
    flex: 0 1 calc(50% - 8px);
  }
}

@media all and (max-width: 767px) {
  .m-btn-stick {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 101;
  }
}
.d-flex .btn {
  min-width: 2em;
}

.btn {
  text-align: center;
  display: inline-block;
  font-size: 1em;
  background-color: #00726A;
  border: 2px solid #00726A;
  color: #fff;
  border-radius: 8px;
  padding: 6px;
  white-space: nowrap;
}
.btn:nth-last-child(1) {
  margin-right: 0;
}
.btn.w-140 {
  min-width: 140px;
}
.btn.w-xl {
  width: 220px;
  max-width: 288px;
}
.btn.w-half {
  width: auto;
  flex: 0 1 calc(50% - 12px);
}
.btn.with-arrow span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  background: url(../images/arrow_w_more.svg) right center no-repeat;
  background-size: 12px;
}
.btn.btn-outline {
  border: 2px solid #00726A;
  background-color: #fff;
  color: #00726A;
}
.btn.btn-outline.btn-grey {
  border-color: #aaa;
  background-color: #fff;
  color: #aaa;
}
.btn.btn-outline.btn-grey:hover {
  border-color: #3ABAAF;
  background-color: #3ABAAF;
  color: #fff;
}
.btn.btn-outline.with-arrow span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  background: url(../images/arrow_more.svg) right center no-repeat;
  background-size: 12px;
}
.btn.btn-outline.with-arrow:hover span {
  background-image: url(../images/arrow_w_more.svg);
}
.btn.btn-grey {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
.btn:hover {
  border-color: #3ABAAF;
  background-color: #3ABAAF;
  color: #fff;
  opacity: 0.9;
}
.btn.btn-disabled {
  border: 2px solid #999;
  background-color: #999;
  color: #ccc;
  cursor: default;
}
.btn.btn-disabled span::before {
  opacity: 0.6;
}
.btn.btn-disabled:hover {
  pointer-events: none; /*穿透div*/
  opacity: 1;
}
.btn.btn-unclick {
  pointer-events: none;
  cursor: default;
}
@media all and (max-width: 1023px) {
  .btn {
    padding: 4px;
  }
}
@media all and (max-width: 767px) {
  .btn.w-140 {
    width: auto;
    min-width: initial;
  }
  .btn.w-xl {
    width: 100%;
    /* max-width: initial;*/
    flex: 1 1 auto;
  }
  .btn.m-w-half {
    width: auto;
    flex: 0 1 calc(50% - 12px);
  }
  .btn.m-w-auto {
    width: auto;
  }
}

.btn-s {
  line-height: 1rem;
  font-size: 1rem;
  padding: 8px 16px;
}

.btn-m {
  line-height: 1.25rem;
  font-size: 1.25rem;
  padding: 12px;
}

.btn-xl {
  line-height: 1.25rem;
  font-size: 1.25rem;
  padding: 14px;
}

@media all and (max-width: 767px) {
  .btn-s {
    line-height: 1rem;
    font-size: 1rem;
  }
  .btn-m {
    line-height: 1.25rem;
    font-size: 1rem;
    padding: 6px 8px;
  }
  .btn-xl {
    line-height: 1.5;
    font-size: 1rem;
    padding: 6px 12px;
  }
}
.ic-btn {
  display: block;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
}
.ic-btn span {
  position: relative;
  padding-left: 32px;
}
.ic-btn span::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.ic-btn span.ic-refresh::before {
  background-image: url(../images/ic_w_refresh.svg);
}
.ic-btn span.ic-qrcode::before {
  background-image: url(../images/ic_w_qrcode.svg);
}
.ic-btn span.ic-gift::before {
  background-image: url(../images/ic_w_gift.svg);
}
.ic-btn span.ic-return::before {
  background-image: url(../images/ic_w_return.svg);
}
@media all and (max-width: 767px) {
  .ic-btn span {
    padding-left: 24px;
  }
  .ic-btn span::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

/*---------------------------------------------------*/
a.a-link {
  color: #00726A;
  border-bottom: 1px solid #00726A;
}
a.a-link:hover {
  border-bottom-color: transparent;
}

a.a-ic-link {
  color: #0084FF;
  border-bottom-color: transparent;
  padding-left: 30px;
}
a.a-ic-link:hover {
  opacity: 0.8;
}
a.a-ic-link.ic-dl {
  background: url(../images/ic_dl.svg) 0 0 no-repeat;
  background-size: 24px;
}

a.a-link-ic {
  color: #9C6826;
  border-bottom-color: transparent;
  padding-right: 24px;
}
a.a-link-ic:hover {
  opacity: 0.8;
}
a.a-link-ic.ic-que {
  background: url(../images/ic_txt_question_brown.svg) right center no-repeat;
  background-size: 20px;
}
a.a-link-ic.ic-go {
  background: url(../images/arrow_brown.svg) right center no-repeat;
  background-size: 18px;
  padding-right: 20px;
}
a.a-link-ic.ic-go.f-xl {
  background-size: 24px;
  padding-right: 30px;
}

.btn-hide {
  opacity: 0;
  pointer-events: none;
}

.point, ul.list,
ul.filelink {
  list-style: none;
}
.point li, ul.list li,
ul.filelink li {
  position: relative;
  padding-left: 16px;
}
.point li::before, ul.list li::before,
ul.filelink li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(0.75em - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: #00726A;
}
.point-secondary li::before {
  background: #9e0046;
}
.point-tertiary li::before {
  background: #9C6826;
}

.num {
  list-style: decimal;
  margin-left: 1.5rem;
}

/*---------------------------------------------------*/
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: middle;
}

.rdobutton {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  cursor: pointer;
  border: 2px solid #aaaaaa;
  border-radius: 25px;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.rdobutton::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00726A;
  border-radius: 99em;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.radio-txt {
  color: #aaa;
}

input:checked + .rdobutton {
  /* 當check時 按鈕顏色改變 */
  background-color: #fff;
}

input[type=radio]:checked + .rdobutton::before {
  /* 當check時 打勾消失 */
  opacity: 1;
}

input[type=radio]:checked + .rdobutton {
  border-color: #00726A;
}

input[type=radio]:checked + .rdobutton + .radio-txt {
  color: #00726A;
}

input[type=radio] {
  display: none;
}

.radio-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.radio-flex label {
  display: flex;
  align-items: center;
}

.checkbox {
  text-align: left;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  clear: both;
}
.checkbox label:not(:empty) {
  padding-left: 24px;
}
.checkbox label:before, .checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  box-sizing: border-box;
}
.checkbox label::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #00726a;
  border-radius: 4px;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  flex: 0 0 auto;
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.checkbox input[type=checkbox]:checked + label::before {
  background: #00726a;
  border-color: #00726a;
}
.checkbox input[type=checkbox]:checked + label::after {
  transform: translate(4px, 5px) rotate(-45deg);
  width: 12px;
  height: 6px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}
.checkbox input[type=checkbox]:disabled + label:before {
  background-color: #fdfdfd;
  border-color: #999;
}
/*---------------------------------------------------*/
hr.line {
  border: none;
  height: 1px;
  margin-bottom: 16px;
  background: #DBEBE6;
}
hr.dash {
  margin: 30px 0;
  border: none;
  height: 1px;
  background: url(../images/hr-dash-01.png) left center repeat-x;
}
@media all and (max-width: 767px) {
  hr.dash {
    margin: 15px 0;
  }
}

.shadowbox, .plnner-detail, .two-col .inputbox, .prod-detail, .linkNav a, .faq_qalist > li, .serviceCard, .swiper-button-next,
.swiper-button-prev, .headerArea, .tabs-boxing, .add-shadow > div, .add-input-shadow .inputbox {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.shadowbox-green, .plnner-list li:hover .imgbox .b-radius, .coupon-card, .content-boxing, .mode-boxing {
  box-shadow: 0px 0px 15px rgba(0, 114, 105, 0.15);
}

.multi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  /* -webkit-line-clamp: 2; 限制行數另外寫*/
}

.bottom-sticky {
  position: sticky;
  bottom: 0;
  z-index: 9;
  background-color: #fff;
}

/*---------------------------------------------------*/
.tabs-underline {
  margin-bottom: 40px;
  display: flex;
}
.tabs-underline .swiper-slide {
  width: auto;
  min-width: 20%;
}
.tabs-underline .tab-box {
  flex: 1 1 auto;
}
.tabs-underline .tab-box a {
  font-size: 1.25rem;
  display: block;
  height: auto;
  padding: 8px 24px 11px 24px;
  color: #b3b0b0;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.tabs-underline .tab-box a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.tabs-underline .tab-on a,
.tabs-underline .tab-box:hover a {
  color: #00726A;
  font-weight: bold;
}
.tabs-underline .tab-on a::before,
.tabs-underline .tab-box:hover a::before {
  height: 4px;
  background-color: #00726A;
}
@media all and (max-width: 767px) {
  .tabs-underline {
    margin-bottom: 24px;
  }
  .tabs-underline .tab-box a {
    font-size: 1rem;
    padding: 8px 16px;
  }
}

.swiper-tabs-underline {
  overflow: hidden;
  position: relative;
}
.swiper-tabs-underline .tabs.swiper-button-next,
.swiper-tabs-underline .tabs.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: initial;
  background-color: #fff;
  box-shadow: initial;
}
.swiper-tabs-underline .swiper-button-next.swiper-button-disabled,
.swiper-tabs-underline .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper-tabs-underline .swiper-button-next.swiper-button-disabled::after,
.swiper-tabs-underline .swiper-button-prev.swiper-button-disabled::after {
  filter: grayscale(0%) brightness(100%);
}
.swiper-tabs-underline .tabs.swiper-button-next {
  height: 48px;
  right: 0;
  background-color: transparent;
  background-image: linear-gradient(-90deg, #f5fffc 50%, transparent 100%);
}
.swiper-tabs-underline .tabs.swiper-button-prev {
  height: 48px;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #f5fffc 50%, transparent 100%);
}
.swiper-tabs-underline .swiper-button-next::after {
  background-position: right 6px;
}
.swiper-tabs-underline .swiper-button-prev::after {
  background-position: right 9px;
}
@media all and (max-width: 1023px) {
  .swiper-tabs-underline .swiper-slide {
    width: auto;
  }
}

.swiper-tabs-4 .swiper-slide {
  width: auto;
  min-width: 25%;
}

.swiper-tabs-3 .swiper-slide {
  width: auto;
  min-width: 33%;
}

/*---------------------------------------------------*/
.tabs-boxing {
  position: relative;
  background-color: #fff;
  padding: 18px 60px;
  border-radius: 16px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .tabs-boxing {
    padding: 8px 20px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}

.tab-box a {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px;
  color: #b3b0b0;
  position: relative;
}
.tab-box.tab-on a, .tab-box:hover a {
  color: #00726A;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .tab-box a {
    font-size: 1rem;
    padding: 4px 8px;
  }
}

.swiper-tabs {
  overflow: hidden;
  position: relative;
}
.swiper-tabs .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20%;
}
.swiper-tabs .swiper-slide::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #aaa;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.swiper-tabs .swiper-wrapper > .swiper-slide:last-child::before {
  display: none;
}
@media all and (max-width: 1023px) {
  .swiper-tabs .swiper-slide {
    width: auto;
  }
}

.tabs-boxing .swiper-button-container {
  position: absolute;
  width: calc(100% - 60px);
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99;
}
.tabs-boxing .swiper-button-next,
.tabs-boxing .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  border-radius: initial;
  box-shadow: initial;
  pointer-events: initial;
  background-color: #fff;
}
.tabs-boxing .swiper-button-next::after {
  background-position: right 6px;
}
.tabs-boxing .swiper-button-prev::after {
  background-position: right 9px;
}
.tabs-boxing .swiper-button-next::after,
.tabs-boxing .swiper-button-prev::after {
  content: "";
  background: url(../images/arrow.svg) center no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  display: block;
}
.tabs-boxing .swiper-button-next.swiper-button-disabled,
.tabs-boxing .swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
  opacity: 1;
}
.tabs-boxing .swiper-button-next.swiper-button-disabled::after,
.tabs-boxing .swiper-button-prev.swiper-button-disabled::after {
  filter: grayscale(0%);
  opacity: 0.5;
}
@media all and (max-width: 1023px) {
  .tabs-boxing .swiper-button-container {
    width: 100%;
  }
  .tabs-boxing .swiper-button-next::after,
  .tabs-boxing .swiper-button-prev::after {
    display: none;
  }
  .tabs-boxing .swiper-button-next,
  .tabs-boxing .swiper-button-prev {
    background-color: transparent;
    width: 40px;
  }
  .tabs-boxing .swiper-button-next {
    background-image: linear-gradient(-90deg, #fff 30%, transparent 100%);
  }
  .tabs-boxing .swiper-button-prev {
    background-image: linear-gradient(90deg, #fff 30%, transparent 100%);
  }
  .tabs-boxing .swiper-button-next {
    right: 2px;
  }
  .tabs-boxing .swiper-button-prev {
    left: 2px;
  }
}

.tabs-bar {
  display: flex;
}
.tabs-bar .tab-box {
  position: relative;
  flex: 1 1 auto;
}
.tabs-bar .tab-box a {
  padding: 8px;
  font-weight: bold;
  color: #8e8e8e;
  display: block;
  text-align: center;
}
.tabs-bar .tab-box.tab-on a, .tabs-bar .tab-box:hover a {
  color: #00726A;
  font-weight: bold;
}
.tabs-bar > div::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #aaa;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.tabs-bar > div:last-child::before {
  display: none;
}
@media all and (max-width: 1200px) {
  .tabs-bar {
    justify-content: center;
  }
  .tabs-bar .tab-box {
    flex: 1 1 auto;
  }
  .tabs-bar .tab-box a {
    padding: 8px 24px;
  }
}
@media all and (max-width: 1023px) {
  .tabs-bar .tab-box a {
    padding: 8px 12px;
  }
  .tabs-bar > div::before {
    height: 20px;
    margin-top: -10px;
  }
}

/*---------------------------------------------------*/
.search-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 40px;
}
.search-box {
  flex: 1 1 auto;
  width: calc(25% - 32px);
}
.search-box select {
  font-size: 1.25rem;
  font-weight: bold;
  color: #666666;
}
.search-box select option:not(first-child) {
  color: #444;
}
@media all and (max-width: 767px) {
  .search-flex {
    gap: 6px 8px;
  }
  .search-box {
    width: calc(25% - 8px);
  }
  .search-box select {
    font-size: 1rem;
  }
}

/*---------------------------------------------------*/
.filter-boxing {
  position: relative;
  border-radius: 16px;
  margin-bottom: 16px;
  z-index: 3;
}
.filter-block {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
}
@media all and (max-width: 767px) {
  .filter-boxing {
    margin-bottom: 16px;
  }
  .filter-block {
    justify-content: center;
    gap: 16px;
    border-radius: 8px;
  }
}

.filter-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-btn a {
  display: block;
  padding: 8px 12px;
  font-size: 1rem;
  background-color: white;
  border-radius: 8px;
  outline: 1px solid #3abaaf;
}
.filter-btn a:hover {
  background-color: #e3f6f5;
}

.filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  flex: 1 1 auto;
}
.filter-nav li {
  flex: 1 1 20%;
}
.filter-nav a {
  display: block;
  padding: 10px 40px 9px 16px;
  border-radius: 8px;
  outline: 1px solid #3abaaf;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #fff;
  color: #666666;
  position: relative;
}
.filter-nav a span {
  width: calc(100% - 1px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.filter-nav a::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/input-select.svg) center no-repeat;
  background-size: contain;
}
.filter-nav a.on {
  color: #fff;
  background-color: #3abaaf;
}
.filter-nav a.on::before {
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  filter: brightness(200%);
  transition-duration: 0.3s;
}
@media all and (max-width: 1023px) {
  .filter-nav a {
    font-size: 17px;
  }
}
@media all and (max-width: 767px) {
  .filter-nav li {
    flex: 1 1 calc(25% - 10px);
  }
  .filter-nav a {
    padding: 8px 20px 8px 8px;
    font-size: 14px;
  }
  .filter-nav a span {
    width: 50px;
  }
  .filter-nav a::before {
    width: 16px;
    height: 16px;
  }
}

.filterHidden {
  display: none;
  position: relative;
  z-index: 999;
}

.filterHidden__inner {
  background: #EEFBF7;
  padding: 18px;
  border-radius: 16px;
}
.filterHidden__inner .center-box {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.filterHidden__inner .btn {
  min-width: 5rem;
  flex: 0 0 auto;
}

.headHidNav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 30px 10px;
  box-shadow: 0 4px 4px 0 rgba(37, 36, 36, 0.05);
  border-top: solid 1px #eee;
}
.headHidNav-item {
  flex: 0 0 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.headHidNav-item > p {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #976f11;
  border-bottom: solid 1px;
}

.wrapper {
  background: #fff;
  position: relative;
  padding-top: 120px;
}
@media all and (max-width: 767px) {
  .wrapper {
    padding-top: 72px;
  }
}

.pagesize, .content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media all and (max-width: 1440px) {
  .pagesize, .content {
    max-width: 1240px;
  }
}
@media all and (max-width: 1023px) {
  .pagesize, .content {
    padding: 0 12px;
  }
}

.container {
  min-height: calc(100vh - 270px);
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1009;
}
header .m-header {
  display: none;
}
header ul {
  list-style: none;
}

.topnav {
  position: relative;
  z-index: 1001;
  padding: 5px 0;
  background: #00726A;
}
.topnav .pagesize, .topnav .content {
  display: flex;
  justify-content: flex-end;
}
.topnav .top-link {
  display: flex;
}
.topnav .top-link li {
  position: relative;
  margin-left: 8px;
}
.topnav .top-link a {
  display: block;
  color: #fff;
  padding: 0 12px;
  font-size: 1rem;
  line-height: 1.875rem;
}
.topnav .top-link > li:last-child {
  padding-right: 0;
}
.topnav .top-link > li:last-child a {
  padding-right: 0;
}
.topnav .top-link a:hover {
  color: #DBEBE6;
}
@media all and (max-width: 767px) {
  .topnav {
    display: none;
  }
}

.logo {
  display: flex;
  align-items: center;
  color: #00726A;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  flex: 1 1 auto;
}
.logo span.twlife {
  font-size: 16px;
  display: block;
}
.logo a.logo-twlife {
  width: 120px;
  height: 40px;
  background: url(../images/logo.svg) center no-repeat;
  background-size: contain;
}
.logo a.logo-healthy {
  width: 120px;
  height: 40px;
  background: url(../images/logo_healthy.svg) center no-repeat;
  background-size: contain;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.logo a + a {
  margin-left: 20px;
}
.logo a + a::before {
  content: "";
  width: 1px;
  height: auto;
  background-color: #c9caca;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -10px;
}
@media all and (max-width: 1199px) {
  .logo a.logo-twlife,
  .logo a.logo-healthy {
    width: 80px;
    height: 30px;
  }
}
@media all and (max-width: 1023px) {
  .logo {
    flex-wrap: wrap;
  }
  .logo a.logo-twlife,
  .logo a.logo-healthy {
    width: 80px;
    height: 30px;
  }
  .logo a + a {
    margin-left: 0;
  }
  .logo a + a::before {
    display: none;
  }
}

@media all and (max-width: 767px) {
  a.m-logo-healthy {
    width: 156px;
    height: 70px;
    background: url(../images/m_logo_healthy.png) center no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 540px) {
  a.m-logo-healthy {
    width: 130px;
    height: 50px;
  }
}
@media all and (max-width: 375px) {
  a.m-logo-healthy {
    width: 90px;
    height: 35px;
  }
}
.header-side {
  text-align: right;
  position: relative;
  min-height: 50px;
  flex: 1 0 180px;
}

.h-login-btn {
  color: #00726A;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 50px;
}
.h-login-btn::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/ic_log_user.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .h-login-btn {
    font-size: 1rem;
    line-height: 1rem;
    height: auto;
  }
  .h-login-btn::before {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .h-login-btn.add-arrow {
    display: inline-block;
    padding-top: 4px;
  }
  .h-login-btn.add-arrow::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/arrow.svg) 0 0 no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

.h-user-point {
  font-size: 1.5rem;
  line-height: 1.25rem;
  color: #00726A;
  text-align: right;
  display: inline-block;
  position: relative;
}
.h-user-point::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ic_point.svg) 0 0 no-repeat;
  background-size: 20px; /*position: absolute; left:0; top: 7px;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media all and (max-width: 940px) {
  .h-user-point {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .h-user-point {
    font-size: 1rem;
    line-height: 1rem;
  }
  .h-user-point.add-arrow {
    display: inline-block;
    padding-top: 4px;
  }
  .h-user-point.add-arrow::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/arrow.svg) 0 0 no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

.h-log-inner {
  position: absolute;
  right: -24px;
  top: 0;
  padding-right: 24px;
  min-width: 164px;
  height: 80px;
  z-index: 99;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .h-log-inner {
    right: 0;
    padding-right: 0;
  }
}

.h-log-menu {
  width: 164px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  padding: 12px;
  display: none;
  margin-top: 10px;
}
.h-log-menu a {
  display: block;
  color: #00726A;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  padding: 0 4px 0 32px;
  border-radius: 4px;
}
.h-log-menu a.passbook {
  background: url(../images/ic_user.svg) 4px center no-repeat;
  background-size: 24px;
}
.h-log-menu a.logout {
  background: url(../images/ic_exit.svg) 4px center no-repeat;
  background-size: 24px;
}
.h-log-menu a:hover {
  background-color: #DBEBE6;
}
.h-log-menu a + a {
  margin-top: 8px;
}

.h-user-info {
  font-size: 0.875rem;
}

.h-user-info + .h-user-point {
  margin-top: 6px;
}

.headerArea {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.headerArea .pagesize, .headerArea .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  position: relative;
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .headerArea .pagesize, .headerArea .content {
    gap: 0;
  }
}
.headerArea ul {
  list-style: none;
}

.headerNav-main {
  display: flex;
  flex: 1 1 100%;
}
.headerNav-main > li {
  position: relative;
  margin: 0 16px;
}
.headerNav-main > li > a {
  display: block;
  color: #404040;
  font-weight: bold;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 12px;
}
.headerNav-main > li > a:hover {
  color: #00726A;
}
.headerNav-main > li > a.hasSub {
  position: relative;
  padding-right: 32px;
}
.headerNav-main > li > a.hasSub::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  transform: rotate(90deg);
}
.headerNav-main > li > a.hasSub:hover, .headerNav-main > li > a.hasSub.open {
  color: #00726A;
}
.headerNav-main > li > a.hasSub.open {
  font-weight: 700;
}
.headerNav-main {
  /* & > li:last-child{margin-right: 0;
  a{padding-right: 0;}
  }*/
}
.headerNav-main .inner {
  display: none;
}
.headerNav-main .hasSub + .inner {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.headerNav-main .hasSub + .inner.align-end {
  transform: translateX(-250px);
}
.headerNav-main .hasSub + .inner.multi-row {
  width: 1010px;
}
.headerNav-main .hasSub + .inner.multi-row .subArea {
  padding-right: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.headerNav-main .hasSub + .inner.multi-row .sub-li {
  display: flex;
  flex-wrap: wrap;
}
.headerNav-main .hasSub + .inner.multi-row .sub-li > li {
  margin-right: 50px;
  margin-bottom: 50px;
  width: 190px;
}
.headerNav-main .hasSub + .inner .inner {
  position: relative;
  top: 0;
  left: 0;
  transform: initial;
  width: 100%;
}
.headerNav-main .hasSub + .inner .inner li a {
  color: #404040;
  position: relative;
  display: block;
  padding: 10px;
  font-size: 1rem;
}
.headerNav-main .hasSub + .inner .inner li a::before {
  display: none;
}
.headerNav-main .hasSub + .inner .inner li a:hover {
  background-color: #DBEBE6;
}
.headerNav-main .subArea {
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  /* overflow: hidden;*/
}
.headerNav-main .subArea::before {
  content: "";
  width: 100%;
  height: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.headerNav-main .nav-title {
  color: #815c0f;
  font-weight: bold;
  width: 130px;
  height: 200px;
  border-bottom-right-radius: 40px;
  text-align: center;
  padding: 50px 0 0;
  margin-bottom: 50px;
  background: linear-gradient(to right, rgb(227, 216, 195) 0%, rgb(242, 236, 220) 100%);
}
.headerNav-main .sub-li > li {
  min-width: 160px;
}
.headerNav-main .sub-li .sub-tt {
  color: #00726A;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem;
  margin-bottom: 5px;
  min-height: 48px;
  position: relative;
}
.headerNav-main .sub-li .sub-tt::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arrow.svg) right center no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(0deg);
  z-index: 1;
}
.headerNav-main .sub-li .sub-tt:hover::before {
  transition-duration: 0.3s;
}
.headerNav-main .sub-li .sub-tt.has:hover::before {
  transform: rotate(90deg);
}
.headerNav-main .sub-li .sub-tt > a {
  color: #00726A;
}
.headerNav-main .sub-li .sub-tt a {
  display: block;
  flex: 1 1 100%;
  padding: 12px 32px 12px 12px;
  display: block;
  position: relative;
}
.headerNav-main .sub-li .sub-tt a:hover {
  background-color: #DBEBE6;
}
.headerNav-main .subSecond > li {
  font-size: 1.125rem;
  padding: 3px 0;
}
.headerNav-main .subSecond > li a {
  font-size: 1.125rem;
  padding: 3px 0;
  color: #222;
  display: inline-block;
  width: 100%;
}
.headerNav-main .subSecond > li a:hover {
  color: #00726A;
}
.headerNav-main .subThird > li a {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 3px 0;
  color: #666666;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.headerNav-main .subThird > li a:hover {
  color: #00726A;
}
.headerNav-main .subThird > li a::before {
  content: "";
  background-color: #00726A;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 5px;
  border-radius: 100%;
}

@media all and (max-width: 1200px) {
  .headerNav-main {
    display: flex;
  }
  .headerNav-main > li {
    margin: 0;
  }
  .headerNav-main .subArea {
    padding: 20px 40px 40px;
  }
  .headerNav-main .inner {
    display: none;
  }
  .headerNav-main .hasSub + .inner.align-end {
    transform: translateX(-230px);
  }
}
@media all and (max-width: 1023px) {
  .headerNav-main > li {
    margin-left: 0;
  }
  .headerNav-main .subArea {
    padding: 20px;
  }
}
@media all and (max-width: 940px) {
  .headerNav-main > li {
    margin-left: 0;
  }
  .headerNav-main > li > a {
    font-size: 0.9rem;
  }
  .headerNav-main > li > a.hasSub {
    padding: 10px 24px 10px 10px;
    /* &::before{ width: 80px; }*/
  }
}
@media all and (max-width: 767px) {
  header .m-header {
    position: relative;
    padding: 10px 8px;
    background-color: #fff;
    height: 72px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
  }
  header .m-header a.logo {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
  }
  header .m-header a.logo span.twlife {
    font-size: 1rem;
    line-height: 1rem;
  }
  header .m-header a.logo span {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  header .m-header .h-user-info {
    color: #00726A;
    display: none;
  }
  header .m-header .h-right-box {
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .m-header .h-right-box a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .topnav,
  .headerArea {
    display: none;
  }
  .header_cover {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -2;
  }
}
.nav-container {
  flex: 1 1 100%;
}
.nav-container .main-menu {
  display: flex;
  gap: 36px;
}
.nav-container .main-menu > li {
  position: relative;
}
@media all and (max-width: 1199px) {
  .nav-container .main-menu {
    gap: 8px;
  }
}
.nav-container .menu-item {
  position: relative;
  display: block;
}
.nav-container .menu-item > a {
  width: 100%;
  height: 80px;
  color: #404040;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-container .menu-item > a:hover {
  color: #00726A;
}
.nav-container .menu-item.open-li a {
  color: #00726A;
}
.nav-container .has-children .menu-item a {
  border-right: 32px solid transparent;
}
.nav-container .has-children .menu-item a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  transform: rotate(90deg);
}
.nav-container .sub-area {
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 200px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.nav-container .sub-area::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 51%);
}
.nav-container .sub-area > li {
  margin-bottom: 10px;
}
.nav-container .sub-area .menu-item a {
  height: auto;
  color: #00726A;
  border: 4px solid transparent;
  border-right: 32px solid transparent;
  justify-content: space-between;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: wrap;
}
.nav-container .sub-area .menu-item a:hover {
  background-color: #DBEBE6;
}
.nav-container .sub-area .menu-item a::before {
  content: "";
  transform: rotate(0deg);
  transition-duration: 0.3s;
}
.nav-container .sub-area .menu-item.open-li.rot a::before {
  content: "";
  transform: rotate(90deg);
}
.nav-container .sub-li > li {
  margin-bottom: 5px;
}
.nav-container .sub-li a {
  color: #404040;
  position: relative;
  display: block;
  border: 10px solid transparent;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nav-container .sub-li a:hover {
  background-color: #DBEBE6;
}
@media all and (max-width: 1023px) {
  .nav-container .sub-li a {
    font-size: 0.9rem;
  }
}
.nav-container .inner {
  display: none;
}
@media all and (max-width: 1200px) {
  .nav-container .main-menu > li {
    padding: 0 4px;
  }
  .nav-container .main-menu > a {
    font-size: 1rem;
  }
}
@media all and (max-width: 1023px) {
  .nav-container {
    padding-left: 0;
  }
  .nav-container .menu-item > a {
    font-size: 0.9rem;
    padding: 0;
  }
}

/* --------------------------------------- */
/* --------------------------------------- */
#pageMenu .hasSub button, .pageMenu-btn .line, #pageMenu, .page {
  transition: 0.6s;
}

/* --------------------------------------- */
/* page */
/* --------------------------------------- */
.page {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.page_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -2;
}
.page_cover.show {
  z-index: 1;
  background-color: transparent;
}

.openmenu {
  position: fixed;
}

.page.openmenu .page_cover {
  z-index: 1001;
}

/* --------------------------------------- */
/* menu */
/* --------------------------------------- */
#pageMenu {
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  overflow-y: auto;
  background: url(../images/m_menu_bg.png) 0 0 no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
#pageMenu > ul {
  margin-bottom: 10px;
}
#pageMenu ul {
  list-style: none;
}
#pageMenu ul > li > a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #00726A;
  border: 10px solid transparent;
  border-right: 0;
  border-left: 0;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#pageMenu ul li.hasSub > a {
  padding-right: 40px;
}
#pageMenu ul li.hasSub > a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arrow.svg) right center no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition-duration: 0.3s;
}
#pageMenu ul li.hasSub.open > a::before {
  transform: rotate(90deg);
}
#pageMenu .top-link-tt {
  color: #9C6826;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
#pageMenu .top-link-tt span {
  padding-right: 10px;
}
#pageMenu .top-link-tt::after {
  content: "";
  height: 1px;
  background-color: #9C6826;
  opacity: 0.5;
  display: inline-block;
  flex: 1 1 auto;
}
#pageMenu a.logout {
  display: block;
  font-size: 1.125rem;
  line-height: 2.75rem;
  color: #00726A;
  position: relative;
  padding-left: 32px;
}
#pageMenu a.logout::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ic_exit.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  display: block;
}

/* menu_按鈕 */
.pageMenu-btn {
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  font-size: 0;
}

.pageMenu-btn .line {
  display: block;
  position: absolute;
  right: 15px;
  width: 24px;
  height: 2px;
  background-color: #00726A;
  border-radius: 2px;
}

.pageMenu-btn .line01 {
  top: 18px;
}

.pageMenu-btn .line02 {
  top: 24px;
  width: 24px;
}

.pageMenu-btn .line03 {
  top: 31px;
}

/* menu_按鈕_展開 */
.openmenu .pageMenu-btn {
  right: 16px;
  left: initial;
}

.openmenu .pageMenu-btn .line01 {
  width: 30px;
  top: 25px;
  right: 10px;
  transform: rotate(-45deg);
}

.openmenu .pageMenu-btn .line02 {
  display: none;
}

.openmenu .pageMenu-btn .line03 {
  width: 30px;
  top: 25px;
  right: 10px;
  transform: rotate(45deg);
}

/* --------------------------------------- */
.show-left.openmenu a.m-logo-healthy {
  display: none;
}

.show-left.openmenu .h-user-info {
  display: block;
}

.show-left.openmenu .m-header .logo,
.show-left.openmenu .m-header .h-right-box {
  display: none;
}

.show-left ~ #pageMenu {
  top: 72px;
  left: -100%;
}

.show-left.openmenu ~ #pageMenu {
  left: 0;
}

.show-right.openmenu {
  transform: translateX(-100%);
}

.show-right ~ #pageMenu {
  left: auto;
  right: -100%;
}

.show-right.openmenu ~ #pageMenu {
  right: 0;
}

.show-up ~ #pageMenu {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.show-up.openmenu ~ #pageMenu {
  top: 50px;
}

.show-up.openmenu {
  transform: translateX(0);
}

/* --------------------------------------- */
/* --------------------------------------- */
#pageMenu .hasSub {
  position: relative;
}
#pageMenu .hasSub button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  outline: none;
  border: none;
}
#pageMenu .hasSub button::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arrow.svg) right center no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(0deg);
  transition-duration: 0.3s;
}
#pageMenu .hasSub.open > button::before {
  transform: rotate(90deg);
}
#pageMenu .hasSub.open > a {
  color: #00726A;
  font-weight: bold;
}
#pageMenu .hasSub > ul {
  padding-left: 20px;
}
#pageMenu .hasSub > ul a {
  font-size: 1rem;
  color: #525252;
}
#pageMenu .hasSub > ul .hasSub > a {
  color: #00726A;
}
#pageMenu .hasSub > ul li.open > a {
  color: #00726A;
  font-weight: bold;
}

footer {
  position: relative;
  color: #fff;
  background-color: #00726A;
  font-weight: bold;
  line-height: 1.5;
  padding: 32px 0;
}
footer .pagesize, footer .content {
  position: relative;
}
footer .pagesize::before, footer .content::before {
  content: "";
  width: 600px;
  height: 270px;
  background: url(../images/b_mascot.png) 0 0 no-repeat;
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 99;
}
footer .pagesize p, footer .content p {
  font-size: 1rem;
}
footer .footer-info {
  padding-bottom: 16px;
  border-bottom: 1px solid #9AD5D0;
  margin-bottom: 16px;
}
footer .statement {
  color: #DBEBE6;
  font-size: 1rem;
}
footer .footer-inner {
  position: relative;
}
footer .footer-inner .logo {
  width: 180px;
  height: 60px;
  background: url(../images/logo_footer.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 16px;
  z-index: 99;
}
footer .footer-inner a {
  display: block;
}
@media all and (max-width: 767px) {
  footer {
    padding: 70px 0 24px;
  }
  footer .pagesize::before, footer .content::before {
    width: 360px;
    height: 178px;
    background: url(../images/b_mascot.png) 0 0 no-repeat;
    background-size: contain;
    top: -120px;
    right: 0;
  }
  footer .pagesize p, footer .content p {
    font-size: 0.875rem;
  }
  footer .statement {
    font-size: 0.875rem;
  }
  footer .footer-inner .logo {
    width: 200px;
    height: 58px;
    margin-bottom: 16px;
  }
}

.popup_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1011;
  background-color: #000;
  opacity: 0.5;
}
.popup_overlay.ty-bg {
  background: url(../images/bg_pop.jpg) center no-repeat;
  background-size: cover;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .popup_overlay.ty-bg {
    background-image: url(../images/m_bg_pop.jpg);
  }
}
.popup_area {
  background-color: #fff;
  width: 700px;
  border-radius: 24px;
  padding: 48px 72px;
  position: fixed;
  z-index: 1011;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.popup_area .bottom_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.24rem;
}
.popup_area .bottom_menu a + a {
  margin-left: 48px;
}
.popup_title {
  font-size: 1.5rem;
  color: #00726A;
  text-align: center;
  margin-bottom: 32px;
}
.popup_con {
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  text-align: center;
  margin-bottom: 32px;
}
.popup_con.con_scroll {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
  text-align: left;
}
.popup_con .con_tt {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #00726A;
}
.popup_con p {
  margin-bottom: 8px;
}
.popup_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 16px;
  right: 16px;
  transition-duration: 0.3s;
}
.popup_close::before {
  content: "";
  background: url(../images/ic_close.svg) center center no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
  display: block;
}
.popup_close:hover {
  transform: scale(0.8);
}
.popup_form {
  margin-bottom: 32px;
}
.popup_form .form_tt {
  margin-bottom: 8px;
  color: #525252;
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.popup_form .inputbox {
  margin-bottom: 16px;
}
.popup_form .input_confirm {
  border-bottom: 1px solid #8e8e8e;
  color: #404040;
  font-size: 1.5rem;
  margin-bottom: 16px;
  padding: 6px 0 9px 0;
}
.popup_form .input-set .inputbox {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .popup_area {
    width: 90%;
    border-radius: 16px;
    padding: 16px 16px;
  }
  .popup_area .bottom_menu {
    font-size: 1.125rem;
  }
  .popup_area .bottom_menu a + a {
    margin-left: 16px;
  }
  .popup_title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .popup_close {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 8px;
  }
  .popup_close::before {
    width: 36px;
    height: 36px;
  }
  .popup_con {
    margin-bottom: 16px;
  }
  .popup_con.con_scroll {
    max-height: calc(100vh - 200px);
  }
  .popup_form {
    margin-bottom: 16px;
  }
  .popup_form .form_tt {
    font-size: 1rem;
  }
}

.pop-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
  list-style: none;
}
.pop-share li {
  font-size: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.pop-share a {
  width: 60px;
  height: 60px;
  display: block;
  font-size: 0;
  transform: scale(1, 1);
  transition: all 1s ease-out;
}
.pop-share a:hover {
  transform: scale(1.2, 1.2);
}
.pop-share .share-fb {
  background: url(../images/ic-fb.svg) center no-repeat;
  background-size: contain;
}
.pop-share .share-line {
  background: url(../images/ic-line.svg) center no-repeat;
  background-size: contain;
}
.pop-share .share-gmail {
  background: url(../images/ic-gmail.svg) center no-repeat;
  background-size: contain;
}
.pop-share .share-copy {
  background: url(../images/ic-copy.svg) center no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .pop-share {
    gap: 20px;
  }
}

/*---------------------------------------------------*/
.kvArea {
  width: 100%;
  margin: 0 auto 48px; /*overflow: hidden;*/
}
.kvArea .swiper-slide {
  position: relative;
  opacity: 0.5;
  width: 1200px;
}
.kvArea .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.kvArea.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  height: 15px;
}
.kvArea .swiper-pagination-bullet {
  background-color: #fff;
}
.kvArea .swiper-pagination-bullet-active {
  background: #3ABAAF;
}
.kvArea .swiper-button-next {
  right: 8px;
  pointer-events: auto;
}
.kvArea .swiper-button-prev {
  left: 8px;
  pointer-events: auto;
}
.kvArea .swiper-button-container {
  position: absolute;
  width: 1200px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  pointer-events: none;
}
.kvArea .imgbox img {
  width: 100%;
  height: auto;
}
.kvArea {
  /*圖片等比縮放*/
}
.kvArea .slick-slide > div {
  width: 1200px;
}
.kvArea .slick-imgbox {
  padding-top: 36%;
  position: relative;
  height: 430px;
}
.kvArea .slick-imgbox img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media all and (max-width: 1200px) {
  .kvArea {
    margin-bottom: 24px;
  }
  .kvArea .swiper-slide {
    opacity: 1;
    width: 100%;
  }
  .kvArea .swiper-button-container {
    display: none;
  }
  .kvArea .slick-slide > div {
    width: 100%;
  }
  .kvArea {
    /*   .slick-imgbox {
      padding-top: 160%;
      height: 600px;
    }*/
  }
}
@media all and (max-width: 767px) {
  .kvArea .slick-imgbox {
    padding-top: 160%;
    height: auto;
  }
}

/*---------------------------------------------------*/
.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  z-index: 9;
}
.btn-container .btn-swiper {
  color: #fff;
  padding: 0;
  position: relative;
  font-size: 1rem;
}
.btn-container .swiper-pagination {
  position: relative;
}
.btn-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: initial;
  position: relative;
  bottom: initial;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  height: 15px;
  line-height: 0.95rem;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  background-color: #d1d1d1;
  border-radius: 6px;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 6px;
    opacity: 0.7;
    border: none;
  }
}

.swiper-pagination-bullet-active {
  background: #3ABAAF;
  width: 60px;
  transition-duration: 0.3s;
}
@media all and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    background-color: #3ABAAF;
    opacity: 1;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
@media all and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #d1d1d1;
  opacity: 0.7;
}

.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
  filter: grayscale(100%) brightness(1000%);
}

.swiper-button-next {
  right: 4px;
}

.swiper-button-prev {
  left: 4px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  background: url(../images/arrow_light.svg) center no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  display: block;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.sliderArea {
  margin: 0;
  position: relative;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  position: relative;
  margin: 0 12px;
}

.slick-slide .imgbox {
  width: 100%;
  max-width: auto;
  height: auto;
}
.slick-slide .imgbox img {
  width: 100%;
  max-width: initial;
  height: auto;
  display: block;
}

.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slick-slide a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}

.slick-prev,
.slick-next {
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.slick-prev {
  left: calc(50vw - 600px);
}

.slick-next {
  right: calc(50vw - 600px);
}

@media all and (max-width: 1200px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
@media all and (max-width: 1199px) {
  .slick-slide {
    max-width: initial;
  }
}
@media all and (max-width: 767px) {
  .slick-slide {
    margin: 0;
  }
}
.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  background: url(../images/arrow_light.svg) center no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  display: block;
}

[dir=rtl] .slick-prev:before,
[dir=rtl] .slick-next:before {
  background: url(../images/arrow_light.svg) center no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  display: block;
}

.slick-prev:before {
  transform: rotate(180deg);
}

[dir=rtl] .slick-prev:before {
  transform: rotate(180deg);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.slick-dots li {
  margin: 0 3px;
  width: initial;
  height: initial;
}

.slick-dots li button {
  width: 30px;
  height: 8px;
  padding: 0;
  background-color: #f3fdfa;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li.slick-active button {
  width: 60px;
  background-color: #3abaaf;
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}

.slick-slide {
  transition-duration: 0.3s;
  opacity: 0.2;
}

.slick-slide.slick-active {
  opacity: 0.5;
}

.slick-slide.slick-current {
  opacity: 1;
}

/*---------------------------------------------------*/
.prod-con {
  padding: 8px 16px 16px;
}
.prod-con .title {
  font-size: 1.75rem;
  color: #404040;
  margin-bottom: 16px;
}
.prod-con .tit,
.prod-con .txt {
  margin-bottom: 4px;
}
.prod-con .tit {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #00726A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /*限制單行*/
}
.prod-con .txt {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; /*限制2行*/
  height: 54px;
}
.prod-con .txt.web {
  display: -webkit-box !important;
}
.prod-con .time {
  display: block;
  font-size: 1rem;
  color: #797979;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .prod-con {
    padding: 8px 12px 12px;
  }
  .prod-con .title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .prod-con .tit,
  .prod-con .txt {
    font-size: 1rem;
    line-height: 1.5;
  }
  .prod-con .txt.web {
    display: none !important;
  }
  .prod-con .txt.mobile {
    display: -webkit-box !important;
    height: 46px;
  }
}

/*---------------------------------------------------*/
.newsArea {
  position: relative;
  margin-bottom: 48px;
}
.newsArea .newsMain {
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #00726A;
  padding: 24px 32px;
}
.newsArea .newsMain .newsBox {
  list-style: none;
}
.newsArea .newsMain .newsBox > li {
  border-bottom: 1px solid #DBEBE6;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  padding-right: 80px;
}
.newsArea .newsMain .newsBox > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.newsArea .newsMain .newsBox > li a.more {
  display: block;
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.newsArea .newsMain .newsBox > li a.more::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #00726A url(../images/arrow_w_more.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  transition-duration: 0.3s;
  border-radius: 100%;
}
.newsArea .newsMain .newsBox > li a.more:hover::before {
  right: -10px;
  background-color: #3ABAAF;
}
.newsArea .newsMain .tit {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  color: #00726A;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /*限制單行*/
}
.newsArea .newsMain .time {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 8px;
  color: #797979;
}
.newsArea .newsMain .txt {
  font-size: 1rem;
  line-height: 1.5;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; /*限制2行*/
}
.newsArea .newsMain .txt a {
  color: #00726A;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .newsArea {
    margin-bottom: 24px;
  }
  .newsArea .newsMain {
    border-radius: 8px;
    padding: 16px;
  }
  .newsArea .newsMain .newsBox > li {
    padding-right: 40px;
  }
  .newsArea .newsMain .newsBox > li a.more {
    width: 40px;
  }
  .newsArea .newsMain .newsBox > li a.more::before {
    width: 24px;
    height: 24px;
    background: #00726A url(../images/arrow_w_more.svg) center no-repeat;
    background-size: 12px;
    margin-top: -12px;
  }
  .newsArea .newsMain .tit {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .newsArea .newsMain .txt {
    font-size: 1rem;
  }
}

/*---------------------------------------------------*/
.serviceArea {
  position: relative;
}

.serviceMain {
  position: relative;
  margin-bottom: 16px;
}

.serviceBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -24px;
}
.serviceBox .serviceCard {
  width: 384px;
  margin-left: 24px;
  margin-bottom: 24px;
}
@media all and (max-width: 1200px) {
  .serviceBox {
    margin-left: -8px;
  }
  .serviceBox .serviceCard {
    margin-left: 8px;
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }
}

.serviceCard {
  width: 100%;
  border-radius: 24px;
  background-color: #fff;
  position: relative;
}
.serviceCard a {
  display: block;
}
.serviceCard:hover img {
  transform: scale(1.1);
}
.serviceCard .serviceImg {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  position: relative;
  padding-top: 67%;
  /*height: 257px; display: flex; justify-content: center; align-items: center;*/
}
.serviceCard .serviceImg img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  /*max-width: 100%; max-height: 100%; vertical-align: middle; object-fit: cover;*/
  transition-duration: 0.3s;
}
@media all and (max-width: 1200px) {
  .serviceCard {
    border-radius: 16px;
  }
  .serviceCard .serviceImg {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media all and (max-width: 767px) {
  .serviceCard {
    width: 100%;
  }
  .serviceCard .time {
    display: none;
  }
}

/*點數*/
.user-point {
  display: inline-block;
  color: #00726A;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.8rem;
  white-space: nowrap;
}
.user-point::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ic_point.svg) 0 center no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}
.user-point.user-xl {
  font-size: 1.5rem;
  line-height: 1.875rem;
  vertical-align: middle;
}
.user-point.user-xl::before {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.user-point.user-2xl {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.user-point.user-2xl::before {
  width: 30px;
  height: 30px;
  background-size: 28px;
  margin-bottom: 6px;
  margin-right: 4px;
}
@media all and (max-width: 767px) {
  .user-point.user-xl {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .user-point.user-xl::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-bottom: 2px;
    margin-right: 2px;
  }
  .user-point.user-2xl {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .user-point.user-2xl::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-bottom: 4px;
    margin-right: 2px;
  }
}

.bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bottom-flex .box {
  display: flex;
}
.bottom-flex .go {
  font-size: 1.125rem;
  line-height: 1.8rem;
  color: #9C6826;
  margin-left: 4px;
  white-space: nowrap;
}
.bottom-flex .go::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/arrow_brown.svg) center 1px no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .serviceBox .serviceCard {
    border-radius: 16px;
  }
  .serviceBox .serviceImg {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .bottom-flex .box {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .bottom-flex .user-point::before {
    width: 16px;
    height: 16px;
    background-size: 14px;
  }
  .bottom-flex .user-point,
  .bottom-flex .go {
    font-size: 0.95rem;
    flex: 0 1 auto;
  }
  .bottom-flex .go {
    flex: 0 1 auto;
    margin-left: 0;
  }
}
.tit-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
}
.share-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/ic-share.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-btn:hover {
  background-color: #dcf6ee;
}

.tag-li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 1rem;
}
.tag-li span,
.tag-li a {
  background-color: #dcf6ee;
  border-radius: 20px;
  padding: 8px 12px;
  color: #008680;
  text-align: center;
  display: inline-block;
}
.tag-li span {
  white-space: nowrap;
  width: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tag-li.web {
  margin-left: 0;
  display: inline-flex !important;
}
.tag-li.web span,
.tag-li.web a {
  display: inline-block;
  margin-left: 0;
  font-size: 1.05rem;
  padding: 4px;
}
@media all and (max-width: 1023px) {
  .tag-li.web span,
  .tag-li.web a {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 767px) {
  .tag-li {
    margin-left: -6px;
    font-size: 0.875rem;
  }
  .tag-li.web {
    display: none !important;
  }
  .tag-li span,
  .tag-li a {
    margin: 0 0 6px 6px;
    padding: 8px;
  }
}

.latelyArea .swiper-lately {
  overflow: hidden;
  position: relative;
  padding: 24px 16px 36px;
  margin: 0 auto;
}
.latelyArea .swiper-lately .swiper-button-container {
  position: relative;
}
.latelyArea .lately-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1320px;
  padding: 0 44px;
}
@media all and (max-width: 767px) {
  .latelyArea .swiper-button-container {
    display: none;
  }
  .latelyArea .lately-inner {
    padding: 0;
  }
}

/*---------------------------------------------------*/
.healthArea {
  margin-bottom: 48px;
}
.healthArea .swiper-health {
  overflow: hidden;
  position: relative;
  padding: 48px 0 36px;
  margin: 0 auto;
}
.healthArea .swiper-health .swiper-button-container {
  position: relative;
}
.healthArea .swiper-health .swiper-slide {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.healthArea .swiper-pagination {
  display: none;
}
.healthArea .health-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1320px;
  padding: 0 60px;
}
@media all and (max-width: 1200px) {
  .healthArea .swiper-health {
    margin-bottom: 32px;
    padding: 48px 0;
  }
  .healthArea .swiper-pagination {
    display: block;
  }
  .healthArea .health-inner {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .healthArea .swiper-health {
    padding-left: 16px;
    padding-bottom: 30px;
  }
  .healthArea .health-inner {
    padding: 0;
    margin-bottom: 16px;
  }
}

.healthslide {
  width: 284px;
  height: 364px;
  box-shadow: 4px 4px 20px rgb(220, 246, 238);
  border-radius: 1000px;
  transform: rotate(20deg);
  z-index: 1;
  margin-top: -16px;
}
.healthslide:hover {
  z-index: 9;
  box-shadow: 0px 8px 20px rgba(0, 134, 128, 0.6);
}

.healthCard {
  border-radius: 1000px;
  width: 284px;
  height: 364px;
  position: relative;
  border: 2px solid #DBEBE6;
  transition-duration: 0.3s;
  overflow: hidden;
  z-index: 9;
}
.healthCard .healthImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 364px;
  height: 364px;
  transform: rotate(-20deg);
  margin-left: -40px;
  position: relative;
}
.healthCard .healthImg img {
  min-width: 100%;
  min-height: 100%; /* 確保圖片寬度或高度至少有一個達到容器的邊緣，才能填滿 */
  object-fit: cover; /* 可選：這會讓圖片等比例縮放，避免變形 */
}
.healthCard .healthImg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(30deg, #fff 15%, transparent 50%);
}
.healthCard .prod-con {
  position: absolute;
  bottom: 36px;
  left: 36px;
  right: 36px;
  transform: rotate(-20deg);
}
.healthCard .prod-con .tit,
.healthCard .prod-con .txt {
  margin-bottom: 4px;
  color: #404040;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.healthCard .prod-con .tit {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}
.healthCard .prod-con .txt {
  font-size: 1rem;
  line-height: 1.5;
}
.healthCard a {
  display: block;
}
.healthCard:hover {
  border-color: #00726A;
  transform: rotate(0deg) scale(1.05);
}

@media all and (max-width: 1200px) {
  .healthslide {
    width: 220px;
    height: 280px;
  }
  .healthCard {
    width: 220px;
    height: 280px;
  }
  .healthCard .healthImg {
    width: 280px;
    height: 280px;
  }
  .healthCard .prod-con {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .healthCard .prod-con .tit {
    line-height: 1.2;
    margin-bottom: 0;
  }
  .healthCard .prod-con .txt {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 1023px) {
  .healthslide {
    width: 180px;
    height: 230px;
  }
  .healthCard {
    width: 180px;
    height: 230px;
  }
  .healthCard .healthImg {
    width: 230px;
    height: 230px;
  }
}
/*--------------------*/
.range-slider {
  width: 100%;
  position: relative;
  height: 56px;
}
.range-slider .range-bar {
  width: 100%;
  height: 8px;
  border-radius: 24px;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -4px;
  overflow: hidden;
}
.range-slider .range-bar .range-con {
  background-color: #3abaaf;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 8px;
}
.range-slider .range-btn {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #00726A;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

/*---------------------------------------------------*/
.float-btn {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 999;
}
.float-btn a {
  background: url(../images/btn_customer.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 60px;
  height: 60px;
  transition-duration: 0.3s;
}
.float-btn a:hover {
  transform: scale(1.1);
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
  color: #3abaaf;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---------------------------------------------*/
.img-auto, .imgbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

/*---------------------------------------------*/
.wrapper {
  background: #f5fffc url(../images/in_bg.jpg) center 0 no-repeat;
  background-size: cover;
}
.wrapper.sy2 {
  background: #f5fffc url(../images/in_bg_2.jpg) center 0 repeat-y;
  background-size: 100% auto;
}
.wrapper.sy3 {
  background: #f5fffc url(../images/in_bg_3.jpg) center 0 repeat-y;
  background-size: 100% auto;
}
.wrapper.sy-healty {
  background: #f5fffc url(../images/in_bg_healty.jpg) center 0 repeat-y;
  background-size: 100% auto;
}
.wrapper.sy-about {
  background: #f5fffc url(../images/in_bg_about.jpg) center 0 no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
  .wrapper {
    background: #f5fffc url(../images/m_in_bg.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .wrapper.sy-healty {
    background: #f5fffc url(../images/m_in_bg_2.jpg) center 0 no-repeat;
    background-size: 100% auto;
  }
  .wrapper.sy-about {
    background: #f5fffc url(../images/m_in_bg_2.jpg) center 0 no-repeat;
    background-size: 100% auto;
  }
}

.container {
  position: relative;
  padding: 48px 0 96px;
}
.container.no-padding-top {
  padding-top: 0;
}
.container.padding-top {
  padding-top: 120px;
}
.container.add-bg-family {
  background: url(../images/img-top-family.jpg) center 0 no-repeat;
  background-size: 1920px 560px;
}
@media all and (max-width: 767px) {
  .container {
    padding-top: 24px;
    padding: 24px 0 64px;
  }
  .container.padding-top {
    padding-top: 24px;
  }
  .container.add-bg-family {
    background: url(../images/img-top-family_m.jpg) center 0 no-repeat;
    background-size: 100% auto;
  }
  .container.add-bg-family .content-title {
    justify-content: space-between;
  }
}
@media all and (max-width: 540px) {
  .container.add-bg-family {
    background-size: contain;
  }
}

.innerBanner {
  height: 380px;
  background-position: top center;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .innerBanner {
    height: 100px;
  }
}

.content {
  padding-bottom: 30px;
}

.content-area {
  position: relative;
  margin: -100px auto 0 auto;
  background: #fff;
}
@media all and (max-width: 767px) {
  .content-area {
    margin-top: -25px;
  }
}

.content-inner {
  color: #313131;
  padding: 40px;
}
@media all and (max-width: 767px) {
  .content-inner {
    padding: 20px 15px;
  }
}

.breadcrumbs {
  font-size: 0.875rem;
  line-height: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 24px;
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  color: #8E8E8E;
  padding-right: 24px;
  position: relative;
}
.breadcrumbs a::after {
  content: "";
  background: url(../images/arrow.svg) center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  filter: grayscale(0%) brightness(0%);
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumbs a:hover {
  color: #00726A;
}
.breadcrumbs span {
  color: #525252;
}
@media all and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.warn {
  color: #00726A;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  padding-left: 30px;
  margin-top: 8px;
}
.warn::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ic_txt_alert.svg) center no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.content-title {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.content-title .xl-tt {
  color: #00726A;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
}
.content-title .ind-tt {
  position: relative;
  color: #00726A;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}
.content-title .ind-sub {
  color: #00726A;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.content-title.j-center {
  justify-content: center;
}
.content-title .inputbox {
  width: 288px;
}
.content-title .input-flex {
  display: flex;
  width: 50%;
  gap: 16px;
}
.content-title .input-flex .inputbox {
  gap: 12px;
  width: auto;
  flex: 1 1 calc(50% - 8px);
}
.content-title .warn {
  color: #525252;
  margin-top: 0;
  text-align: right;
}
.content-title .warn::before {
  filter: grayscale(1) brightness(0%);
}
.content-title .en-tt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #e7f9f3;
  font-weight: bolder;
  font-family: "LINESeedTW", Arial, Helvetica, sans-serif;
}
.content-title.above {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .content-title {
    margin-bottom: 16px;
    /*display: block;*/
  }
  .content-title .xl-tt {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .content-title .ind-tt {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .content-title .ind-tt + .inputbox {
    margin-top: 16px;
    width: 100%;
  }
  .content-title .warn {
    text-align: left;
  }
  .content-title .input-flex {
    width: 100%;
    gap: 8px;
  }
  .content-title .input-flex .inputbox {
    min-width: 6rem;
    flex: 1 1 auto;
    gap: 8px;
  }
  .content-title .en-tt {
    font-size: 2.5rem;
  }
  .content-title.above {
    padding-top: 30px;
  }
}
@media all and (max-width: 540px) {
  .content-title {
    justify-content: center;
    margin-bottom: 16px;
  }
}

.border-title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 16px;
}
.border-title .ind-tt {
  color: #404040;
  font-size: 1.5rem;
  padding-bottom: 16px;
}
.border-title .sub-tt {
  font-size: 1.25rem;
  color: #525252;
}
@media all and (max-width: 767px) {
  .border-title {
    margin-bottom: 8px;
  }
  .border-title .ind-tt {
    font-size: 1.125rem;
    padding-bottom: 8px;
  }
}

.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.flex-title .sub-tt {
  font-size: 1.25rem;
  color: #525252;
}
@media all and (max-width: 767px) {
  .flex-title {
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
  }
  .flex-title > div {
    margin-bottom: 8px;
  }
  .flex-title .sub-tt {
    font-size: 1.125rem;
  }
}

/*---------------------------------------------*/
.faq_qalist {
  margin-bottom: 40px;
  list-style: none;
}
.faq_qalist > li {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}
.faq_qalist .que {
  position: relative;
  min-height: 48px;
  padding: 24px 60px;
  color: #404040;
  font-size: 1.25rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  cursor: pointer;
}
.faq_qalist .que::before {
  content: "Q";
  color: #525252;
  text-align: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 24px;
  left: 20px;
}
.faq_qalist .que::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(../images/arrow.svg) center no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(90deg);
}
.faq_qalist .ans {
  display: none;
  padding: 36px 24px;
}
.faq_qalist .ans .edit-txt p, .faq_qalist .ans .edit-txt li {
  margin-bottom: 8px;
}
.faq_qalist .ans .edit-txt > ol {
  list-style: decimal;
  padding-left: 24px;
}
.faq_qalist .ans .edit-txt > ol ol {
  counter-reset: list-count;
  list-style: none; /* 移除預設樣式 */
  font-size: 1rem;
  margin-top: 8px;
}
.faq_qalist .ans .edit-txt > ol ol li {
  padding-left: 24px;
  position: relative;
}
.faq_qalist .ans .edit-txt > ol ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: list-count;
  content: "(" counter(list-count) ") "; /* 自定義格式 */
}
.faq_qalist li.open .que {
  background-color: #dbebe6;
  font-weight: bold;
}
.faq_qalist li.open .que::after {
  transform: rotate(-90deg);
}
@media all and (max-width: 767px) {
  .faq_qalist .que {
    font-size: 1.125rem;
    padding: 16px 48px;
  }
  .faq_qalist .que::before {
    width: 20px;
    height: 20px;
    top: 16px;
    left: 16px;
  }
  .faq_qalist .que::after {
    top: 16px;
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .faq_qalist .ans {
    padding: 24px 16px;
  }
}

/*---------------------------------------------*/
ul.list,
ul.filelink {
  list-style: none;
}
ul.list li,
ul.filelink li {
  margin: 0;
  padding: 15px 0 15px 15px;
  border-bottom: solid 1px #d2d2d2;
}
ul.list li::before,
ul.filelink li::before {
  top: calc(0.5em + 15px);
}
ul.list li *,
ul.filelink li * {
  flex: 1 1 auto;
}
ul.list.col-2,
ul.filelink.col-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -30px;
}
ul.list.col-2 li,
ul.filelink.col-2 li {
  flex: 0 0 auto;
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 30px;
}
@media all and (max-width: 767px) {
  ul.list.col-2,
  ul.filelink.col-2 {
    display: block;
    margin: 0 0 30px;
  }
  ul.list.col-2 li,
  ul.filelink.col-2 li {
    width: 100%;
    max-width: 100%;
  }
}

.linkNav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px 0 0;
}
.linkNav a {
  flex: 0 0 auto;
  width: calc(33% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 50px 50px 0;
  padding: 10px;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: bold;
  color: #00726A;
  transition: 0.2s;
}
.linkNav a:hover {
  box-shadow: 0 0 10px 0 rgba(92, 84, 68, 0.4);
}
.linkNav .icon {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.linkNav.mb-0 {
  margin-bottom: -50px;
}
@media all and (max-width: 767px) {
  .linkNav.mb-0 {
    margin-bottom: -15px;
  }
}
@media all and (max-width: 767px) {
  .linkNav {
    margin: 0 -15px 0 0;
  }
  .linkNav a {
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
    font-size: 1.125rem;
  }
  .linkNav .icon {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 540px) {
  .linkNav {
    margin: 0;
  }
  .linkNav a {
    width: 100%;
    margin: 0 0 15px;
  }
}
.linkNav .short {
  width: calc(25% - 50px);
}
@media all and (max-width: 1200px) {
  .linkNav .short {
    width: calc(50% - 50px);
  }
}
@media all and (max-width: 767px) {
  .linkNav .short {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 540px) {
  .linkNav .short {
    width: 100%;
  }
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

.img-list {
  margin: 0 auto;
  text-align: center;
}
.img-list .imgbox {
  margin: 0 auto 16px;
  position: relative;
  border: 1px solid #d1d1d1;
  border-radius: 24px;
  overflow: hidden;
  display: inline-block;
}
.img-list .imgbox img {
  transition-duration: 0.3s;
}
.img-list .imgbox:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 767px) {
  .img-list .imgbox {
    border-color: #dbebe6;
    border-radius: 16px;
    margin: 0 8px 16px;
  }
}
@media all and (max-width: 540px) {
  .img-list .imgbox {
    margin: 0 0 8px;
  }
}

.pager {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager > a {
  display: inline-block;
  margin: 0 4px;
}
.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  position: relative;
  vertical-align: top;
  text-align: center;
  padding: 0 10px;
  font-size: 1.125rem;
  line-height: 1rem;
  color: #aaa;
}
.pager a.pager-on, .pager a:hover {
  color: #00726A;
  font-weight: bold;
  transition-duration: 0.3s;
}
.pager-prev, .pager-next {
  position: relative;
  transition-duration: 0.3s;
}
.pager-prev::before, .pager-next::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/arrow.svg) center no-repeat;
  background-size: 24px;
}
.pager-prev:hover::before, .pager-next:hover::before {
  background-image: url(../images/arrow_light.svg);
}
.pager-prev::before {
  transform: rotate(180deg);
}

.d-line {
  border-top: solid 1px #d2d2d2;
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .d-line {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

a.del {
  width: 36px;
  height: 36px;
  position: relative;
}
a.del::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/ic_txt_trash.svg) center no-repeat;
  background-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
a.del.del-disabled::before {
  filter: brightness(0%);
  opacity: 0.6;
}

/*---------------------------------------------------*/
.news-title {
  width: 100%;
  margin-bottom: 24px;
}
.news-title .news-tt {
  color: #00726A;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.news-title .time {
  color: #666666;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .news-title {
    margin-bottom: 16px;
  }
  .news-title .news-tt {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .news-title .time {
    font-size: 0.875rem;
  }
}

.news-img {
  margin-bottom: 40px;
}
.news-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 767px) {
  .news-img {
    margin-bottom: 24px;
  }
}

.news-con .sub-tt {
  font-size: 1.5rem;
  color: #00726A;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .news-con .sub-tt {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}

/*---------------------------------------------------*/
.mode-boxing {
  position: relative;
  background-color: #fff;
  padding: 18px 24px;
  border-radius: 16px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mode-boxing .side-box {
  display: flex;
  width: 546px;
}
.mode-boxing .side-box > div {
  margin-left: 16px;
  flex: 1 1 auto;
}
.mode-boxing .side-box > div:first-child {
  margin-left: 0;
}
.mode-boxing .side-box .w-180 {
  min-width: 180px;
}
.mode-boxing .m-boxing {
  flex: 1 1 auto;
}
@media all and (max-width: 1200px) {
  .mode-boxing {
    padding: 18px;
    display: block;
    background-color: transparent;
    box-shadow: initial;
    padding: 0;
    border-radius: 0;
  }
  .mode-boxing .m-boxing {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 15px rgba(0, 114, 105, 0.15);
    text-align: center;
  }
  .mode-boxing .side-box {
    width: 100%;
  }
  .mode-boxing .side-box > div {
    margin-left: 8px;
  }
  .mode-boxing .side-box > div:first-child {
    margin-left: 0;
  }
  .mode-boxing .side-box .w-180 {
    min-width: 80px;
  }
}
@media all and (max-width: 767px) {
  .mode-boxing {
    padding: 0;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}

/*---------------------------------------------------*/
.content-boxing {
  position: relative;
  background-color: #fff;
  padding: 32px 48px;
  border-radius: 24px;
  margin-bottom: 40px;
}
.content-boxing .content-title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.content-boxing .content-title.noline {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-boxing .content-title .ind-tt {
  font-size: 1.75rem;
}
.content-boxing .content-title .sub-tt {
  font-size: 1.5rem;
  color: #00726A;
}
.content-boxing .content-title.hasBtn {
  padding-right: 40px;
}
.content-boxing .content-title .go, .content-boxing .content-title .edit {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
.content-boxing .content-title .go::before, .content-boxing .content-title .edit::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
}
.content-boxing .content-title .go::before {
  background: #00726A url(../images/arrow_w_more.svg) center no-repeat;
  background-size: 16px;
  border-radius: 100%;
}
.content-boxing .content-title .edit::before {
  background: url(../images/ic_edit.svg) center no-repeat;
  background-size: 30px;
}
.content-boxing:hover .go::before {
  right: -10px;
  background-color: #3ABAAF;
}
.content-boxing:hover .edit::before {
  background-image: url(../images/ic_edit_light.svg);
}
.content-boxing.top-space {
  margin-top: 350px;
  padding: 48px;
}
.content-boxing.boxbg-green {
  background-color: rgba(220, 246, 238, 0.5);
}
.content-boxing .hr {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 16px;
  padding-top: 8px;
}
.content-boxing.over-bg:hover {
  background-color: #f7fffc;
}
.content-boxing.disabled {
  background-color: #efefef;
  color: #999;
}
.content-boxing.disabled .sub-tt {
  color: #999;
}
.content-boxing.disabled .content-title .go::before {
  background: #AAAAAA url(../images/arrow_w_more.svg) center no-repeat;
  background-size: 16px;
  border-radius: 100%;
}
.content-boxing.disabled:hover .content-title .go::before {
  right: 0px;
  background-color: #aaa;
}
.content-boxing a.more {
  z-index: 1;
}
.content-boxing a.btn {
  z-index: 9;
  position: relative;
}
@media all and (max-width: 1199px) {
  .content-boxing {
    padding: 24px;
  }
}
@media all and (max-width: 1023px) {
  .content-boxing {
    margin-bottom: 16px;
  }
  .content-boxing.top-space {
    margin-top: 300px;
    padding: 32px 24px;
  }
  .content-boxing .content-title {
    flex-wrap: wrap;
  }
  .content-boxing .content-title > div {
    flex: 0 1 auto;
  }
}
@media all and (max-width: 767px) {
  .content-boxing {
    padding: 12px;
    border-radius: 16px;
  }
  .content-boxing .content-title {
    padding-bottom: 12px;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  .content-boxing .content-title .ind-tt {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: left;
  }
  .content-boxing .content-title .sub-tt {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .content-boxing .content-title .go,
  .content-boxing .content-title .edit {
    width: 24px;
    height: 24px;
  }
  .content-boxing .content-title .go::before,
  .content-boxing .content-title .edit::before {
    width: 24px;
    height: 24px;
  }
  .content-boxing .content-title .go::before {
    background: #00726A url(../images/arrow_w_more.svg) center no-repeat;
    background-size: 12px;
  }
  .content-boxing .content-title .edit::before {
    background: url(../images/ic_edit.svg) center no-repeat;
    background-size: 24px;
  }
  .content-boxing .content-box {
    margin-bottom: 12px;
  }
  .content-boxing.top-space {
    margin-top: 80px;
    padding: 16px 8px;
    margin-bottom: 24px;
  }
}

.content-box {
  line-height: 1.5;
  position: relative;
}
.content-box.scroll-y {
  max-height: 360px;
}
@media all and (max-width: 767px) {
  .content-box.scroll-y {
    max-height: 300px;
  }
}
.content-box article p, .content-box article li {
  margin-bottom: 8px;
}
.content-box article > ol {
  list-style: decimal;
  padding-left: 24px;
}
.content-box article > ol ol {
  counter-reset: list-count;
  list-style: none; /* 移除預設樣式 */
  font-size: 1rem;
  margin-top: 8px;
}
.content-box article > ol ol li {
  padding-left: 24px;
  position: relative;
}
.content-box article > ol ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: list-count;
  content: "(" counter(list-count) ") "; /* 自定義格式 */
}

.scroll-down {
  background-color: rgba(58, 186, 175, 0.9);
  color: #fff;
  font-size: 1.25rem;
  border-radius: 8px;
  padding: 10px 12px 10px 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.scroll-down::before {
  content: "";
  background: url(../images/arrow_w_more.svg) center no-repeat;
  background-size: 80%;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}
.scroll-down.on {
  opacity: 0;
}
@media all and (max-width: 767px) {
  .scroll-down {
    padding: 6px 10px 6px 30px;
    font-size: 1.125rem;
    bottom: 20px;
  }
  .scroll-down::before {
    width: 16px;
    height: 16px;
    left: 8px;
    margin-top: -8px;
  }
}

.order-txt-li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.order-txt-li li {
  margin-bottom: 12px;
}
.order-txt-li > li:nth-child(odd) {
  width: 30%;
}
.order-txt-li > li:nth-child(even) {
  width: 70%;
}
@media all and (max-width: 767px) {
  .order-txt-li li {
    margin-bottom: 4px;
  }
  .order-txt-li > li:nth-child(odd), .order-txt-li > li:nth-child(even) {
    width: 100%;
  }
}
.order-txt-li > li:last-child {
  margin-bottom: 0;
}

.prod-detail {
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 48px;
}
.prod-detail .d-flex {
  justify-content: space-between;
  align-items: start;
}
.prod-detail .prod-con {
  flex: 1 1 calc(100% - 540px);
  padding: 0 0 0 24px;
}
.prod-detail .prod-con .tit {
  overflow: visible;
  white-space: initial;
}
.prod-detail .hr {
  border-bottom: 1px solid #DBEBE6;
  height: 24px;
  margin-bottom: 24px;
}
.prod-detail .prod-btn {
  margin-bottom: 16px;
}
.prod-detail .prod-btn .btn {
  white-space: initial;
  text-align: left;
}
.prod-detail .prod-btn > a {
  margin-bottom: 8px;
}
.prod-detail .swiper-prod {
  width: 564px;
  height: 378px;
  border-radius: 16px;
  position: relative;
}
.prod-detail .swiper-prod img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.prod-detail .swiper-prod .swiper-pagination {
  bottom: 24px;
}
.prod-detail .swiper-prod .swiper-pagination-bullet {
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.prod-detail .swiper-prod .swiper-pagination-bullet-active {
  background: #3ABAAF;
}
@media all and (max-width: 1200px) {
  .prod-detail .swiper-prod {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .prod-detail {
    padding: 12px;
    margin-bottom: 32px;
  }
  .prod-detail .d-flex {
    display: block;
  }
  .prod-detail .swiper-prod {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .prod-detail .prod-con {
    padding: 0;
  }
  .prod-detail .hr {
    height: 12px;
    margin-bottom: 12px;
  }
}

.my-points {
  display: flex;
  margin-left: -24px;
  margin-bottom: 40px;
}
.my-points > div {
  flex: 1 1 auto;
  margin-left: 24px;
  padding: 16px 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
}
.my-points .main-box {
  background-color: #dcf6ee;
  position: relative;
  flex: 1 1 65%;
  overflow: hidden;
}
.my-points .main-box::before {
  content: "POINTS";
  font-size: 6rem;
  line-height: 6rem;
  font-family: "LINESeedTW", Arial, Helvetica, sans-serif;
  font-weight: bolder;
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: #effffa;
}
.my-points .main-box > div {
  position: relative;
}
.my-points .main-box.due {
  padding: 48px;
}
.my-points .main-box.due::before {
  right: 200px;
}
.my-points .main-box.due::after {
  content: "";
  width: 200px;
  height: 156px;
  background: url(../images/card_box_bg.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 46px;
}
.my-points .box {
  border: 2px solid #dbebe6;
  flex: 1 1 calc(35% - 24px);
  padding: 16px 60px;
  background-image: linear-gradient(115deg, #ffffff 60%, #edfffb 85%, #ebfffa 100%);
  box-shadow: 0px 0px 15px rgba(0, 114, 105, 0.15);
}
.my-points .user-point + a {
  margin-left: 12px;
}
.my-points .imgbox {
  max-width: 200px;
  margin: 0 72px;
}
.my-points .card-tt {
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.my-points .btn-view {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: 4px 26px 6px 14px;
  border-radius: 40px;
  background: #3abaaf url(../images/arrow_w.svg) right 6px center no-repeat;
  background-size: 16px;
}
.my-points .d-flex {
  align-items: center;
}
@media all and (max-width: 1200px) {
  .my-points {
    margin-left: -16px;
    margin-bottom: 24px;
  }
  .my-points > div {
    margin-left: 16px;
  }
  .my-points .main-box {
    flex: 1 1 50%;
  }
  .my-points .main-box.due {
    padding: 24px;
  }
  .my-points .main-box.due::before {
    right: 90px;
    bottom: -5px;
  }
  .my-points .main-box.due::after {
    width: 100px;
    height: 78px;
    top: 15px;
    right: 0;
  }
  .my-points .main-box::before {
    font-size: 3rem;
    line-height: 3rem;
  }
  .my-points .imgbox {
    margin: 0 24px;
  }
  .my-points .box {
    padding: 16px 24px;
  }
  .my-points .card-tt {
    font-size: 1.25rem;
  }
  .my-points .d-flex {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  .my-points {
    margin-left: 0;
    display: block;
    margin-bottom: 16px;
  }
  .my-points > div {
    margin-left: 0;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 16px;
  }
  .my-points .main-box {
    justify-content: center;
  }
  .my-points .box {
    justify-content: center;
  }
  .my-points .user-point + a {
    margin-left: 0;
    margin-top: 8px;
  }
  .my-points .imgbox {
    /*width: 100px;*/
    display: none;
  }
  .my-points .txt {
    width: calc(100% - 100px);
  }
  .my-points .card-tt {
    font-size: 1.125rem;
    text-align: center;
  }
  .my-points .user-point {
    display: block;
    flex: 1 1 100%;
    text-align: center;
  }
  .my-points .d-flex {
    justify-content: space-around;
  }
}

.con-list > div {
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .con-list .points-card > div {
    align-items: center;
  }
  .con-list .points-card .box.b-dash {
    align-items: center;
  }
}

.points-card {
  background: #fff url(../images/card_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  border-radius: 24px;
  border: 2px solid #dbebe6;
  padding: 20px;
  min-height: 160px;
  display: flex;
  align-items: stretch;
  color: #666666;
  overflow: hidden;
}
.points-card > div {
  flex: 1 1 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: self-start;
  flex-wrap: wrap;
  padding: 0 20px;
}
.points-card .box.b-dash {
  border-left: 2px dashed #DBEBE6;
  align-items: center;
}
.points-card .box.a-center {
  align-items: center;
}
.points-card .point, .points-card ul.list,
.points-card ul.filelink {
  font-size: 2.25rem;
  text-align: left;
}
.points-card .point.plus, .points-card ul.plus.list,
.points-card ul.plus.filelink {
  color: #00726A;
}
.points-card .point.minus, .points-card ul.minus.list,
.points-card ul.minus.filelink {
  color: #F2324C;
}
.points-card .card-tt {
  font-size: 2rem;
  color: #404040;
  text-align: left;
  margin-bottom: 16px;
}
.points-card .card-sub {
  font-size: 0.875rem;
}
.points-card p {
  font-size: 1rem;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .points-card {
    display: block;
    border-radius: 16px;
    padding: 8px 12px;
  }
  .points-card > div {
    padding: 8px 0;
  }
  .points-card .box.b-dash {
    border-top: 2px dashed #DBEBE6;
    border-left: initial;
    align-items: end;
  }
  .points-card .point, .points-card ul.list,
  .points-card ul.filelink {
    font-size: 1.25rem;
  }
  .points-card .card-tt {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}

.hint-stamp {
  width: 140px;
  height: 130px;
  position: absolute;
  bottom: 8px;
  right: 24px;
  z-index: 9;
}
.hint-stamp.upper {
  bottom: initial;
  top: 8px;
}
.hint-stamp.used {
  background: url(../images/card_stamp_used.svg) center no-repeat;
  background-size: contain;
}
.hint-stamp.invalid {
  background: url(../images/card_stamp_invalid.svg) center no-repeat;
  background-size: contain;
}
.hint-stamp.transfer {
  background: url(../images/card_stamp_transfer.svg) center no-repeat;
  background-size: contain;
}
.hint-stamp.return {
  background: url(../images/card_stamp_return.svg) center no-repeat;
  background-size: contain;
}
.hint-stamp.returned {
  background: url(../images/card_stamp_returned.svg) center no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .hint-stamp {
    width: 120px;
    height: 110px;
    bottom: 0;
    right: 0;
  }
  .hint-stamp.upper {
    bottom: initial;
    top: -48px;
  }
}

.coupon-card .box .exp-date .txt, .ticket-card .box .exp-date .txt {
  flex-direction: row;
}

.exp-date {
  color: #00726A;
  text-align: right;
}
.exp-date .tt {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.exp-date .txt {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
.exp-date .txt span {
  display: inline-block;
  white-space: nowrap;
}
.exp-date .line {
  width: 88px;
  height: 1px;
  background-color: #00726A;
  margin: 0 8px;
}
@media all and (max-width: 1200px) {
  .exp-date {
    display: block;
  }
  .exp-date .tt {
    text-align: left;
    margin-bottom: 0;
  }
  .exp-date .txt {
    justify-content: start;
  }
  .exp-date .line {
    width: 24px;
  }
}
@media all and (max-width: 1023px) {
  .exp-date .tt {
    font-size: 0.875rem;
    margin-bottom: 4px;
  }
  .exp-date .txt {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .exp-date {
    display: none;
  }
}

.order-num {
  font-size: 0.875rem;
  color: #9C6826;
  position: relative;
}
.order-num::before {
  content: "訂單編號：";
}
@media all and (max-width: 767px) {
  .order-num {
    font-size: 0.75rem;
    background: url(../images/ic_order.svg) 0 center no-repeat;
    background-size: 14px;
    padding-left: 16px;
  }
  .order-num::before {
    display: none;
  }
}

.serial-number {
  position: relative;
  color: #00726A;
  background: url(../images/bg_sn.png) 0 0 no-repeat;
  background-size: cover;
  padding: 10px 24px 12px;
  border-radius: 8px;
  text-align: left;
}
.serial-number a {
  background: url(../images/btn_copy.svg) right 4px top no-repeat;
  background-size: 32px;
}
.serial-number .tt {
  font-size: 1rem;
  margin-bottom: 4px;
}
.serial-number .number {
  font-size: 1.5rem;
  word-break: break-all;
  width: 7em;
}
.serial-number .ic-crown {
  width: 40px;
  height: 40px;
  background: url(../images/ic_crown.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -20px;
}
@media all and (max-width: 1200px) {
  .serial-number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px 8px 8px;
  }
  .serial-number a {
    background-position: right 4px center;
  }
  .serial-number .tt {
    font-size: 1rem;
    margin: 0;
    white-space: nowrap;
  }
  .serial-number .tt::after {
    content: "：";
  }
  .serial-number .number {
    font-size: 1rem;
    width: initial;
  }
  .serial-number .ic-crown {
    position: relative;
    top: initial;
    left: initial;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 4px;
  }
}
@media all and (max-width: 767px) {
  .serial-number {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 12px 36px 12px 12px;
  }
}

.vip-card .serial-number {
  background: url(../images/bg_sn_vip.png) 0 0 no-repeat;
  background-size: cover;
  color: #9C6826;
  padding-left: 88px;
}
@media all and (max-width: 1200px) {
  .vip-card .serial-number {
    padding-left: 12px;
  }
}

.ticket-used .serial-number {
  color: #aaaaaa;
}
.ticket-used .serial-number .ic-crown {
  filter: grayscale(1) brightness(145%);
}
.ticket-used .qrcode img {
  opacity: 0.2;
}

.qrcode {
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 767px) {
  .qrcode {
    margin: 0 auto;
  }
}

.coupon-card {
  border-radius: 16px;
  background-color: #fff;
  height: 208px;
  display: flex;
  align-items: stretch;
  color: #666666;
  position: relative;
}
.coupon-card .box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 48px;
  flex: 1 1 auto;
  position: relative;
  padding: 24px 0;
  width: calc(100% - 580px);
}
.coupon-card .box .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}
.coupon-card .box::before {
  content: "Coupon";
  font-size: 6rem;
  line-height: 6rem;
  font-family: "LINESeedTW", Arial, Helvetica, sans-serif;
  font-weight: bolder;
  position: absolute;
  top: 8px;
  right: 0;
  color: rgba(220, 246, 238, 0.5);
}
.coupon-card .imgbox {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
  flex: 0 0 312px;
  width: 312px;
  height: 208px;
  position: relative;
}
.coupon-card .imgbox img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.coupon-card .card-tt {
  font-size: 1.75rem;
  color: #404040;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coupon-card .card-sub {
  font-size: 1.25rem;
  color: #8e8e8e;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coupon-card .card-date {
  font-size: 0.875rem;
  color: #00726A;
}
.coupon-card .bottom-flex {
  align-items: self-end;
  position: relative;
}
.coupon-card .card-btn {
  position: relative;
  padding: 24px 24px 24px 0;
  flex: 0 0 140px;
}
.coupon-card .card-btn a + a {
  margin-top: 8px;
}
.coupon-card.vip-card {
  background-image: linear-gradient(115deg, #ffffff 60%, #fff5e2 85%, #fff5d5 100%);
  box-shadow: 0px 0px 15px rgba(120, 96, 41, 0.15);
}
.coupon-card.vip-card .box::before {
  content: "Voucher";
  color: rgba(255, 238, 179, 0.5);
}
.coupon-card.vip-card::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/ic_box_vip.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-card a.more {
  border-radius: 16px;
}
.coupon-card a.more:hover {
  box-shadow: 0px 0px 14px rgba(0, 134, 128, 0.6);
}
@media all and (max-width: 1200px) {
  .coupon-card .box {
    margin: 0 24px;
  }
  .coupon-card .box::before {
    font-size: 5rem;
  }
  .coupon-card .box .txt > div {
    margin-top: 4px;
  }
  .coupon-card .card-tt {
    font-size: 1.5rem;
  }
  .coupon-card .card-sub {
    font-size: 1.25rem;
  }
  .coupon-card .card-btn {
    padding-right: 24px;
  }
}
@media all and (max-width: 1023px) {
  .coupon-card .box::before {
    font-size: 3rem;
  }
  .coupon-card .card-tt {
    font-size: 1.25rem;
  }
  .coupon-card .card-sub {
    font-size: 1rem;
  }
  .coupon-card .bottom-flex {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .coupon-card {
    height: auto;
    padding: 12px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .coupon-card .box {
    flex-direction: column-reverse;
    padding: 0;
    margin: 0 0 12px;
    width: calc(100% - 150px);
  }
  .coupon-card .box::before {
    display: none;
  }
  .coupon-card .imgbox {
    flex: 1 0 140px;
    height: 94px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 12px;
    position: relative;
  }
  .coupon-card .card-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 0;
    padding: 0;
    flex: 1 1 100%;
  }
  .coupon-card .card-btn a {
    flex: 1 1 auto;
    /*max-width: 220px;*/
  }
  .coupon-card .card-btn a + a {
    margin-top: 0;
    margin-left: 8px;
  }
  .coupon-card .card-tt {
    font-size: 1rem;
  }
  .coupon-card .card-sub {
    font-size: 0.875rem;
  }
  .coupon-card.vip-card {
    background-image: linear-gradient(225deg, #ffffff 60%, #fff5e2 85%, #fff5d5 100%);
    box-shadow: 0px 0px 15px rgba(120, 96, 41, 0.15);
  }
  .coupon-card.vip-card::after {
    width: 50px;
    height: 50px;
  }
}

.ticket-card {
  display: flex;
  align-items: stretch;
  color: #666666;
  position: relative;
  min-width: 0;
  filter: drop-shadow(0px 0px 15px rgba(0, 114, 105, 0.15));
}
.ticket-card .rip {
  width: 60px;
  min-width: 60px;
  background: #ffffff url(../images/rip_dash.png) center 0 repeat-y;
  position: relative;
  margin: 30px 0;
  height: 200px;
}
.ticket-card .rip:before, .ticket-card .rip:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  border: 12px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 100%;
  pointer-events: none;
}
.ticket-card .rip:before {
  top: -30px;
}
.ticket-card .rip:after {
  transform: translateX(-50%) rotate(315deg);
  bottom: -72px;
  top: initial;
}
.ticket-card .box {
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 48px 24px 48px 48px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1 calc(100% - 310px);
  position: relative;
  min-width: 0;
}
.ticket-card .box .txt {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}
.ticket-card .box::before {
  content: "Coupon";
  font-size: 6rem;
  line-height: 6rem;
  font-family: "LINESeedTW", Arial, Helvetica, sans-serif;
  font-weight: bolder;
  position: absolute;
  bottom: 8px;
  right: 0;
  color: rgba(220, 246, 238, 0.5);
}
.ticket-card.before-top .box::before {
  bottom: initial;
  top: 40px;
}
.ticket-card .tail-box {
  background-color: #fff;
  /*padding-right: 12px;
  min-width: 250px;*/
  box-sizing: border-box;
  position: relative;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px 0 18px;
  /*.serial-number{padding-right: 100px; max-width: initial;}*/
}
.ticket-card .card-tt {
  font-size: 1.75rem;
  color: #404040;
  text-align: left;
  margin-bottom: 4px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-card .card-sub {
  font-size: 1.25rem;
  color: #8e8e8e;
  margin-bottom: 4px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-card .card-date {
  font-size: 0.875rem;
  color: #00726A;
}
.ticket-card .bottom-flex {
  align-items: flex-end;
  position: relative;
}
.ticket-card .exp-date {
  color: #00726A;
  text-align: left;
}
.ticket-card.vip-card {
  filter: drop-shadow(0px 0px 15px rgba(120, 96, 41, 0.15));
}
.ticket-card.vip-card .box {
  background-image: linear-gradient(205deg, transparent 60%, #fff5e2 85%, #fff5d5 100%);
}
.ticket-card.vip-card .box::before {
  content: "Voucher";
  color: rgba(255, 238, 179, 0.5);
}
@media all and (max-width: 1200px) {
  .ticket-card .box::before {
    font-size: 5rem;
  }
  .ticket-card .card-tt {
    font-size: 1.5rem;
  }
  .ticket-card .card-sub {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 1023px) {
  .ticket-card .box {
    padding: 24px 12px 24px 24px;
  }
  .ticket-card .box::before {
    font-size: 4rem;
    bottom: initial;
    top: 40%;
  }
  .ticket-card.before-top .box::before {
    top: 40%;
  }
  .ticket-card .card-tt {
    font-size: 1.25rem;
  }
  .ticket-card .card-sub {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .ticket-card {
    background-image: none;
    background-color: #fff;
    border-radius: 16px;
    height: auto;
    padding: 12px;
    display: block;
  }
  .ticket-card .rip {
    display: none;
  }
  .ticket-card .box {
    flex-direction: column-reverse;
    flex: 1 1 100%;
    padding: 0;
    margin: 0 0 12px;
    height: auto;
  }
  .ticket-card .box::before {
    display: none;
  }
  .ticket-card .box .txt {
    margin-bottom: 8px;
  }
  .ticket-card .tail-box {
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    display: block;
  }
  .ticket-card .tail-box + div {
    margin-top: 16px;
  }
  .ticket-card .card-tt,
  .ticket-card .card-sub,
  .ticket-card .bottom-flex {
    margin-bottom: 4px;
  }
  .ticket-card .bottom-flex {
    display: block;
  }
  .ticket-card.vip-card .box {
    background-color: #fff;
    background-image: none;
  }
}

.donee-choose {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -16px;
  list-style: none;
}
.donee-choose li {
  position: relative;
  flex: 0 1 calc(50% - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
  overflow: hidden;
}
.donee-choose li::before {
  content: "";
  width: 110px;
  height: 110px;
  background: url(../images/ic_bg_giftbox.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  right: -20px;
  filter: grayscale(50%);
  opacity: 0.6;
  transition-duration: 0.3s;
}
.donee-choose li::after {
  content: "";
  border-radius: 16px;
  box-shadow: 0px 0px 0px 1px #dbebe6 inset;
  transition-duration: 0.3s;
}
.donee-choose li:hover, .donee-choose li.on {
  background-image: linear-gradient(-90deg, #f0fff9 0%, transparent 100%);
}
.donee-choose li:hover::before, .donee-choose li.on::before {
  filter: grayscale(0%);
  opacity: 1;
  bottom: -20px;
  right: -12px;
}
.donee-choose li:hover::after, .donee-choose li.on::after {
  box-shadow: 0px 0px 0px 2px #3abaaf inset;
}
.donee-choose .name {
  margin-bottom: 8px;
  font-size: 1.5rem;
  color: #00726A;
  position: relative;
}
.donee-choose p {
  position: relative;
}
.donee-choose a {
  z-index: 1;
}
@media all and (max-width: 767px) {
  .donee-choose {
    margin-left: -8px;
  }
  .donee-choose li {
    margin-left: 8px;
    margin-bottom: 8px;
    flex: 0 1 calc(50% - 8px);
  }
  .donee-choose li::before {
    width: 80px;
    height: 80px;
    bottom: -20px;
    right: -10px;
  }
  .donee-choose .name {
    font-size: 1.125rem;
  }
}

/*---------------------------------------------*/
.family-info {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.family-info li {
  text-align: center;
}
.family-info .ic-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
}
.family-info .ic-box.ic-1 {
  background: url(../images/ic_family_info_1.svg) center no-repeat;
  background-size: contain;
}
.family-info .ic-box.ic-2 {
  background: url(../images/ic_family_info_2.svg) center no-repeat;
  background-size: contain;
}
.family-info .ic-box.ic-3 {
  background: url(../images/ic_family_info_3.svg) center no-repeat;
  background-size: contain;
}
.family-info .ic-box.ic-4 {
  background: url(../images/ic_family_info_4.svg) center no-repeat;
  background-size: contain;
}
.family-info .tt {
  font-size: 1.5rem;
  color: #00726A;
  margin-bottom: 8px;
}
.family-info p {
  font-size: 1rem;
  color: #525252;
}
@media all and (max-width: 767px) {
  .family-info li {
    flex: 0 1 40%;
    margin: 0 8px 8px;
  }
  .family-info .tt {
    font-size: 1.125rem;
  }
}

.page-img {
  width: 100%;
  max-height: 400px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}
.page-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 767px) {
  .page-img {
    border-radius: 8px;
    margin-bottom: 24px;
  }
}

.step {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.step-box {
  position: relative;
  width: 200px;
  text-align: center;
  padding-right: 70px;
}
.step-box::before {
  content: "";
  width: 64px;
  height: 2px;
  background-color: #d1d1d1;
  position: absolute;
  right: 0;
  top: 24px;
}
.step-box.on .step-num {
  background-color: #008680;
  color: #fff;
  border-color: #008680;
}
.step-box.on .step-txt {
  color: #008680;
}
.step-box.done::before {
  background-color: #3abaaf;
}
.step-box.done .step-num {
  background-color: #3abaaf;
  border-color: #3abaaf;
  color: #3abaaf;
  font-size: 0;
}
.step-box.done .step-num::before {
  content: "V";
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
}
.step-box.done .step-txt {
  color: #3abaaf;
}
.step > .step-box:last-child {
  padding-right: 0;
  width: 130px;
}
.step > .step-box:last-child::before {
  display: none;
}
.step-num {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d1d1d1;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "LINESeedTW", Arial, Helvetica, sans-serif;
}
.step-txt {
  color: #8e8e8e;
  font-size: 1.125rem;
}
.step-txt span {
  display: block;
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  .step {
    margin-bottom: 16px;
  }
  .step-box {
    width: 60px;
    padding-right: 24px;
  }
  .step-box::before {
    content: "";
    width: 16px;
    height: 1px;
    top: 16px;
    right: 4px;
  }
  .step-box.done .step-num::before {
    font-size: 1rem;
  }
  .step > .step-box:last-child {
    padding-right: 0;
    width: 32px;
  }
  .step-num {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .step-txt {
    display: none;
  }
}

.info-form {
  color: #525252;
  list-style: none;
}
.info-form > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.info-form .info-tt {
  box-sizing: border-box;
  width: 150px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.info-form .info-tt.ic {
  padding-left: 30px;
}
.info-form .info-con {
  padding: 12px 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  flex: 1 1 auto;
}
.info-form .info-con.nopadd {
  padding: 0;
}
.info-form .ic-id {
  background: url(../images/ic_form_user.svg) 0 center no-repeat;
  background-size: 24px;
}
.info-form .ic-group {
  background: url(../images/ic_form_group.svg) 0 center no-repeat;
  background-size: 24px;
}
.info-form .ic-phone {
  background: url(../images/ic_form_phone.svg) 0 center no-repeat;
  background-size: 24px;
}
.info-form .ic-email {
  background: url(../images/ic_form_email.svg) 0 center no-repeat;
  background-size: 24px;
}
.info-form .btn-que {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/ic_txt_question.svg) center no-repeat;
  background-size: 24px;
  margin: 0 4px;
}
@media all and (max-width: 767px) {
  .info-form > li {
    margin-bottom: 4px;
  }
  .info-form .info-tt,
  .info-form .info-con {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .info-form .info-tt {
    margin-right: 4px;
    width: 110px;
    min-width: 110px;
    display: flex;
  }
  .info-form .info-tt.ic {
    padding-left: 24px;
  }
  .info-form .ic-id,
  .info-form .ic-phone,
  .info-form .ic-phone,
  .info-form .ic-email {
    background-size: 20px auto;
  }
  .info-form .btn-que {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.require {
  color: #FF0000;
}
.require::before {
  content: "*";
  font-size: 1.25rem;
}

.preview-photo {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  list-style: none;
  margin-bottom: 16px;
}
.preview-photo li {
  position: relative;
  background-color: #fafafa;
  border-radius: 16px;
  margin-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  flex: 0 1 calc(50% - 16px);
}
.preview-photo li .imgbox {
  width: 375px;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background: url(../images/photo_img.svg) center no-repeat;
  background-size: 200px auto;
  transition-duration: 0.3s;
  margin: 0 auto;
}
.preview-photo li .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.preview-photo li .imgbox.cover::before {
  content: "";
  background: url(../images/photo_cover.png) center no-repeat;
  background-size: contain;
}
.preview-photo li .imgbox .descript {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  color: #8e8e8e;
  font-size: 1.25rem;
}
.preview-photo li a.del {
  width: 36px;
  height: 36px;
  background-color: #3abaaf;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
}
.preview-photo li a.del::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/ic_txt_trash.svg) center no-repeat;
  background-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%) brightness(1000%);
}
.preview-photo li a.del:hover {
  background-color: #008680;
  opacity: 1;
}
.preview-photo li a.upload {
  display: block;
}
.preview-photo li:hover .imgbox {
  background-size: 180px auto;
}
@media all and (max-width: 1023px) {
  .preview-photo li {
    padding: 20px;
  }
  .preview-photo li .imgbox {
    width: 100%;
    max-width: 375px;
  }
}
@media all and (max-width: 767px) {
  .preview-photo {
    display: block;
    margin-bottom: 8px;
  }
  .preview-photo li {
    padding: 16px;
    margin-bottom: 8px;
  }
  .preview-photo li .imgbox {
    width: 90%;
    min-height: 140px;
    background-size: 120px auto;
  }
  .preview-photo li .imgbox .descript {
    font-size: 1rem;
  }
}

/*---------------------------------------------------*/
.two-col {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -16px;
}
.two-col > li {
  flex: 1 1 calc(50% - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
}
.two-col .col-tt {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .two-col {
    display: block;
    margin-left: 0;
  }
  .two-col > li {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .two-col .col-tt {
    font-size: 1rem;
  }
}

/*---------------------------------------------*/
.plnner-KV {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 40px;
}
.plnner-KV .img-kv img {
  max-width: 100%;
  height: auto;
}
.plnner-KV .con {
  width: 665px;
  position: absolute;
  top: 0;
  right: 0;
  height: 600px;
  display: flex;
  padding-top: 70px;
  flex-wrap: wrap;
}
.plnner-KV .txtbox {
  margin-right: 120px;
  line-height: 1.5;
  position: relative;
}
.plnner-KV .filler {
  color: #e7f9f3;
  font-size: 64px;
  line-height: 1.2;
  font-family: "LINESeedTW", Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin-bottom: 8px;
}
.plnner-KV .title {
  color: #00726A;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "Noto Sans TC";
}
.plnner-KV .sub-tt {
  color: #ffb300;
  font-size: 1.25rem;
  margin-bottom: 24px;
}
.plnner-KV p {
  font-size: 1.25rem;
}
.plnner-KV.reverse {
  text-align: right;
  align-items: baseline;
}
.plnner-KV.reverse .con {
  right: initial;
  left: 0;
  text-align: left;
  padding-top: 140px;
}
.plnner-KV.reverse .txtbox {
  margin-right: 0px;
  margin-left: 100px;
}
.plnner-KV.reverse .filler {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1200px) {
  .plnner-KV {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .plnner-KV .img-kv {
    width: 60%;
  }
  .plnner-KV .img-kv img {
    max-width: initial;
    width: 100%;
  }
  .plnner-KV .con {
    width: 60%;
    padding-top: 0;
    align-items: center;
    height: 400px;
    right: 0;
    left: initial;
  }
  .plnner-KV .txtbox {
    margin-right: 20px;
  }
  .plnner-KV.reverse {
    justify-content: right;
    text-align: left;
    padding-right: 0;
  }
  .plnner-KV.reverse .con {
    width: 60%;
    padding-top: 0;
    align-items: center;
    height: 400px;
  }
}
@media all and (max-width: 1023px) {
  .plnner-KV .img-kv {
    width: 50%;
  }
  .plnner-KV .con {
    width: 60%;
    height: 300px;
  }
  .plnner-KV .txtbox {
    margin-right: 10px;
  }
  .plnner-KV .filler {
    font-size: 32px;
  }
  .plnner-KV .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .plnner-KV .sub-tt {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .plnner-KV p {
    font-size: 1.125rem;
  }
  .plnner-KV.reverse .con {
    width: 60%;
    height: 300px;
  }
  .plnner-KV.reverse .txtbox {
    margin-left: 10px;
  }
}
@media all and (max-width: 767px) {
  .plnner-KV .img-kv {
    width: 100%;
    max-width: 400px;
    margin-left: -60px;
    margin-bottom: 24px;
  }
  .plnner-KV .filler {
    display: none;
  }
  .plnner-KV .con {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 70%;
    height: initial;
    right: 0;
    padding: 10px 10px 10px 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%);
  }
  .plnner-KV .txtbox {
    margin-right: 0;
    margin-left: initial;
  }
  .plnner-KV .sub-tt {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .plnner-KV p {
    font-size: 1rem;
  }
  .plnner-KV.reverse {
    justify-content: flex-start;
    text-align: left;
    padding-right: 0;
  }
  .plnner-KV.reverse .con {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 70%;
    height: initial;
    right: 0;
    padding: 10px 10px 10px 20px;
    left: initial;
  }
  .plnner-KV.reverse .txtbox {
    margin-right: 0;
    margin-left: initial;
  }
  .plnner-KV.reverse .filler {
    display: none;
  }
}

.kv-mask {
  width: 900px;
  height: 600px;
  background: url(../images/img-plnner.png) center no-repeat;
  background-size: contain;
}

.plnner-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
  margin-bottom: 40px;
}
.plnner-list li {
  flex: 0 1 calc(25% - 16px);
  text-align: center;
  position: relative;
}
.plnner-list li .imgbox {
  width: 250px;
  height: 250px;
  margin: 0 auto 16px;
}
.plnner-list li .imgbox .b-radius {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
}
.plnner-list li .imgbox img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.plnner-list li:hover .imgbox img {
  transform: scale(1.1);
}
.plnner-list li:hover .imgbox img {
  transform: scale(1.1);
}
.plnner-list .name {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.plnner-list .txt {
  font-size: 1rem;
}
.plnner-list .txt span + span {
  margin-left: 8px;
}
@media all and (max-width: 1199px) {
  .plnner-list {
    gap: 24px 8px;
  }
  .plnner-list li {
    flex: 0 1 calc(33% - 8px);
  }
}
@media all and (max-width: 1023px) {
  .plnner-list {
    gap: 24px 8px;
  }
  .plnner-list li {
    flex: 0 1 calc(33% - 4px);
  }
  .plnner-list li .imgbox {
    width: 200px;
    height: 200px;
  }
  .plnner-list li .imgbox .b-radius {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .plnner-list {
    gap: 16px 4px;
  }
  .plnner-list li {
    flex: 0 1 calc(50% - 4px);
  }
  .plnner-list li .imgbox {
    width: 156px;
    height: 156px;
    margin-bottom: 8px;
  }
  .plnner-list li .imgbox .b-radius {
    width: 156px;
    height: 156px;
  }
  .plnner-list .name {
    font-size: 1.25rem;
  }
  .plnner-list .txt {
    font-size: 1rem;
  }
  .plnner-list .txt span {
    display: block;
  }
  .plnner-list .txt span + span {
    margin-left: 0;
    margin-top: 4px;
  }
}

.plnner-detail {
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 48px;
  color: #525252;
  font-size: 1.125rem;
}
.plnner-detail .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.plnner-detail .title .name {
  font-size: 2rem;
  color: #00726A;
}
.plnner-detail .title .tenure {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #008680;
  display: flex;
  align-items: center;
}
.plnner-detail .title .tenure::before {
  content: "";
  width: 40px;
  height: 30px;
  background: url(../images/ic_tenure.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 4px;
}
.plnner-detail .d-flex {
  align-items: flex-start;
}
.plnner-detail .imgbox {
  width: 525px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.plnner-detail .imgbox img {
  width: 100%;
  max-width: initial;
}
.plnner-detail .txt {
  margin-bottom: 8px;
  font-size: 1.125rem;
}
.plnner-detail .plnner-con {
  flex: 1 1 calc(100% - 540px);
  padding: 0 0 0 24px;
}
.plnner-detail .hr {
  border-bottom: 1px solid #DBEBE6;
  height: 24px;
  margin-bottom: 24px;
}
.plnner-detail .prod-btn {
  margin-bottom: 16px;
}
.plnner-detail .prod-btn > a {
  margin-bottom: 8px;
}
@media all and (max-width: 1023px) {
  .plnner-detail .imgbox {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .plnner-detail {
    padding: 12px;
    margin-bottom: 24px;
  }
  .plnner-detail .d-flex {
    display: block;
  }
  .plnner-detail .title {
    margin-bottom: 8px;
  }
  .plnner-detail .title .name {
    font-size: 1.5rem;
  }
  .plnner-detail .title .tenure {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .plnner-detail .imgbox {
    width: 100%;
    margin-bottom: 12px;
  }
  .plnner-detail .txt {
    font-size: 1rem;
  }
  .plnner-detail .plnner-con {
    padding: 0;
  }
  .plnner-detail .hr {
    height: 12px;
    margin-bottom: 12px;
  }
}

/*---------------------------------------------*/
.about-layout {
  list-style: none;
  position: relative;
}
.about-layout::before {
  content: "";
  width: 440px;
  height: 320px;
  background: url(../images/about-deco-1.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  left: -200px;
}
.about-layout li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}
.about-layout .imgbox {
  width: 50%;
}
.about-layout .txtbox {
  width: calc(50% - 48px);
}
.about-layout .tt {
  color: #00726A;
  font-size: 1.5rem;
  margin-bottom: 32px;
}
.about-layout p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.about-layout p + p {
  margin-top: 16px;
}
.about-layout > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .about-layout::before {
    display: none;
  }
  .about-layout li {
    display: block;
  }
  .about-layout .imgbox,
  .about-layout .txtbox {
    width: 100%;
  }
  .about-layout .imgbox {
    margin-bottom: 12px;
  }
  .about-layout .imgbox img {
    margin: 0 auto;
  }
  .about-layout .tt {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .about-layout p {
    font-size: 1rem;
  }
  .about-layout p + p {
    margin-top: 8px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100%) */
  height: 0;
  overflow: hidden;
  border-radius: 24px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container img {
  width: 100%;
  height: auto;
  transition-duration: 0.3s;
}
.video-container .video-cover {
  background: url(../images/btn_play.svg) center no-repeat;
  background-size: 60px auto;
}
.video-container .video-cover::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  background: url(../images/video_logo.png) 0 center no-repeat;
  background-size: contain;
  width: 300px;
  height: 40px;
}
.video-container:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 767px) {
  .video-container {
    border-radius: 12px;
  }
}

.service-area {
  background: url(../images/service-bg-1.png) center 0 no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.service-area .service-title {
  position: relative;
}
.service-area .service-title span {
  font-size: 2.5rem;
  color: #00726A;
  font-weight: bolder;
  text-align: center;
  position: relative;
}
.service-area .service-title {
  height: 500px;
  padding-top: 180px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 767px) {
  .service-area {
    background: url(../images/service-bg-1-m.png) center top 150px no-repeat;
    background-size: 100% auto;
  }
  .service-area .service-title {
    font-size: 1.5rem;
    line-height: 1.5;
    height: 240px;
    padding-top: 40px;
    margin: 100px 0 200px;
  }
  .service-area .service-title span {
    font-size: 1.5rem;
    padding-top: 50px;
  }
}

.service-layout {
  list-style: none;
  position: relative;
}
.service-layout li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 160px;
}
.service-layout .tt {
  color: #00726A;
  font-size: 1.5rem;
  margin-bottom: 32px;
}
.service-layout p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
.service-layout > li:nth-child(even) {
  flex-direction: row-reverse;
}
.service-layout > li:first-child {
  justify-content: flex-start;
}
.service-layout > li:first-child .imgbox {
  width: 50%;
  margin-left: -70px;
}
.service-layout > li:first-child .imgbox img {
  max-width: initial;
  width: 100%;
}
.service-layout > li:first-child .txtbox {
  width: 50%;
  padding: 0 60px 0 40px;
}
.service-layout > li:nth-child(2) {
  justify-content: center;
}
.service-layout > li:nth-child(2) .imgbox {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
.service-layout > li:nth-child(2) .imgbox img {
  max-width: 350px;
  margin-left: 16px;
}
.service-layout > li:nth-child(2) .imgbox > img:nth-child(even) {
  margin-top: 50px;
}
.service-layout > li:nth-child(2) .txtbox {
  width: 460px;
}
.service-layout > li:nth-child(3) {
  justify-content: flex-start;
}
.service-layout > li:nth-child(3) .imgbox {
  width: 60%;
  margin-left: -70px;
}
.service-layout > li:nth-child(3) .imgbox img {
  max-width: initial;
  width: 100%;
}
.service-layout > li:nth-child(3) .txtbox {
  width: 40%;
  padding: 0 40px;
}
@media all and (max-width: 1440px) {
  .service-layout > li:nth-child(2) {
    justify-content: flex-end;
  }
  .service-layout > li:nth-child(2) .txtbox {
    padding: 0 0 0 120px;
  }
}
@media all and (max-width: 1023px) {
  .service-layout > li:first-child .imgbox {
    width: 60%;
    margin-left: -70px;
  }
  .service-layout > li:first-child .imgbox img {
    max-width: initial;
    width: 100%;
  }
  .service-layout > li:first-child .txtbox {
    width: 50%;
    padding: 0 20px;
  }
  .service-layout > li:nth-child(2) .txtbox {
    padding: 0 0 0 40px;
  }
  .service-layout > li:nth-child(3) .txtbox {
    width: 50%;
    padding: 0 20px;
  }
  .service-layout .btn-m {
    padding: 12px 20px;
  }
}
@media all and (max-width: 767px) {
  .service-layout {
    padding: 0 12px;
  }
  .service-layout li {
    display: block;
    margin: 0 0 48px;
  }
  .service-layout > li:first-child .imgbox,
  .service-layout > li:first-child .txtbox, .service-layout > li:nth-child(2) .imgbox,
  .service-layout > li:nth-child(2) .txtbox, .service-layout > li:nth-child(3) .imgbox,
  .service-layout > li:nth-child(3) .txtbox {
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
  }
  .service-layout > li:first-child .txtbox, .service-layout > li:nth-child(2) .txtbox, .service-layout > li:nth-child(3) .txtbox {
    max-width: 350px;
    margin: 0 auto;
  }
  .service-layout > li:first-child > img:nth-child(even), .service-layout > li:nth-child(2) > img:nth-child(even), .service-layout > li:nth-child(3) > img:nth-child(even) {
    margin-top: 0;
  }
  .service-layout > li:first-child .imgbox img, .service-layout > li:nth-child(2) .imgbox img, .service-layout > li:nth-child(3) .imgbox img {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .service-layout li:nth-child(2) .imgbox > img:nth-child(even) {
    margin-top: 0;
  }
  .service-layout .tt {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .service-layout p {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.liquid {
  /* 真正的液態關鍵：先模糊背景，再套用 SVG 濾鏡扭曲 */
  backdrop-filter: blur(4px) url(#liquid_glass_filter);
  /* 用多層次的 box-shadow 營造玻璃的厚度與光暈 */
  box-shadow: inset 0 1px 1px rgb(255, 255, 255), inset 0 -1px 1px rgb(255, 255, 255), inset 0px 0px 8px rgba(255, 255, 255, 0.8), 0 1px 1px rgb(255, 255, 255); /* 外陰影 */
  /* 半透明的背景色 */
  background: linear-gradient(145deg, rgba(200, 200, 200, 0.3) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  animation: myAnimation 3s ease-in-out 1s infinite alternate forwards;
}
@media all and (max-width: 767px) {
  .liquid {
    width: 250px;
    height: 250px;
    margin-left: -125px;
  }
}

@keyframes myAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}/*# sourceMappingURL=in.css.map */