@charset "UTF-8";
body {
  font-family: "Noto Sans KR", sans-serif;
}

/* フッター
  ------------------------------------------- */
footer .footer__link dl, footer .footer__link dl + div {
  width: 50%;
}
footer .footer__link .footer__link__box {
  padding-left: 20px;
  gap: 4px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer__link .__copyright {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  footer .footer__link {
    padding-top: 0;
  }
  footer .footer__link dl, footer .footer__link dl + div {
    width: 100%;
  }
  footer .footer__link .footer__link__box {
    padding-left: 0;
    gap: 0;
  }
}
/* Products__desc 平行四辺形内（韓国語）
　------------------------------------------- */
#Products__desc .category__text__bg {
  height: 360px;
}

.led #Products__desc .category__text__bg {
  height: 340px;
}

/* 各ページtable__block位置 （韓国語）
　------------------------------------------- */
#Section__display_touchpanel-tabe {
  padding-top: 145px;
}

#Section__oled-miniled-tabe {
  padding-top: 102px;
}

#Section__electronic-components-tabe {
  padding-top: 72px;
}

#Section__battery-tabe {
  padding-top: 90px;
}

@media all and (max-width: 767px) {
  #Section__display_touchpanel-tabe, #Section__oled-miniled-tabe, #Section__electronic-components-tabe, #Section__battery-tabe {
    padding-top: 5.3333333333vw;
  }
}
/* Top　課題・ニーズで探すのところの改行制御　*/
#Search .search__box.-wide:nth-of-type(4) .search__list li:last-of-type {
  white-space: nowrap;
}
#Search .search__box.-wide:nth-of-type(4) .search__list li:last-of-type .-tab {
  display: none;
}
@media all and (max-width: 960px) {
  #Search .search__box.-wide:nth-of-type(4) .search__list li:last-of-type .-tab {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #Search .search__box.-wide:nth-of-type(4) .search__list li:last-of-type .-tab {
    display: none;
  }
}