@charset "UTF-8";
.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

.w100 {
  width: 100px;
}

.video-height {
  height: 500px;
}

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

.btn_back {
  background-color: transparent !important;
  font-size: 18px;
  letter-spacing: 2px;
  border: solid 2px #F97CA8;
  color: #073064;
  padding: 12px 50px;
  border-radius: 8px;
  font-weight: bold;
}
.btn_back:hover {
  border: solid 2px #F97CA8;
  background: #F97CA8 !important;
  color: #FFF;
}

.btn, .btn01 {
  font-size: 18px;
  letter-spacing: 2px;
  background: #073064;
  border: solid 2px #073064;
  color: #ffffff;
  padding: 12px 25px;
  position: relative;
  border-radius: 8px;
}
.btn:hover, .btn01:hover {
  border: solid 2px #F97CA8;
  background: #F97CA8 !important;
  color: #FFF;
}

.btn01 {
  background-color: transparent;
  color: #073064;
  border: solid 2px #073064;
}
.btn01:hover {
  background: #F97CA8 !important;
  color: #FFF;
}

.btn02 {
  background: #F97CA8 !important;
  color: #FFF !important;
  border: solid 1px #F97CA8 !important;
}
.btn02:hover {
  background: #7A7A7A !important;
  border: solid 1px #7A7A7A !important;
}

.btn_reset, .btn_reset02 {
  background-color: transparent !important;
  border: 2px solid #073064 !important;
  color: #073064 !important;
  padding: 10px 35px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
}
.btn_reset:hover, .btn_reset02:hover {
  background: #F97CA8 !important;
  border-color: #F97CA8 !important;
  color: #fff !important;
}

.btn_reset02 {
  border: 2px solid #F97CA8 !important;
}
.btn_reset02:hover {
  background: #073064 !important;
  border-color: #073064 !important;
  color: #fff !important;
}

.btn_submit, .btn_submit02 {
  background-color: #073064 !important;
  border: transparent !important;
  color: #ffffff !important;
  padding: 10px 35px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
}

.btn_submit02 {
  background-color: #F97CA8 !important;
}
.btn_submit02:hover {
  background-color: #073064 !important;
  color: #ffffff !important;
}

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

.color01 {
  color: #F97CA8;
}

.color02 {
  color: #FEE5EE;
}

.color03 {
  color: #073064;
}

.color_gray {
  color: #7A7A7A;
}

.color_w {
  color: #FFF !important;
}

.color_b {
  color: #000000 !important;
}

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

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

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

.top-allc {
  padding: 8% 0 12% 0;
}

.push {
  padding-top: 90px;
}

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

.contact_left {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1411764706);
  background: #FFF;
  padding: 30px 40px;
}
.contact_left label {
  font-size: 20px;
}
.contact_right {
  box-shadow: inset 0 0 0 20px #C7C7C7;
  padding: 60px;
}
.contact_right i {
  background-color: #F97CA8;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  padding: 4px;
  margin-right: 10px;
}

.bg01 {
  background-color: #F6F6F6;
}

