@charset "utf-8";

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

.imc__section {
  position: relative;
}
.imc__section .section__item {
  position: absolute;
  top: 37.288%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: calc(100 * var(--vw)) 0;
}

.imc__section--01 .section__item img {
  width: calc(1810 * var(--vw));
}
.imc__section--02 .section__item img {
  width: calc(1440 * var(--vw));
}
.imc__section--03 .section__item img {
  width: calc(1380 * var(--vw));
}