@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 */
/*----------------------------------------------------*/
.quickLinks-box 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) {
  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 {
  list-style: none;
}
.point li {
  position: relative;
  padding-left: 16px;
}
.point 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, .quickLinks-box .box-shadow, .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 {
  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 {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media all and (max-width: 1440px) {
  .pagesize {
    max-width: 1240px;
  }
}
@media all and (max-width: 1023px) {
  .pagesize {
    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 {
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  position: relative;
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .headerArea .pagesize {
    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 {
  position: relative;
}
footer .pagesize::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 {
  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 {
    width: 360px;
    height: 178px;
    background: url(../images/b_mascot.png) 0 0 no-repeat;
    background-size: contain;
    top: -120px;
    right: 0;
  }
  footer .pagesize 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);
  }
}
.wrapper {
  background: #F5FFFC url(../images/ind_bg.jpg) center 0 no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .wrapper {
    background: #F5FFFC url(../images/m_ind_bg.jpg) center 0 no-repeat;
    background-size: cover;
  }
}

.container {
  padding-bottom: 160px;
  position: relative;
}
.container::before {
  content: "";
  width: 622px;
  height: 622px;
  position: absolute;
  bottom: -100px;
  left: -200px;
  background: url(../images/ind_bg_deco.png) center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .container {
    padding-bottom: 80px;
  }
  .container::before {
    width: 200px;
    height: 200px;
    bottom: -20px;
    left: -20px;
  }
}

.ind-title {
  width: 100%;
  color: #00726A;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 32px;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind-title a.tt-more {
  font-size: 1rem;
  padding-right: 32px;
  position: relative;
  display: inline-block;
}
.ind-title a.tt-more::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/arrow.svg) center no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
}
.ind-title a.tt-more:hover::before {
  right: -10px;
}
@media all and (max-width: 767px) {
  .ind-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 16px;
  }
  .ind-title a.tt-more {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-right: 24px;
  }
  .ind-title a.tt-more::before {
    width: 22px;
    height: 22px;
    background: url(../images/arrow.svg) center no-repeat;
    background-size: 16px;
  }
}

.sub-stars {
  font-size: 1.125rem;
  color: #3ABAAF;
  display: block;
  margin-top: 8px;
}
.sub-stars::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/ic_t_stars.svg) center no-repeat;
  background-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .sub-stars {
    font-size: 0.875rem;
  }
}

.m-user-point {
  display: none;
}
@media all and (max-width: 767px) {
  .m-user-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 8px 10px 16px;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .m-user-point p {
    font-size: 0.875rem;
  }
  .m-user-point a.go {
    font-size: 0.875rem;
    display: inline-block;
    padding-right: 20px;
    background: url(../images/arrow_w.svg) right center no-repeat;
    background-size: 20px;
  }
}

.m-user-point + .container {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .m-user-point + .container {
    margin-top: -40px;
  }
}

/*---------------------------------------------------*/
.swiper-news {
  width: 100%;
  overflow: hidden;
  border-bottom: 16px;
  padding: 0 12px 30px;
}
.swiper-news .swiper-slide {
  width: 90%;
}
.swiper-news .newsBox {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #00726A;
  padding: 8px 20px;
}
.swiper-news .newsBox .tit {
  height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: initial;
  white-space: initial;
  color: #00726A;
}
.swiper-news .newsBox .time {
  color: #797979;
}
@media all and (max-width: 767px) {
  .swiper-news .newsBox a.more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
}

/*---------------------------------------------------*/
.quickLinks {
  margin-bottom: 24px;
}
.quickLinks .pagesize {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 48px;
}
.quickLinks-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 136px;
}
.quickLinks-box .box-shadow {
  width: 136px;
  height: 136px;
  margin: 0 auto 18px;
  border-radius: 100%;
}
.quickLinks-box .img-box {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  transition-duration: 0.3s;
}
.quickLinks-box .img-box img {
  width: 100%;
  height: auto;
}
.quickLinks-box p {
  display: block;
  color: #00726A;
  font-size: 1.25rem;
  text-align: center;
}
.quickLinks-box a {
  display: block;
}
.quickLinks-box:hover .img-box {
  transform: scale(1.1);
}
@media all and (max-width: 1199px) {
  .quickLinks .pagesize {
    gap: 24px;
  }
}
@media all and (max-width: 1023px) {
  .quickLinks .pagesize {
    gap: 12px;
  }
  .quickLinks-box {
    width: calc(16% - 12px);
  }
  .quickLinks-box .box-shadow {
    width: 96px;
    height: 96px;
  }
  .quickLinks-box p {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .quickLinks .pagesize {
    align-items: flex-start;
    gap: 24px 8px;
  }
  .quickLinks-box {
    width: calc(33% - 16px);
  }
  .quickLinks-box .box-shadow {
    width: 72px;
    height: 72px;
  }
  .quickLinks-box p {
    font-size: 1rem;
  }
}

/*---------------------------------------------------*/
.serviceArea {
  position: relative;
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  .serviceArea {
    margin-bottom: 16px;
  }
}

/*---------------------------------------------------*/
.healthArea {
  position: relative;
  background: url(../images/ind_bg_wave.png) 0 0 no-repeat;
  background-size: 100% 800px;
  padding-top: 140px;
  padding-bottom: 100px;
}
.healthArea::before {
  content: "";
  width: 280px;
  height: 200px;
  background: url(../images/ind_bg_deco_s.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media all and (max-width: 1440px) {
  .healthArea {
    background: url(../images/ind_bg_wave.png) 0 0 no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .healthArea::before {
    bottom: -40px;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .healthArea {
    background: url(../images/ind_bg_wave.png) -100px 0 no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 16px;
  }
  .healthArea::before {
    bottom: 0;
    right: 0;
    width: 120px;
    height: 86px;
  }
}/*# sourceMappingURL=index.css.map */