@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;
}

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

.btn, .btn_back {
  position: relative;
  background: #F7C444;
  display: flex;
  align-items: center;
  padding: 10px 50px;
  border-radius: 25px;
  overflow: hidden;
}
.btn::after, .btn_back::after {
  content: "";
  position: absolute;
  width: 2%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: #E6771B;
  -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: #000;
  z-index: 2;
}
.btn:hover p, .btn:hover i, .btn_back:hover p, .btn_back:hover i {
  color: #FFF;
}
.btn:hover::after, .btn_back:hover::after {
  opacity: 1;
  width: 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;
}
.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 {
  background: #fff;
  border: 1px solid #F7C444;
}
.btn_back p, .btn_back i {
  color: #F7C444;
  -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 p, .btn_back:hover i {
  color: #FFF;
}
.btn_back:hover i::before {
  transform: translateX(-10px);
}

.btn_reset {
  background: #b2b2b2 !important;
  border: solid 1px #b2b2b2 !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: #F7C444 !important;
  border: solid 1px #F7C444 !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: #F7C444;
}

.color02 {
  color: #E6771B !important;
}

.color_gray {
  color: #505050;
}

.background_y {
  background: #FED879 !important;
}

.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;
}

.frame {
  box-shadow: 0px 0px 10px rgba(247, 196, 68, 0.25);
  background: #FFF;
  padding: 40px 20px;
  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: #F7C444;
}

.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);
}
.info-box p.mob::after {
  background-image: url(../img/mob.svg);
}

.bg01 {
  position: relative;
  background: #FEF9F1;
}
.bg01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 573px;
  height: 277px;
  background: url(../img/bg01before.png);
  z-index: 0;
}
.bg01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 343px;
  height: 366px;
  background: url(../img/bg01after.png);
  z-index: 0;
}

.bgcolor {
  position: relative;
}
.bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FEF9F1;
}

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

.bg03 {
  position: relative;
  background: url(../img/bg03.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_page {
  position: relative;
}
.bg_page::before {
  content: "";
  position: absolute;
  background: url(../img/pagebefore.jpg) top center/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
}
.bg_page::after {
  content: "";
  position: absolute;
  background: url(../img/pageafter.jpg) center center/cover no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
}

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

.maker {
  background: #F7C444;
  color: #ffffff;
  padding: 8px 25px;
  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;
  -webkit-transform: translate(-50%, -50%);
  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 #b2b2b2;
}
.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: 18%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main .page-title h2 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}

/*大標*/
.title {
  position: relative;
  text-align: center;
  display: inline-block;
}
.title h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

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

.title_line img {
  width: 50px;
  height: 50px;
  max-width: 100%;
}
.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
  margin: 12px 0;
}
.title_line hr::before {
  content: "";
  background: #F7C444;
  width: 40px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h3, .title_line h4 {
  font-size: 25px;
  color: #E6771B;
}

.index-about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-photo {
  position: relative;
  width: 48vw;
  max-width: 820px;
  min-width: 320px;
  aspect-ratio: 4/3;
}
.about-photo .about-blob {
  position: absolute;
  left: -6%;
  bottom: 5%;
  width: 108%;
  height: 92%;
  z-index: 1;
}
.about-photo .about-img {
  position: absolute;
  left: 4%;
  top: 4%;
  width: 88%;
  height: 80%;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
  display: block;
}

.service01 {
  margin-bottom: 60px;
}
.service01 .titlebox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.service01 .titlebox span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 2px;
  margin-right: 8px;
  position: relative;
}
.service01 .titlebox span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 4px;
  background: #F7C444;
}
.service01 .titlebox h4 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #E6771B;
  padding-top: 10px;
}
.service01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 62%;
  cursor: auto;
}
.service01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  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%;
}
.service01 .textbox {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-top: 12px;
}

.morepic, .morepic01 {
  margin-top: 30px;
  text-align: center;
}
.morepic p, .morepic01 p {
  word-wrap: break-word;
  font-weight: 600;
  margin-top: 10px;
}
.morepic .imgbox, .morepic01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 130%;
}
.morepic .imgbox:hover img, .morepic01 .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.morepic .imgbox img, .morepic01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  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;
}

