@charset "UTF-8";
/* CSS Document */
:root {
  --cream: #f5f1ea;
  --cream-dark: #ede8de;
  --sage: #8fa88a;
  --sage-light: #c4d4bf;
  --sage-dark: #5a7a55;
  --charcoal: #2c2c2a;
  --charcoal-light: #4a4a46;
  --warm-white: #faf8f4;
  --text-muted: #7a7870;
  --gold: #c9a96e;
}

body {
  font-family: "Microsoft JhengHei", sans-serif;
  padding-top: 0px;
  background: var(--warm-white);
  padding-top: 77px;
}
@media (max-width: 992px) {
  body {
    padding-top: 82px;
  }
}

.userhtml {
  font-family: Microsoft JhengHei;
  margin: 40px 0;
  font-size: 15px;
}

.wrapper {
  min-height: calc(100vh - 445px);
}

@media screen and (max-width: 1150px) {
  .outer {
    margin: 0;
  }
}

.news_page .userhtml {
  margin: 0;
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 95%;
}

.img-landscape {
  display: none !important;
}

.mobile-nav {
  display: none;
}

.block-title {
  font-size: 19px;
  color: #676767;
  position: relative;
  margin: 20px 0;
}
.block-title:after {
  position: absolute;
  top: 0.9em;
  left: 0;
  right: 0;
  display: block;
  content: "";
  border-top: 1px solid #d4d4d4;
}

.page-block-title {
  font-size: 25px;
  display: flex;
  align-items: center;
}
.page-block-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background: #73bdb0;
  margin-right: 9px;
}

.title-inner {
  display: flex;
  align-items: center;
  width: 275px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.title-inner:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 25px;
  background: #85bfb4;
  margin-right: 12px;
}

.block-title-en {
  color: #85bfb4;
  font-size: 24px !important;
  padding-right: 15px;
}

.index-page {
  width: 100%;
  overflow: hidden;
}
.index-page .more {
  background: #e2e2e2;
  padding: 10px 40px;
  width: auto;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 4px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #969696;
  right: 15px;
}
.index-page .more:hover, .index-page .more:active, .index-page .more:active {
  text-decoration: none;
  background: #d5e9e5;
  color: #85bbb1;
  transition: 500ms all;
}

.mes-btn, .line-btn, .mes-btn-mobile {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}

.cart-btn {
  background: #85bfb4;
  color: #fff;
  font-size: 27px;
  bottom: 87px;
  right: 23px;
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
.cart-btn:hover, .cart-btn:active {
  color: #fff;
  text-decoration: none;
  background: #59ab9c;
}
.cart-btn .icon-basket {
  position: relative;
  top: 7px;
  left: 9px;
}

.mes-btn {
  display: none;
  background: #fff;
  bottom: 55px;
  animation-name: close-rotate;
  animation-duration: 0.8s;
  animation-delay: 0;
  animation-fill-mode: backwards;
}

.mes-btn-mobile {
  display: block;
  background: #fff;
  bottom: 55px;
}

@keyframes close-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.line-btn {
  background: #4ecd00;
}

.mes-contact {
  display: none;
  position: fixed;
  bottom: 114px;
  z-index: 10;
  right: 20px;
}

.fb-share {
  position: fixed;
  right: 20px;
  bottom: 115px;
  color: #fff;
  background: #3b5998;
  padding: 9px;
  border-radius: 100%;
  z-index: 3;
}
.fb-share img {
  width: 30px;
  height: 30px;
}

.close-btn {
  bottom: 0;
  position: fixed;
  z-index: 10;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #007eff;
  border-radius: 100%;
  bottom: 55px;
  right: 20px;
  z-index: 99;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  animation-name: close-rotate;
  animation-duration: 0.8s;
  animation-delay: 0;
  animation-fill-mode: backwards;
}
.close-btn .glyphicon-remove {
  color: #fff;
  top: 15px;
  left: 15px;
  font-size: 20px;
}

.open .close-btn {
  display: block;
}

.open .mes-btn {
  display: none;
}

.language {
  display: none;
  position: absolute;
  top: 130px;
  z-index: 9;
  width: 99px;
}

.language-btn {
  background: 0;
  border: 0;
  color: #fff;
  /*
  	position: absolute;
  	right: 0;
  	z-index: 99;
  	top: 10px;
  	right: 70px;
  */
  font-family: Microsoft JhengHei;
  font-size: 18px;
  text-decoration: none;
  width: auto;
  text-align: left;
  padding: 2px 11px;
  display: inline-block;
  border: 0;
  padding-right: 0 !important;
  width: 75px;
}

.language-btn2 {
  display: none !important;
}

.language-menu {
  width: auto;
  background-color: #fff;
  list-style: none;
  padding-left: 0;
  text-align: left;
  padding: 5px 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.language-menu li {
  font-size: 16px;
  padding-bottom: 5px;
}
.language-menu li a {
  color: #4c4c4c;
  font-size: 15px;
}

.language-menu2 {
  width: auto;
  list-style: none;
  padding-left: 0;
  text-align: left;
  padding: 5px 0;
  padding-left: 0;
}
.language-menu2 li {
  font-size: 16px;
  padding: 0 0 5px;
  margin: 0 !important;
}
.language-menu2 li a {
  color: #4c4c4c;
  font-size: 15px;
}

.arrow {
  float: right;
  transform: scale(0.8, 0.5);
}

.header .logo {
  margin-right: 20px;
  text-decoration: none;
  white-space: nowrap;
}
.header .logo img {
  height: 36px;
  position: relative;
  filter: brightness(100);
}
.header .logo .nav-logo-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #2c2c2a;
  position: relative;
  top: 5px;
}
.header {
  top: 0;
  background: #5a7a55;
  width: 100%;
  position: fixed;
  transition: 500ms all;
  z-index: 9;
  border-bottom: 1px solid #d4d4d4;
}
.header .container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
}
@media (max-width: 1200px) {
  .header {
    padding: 30px 0;
    box-shadow: 0 0 10px #000;
  }
}

.header-fixed {
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.4);
}

.header-icon {
  width: 80px;
  display: none;
  text-align: center;
}
.header-icon a {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 3px;
  text-decoration: none;
}
.header-icon a:first-child {
  padding-right: 8px;
}

