@charset "UTF-8";
.mob_open {
  display: none;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.w600 {
  font-weight: 600;
}

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

.d-flexj {
  display: flex;
  justify-content: center;
}

.min120 {
  min-width: 120px;
}

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

section.page .container {
  background: #fff;
  padding: 60px 60px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
section.page .container::before {
  content: "";
  position: absolute;
  background-image: url(../img/page.svg);
  background-position: right top;
  width: 70%;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  top: 0px;
}

.w100 {
  width: 100px;
}

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

.container-90 {
  position: relative;
  max-width: 90%;
  margin-left: 0;
}

.grayline {
  background: #E5E5E5;
  width: 100%;
}

.btn, .btn_g {
  font-size: 16px;
  letter-spacing: 1px;
  background: #FFF;
  border: solid 1px #2EA7E0;
  border-radius: 40px;
  color: #2EA7E0;
  padding: 10px 30px;
  position: relative;
}
.btn:hover, .btn_g:hover {
  background: #2EA7E0;
  color: #FFF;
}

.btn_g {
  background: #E5E5E5 !important;
  border: solid 1px #E5E5E5 !important;
  color: #505050 !important;
}
.btn_g:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
  color: #FFF !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: #2EA7E0 !important;
  border: solid 1px #2EA7E0 !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

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

.color01 {
  color: #2EA7E0 !important;
}

.color02 {
  color: #898989;
}

.color03 {
  color: #D5ECEE;
}

.color_gray {
  color: #505050 !important;
}

.color_E5 {
  color: #E5E5E5 !important;
}

.color_w {
  color: #FFF !important;
}

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

.push {
  padding-top: 120px;
}

.bg_main {
  background-image: url("../img/main_bg.jpg");
  background-repeat: repeat;
  position: relative;
}

.bg01 {
  position: relative;
}
.bg01::after {
  content: "";
  position: absolute;
  background-image: url(../img/about_after.svg);
  width: 156px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}

.bg_right_circle {
  position: relative;
}
.bg_right_circle::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg_after.svg);
  max-width: 10%;
  width: 156px;
  height: 630px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  right: 0px;
  bottom: -550px;
}

.bg02 {
  background-image: url("../img/bg02.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.bg_circle {
  position: relative;
}
.bg_circle::after {
  content: "";
  position: absolute;
  background-image: url(../img/circle_l.svg);
  background-position: left;
  width: 360px;
  height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.bg_circle::before {
  content: "";
  position: absolute;
  background-image: url(../img/circle_r.svg);
  background-position: right;
  width: 360px;
  height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  bottom: 0px;
}

.bg03 {
  position: relative;
}
.bg03::after {
  content: "";
  position: absolute;
  background-image: url("../img/bg03_after.svg");
  width: 156px;
  height: 159px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: -159px;
}
.bg03::before {
  content: "";
  position: absolute;
  background-image: url("../img/bg03.jpg");
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}

.bg_gray {
  position: relative;
}
.bg_gray::before {
  content: "";
  position: absolute;
  background: #b2b2b2;
  opacity: 0.25;
  width: 100%;
  height: 288px;
  left: 0px;
  top: 0px;
}

.bg04 {
  background-image: url("../img/bg04.png");
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  background-size: cover;
}

.bg_page {
  background-image: url("../img/main_bg.jpg");
  background-repeat: repeat;
  position: relative;
}

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

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}
.banner .swiper-banner .swiper-slide img {
  position: relative;
  width: 100%;
}
.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner .swiper-banner .swiper-button-prev, .banner .swiper-banner .swiper-button-next {
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
.banner .swiper-banner .swiper-button-next:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/arrow_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
}
.banner .swiper-banner .swiper-button-prev:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/arrow_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #2EA7E0;
}

main .bn {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}
main .bn img {
  width: 100%;
}

/*大標*/
.title {
  margin: 0 0 60px;
  display: inline-block;
}
.title p {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.title h1, .title h2 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  display: block;
}

.page_title {
  position: relative;
  margin: 0 0 30px 0;
}
.page_title p {
  color: #2EA7E0;
  font-size: 16px;
}
.page_title h2 {
  color: #2EA7E0;
  font-weight: 600;
  font-size: 25px;
}

