@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Noto+Serif+TC:wght@200..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "Noto Serif TC", serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #3E3A39;
  margin: 0;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
/* Safari */
@keyframes prloader {
  0% {
    background-image: url(../images/loading/loading_00.svg);
  }
  30% {
    background-image: url(../images/loading/loading_01.svg);
  }
  40% {
    background-image: url(../images/loading/loading_02.svg);
  }
  60% {
    background-image: url(../images/loading/loading_03.svg);
  }
  80% {
    background-image: url(../images/loading/loading_04.svg);
  }
  90% {
    background-image: url(../images/loading/loading_05.svg);
  }
  100% {
    background-image: url(../images/loading/loading_06.svg);
  }
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloder .loader .img { /* Safari */
  animation: prloader 1s linear;
  width: 210px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/loading/loading_06.svg);
}
#preloder .loader .deco {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}
#preloder .loader .desc {
  font-size: 14px;
  text-align: center; /* Safari */
  animation: flash 0.5s linear infinite;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
  /*word-break: break-all;*/
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #848484;
}

::placeholder {
  color: #848484;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #E8E8E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: 0.5s ease;
  background-color: #133C2E;
}
header .header-div {
  position: relative;
}
header .header-div .block-outer {
  max-width: 1300px;
}
header .header-div .brand-navi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-div .brand {
  position: relative;
}
header .header-div .brand a {
  display: flex;
}
header .header-div .brand a img {
  height: 50px;
}
header .header-div .navi {
  position: relative;
  z-index: 3;
}
header .header-div .navi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-div .navi ul li {
  display: inline-block;
  padding: 0px 15px;
}
header .header-div .navi ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-size: 14.5px;
  font-weight: 600;
  text-align: center;
  padding: 37.15px 0;
}
header .header-div .navi ul li a span:nth-child(1) {
  display: block;
}
header .header-div .navi ul li a span:nth-child(2) {
  display: none;
}
header .header-div .navi ul li a {
  -webkit-font-smoothing: antialiased;
}
header .header-div .navi ul li.none-sub-menu.active a {
  color: #8D7158;
  font-weight: 700;
}
header .header-div .navi ul li.none-sub-menu.active span:nth-child(1) {
  display: none;
}
header .header-div .navi ul li.none-sub-menu.active span:nth-child(2) {
  display: flex;
}
header .header-div .navi ul li.had-sub-menu i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_nav_arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
header .header-div .navi ul li.had-sub-menu .sub-menu {
  display: none;
  position: absolute;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items {
  padding: 15.5px 0;
  display: flex;
  flex-wrap: wrap;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div {
  text-align: center;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 500;
  padding: 5px 0px;
  margin: 0 15px;
  color: #133C2E;
  border-bottom: 1px solid transparent;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a:hover {
  color: #8D7158;
  font-weight: 700;
  border-bottom: 1px solid #8D7158;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a:hover span:nth-child(1) {
  display: none;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a:hover span:nth-child(2) {
  display: flex;
}
header .header-div .navi ul li.had-sub-menu.active .link span:nth-child(1) {
  display: none;
}
header .header-div .navi ul li.had-sub-menu.active .link span:nth-child(2) {
  display: flex;
}
header .header-div .navi ul li.had-sub-menu.active a {
  color: #8D7158;
}
header .header-div .navi ul li.had-sub-menu.active i {
  background-image: url(../images/icon_nav_arrow_golden.svg);
  transform: rotate(180deg);
}
header .header-div .navi ul li.had-sub-menu.active .sub-menu {
  display: block;
}
header .header-div .navi ul li.contact a {
  background: #8D7158;
  color: #fff;
  padding: 5px 20px;
  font-weight: 400;
  border-radius: 100px;
  transition: 1s ease;
}
header .header-div .navi ul li.contact a:hover {
  background: #fff;
  color: #133C2E;
}
header .header-div.active {
  position: relative;
}
header .header-div.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -64px;
  width: 100%;
  background-color: #ADBDB6;
  height: 64px;
}

main {
  position: relative;
  z-index: 1;
  padding-top: 96px;
}
main h1 {
  display: none;
}

.main-home {
  overflow: hidden;
}

.main-about-us {
  overflow: hidden;
}

.main-expert-list {
  padding-bottom: 100px;
}
.main-expert-list .pagination-div {
  padding-bottom: 0;
}

@media all and (max-width: 1024px) {
  main {
    padding-top: 60px;
  }
  header {
    max-height: 60px;
  }
  header .header-div {
    padding: 10px 0;
  }
  header .header-div .brand a img {
    height: 40px;
  }
  header .header-div .navi li:not(.contact) {
    display: none;
  }
  header .header-div .navi li.contact {
    margin-right: 30px;
  }
}
.toggle-btn {
  position: fixed;
  right: 20px;
  top: 18px;
  z-index: 88;
  background-color: transparent;
  display: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
}
.toggle-btn span {
  display: block;
  background: #fff;
  height: 2px;
  width: 24px;
  margin: 4px 0;
  transition: 0.3s ease;
}

.body_popup_active .toggle-btn {
  display: none;
}

.body-toggle-open .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -6px;
}
.body-toggle-open .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.body-toggle-open .toggle-btn span:nth-child(3) {
  display: none;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
  cursor: pointer;
}

.body-popup-active {
  overflow: hidden;
}
.body-popup-active .overlap {
  display: block;
}
.body-popup-active .popup-div {
  display: flex;
}

#mobile-nav {
  position: fixed;
  left: -300px;
  top: 0;
  width: 0%;
  background: #133C2E;
  z-index: 99;
  height: 100%;
  transition: 0.5s ease;
  /*display: none;*/
}
#mobile-nav .block-outer {
  padding: 0 0 20px 0;
}
#mobile-nav .brand {
  padding: 10px 20px;
}
#mobile-nav .brand img {
  height: 40px;
}
#mobile-nav .navi {
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 20px;
  max-height: calc(100% - 20px - 20px);
}
#mobile-nav .navi ul li {
  display: block;
}
#mobile-nav .navi ul li.contact {
  display: none;
}
#mobile-nav .navi ul li.none-sub-menu, #mobile-nav .navi ul li.had-sub-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-nav .navi ul li a {
  display: block;
  color: #fff;
  font-size: 14.5px;
  font-weight: 400;
  padding: 15px 20px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
#mobile-nav .navi ul li a:hover {
  color: #8D7158;
}
#mobile-nav .navi ul li a span:nth-child(2) {
  display: none;
}
#mobile-nav .navi ul li a i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_nav_arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
#mobile-nav .navi ul li .sub-menu {
  display: none;
}
#mobile-nav .navi ul li .sub-menu .sub-items {
  margin: 0 20px 10px 20px;
  background-color: #8D7158;
}
#mobile-nav .navi ul li.had-sub-menu .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-nav .navi ul li.had-sub-menu.active .link {
  color: #fff;
}
#mobile-nav .navi ul li.had-sub-menu.active .link i {
  transform: rotate(180deg);
}
#mobile-nav .navi ul li.had-sub-menu.active .sub-menu {
  display: block;
}
#mobile-nav .navi ul li.support {
  background: linear-gradient(90deg, #FF7373 0%, #F8C1C7 100%);
}
#mobile-nav .navi ul li.support a {
  color: #fff;
}

.body-toggle-open {
  position: relative;
  overflow: hidden;
}
.body-toggle-open #mobile-nav {
  display: block;
  left: 0;
  width: 100%;
}
.body-toggle-open .overlap {
  display: block;
}
.body-toggle-open .toggle-btn {
  z-index: 100;
}

.popup-active {
  overflow: hidden;
}

