/*
less:
.main{
	width: 300px;
	.atSmall({
		width: 100%;
	});
}

compailed css:
.main{
	width: 300px;
}
@media (max-width:780px){
	.main{
		width: 100%;
	}
}
*/
body,
html {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input,
textarea,
select {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none;
  outline: 2px solid #C6B7A2;
}
input[type="button"] {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
}
*:focus {
  outline: 0;
}
.hide-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 110%;
}
.hide-title {
  display: block;
  margin: 0;
  white-space: nowrap;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  text-indent: 2px;
}
.sidernav a.active span,
.sidernav a:hover span {
  opacity: 1;
}
.sidernav a.active .icon,
.sidernav a:hover .icon {
  border-width: 6px;
  color: #C6B7A2;
  border-color: #ded3c5;
  background-color: #FDF3E4;
}
.sidernav a.active .icon svg,
.sidernav a:hover .icon svg {
  border-color: #FDF3E4;
}
.kv {
  background-image: url(../images/base-01.png);
}
.kv__scroll {
  -webkit-animation: floating 2s infinite;
          animation: floating 2s infinite;
}
@-webkit-keyframes floating {
  0%,
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes floating {
  0%,
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.issues {
  background-image: url(../images/issues-bg-m.png);
  background-size: cover;
}
@media (min-width: 1025px) {
  .issues {
    background-image: url(../images/issues-bg.png);
  }
}
.pro .swiper-button-prev:after,
.pro .swiper-button-next:after {
  visibility: hidden;
}
.pro .swiper-button-prev:before,
.pro .swiper-button-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.pro .swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pro .swiper-button-prev {
  -webkit-transform: translateY(-43px);
          transform: translateY(-43px);
}
.pro .swiper-button-next {
  -webkit-transform: translateY(-43px);
          transform: translateY(-43px);
}
.collection--video {
  background-image: url(../images/base-02.png);
}
.collection .swiper-button-prev,
.collection .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
}
.collection .swiper-button-prev:after,
.collection .swiper-button-next:after {
  display: none;
}
.collection .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.collection .swiper-pagination .swiper-pagination-bullet {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 5px;
  background: #D6D3CE;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.collection .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
  height: 7px;
}
.section {
  padding: 5% 5% 100px;
  background-color: #F4F4F4;
  width: 85%;
  margin: 0 auto;
  margin-top: 36px;
  border-radius: 0.75rem;
  text-align: center;
  position: relative;
}
@media (max-width: 780px) {
  .section {
    padding-bottom: 50px;
  }
}
.section.answer {
  padding: 5% 5% 5%;
  background: #FFDD2C url(../images/bg.png) center top repeat-y;
  background-size: 100% auto;
  margin-top: -30px;
  z-index: 3;
}
@media (max-width: 780px) {
  .section.answer {
    background-image: url(../images/bg-m.png);
  }
}
.section.answer:after {
  content: "";
  width: 0;
  height: 0;
  border: 25px solid;
  border-width: 47px 25px;
  border-color: transparent transparent #FFDD2C transparent;
  position: absolute;
  left: 50%;
  top: -93px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section.answer h3 {
  font-size: 20px;
  border-left: #000 7px solid;
  text-align: left;
  padding: 0 0 0 20px;
  margin-top: 50px;
}
#pest-control .section.answer {
  margin-bottom: -55px;
}
#form {
  position: relative;
}
@media (max-width: 780px) {
  #form h3 {
    margin-top: 50px;
  }
}
@media (max-width: 780px) {
  #form h4 {
    font-size: 16px;
    font-weight: normal;
  }
}
#form .section {
  position: relative;
  background: #FFB800;
  z-index: 2;
}
#form .section form {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 780px) {
  #form .section form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#form .section form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 425px;
  width: 50%;
}
@media (max-width: 780px) {
  #form .section form .form-group {
    width: 100%;
  }
}
#form .section form .form-group-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 780px) {
  #form .section form .form-group-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 425px;
  }
}
#form .section form .form-group-inline p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 10px 0;
}
#form .section form .form-group-inline label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#form .section form .form-group-inline input[type="checkbox"],
#form .section form .form-group-inline input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 10px 0;
  font: inherit;
  color: currentColor;
  border: #FF7A18 1px solid;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}