.bg02 {
  background-image: url(../img/bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg02::before {
  content: "";
  background-image: url(../img/leaf01.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -46px;
  left: 59px;
  width: 116px;
  height: 179px;
}
.bg02::after {
  content: "";
  background-image: url(../img/leaf02.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 135px;
  width: 116px;
  height: 179px;
}

@media screen and (max-width: 576px) {
  .index_about .about_box div span {
    font-size: 22px !important;
  }
  .best-travel .best-text {
    flex-direction: column !important;
  }
  .best-travel .best-text .more_btn02 {
    margin-top: 15px;
  }
  .best-travel .best-text h3, .best-travel .best-text p {
    font-size: 20px !important;
  }
  .bg02::before {
    top: -21px;
    left: 32px;
    width: 71px;
    height: 106px;
  }
}
@media screen and (max-width: 1679px) {
  .bg02::after {
    display: none;
  }
}
.bg03, .bg04 {
  position: relative;
}
.bg03::before, .bg04::before {
  content: "";
  background-image: url(../img/bg_a.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 328px;
}

.bg04 {
  background-color: #F6F6F6;
  position: relative;
}
.bg04::before {
  content: "";
  background-image: url(../img/bg_b.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 328px;
}

.bg_page {
  background-image: url(../img/page_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

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

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

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
  position: relative;
}
.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: 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-next, .banner .swiper-banner .swiper-button-prev {
  color: #ffffff;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b2b2b2;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

.banner {
  position: relative;
}
.banner::after {
  content: "";
  background-image: url(../img/cloud.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  bottom: -2px;
  right: 0;
  width: 2225px;
  height: 135px;
  z-index: 2;
}

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 25%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
main .bn .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
main .bn .page-title h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 2px;
  white-space: nowrap;
}
main .bn .page-title p {
  font-size: 20px;
  padding-top: 10px;
  font-weight: bold;
}

/*大標*/
.title h1, .m-title h1 {
  font-family: "League Gothic";
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 100px;
  font-size: 84px;
  color: #073064;
}
.title span, .m-title span {
  font-size: 84px;
  color: #F97CA8 !important;
}

.m-title h1 {
  font-size: 32px;
  font-weight: 900;
}
.m-title span {
  font-size: 32px;
}

.title01 h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  padding-left: 1rem;
}
.title01 hr {
  height: 4px;
  position: relative;
  background-color: #E8E8E8;
}
.title01 hr::before {
  content: "";
  background-color: #F97CA8;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}

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

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #073064;
  width: 105px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line .hr-icon {
  display: flex;
  align-items: center;
}
.title_line .hr-icon h4 {
  padding-left: 10px;
}
.title_line h3, .title_line h4 {
  font-size: 25px;
}
.title_line time {
  margin-bottom: 6px;
  display: block;
  color: #b2b2b2;
}

.detail_title h2 {
  padding-top: 25px;
}
.detail_title hr {
  background: #C7C7C7;
  height: 1px;
}

.slogan {
  width: 100%;
  margin: 10px 0 0 0;
}
.slogan .slotganbox {
  text-align: center;
}
.slogan .slotganbox .pic {
  width: 100%;
}
.slogan .slotganbox .pic img {
  width: 55%;
}
.slogan .slotganbox p {
  font-size: 20px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 20px;
}

.pink-box, .pink-box02 {
  background-color: #FEE5EE;
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  min-height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pink-box::before, .pink-box02::before {
  content: "";
  background-image: url(../img/world.png);
  position: absolute;
  background-repeat: no-repeat;
  bottom: 20px;
  left: 0;
  width: 145px;
  height: 155px;
}
.pink-box p, .pink-box02 p {
  color: #F97CA8;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  z-index: 3;
}

.pink-box02 {
  padding: 30px 13%;
}

.text-box {
  width: 100%;
  padding: 5% 8%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  z-index: 2;
}

.sale-all .sale-card {
  margin-bottom: 8%;
  background-color: #FEE5EE;
}
.sale-all .sale-card .sale-pic img {
  width: 100%;
  height: 415px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.sale-all .sale-card .sale-text {
  text-align: center;
  border-radius: 0 10px 10px 0;
  padding: 30px;
}
.sale-all .sale-card .sale-text h2 {
  text-align: center;
  color: #F97CA8;
  font-size: 32px;
  padding-bottom: 8%;
}
.sale-all .sale-card .sale-text p {
  line-height: 1.4;
  color: #073064;
  font-size: 24px;
  font-weight: bold;
}
.sale-all .sale-card:nth-child(even) .sale-pic {
  order: 2;
}
.sale-all .sale-card:hover {
  background-color: #F97CA8;
}
.sale-all .sale-card:hover .sale-text h2 {
  color: #073064;
}
.sale-all .sale-card:hover .sale-text p {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .sale-all .sale-card .sale-pic img {
    height: auto;
  }
  .sale-all .sale-card .sale-text h2 {
    padding-bottom: 3%;
    font-size: 26px;
  }
  .sale-all .sale-card .sale-text p {
    font-size: 20px;
  }
  .sale-all .sale-card:nth-child(even) .sale-text {
    order: 2;
  }
  .sale-all .sale-card:nth-child(even) .sale-pic {
    order: 1;
  }
}
.download-all {
  display: flex;
  padding: 0 14%;
}
.download-all .dbox {
  width: 33.333%;
  margin: 5% 2.5%;
  background-color: #FEE5EE;
  border-radius: 10px;
}
.download-all .dbox .dinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 4%;
}
.download-all .dbox .dinfo p {
  padding-left: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #F97CA8;
}
.download-all .dbox:hover {
  background-color: #F97CA8;
}
.download-all .dbox:hover .dinfo svg path {
  fill: #ffffff;
}
.download-all .dbox:hover .dinfo p {
  color: #ffffff;
}

.best-travel {
  width: 100%;
  height: 156px;
  background-image: url(../img/best.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 70%;
}
.best-travel .best-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 156px;
  white-space: nowrap;
}
.best-travel .best-text h3, .best-travel .best-text p {
  color: #ffffff;
  letter-spacing: 0.3em;
  font-size: 24px;
  display: inline-block;
}

.index_about {
  position: relative;
}
.index_about::before {
  content: "";
  background-image: url(../img/index_about.png);
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 839px;
  height: 265px;
  z-index: -2;
}
.index_about p {
  color: #073064;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: 600;
}
.index_about .about_box {
  display: flex;
  width: 80%;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  margin-top: 60px;
}
.index_about .about_box div {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.index_about .about_box div p {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}
.index_about .about_box div span {
  color: #F97CA8;
  font-size: 32px;
  padding: 0 20px;
}
.index_about .about_box .box_left {
  border-right: 1px solid #C2C2C2;
}
.index_about .about_right {
  position: relative;
}
.index_about .about_right .about_pic {
  width: 70%;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
}
.index_about .about_right .about_pic img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.index_about .about_right .about_pic02 {
  border-radius: 8px;
  width: 40%;
  position: absolute;
  top: 290px;
  right: 0;
  z-index: 1;
}
.index_about .about_right .about_pic02 img {
  width: 100%;
  border-radius: 8px;
}

.index-contact .rightbox {
  padding: 5% 0 0 5%;
}
.index-contact .rightbox .forms-group label {
  font-size: 18px !important;
  color: #073064;
  font-weight: 800;
}
.index-contact .rightbox p {
  color: #073064;
  font-size: 18px;
  font-weight: 600;
}

.about-info {
  font-size: 18px;
  line-height: 32px;
  color: #7A7A7A;
  margin: 30px 0;
}

.aboutbox a {
  position: relative;
}
.aboutbox a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 40%;
  background: #F97CA8;
  left: -14.5px;
  top: 30%;
  -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;
}
.aboutbox a .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64%;
}
.aboutbox a .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;
}
.aboutbox a:hover::after {
  height: 60%;
  top: 20%;
  -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;
}
.aboutbox a: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);
}

.company {
  padding: 36px;
}
.company .company-text {
  text-align: center;
  padding: 10px;
  margin-top: -20px;
}
.company .company-text h4 {
  color: #FFF;
  display: inline;
  background: #F97CA8;
  padding: 12px 50px;
  border-radius: 30px;
  position: relative;
  letter-spacing: 2px;
}
.company .company-img {
  box-shadow: 0px 0px 10px rgba(70, 53, 53, 0.1882352941);
  border-radius: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.company .company-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;
}
.company:hover .company-img img {
  transform: scale(1.1);
}

.swiper-company .swiper-wrapper .swiper-slide:nth-child(odd) .company .company-text h4 {
  background: #FEE5EE;
}

.links {
  margin-top: 30px;
}
.links .links-img {
  box-shadow: 0px 0px 10px rgba(70, 53, 53, 0.1882352941);
  position: relative;
  display: block;
  overflow: hidden;
}
.links .links-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;
}
.links:hover .links-img img {
  transform: scale(1.1);
}

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: #F97CA8;
  outline: none;
  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;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  border-radius: 8px;
  width: 100%;
  padding-bottom: 133%;
  background: #FFF;
}
.product .imgbox .img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  color: #fff;
  white-space: nowrap;
}
.product .imgbox img {
  filter: brightness(75%);
  width: 100%;
  height: 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 .hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5607843137);
  opacity: 0;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product .imgbox .hover-bg .hover-bg-center {
  padding: 0 15%;
}
.product .imgbox .hover-bg .hover-bg-center h4 {
  font-size: 26px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.product .imgbox .hover-bg .hover-bg-center p {
  font-size: 20px;
  z-index: 5;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.product .imgbox:hover .img-title {
  display: none;
}
.product .imgbox:hover .hover-bg {
  -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;
  opacity: 1;
}
.product .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.new_arrivals: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);
}
.new_arrivals .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.new_arrivals .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;
}
.new_arrivals .info {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.new_arrivals .info h3 {
  padding-top: 5px;
  font-size: 20px;
}
.new_arrivals .info p {
  color: #C7C7C7;
  font-size: 18px;
  padding-top: 10px;
}

.block02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block02 .block-left {
  position: relative;
  padding: 10px;
  width: 50%;
}
.block02 .block-left: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);
}
.block02 .block-left:hover .imgbox .hover-bg {
  -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;
  opacity: 1;
}
.block02 .block-left .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 150%;
}
.block02 .block-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;
}
.block02 .block-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.block02 .block-right .block-top {
  position: relative;
  padding: 19px;
  width: 50%;
}
.block02 .block-right .block-top: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);
}
.block02 .block-right .block-top:hover .imgbox .hover-bg {
  -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;
  opacity: 1;
}
.block02 .block-right .block-top p.sort {
  width: 75%;
  height: 75%;
  font-size: 25px;
}
.block02 .block-right .block-top .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 150%;
}
.block02 .block-right .block-top .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;
}
.block02 .block-right .block-bottom {
  position: relative;
  padding: 19px;
  width: 100%;
}
.block02 .block-right .block-bottom: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);
}
.block02 .block-right .block-bottom:hover .imgbox .hover-bg {
  -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;
  opacity: 1;
}
.block02 .block-right .block-bottom p.sort {
  width: 87%;
  height: 77%;
  font-size: 25px;
}
.block02 .block-right .block-bottom .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.block02 .block-right .block-bottom .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;
}

