.home .container .sec1 {
  padding: 0 19.53125vw 4.2708333333vw 20.15625vw;
}
.home .container .sec1 .box1 {
  padding-left: 1.9270833333vw;
  border-bottom: 1px solid #35BFFF;
  display: flex;
  align-items: center;
  gap: 7.2916666667vw;
}
.home .container .sec1 .box1 .all {
  text-align: center;
}
.home .container .sec1 .box1 .all img {
  width: 2.5vw;
}
.home .container .sec1 .box1 .all p {
  font-weight: 500;
  line-height: 1;
  margin-top: 1.1458333333vw;
}
.home .container .sec1 .box1 .pTypes {
  display: flex;
  gap: 4.6875vw;
}
.home .container .sec1 .box1 .pTypes .item {
  transition: all 600ms;
  padding: 1.3541666667vw 0.625vw 1.4583333333vw 0.625vw;
  cursor: pointer;
}
.home .container .sec1 .box1 .pTypes .item .pic {
  width: 7.8125vw;
  height: 4.0104166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .container .sec1 .box1 .pTypes .item .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home .container .sec1 .box1 .pTypes .item p {
  margin-top: 0.3125vw;
  font-weight: 500;
  line-height: 1;
}
.home .container .sec1 .box1 .pTypes .item.on {
  background: #F2F2F2;
}
.home .container .sec1 .box2 {
  padding: 1.9270833333vw 0 0 1.9270833333vw;
  display: flex;
  gap: 4.6875vw;
  font-weight: 500;
  line-height: 1;
}
.home .container .sec1 .box2 .p1 {
  white-space: nowrap;
}
.home .container .sec1 .box2 .tList {
  display: flex;
  gap: 1.5625vw 3.125vw;
  flex-wrap: wrap;
}
.home .container .sec1 .box2 .tList span {
  cursor: pointer;
  transition: all 600ms;
}
.home .container .sec1 .box2 .tList span.on {
  color: #003D96;
}
.home .container .sec2 {
  background: #F2F2F2;
  padding: 3.4375vw 8.3333333333vw;
  padding-bottom: 6.25vw;
}
.home .container .sec2 .t {
  color: #003D96;
  font-weight: 500;
  line-height: 1.28;
  border-bottom: 1px solid #003D96;
  padding-bottom: 1.1458333333vw;
}
.home .container .sec2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2916666667vw;
  margin: 3.6458333333vw 0 2.34375vw 0;
}
.home .container .sec2 .list a {
  text-align: center;
  display: block;
  padding: 0.9375vw 0 1.875vw 0;
}
.home .container .sec2 .list a .pic {
  width: 19.0104166667vw;
  height: 12.3958333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .container .sec2 .list a .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 600ms;
}
.home .container .sec2 .list a .pt {
  margin: 1.25vw 0 0.5208333333vw 0;
  color: #003D96;
  font-weight: 500;
  line-height: 1;
}
.home .container .sec2 .list a .des {
  color: #777;
  line-height: 1.25;
  font-weight: 300;
}
.home .container .sec2 .list a:hover .pic img {
  transform: scale(1.05);
}
.home .container .sec2 .pager {
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
}
.home .container .sec2 .pager a {
  width: 2.34375vw;
  height: 2.34375vw;
  border: 1px solid #DBDCDE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  line-height: 1.25;
  cursor: pointer;
  transition: all 600ms;
}
.home .container .sec2 .pager a svg {
  display: block;
  width: 0.7291666667vw;
}
.home .container .sec2 .pager a svg path {
  transition: all 600ms;
}
.home .container .sec2 .pager a.on, .home .container .sec2 .pager a:hover {
  border-color: #003D96;
  color: #003D96;
}
.home .container .sec2 .pager a.on svg path, .home .container .sec2 .pager a:hover svg path {
  fill: #003D96;
}

@media screen and (max-width: 768px) {
  .home .container .sec1 {
    padding: 30px 5%;
  }
  .home .container .sec1 .box1 {
    padding-left: 0;
    flex-direction: column;
    gap: 10px;
  }
  .home .container .sec1 .box1 .all {
    margin-bottom: 10px;
  }
  .home .container .sec1 .box1 .all img {
    width: 40px;
  }
  .home .container .sec1 .box1 .all p {
    margin-top: 15px;
  }
  .home .container .sec1 .box1 .pTypes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 2%;
    width: 100%;
  }
  .home .container .sec1 .box1 .pTypes .item {
    width: 48%;
    padding: 15px 10px;
  }
  .home .container .sec1 .box1 .pTypes .item .pic {
    width: 100%;
    height: 60px;
  }
  .home .container .sec1 .box1 .pTypes .item p {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
  }
  .home .container .sec1 .box2 {
    padding: 20px 0 0 0;
    flex-direction: column;
    gap: 15px;
  }
  .home .container .sec1 .box2 .p1 {
    white-space: normal;
    font-size: 16px;
  }
  .home .container .sec1 .box2 .tList {
    gap: 15px;
  }
  .home .container .sec1 .box2 .tList span {
    font-size: 14px;
  }
  .home .container .sec2 {
    padding: 30px 5%;
    padding-bottom: 50px;
  }
  .home .container .sec2 .t {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .home .container .sec2 .list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0;
  }
  .home .container .sec2 .list a {
    padding: 15px 0;
  }
  .home .container .sec2 .list a .pic {
    width: 100%;
    height: 180px;
  }
  .home .container .sec2 .list a .pt {
    margin: 15px 0 8px 0;
    font-size: 16px;
  }
  .home .container .sec2 .list a .des {
    font-size: 13px;
    line-height: 1.4;
  }
  .home .container .sec2 .pager {
    gap: 8px;
  }
  .home .container .sec2 .pager a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .home .container .sec2 .pager a svg {
    width: 12px;
  }
}

/*# sourceMappingURL=products.css.map */
