#g_wrap {
  padding-bottom: 0;
}

.solution_wrap {
  width: 100%;
  color: #333;
}

.solution_wrap .s_hr_2 {
  margin: 0;
  padding: 0;
  line-height: 1px;
}

.solution_wrap_gray {
  background-color: #efefef;
}

.solution_title {
  width: 90%;
  max-width: 1140px;
  padding: 0px 0px 0px 0px;
  margin: 30px auto;
  height: auto;
  display: block;
}

.solution_title h1 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.solution_title h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  margin-top: -30px;
  color: #8CBA18;
}

.solution_h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 50px 0;
  text-align: center;
  letter-spacing: 1px;
}

.solution_article {
  width: 90%;
  max-width: 1140px;
  padding: 0px 0px 0px 0px;
  margin: 40px auto;
  height: auto;
  display: block;
}

.solution_article p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0 3%;
  text-align: justify;
  letter-spacing: 1px;
}

.solution_box {
  width: 90%;
  max-width: 1140px;
  padding: 0 20px 45px 20px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.btn {
  display: block;
  margin: 0 auto;
  width: 200px;
  background: #80AE3C;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  border: 1px solid #ABCD03;
}

.btn:hover {
  background: transparent;
  border: 1px solid #ABCD03;
  color: #ABCD03;
}

.solution_challenge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution_challenge li {
  width: 45%;
  margin: 10px 2.5%;
  background: #FFF;
  padding: 20px;
  border-radius: 45px;
  text-align: left;
}

.solution_challenge li img {
  height: 45px;
  padding-right: 15px;
}

.solution_challenge li p {
  color: #2B6C6F;
  font-size: 18px;
  width: calc( 100% - 45px - 125px);
}

.solution_challenge li strong {
  font-size: 24px;
}

.solution_challenge li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution_challenge.EN {
  width: 80%;
}

.solution_challenge.EN li strong {
  font-size: 18px;
}

.solution_challenge.EN li p {
  width: calc( 100% - 45px - 55px);
}

.solution_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution_features li {
  width: 20%;
  margin: 0 10px;
  text-align: center;
}

.solution_features li img {
  width: 100px;
  display: block;
  margin: 0 auto 30px;
}

.solution_features li p {
  font-size: 16px;
  font-weight: bold;
}

.Metropolis_img1 {
  width: 100%;
  margin-top: 50px;
}

.Metropolis_img2 {
  width: 65%;
  margin: 0 auto;
}

.solution_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution_service > li {
  width: 30%;
  margin: 0 1.5%;
  text-align: center;
}

.solution_service > li img {
  width: 95px;
  margin: 0 auto;
}

.solution_service > li h4 {
  color: #2B6C6F;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0 10px;
  width: 100%;
}

.solution_service > li .line {
  width: 100%;
  height: 2px;
  background: #8CBA18;
}

.solution_service > li ol {
  padding: 20px 20px 0 50px;
  font-size: 16px;
  text-align: left;
}

.solution_service > li ol li {
  list-style: disc;
}

.Metropolis_table {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.Metropolis_table .table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Metropolis_table .td {
  padding: 20px;
}

.Metropolis_table .td > div {
  text-align: center;
}

.Metropolis_table .td_title {
  width: 70%;
}

.Metropolis_table .table_tr:nth-child(2) {
  border-bottom: 2px solid #ccc;
}

.Metropolis_table .table_tr:nth-child(2) .td_2, .Metropolis_table .table_tr:nth-child(2) .td_3 {
  position: relative;
}

.Metropolis_table .table_tr:nth-child(2) .td_2 img, .Metropolis_table .table_tr:nth-child(2) .td_3 img {
  height: 100px;
  margin: 0 auto;
}

.Metropolis_table .table_tr:nth-child(2) .td_2 img.arrow, .Metropolis_table .table_tr:nth-child(2) .td_3 img.arrow {
  width: 40px;
  height: 78px;
  position: absolute;
  right: 10px;
  bottom: -20px;
  z-index: 0;
  opacity: .95;
}

.Metropolis_table .td_1 {
  width: 20%;
}

.Metropolis_table .td_1 p {
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
}

.Metropolis_table .td_3 {
  vertical-align: top;
}

.Metropolis_table .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.Metropolis_table p {
  text-align: center;
}

.Metropolis_table .product_img {
  width: 85%;
  margin: 0 auto;
  padding: 10px 0 0;
}

.Metropolis_table .td_2, .Metropolis_table .td_3 {
  width: 30%;
}

.Metropolis_table .td_2 p, .Metropolis_table .td_3 p {
  font-weight: bold;
  font-size: 18px;
}

.Metropolis_table .td_2 > div:nth-child(2), .Metropolis_table .td_3 > div:nth-child(2) {
  color: #80AE3C;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 5px 0;
}

.Metropolis_table .logo {
  width: 100%;
}

.Metropolis_table .link {
  margin: 0 auto;
}

.Metropolis_table .link:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.Metropolis_table .btn {
  width: 100%;
  line-height: 1.2;
  padding: 10px;
}

.related_box {
  text-align: center;
}

.related_box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.related_link {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.related_link a {
  width: 30%;
  text-align: center;
  background: #80AE3C;
  margin: 0 10px;
  color: #FFF;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ABCD03;
}

.related_link a:hover {
  background: #FFF;
  border: 1px solid #ABCD03;
  color: #ABCD03;
}

@media screen and (max-width: 1080px) {
  .solution_challenge {
    width: 90%;
  }
  .solution_challenge.EN {
    width: 100%;
  }
  .Metropolis_img2 {
    width: 100%;
  }
  .Metropolis_table td {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 780px) {
  .solution_h3 {
    line-height: 1.3;
    margin: 30px 0;
  }
  .solution_box {
    padding: 0 10px 45px 10px;
  }
  .solution_challenge li {
    width: 100%;
  }
  .solution_features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution_features li {
    width: 40%;
    margin: 0 10px 50px;
  }
  .solution_features li img {
    margin-bottom: 15px;
  }
  .solution_service > li img {
    width: 65px;
  }
  .solution_service > li ol {
    padding: 10px 20px 0 10px;
  }
  .Metropolis_table .table_tr:nth-child(2) .td_2 img, .Metropolis_table .table_tr:nth-child(2) .td_3 img {
    height: 80px;
  }
  .Metropolis_table .table_tr:nth-child(2) .td_2 img.arrow, .Metropolis_table .table_tr:nth-child(2) .td_3 img.arrow {
    width: 25px;
    right: -10px;
    bottom: -25px;
  }
  .Metropolis_table .product_img {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .solution_box {
    padding: 0 10px 20px 10px;
  }
  .solution_challenge li {
    padding: 20px 50px;
  }
  .solution_challenge li p {
    width: calc( 100% - 45px - 15px);
  }
  .solution_challenge.EN li {
    padding: 20px;
  }
  .Metropolis_table .table_tr:first-child .td:first-child {
    display: none;
  }
  .Metropolis_table .table_tr:first-child .td_title {
    width: 100%;
  }
  .Metropolis_table .table_tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Metropolis_table .table_tr .td_1 {
    width: 100%;
  }
  .Metropolis_table .product_img {
    width: 100%;
  }
  .Metropolis_table .logo {
    width: 40%;
    margin: 0 auto;
  }
  .Metropolis_table .td_1 {
    padding: 20px 0 0;
  }
  .Metropolis_table .td_2, .Metropolis_table .td_3 {
    width: 45%;
  }
  .Metropolis_table img.arrow {
    display: none;
  }
  .related_link a {
    width: 100%;
    margin: 0 0 10px;
  }
  .inqury_box {
    display: block;
  }
  .inqury_box .btn {
    margin: 15px auto 0;
  }
  .solution_service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution_service > li {
    width: 90%;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=Solution_2023.css.map */