@charset "UTF-8";
section.page {
  position: relative;
  z-index: 1;
}

.container-100 {
  position: relative;
  max-width: 100%;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.border-bottom {
  border-bottom: solid 1px #000000;
}

.btn {
  color: #fff;
  cursor: pointer;
  border: none;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #0F0F0F, #535556, #9D9D9D, #cccccc);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}
.btn:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}

.btn01 {
  color: #FFF !important;
  border-radius: 6px !important;
  background: #94C9E5 !important;
  border: solid 1px #94C9E5 !important;
}
.btn01:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF !important;
}

.btn02 {
  background: #282828 !important;
  color: #FFF !important;
  border: solid 1px #282828 !important;
}
.btn02:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
}

.btn_reset {
  background: #b2b2b2 !important;
  border: solid 1px #b2b2b2 !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

.btn_submit {
  background: #282828 !important;
  border: solid 1px #282828 !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

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

.color01 {
  color: #282828;
}

.color02 {
  color: #94C9E5;
}

.color03 {
  color: #D4ECFF;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

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

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

.top-allc {
  padding: 5% 0 15% 0;
}

.box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1411764706);
  background: #FFF;
}

.bg {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(255, 238, 238) 61%, rgb(255, 238, 238) 100%);
  position: relative;
}
.bg::before {
  position: absolute;
  background: url(../img/bg_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 40px;
  width: 236px;
  height: 292px;
  content: "";
}
.bg::after {
  position: absolute;
  background: url(../img/bg_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 55px;
  right: 40px;
  width: 220px;
  height: 270px;
  content: "";
}

.bg01 {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("../img/bg01.jpg");
}

.bg02 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-position: left 20% center;
  background-image: url("../img/bg02.jpg");
}

.bg03 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg03.jpg");
}

.bg_page {
  background: #FFF;
  position: relative;
}
.bg_page::after {
  content: "";
  position: absolute;
  background-image: url(../img/page_after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  bottom: 0px;
  left: 0px;
  width: 40%;
  height: 100%;
}
.bg_page::before {
  content: "";
  position: absolute;
  background-image: url(../img/page_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  top: -2px;
  right: 0px;
  width: 30%;
  height: 80%;
}

.bg_contact {
  background: #EFEFEF;
}

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

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  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: 40%;
}
.banner .swiper-banner .swiper-slide 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-slide img a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #FFF;
  text-shadow: 0.1em 0.1em 0.1em #ccc;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b2b2b2;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title {
  margin: 30px auto;
  display: inline-block;
  text-align: center;
}
.title h1, .title h2 {
  font-size: 35px;
  letter-spacing: 6px;
  font-weight: 600;
}
.title span {
  display: inline-block;
  margin-top: 6px;
  color: #b2b2b2;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.title span::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #b2b2b2;
  left: -100px;
  bottom: 8px;
}
.title span::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #b2b2b2;
  right: -100px;
  bottom: 8px;
}

/*大標*/
.title01 {
  margin: 30px auto;
  display: inline-block;
}
.title01 h1, .title01 h2 {
  font-size: 35px;
  letter-spacing: 6px;
  font-weight: 600;
}
.title01 span {
  display: inline-block;
  margin-top: 6px;
  color: #b2b2b2;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
}
.title01 span::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #b2b2b2;
  bottom: 8px;
  left: 100%;
}

.tilte01 h2 {
  width: -moz-fit-content;
  width: fit-content;
  background: #282828;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tilte01 hr {
  margin: 0;
}

.title_line hr {
  background: #e9e9e9;
  height: 4px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #282828;
  width: 50px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line h3 {
  color: #282828;
  font-size: 25px;
}

.index-about .about-left {
  width: 50%;
  margin-top: 10%;
  margin-bottom: 5%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 4% 6%;
  position: relative;
  z-index: 1;
}
.index-about .about-left .btn {
  margin-top: 50px;
}
.index-about .about-right {
  width: 75%;
  margin-top: -50%;
  margin-left: 25%;
  position: relative;
  z-index: 0;
}
.index-about .about-right .imgbox {
  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: 65%;
}
.index-about .about-right .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-about .about-right .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;
}