.popup-div {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
}
.popup-div.active {
  display: flex;
}
.popup-div .popup-box .info {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #020607;
}
.popup-div .popup-box .society {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.popup-div .popup-box .society .logo {
  height: 32px;
  margin-right: 10px;
}
.popup-div .popup-box .society a {
  display: inline-flex;
  padding: 10px;
}
.popup-div .popup-box .society a img {
  height: 18px;
}

.body_popup_active {
  overflow: hidden;
}
.body_popup_active .overlap {
  display: flex;
  background-color: rgba(51, 51, 51, 0.7);
}

.float-div {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 88;
}
.float-div a {
  display: inline-flex;
}

.popup-expert {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.popup-expert.active {
  background-color: rgba(50, 50, 50, 0.6);
  backdrop-filter: blur(10px);
  display: flex;
}
.popup-expert .popup-box {
  background-color: #fff;
  border-radius: 8px;
  width: 670px;
}
.popup-expert .popup-box .popup-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #F3F4F6;
}
.popup-expert .popup-box .popup-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #101828;
  width: calc(100% - 24px);
}
.popup-expert .popup-box .popup-header button {
  background-color: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(./../images/icon_popup_closed_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.popup-expert .popup-box .popup-body {
  padding: 20px 30px;
}
.popup-expert .popup-box .popup-body .expert {
  box-shadow: none;
}
.popup-expert .popup-box .popup-body .expert .img-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup-expert .popup-box .popup-body .expert .img-info .img {
  width: 250px;
}
.popup-expert .popup-box .popup-body .expert .img-info .img b {
  width: 212px;
}
.popup-expert .popup-box .popup-body .expert .img-info .info {
  width: calc(100% - 250px);
}
.popup-expert .popup-box .popup-body .expert .img-info .info .field b {
  color: #364153;
}
.popup-expert .popup-box .popup-body .expert .img-info .info .position + .education {
  margin-top: 10px;
}
.popup-expert .popup-box .popup-body .expert .img-info .info .education + .field {
  margin-top: 10px;
}
.popup-expert .popup-box .popup-body .expert .info {
  margin-top: 20px;
}
.popup-expert .popup-box .popup-body .expert .info .introduction b {
  font-size: 18px;
}
.popup-expert .popup-box .popup-body .expert .info .experience b {
  font-size: 18px;
}
.popup-expert .popup-box .popup-body .expert .info .introduction + .experience {
  margin-top: 10px;
}

.popup-contact {
  background-color: rgba(51, 51, 51, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-contact.active {
  display: flex;
}
.popup-contact .popup-box {
  background-color: #ADBDB6;
  border-radius: 5px;
  width: 415px;
}
.popup-contact .popup-box .popup-header {
  position: relative;
  padding: 20px;
}
.popup-contact .popup-box .popup-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #133C2E;
}
.popup-contact .popup-box .popup-header .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_popup_close_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup-contact .popup-box .popup-body {
  position: relative;
  padding: 0 20px 20px 20px;
}
.popup-contact .popup-box .popup-body .contact-list .item {
  margin: 15px 0;
}
.popup-contact .popup-box .popup-body .contact-list .item a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-color: #8D7158;
  font-size: 14px;
  color: #fff;
  min-height: 46px;
  padding-left: 120px;
}
.popup-contact .popup-box .popup-body .contact-list .item a:hover {
  background-color: #133C2E;
}
.popup-contact .popup-box .popup-body .contact-list .item a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.popup-contact .popup-box .popup-body .contact-list .item a.line i {
  background-image: url(./../images/icon_line_white.svg);
}
.popup-contact .popup-box .popup-body .contact-list .item a.facebook i {
  background-image: url(./../images/icon_facebook_white.svg);
}
.popup-contact .popup-box .popup-body .contact-list .item a.instagram i {
  background-image: url(./../images/icon_instagram_white.svg);
}
.popup-contact .popup-box .popup-body .contact-list .item a.phone i {
  background-image: url(./../images/icon_phone_white.svg);
}
.popup-contact .popup-box .popup-body .contact-list .item a.email i {
  background-image: url(./../images/icon_email_white.svg);
}

.gotop {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 100px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px 0 0 100px;
  background-color: #8D7158;
  min-width: 70px;
  min-height: 50px;
}
.gotop i {
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url(./../images/icon_gotop.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}

footer {
  overflow: hidden;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer {
  color: #fff;
}
footer .section-footer-top .block-footer-top {
  position: relative;
}
footer .section-footer-top .block-footer-top .img {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  overflow: hidden;
  border-radius: 15vw 0 0 0;
}
footer .section-footer-top .block-footer-top .img img {
  width: 100%;
}
footer .section-footer-top .block-footer-top .title-link-info-outer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15vw 0 0 0;
}
footer .section-footer-top .block-footer-top .title-link-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .section-footer-top .block-footer-top .title-link-info .title h2 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 69px;
  text-align: center;
}
footer .section-footer-top .block-footer-top .title-link-info .link {
  text-align: center;
  margin-top: 30px;
}
footer .section-footer-top .block-footer-top .title-link-info .link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #133C2E;
  font-size: 13px;
  color: #fff;
  min-width: 120px;
  min-height: 48px;
  border-radius: 100px;
}
footer .section-footer-top .block-footer-top .title-link-info .link a:hover {
  background-color: #8D7158;
}
footer .section-footer-top .block-footer-top .title-link-info .info {
  margin-top: 80px;
}
footer .section-footer-top .block-footer-top .title-link-info .info .three-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .section-footer-top .block-footer-top .title-link-info .info .three-cols .col {
  width: 280px;
}
footer .section-footer-top .block-footer-top .title-link-info .info .three-cols a {
  color: #fff;
  text-decoration: none;
}
footer .section-footer-top .block-footer-top .title-link-info .info .three-cols a:hover {
  text-decoration: underline;
  color: #8D7158;
}
footer .section-footer-top .block-footer-top .title-link-info .info .three-cols h3 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
footer .section-footer-top .block-footer-top .title-link-info .info .three-cols p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align: center;
}
footer .section-footer-bottom {
  background-color: #133C2E;
  padding: 100px 0;
}
footer .section-footer-bottom .mobile-brand {
  display: none;
}
footer .section-footer-bottom .societys {
  text-align: right;
  margin-right: -5px;
}
footer .section-footer-bottom .societys a {
  display: inline-block;
  margin: 0 5px;
}
footer .section-footer-bottom .societys a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
footer .section-footer-bottom .societys a:hover i {
  opacity: 0.5;
}
footer .section-footer-bottom .societys a.facebook i {
  background-image: url(./../images/icon_society_01.svg);
}
footer .section-footer-bottom .societys a.instagram i {
  background-image: url(./../images/icon_society_02.svg);
}
footer .section-footer-bottom .societys a.youtube i {
  background-image: url(./../images/icon_society_03.svg);
}
footer .section-footer-bottom .societys a.line i {
  background-image: url(./../images/icon_society_04.svg);
}
footer .section-footer-bottom .societys a.email i {
  background-image: url(./../images/icon_society_05.svg);
}
footer .section-footer-bottom .brand-links-copyright {
  margin-top: 30px;
}
footer .section-footer-bottom .brand-links-copyright .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .section-footer-bottom .brand-links-copyright .links {
  margin-right: -5px;
}
footer .section-footer-bottom .brand-links-copyright .links a {
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
}
footer .section-footer-bottom .brand-links-copyright .links a:hover {
  color: #8D7158;
  text-decoration: underline;
}
footer .section-footer-bottom .brand-links-copyright .copyright {
  font-size: 12px;
  color: #fff;
  text-align: right;
}
footer .section-footer-bottom .brand-links-copyright .copyright a {
  color: #fff;
}

