﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,300&family=Noto+Serif+TC:wght@300;400;700;900&display=swap");
@import 'root.css';
body, html {
  font-family: "Noto Serif TC", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif, serif;
  letter-spacing: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Cormorant Garamond", "Noto Serif TC", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif, serif;
}

a:hover {
  color: var(--third-color);
}

.page-content {
  overflow: hidden;
}

body.op-web:not(.home) .page-content:before {
  display: none;
}

.btn.more {
  position: relative;
  margin-left: 50px;
  background: transparent;
  color: var(--main-color);
  padding: 2px 3px 2px;
  white-space: nowrap;
}
.btn.more > span {
  white-space: nowrap;
}
.btn.more:hover {
  color: #fff;
}
.btn.more:hover:after {
  border-width: 10px;
}
.btn.more.cover.bottom:before {
  height: 2px;
}
.btn.more.cover.bottom:hover {
  color: var(--main-color);
}
.btn.more.cover.bottom:hover:before {
  width: 0;
}
.btn.more:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: calc(100% + 10px);
  top: 50%;
  background: #fff;
  border: 17px solid var(--main-color);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.btn.btn-default {
  border-radius: 0;
  background: #fff;
  padding: 0.6em 0.5em;
  color: var(--main-color);
  min-width: 10em;
  text-align: left;
  font-size: 1.125rem;
  overflow-y: clip;
}
.btn.btn-default:before {
  left: 0;
  top: 0;
  border-color: var(--main-color);
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  z-index: -1;
  overflow: hidden;
}
.btn.btn-default:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateX(-45%);
  width: 1.625rem;
  height: 1px;
  background: var(--second-color);
  transition: all ease 0.5s;
}
.btn.btn-default:hover {
  /*background: var(--default-color);*/
  color: var(--bs-white);
}
.btn.btn-default:hover:before {
  border-top-width: 1.5em;
  border-bottom-width: 1.5em;
  border-color: var(--forth-color);
}
.btn.btn-default:hover:after {
  transform: translateX(-100%);
  opacity: 0;
}
.btn.btn-light, .btn.btn-dark {
  padding: 8px 25px 8px;
}

.object-cover, .object-contain {
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

/*----------------------------------------- 選單  --------------------------------------*/
.header > .navbar {
  border-bottom: none;
}
.header .navbar {
  background: transparent;
}
.header .navbar > .container-fluid {
  max-width: 1800px;
}
.header .navbar .navbar-brand {
  /*background-image: url(../images/all/logo.png);
  background-size: contain !important;
  width: 61px;
  height: 84px;*/
  margin: 0;
}
.is_scroll .header .navbar .navbar-brand {
	margin:15px 0 0;
}
.header .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
  padding: 15px 20px;
  color: var(--bs-white);
  position: relative;
  font-size: 0.975rem;
}
.header .navbar-collapse > .navbar-nav > .nav-item > .nav-link:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  opacity: 0;
  transition: all ease 0.5s;
}
.header .navbar-collapse > .navbar-nav > .nav-item > .nav-link .title-main, .header .navbar-collapse > .navbar-nav > .nav-item > .nav-link .title-sub {
  display: block;
  text-align: center;
}
.header .navbar-collapse > .navbar-nav > .nav-item > .nav-link .title-sub {
  font-weight: 300;
  font-size: 0.8em;
}
.header .navbar-collapse > .navbar-nav > .nav-item > .nav-link .caret {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.header .navbar-collapse > .navbar-nav > .nav-item > .nav-link:hover:after {
  width: 2em;
  opacity: 1;
}
.header .navbar-collapse > .navbar-nav > .nav-item:hover > .nav-link {
  color: var(--bs-white);
}
.header .navbar-collapse > .navbar-nav > .nav-item:hover > .nav-link:after {
  width: 2em;
  opacity: 1;
}
.header .navbar-nav .nav-link {
  padding: 10px 15px;
}
.header .nav-item.dropdown > .navbar-nav {
  /*border-top: 3px solid var(--default-color);*/
  box-shadow: 0px 3px 5px #b0b0b0;
  width: auto;
  min-width: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.header .nav-item.dropdown > .navbar-nav .nav-item .nav-link {
  text-align: center;
  white-space: nowrap;
  color: var(--main-color);
  padding: 15px 10px;
}
.header .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
  color: var(--second-color);
}
.header .small-btn-box {
  margin-left: 25px;
}
.header .small-btn-box .lang {
  display: block;
  /*&:after {
      content: 'language';
      display: block;
      width: 100%;
      font-size: 0.875rem;
      height: 1.4em;
      opacity: 1;
      transition: all ease .3s;
  }*/
}
.header .small-btn-box .lang > button,
.header .small-btn-box .lang .dropdown-toggle{
  display: block;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-indent: -99999px;
  margin: 0 auto;
}
.header .small-btn-box .lang > button:before,
.header .small-btn-box .lang .dropdown-toggle:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -49%);
}
.header .small-btn-box .lang > button:after,
.header .small-btn-box .lang .dropdown-toggle:after {
  display: none;
}
.header .small-btn-box .lang .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.header .btn-group.lang .dropdown-item {
  color: var(--main-color) !important;
}
.header .btn-group.lang .dropdown-item:hover, .header .btn-group.lang .dropdown-item:focus, .header .btn-group.lang .dropdown-item:active {
  color: var(--bs-white) !important;
  background: var(--second-color);
}