.index-stamp {
  position: relative;
  display: flex;
  align-items: center;
  background: #e9e9e9;
}
.index-stamp .stamp-left {
  width: 40%;
  position: relative;
}
.index-stamp .stamp-left .imgbox {
  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: 100%;
}
.index-stamp .stamp-left .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-stamp .stamp-left .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;
}
.index-stamp .stamp-left .center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  z-index: 1;
}
.index-stamp .stamp-left .center img {
  width: 100%;
  max-width: 400px;
}
.index-stamp .stamp-right {
  width: 60%;
  background: #e9e9e9;
  position: relative;
}
.index-stamp .stamp-right .stamp-info {
  padding: 4% 6%;
}
.index-stamp .stamp-right .stamp-info img {
  width: 50%;
}

.index-marquee {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index-marquee .marquee-content {
  display: flex;
  animation: marquee 30s linear infinite running;
}
.index-marquee .marquee-content:hover {
  animation-play-state: paused;
}
.index-marquee .marquee-content .marquee-tag {
  margin: 0em 0.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.index-marquee .marquee-content .marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
  cursor: pointer;
}

.index-service {
  margin-top: -7%;
  margin-bottom: 5%;
}
.index-service .servicebox {
  width: 22%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  padding: 44px;
  transition: all 0.5s ease-in-out;
}
.index-service .servicebox:hover {
  background: #e9e9e9;
}
.index-service .servicebox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-service .servicebox h4 {
  line-height: 1.5;
}
.index-service .servicebox .imgbox {
  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: 75%;
}
.index-service .servicebox .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;
  width: 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;
}

.swiper-product {
  margin: 0 40px;
  overflow: hidden;
}
.swiper-product .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-product .swiper-wrapper .swiper-slide:nth-child(even) {
  margin-top: 60px;
}
.swiper-product .swiper-wrapper .swiper-slide:hover .product .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.swiper-product .swiper-wrapper .swiper-slide:hover p::after {
  width: 40%;
}
.swiper-product .swiper-wrapper .swiper-slide .product {
  position: relative;
  margin-right: 10px;
}
.swiper-product .swiper-wrapper .swiper-slide .product .imgbox {
  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;
  cursor: pointer;
  padding-bottom: 95%;
}
.swiper-product .swiper-wrapper .swiper-slide .product .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;
}
.swiper-product .swiper-wrapper .swiper-slide p {
  position: relative;
  background: #FFF;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 15px 10px;
  margin-top: -15px;
  margin-left: 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.swiper-product .swiper-wrapper .swiper-slide p::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 3px;
  background: #282828;
  transition: all 0.5s ease-in-out;
}
.swiper-product .buttonbox .swiper-button-next, .swiper-product .buttonbox .swiper-button-prev {
  background: #b2b2b2;
  outline: none;
  width: 30px;
  height: 30px;
}
.swiper-product .buttonbox .swiper-button-next {
  right: 0;
}
.swiper-product .buttonbox .swiper-button-prev {
  left: 0;
}
.swiper-product .buttonbox .swiper-button-next:after, .swiper-product .buttonbox .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
}

.morepic {
  margin-top: 30px;
  text-align: center;
}
.morepic p {
  line-height: 1rem;
  word-wrap: break-word;
  font-weight: 600;
  margin-top: 10px;
  color: #505050;
}
.morepic .imgbox {
  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: 65%;
}
.morepic .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.morepic .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;
}

.service {
  margin-bottom: 30px;
}
.service:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.service:hover .textbox h4 {
  background: #707070;
}
.service .imgbox {
  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: 85%;
  background: #e9e9e9;
}
.service .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;
  width: auto;
}
.service .textbox {
  margin-top: 10px;
  text-align: center;
}
.service .textbox h4 {
  background: #282828;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 5px;
  -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;
}

.history {
  padding: 20px 0px;
  margin: 0 10px;
  border-left: solid 5px #e9e9e9;
  position: relative;
}
.history .history_box {
  border: solid 2px #CECECE;
  margin: 40px 0px 40px 40px;
  border-radius: 10px;
  position: relative;
}
.history .history_box::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #282828;
  border: solid 10px #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3137254902);
  left: -60px;
  top: calc(50% - 15px);
}
.history .history_box::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #000;
  left: -60px;
  top: 50%;
}
.history .name {
  display: flex;
  align-items: center;
  background: #282828;
  border-radius: 10px 10px 0 0;
  padding: 12px 20px;
}
.history .name .number, .history .name .year {
  color: #fff;
  font-size: 40px;
}
.history .name .number {
  background: #707070;
  padding: 5px;
  margin-right: 20px;
}
.history .info {
  padding: 20px 40px;
  margin: 20px 0px;
  display: flex;
  width: 100%;
}
.history .info p {
  width: 50%;
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #505050;
}
.history .info .imgbox {
  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;
  width: 50%;
  padding-bottom: 24%;
}
.history .info .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.history .info .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;
}