#form .section form .form-group-inline input[type="checkbox"]:checked,
#form .section form .form-group-inline input[type="radio"]:checked {
  background: #FF7A18;
  outline: #fff 1px solid;
}
#form .section form .form-group-inline input[type="checkbox"]::after,
#form .section form .form-group-inline input[type="radio"]::after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
#form .section form .form-group label {
  font-size: 1rem;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#form .section form .form-group input,
#form .section form .form-group select {
  background: #fff;
  padding: 10px;
  width: 90%;
  position: relative;
}
@media (max-width: 780px) {
  #form .section form .form-group input,
  #form .section form .form-group select {
    width: 93%;
  }
}
#form .section form .form-group input[type="checkbox"],
#form .section form .form-group input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 10px 0;
  font: inherit;
  color: currentColor;
  border: #FF7A18 1px solid;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}
@media (max-width: 780px) {
  #form .section form .form-group input[type="checkbox"],
  #form .section form .form-group input[type="radio"] {
    margin-left: 0;
  }
}
#form .section form .form-group input[type="checkbox"]:checked,
#form .section form .form-group input[type="radio"]:checked {
  background: #FF7A18;
  outline: #fff 1px solid;
}
#form .section form .form-group input[type="checkbox"]::after,
#form .section form .form-group input[type="radio"]::after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
#form .section form .form-group select {
  width: 90%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/arrow.png) no-repeat 95% center;
  cursor: pointer;
}
@media (max-width: 780px) {
  #form .section form .form-group select {
    width: 99%;
  }
}
#form .section form .form-group p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}
@media (max-width: 780px) {
  #form .section form .form-group p {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #form .section form .form-group p span {
    padding: 0 10px;
  }
  #form .section form .form-group p span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #form .section form .form-group p span:last-child label {
    margin-right: 20px;
  }
}
@media (max-width: 780px) and (max-width: 780px) {
  #form .section form .form-group p span:last-child label {
    padding-left: 0;
  }
}
#form .section form .submit {
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  padding: 15px 50px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
  color: #000;
}
@media (max-width: 780px) {
  #form .section form .submit {
    padding: 25px 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    white-space: break-spaces;
  }
}
#form .section form .submit:hover {
  background: #C9BAA7;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#form .memo {
  font-size: 0.8rem;
}
#form .memo a {
  text-decoration: underline;
}
footer {
  position: relative;
}
@media (max-width: 780px) {
  footer h4 {
    text-align: left;
  }
}
footer .footer__section {
  padding: 5% 5% 100px;
  background-color: #F4F4F4;
  width: 85%;
  margin: 0 auto;
  margin-top: 36px;
  border-radius: 0.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  z-index: 0;
  background: #FFDD2C;
  margin-top: -30px;
  border-radius: 0;
}
@media (max-width: 780px) {
  footer .footer__section {
    padding-bottom: 50px;
  }
}
footer .footer__section.answer {
  padding: 5% 5% 5%;
  background: #FFDD2C url(../images/bg.png) center top repeat-y;
  background-size: 100% auto;
  margin-top: -30px;
  z-index: 3;
}
@media (max-width: 780px) {
  footer .footer__section.answer {
    background-image: url(../images/bg-m.png);
  }
}
footer .footer__section.answer:after {
  content: "";
  width: 0;
  height: 0;
  border: 25px solid;
  border-width: 47px 25px;
  border-color: transparent transparent #FFDD2C transparent;
  position: absolute;
  left: 50%;
  top: -93px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .footer__section.answer h3 {
  font-size: 20px;
  border-left: #000 7px solid;
  text-align: left;
  padding: 0 0 0 20px;
  margin-top: 50px;
}
#pest-control footer .footer__section.answer {
  margin-bottom: -55px;
}
@media (max-width: 780px) {
  footer .footer__section {
    margin-top: -10px;
    padding: 10%;
    width: 75%;
  }
}
@media (max-width: 780px) {
  footer .footer__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer__section--left-wrap {
  font-size: 14px;
  text-align: left;
}
footer .footer__section--left-wrap .lecture {
  background: url('../images/other-website.png') 0px 0px no-repeat;
  padding: 1px 0 2px 20px;
}
footer .footer__section--left-wrap .agent {
  background: url('../images/other-website.png') 0px -26px no-repeat;
  padding: 1px 0 2px 20px;
}
footer .footer__section--left-wrap .gstv {
  background: url('../images/other-website.png') 0px -51px no-repeat;
  padding: 1px 0 2px 20px;
}
footer .footer__section--left-wrap .ada-award {
  background: url('../images/other-website.png') 0px -76px no-repeat;
  padding: 1px 0 2px 20px;
}
footer .footer__section--left-wrap .leju {
  background: url('../images/other-website.png') 0px -97px no-repeat;
  padding: 1px 0 2px 20px;
}
footer .footer__section--middle-wrap {
  width: 36%;
  border-left: #FFB800 1px solid;
  border-right: #FFB800 1px solid;
}
@media (max-width: 780px) {
  footer .footer__section--middle-wrap {
    width: 100%;
    border: none;
    border-top: #FFB800 1px solid;
    border-bottom: #FFB800 1px solid;
    padding: 10% 0;
    margin: 10% 0;
  }
}
footer .footer__section ul {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
footer .footer__section ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer__section ul.flex .social-link {
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 110%;
  background: url('../images/social.png') no-repeat;
  background-size: cover;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  border-radius: 50%;
  margin: 0 5px;
}
footer .footer__section ul.flex .social-link:hover {
  background-image: url('../images/social-hover.png');
}
footer .footer__section ul.flex .facebook {
  background-position: 0% 0%;
}
footer .footer__section ul.flex .line {
  background-position: 25% 0%;
}
footer .footer__section ul.flex .youtube {
  background-position: 50% 0%;
}
footer .footer__section ul.flex .instagram {
  background-position: 75% 0%;
}
footer .footer__section ul.flex .tiktok {
  background-position: 100% 0%;
}
footer .footer__section ul a {
  display: inline-block;
}
footer .footer__section ul a.under-line {
  text-decoration: underline;
  margin: 5px 10px;
}
@media (max-width: 780px) {
  footer .footer__section ul a {
    margin: 0 4px;
  }
}
footer .footer__copyright {
  font-size: 16px;
  position: relative;
  background: #FFB800;
  padding: 0.5% 5%;
  display: block;
  width: 85%;
  margin: 0 auto 30px;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  text-align: center;
}
@media (max-width: 780px) {
  footer .footer__copyright {
    font-size: 14px;
    line-height: 1.5;
  }
}
#form {
  overflow: hidden;
  background-color: #ECE7E1;
}
#form h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (max-width: 780px) {
  #form h3 {
    margin-top: 50px;
  }
}
#form h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 780px) {
  #form h4 {
    text-align: left;
  }
}
#form .section {
  background-color: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#form .section form .form-group label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#form .section form .form-group input[type="checkbox"],
