@charset "utf-8";
@font-face {
  font-family: "heiti tc";
  src: url("../font/heiti-tc-light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heiti tc";
  src: url("../font/heiti-tc-medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
html {
  margin: 0;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-family:
    "Cormorant Infant", "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 13px;
  font-weight: 500;
  color: var(--dark-color);
  letter-spacing: 1px;
  line-height: 1.7em;
  background-color: var(--light-color);
}
a {
  color: var(--dark-color);
  text-decoration: none;
}
a:hover {
  color: var(--dark-color2);
  text-decoration: none;
}
h1 {
  font-size: 40px;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 34px;
  letter-spacing: 0.1em;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
}
p {
  line-height: 1.7em;
}
button {
  border: 0;
  background-color: transparent;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none; /* Safari*/
  -moz-appearance: none; /* FireFox */
  appearance: none;
}
input:focus,
textarea:focus {
  outline: none !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--dark-color3) !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--dark-color3) !important;
}
input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--dark-color3) !important;
}
select {
  font-size: 1rem;
}
select:focus {
  outline: none !important;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg img {
  display: none;
}
.cover_img {
  position: relative;
  width: 100%;
  height: 0;
}
.cover_img img {
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.font_bold {
  font-weight: 600;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > * {
  padding-left: 16px;
  padding-right: 16px;
}
.my_container {
  max-width: 1368px;
  padding-right: 44px;
  padding-left: 44px;
  margin-left: auto;
  margin-right: auto;
}
.my_container_m {
  max-width: 1288px;
  padding-right: 44px;
  padding-left: 44px;
  margin-left: auto;
  margin-right: auto;
}
.my_container_s {
  max-width: 1084px;
  padding-right: 44px;
  padding-left: 44px;
  margin-left: auto;
  margin-right: auto;
}
main {
  min-height: calc(100vh - 80px - 323px);
}
.sec_page {
  padding-top: 120px;
}
.show_model {
  padding: 64px 0;
}
.block_pt {
  padding-top: 60px;
}
.block_pb {
  padding-bottom: 60px;
}
.pre_line {
  white-space: pre-line;
}
.text_justify {
  text-align: justify;
}
.mt_12 {
  margin-top: 12px !important;
}
.mb_12 {
  margin-bottom: 12px !important;
}
.mb_24 {
  margin-bottom: 24px !important;
}
.max_660 {
  max-width: 660px;
}
/*文字樣式*/
.fontstyle_link_default {
  font-size: 11px;
  font-weight: 500;
  line-height: 17.6px;
  letter-spacing: 1px;
}
.fontstyle_link_s_b {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 11px;
  font-weight: 600;
  line-height: 17.6px;
  letter-spacing: 1px;
}
.fontstyle_link_m {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 13px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 1px;
}
.fontstyle_link_m_b {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 13px;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 1px;
}
.fontstyle_heading1 {
  font-size: 110px;
  line-height: 96px;
  letter-spacing: 8px;
  font-family:
    "Cormorant Infant", "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
}
.fontstyle_heading2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  font-family:
    "Cormorant Infant", "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
}
.fontstyle_title1 {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 110px;
  font-weight: 500;
  line-height: 187px;
  letter-spacing: 4px;
}
.fontstyle_title2 {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 56px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 2px;
}
.fontstyle_title3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 4px;
}
.fontstyle_title4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 3px;
}
.fontstyle_title5 {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 1px;
}
.fontstyle_title6 {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 12px;
  font-weight: 550;
  line-height: 20.4px;
  letter-spacing: 1px;
}
.fontstyle_content_s {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 11px;
  font-weight: 500;
  line-height: 18.7px;
  letter-spacing: 1px;
}
.fontstyle_content_s_b {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 11px;
  font-weight: 600;
  line-height: 18.7px;
  letter-spacing: 1px;
}
.fontstyle_content_b_b {
  font-size: 15px;
  font-weight: 550;
  line-height: 25.5px;
  letter-spacing: 1px;
}
.fontstyle_caption_medium {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
.fontstyle_small_text_medium {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
}
.fontstyle_large_text_medium {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.fontstyle_remark {
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 1px;
}
.fontstyle_remark_b {
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 1px;
}
.product_title1 {
  font-size: 48px;
  font-weight: 350;
  letter-spacing: 4px;
  line-height: 80px;
}
.product_title2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.7em;
}
.product_title3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.7em;
}
.product_title4 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.7em;
}
.product_title5 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 20.4px;
}
.product_remark {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.7;
}
.normal_text_m {
  font-family:
    "Cormorant Infant", "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.2;
}
/*區塊標題*/
.block_title .tw_txt {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.block_title .category {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.block_title .category::after {
  content: "";
  height: 0.5px;
  width: 80px;
  margin-left: 12px;
  background-color: var(--secondary-color);
}
.block_title .fontstyle_title5 .category {
  margin-right: 8px;
  padding-top: 3px;
}
.block_title .fontstyle_title5 .category::after {
  margin-left: 8px;
  margin-bottom: 3px;
}
.block_title h2.fontstyle_title5 {
  padding-top: 3px;
}
.block_title .en_txt {
  color: var(--secondary-color);
}
/*more link*/
.more_link_box {
  padding-top: 24px;
}
.more_link {
  color: var(--secondary-color);
  display: block;
  width: fit-content;
}
.more_link_box.center .more_link {
  margin-left: auto;
  margin-right: auto;
}
/*載入動畫*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color-light);
  z-index: 2000;
  overflow: hidden;
}
.loader span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(94, 212, 250, 0.2) 15%,
    var(--blue-color) 100%
  );
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader span::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main-color-light);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*輪播*/
.swiper_tool_row {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.swiper_tool_row .swiper-pagination {
  padding-top: 1px;
  position: initial;
  flex: 1;
  display: flex;
  align-items: flex-end;
  height: 0;
}
.swiper_tool_row .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 0;
  height: 1px;
  background-color: var(--grey-color4);
  opacity: 0.98;
  margin: 0;
}
.swiper_tool_row .swiper-pagination .swiper-pagination-bullet-active {
  height: 2px;
  background-color: var(--secondary-color);
  opacity: 1;
}
.swiper_button_box {
  width: fit-content;
  display: flex;
  align-items: center;
}
.swiper_button_box .between {
  height: 23px;
  width: 1px;
  background-color: var(--grey-color4);
  margin-left: 18px;
  margin-right: 18px;
  z-index: 3;
}
.swiper-button-lock + .between {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 22px;
  height: auto;
  border: none;
  position: initial;
  margin: 0;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
/*彈窗*/
.my_modal .modal-content {
  border-radius: 16px;
  border: none;
}
.my_modal .modal-header {
  padding-left: 24px;
  padding-right: 24px;
}
.my_modal .modal-body {
  padding: 16px 24px 20px 24px;
}
.my_modal .modal-footer {
  padding: 20px 24px;
}
.footer_btn_row {
  display: flex;
  margin-top: 0;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}
.footer_btn {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}
/*彈窗-簡易*/
.simple_modal .modal-dialog {
  max-width: 400px;
}
.simple_modal .modal-content {
  border-radius: 16px;
  border: none;
}
.simple_modal .modal-header {
  padding-left: 24px;
  padding-right: 24px;
}
.simple_modal .modal-body {
  padding: 16px 24px 20px 24px;
}
.simple_modal .modal-body .title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.simple_modal .modal-footer {
  padding: 0 24px 20px 24px;
  border-top: none;
  justify-content: center;
}
.simple_modal .modal-footer > * {
  margin: 0;
}
.simple_modal .modal-footer > .two_btn {
  margin-bottom: -8px;
}
.simple_modal .modal-footer .btn + .btn {
  margin-left: 16px;
}
.message_modal_content {
  text-align: center;
}
/*吐司*/
.my_toast {
  position: fixed;
  top: 30%;
  right: calc(50% - 200px);
  z-index: 1010;
}
.my_toast .toast {
  position: relative;
  background-color: rgb(0 0 0 / 90%);
  color: #fff;
  width: 400px;
  border: none;
  box-shadow: 0 6px 30px rgb(0 0 0 / 25%);
  border-radius: 4px;
}
.my_toast .toast-body {
  padding: 40px 24px 40px 24px;
  max-width: 100%;
  text-align: center;
}
.my_toast .btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 0;
  color: #fff;
  font-size: 40px;
  background-image: none;
  opacity: 1;
}
.my_toast .btn-close i {
  display: flex;
  justify-content: center;
}
.my_toast .btn-close:hover {
  opacity: 1;
}
.my_toast .btn-close:focus {
  box-shadow: none;
}
.my_toast .toast_icon img {
  width: 52px;
}
.my_toast .toast_txt {
  font-size: 1rem;
}
/*燈箱*/
.glightbox_img {
  display: block;
  width: 300px;
}
.glightbox_img img {
  width: 100%;
}
.glightbox_video {
  width: 600px;
  position: relative;
}
.glightbox_video .bg {
  padding-bottom: 56%;
}
.glightbox_video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 15%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.glightbox_video_cover img {
  width: 60px;
}
/*分享列*/
.share_list_box {
  display: flex;
  align-items: center;
}
.share_list_box p {
  margin-right: 16px;
  font-size: 14px;
  color: var(--dark-color2);
}
.share_list {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.share_item {
  font-size: 24px;
}
.share_item + .share_item {
  margin-left: 24px;
}
.copy_link {
  cursor: pointer;
}
.share_list_title {
  margin-right: 24px;
}
/*header*/
.page_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%); */
  transition: all 0.5s;
  z-index: 1002;
}
.header_box {
  display: flex;
  height: 106px;
}
.header_box > * {
  height: 100%;
}
.header_logo {
  width: fit-content;
}
.header_logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_logo a img {
  width: 180px;
}
.header_nav {
  flex: 1;
}
.header_nav .nav {
  justify-content: flex-end;
  height: 100%;
  column-gap: 15px;
}
.header_nav .nav-item {
  display: flex;
  align-items: center;
}
.header_nav .nav-link {
  color: var(--secondary-color);
  padding: 3px;
}
.header_nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.header_nav .nav-item .dropdown-menu {
  border: none;
  padding-top: 2px;
  border-radius: 0;
  background-color: transparent;
}
.header_nav .nav-item .dropdown-menu ul {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
  padding: 8px 0;
  list-style: none;
  margin-bottom: 0;
}
.header_nav .nav-item .dropdown-menu ul .dropdown-item {
  padding: 8px 16px;
}
.header_nav .nav-item .dropdown-menu ul .dropdown-item:hover,
.header_nav .nav-item .dropdown-menu ul .dropdown-item:focus {
  background-color: var(--bg-color);
  color: var(--dark-color);
}
.header_right {
  width: fit-content;
  margin-left: 24px;
}
.header_right .nav {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  column-gap: 36px;
}
.header_btn {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 0 5px;
  height: 16px;
  border-radius: 16px;
}
.header_right .nav .icon_button {
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  border: none;
}
.header_right .nav .icon_button img {
  width: 100%;
}
.header_right .nav .icon_button:focus {
  box-shadow: none;
}
.header_menu_item {
  display: none;
}
.mobile_search_btn {
  position: relative;
}
.mobile_menu_btn {
  display: none;
}
.mobile_menu_btn .btn {
  position: relative;
  padding: 0;
  width: 20px;
  height: 20px;
}
.mobile_menu_btn .btn:focus {
  box-shadow: none;
}
.mobile_menu_btn .btn > div {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--dark-color);
  transition: all 0.2s;
}
.mobile_menu_btn .btn > div:nth-child(1) {
  position: absolute;
  width: 20px;
  top: 2px;
}
.mobile_menu_btn .btn > div:last-child {
  position: absolute;
  width: 20px;
  bottom: 2px;
}
.mobile_menu_btn.active .btn > div:nth-child(2) {
  width: 0;
}
.mobile_menu_btn.active .btn > div:nth-child(1) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.mobile_menu_btn.active .btn > div:last-child {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: auto;
  top: 8px;
}
.header_search_item {
  position: relative;
}
.header_search_box {
  position: absolute;
  right: 0;
  top: 32px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 calc(4px / 1.52) calc(20px / 1.52) rgb(0 0 0 / 25%);
}
.header_search {
  display: flex;
  align-items: center;
  border: solid 1px var(--main-color);
  border-radius: 4px;
}
.header_search input,
.header_search select {
  border: none;
  height: 40px;
  font-size: 1rem;
  color: var(--dark-color);
}
.header_search input:focus,
.header_search select:focus {
  box-shadow: none;
}
.header_search .form-select {
  width: 120px;
}
.header_search input.form-control {
  flex: 1;
}
.header_search .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}
.mobile_btn {
  display: none;
}
/*手機版選單*/
.mobile_sidebar {
  position: fixed;
  top: 0;
  left: -350px;
  z-index: 1100;
  background-color: #fff;
  width: 350px;
  height: 100vh;
  overflow: hidden;
  transition: left 1.2s cubic-bezier(1, 0.095, 0.17, 0.975);
}
.mobile_sidebar.show {
  left: 0;
  box-shadow: 0 4px 12px rgb(0 0 0 / 25%);
}
.mobile_sidebar_bg {
  transition: transform 1.2s cubic-bezier(1, 0.095, 0.17, 0.975);
}
.mobile_sidebar.show + .mobile_sidebar_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  z-index: 900;
}
.mobile_sidebar_list {
  padding: 80px 0 12px 0;
  list-style: none;
  overflow-y: auto;
  height: 100vh;
  font-size: 15px;
}
.mobile_sidebar_list li.showonphone {
  padding: 14px 25px;
}
.mobile_sidebar_list li.showonphone .btn {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 0 12px;
  height: 20px;
  border-radius: 20px;
}
.mobile_sidebar_list::-webkit-scrollbar {
  display: none;
}
.mobile_sidebar_list > li > a {
  display: block;
  padding: 14px 25px;
  border-bottom: solid 1px rgb(147 147 147 / 26%);
  font-size: 13px;
  font-weight: 550;
  line-height: 22.4px;
  letter-spacing: 1px;
}
.mobile_sidebar_dropdown_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  width: 100%;
  text-align: right;
  padding: 12px 16px;
}
.mobile_sidebar_dropdown_btn img {
  width: 14px;
}
.mobile_sidebar_dropdown_btn i {
  font-size: clamp(10px, 1.1vw, 15px);
  color: var(--font-color2);
  transition: transform 0.3s;
}
.mobile_sidebar_list_lv2 {
  display: none;
}
.mobile_sidebar_list li.dropdown.active .mobile_sidebar_dropdown_btn i {
  transform: rotate(180deg);
}
.mobile_sidebar_list li.dropdown.active .mobile_sidebar_list_lv2 {
  display: block;
}
.mobile_sidebar_list_lv2 ul {
  list-style: none;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 0;
}
.mobile_sidebar_list_lv2 .dropdown-item {
  padding: 8px 24px;
}
/*手機版搜尋*/
.mobile_search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: var(--main-color);
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.mobile_search_group {
  display: flex;
}
.mobile_search_group .form-select {
  margin-top: 15px;
  padding: 0 12px;
  line-height: 42px;
  border: none;
  height: 42px;
  width: 140px;
  color: #fff;
  box-shadow: none !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down.svg) no-repeat right center transparent;
  background-color: transparent;
  background-size: 16px;
  background-position: right 12px center;
}
.mobile_search_input {
  flex: 1;
  background-color: transparent;
  border: none;
  height: 42px;
  margin-top: 15px;
  padding: 0 40px 0 0;
  line-height: 42px;
  color: #fff;
}
.mobile_search_input:focus {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
.mobile_search_input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--dark-color4) !important;
}
.mobile_search_input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--dark-color4) !important;
}
.mobile_search_input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--dark-color4) !important;
}
.close_mobile_search {
  display: flex;
  position: absolute;
  right: 16px;
  top: 16px;
}
.close_mobile_search .btn {
  border: none;
  color: #fff;
  height: 36px;
  width: 36px;
  font-size: 32px;
  padding: 0;
  background-color: var(--main-color);
}
.close_mobile_search .btn i {
  display: flex;
  justify-content: center;
}
.go_mobile_search {
  display: flex;
  position: absolute;
  right: 16px;
  top: 16px;
}
.go_mobile_search .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 42px;
  width: 42px;
  font-size: 20px;
  padding: 0;
  background-color: var(--main-color);
}
.go_mobile_search.show {
  z-index: 1002;
}
/*搜尋*/
.search_offcanvas {
  height: 100vh;
  border-bottom: none;
  background-color: rgb(255, 255, 255, 0.9);
}
.search_offcanvas .my_container {
  flex: 1;
}
.search_offcanvas.show ~ .offcanvas-backdrop {
  background-color: transparent;
}
.search_offcanvas .offcanvas-header {
  height: 80px;
  justify-content: end;
}
.search_offcanvas .offcanvas-header .btn-close:focus {
  box-shadow: none;
}
.search_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--dark-color);
}
.search_offcanvas .offcanvas-body {
  height: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 128px;
}
.search_offcanvas_content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.hot_search {
  margin-top: 24px;
}
.hot_search_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
.hot_search_item {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}
.hot_search_item a {
  border-bottom: solid 1px var(--dark-color2);
}
/*登入註冊*/
#login_Modal .close_modal_btn {
  padding-bottom: 24px;
  text-align: center;
}
#login_Modal .close_modal_btn .btn-close {
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--dark-color2);
  font-size: 40px;
  background-image: none;
  opacity: 1;
}
#login_Modal .close_modal_btn .btn-close:focus {
  box-shadow: none;
}
#login_Modal .close_modal_btn .btn-close i {
  display: flex;
  justify-content: center;
}
.login_modal_block {
  display: none;
  width: 100%;
}
.login_modal_block.show {
  display: block;
}
.login_content {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.login_modal_block_title {
  text-align: center;
  margin-bottom: 16px;
}
.login_modal_block_title img {
  width: 200px;
}
.login_modal_block_title .success_icon {
  margin-bottom: 16px;
}
.login_modal_block_title .success_icon i {
  font-size: 48px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.open_other_form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.open_other_form .btn {
  color: var(--main-color);
  border-bottom: solid 1px var(--main-color);
}
.open_other_form + .login_form {
  margin-top: 24px;
}
.other_login {
  margin-top: 24px;
  margin-bottom: 12px;
}
.btn_google {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_google img {
  width: 20px;
  margin-right: 8px;
}
.error_or {
  position: relative;
  margin-top: 1.5rem;
  height: 24px;
  margin-bottom: 1.5rem;
  color: var(--dark-color4);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.error_or::before {
  content: "或";
  position: absolute;
  left: calc(50% - 12px);
  top: 0;
  z-index: 3;
  padding: 0 4px;
  background-color: #fff;
  color: var(--main-color);
}
.error_or::after {
  content: "";
  background: linear-gradient(
    to right,
    transparent,
    var(--main-color),
    transparent
  );
  position: absolute;
  left: 0;
  top: 51%;
  width: 100%;
  height: 1px;
  z-index: 2;
  opacity: 0.7;
}
.login_form .my_form_btn .btn {
  width: 100%;
}
.login_content .tips {
  margin-top: 16px;
  font-size: 14px;
  color: var(--dark-color2);
  text-align: center;
}
.login_content .tips a {
  color: var(--dark-color);
  font-weight: 600;
  border-bottom: solid 1px var(--dark-color);
}
.success_content {
  max-width: 400px;
  border: solid 1px var(--bg-color);
  border-radius: 16px;
  padding: 24px;
  margin: 0 auto;
}
.success_content .my_form_btn .btn {
  margin: 0 auto;
}
/*footer*/
.page_footer {
  position: relative;
  background-color: var(--dark-color);
  padding-top: 120px;
  padding-bottom: 60px;
  color: var(--primary-color);
  background-image: url(../img/copyright-logo_large.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 265px auto;
}
.page_footer a {
  color: var(--primary-color);
}
.page_footer a:hover,
.page_footer a:focus {
  color: var(--primary-color);
}
.footer_logo {
  margin-bottom: 120px;
}
.footer_logo img {
  width: 180px;
}
.footer_office_title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  opacity: 0.64;
}
.footer_office_title .icon {
  width: 24px;
  margin-right: 20px;
}
.footer_office_title .icon img {
  width: 100%;
}
.footer_office_row {
  display: flex;
  justify-content: space-between;
}
.footer_office_info {
  margin-left: 12px;
  border-left: solid 0.5px var(--primary-color);
  padding-left: 32px;
}
.office_info_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.office_info_title {
  word-break: keep-all;
}
.office_info_item + .office_info_item {
  margin-top: 32px;
}
.office_info_item .txt {
  opacity: 0.64;
}
.footer_address {
  display: flex;
  align-items: center;
}
.footer_address_txt {
  padding-top: 2px;
}
.footer_address .footer_tag {
  margin-left: 12px;
}
.footer_nav .nav {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -16px;
  flex-wrap: wrap;
}
.footer_nav li {
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 16px;
}
.footer_nav li {
  padding: 16px 0 0 0;
}
.footer_nav li a {
  padding: 0 12px;
}
.footer_nav_group {
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
}
.footer_nav_list {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}
.footer_nav_title {
  position: relative;
  font-size: 20px;
  margin-bottom: 16px;
  border-bottom: solid 2px #fff;
  padding-bottom: 4px;
}
.footer_nav_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 2px;
  width: 20%;
  background-color: var(--main-color-dark);
}
.footer_nav_group .nav li {
  width: 100%;
}
.footer_nav_group .nav li a h5 {
  font-size: 1rem;
  line-height: 1.2;
}
.footer_nav.onenav .nav {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
}
.footer_nav.onenav li + li {
  margin-left: 48px;
}
.footer_social {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_social_list {
  display: flex;
  align-items: center;
}
.footer_social_title {
  width: 84px;
  margin-right: 60px;
  opacity: 0.64;
}
.footer_social_list .nav {
  align-items: center;
}
.footer_social_list .nav-item + .nav-item {
  margin-left: 12px;
}
.footer_social_list .nav-link {
  width: 24px;
  padding: 0;
  opacity: 0.8;
}
.footer_social_list .nav-link img {
  width: 100%;
}
.footer_copyright {
  position: absolute;
  top: 56px;
  right: 20px;
  font-size: 10px;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.64;
}
.office_info + .footer_social {
  justify-content: flex-start;
  margin-top: 24px;
}
.footer_tag {
  background-color: var(--primary-color);
  height: 20px;
  padding: 0 12px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  color: var(--dark-color);
  opacity: 0.64;
}
.footer_tag .icon {
  margin-right: 6px;
  width: 10px;
  display: flex;
}
.footer_tag .icon img {
  width: 100%;
}
.footer_tag .txt {
  padding-top: 2px;
  opacity: 1;
}
.hour_title {
  margin-bottom: 12px;
}
.hour_item {
  display: flex;
  align-items: center;
}
.hour_item + .hour_item {
  margin-top: 6px;
}
.hour_item .txt {
  margin-right: 16px;
}
.phone_item span {
  margin-left: 12px;
}
/*按鈕並排*/
.two_btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -8px;
}
.two_btn > div {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
/*按鈕-實心*/
.maincolor_btn {
  border: solid 1px var(--main-color);
  background-color: var(--main-color);
  font-size: 1rem;
  font-weight: 500;
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  min-width: 140px;
  transition: all 0.2s;
}
.maincolor_btn:hover,
.maincolor_btn:focus {
  border: solid 1px var(--main-color-light);
  background-color: var(--main-color-light);
  color: #fff;
  box-shadow: none;
}
.maincolor_btn.radius {
  border-radius: 48px;
}
/*按鈕-實心-xs*/
.maincolor_btn_xs {
  border: solid 1px var(--main-color);
  background-color: var(--main-color);
  font-size: 1rem;
  font-weight: 500;
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  min-width: 100px;
  transition: all 0.2s;
}
.maincolor_btn_xs:hover,
.maincolor_btn_xs:focus {
  border: solid 1px var(--main-color-light);
  background-color: var(--main-color-light);
  color: #fff;
  box-shadow: none;
}
.maincolor_btn_xs.radius {
  border-radius: 40px;
}
/*按鈕-框線*/
.maincolor_border_btn {
  border: solid 1px var(--secondary-color);
  background-color: transparent;
  font-size: 16px;
  font-weight: 350;
  height: 40px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  min-width: 140px;
  border-radius: 36px;
  transition: all 0.2s;
}
.maincolor_border_btn:hover,
.maincolor_border_btn:focus {
  border: solid 1px var(--secondary-color);
  color: var(--secondary-color);
  box-shadow: none;
}
/*按鈕-框線-xs*/
.maincolor_border_btn_xs {
  border: solid 1px var(--secondary-color);
  background-color: transparent;
  font-size: 16px;
  font-weight: 350;
  height: 36px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  min-width: 140px;
  border-radius: 36px;
  transition: all 0.2s;
}
.maincolor_border_btn_xs:hover,
.maincolor_border_btn_xs:focus {
  border: solid 1px var(--secondary-color);
  color: var(--secondary-color);
  box-shadow: none;
}
/*按鈕-標籤式*/
.tag_btn {
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 42px;
  width: fit-content;
  padding: 4px 6px;
  border: none;
  border-radius: 0;
}
.tag_btn .txt {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.7em;
  display: flex;
  align-items: center;
  color: rgb(51, 51, 51, 0.8);
  border: solid 1px var(--light-color);
  padding: 3px 21px 0 21px;
  height: 34px;
  z-index: 2;
}
.tag_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/fancy-tab.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  z-index: 1;
}
.tag_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/fancy-tab.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  z-index: 1;
}
/*純文字按鈕*/
.txt_btn {
  padding: 0;
  border: none;
  color: var(--dark-color);
  border-radius: 0;
}
.txt_btn:hover,
.txt_btn:focus {
  color: var(--main-color);
  box-shadow: none;
}
/*文字連結*/
a.main_color {
  color: var(--main-color);
  border-bottom: solid 1px var(--main-color);
}
a.main_color:hover {
  color: var(--main-color-light);
  border-bottom: solid 1px var(--main-color-light);
}
/*輸入框空值題示*/
.data_validate .my_input,
.data_validate .my_textarea,
.data_validate .my_select,
.data_validate .my_input:hover,
.data_validate .my_textarea:hover,
.data_validate .my_select:hover {
  border: solid 1px var(--danger-color);
  padding: 8px 16px;
}
.data_validate::after {
  display: block;
  margin-left: 16px;
  padding-top: 8px;
  content: attr(data-validate);
  font-size: 14px;
  color: var(--danger-color);
}
/*單行輸入框*/
.my_input {
  border: solid 1px var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 16px;
  background-color: #fff;
  font-size: 1rem;
  color: var(--dark-color);
  transition: all 0.2s;
}
.my_input:hover,
.my_input:focus {
  border: solid 1px var(--border-color);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
}
.my_input:disabled,
.my_input:read-only {
  background-color: #f5f5f5;
}
.my_input:disabled:hover,
.my_input:read-only,
.my_input:disabled:focus {
  box-shadow: none;
}
/*文青輸入框*/
.my_input_artsy {
  background-color: rgb(219, 228, 232, 0.5);
  border-radius: 4px;
  border: none;
  padding: 16px 20px;
  font-family: "Noto Sans TC";
  font-size: 13px;
  font-weight: 500;
  color: var(--dark-color);
  letter-spacing: 1px;
  line-height: 1.7em;
}
.my_input_artsy:hover,
.my_input_artsy:focus {
  box-shadow: none;
  color: var(--dark-color);
  background-color: rgb(219, 228, 232, 0.5);
}
.my_input_artsy:disabled:hover,
.my_input_artsy:read-only,
.my_input_artsy:disabled:focus {
  box-shadow: none;
  background-color: rgb(216, 216, 216, 0.25);
}
/*多行輸入框*/
.my_textarea {
  border: solid 1px var(--border-color);
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  padding: 8px 16px;
  color: var(--dark-color);
  transition: all 0.2s;
}
.my_textarea:hover,
.my_textarea:focus {
  border: solid 1px var(--border-color);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
  min-height: 60px;
}
.my_textarea:disabled {
  background-color: #f5f5f5;
  resize: none;
}
.my_textarea:disabled:hover,
.my_textarea:disabled:focus {
  box-shadow: none;
}
/*文青多行輸入框*/
.my_textarea_artsy {
  background-color: rgb(219, 228, 232, 0.5);
  border-radius: 4px;
  border: none;
  padding: 16px 20px;
  font-family: "Noto Sans TC";
  font-size: 13px;
  font-weight: 500;
  color: var(--dark-color);
  letter-spacing: 1px;
  line-height: 1.7em;
}
.my_textarea_artsy:hover,
.my_textarea_artsy:focus {
  background-color: rgb(219, 228, 232, 0.5);
  color: var(--dark-color);
  box-shadow: none;
  border: none;
}
.my_textarea_artsy::-webkit-scrollbar {
  width: 14px;
  box-sizing: inherit;
}
.my_textarea_artsy::-webkit-scrollbar-thumb {
  background-color: var(--grey-color4);
  border-radius: 8px;
  border: 3px solid transparent;
  border-left-width: 4px;
  background-clip: padding-box;
}
.my_textarea_artsy::-webkit-scrollbar-track-piece {
  background-color: rgb(219, 228, 232, 0.5);
  padding-left: 1px;
}
.my_textarea_artsy::-webkit-scrollbar-button {
  display: none;
}
/*下拉*/
.my_select {
  border: solid 1px var(--border-color);
  border-radius: 4px;
  height: 48px;
  padding: 8px 16px;
  background-color: #fff;
  font-size: 1rem;
  color: var(--dark-color);
  min-width: 100px;
  max-width: 200px;
  appearance: none;
  background-image: url(../img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 16px;
  transition: all 0.2s;
}
.my_select:hover,
.my_select:focus {
  border: solid 1px var(--border-color);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
}
.my_select:disabled {
  background-color: #f5f5f5;
}
.my_select:disabled:hover,
.my_select:disabled:focus {
  box-shadow: none;
}
/*文青下拉*/
.my_select_artsy {
  background-color: rgb(219, 228, 232, 0.5);
  border-radius: 4px;
  border: none;
  padding: 16px 52px 16px 20px;
  font-family: "Noto Sans TC";
  font-size: 13px;
  font-weight: 500;
  color: var(--dark-color);
  letter-spacing: 1px;
  line-height: 1.7em;
  appearance: none;
  background-image: url(../img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px;
  transition: all 0.2s;
}
.my_select_artsy:hover,
.my_select_artsy:focus {
  border: none;
  box-shadow: none;
}
/*把標題或必填放在輸入框裡*/
.my_input_pack {
  position: relative;
}
.my_input_pack .form-label {
  position: absolute;
  top: 8px;
  left: 20px;
  color: var(--grey-color);
}
.my_input_pack .form-label.required {
  color: var(--grey-color3);
}
.my_input_pack .my_input_artsy,
.my_input_pack .my_select_artsy {
  padding: 31px 20px 8px 20px;
}
.my_input_pack .my_textarea_artsy {
  border-top: solid 31px rgb(219, 228, 232, 0.5);
  padding: 0px 20px 8px 20px;
}
/*checkbox*/
.my_checkbox {
  display: flex;
  margin-bottom: 0;
}
.my_checkbox .form-check-input {
  border-radius: 4px;
  height: 18px;
  width: 18px;
  border-color: var(--dark-color2);
  margin-right: 0;
  margin-top: 3px;
}
.my_checkbox .form-check-input:focus {
  border-color: var(--dark-color2);
  box-shadow: none;
}
.my_checkbox .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.my_checkbox .form-check-input:checked:focus {
  border-color: var(--main-color);
}
.my_checkbox .form-check-label {
  padding-left: 8px;
}
/*radio*/
.my_radio {
  display: flex;
  margin-bottom: 0;
}
.my_radio .form-check-input {
  position: relative;
  height: 18px;
  width: 18px;
  border: solid 1px var(--secondary-color);
  background-color: var(--light-color);
  background-image: none;
  margin-right: 0;
  margin-top: 3px;
}
.my_radio .form-check-input:focus,
.my_radio .form-check-input:active {
  background-color: var(--light-color);
  border: solid 1px var(--secondary-color);
  filter: none;
  box-shadow: none;
}
.my_radio .form-check-input:checked {
  background-color: var(--light-color);
  border: solid 1px var(--secondary-color);
}
.my_radio .form-check-input:checked:focus {
  background-color: var(--light-color);
  border: solid 1px var(--secondary-color);
}
.my_radio .form-check-label {
  padding-left: 8px;
}
.my_radio .form-check-input:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  opacity: 0.8;
}
/*checkbox或radio多項目*/
.form_check_group_box {
  overflow: hidden;
}
.form_check_group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}
.form_check_group .my_checkbox,
.form_check_group .my_radio {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 12px;
}
/*數量加減*/
.product_count_btn {
  display: flex;
  border: solid 1px var(--border-color);
  border-radius: 4px;
  width: fit-content;
  overflow: hidden;
}
.count_dash .btn,
.count_plus .btn {
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 14px;
  border-radius: 0;
}
.count_dash .btn:hover,
.count_plus .btn:hover {
  background-color: var(--bg-color);
}
.count_dash .btn:focus,
.count_plus .btn:focus {
  box-shadow: none;
}
.count_number {
  width: 80px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  border: none;
  border-left: solid 1px var(--border-color);
  border-right: solid 1px var(--border-color);
}
/*日曆*/
.ui-datepicker {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  border: solid 1px var(--border-color);
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  display: none;
}
.ui-datepicker-header {
  position: relative;
}
.ui-datepicker-prev {
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 16px;
  cursor: pointer;
}
.ui-datepicker-next {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 16px;
  cursor: pointer;
}
.ui-datepicker-title {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px var(--border-color);
}
.ui-datepicker-year {
  margin-right: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px var(--border-color);
}
.ui-datepicker-month {
  margin-left: 8px;
}
.ui-datepicker-calendar th {
  padding: 8px 8px 4px 8px;
}
.ui-datepicker-calendar td a {
  display: block;
  padding: 4px 8px;
  text-align: center;
}
/*表單*/
.my_form {
  max-width: 550px;
  margin-top: -24px;
}
.my_form .row {
  margin-left: -12px;
  margin-right: -12px;
}
.my_form .row > div {
  padding-left: 12px;
  padding-right: 12px;
}
.my_form_row {
  padding-top: 24px;
}
.my_form_row .form-label {
  margin-bottom: 8px;
}
.my_form_btn {
  padding-top: 24px;
}
.my_form_btn .btn {
  margin-left: auto;
}
.my_form_btn .two_btn {
  justify-content: flex-end;
}
.my_form .txt_btn {
  color: var(--main-color);
  border-bottom: solid 1px var(--main-color);
}
.my_city_select {
  margin-bottom: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
.my_city_select > div {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.my_city_select > div .my_input,
.my_city_select > div .my_select {
  width: 100%;
  max-width: 100%;
}
.error_msg {
  margin-top: 16px;
  color: var(--danger-color);
}
.form_control_group {
  display: flex;
  align-items: center;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px;
}
.form_control_group_item {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 12px;
}
.form_control_group_item.flex1 {
  flex: 1;
}
/*文章列表*/
.article_card_list {
  margin-bottom: -32px;
}
.article_card_item {
  padding-bottom: 32px;
}
/*文章列表頁數*/
.page_box {
  margin-top: 32px;
}
.page_box .pagination {
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 3px;
  margin-bottom: -8px;
}
.page_box .page-item {
  padding-bottom: 8px;
}
.page_box .page-link {
  background-color: transparent;
  border: none;
  color: var(--secondary-color);
  opacity: 0.7;
  margin: 0 !important;
  padding: 3px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px !important;
  box-shadow: none;
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 13px;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 1px;
}
.page_box .page-link:hover,
.page_box .page-link:focus {
  background-color: transparent;
  border: none;
}
.page_box .page-item.active .page-link {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  opacity: 0.7;
}
.page_box .page-item.ellipsis .page-link {
  border: none;
}
.page_box .page-item.ellipsis .page-link:hover {
  background-color: transparent;
  border: none;
}
/*文章卡片*/
.article_card {
  display: block;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.2s;
  padding-bottom: 16px;
}
.article_card:hover {
  box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}
.article_card_img {
  width: 100%;
}
.article_card_img .bg {
  padding-bottom: 64%;
}
.article_card_body {
  padding: 12px 16px 0 16px;
}
.article_card_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.article_card_body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  color: var(--dark-color2);
}
.article_card_info {
  padding-left: 16px;
  padding-right: 16px;
}
.article_card_info .article_info {
  margin-top: 12px;
}
.article_card .article_info {
  text-align: center;
}
.article_info {
  color: var(--dark-color2);
  font-size: 14px;
}
.article_info span i {
  margin-right: 4px;
}
.article_info span + span::before {
  content: "．";
}
.article_card_info .card_author_info {
  margin-top: 12px;
}
.article_card_keep {
  font-size: 14px;
}
.article_card_keep .count {
  margin-left: 4px;
}
.article_card_keep span + span {
  margin-left: 4px;
}
.article_card_info .article_card_keep {
  margin-top: 12px;
}
.card_author_info {
  display: flex;
  align-items: center;
}
.card_author_info_photo .bg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.card_author_info_name {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 600;
}
a .card_author_info:hover {
  color: var(--main-color);
}
.article_info_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*文章清單*/
.article_inventory {
  max-width: 700px;
  border-bottom: solid 1px var(--border-color);
  padding-bottom: 16px;
}
.article_inventory_content {
  display: flex;
  flex-wrap: wrap;
}
.article_inventory_img {
  width: 150px;
  padding-top: 4px;
}
.article_inventory_img .bg {
  padding-bottom: 61%;
  border-radius: 4px;
}
.article_inventory_body {
  flex: 1;
  padding-right: 12px;
}
.article_inventory_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 8px;
  font-weight: 600;
}
.article_inventory_body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  color: var(--dark-color2);
}
.article_inventory .article_card_info {
  padding: 0;
}
/*頁籤*/
.my_tabs {
  border-bottom: none;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: solid 0.5px var(--secondary-color);
}
.my_tabs .nav-link {
  background-color: transparent;
  color: var(--secondary-color);
  border: none;
  border-radius: 0;
  padding: 3px;
  word-break: keep-all;
  font-size: 13px;
  font-weight: 550;
  line-height: 22.4px;
  letter-spacing: 1px;
  opacity: 0.7;
}
.my_tabs .nav-link + .nav-link {
  margin-left: 22px;
}
.my_tabs .nav-link:hover {
  border: none;
  opacity: 1;
}
.my_tabs .nav-link.active {
  background-color: transparent;
  border: none;
  opacity: 1;
}
.my_tabs_content {
  padding-top: 48px;
}
/*華麗頁籤*/
.my_tabs_fancy {
  padding: 24px 12px;
  justify-content: center;
  border-bottom: none;
  column-gap: 24px;
}
.my_tabs_fancy .nav-link {
  position: relative;
  background-color: transparent;
  /* background: linear-gradient(to right, transparent 0px, transparent 12px, var(--primary-color) 12px, var(--primary-color) calc(100% - 12px), transparent calc(100% - 12px), transparent 100%); */
  display: flex;
  align-items: center;
  width: fit-content;
  height: 42px;
  padding: 4px 6px;
  border: none;
  border-radius: 0;
}
.my_tabs_fancy .nav-link .txt {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.7em;
  display: flex;
  align-items: center;
  color: rgb(51, 51, 51, 0.8);
  border: solid 1px var(--light-color);
  padding: 3px 21px 0 21px;
  height: 34px;
  z-index: 2;
}
.my_tabs_fancy .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/fancy-tab.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  z-index: 1;
}
.my_tabs_fancy .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/fancy-tab.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  z-index: 1;
}
.my_tabs_fancy .nav-link.active {
  border: none;
  opacity: 1;
}
.my_tabs_fancy .nav-link.active::before {
  background-image: url(../img/fancy-tab-active.svg);
}
.my_tabs_fancy .nav-link.active::after {
  background-image: url(../img/fancy-tab-active.svg);
}
.my_tabs_fancy .nav-link.active .txt {
  color: var(--light-color);
}
/*關鍵字*/
.tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -8px;
}
.tag_list span {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.tag_list span {
  padding-left: 12px;
  padding-right: 12px;
}
.tag_list span.txt {
  padding-right: 0;
}
.tag_link {
  background-color: var(--main-color);
  color: #fff;
  line-height: 24px;
  padding: 0 16px;
  border-radius: 24px;
  display: flex;
}
.tag_link:hover {
  background-color: var(--main-color-light);
  color: #fff;
}
.tag_link_line {
  color: var(--main-color-dark);
  border-bottom: solid 1px var(--main-color-dark);
}
.tag_link_line:hover {
  color: var(--main-color);
  border-bottom: solid 1px var(--main-color-dark);
}
/*編輯器內容-tiptap*/
.from_tiptap {
  width: 100%;
  max-width: 700px;
}
.from_tiptap p {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.from_tiptap h2 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.from_tiptap h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.from_tiptap h4 {
  font-weight: 600;
  margin-bottom: 12px;
}
.from_tiptap ul,
ol {
  margin-bottom: 0;
  padding-left: 2em;
}
.from_tiptap li {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.from_tiptap li + li {
  margin-top: 8px;
}
.from_tiptap a {
  color: var(--second-color);
  border-bottom: solid 1px var(--second-color);
  word-break: break-all;
}
.from_tiptap blockquote {
  border-left: solid 4px var(--second-color);
  padding: 8px 16px;
  background-color: var(--bg-color);
  color: var(--dark-color2);
}
.from_tiptap table {
  width: 100%;
}
.from_tiptap th {
  background-color: var(--bg-color);
  border: solid 1px var(--border-color);
  font-weight: 600;
  padding: 12px 16px;
  text-align: center;
}
.from_tiptap td {
  padding: 12px 16px;
  text-align: center;
  border: solid 1px var(--border-color);
}
.from_tiptap img {
  max-width: 100%;
}
figure.image,
figure.media,
figure.table {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/*編輯器內容-ckeditor*/
.from_ckeditor {
  width: 100%;
  max-width: 700px;
}
.from_ckeditor p {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, Helvetica;
  text-align: justify;
}
.from_ckeditor h2 {
  font-weight: 600;
  margin-bottom: 8px;
}
.from_ckeditor h3 {
  font-weight: 600;
  margin-bottom: 8px;
}
.from_ckeditor h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 3px;
}
.from_ckeditor h5 {
  font-size: 16px;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 1px;
}
.from_ckeditor figure {
  margin: 4px 0;
}
.from_ckeditor figure img {
  max-width: 100%;
}
.from_ckeditor .text-small {
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 1px;
  margin-top: 6px;
}
.from_ckeditor .text-tiny {
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 1px;
  margin-top: 6px;
}
.from_ckeditor ul,
ol {
  margin-bottom: 0;
  padding-left: 1.6em;
}
.from_ckeditor li::marker {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica;
}
.from_ckeditor li + li {
  margin-top: 12px;
}
.from_ckeditor a {
  text-decoration: underline;
  word-break: break-all;
  font-size: 11px;
  font-weight: 500;
  line-height: 17.6px;
  letter-spacing: 1px;
}
.from_ckeditor blockquote {
  border-left: solid 4px var(--main-color);
  padding: 8px 16px;
  background-color: var(--bg-color);
  color: var(--dark-color2);
}
.from_ckeditor .table table {
  width: 100%;
}
.from_ckeditor .table td {
  padding: 12px 16px;
  text-align: center;
  border: solid 1px var(--border-color);
}
/*table表格*/
.my_table_box {
  overflow-x: auto;
}
.my_table td {
  padding: 12px;
  word-break: break-all;
}
.my_table td img {
  max-width: 100%;
}
.my_table td.td_flex_x,
.my_table th.td_flex_x {
  left: 0;
  z-index: 1;
  position: sticky;
}
/*商品圖片輪播*/
.product_pic_swiper_2 {
  width: 100%;
}
.product_pic_swiper_2 .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_pic_swiper_2 .swiper-slide img,
.product_pic_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_pic_swiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.product_pic_swiper .swiper-slide {
  width: 20%;
  height: 100%;
}
.product_pic_swiper .swiper-slide .bg img {
  display: none;
}
.product_pic_swiper .swiper-slide .bg {
  padding-bottom: 100%;
}
.product_pic_swiper_2 .swiper-pagination {
  right: 12px;
  left: auto;
  background-color: rgb(38, 37, 35, 0.8);
  color: #fff;
  padding: 0 12px 2px 14px;
  height: 24px;
  display: flex;
  align-items: center;
  border-radius: 24px;
  width: fit-content;
  font-size: 14px;
}
.product_pic_swiper_box .swiper_button_box .swiper-button-next,
.product_pic_swiper_box .swiper_button_box .swiper-button-prev {
  background-color: rgb(255 255 255 / 80%);
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
}
.product_pic_swiper_box .swiper_button_box .swiper-button-next::after,
.product_pic_swiper_box .swiper_button_box .swiper-button-prev::after {
  font-size: 12px;
  color: var(--main-color);
}
.product_pic_swiper_box .swiper-button-next,
.product_pic_swiper_box .swiper-button-prev {
  top: auto;
  bottom: 12px;
}
.product_pic_swiper_box .swiper-button-next {
  right: auto;
  left: 42px;
}
.product_pic_swiper_box .swiper-button-prev {
  left: 12px;
}
/*加入購物車*/
.bg-cover {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 25%);
  z-index: 999999;
}
.bg-cover-table {
  width: 90%;
  max-width: 350px;
  background-color: rgb(0 0 0 / 80%);
  color: #fff;
  padding: 32px 24px 48px 24px;
  text-align: center;
  border-radius: 4px;
}
.bg-cover-content .icon {
  font-size: 80px;
  margin-bottom: 8px;
}
.bg-cover-content p {
  font-size: 18px;
  font-weight: 600;
}
/*首頁-banner*/
.index_banner {
  position: relative;
}
.index_banner_video {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56%;
}
.index_banner_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index_banner_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_banner .swiper_button_box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
/*首頁-熱門療程*/
.index_session_box {
  position: relative;
  background-image:
    url(../img/session-bg-right.png), url(../img/session-bg-left.png);
  background-position:
    center left,
    center right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto calc(100% - 78px - 78px);
}
.index_session_box .block_title {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.index_session_box .tw_txt {
  color: var(--primary-color);
  opacity: 0.78;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index_session_box .tw_txt .fontstyle_title3 {
  line-height: 1.15;
  letter-spacing: 0.7em;
  background-color: var(--light-color);
  padding: 6px 6px 6px 0;
}
.index_session_box .en_txt {
  color: var(--primary-color);
  opacity: 0.3;
  writing-mode: vertical-rl;
}
.index_session_slogan_box {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 0 76px 0;
}
.index_session_slogan_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: var(--grey-color4);
  z-index: 1;
}
.index_session_slogan {
  position: relative;
  color: var(--secondary-color);
  text-align: center;
  background-color: var(--light-color);
  padding: 12px 0;
  z-index: 2;
}
/*首頁-slogan*/
.index_slogan_box {
  position: relative;
  background-image: url(../img/index_slogan_bg.jpg);
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 100% auto;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_slogan_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/index_slogan_bg_s.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.index_slogan_content {
  width: fit-content;
  padding-bottom: 8%;
}
.index_slogan_en {
  color: var(--primary-color);
  opacity: 0.4;
}
.index_slogan_tw {
  margin-top: 12px;
  text-align: center;
  color: var(--primary-color);
}
.index_slogan_txt {
  display: none;
  text-align: center;
  color: var(--light-color);
  padding: 12px;
  background-color: rgb(85, 90, 108, 0.8);
}
.index_session_Swiper_box {
  /* height: calc((996px / 2)*0.58); */
  margin: -20px 0 0 0;
}
.index_session_Swiper_box .swiper_button_box {
  margin-left: auto;
  margin-right: auto;
}
.index_session_Swiper {
  padding: 20px 0 24px 0;
}
.index_session_item {
  height: calc((996px / 2) * 0.58);
  display: flex;
  align-items: center;
}
.index_session_Swiper .swiper-slide .index_session_item {
  transform: scale(0.74);
  transform-origin: right center;
  transition: all 0.6s;
}
.index_session_Swiper .swiper-slide.swiper-slide-active .index_session_item {
  transform: scale(1.52);
  transform-origin: center center;
}
.index_session_Swiper .swiper-slide.swiper-slide-prev .index_session_item {
  transform: scale(0.74);
  transform-origin: left center;
}
.index_session_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  overflow: hidden;
}
.index_session_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.index_session_Swiper .swiper-slide-active .index_session_img {
  box-shadow: 0 calc(4px / 1.52) calc(20px / 1.52) rgb(0 0 0 / 25%);
  padding-bottom: 58%;
}
/*首頁-團隊介紹*/
.index_team_col {
  position: relative;
  margin-top: 80px;
}
.doctor_marquee_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.doctor_marquee {
  display: inline-flex;
  animation: marquee 20s linear infinite;
}
.doctor_marquee_box:hover .doctor_marquee {
  animation-play-state: paused;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.doctor_marquee_list {
  display: flex;
}
.doctor_marquee_item {
  width: 33.333%;
  padding-left: 28px;
  padding-right: 28px;
}
.doctor_marquee_card {
  width: 400px;
  height: 500px;
  margin: auto;
  border-radius: 250px;
  overflow: hidden;
  transform: rotate(20deg);
  position: relative;
}
.doctor_marquee_img {
  width: 100%;
  height: 100%;
  transform: rotate(-20deg);
}
.doctor_marquee_img img {
  width: 110%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -5%;
}
/* 圖片轉回來並放大 */
.doctor_marquee_rotate img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  transform: rotate(20deg);
  position: absolute;
  top: -10%;
  left: -10%;
}
.index_doctor_content_box {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  padding: 88px 60px 72px 60px;
}
.index_doctor_content_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-color);
  transform: skew(-20deg);
  z-index: 2;
}
.index_doctor_content {
  position: relative;
  width: 100%;
  max-width: 310px;
  padding: 0 36px;
  margin: 0 auto;
  z-index: 3;
}
.index_doctor_title {
  margin-bottom: 48px;
  color: var(--secondary-color);
  text-align: right;
}
.index_doctor_txt {
  margin-bottom: 24px;
}
/*首頁-專業認證*/
.index_cert_box {
  background-image: url(../img/certification-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom -80px;
  background-size: 564px auto;
}
.index_cert_box .block_title {
  position: relative;
  width: fit-content;
  margin: 0 auto 42px auto;
}
.index_cert_box .block_title::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 74px;
  display: block;
  height: 12px;
  width: calc(100% - 74px - 74px);
  background-color: var(--light-color);
  z-index: 1;
}
.index_cert_box .en_txt {
  color: var(--primary-color);
  opacity: 0.5;
  text-align: center;
}
.index_cert_box .tw_txt {
  position: absolute;
  top: 26px;
  left: 74px;
  width: calc(100% - 74px - 74px);
  color: var(--secondary-color);
  margin-bottom: 0;
  z-index: 2;
}
.index_cert_box .tw_txt::before {
  content: "";
  display: block;
  height: 0.5px;
  flex: 1;
  background-color: var(--primary-color);
}
.index_cert_box .tw_txt::after {
  content: "";
  display: block;
  height: 0.5px;
  flex: 1;
  background-color: var(--primary-color);
}
.index_cert_row {
  display: flex;
  align-items: center;
}
.index_cert_left {
  width: 49%;
}
.index_cert_img img {
  width: 100%;
}
.index_cert_right {
  flex: 1;
  padding-left: 96px;
}
.index_cert_Swiper_box {
  height: 500px;
  margin-left: -20px;
  display: flex;
  justify-content: space-between;
}
.index_cert_Swiper_box .swiper_button_box {
  flex-direction: column;
  justify-content: center;
  width: 23px;
  height: auto;
}
.index_cert_Swiper_box .swiper_button_box .between {
  margin: 18px 0;
  width: 23px;
  height: 1px;
}
.index_cert_Swiper_box .swiper-button-next,
.index_cert_Swiper_box .swiper-button-prev {
  transform: rotate(90deg);
}
.index_cert_Swiper {
  position: relative;
  width: 364px;
  margin-left: 0;
  padding: 0 20px;
}
.index_cert_Swiper::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(
    to bottom,
    var(--light-color) 0,
    var(--light-color) 50%,
    rgb(255, 251, 248, 0) 100%
  );
  z-index: 2;
}
.index_cert_Swiper::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(
    to top,
    var(--light-color) 0,
    var(--light-color) 50%,
    rgb(255, 251, 248, 0) 100%
  );
  z-index: 2;
}
.index_cert_Swiper .swiper-slide .index_cert_item {
  /* transform: scale(.74) translateY(24px); */
  transform: scale(0.74);
  transform-origin: center top;
  transition: all 0.6s;
}
.index_cert_Swiper .swiper-slide.swiper-slide-active .index_cert_item {
  transform: scale(1) translateY(0);
  transform-origin: center center;
}
.index_cert_Swiper .swiper-slide.swiper-slide-prev .index_cert_item {
  /* transform: scale(.74) translateY(-24px); */
  transform: scale(0.74);
  transform-origin: center bottom;
}
.index_cert_img img {
  width: 100%;
}
.index_cert_Swiper_box .swiper-slide-active .index_cert_img {
  box-shadow: 0 4px 12px rgb(0 0 0 / 25%);
}
/*首頁-影片*/
.index_video_video {
  position: relative;
  height: 0;
  padding-bottom: 32%;
  overflow: hidden;
}
.index_video_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}
.index_video_video iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 56vw;
  transform: translateY(-50%);
  z-index: 1;
}
/*首頁-最新消息*/
.index_news_list_box {
  margin-top: 48px;
  width: 66%;
  min-width: 663px;
}
.index_news_link {
  display: flex;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: solid 0.5px var(--primary-color);
}
.index_news_link + .index_news_link {
  margin-top: 24px;
}
.index_news_date {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--secondary-color);
  opacity: 0.7;
}
.index_news_title {
  flex: 1;
  font-size: 12px;
  font-weight: 550;
  line-height: 20.4px;
  letter-spacing: 1px;
  color: var(--dark-color2);
  padding: 0 24px;
}
.index_news_arrow {
  width: 18px;
}
.index_news_arrow img {
  width: 100%;
}
/*線上預約*/
.book_online {
  position: relative;
  padding: 120px 21px;
  background-image: url(../img/book_online_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.book_online_marquee {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  mix-blend-mode: color-burn;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.book_marquee_track {
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.book_marquee_group {
  display: inline-flex;
  animation: book_marquee 20s linear infinite;
}
.book_online_marquee:hover .book_marquee_track {
  animation-play-state: paused;
}
@keyframes book_marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.book_online .book_online_entitle {
  position: absolute;
  top: 73px;
  left: 0;
  margin-top: 0;
  width: 100%;
  text-align: center;
  color: var(--primary-color);
  opacity: 0.5;
  z-index: 3;
}
.book_online .product_block_title {
  margin-bottom: 60px;
  margin-top: 0;
}
.book_online .product_block_title h3 {
  margin-top: 0;
}
.book_online_board {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--light-color);
  border-radius: 180px 180px 3px 3px;
  padding: 60px 60px 36px 60px;
  opacity: 0.9;
  z-index: 2;
}
.book_online_form {
  max-width: none;
}
.book_online_form .my_textarea_artsy {
  min-height: 138px;
}
/*商品頁*/
.product_page {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica;
  padding-top: 106px;
}
/*商品頁-區塊標題*/
.product_block_title {
  margin-top: -32px;
  margin-bottom: 12px;
  text-align: center;
}
.product_block_title h2 {
  color: var(--primary-color);
}
.product_block_title h3 {
  margin-top: 30px;
}
/*商品頁-圓角框標題*/
.radius_title {
  padding: 0 12px;
  border-radius: 20px;
  border: solid 0.5px var(--secondary-color);
  width: fit-content;
}
.radius_title.vertical {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  padding: 5px 2px 2px 2px;
  letter-spacing: 7px;
  line-height: 1;
}
/*商品頁-圖文區塊*/
.visual_content_block {
  margin-left: -6px;
  margin-right: -6px;
}
.visual_content_img,
.visual_content_body {
  padding-left: 6px;
  padding-right: 6px;
}
/* .visual_content_body{
    display: flex;
    flex-direction: column;
    grid-row: 24px;
} */
.visual_content_block.reverse {
  flex-direction: row-reverse;
}
.visual_content_img img {
  width: 100%;
  border-radius: 3px;
}
.visual_content_img.sameheight {
  position: relative;
}
.visual_content_img.sameheight img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.visual_content_title {
  margin-bottom: 24px;
}
.visual_content_title .title {
  margin-bottom: 24px;
}
.visual_content_title .title_sec + .title_sec {
  margin-top: 24px;
}
.visual_content_title p {
  margin-bottom: 24px;
}
.visual_content_body p + .visual_content_title {
  margin-top: 24px;
}
.visual_content_list {
  margin-bottom: 0;
  padding-left: 1.7em;
}
.visual_content_list li + li {
  margin-top: 24px;
}
.visual_content_body.tb24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
/*影片區塊*/
.video_list {
  row-gap: 12px;
  margin-left: -12px;
  margin-right: -12px;
}
.video_item {
  padding-left: 12px;
  padding-right: 12px;
}
.video_content {
  position: relative;
  height: 0px;
  padding-bottom: 66%;
  overflow: hidden;
}
.video_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*商品頁-banner*/
.product_banner_box img {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 24px;
}
/*商品頁-產品名、字號*/
.product_hfn_list {
  border-left: solid 1px var(--secondary-color);
  padding-left: 24px;
  list-style: none;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.product_hfn_list + .product_hfn_list {
  margin-top: 24px;
}
.product_hfn_list li + li {
  margin-top: 4px;
}
.product_hfn_list li > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
.product_hfn_list li > ul li + li {
  margin-top: 0;
}
.product_hfn_list li > ul li + li::before {
  content: "　｜　";
}
/*商品頁-商品口號*/
.product_slogan_content {
  padding-top: 36px;
  padding-bottom: 36px;
  min-height: 129px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: var(--light-color);
}
.product_slogan_content p {
  margin-top: 12px;
}
.product_slogan_content.txtshadow {
  text-shadow: 0 1px 4px rgb(0 0 0 / 25%);
}
/*商品頁-成份*/
.product_principle_box img {
  border-radius: 3px;
}
.product_principle_list_txt {
  margin-bottom: 24px;
}
.product_principle_list {
  margin-left: -6px;
  margin-right: -6px;
  row-gap: 24px;
}
.product_principle_item {
  padding-left: 6px;
  padding-right: 6px;
}
.product_principle_img img {
  width: 100%;
}
.product_principle_body {
  padding-top: 12px;
}
.product_principle_title {
  margin-bottom: 12px;
}
.product_principle_day {
  margin-bottom: 12px;
}
.product_principle_item .radius_title {
  margin-bottom: 12px;
}
/*商品頁-特色*/
.product_point_list_title {
  padding-bottom: 12px;
  border-bottom: solid 1px var(--primary-color);
  margin-bottom: 24px;
}
.product_point_item + .product_point_item {
  margin-top: 12px;
}
.product_point_card {
  display: flex;
  align-items: center;
}
.product_point_img {
  width: 72px;
}
.product_point_img img {
  width: 100%;
}
.product_point_body {
  flex: 1;
  padding-left: 12px;
}
.product_feature_content {
  text-align: center;
  color: var(--secondary-color);
  min-height: 129px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_feature_content p {
  margin-top: 12px;
}
.product_point_list.column_2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  row-gap: 24px;
}
.product_point_list.column_2 .product_point_item {
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}
.product_point_list.column_2 .product_point_item + .product_point_item {
  margin-top: 0;
}
/*商品頁-優點*/
.product_advantage_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  margin-left: -36px;
  margin-right: -36px;
}
.product_advantage_item {
  width: 33.333%;
  padding-left: 36px;
  padding-right: 36px;
}
.product_gradient_card {
  border: solid 1px var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(219, 228, 232, 0) 0%,
    rgb(219, 228, 232, 0) 75%,
    rgb(219, 228, 232, 1) 100%
  );
}
.product_gradient_title {
  padding: 12px 0;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.product_gradient_title.dark {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.product_gradient_body {
  padding: 24px;
}
/*商品頁-比較表*/
.product_compare_box {
  padding-top: 12px;
  background: linear-gradient(
    to bottom,
    rgb(219, 228, 232, 0) 0%,
    var(--primary-color) 100%
  );
}
.product_compare_box.havabgimg {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.product_compare_box.gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--light-color) 0%,
    rgb(255, 251, 248, 0) 100%
  );
  z-index: 1;
}
.product_compare_box.gradient .my_container_s {
  position: relative;
  z-index: 2;
}
.product_compare_title {
  margin-bottom: 24px;
  text-align: center;
}
.product_compare_brief {
  margin-bottom: 24px;
  text-align: center;
}
.compare_table_box {
  width: 100%;
  max-width: 996px;
  overflow-x: auto;
  border: solid 1px var(--secondary-color);
}
.compare_table {
  table-layout: fixed;
  width: 100%;
}
.compare_table_box thead th {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-align: center;
  padding: 12px;
}
.compare_table_box thead th br {
  display: none;
}
.compare_table_box tbody tr:not(:last-child) {
  border-bottom: dashed 1px var(--secondary-color);
}
.compare_table_box td {
  padding: 12px;
}
.compare_table_box td:not(.title) {
  background-color: rgb(255 255 255 / 60%);
  vertical-align: unset;
}
.compare_table_box td.td_flex_x,
.compare_table_box th.td_flex_x {
  left: 0;
  z-index: 3;
  position: sticky;
}
.compare_table_box td img {
  max-width: 100%;
}
.compare_table_box tbody td.title {
  text-align: center;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  font-size: 13px;
  line-height: 20.4px;
  letter-spacing: 1px;
}
.compare_table_tips {
  text-align: right;
  margin-top: 12px;
}
.compare_table_box.complex {
  border: none;
  border-top-left-radius: 94px;
}
.compare_table_box.complex thead th:not(.td_flex_x) {
  position: relative;
  background-color: transparent;
}
.compare_table_box.complex thead th:not(.td_flex_x)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 67px);
  z-index: 1;
}
.compare_table_box.complex thead th.td_flex_x {
  background-color: transparent;
  padding: 0;
}
.compare_table_box.complex thead th.td_flex_x > div {
  position: relative;
  height: 100%;
}
.compare_table_box.complex thead th.td_flex_x > div:before {
  border-top-left-radius: 100px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 67px);
  z-index: 1;
}
.compare_table_box.complex thead th > div {
  position: relative;
  align-items: flex-end;
  z-index: 2;
}
.compare_table_box.complex tbody td.title {
  background-color: #fff;
}
.compare_th_title {
  width: 171px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}
