.main--electronics {
  padding-bottom: 8rem;
}
.main--electronics section {
  padding: 4rem 0 3rem;
}
.main--electronics > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.-product-sp {
  display: none;
}

@media all and (max-width: 960px) {
  .-product-pc {
    display: none;
  }
  .-product-sp {
    display: block;
  }
}
#Products__desc {
  position: relative;
  background-color: #EDEDED;
}
#Products__desc .__inner {
  position: relative;
  z-index: 5;
  max-width: 960px;
}
#Products__desc h1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#Products__desc h1 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
#Products__desc .img__wrapper {
  position: absolute;
  text-align: center;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#Products__desc .img__wrapper img {
  vertical-align: top;
}
#Products__desc .category__box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
}
#Products__desc .category__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Products__desc .category__box.-left {
  margin-top: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#Products__desc .category__box > li {
  width: 200px;
  height: 70px;
  background-color: #000;
  border-radius: 5px;
}
#Products__desc .category__box > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 13px;
  line-height: 1.307;
  color: #fff;
  padding: 0 9.2px;
  text-decoration: none;
}
#Products__desc .category__box > li > a span {
  color: #fff;
}
@-webkit-keyframes flash {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes flash {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
#Products__desc .category__box > li:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#4100AC), to(#04BEFE));
  background-image: linear-gradient(to right, #4100AC, #04BEFE);
}
#Products__desc .category__box > li:hover > a .category__box__icon {
  pointer-events: none;
  -webkit-animation: flash 1.5s ease-in-out infinite;
          animation: flash 1.5s ease-in-out infinite;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 3px 15px #00FFBF;
          box-shadow: 0 3px 15px #00FFBF;
}
#Products__desc .category__box > li:hover > a .category__box__icon::before {
  width: 34.29px;
  height: 34.29px;
}
#Products__desc .category__box > li:hover > a .category__box__icon::after {
  width: 12.21px;
  height: 12.21px;
}
#Products__desc .category__box__icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 15px #000;
          box-shadow: 0 3px 15px #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.12em;
  padding-right: 3px;
  opacity: 0;
  pointer-events: none;
}
#Products__desc .category__box__icon::before, #Products__desc .category__box__icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Products__desc .category__box__icon::before {
  width: 24px;
  height: 24px;
  border: 1.5px solid #000;
  background-color: rgba(0, 191, 143, 0.8);
  z-index: -1;
}
#Products__desc .category__box__icon::after {
  width: 8px;
  height: 8px;
  background-color: #fff;
}
#Products__desc .category__box__text {
  display: none;
  width: 305px;
  padding: 0 0 0 50px;
  position: absolute;
  right: 0;
}
#Products__desc .category__box__text.-active {
  display: block;
}
#Products__desc .category__box__text h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.272;
  color: #fff;
  margin-bottom: 3px;
}
#Products__desc .category__box__text h2.-leaf::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 14px;
  height: 22px;
  background: url(../images/icon-leaf.svg) no-repeat center center;
  background-size: contain;
  margin-left: 7px;
}
#Products__desc .category__box__text dl {
  color: #fff;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#Products__desc .category__box__text dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}
#Products__desc .category__box__text dl dd {
  font-size: 13px;
  line-height: 1.384;
}
#Products__desc .category__box__text h3 {
  border: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 7px 0 0;
}
#Products__desc .category__box__text p {
  line-height: 1.2;
  color: #fff;
}
#Products__desc .category__box__text p a {
  color: #fff;
  font-size: 12px;
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Products__desc .category__box__text p a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent #fff;
  margin-right: 5px;
}
#Products__desc .category__text__bg {
  width: max(305px, 30px + 10vw - 480px);
  height: 340px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4481EB), to(#04BEFE));
  background-image: linear-gradient(to top, #4481EB, #04BEFE);
  -webkit-transform: skewY(-16.2deg);
          transform: skewY(-16.2deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  right: 0;
  z-index: 0;
}
body:lang(en) #Products__desc .category__text__bg {
  height: 400px;
}
body:lang(en) #Products__desc .category__box__text dl dd {
  font-size: 12px;
}
body:lang(en) #Products__desc .category__box__text p a {
  font-size: 11px;
}
body:lang(ko) #Products__desc .category__text__bg {
  height: 360px;
}