.title_line hr {
  background: #FFF;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #2EA7E0;
  width: 75px;
  height: 2px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h3, .title_line h4 {
  font-size: 24px;
  color: #707070;
}
.title_line time {
  margin-bottom: 6px;
  display: block;
  color: #b2b2b2;
}

.contact .info-box p {
  font-size: 18px;
  margin: 0 0 20px 0;
  position: relative;
  position: relative;
  padding-left: 50px;
}
.contact .info-box p::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 18px);
  left: 0;
  width: 36px;
  height: 36px;
}
.contact .info-box p.c-email:before {
  background-image: url(../img/c-email.svg);
}
.contact .info-box p.c-add:before {
  background-image: url(../img/c-add.svg);
}
.contact .form-box {
  position: relative;
  background: #E5E5E5;
  margin-left: -100px;
  padding: 80px 40px 80px 140px;
}
.contact .form-box .title_line hr {
  background: #ffffff;
}
.contact .form-box .title_line hr::before {
  background: #2EA7E0;
}

.index-about {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.index-about .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto !important;
  width: 68% !important;
  padding-bottom: 36%;
}
.index-about .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-about .infobox {
  width: 40%;
  margin-left: -8%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0862745098);
  padding: 4.5%;
  position: relative;
}
.index-about .infobox p {
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bg_fff {
  position: relative;
}
.bg_fff::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.index-news {
  background: #fff;
  padding: 30px 40px;
}

.newsbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: solid 1px #E5E5E5;
}
.newsbox:hover .morebox {
  color: #2EA7E0;
  -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;
}
.newsbox .morebox {
  width: 140px !important;
  color: #E5E5E5;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -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;
}
.newsbox .morebox i {
  font-size: 25px;
  margin-left: 2px;
}
.newsbox .infobox {
  width: calc(100% - 140px);
  position: relative;
  padding: 20px 0;
}
.newsbox .infobox .top {
  display: flex;
  align-items: center;
}
.newsbox .infobox .top h3 {
  color: #2EA7E0;
}
.newsbox .infobox .top .time {
  background: #2EA7E0;
  color: #fff;
  padding: 4px 8px;
  margin-right: 10px;
}
.newsbox .infobox p {
  color: #505050;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -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;
}

.article {
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0862745098);
}
.article h3 {
  padding: 20px 10px;
  font-weight: 600;
  text-align: center;
}
.article .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.article .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;
}
.article:hover h3 {
  color: #2EA7E0;
}
.article: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);
}

.itembox .imgbox {
  padding-bottom: 40.5%;
  border-radius: 10px;
  margin: 15px 0;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.itembox .imgbox::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 20%;
  left: 40px;
  width: 50px;
  height: 50px;
  z-index: 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;
}
.itembox .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;
}
.itembox .imgbox .textbox {
  position: absolute;
  top: 20%;
  left: 40px;
}
.itembox .imgbox:hover::before {
  left: 70px;
  -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;
}
.itembox .imgbox:hover 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);
}

.linkbox {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.linkbox .links {
  width: calc(20% - 30px);
  margin: 0 15px 30px 15px;
}
.linkbox .links .imgbox {
  width: 100% !important;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.linkbox .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;
}
.linkbox .links: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);
}

.moreimgs .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 74%;
}
.moreimgs .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;
}
.moreimgs .imgbox p {
  -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;
}
.moreimgs: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);
}
.moreimgs:hover p {
  color: #2EA7E0;
  -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;
}

article section .container .index-links-prev-next {
  position: relative;
}
article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #2EA7E0;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}
article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

.product {
  margin: 0 0 50px 0;
}
.product h4 {
  margin: 10px 0;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #FFF;
}
.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;
}
.product .imgbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(97, 97, 97, 0.5098039216);
  opacity: 0;
  z-index: 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;
}
.product .imgbox a .more-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.product .imgbox a .more-info i {
  border: solid 1px #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 6px;
  font-size: 25px;
}
.product .imgbox a .more-info span {
  width: 100%;
}
.product .imgbox:hover a {
  opacity: 1;
}
.product .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.serach-box {
  display: flex;
  width: 100%;
  margin: 40px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 20px;
}
.serach-box .serach-left {
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.serach-box .serach-left img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.serach-box:hover .serach-left img {
  transform: scale(1.1);
}
.serach-box:hover .serach-right h2 {
  color: #2EA7E0;
}
.serach-box .serach-right {
  padding: 10px 10px 10px 30px;
  width: 75%;
}
.serach-box .serach-right .serach-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0px;
  color: #707070;
  margin-bottom: 0;
}

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

.swiper-company {
  padding-top: 60px !important;
}

