@charset "UTF-8";
/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
.pop .popBox .info .txts p.price, .wrap footer {
  font-family: Arial, sans-serif;
}

.pop.pop_quote .rules, .pop .popBox .head .title, .pop .popBox .head, .pop, .wrap .CTA .btn_cta, .wrap .CTA, .wrap footer .copyright, .wrap footer .link, .wrap .part_3 .btn_more, .wrap .part_3 .title, .wrap .part_3 .price ul li, .wrap .part_3 .contact, .wrap .part_2 .feature .item .info h3, .wrap .part_2 .feature .item .info, .wrap .part_1 .awards .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap .part_4 .otherService .item .info .more a, .wrap .part_3 .contact .btn_quote, .pop .popBox .info .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.wrap .part_4 .otherService .item .info h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrap .part_2 .feature, .wrap .part_1 .awards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap .part_4 .otherService .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrap .part_4, .wrap .part_2 {
  background-image: url("../img/cover.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wrap .part_2 .brand .brand-pagination, .wrap .part_1 .banner .banner-pagination {
  bottom: -35px;
}
.wrap .part_2 .brand .brand-pagination .swiper-pagination-bullet, .wrap .part_1 .banner .banner-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: transparent;
  border: 2px #ed0180 solid;
}
.wrap .part_2 .brand .brand-pagination .swiper-pagination-bullet-active, .wrap .part_1 .banner .banner-pagination .swiper-pagination-bullet-active {
  background-color: #ed0180;
}

.pop .popBox .info .btn {
  margin: 40px 5px 0;
  padding-bottom: 2px;
  width: 45%;
  max-width: 250px;
  height: 40px;
  font-size: 17px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #2d377f;
}
.pop .popBox .info .btn:hover {
  background-color: #4757cc;
}

.pop .popBox .info .btn.btnColor {
  background-color: #bbbbbb;
}
.pop .popBox .info .btn.btnColor:hover {
  background-color: #999999;
}

