.wrap {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  min-height: 100vh;
  height: 100%;
}

.main_con {
  width: 100%;
}

.main_con01 {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.main_con01 .img_box {
  width: 162px;
  height: 102px;
  background-image: url(../../img/mascot.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dal .main_con01 .img_box {
  width: 114px;
  height: 102px;
  background-image: url(../../img/dal_mascot.png);
}

.main_con01 p {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
  text-align: center;
}
.main_con01 p span {
  color: #f73737;
}

.main_con02 {
  padding: 32px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.main_con02 button {
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  position: relative;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.main_con02 button p {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  line-height: 100%;
}
    .main_con02 button .fast {
        position: absolute;
        left: -25px;
        bottom: calc(100% - 10px);
        z-index: 0;
    }

        .main_con02 button .fast p {
            width: 77px;
            position: absolute;
            left: 33px;
            top: 17px;
            font-size: 11px;
            font-weight: 500;
            color: #626262;
            letter-spacing: -0.2px;
        }

.main_con02 button .recent {
  position: absolute;
  right: 10px;
  top: -8px;
  width: 57px;
  height: 25px;
  background-image: url(../../img/recent_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main_con02 .kakao {
  background-color: #fee500;
  border: none;
}

.footer {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}
.footer p {
  font-size: 12px;
  font-weight: 500;
  color: #444;
}
.footer p span {
  color: #f73737;
}
.dal .footer p span {
  color: #25646c;
}
.footer .simple {
    width: 100%;
    border-radius: 8px;
    padding: 12px 20px;
    height: 48px;
    border: 1px solid var(--momq-color,#c6c6c6);
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    color: var(--momq-color, #444);
    text-align: center;
}
.dal .footer .simple {
    border: 1px solid var(--dal-color,#c6c6c6);
    color: var(--dal-color, #444);
}
.footer .find {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer .find button {
  font-size: 14px;
  font-weight: 400;
  color: #444;
}
.footer .find span {
  width: 1px;
  height: 8px;
  background-color: #444;
}

/*# sourceMappingURL=main.css.map */