.block02 .block-left-bottom .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}

.index_news {
  background-color: #F2F2F2;
}

.news_card {
  margin: 25px 0;
}
.news_card .news_pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 70%;
  border-radius: 8px;
  height: 0;
}
.news_card .news_pic img {
  position: absolute;
  height: 257px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 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;
}
.news_card:hover .news_pic {
  filter: drop-shadow(5px 5px 10px rgba(7, 48, 100, 0.25));
}
.news_card:hover .news_pic 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);
}
.news_card .news_text {
  padding-top: 10px;
  text-align: left;
}
.news_card .news_text h4 {
  color: #073064;
  font-size: 22px;
  line-height: 1.5;
}

.news_card02 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.more_btn, .more_btn02, .more_btn03 {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #F97CA8;
  color: #073064;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 8px;
}
.more_btn:hover, .more_btn02:hover, .more_btn03:hover {
  background-color: #F97CA8;
  color: #ffffff;
}

.more_btn02 {
  background-color: #F97CA8;
  color: #ffffff;
}
.more_btn02:hover {
  background-color: #FEE5EE;
  color: #F97CA8;
  border: 2px solid transparent;
}

.more_btn03 {
  background-color: #F97CA8;
  color: #ffffff;
}
.more_btn03:hover {
  background-color: #073064 !important;
  color: #ffffff;
  border: 2px solid transparent;
}