.compare_th_thimg {
  width: 100px;
}
.compare_th_thimg img {
  width: 100%;
}
/*商品頁-適應症*/
.product_trouble_title {
  margin-bottom: 12px;
  text-align: center;
}
.product_trouble_title.movedown {
  position: relative;
  background-color: var(--light-color);
  padding: 0 24px;
  margin-bottom: -24px;
  z-index: 2;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.product_trouble_title .sec_title {
  margin-top: 12px;
}
.product_trouble_card.d-flex {
  align-items: center;
  column-gap: 12px;
}
.product_trouble_card.d-flex .product_trouble_body {
  text-align: left;
  flex: 1;
}
.product_trouble_image {
  overflow: hidden;
  width: 100%;
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}
.product_trouble_image img {
  width: 100%;
}
.product_trouble_border {
  border-radius: 3px;
  border: solid 1px var(--primary-color);
  width: 100%;
  max-width: 828px;
  margin: 0 auto 24px auto;
  padding: 60px 84px;
}
.product_trouble_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 36px;
}
.product_trouble_list.column_gap_12 {
  margin-left: -6px;
  margin-right: -6px;
}
.product_trouble_list.column_gap_12 .product_trouble_item {
  padding-left: 6px;
  padding-right: 6px;
}
.product_trouble_list.column_gap_36 {
  margin-left: -18px;
  margin-right: -18px;
}
.product_trouble_list.column_gap_36 .product_trouble_item {
  padding-left: 18px;
  padding-right: 18px;
}
.product_trouble_list.column_gap_78 {
  margin-left: -39px;
  margin-right: -39px;
}
.product_trouble_list.column_gap_78 .product_trouble_item {
  padding-left: 39px;
  padding-right: 39px;
}
.product_trouble_list.column_gap_84 {
  margin-left: -42px;
  margin-right: -42px;
}
.product_trouble_list.column_gap_84 .product_trouble_item {
  padding-left: 42px;
  padding-right: 42px;
}
.product_trouble_list.column_2 .product_trouble_item {
  width: 50%;
}
.product_trouble_list.column_3 .product_trouble_item {
  width: 33.333%;
}
.product_trouble_list.column_4 .product_trouble_item {
  width: 25%;
}
.product_trouble_list.column_5 .product_trouble_item {
  width: 20%;
}
.product_trouble_img {
  text-align: center;
}
.product_trouble_img img {
  width: 72px;
}
.product_trouble_card:not(.d-flex) .product_trouble_body {
  padding: 12px 12px 0 12px;
  text-align: center;
}
.product_trouble_box.gradient::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    var(--light-color) 0%,
    rgb(255, 251, 248, 0) 100%
  );
}
.product_trouble_box.gradient .my_container_s {
  position: relative;
  z-index: 2;
}
.product_trouble_box.havebg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
.product_trouble_border.foropto {
  padding: 60px 48px;
}
.product_trouble_border.foropto
  .product_trouble_card:not(.d-flex)
  .product_trouble_body {
  padding: 12px 0 0 0;
}
.product_trouble_border.foropto.px_18 {
  padding: 60px 18px;
}
.product_trouble_border.foropto.px_84 {
  padding: 60px 84px;
}
.product_trouble_border.foropto.px_96 {
  padding: 60px 96px;
}
.product_trouble_border.foropto.px_102 {
  padding: 60px 102px;
}
.product_trouble_border.foropto.px_132 {
  padding: 60px 132px;
}
.trouble_moveup {
  margin-top: -23px;
}
/*商品頁-注意事項*/
.product_notice_row {
  margin-left: -6px;
  margin-right: -6px;
}
.product_notice_row > div {
  padding-left: 6px;
  padding-right: 6px;
}
.product_notice_box {
  background: linear-gradient(
    to bottom,
    rgb(219, 228, 232, 0) 0%,
    var(--primary-color) 100%
  );
}
.product_notice_before,
.product_notice_after {
  background-color: rgb(255, 251, 248, 0.6);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_notice_before {
  padding: 60px 36px;
  border-radius: 180px 180px 3px 3px;
}
.product_notice_after {
  padding: 60px 36px;
  border-radius: 3px;
}
.product_notice_title {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product_notice_title .icon {
  width: 18px;
  margin-right: 12px;
  display: flex;
}
.product_notice_title .icon img {
  width: 100%;
}
.product_notice_list {
  margin-bottom: 0;
  padding-left: 1.7em;
}
/*商品頁-Q&A*/
.product_QA_col {
  border: solid 1px var(--primary-color);
  padding: 0 84px 60px 84px;
}
.product_QA_box .product_block_title h2 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  background-color: var(--light-color);
}
.faq_card {
  border-bottom: solid 1px var(--primary-color);
  border-bottom-right-radius: 12px;
}
.faq_card_title {
  padding: 30px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq_card_title .num {
  font-family: "Petit Formal Script";
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-right: 18px;
  color: var(--primary-color);
}
.faq_card_title .txt {
  flex: 1;
}
.faq_card_title .icon {
  width: 21px;
  margin-left: 12px;
}
.faq_card_title .icon img {
  width: 100%;
}
.faq_card_body {
  padding: 0 43px 36px 54px;
}
/*整型美學*/
.introduce_main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product_introduce_focus {
  border-radius: 12px 12px 60px 12px;
  overflow: hidden;
  background-color: #f5e7df;
}
.product_introduce_focus_img img {
  width: 100%;
}
.product_introduce_focus_body {
  padding: 24px;
  text-align: center;
}
.product_surgery_list_box.p24 {
  padding: 24px;
}
.product_surgery_list_box.px48 {
  padding-left: 48px;
  padding-right: 48px;
}
.product_surgery_list {
  flex-wrap: wrap;
  row-gap: 24px;
}
.product_surgery_list.column_gap_84 {
  margin-left: -42px;
  margin-right: -42px;
}
.product_surgery_list.column_gap_84 .product_surgery_item {
  padding-left: 42px;
  padding-right: 42px;
}
.product_surgery_list.column_gap_90 {
  margin-left: -45px;
  margin-right: -45px;
}
.product_surgery_list.column_gap_90 .product_surgery_item {
  padding-left: 45px;
  padding-right: 45px;
}
.product_surgery_card {
  padding-bottom: 12px;
  border-bottom: solid 2px #637f70;
  border-radius: 0 0 12px 0;
}
.product_surgery_img img {
  width: 100%;
}
.product_surgery_body {
  padding: 0 24px;
}
.product_surgery_card.d-flex {
  align-items: center;
}
.product_surgery_card.d-flex .product_surgery_img {
  width: 198px;
}
.product_surgery_card.d-flex .product_surgery_body {
  flex: 1;
  margin-left: 12px;
}
.product_surgery_title + p {
  margin-top: 12px;
}
.aesthetic_trouble_border {
  border: solid 6px #5b806f;
  box-sizing: content-box;
  background-color: #f2e8df;
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../img/product/product_aesthetic_1/product_trouble_border_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 206px;
}
.aesthetic_trouble_border .product_trouble_title {
  margin-bottom: 24px;
}
.aesthetic_trouble_border .product_trouble_list {
  padding: 36px 72px;
}
.aesthetic_trouble_border .product_trouble_img img {
  width: 156px;
}
.product_key_box {
  position: relative;
  margin-top: -36px;
  z-index: 2;
}
.product_name_box {
  width: 232px;
  height: 108px;
  padding-top: 26px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(../img/product/product_aesthetic_1/product_name_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: var(--primary-color);
}
.product_key_list_box {
  background-color: #f0e8e0;
  border-radius: 12px;
  padding: 36px;
  width: 100%;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/product/product_aesthetic_1/product_name_polygon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 12px auto;
}
.product_key_list {
  margin-left: -6px;
  margin-right: -6px;
}
.product_key_item {
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
.product_key_img img {
  width: 84px;
}
.product_surgery_header {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
.product_surgery_header.reverse {
  flex-direction: row-reverse;
}
.product_surgery_header_img {
  padding-left: 12px;
  padding-right: 12px;
  width: 432px;
}
.product_surgery_header_img img {
  width: 100%;
}
.product_surgery_header_body {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1;
}
/*服務項目*/
.service_main {
  display: flex;
}
.service_side_nav {
  width: 102px;
  padding-bottom: 60px;
}
.service_side_list.my_tabs_fancy {
  position: sticky;
  top: 253px;
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.service_side_list.my_tabs_fancy .nav-link .txt {
  padding: 3px 19px 0 19px;
}
.service_content {
  max-width: 996px;
  flex: 1;
  padding-left: 72px;
}
.service_block .block_title {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.service_block .block_title .en_txt {
  color: var(--primary-color);
  opacity: 0.5;
  padding-left: 136px;
}
.service_block .block_title .tw_txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service_menu_box {
  display: flex;
  align-items: center;
}
.service_menu {
  width: 576px;
}
.service_imgcol {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}
.service_img {
  width: 100%;
}
.service_menu_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-left: -12px;
  margin-right: -12px;
}
.service_menu_item {
  padding-left: 12px;
  padding-right: 12px;
}
.service_menu_link {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 54px;
  border-bottom-left-radius: 9px;
  border-bottom: solid 1px var(--primary-color);
}
.service_menu_link.active {
  border-bottom: solid 1px var(--secondary-color);
}
.service_menu_link .num {
  font-family: "Petit Formal Script";
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-right: 20px;
  color: var(--primary-color);
}
.service_menu_link.active .num {
  color: var(--secondary-color);
}
/*幸之團隊 醫師選單*/
.doctors_list_container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.doctors_list_box {
  position: relative;
  padding-top: 86px;
  margin-top: -26px;
  background-image: url(../img/doctors_list_bg.png);
  background-repeat: no-repeat;
  background-position: left 25px top;
  background-size: auto 100%;
}
.doctors_list_Swiper_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 2;
}
.doctors_list_Swiper {
  width: 100%;
  max-width: 996px;
}
.doctors_list_Swiper_box .swiper_button_box {
  flex: 1;
  padding-left: 142px;
}
.doctors_list_Swiper .swiper-slide {
  width: 282px;
}
.doctors_swiper_item {
  cursor: pointer;
}
.doctors_swiper_img {
  position: relative;
  height: 0;
  padding-bottom: 133%;
}
.doctors_swiper_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
  opacity: 1;
  transition: opacity 0.2s;
  z-index: 2;
}
.doctors_swiper_item:hover .doctors_swiper_img::before {
  opacity: 0;
}
.doctors_swiper_img img {
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.doctors_swiper_body {
  position: relative;
  padding: 0 14px;
  margin-top: -20px;
  z-index: 3;
}
/*幸之團隊 醫師簡介*/
.doctors_profile_row {
  display: flex;
}
.doctors_profile_img {
  width: 600px;
  position: relative;
}
.doctors_profile_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to left,
    #fffbf8 0%,
    rgb(255, 251, 248, 0) 30%,
    rgb(255, 251, 248, 0) 100%
  );
}
.doctors_profile_img img {
  width: 100%;
}
.doctors_profile_body {
  flex: 1;
  z-index: 2;
}
.doctors_profile_content {
  margin-left: -60px;
  margin-right: -12px;
}
.doctors_profile_namerow {
  margin-bottom: 12px;
}
.doctors_profile_title {
  padding-bottom: 5px;
  margin-left: 11px;
}
.profile_department {
  margin-bottom: 36px;
}
.profile_specialty_list {
  display: flex;
  column-gap: 24px;
  row-gap: 12px;
  margin-bottom: 36px;
}
.profile_specialty {
  background: linear-gradient(
    to bottom,
    transparent calc(100% - 7px),
    var(--primary-color) calc(100% - 7px)
  );
}
.profile_cv_item + .profile_cv_item {
  margin-top: 36px;
}
.profile_cv_item {
  display: flex;
}
.profile_cv_title {
  width: 83px;
}
.profile_cv_txt {
  flex: 1;
}
/*幸之團隊 醫師證書*/
.certification_box {
  position: relative;
  overflow: hidden;
}
.certification_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #fffbf8 0%,
    rgb(255, 251, 248, 0) 5%,
    rgb(255, 251, 248, 0.5) 95%,
    #fffbf8 100%
  );
  z-index: 2;
}
.certification_marquee {
  display: inline-flex;
  animation: certification_marquee 20s linear infinite;
}
.certification_marquee:hover {
  animation-play-state: paused;
}
@keyframes certification_marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.certification_marquee_list {
  display: flex;
  column-gap: 20px;
  height: 127px;
}
.certification_marquee_list + .certification_marquee_list {
  margin-left: 20px;
}
.certification_marquee_item {
  height: 100%;
}
.certification_marquee_item img {
  height: 100%;
}
/*幸之團隊 看診時間*/
.doctors_hour_box {
  overflow: hidden;
}
.doctor_hour_row {
  display: flex;
  padding-bottom: 120px;
}
.doctor_hour {
  padding-top: 136px;
  width: 408px;
  margin-right: 12px;
  background-image: url(../img/doctors_hour_brandimg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.doctor_hipster {
  position: relative;
  padding-top: 136px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.doctor_hipster_bg {
  position: absolute;
  bottom: -187px;
  left: 24px;
  width: 735px;
}
.doctor_hipster_bg img {
  width: 100%;
}
.doctor_hour_content {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.doctor_page_top {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doctor_page_top_line {
  height: 200px;
  width: 0.5px;
  background-color: var(--primary-color);
  margin-bottom: 12px;
}
.gotop_btn {
  cursor: pointer;
}
.doctor_hour_namerow {
  margin-bottom: 12px;
}
.doctor_hour_name {
  margin-right: 11px;
}
.doctor_hour_nametitle {
  padding-bottom: 5px;
}
.doctor_hour_title {
  margin-bottom: 12px;
}
.doctor_hour_item {
  display: flex;
}
.doctor_hour_item + .doctor_hour_item {
  margin-top: 7px;
}
.doctor_hour_item .txt {
  flex: 1;
  margin-left: 12px;
}
.doctor_hipster_txt {
  width: fit-content;
  display: flex;
  align-items: center;
}
.doctor_hipster_img {
  width: 282px;
  display: flex;
  align-items: flex-end;
}
.doctor_hipster_img img {
  width: 100%;
}
/*幸之消息*/
.news_list_box .my_tabs {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 12px;
  border-bottom: solid 0.5px rgb(85, 90, 108, 0.4);
}
.news_list_box .my_tabs_content {
  padding-top: 32px;
}
.news_link {
  padding: 36px 0;
  border-bottom: solid 0.5px var(--primary-color);
  display: flex;
  align-items: center;
}
.news_card_body {
  margin-left: 72px;
  flex: 1;
}
.news_card_arrow {
  width: 24px;
}
.news_card_arrow img {
  width: 100%;
}
.news_card_content {
  width: 100%;
  max-width: 360px;
}
.news_card_topic {
  padding: 3px 12px;
  color: var(--secondary-color);
  border-radius: 20px;
  background-color: var(--primary-color);
  width: fit-content;
  opacity: 0.7;
}
.news_card_title {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--dark-color2);
}
.news_card_brief {
  color: var(--dark-color2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.news_card_img {
  width: 355px;
  pointer-events: none;
  position: fixed;
  display: none;
  z-index: 999;
}
.news_card_img img {
  width: 100%;
}
/*幸之衍生*/
.block_title.about {
  width: 100%;
  max-width: 660px;
}
.block_title.about .en_txt {
  color: rgb(219, 228, 232, 0.4);
}
.block_title.about .tw_txt {
  margin-top: -32px;
  margin-bottom: 0;
  justify-content: center;
}
.about_mission_box {
  padding-bottom: 16px;
}
.about_mission_row {
  display: flex;
  column-gap: 12px;
}
.about_mission_left {
  width: 408px;
  padding: 32px 0;
}
.about_mission_right {
  position: relative;
  flex: 1;
  padding: 32px 84px;
}
.about_mission_left_img {
  width: 85px;
  margin: 0 auto;
}
.about_mission_left_img img {
  width: 100%;
}
.about_mission_right .about_block_nav,
.about_mission_right .about_mission_right_txt {
  position: relative;
  z-index: 2;
}
.about_mission_right_bg {
  position: absolute;
  top: -105px;
  right: -82px;
  width: calc(100% + 164px);
  z-index: 1;
}
.about_mission_right_bg img {
  width: 100%;
}
.about_mission_right_txt {
  margin-top: 120px;
}
.about_block_list {
  display: flex;
  column-gap: 10px;
  padding: 0;
}
.about_purpose_box {
  background: linear-gradient(
    to bottom,
    var(--light-color) 0%,
    #faf1ea 80%,
    var(--light-color2) 100%
  );
  padding-bottom: 120px;
}
.about_purpose_content {
  padding: 42px 21px;
  border-radius: 3px;
  background-color: var(--light-color);
}
.block_title.purpose {
  position: relative;
}
.block_title.purpose .en_txt {
  color: var(--primary-color);
  opacity: 0.5;
  text-align: center;
}
.block_title.purpose .tw_txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_purpose_Swiper .swiper-slide {
  width: 156px;
}
.about_purpose_card_img {
  margin-bottom: 12px;
}
.about_purpose_card_img img {
  width: 100%;
}
.about_purpose_card_body {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.about_purpose_box .swiper_tool_row {
  margin-top: 24px;
}
.about_space_box {
  padding-bottom: 117px;
}
.about_space_header {
  background-image: url(../img/about_space-header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_space_header_content .about_block_nav {
  margin-bottom: 20px;
}
.block_title.space {
  position: relative;
}
.block_title.space .en_txt {
  color: var(--light-color);
  opacity: 0.1;
}
.block_title.space .tw_txt {
  color: var(--light-color);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  justify-content: center;
  transform: translateY(-50%);
}
.about_space_visual_img img {
  width: 100%;
}
.about_space_visual_content {
  padding: 32px 84px;
}
.about_space_block1 {
  margin-top: -60px;
}
.about_space_block1 .about_space_visual_img {
  border-radius: 220px 220px 0 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgb(0 0 0 / 25%);
}
.about_space_swiper_block {
  position: relative;
  margin-top: -130px;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 68px;
}
.about_space_swiper_block::before,
.about_space_swiper_block::after {
  content: "";
  display: block;
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
  height: 1004px;
  background-color: var(--primary-color);
  border-radius: 520px;
  opacity: 0.33;
  z-index: 1;
}
.about_space_swiper_block::before {
  top: 89px;
}
.about_space_swiper_block::after {
  top: 248px;
}
.about_space_bottom {
  position: relative;
  top: -417px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.about_space_bottom::before,
.about_space_bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
  height: 833px;
  background-color: var(--primary-color);
  border-radius: 416.5px;
  opacity: 0.33;
  z-index: 1;
}
.about_space_bottom::before {
  top: 0;
}
.about_space_bottom::after {
  top: 83px;
}
.about_space_swiper_border {
  position: relative;
  border: solid 1px var(--dark-color);
  border-radius: 500px 500px 3px 3px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  z-index: 2;
}
.about_space_swiper_block_img {
  margin: 0 auto;
  width: 156px;
  margin-top: -68px;
}
.about_space_swiper_block_img img {
  width: 100%;
}
.about_space_swiper_block_slogan {
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: translateX(-50%);
  z-index: 3;
}
.slogan_par + .slogan_par {
  margin-top: 20px;
}
.slogan_par {
  border: solid 0.5px var(--dark-color);
  opacity: 0.95;
}
.slogan_par > div {
  padding: 8px 4px 8px 8px;
  background-color: var(--primary-color);
}
.slogan_par > div:not(:first-child) {
  border-top: solid 0.5px var(--dark-color);
}
.about_space_swiper_box {
  width: 100%;
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 174px;
}
.about_space_swiper_img {
  width: 100%;
}
.about_space_swiper_img .cover_img {
  padding-bottom: 66.6%;
}
.about_space_swiper_box .swiper_tool_row {
  margin-top: 12px;
}
.about_space_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 60px;
}
.about_space_tea,
.about_space_talk,
.about_space_or {
  width: 50%;
}
.about_space_talk {
  padding-top: 240px;
}
.about_space_talk_logo {
  position: absolute;
  top: 79px;
  left: -148px;
  width: 342px;
  z-index: 2;
  opacity: 0.5;
}
.about_space_talk_logo img {
  width: 100%;
}
.about_space_card {
  position: relative;
  z-index: 3;
}
.about_space_tea_logo {
  position: absolute;
  top: 222px;
  left: -73px;
  width: 84px;
  opacity: 0.5;
}
.about_space_tea_logo img {
  width: 100%;
}
.about_space_tea_img {
  position: absolute;
  width: 177px;
  left: 0;
  top: -58px;
  z-index: 4;
}
.about_space_tea_img img {
  width: 100%;
}
.about_space_or_logo {
  position: absolute;
  width: 481px;
  left: -240px;
  top: -188px;
  z-index: 2;
}
.about_space_or_logo img {
  width: 100%;
}
.about_space_card .about_space_card_img {
  position: relative;
  z-index: 2;
}
.about_space_card_img {
  padding-left: 90px;
}
.about_space_card_img .cover_img {
  padding-bottom: 66.6%;
}
.about_space_card_body {
  display: flex;
  column-gap: 36px;
  position: relative;
  z-index: 3;
}
.about_space_card_txt {
  flex: 1;
  padding-top: 159px;
}
.about_space_card_txt p {
  width: 100%;
  max-width: 204px;
}
.about_space_card_title .bigtxt {
  position: relative;
}
.about_space_name {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
}
.about_outpatient_box {
  position: relative;
  padding-top: 120px;
  margin-top: -120px;
  z-index: 2;
}
.about_outpatient_box .my_tabs_fancy {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.about_outpatient_row {
  display: flex;
  align-items: flex-end;
  column-gap: 96px;
}
.about_outpatient_left {
  width: 156px;
}
.about_outpatient_left .block_title {
  position: relative;
  padding-top: 36px;
  padding-left: 24px;
}
.about_outpatient_left .block_title .en_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  color: var(--primary-color);
  z-index: 1;
  opacity: 0.6;
}
.about_outpatient_left .block_title .tw_txt {
  position: relative;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-bottom: 20px;
  z-index: 2;
}
.about_outpatient_left .block_title .category {
  align-items: center;
  column-gap: 20px;
  margin-right: auto;
  margin-left: auto;
  writing-mode: vertical-rl;
  letter-spacing: 14px;
  padding-top: 17px;
}
.about_outpatient_left .block_title .category::after {
  width: 0.5px;
  height: 160px;
  margin-left: 0;
}
.outpatient_hour_lsit {
  padding-left: 24px;
}
.about_outpatient_right {
  flex: 1;
  min-width: 0;
}
.about_outpatient_swiper_img img {
  width: 100%;
}
.about_outpatient_swiper_box .swiper_tool_row {
  margin-top: 24px;
}
.about_outpatient_remark {
  margin-bottom: 24px;
}
.outpatient_hour_item {
  display: flex;
  justify-content: space-between;
}
.outpatient_hour_item + .outpatient_hour_item {
  margin-top: 6px;
}
.outpatient_hour_item .txt {
  padding: 0 11.5px;
  background-image: url(../img/outpatient_hour_border.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.about_access_box {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.about_access_row {
  display: flex;
  align-items: center;
  column-gap: 84px;
}
.about_access_left {
  flex: 1;
}
.about_access_right {
  width: 547px;
  padding-right: 35px;
}
.about_access_map {
  padding-right: 84px;
}
.about_access_map img {
  width: 100%;
}
.about_access_img img {
  width: 100%;
}
.about_access_left .my_tabs_fancy {
  margin-bottom: 20px;
}
.about_access_right_border {
  position: relative;
  padding-right: 20px;
}
.about_access_right_border::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 160px);
  height: calc(100% - 145px);
  border: solid 1px var(--secondary-color);
  border-radius: 300px 3px 3px 300px;
  z-index: -1;
}
.about_access_right .block_title {
  width: fit-content;
}
.about_access_right .block_title .tw_txt {
  justify-content: flex-end;
  padding-right: 8px;
}
.about_access_right .block_title .en_txt {
  line-height: 80px;
}
.about_access_block + .about_access_block {
  margin-top: 60px;
}
.about_access_way {
  margin-top: 60px;
  padding-right: 88px;
}
.about_access_way .product_remark {
  margin-top: 24px;
  color: var(--grey-color2);
}
.about_access_block_icon {
  width: 16px;
}
.about_access_block_icon img {
  width: 100%;
  position: relative;
  top: -2px;
}
.about_access_block_body {
  flex: 1;
}
.about_access_info {
  padding-right: 110px;
  display: flex;
  column-gap: 24px;
}
.about_access_info_item + .about_access_info_item {
  margin-top: 12px;
}
.about_access_info_item {
  display: flex;
}
.about_access_info_item .title {
  width: 60px;
}
.about_access_info_item .txt {
  flex: 1;
}
.about_access_block_title + .about_access_info_item {
  margin-top: 24px;
}
/*幸之見證*/
.case_card_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  margin-left: -6px;
  margin-right: -6px;
}
.case_card_item {
  padding-left: 6px;
  padding-right: 6px;
  width: 33.333%;
}
.case_card {
  display: block;
  border-radius: 3px;
  background-color: var(--light-color);
  box-shadow: 0 0 4px rgb(0 0 0 / 25%);
}
.case_card_img {
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 92.6%;
}
.case_card_body {
  margin-top: 6px;
  padding: 12px 24px;
}
.case_list_box .my_tabs {
  padding-top: 0;
  padding-bottom: 12px;
  border-bottom: solid 0.5px rgb(85, 90, 108, 0.4);
}
.case_list_box .my_tabs_content {
  padding-top: 32px;
}
.case_card_title {
  color: #494949;
}
.case_card_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.case_card_date {
  color: var(--secondary-color);
  opacity: 0.7;
}
.case_card_topic {
  padding: 3px 12px;
  color: var(--secondary-color);
  border-radius: 20px;
  background-color: var(--primary-color);
  width: fit-content;
  opacity: 0.7;
}
.case_card_brief {
  color: var(--dark-color2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  padding-bottom: 1.3rem;
}
/*文章內容頁*/
.article_header {
  width: 100%;
  max-width: 660px;
}
.article_header img {
  width: 100%;
}
.article_date {
  color: var(--secondary-color);
  text-align: right;
}
.article_header .block_title {
  margin-bottom: 10px;
}
.article_info_row {
  display: flex;
}
.article_info_left {
  width: 660px;
}
.article_info_right {
  margin-left: 24px;
  flex: 1;
}
.article_neerpage_link {
  margin-top: 24px;
  display: flex;
  background-color: rgb(216, 216, 216, 0.2);
  padding: 12px 0;
}
.article_neerpage_link_item + .article_neerpage_link_item {
  border-left: solid 1px var(--grey-color4);
}
.article_neerpage_link_item {
  width: 50%;
  display: flex;
  align-items: center;
}
.article_neerpage_link_item.prev_link {
  padding-right: 6px;
}
.article_neerpage_link_item.next_link {
  padding-left: 6px;
}
.article_neerpage_arrow {
  display: flex;
  align-items: center;
  width: fit-content;
}
.article_neerpage_arrow .icon {
  width: 22px;
  margin: 0 6px;
}
.article_neerpage_arrow .txt {
  padding-top: 2px;
}
.article_neerpage_title {
  flex: 1;
  padding: 0 12px;
}
.recommend_news_title {
  margin-bottom: 12px;
}
.recommend_news_item .news_link {
  align-items: flex-start;
  padding: 24px 12px;
}
.recommend_news_item .news_card_left {
  width: 88px;
}
.recommend_news_item .news_card_img {
  position: initial;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.recommend_news_item .news_card_date {
  text-align: center;
}
.recommend_news_item .news_card_topic {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.recommend_news_item .news_card_body {
  margin-left: 24px;
}
.recommend_news_item .news_card_title {
  margin-top: 0;
  margin-bottom: 12px;
}
.recommend_news_item .news_card_brief {
  -webkit-line-clamp: 3;
}