.bsnav .navbar-nav .nav-item.active > .nav-link,
.bsnav .navbar-nav .nav-item:active:focus > .nav-link,
.bsnav .navbar-nav .nav-item:active > .nav-link,
.bsnav .navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item:active:focus > .nav-link,
.navbar-nav .nav-item:active > .nav-link,
.navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
  color: var(--third-color);
}
.bsnav-mobile.in {
    z-index: 50;
}
.bsnav-mobile .navbar .navbar-mobile-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bsnav-mobile .navbar .lang {
  display: block;
}
.bsnav-mobile .navbar .lang > button,
.bsnav-mobile .navbar .lang .dropdown-toggle{
  display: block;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-indent: -99999px;
  margin: 0 auto;
}
.bsnav-mobile .navbar .lang > button:before,
.bsnav-mobile .navbar .lang .dropdown-toggle:before{
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -49%);
}
.bsnav-mobile .navbar .lang > button:after,
.bsnav-mobile .navbar .lang .dropdown-toggle:after{
  display: none;
}
.bsnav-mobile .navbar .lang .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.bsnav-mobile .navbar .list-inline {
  order: 4;
  display: block;
  text-align: left;
  margin-top: 15px;
  flex: 0 0 auto;
  padding: 0 8%;
}
.bsnav-mobile .navbar .list-inline > li {
  display: inline-block;
}
.bsnav-mobile .navbar .list-inline > li:not(:last-child) {
  margin-right: 15px;
}
.bsnav-mobile .navbar .tat_x {
  order: 3;
  display: block;
  text-align: left;
  margin-top: 10px;
  flex: 0 0 auto;
  padding: 0 8%;
}
.bsnav-mobile .navbar .tat_x li + li {
  margin-top: 8px;
}
.bsnav-mobile .navbar .tat_x label {
  color: #fff;
  font-size: 0.875rem;
}
.bsnav-mobile .navbar .tat_x a {
  color: #fff;
  font-size: 0.875rem;
}

.is_scroll .header .navbar {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.is_scroll .header .small-btn-box .lang:after {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

/*----------------------------------------- banner --------------------------------------*/
.banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner .banner-pic {
  /*height: 100vh;*/
}
.banner .banner-pic picture {
  height: 100%;
}
.banner .banner-pic picture source, .banner .banner-pic picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .bann_tit {
  position: absolute;
  top: 27.5%;
  left: 20.7%;
  z-index: 1;
  width: 30vw;
  max-width: 430px;
}
.banner .bann_tit > .rellax {
  border-left: 1px solid #fff;
  padding-top: 18px;
  padding-left: 22px;
}
.banner .bann_tit img {
  margin-left: 0;
}
.banner .bann_tit .bann_text {
  font-size: 1.125rem;
  letter-spacing: 0.4em;
  /*margin-top: 42px;*/
}

body:not(.home) .banner .banner-pic {
  /*height: 60vh;*/
}
body:not(.home) .banner .bann_tit {
  max-width: 400px;
}

@-webkit-keyframes infinite_wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 300%;
  }
}

@keyframes infinite_wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 300%;
  }
}
.gotop a:hover {
  color: var(--bs-white);
  background: var(--default-color);
}