#Products__desc .category__text__bg.-active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4100AC), to(#008CE9));
  background-image: linear-gradient(to top, #4100AC, #008CE9);
}
#Products__desc .link__list {
  width: calc(100% - 366px);
}
#Products__desc .link__list dt {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
#Products__desc .link__list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Products__desc .link__list dd ul li {
  width: 25%;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.285;
}
#Products__desc .link__list dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Products__desc .link__list dd ul li a .img__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#Products__desc .link__list dd ul li a .img__icon img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Products__desc .link__list dd ul li a:hover {
  color: #00A078;
}
#Products__desc .link__list dd ul li a:hover .img__icon {
  -webkit-box-shadow: 0 5px 13px rgba(0, 116, 87, 0.3);
          box-shadow: 0 5px 13px rgba(0, 116, 87, 0.3);
  -webkit-transform: scale(1.277);
          transform: scale(1.277);
}
#Products__desc .link__list dd ul li a:hover .category__box__icon {
  pointer-events: none;
  -webkit-animation: flash 1.5s ease-in-out infinite;
          animation: flash 1.5s ease-in-out infinite;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 3px 15px #00FFBF;
          box-shadow: 0 3px 15px #00FFBF;
}
#Products__desc .link__list dd ul li a:hover .category__box__icon::before {
  width: 34.29px;
  height: 34.29px;
}
#Products__desc .link__list dd ul li a:hover .category__box__icon::after {
  width: 12.21px;
  height: 12.21px;
}

@media all and (max-width: 960px) {
  #Products__desc {
    height: auto;
    overflow: hidden;
    padding-bottom: 6.3466666667vw !important;
  }
  #Products__desc .__inner {
    padding-top: 80px;
  }
  #Products__desc .img__wrapper {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #Products__desc .img__wrapper img {
    width: 80%;
    margin: 0 auto;
  }
  #Products__desc .category__box__wrapper, #Products__desc .category__text__bg, #Products__desc .link__list {
    display: none !important;
  }
  #Products__desc .category__box__text h2.-leaf::after {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #Products__desc {
    height: auto;
    overflow: hidden;
    padding-bottom: 6.3466666667vw;
  }
  #Products__desc .__inner {
    padding-top: 21.6vw;
  }
  #Products__desc h1 {
    font-size: 6.4vw;
    padding-left: 5.3333333333vw;
    padding-top: 5.0666666667vw;
  }
  #Products__desc h1 span {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  #Products__desc h1::before {
    width: 50.9333333333vw;
    top: 2.4vw;
  }
  #Products__desc h1::after {
    top: -0.5333333333vw;
  }
  #Products__desc .img__wrapper {
    position: static;
    width: 100%;
    left: 0;
    padding: 0 5.3333333333vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #Products__desc .img__wrapper img {
    width: 100%;
  }
}
.__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  line-height: 1.375;
  padding: 0 2em;
  max-width: 300px;
  background-color: #094EA2;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
.__button.-variable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: auto;
  max-width: initial;
  width: auto;
  padding: 0 2.5em;
}
.__button.-wide {
  max-width: 460px;
  font-size: 18px;
  text-align: center;
}
.__button.-small {
  height: 50px;
}
.__button[target=_blank]::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/icon-window-white.png) no-repeat 0 0;
  background-size: contain;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .__button {
    width: 100%;
    height: 18.6666666667vw;
    max-width: 100%;
    border-radius: 1.6vw;
  }
  .__button.-wide {
    max-width: 100%;
    font-size: 4.8vw;
  }
  .__button.-small {
    height: 13.3333333333vw;
  }
  .__button[target=_blank]::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.table__block {
  position: relative;
  z-index: 3;
}
.main--electronics .table__block {
  padding: 80px 0 30px;
}
.table__block .__inner {
  max-width: 960px;
}
.table__block .table--products:first-of-type {
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .main--electronics .table__block {
    padding-top: 5.3333333333vw;
  }
}
.table--products {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 60px;
  font-size: 14px;
}
.table--products thead tr th {
  min-height: 44px;
  background-color: #1D3A66;
  font-weight: 700;
  color: #fff;
  border: 1px solid #4A6185;
  text-align: center;
  padding: 0.75em 0.857em;
}
.table--products thead tr th:first-child {
  width: 50px;
}
.table--products thead tr th:nth-child(2) {
  width: 130px;
}
.table--products thead tr th:nth-child(3) {
  width: 300px;
}
.table--products thead tr th:nth-child(4) {
  width: 380px;
}
.table--products thead tr th:last-child {
  width: 110px;
  padding: 0 10px;
}
.table--products tbody {
  background-color: #F2F6FA;
}
.table--products tbody tr td {
  min-height: 44px;
  text-align: center;
  border: 1px solid #C2D4E8;
  text-align: left;
  padding: 10px 15px;
  line-height: 1.571;
  font-size: 14px;
  color: #333;
  padding: 0.725em 1em;
  word-break: break-word;
  vertical-align: middle;
}
.table--products tbody tr td .__button {
  width: 90px;
  height: 36px;
  font-size: 14px;
  padding: 0;
}
.table--products tbody tr td .__button[target=_blank]::after {
  margin-left: 6px;
}
.table--products tbody tr td:last-child {
  padding: 0 10px;
}
.table--products tbody tr td.-leaf::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 19px;
  background: url(../images/icon-leaf.svg) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}