.pop .popBox .head, .wrap .part_4 .otherService .item .info h3 {
  background-color: #2d377f;
  background-image: linear-gradient(to right, #2d377f 0%, #6c79d6 100%);
}

/* ==========================================================================
	topBar白色選單
========================================================================== */
header {
  position: fixed;
  top: 30px;
  z-index: 997;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 0px solid #007de9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", PMingLiU, sans-serif;
}
.logo {
   display: none;
}
.menu {
  float: right;
  overflow: hidden;
}
.menu > li {
  float: left;
}
.menu > li a {
  display: block;
  padding: 0 32px;
  height: 60px;
  font-size: 18px;
  color: #666;
  line-height: 60px;
  transition: all 0.3s;
}
.menu > li a:hover {
  color: #007de9;
}
.menu li.menu_ok a {
  color: #007de9;
  border-bottom: 2px solid #fff;
}

/* ==========================================================================
	Wrap & pop
========================================================================== */
a, a > *, a svg path, button, .swiper-button {
  display: inline-table;
  transition: 0.3s;
}

input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

input::placeholder {
  color: #bbbbbb;
  opacity: 1;
}

body {
  position: relative;
  color: #333333;
  font-family: "Noto Sans TC", "PingFang TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
body.popFix {
  overflow: hidden;
}

.wrap {
  position: relative;
  margin-top: 90px;
  /*.part_1,*/
}
.wrap .header {
  position: relative;
  height: 470px;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap .header h1 {
  font-size: 0;
}
.wrap .part {
  padding: 100px 25px;
}
.wrap .part section {
  position: relative;
  margin: 0 auto 100px;
  max-width: 950px;
}
.wrap .part section h2 {
  margin-bottom: 40px;
  font-size: 40px;
  color: #333333;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
.wrap .part section:last-child {
  margin-bottom: 0;
}
.wrap .part_2 section:first-child {
  margin-bottom: 120px;
}
.wrap .part_1 {
  background-color: #ffffff;
}
.wrap .part_1 section:nth-child(2) {
  max-width: 1000px;
}
.wrap .part_1 .banner {
  position: relative;
  margin: auto;
  max-width: 950px;
  height: auto;
}
.wrap .part_1 .banner .bannerSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap .part_1 .banner .swiper-slide {
  width: 100%;
}
.wrap .part_1 .banner .swiper-slide img {
  width: 100%;
}
.wrap .part_1 .banner .banner-pagination {
  display: flex;
  justify-content: center;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
  transform: none;
}
.wrap .part_1 .awards .iconBox {
  flex-wrap: wrap;
  flex-direction: column;
  width: 25%;
}
.wrap .part_1 .awards .iconBox img {
  width: 170px;
}
.wrap .part_1 .awards .iconBox p {
  margin-top: 25px;
  font-size: 21px;
  color: #ed0180;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.wrap .part_2 .brand {
  position: relative;
}
.wrap .part_2 .brand .brandSwiper {
  padding: 15px 0 30px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 3px #ed0180 solid;
  overflow: hidden;
  cursor: grab;
}
.wrap .part_2 .brand .brandSwiper .swiper-slide {
  width: 20%;
  min-height: auto;
}
.wrap .part_2 .brand .brandSwiper .swiper-slide img {
  width: 100%;
}
.wrap .part_2 .brand .brandSwiper .swiper-slide p {
  font-size: 17px;
  text-align: center;
  font-weight: 300;
}
.wrap .part_2 .feature {
  flex-wrap: wrap;
}
.wrap .part_2 .feature .item {
  width: 220px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 3px #ed0180 solid;
  overflow: hidden;
}
.wrap .part_2 .feature .item img {
  width: 100%;
}
.wrap .part_2 .feature .item .info {
  flex-wrap: wrap;
  padding: 25px 12px;
}
.wrap .part_2 .feature .item .info h3 {
  padding-bottom: 1px;
  width: 100%;
  height: 36px;
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
  background-color: #ed0180;
  border-radius: 18px;
}
.wrap .part_2 .feature .item .info p, .wrap .part_2 .feature .item .info a {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.wrap .part_2 .feature .item .info a {
  color: #ed0180;
  text-decoration: underline;
}
.wrap .part_2 .feature .item .info a:hover {
  text-decoration: none;
}
.wrap .part_3 {
  background-color: #ffffff;
}
.wrap .part_3 .contact {
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: center;
}
.wrap .part_3 .contact .btn_quote {
  margin: 2px 0 0 10px;
  width: 130px;
  height: 32px;
  font-size: 20px;
  color: #ed0180;
  background-color: #ffffff;
  border: 1px solid #ed0180;
  border-radius: 17px;
}
.wrap .part_3 .contact .btn_quote:hover {
  color: #ffffff;
  background-color: #ed0180;
}
.wrap .part_3 .price {
  display: flex;
  overflow: hidden;
  background-color: #2d377f;
  border-radius: 12px;
  border: 3px #2d377f solid;
}
.wrap .part_3 .price ul {
  width: calc((100% - 300px) / 5);
  background-color: #ffffff;
}
.wrap .part_3 .price ul:first-child {
  width: 155px;
  color: #87d0ff;
  background-color: #2d377f;
}
.wrap .part_3 .price ul:first-child li {
  font-size: 18px;
  border-bottom-color: #5361cb;
}
.wrap .part_3 .price ul:first-child li:first-child {
  color: #87d0ff;
  border-bottom-width: 1px;
  border-right-color: #4c65ca;
  background-color: #2d377f;
}
.wrap .part_3 .price ul:first-child li:nth-child(2) {
  font-size: 18px;
  color: #87d0ff;
  font-weight: 400;
}
.wrap .part_3 .price ul:nth-child(3) li, .wrap .part_3 .price ul:nth-child(5) li {
  background-color: #f2f4ff;
}
.wrap .part_3 .price ul:last-child {
  width: 145px;
}
.wrap .part_3 .price ul:last-child a, .wrap .part_3 .price ul:last-child img {
  width: 100%;
  height: 100%;
}
.wrap .part_3 .price ul li {
  padding-bottom: 2px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  text-align: center;
  border-width: 0 1px 1px 0;
  border-color: #cbcdda;
  border-style: solid;
}
.wrap .part_3 .price ul li:first-child {
  color: #ffffff;
  background-color: #4c65ca;
  border-right-color: #7086df;
}
.wrap .part_3 .price ul li:nth-child(2) {
  font-size: 21px;
  color: #ed0180;
  font-weight: 700;
}
.wrap .part_3 .price ul li:first-child, .wrap .part_3 .price ul li:last-child {
  border-bottom-width: 0;
}
.wrap .part_3 .title {
  position: relative;
  padding-bottom: 2px;
  width: 100%;
  height: 70px;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  background-color: #2d377f;
  border-bottom: 6px #5361cb solid;
  border-radius: 12px 12px 0 0;
}
.wrap .part_3 .priceList {
  position: relative;
}
.wrap .part_3 .priceList h3 {
  margin: 40px 0 15px;
  padding-left: 10px;
  font-size: 23px;
  color: #4757cc;
  line-height: 1;
  font-weight: 500;
  border-left: 8px #2d377f solid;
}
.wrap .part_3 .priceList .table {
  width: 100%;
}
.wrap .part_3 .priceList .table tr:hover td {
  background-color: #F4F8FF;
  cursor: pointer;
}
.wrap .part_3 .priceList .table th, .wrap .part_3 .priceList .table td {
  font-size: 18px;
}
.wrap .part_3 .priceList .table th {
  padding: 13px 40px;
  text-align: left;
  font-weight: 400;
  background-color: #eeeeee;
  border-bottom: 2px #bfbfbf solid;
}
.wrap .part_3 .priceList .table td {
  padding: 20px 40px;
  border-bottom: 1px #eeeeee solid;
}
.wrap .part_3 .priceList .table td:last-child {
  color: #ed0180;
}
.wrap .part_3 .priceList .hide {
  display: none;
}
.wrap .part_3 .priceList .cover_w {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 225, 255, 0) 100%);
  transition: 0.3s;
}
.wrap .part_3 .priceList .cover_w.close {
  display: none;
}
.wrap .part_3 .btn_more {
  margin: 30px auto 0;
  width: 80%;
  max-width: 360px;
  height: 45px;
  font-size: 18px;
  color: #ed0180;
  border: 1px solid #ed0180;
  border-radius: 23px;
}
.wrap .part_3 .btn_more:hover {
  color: #ffffff;
  background-color: #ed0180;
}
.wrap .part_3 .btn_more:hover span:before {
  color: #ffffff;
}
.wrap .part_3 .btn_more span {
  display: inline;
  transition: 0s;
}
.wrap .part_3 .btn_more span:before {
  margin-right: 5px;
  font-size: 14px;
  color: #ed0180;
  transition: 0.3s;
}
.wrap .part_3 .btn_more span.txt1:before {
  content: "▼";
}
.wrap .part_3 .btn_more span.txt2:before {
  content: "▲";
}
.wrap .part_3 .btn_more .txt1.hide {
  display: none;
}
.wrap .part_3 .btn_more .txt2 {
  display: none;
}
.wrap .part_3 .btn_more .txt2.show {
  display: flex;
}
.wrap .part_4 {
  padding-bottom: 180px;
}
.wrap .part_4 .otherService .item {
  margin-bottom: 20px;
  width: 100%;
  height: 280px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 3px #2d377f solid;
  overflow: hidden;
}
.wrap .part_4 .otherService .item img {
  width: 50%;
}
.wrap .part_4 .otherService .item .info {
  padding: 40px 30px 35px;
  width: 50%;
}
.wrap .part_4 .otherService .item .info h3 {
  padding: 0 20px;
  width: 100%;
  height: 45px;
  font-size: 27px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}
.wrap .part_4 .otherService .item .info h4 {
  margin-top: 10px;
  font-size: 21px;
  color: #4757cc;
  font-weight: 500;
}
.wrap .part_4 .otherService .item .info ol {
  display: flex;
  flex-wrap: wrap;
  padding-left: 28px;
  margin: 20px 0 0;
}
.wrap .part_4 .otherService .item .info ol li {
  margin-bottom: 10px;
  width: 50%;
  font-size: 18px;
  line-height: 1;
  text-align: justify;
  list-style-type: disc;
}
.wrap .part_4 .otherService .item .info .more {
  margin: 25px 0 0 5px;
  font-size: 16px;
}
.wrap .part_4 .otherService .item .info .more a {
  margin-left: 5px;
  padding-bottom: 2px;
  width: 100px;
  height: 26px;
  color: #ed0180;
  border: 1px solid #ed0180;
  border-radius: 13px;
}
.wrap .part_4 .otherService .item .info .more a:hover {
  color: #ffffff;
  background-color: #ed0180;
}
.wrap .part_4 .txt {
  font-size: 18px;
  color: #2d377f;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}
.wrap footer {
  position: relative;
  padding: 50px 15px 45px;
  font-size: 15px;
  color: #bbc2f1;
  text-align: center;
  background-color: #292f58;
}
.wrap footer .link {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wrap footer .link a {
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
.wrap footer .link a:last-child {
  border-width: 0;
}
.wrap footer .link a:hover {
  text-decoration: underline;
}
.wrap footer .copyright svg {
  margin-right: 25px;
  width: 170px;
}
.wrap footer .copyright svg path {
  fill: #bbc2f1;
}
.wrap footer .copyright p {
  text-align: left;
  line-height: 1.6;
}
.wrap footer .copyright p .tel {
  margin-right: 20px;
}
.wrap footer .copyright p .tel span {
  color: #bbc2f1 !important;
  text-decoration: none !important;
}
.wrap footer .copyright p .company {
  display: none;
}
.wrap .CTA {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #292f58;
}
.wrap .CTA .btn_cta {
  padding-bottom: 2px;
  width: 360px;
  height: 44px;
  font-size: 24px;
  color: #87d0ff;
  line-height: 1;
  border-radius: 22px;
  border: 1px #87d0ff solid;
}
.wrap .CTA .btn_cta:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.wrap .CTA .btn_cta span {
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
}

.pop {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.pop .popBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.pop .popBox {
  position: relative;
  max-width: 900px;
  max-height: calc(100% - 40px);
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.1);
  transition: 0.3s;
}
.pop .popBox.scale {
  opacity: 1;
  transform: scale(1);
}
.pop .popBox .head {
  position: relative;
  padding-bottom: 2px;
  height: 50px;
  overflow: hidden;
}
.pop .popBox .head .title {
  font-size: 24px;
  color: #ffffff;
}
.pop .popBox .head .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.pop .popBox .head .btn_close img {
  width: 30%;
  transition: 0.5s;
}
.pop .popBox .head .btn_close:hover img {
  transform: rotate(180deg);
}
.pop .popBox .info {
  overflow: hidden;
}
.pop .popBox .info .infoBox {
  padding: 30px;
  overflow: auto;
  height: auto;
  max-height: calc(100vh - 130px);
}
.pop .popBox .info img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.pop .popBox .info .txts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.pop .popBox .info .txts p {
  width: calc(100% - 175px);
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  text-align: left;
}
.pop .popBox .info .txts p span {
  display: block;
  color: #4757cc;
}
.pop .popBox .info .txts p.ps {
  margin-top: 10px;
}
.pop .popBox .info .txts p.price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 175px;
  min-width: 175px;
  font-size: 18px;
  color: #ed0180;
  text-align: right;
  letter-spacing: -1px;
}
.pop .popBox .info .txts p.price b {
  padding-right: 5px;
  font-size: 36px;
  line-height: 1;
}
.pop.pop_quote .popBox {
  width: 450px;
}
.pop.pop_quote .info_2 {
  display: none;
}
.pop.pop_quote .infoBox {
  text-align: center;
}
.pop.pop_quote p {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
}
.pop.pop_quote p.error {
  margin: 7px 0 0;
  width: 100%;
  font-size: 14px;
  color: #e3003b;
  text-align: left;
  line-height: 1.2;
}
.pop.pop_quote p.error.hide {
  display: none;
}
.pop.pop_quote .ex {
  color: #e3003b;
  font-weight: 500;
}
.pop.pop_quote .link {
  color: #007de9;
  text-decoration: underline;
}
.pop.pop_quote .link:hover {
  text-decoration: none;
}
.pop.pop_quote .formBox {
  margin-top: 15px;
  padding: 15px;
  background-color: #fafafa;
  border-radius: 8px;
}
.pop.pop_quote .form {
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
  color: #333333;
}
.pop.pop_quote .form.input_error .input {
  padding: 0 15px;
  border: 2px solid #e3003b;
}
.pop.pop_quote .label {
  display: block;
  margin-bottom: 5px;
  padding-left: 2px;
  text-align: left;
  line-height: 1.4;
}
.pop.pop_quote .label b {
  color: #e3003b;
}
.pop.pop_quote .input {
  float: none;
  padding: 0 15px;
  width: 100%;
  height: 43px;
  outline: none;
  background-color: #ffffff;
  border: 1px #d4d3d0 solid;
  border-radius: 5px;
}
.pop.pop_quote .input:focus {
  padding: 0 14px;
  border: 2px solid #00b7ff;
}
.pop.pop_quote .note {
  font-size: 14px;
  color: #e3003b;
  text-align: left;
}
.pop.pop_quote .rules {
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 16px;
}
.pop.pop_quote .rules input[type=checkbox] {
  margin: 1px 6px 0 0;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pop.pop_quote .rules label {
  cursor: pointer;
}
.pop.pop_quote .rules label a {
  display: inline-table;
  padding-left: 5px;
  color: #2979dc;
  text-decoration: underline;
}
.pop.pop_quote .rules label a:hover {
  text-decoration: none;
}
.pop.pop_quote .rules .error {
  text-align: center;
}
.pop.pop_quote .loading {
  display: none;
  margin: 20px auto 0;
  height: 40px;
  background-image: url("https://www.yes123.com.tw/admin/corp/img/num_loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.pop#pop_B1 .popBox .info img, .pop#pop_B2 .popBox .info img, .pop#pop_B3 .popBox .info img, .pop#pop_C1 .popBox .info img {
  max-height: 60vh;
}

@media screen and (max-width: 1000px) {
  .wrap .part_2:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url("../img/cover_m.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header {
    height: 44px;
  }
  .menu {
    width: 100%;
  }
  .menu > li {
    width: 20%;
  }
  .menu > li a {
    padding: 0;
    height: 44px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
  }
  .wrap {
    margin-top: 74px;
    /*.part_1,*/
  }
  .wrap .header {
    height: 52vw;
    background-image: url("../img/header_m.jpg");
  }
  .wrap .part {
    padding: 70px 9vw;
  }
  .wrap .part section {
    margin-bottom: 70px;
  }
  .wrap .part section h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2;
  }
  .wrap .part_2 section:first-child {
    margin-bottom: 90px;
  }
  .wrap .part_1 .banner {
    width: 100%;
    height: auto;
  }
  .wrap .part_1 .awards {
    align-items: flex-start;
  }
  .wrap .part_1 .awards .iconBox img {
    width: 80%;
  }
  .wrap .part_1 .awards .iconBox p {
    margin-top: 12px;
    font-size: 16px;
  }
  .wrap .part_2 {
    background-image: none;
  }
  .wrap .part_2 .brand .brandSwiper {
    padding: 7px 0 20px;
    border-radius: 10px;
  }
  .wrap .part_2 .feature .item {
    width: 24%;
    border-radius: 10px;
  }
  .wrap .part_2 .feature .item .info {
    padding: 25px 10px;
  }
  .wrap .part_2 .feature .item .info h3 {
    height: 34px;
    font-size: 18px;
    border-radius: 17px;
  }
  .wrap .part_2 .feature .item .info p, .wrap .part_2 .feature .item .info a {
    margin-top: 10px;
    font-size: 16px;
  }
  .wrap .part_3 .contact {
    margin-bottom: 15px;
    font-size: 21px;
  }
  .wrap .part_3 .contact .btn_quote {
    margin: 0 0 0 8px;
    padding-bottom: 2px;
    width: 110px;
    height: 30px;
    font-size: 18px;
  }
  .wrap .part_3 .price {
    flex-direction: column;
    border-radius: 10px;
  }
  .wrap .part_3 .price ul {
    display: flex;
    width: 100%;
  }
  .wrap .part_3 .price ul:first-child {
    width: 100%;
  }
  .wrap .part_3 .price ul:first-child li {
    border-right-color: #4c65ca;
  }
  .wrap .part_3 .price ul:first-child li:last-child {
    border-right-width: 0;
  }
  .wrap .part_3 .price ul:last-child {
    width: 100%;
  }
  .wrap .part_3 .price ul li:first-child {
    border-color: #7086df;
  }
  .wrap .part_3 .price ul li:first-child, .wrap .part_3 .price ul li:last-child {
    border-bottom-width: 1px;
  }
  .wrap .part_3 .title {
    height: 60px;
    font-size: 25px;
    border-bottom-width: 4px;
    border-radius: 10px 10px 0 0;
  }
  .wrap .part_3 .title .btn_more {
    right: 10px;
    padding-bottom: 0;
    width: 90px;
    height: 28px;
    font-size: 15px;
  }
  .wrap .part_3 .priceList h3 {
    padding-left: 7px;
    font-size: 20px;
    border-left-width: 6px;
  }
  .wrap .part_3 .priceList .table th, .wrap .part_3 .priceList .table td {
    font-size: 16px;
  }
  .wrap .part_3 .priceList .table th {
    padding: 11px 20px;
  }
  .wrap .part_3 .priceList .table td {
    padding: 15px 20px;
  }
  .wrap .part_3 .btn_more {
    height: 40px;
    font-size: 16px;
  }
  .wrap .part_3 .btn_more span:before {
    font-size: 12px;
  }
  .wrap .part_3 .btn_more:hover {
    color: #ed0180;
    background-color: #ffffff;
  }
  .wrap .part_3 .btn_more:hover span:before {
    color: #ed0180;
  }
  .wrap .part_4 {
    background-image: none;
    /*&:before {
    	@extend %before;
    }*/
    padding-bottom: 130px;
  }
  .wrap .part_4 .otherService .item {
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
    max-width: 500px;
    height: auto;
  }
  .wrap .part_4 .otherService .item img {
    width: 100%;
  }
  .wrap .part_4 .otherService .item .info {
    width: 100%;
  }
  .wrap footer .link {
    margin-bottom: 10px;
  }
  .wrap footer .link a {
    margin-bottom: 20px;
  }
  .wrap footer .copyright svg {
    display: none;
  }
  .wrap footer .copyright p {
    text-align: center;
  }
  .wrap footer .copyright p .company {
    display: inline-block;
    margin-right: 7px;
  }
}
@media screen and (max-width: 870px) {
  .wrap .part_2 .feature .item {
    width: 48%;
  }
  .wrap .part_2 .feature .item:nth-child(1), .wrap .part_2 .feature .item:nth-child(2) {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .wrap .part_1 .awards {
    flex-wrap: wrap;
  }
  .wrap .part_1 .awards .iconBox {
    width: 50%;
  }
  .wrap .part_1 .awards .iconBox:nth-child(1), .wrap .part_1 .awards .iconBox:nth-child(2) {
    margin-bottom: 4vw;
  }
  .wrap .part_1 .awards .iconBox img {
    width: 65%;
  }
  .wrap .part_1 .awards .iconBox p {
    margin-top: 8px;
    font-weight: 400;
  }
  .wrap .part_3 .price ul:first-child li, .wrap .part_3 .price ul:first-child li:nth-child(2),
  .wrap .part_3 .price ul li {
    font-size: 16px;
  }
  .wrap .part_3 .price ul:first-child li:nth-child(2), .wrap .part_3 .price ul:first-child li:nth-child(2):nth-child(2),
  .wrap .part_3 .price ul li:nth-child(2) {
    font-size: 16px;
  }
  .wrap .part_3 .price ul:first-child li {
    padding: 12px 5px 15px;
    line-height: 1.3;
  }
  .wrap .part_3 .price ul li {
    padding: 15px 5px;
    width: 25%;
    height: auto;
  }
  .wrap .part_3 .price ul li:nth-child(2) {
    font-weight: 500;
  }
}
@media screen and (max-width: 600px) {
  .wrap .part section h2 {
    font-size: 24px;
  }
  .wrap .part_1 .awards .iconBox p {
    font-size: 16px;
  }
  .wrap .part_3 .contact {
    font-size: 19px;
  }
  .wrap .part_3 .contact .btn_quote {
    margin: 2px 0 0 8px;
    width: 95px;
    font-size: 16px;
  }
  .wrap footer .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 407px;
  }
  .wrap footer .link a:nth-child(3) {
    border-width: 0;
  }
  .pop .popBox .info .txts p {
    width: calc(100% - 140px);
    font-size: 14px;
  }
  .pop .popBox .info .txts p.price {
    max-width: 140px;
    min-width: 140px;
    font-size: 16px;
  }
  .pop .popBox .info .txts p.price b {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .menu > li a {
    font-size: 15px;
  }
  .wrap {
    /*.part_1,*/
  }
  .wrap .part {
    padding: 12vw 6vw;
  }
  .wrap .part section {
    margin-bottom: 50px;
  }
  .wrap .part section h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }
  .wrap .part_2 section:first-child {
    margin-bottom: 65px;
  }
  .wrap .part_2 .brand .brand-pagination, .wrap .part_1 .banner .banner-pagination {
    bottom: -25px;
  }
  .wrap .part_2 .brand .brand-pagination .swiper-pagination-bullet, .wrap .part_1 .banner .banner-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .wrap .part_1 .awards .iconBox:nth-child(1), .wrap .part_1 .awards .iconBox:nth-child(2) {
    margin-bottom: 5vw;
  }
  .wrap .part_1 .awards .iconBox p {
    margin-top: 5px;
    font-size: 15px;
  }
  .wrap .part_2 .feature .item {
    width: 49%;
  }
  .wrap .part_2 .feature .item:nth-child(1), .wrap .part_2 .feature .item:nth-child(2) {
    margin-bottom: 2%;
  }
  .wrap .part_2 .feature .item .info h3 {
    padding-bottom: 2px;
  }
  .wrap .part_2 .feature .item .info p, .wrap .part_2 .feature .item .info a {
    font-size: 15px;
  }
  .wrap .part_3 .contact {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .wrap .part_3 .contact .btn_quote {
    margin: 2px 0 0 8px;
    width: 90px;
    height: 26px;
    font-size: 15px;
  }
  .wrap .part_3 .price ul:first-child li {
    padding: 5px 5px 8px;
  }
  .wrap .part_3 .price ul:first-child li, .wrap .part_3 .price ul:first-child li:nth-child(2) {
    font-size: 14px;
  }
  .wrap .part_3 .price ul:first-child li:nth-child(2), .wrap .part_3 .price ul:first-child li:nth-child(2):nth-child(2) {
    font-size: 14px;
  }
  .wrap .part_3 .price ul li {
    font-size: 15px;
  }
  .wrap .part_3 .title {
    justify-content: flex-start;
    padding: 0 0 0 17px;
    height: 50px;
    font-size: 20px;
    border-bottom-width: 4px;
  }
  .wrap .part_3 .title .btn_more {
    right: 10px;
    padding-bottom: 0;
    width: 84px;
    height: 26px;
    font-size: 14px;
  }
  .wrap .part_3 .priceList h3 {
    margin: 23px 0 12px;
    font-size: 17px;
  }
  .wrap .part_3 .priceList .table th, .wrap .part_3 .priceList .table td {
    font-size: 14px;
  }
  .wrap .part_3 .priceList .table th {
    padding: 8px 15px;
  }
  .wrap .part_3 .priceList .table td {
    padding: 12px 0 12px 15px;
  }
  .wrap .part_3 .btn_more {
    width: 90%;
    max-width: 230px;
    height: 32px;
    font-size: 15px;
  }
  .wrap .part_4 {
    padding-bottom: calc(7vw + 64px);
  }
  .wrap .part_4 .otherService .item .info {
    padding: 30px 20px 25px;
  }
  .wrap .part_4 .otherService .item .info h3 {
    padding: 0 12px;
    height: 38px;
    font-size: 21px;
  }
  .wrap .part_4 .otherService .item .info h4 {
    font-size: 18px;
  }
  .wrap .part_4 .otherService .item .info ol {
    padding-left: 24px;
  }
  .wrap .part_4 .otherService .item .info ol li {
    font-size: 16px;
  }
  .wrap .part_4 .otherService .item .info .more {
    font-size: 14px;
  }
  .wrap .part_4 .otherService .item .info .more a {
    width: 84px;
    font-size: 13px;
  }
  .wrap .part_4 .txt {
    font-size: 15px;
  }
  .wrap footer {
    font-size: 14px;
  }
  .wrap footer .link {
    max-width: 395px;
  }
  .wrap footer .copyright {
    line-height: 1.8;
  }
  .wrap footer .copyright p .tel {
    display: block;
    margin-right: 0;
  }
  .wrap .CTA {
    height: 64px;
  }
  .wrap .CTA .btn_cta {
    width: 80%;
    max-width: 320px;
    height: 36px;
    font-size: 18px;
  }
  .wrap .CTA .btn_cta span {
    margin-right: 7px;
  }
  .pop {
    padding: 15px;
  }
  .pop .popBox {
    max-height: calc(100% - 30px);
  }
  .pop .popBox .head {
    height: 45px;
  }
  .pop .popBox .head .title {
    font-size: 21px;
  }
  .pop .popBox .head .btn_close {
    width: 45px;
    height: 45px;
  }
  .pop .popBox .info .infoBox {
    padding: 20px;
    max-height: calc(100vh - 220px);
  }
  .pop .popBox .info .txts p {
    width: 100%;
  }
  .pop .popBox .info .txts p.price {
    margin-top: 10px;
    max-width: 100%;
    min-width: 100%;
  }
  .pop .popBox .info .btn {
    height: 36px;
    font-size: 16px;
  }
  .pop.pop_quote .info .infoBox {
    padding: 25px 15px;
  }
  .pop.pop_quote p {
    font-size: 15px;
  }
  .pop.pop_quote p.error {
    font-size: 13px;
  }
  .pop.pop_quote .form,
  .pop.pop_quote .rules {
    font-size: 15px;
  }
  .pop.pop_quote .input {
    height: 40px;
  }
  .pop.pop_quote .rules input[type=checkbox] {
    margin: 2px 5px 0 0;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 420px) {
  .wrap .part_2 .feature .item {
    width: 100%;
  }
  .wrap .part_2 .feature .item:nth-child(1), .wrap .part_2 .feature .item:nth-child(2), .wrap .part_2 .feature .item:nth-child(3) {
    margin-bottom: 5vw;
  }
  .wrap .part_2 .feature .item .info h3 {
    width: 80%;
  }
  .wrap .part_3 .contact {
    margin-bottom: 15px;
  }
  .wrap .part_3 .contact .btn_quote {
    margin: 8px 0 0;
    width: 77%;
    max-width: 232px;
    height: 30px;
    font-size: 16px;
  }
  .wrap footer {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 360px) {
  .wrap .part_3 .price ul li:first-child {
    width: 25%;
  }
  .wrap .part_3 .price ul li:nth-child(2) {
    width: 28%;
  }
  .wrap .part_3 .price ul li:nth-child(3) {
    width: 24%;
  }
  .wrap .part_3 .price ul li:last-child {
    width: 23%;
  }
  .wrap .part_4 .otherService .item .info {
    padding: 25px 15px 20px;
  }
  .wrap .part_4 .otherService .item .info ol li {
    margin-bottom: 8px;
    width: 100%;
  }
  .wrap .part_4 .otherService .item .info .more {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .wrap .part_4 .otherService .item .info .more a {
    margin-top: 10px;
    width: 130px;
  }
}/*# sourceMappingURL=style.css.map */