@charset "UTF-8";
@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.module-title-wrap,
.module-three-wrap,
.module-four-wrap,
.module-threeloop-inner-wrap,
.module-relative-inner-wrap,
.module-bigloopShadow-wrap,
.module-threeloopShadow-inner-wrap {
  width: 1350px;
  margin: auto;
}

.module-bigloop-inner-wrap {
  width: 1100px;
  margin: auto;
}

.module-title-block {
  padding: 2rem;
  background: rgba(0, 186, 0, 0.7);
  width: 55%;
  margin-top: 2.5%;
  box-sizing: border-box;
}
.module-title-block h1.title {
  font-weight: normal;
  font-size: 3rem;
  line-height: 120%;
}
.module-title-block h1.title p.des {
  font-weight: normal;
  font-size: 2.375rem;
  margin: 0;
  line-height: 120%;
}
.module-title-block p {
  margin: 1rem auto 3rem auto;
}
.module-title-block a {
  display: inline-block;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  width: 8rem;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 1025px) {
  .module-title-block a:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}
.module-title-block a.white {
  color: #07B53B;
  border-color: #FFF;
  background: #FFF;
}

.green {
  color: #07B53B;
}

img.img-center {
  display: block;
  margin: auto;
}

.module-wrap {
  line-height: 200%;
  text-align: center;
  margin: 5rem auto;
}
.module-wrap h2 {
  font-size: 2rem;
}
.module-wrap h3 {
  color: #07B53B;
  font-size: 2rem;
  margin: 1rem 0;
  line-height: 125%;
}
.module-wrap h4 {
  font-weight: bold;
  font-size: 1.375rem;
  margin: 0.5rem 0;
}
.module-wrap p.des, .module-wrap span.des {
  display: block;
  color: #838383;
  font-size: 0.8rem;
  line-height: 175%;
}
.module-wrap div.des {
  display: block;
  color: #838383;
  font-size: 0.8rem;
  line-height: 175%;
}
.module-wrap a {
  color: #3a87c7;
  text-decoration: underline;
}
.module-wrap a.btn {
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  padding: 0.35rem 2rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .module-wrap a.btn:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}
.module-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
  box-sizing: border-box;
  margin: 1.5rem auto;
}
.module-wrap hr {
  display: block;
  margin: 1.5rem auto;
  border: 0;
  border-top: 1px dotted #999999;
}
.module-wrap table {
  width: 100%;
  margin: 1.5rem auto;
}
.module-wrap table ul, .module-wrap table ol {
  padding: 0;
}
.module-wrap table th, .module-wrap table td {
  padding: 0.75rem;
  box-sizing: border-box;
}
.module-wrap table th {
  color: #FFF;
  background: #07B53B;
  font-weight: 500;
  text-align: center;
}
.module-wrap table td:first-child {
  background: #ececec;
}
.module-wrap table tr {
  background: #f5f5f5;
}
.module-wrap table p {
  padding: 0;
}
.module-wrap .yt-wrap {
  margin: 1.5rem 0;
}
.module-wrap .yt-wrap .yt-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.module-wrap .yt-wrap .yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-wrap .module-inner-wrap h3 {
  margin: 0;
  margin-bottom: 1rem;
}
.module-wrap .module-inner-wrap h4 {
  margin: 0 0 0.5rem 0;
}
.module-wrap .module-inner-wrap a.btn {
  margin-right: 0.5rem;
}
.module-wrap .module-two-wrap {
  margin: 1.5rem auto;
}
.module-wrap .module-two-wrap .card-slide {
  width: calc((100% - 36px) / 2);
  text-align: left;
  box-shadow: none;
  margin: 2% 0;
  border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}
