@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
html {
  font-family: "Noto Sans TC", sans-serif !important;
  scroll-behavior: smooth;
}

.wrap {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bg-nav {
  background: #fff;
  top: 0;
  z-index: 1099;
}
.bg-nav .menu-img {
  background: linear-gradient(#00000000, #00000000), url("../image/menu.png") repeat bottom center/cover scroll;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  -webkit-filter: drop-shadow(0 0.3rem 0.2rem rgba(150, 150, 150, 0.123));
}
.bg-nav .scroll-logo {
  width: 280px;
  padding: 10px 0;
}
.bg-nav .nav-link.active {
  color: #5fa98b;
  font-weight: 500;
  border-bottom: 3px solid #5fa98b;
}
.bg-nav .nav-link {
  font-size: 17px;
  font-weight: 300;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
  margin: 0 5px;
  color: #aaa;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  padding: 20px 6px !important;
}
.bg-nav .nav-link:hover, .bg-nav .nav-link:focus {
  transform: translateY(0px);
  color: #888;
  border-bottom: 2px solid #47a682;
}
.bg-nav span {
  cursor: pointer;
}

.bg-nav.sticky {
  transition: all 0.5s;
  box-shadow: 0 0.125rem 0.25rem #00000013;
}

@media (max-width: 992px) {
  .bg-nav .nav-link {
    border-bottom: 2px solid #ddd;
  }
  .bg-nav .scroll-logo {
    width: 200px;
  }
}
.footer {
  position: relative;
}
.footer .footer-img {
  background: linear-gradient(#00000000, #00000000), url("../image/footer.png") repeat bottom center/cover scroll;
  width: 100%;
  height: 52px;
  position: absolute;
  top: -2rem;
  left: 0;
}
.footer h4 {
  font-size: 17px;
  letter-spacing: 2px;
  text-align: right;
  padding: 5px 10px;
  margin: 20px 0;
}
.footer h4::after {
  content: "";
  background: url("../image/index-img/banner-icon-4.png");
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 15px;
}
.footer p {
  padding: 10px 0 20px;
  line-height: 1.3;
  font-size: 13px;
  text-align: right;
  color: #999;
}
.footer a {
  transition: all 0.3s ease-in-out;
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
}
.footer a:hover {
  color: #feb400;
  letter-spacing: 1px;
}
.footer .footer-btn {
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: 1px;
  border-bottom: 1px dashed #ddd;
  padding: 5px 30px 10px 0;
  margin-bottom: 5px;
}
.footer .footer-btn span {
  margin-right: 10px;
}
.footer .footer-btn:hover {
  color: #47a682;
}

@media (max-width: 576px) {
  .footer {
    position: relative;
  }
  .footer .footer-img {
    background: linear-gradient(#00000000, #00000000), url("../image/footer.png") repeat bottom center/cover scroll;
    width: 100%;
    height: 35px;
    position: absolute;
    top: -1rem;
    left: 0;
  }
  .footer h4 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 10px;
    margin: 20px 0;
    position: relative;
    display: inline-block;
  }
  .footer h4::after {
    content: "";
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: -5px;
    right: 0;
  }
  .footer a {
    font-size: 16px;
  }
  .footer p {
    text-align: center;
  }
  .footer p a {
    font-size: 14px;
  }
  .footer .footer-btn {
    text-align: center;
    padding: 5px 0 10px 0;
  }
}
.edge-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1040;
}
.edge-btn .edge-icon1, .edge-btn .edge-icon2, .edge-btn .edge-icon3, .edge-btn .edge-icon4 {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 2px;
  transition: font-size 0.1s ease-in-out;
}
.edge-btn .edge-icon1:hover, .edge-btn .edge-icon2:hover, .edge-btn .edge-icon3:hover, .edge-btn .edge-icon4:hover {
  font-size: 22px;
}
.edge-btn .edge-icon1 {
  background: #e6b155;
  border-top: 4px solid #d2a24d;
}
.edge-btn .edge-icon2 {
  background: #7d629f;
  border-top: 4px solid #725991;
}
.edge-btn .edge-icon3 {
  background: #ca5552;
  border-top: 4px solid #b94d4b;
}
.edge-btn .edge-icon4 {
  background: #459f7c;
  border-top: 4px solid #3f9171;
}

@media (max-width: 768px) {
  .footer {
    background: #fff;
    font-size: 13px;
    text-align: center;
  }
  .footer .footer-btn {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .edge-btn {
    top: 40%;
  }
}
.contact-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
}
.contact-btn a {
  transition: all 0.3s ease-in-out;
  background: rgba(12, 183, 150, 0.7);
  width: 70px;
  height: 70px;
  box-shadow: 0px 1px 10px #00000038;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: bolder;
}
.contact-btn a:hover {
  width: 75px;
  height: 75px;
  background: #0cb796;
}

@media (max-width: 768px) {
  .contact-btn {
    position: fixed;
    bottom: 45px;
    right: 15px;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

/* 漢堡選單 */
.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 2.5px;
  background: #5fa98b;
  border-radius: 25%;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

.hamburger.active .line:nth-child(1) {
  transform: translateY(11.2px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}
.scrolltop {
  position: fixed;
  bottom: 800px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #dddddde8;
  border-radius: 50%;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  filter: drop-shadow(12px 12px 7px #000000b3);
  transition: all 0.3s ease-in-out;
}
.scrolltop:hover {
  width: 50px;
  height: 50px;
}
.scrolltop:hover span {
  color: #000000b3;
}
.scrolltop span {
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.scrolltop.active {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #666 transparent;
}

.bg-banner {
  margin-top: 4em;
  background: #cfda7e;
  height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bg-banner .banner-box {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.bg-banner h2 {
  font-size: 4.3rem;
  color: #fff;
  font-weight: 400;
  padding: 30px 0 10px 0;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0.5rem 0.9rem rgba(0, 0, 0, 0.2));
}
.bg-banner h2::after {
  content: "";
  background: url("../image/index-img/banner-icon-4.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  z-index: 2;
  position: absolute;
  top: 1.8rem;
  left: 7rem;
}
.bg-banner .col-4 img {
  width: 80%;
  margin: 0 10%;
  -webkit-filter: drop-shadow(0 0.5rem 0.9rem rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 2;
}
.bg-banner p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  text-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.bg-banner .banner-img {
  position: absolute;
  right: -4%;
  bottom: 5%;
  max-width: 900px;
  width: 66%;
  z-index: 1;
}

.index-bg-contact {
  background: linear-gradient(to right, #00000000, #00000000), url("../image/index-img/bg-contact.jpg") no-repeat center center/cover scroll;
  position: relative;
}
.index-bg-contact .bg-contact {
  background: linear-gradient(#00000000, #00000000), url("../image/footer.png") repeat bottom center/cover scroll;
  width: 100%;
  height: 52px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 3;
}
.index-bg-contact img {
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.index-bg-contact .contact-p1, .index-bg-contact .contact-p2, .index-bg-contact .contact-p3, .index-bg-contact .contact-p4 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.index-bg-contact .contact-p1::before, .index-bg-contact .contact-p2::before, .index-bg-contact .contact-p3::before, .index-bg-contact .contact-p4::before {
  font-size: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  width: 65px;
  height: 65px;
  border: 2px dashed #fff;
  margin-right: 10px;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.index-bg-contact .contact-p1::before {
  content: "1";
}
.index-bg-contact .contact-p2::before {
  content: "2";
}
.index-bg-contact .contact-p3::before {
  content: "3";
}
.index-bg-contact .contact-p4::before {
  content: "4";
}
.index-bg-contact .box-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 0;
}
.index-bg-contact .box-contact .contact-img {
  margin: 50px 0 30px 0;
  width: 90%;
  max-width: 800px;
  min-width: 680px;
}
.index-bg-contact .box-contact .text-box {
  position: absolute;
  top: 20%;
  z-index: 2;
  padding-top: 30px;
}
.index-bg-contact .box-contact .bg-contact-img {
  position: absolute;
  right: 0;
  bottom: 1rem;
  transition: all 0.2s ease-in-out;
  width: 200px;
  z-index: 2;
}
.index-bg-contact .box-contact .bg-contact-img:hover {
  -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
}

.index-service .text-title {
  border-bottom: 3px dashed #acabab;
  text-align: center;
  padding: 20px 0;
}
.index-service h2 {
  color: #4aa680;
  font-size: 3em;
  text-align: center;
  letter-spacing: 5px;
  position: relative;
  padding: 20px 10px;
  margin-top: 5rem;
  display: inline-block;
}
.index-service h2::before {
  content: "";
  background-size: 90px 90px;
  background-image: url("../image/index-img/index-1.png");
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: -6rem;
}
.index-service .septic-tank-a, .index-service .rubbish-a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 260px;
  transition: all 0.2s ease-in-out;
  transform: translateY(1rem);
}
.index-service .septic-tank-a h3, .index-service .rubbish-a h3 {
  text-align: center;
  z-index: 2;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.3;
  position: relative;
}
.index-service .septic-tank-a:hover, .index-service .rubbish-a:hover {
  -webkit-filter: drop-shadow(0 0.3rem 0.8rem rgba(0, 0, 0, 0.5));
  transform: translateY(-10px);
}
.index-service .septic-tank-a img, .index-service .rubbish-a img {
  width: 200px;
  position: absolute;
  z-index: 0;
  top: -2rem;
}
.index-service .septic-tank-a::before, .index-service .rubbish-a::before {
  content: "";
  position: absolute;
  background-size: 250px 250px;
  width: 250px;
  height: 250px;
}
.index-service .septic-tank-a::before {
  content: "";
  background-image: url("../image/index-img/index-2-11.png");
}
.index-service .rubbish-a::before {
  content: "";
  background-image: url("../image/index-img/index-2.png");
}
.index-service .border-line {
  border-bottom: 3px dashed #ccc;
  padding: 20px 0;
}

.bg-index-icon {
  background: linear-gradient(#00000000, #00000000), url("../image/index-img/bg-icon.png") no-repeat center center/cover scroll;
  padding: 6em 0 3em;
}
.bg-index-icon span {
  color: #fff;
  line-height: 1.5;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  padding: 10px 0;
  font-weight: 500;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
}
.bg-index-icon p {
  color: #fff;
  line-height: 1.5;
  font-size: 23px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
}
.bg-index-icon .items {
  padding: 10px 0;
}
.bg-index-icon .items img {
  max-width: 40%;
}

@media (max-width: 1200px) {
  .bg-banner {
    margin-top: 4em;
    background: #cfda7e;
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .bg-banner .banner-box {
    max-width: 95%;
  }
  .bg-banner h2 {
    font-size: 3.5rem;
    font-weight: 500;
    padding: 0;
    letter-spacing: 3px;
    line-height: 1.5;
    -webkit-filter: drop-shadow(0 0.5rem 0.9rem rgba(0, 0, 0, 0.2));
  }
  .bg-banner h2::after {
    content: "";
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    top: 0;
    left: 5.5rem;
  }
  .bg-banner .col-4 img {
    width: 90%;
    margin: 0 5%;
    -webkit-filter: drop-shadow(0 0.5rem 0.9rem rgba(0, 0, 0, 0.2));
  }
  .bg-banner p {
    font-size: 18px;
    letter-spacing: 0;
  }
  .bg-banner .banner-img {
    right: -7rem;
    bottom: 5rem;
    width: 70%;
  }

  .index-service h2 {
    font-size: 2em;
  }
  .index-service h2::before {
    content: "";
    background-size: 80px 80px;
    background-image: url("../image/index-img/index-1.png");
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: -6rem;
  }
  .index-service .septic-tank-a::before, .index-service .rubbish-a::before {
    content: "";
    background-size: 220px 220px;
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 992px) {
  .bg-banner {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    overflow: hidden;
  }
  .bg-banner .banner-box {
    max-width: 95%;
  }
  .bg-banner h2 {
    font-size: 3.5rem;
    padding: 10px 0 0 0;
    letter-spacing: 3px;
    line-height: 1.3;
  }
  .bg-banner h2::after {
    content: "";
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    top: 0;
    left: 5.5rem;
  }
  .bg-banner .col-4 img {
    width: 86%;
    margin: 0 7%;
  }
  .bg-banner p {
    font-size: 20px;
    letter-spacing: 0;
    padding: 20px 0;
  }
  .bg-banner .banner-img {
    right: -3rem;
    bottom: -1rem;
    max-width: 900px;
    width: 85%;
  }

  .index-service h2 {
    font-size: 2.8em;
    letter-spacing: 3px;
    padding: 20px 10px;
    margin-top: 5rem;
  }
  .index-service h2::before {
    content: "";
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    top: 0;
    left: -5rem;
  }
  .index-service .septic-tank-a h3, .index-service .rubbish-a h3 {
    z-index: 2;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .index-service .septic-tank-a::before, .index-service .rubbish-a::before {
    content: "";
    background-size: 200px 200px;
    width: 200px;
    height: 200px;
  }

  .bg-index-icon span {
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0;
  }
  .bg-index-icon p {
    font-size: 20px;
  }

  .index-bg-contact .contact-img-people {
    position: relative;
    z-index: 2;
  }
  .index-bg-contact .contact-p1, .index-bg-contact .contact-p2, .index-bg-contact .contact-p3, .index-bg-contact .contact-p4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .index-bg-contact .contact-p1::before, .index-bg-contact .contact-p2::before, .index-bg-contact .contact-p3::before, .index-bg-contact .contact-p4::before {
    font-size: 1.8rem;
    width: 60px;
    height: 60px;
    border: 2px dashed #fff;
    margin-right: 10px;
  }
  .index-bg-contact .box-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 0;
  }
  .index-bg-contact .box-contact .contact-img {
    margin: 50px 0 30px 0;
    width: 90%;
    max-width: 800px;
    min-width: 580px;
  }
  .index-bg-contact .box-contact .text-box {
    position: absolute;
    top: 20%;
    z-index: 2;
    padding-top: 30px;
  }
  .index-bg-contact .box-contact .bg-contact-img {
    position: absolute;
    right: 0;
    bottom: 1rem;
    transition: all 0.2s ease-in-out;
    width: 150px;
    z-index: 2;
  }
  .index-bg-contact .box-contact .bg-contact-img:hover {
    -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
  }
}
@media (max-width: 768px) {
  .bg-banner {
    height: 100vh;
  }
  .bg-banner .banner-box {
    max-width: 95%;
  }
  .bg-banner h2 {
    font-size: 3rem;
    padding: 10px 0 0 0;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .bg-banner h2::after {
    content: "";
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    top: 0.5rem;
    left: 4.8rem;
  }
  .bg-banner .col-4 img {
    width: 80%;
    margin: 0 10%;
  }
  .bg-banner p {
    letter-spacing: 1px;
  }
  .bg-banner .banner-img {
    right: -2rem;
    bottom: -1rem;
    max-width: 1200px;
    width: 100%;
  }

  .index-service h2 {
    font-size: 2.8em;
    letter-spacing: 3px;
    padding: 20px 10px;
    margin-top: 5rem;
  }
  .index-service h2::before {
    content: "";
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    top: 0;
    left: -5rem;
  }
  .index-service .septic-tank-a h3, .index-service .rubbish-a h3 {
    z-index: 2;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .index-service .septic-tank-a::before, .index-service .rubbish-a::before {
    content: "";
    background-size: 180px 180px;
    width: 180px;
    height: 180px;
  }

  .index-bg-contact .contact-p1, .index-bg-contact .contact-p2, .index-bg-contact .contact-p3, .index-bg-contact .contact-p4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .index-bg-contact .contact-p1::before, .index-bg-contact .contact-p2::before, .index-bg-contact .contact-p3::before, .index-bg-contact .contact-p4::before {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border: 2px dashed #fff;
    margin-right: 10px;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  }
  .index-bg-contact .box-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 0;
  }
  .index-bg-contact .box-contact .contact-img {
    margin: 50px 0 0px 0;
    width: 50%;
    max-width: 700px;
    min-width: 480px;
    transform: rotate(0.2turn);
  }
  .index-bg-contact .box-contact .text-box {
    position: absolute;
    top: 20%;
    z-index: 2;
    padding-top: 20px;
  }
  .index-bg-contact .box-contact .bg-contact-img {
    position: absolute;
    right: 0;
    bottom: -1rem;
    transition: all 0.2s ease-in-out;
    width: 150px;
    z-index: 2;
  }
  .index-bg-contact .box-contact .bg-contact-img:hover {
    -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
  }
}
@media (max-width: 576px) {
  .bg-banner {
    height: 85vh;
  }
  .bg-banner .banner-box {
    max-width: 100%;
  }
  .bg-banner h2 {
    font-size: 2.1rem;
    padding: 50px 0 20px 0;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .bg-banner h2::after {
    content: "";
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 3rem;
    left: 3.2rem;
  }
  .bg-banner .col-4 img {
    width: 80%;
    margin: 0 10%;
  }
  .bg-banner p {
    font-size: 18px;
    -webkit-filter: drop-shadow(0 0.5rem 0.9rem rgba(0, 0, 0, 0.3));
  }

  .index-service h2 {
    font-size: 2em;
    letter-spacing: 1px;
    padding: 0px 10px;
    margin-top: 1rem;
  }
  .index-service h2::before {
    content: "";
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    top: -10px;
    left: -3rem;
  }
  .index-service .septic-tank-a h3, .index-service .rubbish-a h3 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .index-service .septic-tank-a:hover, .index-service .rubbish-a:hover {
    -webkit-filter: drop-shadow(0 0.3rem 0.8rem rgba(0, 0, 0, 0.5));
    transform: translateY(-10px);
  }
  .index-service .septic-tank-a::before, .index-service .rubbish-a::before {
    content: "";
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
  }

  .bg-index-icon span {
    font-size: 15px;
    padding: 10px 0;
    letter-spacing: 0;
  }
  .bg-index-icon p {
    font-size: 15px;
  }
  .bg-index-icon .items img {
    max-width: 60%;
  }

  .index-bg-contact .contact-p1, .index-bg-contact .contact-p2, .index-bg-contact .contact-p3, .index-bg-contact .contact-p4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .index-bg-contact .contact-p1::before, .index-bg-contact .contact-p2::before, .index-bg-contact .contact-p3::before, .index-bg-contact .contact-p4::before {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border: 2px dashed #fff;
    margin-right: 10px;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  }
  .index-bg-contact .box-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 0;
  }
  .index-bg-contact .box-contact .contact-img {
    margin: 50px 0 0px 0;
    width: 50%;
    max-width: 700px;
    min-width: 480px;
    transform: rotate(0.2turn);
  }
  .index-bg-contact .box-contact .text-box {
    position: absolute;
    top: 20%;
    z-index: 2;
    padding-top: 20px;
  }
  .index-bg-contact .box-contact .bg-contact-img {
    position: absolute;
    right: 1rem;
    bottom: -1rem;
    transition: all 0.2s ease-in-out;
    width: 140px;
    z-index: 2;
  }
  .index-bg-contact .box-contact .bg-contact-img:hover {
    -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
  }
}
.bg-about {
  margin-top: 0.5rem;
  margin-bottom: 10rem;
  background: linear-gradient(to right, #15192c10, #15192c10), url("../image/about-img/bg-about.jpg") no-repeat center center/cover scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  position: relative;
}
.bg-about::before {
  content: "";
  background: linear-gradient(to right, #00000000, #00000000), url("../image/about-img/bg-about-2-1.png") no-repeat center center/contain scroll;
  width: 45%;
  height: 45%;
  min-width: 550px;
  min-height: 260px;
  position: absolute;
  left: 0;
  bottom: -7rem;
}
.bg-about::after {
  content: "";
  background: linear-gradient(to right, #00000000, #00000000), url("../image/about-img/bg-about-1.png") no-repeat center center/contain scroll;
  width: 45%;
  height: 45%;
  min-width: 550px;
  min-height: 260px;
  position: absolute;
  right: 0;
  bottom: -7rem;
}
.bg-about .text-items::after {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #00000000, #00000000), url("../image/about-img/bg-about-3.png") no-repeat center center/contain scroll;
  width: 100%;
  height: 110px;
  top: -1.5rem;
}
.bg-about h2 {
  color: #fff;
  font-weight: 500;
  font-size: 3.8rem;
  letter-spacing: 3px;
  z-index: 3;
  text-align: center;
  display: inline-block;
  position: relative;
}
.bg-about h2::before {
  content: "";
  background-size: 90px 90px;
  background-image: url("../image/index-img/index-1.png");
  width: 90px;
  height: 90px;
  position: absolute;
  top: -4rem;
  left: -5rem;
  transform: rotate(0.2turn);
}

.bg {
  background: linear-gradient(to right, #00000000, #00000000), url("../image/about-img/bg.jpg") no-repeat bottom center/cover scroll;
  width: 100%;
  padding-top: 5rem;
}
.bg .about-icon {
  width: 60%;
  margin: 0 20%;
}
.bg span {
  color: #46a07d;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 2px;
  line-height: 1.3;
  display: block;
  text-align: center;
}
.bg p {
  color: #777;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.bg a {
  transition: all 0.3s ease-in-out;
}
.bg a:hover {
  -webkit-filter: drop-shadow(0 0.3rem 0.8rem rgba(0, 0, 0, 0.5));
}

.about-content {
  background: linear-gradient(#fff 10%, #eee 90%);
}
.about-content p {
  color: #777;
  font-weight: 500;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
}
.about-content p a {
  color: #46a07d;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}
.about-content p a:hover {
  color: #3f9171;
  font-style: normal;
  border-bottom: 2px solid #3f9171;
}
.about-content .phone-text {
  color: #e0b458;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  padding: 0;
}
.about-content .bigger {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding: 30px 0 50px 0;
  color: #46a07d;
}

@media (max-width: 1200px) {
  .bg-about::before {
    content: "";
    min-width: 450px;
    min-height: 230px;
  }
  .bg-about::after {
    content: "";
    min-width: 450px;
    min-height: 230px;
  }

  .bg {
    padding-top: 0;
  }
  .bg .about-icon {
    width: 50%;
    margin: 0 25%;
  }
}
@media (max-width: 992px) {
  .bg-about {
    height: 70vh;
  }
  .bg-about::before {
    content: "";
    min-width: 400px;
    min-height: 250px;
    left: 0;
    bottom: -5rem;
  }
  .bg-about::after {
    content: "";
    min-height: 250px;
    right: 0;
    bottom: -12rem;
  }
  .bg-about h2 {
    font-size: 3.2rem;
  }
  .bg-about h2::before {
    content: "";
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    top: -3rem;
    left: -4rem;
  }

  .bg {
    padding-top: 0;
  }
  .bg .about-icon {
    width: 50%;
    margin: 0 25%;
  }

  .about-content p {
    font-weight: 400;
  }
  .about-content .phone-text {
    color: #e0b458;
    font-size: 25px;
    text-align: center;
  }
  .about-content .bigger {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .bg-about {
    margin-top: 0.5rem;
    margin-bottom: 10rem;
    height: 70vh;
  }
  .bg-about::before {
    content: "";
    min-width: 300px;
    min-height: 250px;
    left: -2rem;
    bottom: -5rem;
  }
  .bg-about::after {
    content: "";
    min-width: 450px;
    min-height: 250px;
    right: -2rem;
    bottom: -10rem;
  }
  .bg-about h2 {
    font-size: 3.2rem;
  }
  .bg-about h2::before {
    content: "";
    background-size: 65px 65px;
    background-image: url("../image/index-img/index-1.png");
    width: 65px;
    height: 65px;
    top: -2.5rem;
    left: -3.5rem;
  }

  .bg {
    padding-top: 5rem;
  }
  .bg .about-icon {
    width: 70%;
    margin: 0 15%;
  }
  .bg span {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 576px) {
  .bg-about {
    margin-top: 0.5rem;
    margin-bottom: 5rem;
    height: 50vh;
  }
  .bg-about::before {
    content: "";
    min-width: 200px;
    min-height: 250px;
    left: -2rem;
    bottom: -6rem;
  }
  .bg-about::after {
    content: "";
    min-width: 350px;
    min-height: 250px;
    right: -2rem;
    bottom: -10rem;
  }
  .bg-about .text-items::after {
    display: none;
  }
  .bg-about h2 {
    font-size: 2.5em;
    text-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.3);
  }
  .bg-about h2::before {
    content: "";
    background-size: 55px 55px;
    background-image: url("../image/index-img/index-1.png");
    width: 55px;
    height: 55px;
    top: -2.3rem;
    left: -3.3rem;
  }

  .bg {
    padding-top: 5rem;
  }
  .bg .about-icon {
    width: 60%;
    margin: 0 20%;
    padding: 10px 0 20px;
  }
}
.bg-septic-tank, .bg-rubbish {
  margin-top: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.bg-septic-tank h2, .bg-rubbish h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 3.8em;
  line-height: 1.2;
  letter-spacing: 3px;
  z-index: 3;
  display: block;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.09);
}
.bg-septic-tank h2::before, .bg-rubbish h2::before {
  position: absolute;
  top: -3.5rem;
  left: -4.5rem;
  content: "";
  background-size: 90px 90px;
  width: 90px;
  height: 90px;
  background-image: url("../image/index-img/index-1.png");
  transform: rotate(0.2turn);
}

.bg-septic-tank {
  background: linear-gradient(to right, #00000000, #00000000), url("../image/product-img/septic-tank-banner.jpg") no-repeat center center/cover scroll;
}

.bg-rubbish {
  background: linear-gradient(to right, #00000000, #00000000), url("../image/product-img/rubbish-banner.jpg") no-repeat center center/cover scroll;
}
.bg-rubbish h2::before {
  content: "";
  transform: rotate(0.95turn);
}

.product-service h3 {
  color: #4aa681;
}
.product-service .rubbish-3 {
  color: #e6b253;
}
.product-service h3, .product-service .rubbish-h3 {
  font-size: 2.5rem;
  letter-spacing: 8px;
  font-weight: 500;
}
.product-service h3::before, .product-service .rubbish-h3::before {
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  content: "";
  background-size: 40px 25px;
  width: 40px;
  height: 25px;
  background-image: url("../image/product-img/product-1.png");
}
.product-service h4 {
  color: #4f4f4f;
  font-size: 1.7rem;
  letter-spacing: 1px;
  padding: 20px 0 10px;
}
.product-service p, .product-service .rubbish-p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 300;
}
.product-service p {
  color: #5d8572;
}
.product-service .rubbish-p {
  color: #a2967d;
}

.product-qa h3, .product-qa .rubbish-3 {
  font-size: 2.5rem;
  letter-spacing: 8px;
  font-weight: 500;
  padding-left: 2rem;
  padding-bottom: 20px;
}
.product-qa h3::before, .product-qa .rubbish-3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-size: 30px 40px;
  width: 30px;
  height: 40px;
  background-image: url("../image/product-img/product-3.png");
}
.product-qa h3 {
  color: #4aa681;
}
.product-qa .rubbish-3 {
  color: #e6b253;
}
.product-qa p {
  font-size: 1.2rem;
  color: #848484;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 300;
}

.product-qa-2 {
  background: linear-gradient(to right, #00000000, #00000000), url("../image/product-img/septic-tank-1.png") no-repeat top center/cover scroll;
  padding: 6rem 0 5rem;
}
.product-qa-2 h3 {
  color: #ebe8a9;
  font-size: 2.2rem;
  letter-spacing: 10px;
  font-weight: 500;
  padding: 40px 0;
  line-height: 1.3;
}
.product-qa-2 p {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 300;
}
.product-qa-2 span {
  font-size: 1.3rem;
  color: #ebe8a9;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 500;
  display: block;
  padding-top: 20px;
}
.product-qa-2 .text-title {
  color: #fff;
}
.product-qa-2 .border-line {
  border-right: 3px dashed #588670;
  margin: 2rem 0;
}

.product-qa-3 {
  background: linear-gradient(#fff 96%, #eee 100%);
}
.product-qa-3 h3, .product-qa-3 .rubbish-3 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  padding-top: 2rem;
}
.product-qa-3 h3 {
  color: #4aa67f;
}
.product-qa-3 .rubbish-3 {
  color: #e6b253;
}
.product-qa-3 h4 {
  border-bottom: 3px dashed #ccc;
  text-align: center;
  padding: 20px 0;
  font-size: 2.2rem;
  color: #747474;
  font-weight: 500;
}
.product-qa-3 p {
  font-size: 1.2rem;
  color: #848484;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
.product-qa-3 span, .product-qa-3 .rubbish-span {
  color: #6c6c6c;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  display: block;
}
.product-qa-3 span {
  color: #6c6c6c;
}
.product-qa-3 .rubbish-span {
  color: #e6b253;
  font-size: 1.5rem;
  font-weight: 500;
}
.product-qa-3 .qa-text-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4aa67f;
}
.product-qa-3 .service-img-2 {
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 1;
  width: 30rem;
}
.product-qa-3 .icon-img {
  width: 80%;
  margin: 0 10%;
  margin-bottom: 20px;
}
.product-qa-3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out;
}
.product-qa-3 a img {
  width: 80%;
  margin: 0 10%;
  transition: all 0.2s ease-in-out;
  transform: translateY(1rem);
}
.product-qa-3 a p {
  font-weight: 400;
  padding: 20px 0;
  border-bottom: 2px solid transparent;
}
.product-qa-3 a:hover img {
  -webkit-filter: drop-shadow(0 0.3rem 0.8rem rgba(0, 0, 0, 0.5));
  transform: translateY(-10px);
}
.product-qa-3 a:hover p {
  color: #ca5c54;
  border-bottom: 2px solid #ca5c54;
}

@media (max-width: 1200px) {
  .bg-septic-tank h2, .bg-rubbish h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  .bg-septic-tank h2, .bg-rubbish h2 {
    font-size: 3.2em;
    text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
  }
  .bg-septic-tank h2::before, .bg-rubbish h2::before {
    position: absolute;
    top: -2.5rem;
    left: -3.5rem;
    content: "";
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
  }

  .bg-septic-tank {
    background: linear-gradient(to right, #00000000, #00000000), url("../image/product-img/septic-tank-banner-md.jpg") no-repeat center center/cover scroll;
  }

  .bg-rubbish {
    background: linear-gradient(to right, #00000000, #00000000), url("../image/product-img/rubbish-banner-md.jpg") no-repeat center center/cover scroll;
  }

  .product-qa-2 .border-line {
    border-right: none;
    border-top: 3px dashed #588670;
    margin: 2rem 0;
  }
}
@media (max-width: 768px) {
  .bg-septic-tank, .bg-rubbish {
    height: 60vh;
  }
  .bg-septic-tank h2, .bg-rubbish h2 {
    font-size: 3em;
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .bg-septic-tank, .bg-rubbish {
    height: 30vh;
  }
  .bg-septic-tank h2, .bg-rubbish h2 {
    font-size: 2.3em;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.15);
    padding-bottom: 3rem;
    letter-spacing: 1px;
  }
  .bg-septic-tank h2::before, .bg-rubbish h2::before {
    display: none;
  }

  .product-service h3, .product-service .rubbish-h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    padding-left: 2rem;
  }
  .product-service h3::before, .product-service .rubbish-h3::before {
    top: -1rem;
    left: 1.5rem;
    content: "";
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
  }

  .product-qa h3, .product-qa .rubbish-3 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .product-qa h3::before, .product-qa .rubbish-3::before {
    top: 0;
    left: 1rem;
    content: "";
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
  }

  .product-qa-2 {
    padding: 3rem 0 0;
  }
  .product-qa-2 h3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 20px 0;
  }
  .product-qa-2 .text-title {
    color: #fff;
  }
  .product-qa-2 .border-line {
    border-right: none;
    border-top: 3px dashed #588670;
  }

  .product-qa-3 h3, .product-qa-3 .rubbish-3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .product-qa-3 h4 {
    font-size: 2rem;
  }
  .product-qa-3 .service-img-2 {
    position: absolute;
    top: 10rem;
    right: 0;
    z-index: 1;
    width: 20rem;
  }
}
.bg-license {
  margin-top: 4em;
  background: linear-gradient(to right, #00000000, #00000000), url("../image/license-img/license-banner.jpg") no-repeat center center/cover scroll;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-license .license-h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 3.8em;
  line-height: 1.2;
  letter-spacing: 3px;
  z-index: 3;
  display: block;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.09);
}
.bg-license .license-h2::before {
  position: absolute;
  top: 0;
  left: -5rem;
  content: "";
  background-size: 60px 80px;
  width: 60px;
  height: 80px;
  background-image: url("../image/license-img/license-banner-icon.png");
}

.license-content {
  background: linear-gradient(#fff 96%, #eee 100%);
}
.license-content .license-title-1, .license-content .license-title-2, .license-content .license-title-3, .license-content .license-title-4 {
  color: #606060;
  font-size: 1.6rem;
  padding: 40px 0 60px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
}
.license-content .license-title-1::before, .license-content .license-title-2::before, .license-content .license-title-3::before, .license-content .license-title-4::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -4.5rem;
  background-size: 60px 65px;
  width: 60px;
  height: 65px;
}
.license-content .license-title-1::before {
  content: "";
  background-image: url("../image/license-img/license-1.png");
}
.license-content .license-title-2::before {
  content: "";
  background-image: url("../image/license-img/license-3.png");
}
.license-content .license-title-3::before {
  content: "";
  background-image: url("../image/license-img/license-4.png");
}
.license-content .license-title-4::before {
  content: "";
  background-image: url("../image/license-img/license-2.png");
}
.license-content .border-line {
  border-bottom: 3px dashed #ccc;
  margin: 50px 0;
}
.license-content .border-line-right {
  border-right: 3px dashed #ccc;
  margin: 50px 0;
}

@media (max-width: 1200px) {
  .bg-license .license-h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  .bg-license .license-h2 {
    font-size: 3.2em;
  }
  .bg-license .license-h2::before {
    left: -4rem;
  }
}
@media (max-width: 768px) {
  .bg-license {
    margin-top: 4em;
    height: 60vh;
  }
  .bg-license .license-h2 {
    font-size: 3em;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  .bg-license .license-h2::before {
    position: absolute;
    top: 0;
    left: -4rem;
    content: "";
    background-size: 50px 70px;
    width: 50px;
    height: 70px;
  }

  .license-content .license-title-1, .license-content .license-title-2, .license-content .license-title-3, .license-content .license-title-4 {
    font-size: 1.3rem;
    padding: 20px 0 40px;
  }
  .license-content .license-title-1::before, .license-content .license-title-2::before, .license-content .license-title-3::before, .license-content .license-title-4::before {
    content: "";
    top: 0;
    left: -4rem;
    background-size: 60px 65px;
    width: 60px;
    height: 65px;
  }
  .license-content .border-line-right {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .bg-license {
    margin-top: 4em;
    height: 30vh;
  }
  .bg-license .license-h2 {
    font-size: 2.3em;
    line-height: 1.2;
  }
  .bg-license .license-h2::before {
    position: absolute;
    top: -0.5rem;
    left: -1rem;
    content: "";
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    background-image: url("../image/license-img/license-banner-icon.png");
  }

  .license-content .license-title-1, .license-content .license-title-2, .license-content .license-title-3, .license-content .license-title-4 {
    font-size: 1.3rem;
    padding: 20px 0 40px;
    letter-spacing: 1px;
  }
  .license-content .license-title-1::before, .license-content .license-title-2::before, .license-content .license-title-3::before, .license-content .license-title-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4rem;
    background-size: 60px 65px;
    width: 60px;
    height: 65px;
  }
}