#g_wrap {
  padding-bottom: 0;
}

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

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

.SW_wrap_gray {
  background-color: #efefef;
}

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

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

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

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

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

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

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

.video {
  width: 80%;
  margin: 0 auto;
}

.video iframe {
  width: 100%;
  height: 500px;
}

.EdgeEye_list {
  margin: 80px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.EdgeEye_list li img {
  width: 90%;
  margin: 0 auto;
  max-width: 130px;
}

.EdgeEye_list li h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 10px 0;
}

.EdgeEye_list li p {
  font-size: 16px;
  line-height: 1.3;
}

.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;
}

.System {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.System .list {
  width: 40%;
  margin: 0 20px;
}

.System .title {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 10px 0;
}

.System .title::before {
  content: "";
  display: inline-block;
  background: #2C3C43;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.System .img {
  width: 80%;
  margin: 20px auto;
}

.System .img img {
  width: 100%;
}

.System ul {
  padding-left: 15px;
  font-size: 16px;
  margin: 30px 0;
}

.System li {
  list-style: disc;
}

.btn_box {
  width: 80%;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 780px) {
  .SW_h3 {
    line-height: 1.3;
    margin: 30px 0;
  }
  .SW_box {
    padding: 0 10px 45px 10px;
  }
  .video iframe {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .SW_article p {
    text-align: left;
    padding: 0;
  }
  .SW_box {
    padding: 0 10px 20px 10px;
  }
  .related_link a {
    width: 100%;
    margin: 0 0 10px;
  }
  .video iframe {
    height: 350px;
  }
  .EdgeEye_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto 30px;
  }
  .EdgeEye_list li {
    width: 100%;
    margin: 20px auto;
  }
  .System {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .System .list {
    width: 100%;
    margin-bottom: 30px;
  }
  .System ul {
    margin: 0;
  }
  .btn_box {
    width: 100%;
  }
}

.g_container .w1140 {
  display: none;
}
/*# sourceMappingURL=EdgeEye.css.map */