.news_date {
  border: 1px solid #C7C7C7;
  border-radius: 50px;
  text-align: center;
  padding: 3px 15px;
  color: #C7C7C7;
}

@media screen and (max-width: 991px) {
  .new_arrivals .info h3 {
    font-size: 16px;
  }
}
.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: #F97CA8;
}
.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: #7A7A7A;
  margin-bottom: 0;
}

.service {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 40px 30px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
}
.service .leftbox {
  width: 65%;
  padding-right: 40px;
}
.service .leftbox p {
  font-size: 18px;
  line-height: 26px;
}
.service .leftbox p i {
  color: #F97CA8;
  margin-right: 2px;
}
.service .rightbox {
  width: 35%;
}
.service .rightbox iframe {
  width: 100%;
  height: 250px;
}

.frame {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 40px 40px;
  margin-top: 60px;
}

.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: #000000;
  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;
}
.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: #F97CA8 !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;
  margin-bottom: 60px;
}

.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: #7A7A7A;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}
.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: 20px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-company .swiper-button-prev, .related-product .swiper-button-prev {
  left: auto;
  right: 50px;
  background: #7A7A7A;
}

.swiper-slide-thumb-active {
  border: solid 3px #7A7A7A;
  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: 10px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  -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: translateY(-5px);
}
.shop-btn .shop-btn-basket {
  border: solid 1px #7A7A7A;
}
.shop-btn .shop-btn-basket a {
  color: #7A7A7A;
}
.shop-btn .shop-btn-shop {
  background: #7A7A7A;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

.products_money_text p {
  color: #F97CA8;
  font-size: 22px;
  font-weight: 600;
}

.detail_money_quantity p {
  font-size: 18px;
  margin-right: 20px;
}
.detail_money_quantity form select {
  width: 70px;
  text-align: center;
}

.info-box p {
  margin: 5px 0 25px 0;
  font-size: 18px;
  padding-left: 35px;
}
.info-box p span {
  background: #F97CA8;
  color: #FFF;
  margin-right: 10px;
  padding: 4px 12px 4px 6px;
}

ul.tabs {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
ul.tabs li {
  cursor: pointer;
  padding: 10px 30px;
  color: #073064;
  font-size: 24px;
  font-weight: 800;
}

ul.tabs li:hover {
  color: #F97CA8;
}
ul.tabs li.active {
  color: #F97CA8;
  border-bottom: 3px solid #F97CA8;
}

.tab_container {
  width: 100%;
}

.tab_drawer_heading {
  display: none;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22;
}

@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;
  }
}
/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table-order4 {
  justify-content: space-between;
  padding-left: 30px;
}

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