.search-bar {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  background: rgba(62, 62, 62, 0.61);
  padding: 10px 0;
}
.search-bar .container {
  position: relative;
}
.search-bar .icon-magnifier {
  position: absolute;
  right: 11px;
  top: 10px;
  color: #fff;
  font-size: 18px;
}
.search-bar button {
  outline: none;
  border: none;
  background: 0;
}
.search-bar button:hover, .search-bar button:active, .search-bar button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.search-bar input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  background: rgba(109, 109, 109, 0.6);
  border-radius: 20px;
  padding: 0 26px;
}
.search-bar input:hover, .search-bar input:active, .search-bar input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.menu {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  width: calc(100% - 223px);
  text-align: right;
}
.menu li {
  display: inline-block;
  padding: 28px 20px;
  font-size: 14px;
}
.menu li a {
  color: #fff;
  text-decoration: none;
}
.menu li a[data-toggle=dropdown] {
  position: absolute;
  width: 20px;
  height: 35px;
  padding: 0;
  text-align: center;
}
.menu .m_link {
  display: none;
}
@media (max-width: 1200px) {
  .menu .m_link {
    display: block;
  }
  .menu .m_link .m_link_info {
    display: flex;
    justify-content: center;
  }
  .menu .m_link .m_link_info .link_box {
    margin: 20px;
  }
  .menu .m_link .m_link_info .link_box a i {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .menu .m_link .m_link_bottom {
    text-align: center;
  }
  .menu .m_link .m_link_bottom a {
    margin: 0 10px;
  }
  .menu .m_link .m_link_bottom a img {
    width: 35px;
  }
}

.dropdown-menu li {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.dropdown-menu2 li {
  position: relative;
}
.dropdown-menu2 li img {
  width: 200px;
}

.dropdown a {
  padding: 26px 0;
}

.dropdown-menu li a {
  font-size: 14px;
  display: inline-block;
  padding: 6px;
  min-width: 12rem;
  font-size: 16px !important;
}
.dropdown-menu li a .maintxt {
  font-size: 16px;
}
.dropdown-menu li .sub-menu li a {
  font-size: 16px;
}

.open > .dropdown-menu {
  top: 77px;
  padding: 0;
  border-radius: 0;
  display: block;
}
.open > .dropdown-menu li {
  padding: 0 8px;
  font-size: 16px;
  width: 100%;
}
.open > .dropdown-menu .open .dropdown-menu {
  top: -4px;
  left: 99%;
  display: block;
}
.open > .dropdown-menu a {
  padding: 9px 20px;
  text-align: center;
  color: #449284;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .open > .dropdown-menu a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .open.horizon .dropdown-menu2 {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .open.horizon .dropdown-menu2 li.open .sub-menu {
    position: fixed;
    height: 100%;
    left: 200px !important;
    top: 77px !important;
    width: calc(100% - 200px);
    background-color: #F6F4F1;
    display: flex;
    padding: 2rem;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    z-index: 99;
  }
  .open.horizon .dropdown-menu2 li.open .sub-menu li {
    width: calc(25% - 10px);
    border: 0;
    background-color: #fff;
    border-radius: 12px;
    display: inline-flex;
  }
  .open.horizon .dropdown-menu2 li.open .sub-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    justify-content: space-between;
  }
  .open.horizon .dropdown-menu2 li.open .sub-menu li a img {
    max-width: 50px;
    aspect-ratio: 1/1;
    float: right;
    order: 1;
  }
}

.maga-menu {
  position: static;
}
.maga-menu > .dropdown-menu {
  position: absolute;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-height: 400px;
  overflow: auto;
}
.maga-menu .dropdown-menu .dropdown-menu {
  top: 0;
  position: relative;
  float: none;
  display: block;
}
.maga-menu .maintxt:hover {
  background: #fff;
}
.maga-menu.open > .dropdown-menu {
  display: block;
  top: 51px;
  border-top: 4px solid #85bfb4 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: table-row;
}
.maga-menu.open > .dropdown-menu > li {
  display: table-cell;
}
.maga-menu.open > .dropdown-menu .dropdown-menu {
  box-shadow: none;
}
.maga-menu.open > .dropdown-menu .dropdown-menu li {
  padding: 0;
  display: block;
  width: 33%;
}
.maga-menu.open > .dropdown-menu > .dropdown {
  border-right: 1px solid #ccc;
  vertical-align: top;
  width: auto;
}
.maga-menu.open > .dropdown-menu > .dropdown a:hover {
  background: #fff;
}
.maga-menu.open .dropdown-menu {
  border: 0;
}
.maga-menu.open .dropdown-menu > .dropdown:hover {
  background: #fff;
}
.maga-menu.open .dropdown-menu li:hover {
  background: #fff;
}

.maga-menu2 > .dropdown-menu > .dropdown {
  position: relative;
}
.maga-menu2 > .dropdown-menu > .dropdown > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: -2px -1px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #449284;
}

.maga-menu2.open > .dropdown-menu {
  overflow: initial;
}
.maga-menu2.open > .dropdown-menu .dropdown a .caret {
  position: absolute;
  top: 45%;
  right: 3%;
  transform: rotate(-90deg);
  border-top: 4px dashed #CACACA;
}

.page_title_wrap {
  border-radius: 3px;
  padding: 4rem 0 4rem 3rem;
  order: -1;
  width: 50%;
}

.page_title {
  margin: 0;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1rem;
}
.page_title:before {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 61px;
  margin-right: 15px;
  right: 154px;
}
.page_title:after {
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 5px;
  right: -100px;
}

.page_info {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 560px;
  font-weight: 300;
}

.page-visual {
  position: relative;
  background: var(--cream);
  position: relative;
  overflow: hidden;
  display: flex;
}
.page-visual .pagesmalltitle {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-visual .pagesmalltitle::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--sage);
}
@media (max-width: 992px) {
  .page-visual {
    flex-wrap: wrap;
  }
}

