@charset "UTF-8";
.support02 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.support02 .sup {
  position: relative;
  width: 50%;
  margin: 0 40px 0 0;
}
.support02 .sup .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 52.5%;
  margin: 0 auto;
  -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;
}
.support02 .sup .imgbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  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;
}
.support02 .sup .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.support02 .sup .sup_text02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.support02 .sup .sup_text02 p {
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
}
.support02 .sup:hover .imgbox::before {
  border: 5px solid #7100DC;
  z-index: 1;
}
.support02 .sup:hover .sup_text02 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;
  padding-right: 80px;
}
.support02 .sup:hover .sup_text02 p::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .support02 {
    width: 100%;
    display: block;
  }
  .support02 .sup {
    width: 100%;
    margin-bottom: 40px;
    margin: 20px 0;
  }
}
hr.g_line {
  background: #E8E8E8;
}

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

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

.pc {
  display: inline-block;
}

.mob {
  display: none;
}

.cookiebox {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  align-items: center;
  background: rgba(0, 0, 0, 0.7529411765);
  color: #fff;
  z-index: 2;
  line-height: 24px;
}
.cookiebox a {
  color: #94C9E5;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  line-height: 24px;
}

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

.btn {
  font-size: 18px;
  background: #B98AD1;
  border-radius: 30px;
  color: #FFF;
  padding: 10px 24px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #5F1981;
  color: #FFF;
  padding: 10px 20px;
}
.btn:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-left: 10px;
}

.boxbtn {
  padding: 12px 0;
  width: 100%;
}
.boxbtn:hover {
  padding: 12px 0;
  background: #5F1981 !important;
}

.btn_back {
  font-size: 18px;
  letter-spacing: 2px;
  background: #B98AD1;
  color: #FFF;
  padding: 12px 24px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #5F1981;
  color: #FFF;
  padding: 12px 20px;
}
.btn_back:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-right: 10px;
}

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

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

.btn03 {
  background: #94C9E5 !important;
  color: #000 !important;
  border: solid 1px #94C9E5 !important;
}
.btn03:hover {
  background: #5F1981 !important;
  color: #FFF !important;
  border: solid 1px #5F1981 !important;
}

.btn04 {
  font-size: 18px;
  background: transparent;
  color: #7030A0;
  padding: 10px 64px;
  position: relative;
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid #7030A0;
}
.btn04::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 4px;
  transform: rotate(-45deg);
  width: 2px;
  height: 16px;
  background: #7030A0;
}
.btn04::after {
  content: "";
  position: absolute;
  background: url(../img/btn-circle.png) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  right: -10px;
  bottom: -15px;
  z-index: -1;
  transform: scale(1);
}
.btn04:hover::after {
  transition: all 0.5s ease-in-out;
  transform-origin: center center;
  transform: scale(1.2);
}

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

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

.color01 {
  color: #5F1981;
}

.color02 {
  color: #94C9E5;
}

.color03 {
  color: #B98AD1;
}

.color_gray {
  color: #707070;
}

.color04 {
  color: #b2b2b2;
}

.color_w {
  color: #FFF !important;
}

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

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

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

.push {
  padding-top: 120px;
}

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

.contact {
  margin-top: 60px;
}
.contact .frame {
  padding: 30px 50px;
  border: none !important;
}
.contact .frame p {
  font-size: 18px;
  margin: 12px 0 12px 40px;
  position: relative;
}
.contact .frame p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 15px);
  left: -40px;
  width: 30px;
  height: 30px;
}
.contact .frame p.tel::after {
  background-image: url(../img/tel.svg);
}
.contact .frame p.fax::after {
  background-image: url(../img/fax.svg);
}
.contact .frame p.mail::after {
  background-image: url(../img/email.svg);
}
.contact .frame p.add::after {
  background-image: url(../img/add.svg);
}
.contact .frame p.url::after {
  background-image: url(../img/url.svg);
}

.contact-title, .contact-title02 {
  background-color: #7100DC;
  text-align: center;
  padding: 15px 0;
}
.contact-title h4, .contact-title02 h4 {
  color: #ffffff;
  font-size: 22px;
}

.contact-title02 {
  background-color: #C9C9FF;
}

.contact_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact_info .info-box {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact_info {
    display: block;
  }
  .contact_info .info-box {
    width: 100%;
  }
}
.bg01 {
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  position: relative;
}

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

.bgff {
  background: #fff;
  position: relative;
}