@media (max-width: 992px) {
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
    justify-content: center;
  }
}
.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 #C7C7C7;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #F2F2F2;
}
.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: 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: 30%;
}
.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;
  justify-content: center;
}
.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: 20%;
  margin: 0 10px;
  text-align: center;
}
.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .rwd-table.rwd-table-order3 td .shopify-buy {
    display: flex;
    justify-content: left;
  }
}
@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: 0.7rem !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;
  }
}
@media screen and (max-width: 1680px) {
  .news {
    margin-bottom: 40px;
  }
  .news .info .leftbox p.day {
    font-size: 35px;
  }
  .news .info .leftbox p.ym {
    font-size: 13px;
    margin-top: 12px;
  }
  .news .info .rightbox {
    min-height: 81px;
    padding-right: 14px;
  }
  .news .info .rightbox p {
    padding: 2px 8px;
    font-size: 14px;
  }
  .news .info .rightbox h3 {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .go .plane-box .plane-info, .back .plane-box .plane-info {
    padding: 0 10px !important;
  }
  .download-all {
    padding: 0 6%;
  }
  .index_about .about_box {
    width: 100%;
  }
  .index_about .about_box div span {
    padding: 0;
  }
  .index_about .about_right .about_pic02 {
    width: 50%;
  }
  .service .leftbox p {
    font-size: 16px;
  }
  .contact .col-lg-5 .info-box p {
    font-size: 16px;
  }
  .contact .col-lg-5 .share .sharebox h4 {
    margin: 0 8px 0 20px;
    font-size: 18px;
  }
  .contact .col-lg-5 .share .sharebox a img {
    width: 30px;
  }
  .block02 .block-right .block-top p.sort {
    font-size: 20px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}
@media screen and (max-width: 1435px) {
  .about-good {
    width: 70%;
    justify-content: space-around;
    margin: 20px auto 0 auto;
  }
  .bg01::after {
    top: 300px;
    left: 2%;
    width: 443px;
    height: 65.5px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 369px !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner::after {
    display: none;
  }
  main .bn .page-title h2 {
    font-size: 30px;
  }
  .about-good {
    width: 100%;
  }
  .about-info {
    font-size: 16px;
    line-height: 28px;
  }
  .bg01::after {
    top: 210px;
    left: 2%;
    width: 349px;
    height: 51.6px;
  }
}
@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: #F97CA8;
    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;
  }
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 448px !important;
  }
}
@media screen and (max-width: 991px) {
  .go .plane-box, .back .plane-box {
    padding: 10px 0 !important;
  }
  .download-all {
    padding: 0;
  }
  .download-all .dbox {
    margin: 5% 1%;
  }
  .download-all .dbox .dinfo p {
    padding-left: 0px;
    font-size: 18px;
  }
  .about_right {
    display: none;
  }
  ul.tabs {
    width: 100%;
  }
  ul.tabs li {
    padding: 10px 20px;
  }
  .bg01 {
    background-size: cover;
  }
  .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;
  }
  main .bn::after {
    top: 32%;
  }
  main .bn::before {
    bottom: 20%;
  }
  .block02 .block-left {
    padding: 19px;
    width: 100%;
  }
  .block02 .block-left: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);
  }
  .block02 .block-left p.sort {
    width: 87%;
    height: 77%;
    font-size: 25px;
  }
  .block02 .block-left .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
  .block02 .block-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;
  }
  .block02 .block-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .block02 .block-right .block-top {
    position: relative;
    padding: 19px;
    width: 100%;
  }
  .block02 .block-right .block-top p.sort {
    width: 87%;
    height: 77%;
    font-size: 25px;
  }
  .block02 .block-right .block-top .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
  .block02 .block-right .block-top .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;
  }
  .block02 .block-right .block-bottom {
    position: relative;
    padding: 19px;
    width: 100%;
  }
  .block02 .block-right .block-bottom p.sort {
    width: 87%;
    height: 77%;
    font-size: 25px;
  }
  .block02 .block-right .block-bottom .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
  .block02 .block-right .block-bottom .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-contact p {
    font-size: 16px;
  }
  .bg01::after {
    top: 70px;
    left: 2%;
    width: 301px;
    height: 44.5px;
  }
}
.m_title_line {
  /*大標*/
}
.m_title_line h4 {
  font-size: 22px;
}
.m_title_line .title {
  margin: 30px auto;
}
.m_title_line .title h1, .m_title_line .title h2 {
  font-size: 28px;
  letter-spacing: 2px;
}
.m_title_line .title h1::before, .m_title_line .title h2::before {
  width: 15px;
  left: -30px;
}
.m_title_line .title h1::after, .m_title_line .title h2::after {
  width: 60px;
  right: -70px;
}
.m_title_line .about-good {
  width: 100%;
}
.m_title_line .bg::before {
  top: 0;
  left: 14px;
  width: 150px;
  height: 186px;
}
.m_title_line .bg::after {
  display: none;
}

