@charset "UTF-8";
.border-bottom {
  border-bottom: solid 1px #000000;
}

.w100 {
  width: 100px;
}

.btn, .btn01 {
  background: #d5d5d5;
  color: #2A488F;
  box-shadow: 5px 5px;
}
.btn:hover, .btn01:hover {
  background: #ADCEE6;
  color: #2A488F;
  box-shadow: 5px 5px;
}

.btn01 {
  background: #2A488F !important;
}

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

.btn03 {
  background: #FFF;
  color: #2A488F;
  border: solid 1px #2A488F !important;
}
.btn03:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF;
}

.btn04 {
  background: #557EC2 !important;
  color: #FFF;
  border: solid 1px #557EC2 !important;
  border-radius: 5px;
  padding: 10px 25px;
}
.btn04:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF;
}

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

.guide_list {
  width: 100%;
  margin-bottom: 30px;
}

.btn_guide {
  margin: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #505050;
  background: #ADCEE6;
  width: 33%;
  font-size: 20px;
}
.btn_guide:hover {
  background: #2A488F;
  color: #FFF;
}

.btn_guide02 {
  margin: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #FFF;
  background: #2A488F;
  width: 33%;
  font-size: 20px;
}

.guide_img img {
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.guide_text h3 {
  color: #557EC2;
  margin-bottom: 20px;
  line-height: 26px;
}
.guide_text p {
  line-height: 20px;
}

.color01 {
  color: #2A488F;
}

.color02 {
  color: #b81b23;
}

.color03 {
  color: #557EC2;
}

.color_gray {
  color: #505050;
}

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

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

.push {
  padding-top: 120px;
}

.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-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg01.jpg");
}

.bg02 {
  background-image: url("../img/bg02.jpg");
}

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

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

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

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

.maker {
  background: #2A488F;
  color: #ffffff;
  padding: 8px 25px;
  width: fit-content;
}

