button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

menu, ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.all-wrap {
  width: 100%;
  min-width: 1440px;
  min-height: 4500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: #ffe7e6;
}

/* [수정됨] hero-wrap에 position: relative; 를 추가하여 
  내부 absolute 요소들이 전체 문서를 기준으로 붕 뜨지 않게 기준점을 잡아줌. 
*/
.hero-wrap {
  width: 100%;
  height: 1450px;
  position: relative; 
}

.hero-s-1-wrap {
  width: 100%;
  height: 900px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hero-bg-pink {
  background: #ffe7e6;
  width: 100%;
  height: 950px;
  position: absolute;
  left: 0.5px;
  top: 0px;
}

.hero-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  aspect-ratio: 1440/776;
}

.hero-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
  width: 827px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 28%;
}

.hero-title-1 {
  text-align: center;
  width: 350px;
  height: 90px;
  align-items: center;
  background: url(../img/round-text.png) no-repeat;
}

.hero-title-2 {
  color: #fc615d;
  text-align: center;
  font-size: 52px;
  line-height: 68px;
  letter-spacing: -0.016em;
  align-self: stretch;
  margin-top: -20px;
}

.hero-title-span {
  font-family: "Pretendard", sans-serif;
}

.hero-title-span2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 800;
}

:root {
    --bg-color: #f1f5f9;
    --liquid-primary: rgba(255, 107, 107, 0.85);
    --liquid-secondary: rgba(240, 101, 149, 0.75);
}

.next-gen-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    overflow: hidden;
    background: linear-gradient(135deg, var(--liquid-primary) 0%, var(--liquid-secondary) 100%);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow: 
        0 15px 35px rgba(255, 107, 107, 0.25),
        inset 0 1px 2px rgba(255, 255, 255, 0.5),
        inset 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.next-gen-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 60%);
    mix-blend-mode: overlay;
    transform: translate(-20%, -20%);
    transition: transform 1s ease;
    pointer-events: none;
}

.glass-edge {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,255,255,0.8), transparent, rgba(255,255,255,0.4));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.next-gen-button:hover {
    transform: translateY(-8px) scale(1.05);
    background: linear-gradient(135deg, rgba(255, 121, 121, 0.95) 0%, rgba(255, 130, 170, 0.85) 100%);
    box-shadow: 
        0 25px 50px rgba(255, 107, 107, 0.35),
        inset 0 2px 4px rgba(255, 255, 255, 0.7);
}

.next-gen-button:hover::before {
    transform: translate(10%, 10%);
    animation: liquidPulse 4s infinite alternate ease-in-out;
}

.next-gen-button:active {
    transform: translateY(2px) scale(0.97);
    filter: brightness(0.9);
}

@keyframes liquidPulse {
    0% { transform: translate(-10%, -10%) scale(1); }
    100% { transform: translate(5%, 5%) scale(1.1); }
}