@media screen and (max-width: 768px) {
  ul.tabs {
    padding: 0;
    justify-content: start;
    overflow-x: scroll;
  }
  ul.tabs li {
    display: block;
    min-width: 93px;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
  }
  .news_card {
    margin: 10px 0;
  }
  .news_card .news_text h4 {
    font-size: 18px;
  }
  .download-all {
    padding: 0;
  }
  .download-all .dbox {
    margin: 5% 0.5%;
  }
  .download-all .dbox .dinfo {
    padding: 6% 0%;
  }
  .download-all .dbox .dinfo svg {
    display: none;
  }
  .download-all .dbox .dinfo p {
    font-size: 16px;
  }
  .service {
    padding: 20px 20px;
    margin-bottom: 30px;
    display: block;
  }
  .service .leftbox {
    width: 100%;
    padding-right: 0px;
  }
  .service .rightbox {
    width: 100%;
    margin-top: 20px;
  }
  .video-height {
    height: 350px;
  }
  .frame {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
    background: #FFF;
    padding: 40px 20px;
  }
  main .bn::after {
    top: 30%;
  }
  main .bn::before {
    bottom: 18%;
  }
  .about-good {
    width: 75%;
  }
  .links {
    margin-top: 60px;
  }
  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: #F97CA8;
    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;
  }
  .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%;
  }
}
.successfully-ordered-div {
  display: flex;
  max-width: 100%;
  justify-content: center;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1411764706);
  padding: 35px 90px;
  margin-top: 35px;
  align-items: center;
}
.successfully-ordered-div .successfully-ordered-div-img {
  text-align: center;
}
.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}
.successfully-ordered-div .successfully-ordered-div-text {
  padding-left: 50px;
}
.successfully-ordered-div .successfully-ordered-div-text p {
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .successfully-ordered-div {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .successfully-ordered-div .successfully-ordered-div-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 667px) {
  .video-height {
    height: 300px;
  }
  main .bn {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 0;
  }
  main .bn img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    height: 250px;
  }
  .push {
    padding-top: 85px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .news-date p {
    letter-spacing: 0px;
    font-size: 20px;
  }
  /*產品 */
  .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 #7A7A7A;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}
.payment-method-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  font-size: 20px;
  background: #F2F2F2;
}
.payment-method-div .payment-method-way {
  width: 200px;
}
.payment-method-div .payment-method-way .answer {
  display: flex;
  align-items: center;
}
.payment-method-div .payment-method-way .answer label {
  margin: 5px;
  width: 100px;
}
.payment-method-div .payment-method-text {
  width: calc(100% - 200px);
}
.payment-method-div .payment-method-text p {
  font-size: 18px;
}

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

.payment-method-info p {
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .news_card .news_pic img {
    height: 380px;
  }
  .btn {
    margin-bottom: 10px;
  }
  .news {
    margin-bottom: 30px;
  }
  .news .info .leftbox p.day {
    font-size: 35px;
  }
  .news .info .leftbox p.ym {
    font-size: 13px;
    margin-top: 12px;
  }
  .news .info .rightbox {
    min-height: auto;
    padding-right: 14px;
  }
  .news .info .rightbox p {
    padding: 2px 8px;
    font-size: 14px;
  }
  .news .info .rightbox h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .related-product {
    padding-top: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .related-product .swiper-button-next, .related-product .swiper-button-prev {
    top: 30px;
  }
  .related-product .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  .related-product .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  /*大標*/
  .title h1, .title span {
    font-size: 46px;
  }
  .info-box p span {
    background: #F97CA8;
    color: #FFF;
    margin: 6px 0px;
    padding: 4px 12px 4px 6px;
    display: block;
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .service .leftbox p {
    line-height: 22px;
  }
  .service .rightbox {
    margin-top: 12px;
  }
  .service .rightbox iframe {
    height: 180px;
  }
  .contact .col-lg-5 .share .sharebox h4 {
    font-size: 17px;
    margin: 0 6px 0 12px;
  }
  .contact .col-lg-5 .info-box {
    padding: 20px 10px;
    margin: 10px;
  }
  .contact .col-lg-5 .info-box p {
    margin-left: 30px;
  }
  .contact .col-lg-5 .info-box p::after {
    top: calc(50% - 12px);
    left: -30px;
    width: 24px;
    height: 24px;
  }
  main .bn img {
    height: 180px;
  }
  main .bn .page-title h2 {
    font-size: 25px;
  }
  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: #F97CA8;
    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;
  }
}
@media screen and (max-width: 414px) {
  .about-good {
    width: 100%;
  }
}
.guild_info {
  margin-top: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1411764706);
  padding: 0 50px 50px 50px;
}

.login_box, .join_box {
  padding: 70px 160px;
}

.join_box {
  margin-top: 40px;
  padding: 70px 100px 40px 100px;
}

.member_box {
  background: #ffffff;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1411764706);
  padding: 40px;
}

.forms-group dd p, .forms-group01 dd p {
  font-size: 20px;
}
.forms-group dd label, .forms-group01 dd label {
  font-size: 20px;
  margin-right: 10px;
  white-space: nowrap;
}
.forms-group dd label span, .forms-group01 dd label span {
  color: #F97CA8;
  font-size: 20px;
  padding-left: 3px;
}
.forms-group dd input, .forms-group01 dd input {
  font-size: 20px;
  width: 100%;
}

.forms-group .checkbox {
  width: 100%;
  justify-content: center;
  display: flex;
}
.forms-group .checkbox input {
  width: 100%;
}
.forms-group .checkbox p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0px;
}
.forms-group .checkbox p a {
  color: #F97CA8;
  border-bottom: 1px #F97CA8 solid;
  padding-bottom: 2px;
  margin: 0 5px;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  .login_box {
    padding: 50px 30px;
  }
  .forms-group dd {
    display: block;
  }
  .forms-group dd label {
    text-align: left;
    font-size: 18px;
  }
  .forms-group dd input {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .forms-group dd p {
    font-size: 16px;
  }
}
.forms-group01 dd label {
  margin: 0;
}
.forms-group01 dd input {
  width: 100%;
}

.bar-graph {
  width: 80%;
  background-color: #DFE0E0;
  height: 12px;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bar-graph .bar-graph-bg {
  background-color: #F97CA8;
  height: 12px;
  width: 33.33%;
}

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

.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}
.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.fancybox-slide--current .ajax-box {
  width: 1000px !important;
  height: auto !important;
}
.fancybox-slide--current .ajax-box .ajax-box-btn {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 46px;
  height: 46px;
  background-image: url(../img/close.svg);
  background-size: cover;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
  padding: 30px 40px 30px 40px !important;
}

@media screen and (max-width: 400px) {
  .download-all .dbox .dinfo p {
    font-size: 14px;
  }
}
.res-pic img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  max-height: 420px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.res-text p {
  font-size: 22px !important;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.sch-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sch-right h2 {
  font-size: 26px;
}
.sch-right h1 {
  font-size: 32px;
  padding-top: 10px;
}
.sch-right p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1.5px;
}
.sch-right .sch-date a {
  padding-left: 8px;
  color: #F97CA8;
  font-weight: bold;
  font-size: 24px;
  text-decoration-line: underline;
}
.sch-right .sch-date a:hover {
  text-decoration-line: none;
  padding-left: 15px;
}

.sch-table thead {
  background-color: transparent !important;
}
.sch-table thead tr th {
  background-color: transparent !important;
}
.sch-table tbody tr {
  padding: 0px 0 !important;
}

@media screen and (min-width: 992px) {
  .sch-table tbody tr {
    border-bottom: none !important;
  }
}
.go h3, .back h3 {
  padding-top: 20px;
  color: #F97CA8;
}
.go p, .back p {
  color: #7A7A7A;
}
.go .plane-box, .back .plane-box {
  width: 100%;
  display: flex;
  padding: 20px 0;
}
.go .plane-box .plane, .back .plane-box .plane {
  width: 20%;
  text-align: center;
  border-right: 1px solid #b2b2b2;
}
.go .plane-box .plane p, .back .plane-box .plane p {
  font-weight: bold;
  color: #000 !important;
}
.go .plane-box .plane-info, .back .plane-box .plane-info {
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.go .plane-box .plane-info div, .back .plane-box .plane-info div {
  width: 33.333%;
}/*# sourceMappingURL=all.css.map */