@charset "UTF-8";
/* 오버레이 */
.sub-menu-sec {
  z-index: 500;
  transition: all 0.5s ease;
}
.sub-menu-sec .sub-menu-contain {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
}
.sub-menu-sec .sub-menu-contain ._con {
  height: 100%;
}
.sub-menu-sec .sub-menu-contain ._con .right-wrap {
  width: 100%;
  height: 100%;
}
.sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box {
  height: 100%;
  width: 100%;
}
.sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box {
  width: 16.6666666667%;
  height: 100%;
}
.sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box p {
  margin: 0;
}
.sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box.sub-menu-active p {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .sub-menu-sec {
    z-index: 500;
    transition: all 0.5s ease;
  }
  .sub-menu-sec .sub-menu-contain {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-bottom: none;
  }
  .sub-menu-sec .sub-menu-contain ._con {
    height: 100%;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap {
    width: 100%;
    height: 100%;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box {
    width: 33.3333333333%;
    height: 70px;
    border-bottom: 1px solid #dadbe0;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box p {
    margin: 0;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box.sub-menu-active p {
    color: #ffffff;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box:nth-of-type(4) {
    border-left: 1px solid #dadbe0;
  }
}
@media screen and (max-width: 576px) {
  .sub-menu-sec {
    z-index: 500;
    transition: all 0.5s ease;
  }
  .sub-menu-sec .sub-menu-contain {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-bottom: none;
  }
  .sub-menu-sec .sub-menu-contain ._con {
    height: 100%;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap {
    width: 100%;
    height: 100%;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box {
    width: 50%;
    height: 50px;
    border-bottom: 1px solid #dadbe0;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box p {
    font-size: 14px;
    margin: 0;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box.sub-menu-active p {
    color: #ffffff;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box:nth-of-type(3) {
    border-left: 1px solid #dadbe0;
  }
  .sub-menu-sec .sub-menu-contain ._con .right-wrap .right-menu-box .menu-box:nth-of-type(5) {
    border-left: 1px solid #dadbe0;
  }
}
.tex-color {
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
  line-height: 22px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .page-service {
  padding: 70px 0 120px;
  display: flex;
  flex-direction: column;
}
.main .page-service ._con {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.main .page-service ._con .pdspec-img-sec ._con {
  display: flex;
  flex-direction: column;
}
.main .page-service ._con .pdspec-img-sec ._con .tit-box {
  margin-bottom: 20px;
}
.main .page-service ._con .pdspec-img-sec ._con .tit-box h2 {
  font-size: 34px;
  font-weight: 600;
  color: #4f4f4f;
}
.main .page-service ._con .pdspec-img-sec ._con .item-imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .pdspec-img-sec ._con .tit-box {
    margin-bottom: 20px;
  }
  .main .page-service ._con .pdspec-img-sec ._con .tit-box h2 {
    font-size: 27px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .pdspec-img-sec ._con .tit-box {
    margin-bottom: 20px;
  }
  .main .page-service ._con .pdspec-img-sec ._con .tit-box h2 {
    font-size: 22px;
    font-weight: 500;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .pdspec-img-sec ._con {
    padding: 0;
  }
  .main .page-service ._con .pdspec-img-sec ._con .tit-box {
    margin-bottom: 20px;
  }
  .main .page-service ._con .pdspec-img-sec ._con .tit-box h2 {
    font-size: 19px;
    font-weight: 500;
  }
}
.main .page-service ._con .pdspec-info-sec {
  margin-top: 50px;
}
.main .page-service ._con .pdspec-info-sec ._con {
  display: flex;
  flex-direction: column;
}
.main .page-service ._con .pdspec-info-sec ._con .tit-box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #4f4f4f;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont {
  width: 100%;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap {
  width: 100%;
  border: 1px solid #ebe8e5;
  margin-bottom: 50px;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dt {
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 10px;
  background-color: #9fab9f;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap a {
  display: none;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd {
  display: flex;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  border-bottom: 1px solid #ebe8e5;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx {
  width: 40%;
  height: 40px;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx {
  width: 60%;
  min-height: 40px;
  height: auto;
  padding: 10px;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner {
  position: relative;
  display: flex;
  width: 40%;
  height: 80px;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-left {
  width: 70%;
  height: 80px;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right .top-innner {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ebe8e5;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right .bot-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  min-height: 80px;
  height: auto;
  padding: 0;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx .top-innner {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ebe8e5;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx .top-innner2 {
  flex-direction: column;
}
.main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx .bot-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .pdspec-info-sec {
    margin-top: 40px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .tit-box h3 {
    font-size: 21px;
    font-weight: 500;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dt {
    min-height: 40px;
    height: auto;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx {
    width: 40%;
    height: 40px;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx {
    width: 60%;
    min-height: 40px;
    height: auto;
    padding: 10px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner {
    width: 40%;
    height: 80px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-left {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 80px;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right .top-innner {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right .bot-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    min-height: 80px;
    height: auto;
    padding: 0;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx .top-innner {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx .bot-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .pdspec-info-sec {
    margin-top: 30px;
  }
  .main .page-service ._con .pdspec-info-sec ._con {
    padding: 0;
  }
  .main .page-service ._con .pdspec-info-sec ._con .tit-box h3 {
    font-size: 18px;
    font-weight: 500;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap {
    margin-bottom: 30px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dt {
    min-height: 40px;
    height: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx {
    width: 40%;
    min-height: 40px;
    height: auto;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx {
    width: 60%;
    min-height: 40px;
    height: auto;
    padding: 10px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner {
    width: 40%;
    height: 80px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-left {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 80px;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right .top-innner {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .left-bx.left-bx-inner .inner-right .bot-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    min-height: 80px;
    height: auto;
    padding: 0;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx .top-innner {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .pdspec-info-sec ._con .spec-cont .spec-wrap dd .right-bx.inner-right-bx .bot-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }
}
.main .page-service ._con .spec-num-sec {
  margin-top: 50px;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont {
  width: 100%;
  display: flex;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left img {
  width: 516.6px;
  height: 678.6px;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right {
  width: 50%;
  padding-left: 70px;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .left-num {
  position: relative;
  display: flex;
  align-items: center;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .left-num .num-circ {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ed5020;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-h3 {
  position: absolute;
  margin-top: -30px;
  color: #ed5020;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-p {
  position: absolute;
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  text-align: left !important;
}
.main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #ed5020;
}
@media screen and (max-width: 1200px) {
  .main .page-service ._con .spec-num-sec {
    margin-top: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left img {
    width: 430.5px;
    height: 565.5px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right {
    width: 50%;
    padding-left: 20px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list {
    margin-bottom: 46px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .left-num .num-circ {
    width: 45px;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num {
    padding-left: 30px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-h3 {
    margin-top: -30px;
    text-align: left;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-p {
    margin-top: 5px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list::after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .spec-num-sec {
    margin-top: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont {
    flex-wrap: wrap;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left {
    width: 100%;
    height: auto;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left img {
    width: 430.5px;
    height: 565.5px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list {
    margin-bottom: 46px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .left-num .num-circ {
    width: 45px;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num {
    padding-left: 30px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-h3 {
    margin-top: -30px;
    text-align: left;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-p {
    margin-top: 5px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list::after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .spec-num-sec {
    margin-top: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont {
    flex-wrap: wrap;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left {
    width: 100%;
    height: auto;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left img {
    width: 344.4px;
    height: 452.4px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list {
    margin-bottom: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .left-num .num-circ {
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num {
    padding-left: 30px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-h3 {
    margin-top: -30px;
    text-align: left;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-p {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list::after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .spec-num-sec {
    margin-top: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont {
    flex-wrap: wrap;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left {
    width: 100%;
    height: auto;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-left img {
    width: 287px;
    height: 377px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list {
    margin-bottom: 50px;
    height: 60px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .left-num .num-circ {
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num {
    padding-left: 30px;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-h3 {
    margin-top: -30px;
    text-align: left;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list .right-num .spec-num-p {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
  }
  .main .page-service ._con .spec-num-sec ._con .item-spec-cont .spec-right .num-list::after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }
}
.main .page-service ._con .spec-item-sec {
  margin-top: 50px;
}
.main .page-service ._con .spec-item-sec ._con .spec-item-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box {
  width: 33.3333333333%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 img, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 img {
  width: 286px;
  height: 114px;
  margin-bottom: 20px;
}
.main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 h5, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 h5 {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  text-align: center;
  margin-bottom: 10px;
}
.main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 p, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 p {
  width: 70%;
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .spec-item-sec {
    margin-top: 50px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 50px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 img, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 img {
    width: 286px;
    height: 114px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 h5, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 p, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 p {
    width: 70%;
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .spec-item-sec {
    margin-top: 50px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box {
    margin-bottom: 50px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 img, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 img {
    width: 200.2px;
    height: 79.8px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 h5, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box2 p, .main .page-service ._con .spec-item-sec ._con .spec-item-cont .item-box.box3 p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
  }
}
.main .page-service ._con .csbn {
  padding-top: 100px;
}
.main .page-service ._con .csbn ._con .bnBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .page-service ._con .csbn ._con .bnBox__bn {
  width: calc(25% - 10px);
  height: auto;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}
.main .page-service ._con .csbn ._con .bnBox__bn--img {
  width: 100%;
  height: 150px;
}
.main .page-service ._con .csbn ._con .bnBox__bn--tex {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #323333;
  text-align: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .csbn {
    padding-top: 50px;
  }
  .main .page-service ._con .csbn ._con .bnBox {
    justify-content: space-between;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn {
    width: calc(25% - 10px);
    height: auto;
    padding: 10px;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn--img {
    height: 110px;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn--tex {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .csbn {
    padding-top: 50px;
  }
  .main .page-service ._con .csbn ._con .bnBox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn {
    width: calc(50% - 5px);
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn--img {
    height: 130px;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn--tex {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .csbn {
    padding-top: 50px;
  }
  .main .page-service ._con .csbn ._con .bnBox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn {
    width: calc(50% - 5px);
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn--img {
    height: 100px;
  }
  .main .page-service ._con .csbn ._con .bnBox__bn--tex {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 0 0;
  }
}
.main .page-service ._con .csItem {
  padding-top: 100px;
}
.main .page-service ._con .csItem ._con .item__box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.main .page-service ._con .csItem ._con .item__box--left {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main .page-service ._con .csItem ._con .item__box--left .imgBx {
  display: flex;
  align-items: center;
}
.main .page-service ._con .csItem ._con .item__box--left .imgBx .img {
  width: 155px;
  height: 78px;
}
.main .page-service ._con .csItem ._con .item__box--right {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main .page-service ._con .csItem ._con .item__box--right .texBx .tex {
  width: 100%;
}
.main .page-service ._con .csItem ._con .item__box--right .texBx .tex .h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #323333;
  width: 100%;
}
.main .page-service ._con .csItem ._con .item__box--right .texBx .tex .p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #4b4c4d;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .csItem {
    padding-top: 70px;
  }
  .main .page-service ._con .csItem ._con .item__box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .csItem ._con .item__box--left {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--left .imgBx {
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--left .imgBx .img {
    width: 155px;
    height: 78px;
  }
  .main .page-service ._con .csItem ._con .item__box--right {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex {
    width: 100%;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex .h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #323333;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex .p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .csItem {
    padding-top: 50px;
  }
  .main .page-service ._con .csItem ._con .item__box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .csItem ._con .item__box--left {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--left .imgBx {
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--left .imgBx .img {
    width: 108.5px;
    height: 54.6px;
  }
  .main .page-service ._con .csItem ._con .item__box--right {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex {
    width: 100%;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex .h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex .p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .csItem {
    padding-top: 50px;
  }
  .main .page-service ._con .csItem ._con .item__box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .csItem ._con .item__box--left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .main .page-service ._con .csItem ._con .item__box--left .imgBx {
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--left .imgBx .img {
    width: 155px;
    height: 78px;
  }
  .main .page-service ._con .csItem ._con .item__box--right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex {
    width: 100%;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex .h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .main .page-service ._con .csItem ._con .item__box--right .texBx .tex .p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
}
.main .page-service ._con .autocall-sec ._con {
  flex-direction: column;
}
.main .page-service ._con .autocall-sec ._con .autocall-topbox {
  width: 100%;
  display: flex;
  padding: 30px 20px;
  border: 1px solid #6d776d;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox {
  width: 50%;
}
.main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox img {
  width: 469.6px;
  height: 159.2px;
}
.main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox {
  width: 50%;
  flex-direction: column;
}
.main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox h1 {
  font-size: 58px;
  font-weight: 600;
  color: #2a2a2a;
}
.main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox p {
  font-size: 18px;
  font-weight: 300;
  color: #4f4f4f;
}
.main .page-service ._con .autocall-sec ._con .top-texbox {
  margin-top: 50px;
}
.main .page-service ._con .autocall-sec ._con .top-texbox h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(1) {
  color: #eb6e1b;
}
.main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(2) {
  color: #729ae3;
}
.main .page-service ._con .autocall-sec ._con .top-texbox p {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .main .page-service ._con .autocall-sec ._con {
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox {
    width: 100%;
    display: flex;
    padding: 30px 20px;
    border: 1px solid #6d776d;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox {
    width: 50%;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox img {
    width: 381.55px;
    height: 129.35px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox {
    width: 50%;
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox h1 {
    font-size: 48px;
    font-weight: 600;
    color: #2a2a2a;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox p {
    font-size: 18px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox {
    margin-top: 50px;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(1) {
    color: #eb6e1b;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(2) {
    color: #729ae3;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox p {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .autocall-sec ._con {
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox {
    width: 100%;
    display: flex;
    padding: 30px 20px;
    border: 1px solid #6d776d;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox {
    width: 50%;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox img {
    width: 322.85px;
    height: 109.45px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox {
    width: 50%;
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox h1 {
    font-size: 38px;
    font-weight: 600;
    color: #2a2a2a;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox p {
    font-size: 16px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox {
    margin-top: 50px;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(1) {
    color: #eb6e1b;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(2) {
    color: #729ae3;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .autocall-sec ._con {
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    border: 1px solid #6d776d;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox img {
    width: 322.85px;
    height: 109.45px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox {
    width: 100%;
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox h1 {
    font-size: 38px;
    font-weight: 600;
    color: #2a2a2a;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox {
    margin-top: 50px;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(1) {
    color: #eb6e1b;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(2) {
    color: #729ae3;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .autocall-sec ._con {
    padding: 0;
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 10px;
    border: 1px solid #6d776d;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .left-imgbox img {
    width: 264.15px;
    height: 89.55px;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox {
    width: 100%;
    flex-direction: column;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
  }
  .main .page-service ._con .autocall-sec ._con .autocall-topbox .right-texbox p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox {
    margin-top: 50px;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(1) {
    color: #eb6e1b;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox h3 span:nth-of-type(2) {
    color: #729ae3;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .main .page-service ._con .autocall-sec ._con .top-texbox p br {
    display: none;
  }
}
.main .page-service ._con .system-sec {
  margin-top: 100px;
}
.main .page-service ._con .system-sec ._con {
  display: flex;
  flex-direction: column;
}
.main .page-service ._con .system-sec ._con .system-cont {
  display: flex;
}
.main .page-service ._con .system-sec ._con .system-cont img {
  width: 1036.8px;
  height: 691.2px;
}
.main .page-service ._con .system-sec ._con .system-cont .tex-box {
  position: absolute;
  width: 200px;
}
.main .page-service ._con .system-sec ._con .system-cont .tex-box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 7px;
}
.main .page-service ._con .system-sec ._con .system-cont .tex-box p {
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  text-align: left !important;
}
.main .page-service ._con .system-sec ._con .system-cont .tex-box.box-1 {
  left: 250px;
  top: 70px;
}
.main .page-service ._con .system-sec ._con .system-cont .tex-box.box-2 {
  left: 800px;
  top: 50px;
}
.main .page-service ._con .system-sec ._con .system-cont .tex-box.box-3 {
  left: 220px;
  top: 550px;
}
.main .page-service ._con .system-sec ._con .system-cont .tex-box.box-4 {
  left: 750px;
  top: 550px;
}
.main .page-service ._con .system-sec ._con .info-texbox {
  margin-top: 70px;
}
.main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx {
  height: 100%;
  display: flex;
  align-items: center;
}
.main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx img {
  width: 10px;
  height: 10px;
  max-width: inherit;
}
.main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .tex-bx {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #4f4f4f;
}
.main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap h3.info-texbox-h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #ed5020;
}
@media screen and (max-width: 1200px) {
  .main .page-service ._con .system-sec {
    margin-top: 80px;
  }
  .main .page-service ._con .system-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .system-sec ._con .system-cont {
    display: flex;
  }
  .main .page-service ._con .system-sec ._con .system-cont img {
    width: 921.6px;
    height: 614.4px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box {
    position: absolute;
    width: 200px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 7px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-1 {
    left: 220px;
    top: 50px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-2 {
    left: 730px;
    top: 30px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-3 {
    left: 200px;
    top: 450px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-4 {
    left: 670px;
    top: 450px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox {
    margin-top: 70px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx img {
    width: 10px;
    height: 10px;
    max-width: inherit;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .tex-bx {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap h3.info-texbox-h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #ed5020;
  }
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .system-sec {
    margin-top: 0;
    padding-top: 120px;
  }
  .main .page-service ._con .system-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .system-sec ._con .system-cont {
    display: flex;
    padding-bottom: 50px;
  }
  .main .page-service ._con .system-sec ._con .system-cont img {
    width: 737.28px;
    height: 491.52px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box {
    position: absolute;
    width: 170px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 7px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    text-align: left;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-1 {
    left: 170px;
    top: 0;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-2 {
    left: 560px;
    top: -30px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-3 {
    left: 160px;
    top: 370px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-4 {
    left: 550px;
    top: 370px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox {
    margin-top: 70px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx img {
    width: 10px;
    height: 10px;
    max-width: inherit;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .tex-bx {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap h3.info-texbox-h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #ed5020;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .system-sec {
    margin-top: 0;
    padding-top: 200px;
  }
  .main .page-service ._con .system-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .system-sec ._con .system-cont {
    display: flex;
    padding-bottom: 50px;
  }
  .main .page-service ._con .system-sec ._con .system-cont img {
    width: 541.44px;
    height: 360.96px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box {
    position: absolute;
    width: 150px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 0;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    text-align: left;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-1 {
    left: 120px;
    top: -70px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-2 {
    left: 400px;
    top: -130px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-3 {
    left: 120px;
    top: 270px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-4 {
    left: 400px;
    top: 270px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox {
    margin-top: 70px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx img {
    width: 10px;
    height: 10px;
    max-width: inherit;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .tex-bx {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap h3.info-texbox-h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #ed5020;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .system-sec {
    margin-top: 0;
    padding-top: 250px;
  }
  .main .page-service ._con .system-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .system-sec ._con .system-cont {
    display: flex;
    padding-bottom: 130px;
  }
  .main .page-service ._con .system-sec ._con .system-cont img {
    width: 322.56px;
    height: 215.04px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box {
    position: absolute;
    width: 160px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 0;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    text-align: left;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-1 {
    left: 10px;
    top: -120px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-2 {
    left: 180px;
    top: -180px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-3 {
    left: 10px;
    top: 230px;
  }
  .main .page-service ._con .system-sec ._con .system-cont .tex-box.box-4 {
    left: 180px;
    top: 230px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox {
    margin-top: 70px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .icon-bx img {
    width: 10px;
    height: 10px;
    max-width: inherit;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap .info-texbox-list .tex-bx {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .system-sec ._con .info-texbox .info-texbox-wrap h3.info-texbox-h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ed5020;
  }
}
.main .page-service ._con .spec-sec {
  margin-top: 70px;
  padding-bottom: 100px;
}
.main .page-service ._con .spec-sec ._con {
  display: flex;
  flex-direction: column;
}
.main .page-service ._con .spec-sec ._con .tit-bx {
  margin-bottom: 20px;
}
.main .page-service ._con .spec-sec ._con .tit-bx h2 {
  font-size: 24px;
  font-weight: 500;
  color: #2a2a2a;
}
.main .page-service ._con .spec-sec ._con .spec-box-wrap {
  width: 100%;
}
.main .page-service ._con .spec-sec ._con .spec-box-wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #9c9c9c;
}
.main .page-service ._con .spec-sec ._con .spec-box-wrap ul li {
  display: flex;
  border-bottom: 1px solid #9c9c9c;
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
}
.main .page-service ._con .spec-sec ._con .spec-box-wrap ul li:last-child {
  border-bottom: 0px solid #9c9c9c;
}
.main .page-service ._con .spec-sec ._con .spec-box-wrap ul li .left-li {
  width: 50%;
  padding: 10px;
  border-right: 1px solid #9c9c9c;
}
.main .page-service ._con .spec-sec ._con .spec-box-wrap ul li .right-li {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .spec-sec {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .spec-sec {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .main .page-service ._con .spec-sec ._con {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .main .page-service ._con .spec-sec ._con .tit-bx {
    margin-bottom: 20px;
  }
  .main .page-service ._con .spec-sec ._con .tit-bx h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
  }
  .main .page-service ._con .spec-sec ._con .spec-box-wrap {
    width: 100%;
  }
  .main .page-service ._con .spec-sec ._con .spec-box-wrap ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #9c9c9c;
  }
  .main .page-service ._con .spec-sec ._con .spec-box-wrap ul li {
    display: flex;
    border-bottom: 1px solid #9c9c9c;
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .spec-sec ._con .spec-box-wrap ul li:last-child {
    border-bottom: 0px solid #9c9c9c;
  }
  .main .page-service ._con .spec-sec ._con .spec-box-wrap ul li .left-li {
    width: 50%;
    padding: 10px;
    border-right: 1px solid #9c9c9c;
  }
  .main .page-service ._con .spec-sec ._con .spec-box-wrap ul li .right-li {
    width: 50%;
    padding: 10px;
  }
}
.main .page-service ._con .feature-sec {
  margin-top: 50px;
  padding-top: 70px;
  border-top: 1px solid #9fab9f;
}
.main .page-service ._con .feature-sec ._con {
  display: flex;
  flex-direction: column;
}
.main .page-service ._con .feature-sec ._con .feature-cont {
  display: flex;
  width: 100%;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap {
  width: 50%;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box img {
  width: 253px;
  height: 195px;
  margin-bottom: 20px;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #2a2a2a;
  text-align: center;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box p {
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  width: 250px;
  text-align: center;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box img {
  width: 345px;
  height: 118px;
  margin-bottom: 20px;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #2a2a2a;
  text-align: center;
}
.main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box p {
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  width: 250px;
  text-align: center;
}
.main .page-service ._con .feature-sec ._con .feature-cont .right-wrap {
  width: 50%;
}
.main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dt {
  font-size: 28px;
  font-weight: 500;
  color: #ed5020;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ed5020;
}
.main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd {
  position: relative;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 15px;
}
.main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd::before {
  position: absolute;
  top: 50%;
  margin-left: -15px;
  width: 5px;
  height: 5px;
  content: "";
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ed5020;
}
.main .page-service ._con .feature-sec ._con .feature-items {
  margin-top: 70px;
}
.main .page-service ._con .feature-sec ._con .feature-items .items-wrap {
  display: flex;
}
.main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item img {
  width: 345px;
  height: 194px;
  margin-bottom: 20px;
}
.main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #4f4f4f;
}
@media screen and (max-width: 1200px) {
  .main .page-service ._con .feature-sec {
    margin-top: 50px;
    padding-top: 70px;
    border-top: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap {
    width: 40%;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box img {
    width: 253px;
    height: 195px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box img {
    width: 276px;
    height: 94.4px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap {
    width: 60%;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dt {
    font-size: 28px;
    font-weight: 500;
    color: #ed5020;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd {
    position: relative;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd::before {
    position: absolute;
    top: 50%;
    margin-left: -15px;
    width: 5px;
    height: 5px;
    content: "";
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-items {
    margin-top: 70px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap {
    display: flex;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item img {
    width: 276px;
    height: 155.2px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #4f4f4f;
  }
}
@media screen and (max-width: 992px) {
  .main .page-service ._con .feature-sec {
    margin-top: 50px;
    padding-top: 70px;
    border-top: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont {
    flex-wrap: wrap;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box img {
    width: 253px;
    height: 195px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box {
    margin-left: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box img {
    width: 276px;
    height: 94.4px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap {
    width: 100%;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dt {
    font-size: 28px;
    font-weight: 500;
    color: #ed5020;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd {
    position: relative;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd::before {
    position: absolute;
    top: 50%;
    margin-left: -15px;
    width: 5px;
    height: 5px;
    content: "";
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-items {
    margin-top: 50px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item img {
    width: 345px;
    height: 194px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #4f4f4f;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service ._con .feature-sec {
    margin-top: 50px;
    padding-top: 70px;
    border-top: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont {
    flex-wrap: wrap;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box img {
    width: 253px;
    height: 195px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box {
    margin-left: 0;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box img {
    width: 276px;
    height: 94.4px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap {
    width: 100%;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dt {
    font-size: 28px;
    font-weight: 500;
    color: #ed5020;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd {
    position: relative;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd::before {
    position: absolute;
    top: 50%;
    margin-left: -15px;
    width: 5px;
    height: 5px;
    content: "";
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-items {
    margin-top: 50px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item img {
    width: 345px;
    height: 194px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #4f4f4f;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .feature-sec {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont {
    flex-wrap: wrap;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box img {
    width: 202.4px;
    height: 156px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .top-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box {
    margin-left: 0;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box img {
    width: 276px;
    height: 94.4px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .left-wrap .bot-box p {
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
    width: 250px;
    text-align: center;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap {
    width: 100%;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dt {
    font-size: 21px;
    font-weight: 500;
    color: #ed5020;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd {
    position: relative;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .main .page-service ._con .feature-sec ._con .feature-cont .right-wrap dl dd::before {
    position: absolute;
    top: 50%;
    margin-left: -15px;
    width: 5px;
    height: 5px;
    content: "";
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #ed5020;
  }
  .main .page-service ._con .feature-sec ._con .feature-items {
    margin-top: 40px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item img {
    width: 276px;
    height: 155.2px;
    margin-bottom: 10px;
  }
  .main .page-service ._con .feature-sec ._con .feature-items .items-wrap .feature-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #4f4f4f;
  }
}
.main .page-service ._con .feature-spec-sec {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main .page-service ._con .feature-spec-sec ._con {
  display: flex;
  flex-direction: column;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont {
  width: 100%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap {
  width: 100%;
  border: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt1 {
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 10px;
  background-color: #9fab9f;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt2 {
  width: 100%;
  min-height: 40px;
  height: auto;
  background-color: #e6ebe6;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 1px solid #9fab9f;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt2 .left-bx {
  width: 60%;
  padding: 10px;
  border-right: 1px solid #9fab9f;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt2 .right-bx {
  width: 40%;
  padding: 10px;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd {
  display: flex;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  border-bottom: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd .left-bx {
  width: 60%;
  height: 40px;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd .right-bx {
  width: 40%;
  min-height: 40px;
  height: auto;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul {
  display: flex;
  width: 100%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  text-align: center;
  margin-right: 0;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li br {
  display: none;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li:last-child {
  border-right: 0px solid #000;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-1 {
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-2 {
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-3 {
  flex-wrap: wrap;
  padding: 0;
  width: 40%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-4 {
  flex-wrap: wrap;
  padding: 0;
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-5 {
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col:last-child {
  border-bottom: 0px solid #000;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd:last-child {
  border-bottom: 0px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd:last-child .left-feature-dd {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd:last-child .right-feature-dd {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 {
  width: 100%;
  display: none;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap {
  width: 100%;
  border: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt1 {
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 10px;
  background-color: #9fab9f;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt2 {
  width: 100%;
  min-height: 40px;
  height: auto;
  background-color: #e6ebe6;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 1px solid #9fab9f;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt2 .left-bx {
  width: 70%;
  padding: 10px;
  border-right: 1px solid #9fab9f;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt2 .right-bx {
  width: 30%;
  padding: 10px;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd {
  display: flex;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  border-bottom: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd .left-bx {
  width: 60%;
  height: 40px;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd .right-bx {
  width: 40%;
  min-height: 40px;
  height: auto;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul {
  display: flex;
  width: 100%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  text-align: center;
  margin-right: 0;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li:last-child {
  border-right: 0px solid #000;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-1 {
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-2 {
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-3 {
  flex-wrap: wrap;
  padding: 0;
  width: 40%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-4 {
  flex-wrap: wrap;
  padding: 0;
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-5 {
  width: 15%;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col:last-child {
  border-bottom: 0px solid #000;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd:last-child {
  border-bottom: 0px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd:last-child .left-feature-dd {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  border-right: 1px solid #ebe8e5;
}
.main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd:last-child .right-feature-dd {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
}
@media screen and (max-width: 576px) {
  .main .page-service ._con .feature-spec-sec {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .main .page-service ._con .feature-spec-sec ._con {
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont {
    width: 100%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap {
    width: 100%;
    border: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt1 {
    width: 100%;
    min-height: 40px;
    height: auto;
    padding: 10px;
    background-color: #9fab9f;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt2 {
    width: 100%;
    min-height: 40px;
    height: auto;
    background-color: #e6ebe6;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt2 .left-bx {
    width: 60%;
    padding: 10px;
    border-right: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dt.feature-spec-dt2 .right-bx {
    width: 40%;
    padding: 10px;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd {
    display: flex;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd .left-bx {
    width: 60%;
    height: 40px;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd .right-bx {
    width: 40%;
    min-height: 40px;
    height: auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul {
    display: flex;
    width: 100%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
    text-align: center;
    margin-right: 0;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li br {
    display: none;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li:last-child {
    border-right: 0px solid #000;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-1 {
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-2 {
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-3 {
    flex-wrap: wrap;
    padding: 0;
    width: 40%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-4 {
    flex-wrap: wrap;
    padding: 0;
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-5 {
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col:last-child {
    border-bottom: 0px solid #000;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd:last-child {
    border-bottom: 0px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd:last-child .left-feature-dd {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont .feature-spec-wrap dd:last-child .right-feature-dd {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 {
    width: 100%;
    display: none;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap {
    width: 100%;
    border: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt1 {
    width: 100%;
    min-height: 40px;
    height: auto;
    padding: 10px;
    background-color: #9fab9f;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt2 {
    width: 100%;
    min-height: 40px;
    height: auto;
    background-color: #e6ebe6;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt2 .left-bx {
    width: 70%;
    padding: 10px;
    border-right: 1px solid #9fab9f;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dt.feature-spec-dt2 .right-bx {
    width: 30%;
    padding: 10px;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd {
    display: flex;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd .left-bx {
    width: 60%;
    height: 40px;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd .right-bx {
    width: 40%;
    min-height: 40px;
    height: auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #4f4f4f;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul {
    display: flex;
    width: 100%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
    text-align: center;
    margin-right: 0;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li:last-child {
    border-right: 0px solid #000;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-1 {
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-2 {
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-3 {
    flex-wrap: wrap;
    padding: 0;
    width: 40%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-4 {
    flex-wrap: wrap;
    padding: 0;
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li.feature-spec-l1-5 {
    width: 15%;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd ul.feature-spec-ul li.feature-spec-li .text-col:last-child {
    border-bottom: 0px solid #000;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd:last-child {
    border-bottom: 0px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd:last-child .left-feature-dd {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
    border-right: 1px solid #ebe8e5;
  }
  .main .page-service ._con .feature-spec-sec ._con .feature-spec-cont2 .feature-spec-wrap dd:last-child .right-feature-dd {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
  }
}
@media screen and (max-width: 1200px) {
  .main .page-service {
    padding: 70px 0 90px;
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con .tit-box h2 {
    font-size: 27px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .main .page-service {
    padding: 75px 0 70px;
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con {
    padding: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .main .page-service {
    padding: 50px 0 50px;
    display: flex;
    flex-direction: column;
  }
  .main .page-service ._con {
    padding: 0 10px;
  }
}
.main .gallery-sec {
  margin-bottom: 70px;
}
.main .gallery-sec ._con .gallery-cont {
  width: 100%;
}

/*# sourceMappingURL=service.css.map */
