@keyframes blinkBg {
  100% {
    color: #fcff55;
    background-color: #000;
  }
  50% {
    color: #fff;
    background-color: #ed372a;
  }
  0% {
    color: #fcff55;
    background-color: #000;
  }
}
.wrapper {
  padding-bottom: 105px;
}

.heroSection {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #000;
}
.heroSection img {
  position: relative;
  left: 50%;
  width: 1920px;
  transform: translateX(-50%);
  max-width: none;
}
.heroSection .textBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 38px 0 196px 0;
}
.heroSection .textBox .top {
  display: flex;
  flex-direction: column;
}
.heroSection .textBox .top .logo {
  display: inline-block;
  width: 94px;
  margin-bottom: 8px;
}
.heroSection .textBox .top .logo img {
  width: 100%;
}
.heroSection .textBox .top p {
  display: flex;
  color: #fff;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 98px;
  font-style: normal;
  font-weight: 600;
  line-height: 108.168px; /* 110.376% */
}
.heroSection .textBox .top p span {
  position: relative;
  color: transparent;
}
.heroSection .textBox .top p span img {
  position: absolute;
  left: 22%;
  top: -58%;
  width: 374px;
}
.heroSection .textBox .top p strong {
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 98px;
  font-style: normal;
  font-weight: 600;
  line-height: 108.168px; /* 110.376% */
  letter-spacing: -1.96px;
  color: rgb(243, 29, 0);
}
.heroSection .textBox .bottom {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  color: #fff;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 72.089px;
  font-style: normal;
  font-weight: 300;
  line-height: 98.017px; /* 135.966% */
}
.heroSection .textBox .bottom strong {
  color: #ff4037;
  font-family: "Gmarket Sans";
  font-size: 87.453px;
  font-style: normal;
  font-weight: 700;
  line-height: 98.017px; /* 112.08% */
}
.heroSection .textBox .bottom span {
  display: inline-block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Pretendard;
  font-size: 19.556px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 112.5% */
}
.heroSection .viewBox {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 28px 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  background: #faff93;
}
.heroSection .viewBox span {
  margin-left: 3px;
}

.ctaBtn {
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 720px;
  height: 105px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Pretendard;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.251px; /* 125.571% */
  border-radius: 12px;
  animation: blinkBg 0.8s infinite;
  z-index: 10;
}

.sections {
  background: #feeded;
  padding-top: 78px;
}

.section_01A {
  height: auto;
  background: none;
}
.section_01A .phoneBox {
  position: static;
  width: 708px;
  height: auto;
  margin: 0 auto 200px auto;
  background: none;
}
.section_01A .phoneBox .cont_list {
  width: 100%;
  margin-top: 0;
}
.section_01A .phoneBox .cont_list li {
  width: 100%;
}
.section_01A .phoneBox::before {
  width: calc(100% - 40px);
  left: 20px;
  bottom: -20px;
  margin: 0;
}
.section_01A .phoneBox::after {
  width: calc(100% - 80px);
  left: 40px;
  bottom: -40px;
  margin: 0;
}

.section_03 {
  padding-top: 0;
}

.section_05 ol li {
  width: 224px;
  height: 210px;
  padding: 30px 0 0 24px;
  border-radius: 18px;
  background-color: #f8f8f8 !important;
  background-repeat: no-repeat;
  background-position: bottom 24px right 14px;
}
.section_05 ol li:nth-child(1) {
  background-image: url(../images/img_icon01.png);
}
.section_05 ol li:nth-child(2) {
  background-image: url(../images/img_icon02.png);
}
.section_05 ol li:nth-child(3) {
  background-image: url(../images/img_icon03.png);
}
.section_05 ol li p {
  padding: 0;
}
.section_05 ul li::before {
  left: -26px;
  top: -44px;
}
.section_05 ul li:nth-child(1):before {
  width: 96px;
  height: 96px;
  background: url(../images/icon_emoji01.png) no-repeat center;
}
.section_05 ul li:nth-child(2):before {
  width: 96px;
  height: 96px;
  background: url(../images/icon_emoji02.png) no-repeat center;
}
.section_05 ul li:nth-child(3):before {
  width: 96px;
  height: 96px;
  background: url(../images/icon_emoji03.png) no-repeat center;
}

.desc_noti {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .wrapper {
    padding-bottom: 40px;
  }
  .ctaBtn {
    position: fixed;
    left: 0;
    bottom: 10px;
    transform: translateX(0);
    width: 100%;
    height: 74px;
    font-size: 26px;
    line-height: 30px; /* 125.571% */
    border-radius: 6px;
  }
  .heroSection {
    padding-bottom: 60px;
  }
  .heroSection img {
    width: 760px;
  }
  .heroSection .textBox {
    padding: 18px 0 100px 0;
  }
  .heroSection .textBox .top .logo {
    display: inline-block;
    width: 50px;
    margin-bottom: 4px;
  }
  .heroSection .textBox .top p {
    font-size: 46px;
    line-height: 50px; /* 110.376% */
  }
  .heroSection .textBox .top p span img {
    left: 16%;
    top: -58%;
    width: 184px;
  }
  .heroSection .textBox .top p strong {
    font-size: 46px;
    line-height: 50px;
  }
  .heroSection .textBox .bottom {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
  }
  .heroSection .textBox .bottom strong {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 112.08% */
  }
  .heroSection .textBox .bottom span {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px; /* 112.5% */
  }
  .heroSection .viewBox {
    padding: 10px 0;
    font-size: 14px;
  }
  .sections {
    padding-top: 30px;
  }
  .section_01A {
    padding: 0 16px;
  }
  .section_01A .phoneBox {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;
    background: none;
  }
  .section_01A .phoneBox::before {
    width: calc(100% - 20px);
    left: 10px;
    bottom: -10px;
  }
  .section_01A .phoneBox::after {
    width: calc(100% - 40px);
    left: 20px;
    bottom: -20px;
  }
  .section_03 .profit .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  .section_03 .profit i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 0;
  }
  .section_05 ol li {
    width: 112px;
    height: 104px;
    padding: 14px 0 0 12px;
    border-radius: 10px;
    background-position: bottom 12px right 7px;
  }
  .section_05 ol li:nth-child(1) {
    background-size: 56px;
  }
  .section_05 ol li:nth-child(2) {
    background-size: 34px;
  }
  .section_05 ol li:nth-child(3) {
    background-size: 34px;
  }
  .section_05 ol li p {
    padding: 0;
  }
  .section_05 ul {
    width: 100%;
  }
  .section_05 ul li:nth-child(1):before {
    width: 44px;
    background-size: 100%;
    height: 44px;
  }
  .section_05 ul li:nth-child(2):before {
    width: 44px;
    background-size: 100%;
    height: 44px;
    left: -16px;
    top: -20px;
  }
  .section_05 ul li:nth-child(3):before {
    width: 44px;
    background-size: 100%;
    height: 44px;
    left: -16px;
    top: -20px;
  }
}/*# sourceMappingURL=styles.css.map */