.page-banner {
  width: 50%;
  max-height: 500px;
}
.page-banner img {
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner p {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.page-banner:empty {
  display: none;
}
.page-banner:after {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .page-banner {
    width: 100%;
  }
}

.breadcrumb-wrap {
  padding: 15px 0px;
  background-color: transparent;
  display: none;
}

.breadcrumb {
  margin-bottom: 0;
  font-size: 12px;
}
.breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 12px;
  margin-right: 10px;
}

.footer {
  border-top: 1px solid #eaeaea;
  background-color: #5a7a55;
  color: #617377;
  padding: 40px 0;
}
.footer .row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.footer .footer-col h4 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .footer-col a {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  color: #617377;
  text-decoration: none;
  transition: 0.3s;
}
.footer .footer-col a:hover {
  color: #c4d4bf;
}

.footer-logo {
  display: block;
  padding-bottom: 12px;
}
.footer-logo img {
  width: 250px;
  filter: brightness(100);
}

.footer-info {
  padding: 25px 0;
  padding-bottom: 10px;
}
.footer-info a {
  color: #fff;
}

.footer-left p {
  margin: 0;
  padding-bottom: 5px;
}

.footer-center {
  border-left: 1px solid #dadada;
}
.footer-center a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 8px;
  font-size: 13px;
}
.footer-center a:last-child {
  padding-bottom: 0;
}
.footer-center .footerstore {
  display: flex;
  flex-wrap: wrap;
}
.footer-center .footerstore .storeitem {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .footer-center .footerstore .storeitem {
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer-center .footerstore .storeitem .icon {
  font-size: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #9e9e9e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
}
.footer-center .footerstore .storeitem .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-center .footerstore .storeitem .store_text {
  width: calc(100% - 45px);
  padding-left: 10px;
  padding-right: 20px;
}
.footer-center .footerstore .storeitem p {
  margin-bottom: 0;
  font-size: 16px;
}
.footer-center .footerstore .storeitem .community_list {
  display: flex;
}
.footer-center .footerstore .storeitem .community_list a {
  font-size: 18px;
  margin-right: 10px;
}

.footer-str {
  margin-top: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #617377;
  text-align: center;
}

.footer-right .footermap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-right .footermap li a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer-right .footermap li a {
    padding: 12px 8px;
  }
}

.fb-share:hover {
  background: #3b5998;
}

.line-share:hover {
  background: #00b900;
}

.copyright {
  background: #5a7a55;
  color: #dddddd;
  padding: 20px 0;
}
.copyright p {
  font-size: 12px;
  margin: 0;
}

.anti-copyright {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #dedede;
}

.pageform {
  width: 70%;
  margin: 0 auto;
}
.pageform .login_btn_group {
  text-align: center;
}
.pageform .btn-success {
  background: #449284;
  border: 0;
  width: 120px;
  height: 35px;
}

.module_form {
  padding-left: 0;
  list-style: none;
}
.module_form .formtxt {
  width: 101px;
  display: inline-block;
  margin-bottom: 0;
  text-align: right;
  margin-right: 14px;
  line-height: 1.5;
}
.module_form .formtxt .glyphicon-lock {
  padding-right: 6px;
}
.module_form .formhint {
  align-self: baseline;
  position: relative;
  right: 53px;
  top: 8px;
  padding: 7px 10px;
}
.module_form input, .module_form select {
  padding: 11px 12px;
  height: auto;
}
.module_form textarea {
  height: 190px;
}
.module_form input, .module_form textarea, .module_form select {
  display: inline-block;
  width: 74%;
}
.module_form li {
  display: flex;
  align-self: start;
  padding-bottom: 10px;
}
.module_form [name=txtCode] {
  width: 60%;
}

.panel-heading {
  padding: 18px 10px;
}

.panel-title .pull-right {
  color: #b1b1b1;
  position: absolute;
  right: 0;
}
.panel-title a {
  text-decoration: none;
  display: block;
  padding-right: 20px;
  position: relative;
  line-height: 1.5;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-top: 40px;
}

.news_item {
  overflow: hidden;
  padding: 0;
  width: 32.3%;
  clear: none;
  border: 0;
  margin: 0.5%;
  display: inline-block;
  position: relative;
}
.news_item a {
  display: inline-block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--cream-dark);
  background: var(--warm-white);
  transition: all 0.3s;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.news_item a .newstxt_wrap {
  padding: 1.8rem;
}
.news_item .more {
  color: #629c91;
}
.news_item .pic {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eaeaea;
}
.news_item .pic img {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_item a:hover, .news_item a:active, .news_item a:focus {
  text-decoration: none;
}

.newstxt_wrap .title {
  font-family: "Noto Serif TC", serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.newstxt_wrap .date {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 2px;
  margin-bottom: 0.6rem;
  display: none;
}
.newstxt_wrap .news_digest {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.75;
  flex: 1;
}
.newstxt_wrap .more {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--sage-dark);
  margin-top: 1.2rem;
  letter-spacing: 1px;
}
.newstxt_wrap .more::after {
  content: "→";
  transition: transform 0.2s;
}

.content-title {
  vertical-align: top;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 13px;
}
.content-title:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #449284;
  margin-right: 7px;
  vertical-align: top;
}

.question-search {
  margin: 0;
}
.question-search .order_toolbar2 {
  margin: 0 auto;
  margin-top: 24px;
  width: 100%;
}

.question-wrap .panel-default > .panel-heading {
  color: #636363;
  background-color: #eef5f3;
}
.question-wrap .panel-default:first-child {
  border-color: #a9cec7;
}
.question-wrap .panel-default:first-child > .panel-heading {
  background: #d5e9e5 !important;
  border-color: #abd2ca !important;
}
.question-wrap .panel-default:first-child > .panel-heading .panel-title a {
  color: #5c988d;
}
.question-wrap .panel-default:first-child > .panel-heading .pull-right {
  color: #85bfb4;
}
.question-wrap .question_title {
  background: #eef5f3;
  padding: 8px 0;
  text-align: center;
  color: #a2bbb4;
}

#gotop {
  position: fixed;
  right: 20px;
  bottom: 5px;
  color: #fff;
  background: #85bfb4;
  padding: 11px 14px;
  border-radius: 100%;
  z-index: 3;
}
#gotop .glyphicon-chevron-up {
  font-size: 16px;
}

.module_form input[type=radio], .module_form input[type=checkbox] {
  width: auto;
}
.module_form label {
  margin-right: 10px;
  line-height: 1.5;
}

.panel-default > .panel-heading {
  color: #636363;
  background-color: #eef5f3;
}

.doctor-info img {
  max-width: 100%;
  border: 1px solid #efefef;
}

.doctor-info .col-md-6 {
  padding-bottom: 40px;
  position: relative;
}

.doctor-info h2 {
  font-size: 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 36%;
  left: 54px;
}

.doctor-info a {
  text-decoration: none;
  color: #449284;
}

.doctor-info {
  padding-top: 40px;
}

.dr-info {
  overflow: hidden;
  margin: 50px 0;
}

.dr-info p {
  padding-left: 12px;
}

.dr-pic img {
  max-width: 100%;
}

.dr-name {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}

.dr-info .right p {
  padding-left: 0;
}

