@charset "utf-8";

/* smoothTabMotion :: S */
.tabBar__wrapper {background:#373B32; position:sticky; top: 55px; z-index: 11;}
.tabBar__Container{display: flex; justify-content: space-between;}
.tabBar__Container .tabBar__title {width:33.33%; height:50px; text-align: center; color:#8E8F8F; font-size: 16px; font-weight: 700; display: flex; transition:0.5s; justify-content: center; align-items: center;}
.tabBar__Container .tabBar__title.on {color:#fff; font-weight: 900;}
.tabBar__Container .line{width: 33.33%; height: calc(4 * var(--vw-400)); background:#8E8F8F; transition:0.5s; position:absolute;bottom:0; left: 0; z-index: 11; }
/* smoothTabMotion :: E */

.imc__section {
  position: relative;
}
.imc__section [class*="section__item"] {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: calc(50 * var(--vw-400)) 0;
  padding: 0 calc(16 * var(--vw-400));
}

.imc__section--01 .section__item01 {
  top: calc(691 * var(--vw-400));
}
.imc__section--01 .section__item02 {
  top: calc(1962 * var(--vw-400));
}

.imc__section--02 .section__item01 {
  top: calc(691 * var(--vw-400));
}
.imc__section--02 .section__item02 {
  top: calc(1962 * var(--vw-400));
}

.imc__section--03 .section__item01 {
  top: calc(450 * var(--vw-400));
}
.imc__section--03 .section__item02 {
  top: calc(1721 * var(--vw-400));
}