.module-wrap .module-two-wrap .card-slide article {
  padding: 1rem 2rem 0 2rem;
}
.module-wrap .module-two-wrap .card-slide .card-img {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.module-wrap .module-two-wrap .card-slide:nth-child(3n-1) {
  margin: 2% 0;
}
.module-wrap .module-two-wrap .card-slide:nth-child(2n+1) {
  margin-right: 35px;
}
.module-wrap .module-two-wrap .card-slide::after {
  display: none;
}
.module-wrap .module-two-wrap .card-slide h3 {
  font-size: 1rem;
}
.module-wrap .module-flow-block {
  margin: 2.5rem auto;
  height: 350px;
  overflow: hidden;
}
.module-wrap .module-flow-block .yt-wrap {
  padding: 0;
  margin: 0;
}
.module-wrap .module-flow-block .module-flow-img,
.module-wrap .module-flow-block .module-flow-content {
  height: 100%;
  width: 49%;
  box-sizing: border-box;
}
.module-wrap .module-flow-block .module-flow-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.module-wrap .module-flow-block .module-flow-img img {
  margin: 0;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.module-wrap .module-flow-block .module-flow-img .mvclip {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.module-wrap .module-flow-block .module-flow-img .yt-wrap {
  overflow: hidden;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.module-wrap .module-flow-block .module-flow-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  text-align: left;
}
.module-wrap .module-flow-block.img-left .module-flow-img {
  float: left;
}
.module-wrap .module-flow-block.img-left .module-flow-content {
  float: right;
}
.module-wrap .module-flow-block.img-right .module-flow-img {
  float: right;
}
.module-wrap .module-flow-block.img-right .module-flow-content {
  float: left;
}
.module-wrap .module-three-wrap,
.module-wrap .module-threeloop-inner-wrap,
.module-wrap .module-bigloop-inner-wrap {
  position: relative;
}
.module-wrap .module-three-wrap .card-wrapper,
.module-wrap .module-threeloop-inner-wrap .card-wrapper,
.module-wrap .module-bigloop-inner-wrap .card-wrapper {
  margin: 0;
  padding: 0;
}
.module-wrap .module-three-wrap .card-slide,
.module-wrap .module-threeloop-inner-wrap .card-slide,
.module-wrap .module-bigloop-inner-wrap .card-slide {
  box-shadow: none;
  border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: inherit;
}
.module-wrap .module-three-wrap .card-slide .card-img,
.module-wrap .module-threeloop-inner-wrap .card-slide .card-img,
.module-wrap .module-bigloop-inner-wrap .card-slide .card-img {
  z-index: 1;
  position: relative;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.module-wrap .module-three-wrap .card-slide article,
.module-wrap .module-threeloop-inner-wrap .card-slide article,
.module-wrap .module-bigloop-inner-wrap .card-slide article {
  padding: 1rem 2rem;
}
.module-wrap .module-three-wrap .card-slide h3,
.module-wrap .module-threeloop-inner-wrap .card-slide h3,
.module-wrap .module-bigloop-inner-wrap .card-slide h3 {
  font-size: inherit;
}
.module-wrap .module-three-wrap .card-slide::after,
.module-wrap .module-threeloop-inner-wrap .card-slide::after,
.module-wrap .module-bigloop-inner-wrap .card-slide::after {
  display: none;
}
.module-wrap .module-threeloop-wrap,
.module-wrap .module-bigloop-wrap,
.module-wrap .module-bigloopstep-wrap,
.module-wrap .module-bigloopShadow-wrap,
.module-wrap .module-threeloopShadow-wrap {
  position: relative;
  overflow: hidden;
  margin: 1.5rem auto;
}
.module-wrap .module-threeloop-inner-wrap .swiper-container {
  padding-bottom: 1.5rem;
}
.module-wrap .module-threeloop-inner-wrap .swiper-button-next {
  right: -4rem;
}
.module-wrap .module-threeloop-inner-wrap .swiper-button-prev {
  left: -4rem;
}
.module-wrap .module-threeloopShadow-inner-wrap .swiper-container {
  padding: 0 0 2rem 0;
}
.module-wrap .module-threeloopShadow-inner-wrap .swiper-slide {
  color: inherit;
  text-decoration: none;
}
.module-wrap .module-threeloopShadow-inner-wrap .swiper-slide h3 {
  color: #333333;
  font-size: 1rem;
}
.module-wrap .module-bigloop-inner-wrap {
  overflow: hidden;
}
.module-wrap .module-bigloop-inner-wrap .swiper-container {
  width: 80%;
  height: 300px;
  padding-bottom: 3rem;
}
.module-wrap .module-bigloop-inner-wrap .swiper-container .card-wrapper {
  padding: 0;
}
.module-wrap .module-bigloop-inner-wrap article {
  display: flex;
  float: left;
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
.module-wrap .module-bigloop-inner-wrap article > h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 125%;
  margin-bottom: 0.25rem;
}
.module-wrap .module-bigloop-inner-wrap .card-img {
  float: right;
  width: 50%;
  height: 100%;
  padding: 0;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.module-wrap .module-bigloop-inner-wrap .swiper-button-prev {
  left: 0;
}
.module-wrap .module-bigloop-inner-wrap .swiper-button-next {
  right: 0;
}
.module-wrap .module-bigloopShadow-inner-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.module-wrap .module-bigloopShadow-inner-wrap .swiper-container {
  width: 80%;
  padding: 1rem 0 3rem 0;
}
.module-wrap .module-bigloopShadow-inner-wrap .swiper-container .card-wrapper {
  padding: 0;
}
.module-wrap .module-bigloopShadow-inner-wrap .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.module-wrap .module-bigloopShadow-inner-wrap .swiper-slide::after {
  right: auto;
  left: calc(40% - 4rem);
}
.module-wrap .module-bigloopShadow-inner-wrap article {
  width: 40%;
  box-sizing: border-box;
}
.module-wrap .module-bigloopShadow-inner-wrap article h3 {
  color: #333333;
  margin-top: 1rem;
  font-size: 1.375rem;
}
.module-wrap .module-bigloopShadow-inner-wrap .card-img {
  width: 60%;
  padding-top: 40.2%;
}
.module-wrap .module-bigloopShadow-inner-wrap .swiper-button-prev {
  left: 0;
}
.module-wrap .module-bigloopShadow-inner-wrap .swiper-button-next {
  right: 0;
}

.relative-btn-wrap {
  position: relative;
  background: #ebebeb;
  padding: 2rem 3rem;
  margin: 3rem 0;
  text-align: center;
  box-sizing: border-box;
}
.relative-btn-wrap.noBg {
  background: none;
}
.relative-btn-wrap div {
  width: 50%;
  margin: auto;
}
.relative-btn-wrap h4 {
  font-weight: normal;
  font-size: 2rem;
  margin: 0.5rem 0;
  line-height: normal;
}
.relative-btn-wrap a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  border: 1px solid #333333;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  margin: 0.5rem;
}
@media only screen and (min-width: 1025px) {
  .relative-btn-wrap a:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

.module-relative-wrap {
  overflow: hidden;
}
.module-relative-wrap .module-relative-inner-wrap {
  position: relative;
}
.module-relative-wrap .module-relative-inner-wrap .card-container {
  padding-bottom: 2.5rem;
}
.module-relative-wrap .module-relative-inner-wrap h4 {
  font-size: 1rem;
}
.module-relative-wrap .module-relative-inner-wrap a {
  text-decoration: none;
  color: inherit;
}
.module-relative-wrap .module-relative-inner-wrap a.btn {
  color: #333333;
  border: 1px solid #333333;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
}
@media only screen and (min-width: 1025px) {
  .module-relative-wrap .module-relative-inner-wrap a.btn:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

.module-select-wrap {
  position: relative;
  z-index: 3;
}
.module-select-wrap > div {
  display: inline-block;
  margin: 0 0.5%;
}
.module-select-wrap > div p {
  padding: 0;
}
.module-select-wrap .module-select {
  display: inline-block;
  min-width: 15rem;
}

.module-result {
  margin: 1.5rem 0;
}
.module-result span {
  padding: 0;
  color: #07B53B;
}
.module-result .module-result-number {
  margin: 0 0.25rem;
}

.result-wrap .result-block {
  padding: 2.5rem 0;
  box-sizing: border-box;
}
.result-wrap h4, .result-wrap h5, .result-wrap article, .result-wrap p, .result-wrap span {
  padding: 0;
}
.result-wrap .result-block-img {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  margin-left: 8%;
}
.result-wrap .result-block-img img {
  padding: 0;
}
.result-wrap .result-block-content {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: top;
  margin-top: 1.5rem;
}
.result-wrap .result-block-content p.num {
  position: absolute;
  top: 0.75rem;
  right: 0;
  font-weight: bold;
  font-size: 5rem;
  color: #07B53B;
  opacity: 0.25;
}
.result-wrap .result-block-content h4 {
  font-size: 1.375rem;
  color: #07B53B;
  margin: 0;
}
.result-wrap .result-block-content h5 {
  font-size: 1rem;
  color: #07B53B;
  font-weight: normal;
  line-height: normal;
}
.result-wrap .result-block-content article {
  margin: 1rem 0;
}
.result-wrap .result-block-content .des-more {
  margin: 1rem 0;
  color: #838383;
  font-size: 0.8rem;
  line-height: 175%;
}
.result-wrap .result-block-content .des-more ul, .result-wrap .result-block-content .des-more ol {
  margin-left: 1.5rem;
}
.result-wrap .result-block-content a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #07B53B;
  margin-top: 1.5rem;
}
.result-wrap .result-block-content a::after {
  position: absolute;
  display: block;
  content: "";
  right: -1rem;
  width: 0.35rem;
  height: 0.35rem;
  border: 0.1rem solid #07B53B;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s, border 0.5s;
}
.result-wrap .result-btn {
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  text-decoration: none;
  padding: 0.35rem 2rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .result-wrap .result-btn:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

.module-step-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.module-step-wrap a {
  position: relative;
  display: block;
  color: #838383;
  border: 1px solid #ebebeb;
  margin: 0.5rem 2.5%;
  padding: 0.5rem 0;
  width: 20%;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.5s, border 0.5s;
}
.module-step-wrap a.active {
  color: #07B53B;
  border: 1px solid #07B53B;
}
.module-step-wrap a:first-child::before {
  display: none;
}
.module-step-wrap a::before {
  position: absolute;
  display: block;
  content: "";
  left: -15%;
  position: absolute;
  display: block;
  content: "";
  right: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #999999;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s, border 0.5s;
}

.module-type-10 .select-wrap.bright {
  float: none;
  width: 80%;
}
.module-type-10 .select-wrap.bright .select-block::after,
.module-type-10 .select-wrap.bright select {
  border-color: #07B53B;
  color: #07B53B;
}

.module-four-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem auto;
}
.module-four-wrap > div {
  width: 23%;
}

.module-toggle-wrap {
  position: relative;
  margin-bottom: 2rem;
}
.module-toggle-wrap p {
  text-align: justify;
}
.module-toggle-wrap.no-margin {
  margin-bottom: 0;
}
.module-toggle-wrap::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  bottom: calc(-2rem - 1px);
  border-bottom: 1px solid #FFF;
}
.module-toggle-wrap .module-toggle-block {
  display: none;
}
.module-toggle-wrap .module-toggle-btn {
  position: relative;
  display: block;
  width: calc(100% - 3rem);
  padding-top: 2rem;
  border-bottom: 1px solid #07B53B;
}
.module-toggle-wrap .module-toggle-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  right: -2.75rem;
  top: calc(50% + 0.5rem);
  background: url("../img/icon/icon-module-more.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
.module-toggle-wrap .module-toggle-btn::after {
  position: absolute;
  content: "more";
  color: #07B53B;
  right: -3rem;
  bottom: -1.5rem;
  width: 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
}
.module-toggle-wrap .module-toggle-btn.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.module-toggle-wrap .module-toggle-btn.active::after {
  content: "close";
}

.module-cal-wrap {
  text-align: center;
  margin: 3rem 0;
}
.module-cal-wrap .module-cal-input-block {
  position: relative;
  background: #ebebeb;
  padding: 3rem 0;
}
.module-cal-wrap .module-cal-input-block p {
  padding: 0;
}
.module-cal-wrap .module-cal-input-block > div {
  display: inline-block;
  width: 15rem;
}
.module-cal-wrap .module-cal-input-block > p {
  display: inline-block;
  width: 2rem;
  font-size: 1.375rem;
  color: #838383;
}
.module-cal-wrap .module-cal-input-block input {
  width: 90%;
  border: 1px solid #999999;
  text-align: center;
  border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  box-sizing: border-box;
  transition: border 0.25s;
}
.module-cal-wrap .module-cal-input-block input.alert {
  border-color: #c86d57;
}
.module-cal-wrap .module-cal-input-block .input-result {
  position: relative;
}
.module-cal-wrap .module-cal-input-block .input-result::after {
  position: absolute;
  content: "則";
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.module-cal-wrap .module-cal-input-block .module-cal-btn {
  display: block;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}
.module-cal-wrap .module-cal-input-block .module-cal-btn a {
  display: inline-block;
  color: #07B53B;
  border: 1px solid #07B53B;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  text-decoration: none;
  background: #07B53B;
  color: #FFF;
}
@media only screen and (min-width: 1025px) {
  .module-cal-wrap .module-cal-input-block .module-cal-btn a:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}
.module-cal-wrap .module-cal-result-block {
  display: none;
  position: relative;
  background: #07B53B;
  text-align: center;
  padding: 2.5rem 0;
}
.module-cal-wrap .module-cal-result-block article > p {
  color: #FFF;
  font-size: 1.375rem;
  margin: 1.5rem auto;
}
.module-cal-wrap .module-cal-result-block article > div {
  width: 40%;
  background: #FFF;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  margin: auto;
  margin-top: 0.1rem;
}
.module-cal-wrap .module-cal-result-block article > div p {
  float: left;
  width: 50%;
  padding: 0;
}
.module-cal-wrap .module-cal-result-block article.green {
  color: #07B53B;
}
.module-cal-wrap .module-cal-result-block::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 1rem 2rem 0 2rem;
  border-color: #ebebeb transparent transparent transparent;
}
.module-cal-wrap .module-cal-result-block a {
  display: inline-block;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  text-decoration: none;
  margin-top: 2rem;
}
@media only screen and (min-width: 1025px) {
  .module-cal-wrap .module-cal-result-block a:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}
.module-cal-wrap .module-cal-result-block .yuan::after {
  content: "元";
  margin-left: 0.25rem;
}

.module-form-wrap {
  border: 1px solid #07B53B;
  margin: 5rem auto;
  padding: 1.5rem 12.5%;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  box-sizing: border-box;
  text-align: left;
}
.module-form-wrap p.title {
  font-size: 1.375rem;
  margin: 2.5rem 0 0.5rem 0;
}
.module-form-wrap p.des {
  margin: 0.5rem 0 0.5rem 1.25rem;
  display: block;
  color: #838383;
  font-size: 0.8rem;
  line-height: 175%;
}
.module-form-wrap p.des::before {
  content: "− ";
}
.module-form-wrap p.des a {
  color: #3a87c7;
  text-decoration: underline;
}
.module-form-wrap .form-cal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.module-form-wrap .form-detele {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  background: url("../img/product/delete.png") no-repeat center center;
  background-size: 80%;
}
.module-form-wrap .form-detele.invisible {
  visibility: hidden;
}
.module-form-wrap .form-add {
  display: block;
  color: #FFF;
  margin: auto;
  margin-top: 1rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: #07B53B;
}
.module-form-wrap .form-notice {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0;
  padding-right: 3rem;
  color: #FFF;
  background: #07B53B;
  text-decoration: none;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
.module-form-wrap .form-notice::after {
  display: block;
  content: "";
  position: absolute;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  border: 1px solid #FFF;
  transform: translateY(-50%);
  background: url("../img/icon/icon-info-green.svg") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.module-form-wrap .form-content-title {
  position: relative;
  display: block;
  padding: 0.5rem 1.25rem;
  margin: 0.25rem 0;
  color: #FFF;
  background: #07B53B;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
.module-form-wrap .form-content-block {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  margin: 0.25rem 0;
  background: #ebebeb;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
.module-form-wrap input.form-price,
.module-form-wrap input.form-quantity {
  width: 45%;
}
.module-form-wrap .form-btn-same {
  position: absolute;
  display: inline-block;
  top: 0.5rem;
  right: 1px;
  padding: 0.25rem 1.25rem;
  margin: 0.1rem 0;
  color: #07B53B;
  background: #FFF;
  font-size: 0.8rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}
.module-form-wrap .cal-result-wrap {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 2rem 0;
}
.module-form-wrap .cal-result-block {
  color: #07B53B;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.module-form-wrap .cal-notice {
  display: none;
  background: #c86d57;
  color: #FFF;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  padding: 0.5rem 0;
  margin-top: 3rem;
}

.module-form-slide-wrap {
  display: none;
  padding: 1.5rem 5%;
}

a.form-buy-btn,
a.lightbox-module-btn {
  display: inline-block;
  padding: 1rem 5rem;
  color: #FFF;
  font-size: 1.375rem;
  background: #07B53B;
  text-decoration: none;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-sizing: border-box;
  transition: background 0.5s;
}

.industry-demo-wrap {
  width: 1100px;
  margin: 5rem auto;
}
.industry-demo-wrap .industry-demo-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1.5rem 0;
}
.industry-demo-wrap .industry-swiper-img-outer {
  position: relative;
  position: sticky;
  top: 100px;
  width: 30%;
  margin: 0.5rem 0;
  transition: transform 0.2s;
}
.industry-demo-wrap .industry-swiper-img-outer .btn-play {
  display: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
}
.industry-demo-wrap .industry-swiper-img-outer .mobile-mock {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.industry-demo-wrap .industry-swiper-img-outer .mobile-mock.show {
  opacity: 1;
}
.industry-demo-wrap .industry-swiper-img-outer .swiper-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 277.5px;
  height: 600.88px;
}
.industry-demo-wrap .industry-swiper-img-outer .swiper-slide {
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.industry-demo-wrap .industry-swiper-img-outer .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 150%;
}
.industry-demo-wrap .industry-swiper-content-wrap {
  position: relative;
  width: 55%;
}
.industry-demo-wrap .industry-swiper-content-wrap .swiper-slide {
  margin: 2.5rem 0;
  text-align: justify;
}
.industry-demo-wrap .industry-swiper-content-wrap .swiper-slide h3, .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide article, .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide a {
  color: #999999;
  transition: color 0.5s;
}
.industry-demo-wrap .industry-swiper-content-wrap .swiper-slide h3 {
  font-size: 1.375rem;
  position: relative;
  font-weight: normal;
}
.industry-demo-wrap .industry-swiper-content-wrap .swiper-slide h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-60%);
  opacity: 0;
  background: url("../img/icon/icon-arrow-more-green.png") no-repeat center center;
  background-size: contain;
  transition: opacity 0.5s;
}
.industry-demo-wrap .industry-swiper-content-wrap .swiper-slide article {
  margin: 0.5rem 0;
}
.industry-demo-wrap .industry-swiper-content-wrap .swiper-slide a {
  display: inline-block;
  color: #999999;
  border: 1px solid #999999;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
  padding: 0.25rem 2rem;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide a:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

.zoom-in-lightbox {
  z-index: 99;
  display: none;
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.zoom-in-lightbox .zoom-in-lightbox-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.zoom-in-lightbox .zoom-in-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.375rem;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.cal-result-wrap,
.module-form-fill,
.module-form-info,
.module-form-privacy {
  display: none;
  line-height: normal;
}

.purchase-lightbox {
  z-index: 99;
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}

.purchase-lightbox-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1024px;
  background: #FFF;
  padding: 3rem;
  box-sizing: border-box;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  text-align: justify;
  overflow: hidden;
}
.purchase-lightbox-wrap .purchase-close {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-size: 2.375rem;
}
.purchase-lightbox-wrap h2 {
  color: #07B53B;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.purchase-lightbox-wrap > div {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #333333;
}

.purchase-lightbox-1 .purchase-lightbox-wrap .swiper-wrapper {
  justify-content: center;
  align-items: flex-start;
}
.purchase-lightbox-1 .purchase-lightbox-wrap .swiper-wrapper .swiper-slide {
  width: 30%;
  margin: 0 2%;
}
.purchase-lightbox-1 .purchase-lightbox-wrap .swiper-wrapper .swiper-slide img {
  display: block;
  width: 75%;
  max-width: 15rem;
  margin: auto;
}
.purchase-lightbox-1 .purchase-lightbox-wrap .swiper-wrapper .swiper-slide h3 {
  margin: 1rem 0;
  font-size: 1rem;
}

.purchase-lightbox-2 .purchase-lightbox-wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.purchase-lightbox-2 .purchase-lightbox-wrap > div > div {
  width: 40%;
  margin: 0 3%;
}
.purchase-lightbox-2 .purchase-lightbox-wrap > div > div h3 {
  margin: 1rem 0;
  font-size: 1.375rem;
}

.purchase-lightbox-3 .purchase-lightbox-wrap p.des {
  color: #838383;
  text-align: center;
}
.purchase-lightbox-3 .purchase-lightbox-wrap table th {
  width: 25%;
  color: #FFF;
  font-weight: normal;
  background: rgb(56, 178, 142);
}
.purchase-lightbox-3 .purchase-lightbox-wrap table td {
  text-align: center;
  padding: 1rem 0.5rem;
}
.purchase-lightbox-3 .purchase-lightbox-wrap table .big {
  font-weight: bold;
  font-size: 1.375rem;
}
.purchase-lightbox-3 .purchase-lightbox-wrap table .green {
  color: #07B53B;
}
.purchase-lightbox-3 .purchase-lightbox-wrap table .red {
  color: #b0140a;
}
.purchase-lightbox-3 .purchase-lightbox-wrap table .deleteline {
  text-decoration: line-through;
}

.product-purchase-buy {
  z-index: 9;
  position: absolute;
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  width: 10rem;
  transition: bottom 0.5s;
}
.product-purchase-buy.up {
  bottom: 10.5rem;
}

@media only screen and (min-width: 1025px) {
  .module-title-block a:hover {
    color: #07B53B;
    background: #FFF;
  }
  .module-title-block a.white:hover {
    color: #FFF;
    background: none;
  }
  .result-block-content a:hover::after {
    transform: translateX(0.5rem) translateY(-45%) rotate(45deg);
  }
  .module-cal-wrap .module-cal-result-block a:hover {
    color: #07B53B;
    background: #FFF;
  }
  .industry-swiper-img-wrap:hover {
    cursor: pointer;
  }
  .industry-swiper-content-wrap .swiper-container {
    overflow: visible;
  }
  .industry-swiper-content-wrap .swiper-wrapper {
    display: block;
  }
  .industry-swiper-content-wrap .swiper-slide:hover, .industry-swiper-content-wrap .swiper-slide.active {
    cursor: default;
  }
  .industry-swiper-content-wrap .swiper-slide:hover h3, .industry-swiper-content-wrap .swiper-slide.active h3 {
    color: #07B53B;
  }
  .industry-swiper-content-wrap .swiper-slide:hover h3::before, .industry-swiper-content-wrap .swiper-slide.active h3::before {
    opacity: 1;
  }
  .industry-swiper-content-wrap .swiper-slide:hover article, .industry-swiper-content-wrap .swiper-slide.active article {
    color: #333333;
  }
  .industry-swiper-content-wrap .swiper-slide:hover a, .industry-swiper-content-wrap .swiper-slide.active a {
    color: #07B53B;
    border-color: #07B53B;
  }
  .industry-swiper-content-wrap .swiper-slide a:hover {
    color: #FFF;
  }
  a.form-buy-btn:hover,
  a.lightbox-module-btn:hover {
    background: #107b10;
  }
  .module-step-wrap a:hover {
    color: #07B53B;
    border: 1px solid #07B53B;
  }
}
@media only screen and (max-width: 1440px) {
  .module-title-wrap,
  .module-three-wrap,
  .module-four-wrap,
  .module-threeloop-inner-wrap,
  .module-relative-inner-wrap,
  .module-bigloopShadow-wrap,
  .module-threeloopShadow-inner-wrap {
    width: 1024px;
  }
  .module-bigloop-inner-wrap {
    width: 900px;
  }
  .module-wrap .module-bigloop-inner-wrap .swiper-container {
    height: 250px;
  }
  .module-wrap .module-flow-block {
    height: 300px;
  }
  .industry-demo-wrap {
    width: 900px;
  }
  .industry-demo-wrap .industry-swiper-img-outer .swiper-container {
    width: 225px;
    height: 487.2px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-wrap .module-three-wrap,
  .module-wrap .module-four-wrap,
  .module-wrap .module-threeloop-inner-wrap .card-container,
  .module-wrap .module-bigloop-inner-wrap .card-container,
  .module-wrap .module-relative-inner-wrap .card-container,
  .module-wrap .module-bigloopShadow-inner-wrap .card-container,
  .module-threeloopShadow-inner-wrap .card-container {
    width: 640px;
    margin: auto;
  }
  .module-threeloop-inner-wrap,
  .module-bigloop-inner-wrap,
  .module-relative-inner-wrap,
  .module-bigloopShadow-wrap,
  .module-threeloopShadow-inner-wrap {
    width: 100%;
  }
  .banner-product-module {
    background: #07B53B !important;
  }
  .banner-product-module .wrap-m {
    width: 100%;
    height: 100%;
  }
  .module-title-wrap {
    width: 100%;
    height: 100%;
  }
  .module-title-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 3rem 5%;
    background: #07B53B;
  }
  .module-title-block a {
    float: left;
    width: 48%;
  }
  .module-title-block a:nth-child(even) {
    margin-left: 2%;
  }
  .module-wrap {
    margin: 3rem auto;
  }
  .module-wrap h2 span {
    padding: 0 1.5rem;
  }
  .module-wrap .module-flow-block {
    height: auto;
    border-top: 1px dotted #999999;
    margin: 0;
    padding: 2rem 0;
  }
  .module-wrap .module-flow-block:first-child {
    border: 0;
  }
  .module-wrap .module-flow-block.img-left .module-flow-img,
  .module-wrap .module-flow-block.img-left .module-flow-content, .module-wrap .module-flow-block.img-right .module-flow-img,
  .module-wrap .module-flow-block.img-right .module-flow-content {
    clear: both;
    float: none;
    width: 100%;
  }
  .module-wrap .module-flow-block .module-flow-content {
    padding: 2rem 2rem 0 2rem;
  }
  .module-wrap .module-two-wrap {
    margin: 0;
  }
  .module-wrap .module-two-wrap .card-container {
    width: 100%;
    padding: 0;
  }
  .module-wrap .module-two-wrap .card-container .card-wrapper {
    display: block;
    margin: 0;
  }
  .module-wrap .module-two-wrap .card-container .card-slide {
    width: 100%;
    border-top: 1px dotted #999999;
    margin: 0;
    padding: 2rem 0;
  }
  .module-wrap .module-two-wrap .card-container .card-slide:first-child {
    border: 0;
  }
  .module-wrap .module-two-wrap .card-container .card-slide:nth-child(3n-1) {
    margin: 2% 0;
  }
  .module-wrap .module-two-wrap .card-container .card-slide:nth-child(2n+1) {
    margin-right: 0;
  }
  .module-wrap .module-three-wrap .card-container {
    width: 100%;
  }
  .module-wrap .module-three-wrap .card-container .card-wrapper {
    display: block;
  }
  .module-wrap .module-three-wrap .card-container .card-slide {
    border-top: 1px dotted #999999;
    margin: 0;
    padding: 2rem 0;
  }
  .module-wrap .module-three-wrap .card-container .card-slide:first-child {
    border: 0;
  }
  .module-wrap .module-three-wrap .card-container .card-slide article {
    padding: 2rem 2rem 0 2rem;
  }
  .module-wrap .module-threeloop-inner-wrap {
    width: 100%;
  }
  .module-wrap .module-threeloop-inner-wrap .swiper-button-next {
    right: 0;
  }
  .module-wrap .module-threeloop-inner-wrap .swiper-button-prev {
    left: 0;
  }
  .module-wrap .module-bigloop-inner-wrap .card-container {
    height: auto;
  }
  .module-wrap .module-bigloop-inner-wrap .card-slide .card-img {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
    padding-top: 60%;
  }
  .module-wrap .module-bigloop-inner-wrap .card-slide article {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .module-wrap .module-bigloop-inner-wrap .card-slide article span.des {
    font-size: 1rem;
    margin: 0.5rem 0 1.5rem 0;
  }
  .module-wrap .module-bigloopShadow-inner-wrap .swiper-slide {
    display: block;
  }
  .module-wrap .module-bigloopShadow-inner-wrap .swiper-slide::after {
    right: 2rem;
    left: auto;
  }
  .module-wrap .module-bigloopShadow-inner-wrap article {
    width: 100%;
    box-sizing: border-box;
  }
  .module-wrap .module-bigloopShadow-inner-wrap article h4 {
    margin-top: 0;
    font-size: 1rem;
  }
  .module-wrap .module-bigloopShadow-inner-wrap .card-img {
    width: 100%;
    padding-top: 67%;
  }
  .relative-btn-wrap div {
    width: 75%;
    margin: auto;
  }
  .relative-btn-wrap h4 {
    font-weight: normal;
  }
  .relative-btn-wrap a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .result-wrap .result-block {
    padding: 1.5rem 0;
  }
  .result-wrap .result-block-img {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .result-wrap .result-block-content {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
  }
  .result-wrap .result-block-content p.num {
    font-size: 4.25rem;
  }
  .module-cal-wrap .module-cal-input-block {
    padding: 1.5rem 0 3rem 0;
  }
  .module-cal-wrap .module-cal-input-block > div {
    display: block;
    width: 50%;
    margin: auto;
    font-weight: bold;
  }
  .module-cal-wrap .module-cal-input-block > div p {
    margin-bottom: 0.5rem;
  }
  .module-cal-wrap .module-cal-input-block > p {
    display: block;
    width: auto;
    margin: 0.75rem auto 0.5rem auto;
    transform: rotate(90deg);
  }
  .module-cal-wrap .module-cal-result-block {
    padding: 5rem 0 2.5rem 0;
  }
  .module-cal-wrap .module-cal-result-block article > div {
    width: 90%;
  }
  .module-cal-wrap .module-cal-result-block::before {
    border-width: 2rem 2.5rem 0 2.5rem;
  }
  .module-four-wrap {
    display: block;
  }
  .module-four-wrap > div {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px dotted #999999;
  }
  .module-four-wrap > div:first-child {
    border: 0;
  }
  .module-form-wrap {
    margin: 3rem auto;
    padding: 1rem 5%;
  }
  .module-form-wrap .cal-result-block {
    font-size: 1.75rem;
  }
  .module-form-wrap .form-btn-same {
    position: relative;
    top: 0;
    padding: 0.25rem 1.35rem 0 1.35rem;
  }
  .purchase-lightbox-wrap {
    width: 95%;
    padding: 1rem 0;
  }
  .purchase-lightbox-wrap .purchase-close {
    right: 1rem;
    font-size: 1.375rem;
  }
  .purchase-lightbox-wrap h2 {
    font-size: 1.75rem;
  }
  .purchase-lightbox-wrap > div {
    position: relative;
    padding: 1.5rem 3rem;
    border: none;
  }
  .purchase-lightbox-1 .purchase-lightbox-wrap > div {
    padding: 0 3rem;
  }
  .purchase-lightbox-1 .purchase-lightbox-wrap .swiper-wrapper {
    justify-content: flex-start;
  }
  .purchase-lightbox-1 .purchase-lightbox-wrap .swiper-wrapper .swiper-slide {
    margin: auto;
    padding-bottom: 2rem;
  }
  .purchase-lightbox-2 .purchase-lightbox-wrap > div {
    display: block;
  }
  .purchase-lightbox-2 .purchase-lightbox-wrap > div > div {
    width: 100%;
    margin: 0;
  }
  .purchase-lightbox-2 .purchase-lightbox-wrap > div > div h3 {
    text-align: center;
  }
  .purchase-lightbox-3 .purchase-lightbox-wrap > div {
    padding: 1.5rem 0;
  }
  .purchase-lightbox-3 .purchase-lightbox-wrap table th, .purchase-lightbox-3 .purchase-lightbox-wrap table td {
    padding: 0.5rem;
  }
  .product-purchase-buy {
    bottom: 5rem;
    width: 3rem;
    transition: bottom 0.5s;
  }
  .product-purchase-buy.up {
    bottom: 9rem;
  }
  .industry-demo-wrap {
    width: 100%;
  }
  .industry-demo-wrap .industry-demo-block {
    display: block;
  }
  .industry-demo-wrap .industry-swiper-img-outer {
    width: 100%;
    position: relative;
    top: 0;
  }
  .industry-demo-wrap .industry-swiper-img-wrap {
    width: 40%;
    margin: 1.5rem auto;
  }
  .industry-demo-wrap .industry-swiper-img-wrap .swiper-container {
    width: calc(40% - 60px);
    height: calc(100% - 60px);
  }
  .industry-demo-wrap .industry-swiper-img-wrap .btn-play {
    width: 5rem;
  }
  .industry-demo-wrap .industry-swiper-content-wrap {
    width: 90%;
    margin: auto;
  }
  .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide {
    margin: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
  .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide h3 {
    color: #07B53B;
  }
  .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide h3::before {
    display: none;
  }
  .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide article {
    margin: 1rem 0;
    color: #333333;
  }
  .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide a {
    color: #07B53B;
    border: 1px solid #07B53B;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transition: color 0.5s, background 0.5s, border 0.5s;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1025px) {
  .industry-demo-wrap .industry-swiper-content-wrap .swiper-slide a:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}
@media only screen and (max-width: 1024px) {
  .zoom-in-lightbox .zoom-in-lightbox-img {
    width: 100%;
    height: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .module-wrap .module-three-wrap,
  .module-wrap .module-four-wrap,
  .module-wrap .module-threeloop-inner-wrap .card-container,
  .module-wrap .module-bigloop-inner-wrap .card-container,
  .module-wrap .module-relative-inner-wrap .card-container,
  .module-wrap .module-bigloopShadow-inner-wrap .card-container,
  .module-wrap .module-threeloopShadow-inner-wrap .card-container {
    width: 500px;
  }
  .industry-demo-wrap .industry-swiper-img-wrap .swiper-container {
    width: calc(40% - 50px);
    height: calc(100% - 50px);
  }
}
@media only screen and (max-width: 640px) {
  .module-wrap .module-three-wrap,
  .module-wrap .module-four-wrap,
  .module-wrap .module-threeloop-inner-wrap .card-container,
  .module-wrap .module-bigloop-inner-wrap .card-container,
  .module-wrap .module-relative-inner-wrap .card-container,
  .module-wrap .module-bigloopShadow-inner-wrap .card-container,
  .module-wrap .module-threeloopShadow-inner-wrap .card-container {
    width: 425px;
  }
  .industry-demo-wrap .industry-swiper-img-wrap .swiper-container {
    width: 33%;
    height: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .content-nav,
  .module-wrap .module-three-wrap,
  .module-wrap .module-four-wrap,
  .module-wrap .module-threeloop-inner-wrap .card-container,
  .module-wrap .module-bigloop-inner-wrap .card-container,
  .module-wrap .module-relative-inner-wrap .card-container,
  .module-wrap .module-bigloopShadow-inner-wrap .card-container,
  .module-wrap .module-threeloopShadow-inner-wrap .card-container {
    width: 345px;
  }
  .module-title-block h1.title {
    font-size: 2rem;
  }
  .module-title-block h1.des {
    font-size: 1.375rem;
  }
  .module-wrap h2,
  .module-wrap h3,
  .relative-btn-wrap h4,
  .module-wrap .module-bigloop-inner-wrap article > h4 {
    font-size: 1.75rem;
  }
  .module-cal-wrap .module-cal-input-block > div {
    width: 75%;
  }
  .module-form-wrap p.title {
    margin-top: 1.5rem;
  }
  .module-form-wrap .contact-submit-block {
    margin: 1.5rem auto 3rem auto;
  }
  .module-form-wrap .cal-result-block {
    font-size: 1.375rem;
  }
  .module-form-wrap input.form-price,
  .module-form-wrap input.form-quantity {
    width: 40%;
  }
  a.form-buy-btn,
  a.lightbox-module-btn {
    padding: 1rem 3rem;
  }
  .industry-demo-wrap h2 {
    font-size: 2rem;
  }
  .industry-demo-wrap .industry-swiper-img-wrap {
    width: 70%;
  }
  .industry-demo-wrap .industry-swiper-img-wrap .swiper-container {
    width: 58.5%;
    height: 89%;
  }
}
@media only screen and (max-width: 375px) {
  .module-wrap .module-three-wrap,
  .module-wrap .module-four-wrap,
  .module-wrap .module-threeloop-inner-wrap .card-container,
  .module-wrap .module-bigloop-inner-wrap .card-container,
  .module-wrap .module-relative-inner-wrap .card-container,
  .module-wrap .module-bigloopShadow-inner-wrap .card-container,
  .module-wrap .module-threeloopShadow-inner-wrap .card-container {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .module-wrap .module-three-wrap,
  .module-wrap .module-four-wrap,
  .module-wrap .module-threeloop-inner-wrap .card-container,
  .module-wrap .module-bigloop-inner-wrap .card-container,
  .module-wrap .module-relative-inner-wrap .card-container,
  .module-wrap .module-bigloopShadow-inner-wrap .card-container,
  .module-wrap .module-threeloopShadow-inner-wrap .card-container {
    width: 280px;
  }
}/*# sourceMappingURL=module.css.map */