.swiper-company .swiper-slide img, .related-product .swiper-slide img {
  width: 100%;
}
.swiper-company .swiper-button-next, .swiper-company .swiper-button-prev, .related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: 25px;
  background: #2EA7E0;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
}
.swiper-company .swiper-button-next:after, .swiper-company .swiper-button-prev:after, .related-product .swiper-button-next:after, .related-product .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
  font-family: "fontello";
}
.swiper-company .swiper-button-next:after, .related-product .swiper-button-next:after {
  content: "\e81b";
}
.swiper-company .swiper-button-prev:after, .related-product .swiper-button-prev:after {
  content: "\e81f";
}
.swiper-company .swiper-button-next, .related-product .swiper-button-next {
  right: 0px !important;
}
.swiper-company .swiper-button-prev, .related-product .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #2EA7E0;
}

.swiper-slide-thumb-active {
  border: solid 3px #707070;
  box-sizing: border-box;
}

.related-product {
  position: relative;
}
.related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: calc(50% - 20px);
}
.related-product .swiper-button-prev {
  left: -25px;
  right: auto;
}
.related-product .swiper-button-next {
  right: -25px;
  left: auto;
}

.products-img {
  display: none;
}
.products-img img {
  width: 100%;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}
.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
}
.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.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: #D5ECEE;
  border: solid 1px #D5ECEE;
}
.shop-btn .shop-btn-basket a {
  color: #ffffff;
}
.shop-btn .shop-btn-shop {
  background: #F39200;
  border: solid 1px #F39200;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

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

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

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .order-center tr td {
    text-align: left !important;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
.order-center tr td {
  text-align: center;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table th {
  color: #ffffff;
}
.rwd-table td:before {
  color: #000000;
}
.rwd-table thead th {
  background: #707070;
}
.rwd-table tbody tr {
  background: #ffffff;
}
.rwd-table tbody tr td {
  color: #000000;
}
.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}
.rwd-table tbody tr td button {
  border: solid 1px #000000;
}
.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 {
  border: solid 1px #000000;
}
.rwd-table.rwd-table-order2 thead {
  background: #707070;
}
.rwd-table.rwd-table-order2 tr {
  border: none;
}
.rwd-table.rwd-table-order2 tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
  width: 100px;
  height: 100px;
  margin: 5px 10px;
}

.rwd-table.rwd-table-order2 tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 50%;
}
.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right;
}
.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #E5E5E5;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #E5E5E5;
}
.rwd-table.rwd-table-order2 tbody .total td {
  color: #b81b23;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 60%;
}
.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}
.rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
  width: 10%;
}
.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}
.rwd-table.rwd-table-order3 td .shopify-buy {
  display: flex;
  margin: 0 10px;
}
.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc(100% - 80px);
  margin: 0 10px;
  text-align: center;
}
.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 55%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 12%;
    text-align: center;
  }
}
@media screen and (max-width: 1440px) {
  section.page .container::before {
    width: 80%;
  }
  .itembox .imgbox .textbox .title p, .itembox .imgbox .textbox .title h2 {
    font-size: 26px;
  }
  .itembox .imgbox::before {
    width: 35px;
    height: 35px;
  }
  .bg03 .title p {
    font-size: 25px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
  .storebox {
    margin-right: 20px;
  }
  .store-info .col-lg-7 .d-flex p:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  section.page .container::before {
    width: 100%;
  }
  .bg03::before {
    width: 45%;
  }
  .bg_right_circle::after {
    max-width: 8%;
  }
  .index-about .infobox {
    padding: 3%;
  }
  /*大標*/
  .title {
    margin: 0 0 30px;
    display: inline-block;
  }
  .title p {
    font-size: 30px;
  }
  .title h1, .title h2 {
    font-size: 26px;
  }
  .contact .info-box p {
    margin: 0 0 18px 0;
    font-size: 17px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #2EA7E0;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 991px) {
  .swiper-slide .article {
    margin-bottom: 50px;
  }
  .article {
    margin-bottom: 30px;
  }
  .pb0_991 {
    padding-bottom: 0 !important;
  }
  .bg03::before {
    width: 100%;
    height: 350px;
  }
  .bg_circle::before, .bg_circle::after {
    width: 250px;
    height: 250px;
  }
  .btn, .btn_g {
    letter-spacing: 0px;
    padding: 6px 18px;
  }
  .container-90 {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .mob_open {
    display: block;
  }
  .pc_open {
    display: none;
  }
  .bg01::after {
    z-index: -1;
  }
  .index-about {
    margin-bottom: 60px;
  }
  .index-about .imgbox {
    width: 100% !important;
    padding-bottom: 53%;
  }
  .index-about .infobox {
    margin-left: 0 !important;
    width: 100%;
    padding: 30px;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
  .frame {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.page .container::before {
    width: 220%;
    height: 450px;
  }
  .center768 {
    text-align: center;
  }
  .linkbox .links {
    width: calc(33.333% - 30px);
    margin: 0 15px 20px 15px;
  }
  .bg03::before {
    height: 400px;
  }
  .top-alla {
    padding: 60px 0;
  }
  .index-news {
    background: #fff;
    padding: 30px 30px;
  }
  .newsbox .morebox {
    width: 100px !important;
    font-size: 14px;
  }
  .newsbox .morebox i {
    font-size: 20px;
  }
  .newsbox .infobox {
    width: calc(100% - 100px);
    position: relative;
    padding: 20px 0;
  }
  .newsbox .infobox .top {
    display: block;
  }
  .newsbox .infobox .top h3 {
    color: #2EA7E0;
  }
  .newsbox .infobox .top .time {
    font-size: 14px;
    display: inline-block;
  }
  /*大標*/
  .title {
    margin: 0 0 40px;
    display: inline-block;
  }
  .title p {
    font-size: 26px;
  }
  .title h1, .title h2 {
    font-size: 24px;
  }
  .page_title p {
    font-size: 14px;
  }
  .page_title h2 {
    font-size: 20px;
  }
  main .bn img {
    width: 120%;
  }
  section.page .container {
    padding: 40px 40px;
  }
  .frame {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
    background: #FFF;
    padding: 50px 20px;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -120px;
    background: #2EA7E0;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  form.book-search dl dd {
    margin-bottom: 0rem !important;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 15%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5% !important;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
  .search-box .sbi-input {
    width: 65%;
  }
}
@media screen and (max-width: 667px) {
  .banner .swiper-banner .swiper-button-prev:after, .banner .swiper-banner .swiper-button-next:after {
    width: 35px;
    height: 35px;
  }
  .banner .swiper-banner .swiper-button-prev, .banner .swiper-banner .swiper-button-next {
    top: 50%;
    width: 40px;
    height: 40px;
  }
  .itembox .imgbox::before {
    width: 35px;
    height: 35px;
  }
  .itembox .imgbox::after {
    font-size: 25px;
    bottom: 35px;
    right: 39px;
  }
  .bg_right_circle::after {
    max-width: 15%;
  }
  .banner .swiper-banner .swiper-button-next:after, .banner .swiper-banner .swiper-button-prev:after {
    font-size: 30px;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .push {
    padding-top: 100px;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50% !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 25px;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100% !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  section.page .container {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .banner .swiper-banner .swiper-slide a img {
    width: 120%;
    margin-left: -10%;
  }
  .banner .swiper-banner .swiper-slide img {
    width: 120%;
    margin-left: -10%;
  }
  .banner .swiper-banner .swiper-button-prev, .banner .swiper-banner .swiper-button-next {
    display: none;
  }
  .itembox .imgbox .textbox {
    top: 20px;
  }
  .itembox .imgbox .textbox .title p, .itembox .imgbox .textbox .title h2 {
    font-size: 22px;
  }
  .itembox .imgbox::before {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }
  .bg_right_circle::after {
    display: none;
  }
  .newsbox .morebox {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .newsbox .infobox {
    width: 100% !important;
    padding: 20px 0 6px 0;
  }
  .index-news {
    padding: 20px 20px;
  }
  .index-about .infobox {
    padding: 30px 15px;
  }
  .contact .info-box p {
    margin: 0 0 15px 0;
    padding-left: 36px;
    font-size: 16px;
  }
  .contact .info-box p::before {
    top: calc(50% - 13px);
    left: 0;
    width: 26px;
    height: 26px;
  }
  .min120 {
    min-width: 100%;
  }
  .service-page .servicebox {
    width: 68%;
  }
  section.page .container {
    width: 94%;
  }
  .swiper-company {
    padding-top: 50px !important;
  }
  .swiper-company .swiper-button-next, .swiper-company .swiper-button-prev {
    bottom: 0 !important;
    top: auto;
    width: 35px;
    height: 35px;
  }
  .swiper-company .swiper-button-next {
    right: 40% !important;
  }
  .swiper-company .swiper-button-prev {
    right: auto !important;
    left: 40% !important;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 450px) {
  .linkbox .links {
    width: calc(50% - 30px);
    margin: 0 15px 20px 15px;
  }
  .swiper-company .swiper-button-next {
    right: 35% !important;
  }
  .swiper-company .swiper-button-prev {
    right: auto !important;
    left: 35% !important;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -100px;
    background: #2EA7E0;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    padding: 8px 12px;
  }
}