.inspect_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 86%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}
.inspect_banner .flex {
  padding-top: 2.4rem;
}
.inspect_banner .head {
  flex: 1;
  width: 100%;
  padding-bottom: 1.5%;
}
.inspect_banner p {
  max-width: 62.8rem;
  hyphens: auto;
  min-height: 12.8rem;
  margin-top: 2.3rem;
}
.inspect_banner .tags {
  max-width: 60rem;
  margin-top: 3.9rem;
}
.inspect_banner .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.1rem;
}
.inspect_banner .tags li {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.3s;
  line-height: 2.5;
  gap: 0.4em;
  padding: 0 1.25857em 0 1.35714em;
}
.inspect_banner .tags li::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
  background: url("../img/gou.svg") no-repeat center / contain;
}
.inspect_banner .tags li:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.inspect_banner .image {
  position: relative;
  width: 66.59722222%;
  margin-right: -16.66666667%;
  padding-bottom: 5.90277778%;
}
.inspect_banner .image .img {
  padding-bottom: 54.95307612%;
  background-color: rgba(255, 255, 255, 0.18);
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
}
.inspect_banner .image .img img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
}
.inspect_banner .image::before {
  position: absolute;
  width: 15.2%;
  height: 100%;
  right: 114.2%;
  top: 0;
  margin-top: 54.95307612%;
  content: '';
  background-color: rgba(48, 90, 209, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: skewX(-24deg);
}
.inspect_banner .float_mask .img {
  filter: contrast(0) brightness(2);
}
.inspect_banner .float_mask .img img {
  opacity: 0.11;
}
.inspect_banner .float_mask .img1 {
  left: -39.4270833%;
  bottom: -57.9591837%;
}
.inspect_banner .float_mask .img2 {
  right: -11.7708333%;
  bottom: 7.4829932%;
}
.inspect_intro {
  padding: 11.1rem 0 12.2rem;
}
.inspect_intro p {
  max-width: 72.7rem;
  margin-top: 1.7rem;
}
.inspect_intro .flex {
  margin-top: 6.7rem;
}
.inspect_intro .lt {
  flex: 1;
  width: 100%;
  max-width: 60.2rem;
  padding-bottom: 1.2rem;
}
.inspect_intro .lt .desc {
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  letter-spacing: -0.005rem;
}
.inspect_intro .features {
  margin-top: 3.8rem;
}
.inspect_intro .features li + li {
  margin-top: 4.1rem;
}
.inspect_intro .features li {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  align-items: start;
  gap: 4.1rem;
}
.inspect_intro .features .icon {
  padding-bottom: 100%;
  background-color: var(--bg2);
  margin-top: 2px;
}
.inspect_intro .features .icon img {
  transform: scale(0.56451613);
}
.inspect_intro .features .info h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.inspect_intro .features .info p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--text);
  max-width: 46.5rem;
  margin-top: 0.8rem;
  letter-spacing: -0.012rem;
}
.inspect_intro .img {
  width: 47.84722222%;
  --h: 79.82583454%;
}
.inspect_system {
  position: relative;
  background-color: var(--bg2);
  padding: 13rem 0 14rem;
}
.inspect_system p {
  max-width: 72.7rem;
  margin-top: 1.6rem;
}
.inspect_system .flex {
  margin-top: 4.8rem;
}
.inspect_system .flex .lt {
  flex: 1;
  max-width: 27.5rem;
  width: 100%;
  padding-bottom: 2.4%;
}
.inspect_system .flex .rt {
  width: 73.3333333%;
}
.inspect_system .nav .nav_item {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 600;
  color: #686868;
  border-bottom: 1px solid var(--border);
  padding: 1.7rem 0 1.9rem;
}
.inspect_system .nav .nav_item::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  left: 0;
  bottom: -1px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.inspect_system .nav .nav_item.active {
  color: var(--title);
}
.inspect_system .nav .nav_item.active::after {
  opacity: 1;
}
.inspect_system .inspect_system_swiper {
  overflow: hidden;
}
.inspect_system .inspect_system_swiper .grid {
  height: 100%;
  display: grid;
  grid-template-columns: 60.79545455% 1fr;
  align-items: end;
}
.inspect_system .inspect_system_swiper .img {
  padding-bottom: 73.0529595%;
}
.inspect_system .inspect_system_swiper .info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -1.5rem;
  min-height: 73.13432836%;
  padding-top: 5.2rem;
  padding-bottom: 0.6rem;
}
.inspect_system .inspect_system_swiper .info::before {
  position: absolute;
  left: -12.57%;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-color: var(--bg2);
}
.inspect_system .inspect_system_swiper .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.inspect_system .inspect_system_swiper .info p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  border-top: 1px solid var(--border);
  padding-right: 2.6rem;
  margin-top: 2.7rem;
  margin-bottom: auto;
  padding-top: 1.8rem;
  letter-spacing: -0.005rem;
}
.inspect_system .inspect_system_swiper .info ul {
  color: var(--text);
  margin-top: 1.8rem;
  letter-spacing: -0.007rem;
}
.inspect_system .inspect_system_swiper .info ul li + li {
  margin-top: 1rem;
}
.inspect_system .inspect_system_swiper .info ul li {
  position: relative;
  padding-left: 1.64705882em;
}
.inspect_system .inspect_system_swiper .info ul li::before {
  position: absolute;
  left: 0;
  top: 0.177em;
  content: "";
  width: 0.82352941em;
  height: 0.82352941em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.inspect_system .float_mask .img1 {
  left: -43.1770833%;
  bottom: -32.4265506%;
}
.inspect_system .float_mask .img2 {
  right: -13.8020833%;
  bottom: 39.9347116%;
}
.inspect_summary {
  padding: 13.4rem 0 9.6rem;
}
.inspect_summary p {
  max-width: 72.7rem;
  margin-top: 1.7rem;
}
.inspect_summary .table {
  overflow: auto;
  margin: 5.6rem -1px 0;
  border: 1px solid var(--border2);
}
.inspect_summary .table {
  padding: 1.7rem 4.6rem 1.9rem;
}
.inspect_summary .table table {
  min-width: 120rem;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.inspect_summary .table table th:nth-child(1),
.inspect_summary .table table td:nth-child(1) {
  width: 23.3%;
}
.inspect_summary .table table th:nth-child(2),
.inspect_summary .table table td:nth-child(2) {
  width: 23.25%;
}
.inspect_summary .table table th:nth-child(3),
.inspect_summary .table table td:nth-child(3) {
  width: 19.8%;
}
.inspect_summary .table table th:nth-child(4),
.inspect_summary .table table td:nth-child(4) {
  width: 18.9%;
}
.inspect_summary .table table th,
.inspect_summary .table table td {
  padding: 2rem 0.5rem 2rem 0;
  vertical-align: middle;
  text-align: left;
}
.inspect_summary .table table th {
  font-size: 1.8rem;
  font-weight: 600;
}
.inspect_summary .table table td {
  font-size: 1.7rem;
  color: #4a4e6a;
  letter-spacing: -0.005rem;
  padding-top: 2.23rem;
  padding-bottom: 2.23rem;
}
.inspect_summary .table table tbody tr {
  border-bottom: 1px solid #f0f0f5;
}
.inspect_summary .table table thead tr {
  border-bottom: 1px solid var(--primary);
}
.inspect_summary .table table tbody tr:last-child {
  border-bottom: none;
}
.inspect_summary .table table td.type {
  font-weight: 500;
  color: var(--title);
  letter-spacing: -0.0002rem;
}
.inspect_summary .table table td.cat {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: -0.005rem;
}
.inspect_summary .table table td.cat::before {
  content: '• ';
  margin-right: 0.1875em;
}
.inspect_summary .table table td.cat.yellow {
  color: #ca8a04;
}
.inspect_summary .table table td.cat.green {
  color: #16a34a;
}
.inspect_stage {
  padding: 9.6rem 0 11rem;
}
.inspect_stage .head {
  flex: 1;
  width: 100%;
  max-width: 51.4rem;
  padding-bottom: 4.5138888%;
}
.inspect_stage p {
  margin-top: 2.8rem;
}
.inspect_stage .img {
  width: 48.75%;
  --h: 66.52421652%;
  margin-right: -3.05555556%;
}
.inspect_stage .inspect_stage_swiper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 7.3rem;
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  margin-top: -2.8rem;
}
.inspect_stage .inspect_stage_swiper p {
  margin-top: 1.2rem;
}
.inspect_dac {
  overflow: hidden;
  padding: 11.1rem 0 20.9rem;
}
.inspect_dac .head {
  flex: 1;
  width: 100%;
  max-width: 37.4rem;
}
.inspect_dac p {
  margin-top: 3.1rem;
}
.inspect_dac .btn {
  margin-top: 5.9rem;
}
.inspect_dac .items {
  width: 67.36111111%;
  padding-top: 0.8%;
}
.inspect_dac .items ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.inspect_dac .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid rgba(96, 104, 109, 0.22);
  padding: 0.4rem 6.1856308% 0.7rem 9.2784462%;
}
.inspect_dac .item .icon {
  width: 9rem;
  height: 9rem;
  background-color: var(--bg2);
}
.inspect_dac .item .icon img {
  transform: scale(0.55555556);
}
.inspect_dac .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 23.86547%;
}
.inspect_dac .item .info h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
.inspect_dac .item .info p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  max-width: 26.3rem;
  hyphens: auto;
  margin-top: 1.3rem;
  margin-bottom: auto;
  letter-spacing: -0.005rem;
}
.inspect_dac .item .info .tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  background-color: var(--bg);
  line-height: 1.91666667;
  padding: 0 0.7083333em;
  margin-top: 2.5rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .inspect_stage .img {
    margin-right: -2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .inspect_banner .head {
    padding: 4rem 0;
  }
  .inspect_banner .image {
    width: 50%;
    margin-right: -7%;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .inspect_dac .items {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inspect_banner {
    padding-top: 64px;
  }
  .inspect_banner .flex {
    padding: 30px 0 40px;
  }
  .inspect_banner .head {
    padding: 0;
  }
  .inspect_banner .head p {
    min-height: unset;
  }
  .inspect_banner .tags {
    margin-top: 20px;
  }
  .inspect_banner .tags ul {
    gap: 10px;
  }
  .inspect_banner .tags li {
    font-size: 13px;
    line-height: 1.5;
    padding: 0.3em 1em;
  }
  .inspect_banner .image {
    width: 50%;
    padding: 0;
    margin-right: -20px;
  }
  .inspect_banner .image::before {
    right: 112%;
  }
  .inspect_intro {
    padding: 50px 0;
  }
  .inspect_intro .flex {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .inspect_intro .lt {
    max-width: unset;
    padding: 0;
  }
  .inspect_intro .lt .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .inspect_intro .features {
    margin-top: 30px;
  }
  .inspect_intro .features li + li {
    margin-top: 20px;
  }
  .inspect_intro .features li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }
  .inspect_intro .features .icon {
    margin: 0;
  }
  .inspect_intro .features .info h3 {
    font-size: 18px;
  }
  .inspect_intro .features .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
    max-width: unset;
  }
  .inspect_intro .img {
    width: 100%;
    max-width: 444px;
  }
  .inspect_system {
    padding: 50px 0;
  }
  .inspect_system .flex {
    margin-top: 20px;
    display: block;
  }
  .inspect_system .flex .lt {
    max-width: unset;
    padding: 0;
  }
  .inspect_system .flex .rt {
    width: 100%;
    margin-top: 30px;
  }
  .inspect_system .nav .nav_list {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    display: flex;
  }
  .inspect_system .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .inspect_system .nav .nav_list li {
    flex: 1 0 160px;
  }
  .inspect_system .nav .nav_item {
    font-size: 16px;
    white-space: nowrap;
    padding: 10px 0;
  }
  .inspect_system .nav .nav_item::after {
    bottom: 0;
  }
  .inspect_system .inspect_system_swiper .info {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .inspect_system .inspect_system_swiper .info h3 {
    font-size: 18px;
  }
  .inspect_system .inspect_system_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
    padding-right: 0;
  }
  .inspect_system .inspect_system_swiper .info ul {
    margin-top: 12px;
    letter-spacing: unset;
  }
  .inspect_system .inspect_system_swiper .info ul li + li {
    margin-top: 10px;
  }
  .inspect_summary {
    padding: 50px 0;
  }
  .inspect_summary .table {
    margin-top: 30px;
  }
  .inspect_summary .table::-webkit-scrollbar {
    display: none;
  }
  .inspect_summary .table {
    padding: 0 20px 10px;
  }
  .inspect_summary .table table {
    min-width: 900px;
  }
  .inspect_summary .table table th,
  .inspect_summary .table table td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .inspect_summary .table table th {
    font-size: 15px;
  }
  .inspect_summary .table table td {
    font-size: 14px;
    letter-spacing: unset;
  }
  .inspect_summary .table table td.type {
    letter-spacing: unset;
  }
  .inspect_summary .table table td.cat {
    font-size: 13px;
    letter-spacing: unset;
  }
  .inspect_summary .table table td.cat::before {
    margin-right: 0;
  }
  .inspect_stage {
    padding: 50px 0;
    overflow: hidden;
  }
  .inspect_stage .head {
    padding: 0;
  }
  .inspect_stage .img {
    margin-right: 0;
  }
  .inspect_stage .inspect_stage_swiper {
    padding: 0;
    margin: 30px 0 0;
    overflow: unset;
  }
  .inspect_dac {
    padding: 50px 0 30px;
  }
  .inspect_dac .flex {
    gap: 10px;
  }
  .inspect_dac .head {
    max-width: unset;
  }
  .inspect_dac .items {
    width: 100%;
  }
  .inspect_dac .items ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }
  .inspect_dac .items ul::-webkit-scrollbar {
    display: none;
  }
  .inspect_dac .items ul li {
    flex: 0 0 250px;
  }
  .inspect_dac .item {
    padding: 0 20px;
  }
  .inspect_dac .item .icon {
    width: 60px;
    height: 60px;
  }
  .inspect_dac .item .info {
    margin-top: 20px;
  }
  .inspect_dac .item .info h3 {
    font-size: 18px;
  }
  .inspect_dac .item .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .inspect_dac .item .info p br {
    display: none;
  }
  .inspect_dac .item .info .tag {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: unset;
    padding: 0.3em 1em;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .inspect_banner .image {
    width: calc(100% + 20px);
    order: -1;
    margin-left: auto;
    margin-right: -20px;
  }
  .inspect_system .inspect_system_swiper .grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .inspect_stage .img {
    width: 100%;
    order: -1;
  }
}