@-webkit-keyframes highlight {
  0% {
    border: 1px solid #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    border: 1px solid #4100AC;
    -webkit-box-shadow: 0 0 12px #1e83f6 inset;
            box-shadow: 0 0 12px #1e83f6 inset;
  }
}
@keyframes highlight {
  0% {
    border: 1px solid #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    border: 1px solid #4100AC;
    -webkit-box-shadow: 0 0 12px #1e83f6 inset;
            box-shadow: 0 0 12px #1e83f6 inset;
  }
}
.table--products tbody.-active {
  background-color: #D7E4F2;
  border: 1px solid #C2D4E8;
  -webkit-box-shadow: 0 0 6px #9BC1ED inset;
          box-shadow: 0 0 6px #9BC1ED inset;
}
.table--products tbody.-active.-flash {
  -webkit-animation: highlight 0.8s ease 10 alternate;
          animation: highlight 0.8s ease 10 alternate;
}
.table--products .icon__cell {
  display: none;
}
.table--products .category__box__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1.5px solid #000;
  background-color: rgba(0, 191, 143, 0.8);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.12em;
  padding-right: 3px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .table--products {
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
  .table--products thead tr th {
    min-height: 11.7333333333vw;
  }
  .table--products thead tr th:first-child {
    width: 14.9333333333vw;
  }
  .table--products thead tr th:nth-child(3) {
    width: 33.8666666667vw;
  }
  .table--products thead tr th:nth-child(4) {
    width: 41.0666666667vw;
  }
  .table--products thead tr th:nth-child(2) {
    display: none;
  }
  .table--products thead tr th:last-child {
    display: none;
  }
  .table--products tbody tr:first-child td:nth-child(1) {
    display: table-cell;
  }
  .table--products tbody tr:first-child td:nth-child(2) {
    display: none;
  }
  .table--products tbody tr td {
    min-height: 11.7333333333vw;
    padding: 2.6666666667vw 4vw;
    font-size: 3.7333333333vw;
  }
  .table--products tbody tr td:nth-child(1) {
    display: none;
  }
  .table--products tbody tr td:last-child {
    display: none;
  }
  .table--products tbody.-active {
    -webkit-box-shadow: 0 0 1.6vw #9BC1ED inset;
            box-shadow: 0 0 1.6vw #9BC1ED inset;
  }
  .table--products .icon__cell {
    display: table-cell;
  }
  .table--products .category__box__icon {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.8vw;
    padding-right: 0.8vw;
  }
}
.leaf--description {
  font-size: 13px;
  margin: 0 0 15px;
}
.leaf--description::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 23px;
  background: url(../images/icon-leaf.svg) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
}
.table__block .leaf--description {
  margin-top: 16px;
}

@media all and (max-width: 960px) {
  .leaf--description {
    /*        display: none;*/
  }
  .table__block .leaf--description {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .table--products tbody tr td.-leaf::after {
    width: 3.2vw;
    height: 5.0666666667vw;
  }
  .leaf--description {
    font-size: 3.4666666667vw;
    margin: 0 0 4vw;
  }
  .leaf--description::before {
    width: 4vw;
    height: 6.1333333333vw;
    margin-right: 1.0666666667vw;
  }
  .table__block .leaf--description {
    margin-top: 4.2666666667vw;
  }
}
#PageNav {
  margin-bottom: 10rem;
}
#PageNav .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2.5rem;
  padding-top: 5rem;
}
#PageNav .__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#PageNav .__inner li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 1rem;
  border-width: 0.6rem 0.5rem 0;
  border-style: solid;
  border-color: #38485F transparent;
  translate: 0 0.2rem;
}
#PageNav .__inner li::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  margin-left: 2.5rem;
  background-color: #DADCE0;
}
#PageNav .__inner li:last-child::after {
  display: none;
}/*# sourceMappingURL=electronics.css.map */