@charset "utf-8";

.imc {
  position: relative;
  background-color: #F5F5F5;
}
.imc .imc__con {
  position: relative;
}

.imc .imc__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(9 * var(--vw-400));
  margin-bottom: calc(36 * var(--vw-400));
}
.imc .imc__tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(128 * var(--vw-400));
  height: calc(33 * var(--vw-400));
  background: rgba(0, 0, 0, 0.30);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.70);
  font-size: calc(20 * var(--vw-400));
  font-weight: 900;
  letter-spacing: calc(0.8 * var(--vw-400));
  text-align: center;
}
.imc .imc__tab-btn.on {
  color: #fff;
  background: #3F7AA9;
}

.imc .imc__scrollSwiper {
  padding: 0 7px;
}
.imc .imc__scrollSwiper .swiper-slide {
  /*width: calc(400 * var(--vw-400));*/
  padding: 0 2px;
}
.imc .imc__size-tools {
  position: absolute;
  top: 82.75%;
  left: 21.3%;
  width: 59.6%;
  height: 2.45%;
  display: flex;
  gap: 16.8%;
}
.imc .imc__size-tools li {
  width: 100%;
  height: 100%;
}
.imc .imc__download-btn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}