@charset "UTF-8";
.is_mo {
  display: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
}

.titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.titleBox strong {
  display: inline-block;
  color: #ed372a;
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.titleBox .desc {
  margin-top: 28px;
  color: #6e6e6e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.heroSection {
  position: relative;
}
.heroSection img {
  width: 100%;
}
.heroSection .hero-list {
  position: absolute;
  left: 46.6%;
  top: 13.5%;
  overflow: hidden;
  width: 3.65%;
  height: 10%;
}
.heroSection .hero-list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.heroSection .hero-list .swiper-slide img {
  width: auto;
}
.heroSection .btn {
  position: absolute;
  left: 44%;
  bottom: 28%;
  width: 12%;
  height: 10%;
}

.sirenSection {
  background-color: #000;
}
.sirenSection .viewBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  background: #faff93;
}
.sirenSection .viewBox span {
  margin-left: 3px;
}
.sirenSection .sirenBox {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
.sirenSection .sirenBox .siren {
  position: relative;
  display: flex;
  padding-left: 20px;
}
.sirenSection .sirenBox .siren .sparkle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  animation: blink 1s infinite;
}
.sirenSection .sirenBox .siren .sparkle.sparkle-left {
  transform: translate(-30%, -50%);
}
.sirenSection .sirenBox .siren .sparkle.sparkle-right {
  transform: translate(30%, -50%);
}
@keyframes blinkBg {
  100% {
    background-color: #000;
  }
  50% {
    background-color: #ed372a;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
.sirenSection .infoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 82px;
}
.sirenSection .infoBox .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 774px;
  height: 152px;
  background: url(../images/bg_noti.png) repeat-x center top;
  color: #ff3c3c;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sirenSection .infoBox .box strong {
  display: inline-block;
  margin-top: 2px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sirenSection .infoBox .countBox {
  padding: 16px 0 28px 0;
  color: #fff;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 700;
}
.sirenSection .infoBox .countBox strong {
  color: #ff3c3c;
}

.section02 {
  padding: 110px 0 124px 0;
}
.section02 .cotnentBox {
  display: flex;
  justify-content: center;
  margin-top: 140px;
}
.section02 .cotnentBox .content {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 360px;
  height: 408px;
  padding-bottom: 42px;
  border-radius: 44px;
  background: #f3f3f3;
}
.section02 .cotnentBox .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -24px;
  top: 120px;
  width: 410px;
  height: 126px;
  color: #5a5a5a;
  text-align: center;
  font-family: Pretendard;
  font-size: 38px;
  font-weight: 600;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(105deg, #dadada 26.59%, #aaa 75.8%);
}
.section02 .cotnentBox .content .title i {
  position: absolute;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 226px;
  height: 250px;
}
.section02 .cotnentBox .content p {
  width: 100%;
  text-align: center;
  color: #7c7c7c;
  text-align: center;
  font-family: Pretendard;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section02 .cotnentBox .content02 {
  background: linear-gradient(180deg, #fe7973 0%, #ec2b2b 100%);
}
.section02 .cotnentBox .content02 .title {
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(105deg, #ffc6b5 26.59%, #ec522c 75.8%);
}
.section02 .cotnentBox .content02 p {
  color: #fff;
  font-weight: 700;
}
.section02 .textBox {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 46px;
}
.section02 .textBox p {
  color: #6e6e6e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.supportSection {
  padding: 90px 0 190px 0;
  background: linear-gradient(0deg, rgba(255, 212, 212, 0.2) 0%, rgba(255, 212, 212, 0.2) 100%), #fff;
}
.supportSection .titleBox {
  padding-top: 350px;
  background: url(../images/bg_supportSection.png) no-repeat center top/410px auto;
}
.supportSection .items {
  display: flex;
  flex-wrap: wrap;
  max-width: 782px;
  margin: 0 auto;
  gap: 44px 30px;
  margin-top: 46px;
}
.supportSection .items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(50% - 15px);
  padding: 46px 34px 30px 30px;
  border-radius: 30px;
  background: url(../images/bg_support01.png) no-repeat center/100%;
  transition: all 0.2s;
}
.supportSection .items .item p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: #fff;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px; /* 192.308% */
}
.supportSection .items .item p strong {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
}
.supportSection .items .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  width: 162px;
  height: 162px;
  transition: transform 0.3s ease;
}
.supportSection .items .item:nth-child(2) {
  background-image: url(../images/bg_support02.png);
}
.supportSection .items .item:nth-child(3) {
  background-image: url(../images/bg_support03.png);
}
.supportSection .items .item:nth-child(4) {
  background-image: url(../images/bg_support04.png);
}
.supportSection .items .item:hover {
  transform: translateY(-10px);
}
.supportSection .items .item:hover i {
  animation: wiggle 1s infinite ease-in-out;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(2deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(0px);
  }
  75% {
    transform: rotate(-2deg) translateY(-2px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
.stepSection {
  padding: 104px 0 124px 0;
}
.stepSection .titleBox {
  padding-top: 310px;
  background: url(../images/bg_stepTit.png) no-repeat center top;
}
.stepSection .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 46px;
}
.stepSection .steps li {
  display: flex;
  align-items: center;
  width: 780px;
  border-radius: 20px;
  padding: 24px 30px;
  background: #f9f9f9;
}
.stepSection .steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 38px;
  color: #fff;
  background-color: #ee3823;
  border-radius: 6px;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 53.498px; /* 205.761% */
}
.stepSection .steps li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 120px;
  margin-left: auto;
}
.stepSection .steps li .text {
  margin-left: 42px;
  color: #000;
  font-family: Pretendard;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 100% */
}
.stepSection .steps li + li {
  margin-top: 20px;
}
.stepSection .steps li.last {
  position: relative;
  margin-top: 40px;
  padding: 18px 30px;
}
.stepSection .steps li.last span {
  background-color: #000;
}
.stepSection .steps li.last i {
  width: 188px;
  height: 184px;
}
.stepSection .steps li.last .text {
  color: #fff;
  line-height: 52px; /* 100% */
}
.stepSection .steps li.last::after {
  position: absolute;
  width: 112px;
  height: 112px;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  content: "";
  background: url(../images/icon_plus.png) no-repeat center/100%;
}

.kakaoSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  padding-top: 82px;
  background: url(../images/bg_kakaoSection.png) no-repeat center top/100% 82px;
}
.kakaoSection img {
  max-width: 786px;
}
.kakaoSection .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  width: 100%;
  background-color: #fdf6d9;
  padding: 86px 0 130px 0;
}