.bgff02 {
  background: #fff;
  position: relative;
}

.bg03 {
  background-image: url("../img/bg03.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: 750px;
}
.bg03 .btn04 {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.bg03 .btn04::before {
  background: #fff;
}

.bg04 {
  background-color: #F7F7F7;
}

.bg_page {
  position: relative;
  background: #fff;
}
.bg_page::after {
  content: "";
  position: absolute;
  background-image: url(../img/page_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 750px;
}

.bgp01, .bgp02 {
  position: relative;
}
.bgp01::after, .bgp02::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 10%;
  height: 100%;
  background: #7100DC;
}

.bgp01::after {
  left: 0;
}

.bgp02::after {
  right: 0;
}

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

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

.result-box {
  display: block;
  margin: 20px 0;
  border-bottom: solid 1px #7100DC;
}
.result-box p {
  color: #9f9f9f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
}
.result-box:hover p {
  color: #505050;
  -webkit-transition: all 0.3s ease-in-out;
}

/*BANNER */
.index_bg {
  background-image: url("../img/banner_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
}

.banner {
  position: relative;
}
.banner .banner_bg {
  width: 100%;
}
.banner .world {
  position: absolute;
  width: 25%;
  top: 2%;
  left: 37%;
}
.banner .world img {
  width: 100%;
}
.banner .ship {
  position: absolute;
  width: 40%;
  bottom: 0%;
  right: 0%;
  animation-name: oxxo1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.banner .ship img {
  width: 100%;
}
.banner .airplane {
  position: absolute;
  width: 30%;
  bottom: 0%;
  left: 0%;
  animation-name: oxxo2;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.banner .airplane img {
  width: 100%;
}
.banner .bannertext {
  position: absolute;
  width: 30%;
  top: 30%;
  right: 0%;
}
.banner .bannertext img {
  width: 100%;
}

@keyframes oxxo1 {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes oxxo2 {
  0% {
    opacity: 0;
    transform: rotate(-20deg) translateX(-200px);
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: rotate(0deg) translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
main .bn {
  position: relative;
  display: block;
}
main .bn img {
  width: 100%;
}

/*大標*/
.title {
  text-align: center;
  margin: 50px auto 30px auto;
  display: inline-block;
}
.title h1, .title h2 {
  font-size: 32px;
  color: #7030A0;
  font-weight: 800;
  position: relative;
}
.title h1::before, .title h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 38px;
  border-right: 2px solid #B98AD1;
  left: calc(50% - 52px);
  bottom: 45px;
  z-index: -1;
}

.title01 h4 {
  width: -moz-fit-content;
  width: fit-content;
  background: #ebebeb;
  padding: 10px 15px;
  font-size: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.title01 hr {
  margin: 0;
}

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

.title03 {
  text-align: left;
  display: inline-block;
}
.title03 h1, .title03 h2 {
  font-size: 32px;
  color: #7030A0;
  font-weight: 800;
  position: relative;
}

.title_line h3, .title_line h4 {
  font-size: 25px;
  color: #5F1981;
  padding-left: 60px;
  position: relative;
  letter-spacing: 2px;
}
.title_line h3::before, .title_line h4::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 26px;
  left: 0px;
  bottom: calc(50% - 13px);
  background-image: url(../img/title2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.text_line {
  width: 105px;
  height: 5px;
  background-color: #5F1981;
}

.indexabout {
  display: flex;
  position: relative;
}
.indexabout .about_left {
  width: 35%;
  margin: auto 185px auto 125px;
  z-index: 2;
}
.indexabout .about_left .about-img img {
  width: 100%;
}

.about_right {
  background: url("../img/indexabout-bg.png") center center/cover no-repeat;
  padding: 180px 90px 125px 320px;
  position: relative;
  width: 62%;
  margin: 0 auto 0 0;
  margin-left: -448px;
}
.about_right .about-info {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}
.about_right .about-info h3 {
  line-height: 1.5;
  margin: 20px auto;
}
.about_right .about-info p {
  color: #707070;
  letter-spacing: 1.5px;
}
.about_right .about_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 30px;
}

.indexabout2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 40px 0px;
}
.indexabout2::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("../img/indexabout-bg.png") center center/cover no-repeat;
}
.indexabout2 .about2_left {
  display: flex;
  align-items: center;
  width: 38%;
  position: relative;
  z-index: 2;
}
.indexabout2 .about2_left .about-img {
  display: flex;
}
.indexabout2 .about2_left .about-img img {
  width: 100%;
}
.indexabout2 .about2_right {
  position: relative;
  width: 62%;
  padding: 20px 6%;
}
.indexabout2 .about2_right .about-info {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}
.indexabout2 .about2_right .about-info h3 {
  line-height: 1.5;
  margin: 20px auto;
}
.indexabout2 .about2_right .about-info p {
  color: #707070;
  letter-spacing: 1.5px;
}

.about_container {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}

.company {
  padding: 36px;
}
.company .company-text {
  text-align: center;
  padding: 10px;
  margin-top: -20px;
}
.company .company-text h4 {
  color: #FFF;
  display: inline;
  background: #5F1981;
  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: #94C9E5;
}

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: #5F1981;
  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);
}

.news_wrap {
  width: 100%;
}

.news {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  padding: 10px;
}
.news .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  width: 15%;
}
.news .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;
}
.news: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);
}
.news .news_box {
  width: 28%;
  position: relative;
}
.news .news_box::before, .news .news_box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b2b2b2;
}
.news .news_box::before {
  left: 52%;
}
.news .news_box::after {
  right: 0;
}
.news .news_box .top-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10px;
  height: 0;
}
.news .news_box .top-info time {
  font-size: 16px;
  color: #7030A0;
  letter-spacing: 1px;
}
.news .news_box .top-info span {
  color: #ffffff;
  background: #6666FF;
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 5px;
}
.news: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;
  background-color: #5F1981;
}
.news:hover .top-info time {
  color: #ffffff;
}
.news:hover .infobox h3, .news:hover .infobox p {
  color: #ffffff;
}
.news .infobox {
  width: 50%;
  margin-left: 3%;
}
.news .infobox h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
.news .infobox p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #707070;
}

.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: 100%;
}
.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: 100%;
}
.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: 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;
}

p.sort {
  width: 90%;
  height: 90%;
  border: solid 1px #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  z-index: 2;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5607843137);
  opacity: 0;
  z-index: 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: #5F1981;
}
.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;
}

.service .servicebox {
  position: relative;
  margin-bottom: 30px;
}
.service .servicebox:hover .imgbox::before {
  border: 5px solid #7100DC;
  z-index: 1;
}
.service .servicebox .imgbox {
  cursor: pointer;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 120%;
  display: flex;
  justify-content: center;
  position: relative;
}
.service .servicebox .imgbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  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;
}
.service .servicebox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.service .servicebox h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}

.service_detail img {
  width: 100%;
}

.partner_img img {
  width: 100%;
}

.partner {
  margin: 0px 10px 30px 10px;
}
.partner .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 45%;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
}
.partner .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;
}
.partner:hover .imgbox {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2509803922);
}
.partner: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);
}

.support {
  width: 100%;
  margin-bottom: 30px;
}
.support:hover .right {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #5F1981;
  border: 20px solid #86B3D8;
}
.support .left {
  width: 25%;
}
.support .left span {
  font-size: 60px;
  font-weight: 900;
  color: #ebebeb;
}
.support .left h3 {
  font-size: 20px;
  margin-top: -6px;
}
.support .right {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 60%;
  background: #94C9E5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 20px solid #C8E3F2;
  border-radius: 300px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: calc(60% - 40px);
  margin-left: 6px;
}
.support .right img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 110px;
}

.download .download-box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}
.download .download-box::before {
  -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;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #7100DC;
}
.download .download-box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  position: relative;
}
.download .download-box .download-left p {
  font-size: 20px;
}

.downbox {
  width: 100%;
  margin-bottom: 40px;
}
.downbox .downbox_top {
  background: linear-gradient(to right, #B98AD1, #5F1981);
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 20px 0;
}
.downbox .downbox_top p {
  color: #ffffff;
  font-size: 20px;
}

.downbox_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.downbox_bottom .word:hover .paper-icon {
  box-shadow: 0px 0px 10px 1px rgba(94, 25, 129, 0.7176470588);
}
.downbox_bottom .word:hover .paper-icon svg path {
  fill: #5F1981;
}
.downbox_bottom .word:hover p {
  color: #5F1981;
}
.downbox_bottom .word .paper-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2745098039);
  display: flex;
  justify-content: center;
  align-items: center;
}
.downbox_bottom .word .paper-icon svg {
  width: 50%;
}
.downbox_bottom .word p {
  color: #707070;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .download .download-box {
    padding: 15px 20px;
  }
}
.link-box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 30px;
}
.link-box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
  position: relative;
}
.link-box a .link-right {
  width: calc(100% - 20px);
  padding: 10px 0px 10px 80px;
  font-size: 20px;
  line-height: 24px;
}
.link-box a .link-left {
  width: 60px;
  height: 100%;
  text-align: center;
  background: #94C9E5;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
}
.link-box a .link-left i {
  font-size: 30px;
  color: #fff;
}
.link-box:hover a .link-right {
  color: #5F1981;
}
.link-box:hover a .link-left {
  background: #5F1981;
  -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;
}

.frame {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 40px 40px;
  border-bottom: 10px solid #5F1981;
}

.frame02 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 40px 40px;
  position: relative;
}
.frame02::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #7100DC transparent;
  border-width: 0px 0px 70px 85px;
  border-style: solid;
  bottom: 0;
  right: 0;
}

.frame03 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 40px 40px;
  position: relative;
}
.frame03::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #5F1981 transparent;
  border-width: 0px 85px 70px 0px;
  border-style: solid;
  bottom: 0;
  left: 0;
}

.frame04 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  padding: 40px 40px;
  background-color: #FFF;
  position: relative;
}
.frame04::after {
  background-image: url(../img/conbg.png);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  bottom: 0px;
  right: 0px;
  width: 247px;
  height: 195px;
}

@media screen and (max-width: 768px) {
  .frame04 {
    padding: 40px 0;
  }
  .frame04::after {
    display: none;
  }
}
.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: #5F1981;
  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: #5F1981 !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: 30px !important;
  margin-bottom: 30px;
}

.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: 40px;
  background: #7100DC;
  outline: none;
  border-radius: 10px;
  width: 35px;
  height: 35px;
}
.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: 18px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-company .swiper-button-prev, .related-product .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #7100DC;
}

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

.info-box h4 {
  font-size: 20px;
}
.info-box p {
  margin: 12px 0px;
  font-size: 18px;
}
.info-box p span {
  background: #5F1981;
  color: #FFF;
  margin-right: 10px;
  padding: 4px 12px 4px 6px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 11px 48px;
  height: 50px;
  line-height: 31px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #B98AD1;
  border-radius: 10px 10px 0 0;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #5F1981;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.boxbox .boxinfo {
  border: 1px solid #5F1981;
}
.boxbox .boxinfo h5 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.boxbox .boxinfo .box-title {
  background-color: #5F1981;
  padding: 14px 0;
}
.boxbox .boxinfo .box-title h4 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.boxbox .boxinfo .forms-group2 dl dd {
  padding-bottom: 5px;
}
.boxbox .boxinfo .forms-group2 dl dd input {
  margin-top: 10px;
  width: 85%;
}
.boxbox .boxinfo .forms-group2 dl dd .input02 {
  width: 65%;
}
.boxbox .boxinfo .forms-group2 .form-line {
  width: 100%;
  height: 1px;
  background-color: #B2B2B2;
  margin: 30px 0;
}

