@charset "utf-8";

.imc__section {
  position: relative;
}

.imc__section--goods .goods__list {
  position: absolute;
  left: 32%;
  right: 16.4%;
  bottom: 11.6%;
  display: flex;
  gap: 39.5%;
  height: 2.3%;
}
.imc__section--goods .goods__item {
  width: 100%;
  height: 100%;
}
.imc__section--goods .goods__link {
  width: 100%;
  height: 100%;
  font-size: 0;
}

/* smoothTabMotion :: S */
.tabBar__Container{background:#151415; display: flex; justify-content: space-between; position:sticky; top:106px; z-index: 11;}
.tabBar__Container .tabBar__title {width:33.33%; height: 50px; color:#A1A1A1; font-size: 20px; font-weight: 700; display: flex; transition:0.5s; justify-content: center; align-items: center;outline:none;}
.tabBar__Container .tabBar__title:hover{color:#5D9C9C;}
.tabBar__Container .tabBar__title.on {color:#5D9C9C;}
/* smoothTabMotion :: E */

.imc__tab-content { display: none; }
.imc__tab-content.on { display: block; }