.revenueSection {
  padding: 150px 0;
}
.revenueSection .countBox {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.revenueSection .countBox span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 14px;
  background: #ffe7e3;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-weight: 700;
}
.revenueSection .countBox span + span {
  margin-left: 8px;
}
.revenueSection .countBox .dot,
.revenueSection .countBox .won {
  display: flex;
  align-items: flex-end;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-weight: 700;
}
.revenueSection .countBox .dot {
  padding: 0 14px;
}
.revenueSection .countBox .won {
  margin-left: 24px;
}
.revenueSection .priceBox {
  margin: 0 auto;
  max-width: 784px;
}
.revenueSection .priceBox .textInfo {
  position: relative;
  margin-top: -180px;
}
.revenueSection .priceBox .textInfo .textBox {
  width: 100%;
  padding: 38px 0;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(18, 18, 18, 0.1);
  color: #030303;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 136.667% */
}
.revenueSection .priceBox .textInfo .textBox span {
  color: #f00;
  font-weight: 700;
}
.revenueSection .priceBox .textInfo .desc {
  margin-top: 30px;
  color: #6e6e6e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.receiptSection {
  padding: 56px 0 166px 0;
  background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 100%), #fff;
}
.receiptSection .titleBox {
  padding-top: 280px;
  background: url(../images/img_starts.png) no-repeat center top/460px;
}
.receiptSection .roundBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 46px;
  overflow: hidden;
}
.receiptSection .roundBox .box {
  width: 782px;
  height: 128px;
  background: url(../images/img_roundBox.png) no-repeat center/100%;
}
.receiptSection .receipt {
  width: 660px;
  transform: translateY(calc(-100% - 134px));
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.receiptSection .receipt .logo {
  display: flex;
  justify-content: center;
  padding: 52px 0 62px 0;
}
.receiptSection .receipt .logo img {
  width: 432px;
}
.receiptSection .receipt .users {
  padding: 0 32px;
}
.receiptSection .receipt .users li {
  display: flex;
  gap: 40px;
  padding: 50px 14px 42px 14px;
  background: url(../images/bg_dashLine.png) repeat-x left top/100%;
}
.receiptSection .receipt .users li .userBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.receiptSection .receipt .users li .userBox .name {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.receiptSection .receipt .users li .user {
  position: relative;
  flex: 0 0 auto;
  width: 210px;
  height: 180px;
  border-radius: 22px;
  background: #f6483a;
}
.receiptSection .receipt .users li .user img {
  position: absolute;
  left: 50%;
  bottom: 0;
  flex: 0 0 auto;
  transform: translateX(-50%);
}
.receiptSection .receipt .users li .userInfo {
  text-align: left;
}
.receiptSection .receipt .users li .userInfo .price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 62px;
  border-radius: 8px;
  font-family: Pretendard;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 132%;
  background-color: #000;
  color: #fff;
}
.receiptSection .receipt .users li .userInfo .text {
  margin-top: 20px;
  text-align: left;
  color: #000;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
.receiptSection .receipt .users li .userInfo .text span {
  color: #f6483a;
}
.receiptSection .receipt .users li:last-child .user img {
  bottom: -1px;
}
.receiptSection .receipt .desc {
  width: calc(100% - 64px);
  padding: 34px 0;
  margin: 0 auto;
  color: #6e6e6e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  background: url(../images/bg_dashLine.png) repeat-x left top/100%;
}
.receiptSection .receipt.aos-animate {
  transform: translateY(-106px);
}

.applySection {
  padding: 70px 0 300px;
}
.applySection .titleBox {
  padding-top: 400px;
  background: url(../images/img_meritzBoxLogo.png) no-repeat center top;
}
.applySection .btn {
  width: 780px;
  height: 150px;
  margin-top: 46px;
  border-radius: 20px;
  background: #ed372a;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  animation: blinkBg 0.8s infinite;
}
.applySection .btn.active {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

/* 화면 크기가 600px 이하일 때 */
@media screen and (max-width: 760px) {
  .is_mo {
    display: block;
  }
  .is_pc {
    display: none;
  }
  .wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
  .titleBox {
    font-size: 24px;
  }
  .titleBox .tit {
    font-size: 24px;
  }
  .titleBox .desc {
    margin-top: 14px;
    font-size: 12px;
  }
  .heroSection .hero-list {
    left: 43%;
    top: 13.5%;
    width: 7%;
    height: 10%;
  }
  .heroSection .btn {
    left: 36%;
    bottom: 28%;
    width: 31%;
  }
  .sirenSection .viewBox {
    padding: 10px 0;
    font-size: 14px;
  }
  .sirenSection .sirenBox {
    padding-top: 60px;
  }
  .sirenSection .sirenBox .siren {
    padding-left: 10px;
  }
  .sirenSection .sirenBox .siren img {
    width: 156px;
    height: 156px;
  }
  .sirenSection .infoBox {
    margin-top: 40px;
  }
  .sirenSection .infoBox .box {
    width: 100%;
    height: 70px;
    background-size: 100%;
    font-size: 10px;
  }
  .sirenSection .infoBox .box strong {
    margin-top: 2px;
    font-size: 20px;
  }
  .sirenSection .infoBox .countBox {
    padding: 8px 0 14px 0;
    font-family: Pretendard;
    font-size: 14px;
  }
  .section02 {
    padding: 60px 16px 72px 16px;
  }
  .section02 .cotnentBox {
    margin-top: 70px;
  }
  .section02 .cotnentBox .content {
    width: 50%;
    height: 204px;
    padding-bottom: 22px;
    border-radius: 22px;
  }
  .section02 .cotnentBox .content .title {
    left: -12px;
    top: 60px;
    width: 194px;
    height: 64px;
    font-size: 20px;
    border-radius: 12px;
  }
  .section02 .cotnentBox .content .title i {
    bottom: 46px;
    width: 106px;
    height: 120px;
  }
  .section02 .cotnentBox .content .title i img {
    height: 100%;
  }
  .section02 .cotnentBox .content p {
    font-size: 20px;
  }
  .section02 .cotnentBox .content02 .title i img {
    height: auto;
  }
  .section02 .textBox {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }
  .section02 .textBox p {
    font-size: 10px;
    line-height: 14px;
  }
  .supportSection {
    padding: 40px 0 80px 0;
  }
  .supportSection .titleBox {
    padding-top: 176px;
    background-size: 204px;
  }
  .supportSection .items {
    padding: 0 16px;
    gap: 22px 10px;
    margin-top: 22px;
  }
  .supportSection .items .item {
    width: calc(50% - 5px);
    padding: 24px 18px 16px 16px;
    border-radius: 16px;
    background-size: 100% 100%;
  }
  .supportSection .items .item p {
    font-size: 10px;
    line-height: 16px; /* 192.308% */
  }
  .supportSection .items .item p strong {
    font-size: 16px;
  }
  .supportSection .items .item i {
    width: 80px;
    height: 80px;
  }
  .supportSection .items .item:nth-child(2) {
    background-image: url(../images/bg_support02.png);
  }
  .supportSection .items .item:nth-child(3) {
    background-image: url(../images/bg_support03.png);
  }
  .supportSection .items .item:nth-child(4) {
    background-image: url(../images/bg_support04.png);
  }
  .stepSection {
    padding: 52px 0 62px 0;
  }
  .stepSection .titleBox {
    padding-top: 154px;
    background-size: 122px auto;
  }
  .stepSection .steps {
    padding: 0 16px;
    margin-top: 22px;
  }
  .stepSection .steps li {
    width: 100%;
    border-radius: 10px;
    padding: 12px 14px;
  }
  .stepSection .steps li span {
    width: 48px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px; /* 205.761% */
  }
  .stepSection .steps li i {
    width: 94px;
    height: 60px;
  }
  .stepSection .steps li .text {
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px; /* 100% */
  }
  .stepSection .steps li + li {
    margin-top: 10px;
  }
  .stepSection .steps li.last {
    position: relative;
    margin-top: 20px;
    padding: 10px 16px;
  }
  .stepSection .steps li.last i {
    width: 94px;
    height: 94px;
  }
  .stepSection .steps li.last .text {
    color: #fff;
    line-height: 26px; /* 100% */
  }
  .stepSection .steps li.last::after {
    width: 56px;
    height: 56px;
    top: -40px;
  }
  .kakaoSection {
    justify-content: center;
    padding-top: 40px;
    background: url(../images/bg_kakaoSection.png) no-repeat center top/100% 40px;
  }
  .kakaoSection img {
    width: 100%;
  }
  .kakaoSection .content {
    gap: 42px;
    padding: 42px 16px 70px 16px;
  }
  .revenueSection {
    padding: 74px 0;
  }
  .revenueSection .countBox {
    margin-top: 22px;
  }
  .revenueSection .countBox span {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 6px;
    font-size: 20px;
  }
  .revenueSection .countBox span + span {
    margin-left: 4px;
  }
  .revenueSection .countBox .dot,
  .revenueSection .countBox .won {
    font-size: 20px;
  }
  .revenueSection .countBox .dot {
    padding: 0 7px;
  }
  .revenueSection .countBox .won {
    margin-left: 14px;
  }
  .revenueSection .priceBox {
    width: calc(100% - 32px);
    max-width: 400px;
  }
  .revenueSection .priceBox .textInfo {
    position: relative;
    margin-top: -80px;
  }
  .revenueSection .priceBox .textInfo .textBox {
    width: 100%;
    padding: 16px 0;
    border-radius: 14px;
    font-size: 12px;
    line-height: 20px; /* 136.667% */
  }
  .revenueSection .priceBox .textInfo .desc {
    margin-top: 14px;
    font-size: 10px;
  }
  .receiptSection {
    padding: 23px 16px 82px 16px;
  }
  .receiptSection .titleBox {
    padding-top: 140px;
    background-size: 230px auto;
  }
  .receiptSection .roundBox {
    margin-top: 24px;
  }
  .receiptSection .roundBox .box {
    width: 100%;
    height: 64px;
  }
  .receiptSection .receipt {
    margin: 0 auto;
    width: calc(100% - 56px);
    transform: translateY(calc(-100% - 70px));
  }
  .receiptSection .receipt .logo {
    padding: 26px 0 30px 0;
  }
  .receiptSection .receipt .logo img {
    width: 200px;
  }
  .receiptSection .receipt .users {
    padding: 0 16px;
  }
  .receiptSection .receipt .users li {
    gap: 20px;
    padding: 24px 6px 20px 6px;
  }
  .receiptSection .receipt .users li .userBox {
    gap: 6px;
  }
  .receiptSection .receipt .users li .userBox .name {
    font-size: 12px;
  }
  .receiptSection .receipt .users li .user {
    position: relative;
    flex: 0 0 auto;
    width: 94px;
    height: 86px;
    border-radius: 10px;
  }
  .receiptSection .receipt .users li .userInfo .price {
    width: 80px;
    height: 28px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 132%;
  }
  .receiptSection .receipt .users li .userInfo .text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .receiptSection .receipt .users li:last-child .user img {
    bottom: -0.5px;
  }
  .receiptSection .receipt .desc {
    width: calc(100% - 32px);
    padding: 16px 0;
    font-size: 10px;
    line-height: 14px;
  }
  .receiptSection .receipt.aos-animate {
    transform: translateY(-51px);
  }
  .applySection {
    padding: 36px 0 140px;
  }
  .applySection .titleBox {
    padding-top: 200px;
    background-size: 200px auto;
  }
  .applySection .btn {
    position: relative;
    width: calc(100% - 32px);
    height: 70px;
    margin-top: 22px;
    border-radius: 12px;
    font-size: 24px;
  }
}/*# sourceMappingURL=styles.css.map */