@media all and (max-width: 1280px) {
  footer .section-footer-top .block-footer-top .title-link-info .link {
    margin-top: 10px;
  }
  footer .section-footer-top .block-footer-top .title-link-info .info {
    margin-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  .toggle-btn {
    display: inline-block;
  }
  footer .footer-top .three-items {
    display: block;
  }
  footer .footer-top .three-items .item.item:nth-child(1) {
    width: 100%;
  }
  footer .footer-top .three-items .item.item:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-top .three-items .item.item:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-top .three-items .logo {
    text-align: center;
  }
  footer .footer-top .three-items .logo img {
    height: 45px;
  }
  footer .footer-top .three-items .describe p {
    text-align: center;
  }
  footer .footer-top .three-items .support {
    text-align: center;
  }
  footer .footer-top .three-items .headline h3 {
    text-align: center;
  }
  footer .footer-top .three-items .links-list {
    justify-content: center;
  }
  footer .footer-top .three-items .links-list .sub-item {
    margin-left: 0;
    margin: 10px;
  }
  footer .footer-top .three-items .society {
    justify-content: center;
  }
  footer .footer-top .three-items .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-top .three-items .contact .email {
    justify-content: center;
    width: 100%;
  }
  footer .footer-top .three-items .contact .phone {
    justify-content: center;
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  footer .section-footer-top .block-footer-top .title-link-info-outer {
    padding: 50px 0;
  }
  footer .section-footer-top .block-footer-top .img {
    display: none;
  }
  footer .section-footer-top .block-footer-top .title-link-info {
    position: relative;
  }
  footer .section-footer-top .block-footer-top .title-link-info .title h2 {
    font-size: 48px;
  }
  footer .section-footer-top .block-footer-top .title-link-info .link a {
    font-size: 18px;
    min-width: 160px;
    min-height: 60px;
  }
}
@media all and (max-width: 820px) {
  footer .section-footer-top .block-footer-top .title-link-info-outer {
    border-radius: 15vw 0 0 0;
  }
}
@media all and (max-width: 767px) {
  footer .section-footer-top .block-footer-top .title-link-info .info .three-cols {
    display: block;
  }
  footer .section-footer-top .block-footer-top .title-link-info .info .three-cols .col {
    margin: 20px 0;
    width: 100%;
  }
  footer .section-footer-bottom {
    padding: 50px 0;
  }
  footer .section-footer-bottom .mobile-brand {
    display: block;
  }
  footer .section-footer-bottom .societys {
    text-align: left;
    margin-top: 20px;
    margin-right: 0;
    margin-left: -5px;
  }
  footer .section-footer-bottom .brand-links-copyright {
    margin-top: 0;
  }
  footer .section-footer-bottom .brand-links-copyright .two-cols {
    display: block;
  }
  footer .section-footer-bottom .brand-links-copyright .two-cols .col01 {
    display: none;
  }
  footer .section-footer-bottom .brand-links-copyright .links {
    text-align: left;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .section-footer-bottom .brand-links-copyright .links a {
    font-size: 14px;
    margin: 0 10px;
  }
  footer .section-footer-bottom .brand-links-copyright .copyright {
    text-align: left;
    font-size: 8px;
    margin-top: 10px;
  }
}
@media all and (max-width: 640px) {
  footer .section-footer-top .block-footer-top .title-link-info-outer {
    border-radius: 150px 0 0 0;
    padding: 100px 0 50px 0;
  }
  footer .section-footer-bottom .brand-links-copyright .links {
    display: flex;
    flex-wrap: wrap;
  }
  footer .section-footer-bottom .brand-links-copyright .links a {
    width: calc(25% - 20px);
    margin: 5px 10px;
  }
  .popup-contact .popup-box {
    width: 85%;
  }
  .popup-contact .popup-box .popup-body .contact-list .item a {
    padding-left: 60px;
  }
}
.form-div .item {
  margin: 10px 0;
}
.form-div .item .label {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}
.form-div .item .label.wid-label {
  width: -moz-max-content;
  width: max-content;
}
.form-div .item .label sup {
  color: #00A7E1;
}
.form-div .item .controller {
  margin-top: 5px;
}
.form-div .item .controller input {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
}
.form-div .item .controller {
  /* Chrome, Safari, Edge, Opera */
}
.form-div .item .controller input::-webkit-outer-spin-button,
.form-div .item .controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-div .item .controller {
  /* Firefox */
}
.form-div .item .controller input[type=number] {
  -moz-appearance: textfield;
}
.form-div .item .controller .checkbox-container input {
  width: auto;
}
.form-div .item .controller .checked-container input {
  width: auto;
}
.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
}
.form-div .item .controller textarea {
  resize: none;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 184px;
}
.form-div .item .controller .desc p {
  color: #B1B1B1;
  font-size: 10px;
  margin-bottom: 15px;
}
.form-div .item .controller .desc p:last-child {
  margin-bottom: 0;
}
.form-div .item .controller .file-container {
  position: relative;
}
.form-div .item .controller .file-container label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .controller .file-container label input {
  width: calc(100% - 22px - 132px - 10px);
}
.form-div .item .controller .file-container label input:disabled {
  background-color: #fff;
}
.form-div .item .controller .file-container label button {
  min-width: 132px;
  background-color: #00A7E1;
  border: 1px solid #00A7E1;
  border-radius: 5px;
  font-size: 12px;
  line-height: 43px;
  text-align: center;
  color: #fff;
}
.form-div .item .controller .file-container label button:hover {
  background-color: #cbe49f;
}
.form-div .item .controller .file-container .file-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form-div .item .two-col {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.form-div .item .two-col .col {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.form-div .item .three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .three-col .col {
  width: calc(33.3333333333% - 7.5px);
}
.form-div .item .keyin-item:hover .label {
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller input {
  border-color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller select {
  border-color: #00A7E1;
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller textarea {
  border-color: #00A7E1;
}
.form-div .item .city-State {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .city-State .keyin-item:nth-child(1) {
  width: 196px;
}
.form-div .item .city-State .keyin-item:nth-child(2) {
  width: 108px;
}
.form-div .item .city-State .keyin-item:nth-child(2) select {
  width: 100%;
}
.form-div .item .col-2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-2-3 .keyin-item:nth-child(1) {
  width: 110px;
}
.form-div .item .col-2-3 .keyin-item:nth-child(2) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 110px;
}
.form-div .item .qty {
  width: 196px;
}
.form-div .item .qty .controller select {
  width: 100%;
}
.form-div .item .ups-ffdex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-div .item .ups-ffdex .col01 {
  width: calc(100% - 540px);
}
.form-div .item .ups-ffdex .col01 .radio-container {
  margin-top: 15px;
}
.form-div .item .ups-ffdex .col02 {
  width: 540px;
}
.form-div .item .keep-forgot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-div .item .keep-forgot .col01 {
  width: 50%;
}
.form-div .item .keep-forgot .col02 {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #B1B1B1;
}
.form-div .item .keep-forgot .col02 a {
  color: #00A7E1;
}
.form-div .item.or {
  margin: 20px 0;
}
.form-div .item.or .or-div {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
}
.form-div .item.or .or-div span {
  background-color: #fff;
  padding: 0 10px;
}
.form-div .item.or .or-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}
.form-div .item.remark {
  margin: 20px 0;
}
.form-div .item.action {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.form-div .item.action button {
  min-width: 68px;
  min-height: 48px;
  border: none;
  border-radius: 6px;
  background-color: #9685E0;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  color: #fff;
  margin: 0 auto;
}
.form-div .item.action button:hover {
  background-color: #333;
  color: #fff;
}
.form-div .item.action button a {
  color: #fff;
  display: block;
}
.form-div .item .apply-account {
  text-align: center;
  color: #B1B1B1;
  font-size: 12px;
}
.form-div .item .apply-account span {
  display: block;
}
.form-div .item .apply-account .green {
  color: #00A7E1;
}

.form-item .box-div {
  background-color: #fff;
  padding: 20px 55px 50px 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-item .desc h3 {
  font-size: 14px;
  color: #00A7E1;
  font-weight: 700;
  margin-left: -30px;
}
.form-item .item-desc p {
  font-size: 10px;
  color: #B1B1B1;
}

@media all and (max-width: 640px) {
  .form-div .item .two-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .form-div .item .two-col .col {
    margin: 0;
    width: 100%;
  }
  .form-div .item .two-col .col:nth-child(2) {
    margin-top: 10px;
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(1) {
    width: calc(65% - 10px);
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(2) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(1) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(2) {
    width: calc(65% - 10px);
  }
  .form-div .item .keep-forgot {
    display: block;
  }
  .form-div .item .keep-forgot .col01 {
    width: 100%;
  }
  .form-div .item .keep-forgot .col02 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
  }
  .form-div .item .three-col {
    display: block;
  }
  .form-div .item .three-col .col {
    width: 100%;
    margin: 10px 0;
  }
}
.block-outer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.loading .love {
  position: relative;
}
.loading .love img {
  width: 100px;
}
.loading .love img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation: loadAnimation 5s linear infinite;
}
.loading .dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #133C2E;
  border-radius: 50%;
  animation: dotsAnimate 1.4s ease-in-out infinite both;
}
.loading .dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loading .dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.loading .dots span:nth-child(3) {
  animation-delay: 0;
}

.block-title {
  text-align: center;
  padding: 30px 0;
}
.block-title h1 {
  font-size: 32px;
  font-weight: 700;
  color: #133C2E;
}

.tag {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.tag span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  padding: 5px 10px;
  color: #133C2E;
  background-color: #F8F8F8;
  margin: 3px;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tag span.pink01 {
  background-color: #133C2E;
}
.tag span.pink02 {
  background-color: #F7CCD3;
}

.dr .img {
  display: flex;
  overflow: hidden;
}
.dr .img img {
  width: 100%;
  transition: 0.5s ease;
}
.dr .info {
  padding: 10px;
  position: relative;
  transition: 0.5s ease;
}
.dr .info .name-position h3 .name {
  font-size: 15px;
  color: #201C1D;
  display: block;
}
.dr .info .name-position h3 .name b {
  font-size: 20px;
  display: block;
}
.dr .info .name-position h3 .position {
  font-size: 14px;
  font-weight: 700;
  color: #133C2E;
  display: block;
  margin: 10px 0;
}
.dr:hover .img img {
  transform: scale(1.1);
}
.dr:hover .info {
  background-color: #C9D2CD;
}
.dr:hover .info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #8D7158;
}

.pagination-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.pagination-div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #364153;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  background-color: #F3F4F6;
  margin: 5px;
}
.pagination-div a.prev {
  background-image: url(../images/icon_pagination_left_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.pagination-div a.prev:hover {
  /*opacity: 0.3;*/
  background-image: url(../images/icon_pagination_right_white.svg);
}
.pagination-div a.next {
  background-image: url(../images/icon_pagination_right_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.pagination-div a.next:hover {
  /*opacity: 0.3;*/
  background-image: url(../images/icon_pagination_right_white.svg);
}
.pagination-div a.active, .pagination-div a:hover {
  background-color: #133C2E;
  color: #fff;
}

.swiperHome {
  padding-bottom: 25px;
}
.swiperHome .swiper-slide .img {
  display: flex;
}
.swiperHome .swiper-slide .img img {
  width: 100%;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_swiper_left.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev:after {
  content: "";
}
.swiper-button-prev:hover {
  background-image: url(../images/icon_swiper_left_green.svg);
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_swiper_right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next:after {
  content: "";
}
.swiper-button-next:hover {
  background-image: url(../images/icon_swiper_right_green.svg);
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(19, 60, 46, 0.3);
  border-radius: 100px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #133C2E;
  width: 32px;
}

.caption {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.caption a {
  font-size: 14px;
  color: #8D7158;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.caption a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_more_golden.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.caption a:hover {
  color: #133C2E;
  text-decoration: underline;
}
.caption a:hover i {
  background-image: url(./../images/icon_more_green.svg);
}
.caption h2 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.caption h2:before {
  content: "";
  position: absolute;
  left: -200px;
  top: 50%;
  height: 1px;
  background-color: #133C2E;
  width: 180px;
}
.caption h2:after {
  content: "";
  position: absolute;
  right: -200px;
  top: 50%;
  height: 1px;
  background-color: #133C2E;
  width: 180px;
}
.caption h2 span {
  display: block;
}
.caption h2 .english {
  color: #8D7158;
  font-size: 14px;
}
.caption h2 .chinese {
  font-weight: 600;
  color: #133C2E;
  font-size: 24px;
}

.main-bg-1 {
  background-image: url(./../images/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-bg-2 {
  background-image: url(./../images/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-health-data-list {
  padding-top: 156px;
}

.column a {
  display: block;
}
.column .img {
  display: flex;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 16/9) {
  .column .img::before {
    float: left;
    padding-top: 100%;
    content: "";
  }
  .column .img::after {
    display: block;
    content: "";
    clear: both;
  }
}
.column .img img {
  /*width: 100%;*/
  transition: 0.5s ease;
  height: 100%;
}
.column .info {
  padding: 10px;
}
.column .info h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #75777A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.column .info h4 {
  color: #133C2E;
  font-size: 12px;
  font-family: "Marcellus", serif;
}
.column:hover .img img {
  transform: scale(1.1);
}
.column:hover .info {
  background-color: #C9D2CD;
  position: relative;
}
.column:hover .info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #8D7158;
}
.column:hover .info h3 {
  color: #133C2E;
}

.section-swiper {
  margin-top: 50px;
}
.section-swiper .swiper-button-prev {
  left: -50px;
}
.section-swiper .swiper-button-next {
  right: -50px;
}
.section-swiper .block-info {
  padding: 100px 0;
}
.section-swiper .block-info .mobile-deco {
  text-align: center;
  display: none;
  margin-bottom: 30px;
}
.section-swiper .block-info .three-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-swiper .block-info .three-cols .col01 {
  width: calc(50% - 100px);
}
.section-swiper .block-info .three-cols .col01 p {
  font-size: 24px;
  color: #75777A;
}
.section-swiper .block-info .three-cols .col02 {
  width: 200px;
}
.section-swiper .block-info .three-cols .col03 {
  width: calc(50% - 100px);
}
.section-swiper .block-info .three-cols .col03 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #75777A;
  text-align: right;
}
.section-swiper .block-info .three-cols .col03 p {
  font-size: 14px;
  color: #8D7158;
  text-align: right;
}
.section-swiper .block-info .three-cols .col03 h2 + p {
  margin-top: 30px;
}

.section-about-us .block-about-us .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-about-us .block-about-us .two-cols .col01 {
  width: 55%;
}
.section-about-us .block-about-us .two-cols .col02 {
  width: 45%;
}
.section-about-us .block-about-us .two-cols .img {
  display: flex;
  overflow: hidden;
  border-radius: 0 0 0 10vw;
}
.section-about-us .block-about-us .two-cols .img img {
  width: 100%;
}
.section-about-us .block-about-us .two-cols .caption {
  text-align: left;
}
.section-about-us .block-about-us .two-cols .caption h2:before {
  background-color: transparent;
}
.section-about-us .block-about-us .info {
  margin-right: 100px;
  margin-top: 30px;
}
.section-about-us .block-about-us .info .chinese {
  font-size: 16px;
  color: #75777A;
}
.section-about-us .block-about-us .info .english {
  font-size: 14px;
  color: #75777A;
}
.section-about-us .block-about-us .info .chinese + .english {
  margin-top: 30px;
}
.section-about-us .block-about-us .more {
  margin-top: 20px;
}
.section-about-us .block-about-us .more a {
  font-size: 14px;
  color: #8D7158;
  display: inline-flex;
  align-items: center;
}
.section-about-us .block-about-us .more a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_more_golden.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -2px;
}
.section-about-us .block-about-us .more a:hover {
  color: #133C2E;
  text-decoration: underline;
}
.section-about-us .block-about-us .more a:hover i {
  background-image: url(./../images/icon_more_green.svg);
}
.section-about-us .block-about-us .about-us-info {
  text-align: center;
  margin-top: 50px;
}
.section-about-us .block-about-us .about-us-info .chinese {
  font-size: 16px;
  color: #75777A;
}
.section-about-us .block-about-us .about-us-info .english {
  font-size: 14px;
  color: #75777A;
}
.section-about-us .block-about-us .about-us-info .chinese + .english {
  margin-top: 30px;
}
.section-about-us .block-about-us .about-us-info + .two-cols {
  margin-top: 100px;
}

.section-breadcrumb {
  padding: 20px 0;
}
.section-breadcrumb .block-breadcrumb {
  font-size: 14px;
  color: #14411D;
}
.section-breadcrumb .block-breadcrumb .breadcrumb {
  /*display: flex;
  align-items: center;*/
}
.section-breadcrumb .block-breadcrumb i {
  display: inline-block;
  background-image: url(./../images/icon_breadcrumb_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-bottom: -4px;
}
.section-breadcrumb .block-breadcrumb a {
  color: #4A5565;
}
.section-breadcrumb .block-breadcrumb a:hover {
  color: #8D7158;
  text-decoration: underline;
}

.section-banner {
  padding-top: 75px;
}
.section-banner .img {
  display: flex;
}
.section-banner .img img {
  width: 100%;
}
.section-banner .info {
  position: absolute;
  left: 0;
  top: -75px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-banner .info .desc {
  display: inline-flex;
}
.section-banner .info .desc.desc-bg {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 10px 10px 10px;
}
.section-banner .info .desc h3 {
  color: #8D7158;
  font-size: 13px;
  writing-mode: vertical-rl;
}
.section-banner .info .desc h2 {
  color: #264D40;
  font-size: 24px;
  writing-mode: vertical-rl;
}

.section-refer {
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
.section-refer .block-banner-outer {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none !important;
}
.section-refer .img {
  display: flex;
  position: relative;
}
.section-refer .img:after {
  /*
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 28, 29, 0.25);
  */
}
.section-refer .img img {
  width: 100%;
}
.section-refer .img .mobile {
  display: none;
}
.section-refer .info {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  display: none;
}
.section-refer .info .logo {
  text-align: center;
}
.section-refer .info .desc {
  margin-top: 20px;
}
.section-refer .info .desc .chinese {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.section-refer .info .desc .english {
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.section-vision {
  padding-top: 100px;
}
.section-vision .info {
  margin-top: 30px;
}
.section-vision .info .chinese {
  text-align: center;
  font-size: 16px;
  color: #75777A;
}
.section-vision .info .english {
  text-align: center;
  font-size: 14px;
  color: #75777A;
}
.section-vision .info .chinese + .english {
  margin-top: 20px;
}
.section-vision .banner {
  display: flex;
  margin: 50px 0;
}
.section-vision .banner img {
  width: 100%;
}
.section-vision .vision-list .item {
  margin: 50px 0;
}
.section-vision .vision-list .item:last-child {
  margin-bottom: 0;
}
.section-vision .vision-list .item .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-vision .vision-list .item .two-cols .col01 {
  width: 65%;
}
.section-vision .vision-list .item .two-cols .col02 {
  width: 35%;
}
.section-vision .vision-list .item .img {
  display: flex;
}
.section-vision .vision-list .item .img img {
  width: 100%;
}
.section-vision .vision-list .item .desc h3 {
  font-size: 22px;
  font-weight: 600;
  color: #201C1D;
  text-align: right;
}
.section-vision .vision-list .item .desc h3.english {
  font-size: 16px;
}
.section-vision .vision-list .item .desc p {
  font-size: 16px;
  color: #666666;
  text-align: right;
}
.section-vision .vision-list .item .desc p.english {
  font-size: 12px;
}
.section-vision .vision-list .item .desc p + h3 {
  margin-top: 10px;
}
.section-vision .vision-list .item.reverse .two-cols .col01 {
  margin-left: 35%;
  margin-right: -100%;
}
.section-vision .vision-list .item.reverse .desc h3 {
  text-align: left;
}
.section-vision .vision-list .item.reverse .desc p {
  text-align: left;
}

.section-brand-value {
  padding: 100px 0;
  background-color: #F8F9FA;
}
.section-brand-value .block-brand-value .value-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.section-brand-value .block-brand-value .value-list .item {
  padding: 15px;
  width: calc(20% - 30px);
}
.section-brand-value .block-brand-value .value-list .item a {
  display: block;
}
.section-brand-value .block-brand-value .value-list .item .img {
  text-align: center;
}
.section-brand-value .block-brand-value .value-list .item .img b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(141, 113, 88, 0.1);
  border-radius: 100px;
}
.section-brand-value .block-brand-value .value-list .item .info {
  margin-top: 15px;
}
.section-brand-value .block-brand-value .value-list .item .info h3 span {
  display: block;
  text-align: center;
}
.section-brand-value .block-brand-value .value-list .item .info h3 .chinese {
  font-size: 16px;
  font-weight: 600;
  color: #201C1D;
}
.section-brand-value .block-brand-value .value-list .item .info h3 .english {
  font-size: 12px;
  color: #8D7158;
}
.section-brand-value .block-brand-value .value-list .item .info p {
  text-align: center;
}
.section-brand-value .block-brand-value .value-list .item .info p.chinese {
  font-size: 14px;
  color: #666666;
}
.section-brand-value .block-brand-value .value-list .item .info p.english {
  font-size: 10px;
  color: #75777A;
  margin-top: 5px;
}
.section-brand-value .block-brand-value .value-list .item .info h3 + p {
  margin-top: 15px;
}

.section-specialty-leader {
  margin-top: 50px;
  overflow: hidden;
}
.section-specialty-leader .block-specialty-leader .dr-big {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.section-specialty-leader .block-specialty-leader .dr-big .img {
  width: 35%;
  overflow: hidden;
  border-radius: 160px 0 0 0;
}
.section-specialty-leader .block-specialty-leader .dr-big .img img {
  width: 100%;
}
.section-specialty-leader .block-specialty-leader .dr-big .info {
  width: calc(65% - 50px);
}
.section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 .name {
  font-size: 24px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 .name b {
  font-weight: 600;
  display: inline-block;
  margin-right: 7px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 .position {
  font-size: 14px;
  color: #133C2E;
  margin-left: 20px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .major h4 {
  font-size: 16px;
  font-weight: 700;
  color: #133C2E;
  margin: 20px 0 10px 0;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .major .chinese {
  font-size: 15px;
  color: #201C1D;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .major .english {
  font-size: 14px;
  color: #75777A;
  margin-top: 10px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .special {
  margin-top: 20px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .special h4 {
  font-size: 16px;
  font-weight: 700;
  color: #133C2E;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .special h4 span {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .special .tag {
  margin-top: 10px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .experience {
  margin-top: 20px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .experience h4 {
  font-size: 16px;
  font-weight: 700;
  color: #133C2E;
  margin-bottom: 10px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .experience h4 span {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.section-specialty-leader .block-specialty-leader .dr-big .info .experience ul {
  font-size: 14px;
  color: #201C1D;
}
.section-specialty-leader .block-specialty-leader .dr-big .more {
  margin-top: 20px;
}
.section-specialty-leader .block-specialty-leader .dr-big .more a {
  color: #8D7158;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.section-specialty-leader .block-specialty-leader .dr-big .more a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_more_golden.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -2px;
}
.section-specialty-leader .block-specialty-leader .dr-big .more a:hover {
  color: #133C2E;
  text-decoration: underline;
}
.section-specialty-leader .block-specialty-leader .dr-big .more a:hover i {
  background-image: url(./../images/icon_more_green.svg);
}
.section-specialty-leader .block-specialty-leader .dr-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.section-specialty-leader .block-specialty-leader .dr-list .item {
  width: calc(25% - 30px);
  padding: 15px;
}
.section-specialty-leader .block-specialty-leader .dr-list .item a {
  display: block;
}
.section-specialty-leader .block-specialty-leader .caption {
  text-align: right;
}
.section-specialty-leader .block-specialty-leader .caption h2:after {
  background-color: transparent;
}
.section-specialty-leader .block-specialty-leader .caption a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-specialty-leader .block-specialty-leader .caption a i {
  margin-bottom: 2px;
}

.section-expert-detail .block-expert-detail .dr-introduce {
  margin-top: 50px;
}
.section-expert-detail .block-expert-detail .dr-introduce .three-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-expert-detail .block-expert-detail .dr-introduce .three-cols .col01 {
  width: 28%;
}
.section-expert-detail .block-expert-detail .dr-introduce .three-cols .col02 {
  width: 28%;
}
.section-expert-detail .block-expert-detail .dr-introduce .three-cols .col03 {
  width: calc(44% - 50px);
  padding-left: 50px;
}
.section-expert-detail .block-expert-detail .dr-introduce .name-position-major h2 span {
  display: block;
}
.section-expert-detail .block-expert-detail .dr-introduce .name-position-major h2 .name {
  font-size: 28px;
  color: #201C1D;
}
.section-expert-detail .block-expert-detail .dr-introduce .name-position-major h2 .name b {
  font-weight: 600;
  display: block;
  font-size: 32px;
}
.section-expert-detail .block-expert-detail .dr-introduce .name-position-major h2 .position {
  color: #133C2E;
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0;
}
.section-expert-detail .block-expert-detail .dr-introduce .name-position-major h3 {
  font-size: 24px;
  font-weight: 700;
  color: #8D7158;
}
.section-expert-detail .block-expert-detail .dr-introduce .major h4 {
  font-size: 14px;
  font-weight: 700;
  color: #133C2E;
  margin: 20px 0;
}
.section-expert-detail .block-expert-detail .dr-introduce .major .chinese {
  font-size: 15px;
  color: #201C1D;
}
.section-expert-detail .block-expert-detail .dr-introduce .major .english {
  font-size: 14px;
  color: #75777A;
  margin-top: 10px;
}
.section-expert-detail .block-expert-detail .dr-introduce .special h4 {
  font-size: 16px;
  font-weight: 700;
  color: #133C2E;
}
.section-expert-detail .block-expert-detail .dr-introduce .special h4 span {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.section-expert-detail .block-expert-detail .dr-introduce .special .tag {
  margin-top: 10px;
}
.section-expert-detail .block-expert-detail .dr-introduce .experience {
  margin-top: 20px;
}
.section-expert-detail .block-expert-detail .dr-introduce .experience h4 {
  font-size: 16px;
  font-weight: 700;
  color: #133C2E;
}
.section-expert-detail .block-expert-detail .dr-introduce .experience h4 span {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.section-expert-detail .block-expert-detail .dr-introduce .experience ul {
  font-size: 14px;
  color: #4A5565;
  margin-top: 10px;
}
.section-expert-detail .block-expert-detail .dr-introduce .img {
  display: flex;
  overflow: hidden;
  border-radius: 8vw 0 0 0;
}
.section-expert-detail .block-expert-detail .dr-introduce .img img {
  width: 100%;
}

.section-environment-introduction {
  padding: 100px 0;
}
.section-environment-introduction .caption {
  text-align: right;
}
.section-environment-introduction .caption h2:after {
  background-color: transparent;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment {
  margin-top: 50px;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-slide a {
  display: block;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-slide a:hover {
  opacity: 0.5;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-slide .img {
  display: flex;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-slide .img img {
  width: 100%;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-slide .desc h3 {
  font-size: 14px;
  color: #75777A;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-button-prev {
  background-image: url(./../images/icon_swiper_big_left_gray.svg);
  background-size: contain;
  width: 48px;
  height: 48px;
  left: calc(50vw - 600px - 60px);
  opacity: 0.5;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-button-prev:hover {
  background-image: url(./../images/icon_swiper_big_left_green.svg);
  opacity: 1;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-button-next {
  background-image: url(./../images/icon_swiper_big_right_gray.svg);
  background-size: contain;
  width: 48px;
  height: 48px;
  left: calc(50vw + 600px);
  opacity: 0.5;
}
.section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-button-next:hover {
  background-image: url(./../images/icon_swiper_big_right_green.svg);
  opacity: 1;
}

.section-address .block-environment-introduction .map {
  margin-top: 50px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section-address .block-environment-introduction .map iframe {
  width: 100%;
  height: 338px;
  filter: grayscale(1);
}
.section-address .block-environment-introduction .map:hover iframe {
  filter: grayscale(0);
}

.section-open-time {
  margin: 100px 0;
}
.section-open-time .block-open-time .caption {
  text-align: left;
  position: relative;
}
.section-open-time .block-open-time .caption h2:before {
  background-color: transparent;
}
.section-open-time .block-open-time .introduce {
  background-repeat: no-repeat;
  background-size: 47%;
  padding-bottom: 150px;
}
.section-open-time .block-open-time .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-open-time .block-open-time .two-cols .col01 {
  width: 47%;
}
.section-open-time .block-open-time .two-cols .col01 img {
  width: 100%;
  display: none;
}
.section-open-time .block-open-time .two-cols .col02 {
  width: calc(53% - 50px);
  padding-left: 50px;
}
.section-open-time .block-open-time .two-cols .col02 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: right;
}
.section-open-time .block-open-time .two-cols .col02 p {
  font-size: 16px;
  color: #666666;
  text-align: left;
}
.section-open-time .block-open-time .two-cols .col02 h3 + P {
  margin-top: 15px;
}
.section-open-time .block-open-time .two-cols .time p {
  margin-top: 30px;
}
.section-open-time .block-open-time .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-open-time .block-open-time .info .box {
  background-color: #F3F2F2;
  width: 80%;
  padding: 50px;
  margin-top: -80px;
}
.section-open-time .block-open-time .info .box h4 {
  font-size: 24px;
  font-weight: 500;
  color: #133C2E;
}
.section-open-time .block-open-time .info .box h4 span {
  display: block;
}
.section-open-time .block-open-time .info .box h4 span:nth-child(1) {
  color: #8D7158;
  font-size: 14px;
}
.section-open-time .block-open-time .info .box ul {
  font-size: 14px;
  color: #75777A;
  margin-top: 30px;
  list-style: disc;
  padding-left: 30px;
}

.section-physician-column {
  margin-top: 100px;
}
.section-physician-column .column-swiper {
  margin-top: 50px;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.section-physician-column .column-swiper .swiper-wrapper {
  padding-bottom: 40px;
}
.section-physician-column .block-physician-column {
  padding-bottom: 100px;
}
.section-physician-column .block-physician-column .more {
  text-align: right;
}
.section-physician-column .block-physician-column .more a {
  font-size: 14px;
  color: #8D7158;
  display: inline-flex;
  align-items: center;
}
.section-physician-column .block-physician-column .more a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_more_golden.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-physician-column .block-physician-column .more a:hover {
  color: #133C2E;
  text-decoration: underline;
}
.section-physician-column .block-physician-column .more a:hover i {
  background-image: url(./../images/icon_more_green.svg);
}

.section-outpatient-hours {
  margin: 100px 0;
}
.section-outpatient-hours .outpatient-hours .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-outpatient-hours .outpatient-hours .two-cols .col01 {
  width: calc(100% - 310px - 50px);
  padding-right: 50px;
}
.section-outpatient-hours .outpatient-hours .two-cols .col02 {
  width: 310px;
}
.section-outpatient-hours .outpatient-hours .two-cols .img img {
  width: 100%;
}
.section-outpatient-hours .outpatient-hours .mobile-outpatient-hours {
  margin-top: 20px;
  display: none;
}
.section-outpatient-hours .outpatient-hours .mobile-outpatient-hours .img {
  display: flex;
}
.section-outpatient-hours .outpatient-hours .mobile-outpatient-hours .img img {
  width: 100%;
}
.section-outpatient-hours .outpatient-hours .caption {
  position: relative;
  text-align: left;
}
.section-outpatient-hours .outpatient-hours .caption h2 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.section-outpatient-hours .outpatient-hours .caption h2:before {
  background-color: transparent;
}
.section-outpatient-hours .outpatient-hours .desc .time {
  color: #75777A;
  margin: 20px 0;
}
.section-outpatient-hours .outpatient-hours .desc .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  background-color: #8D7158;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
}
.section-outpatient-hours .outpatient-hours .desc .more a:hover {
  background-color: #133C2E;
}

.section-servcies-info .block-servcies-info {
  margin-top: 50px;
}
.section-servcies-info .block-servcies-info .info {
  text-align: center;
  line-height: 1.8;
}
.section-servcies-info .block-servcies-info .info b {
  font-weight: 700;
}
.section-servcies-info .block-servcies-info .info .chinese {
  font-size: 16px;
  color: #75777A;
}
.section-servcies-info .block-servcies-info .info .chinese .green {
  color: #133C2E;
}
.section-servcies-info .block-servcies-info .info .english {
  font-size: 14px;
  color: #75777A;
  margin-top: 20px;
}

.section-servcies-overview .block-servcies-overview {
  margin: 100px 0;
}
.section-servcies-overview .block-servcies-overview .title {
  text-align: center;
  position: relative;
}
.section-servcies-overview .block-servcies-overview .title a {
  font-size: 14px;
  color: #8D7158;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.section-servcies-overview .block-servcies-overview .title a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_more_golden.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-servcies-overview .block-servcies-overview .title a:hover {
  color: #133C2E;
}
.section-servcies-overview .block-servcies-overview .title a:hover i {
  background-image: url(./../images/icon_more_green.svg);
}
.section-servcies-overview .block-servcies-overview .title h2 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.section-servcies-overview .block-servcies-overview .title h2:before {
  content: "";
  position: absolute;
  left: calc(-50% - 160px);
  top: 50%;
  height: 1px;
  background-color: #133C2E;
  width: 180px;
}
.section-servcies-overview .block-servcies-overview .title h2:after {
  content: "";
  position: absolute;
  right: calc(-50% - 160px);
  top: 50%;
  height: 1px;
  background-color: #133C2E;
  width: 180px;
}
.section-servcies-overview .block-servcies-overview .title h2 span {
  display: block;
}
.section-servcies-overview .block-servcies-overview .title h2 .english {
  color: #8D7158;
  font-size: 14px;
}
.section-servcies-overview .block-servcies-overview .title h2 .chinese {
  font-weight: 600;
  color: #133C2E;
  font-size: 24px;
}
.section-servcies-overview .block-servcies-overview .overview-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.section-servcies-overview .block-servcies-overview .overview-list .item {
  margin: 10px;
  width: calc(20% - 20px);
  background-color: #F8F8F8;
}
.section-servcies-overview .block-servcies-overview .overview-list .item a {
  display: block;
}
.section-servcies-overview .block-servcies-overview .overview-list .item a:hover .info {
  background-color: #C9D2CD;
}
.section-servcies-overview .block-servcies-overview .overview-list .item a:hover .img img {
  transform: scale(1.15);
}
.section-servcies-overview .block-servcies-overview .overview-list .item .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 30px 0;
  min-height: 435px;
}
.section-servcies-overview .block-servcies-overview .overview-list .item .info h3 {
  width: 40px;
  height: -moz-max-content;
  height: max-content;
  font-size: 16px;
  font-weight: 600;
  color: #133C2E;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 6px;
}
.section-servcies-overview .block-servcies-overview .overview-list .item .info h4 {
  width: 26px;
  height: -moz-max-content;
  height: max-content;
  font-size: 12px;
  color: #75777A;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 6px;
}
.section-servcies-overview .block-servcies-overview .overview-list .item .img {
  display: flex;
  overflow: hidden;
}
.section-servcies-overview .block-servcies-overview .overview-list .item .img img {
  width: 100%;
  transition: 0.5s ease;
}

.section-case-list {
  padding-bottom: 50px;
}
.section-case-list .block-case-list .case-list-cate .cate-list-outer {
  margin: 50px auto;
}
.section-case-list .block-case-list .case-list-cate .cate-list {
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.section-case-list .block-case-list .case-list-cate .cate-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 100px;
  padding: 0 30px;
  background-color: #F3F4F6;
  color: #75777A;
  font-size: 14.5px;
  margin: 0 5px;
}
.section-case-list .block-case-list .case-list-cate .cate-list a:hover, .section-case-list .block-case-list .case-list-cate .cate-list a.active {
  background-color: #133C2E;
  color: #fff;
}
.section-case-list .block-case-list .case-list-cate .case-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 1060px;
}
.section-case-list .block-case-list .case-list-cate .case-list .item {
  width: calc(25% - 20px);
  margin: 10px;
}
.section-case-list .block-case-list .pagination-div {
  padding-bottom: 0;
}

.section-case-detail .block-case-detail {
  padding-bottom: 50px;
  padding-top: 50px;
}
.section-case-detail .block-case-detail .case-detail .title h2 {
  font-size: 36px;
  font-weight: 500;
  color: #201C1D;
}
.section-case-detail .block-case-detail .case-detail .title h3 {
  font-size: 16px;
  font-family: "Marcellus", serif;
  color: #201C1D;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-case-detail .block-case-detail .case-detail .title h3 .author {
  font-family: "Noto Serif TC", serif;
}
.section-case-detail .block-case-detail .case-detail .detail {
  position: relative;
  font-size: large;
  margin-top: 30px;
}
.section-case-detail .block-case-detail .case-detail .detail img {
  max-width: 100%;
  height: auto;
}
.section-case-detail .block-case-detail .case-detail .detail big {
  font-size: larger;
}
.section-case-detail .block-case-detail .case-detail .detail strong {
  font-weight: 700;
}
.section-case-detail .block-case-detail .case-detail .detail em {
  font-style: italic;
}
.section-case-detail .block-case-detail .case-detail .detail h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.section-case-detail .block-case-detail .case-detail .detail h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .detail h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .detail h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .detail h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .detail h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .detail p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .detail ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .detail ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-case-detail .block-case-detail .case-detail .back {
  text-align: center;
  padding: 50px 0;
}
.section-case-detail .block-case-detail .case-detail .back a {
  font-size: 16px;
  color: #364153;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  min-height: 48px;
  border-radius: 100px;
  background-color: #F3F4F6;
}
.section-case-detail .block-case-detail .case-detail .back a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_back_arrow_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-case-detail .block-case-detail .case-detail .back a:hover {
  background-color: #133C2E;
  color: #fff;
}
.section-case-detail .block-case-detail .case-detail .back a:hover i {
  background-image: url(./../images/icon_back_arrow_white.svg);
}

.section-ostetrics-care-treatment {
  margin-top: 50px;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .detail {
  margin-top: 25px;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .detail img {
  width: 100%;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .detail b {
  font-weight: 700;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .detail .chinese {
  font-size: 16px;
  color: #75777A;
  text-align: center;
  margin-bottom: 30px;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .detail .english {
  margin-top: 30px;
  font-size: 14px;
  color: #75777A;
  text-align: center;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .more {
  text-align: center;
  padding: 30px 0;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  background-color: #8D7158;
  font-size: 13px;
  color: #fff;
  border-radius: 100px;
}
.section-ostetrics-care-treatment .block-ostetrics-care-treatment .more a:hover {
  background-color: #133C2E;
}

.section-ostetrics-care-special {
  margin-top: 50px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail {
  margin-top: 25px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #75777A;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #75777A;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail h3 + h4 {
  margin-top: 20px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail h4 + p {
  margin-top: 5px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail P + h4 {
  margin-top: 20px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail P + h3 {
  margin-top: 50px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail P + P {
  margin-top: 20px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail b {
  font-weight: 700;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail big {
  font-size: larger;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail .chinese {
  text-align: center;
  font-size: 15px;
  color: #75777A;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail .english {
  text-align: center;
  font-size: 15px;
  color: #75777A;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail .english + .chinese {
  margin-top: 20px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail ul {
  list-style: disc;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  color: #75777A;
  padding-left: 25px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .detail h4 + ul {
  margin-top: 5px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .more {
  text-align: center;
  padding: 30px 0 0 0;
}
.section-ostetrics-care-special .block-ostetrics-care-special .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  background-color: #8D7158;
  font-size: 13px;
  color: #fff;
  border-radius: 100px;
}
.section-ostetrics-care-special .block-ostetrics-care-special .more a:hover {
  background-color: #133C2E;
}

.section-ostetrics-care-swiper {
  margin-top: 100px;
}
.section-ostetrics-care-swiper .block-ostetrics-care-swiper .swiperCare .swiper-wrapper {
  padding-bottom: 50px;
}
.section-ostetrics-care-swiper .block-ostetrics-care-swiper .swiperCare .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.section-ostetrics-care-swiper .block-ostetrics-care-swiper .swiperCare .swiper-wrapper .swiper-slide a {
  display: flex;
}
.section-ostetrics-care-swiper .block-ostetrics-care-swiper .swiperCare .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.5;
}

.section-ostetrics-gentle-reminders {
  margin: 50px 0 100px 0;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .detail {
  margin-top: 25px;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .detail b {
  font-weight: 700;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .detail .chinese {
  text-align: center;
  font-size: 15px;
  color: #75777A;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .detail .english {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  color: #75777A;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .detail h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #75777A;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .detail ul {
  list-style: disc;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  color: #75777A;
  padding-left: 25px;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .detail h3 + ul {
  margin-top: 5px;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .more {
  text-align: center;
  padding: 30px 0 0 0;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  background-color: #8D7158;
  font-size: 13px;
  color: #fff;
  border-radius: 100px;
}
.section-ostetrics-gentle-reminders .block-ostetrics-gentle-reminders .more a:hover {
  background-color: #133C2E;
}

.section-health-data-info .block-health-data-info .data-list-cate {
  margin: 50px 0;
}
.section-health-data-info .block-health-data-info .data-list-cate .cate-list-outer {
  overflow-x: auto;
}
.section-health-data-info .block-health-data-info .data-list-cate .cate-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.section-health-data-info .block-health-data-info .data-list-cate .cate-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 100px;
  font-size: 14.5px;
  color: #75777A;
  padding: 0 15px;
  background-color: #F3F4F6;
  margin: 0 5px;
}
.section-health-data-info .block-health-data-info .data-list-cate .cate-list a.active, .section-health-data-info .block-health-data-info .data-list-cate .cate-list a:hover {
  color: #fff;
  font-size: 14.5px;
  background-color: #133C2E;
  min-height: 44px;
}
.section-health-data-info .block-health-data-info .caption {
  text-align: left;
  position: relative;
}
.section-health-data-info .block-health-data-info .caption h2:before {
  background-color: transparent;
}
.section-health-data-info .block-health-data-info .info {
  margin-top: 30px;
}
.section-health-data-info .block-health-data-info .info b {
  font-weight: 700;
}
.section-health-data-info .block-health-data-info .info .chinese {
  font-size: 16px;
  color: #75777A;
}
.section-health-data-info .block-health-data-info .info .english {
  font-size: 14px;
  color: #75777A;
  margin-top: 20px;
}

.section-health-data-swiper {
  padding: 100px 0;
}
.section-health-data-swiper .block-health-data-swiper .swiperHealth .swiper-slide a {
  display: block;
}
.section-health-data-swiper .block-health-data-swiper .swiperHealth .swiper-slide a:hover {
  opacity: 0.5;
}
.section-health-data-swiper .block-health-data-swiper .swiperHealth .swiper-slide .img {
  display: flex;
}
.section-health-data-swiper .block-health-data-swiper .swiperHealth .swiper-slide .img img {
  width: 100%;
}
.section-health-data-swiper .block-health-data-swiper .swiperHealth .swiper-slide .desc h3 {
  font-size: 14px;
  color: #75777A;
}

.section-health-data-vision .block-health-data-vision .video iframe, .section-health-data-vision .block-health-data-vision .video video {
  width: 100%;
  height: 555px;
}
.section-health-data-vision .block-health-data-vision .video + .caption {
  margin-top: 100px;
}
.section-health-data-vision .block-health-data-vision .info {
  margin-top: 50px;
}
.section-health-data-vision .block-health-data-vision .info .chinese {
  text-align: center;
  font-size: 16px;
  color: #75777A;
}
.section-health-data-vision .block-health-data-vision .info .english {
  text-align: center;
  font-size: 14px;
  color: #75777A;
}
.section-health-data-vision .block-health-data-vision .info .chinese + .english {
  margin-top: 30px;
}

.section-health-data-introduce {
  margin: 100px 0;
}
.section-health-data-introduce .block-health-data-introduce .introduce {
  background-repeat: no-repeat;
  background-size: 47%;
  padding-bottom: 150px;
}
.section-health-data-introduce .block-health-data-introduce .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-health-data-introduce .block-health-data-introduce .two-cols .col01 {
  width: 47%;
}
.section-health-data-introduce .block-health-data-introduce .two-cols .col01 img {
  width: 100%;
  display: none;
}
.section-health-data-introduce .block-health-data-introduce .two-cols .col02 {
  width: 53%;
}
.section-health-data-introduce .block-health-data-introduce .two-cols .col02 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: right;
}
.section-health-data-introduce .block-health-data-introduce .two-cols .col02 p {
  font-size: 16px;
  color: #666666;
  text-align: right;
}
.section-health-data-introduce .block-health-data-introduce .two-cols .col02 h3 + P {
  margin-top: 15px;
}
.section-health-data-introduce .block-health-data-introduce .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-health-data-introduce .block-health-data-introduce .info .box {
  background-color: #F3F2F2;
  width: 80%;
  padding: 50px;
  margin-top: -80px;
}
.section-health-data-introduce .block-health-data-introduce .info .box h4 {
  font-size: 19px;
  font-weight: 500;
  color: #133C2E;
}
.section-health-data-introduce .block-health-data-introduce .info .box p {
  font-size: 16px;
  color: #75777A;
}

.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail {
  min-height: 1000px;
  position: relative;
  font-size: large;
  margin-top: 30px;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail img {
  max-width: 100%;
  height: auto;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail big {
  font-size: larger;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail strong {
  font-weight: 700;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail em {
  font-style: italic;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-reLume-article-detail .block-reLume-article-detail .reLume-article-detail ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.section-servcies-overview + .section-specialty-leader {
  margin-bottom: 80px;
}
@keyframes shineAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flashAnimation {
  from {
    background: rgba(255, 109, 109, 0.3);
    width: 100px;
    height: 100px;
  }
  to {
    background: transparent;
    width: 320px;
    height: 320px;
  }
}
@keyframes dotsAnimate {
  0%, 80%, to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes moveLeftRight {
  0% {
    left: 0px;
  }
  50% {
    left: -50px;
  }
  70% {
    right: 50px;
  }
  100% {
    left: 0%;
  }
}
@keyframes moveRightLeft {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
  }
  70% {
    right: -50px;
  }
  100% {
    left: 0%;
  }
}
@media all and (max-width: 1330px) {
  .section-swiper .swiper-button-next {
    display: none;
  }
  .section-swiper .swiper-button-prev {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  .section-health-data-vision .block-health-data-vision .video iframe, .section-health-data-vision .block-health-data-vision .video video {
    height: 55vw;
  }
}
@media all and (max-width: 1090px) {
  .section-physician-column .column-swiper {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-case-list .block-case-list .case-list-cate .case-list {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 1024px) {
  .section-swiper {
    margin-top: 20px;
  }
  .swiperHome {
    padding-bottom: 50px;
  }
  .dr .info .special {
    overflow: hidden;
    max-height: 77px;
  }
  .dr .info .special .tag span {
    max-width: 100px;
    min-width: inherit;
  }
}
@media all and (max-width: 992px) {
  .section-swiper .block-info .mobile-deco {
    display: block;
  }
  .section-swiper .block-info .three-cols .col01 {
    width: 50%;
  }
  .section-swiper .block-info .three-cols .col01 p {
    font-size: 16px;
  }
  .section-swiper .block-info .three-cols .col02 {
    display: none;
  }
  .section-swiper .block-info .three-cols .col03 {
    width: 50%;
  }
  .section-address .block-environment-introduction .map {
    width: 100%;
  }
  .section-brand-value .block-brand-value .caption a {
    display: none;
  }
  .section-brand-value .block-brand-value .value-list-outer {
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-brand-value .block-brand-value .value-list-outer .value-list {
    width: 992px;
  }
  .section-environment-introduction .block-environment-swiper .swiperEnvironment .swiper-slide .desc h3 {
    font-size: 18px;
  }
  .section-specialty-leader .block-specialty-leader .dr-list .item {
    width: calc(33.3333333333% - 30px);
  }
  .section-case-list .block-case-list .case-list-cate .case-list .item {
    width: calc(33.3333333333% - 20px);
  }
  .section-health-data-info .block-health-data-info .data-list-cate .cate-list a.active {
    font-size: 20px;
  }
  .section-health-data-swiper .block-health-data-swiper .swiperHealth .swiper-slide .desc h3 {
    font-size: 18px;
  }
  .section-health-data-vision .block-health-data-vision .video + .caption {
    margin-top: 50px;
  }
  .section-health-data-introduce {
    margin-top: 50px;
  }
  .section-ostetrics-care-swiper {
    margin-top: 50px;
  }
  .section-servcies-info .block-servcies-info {
    margin-top: 100px;
  }
  .section-environment-introduction .caption {
    text-align: center;
  }
  .section-environment-introduction .caption h2:after {
    background-color: #133C2E;
  }
  .main-health-data-list {
    padding-top: 90px;
  }
  .pagination-div a {
    width: 36px;
    height: 36px;
  }
}
@media all and (max-width: 820px) {
  .section-specialty-leader .block-specialty-leader .dr-list-outer .dr-list .item {
    width: calc(50% - 30px);
  }
}
@media all and (max-width: 767px) {
  .section-swiper .block-info {
    padding: 50px 0;
  }
  .section-swiper .block-info .three-cols .col01 p {
    font-size: 10px;
  }
  .section-swiper .block-info .three-cols .col03 h2 {
    font-size: 12px;
  }
  .section-swiper .block-info .three-cols .col03 p {
    font-size: 10px;
  }
  .section-swiper .block-info .three-cols .col03 h2 + p {
    margin-top: 5px;
  }
  .section-about-us .block-about-us .two-cols .col01 {
    width: 100%;
  }
  .section-about-us .block-about-us .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-about-us .block-about-us .info {
    margin-right: 0;
  }
  .section-servcies-overview .block-servcies-overview .overview-list-outer {
    overflow-x: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-servcies-overview .block-servcies-overview .overview-list-outer .overview-list {
    width: 767px;
  }
  .section-expert-detail .block-expert-detail .dr-introduce .three-cols {
    display: block;
  }
  .section-expert-detail .block-expert-detail .dr-introduce .three-cols .col01 {
    width: 100%;
  }
  .section-expert-detail .block-expert-detail .dr-introduce .three-cols .col02 {
    width: 100%;
    margin-top: 10px;
  }
  .section-expert-detail .block-expert-detail .dr-introduce .three-cols .col03 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .section-specialty-leader .block-specialty-leader .dr-big .img {
    width: 100%;
  }
  .section-specialty-leader .block-specialty-leader .dr-big .info {
    width: 100%;
    margin-top: 20px;
  }
  .section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 {
    display: block;
  }
  .section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 span {
    display: block;
  }
  .section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 .name {
    font-size: 20px;
  }
  .section-specialty-leader .block-specialty-leader .dr-big .info .name-position h3 .position {
    margin-left: 0;
  }
  .section-specialty-leader .block-specialty-leader .dr-list-outer {
    overflow-x: auto;
  }
  .section-specialty-leader .block-specialty-leader .dr-list-outer .dr-list {
    width: 200vw;
  }
  .section-specialty-leader .block-specialty-leader .dr-list-outer .dr-list .item {
    width: calc(50vw - 30px);
  }
  .section-refer {
    padding: 50px 0;
  }
  .section-refer .block-banner-outer {
    padding: 80px 0;
  }
  .section-refer .img {
    /*display: none;*/
  }
  .section-refer .img .mobile {
    display: block;
  }
  .section-refer .img .web {
    display: none;
  }
  .section-refer .info {
    position: relative;
  }
  .section-brand-value {
    padding: 50px 0;
  }
  .section-environment-introduction {
    padding: 50px 0;
  }
  .section-environment-introduction {
    padding: 50px 0;
  }
  .section-open-time .block-open-time .introduce {
    background-image: none !important;
    padding-bottom: 0;
  }
  .section-open-time .block-open-time .two-cols {
    display: block;
  }
  .section-open-time .block-open-time .two-cols .col01 {
    width: 100%;
  }
  .section-open-time .block-open-time .two-cols .col01 img {
    display: block;
  }
  .section-open-time .block-open-time .two-cols .col02 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .section-open-time .block-open-time .info {
    margin-top: 20px;
    padding: 0 15px;
  }
  .section-open-time .block-open-time .info .box {
    margin-top: 0;
    width: calc(100% - 50px);
    padding: 25px;
  }
  .section-about-us .block-about-us .about-us-info + .two-cols {
    margin-top: 50px;
  }
  .section-vision {
    padding-top: 50px;
  }
  .section-vision .vision-list .item .two-cols {
    display: block;
  }
  .section-vision .vision-list .item .two-cols .col01 {
    width: 100%;
  }
  .section-vision .vision-list .item .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-vision .vision-list .item.reverse .two-cols .col01 {
    margin-left: 0;
    margin-right: 0;
  }
  .section-vision .vision-list .item .desc h3 {
    font-size: 20px;
  }
  .section-physician-column {
    margin-top: 80px;
  }
  .section-outpatient-hours {
    margin: 80px 0;
  }
  .section-outpatient-hours .outpatient-hours .two-cols {
    display: block;
  }
  .section-outpatient-hours .outpatient-hours .two-cols .col01 {
    width: 100%;
    display: none;
  }
  .section-outpatient-hours .outpatient-hours .two-cols .col02 {
    width: 100%;
  }
  .section-outpatient-hours .outpatient-hours .mobile-outpatient-hours {
    display: block;
  }
  .section-case-detail .block-case-detail .case-detail .title h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .section-case-detail .block-case-detail .case-detail .title h3 {
    font-size: 14px;
  }
  .section-case-detail .block-case-detail .case-detail .detail {
    font-size: medium;
  }
  .section-case-list .block-case-list .case-list-cate .cate-list-outer {
    overflow-x: auto;
  }
  .section-case-list .block-case-list .case-list-cate .cate-list a {
    font-size: 14px;
    padding: 0 10px;
    min-width: 50px;
  }
  .section-health-data-swiper {
    padding: 50px 0;
  }
  .section-health-data-introduce .block-health-data-introduce .introduce {
    background-image: none !important;
    padding-bottom: 0;
  }
  .section-health-data-introduce .block-health-data-introduce .two-cols {
    display: block;
  }
  .section-health-data-introduce .block-health-data-introduce .two-cols .col01 {
    width: 100%;
  }
  .section-health-data-introduce .block-health-data-introduce .two-cols .col01 img {
    display: block;
  }
  .section-health-data-introduce .block-health-data-introduce .two-cols .col02 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .section-health-data-introduce .block-health-data-introduce .info {
    margin-top: 20px;
    padding: 0 15px;
  }
  .section-health-data-introduce .block-health-data-introduce .info .box {
    margin-top: 0;
    width: calc(100% - 50px);
    padding: 25px;
  }
  .section-health-data-info .block-health-data-info .data-list-cate .cate-list-outer {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-specialty-leader .block-specialty-leader .dr-list .item {
    padding: 10px;
    width: calc(50% - 20px);
  }
  .caption h2 .chinese {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .dr .info .name-position h3 .name {
    font-size: 14px;
  }
  .dr .info .name-position h3 .name b {
    display: block;
  }
  .section-case-list .block-case-list .case-list-cate .case-list .item {
    width: calc(50% - 20px);
  }
  .section-health-data-info .block-health-data-info .data-list-cate .cate-list a {
    font-size: 14px;
  }
  .section-health-data-info .block-health-data-info .data-list-cate .cate-list a.active {
    font-size: 18px;
  }
  .section-servcies-info .block-servcies-info {
    margin-top: 50px;
  }
  .section-expert-detail .block-expert-detail .dr-introduce {
    margin-top: 20px;
  }
  .dr .info .special {
    overflow: hidden;
    max-height: 72px;
  }
  .dr .info .special .tag span {
    max-width: 100px;
  }
  .caption a {
    /*bottom: -70px;*/
    display: none;
  }
  .tag span {
    font-size: 12px;
  }
  .column .info h3 {
    font-size: 16px;
  }
  .pagination-div a {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
@media all and (max-width: 480px) {
  .section-specialty-leader .block-specialty-leader .dr-list-outer {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-specialty-leader .block-specialty-leader .dr-list-outer .dr-list {
    width: 320vw;
  }
  .section-specialty-leader .block-specialty-leader .dr-list-outer .dr-list .item {
    width: calc(80vw - 20px);
    padding: 10px;
  }
  .section-brand-value .block-brand-value .value-list-outer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-brand-value .block-brand-value .value-list-outer .value-list {
    width: 350vw;
    padding-left: 15vw;
    padding-right: 15vw;
  }
  .section-brand-value .block-brand-value .value-list-outer .value-list .item {
    width: calc(70vw - 30px);
  }
}/*# sourceMappingURL=main.css.map */