.history .history_box:nth-child(odd) {
  background: #FFF;
}

.history .history_box:nth-child(even) {
  background: #e9e9e9;
}

.index-links {
  position: relative;
  margin-top: -5%;
  padding-bottom: 2%;
}
.index-links::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #282828;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index-links .container {
  background: #e9e9e9;
  padding: 0 50px 20px;
}

.swiper-links {
  padding: 30px 5px 50px;
}
.swiper-links .swiper-pagination-bullet {
  background: #707070;
}
.swiper-links .swiper-pagination-bullet-active {
  background: #282828;
}

.links .imgbox {
  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;
  background: #FFF;
  padding-bottom: 50%;
  border: 1px solid #282828;
}
.links .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.links .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;
}

.product .product-text {
  padding: 10px 0px;
}
.product .product-img {
  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: 66%;
}
.product .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -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 .product-img img {
  transform: scale(1.1);
}
.product:hover .product-text h4 {
  color: #282828;
}

h3.product_detail {
  display: inline-block;
  background: #282828;
  padding: 10px 20px;
  color: #FFF;
}

.frame {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: rgba(255, 255, 255, 0.6156862745);
  padding: 40px 20px;
  margin-top: 30px;
}

.product-page .frame {
  margin-top: 0px;
}

.product_d-money ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.number-p .shopify-buy {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.number-p .shopify-buy button {
  background: #282828;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}
.number-p .shopify-buy input[type=number] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

/*產品 */
.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: 405px !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: #282828 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #D4ECFF;
  border: solid 1px #D4ECFF;
}
.shop-btn .shop-btn-basket a {
  color: #ffffff;
}
.shop-btn .shop-btn-shop {
  background: #FFAA00;
  border: solid 1px #FFAA00;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

.contact-box {
  border: solid 1px #282828;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.contact-box .leftbox {
  position: relative;
  background: #282828;
  width: 50%;
  color: #FFF;
  padding: 30px 20px;
  line-height: 30px;
}
.contact-box .leftbox::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 1px;
  background: #FFF;
  right: 0;
  bottom: 50%;
}
.contact-box .rightbox {
  position: relative;
  text-align: right;
  width: 50%;
  color: #282828;
  padding: 30px 20px;
}
.contact-box .rightbox i {
  font-size: 40px;
}
.contact-box .rightbox::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 1px;
  background: #282828;
  left: 0;
  bottom: 50%;
}