/*----------------------------------------- footer --------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: var(--third-color);
  padding-top: 40px;
}

.footer_mid {
  position: relative;
}
.footer_mid > .container-fluid {
  max-width: 1800px;
}
.footer_mid .footer-seo {
  padding: 6% 4%;
  position: relative;
}
.footer_mid .footer-seo .h4 {
  color: var(--main-color);
}
.footer_mid .footer-seo .desc {
  color: var(--main-color);
  line-height: 36px;
  font-size: 18px;
}
.footer_mid .footer-info {
  position: relative;
  display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
}
.footer_mid .footer-info.bsnav {
  background: transparent;
  z-index: 1;
}
.footer_mid .footer-info .sitemap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 230px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_mid .footer-info .sitemap > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
}
.footer_mid .footer-info .sitemap ul li {
  position: relative;
}
.footer_mid .footer-info .sitemap ul li a {
  font-size: 0.9375rem;
  color: var(--main-color);
  padding: 0;
  font-weight: 700;
}
.footer_mid .footer-info .sitemap ul li a .txt-en {
  display: none;
}
.footer_mid .footer-info .sitemap ul li a:hover {
  color: var(--second-color);
}
.footer_mid .footer-info .sitemap ul li ul li {
  margin-bottom: 5px;
  line-height: 1.4em;
  padding-left: 15px;
}
.footer_mid .footer-info .sitemap ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main-color);
  top: 0.7em;
  left: 2px;
}
.footer_mid .footer-info .sitemap ul li ul li a {
  font-size: 0.75rem;
  font-weight: 300;
}
.footer_mid .footer-info .footer_logo {
	margin-right:50px;
}
.footer_mid .footer-info ul.tat_x {
  display: inline-block;
  margin-right: 10px;
}
.footer_mid .footer-info ul.tat_x li {
  display: inline-block;
  padding-right: 0;
  margin-bottom: 0;
}
.footer_mid .footer-info ul.tat_x li:not(:last-child) {
  margin-right: 1rem;
}
.footer_mid .footer-info ul.tat_x li a {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--main-color);
}
.footer_mid .footer-info ul.tat_x li a:hover {
  color: var(--second-color);
}
.footer_mid .footer-info ul.tat_x li label {
  margin-right: 0;
  font-size: 0.875rem;
  color: var(--main-color);
}
.footer_mid .footer-info ul.tat_x li label:after {
  content: ":";
  display: inline;
}
.footer_mid .social-box {
  display: inline-block;
  vertical-align: middle;
}
.footer_mid .social-box ul li {
  margin: 0;
}
.footer_mid .social-box ul li:not(:last-child) {
  margin-right: 5px;
}
.footer_mid .social-box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background: var(--forth-color);
  color: var(--bs-white);
  border-radius: 50%;
  font-size: 19px;
  text-indent: -9999px;
}
.footer_mid .social-box ul li a:hover, .footer_mid .social-box ul li a:focus, .footer_mid .social-box ul li a:active {
  background: var(--second-color);
}
.footer_mid .social-box ul li.icon_f a {
  background: #3d62ae url(../images/all/fb.svg) no-repeat center;
}
.footer_mid .social-box ul li.icon_i a {
  background-color: #dd2a7b;
}
.footer_mid .social-box ul li.icon_l a {
  background: #2eb02e url(../images/all/line.svg) no-repeat center;
}
.footer_mid .social-box ul li.icon_t a {
  background-color: #24a5d6;
}
.footer_mid .social-box ul li.icon_y a {
  background: #FF0000 url(../images/all/yt.svg) no-repeat center;
}
.footer_mid .social-box ul li.icon_p a {
  background-color: #E60023;
}
.footer_mid .copyrights, .footer_mid .powered {
  display: inline-block;
}
.footer_mid .copyrights {
  color: var(--main-color);
  font-size: 0.875rem;
}
.footer_mid .powered a {
  color: var(--main-color);
  font-size: 0.875rem;
}
.footer-info .foot-info-box {
    flex-direction: row-reverse;
    flex-wrap:wrap;
}
.footer_mid .footer-info > div {
    flex-wrap: wrap;
}
.side .h3 {
  display: none;
}

.breadcrumb {
  background: transparent;
  justify-content: center;
}
.breadcrumb .txt-en {
  display: none;
}

.tag {
  font-size: 0.875rem;
  background: var(--second-color);
  padding: 4px 8px;
  margin-right: 10px;
  color: #fff;
}

.kind-tag-area .tag {
  margin-bottom: 0;
}

.kind-info .h2 {
  border-bottom: 0;
  position: relative;
  padding-left: 30px;
}
.kind-info .h2:before {
  content: "";
  display: block;
  width: 1px;
  height: 206px;
  background: #d0d0d0;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.editor {
  line-height: 1.8em;
}

.ezshare-box {
  padding-left: 30px;
}
.ezshare-box a {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 1.7;
}
.ezshare-box a:hover {
  color: #fff;
}
.ezshare-box ul li.facebook a:before {
  background-color: #3d62ae;
}
.ezshare-box ul li.line a:before {
  background-color: #2eb02e;
}
.ezshare-box ul li.twitter a:before {
  background-color: #24a5d6;
}
.ezshare-box ul li.mail a:before {
  background-color: #c02b1d;
}
.ezshare-box ul li.linkedin a:before {
  background-color: #0977b2;
}
.ezshare-box .line a,
.ezshare-box .facebook a,
.ezshare-box .twitter a,
.ezshare-box .mail a,
.ezshare-box .linkedin a {
  background: var(--default-color) !important;
}

.container .ezshare-box {
  margin: -5px 0 30px 0;
}

.slick .slick-arrow {
  width: 40px;
  height: 12px;
  background: url(../images/all/arrow.svg) no-repeat;
  background-size: contain;
}
.slick .slick-next {
  transform: translate(0, -50%) scaleX(-1);
}

.gallery-list .item {
  margin-bottom: 20px !important;
}
.gallery-list .item .info {
  margin-top: 5px !important;
  padding: 0;
}
.gallery-list .item .title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1rem 0 1rem 0;
}

.article-list .item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.article-list .item + .item {
  border-top: solid 1px #dfdfdf;
  margin-top: 0;
  padding-top: 30px;
}
.article-list .item .d-flex {
  align-items: center;
}
.article-list .item .time {
  font-size: 0.875rem;
  padding: 0.125rem 0.75rem 0;
  margin-right: 3em;
  color: #3a3a3a;
  font-weight: 700;
}
.article-list .item .title a {
  color: #3a3a3a;
}

.article-horizontal-grid .item {
  overflow: hidden;
}
.article-horizontal-grid article .pic a, .article-horizontal-grid .item .pic a {
  border-radius: 8px;
  overflow: hidden;
}
.article-horizontal-grid article .info, .article-horizontal-grid .item .info {
  padding-bottom: 5px;
}
.article-horizontal-grid article .info .kind, .article-horizontal-grid .item .info .kind {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all ease 0.5s;
  pointer-events: none;
}
.article-horizontal-grid article .info .kind a, .article-horizontal-grid .item .info .kind a {
  background: var(--second-color);
  color: #fff;
}
.article-horizontal-grid article .info .title a, .article-horizontal-grid .item .info .title a {
  font-size: 1rem;
  font-weight: 700;
}
.article-horizontal-grid article .more-area, .article-horizontal-grid .item .more-area {
  display: none;
}
.article-horizontal-grid article:hover .kind, .article-horizontal-grid .item:hover .kind {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main {
  display: none;
}
body.home section .h3 {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
body.home section .h3 .sub {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.25em;
  font-weight: 700;
  margin-top: 5px;
}
body.home section .h3:empty {
  display: none;
}
body.home section.link {
  background-image: linear-gradient(0deg, transparent 10%, #f0e7cf);
  overflow: hidden;
  position: relative;
}
body.home section.link:before, body.home section.link:after {
  content: "";
  display: block;
  position: absolute;
  width: 32.55vw;
  height: 25.3vw;
  background-image: url(../images/home/deco-link01.png);
  background-size: contain;
  background-position: center;
  top: 0;
  mix-blend-mode: soft-light;
}
body.home section.link:before {
  left: 0;
  transform: translateY(-43%);
}
body.home section.link:after {
  right: 0;
  transform: translate(11.3%, -48%) scaleX(-1);
}
body.home section.link .h3 {
  text-align: center;
}
body.home section.link .gallery-list .item {
  position: relative;
  margin-bottom: 10px !important;
}
body.home section.link .gallery-list .item .title span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
body.home section.link .gallery-list.hov-bord .item > a {
  border-radius: 50%;
  overflow: hidden;
}
body.home section.link .gallery-list.hov-bord .item > a:before, body.home section.link .gallery-list.hov-bord .item > a:after {
  border-width: 2px;
  border-radius: 50%;
}
body.home section.link .gallery-list.hov-bord .item > a .pic img {
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}
body.home section.about {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.home section.inner-banner {
  padding: 0 !important;
}
body.home section.inner-banner .conbanner-slick .bn-txt {
  display: none;
}
body.home section.inner-banner .conbanner-slick .pic {
  height: 40vh;
}
body.home section.inner-banner .conbanner-slick .pic picture > *,
body.home section.inner-banner .conbanner-slick .pic > *{
  width: 100% !important;
  height: 100% !important;
    object-fit: cover;
     object-position: center bottom;
}

body.home section.news .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  height: 280px;
}
body.home section.news .container .h3 {
  display: block;
  order: 1;
  flex: 0 1 auto;
  text-align: left;
  margin-bottom: 5px;
}
body.home section.news .container .h3 .sub {
  display: block;
}
body.home section.news .container .article-list {
  order: 3;
  margin-top: 25px;
}
body.home section.news .container .article-list div:empty {
  display: none;
}
body.home section.news .container .article-list .item .info {
  width: 100%;
}
body.home section.news .container .article-list .item .icon {
  display: none;
}
body.home section.news .container .more-btn-area {
  order: 2;
  flex: 0 1 auto;
  padding-left: 40px;
}
body.home section.about .h3, body.home section.news .h3 {
  margin-top: 10px;
  padding-left: 40px;
  margin-bottom: 40px;
}
body.home section.about .h3:before, body.home section.news .h3:before {
  content: "";
  display: block;
  width: 1px;
  height: 206px;
  background: #d0d0d0;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
body.home section.quick {
  padding: 45px 0;
}
body.home section.quick .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1800px;
  width: 95vw;
}
body.home section.product {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}
body.home section.product:before {
  content: "";
  display: block;
  max-width: 1800px;
  width: 95vw;
  height: 340px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/home/bg-product.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
body.home section.product .h3 {
  margin-bottom: 80px;
}
body.home section.product .gallery-list .item .item-detail, body.home section.product .gallery-list .item .item-wrap {
  margin-left: 15px;
  margin-right: 15px;
}
body.home .txt-box {
  height: 100%;
  padding: 25px;
  border: 25px solid var(--third-color);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
body.home .txt-box .h4 {
  color: var(--second-color);
  font-size: 2rem;
}
body.home .txt-box p {
  font-size: 0.975rem;
}
body.home .txt-box p + .btn {
  margin-top: 30px;
}
body.home .quick-box {
  display: flex;
}
body.home .quick-box .quick-item {
  display: block;
  position: relative;
  flex: 1 1.2 100%;
  transition: all ease 0.5s;
  overflow: hidden;
}
body.home .quick-box .quick-item .pic {
  height: 420px;
}
body.home .quick-box .quick-item .info {
  padding: 25px;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.75), transparent);
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.5s;
  transform: translateY(10%);
}
body.home .quick-box .quick-item .info .title {
  color: #fff;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
}
body.home .quick-box .quick-item .info .title:before {
  content: "";
  display: block;
  position: absolute;
  background: var(--second-color);
  width: 2em;
  height: 1px;
  top: -15px;
  left: 0;
}
body.home .quick-box .quick-item .info .desc {
  color: var(--bs-gray-300);
  margin-bottom: 0;
  font-size: 0.9375rem;
  opacity: 0.8;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.home .quick-box .quick-item:hover {
  flex: 1 1 100%;
}
body.home .quick-box .quick-item:hover .info {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/*----------------------------------------- 單元 about --------------------------------------*/
body.about .function-bar {
  display: none !important;
}

/*----------------------------------------- 商品 product --------------------------------------*/
body.product .container .ezshare-box {
  padding-left: 0;
}

.footer_mid .footer-info ul.tat_x li label {
    font-weight: bold;
    font-size: 16px;
}

.footer_mid .footer-info ul.tat_x li a {
    font-weight: bold;
    font-size: 16px;
}

body.contact span.radio-inline {
    padding-right: 10px;
}