#form .section form .form-group input[type="radio"] {
  border: #FFF 2px solid;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#form .section form .form-group input[type="checkbox"]:checked,
#form .section form .form-group input[type="radio"]:checked {
  background: #916D3D;
  border: #fff 2px solid;
}
#form .section form .form-group input[type="checkbox"]::after,
#form .section form .form-group input[type="radio"]::after {
  background: white;
}
#form .section form .form-group-inline label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#form .section form .form-group-inline input[type="checkbox"],
#form .section form .form-group-inline input[type="radio"] {
  border: #FFF 2px solid;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#form .section form .form-group-inline input[type="checkbox"]:checked,
#form .section form .form-group-inline input[type="radio"]:checked {
  background: #916D3D;
  border: #fff 2px solid;
}
#form .section form .form-group-inline input[type="checkbox"]::after,
#form .section form .form-group-inline input[type="radio"]::after {
  background: white;
}
#form p {
  margin: 1em 0;
}
footer {
  background-color: #C9BAA7;
}
footer h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 780px) {
  footer h4 {
    text-align: left;
  }
}
footer .footer__section {
  margin-top: 0;
  background-color: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
footer .footer__section ul {
  margin-bottom: 1em;
}
footer .footer__section--middle-wrap {
  border-color: white;
}
footer .footer__copyright {
  padding-top: 23px;
  padding-bottom: 30px;
  border-top: 2px solid white;
  background-color: transparent;
  color: white;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 0;
}
@media screen and (min-width: 780px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .hide-mb {
    display: none !important;
  }
}
