@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;600&display=swap");
/* SASS/_core-variables.scss */
@font-face {
  font-family: "Erotique";
  src: url("/font/ErotiqueTrial-Regular.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.c-page-cardList02 > .u-inner, .c-home-case > .u-inner, .c-home-medical > .u-inner, .c-home-news > .u-inner, .core-main, .page .core-content, .core-footer > .u-inner > .l-c > .u-inner {
  max-width: 1366px;
  margin: 0 auto;
}

.core-page-clinicIntro ul, .c-page-cardList01 ul, .c-tab, .c-home-clinicHours > .u-inner > .l-f ul, .c-home-case > .u-inner .btnGroup ul, .c-home-banner .l-c .bannerList, .c-home-banner .dotList, .core-header .l-stack .c-top-phone ul, .core-header .l-stack .c-menu > .u-inner .c-menu__details ul, .core-fixed .c-social ul, .c-page-title .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

body {
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  transition: initial;
}
body:before {
  content: none;
}
body:after {
  content: none;
}

.c-home-case > .u-inner .btnGroup .prev a,
.c-home-case > .u-inner .btnGroup .next a, .c-home-banner .dotList li a, .core-header .c-logo a.mobile, .core-fixed .c-social ul .item a, .pagination a[rel=prev], .pagination a[rel=next], .c-page-title .share ul li a {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

.c-page-prev-next .prev a span:nth-child(2),
.c-page-prev-next .next a span:nth-child(2), .c-home-news > .u-inner .l-c .list .item a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-page-cardList02 > .u-inner .l-h .title span, .c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .title span, .c-home-case > .u-inner .l-h .title span, .c-home-medical > .u-inner .l-h .title span, .c-home-news > .u-inner .l-h .title span {
  display: block;
  font-size: 2.5em;
  color: #666666;
}
.c-page-cardList02 > .u-inner .l-h .title span:nth-child(1), .c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .title span:nth-child(1), .c-home-case > .u-inner .l-h .title span:nth-child(1), .c-home-medical > .u-inner .l-h .title span:nth-child(1), .c-home-news > .u-inner .l-h .title span:nth-child(1) {
  letter-spacing: 10px;
  font-weight: 400;
}
.c-page-cardList02 > .u-inner .l-h .title span:nth-child(2), .c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .title span:nth-child(2), .c-home-case > .u-inner .l-h .title span:nth-child(2), .c-home-medical > .u-inner .l-h .title span:nth-child(2), .c-home-news > .u-inner .l-h .title span:nth-child(2) {
  margin-top: 10px;
  font-family: "Erotique", "Noto Serif TC", "PingFang TC", "Microsoft JhengHei", serif;
  color: #666666;
  opacity: 0.5;
  font-size: 3.5em;
}

.core-page-clinicIntro .tab-item > .l-h, .core-page-editor .l-h, .c-page-doctor .list .item .title, .c-clinicHours-Table > .l-h, .page-title-s, .clinic-google-map-iframe .l-h {
  font-size: 1.6em;
  color: #666666;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.core-page-clinicIntro .tab-item > .l-h::after, .core-page-editor .l-h::after, .c-page-doctor .list .item .title::after, .c-clinicHours-Table > .l-h::after, .page-title-s::after, .clinic-google-map-iframe .l-h::after {
  content: "​";
  border-radius: 10px;
  margin-top: 8px;
  display: block;
  height: 3px;
  width: 1.1em;
  background-color: #c5a287;
}

.c-home-case > .u-inner .btnGroup .more a, .c-home-news > .u-inner .l-f a {
  text-decoration: none;
  color: #666666;
  padding: 10px 0;
  border-bottom: 1px solid #c5a287;
  display: flex;
  justify-content: center;
  align-items: centers;
  transition: 150ms;
  display: inline-block;
}
.c-home-case > .u-inner .btnGroup .more a::after, .c-home-news > .u-inner .l-f a::after {
  content: "​";
  width: 15px;
  height: 15px;
  background-image: url("../images/icon_arrow-more.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  transition: 150ms;
}
.c-home-case > .u-inner .btnGroup .more a:hover, .c-home-news > .u-inner .l-f a:hover {
  color: #c5a287;
  transform: translateX(-5px);
}
.c-home-case > .u-inner .btnGroup .more a:hover:after, .c-home-news > .u-inner .l-f a:hover:after {
  transform: translateX(10px);
}

body {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  color: #666666;
  --inner-w: 1920px;
}
body .core-main {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
body .core-main > .u-inner {
  max-width: var(--inner-w);
}

.core-fixed {
  position: relative;
  z-index: 2;
}
.core-fixed .c-social {
  position: fixed;
  left: auto;
  z-index: 99;
}
.core-fixed .c-social {
  display: grid;
  justify-content: center;
  top: calc(50% - 195px);
  right: max(10px, (100vw - var(--inner-w)) / 2 + 10px);
}
.core-fixed .c-social ul .item + .item {
  margin-top: 10px;
}
.core-fixed .c-social ul .item a {
  display: block;
  border-radius: 50%;
  background-color: #c5a287;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transition: 150ms;
  border: 1px solid #b6b6b6;
  border-color: #ffffff;
}
@media screen and (max-width: 1028px) {
  .core-fixed .c-social ul .item a {
    border: none;
  }
}
.core-fixed .c-social ul .item a:hover {
  transform: scale(1.1);
}
.core-fixed .c-social ul .item:nth-child(even) a {
  background-color: #a29b94;
}
.core-fixed .c-social ul .item.fb a {
  background-image: url("../images/icon-fb.png");
}
.core-fixed .c-social ul .item.ig a {
  background-image: url("../images/icon-ig.png");
}
.core-fixed .c-social ul .item.youtube a {
  background-image: url("../images/icon-youtube.png");
}
.core-fixed .c-social ul .item.message a {
  background-image: url("../images/icon-message.png");
}
.core-fixed .c-social ul .item.mail a {
  background-image: url("../images/icon-mail.png");
}
.core-fixed .c-social ul .item.x a {
  background-image: url("../images/icon-x.png");
}
.core-fixed .c-social ul .item.link a {
  background-image: url("../images/icon-link.png");
}
.core-fixed .c-social ul .item.line a {
  background-image: url("../images/icon-line.png");
}
.core-fixed .btn-top {
  margin-top: 60px;
  right: max(8px, (100vw - var(--inner-w)) / 2 + 8px);
}
.core-fixed .btn-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #c5a287;
  border: 1px solid #c5a287;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
}
.core-fixed .btn-top a span {
  transform-origin: center; /* 以中心為旋轉軸 */
  transform: rotate(90deg);
}
.core-fixed .btn-top a::before {
  content: "​";
  background-image: url("../images/deco-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50px;
  width: 25px;
  top: -40px;
  position: absolute;
}
@media screen and (max-width: 1028px) {
  .core-fixed {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #af886b;
    width: 100vw;
  }
  .core-fixed .c-social ul {
    display: flex;
    width: 100vw;
  }
  .core-fixed .c-social ul li {
    flex: 1;
  }
  .core-fixed .c-social ul li a {
    border: none;
  }
  .core-fixed .btn-top {
    font-weight: bold;
    font-size: 1.4em;
  }
  .core-fixed .c-social,
  .core-fixed .btn-top {
    position: static;
  }
  .core-fixed .c-social li,
  .core-fixed .btn-top li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
  }
  .core-fixed .c-social li a,
  .core-fixed .btn-top li a {
    width: 50px !important;
    height: 50px !important;
    background-color: transparent !important;
    color: #ffffff !important;
  }
  .core-fixed .c-social li a span,
  .core-fixed .btn-top li a span {
    transform: rotate(0deg);
  }
  .core-fixed .c-social li a::before,
  .core-fixed .btn-top li a::before {
    display: none !important;
  }
}

.c-page-tab {
  display: grid;
  grid-template-columns: calc(15% - 15px) calc(85% - 15px); /* 15px 為 gap/2 */
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1028px) {
  .c-page-tab {
    display: block;
  }
}
.c-page-tab .is-fixed ~ .c-tab-content {
  grid-column: 2/3;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.pagination a {
  text-decoration: none;
  color: #666666;
  border: 1px solid #666666;
}
.pagination a:hover {
  background-color: #c5a287;
  color: #ffffff;
  border-color: #c5a287;
  font-weight: bold;
}
.pagination a[rel=prev], .pagination a[rel=next] {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination a[rel=prev] {
  background-image: url("../images/icon-pagination-prev.svg");
}
.pagination a[rel=next] {
  background-image: url("../images/icon-pagination-next.svg");
}
.pagination dt,
.pagination dd {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination dt.nopage {
  display: none;
}
.pagination dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #666666;
}
.pagination dd.is-active a, .pagination dd:hover a {
  background-color: #c5a287;
  color: #ffffff;
  border-color: #c5a287;
  font-weight: bold;
}

.page-title-s {
  margin-bottom: 20px !important;
}

.tableStyle {
  border-collapse: collapse;
  border: none;
}
.tableStyle p {
  margin: 0;
}
.tableStyle th,
.tableStyle td {
  border: none;
  padding: 10px;
}
.tableStyle th:nth-child(1),
.tableStyle td:nth-child(1) {
  border-right: 4px solid #ffffff;
}
.tableStyle td {
  border-top: 4px solid #ffffff;
}
.tableStyle thead tr th {
  background-color: #c5a287;
  color: #ffffff;
}
.tableStyle thead tr th:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.tableStyle thead tr th:nth-last-child(1) {
  border-radius: 0 10px 10px 0;
}
.tableStyle tbody tr td {
  background-color: #f9f6f3;
}
.tableStyle tbody tr td:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.tableStyle tbody tr td:nth-last-child(1) {
  border-radius: 0 10px 10px 0;
}
.tableStyle tbody tr:nth-child(odd) td {
  background-color: #eee3db;
}

.c-page-title h1 {
  font-size: 2.5em;
  letter-spacing: 2px;
  font-weight: 400;
}
.c-page-title .meta {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-page-title .date {
  color: #c5a287;
  font-size: 1.4em;
}
.c-page-title .share ul {
  display: flex;
  gap: 5px;
}
.c-page-title .share ul li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}
.c-page-title .share ul li.fb a {
  background-image: url("../images/icon-fb.png");
  background-color: #454e95;
}
.c-page-title .share ul li.ig a {
  background-image: url("../images/icon-ig.png");
  background-color: #c5a287;
}
.c-page-title .share ul li.youtube a {
  background-image: url("../images/icon-youtube.png");
  background-color: #c5a287;
}
.c-page-title .share ul li.message a {
  background-image: url("../images/icon-message.png");
  background-color: #c5a287;
}
.c-page-title .share ul li.mail a {
  background-image: url("../images/icon-mail.png");
  background-color: #c5a287;
}
.c-page-title .share ul li.x a {
  background-image: url("../images/icon-x.png");
  background-color: #1a1311;
}
.c-page-title .share ul li.link a {
  background-image: url("../images/icon-link.png");
  background-color: #a29b94;
}
.c-page-title .share ul li.line a {
  background-image: url("../images/icon-line.png");
  background-color: #03c755;
}

.c-page-newsBanner img {
  width: 100%;
}

.clinic-google-map-iframe iframe {
  width: 100% !important;
  height: 500px !important;
}
@media screen and (max-width: 1028px) {
  .clinic-google-map-iframe iframe {
    height: 300px !important;
  }
}

.core-header {
  z-index: 99;
  max-width: 1920px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.core-header .u-inner {
  position: relative;
}
.core-header .c-logo {
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 2;
}
.core-header .c-logo .mobile {
  display: none;
}
.core-header .c-logo a.mobile {
  background-image: url("../images/icon-meun.svg");
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1028px) {
  .core-header .c-logo .mobile {
    display: block;
  }
  .core-header .c-logo .pc {
    display: none;
  }
}
.core-header .c-logo .logo {
  display: block;
  background-color: #c5a287;
  border-radius: 0 0 50% 50%;
  padding: 40px;
}
.core-header .c-logo .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 200px;
}
.core-header .l-stack {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .core-header .l-stack {
    max-width: 100vw;
  }
}
@media screen and (max-width: 1028px) {
  .core-header .l-stack .c-top-phone {
    display: none;
  }
}
.core-header .l-stack .c-top-phone {
  padding: 0 20px;
}
.core-header .l-stack .c-top-phone ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: end;
}
.core-header .l-stack .c-top-phone ul li a {
  display: block;
  background-color: #c5a287;
  border-radius: 0 0 8px 8px;
  padding: 8px 20px;
  text-decoration: none;
  color: #ffffff;
  transition: 150ms;
  position: relative;
  top: 0;
}
.core-header .l-stack .c-top-phone ul li a span {
  display: block;
  display: flex;
  align-items: center;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 200;
}
.core-header .l-stack .c-top-phone ul li a span + span {
  margin-top: 2px;
  font-weight: 200;
  letter-spacing: initial;
}
.core-header .l-stack .c-top-phone ul li a span:nth-child(1)::before {
  content: "​";
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-header-phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.core-header .l-stack .c-top-phone ul li a:hover {
  top: -5px;
}
.core-header .l-stack .c-top-phone ul li:nth-child(odd) a {
  background-color: #a29b94;
}
.core-header .l-stack .c-menu {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.core-header .l-stack .c-menu > .u-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.core-header .l-stack .c-menu > .u-inner > .c-menu__item {
  position: relative;
}
.core-header .l-stack .c-menu > .u-inner > .c-menu__item.is-active > a, .core-header .l-stack .c-menu > .u-inner > .c-menu__item:hover > a, .core-header .l-stack .c-menu > .u-inner > .c-menu__item:focus-within > a {
  color: #c5a287;
  border-bottom-color: #c5a287;
}
.core-header .l-stack .c-menu > .u-inner > .c-menu__item:hover > .c-menu__details {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 1028px) {
  .core-header .l-stack .c-menu > .u-inner > .c-menu__item.is-active > .c-menu__details, .core-header .l-stack .c-menu > .u-inner > .c-menu__item:focus-within > .c-menu__details {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.core-header .l-stack .c-menu > .u-inner > .c-menu__item > a {
  display: block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4em;
  transition: 150ms;
  padding: 10px 5px 15px 5px;
  border-bottom: 3px solid transparent;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: center;
  margin-left: -100px;
  width: -moz-max-content;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 10;
  pointer-events: none;
  max-height: 420px;
  overflow: auto;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details.is-black .item > a {
  color: #666666 !important;
  font-size: 1.1em !important;
  border: 0 !important;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details .item > a {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
  font-size: 1.4em;
  color: #c5a287;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details .item:nth-last-child(1) > a {
  border-bottom: 0;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details .item > ul {
  text-align: center;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details .item > ul li a {
  color: #666666;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details .item a:hover {
  background-color: #f2ece8;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details a {
  display: block;
  padding: 8px 10px;
  font-size: 1.1em;
  color: #666666;
  text-decoration: none;
  border-radius: 6px;
}
.core-header .l-stack .c-menu > .u-inner .c-menu__details a:hover, .core-header .l-stack .c-menu > .u-inner .c-menu__details a:focus {
  color: #c5a287;
}
@media screen and (max-width: 1028px) {
  .core-header {
    position: fixed;
    padding: 0;
    width: 100vw;
    background-color: transparent;
    top: 0;
  }
  .core-header .c-logo {
    position: relative;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c5a287;
    padding: 0 20px;
    box-shadow: 0 0 8px #7f5c41;
  }
  .core-header .c-logo .logo {
    border-radius: 0;
    padding: 10px;
  }
  .core-header .c-logo .logo img {
    height: 70px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .core-header.is-active .l-stack {
    pointer-events: auto;
    width: 100vw;
  }
  .core-header.is-active .c-menu > .u-inner {
    right: 0;
  }
  .core-header.is-active .c-menu::after {
    content: "​";
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(52, 52, 52, 0.5);
    z-index: -1;
  }
  .core-header .l-stack {
    height: 0;
    width: 0;
    pointer-events: none;
  }
  .core-header .c-menu {
    width: 100% !important;
    height: 100%;
  }
  .core-header .c-menu > .u-inner {
    position: relative;
    overflow: auto;
    right: -100%;
    width: 300px;
    transition: 150ms;
    flex-direction: column;
    row-gap: 0 !important;
    background-color: #c5a287;
    padding: 0 10px;
    height: calc(100vh - 140px);
  }
  .core-header .c-menu > .u-inner .c-menu__item {
    width: 100%;
  }
  .core-header .c-menu > .u-inner .c-menu__item + .c-menu__item {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .core-header .c-menu > .u-inner .c-menu__item > a {
    border-width: 0 !important;
    font-size: 1.1em !important;
    color: #ffffff !important;
    padding: 15px;
  }
  .core-header .c-menu > .u-inner .c-menu__item .c-menu__details {
    padding: 10px;
    margin-left: 0;
    width: auto;
    border: 0;
    min-width: auto;
    position: relative;
    transform: translateY(0);
    box-shadow: none;
    opacity: 1;
    top: 0;
    left: 0;
    display: none;
  }
  .core-header .c-menu > .u-inner .c-menu__item .c-menu__details .item > a {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
  }
  .core-header .c-menu > .u-inner .c-menu__item .c-menu__details .item > ul {
    border-width: 0 !important;
  }
  .core-header .c-menu > .u-inner .c-menu__item .c-menu__details a {
    color: #666666 !important;
    text-align: left;
    font-size: 1em !important;
  }
}

.pageBanner {
  margin-bottom: 40px;
  min-height: 130px;
  background-color: rgba(197, 162, 135, 0.4);
  background-image: url("../images/tpl-banner-text.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
}
@media screen and (max-width: 1028px) {
  .pageBanner {
    background-size: 80%;
    margin-bottom: 30px;
  }
}
.pageBanner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.core-footer {
  background-color: #c5a287;
  position: relative;
  z-index: 1;
}
.core-footer > .u-inner > .l-h {
  text-align: center;
  padding-top: 20px;
}
.core-footer > .u-inner > .l-c > .u-inner {
  width: 90%;
  padding: 20px;
}
@media screen and (max-width: 1028px) {
  .core-footer > .u-inner > .l-c > .u-inner {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.core-footer > .u-inner > .l-c .c-menu {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.core-footer > .u-inner > .l-c .c-menu > .u-inner {
  display: grid;
  grid-auto-flow: column; /* 幾個項目就幾欄 */
  grid-auto-columns: max-content; /* 每欄依內容寬度 */
  justify-content: space-between; /* ← 讓第一個、最後一個貼齊兩側，中間平均分配 */
}
.core-footer > .u-inner > .l-c .c-menu > .u-inner .c-menu__item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 500;
  transition: 150ms;
  transform: scale(1);
  display: inline-block;
}
.core-footer > .u-inner > .l-c .c-menu > .u-inner .c-menu__item a:hover {
  transform: scale(0.9);
}
@media screen and (max-width: 1028px) {
  .core-footer > .u-inner > .l-c .c-menu {
    display: none;
  }
}
.core-footer > .u-inner > .l-c .info {
  padding-bottom: 50px;
}
.core-footer > .u-inner > .l-c .info .l-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #ffffff;
}
@media screen and (max-width: 1028px) {
  .core-footer > .u-inner > .l-c .info .l-split {
    grid-template-columns: 1fr;
  }
}
.core-footer > .u-inner > .l-c .info .l-split > div {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 30px 10px;
}
.core-footer > .u-inner > .l-c .info .l-split > div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1028px) {
  .core-footer > .u-inner > .l-c .info .l-split > div {
    border-right: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 560px) {
  .core-footer > .u-inner > .l-c .info .l-split > div {
    flex-direction: column;
  }
}
.core-footer > .u-inner > .l-c .info .l-split > div .title {
  font-weight: bold;
}
@media screen and (max-width: 1028px) {
  .core-footer > .u-inner > .l-c .info .l-split > div .title {
    margin-bottom: 8px;
  }
}
.core-footer > .u-inner > .l-c .info .l-split > div .title div:nth-child(1) {
  font-size: 3em;
  opacity: 0.3;
  line-height: 1;
}
.core-footer > .u-inner > .l-c .info .l-split > div .title div:nth-child(2) {
  font-size: 1.25em;
  opacity: 1;
  line-height: 1;
  margin-top: 15px;
  font-weight: initial;
}
.core-footer > .u-inner > .l-c .info .l-split > div .details > div {
  color: #f9f8f3;
}
.core-footer > .u-inner > .l-c .info .l-split > div .telephone {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.core-footer > .u-inner > .l-c .info .l-split > div .telephone + div {
  font-size: 0.9em;
  line-height: 2;
}
.core-footer > .u-inner > .l-f {
  background-color: #666666;
  color: #a29b94;
  text-align: center;
  padding: 10px;
}

.core-content {
  position: relative;
  z-index: 1;
}
.page .core-content {
  width: 80%;
  padding: 0 20px;
}
@media screen and (max-width: 1028px) {
  .page .core-content {
    width: 90%;
  }
}

@media screen and (max-width: 1028px) {
  .core-main {
    padding-top: 90px !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-home-banner > .u-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .c-home-banner > .u-inner {
    max-width: 100vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-home-banner .l-h {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -125px;
  z-index: 99;
  height: 250px;
}
.c-home-banner .l-h img {
  height: 100%;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-home-banner .l-h {
    margin-top: -80px;
    height: 160px;
  }
}
@media screen and (max-width: 560px) {
  .c-home-banner .l-h {
    margin-top: 0;
    position: relative;
    height: auto;
  }
  .c-home-banner .l-h img {
    width: 100%;
  }
}
.c-home-banner .l-c {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.c-home-banner .l-c .bannerList {
  width: 100%;
}
.c-home-banner .l-c .bannerList li {
  display: none;
  justify-content: center;
}
.c-home-banner .l-c .bannerList li.is-active {
  display: flex;
  opacity: 0;
  animation: fadeIn 1.2s ease-in forwards; /* forwards = 保持在最後狀態 */
}
.c-home-banner .l-c .bannerList a {
  display: block;
  aspect-ratio: 16/9;
  width: 90%;
  height: min(60cqi, 850px);
}
@media screen and (max-width: 560px) {
  .c-home-banner .l-c .bannerList a {
    width: 100%;
  }
}
.c-home-banner .l-c .bannerList a img {
  display: block;
  width: 100%;
  border-radius: 100px 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 560px) {
  .c-home-banner .l-c .bannerList a img {
    border-radius: 0;
  }
}
.c-home-banner .dotList {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 10px;
}
.c-home-banner .dotList li a {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
}
.c-home-banner .dotList li.is-active a {
  background-color: #c5a287;
  opacity: 1;
}

.c-home-news {
  background-color: #f2ece8;
  padding: 60px 20px;
}
.c-home-news > .u-inner {
  display: grid;
  grid-template-columns: 20% 80%;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-home-news > .u-inner {
    grid-template-columns: 30% 70%;
  }
}
@media screen and (max-width: 1028px) {
  .c-home-news > .u-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1028px) {
  .c-home-news > .u-inner .l-h .title {
    text-align: center;
  }
}
.c-home-news > .u-inner .l-c .list .item {
  border-bottom: solid 1px #ede2da;
  padding: 5px 0;
}
.c-home-news > .u-inner .l-c .list .item a {
  text-decoration: none;
  color: #666666;
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 15px 10px;
  transition: 150ms;
  font-weight: 400;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 10px;
}
.c-home-news > .u-inner .l-c .list .item a span {
  display: block;
}
.c-home-news > .u-inner .l-c .list .item a .date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #c5a287;
}
.c-home-news > .u-inner .l-c .list .item a .date .ym {
  font-size: 0.9em;
}
.c-home-news > .u-inner .l-c .list .item a .date .d {
  font-weight: 500;
  font-size: 2em;
}
.c-home-news > .u-inner .l-c .list .item a .title {
  font-size: 1.1em;
}
.c-home-news > .u-inner .l-c .list .item a:hover {
  color: #c5a287;
  background-color: #c5a287;
  color: #ffffff;
}
.c-home-news > .u-inner .l-c .list .item a:hover .date {
  color: #ffffff;
}
.c-home-news > .u-inner .l-f {
  grid-row: 2/3; /* row-start / row-end  */
  grid-column: 2/3; /* col-start / col-end  */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
}
.c-home-medical {
  background-image: url(../images/bg-medical.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-home-medical > .u-inner {
  padding: 60px 20px 250px 20px;
}
@media screen and (max-width: 1028px) {
  .c-home-medical > .u-inner {
    padding: 60px 20px;
  }
}
.c-home-medical > .u-inner .l-h .title {
  text-align: center;
}
.c-home-medical > .u-inner .l-c {
  margin-top: 50px;
}
.c-home-medical > .u-inner .l-c .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-home-medical > .u-inner .l-c .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 560px) {
  .c-home-medical > .u-inner .l-c .list {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}
.c-home-medical > .u-inner .l-c .list .item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0 9px 12px rgba(100, 93, 83, 0.1);
  transition: 150ms;
  color: #666666;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  .c-home-medical > .u-inner .l-c .list .item a {
    padding: 15px;
  }
}
.c-home-medical > .u-inner .l-c .list .item a .img {
  display: block;
  height: min(60cqi, 160px); /* 跟著卡片寬度縮，上限 220px */
}
@media screen and (max-width: 560px) {
  .c-home-medical > .u-inner .l-c .list .item a .img {
    height: 90px;
  }
}
.c-home-medical > .u-inner .l-c .list .item a .img img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  transition: transform 0.18s ease;
}
.c-home-medical > .u-inner .l-c .list .item a .title {
  font-size: 2em;
  text-align: center;
  border-bottom: 1px solid #ede2da;
  padding: 20px 10px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.c-home-medical > .u-inner .l-c .list .item a .details {
  padding: 20px;
  font-size: 1.1em;
  font-weight: 300;
  --lines: 3;
  line-height: 1.6;
  max-height: calc(1.6em * var(--lines));
  overflow: hidden;
  position: relative;
  font-weight: 400;
  color: #666666;
  /* 長字/網址不撐版 */
  overflow-wrap: anywhere;
}
.c-home-medical > .u-inner .l-c .list .item a:hover {
  transform: translateY(-10px);
  box-shadow: 0 9px 12px rgba(100, 93, 83, 0.2);
}
.c-home-medical > .u-inner .l-c .list .item a:hover img {
  transform: scale(0.96);
}

.c-home-case {
  background: #d3c3b8 url(/images/bg-case.png) no-repeat center top/cover;
  padding: 60px 20px;
  border-radius: 150px 150px 0 0;
  margin-top: -150px;
}
@media screen and (max-width: 1028px) {
  .c-home-case {
    border-radius: 0;
    margin-top: 0px;
  }
}
.c-home-case > .u-inner {
  position: relative;
}
.c-home-case > .u-inner .l-h .title {
  text-align: center;
}
.c-home-case > .u-inner .l-h .title span {
  color: #ffffff !important;
}
.c-home-case > .u-inner .l-c {
  position: relative;
}
.c-home-case > .u-inner .l-c .list {
  --gap: 24px;
  display: flex;
  gap: var(--gap);
  overflow: hidden;
  scroll-snap-type: x mandatory;
  padding-inline-start: 24px;
  margin-top: 30px;
}
.c-home-case > .u-inner .l-c .list .item {
  flex: 0 0 50%;
  scroll-snap-align: start;
}
.c-home-case > .u-inner .l-c .list .item span {
  display: block;
  color: #a29b94;
}
.c-home-case > .u-inner .l-c .list .item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #ffffff;
  transition: 150ms;
  color: #666666;
}
.c-home-case > .u-inner .l-c .list .item a .img {
  display: block;
  width: 100%;
}
.c-home-case > .u-inner .l-c .list .item a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 16/9;
}
.c-home-case > .u-inner .l-c .list .item a .info {
  padding: 20px;
}
.c-home-case > .u-inner .l-c .list .item a .title {
  font-size: 1.4em;
  color: #AF886B;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 2);
}
.c-home-case > .u-inner .l-c .list .item a .details {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.75;
  margin-top: 8px;
  min-height: calc(1em * 1.75 * 4);
  color: #666666;
}
.c-home-case > .u-inner .l-c .list .item a .meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}
.c-home-case > .u-inner .l-c .list .item a .meta .chip {
  text-align: right;
}
.c-home-case > .u-inner .l-c .list .item a:hover {
  box-shadow: 0 9px 12px rgba(100, 93, 83, 0.2);
}
@media screen and (max-width: 560px) {
  .c-home-case > .u-inner .l-c .list {
    gap: 0;
    padding-inline-start: 0;
  }
  .c-home-case > .u-inner .l-c .list .item {
    flex: 0 0 100%;
  }
}
.c-home-case > .u-inner .btnGroup .prev,
.c-home-case > .u-inner .btnGroup .next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
}
.c-home-case > .u-inner .btnGroup .prev a,
.c-home-case > .u-inner .btnGroup .next a {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(197, 162, 135, 0.8);
  border: 1px solid #ffffff;
}
.c-home-case > .u-inner .btnGroup .prev a::after,
.c-home-case > .u-inner .btnGroup .next a::after {
  content: "​";
  width: 90px;
  padding-bottom: 30%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-home-case > .u-inner .btnGroup .prev {
  left: -140px;
}
.c-home-case > .u-inner .btnGroup .prev a::after {
  transform: translate(20%, 90%);
  background-image: url(../images/icon-arrow-left.svg);
}
.c-home-case > .u-inner .btnGroup .next {
  right: -140px;
}
.c-home-case > .u-inner .btnGroup .next a::after {
  transform: translate(-50%, 90%);
  background-image: url(../images/icon-arrow-right.svg);
}
.c-home-case > .u-inner .btnGroup .more {
  text-align: right;
}
@media screen and (max-width: 1028px) {
  .c-home-case > .u-inner .btnGroup .more {
    text-align: center;
  }
}
.c-home-case > .u-inner .btnGroup .more a {
  color: #ffffff;
  border-color: #ffffff;
  display: inline-flex;
  align-items: center;
}
.c-home-case > .u-inner .btnGroup .more a::after {
  /* 用色塊 + mask 取代 background-image */
  background-color: #fff; /* 設為白色 */
  -webkit-mask: url("../images/icon_arrow-more.svg") no-repeat center/contain;
  mask: url("../images/icon_arrow-more.svg") no-repeat center/contain;
  background-image: none;
}
@media screen and (max-width: 1666px) {
  .c-home-case > .u-inner .btnGroup ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 0;
  }
  .c-home-case > .u-inner .btnGroup ul li {
    position: static !important;
  }
  .c-home-case > .u-inner .btnGroup ul li.next {
    justify-self: end;
  }
}

.c-home-clinicHours > .u-inner > .l-split {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;
  margin-bottom: 15px;
}
@media screen and (max-width: 1028px) {
  .c-home-clinicHours > .u-inner > .l-split {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-home-clinicHours > .u-inner > .l-split .map {
    height: 200px;
    padding: 15px;
    padding-bottom: 0;
  }
}
.c-home-clinicHours > .u-inner > .l-split .map > div {
  display: none;
  height: 100%;
}
.c-home-clinicHours > .u-inner > .l-split .map > div.is-active {
  display: block;
}
.c-home-clinicHours > .u-inner > .l-split .map iframe {
  width: 100%;
  height: 100%;
}
.c-home-clinicHours > .u-inner > .l-split .map iframe.is-active {
  display: block;
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table {
  background: #ffffff url(/images/bg-clinicHours.png) no-repeat center top/cover;
  padding: 30px 20px;
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1028px) {
  .c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h:after {
  display: none;
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .title span:first-child {
  font-size: 1.4em;
  letter-spacing: 0;
  font-weight: 200;
}
@media screen and (max-width: 1028px) {
  .c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .title span:first-child {
    font-size: 1.6em;
  }
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .title span:last-child {
  font-size: 2.8em;
}
@media screen and (max-width: 1028px) {
  .c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .title span:last-child {
    font-size: 2.2em;
  }
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-h .c-tab {
  align-items: end;
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-c {
  margin-top: 20px;
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-c > div {
  display: none;
}
.c-home-clinicHours > .u-inner > .l-split .c-clinicHours-Table > .l-c > div.is-active {
  display: block;
}
@media screen and (max-width: 1028px) {
  .c-home-clinicHours > .u-inner > .l-f {
    padding: 15px;
    padding-top: 0;
  }
}
.c-home-clinicHours > .u-inner > .l-f ul {
  display: none;
}
.c-home-clinicHours > .u-inner > .l-f ul.is-active {
  display: flex;
}
@media screen and (max-width: 560px) {
  .c-home-clinicHours > .u-inner > .l-f ul.is-active {
    display: grid;
  }
}
.c-home-clinicHours > .u-inner > .l-f ul li {
  flex: 1;
}
@media screen and (max-width: 560px) {
  .c-home-clinicHours > .u-inner > .l-f ul li + li {
    margin-top: 10px;
  }
}
.c-home-clinicHours > .u-inner > .l-f ul li img {
  width: 100%;
  display: block;
}

.c-clinicHours-Table + .c-clinicHours-Table > .l-h {
  margin-top: 20px;
}
.c-clinicHours-Table > .l-c .table-scroll {
  overflow: auto;
}
.c-clinicHours-Table > .l-c .table {
  margin: 10px 0;
  display: grid;
  row-gap: 10px;
  min-width: 1000px;
}
.c-clinicHours-Table > .l-c .table .row {
  display: grid;
  grid-template-columns: 1.5fr repeat(6, 1fr);
  gap: 10px;
  border-radius: 16px;
  padding: 15px 40px;
  font-size: 1.4em;
  background-color: #ede2da;
  align-items: center;
  justify-content: center;
}
.c-clinicHours-Table > .l-c .table .row:nth-child(odd) {
  background-color: #f6f2ef;
}
.c-clinicHours-Table > .l-c .table .row.th {
  background-color: #c5a287;
  color: #ffffff;
  text-align: center;
}
.c-clinicHours-Table > .l-c .table .row.tr a,
.c-clinicHours-Table > .l-c .table .row.tr span {
  display: block;
  text-decoration: none;
  font-size: 0.8em;
}
.c-clinicHours-Table > .l-c .table .row.tr a.is-appointment::before,
.c-clinicHours-Table > .l-c .table .row.tr span.is-appointment::before {
  content: "▲";
}
.c-clinicHours-Table > .l-c .table .row.tr a.is-closed::before,
.c-clinicHours-Table > .l-c .table .row.tr span.is-closed::before {
  content: "/";
}
.c-clinicHours-Table > .l-c .table .row.tr a.dr-text--clay,
.c-clinicHours-Table > .l-c .table .row.tr span.dr-text--clay {
  color: #ad6d4c;
}
.c-clinicHours-Table > .l-c .table .row.tr a.dr-text--olive,
.c-clinicHours-Table > .l-c .table .row.tr span.dr-text--olive {
  color: #897b4b;
}
.c-clinicHours-Table > .l-c .table .row.tr a.dr-text--leaf,
.c-clinicHours-Table > .l-c .table .row.tr span.dr-text--leaf {
  color: #2f6f1f;
}
.c-clinicHours-Table > .l-c .table .row.tr a.dr-text--sky,
.c-clinicHours-Table > .l-c .table .row.tr span.dr-text--sky {
  color: #245c8b;
}
.c-clinicHours-Table > .l-c .table .row.tr a.dr-text--plum,
.c-clinicHours-Table > .l-c .table .row.tr span.dr-text--plum {
  color: #5a4a86;
}
.c-clinicHours-Table > .l-c .table .row.tr .th {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-clinicHours-Table > .l-c .table .row.tr .th span:nth-child(1) {
  font-size: 1.1em;
  font-weight: 800;
  color: #666666;
}
.c-clinicHours-Table > .l-c .table .row.tr .th span:nth-child(2) {
  font-size: 0.8em;
  color: #c5a287;
}
.c-clinicHours-Table > .l-c .table .row.tr .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
.c-clinicHours-Table > .l-c .info {
  margin: 10px 0;
  line-height: 1.7;
  color: #666666;
  font-weight: 300;
}

.c-tab {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.c-tab.is-fixed {
  position: fixed !important;
}
@media screen and (max-width: 1028px) {
  .c-tab.is-fixed {
    position: static !important;
  }
}
@media screen and (max-width: 1028px) {
  .c-tab {
    width: 100% !important;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .c-tab {
    flex-direction: column;
    row-gap: 5px;
  }
  .c-tab .item {
    display: none !important;
  }
  .c-tab .item.more {
    display: block !important;
  }
  .c-tab.is-active .item {
    display: inline-block !important;
  }
}
.c-tab.is-straight {
  flex-direction: column;
  row-gap: 5px;
  margin-bottom: 0px !important;
  position: relative;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-tab.is-straight {
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 30px !important;
  }
  .c-tab.is-straight .item {
    display: inline-block !important;
  }
  .c-tab.is-straight .item.more {
    display: none !important;
  }
}
.c-tab .item {
  display: inline-block;
}
.c-tab .item.more {
  display: none;
}
.c-tab .item.is-active a {
  background: #c5a287;
  color: #ffffff;
}
.c-tab .item a {
  text-align: center;
  display: block;
  border: 1px solid #c5a287;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  color: rgba(102, 102, 102, 0.6);
  transition: 100ms;
  font-weight: 300;
}
.c-tab .item a:hover {
  transform: scale(1.05);
}

.c-page-form .is-required,
.c-page-form .is-warn {
  color: #ff3636;
  font-size: 1.1em;
}
.c-page-form .is-warn {
  background-color: #fff5f5;
  display: block;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.9em;
}
.c-page-form .l-c {
  border: 1px solid #ede2da;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.c-page-form .row {
  padding-top: 20px;
}
.c-page-form .row .label,
.c-page-form .row input,
.c-page-form .row select,
.c-page-form .row textarea {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 10px 5px;
  border: 0;
}
.c-page-form .row input {
  border-bottom: 1px solid #666666;
}
.c-page-form .row textarea {
  border: 1px solid #666666;
  min-height: 150px;
}
.c-page-form .row label {
  font-size: 0.9em;
  margin-bottom: 5px;
}
.c-page-form .row input,
.c-page-form .row textarea {
  font-size: 1em;
}
.c-page-form .row select {
  border-bottom: 1px solid #666666;
}
.c-page-form .l-f {
  text-align: center;
}
.c-page-form .l-f .submitBtn {
  font-size: 1.4em;
  padding: 10px;
  min-width: 150px;
  border: 1px solid #666666;
  border-radius: 4px;
  background-color: #ffffff;
  transition: 150ms;
}
.c-page-form .l-f .submitBtn:hover, .c-page-form .l-f .submitBtn:focus {
  background-color: #c5a287;
  cursor: pointer;
  color: #ffffff;
  border-color: #c5a287;
}

.c-page-cardList01 ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 560px) {
  .c-page-cardList01 ul {
    grid-template-columns: 1fr;
  }
}
.c-page-cardList01 ul a {
  display: block;
  text-decoration: none;
  color: #666666;
}
.c-page-cardList01 ul a .title {
  border-bottom: 1px dotted #666666;
  padding: 15px 0;
}
.c-page-cardList01 ul a .title .name {
  font-size: 1.6em;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.c-page-cardList01 ul a .title .name span + span {
  margin-left: 10px;
}
.c-page-cardList01 ul a .info {
  padding: 15px 0;
}
.c-page-cardList01 ul a .info .detail-title {
  color: #c5a287;
  margin-bottom: 3px;
  font-weight: 300;
}
.c-page-cardList01 ul a .info .details {
  font-size: 0.9em;
  font-weight: 300;
}
.c-page-cardList01 ul a .img {
  border: 1px solid #c5a287;
  border-radius: 20px;
  text-align: center;
  height: auto;
  display: flex;
  justify-content: center;
}
.c-page-cardList01 ul a .img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  aspect-ratio: 3/4;
  height: 100%;
}
.c-page-cardList01 ul a .info .detail-title {
  color: #c5a287;
  margin: 0 0 8px 0;
  font-weight: 600;
  font-weight: 400;
}
.c-page-cardList01 ul a .jobTitle {
  font-weight: 300;
}

.c-page-cardList02 > .u-inner {
  position: relative;
}
.c-page-cardList02 > .u-inner .l-h .title {
  text-align: center;
}
.c-page-cardList02 > .u-inner .l-h .title span {
  color: #ffffff !important;
}
.c-page-cardList02 > .u-inner .l-c {
  position: relative;
}
.c-page-cardList02 > .u-inner .l-c .list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 560px) {
  .c-page-cardList02 > .u-inner .l-c .list {
    grid-template-columns: 1fr !important;
  }
}
.c-page-cardList02 > .u-inner .l-c .list .item span {
  display: block;
}
.c-page-cardList02 > .u-inner .l-c .list .item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #ffffff;
  transition: 150ms;
  color: #666666;
}
.c-page-cardList02 > .u-inner .l-c .list .item a .img {
  display: block;
  width: 100%;
}
.c-page-cardList02 > .u-inner .l-c .list .item a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 16/9;
}
.c-page-cardList02 > .u-inner .l-c .list .item a .info {
  padding: 20px;
}
.c-page-cardList02 > .u-inner .l-c .list .item a .title {
  font-size: 1.4em;
  color: #AF886B;
  font-weight: bold;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 8px;
  min-height: 3.3em;
}
@media screen and (max-width: 1028px) {
  .c-page-cardList02 > .u-inner .l-c .list .item a .title {
    min-height: auto;
  }
}
.c-page-cardList02 > .u-inner .l-c .list .item a .details {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.75;
  font-weight: 400;
  overflow: hidden;
  min-height: 7em;
}
@media screen and (max-width: 1028px) {
  .c-page-cardList02 > .u-inner .l-c .list .item a .details {
    min-height: auto;
  }
}
.c-page-cardList02 > .u-inner .l-c .list .item a .meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  color: #a29b94;
  font-weight: 200;
}
.c-page-cardList02 > .u-inner .l-c .list .item a .meta .chip {
  text-align: right;
}
.c-page-cardList02 > .u-inner .l-c .list .item a:hover {
  box-shadow: 0 9px 12px rgba(100, 93, 83, 0.2);
}
@media screen and (max-width: 560px) {
  .c-page-cardList02 > .u-inner .l-c .list {
    padding-inline-start: 0;
  }
  .c-page-cardList02 > .u-inner .l-c .list .item {
    flex: 0 0 100%;
  }
}
.c-page-cardList02.pageNews > .u-inner .l-c .list {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-page-cardList02.pageNews > .u-inner .l-c .list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
}
@media screen and (max-width: 560px) {
  .c-page-cardList02.pageNews > .u-inner .l-c .list {
    gap: 10px;
  }
}
.c-page-cardList02.pageNews > .u-inner .l-c .list .item a {
  border-radius: 10px;
  background-color: #c5a287;
}
.c-page-cardList02.pageNews > .u-inner .l-c .list .item a .title {
  color: #ffffff !important;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  min-height: 3em;
}
.c-page-cardList02.pageNews > .u-inner .l-c .list .item a .info {
  color: #ffffff !important;
  padding: 15px;
}
.c-page-cardList02.pageNews > .u-inner .l-c .list .item a .img img {
  aspect-ratio: 4/3;
}
.c-page-cardList02.pageNews > .u-inner .l-c .list .item a .details {
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.5em;
  font-weight: 300;
}
.c-page-cardList02.pageNews > .u-inner .l-c .list .item a .meta {
  padding: 15px 0 0 0;
  border-top: 1px solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 560px) {
  .c-page-cardList02.horizStyle {
    margin-top: 20px;
  }
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list {
  display: block;
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item {
  border-bottom: 1px solid #b6b6b6;
  padding: 25px 0;
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item:nth-child(1) {
  padding-top: 0 !important;
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item a {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-page-cardList02.horizStyle > .u-inner .l-c .list .item a {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 560px) {
  .c-page-cardList02.horizStyle > .u-inner .l-c .list .item a {
    grid-template-columns: 1fr !important;
  }
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .title {
  color: #666666;
  font-size: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  min-height: 3.2em;
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .info {
  padding: 0 20px;
}
@media screen and (max-width: 560px) {
  .c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .info {
    padding: 10px 0;
  }
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .img {
  aspect-ratio: 16/9;
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .img img {
  height: 100% !important;
  border-radius: 10px !important;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .img {
    aspect-ratio: 4/3;
  }
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .details {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 5.25em;
  color: #a29b94;
  font-weight: 300;
  margin: 8px 0;
}
.c-page-cardList02.horizStyle > .u-inner .l-c .list .item a .meta {
  color: #c5a287;
}

.c-page-doctor > div {
  margin-bottom: 30px;
}
.c-page-doctor .l-split {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 1028px) and (min-width: 561px) {
  .c-page-doctor .l-split .list {
    flex: 1 !important;
  }
}
@media screen and (max-width: 560px) {
  .c-page-doctor .l-split {
    display: block;
  }
}
.c-page-doctor .img {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #c5a287;
  display: block;
  width: 100%;
  max-width: 500px;
}
.c-page-doctor .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/4;
}
.c-page-doctor .list {
  flex: 1;
  min-width: 0;
}
.c-page-doctor .list .item + .item {
  margin-top: 15px;
}
.c-page-doctor .list .item .title {
  display: block;
}
.c-page-doctor .list .item .content {
  color: #666666;
  line-height: 1.7;
}

.c-page-prev-next {
  background-color: #f9f6f3;
  border-radius: 10px;
  padding: 20px 30px;
  display: grid;
  margin-top: 50px;
  justify-content: space-between;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1028px) {
  .c-page-prev-next {
    padding: 10px;
  }
  .c-page-prev-next a {
    padding: 10px !important;
  }
}
.c-page-prev-next .prev::before,
.c-page-prev-next .next::after {
  content: "​";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding-bottom: 8px;
}
@media screen and (max-width: 1028px) {
  .c-page-prev-next .prev::before,
  .c-page-prev-next .next::after {
    display: none;
  }
}
.c-page-prev-next:has(.is-over) .prev,
.c-page-prev-next:has(.is-over) .next {
  border: 0 !important;
}
.c-page-prev-next .is-first,
.c-page-prev-next .is-over {
  display: none !important;
  border: 0 !important;
}
@media screen and (max-width: 560px) {
  .c-page-prev-next .is-first,
  .c-page-prev-next .is-over {
    grid-column: 1/3 !important;
  }
}
.c-page-prev-next .prev {
  grid-column: 1/2;
  border-right: 1px solid #c5a287;
}
.c-page-prev-next .prev a {
  padding-left: 20px;
}
.c-page-prev-next .prev a span:nth-child(2) {
  padding-right: 10%;
}
.c-page-prev-next .prev::before {
  background-image: url("../images/icon-page-prev.png");
}
.c-page-prev-next .next {
  grid-column: 2/3;
  text-align: right;
  justify-content: end;
}
.c-page-prev-next .next a {
  padding-right: 20px;
}
.c-page-prev-next .next a span:nth-child(2) {
  padding-left: 10%;
}
.c-page-prev-next .next::after {
  background-image: url("../images/icon-page-next.png");
}
.c-page-prev-next .prev,
.c-page-prev-next .next {
  display: flex;
  align-items: end;
}
.c-page-prev-next .prev a,
.c-page-prev-next .next a {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  width: 90%;
  transition: 150ms;
}
.c-page-prev-next .prev a:hover,
.c-page-prev-next .next a:hover {
  color: #c5a287;
}
.c-page-prev-next .prev a span,
.c-page-prev-next .next a span {
  display: block;
}
.c-page-prev-next .prev a span:nth-child(1),
.c-page-prev-next .next a span:nth-child(1) {
  font-size: 0.8em;
  color: #c5a287;
}
.c-page-prev-next .prev a span:nth-child(2),
.c-page-prev-next .next a span:nth-child(2) {
  font-size: 1.1em;
}

.core-page-header {
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 1028px) {
  .core-page-header {
    border-bottom: none;
  }
}
.core-page-header .title {
  font-size: 2em;
  color: #666666;
  letter-spacing: 2px;
}
@media screen and (max-width: 1028px) {
  .core-page-header .title {
    text-align: center;
  }
}
.core-page-header .title .ch {
  margin-right: 10px;
}
@media screen and (max-width: 1028px) {
  .core-page-header .title .ch {
    display: block;
    margin-bottom: 15px;
  }
}
.core-page-header .title .en {
  font-family: "Erotique", "Noto Serif TC", "PingFang TC", "Microsoft JhengHei", serif;
}
@media screen and (max-width: 1028px) {
  .core-page-header .title .en {
    opacity: 70%;
    margin-bottom: 5px;
    display: block;
  }
}
.core-page-header .breadcrumbs {
  position: relative;
  top: 15px;
  margin-top: -15px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1028px) {
  .core-page-header .breadcrumbs {
    justify-content: center;
    font-weight: 300;
    margin-top: 0;
    top: 0;
  }
}
.core-page-header .breadcrumbs > .u-inner {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #666666;
  display: inline-block;
}
@media screen and (max-width: 1028px) {
  .core-page-header .breadcrumbs > .u-inner {
    border: none;
  }
}
.core-page-header .breadcrumbs a {
  text-decoration: none;
  color: #666666;
  font-size: 0.9em;
}
@media screen and (max-width: 1028px) {
  .core-page-header .breadcrumbs a {
    font-size: 1em;
  }
}
.core-page-header .breadcrumbs a + a:before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.core-page-content {
  padding: 20px 0;
}

.core-page-editor .l-h {
  margin-bottom: 20px;
}
.core-page-editor p {
  font-size: 1.1em;
  line-height: 1.7;
}
.core-page-editor img {
  max-width: 100%;
  height: auto !important;
}
@media screen and (max-width: 1028px) {
  .core-page-editor iframe {
    max-width: 100% !important;
    max-height: 300px !important;
  }
}

.core-page-clinicIntro #black01 .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 560px) {
  .core-page-clinicIntro #black01 .list {
    grid-template-columns: 1fr;
  }
}
.core-page-clinicIntro #black01 .list .item a {
  display: flex;
  border: 1px solid #666666;
  border-radius: 20px;
  padding: 20px 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #666666;
  box-sizing: border-box;
  height: 100%;
}
.core-page-clinicIntro #black01 .list .item a .l-h,
.core-page-clinicIntro #black01 .list .item a .l-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.core-page-clinicIntro #black01 .list .item a .l-h {
  text-align: center;
  flex: 45%;
  height: min(40cqi, 100px);
}
.core-page-clinicIntro #black01 .list .item a .l-c {
  flex: 55%;
}
.core-page-clinicIntro #black01 .list .item a .l-c .title {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.core-page-clinicIntro #black01 .list .item a .l-c .details {
  line-height: 1.7;
  font-weight: 300;
}
.core-page-clinicIntro #black01 .list .item a .l-c span {
  display: block;
}
.core-page-clinicIntro #black01 .list .item a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}
.core-page-clinicIntro #black02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 560px) {
  .core-page-clinicIntro #black02 ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.core-page-clinicIntro #black02 img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.core-page-clinicIntro .tab-item + .tab-item {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */