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

.mob_open {
  display: none;
}

.pc_open {
  display: block;
}

.bn_mob {
  display: none;
}

.bn_pc {
  display: block;
}

h2.product_d {
  font-size: 24px;
  line-height: 1.5;
}

.news_title {
  margin-bottom: 20px;
}
.news_title h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #1494B8;
}
.news_title p {
  font-size: 16px;
  color: #8BCEE1;
}
.news_title hr {
  background: #b2b2b2;
}

.partner_s {
  font-size: 22px;
  line-height: 1.5;
  color: #19446F;
  margin-bottom: 8px;
}

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

.btn, .btn_back {
  font-size: 18px;
  background-image: linear-gradient(90deg, #1494B8 50%, #1494B8 100%);
  color: #FFF;
  border-radius: 30px;
  padding: 10px 20px;
  -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, .btn_back i {
  margin: 0 8px 0 4px;
  -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, .btn_back:hover {
  background-image: linear-gradient(90deg, #1494B8 50%, #19446F 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover i, .btn_back:hover i {
  margin: 0 0 0 12px;
  -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 {
  background-image: linear-gradient(-90deg, #1494B8 50%, #1494B8 100%);
}
.btn_back:hover {
  background-image: linear-gradient(-90deg, #1494B8 50%, #19446F 100%);
}

.btn_reset {
  background: #8BCEE1 !important;
  color: #FFF !important;
  padding: 10px 25px;
  border-radius: 6px;
}
.btn_reset:hover {
  background: #19446F !important;
}

.btn_submit {
  background: #1494B8 !important;
  color: #FFF !important;
  padding: 10px 25px;
  border-radius: 6px;
}
.btn_submit:hover {
  background: #19446F !important;
}

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

.color01 {
  color: #1494B8;
}

.color02 {
  color: #8BCEE1;
}

.color03 {
  color: #19446F;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

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

.pd150 {
  padding-bottom: 150px !important;
}

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

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

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

.bg01 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("../img/bg01.jpg");
  position: relative;
}
.bg01::after {
  content: "";
  position: absolute;
  background: url(../img/about_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -80px;
  left: 0px;
  width: 298px;
  height: 444px;
}

.bg02 {
  position: relative;
}
.bg02::after {
  content: "";
  position: absolute;
  background: url(../img/bg02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  right: 0px;
  width: 33%;
  height: 100%;
}

.bg04 {
  position: relative;
  background: url(../img/bg04.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg04::after {
  content: "";
  position: absolute;
  background: url(../img/bg04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  bottom: 0px;
  left: 0px;
  width: 33%;
  height: 100%;
}

.bg03 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg03.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.bg_page {
  background-image: url(../img/page.jpg);
  position: relative;
  margin-top: -2px;
}

.indexabout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexabout .imgbox {
  padding-bottom: 66%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.indexabout .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.indexabout .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.indexabout .textbox {
  padding: 0 0 0 30px;
}

.siconbox {
  display: flex;
  flex-wrap: wrap;
}
.siconbox .icon {
  display: flex;
  align-items: center;
}
.siconbox .icon img {
  margin-right: 10px;
  width: 55px;
}

.indexservice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexservice .imgbox_bg {
  position: relative;
}
.indexservice .imgbox_bg::after {
  content: "";
  position: absolute;
  background-image: url(../img/service_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  right: -80px;
  width: 40px;
  height: 165px;
}
.indexservice .imgbox_bg::before {
  content: "";
  position: absolute;
  background: #8BCEE1;
  top: -12px;
  left: -12px;
  width: 35%;
  height: 50%;
  border-radius: 20px;
}
.indexservice .imgbox {
  padding-bottom: 66%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.indexservice .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.indexservice .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.indexservice .textbox {
  padding: 0 30px 0 0;
}

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

.product_sort {
  margin-bottom: 30px;
  padding: 0 30px;
}
.product_sort .imgbox {
  padding-bottom: 62.5%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.product_sort .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.product_sort .imgbox:hover .bgbox {
  background: rgba(20, 149, 184, 0.7843137255);
  -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_sort .imgbox:hover .borderbox {
  border: solid 2px #8BCEE1;
  -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_sort .imgbox:hover .textbox .info h3 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(20, 149, 184, 0.4862745098);
}
.product_sort .imgbox:hover .textbox .info p {
  display: -webkit-box;
}
.product_sort .imgbox:hover .textbox .info .morebox {
  display: block;
}
.product_sort .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product_sort .imgbox .borderbox {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: solid 2px #8BCEE1;
  border-radius: 20px;
  left: 15px;
  top: 15px;
  -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;
  z-index: 1;
}
.product_sort .imgbox .bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(20, 149, 184, 0);
  -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_sort .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product_sort .imgbox .textbox .info h3 {
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  color: #1494B8;
  padding: 0 40px;
  text-align: center;
}
.product_sort .imgbox .textbox .info p {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
  padding: 0 40px;
  color: #fff;
  text-align: center;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product_sort .imgbox .textbox .info .morebox {
  color: #fff;
  border: solid 1px #fff;
  padding: 8px 16px;
  margin: 0px auto;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}
.banner .swiper-banner .swiper-slide img {
  position: relative;
  width: 100%;
}
.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #1494B8;
  text-shadow: 0.1em 0.1em 0.1em #ccc;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #fff;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title01 {
  margin: 30px auto;
  display: inline-block;
}
.title01 h1, .title01 h2 {
  font-size: 32px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #19446F;
  position: relative;
  z-index: 0;
}
.title01 h1::before, .title01 h2::before {
  position: absolute;
  content: "";
  width: 67px;
  height: 46px;
  background: url(../img/title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -37px;
  bottom: 0px;
  z-index: -1;
}
.title01 span {
  display: inline-block;
  margin-bottom: 8px;
  color: #8BCEE1;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.title01 span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #8BCEE1;
  right: -30px;
  bottom: 6px;
}

.title_line hr {
  background: rgba(232, 232, 232, 0);
  height: 4px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #1494B8;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line h3 {
  color: #1494B8;
  font-size: 25px;
}

.index-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7882352941);
  position: relative;
}
.index-news::after {
  content: "";
  position: absolute;
  background-image: url(../img/service_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  left: -80px;
  width: 40px;
  height: 165px;
}

.page_news .newsbox {
  margin: 0 0 50px 0 !important;
  padding: 0 20px !important;
}

.newsbox {
  margin: 60px 0;
  padding: 0 60px !important;
}
.newsbox dd {
  position: relative;
}
.newsbox dd:hover h3 {
  margin: 0 0 0 30px;
  color: #1494B8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsbox dd:hover .timebox {
  border: solid 1px #1494B8;
}
.newsbox dd:hover .timebox .ym {
  background: #1494B8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsbox dd:hover .timebox .day {
  color: #1494B8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsbox dd::after {
  content: "";
  position: absolute;
  background: url(../img/dd_line.svg);
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
}
.newsbox dd a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.newsbox dd .timebox {
  background: #fff;
  border: solid 1px #19446F;
  border-radius: 10px;
}
.newsbox dd .timebox .ym {
  background: #19446F;
  color: #fff;
  font-size: 13px;
  padding: 4px 12px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsbox dd .timebox .day {
  color: #19446F;
  font-size: 20px;
  font-weight: 600;
  padding: 4px 8px;
  text-align: 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;
}
.newsbox dd h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.linkbox .imgbox {
  padding-bottom: 43%;
  border-radius: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.linkbox .imgbox::before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  z-index: 1;
}
.linkbox .imgbox::after {
  content: "\e81e";
  font-family: "fontello";
  position: absolute;
  color: #8BCEE1;
  font-size: 30px;
  bottom: 39px;
  right: 45px;
  z-index: 2;
}
.linkbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.linkbox .imgbox .title01 {
  padding: 0 30px;
}
.linkbox .imgbox .title01 span, .linkbox .imgbox .title01 h2 {
  color: #fff;
}
.linkbox .imgbox .title01 span::before {
  background: #fff;
}
.linkbox .imgbox .title01 h2::before {
  display: none !important;
}
.linkbox .imgbox:hover::before {
  background: #8BCEE1;
}
.linkbox .imgbox:hover::after {
  color: #fff;
}
.linkbox .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.contact {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact .info-box {
  box-shadow: 0px 0px 20px rgba(20, 149, 184, 0.1647058824);
  background: rgba(255, 255, 255, 0.6156862745);
  padding: 20px 20px;
  position: relative;
  width: 65%;
}
.contact .info-box .info-frame {
  position: relative;
  padding: 60px 28% 60px 40px;
  border: solid 1px #8BCEE1;
}
.contact .info-box .info-frame h2 {
  font-size: 23px;
  font-weight: 600;
}
.contact .info-box .info-frame p {
  font-size: 18px;
  margin-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.contact .info-box .info-frame p::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -40px;
  bottom: calc(50% - 15px);
  background-position: center;
  background-repeat: no-repeat;
}
.contact .info-box .info-frame p.ccoin01::before {
  background: url(../img/c-tel.svg);
  background-size: contain;
}
.contact .info-box .info-frame p.ccoin02::before {
  background: url(../img/c-fax.svg);
  background-size: contain;
}
.contact .info-box .info-frame p.ccoin03::before {
  background: url(../img/c-email.svg);
  background-size: contain;
}
.contact .info-box .info-frame p.ccoin04::before {
  background: url(../img/c-add.svg);
  background-size: contain;
}
.contact .form-box {
  position: relative;
  background: #CFEAF1;
  border-radius: 20px;
  width: 50%;
  padding: 40px;
  margin-left: -15%;
}

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: #1494B8;
  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 {
  box-shadow: 0px 0px 10px rgba(20, 149, 184, 0.1647058824);
  margin-bottom: 30px;
}
.product .textbox {
  text-align: center;
  position: relative;
  background: #fff;
}
.product .textbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1494B8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3137254902);
  left: 0;
  bottom: 0;
  -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 .textbox h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 4px;
  z-index: 1;
  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;
}
.product .imgbox {
  padding-bottom: 75%;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.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;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover .textbox::after {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover .textbox h3 {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover .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);
}

.framebox {
  box-shadow: 0px 0px 20px rgba(20, 149, 184, 0.1647058824);
  background: rgba(255, 255, 255, 0.6156862745);
  padding: 20px 20px;
}
.framebox .frame {
  padding: 40px 40px;
  border: solid 1px #8BCEE1;
}

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

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

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

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 405px !important;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #1494B8 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.swiper-company {
  padding-top: 60px !important;
}
.swiper-company .swiper-slide img {
  width: 100%;
}
.swiper-company .swiper-button-next, .swiper-company .swiper-button-prev {
  top: 25px;
  background: #8BCEE1;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.swiper-company .swiper-button-next:after, .swiper-company .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-company .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #1494B8;
}

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

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

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #19446F;
  border: solid 1px #19446F;
}
.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;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #1494B8;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
  border-bottom: 1px solid #1494B8;
}

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

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

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 1680px) {
  .indexservice .imgbox_bg::after {
    right: -50px;
    width: 25px;
    height: 95px;
    z-index: -1;
  }
  .index-news::after {
    left: -50px;
    width: 25px;
    height: 95px;
    z-index: -1;
  }
}
@media screen and (max-width: 1440px) {
  .indexservice .imgbox_bg::after {
    bottom: -78px;
    right: 35px;
    -webkit-transform: rotate(-90deg);
  }
  .index-news::after {
    bottom: -78px;
    left: 35px;
    -webkit-transform: rotate(-90deg);
  }
  .product2 .product-text {
    padding: 0px;
  }
  .product2 .product-text h4 {
    line-height: 24px;
  }
  .product2 .product-img {
    margin: 0px 0px 10px 0px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}
@media screen and (max-width: 1366px) {
  .product_sort .imgbox .textbox .info h3 {
    font-size: 20px;
  }
  .product_sort .imgbox .textbox .info p {
    font-size: 16px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .newsbox {
    margin: 60px 0;
    padding: 0 40px !important;
  }
  .newsbox dd {
    position: relative;
  }
  .newsbox dd:hover h3 {
    margin: 0 0 0 30px;
    color: #1494B8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .newsbox dd::after {
    content: "";
    position: absolute;
    background: url(../img/dd_line.svg);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
  }
  .newsbox dd a {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .newsbox dd .timebox {
    background: #fff;
    border: solid 1px #19446F;
    border-radius: 10px;
  }
  .newsbox dd .timebox .ym {
    background: #19446F;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .newsbox dd .timebox .day {
    color: #19446F;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 8px;
    text-align: 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;
  }
  .newsbox dd h3 {
    font-size: 18px;
    margin: 0 15px;
    -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_sort {
    padding: 0 15px;
  }
  .product_sort .imgbox .textbox .info p {
    margin: 12px 0;
  }
  .bg01::after {
    bottom: -20px;
    width: 150px;
    height: 100%;
  }
  /*大標*/
  .title01 {
    margin: 30px auto;
    display: inline-block;
  }
  .title01 h1, .title01 h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .title01 h1::before, .title01 h2::before {
    height: 40px;
    right: -40px;
  }
  .title01 span {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .title01 span::before {
    width: 12px;
    right: -24px;
  }
  .btn, .btn_back {
    font-size: 16px;
  }
}
@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: -100px;
    background: #1494B8;
    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: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  .bg01, .bg03 {
    background-attachment: scroll;
  }
  .contact .info-box {
    background: rgba(255, 255, 255, 0.6156862745);
    padding: 20px 20px;
    width: 100%;
  }
  .contact .info-box .info-frame {
    padding: 60px 40px;
  }
  .contact .info-box .info-frame h2 {
    font-size: 20px;
  }
  .contact .info-box .info-frame p {
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .contact .info-box .info-frame p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    bottom: calc(50% - 15px);
    background-position: center;
    background-repeat: no-repeat;
  }
  .contact .form-box {
    width: 100%;
    padding: 40px;
    margin-left: 0%;
    margin-top: 20px;
  }
  .page_news .newsbox {
    padding: 0 !important;
  }
  .newsbox {
    margin: -20px 0 40px 0;
  }
  .newsbox dd h3 {
    -webkit-line-clamp: 2;
  }
  .pc_open {
    display: none;
  }
  .mob_open {
    display: block;
  }
  .top-alla {
    padding: 40px 0;
  }
  .indexabout .imgbox {
    margin-bottom: 15px;
    padding-bottom: 45%;
  }
  .indexabout .textbox {
    padding: 0;
  }
  .indexservice .imgbox {
    margin-top: 30px;
    padding-bottom: 45%;
  }
  .indexservice .textbox {
    padding: 0;
  }
  .indexservice .imgbox_bg::after {
    bottom: -70px;
  }
  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: -145px;
    background: #1494B8;
    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;
  }
}
@media screen and (max-width: 768px) {
  .partner_s {
    font-size: 20px;
    line-height: 1.5;
    color: #19446F;
  }
  .news_title h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  h2.product_d {
    font-size: 20px;
  }
  .product {
    margin-bottom: 20px;
  }
  .product .textbox h3 {
    font-size: 16px;
  }
  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: #1494B8;
    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;
  }
  .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) {
  .bn_mob {
    display: block;
  }
  .bn_pc {
    display: none;
  }
  .framebox {
    padding: 12px 12px;
  }
  .framebox .frame {
    padding: 20px 20px;
  }
  .linkbox .imgbox::before {
    width: 35px;
    height: 35px;
  }
  .linkbox .imgbox::after {
    font-size: 25px;
    bottom: 35px;
    right: 39px;
  }
  .newsbox {
    padding: 0 20px !important;
    margin: -20px 0 40px 0;
  }
  .newsbox dd h3 {
    font-size: 16px;
    margin: 0 10px;
  }
  .newsbox dd .timebox .ym {
    padding: 4px 6px;
  }
  .newsbox dd:hover h3 {
    margin: 0 0 0 20px;
  }
  .product_sort .imgbox .textbox .info h3 {
    font-size: 18px;
  }
  .product_sort .imgbox .textbox .info p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .product_sort .imgbox .textbox .info .morebox {
    padding: 5px 12px;
  }
  .product_sort .imgbox .borderbox {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
  /*產品 */
  .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: 575px) {
  .indexservice .imgbox_bg::before {
    top: -6px;
    left: -6px;
  }
  .contact {
    padding: 0 15px !important;
  }
  .contact .info-box {
    padding: 20px 20px;
    width: 100%;
  }
  .contact .info-box .info-frame {
    padding: 40px 20px;
  }
  .contact .info-box .info-frame h2 {
    font-size: 18px;
  }
  .contact .info-box .info-frame p {
    font-size: 16px;
  }
  .contact .form-box {
    padding: 30px 20px;
  }
  .banner .swiper-banner .swiper-button-next::after, .banner .swiper-banner .swiper-button-prev::after {
    font-size: 30px;
  }
  .banner .swiper-banner .swiper-button-next {
    right: 0px;
  }
  .banner .swiper-banner .swiper-button-prev {
    left: 0px;
  }
  .index-news dd a {
    display: flex;
    align-items: center;
  }
  .index-news dd p.news {
    font-size: 18px;
    width: calc(100% - 100px);
  }
  .title_line h3 {
    font-size: 22px;
  }
  .product .product-text .money {
    display: block;
  }
  .product .product-text .money p {
    font-size: 16px;
  }
  .product .product-text .money span {
    display: block;
    margin-top: 10px;
  }
  .product .product-text .money span::before {
    width: 100%;
    margin-left: 0px;
  }
  .product .product-text .money span input {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .product_sort .imgbox .textbox .info p {
    -webkit-line-clamp: 3;
  }
  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: -130px;
    background: #1494B8;
    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;
  }
}