.commonIndex {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  z-index: 9999;
}
.commonIndex > * {
  font-weight: normal;
  font-family: "Pretendard";
}
.commonIndex h2 {
  font: inherit;
  color: inherit;
  line-height: 1;
}
.commonIndex__header {
  width: 100%;
  height: 60px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 501;
}
.commonIndex__image {
  position: relative;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 0;
}
.commonIndex__image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commonIndex__image__top {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 450;
  box-sizing: border-box;
  width: 100vw;
  text-align: center;
}
.commonIndex__image__top.webTitle {
  top: 55px;
}
.commonIndex__image__top.appTitle {
  top: 75px;
}
.commonIndex__util {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 500;
  text-align: center;
}
.commonIndex__util::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100vw;
  height: 100vw;
}
.commonIndex__util__inner {
  position: relative;
  z-index: 25;
  box-sizing: border-box;
  padding: 0 52px 68px 52px;
}
.commonIndex__util__today {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-top: 17px;
}
.commonIndex__button {
  display: flex;
  justify-content: space-between;
}
.commonIndex__button .cm-button {
  overflow: hidden;
  flex: 1;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
}
.commonIndex__button .cm-button:last-of-type {
  margin-left: 7px;
}
.commonIndex__button .cm-button:first-of-type {
  margin-left: 0;
}
.commonIndex__button .cm-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.commonIndex__button .cm-button span {
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
}
.commonIndex__button .cm-button .icon__arrow::after {
  content: "";
  display: inline-flex;
  margin-left: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.commonIndex__wrap {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.commonIndex__wrap .header__area {
  top: 45px;
  background-color: transparent;
}
.commonIndex__wrap .header__left {
  left: 16px;
}
.commonIndex__wrap .header__button {
  padding: 0;
}