.icon-container {
    margin-right: 14px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.label {
    position: relative;
    z-index: 1;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.hero-title-3 {
  color: #7a7a7a;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 500;
  align-self: stretch;
}

.hero-s-2-wrap {
  position: absolute;
  left: 0;
  top: 950px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  background-color: #ffe7e6;
}

.hero-box-wrap {
  position: relative;
  width: 70%;
  height: 100%;
  align-items: center;
}

.hero-box-1-wrap {
  padding: 81px 10px 30px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 34.41%;
  height: 100%;
  position: absolute;
  background: url(../img/hero-box-img.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-box-1-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.hero-box-1-text-1 {
  color: #fc615d;
  text-align: center;
  font-family: var(--pretendard-eb-30-font-family, "Pretendard", sans-serif);
  font-size: var(--pretendard-eb-30-font-size, 30px);
  line-height: var(--pretendard-eb-30-line-height, 38px);
  letter-spacing: var(--pretendard-eb-30-letter-spacing, -0.013em);
  font-weight: var(--pretendard-eb-30-font-weight, 800);
  position: relative;
}

.hero-box-1-text-2 {
  color: #fc615d;
  text-align: center;
  font-family: var(--pretendard-eb-48-font-family, "Pretendard", sans-serif);
  font-size: var(--pretendard-eb-48-font-size, 48px);
  line-height: var(--pretendard-eb-48-line-height, 56px);
  letter-spacing: var(--pretendard-eb-48-letter-spacing, -0.016em);
  font-weight: var(--pretendard-eb-48-font-weight, 800);
  position: relative;
}

.hero-box-2-wrap {
  padding: 81px 10px 30px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 34.41%;
  height: 100%;
  position: absolute;
  right: 32.79%;
  left: 32.79%;
  bottom: 0%;
  top: 0%;
  background: url(../img/hero-box-img.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-box-2-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.hero-box-2-text-1 {
  color: #fc615d;
  text-align: center;
  font-family: var(--pretendard-eb-30-font-family, "Pretendard", sans-serif);
  font-size: var(--pretendard-eb-30-font-size, 30px);
  line-height: var(--pretendard-eb-30-line-height, 38px);
  letter-spacing: var(--pretendard-eb-30-letter-spacing, -0.013em);
  font-weight: var(--pretendard-eb-30-font-weight, 800);
  position: relative;
}

.hero-box-2-text-2 {
  color: #fc615d;
  text-align: center;
  font-family: var(--pretendard-eb-48-font-family, "Pretendard", sans-serif);
  font-size: var(--pretendard-eb-48-font-size, 48px);
  line-height: var(--pretendard-eb-48-line-height, 56px);
  letter-spacing: var(--pretendard-eb-48-letter-spacing, -0.016em);
  font-weight: var(--pretendard-eb-48-font-weight, 800);
  position: relative;
}

.hero-box-3-wrap {
  padding: 81px 10px 30px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 34.41%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 65.59%;
  bottom: 0%;
  top: 0%;
  background: url(../img/hero-box-img.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-box-3-text-wrap {
  padding: 23px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 149px;
  position: relative;
}

.hero-box-3-text-1 {
  color: #fc615d;
  text-align: center;
  font-family: var(--pretendard-eb-30-font-family, "Pretendard", sans-serif);
  font-size: var(--pretendard-eb-30-font-size, 30px);
  line-height: var(--pretendard-eb-30-line-height, 38px);
  letter-spacing: var(--pretendard-eb-30-letter-spacing, -0.013em);
  font-weight: var(--pretendard-eb-30-font-weight, 800);
  position: relative;
}

.hero-box-3-text-2 {
  color: #fc615d;
  text-align: center;
  font-family: var(--pretendard-eb-48-font-family, "Pretendard", sans-serif);
  font-size: var(--pretendard-eb-48-font-size, 48px);
  line-height: var(--pretendard-eb-48-line-height, 56px);
  letter-spacing: var(--pretendard-eb-48-letter-spacing, -0.016em);
  font-weight: var(--pretendard-eb-48-font-weight, 800);
  position: relative;
}

.hero-tax {
  color: #fc615d;
  text-align: center;
  font-family: var(--pretendard-rg-20-font-family, "Pretendard", sans-serif);
  font-size: var(--pretendard-rg-20-font-size, 20px);
  line-height: var(--pretendard-rg-20-line-height, 160%);
  font-weight: var(--pretendard-rg-20-font-weight, 400);
  position: relative;
  align-self: stretch;
}

.hero-event-end-wrap {
  /* 기존 고정 width, height 삭제 */
  margin-top: 20px;
  
  /* Flexbox를 이용한 중앙 정렬 및 여백(Padding)으로 알약 형태 구축 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px; /* 상하 12px, 좌우 36px 여백 */
  background: #fc615d;
  border-radius: 50px;
}

/* .hero-event-end-bg {
  background: #fc615d;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
} */

.hero-event-end-text {
  color: #ffffff;
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  letter-spacing: -0.012em;
  font-weight: 700;
  
  /* 글자가 아무리 길어져도 절대 줄바꿈 되지 않도록 방지 */
  white-space: nowrap; 
  
  /* 기존에 있던 position: absolute, left, right, width, top, bottom 등 비율 관련 수치 모두 삭제 */
}

/* 섹션 1 */
.section-1-wrap {
  position: relative;
  inset: 0;
  width: 100%;
  height: 1100px;
  background: #ffe7e6;
}

.section-1-bill-bg-pink {
  background: #ffd4d4;
  width: 100%;
  height: 400px;
  position: absolute;
  margin-top: 200px;
}

.section-1-bill-bg-white {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 200px;
}

.section-1-bill-wrap {
  width: 100%;
  height: 752.74px;
  position: static;
}

.section-1-title-wrap {
  width: 100%;
  position: static;
}

.section-1-bill-img {
  width: 421px;
  height: 605px;
  position: absolute;
  left: calc(50% - 218px);
  top: 410px;
  object-fit: cover;
  aspect-ratio: 421/605;
}

.section-1-title {
  color: #494949;
  text-align: center;
  line-height: 53px;
  letter-spacing: -0.016em;
  font-weight: 400;
  position: absolute;
  top: 250px;
  width: 100%;
}

.section-1-title-span {
  font-family: "Pretendard", sans-serif;
  font-size: 30px;
}

.section-1-title-span2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: #fc615d;
}

.section-1-coin-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-1-coin-2 {
  width: 500px;
  left: 65%;
  top: 450px;
  position: absolute;
  object-fit: cover;
  aspect-ratio: 441/406;
}

.section-1-coin-1 {
  width: 400px;
  left: 7%;
  top: 420px;
  position: absolute;
  object-fit: cover;
  aspect-ratio: 357/410;
}

/* 섹션 2 */
.section-2-wrap {
  width: 100%;
  height: 1043px;
  position: relative;
}

.section-2-bg-pink {
  background: #ffe7e6;
  width: 100%;
  height: 1043px;
  position: absolute;
}

.section-2-title {
  color: #fc615d;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  position: absolute;
  width: 100%;
}

.section-2-title-span {
  font-family: "Pretendard", sans-serif;
  font-size: 48px;
}

.section-2-title-span2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 800;
  font-size: 48px;
}

.section-2-box-wrap {
  position: absolute;
  width: 100%;
  height: 500px;
  inset: 0;
}

.section-2-box-1-wrap {
  background: #fff3f2;
  border-radius: 20px;
  border-style: solid;
  border-color: #fc615d;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 352px;
  height: 344px;
  position: absolute;
  left: calc(50% - 380px);
  top: 212px;
  box-shadow: 10px 10px 20px 0px rgba(252, 97, 93, 0.25);
}

.section-2-icon-1 {
  flex-shrink: 0;
  width: 172px;
  height: 172px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}

.section-2-box-1-text-1 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.012em;
  font-weight: 700;
  position: relative;
  width: 253px;
}

.section-2-box-1-text-2 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 131%;
  font-weight: 400;
  position: relative;
}

.section-2-box-2-wrap {
  background: #fff3f2;
  border-radius: 20px;
  border-style: solid;
  border-color: #fc615d;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 352px;
  height: 344px;
  position: absolute;
  left: calc(50% - -27px);
  top: 212px;
  box-shadow: 10px 10px 20px 0px rgba(252, 97, 93, 0.25);
}

.section-2-icon-2 {
  flex-shrink: 0;
  width: 172px;
  height: 172px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}

.section-2-box-2-text-1 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.012em;
  font-weight: 700;
  position: relative;
  width: 253px;
}

.section-2-box-2-text-2 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 131%;
  font-weight: 400;
  position: relative;
}

.section-2-box-3-wrap {
  background: #fff3f2;
  border-radius: 20px;
  border-style: solid;
  border-color: #fc615d;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 352px;
  height: 344px;
  position: absolute;
  left: calc(50% - 380px);
  top: 610px;
  box-shadow: 10px 10px 20px 0px rgba(252, 97, 93, 0.25);
}

.section-2-icon-3 {
  flex-shrink: 0;
  width: 172px;
  height: 172px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}

.section-2-box-3-text-1 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.012em;
  font-weight: 700;
  position: relative;
  width: 253px;
}

.section-2-box-3-text-2 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 131%;
  font-weight: 400;
  position: relative;
}

