#MainVisual .__inner > img {
  top: 52px;
  width: 260px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > img {
    top: 7.7333333333vw;
    width: 26.6666666667vw;
  }
}
#MainVisual .__inner > .title {
  top: 72px;
  left: 310px;
  gap: 22px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > .title {
    gap: 3.4666666667vw;
    top: 8vw;
    left: 28.8vw;
  }
}
#MainVisual .__inner > p {
  left: 310px;
  top: 177px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > p {
    top: 27.7333333333vw;
    left: 0;
    width: 100%;
  }
}

.area#about .__inner > div.column2 > :first-child {
  -ms-flex-preferred-size: calc(var(--first, 0.5) * 100%);
      flex-basis: calc(var(--first, 0.5) * 100%);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.area#about .__inner > div.column2 h5 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .area#usage-products section .__inner .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products section .__inner .nav_list li a::before {
    width: 8vw;
    height: 8vw;
  }
}
.area#usage-products #cases .__inner .case .performance ul li img:nth-child(2) {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance ul li img:nth-child(2) {
    height: 5vw;
    width: 8vw;
    margin-block: 1.5vw;
  }
}
.area#usage-products #products .__inner .product .column2 {
  margin-bottom: 0;
}
.area#usage-products #products .__inner .product .explain {
  margin-top: 20px;
}
.area #micro_about_likeas figure {
  margin-top: 50px;
  text-align: center;
}
.area #micro_about_likeas figure img {
  max-width: 100%;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .area #micro_about_likeas figure img {
    max-height: 100%;
  }
}

body:lang(ko) .area#usage-products #cases .__inner .nav_list {
  margin-right: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
}
body:lang(ko) .area#usage-products #cases .__inner .nav_list li {
  width: 31%;
}
body:lang(ko) .area#usage-products #cases .__inner .nav_list li br {
  display: none;
}
body:lang(ko) .area#usage-products #cases .__inner .nav_list li:nth-of-type(3), body:lang(ko) .area#usage-products #cases .__inner .nav_list li:nth-of-type(6) {
  width: 36%;
}
@media screen and (max-width: 960px) {
  body:lang(ko) .area#usage-products #cases .__inner .nav_list li {
    width: 49% !important;
  }
}
@media screen and (max-width: 767px) {
  body:lang(ko) .area#usage-products #cases .__inner .nav_list li {
    width: 100% !important;
  }
}