.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 #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #ebebeb;
}
.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: 1620px) {
  .about_right {
    padding: 60px 90px 60px 320px;
  }
}
@media screen and (max-width: 1440px) {
  .indexabout2 .about2_right .about-info h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .indexabout2 .about2_right .about-info p {
    margin-top: -10px;
  }
  .contact .col-lg-5 .info-box p {
    font-size: 16px;
  }
  .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: 1366px) {
  .about_container {
    width: 82%;
  }
  .indexabout2 {
    padding: 30px 0;
  }
  .indexabout2 .about2_right .about-info h3 {
    font-size: 18px;
  }
  .bgp01, .bgp02 {
    position: relative;
  }
  .bgp01::after, .bgp02::after {
    width: 15%;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
  .about_right {
    padding: 60px 20px 60px 320px;
  }
  .about_right .about-info h3 {
    font-size: 1.1rem;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1200px) {
  .support .left {
    width: 30%;
  }
  .about-info {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .bgp01, .bgp02 {
    position: relative;
  }
  .bgp01::after, .bgp02::after {
    width: 10%;
  }
  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: #5F1981;
    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;
  }
  .indexabout {
    display: block;
  }
  .indexabout .about_left {
    width: 80%;
    margin: 0 auto;
  }
  .indexabout .about_left .about-img {
    margin: 0 auto;
  }
  .about_right {
    background: url("../img/indexabout-bg-mb.png") center center/cover no-repeat;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
  }
  .news_wrap {
    width: 32%;
    margin: 0 auto;
  }
  .news {
    display: block;
  }
  .news .imgbox, .news .news_box, .news .infobox {
    width: 100%;
  }
  .news .imgbox {
    padding-bottom: 60%;
  }
  .news .news_box::before, .news .news_box::after {
    display: none;
  }
  .news .news_box .top-info {
    justify-content: space-between;
    align-items: center;
  }
  .news .news_box .top-info div {
    border-right: 0px;
    padding-right: 0px;
  }
  .news .infobox {
    margin-left: 0;
  }
  .news .infobox h3 {
    margin: 30px 0 10px;
  }
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .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) {
  .indexabout2 {
    padding: 0px 0px;
  }
  .indexabout2::before {
    width: 100%;
    height: 100%;
    background: url("../img/indexabout-bg.png") center center/cover no-repeat;
  }
  .indexabout2 .about2_left {
    width: 100%;
  }
  .indexabout2 .about2_right {
    width: 100%;
    padding: 20px 5%;
  }
  .indexabout2 .about2_right .about-info .title03 {
    padding-left: 0;
  }
  .indexabout2 .about2_right .about-info p {
    letter-spacing: 0;
    margin-top: -14px;
  }
  .about_container {
    width: 80%;
  }
  .bg02 {
    background-position: center bottom;
  }
  .support .left {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .support .right {
    width: 100%;
    padding-bottom: calc(100% - 40px);
    margin-left: 0px;
  }
  .indexabout {
    text-align: center !important;
  }
  .indexabout .about-img img {
    width: 80%;
    margin: 0 auto;
  }
  .indexabout .title {
    margin: 30px 0;
  }
  .indexabout .about-info {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 20px 0;
  }
  .bg01 {
    background-size: cover;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
  .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;
  }
  /*大標*/
  .title {
    margin: 30px auto;
  }
  .title h1, .title h2 {
    font-size: 28px;
  }
  .title h1::before, .title h2::before {
    position: absolute;
    width: 50px;
    height: 32px;
    left: calc(50% - 50px);
    bottom: 30px;
    background-size: contain;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
  .news_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .cookiebox {
    font-size: 14px;
    line-height: 18px;
  }
  .cookiebox a {
    line-height: 18px;
    font-size: 14px;
  }
  .support {
    margin-bottom: 30px;
  }
  .support:hover .right {
    border: 10px solid #86B3D8;
  }
  .support .left span {
    font-size: 50px;
  }
  .support .left h3 {
    font-size: 18px;
    margin-top: -6px;
  }
  .support .right {
    border: 10px solid #C8E3F2;
    padding-bottom: calc(100% - 20px);
  }
  .support .right img {
    max-width: 80px;
  }
  .service .servicebox {
    margin-bottom: 0;
  }
  .service .servicebox .imgbox {
    width: 100%;
    margin: 20px auto;
    padding-bottom: 100%;
  }
  .frame {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
    background: #FFF;
    padding: 40px 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: #5F1981;
    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%;
  }
}
@media screen and (max-width: 667px) {
  .banner::after {
    width: 100%;
    height: 10%;
  }
  .banner .banner_bg {
    width: 100%;
  }
  .banner .world {
    position: absolute;
    width: 30%;
    top: 30%;
    left: 37%;
  }
  .banner .ship {
    position: absolute;
    width: 40%;
    bottom: 0%;
    right: 0%;
    animation-name: oxxo1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }
  .banner .ship img {
    width: 100%;
  }
  .banner .airplane {
    position: absolute;
    width: 30%;
    bottom: 0%;
    left: 0%;
    animation-name: oxxo2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }
  .banner .airplane img {
    width: 100%;
  }
  .banner .bannertext {
    position: absolute;
    width: 45%;
    top: 7%;
    right: 27%;
  }
  .banner .bannertext img {
    width: 100%;
  }
  .servicebox {
    margin-bottom: 0px;
  }
  @keyframes oxxo1 {
    0% {
      transform: translateX(300px);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    80% {
      transform: translateX(0px);
      opacity: 1;
    }
    100% {
      transform: translateX(-20px);
      opacity: 0;
    }
  }
  @keyframes oxxo2 {
    0% {
      opacity: 0;
      transform: rotate(-20deg) translateX(-200px);
    }
    20% {
      opacity: 1;
    }
    80% {
      transform: rotate(0deg) translateX(0px);
      opacity: 1;
    }
    100% {
      transform: translateX(20px);
      opacity: 0;
    }
  }
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  /*BANNER */
  .index_bg {
    background-image: url("../img/index_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
  }
  .banner .text img {
    width: 70%;
    position: relative;
    display: block;
    left: 0%;
    margin: 20px auto;
  }
  .banner .earth {
    text-align: right;
    position: relative;
    display: block;
  }
  .banner .earth img {
    width: 100%;
    position: relative;
    right: 0%;
  }
  .banner .earth .item-p, .banner .earth .item-s, .banner .earth .item-c {
    width: 20%;
    position: absolute;
  }
  .banner .earth .item-p {
    right: 70%;
    top: -2%;
  }
  .banner .earth .item-s {
    right: 41%;
    top: 33%;
  }
  .banner .earth .item-c {
    right: 23%;
    top: 4%;
  }
  .banner .part2 img {
    width: 100%;
    position: absolute;
    right: 0%;
    bottom: 0;
  }
  .video-height {
    height: 300px;
  }
  .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;
  }
  .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) {
  .contact .frame {
    padding: 40px 20px;
  }
  .service .servicebox h3 {
    font-size: 16px;
  }
  .indexabout .about-info {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
  }
  .btn: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;
    padding: 10px 10px 10px 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 {
    margin: 30px auto;
  }
  .title h1, .title h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .title03 {
    display: inline-block;
    padding: 0 20px;
  }
  .form-box span {
    font-size: 14px;
  }
  .info-box h4 {
    font-size: 18px;
  }
  .info-box p span {
    background: #5F1981;
    color: #FFF;
    margin: 6px 0px;
    padding: 4px 12px 4px 6px;
    display: block;
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .indexabout2 .about2_right .about-info h3 {
    font-size: 17px;
    line-height: 1.2;
  }
  .banner .text img {
    width: 85%;
    position: relative;
    display: block;
    left: 0%;
    margin: 20px auto;
  }
  .link-box {
    margin-bottom: 20px;
  }
  .link-box a {
    min-height: 80px;
  }
  .link-box a .link-right {
    padding: 10px 0px 10px 70px;
    font-size: 18px;
    line-height: 22px;
  }
  .link-box a .link-left {
    width: 50px;
  }
  .link-box a .link-left i {
    font-size: 20px;
  }
  .download .download-box a {
    padding: 0 10px 0 20px;
  }
  .download .download-box a .download-left {
    width: calc(100% - 40px);
    padding-right: 0px;
  }
  .download .download-box a .download-left p {
    font-size: 18px;
  }
  .download .download-box a .download-right {
    width: 40px;
  }
  .download .download-box a .download-right i {
    font-size: 25px;
  }
  .support {
    margin-bottom: 30px;
  }
  .support:hover .right {
    border: 10px solid #86B3D8;
  }
  .support .left span {
    font-size: 40px;
  }
  .support .left h3 {
    font-size: 16px;
    margin-top: -6px;
  }
  .support .right {
    border: 10px solid #C8E3F2;
    padding-bottom: calc(100% - 20px);
  }
  .support .right img {
    max-width: 60px;
  }
  .contact .col-lg-5 .share .sharebox h4 {
    font-size: 17px;
    margin: 0 6px 0 12px;
  }
  .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;
  }
  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: #5F1981;
    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;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.support01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
}
.support01 .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;
}
.support01 .imgbox img: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: translate(-50%, -50%) scale(1.1);
}
.support01 .sup_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 80px;
  background-image: url("../img/sup.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.support01 .sup_text p {
  text-align: right;
}

.about_info {
  width: 100%;
}
.about_info .a_slogan {
  width: 215px;
  background-color: #5F1981;
  padding: 5px 10px;
  text-align: center;
  margin: 0 0 20px;
}
.about_info .a_slogan h3 {
  color: #ffffff;
  margin: 0;
}
.about_info p {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
}
.about_info p span {
  font-size: 22px;
  color: #5F1981;
  font-weight: 600;
}

.ser2 {
  width: 100%;
}
.ser2 .serbox {
  width: 20%;
  padding: 0 30px 20px 30px;
}
.ser2 .serbox img {
  width: 100%;
}
.ser2 .serbox h1 {
  padding: 16px 0;
}
.ser2 .serbox p {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .ser2 .serbox {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .ser2 .serbox {
    padding: 0 20px 20px 20px;
    width: 50%;
  }
}/*# sourceMappingURL=all.css.map */