.section-2-box-4-wrap {
  background: #fff3f2;
  border-radius: 20px;
  border-style: solid;
  border-color: #fc615d;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 352px;
  height: 344px;
  position: absolute;
  left: calc(50% - -27px);
  top: 610px;
  box-shadow: 10px 10px 20px 0px rgba(252, 97, 93, 0.25);
}

.section-2-icon-4 {
  flex-shrink: 0;
  width: 172px;
  height: 172px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}

.section-2-box-4-text-1 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.012em;
  font-weight: 700;
  position: relative;
  width: 253px;
}

.section-2-box-4-text-2 {
  color: #000000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 131%;
  font-weight: 400;
  position: relative;
}

/* [수정됨] section-3-wrap을 absolute에서 relative로 변경하고, 
  레이아웃이 깨지는 원인이었던 강제 top/left 값을 제거했습니다.
*/
.section-3-wrap {
  width: 100%;
  height: 750px;
  position: relative; 
  margin-top: 100px;
}

.section-3-bg-pink {
  background: #ffe7e6;
  width: 100%;
  height: 832px;
  position: absolute;
  left: 0.5px;
  top: 0px;
}

.section-3-card-bg {
  width: 100%;
  height: 850px;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  aspect-ratio: 1440/776;
}

.section-3-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
  width: 827px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 195px;
}

/* [수정됨] 폰트 패밀리의 오타("-")를 "Pretendard"로 수정하여 
  타이틀이 의도한 두께로 정상 출력되도록 수정정.
*/
.section-3-title {
  color: #fc615d;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 45px;
  line-height: 68px;
  letter-spacing: -0.016em;
  align-self: stretch;
  margin-top: -20px;
}

.section-3-title-span {
  font-family: "Pretendard", sans-serif;
}

.section-3-title-span2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 800;
}

.section-3-text {
  color: #919191;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 500;
  align-self: stretch;
}

.section-3-info {
  color: #a7a6a6;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 13.5px;
  line-height: 25px;
  letter-spacing: -0.02em;
  font-weight: 400;
  position: relative;
}