@charset "UTF-8";
:root {
  --black:#312b2b;
  --orange:#da9255; }

/* mixin */
* {
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif; }
  *:focus {
    outline: none; }

html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  width: 100vw;
  transition: 0.3s;
  position: relative;
  color: #222;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: auto !important; }
  body.fixed {
    height: 100vh !important;
    overflow: hidden !important; }

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s; }

.unreset {
  padding: 1px 0;
  color: #222;
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif; }
  .unreset:after {
    content: "";
    display: block;
    clear: both; }
  .unreset p:first-child {
    margin-top: 0; }

.unreset img {
  max-width: 100%;
  height: auto !important; }

.unreset iframe {
  max-width: 100%;
  display: block; }

/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 25px; }
  .page-container.container1600 {
    width: 1650px; }
  .page-container.container1450 {
    width: 1500px; }

sup {
  vertical-align: super;
  font-size: small; }

sub {
  vertical-align: sub;
  font-size: smaller;
  font-weight: lighter; }

select {
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 0px; }

::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 0 0;
  background: #ccc; }

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 0px; }

::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 0px; }

/* 404 */
.error-row {
  background: url(../images/404/error-background.svg) no-repeat;
  background-position: center top;
  max-width: 1400px;
  padding: 60px 25px;
  margin: 40px auto 0 auto; }
  .error-row .img-box {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%; }
    .error-row .img-box img {
      display: block;
      width: 100%; }
    .error-row .img-box .error-code {
      color: #222;
      font-size: 120px;
      font-weight: bold;
      letter-spacing: 5px;
      line-height: 1;
      margin: 0;
      position: absolute;
      top: 42%;
      left: 50%;
      transform: translateX(-57%); }
  .error-row .content {
    margin-top: 50px;
    text-align: center; }
    .error-row .content .title {
      color: #222;
      font-size: 30px;
      font-weight: bold;
      margin: 0; }
    .error-row .content .des {
      margin-top: 25px; }
      .error-row .content .des p {
        color: #222;
        font-size: 18px;
        line-height: 1.6;
        margin: 0; }
        .error-row .content .des p:not(:last-child) {
          margin-bottom: 5px; }
  .error-row .btn-row {
    margin-top: 80px; }
    .error-row .btn-row .link {
      border-radius: 30px;
      background: #222;
      color: #fff;
      display: block;
      font-size: 18px;
      padding: 12px 13px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      text-decoration: inherit;
      text-transform: uppercase;
      transition: all 0.4s;
      width: 240px; }
      .error-row .btn-row .link:hover {
        background: var(--red);
        color: #fff; }
  @media (max-width: 1440px) {
    .error-row .img-box {
      max-width: 540px; }
      .error-row .img-box .error-code {
        font-size: 100px; }
    .error-row .btn-row {
      margin-top: 50px; } }
  @media (max-width: 1024px) {
    .error-row .img-box {
      max-width: 440px; }
      .error-row .img-box .error-code {
        font-size: 70px;
        top: 45%; }
    .error-row .btn-row {
      margin-top: 50px; } }
  @media (max-width: 640px) {
    .error-row {
      padding: 20px 25px 40px 25px;
      margin: 0 auto 20px auto; }
      .error-row .img-box .error-code {
        font-size: 50px;
        top: 45%; }
      .error-row .content {
        margin-top: 30px; }
        .error-row .content .title {
          font-size: 24px; }
        .error-row .content .des {
          margin-top: 15px; }
          .error-row .content .des p {
            font-size: 16px; }
      .error-row .btn-row {
        margin-top: 30px; }
        .error-row .btn-row .link {
          font-size: 17px;
          max-width: 170px; } }

/* 空白狀態 */
.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px; }
  .empty-row .img-box {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto; }
    .empty-row .img-box img {
      display: block;
      width: 100%; }
  .empty-row .content {
    margin-top: 40px;
    text-align: center; }
    .empty-row .content .title {
      color: #222;
      font-size: 32px;
      line-height: 1.2;
      margin: 0; }
    .empty-row .content .des {
      color: #888;
      font-size: 17px;
      line-height: 1.6;
      margin: 0;
      margin-top: 20px; }
  .empty-row .btn-row {
    margin-top: 40px; }
    .empty-row .btn-row .link {
      background: #000;
      color: #fff;
      display: block;
      font-size: 17px;
      margin-left: auto;
      margin-right: auto;
      padding: 13px;
      text-align: center;
      text-decoration: inherit;
      transition: all 0.4s;
      width: 120px; }
      .empty-row .btn-row .link:hover {
        background: #aaa; }
  @media (max-width: 640px) {
    .empty-row .content {
      margin-top: 30px; }
      .empty-row .content .title {
        font-size: 26px; }
      .empty-row .content .des {
        font-size: 16px;
        margin-top: 15px; }
    .empty-row .btn-row {
      margin-top: 30px; } }

.cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
  transition: all 0.3s;
  z-index: 1; }
  .cookies-box.show {
    transform: translateY(0); }
  .cookies-box .cookies-content {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    padding: 15px 20px; }
    .cookies-box .cookies-content .des {
      padding-right: 20px;
      width: calc(100% - 100px); }
      .cookies-box .cookies-content .des p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
        margin: 0; }
      .cookies-box .cookies-content .des a {
        color: #fff;
        display: inline-block;
        font-size: 1rem;
        line-height: 1.5;
        text-decoration: underline; }
        .cookies-box .cookies-content .des a:hover {
          opacity: 0.5; }
    .cookies-box .cookies-content .btn-confirm {
      border: 1px solid white;
      background: none;
      color: white;
      cursor: pointer;
      font-size: 1rem;
      line-height: 1;
      display: block;
      padding: 13px 10px;
      text-align: center;
      width: 100px; }
      .cookies-box .cookies-content .btn-confirm:hover {
        background: white;
        color: #333; }
    .cookies-box .cookies-content > .page-container {
      display: flex;
      align-items: center; }
  @media (max-width: 1440px) {
    .cookies-box .cookies-content {
      padding: 15px 0; } }
  @media (max-width: 640px) {
    .cookies-box .cookies-content {
      display: block; }
      .cookies-box .cookies-content .des {
        padding-right: 0;
        margin-bottom: 10px;
        width: 100%; }
        .cookies-box .cookies-content .des p,
        .cookies-box .cookies-content .des a {
          font-size: 0.875rem; }
      .cookies-box .cookies-content .btn-confirm {
        padding: 10px 8px;
        font-size: 0.875rem;
        width: 100%; }
      .cookies-box .cookies-content > .page-container {
        flex-wrap: wrap; } }

/*========== basic mobile ==========*/
@media (max-width: 480px) {
  body {
    overflow-x: hidden; } }

/*========= form ==========*/
.form-style form {
  display: flex;
  flex-wrap: wrap; }

.form-style .form-box {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
  align-items: center; }
  .form-style .form-box .box-title {
    width: 125px;
    margin-bottom: 5px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333; }
    .form-style .form-box .box-title .must {
      color: #e60012;
      margin-left: 3px;
      font-size: 0.9375rem;
      transform: translateY(-5px); }
  .form-style .form-box .box-content {
    flex: 1; }
    .form-style .form-box .box-content input[type="text"],
    .form-style .form-box .box-content input[type="password"],
    .form-style .form-box .box-content input[type="email"],
    .form-style .form-box .box-content input[type="date"],
    .form-style .form-box .box-content input[type="number"],
    .form-style .form-box .box-content input[type="tel"],
    .form-style .form-box .box-content textarea {
      background: none;
      border-radius: 0;
      border: none;
      appearance: none;
      width: 100%;
      border: 1px solid transparent;
      padding: 8px 15px;
      font-size: 1rem;
      background: #fafafa;
      color: #545454;
      text-align: left;
      transition: 0.3s; }
      .form-style .form-box .box-content input[type="text"]::placeholder,
      .form-style .form-box .box-content input[type="password"]::placeholder,
      .form-style .form-box .box-content input[type="email"]::placeholder,
      .form-style .form-box .box-content input[type="date"]::placeholder,
      .form-style .form-box .box-content input[type="number"]::placeholder,
      .form-style .form-box .box-content input[type="tel"]::placeholder,
      .form-style .form-box .box-content textarea::placeholder {
        color: #aaa;
        font-weight: 300; }
      .form-style .form-box .box-content input[type="text"]:disabled,
      .form-style .form-box .box-content input[type="password"]:disabled,
      .form-style .form-box .box-content input[type="email"]:disabled,
      .form-style .form-box .box-content input[type="date"]:disabled,
      .form-style .form-box .box-content input[type="number"]:disabled,
      .form-style .form-box .box-content input[type="tel"]:disabled,
      .form-style .form-box .box-content textarea:disabled {
        background: none; }
    .form-style .form-box .box-content select {
      background: none;
      border-radius: 0;
      border: none;
      appearance: none;
      width: 100%;
      border: 1px solid transparent;
      padding: 8px 50px 8px 15px;
      font-size: 1rem;
      color: #222;
      text-align: left;
      border-radius: 3px;
      background: #fafafa url(../images/select_arrow.svg) right 20px center no-repeat;
      background-size: 10px; }
      .form-style .form-box .box-content select:disabled {
        background: none;
        appearance: none; }
    .form-style .form-box .box-content input[type="text"],
    .form-style .form-box .box-content input[type="password"],
    .form-style .form-box .box-content input[type="email"],
    .form-style .form-box .box-content input[type="date"],
    .form-style .form-box .box-content input[type="number"],
    .form-style .form-box .box-content input[type="tel"],
    .form-style .form-box .box-content select {
      height: 50px; }
      .form-style .form-box .box-content input[type="text"]:focus,
      .form-style .form-box .box-content input[type="password"]:focus,
      .form-style .form-box .box-content input[type="email"]:focus,
      .form-style .form-box .box-content input[type="date"]:focus,
      .form-style .form-box .box-content input[type="number"]:focus,
      .form-style .form-box .box-content input[type="tel"]:focus,
      .form-style .form-box .box-content select:focus {
        border-color: #d4d4d4; }
    .form-style .form-box .box-content textarea {
      padding: 15px; }
      .form-style .form-box .box-content textarea:focus {
        border-color: #d4d4d4; }
  .form-style .form-box .part {
    display: inline-block; }
    .form-style .form-box .part span {
      margin-left: 5px; }
      .form-style .form-box .part span b {
        font-weight: bold; }
    .form-style .form-box .part:not(:last-child) {
      margin-right: 10px; }
  .form-style .form-box .radiobox,
  .form-style .form-box .checkbox {
    font-size: 1rem; }
  .form-style .form-box .radiobox input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    transform: translateY(-3px); }
  .form-style .form-box .checkbox input[type="checkbox"] {
    border: 2px solid #222;
    width: 18px;
    height: 18px; }
  .form-style .form-box.half {
    width: calc((100% - 30px) / 2); }
  .form-style .form-box.one-third {
    width: calc((100% - 60px) / 3); }
  .form-style .form-box.quarter {
    width: calc((100% - 90px) / 4); }
  .form-style .form-box.short {
    width: calc((100% - 100px) / 2);
    margin-right: 50px; }
    .form-style .form-box.short .content input[type="text"],
    .form-style .form-box.short .content input[type="password"],
    .form-style .form-box.short .content input[type="email"],
    .form-style .form-box.short .content input[type="date"],
    .form-style .form-box.short .content input[type="number"],
    .form-style .form-box.short .content input[type="tel"],
    .form-style .form-box.short .content select {
      width: calc(100% - 75px); }
  .form-style .form-box.mid {
    width: calc((100% - 100px) / 2);
    margin-right: 50px; }
  .form-style .form-box.row {
    width: 100%; }
  .form-style .form-box:last-child {
    margin-right: 0; }
  .form-style .form-box.gender {
    width: 270px;
    max-width: 100%; }
  .form-style .form-box.message {
    align-items: flex-start; }
  .form-style .form-box.captcha {
    justify-content: center;
    width: auto;
    margin: 0; }
    .form-style .form-box.captcha .content {
      display: flex;
      align-items: center; }
      .form-style .form-box.captcha .content input {
        flex-shrink: 1; }
      .form-style .form-box.captcha .content img {
        display: inline-block;
        margin-left: 15px; }

.form-style .form-row-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 30px; }

.form-style .captcha-group {
  align-items: center;
  justify-content: space-between; }

.form-style .form-btn-list {
  display: flex;
  justify-content: center; }
  .form-style .form-btn-list button {
    background: none;
    border: none;
    cursor: pointer;
    appearance: none;
    display: block;
    text-align: center;
    transition: 0.3s;
    color: #fff;
    background: #222;
    padding: 10px 15px;
    font-size: 1rem;
    height: 50px;
    width: 200px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600; }
    .form-style .form-btn-list button.row {
      width: 100%; }
  .form-style .form-btn-list .reset {
    background: #707070; }
    .form-style .form-btn-list .reset:hover {
      background: var(--blue); }
  .form-style .form-btn-list .submit {
    background: #4d4d4d; }
    .form-style .form-btn-list .submit:hover {
      background: var(--red); }

.form-style.center {
  display: flex;
  justify-content: center; }

.form-style.row {
  margin-top: 25px;
  width: 100%; }

/*========== form mobile ==========*/
/*========== header ==========*/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: 120px;
  display: flex;
  background-image: linear-gradient(to right, #fff 0%, #fff calc(610 / 1920 * 100%), transparent calc(610 / 1920 * 100%), transparent 100%), url(../images/bg_yellow.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  transition: .6s; }
  header .page-container {
    display: flex;
    align-items: center;
    gap: 0 130px;
    justify-content: space-between; }
  header .logo {
    position: relative;
    transition: 0.3s;
    width: 300px; }
    header .logo a {
      display: block;
      aspect-ratio: 300 / 60;
      background: url(../images/logo.svg) no-repeat;
      background-size: contain;
      background-position: center left; }
      header .logo a img {
        display: block;
        max-width: 100%; }
  header.scroll {
    background: #fff;
    height: 80px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); }
    header.scroll .logo {
      width: 230px; }

/*==== header-menublock ===*/
.header-menu ul.layer1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 10px; }
  .header-menu ul.layer1 > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .header-menu ul.layer1 > li > a {
    color: var(--black);
    font-size: 1.0625rem;
    line-height: 1;
    padding: 10px 25px;
    border: 1px solid transparent;
    border-radius: 50px; }
    .header-menu ul.layer1 > li > a span {
      display: inline-block;
      transition: .6s; }
  .header-menu ul.layer1 > li.active > a, .header-menu ul.layer1 > li:hover > a {
    border-color: var(--black); }
    .header-menu ul.layer1 > li.active > a span, .header-menu ul.layer1 > li:hover > a span {
      -webkit-transform: rotateX(360deg);
      transform: rotateX(360deg); }

.header-menu ul.layer2 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .header-menu ul.layer2 > li {
    list-style: none;
    margin: 0;
    padding: 0; }

/* 選單效果 */
.phone-bar {
  z-index: 1;
  display: none; }
  .phone-bar.active .bar {
    transform: rotate(-315deg); }
    .phone-bar.active .bar::before {
      opacity: 0; }
    .phone-bar.active .bar::after {
      transform: rotate(90deg) translate(-35%); }
  .phone-bar .group {
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px; }
  .phone-bar .bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    transition: 800ms all;
    background: var(--orange); }
    .phone-bar .bar::before, .phone-bar .bar::after {
      content: "";
      display: block;
      width: 25px;
      height: 3px;
      border-radius: 1px;
      position: relative;
      transition: 400ms all;
      background: var(--black); }
    .phone-bar .bar::before {
      top: -8px; }
    .phone-bar .bar::after {
      bottom: -6px; }

/*========== header mobile ==========*/
@media (max-width: 1280px) {
  header .page-container {
    gap: 0 50px; }
  .header-menu ul.layer1 > li > a {
    padding: 8px 15px; } }

@media (max-width: 1024px) {
  .header-menu ul.layer1 {
    gap: 0 5px; }
    .header-menu ul.layer1 > li > a {
      padding: 8px 10px;
      font-size: 1rem; } }

@media (max-width: 960px) {
  header {
    height: 60px;
    background-image: linear-gradient(to right, #fff 0%, #fff calc(100% - 80px), transparent calc(100% - 80px), transparent 100%), url(../images/bg_yellow.jpg); }
    header .right-block {
      width: 300px;
      position: absolute;
      right: 0;
      top: 60px;
      background: url(../images/bg_yellow.jpg);
      padding: 10px 20px;
      border-radius: 0 0 0 15px;
      display: none; }
    header .logo {
      width: 220px; }
    header.scroll {
      background-image: linear-gradient(to right, #fff 0%, #fff calc(100% - 80px), transparent calc(100% - 80px), transparent 100%), url(../images/bg_yellow.jpg);
      height: 60px; }
      header.scroll .logo {
        width: 220px; }
  .header-menu ul.layer1 {
    flex-wrap: wrap;
    gap: 5px; }
    .header-menu ul.layer1 > li {
      width: 100%; }
      .header-menu ul.layer1 > li > a {
        font-size: 1.125rem;
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px 15px; }
      .header-menu ul.layer1 > li.active > a span, .header-menu ul.layer1 > li:hover > a span {
        transform: none; }
  .phone-bar {
    display: block; } }

@media (max-width: 480px) {
  header .logo {
    width: 200px; }
  header.scroll .logo {
    width: 200px; } }

/*===== footer =====*/
footer {
  background: #302a2a url(../images/bg_brown.jpg); }
  footer .page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    position: relative; }
    footer .page-container:after {
      content: "";
      display: block;
      background: url(../images/footer_logo.svg) no-repeat;
      position: absolute;
      left: 25px;
      top: 0;
      width: 219px;
      height: 151px;
      opacity: .07; }

.footer-info {
  position: relative;
  z-index: 1; }
  .footer-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-info ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .footer-info ul li {
      color: #fff;
      font-size: 1.0625rem;
      display: inline-flex; }
      .footer-info ul li a {
        color: var(--orange); }
        .footer-info ul li a:hover {
          text-decoration: underline; }
      .footer-info ul li.phone {
        margin-left: 20px; }
      .footer-info ul li.email {
        display: block;
        margin-top: 5px; }

.footer-other {
  text-align: right;
  z-index: 1; }

.sns-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  justify-content: flex-end; }
  .sns-list ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sns-list ul li a {
    color: #fff;
    font-size: 1.3125rem; }
    .sns-list ul li a:hover {
      color: var(--orange); }

.copyright {
  color: #fff;
  font-weight: 300; }

.iware {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300; }
  .iware a {
    color: #fff; }
    .iware a:hover {
      color: var(--orange); }

.fixed-link {
  background: var(--orange) url(../images/bg_orange.jpg);
  position: fixed;
  right: 0;
  bottom: 20%;
  width: 55px;
  text-align: center;
  overflow: hidden;
  z-index: 1; }
  .fixed-link .link-contact a {
    display: block;
    color: #fff;
    position: relative;
    padding: 25px 12px 0 12px; }
    .fixed-link .link-contact a:after {
      content: "";
      display: block;
      background: rgba(255, 255, 255, 0.6);
      width: 80%;
      margin: auto;
      height: 1px;
      margin-top: 20px; }
    .fixed-link .link-contact a:hover {
      background: #302a2a url(../images/bg_brown.jpg); }
  .fixed-link .link-contact .icon {
    width: 25px;
    height: 23px;
    margin: auto; }
    .fixed-link .link-contact .icon img {
      display: block;
      width: 100%;
      height: 100%; }
  .fixed-link .link-contact .text {
    margin-top: 10px;
    display: block;
    line-height: 1.2; }
  .fixed-link .totop a {
    display: block;
    color: #fff;
    padding: 20px 12px 20px 12px; }
    .fixed-link .totop a:hover {
      background: #302a2a url(../images/bg_brown.jpg); }
  .fixed-link .totop .icon {
    width: 10px;
    height: 9px;
    margin: 0 auto 8px auto; }
    .fixed-link .totop .icon img {
      display: block;
      width: 100%;
      height: 100%; }
  .fixed-link .totop .text {
    display: block;
    font-size: 0.9375rem; }

/*========== footer mobile ==========*/
@media (max-width: 1280px) {
  footer .page-container {
    height: 170px; }
  .footer-info ul li {
    display: block; }
    .footer-info ul li.phone {
      margin-left: 0;
      margin-top: 5px; } }

@media (max-width: 960px) {
  footer {
    padding: 40px 0; }
    footer .page-container {
      height: auto; }
  .footer-info {
    width: 100%; }
  .footer-other {
    width: 100%;
    text-align: left;
    margin-top: 10px; }
  .sns-list ul {
    justify-content: flex-start; } }

@media (max-width: 640px) {
  .fixed-link {
    width: 45px;
    bottom: 40px; }
    .fixed-link .link-contact a {
      padding: 15px 10px 0 10px;
      font-size: 0.875rem; }
      .fixed-link .link-contact a:after {
        margin-top: 10px; }
    .fixed-link .link-contact .icon {
      width: 20px;
      height: 20px; }
    .fixed-link .totop a {
      padding: 10px 5px;
      font-size: 0.875rem; } }

@media (max-width: 375px) {
  .footer-info ul li span {
    display: block; } }

/*===== page main =====*/
.main {
  margin-top: 120px; }

.page-main {
  padding-bottom: 70px; }

/*===== page banner =====*/
.page-banner {
  background-image: linear-gradient(to right, #fff 0%, #fff calc(610 / 1920 * 100%), transparent calc(610 / 1920 * 100%), transparent 100%), linear-gradient(to top, #fff 0%, #fff 220px, transparent 220px, transparent 100%), url(../images/bg_yellow.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center, center, center;
  padding: 0 25px; }
  .page-banner .pic {
    border-radius: 35px;
    overflow: hidden;
    width: 1800px;
    max-width: 100%;
    margin: auto; }
  .page-banner img,
  .page-banner source {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1800 / 350;
    margin: auto; }

/*===== breadcrumb =====*/
.breadcrumb {
  padding-top: 15px;
  padding-bottom: 65px; }
  .breadcrumb .page-container {
    display: flex;
    justify-content: flex-end; }
  .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0; }
    .breadcrumb ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .breadcrumb ul li {
      font-size: 0.875rem;
      color: #898989; }
      .breadcrumb ul li:not(:last-child):after {
        content: "/";
        display: inline-block;
        color: #898989;
        margin: 0 5px; }
      .breadcrumb ul li a {
        color: #898989; }
        .breadcrumb ul li a:hover {
          color: var(--orange); }
      .breadcrumb ul li.home {
        display: flex;
        align-items: center; }
        .breadcrumb ul li.home::before {
          content: "";
          display: inline-block;
          aspect-ratio: 1/1;
          width: 16px;
          background: url(../images/icon_breadcrumb.svg) no-repeat;
          margin-right: 10px;
          position: relative;
          top: -1px; }

.page-article-content {
  width: 100%; }

/*===== aside =====*/
aside {
  display: flex;
  align-items: center;
  gap: 15px; }
  aside ul.layer1 {
    list-style: none;
    margin: 0;
    padding: 0; }
    aside ul.layer1 > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    aside ul.layer1 > li {
      position: relative;
      display: inline-block;
      width: auto; }
      aside ul.layer1 > li > a {
        color: #585757;
        font-size: 1.0625rem;
        display: inline-block;
        padding: 6px 30px;
        height: 40px;
        position: relative;
        width: auto; }
        aside ul.layer1 > li > a:after {
          content: "";
          display: block;
          width: 0;
          height: 1px;
          background: var(--black);
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
          transition: .4s; }
      aside ul.layer1 > li:not(:last-child):after {
        content: "";
        display: block;
        background-image: linear-gradient(to top, #fff 0%, #d1d1d1 30%, #d1d1d1 70%, #fff 100%);
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
      aside ul.layer1 > li:hover > a, aside ul.layer1 > li.active > a {
        color: var(--orange); }
        aside ul.layer1 > li:hover > a:after, aside ul.layer1 > li.active > a:after {
          width: 25px; }

.asideSwiper {
  max-width: 100%; }
  .asideSwiper .asideSwiper-content {
    width: 650px; }
  .asideSwiper .swiper-button-block {
    display: flex;
    gap: 20px; }
  .asideSwiper .swiper-button {
    color: #d9d6ce;
    font-size: 1.125rem;
    transition: .3s;
    cursor: pointer; }
    .asideSwiper .swiper-button:hover {
      color: var(--orange); }

/*===== main-section-group =====*/
/*===== 頁面標題 =====*/
.page-info-left {
  margin: 0 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }

/* 單元標題 */
.article-title {
  color: var(--black);
  font-size: 1.625rem;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0; }
  .article-title::before {
    content: "";
    display: inline-block;
    background: url(../images/icon_title.svg) no-repeat;
    aspect-ratio: 25/28;
    width: 25px;
    position: absolute;
    left: 0; }
  .article-title span {
    flex: 1;
    padding-left: 40px;
    line-height: 1.4; }

/* 內頁標題 */
.article-content {
  width: 100%; }

/*===== pagination =====*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px; }
  .pagination .page_num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 0.9375rem;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #bfbfbf;
    border: 1px solid transparent; }
    .pagination .page_num.active {
      color: #fff;
      background: var(--orange); }
    .pagination .page_num:not(.active):hover {
      background: #aaa;
      color: #fff; }
  .pagination .page_arrow {
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black); }
    .pagination .page_arrow:hover {
      color: var(--orange); }
    .pagination .page_arrow.prev {
      margin-right: 20px; }
    .pagination .page_arrow.next {
      margin-left: 20px; }
  .pagination .page_dot {
    display: inline-block;
    padding: 10px;
    text-align: center;
    margin: 0 3px; }
  .pagination .page_select {
    display: inline-block;
    margin-left: 30px; }
    .pagination .page_select .num_input {
      background: none;
      border-radius: 0;
      border: none;
      appearance: none;
      font-size: 0.9375rem;
      background: #fff;
      border: 1px solid #d2d2d2;
      width: 40px;
      height: 30px;
      padding: 3px 5px;
      border-radius: 3px;
      text-align: center;
      /* 隱藏箭頭 */
      /* Chrome, Safari, Edge, Opera */
      /* Firefox */
      -moz-appearance: textfield; }
      .pagination .page_select .num_input::-webkit-outer-spin-button, .pagination .page_select .num_input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .pagination .page_select .txt {
      display: inline-block;
      margin-left: 5px;
      color: #bfbfbf; }

/*===== btn-style =====*/
.page-detail-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 20px;
  position: relative; }
  .page-detail-info::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #f3f3f3 0%, #d0d0d0 20%, #d0d0d0 80%, #f3f3f3 100%);
    margin-bottom: 10px; }
  .page-detail-info .page-sort {
    font-size: 1.125rem;
    color: var(--orange);
    font-weight: 300; }
  .page-detail-info .page-date {
    color: #585757;
    font-size: 1.125rem;
    font-weight: 300; }

.page-share {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .page-share .text {
    font-size: 0.875rem;
    color: #545454;
    margin-right: 5px; }
  .page-share .a2a_kit {
    display: flex;
    gap: 15px; }
    .page-share .a2a_kit a i {
      font-size: 1.375rem; }
    .page-share .a2a_kit a:hover {
      transform: scale(1.2); }
    .page-share .a2a_kit .a2a_button_facebook {
      color: #0866ff; }
    .page-share .a2a_kit .a2a_button_line {
      color: #00b900; }
    .page-share .a2a_kit .a2a_button_x {
      color: #000; }
    .page-share .a2a_kit .a2a_button_copy_link {
      color: var(--orange); }

.page-btn-block {
  display: flex;
  margin-top: 60px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
  position: relative;
  height: 76px; }
  .page-btn-block .detail-btn {
    position: absolute; }
    .page-btn-block .detail-btn a {
      display: flex;
      align-items: center;
      padding: 23px 20px;
      height: 74px; }
      .page-btn-block .detail-btn a:hover {
        background: #f1f1f1; }
    .page-btn-block .detail-btn .text {
      color: var(--black);
      font-size: 1.125rem; }
    .page-btn-block .detail-btn .p-text {
      display: none;
      color: var(--black);
      font-size: 1.125rem; }
    .page-btn-block .detail-btn.prev {
      left: 0;
      top: 0; }
      .page-btn-block .detail-btn.prev .icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #d1ba9f;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        position: relative;
        top: -1px; }
        .page-btn-block .detail-btn.prev .icon::before {
          content: "";
          display: block;
          background: url(../images/icon_left.svg) no-repeat;
          width: 5px;
          height: 9px;
          position: relative;
          left: -1px; }
      .page-btn-block .detail-btn.prev .text {
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .page-btn-block .detail-btn.back {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      .page-btn-block .detail-btn.back .icon {
        width: 20px;
        height: 20px;
        background: url(../images/icon_backlist.svg) no-repeat;
        margin-right: 10px; }
    .page-btn-block .detail-btn.next {
      right: 0;
      top: 0; }
      .page-btn-block .detail-btn.next .icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #d1ba9f;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        position: relative;
        top: -1px; }
        .page-btn-block .detail-btn.next .icon::before {
          content: "";
          display: block;
          background: url(../images/icon_left.svg) no-repeat;
          width: 5px;
          height: 9px;
          position: relative;
          transform: rotate(180deg); }
      .page-btn-block .detail-btn.next .text {
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right; }

/*===== pages-list-search =====*/
/* table-style */
.table-style table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table-style table .right {
    text-align: right; }
  .table-style table .c {
    text-align: center; }

.table-style.rwd1000 {
  overflow: auto; }
  .table-style.rwd1000 table {
    min-width: 1000px; }

/*========== pageBasic mobile ==========*/
@media (max-width: 1440px) {
  .page-banner {
    background-image: linear-gradient(to right, #fff 0%, #fff calc(610 / 1920 * 100%), transparent calc(610 / 1920 * 100%), transparent 100%), linear-gradient(to top, #fff 0%, #fff 120px, transparent 120px, transparent 100%), url(../images/bg_yellow.jpg);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center, center, center; } }

@media (max-width: 1024px) {
  .breadcrumb {
    padding-bottom: 40px; }
  .page-info-left {
    margin-bottom: 40px; } }

@media (max-width: 960px) {
  .main {
    margin-top: 70px; }
  .page-banner {
    background: none; }
    .page-banner .pic {
      border-radius: 20px; }
  .page-info-left {
    margin-bottom: 30px; }
  .article-title {
    font-size: 1.375rem; }
    .article-title::before {
      width: 20px;
      top: 4px; }
    .article-title span {
      padding-left: 30px; }
  .page-btn-block {
    height: 60px;
    margin-top: 40px; }
    .page-btn-block .detail-btn a {
      padding: 15px;
      height: 58px; }
    .page-btn-block .detail-btn.prev .text, .page-btn-block .detail-btn.next .text {
      display: none; }
    .page-btn-block .detail-btn.prev .p-text, .page-btn-block .detail-btn.next .p-text {
      display: block; }
  aside ul.layer1 > li > a {
    padding: 6px 20px;
    height: 40px; } }

@media (max-width: 640px) {
  .breadcrumb {
    padding-bottom: 20px; }
  .page-banner img,
  .page-banner source {
    height: 120px; }
  .page-main {
    padding-bottom: 50px; }
  .page-info-left {
    margin-bottom: 20px; }
  .pagination .page_num {
    margin: 0 2px;
    width: 25px;
    height: 25px;
    font-size: 0.875rem; }
  .pagination .page_arrow.prev {
    margin-right: 10px; }
  .pagination .page_arrow.next {
    margin-left: 10px; }
  .pagination .page_select {
    margin-left: 0;
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center; }
    .pagination .page_select .num_input {
      font-size: 0.875rem; }
    .pagination .page_select .txt {
      font-size: 0.875rem; } }

@media (max-width: 480px) {
  .article-title {
    font-size: 1.25rem; }
  .page-btn-block .detail-btn .text {
    font-size: 1rem; }
  .page-btn-block .detail-btn .p-text {
    font-size: 1rem; }
  .page-btn-block .detail-btn.prev .icon {
    margin-right: 10px; }
  .page-btn-block .detail-btn.next .icon {
    margin-left: 10px; }
  .page-detail-info {
    gap: 10px; }
    .page-detail-info .page-sort {
      font-weight: 400; }
    .page-detail-info .page-date {
      font-weight: 400; }
  .page-share {
    width: 100%; } }

@media (max-width: 375px) {
  .page-btn-block {
    height: 46px;
    margin-top: 30px; }
    .page-btn-block .detail-btn a {
      padding: 10px 5px;
      height: 44px; }
    .page-btn-block .detail-btn .text {
      font-size: 0.9375rem; }
    .page-btn-block .detail-btn .p-text {
      font-size: 0.9375rem; }
    .page-btn-block .detail-btn.prev .icon {
      margin-right: 5px; }
    .page-btn-block .detail-btn.next .icon {
      margin-left: 5px; } }

@media (max-width: 320px) {
  .page-btn-block .detail-btn.back .icon {
    margin-right: 0; }
  .page-btn-block .detail-btn.back .text {
    display: none; } }

/*========= index ==========*/
.index-title-block {
  text-align: center;
  margin-bottom: 50px; }
  .index-title-block .en {
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--orange); }
  .index-title-block .tw {
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 3px;
    color: var(--black);
    line-height: 1.4; }

/*========== index-banner ==========*/
.index-section-banner {
  background-image: linear-gradient(to right, #fff 0%, #fff calc(610 / 1920 * 100%), transparent calc(610 / 1920 * 100%), transparent 100%), linear-gradient(to top, #fff 0%, #fff 320px, transparent 320px, transparent 100%), url(../images/bg_yellow.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center, center, center; }

.index-banner {
  position: relative;
  overflow: hidden;
  width: 1800px;
  max-width: 100%; }
  .index-banner .swiper {
    transform-style: preserve-3d; }
  .index-banner .swiper-wrapper {
    position: relative; }
  .index-banner .swiper-slide figure {
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 35px;
    overflow: hidden; }
    .index-banner .swiper-slide figure img {
      display: block;
      max-width: 100%; }
  .index-banner .swiper-button-block {
    display: flex;
    gap: 12px;
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 1; }
  .index-banner .swiper-pagination {
    position: absolute;
    bottom: 40px;
    width: auto;
    left: 50%;
    transform: translateX(-50%); }
  .index-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .index-banner .swiper-pagination-bullet-active {
    background: var(--black); }
  .index-banner .swiper-button {
    position: static; }
  .index-banner .index-swiper-prev,
  .index-banner .index-swiper-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black);
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .index-banner .index-swiper-prev img,
    .index-banner .index-swiper-next img {
      width: 10px;
      aspect-ratio: 5 / 9;
      display: block; }
    .index-banner .index-swiper-prev:hover,
    .index-banner .index-swiper-next:hover {
      background: var(--orange); }
    .index-banner .index-swiper-prev.swiper-button-lock,
    .index-banner .index-swiper-next.swiper-button-lock {
      display: none; }
  .index-banner .index-swiper-next {
    transform: rotate(180deg); }

/*========== 關於我們 index-about ==========*/
.index-section-about {
  margin: 60px 0; }

/*========== 門診時間表 index-section-clinic-hours ==========*/
.index-section-clinic-hours {
  margin: 80px 0; }

.index-section-clinic-hours-table {
  position: relative; }
  .index-section-clinic-hours-table::before {
    content: "";
    display: block;
    width: 140px;
    aspect-ratio: 140 / 124;
    background: url(../images/bird.svg) no-repeat;
    position: absolute;
    left: 50px;
    top: -120px; }
  .index-section-clinic-hours-table table {
    width: 100%; }
  .index-section-clinic-hours-table .light {
    font-weight: 300;
    font-size: 1.125rem;
    display: inline-block;
    margin-left: 15px; }
  .index-section-clinic-hours-table .orange {
    display: block;
    color: var(--orange);
    font-size: 1.0625rem;
    font-weight: 300;
    margin-top: -2px; }
  .index-section-clinic-hours-table td,
  .index-section-clinic-hours-table th {
    font-weight: normal;
    text-align: center;
    padding: 5px;
    font-size: 1.1875rem;
    color: var(--black); }
  .index-section-clinic-hours-table thead th {
    background: url(../images/bg_table_bg1.jpg);
    letter-spacing: 3px;
    height: 70px; }
    .index-section-clinic-hours-table thead th:first-child {
      border-radius: 5px 0 0 5px; }
    .index-section-clinic-hours-table thead th:last-child {
      border-radius: 0 5px 5px 0; }
  .index-section-clinic-hours-table tbody tr:nth-child(even) td {
    background: url(../images/bg_table_bg2.jpg); }
  .index-section-clinic-hours-table tbody td {
    height: 85px; }
    .index-section-clinic-hours-table tbody td:first-child {
      border-radius: 5px 0 0 5px; }
    .index-section-clinic-hours-table tbody td:not(:first-child) {
      letter-spacing: 3px; }
    .index-section-clinic-hours-table tbody td:last-child {
      border-radius: 0 5px 5px 0; }

.index-section-clinic-hours-table-phone {
  display: none;
  position: relative; }
  .index-section-clinic-hours-table-phone::before {
    content: "";
    display: block;
    width: 70px;
    aspect-ratio: 140 / 124;
    background: url(../images/bird.svg) no-repeat;
    position: absolute;
    left: 10px;
    top: -58px; }
  .index-section-clinic-hours-table-phone .light {
    font-size: 0.875rem;
    display: block; }
  .index-section-clinic-hours-table-phone .orange {
    display: block;
    color: var(--orange);
    font-size: 0.875rem;
    margin-top: -2px; }
  .index-section-clinic-hours-table-phone table {
    width: 100%; }
  .index-section-clinic-hours-table-phone td,
  .index-section-clinic-hours-table-phone th {
    font-weight: normal;
    text-align: center;
    padding: 10px 2px;
    color: var(--black); }
  .index-section-clinic-hours-table-phone thead th {
    background: url(../images/bg_table_bg1.jpg);
    padding: 10px 2px; }
    .index-section-clinic-hours-table-phone thead th:first-child {
      border-radius: 5px 0 0 5px; }
    .index-section-clinic-hours-table-phone thead th:last-child {
      border-radius: 0 5px 5px 0; }
  .index-section-clinic-hours-table-phone tbody tr:nth-child(even) td {
    background: url(../images/bg_table_bg2.jpg); }
  .index-section-clinic-hours-table-phone tbody td {
    height: 65px; }
    .index-section-clinic-hours-table-phone tbody td:first-child {
      border-radius: 5px 0 0 5px; }
    .index-section-clinic-hours-table-phone tbody td:last-child {
      border-radius: 0 5px 5px 0; }

.index-section-clinic-hours-txt {
  color: var(--black);
  font-size: 1.1875rem;
  text-align: center;
  margin-top: 40px; }
  .index-section-clinic-hours-txt .orange {
    color: var(--orange); }

/*========== 服務項目 index-service ==========*/
.index-section-service {
  padding: 0 0 80px 0;
  background: url(../images/index_service_bg.png) no-repeat bottom center;
  background-size: contain; }

.index-section-service .service-list {
  position: relative; }
  .index-section-service .service-list::before {
    content: "";
    display: block;
    width: 164px;
    aspect-ratio: 164 / 197;
    background: url(../images/grass.svg) no-repeat;
    position: absolute;
    right: 0;
    top: -190px; }

/*========== 地圖 index-map ==========*/
.index-section-map .map {
  height: 430px; }
  .index-section-map .map iframe {
    display: block;
    height: 100%;
    width: 100%; }

/*========== index mobile ==========*/
@media (max-width: 1850px) {
  .index-section-banner {
    padding: 0 25px; } }

@media (max-width: 1280px) {
  .index-title-block {
    margin-bottom: 30px; }
    .index-title-block .en {
      font-size: 1.125rem; }
    .index-title-block .tw {
      font-size: 2rem; }
  .index-section-about {
    margin: 40px 0; }
  .index-section-clinic-hours {
    margin: 60px 0; }
  .index-section-clinic-hours-table::before {
    width: 100px;
    top: -85px;
    left: 30px; }
  .index-section-service {
    padding: 0 0 60px 0; }
  .index-section-service .service-list::before {
    width: 130px;
    top: -150px; } }

@media (max-width: 1024px) {
  .index-section-clinic-hours-table .light {
    display: block;
    margin-left: 0;
    font-size: 1rem; }
  .index-section-clinic-hours-table .orange {
    font-size: 1rem; }
  .index-section-clinic-hours-table td,
  .index-section-clinic-hours-table th {
    padding: 2px;
    font-size: 1.125rem; } }

@media (max-width: 960px) {
  .index-section-banner {
    background: none; }
  .index-banner .swiper-slide figure {
    border-radius: 20px; }
  .index-banner .swiper-button-block {
    bottom: 20px;
    right: 30px; }
  .index-banner .swiper-pagination {
    bottom: 15px; }
  .index-banner .index-swiper-prev,
  .index-banner .index-swiper-next {
    width: 30px;
    height: 30px; }
    .index-banner .index-swiper-prev img,
    .index-banner .index-swiper-next img {
      width: 7px; }
  .index-section-clinic-hours-table .light {
    display: block;
    margin-left: 0;
    font-size: 0.9375rem; }
  .index-section-clinic-hours-table .orange {
    font-size: 0.9375rem; }
  .index-section-clinic-hours-table td,
  .index-section-clinic-hours-table th {
    padding: 2px;
    font-size: 1rem; } }

@media (max-width: 768px) {
  .index-section-clinic-hours-table {
    display: none; }
  .index-section-clinic-hours-table-phone {
    display: block; }
    .index-section-clinic-hours-table-phone thead th:first-child {
      padding: 10px 5px;
      width: 40px; }
    .index-section-clinic-hours-table-phone tbody td:first-child {
      padding: 5px;
      width: 40px; }
  .index-section-clinic-hours-txt {
    font-size: 1rem;
    margin-top: 30px; }
  .index-section-service .service-list::before {
    width: 90px;
    top: -105px; } }

@media (max-width: 480px) {
  .index-banner .swiper-button-block {
    bottom: 10px;
    right: 15px;
    gap: 6px; }
  .index-banner .swiper-pagination {
    bottom: 5px; }
  .index-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }
  .index-banner .index-swiper-prev,
  .index-banner .index-swiper-next {
    width: 25px;
    height: 25px; }
    .index-banner .index-swiper-prev img,
    .index-banner .index-swiper-next img {
      width: 5px; }
  .index-section-about {
    margin: 40px 0; }
  .index-section-clinic-hours {
    margin: 40px 0; }
  .index-section-service {
    background: none; }
  .index-title-block {
    margin-bottom: 20px; }
    .index-title-block .tw {
      letter-spacing: 1px; }
  .index-section-map .map {
    height: 350px; } }

@media (max-width: 375px) {
  .index-section-clinic-hours-table-phone::before {
    width: 60px;
    left: 0;
    top: -50px; }
  .index-title-block {
    margin-bottom: 20px; }
    .index-title-block .en {
      font-size: 1rem; }
    .index-title-block .tw {
      font-size: 1.625rem; } }

@media (max-width: 320px) {
  .index-section-clinic-hours-table-phone::before {
    width: 50px;
    top: -42px; }
  .index-section-service .service-list::before {
    width: 70px;
    right: -10px;
    top: -80px; } }

/*========= about ==========*/
.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .about-content .about-txt {
    width: calc(750 / 1600 * 100%);
    padding-left: calc(145 / 1600 * 100%);
    padding-RIGHT: calc(50 / 1600 * 100%);
    font-weight: 300;
    position: relative; }
    .about-content .about-txt .title {
      font-size: 2.5rem;
      color: var(--black); }
    .about-content .about-txt .sub-title {
      font-size: 1.8125rem;
      color: var(--orange); }
    .about-content .about-txt .content {
      font-size: 1.0625rem;
      color: #585757;
      line-height: 1.8; }
      .about-content .about-txt .content .txt {
        margin: 20px 0; }
    .about-content .about-txt::before {
      content: "ABOUT US";
      display: block;
      font-size: 5.9375rem;
      font-weight: 700;
      background: url(../images/bg_table_bg1.jpg);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      position: absolute;
      writing-mode: vertical-lr;
      letter-spacing: 4px;
      left: 25px;
      line-height: 1; }
  .about-content .about-pic {
    width: calc(850 / 1600 * 100%);
    position: relative; }
    .about-content .about-pic figure {
      margin: 0;
      position: relative; }
      .about-content .about-pic figure .pic {
        position: relative;
        width: 100%; }
        .about-content .about-pic figure .pic img {
          display: block;
          max-width: 100%;
          aspect-ratio: 839 / 774;
          position: relative; }
        .about-content .about-pic figure .pic.img2 {
          position: absolute;
          left: 0;
          top: 0;
          left: 18.6%;
          top: 24.2%;
          width: calc(553 / 850 * 100%); }
          .about-content .about-pic figure .pic.img2 img {
            aspect-ratio: 1 / 1;
            animation: circle 40s linear infinite; }
        .about-content .about-pic figure .pic.img3 {
          position: absolute;
          left: 0;
          top: 0; }

@keyframes fadeIn {
  0% { }
  100% { } }

@keyframes circle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

/*========== about mobile ==========*/
@media (max-width: 1440px) {
  .about-content .about-pic figure .pic.img2 {
    left: 19.2%;
    top: 24.7%; } }

@media (max-width: 1366px) {
  .about-content .about-txt::before {
    font-size: 4.375rem; } }

@media (max-width: 1280px) {
  .about-content {
    align-items: flex-start; }
    .about-content .about-txt {
      width: 57%;
      padding-left: 80px;
      padding-right: 40px; }
      .about-content .about-txt .title {
        font-size: 2rem; }
      .about-content .about-txt .sub-title {
        font-size: 1.5rem; }
      .about-content .about-txt::before {
        left: 0;
        font-size: 3.75rem; }
    .about-content .about-pic {
      width: 43%; } }

@media (max-width: 960px) {
  .about-content {
    gap: 40px; }
    .about-content .about-txt {
      width: 100%;
      padding-right: 0; }
      .about-content .about-txt::before {
        font-size: 3.4375rem; }
    .about-content .about-pic {
      width: 600px;
      max-width: 100%;
      margin: auto;
      padding-left: 0; } }

@media (max-width: 640px) {
  .about-content {
    gap: 20px; }
    .about-content .about-txt {
      padding-left: 50px; }
      .about-content .about-txt::before {
        font-size: 2.8125rem;
        font-weight: 900;
        left: -5px;
        top: 10px; } }

@media (max-width: 480px) {
  .about-content .about-txt {
    padding-left: 45px;
    font-weight: 400; }
    .about-content .about-txt::before {
      font-size: 2.5rem;
      left: -5px; }
    .about-content .about-txt .title {
      font-size: 1.625rem; }
    .about-content .about-txt .sub-title {
      font-size: 1.125rem; } }

/*========= service ==========*/
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px; }

.service-box {
  width: calc((100% - 100px) / 3); }
  .service-box figure {
    margin: 0;
    padding: 0;
    display: block; }
    .service-box figure .pic {
      display: flex;
      flex-direction: column;
      position: relative;
      border-radius: 8px;
      overflow: hidden; }
      .service-box figure .pic img {
        display: block;
        object-fit: cover;
        aspect-ratio: 500 / 300; }
  .service-box .title {
    color: var(--black);
    font-size: 1.375rem;
    font-weight: 500;
    margin-top: 30px;
    text-align: center; }

/*========== service mobile ==========*/
@media (max-width: 1280px) {
  .service-list {
    gap: 30px; }
  .service-box {
    width: calc((100% - 60px) / 3); }
    .service-box .title {
      font-size: 1.25rem;
      margin-top: 15px; } }

@media (max-width: 768px) {
  .service-list {
    gap: 20px; }
  .service-box {
    width: calc((100% - 40px) / 3); }
    .service-box .title {
      font-size: 1.125rem; } }

@media (max-width: 640px) {
  .service-box {
    width: calc((100% - 20px) / 2); } }

@media (max-width: 480px) {
  .service-box {
    width: 300px;
    max-width: 100%;
    margin: auto; } }

/*========= team ==========*/
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }

.team-box {
  display: flex; }
  .team-box figure {
    margin: 0;
    padding: 0;
    width: 280px; }
    .team-box figure .pic {
      display: flex;
      position: relative;
      border-radius: 140px;
      overflow: hidden; }
      .team-box figure .pic img {
        display: block;
        object-fit: cover;
        aspect-ratio: 280 / 410;
        width: 100%; }
  .team-box .content {
    flex: 1;
    padding-left: calc(40 / 760 * 100%);
    padding-top: 30px; }
  .team-box .name {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 500; }
  .team-box .info {
    padding-top: 30px;
    display: flex;
    color: #585757; }
    .team-box .info .left {
      width: 50px;
      font-size: 1.125rem;
      padding-right: 9px;
      padding-top: 5px; }
    .team-box .info .right {
      flex: 1;
      font-size: 1.0625rem;
      padding-left: 15px;
      padding-top: 5px;
      border-left: 1px solid var(--orange);
      position: relative; }
      .team-box .info .right::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--orange);
        position: absolute;
        left: -5px;
        top: -5px; }
      .team-box .info .right ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .team-box .info .right ul > li {
          list-style: none;
          margin: 0;
          padding: 0; }
        .team-box .info .right ul .mb {
          margin-bottom: 10px; }
        .team-box .info .right ul .b {
          font-weight: 500;
          color: #333; }
        .team-box .info .right ul .inline {
          display: inline-block; }
  .team-box:nth-child(1) {
    width: calc(44% - 40px); }
  .team-box:nth-child(2) {
    width: 56%; }

/*========== team mobile ==========*/
@media (max-width: 1440px) {
  .team-box figure {
    width: 200px; } }

@media (max-width: 1280px) {
  .team-box figure {
    width: 160px; } }

@media (max-width: 1024px) {
  .team-box:nth-child(1) {
    width: 100%; }
  .team-box:nth-child(2) {
    width: 100%; }
  .team-box .content {
    padding-top: 20px;
    padding-left: 20px; } }

@media (max-width: 640px) {
  .team-box figure {
    width: 100px; }
  .team-box .content {
    padding-top: 10px; }
  .team-box .name {
    font-size: 1.125rem; }
  .team-box .info {
    padding-top: 5px;
    flex-wrap: wrap; }
    .team-box .info .left {
      width: 100%;
      padding-bottom: 5px;
      padding-right: 0;
      border-bottom: 1px solid var(--orange);
      font-size: 1.0625rem; }
    .team-box .info .right {
      width: 100%;
      border-left: none;
      padding-left: 0;
      padding-top: 5px;
      font-size: 1rem; }
      .team-box .info .right::before {
        display: none; } }

@media (max-width: 320px) {
  .team-box {
    flex-wrap: wrap; }
    .team-box figure {
      width: 200px;
      margin: auto; }
    .team-box .content {
      width: 100%;
      padding-left: 0;
      flex: auto; } }

/*========= news ==========*/
.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 170px;
  margin-bottom: 70px;
  width: 1450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.news-box {
  width: calc((100% - 340px) /3); }
  .news-box a:hover figure::before, .news-box a:hover figure::after {
    height: 100%;
    opacity: 1; }
  .news-box a:hover figure .pic::before, .news-box a:hover figure .pic::after {
    width: 100%;
    opacity: 1; }
  .news-box a:hover figure .pic img {
    opacity: 0.25; }
  .news-box a:hover figure .pic .icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0); }
  .news-box figure {
    margin: 0;
    padding: 0;
    background: var(--orange);
    position: relative; }
    .news-box figure::before, .news-box figure::after {
      position: absolute;
      content: '';
      background-color: var(--black);
      z-index: 1;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      opacity: 1;
      width: 1px;
      height: 0; }
    .news-box figure::before {
      right: 0;
      top: 0; }
    .news-box figure::after {
      left: 0;
      bottom: 0; }
    .news-box figure .pic {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .news-box figure .pic::before, .news-box figure .pic::after {
        position: absolute;
        content: '';
        background-color: var(--black);
        z-index: 1;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 1;
        height: 1px;
        width: 0%; }
      .news-box figure .pic::before {
        top: 0;
        left: 0; }
      .news-box figure .pic::after {
        bottom: 0;
        right: 0; }
      .news-box figure .pic img {
        display: block;
        object-fit: cover;
        aspect-ratio: 370 / 450;
        transition: all 0.2s ease-in; }
      .news-box figure .pic .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        background: url(../images/icon_plus.svg) no-repeat;
        width: 30px;
        height: 30px;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        transform: translate(-50%, -50%) rotate(45deg); }
  .news-box .group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    gap: 10px; }
    .news-box .group .date {
      display: flex;
      color: #585757;
      font-size: 1.25rem;
      font-weight: 500;
      align-items: baseline; }
      .news-box .group .date .year {
        font-size: 1rem;
        font-weight: 300; }
      .news-box .group .date .moon {
        margin-left: 8px; }
      .news-box .group .date .day {
        position: relative; }
        .news-box .group .date .day::before {
          content: "/";
          display: inline-block;
          font-size: 0.875rem;
          margin: 0 6px 0 4px;
          vertical-align: middle;
          font-weight: 300; }
    .news-box .group .sort {
      color: var(--orange);
      font-size: 1.0625rem;
      line-height: 1.2; }
    .news-box .group:after {
      content: "";
      display: block;
      background-image: linear-gradient(to right, #fff 0%, #d1d1d1 15%, #d1d1d1 85%, #fff 100%);
      width: 100%;
      height: 1px;
      margin-top: 10px; }
  .news-box .title {
    color: var(--black);
    font-size: 1.1875rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .news-box .txt {
    color: #585757;
    font-size: 1.0625rem;
    font-weight: 300;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

/*========== news mobile ==========*/
@media (max-width: 1440px) {
  .news-list {
    gap: 60px 140px; }
  .news-box {
    width: calc((100% - 280px) /3); } }

@media (max-width: 1280px) {
  .news-list {
    gap: 40px 60px;
    margin-bottom: 40px; }
  .news-box {
    width: calc((100% - 120px) /3); }
    .news-box .group {
      margin-top: 15px;
      padding-bottom: 15px; }
      .news-box .group:after {
        margin-top: 5px; } }

@media (max-width: 1024px) {
  .news-list {
    gap: 30px 40px;
    margin-bottom: 40px; }
  .news-box {
    width: calc((100% - 80px) /3); }
    .news-box .group {
      margin-top: 15px;
      padding-bottom: 10px; }
      .news-box .group .date {
        font-size: 0.9375rem; }
        .news-box .group .date .year {
          font-size: 0.9375rem; }
        .news-box .group .date .moon {
          margin-left: 5px; }
        .news-box .group .date .day::before {
          margin: 0 4px 0 2px; }
      .news-box .group .sort {
        font-size: 0.9375rem; }
      .news-box .group:after {
        margin-top: 0px; }
    .news-box .title {
      font-size: 1.0625rem; }
    .news-box .txt {
      font-size: 0.9375rem;
      margin-top: 2px; } }

@media (max-width: 768px) {
  .news-list {
    gap: 30px 30px; }
  .news-box {
    width: calc((100% - 30px) /2); } }

@media (max-width: 480px) {
  .news-list {
    gap: 30px 15px; }
  .news-box {
    width: calc((100% - 15px) /2); }
    .news-box .group .date .year {
      font-weight: 400; }
    .news-box .txt {
      font-weight: 400; } }

@media (max-width: 375px) {
  .news-box {
    width: 300px;
    max-width: 100%;
    margin: auto; } }

/*========= health ==========*/
.health-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 46px;
  margin-bottom: 70px; }

.health-box {
  width: calc((100% - 46px) /2); }
  .health-box a {
    display: flex;
    align-items: flex-start; }
    .health-box a:hover figure::before, .health-box a:hover figure::after {
      height: 100%;
      opacity: 1; }
    .health-box a:hover figure .pic::before, .health-box a:hover figure .pic::after {
      width: 100%;
      opacity: 1; }
    .health-box a:hover figure .pic img {
      opacity: 0.25; }
    .health-box a:hover figure .pic .icon {
      opacity: 1;
      transform: translate(-50%, -50%) rotate(0); }
  .health-box figure {
    margin: 0;
    padding: 0;
    background: var(--orange);
    position: relative;
    width: calc(330 / 777 * 100%); }
    .health-box figure::before, .health-box figure::after {
      position: absolute;
      content: '';
      background-color: var(--black);
      z-index: 1;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      opacity: 1;
      width: 1px;
      height: 0; }
    .health-box figure::before {
      right: 0;
      top: 0; }
    .health-box figure::after {
      left: 0;
      bottom: 0; }
    .health-box figure .pic {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .health-box figure .pic::before, .health-box figure .pic::after {
        position: absolute;
        content: '';
        background-color: var(--black);
        z-index: 1;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 1;
        height: 1px;
        width: 0%; }
      .health-box figure .pic::before {
        top: 0;
        left: 0; }
      .health-box figure .pic::after {
        bottom: 0;
        right: 0; }
      .health-box figure .pic img {
        display: block;
        object-fit: cover;
        aspect-ratio: 330 / 230;
        transition: all 0.2s ease-in; }
      .health-box figure .pic .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        background: url(../images/icon_plus.svg) no-repeat;
        width: 30px;
        height: 30px;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        transform: translate(-50%, -50%) rotate(45deg); }
  .health-box .content {
    padding-left: 35px;
    margin-top: 10px; }
  .health-box .group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    gap: 10px; }
    .health-box .group .date {
      display: flex;
      color: #585757;
      font-size: 1.25rem;
      font-weight: 500;
      align-items: baseline; }
      .health-box .group .date .year {
        font-size: 1rem;
        font-weight: 300; }
      .health-box .group .date .moon {
        margin-left: 8px; }
      .health-box .group .date .day {
        position: relative; }
        .health-box .group .date .day::before {
          content: "/";
          display: inline-block;
          font-size: 0.875rem;
          margin: 0 6px 0 4px;
          vertical-align: middle;
          font-weight: 300; }
    .health-box .group .sort {
      color: var(--orange);
      font-size: 1.0625rem;
      line-height: 1.2; }
    .health-box .group:after {
      content: "";
      display: block;
      background-image: linear-gradient(to right, #fff 0%, #d1d1d1 15%, #d1d1d1 85%, #fff 100%);
      width: 100%;
      height: 1px;
      margin-top: 10px; }
  .health-box .title {
    color: var(--black);
    font-size: 1.1875rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .health-box .txt {
    color: #585757;
    font-size: 1.0625rem;
    font-weight: 300;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

/*========== health mobile ==========*/
@media (max-width: 1440px) {
  .health-list {
    gap: 30px 25px; }
  .health-box {
    width: calc((100% - 25px) /2); }
    .health-box .content {
      margin-top: 0;
      padding-left: 20px; } }

@media (max-width: 1024px) {
  .health-list {
    margin-bottom: 40px; }
  .health-box .group {
    padding-bottom: 10px; }
    .health-box .group .date {
      font-size: 0.9375rem; }
      .health-box .group .date .year {
        font-size: 0.9375rem; }
      .health-box .group .date .moon {
        margin-left: 5px; }
      .health-box .group .date .day::before {
        margin: 0 4px 0 2px; }
    .health-box .group .sort {
      font-size: 0.9375rem; }
    .health-box .group:after {
      margin-top: 0px; }
  .health-box .title {
    font-size: 1.0625rem; }
  .health-box .txt {
    font-size: 0.9375rem;
    margin-top: 2px; } }

@media (max-width: 960px) {
  .health-box {
    width: 100%; }
    .health-box figure {
      width: 260px; }
    .health-box .content {
      margin-top: 10px; } }

@media (max-width: 640px) {
  .health-box figure {
    width: 200px; }
  .health-box .content {
    margin-top: 0; } }

@media (max-width: 480px) {
  .health-box figure {
    width: 120px; }
  .health-box .content {
    padding-left: 15px; }
  .health-box .group .date .year {
    font-weight: 400; }
  .health-box .txt {
    font-weight: 400; } }

@media (max-width: 375px) {
  .health-list {
    gap: 30px 10px; }
  .health-box {
    width: 300px;
    margin: auto; }
    .health-box a {
      flex-wrap: wrap; }
    .health-box figure {
      width: 100%; }
    .health-box .content {
      width: 100%;
      padding-left: 0;
      margin-top: 15px; } }

/*========= contact ==========*/
.contact-info-list {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between; }

.contact-info-box {
  display: flex;
  align-items: center; }
  .contact-info-box figure {
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    background: url(../images/bg_table_bg3.jpg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contact-info-box figure img {
      display: block;
      object-fit: cover;
      width: 100%; }
  .contact-info-box .content {
    color: var(--black);
    flex: 1;
    padding-left: 20px; }
    .contact-info-box .content .title {
      font-size: 1.125rem;
      font-weight: 500; }
    .contact-info-box .content .txt {
      font-size: 1.0625rem; }
      .contact-info-box .content .txt a {
        color: var(--black); }
        .contact-info-box .content .txt a:hover {
          color: var(--orange); }
  .contact-info-box.address figure img {
    aspect-ratio: 24 / 32;
    width: 24px; }
  .contact-info-box.phone figure img {
    aspect-ratio: 27 / 30;
    width: 27px; }
  .contact-info-box.email figure img {
    aspect-ratio: 32 / 27;
    width: 32px; }

.contact-map .map {
  height: 445px;
  border: 3px solid #fff;
  position: relative; }
  .contact-map .map:after {
    content: "";
    display: block;
    background: url(../images/contact_map_shadow.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -6px; }
  .contact-map .map iframe {
    display: block;
    height: 100%;
    width: 100%; }

/*========== contact mobile ==========*/
@media (max-width: 1024px) {
  .contact-info-list {
    margin: 0 auto 40px auto; } }

@media (max-width: 960px) {
  .contact-info-list {
    flex-wrap: wrap;
    gap: 20px; }
  .contact-info-box {
    width: 100%; }
  .contact-map .map {
    height: 350px; } }

@media (max-width: 640px) {
  .contact-info-box figure {
    width: 55px;
    height: 55px; }
  .contact-info-box .content {
    width: calc(100% - 55px); }
    .contact-info-box .content .title {
      font-size: 1.0625rem; }
    .contact-info-box .content .txt {
      font-size: 1rem; }
  .contact-info-box.address figure img {
    width: 20px; }
  .contact-info-box.phone figure img {
    width: 22px; }
  .contact-info-box.email figure img {
    width: 25px; }
  .contact-map .map {
    height: 300px; } }

@media (max-width: 480px) {
  .contact-info-list {
    margin: 0 auto 30px auto; } }

@media (max-width: 375px) {
  .contact-info-list {
    gap: 10px; }
  .contact-info-box {
    align-items: flex-start; }
    .contact-info-box figure {
      width: 40px;
      height: 40px; }
    .contact-info-box .content {
      width: calc(100% - 40px);
      padding-left: 10px; }
      .contact-info-box .content .title {
        font-size: 1rem; }
      .contact-info-box .content .txt {
        font-size: 0.875rem; }
    .contact-info-box.address figure img {
      width: 16px; }
    .contact-info-box.phone figure img {
      width: 18px; }
    .contact-info-box.email figure img {
      width: 20px; } }