.dr-info .right .swiper-container-autoheight, .dr-info .right .swiper-container-autoheight .swiper-slide {
  text-align: center;
  max-width: 350px;
}
.dr-info .right .swiper-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.control-label .iconfont {
  color: #85bfb4;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}

.login_wrap input {
  padding: 11px 10px;
}

.page_wrap img {
  max-width: 100%;
  height: auto !important;
  text-align: left;
}
.page_wrap table {
  width: 100%;
}
.page_wrap table td {
  padding: 10px;
  vertical-align: top;
}
@media screen and (max-width: 630px) {
  .page_wrap table, .page_wrap tbody, .page_wrap tr, .page_wrap td {
    display: block;
    text-align: left;
    clear: both;
  }
  .page_wrap td {
    width: 100%;
    text-align: left;
    clear: both;
  }
  .page_wrap .tabcon_wrap {
    text-align: left;
  }
  .page_wrap .tabcon_wrap tr td:first-child {
    text-align: left;
  }
  .page_wrap .tabcon_wrap tr td {
    text-align: left;
    overflow: hidden;
  }
  .page_wrap .tabcon_wrap .edm-option {
    margin-top: 15px;
  }
  .page_wrap .tabcon_wrap .edm-option td {
    width: auto;
    display: inline-block;
  }
}

.page-big-title {
  position: relative;
  margin-bottom: 5px;
}
.page-big-title h2 {
  font-size: 28px;
  color: #545454;
  background: transparent;
  align-items: center;
  display: inline-block;
  z-index: 3;
  position: relative;
  padding-right: 10px;
  margin-top: 15px;
}

.page-small-title {
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #232422;
  margin-top: 30px;
  position: relative;
  padding-left: 0px;
}
.page-small-title:before {
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #85bfb4;
  margin-right: 9px;
  position: absolute;
  left: 0;
}
.page-small-title.news_title {
  margin: 20px 0;
  font-size: 32px;
}

.page-xs-title {
  font-size: 19px;
  color: #484848;
  margin: 30px 0 13px;
  display: flex;
  align-items: center;
}
.page-xs-title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #555;
  margin-right: 8px;
}

.htmlpage_page p {
  margin: 0;
  margin-bottom: 6px;
  line-height: 1.7;
  font-size: 16px;
  color: #5d5d5d;
}

.registerform .form-control {
  padding: 0 12px;
  height: 42px;
}

.tab_btn {
  margin-bottom: 20px;
}
.tab_btn a {
  font-size: 22px;
  color: #449284;
  padding: 8px 24px;
  text-decoration: none;
}
.tab_btn a.act {
  border-bottom: 1px solid #449284;
}
@media (max-width: 500px) {
  .tab_btn a {
    padding: 8px 18px;
  }
}