.info-box .contact {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.info-box p {
  font-size: 18px;
  display: inline-block;
  width: calc(100% - 100px);
}
.info-box span {
  margin-top: 5px;
  width: 100px;
}
.info-box span i {
  background: #282828;
  color: #FFF;
  padding: 6px;
  border-radius: 100px;
  margin-right: 10px;
}

.company-img .imgbox {
  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: 48%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.company-img .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.company-img .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;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #282828;
  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: #e9e9e9;
  border-bottom: 1px solid #282828;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #282828;
  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: 1440px) {
  .product2 .product-text {
    padding: 0px;
  }
  .product2 .product-text h4 {
    line-height: 24px;
  }
  .product2 .product-img {
    margin: 0px 0px 10px 0px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1280px) {
  .index-stamp .stamp-left .imgbox {
    padding-bottom: 120%;
    height: 100%;
  }
  .index-stamp .stamp-left .imgbox img {
    height: 100%;
  }
  .index-stamp .stamp-left .center img {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-box .leftbox h3 {
    font-size: 20px;
  }
  .contact-box .rightbox h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .cord04 .cord04-img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .index-service .servicebox {
    padding: 20px;
  }
  .index-stamp {
    display: block;
  }
  .index-stamp .stamp-left {
    width: 100%;
  }
  .index-stamp .stamp-left .imgbox {
    padding-bottom: 25%;
  }
  .index-stamp .stamp-left .center {
    right: 5%;
    top: auto;
    transform: translateY(0);
    bottom: -70%;
  }
  .index-stamp .stamp-left .center img {
    max-width: 250px;
  }
  .index-stamp .stamp-right {
    width: 100%;
  }
  .index-service {
    margin-top: -10%;
  }
  .index-service .servicebox {
    width: 46%;
    margin: 10px auto;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .contact-box .leftbox, .contact-box .rightbox {
    width: 100%;
    padding: 10px 20px;
  }
  .history .history_box .info {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
  }
  .history .history_box .info p {
    font-size: 18px;
  }
  /*大標*/
  .title {
    margin: 30px auto;
  }
  .title h1, .title h2 {
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .title span {
    display: inline-block;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
  }
  .title01 {
    margin: 30px auto;
  }
  .title01 h1, .title01 h2 {
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .title01 span {
    display: inline-block;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
  }
  .index-about {
    display: block;
  }
  .index-about .about-left {
    width: 65%;
    padding: 20px;
    text-align: left;
  }
  .index-about .about-right {
    padding: 0px 20px 20px 20px;
    width: 100%;
    margin-top: -55%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .links {
    margin: 0 auto;
  }
  .index-about .about-left {
    width: 95%;
    margin-top: 5px;
    margin-left: -25px;
  }
  .index-about .about-right {
    padding: 0px;
    width: 100%;
    margin-top: -60%;
  }
  .cord04 .cord04-img {
    height: 225px;
  }
  .history .history_box .info {
    display: block;
    padding: 20px;
  }
  .history .history_box .info p, .history .history_box .info .imgbox {
    width: 100%;
  }
  .history .history_box .info p {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .index-stamp .stamp-left .center img {
    max-width: 150px;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .banner .swiper-banner .swiper-button-next::after, .banner .swiper-banner .swiper-button-prev::after {
    font-size: 30px;
  }
  .btn {
    font-size: 18px !important;
  }
  .btn:hover {
    font-size: 18px !important;
  }
  .title_line h3 {
    font-size: 22px;
  }
  .index-about .about-left {
    width: 95%;
    margin-top: 5px;
    margin-left: 10px;
  }
  .index-about .about-right {
    width: 100%;
    margin-top: -50%;
  }
  .contact-box {
    margin-bottom: 10px;
  }
  .contact-box .rightbox::before {
    right: 0%;
    left: auto;
  }
  .contact-box .rightbox h3 {
    text-align: left;
    font-size: 18px;
  }
  .contact-box .rightbox h3 i {
    font-size: 24px;
  }
  .index-marquee {
    padding: 0;
  }
  .marquee-tag {
    width: 200px;
    height: 150px;
    overflow: hidden;
  }
  .marquee-tag img {
    width: 100%;
  }
  .history {
    padding: 20px 0px;
    margin: 0 10px;
    border-left: solid 5px #e9e9e9;
    position: relative;
  }
  .history .history_box {
    border: solid 2px #CECECE;
    margin: 20px 0px 20px 20px;
    padding: 20px 20px;
    border-radius: 10px;
    position: relative;
  }
  .history .history_box::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #282828;
    border: solid 7px #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3137254902);
    left: -37px;
    top: calc(50% - 12px);
  }
  .history .history_box::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    left: -30px;
    top: 50%;
  }
  .history .history_box .info {
    margin: 10px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
  }
  .history .name .number, .history .name .year {
    font-size: 20px;
  }
  .bg02, .bg03 {
    background-attachment: scroll;
  }
  .index-links .container {
    padding: 0;
    width: 85%;
  }
  /*大標*/
  .title01 h1, .title01 h2 {
    font-size: 24px;
  }
  .title {
    margin: 10px auto;
  }
  .title h1, .title h2 {
    font-size: 24px;
  }
  .title span {
    display: inline-block;
    margin-top: 6px;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: 600;
    position: relative;
  }
  .title span::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #b2b2b2;
    left: -60px;
    bottom: 8px;
  }
  .title span::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #b2b2b2;
    right: -60px;
    bottom: 8px;
  }
  .swiper-product .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .swiper-product .swiper-wrapper .swiper-slide p {
    text-align: center;
  }
  .product .product-text .money {
    display: block;
  }
  .product .product-text .money p {
    font-size: 16px;
  }
  .product .product-text .money span {
    display: block;
    margin-top: 10px;
  }
  .product .product-text .money span::before {
    width: 100%;
    margin-left: 0px;
  }
  .product .product-text .money span input {
    width: 100%;
  }
  .info-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .contact-box .rightbox, .contact-box .leftbox {
    padding: 10px 10px;
  }
  .contact-box .rightbox h3, .contact-box .leftbox h3 {
    font-size: 16px;
  }
  .contact-box .rightbox::before, .contact-box .leftbox::before {
    width: 30px;
  }
}
@media screen and (max-width: 360px) {
  .contact-box .rightbox::before, .contact-box .leftbox::before {
    width: 15px;
  }
}/*# sourceMappingURL=all.css.map */