@charset "utf-8";

.imc {
  position: relative;
}

.imc__tab{background:#737273; display: flex; justify-content: space-between; position:sticky; top:106px; z-index: 11;}
.imc__tab .tab__btn {width:33.333%; height:calc(50 * var(--vw)); color:#a1a1a1; font-size: calc(20 * var(--vw)); font-weight: 700; display: flex; transition:0.5s; justify-content: center; align-items: center;}
.imc__tab .tab__btn:hover{color:#40B3A6;}
.imc__tab .tab__btn.on {color:#40B3A6; background-color: #17191A;}

.imc__content {
  display: none;
  position: relative;
  margin-top: calc(-50 * var(--vw));
}
.imc__content.on {
  display: block;
}

/* [공통] 상품 */
.imc .imc__goods {
  position: absolute;
  left: 25.55%;
  width: 48.89%;
  height: 9.25%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5% 2%;
}
.imc .imc__goods .goods__item {
  width: 100%;
  height: 100%;
}
.imc .imc__goods .goods__link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

/* 스쿨룩 */
.imc__content--school .imc__goods--01 {
  top: 6.75%;
}
.imc__content--school .imc__goods--02 {
  top: 18.84%;
}
.imc__content--school .imc__goods--03 {
  top: 30.435%;
}
.imc__content--school .imc__goods--04 {
  top: 45.88%;
  height: 19.5%;
}
.imc__content--school .imc__goods--05 {
  top: 71.7%;
}
.imc__content--school .imc__goods--06 {
  top: 83.75%;
}

/* 아웃도어룩 */
.imc__content--outdoor .imc__goods--01 {
  top: 6.75%;
}
.imc__content--outdoor .imc__goods--02 {
  top: 18.84%;
}
.imc__content--outdoor .imc__goods--03 {
  top: 30.435%;
}
.imc__content--outdoor .imc__goods--04 {
  top: 45.88%;
  height: 19.7%;
}
.imc__content--outdoor .imc__goods--05 {
  top: 72.24%;
}
.imc__content--outdoor .imc__goods--06 {
  top: 84.3%;
}

/* 스포티룩 */
.imc__content--sporty .imc__goods--01 {
  top: 6.75%;
}
.imc__content--sporty .imc__goods--02 {
  top: 18.8%;
}
.imc__content--sporty .imc__goods--03 {
  top: 30.4%;
}
.imc__content--sporty .imc__goods--04 {
  top: 45.8%;
  height: 19.7%;
}
.imc__content--sporty .imc__goods--05 {
  top: 72.13%;
}
.imc__content--sporty .imc__goods--06 {
  top: 84.15%;
}