.info_2 img {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .menu {
    display: none;
    order: 4;
    text-align: center;
    width: 120%;
    margin: 31px -15px 0;
    padding-bottom: 0;
    overflow: scroll;
    height: calc(100vh - 105px);
    position: relative;
  }
  .menu li {
    display: block;
    text-align: left;
    padding: 0px;
    overflow: hidden;
    border-bottom: 0.3px solid #fdfdfd;
    margin: 0px;
    box-shadow: 0px 0.5px 0 rgba(51, 114, 103, 0.4588235294);
    position: relative;
  }
  .menu li [data-bs-toggle=dropdown] {
    display: none;
  }
  .menu li a {
    display: inline-block;
    padding: 20px;
    text-align: left;
  }
  .menu li.open .dropdown-menu li {
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: #588a50;
  }
  .menu li.horizon .dropdown-menu2 {
    margin: 0;
  }
  .menu li.horizon .dropdown-menu2 li.open .sub-menu {
    width: 100%;
    background-color: #F6F4F1;
    padding: 1rem;
    gap: 10px;
    z-index: 99;
  }
  .menu li.horizon .dropdown-menu2 li.open .sub-menu li {
    width: 100%;
    border: 0;
    background-color: #fff;
    border-radius: 12px;
    display: inline-flex;
    margin-bottom: 10px;
  }
  .menu li.horizon .dropdown-menu2 li.open .sub-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #5a7a55;
  }
  .menu li.horizon .dropdown-menu2 li.open .sub-menu li a img {
    max-width: 50px;
    aspect-ratio: 1/1;
    float: right;
    order: 1;
  }
  .menu::before {
    content: "";
    position: fixed;
    top: 82px;
    left: 0;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2666666667));
    width: 100%;
    height: 5px;
  }
  .language {
    top: 37px;
    right: -20px;
  }
  .language-btn {
    display: none;
  }
  .header .container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header .container .logo {
    margin-right: 20px;
  }
  .header .container .logo img {
    width: auto !important;
    top: 0;
  }
  .header .container:before, .header .container:after {
    display: none;
  }
  .header-icon {
    width: auto;
    display: inline-block;
  }
  .header-icon a {
    padding: 4px;
  }
  .header-icon .search_btn1 {
    display: none;
  }
  .header-icon .language-btn2 {
    display: none;
  }
  .mobile-nav {
    display: inline-block;
    position: relative;
    top: 10px;
  }
  .dropdown-menu {
    position: static;
    float: none;
  }
  .open .dropdown-menu {
    top: 0;
    border-radius: 0;
    border: 0;
    color: #449284;
    box-shadow: none;
    margin-top: 10px;
    box-shadow: none;
    display: block;
    text-align: left;
    background: none;
  }
  .open .dropdown-menu li {
    padding: 0;
  }
  .open .dropdown-menu li .dropdown-menu {
    display: none;
  }
  .open .dropdown-menu a {
    text-align: left;
  }
  .maga-menu.open .dropdown-menu {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 0;
    top: 0;
  }
  .maga-menu.open > .dropdown-menu > li > a {
    color: #fff;
    background: #85bfb4;
  }
  .maga-menu.open > .dropdown-menu > .dropdown {
    border-right: 0;
    display: block;
  }
  .maga-menu.open > .dropdown-menu {
    border: 1px solid #ccc;
    box-shadow: none;
    padding-bottom: 0;
    max-height: unset;
  }
  .maga-menu.open > .dropdown-menu .dropdown-menu li {
    width: 100%;
  }
  .maga-menu2 > .dropdown-menu > .dropdown > .dropdown-menu {
    position: relative;
    margin: 10px;
    left: 0;
  }
  body {
    padding-top: 99px;
  }
}
@media screen and (max-width: 1250px) {
  .footer-left {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .footer-info {
    padding: 15px 20px;
  }
  .footer-info .row {
    flex-wrap: wrap;
  }
  .footer-info .footer-left {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .footer-info .footer-center {
    width: 100%;
    border-left: 0;
    margin-top: 5px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 980px) {
  .machine-box {
    padding-bottom: 40px !important;
    margin-bottom: 0 !important;
  }
  .cer-btn01 {
    bottom: 8px !important;
  }
}
@media screen and (max-width: 960px) {
  .news_item {
    width: 49%;
  }
  .news_item .pic {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .userhtml {
    margin: 0 0 40px 0;
  }
  .page_title_wrap {
    width: 100%;
    padding: 4rem 1rem;
  }
  .page-visual .pagesmalltitle {
    justify-content: center;
  }
  .page_info {
    text-align: center;
    max-width: 100%;
  }
  .page_title {
    text-align: center;
  }
  .page_title:before, .page_title:after {
    display: none;
  }
  .pageform {
    width: 100%;
  }
  .module_form .formtxt {
    width: 75px;
  }
  .question-search {
    padding-bottom: 20px;
  }
  .footer-left {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .header {
    padding: 30px 10px;
    box-shadow: 0 0 10px #000;
  }
  .wrapper {
    padding: 0px;
  }
  .search-bar {
    left: 0;
    top: 67px;
  }
  .module_form .formtxt {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .news_item {
    width: 100%;
    margin: 0;
  }
  .page_title {
    font-size: 28px;
  }
  .panel-title .pull-right {
    display: none;
  }
  .panel-title a {
    padding-right: 0;
  }
  .panel-heading {
    padding: 10px;
  }
  .anti-copyright {
    text-align: left;
    padding-left: 20px;
  }
  .footer-str {
    width: 80%;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .index-page .more {
    position: static;
  }
  .block-title-en {
    font-size: 20px !important;
  }
  .img-landscape {
    display: block !important;
  }
  .img-portrait {
    display: none !important;
  }
  .block-title {
    margin-top: 15px;
  }
  .module_form li {
    display: block;
    position: relative;
  }
  .module_form .formtxt {
    width: 100%;
    display: block;
    text-align: left;
  }
  .module_form input, .module_form select, .module_form textarea {
    width: 100%;
  }
  .module_form .formhint {
    position: absolute;
    right: 8px;
    top: 32px;
  }
}
@media screen and (max-width: 400px) {
  .doctor-info h2 {
    left: 33px;
    font-size: 23px;
  }
  .doctor-info .col-md-6 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .header {
    padding: 20px 3px;
  }
  .header img {
    width: 160px;
  }
  body {
    padding-top: 82px;
  }
  .page-big-title h2 {
    font-size: 22px;
  }
  .page-small-title {
    margin-top: 15px;
  }
  .search-bar {
    top: 50px;
  }
}
@media screen and (max-width: 320px) {
  .doctor-info h2 {
    top: 33%;
    left: 33px;
  }
  .anti-copyright {
    padding-right: 100px;
  }
  .header .container {
    justify-content: center;
  }
  body {
    padding-top: 103px;
  }
}
.right_fixed {
  position: fixed;
  right: 17px;
  bottom: 65px;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.right_fixed .line_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #449284;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}
.right_fixed .line_btn img {
  width: 65px;
}
.right_fixed .line_btn span {
  position: absolute;
  top: 26%;
  background-color: #fff;
}
.right_fixed .line_btn .pcLINE {
  display: block;
}
.right_fixed .line_btn .mLINE {
  display: none;
}
@media (max-width: 768px) {
  .right_fixed .line_btn {
    margin: 0;
    padding: 10px 0;
    width: 33.3333%;
    color: #fff;
    border-left: 1px solid rgba(85, 85, 85, 0.2392156863);
  }
  .right_fixed .line_btn span {
    position: unset;
    background-color: transparent;
  }
  .right_fixed .line_btn .pcLINE {
    display: none;
  }
  .right_fixed .line_btn .mLINE {
    display: block;
    width: 55px;
  }
}
@media (max-width: 768px) {
  .right_fixed {
    display: flex;
    width: 100%;
    right: 0;
    bottom: 0;
    background-color: #5a7a55;
    flex-direction: row;
  }
}
.right_fixed.act {
  z-index: -1;
}

.sec-header {
  text-align: center;
  padding: 5rem 2rem 3rem;
}
.sec-header a {
  text-decoration: none;
}
.sec-header .sec-eyebrow {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sec-header .sec-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 300;
  color: var(--charcoal);
}
@media (max-width: 992px) {
  .sec-header .sec-title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .sec-header {
    padding: 3rem 1rem 2rem;
  }
}

.hero {
  display: flex;
  max-height: 100vh;
  overflow: hidden;
}
.hero .hero-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  background: #f5f1ea;
}
.hero .hero-left .hero-desc {
  font-size: 15px;
  line-height: 1.85;
  color: #7a7870;
  max-width: 400px;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.hero .hero-left .hero-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #8fa88a;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero .hero-left .hero-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #8fa88a;
}
.hero .hero-left .hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  font-weight: 300;
  line-height: 1.15;
  color: #2c2c2a;
  margin-bottom: 1.8rem;
}
.hero .hero-left .hero-title em {
  font-style: italic;
  color: #5a7a55;
}
.hero .hero-right {
  width: 50%;
  position: relative;
}
.hero .hero-right img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .hero {
    flex-wrap: wrap;
    max-height: unset;
  }
  .hero .hero-left {
    width: 100%;
    padding: 2rem;
  }
  .hero .hero-left .hero-title {
    font-size: 30px;
  }
  .hero .hero-right {
    width: 100%;
    order: -1;
  }
  .hero .hero-float-card {
    bottom: 1rem;
    left: 1.5rem;
  }
  .hero .hero-float-card2 {
    top: 1rem;
    right: 1.5rem;
    display: none;
  }
}

.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.btn-main {
  background: #5a7a55;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.btn-main:hover {
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: #2c2c2a;
  border: 1px solid rgba(44, 44, 42, 0.3);
  border-radius: 50px;
  padding: 13px 28px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.btn-ghost:hover {
  color: #2c2c2a;
}

.hero-float-card {
  position: absolute;
  bottom: 3rem;
  left: 2.5rem;
  background: rgba(250, 248, 244, 0.95);
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-float-card2 {
  position: absolute;
  top: 8rem;
  right: 2.5rem;
  background: rgba(250, 248, 244, 0.95);
  border-radius: 16px;
  padding: 1rem 1.4rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 13px;
  color: #2c2c2a;
}

.stats {
  display: flex;
  background: #2c2c2a;
}
.stats .stat {
  flex: 1 1 25%;
  padding: 2.2rem 2rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.stats .stat .stat-num {
  display: block;
  text-align: center;
  font-size: 42px;
  color: #f5f1ea;
}
.stats .stat .stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 2px;
  margin-top: 6px;
  display: block;
}
@media (max-width: 992px) {
  .stats {
    flex-wrap: wrap;
    display: none;
  }
  .stats .stat {
    flex: 1 1 50%;
  }
}

.services-section {
  background: #faf8f4;
  padding-bottom: 5rem;
}
.services-section .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 3rem;
}
.services-section .service-item {
  flex: 1 1 calc(33.3333% - 10px);
  padding: 2.5rem 2rem;
  border-right: 1px solid #f2f2f2;
  transition: background 0.25s;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.services-section .service-item a {
  text-decoration: none;
}
.services-section .service-item .service-name {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.6rem;
}
.services-section .service-item:nth-child(3n) {
  border-right: 0;
}
.services-section .service-item .service-no {
  font-size: 11px;
  color: #c4d4bf;
  letter-spacing: 2px;
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.services-section .service-item .service-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ede8de;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  transition: background 0.5s;
}
.services-section .service-item .service-icon-wrap svg, .services-section .service-item .service-icon-wrap img {
  width: 24px;
  height: 24px;
}
.services-section .service-item .service-desc {
  font-size: 13px;
  line-height: 1.75;
  color: #b5b3b3;
}
.services-section .service-item .service-sub {
  font-size: 12px;
  color: #8fa88a;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
}
.services-section .service-item .service-more {
  margin-top: 1.5rem;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.services-section .service-item .service-more a {
  color: #5a7a55;
  text-decoration: none;
}
.services-section .service-item:hover .service-name {
  color: #fff;
}
.services-section .service-item:hover .service-desc {
  color: #b5b3b3;
}
@media (max-width: 992px) {
  .services-section .services-grid {
    margin: 0 1rem;
  }
  .services-section .service-item {
    flex: 1 1 100%;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .services-section .service-item .service-name {
    color: #fff;
  }
  .services-section .service-item .service-desc {
    color: #b5b3b3;
  }
  .services-section .service-item:nth-child(1) {
    background: url(../images/拉提.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .services-section .service-item:nth-child(2) {
    background: url(../images/雷射.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .services-section .service-item:nth-child(3) {
    background: url(../images/微整.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .services-section .service-item:nth-child(4) {
    background: url(../images/美容.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .services-section .service-item:nth-child(5) {
    background: url(../images/曲線雕塑.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .services-section .service-item:nth-child(6) {
    background: url(../images/減重門診.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.about-section {
  display: flex;
  flex-wrap: wrap;
}
.about-section .about-visual {
  width: 50%;
}
.about-section .about-visual img {
  width: 100%;
}
@media (max-width: 768px) {
  .about-section .about-visual {
    width: 100%;
  }
}
.about-section .about-text {
  width: 50%;
  padding: 80px 60px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section .about-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #7a7870;
  margin-bottom: 1rem;
  font-weight: 300;
}
.about-section .about-text blockquote {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: var(--sage-dark);
  border-left: 2px solid var(--sage-light);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.about-section .about-text .sec-eyebrow {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.about-section .about-text .about-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.about-section .about-text .about-tags .tag {
  font-size: 11px;
  letter-spacing: 1.5px;
  border: 1px solid var(--sage-light);
  color: var(--sage-dark);
  border-radius: 50px;
  padding: 5px 14px;
}
@media (max-width: 768px) {
  .about-section .about-text {
    width: 100%;
    padding: 40px 30px;
  }
}

.doctors-section {
  background: var(--warm-white);
  padding: 0 3rem 5rem;
}
.doctors-section .doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .doctors-section .doctors-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.doctors-section .doctors-grid a {
  text-decoration: none;
}
.doctors-section .doctors-grid .doctor-card {
  border: 1px solid var(--cream-dark);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
}
.doctors-section .doctors-grid .doctor-card .doctor-photo {
  background: #e8e4dd;
  overflow: hidden;
  text-align: center;
}
.doctors-section .doctors-grid .doctor-card .doctor-photo img {
  max-width: 100%;
}
.doctors-section .doctors-grid .doctor-card .doctor-info {
  padding: 1.5rem;
}
.doctors-section .doctors-grid .doctor-card .doctor-info .doctor-name {
  font-family: "Noto Serif TC", serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 4px;
}
.doctors-section .doctors-grid .doctor-card .doctor-info .doctor-spec {
  font-size: 12px;
  color: var(--sage);
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.doctors-section .doctors-grid .doctor-card .doctor-info .doctor-bio {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
.doctors-section .doctors-grid .doctor-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.doctors-section .doctor-more-outer {
  text-align: center;
  margin-top: 12px;
}
.doctors-section .doctor-more-outer a {
  display: inline-block;
  background: #5a7a55;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
@media (max-width: 992px) {
  .doctors-section {
    padding: 0 1rem 3rem;
  }
  .doctors-section .doctor-card {
    margin-bottom: 0;
  }
}

.doctor-card {
  border: 1px solid var(--cream-dark);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
  width: 100%;
}
.doctor-card .doctor-photo {
  background: #e8e4dd;
  overflow: hidden;
  text-align: center;
}
.doctor-card .doctor-photo img {
  max-width: 100%;
}
.doctor-card .doctor-info {
  padding: 1.5rem;
}
.doctor-card .doctor-info .doctor-name {
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 4px;
}
.doctor-card .doctor-info .doctor-spec {
  font-size: 12px;
  color: var(--sage);
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.doctor-card .doctor-info .doctor-bio {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}

.process-section {
  background: var(--cream);
  padding: 5rem 3rem;
}
.process-section .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}
.process-section .process-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 1px;
  background: var(--sage-light);
  z-index: 0;
}
@media (max-width: 992px) {
  .process-section .process-steps {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .process-section .process-steps::before {
    top: 48px;
    left: 20px;
    right: calc(84.5% + 28px);
    height: 68%;
    width: 1px;
  }
}
.process-section .process-steps .step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process-section .process-steps .step .step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--warm-white);
  border: 1px solid var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--sage-dark);
}
.process-section .process-steps .step .step-title {
  font-family: "Noto Serif TC", serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.process-section .process-steps .step .step-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
@media (max-width: 992px) {
  .process-section .process-steps .step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .process-section .process-steps .step .step-num {
    margin: 0;
  }
  .process-section .process-steps .step .step-title {
    margin: 0;
    padding-left: 10px;
  }
  .process-section .process-steps .step .step-num {
    width: 40px;
    height: 40px;
  }
  .process-section .process-steps .step .step-desc {
    padding-left: 50px;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .process-section {
    padding: 3rem 2rem;
  }
}

.case_perview .case_outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .case_perview .case_outer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.case_perview .case-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--cream-dark);
  background: var(--warm-white);
  transition: all 0.3s;
}
.case_perview .case-card .ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-radius: 18px 18px 0 0;
}
.case_perview .case-card .ba-slider .ba-after, .case_perview .case-card .ba-slider .ba-before {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_perview .case-card .ba-slider .ba-after img, .case_perview .case-card .ba-slider .ba-before img {
  width: 100%;
  pointer-events: none;
}
.case_perview .case-card .ba-slider .ba-label {
  position: absolute;
  bottom: 12px;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 3;
  pointer-events: none;
}
.case_perview .case-card .ba-slider .ba-label.ba-label-left {
  left: 12px;
  background: rgba(44, 44, 42, 0.55);
  color: white;
}
.case_perview .case-card .ba-slider .ba-label.ba-label-right {
  right: 12px;
  background: rgba(250, 248, 244, 0.85);
  color: var(--charcoal);
}
.case_perview .case-card .ba-slider .ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
.case_perview .case-card .ba-slider .ba-handle .ba-knob {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.case_perview .case-card .ba-slider .ba-handle .ba-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.case_perview .case-card .case-body {
  padding: 1.4rem 1.5rem;
}
.case_perview .case-card .case-body .case-tag {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--sage);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.case_perview .case-card .case-body .case-title {
  font-family: "Noto Serif TC", serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.case_perview .case-card .case-body .case-detail {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}
.case_perview .case-card .case-body .case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cream-dark);
}
.case_perview .case-card .case-body .case-meta .case-times {
  font-size: 11px;
  color: var(--sage);
  letter-spacing: 1px;
}
.case_perview .case-card .case-body .case-meta .case-read {
  font-size: 11px;
  color: var(--sage-dark);
  text-decoration: none;
}
.case_perview .case_viewmore {
  text-align: center;
}
.case_perview .case_viewmore a {
  margin: auto;
  display: inline-block;
  background: transparent;
  color: var(--sage-light);
  border: 1px solid rgba(196, 212, 191, 0.4);
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
.case_perview .case_viewmore a:hover {
  background: var(--sage-dark);
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .case_perview {
    padding: 3rem 1rem !important;
  }
}

.case_perview_page .case_outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .case_perview_page .case_outer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.case_perview_page .case-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--cream-dark);
  background: var(--warm-white);
  transition: all 0.3s;
}
.case_perview_page .case-card .ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-radius: 18px 18px 0 0;
}
.case_perview_page .case-card .ba-slider .ba-after, .case_perview_page .case-card .ba-slider .ba-before {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_perview_page .case-card .ba-slider .ba-after img, .case_perview_page .case-card .ba-slider .ba-before img {
  width: 100%;
  pointer-events: none;
}
.case_perview_page .case-card .ba-slider .ba-label {
  position: absolute;
  bottom: 12px;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 3;
  pointer-events: none;
}
.case_perview_page .case-card .ba-slider .ba-label.ba-label-left {
  left: 12px;
  background: rgba(44, 44, 42, 0.55);
  color: white;
}
.case_perview_page .case-card .ba-slider .ba-label.ba-label-right {
  right: 12px;
  background: rgba(250, 248, 244, 0.85);
  color: var(--charcoal);
}
.case_perview_page .case-card .ba-slider .ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
.case_perview_page .case-card .ba-slider .ba-handle .ba-knob {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.case_perview_page .case-card .ba-slider .ba-handle .ba-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.case_perview_page .case-card .case-body {
  padding: 1.4rem 1.5rem;
}
.case_perview_page .case-card .case-body .case-tag {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--sage);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.case_perview_page .case-card .case-body .case-title {
  font-family: "Noto Serif TC", serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_perview_page .case-card .case-body .case-detail {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_perview_page .case-card .case-body .case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cream-dark);
}
.case_perview_page .case-card .case-body .case-meta .case-times {
  font-size: 11px;
  color: var(--sage);
  letter-spacing: 1px;
}
.case_perview_page .case-card .case-body .case-meta .case-read {
  font-size: 11px;
  color: var(--sage-dark);
  text-decoration: none;
}

.cta-section {
  background: var(--cream);
  padding: 6rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section .sec-title {
  margin-bottom: 1rem;
}
.cta-section p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.branches_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 18px;
}
.branches_preview .branches_item {
  position: relative;
  height: 100%;
}
.branches_preview .branches_txt {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  background: rgba(250, 248, 244, 0.9);
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--charcoal);
}

.contact_outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .contact_outer {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 992px) {
  .cta-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 2.5rem 3rem 2rem;
}
.filter-bar .filter-btn {
  font-size: 12px;
  letter-spacing: 1.5px;
  border: 1px solid var(--cream-dark);
  color: var(--text-muted);
  border-radius: 50px;
  padding: 8px 20px;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
}
.filter-bar .filter-btn.active {
  background: var(--sage-dark);
  color: white;
  border-color: var(--sage-dark);
}

.cta-bottom {
  background: linear-gradient(135deg, #c4d4bf 0%, #5a7a55 100%);
  padding: 4rem 3rem;
  text-align: center;
}
.cta-bottom h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--warm-white);
  margin-bottom: 0.8rem;
}
.cta-bottom p {
  font-size: 14px;
  color: rgba(250, 248, 244, 0.75);
  margin-bottom: 2rem;
}

.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btns a {
  text-decoration: none;
}
.cta-btns a:hover {
  color: #fff;
}
.cta-btns a.btn-white:hover {
  color: var(--sage-dark);
}

.btn-white {
  background: var(--warm-white);
  color: var(--sage-dark);
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
  font-family: "DM Sans", sans-serif;
}

.btn-outline-white {
  background: transparent;
  color: var(--warm-white);
  border: 1px solid rgba(250, 248, 244, 0.5);
  border-radius: 50px;
  padding: 13px 28px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
  font-family: "DM Sans", sans-serif;
}

.treatment-hero {
  display: flex;
  min-height: 500px;
}
@media (max-width: 992px) {
  .treatment-hero {
    flex-wrap: wrap;
  }
}

.treatment-hero-left {
  background: var(--cream);
  padding: 4rem 4rem 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 992px) {
  .treatment-hero-left {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}

.treatment-hero-right {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (max-width: 992px) {
  .treatment-hero-right {
    width: 100%;
    order: -1;
  }
}

.hero-visual-label {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background: rgba(250, 248, 244, 0.9);
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 12px;
  color: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
}

.treatment-category {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.treatment-category::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sage);
}

.treatment-name {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
}
@media (max-width: 992px) {
  .treatment-name {
    font-size: 28px;
  }
}

.treatment-sub {
  font-size: 13px;
  color: var(--sage-dark);
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

p.treatment-tagline {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-muted);
  max-width: 420px;
  margin-bottom: 2rem;
  font-weight: 300;
}

.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-badge {
  font-size: 11px;
  letter-spacing: 1px;
  border: 1px solid var(--sage-light);
  color: var(--sage-dark);
  border-radius: 50px;
  padding: 6px 16px;
}

.t-section {
  padding: 4rem 3rem;
}
@media (max-width: 992px) {
  .t-section {
    padding: 3rem 1rem;
  }
}

.t-section-alt {
  background: var(--cream);
}

.t-qasection {
  padding-top: 0;
}

.t-sec-label, .t-case-label {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.t-sec-label::before, .t-case-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sage-light);
}

.t-sec-title, .t-case-title {
  font-size: 34px;
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .t-sec-title, .t-case-title {
    font-size: 28px;
  }
}

.t-case-title {
  color: var(--cream);
}

.intro-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem;
  align-items: start;
}
.intro-grid img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .intro-grid {
    grid-template-columns: 1fr;
  }
}

.intro-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .intro-features {
    position: sticky;
    top: 85px;
  }
}

.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem;
  background: var(--warm-white);
  border-radius: 12px;
  border: 1px solid var(--cream-dark);
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream-dark);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.feature-content h4 {
  font-size: 13px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 3px;
}
.feature-content p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
}

.suitable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.suitable-grid .suitable-card {
  background: var(--warm-white);
  border-radius: 14px;
  border: 1px solid var(--cream-dark);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.suitable-grid .suitable-card .suitable-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sage-light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--sage-dark);
  font-weight: 600;
}
.suitable-grid .suitable-card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--charcoal-light);
  padding-top: 4px;
}
@media (max-width: 992px) {
  .suitable-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}
.steps-row::before {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 1px;
  background: var(--sage-light);
  z-index: 0;
}
@media (max-width: 992px) {
  .steps-row {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .steps-row::before {
    top: 48px;
    left: 20px;
    right: calc(84.5% + 28px);
    height: 68%;
    width: 1px;
  }
}
.steps-row .step-card {
  text-align: center;
  position: relative;
  z-index: 1;
}
.steps-row .step-card .step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--warm-white);
  border: 1px solid var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 20px;
  font-weight: 400;
  color: var(--sage-dark);
}
.steps-row .step-card .step-title {
  font-family: "Noto Serif TC", serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.steps-row .step-card .step-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.7;
}
@media (max-width: 992px) {
  .steps-row .step-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .steps-row .step-card .step-num {
    margin: 0;
  }
  .steps-row .step-card .step-title {
    margin: 0;
    padding-left: 10px;
  }
  .steps-row .step-card .step-num {
    width: 40px;
    height: 40px;
  }
  .steps-row .step-card .step-desc {
    padding-left: 50px;
    text-align: left;
  }
}

.caution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.caution-grid .caution-box {
  background: var(--warm-white);
  border-radius: 16px;
  border: 1px solid var(--cream-dark);
  padding: 2rem;
}
.caution-grid .caution-box h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.caution-grid .caution-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.caution-grid .caution-box ul li {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  padding-left: 1rem;
  position: relative;
}
.caution-grid .caution-box ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--sage);
}
@media (max-width: 992px) {
  .caution-grid {
    grid-template-columns: 1fr;
  }
}

.t-qasection .panel-default > .panel-heading {
  color: #636363;
  background-color: transparent;
}
.t-qasection .panel-heading {
  padding: 10px 0;
}
.t-qasection .panel-default {
  border-bottom: 1px solid var(--cream-dark);
}
.t-qasection .panel-title a {
  font-size: 15px;
  color: var(--charcoal);
  font-weight: 600;
  line-height: 1.8;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  padding-bottom: 0;
}
.t-qasection .panel-body p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  padding-bottom: 0;
}

.related-section {
  padding: 3rem 3rem 5rem;
}
.related-section .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.related-section .related-grid .related-card {
  background: var(--cream);
  border-radius: 14px;
  padding: 1.8rem;
  border: 1px solid var(--cream-dark);
  cursor: pointer;
  transition: all 0.25s;
}
.related-section .related-grid .related-card .related-cat {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--sage);
  margin-bottom: 8px;
}
.related-section .related-grid .related-card .related-name {
  font-family: "Noto Serif TC", serif;
  font-size: 15px;
  color: var(--charcoal);
  margin-bottom: 6px;
}
.related-section .related-grid .related-card .related-more {
  font-size: 12px;
  color: var(--sage-dark);
  margin-top: 10px;
}
.related-section .related-grid .related-card .related-more a {
  color: var(--sage-dark);
  text-decoration: none;
}
@media (max-width: 992px) {
  .related-section .related-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 992px) {
  .related-section {
    padding: 3rem 1rem;
  }
}

.t-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--cream-dark);
  margin: 0 3rem;
}
.t-tabs .t-tab {
  padding: 1rem 1.8rem;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--text-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.t-tabs .t-tab.active {
  color: var(--sage-dark);
  border-bottom-color: var(--sage-dark);
  font-weight: 500;
}
@media (max-width: 992px) {
  .t-tabs {
    flex-wrap: wrap;
    margin: 0;
  }
}

.ba-section {
  background: var(--charcoal);
  padding: 4rem 3rem;
}
.ba-section .t-sec-label {
  color: var(--sage-light);
}
.ba-section .t-sec-title {
  color: var(--warm-white);
}
.ba-section .ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.ba-section .ba-grid .ba-card {
  border-radius: 14px;
  overflow: hidden;
}
.ba-section .ba-grid .ba-card .ba-img {
  background: linear-gradient(160deg, #c4d4bf 0%, #8fa88a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ba-section .ba-grid .ba-card .ba-img .ba-img-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(250, 248, 244, 0.85);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--charcoal);
}
.ba-section .ba-grid .ba-card .ba-info {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  border-radius: 0 0 14px 14px;
  display: flex;
  justify-content: space-between;
}
.ba-section .ba-grid .ba-card .ba-info p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.ba-section .ba-grid .ba-card .ba-info .ba-read {
  color: var(--sage-light);
  text-decoration: none;
}
@media (max-width: 992px) {
  .ba-section .ba-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 992px) {
  .ba-section {
    padding: 3rem 1rem;
  }
}

.table-style_1 table {
  width: 100%;
  border-collapse: collapse;
}
.table-style_1 table thead tr {
  background: var(--cream);
}
.table-style_1 table thead tr th {
  padding: 12px;
  font-size: 13px;
  color: var(--charcoal);
  border: 1px solid var(--cream-dark);
}
.table-style_1 table tbody tr td {
  padding: 12px;
  font-size: 13px;
  color: var(--text-muted);
  border: 1px solid var(--cream-dark);
}
.table-style_1 table tbody tr:hover {
  background: var(--cream);
}
.table-style_1 table tbody tr:hover td {
  border-color: var(--cream-dark);
}
.table-style_1 table tbody tr:nth-child(even) {
  background: var(--warm-white);
}
.table-style_1 table tbody tr:nth-child(even):hover {
  background: var(--cream);
}
.table-style_1 table tbody tr:nth-child(even):hover td {
  border-color: var(--cream-dark);
}

@media (max-width: 992px) {
  #branches {
    padding: 3rem 1rem !important;
  }
}

.news_cate {
  font-size: 14px;
  padding: 6px 12px;
  background-color: #5a7a55;
  display: inline-block;
  border-radius: 200px;
  color: #fff;
}

.share_outer {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  margin: 20px 0 60px;
}
.share_outer span {
  color: #5a7a55;
  letter-spacing: 2px;
  font-size: 16px;
}
.share_outer a {
  text-decoration: none;
  color: #5a7a55;
  padding: 4px 12px;
  border-radius: 200px;
  border: 1px solid #5a7a55;
}

.other-list-outer {
  margin-bottom: 20px;
}
.other-list-outer h4 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #5a7a55;
}
.other-list-outer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.other-list-outer ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  color: #5a7a55;
}
.other-list-outer ul li a .title {
  color: #3c3c3c;
}/*# sourceMappingURL=style.css.map */