.inspection-service .home-page .test-container {
  padding-top: 271px;
  margin-bottom: 200px;
}
.inspection-service .home-page .test-container .testing-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
}
.inspection-service .home-page .test-container .testing-items .item {
  flex-grow: 1;
  width: calc(33.33% - 16px);
  height: 240px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #3c3c3c;
  background-color: #e9fafc;
  transition: display 1s linear;
  cursor: pointer;
}
.inspection-service .home-page .test-container .testing-items .item .test-name {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6d6e8;
  padding: 26px 0;
  font-size: 24px;
  color: #254065;
  font-weight: 600;
}
.inspection-service .home-page .test-container .testing-items .item .test-name .test-name-title {
  height: 34px;
}
.inspection-service .home-page .test-container .testing-items .item .test-name .test-detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #3c3c3c;
  margin: 20px 0 100px 0;
}
.inspection-service .home-page .test-container .testing-items .item .test-request {
  margin: 8px 0;
}
.inspection-service .home-page .test-container .testing-items .item .test-period {
  margin-bottom: 20px;
}
@media (min-width: 1199px) {
  .inspection-service .home-page .test-container .testing-items .item:nth-child(3n) {
    margin-right: 0;
  }
  .inspection-service .home-page .test-container .testing-items .item:nth-child(n + 4) {
    /*margin-bottom: 0;*/
  }
}
.inspection-service .home-page .test-container .testing-items .item-active {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: translate(0%, 0%);
  opacity: 1;
  z-index: 1;
}
.inspection-service .home-page .test-container .testing-items .item-active .test-name {
  padding-top: 40px;
  padding-bottom: 0;
}
.inspection-service .home-page .test-container .testing-items .item-active .test-name .test-name-title {
  height: 48px;
  font-size: 34px;
}
.inspection-service .home-page .test-container .testing-items .item-active .test-request {
  margin-bottom: 10px;
}
.inspection-service .home-page .test-container .testing-items .testing {
  background: url("../images/inspectionService/bg00.png");
  color: #ffffff;
  background-size: cover;
}
.inspection-service .home-page .test-container .testing-items .testing .testing-t {
  width: 204px;
  height: 48px;
  font-weight: 600;
  margin: 80px 0 10px 0;
  line-height: 40px;
  font-size: 34px;
}
.inspection-service .home-page .test-container .testing-items .testing .testing-b {
  font-size: 16px;
}
@media (max-width: 767px) {
  .inspection-service .home-page .test-container {
    padding-top: 140px;
    margin-bottom: 50px;
  }
  .inspection-service .home-page .test-container .testing-items .item {
    width: 100%;
    margin-right: 0;
  }
  .inspection-service .home-page .test-container .testing-items .item .test-name {
    font-size: 16px;
  }
  .inspection-service .home-page .test-container .testing-items .item .test-name .test-detail {
    font-size: 14px;
    margin: 10px 0 30px 0;
  }
  .inspection-service .home-page .test-container .testing-items .item .test-name .test-name-title {
    height: 25px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inspection-service .home-page .test-container {
    padding-top: 200px;
    margin-bottom: 100px;
  }
  .inspection-service .home-page .test-container .testing-items .item {
    width: calc(50% - 16px);
  }
  .inspection-service .home-page .test-container .testing-items .item:nth-child(2n) {
    margin-right: 0;
  }
  .inspection-service .home-page .test-container .testing-items .item:nth-child(n + 5) {
    margin-bottom: 0;
  }
  .inspection-service .home-page .test-container .testing-items .item .test-name {
    font-size: 18px;
  }
  .inspection-service .home-page .test-container .testing-items .item .test-name .test-name-title {
    height: 36px;
    font-size: 26px;
  }
  .inspection-service .home-page .test-container .testing-items .item .test-name .test-detail {
    font-size: 16px;
    margin: 15px 0 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inspection-service .home-page .test-container {
    padding-top: 250px;
  }
  .inspection-service .home-page .test-container .testing-items .item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .inspection-service .home-page .test-container .testing-items .item:nth-child(n + 4) {
    margin-bottom: 0;
  }
}
