@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes imgbg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(5deg);
  }
}
.container-100 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section.page, section.up {
  position: relative;
  z-index: 2;
}

.w100 {
  width: 100px;
}

.f18 {
  font-size: 18px !important;
}

.f15 {
  font-size: 1.5rem;
}

.border-bottom {
  border-bottom: solid 1px #333333;
}

.btn, .btn_back {
  position: relative;
  background: #0069AA;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn i::before, .btn_back i::before {
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn p, .btn i, .btn_back p, .btn_back i {
  color: #FFF;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover, .btn_back:hover {
  background: #012C42;
}
.btn:hover i::before, .btn_back:hover i::before {
  transform: translateX(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_back:hover i::before {
  transform: translateX(-10px);
}

.btn02 {
  position: relative;
  background: #FFF;
  border: 1px solid #012C42;
  color: #012C42;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_reset {
  background: #AAAAAA !important;
  border: solid 1px #AAAAAA !important;
  border-radius: 20px !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
  border-radius: 20px !important;
}

.btn_submit {
  background: #0069AA !important;
  border: solid 1px #0069AA !important;
  border-radius: 20px !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
  border-radius: 20px !important;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #0069AA;
}

.color02 {
  color: #1E4FA1;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 5% 0 8% 0;
}

.push {
  padding-top: 120px;
}

.push_page {
  padding-top: 50px;
}

.frame {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 40px 30px;
  border-radius: 20px;
}

.contact-info {
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}

.contact-info .title_line h3, .contact-form .title_line h3 {
  font-size: 22px;
  color: #0069AA;
}

.contact-form {
  background: #f0f0f0;
  padding: 30px 40px;
  border-radius: 20px;
}

.info-box {
  margin-left: 40px;
}
.info-box p {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.info-box p:hover a {
  opacity: 0.5;
}
.info-box p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 12px);
  left: -36px;
  width: 24px;
  height: 24px;
}
.info-box p.tel::after {
  background-image: url(../img/tel.svg);
}
.info-box p.fax::after {
  background-image: url(../img/fax.svg);
}
.info-box p.mail::after {
  background-image: url(../img/mail.svg);
}
.info-box p.add::after {
  background-image: url(../img/add.svg);
}

.bg01 {
  position: relative;
  background: url(../img/bg01.jpg);
  background-size: cover;
}

.bg02 {
  position: relative;
  background: url(../img/bg02.jpg);
  background-size: cover;
}

.bg03 {
  position: relative;
}
.bg03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg03.jpg) center top/100% no-repeat;
  z-index: -1;
}

.bg_w {
  background: #ffffff;
}

.bg_g {
  background: #F9F9F9;
}

.bg_page {
  position: relative;
  min-height: 100vh;
}
.bg_page::after {
  content: "";
  position: absolute;
  background: url(../img/page.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-all img {
  width: 100%;
  display: block;
}

.maker {
  background: #0069AA;
  color: #ffffff;
  padding: 8px 25px;
  width: -moz-fit-content;
  width: fit-content;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 40%;
}
.banner .swiper-banner .swiper-slide a img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #AAAAAA;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 20%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
main .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main .page-title span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}
main .page-title h4 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 6px;
  color: rgba(0, 0, 0, 0.2);
}

/*大標*/
.title, .title02 {
  position: relative;
}
.title h2, .title02 h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.title h2::after, .title02 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 110px;
  height: 8px;
  background: url(../img/titleDeco.svg) center center/contain no-repeat;
}

.title_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #0069AA;
  width: 80px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h2 {
  font-size: 32px;
  color: #0069AA;
}
.title_line img {
  width: 25px;
  max-width: 100%;
  margin-right: 10px;
}

.about-info {
  padding: 0px 6.5%;
}
.about-info p {
  line-height: 32px;
  color: #505050;
  margin: 30px 0;
}

.aboutbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 70%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.aboutbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.aboutbox:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.tech01 {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tech01::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 190px;
  height: 100px;
  background: url(../img/techLogo.svg) center center/contain no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tech01:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.tech01:hover .btn02 {
  background: #012C42;
  color: #fff;
}
.tech01:hover .demo-icon {
  color: #FFF;
}
.tech01 .tag {
  font-size: 10px;
  color: #AAAAAA;
  padding: 4px 8px;
  border: 1px solid #AAAAAA;
}
.tech01 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  min-height: 144px;
}
.tech01 .content {
  margin-bottom: 20px;
}

.swiper-product {
  margin: 50px 0px 0px 0px !important;
  padding: 20px 10px !important;
}

.product01 {
  border-bottom: 4px solid #0069AA;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
.product01:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product01:hover .textbox {
  background-color: #0069AA;
  color: #FFF;
}
.product01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-color: #FFF;
}
.product01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product01 .textbox {
  color: #0069AA;
  padding: 10px 20px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.buttonbox {
  width: 105px;
  bottom: 20px;
  position: relative;
  margin: 0 auto;
  padding-top: 120px;
}
.buttonbox .swiper-product-next, .buttonbox .swiper-product-prev {
  bottom: 0px;
  background: #012C42;
  color: #FFF;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.buttonbox .swiper-product-next::after, .buttonbox .swiper-product-prev::after {
  font-size: 14px;
  font-weight: bold;
}

.service01 {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.service01:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.service01:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.service01:hover .textbox h3 {
  color: #0069AA;
}
.service01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 98%;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #0069AA;
}
.service01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.service01 .textbox {
  margin: 10px auto;
  text-align: center;
}

.healthReVerse:nth-child(even) .health01 {
  flex-direction: row-reverse;
}

.health01 {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.health01:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.health01:hover .btn02 {
  background: #012C42;
  color: #fff;
}
.health01:hover .demo-icon {
  color: #FFF;
}
.health01:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.health01:hover .textbox h3 {
  color: #0069AA;
}
.health01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 40%;
  padding-bottom: 25%;
  border-radius: 10px;
}
.health01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.health01 .textbox {
  width: 60%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.health01 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.health01 .content {
  margin-bottom: 20px;
}

.tagbox {
  display: flex;
  align-items: center;
  margin: 10px auto;
}
.tagbox .date, .tagbox .tag {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #AAAAAA;
  padding-right: 20px;
}
.tagbox .date img, .tagbox .tag img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tech02 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 72%;
}
.tech02 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tech02:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

/*麵包屑*/
.crumbs span {
  font-size: 18px;
}
.crumbs span::after {
  content: ">";
  font-weight: bold;
  color: #000;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.crumbs span:last-of-type {
  color: #0069AA;
}
.crumbs span:last-of-type::after {
  content: none;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 420px !important;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #0069AA !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #0069AA;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
  border-bottom: 1px solid #0069AA;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #0069AA;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.form-search {
  width: 160px;
  flex: 0 0 160px;
}
.form-search form {
  width: 100%;
}
.form-search form .btn02 {
  padding: 10px 8px;
  border: 0;
}
.form-search form .input-group {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-search form .input-group label {
  color: #0069AA;
  font-size: 20px;
  width: 120px;
  font-weight: bold;
}
.form-search form .input-group .form-control {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 25px;
  padding: 6px;
  border: 1px solid #0069AA;
  border-radius: 4px;
}
.form-search form .input-group button {
  background: #0069AA;
  color: #ffffff;
  border-radius: 5px;
  width: 40px;
  flex: 0 0 40px;
  margin-left: 2px;
}

.form-search02 {
  width: 100%;
  flex: 0 0 100%;
}
.form-search02 form {
  width: 100%;
}
.form-search02 form .btn02 {
  padding: 17px 8px;
  border: 0;
  justify-content: center;
}
.form-search02 form .input-group {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-search02 form .input-group label {
  color: #0069AA;
  font-size: 20px;
  width: 120px;
  font-weight: bold;
}
.form-search02 form .input-group .form-control {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 40px;
  padding: 6px;
  border: 1px solid #0069AA;
  border-radius: 4px;
}
.form-search02 form .input-group button {
  background: #0069AA;
  color: #ffffff;
  border-radius: 5px;
  width: 40px;
  flex: 0 0 40px;
  margin-left: 2px;
}

.search01 {
  margin-bottom: 40px;
  padding: 10px 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.search01:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.search01:hover .btn02 {
  background: #012C42;
  color: #FFF;
}
.search01 .textbox {
  margin-bottom: 20px;
}
.search01 .textbox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search01 .btn02 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.partner {
  margin-bottom: 40px;
}
.partner .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 40%;
  border: 1px solid #DDD;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.partner .imgbox:hover {
  border: 1px solid #0069AA;
}
.partner .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.partner .infobox {
  margin-top: 10px;
}

.partnerTitle .icon-location:before {
  font-size: 28px;
}

.bodyFill {
  min-height: 100vh;
}
.bodyFill main {
  flex: 1;
}

.notfound {
  text-align: center;
  padding-top: 8%;
  padding-bottom: 2%;
}
.notfound .imgbox {
  text-align: center;
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.notfound .imgbox img {
  position: relative;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.notfound .imgbox img:nth-child(odd) {
  margin-bottom: 20px;
  width: 20%;
}
.notfound .imgbox img:nth-child(even) {
  width: 32%;
}
.notfound h3 {
  position: relative;
  margin-bottom: 20px;
  color: #F44336;
  text-align: center;
  display: inline-block;
}
.notfound h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background: url(../img/404-info.svg) center center/contain no-repeat;
  width: 24px;
  height: 24px;
}
.notfound a {
  text-decoration: underline !important;
  margin-bottom: 10px;
}
.notfound p {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 1680px) {
  .contact .col-lg-5 .info-box {
    margin-left: 0;
  }
  .contact .col-lg-5 .info-box p {
    font-size: 16px;
    margin: 12px 0 12px 30px;
  }
  .contact .col-lg-5 .info-box p span {
    display: block;
    margin: 4px 0 0 -30px;
  }
  .contact .col-lg-5 .info-box p::after {
    top: 0px;
    left: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .f18 {
    font-size: 17px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .btn, .btn_back {
    font-size: 16px;
  }
  .form-search {
    width: 120px;
    flex: 0 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  main .page-title h4 {
    font-size: 30px;
  }
  main .page-title h2 {
    font-size: 24px;
  }
  /*大標*/
  .title, .title02 {
    margin-bottom: 40px;
  }
  .title h2, .title02 h2 {
    font-size: 20px;
  }
  .title h4, .title02 h4 {
    font-size: 30px;
  }
  .title_line h2 {
    font-size: 22px;
  }
  .f18 {
    font-size: 16px !important;
  }
  .banner .swiper-banner .swiper-button-next::after {
    width: 25px;
    height: 30px;
    right: 0px;
  }
  .banner .swiper-banner .swiper-button-prev::after {
    width: 25px;
    height: 30px;
    left: 0px;
  }
  .banner .swiper-banner .swiper-pagination {
    display: none;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .googlebox {
    display: flex;
    justify-content: center;
  }
  .form-search {
    width: 80%;
    flex: 0 0 80%;
    margin: 0 auto;
  }
  .notfound {
    padding-top: 15%;
  }
  .notfound .imgbox img:nth-child(odd) {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 15px 10px 25px;
  }
  .btn_back {
    padding: 10px 25px 10px 15px;
  }
  .frame {
    padding: 20px 15px;
  }
  .health01 .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 60%;
  }
  .health01 .textbox {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 667px) {
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  /*大標*/
  .title h2, .title02 h2 {
    font-size: 18px;
  }
  .title h4, .title02 h4 {
    font-size: 24px;
  }
  main .page-title h4 {
    font-size: 24px;
  }
  main .page-title h2 {
    font-size: 20px;
  }
  .top-alla {
    padding: 10% 0;
  }
  .contact-info {
    padding: 30px 10px;
  }
  .contact-form {
    padding: 30px 20px;
  }
}/*# sourceMappingURL=all.css.map */