.morepic01 {
  margin-top: 15px;
}
.morepic01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 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;
  padding-bottom: 71%;
}
.morepic01 .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  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;
}
.morepic01:hover .imgbox {
  border-radius: 10px;
}
.morepic01:hover .imgbox::after {
  opacity: 1;
}
.morepic01:hover .imgbox .more-icon {
  opacity: 1;
  z-index: 1;
}

.more-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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;
}
.more-icon::before {
  content: "";
  position: absolute;
  background: url(../img/more-icon.png) center center/contain no-repeat;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile {
  position: relative;
  padding: 10px 30px 10px 15px;
  border-radius: 50px;
  background: #FCC30A;
  z-index: 1;
}
.mobile:hover span {
  color: #DD6A15;
}
.mobile .imgbox {
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.mobile img {
  width: 45px;
  height: 45px;
}
.mobile .textbox {
  position: relative;
  z-index: 2;
}
.mobile p {
  color: #000;
  word-break: keep-all;
}
.mobile span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  -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;
}

.mobile-bg {
  position: relative;
  display: inline-block;
}
.mobile-bg:hover::after {
  top: 1px;
  right: -1px;
}
.mobile-bg::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  background: #DD6A15;
  width: 95%;
  height: 100%;
  border-radius: 50px;
  z-index: 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;
}

.knowledge {
  margin-bottom: 20px;
}
.knowledge .textbox {
  margin-top: 15px;
}
.knowledge .textbox h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000;
  font-weight: normal;
  -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;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.knowledge .imgbox_outer {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
}
.knowledge .imgbox_outer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #F7C444;
  border-radius: 20px;
  z-index: -1;
  transform: translate(-50%, -50%);
  transform-origin: center;
  opacity: 0;
}
.knowledge .imgbox_outer:hover::after {
  animation: imgbg 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(-50%, -50%) rotate(5deg);
  opacity: 1;
}
.knowledge .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 75%;
}
.knowledge .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  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;
}
.knowledge:hover .textbox h3 {
  color: #E6771B;
}
.knowledge:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

.index-shipping p.color_w {
  position: relative;
}
.index-shipping p.color_w::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9%;
  width: 40px;
  height: 4px;
  background: #F7C444;
}
.index-shipping p.color_w::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
  width: 40px;
  height: 4px;
  background: #F7C444;
}

.shipping01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56%;
  border-radius: 20px;
  cursor: auto;
  margin-bottom: 8px;
}
.shipping01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  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;
}
.shipping01 .textbox {
  text-align: center;
}
.shipping01 .textbox img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 2px;
}
.shipping01 .textbox p {
  color: #FFF;
}

.product {
  margin-bottom: 60px;
}
.product .textbox {
  position: relative;
}
.product .textbox h3 {
  text-align: center;
  position: relative;
  -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;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.product .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.product .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  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%;
}
.product:hover .textbox h3 {
  color: #F7C444;
  -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;
}
.product:hover .imgbox::after {
  opacity: 1;
}
.product:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

/*產品 */
.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: -webkit-box;
  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;
  -webkit-transition: border 0.15s linear;
  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: #F7C444 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -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 #F7C444;
  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: #ebebeb;
  border-bottom: 1px solid #F7C444;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #F7C444;
  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;
}

@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 !important;
  }
  .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;
  }
  .index-shipping p.color_w {
    width: 80%;
    margin: 0 auto;
  }
  .index-shipping p.color_w::before {
    top: 30%;
    width: 20px;
    left: -9%;
  }
  .index-shipping p.color_w::after {
    top: 30%;
    width: 20px;
    right: -9%;
  }
  .index-shipping .shipping01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  main .page-title h2 {
    font-size: 24px;
  }
  /*大標*/
  .title h2, .title02 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;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 18px;
  }
  .title_line h2 {
    font-size: 18px;
  }
  .index-contact p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 15px 10px 25px;
  }
  .btn_back {
    padding: 10px 25px 10px 15px;
  }
  .frame {
    padding: 20px 15px;
  }
}
@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: 22px;
  }
  main .page-title h2 {
    font-size: 18px;
  }
  .top-alla {
    padding: 10% 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  .title_group {
    flex-direction: column;
  }
  .title_group .btnbox {
    margin-top: 20px;
  }
  .contact-info {
    padding: 30px 10px;
  }
  .contact-info .title_line h3 {
    font-size: 18px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .contact-form .title_line h3 {
    font-size: 18px;
  }
}/*# sourceMappingURL=all.css.map */