/*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;
  overflow: hidden;
}
.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: 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-next, .banner .swiper-banner .swiper-button-prev {
  color: rgba(255, 255, 255, 0.7607843137);
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px rgba(255, 255, 255, 0.7607843137);
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title {
  margin-bottom: 50px;
  text-align: center;
}
.title h1, .title h2 {
  font-size: 60px;
  color: #d5d5d5;
  letter-spacing: 10px;
}
.title h1 span, .title h2 span {
  letter-spacing: 0px;
  color: #2A488F;
  font-size: 30px;
  font-weight: 600;
  margin-top: -25px;
  display: block;
}
.title h2.pg {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: solid 4px #2A488F;
}

.title03 {
  margin-bottom: 20px;
}
.title03 h2 {
  text-align: center;
  font-size: 30px;
  color: #2A488F;
  letter-spacing: 6px;
}
.title03 h2 span {
  letter-spacing: 0px;
  color: #707070;
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  position: relative;
}
.title03 h2 span::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #b1b1b2;
  left: 80px;
  top: 15px;
}
.title03 h2 span::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #b1b1b2;
  right: 80px;
  top: 15px;
}

.tilte01 h2 {
  width: fit-content;
  background: #2A488F;
  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;
}

.title02 {
  align-items: center;
  color: #d19b6c;
}
.title02 i {
  font-size: 25px;
  padding-right: 5px;
}

.title_line hr {
  background: #E8E8E8;
  height: 4px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #2A488F;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line h3 {
  font-size: 25px;
  padding-right: 5px;
}

.swiper-product .swiper-wrapper .swiper-slide:nth-child(even) .product {
  margin: 60px 0 20px 0;
}

.product, .product02 {
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1411764706);
  margin: 20px 0 60px 0;
}
.product .product-text, .product .product-text01, .product02 .product-text, .product02 .product-text01 {
  background-color: #2A488F;
  padding: 10px;
  text-align: center;
}
.product .product-text h4, .product .product-text01 h4, .product02 .product-text h4, .product02 .product-text01 h4 {
  color: #ffffff;
}
.product .product-text01, .product02 .product-text01 {
  background-color: #ffffff;
}
.product .product-text01 h4, .product02 .product-text01 h4 {
  color: #000000;
}
.product .product-img, .product02 .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 74%;
}
.product .product-img img, .product02 .product-img 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;
}
.product .product-img .morebox, .product02 .product-img .morebox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.737254902);
  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 .product-img .morebox .more-icon, .product02 .product-img .morebox .more-icon {
  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 .product-img .morebox .more-icon i, .product02 .product-img .morebox .more-icon i {
  border: solid 1px #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 6px;
}
.product .product-img .morebox .more-icon span, .product02 .product-img .morebox .more-icon span {
  width: 100%;
}
.product:hover .product-img img, .product02:hover .product-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product:hover .product-img .morebox, .product02:hover .product-img .morebox {
  opacity: 1;
}

.product02 {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0;
}

.product03 {
  box-shadow: 0 0 0;
}

.product-num {
  width: 100%;
  color: #ADCEE6;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.product-num .num-line {
  width: 75%;
  background-color: #ADCEE6;
  height: 2px;
}
.product-num .num {
  padding: 0 10px 0 0;
}
.product-num .num p {
  font-size: 30px;
}

.equipment-p .product-img {
  border-radius: 10px;
}
.equipment-p .product-img img {
  border-radius: 10px;
}

.product02 {
  background-color: rgba(255, 255, 255, 0);
}

.collect {
  background: #FFF;
  border: solid 2px #FFE8E8;
  margin-bottom: 20px;
}
.collect .collect-text {
  padding: 10px;
}
.collect .collect-text h4 {
  color: #231600;
}
.collect .collect-text .money {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collect .collect-text .money p {
  color: #FF4E51;
  font-weight: 600;
  font-size: 16px;
}
.collect .collect-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px 0px;
  max-width: 180px;
}
.collect .collect-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;
}

.news-box {
  display: flex;
  width: 100%;
  margin: 60px 0;
}
.news-box .news-left {
  width: 30%;
  height: 100%;
  overflow: hidden;
}
.news-box .news-left img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.news-box:hover .news-left img {
  transform: scale(1.1);
}
.news-box .news-right {
  padding: 10px 10px 10px 30px;
  width: 70%;
}
.news-box .news-right .news-right-text {
  display: flex;
  border-bottom: solid 1px #CCC;
  align-items: center;
}
.news-box .news-right .news-right-text .div-time {
  color: #557EC2;
  text-align: center;
  margin: 0 20px 8px 0;
  border-right: dotted 1px #557EC2;
  padding-right: 12px;
}
.news-box .news-right .news-right-text .div-time .yearmonth {
  margin-bottom: 4px;
}
.news-box .news-right .news-right-text .div-time .day {
  font-size: 30px;
}
.news-box .news-right .news-right-text p {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 20px;
  color: #505050;
}
.news-box .news-right span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  color: #707070;
  margin-bottom: 0;
}
.news-box .news-right .news-right-more button {
  border: none;
  background: #F7C5C6;
  color: #FFF;
  outline: none;
  font-size: 20px;
}
.news-box .news-right .news-right-more button:hover {
  background: #2A488F;
}

.news-date {
  display: flex;
  border-bottom: solid 1px #CCC;
  align-items: center;
  padding-bottom: 8px;
}
.news-date .div-time {
  color: #557EC2;
  text-align: center;
  margin: 0 20px 0 0;
  border-right: dotted 1px #557EC2;
  padding-right: 12px;
}
.news-date .div-time .yearmonth {
  margin-bottom: 4px;
}
.news-date .div-time .day {
  font-size: 30px;
}
.news-date p {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 24px;
  color: #505050;
}

.imgbox {
  position: relative;
  z-index: 1;
}

p.index-about {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  padding: 30px;
  color: #707070;
}

.imgboxa {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
.imgboxa::after {
  content: "設備環境";
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid #ffffff;
  width: 90%;
  height: 80%;
  top: 28px;
  left: 25px;
}
.imgboxa img {
  padding: 5px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-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;
  filter: brightness(0.4);
}
.imgboxa:hover img {
  transform: scale(1.1);
}

.about_left {
  background-color: #ffffff;
  padding: 50px 30px;
  box-shadow: 0 6px #2A488F;
}
.about_left img {
  width: 100%;
}

.imgboxb::after {
  content: "聯絡我們";
}

@media screen and (max-width: 1199px) {
  .imgboxa {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 991px) {
  .imgboxa {
    padding-bottom: 90%;
  }
  .imgboxa::after {
    top: 30px;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .about_left {
    margin-bottom: 10px;
  }
  .imgboxa {
    padding-bottom: 60%;
  }
  .imgboxa::after {
    top: 36px;
    left: 26px;
  }
}
@media screen and (max-width: 576px) {
  .imgboxa {
    padding-bottom: 60%;
  }
  .imgboxa::after {
    width: 80%;
    height: 75%;
    top: 22px;
    left: 26px;
    font-size: 24px;
  }
}
.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: #2A488F;
  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;
}

.members-search {
  background: #E6F1EF;
  border-radius: 4px;
}
.members-search .and {
  position: relative;
}
.members-search .and::after {
  font-size: 14px;
  content: "~";
  position: absolute;
  left: 20px;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
}
.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: -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: cover;
  object-fit: cover;
}
.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);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #2A488F !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%;
}

.swiper-product .swiper-slide {
  margin-right: 30px !important;
}
.swiper-product .swiper-slide img {
  width: 100%;
}
.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
  top: 180px;
  background: #505050;
  opacity: 0.8;
  outline: none;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
.swiper-product .swiper-button-next:after, .swiper-product .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-product .swiper-button-prev {
  left: 0;
  right: 50px;
  background: #505050;
}

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

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

.index-About img {
  width: 100%;
}

.contact-icon img {
  width: 65px;
}

.contact-text {
  width: calc(100% - 65px);
  padding-left: 10px;
}
.contact-text h3 {
  margin-bottom: 10px;
}

.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, .shop-btn .btn-collect {
  padding: 8px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover, .shop-btn .btn-collect:hover {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a, .shop-btn .btn-collect:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  width: calc(40% - 10px);
  background: #2A488F;
  border: solid 1px #2A488F;
}
.shop-btn .shop-btn-basket a {
  color: #ffffff;
}
.shop-btn .shop-btn-shop {
  width: calc(34% - 10px);
  background: #557EC2;
  border: solid 1px #557EC2;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}
.shop-btn .btn-collect {
  width: calc(26% - 10px);
  background: #FFF;
  border: solid 1px #2A488F;
}
.shop-btn .btn-collect a {
  color: #2A488F;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #333;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 31px;
  line-height: 31px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
}

.tab_last {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  background-color: #ccc;
  color: #333;
}
ul.tabs li.active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  display: block;
}

.tab_container {
  border: 1px solid #333;
  border-top: none;
  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: 991px) {
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    right: 30px;
  }
  .title03 h2 span::after {
    left: 30px;
  }
  .swiper-product .swiper-slide {
    width: 24%;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
  .bg_page::before {
    left: 10px;
    width: 120px;
    height: 142px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-product .swiper-slide {
    width: 48.8%;
  }
}
@media screen and (max-width: 480px) {
  .order-center tr td {
    text-align: left !important;
  }
  .tabs {
    display: none;
  }
  .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;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
.cord04 {
  border: solid 1px #ffffff;
  background: #ffffff;
  overflow: hidden;
  margin: 10px 0;
}
.cord04 .cord04-img {
  height: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cord04 .cord04-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cord04:hover .cord04-img img {
  transform: rotate(4deg) scale(1.3);
}

.login-box {
  background: #ADCEE6;
  padding: 15px;
}
.login-box .login-boxs {
  border: solid 1px #2A488F;
  text-align: center;
  padding: 30px 15px;
}
.login-box .login-boxs img {
  margin-bottom: 15px;
}
.login-box .login-boxs p {
  margin-bottom: 20px;
  line-height: 30px;
  color: #505050;
}

.form-1 input {
  width: 100%;
  padding: 8px;
}
.form-1 #xcode {
  width: 200px;
}

.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 #d5d5d5;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #d5d5d5;
}
.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;
  }
}
.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #d5d5d5;
  height: 12px;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bar-graph .bar-graph-bg {
  background: #2A488F;
  height: 12px;
  width: 33.33%;
}
.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}
.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.bar-graph-text {
  display: flex;
  flex-wrap: wrap;
}
.bar-graph-text h2 {
  width: 33.33%;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 30px 0;
  text-align: center;
}

.payment-methoda .payment-method-div:nth-child(2n) {
  background: #d5d5d5;
}

.payment-methoda .payment-method-div {
  border: solid 1px #d5d5d5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
  font-size: 20px;
  background: #FFF;
}
.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}
.payment-methoda .payment-method-div .payment-method-way .answer {
  display: flex;
  align-items: center;
}
.payment-methoda .payment-method-div .payment-method-way .answer label, .payment-methoda .payment-method-div .payment-method-way .answer input {
  width: 50%;
}
.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.payment-methoda .payment-method-div .payment-method-way .answer input {
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.payment-methoda .payment-method-div .payment-method-text {
  width: calc(100% - 200px);
}

.successfully-ordered-div {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  border: solid 1px #557EC2;
  margin: 40px auto;
  padding: 80px 30px;
}
.successfully-ordered-div .successfully-ordered-div-img {
  width: 150px;
  text-align: center;
}
.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}
.successfully-ordered-div .successfully-ordered-div-text {
  width: calc(100% - 150px);
  padding: 0 30px;
}
.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    bottom: 90px;
    right: 20px;
    width: 150px;
    height: 184px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    width: 50px;
  }
  .title03 h2 span::after {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .cord04 .cord04-img {
    height: 300px;
  }
  .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: 768px) {
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    width: 100px;
  }
  .title03 h2 span::after {
    width: 100px;
  }
  .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;
  }
  .cord04 .cord04-img {
    height: 225px;
  }
  .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%;
  }
}
@media screen and (max-width: 667px) {
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .news-date p {
    letter-spacing: 0px;
    font-size: 20px;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .cord04 .cord04-img {
    height: 390px;
  }
  .form-1 img#imgcode {
    padding-left: 10px;
  }
  .form-1 input {
    margin-top: 10px;
  }
  .form-1 #xcode {
    margin-top: 10px;
  }
  .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) {
  .imgbox {
    width: 80%;
    margin: 0 auto;
  }
  .btn_guide, .btn_guide02 {
    padding: 6px 2px !important;
    margin: 6px;
  }
  .guide_img {
    margin: 0 auto;
  }
  .guide_text {
    text-align: center;
    margin-bottom: 40px;
  }
  /*大標*/
  .title {
    margin-bottom: 10px;
  }
  .title h1, .title h2 {
    font-size: 26px;
  }
  .title h1 span, .title h2 span {
    font-size: 24px;
    margin-top: -15px;
  }
  .title h1 span::after, .title h2 span::after {
    width: 150px;
  }
}
@media screen and (max-width: 450px) {
  .btn_guide, .btn_guide02 {
    font-size: 17px;
  }
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    width: 50px;
  }
  .title03 h2 span::after {
    width: 50px;
  }
  .cord04 .cord04-img {
    height: 350px;
  }
  .contact-icon img {
    width: 50px;
  }
  .contact-text {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .contact-text h3 {
    margin-bottom: 10px;
  }
  .news-box .news-right .news-right-text {
    display: block;
  }
  .news-box .news-right .news-right-text .div-time {
    border-right: dotted 0px #85CBBF;
    color: #557EC2;
    text-align: center;
    margin: 0 0 4px 0;
    display: flex;
    padding-right: 12px;
  }
  .news-box .news-right .news-right-text .div-time .yearmonth {
    margin-bottom: 4px;
  }
  .news-box .news-right .news-right-text .div-time .day {
    font-size: 16px;
  }
  .news-box .news-right .news-right-text p {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .news-box .news-right .news-right-more button {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    right: 15px;
  }
  .title03 h2 span::after {
    left: 15px;
  }
}
.about_right {
  padding: 30px 0;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.about_pic {
  width: 100%;
  padding: 0;
}
.about_pic .circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  padding: 30px;
}
.about_pic .circle img {
  width: 100%;
  height: 100%;
  object-fit: conver;
}

.contact_info {
  width: 100%;
  justify-content: space-between;
}
.contact_info .contact_left {
  width: 50%;
  line-height: 1.7;
}
.contact_info .contact_left .company_title p {
  font-size: 24px;
  color: #2A488F;
}
.contact_info .contact_left .company_title span {
  font-size: 15px;
  color: #ADCEE6;
}
.contact_info .contact_left p {
  font-size: 18px;
}
.contact_info .contact_right {
  width: 50%;
}
.contact_info .contact_right .new_maps {
  width: 100%;
  overflow: hidden;
  box-shadow: 12px 12px #2A488F;
}

@media screen and (max-width: 768px) {
  .contact_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact_info .contact_left, .contact_info .contact_right, .contact_info .company_title {
    width: 100%;
  }
  .contact_info .contact_left .company_title p {
    font-size: 20px;
  }
  .contact_info .contact_left p {
    font-size: 16px;
  }
}
.contact_form {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 40px;
}

.index_01 {
  height: 100vh;
  width: 100%;
  background-image: url("../img/index_01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_01 .index_01_info {
  display: flex;
}
.index_01 .index_01_info .index_info {
  text-align: center;
  line-height: 1.5;
  z-index: 2;
  background-image: url("../img/index01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 40px;
  cursor: pointer;
}
.index_01 .index_01_info .index_info h3 {
  color: #2A488F;
}
.index_01 .index_01_info .index_info h3 span {
  padding-left: 10px;
  font-size: 14px;
}
.index_01 .index_01_info .index_info p {
  color: #2A488F;
  font-size: 12px;
}/*# sourceMappingURL=all.css.map */