@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://font.joongang.co.kr/v25/Pretendard-Regular.woff2") format("woff2"), url("https://font.joongang.co.kr/v25/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://font.joongang.co.kr/v25/Pretendard-Bold.woff2") format("woff2"), url("https://font.joongang.co.kr/v25/Pretendard-Bold.woff") format("woff");
}
.font_noto {
  font-family: "Noto Sans KR";
}

/* page */
#container {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}

.contents {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  font-family: Pretendard;
}
.contents img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.section {
  position: relative;
}

.hp_promo_intro {
  padding: 32px 20px 40px;
  background-color: #1ca06a;
}
@media (min-width: 986px) {
  .hp_promo_intro {
    padding: 44px 0 56px;
  }
}
.hp_promo_intro .intro_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 360px;
  height: 313px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_grid_m@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_bg {
    bottom: -133px;
    width: 997px;
    height: 565px;
    background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_grid@2x.png");
  }
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_bg:after, .hp_promo_intro .intro_bg:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_bg:before {
    background: linear-gradient(270deg, rgba(28, 160, 106, 0), rgb(28, 160, 106) 91px, rgb(28, 160, 106));
    right: 100%;
    margin-right: -91px;
  }
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_bg:after {
    background: linear-gradient(90deg, rgba(28, 160, 106, 0), rgb(28, 160, 106) 91px, rgb(28, 160, 106));
    left: 100%;
    margin-left: -91px;
  }
}
.hp_promo_intro .intro_header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_header {
    gap: 3px;
  }
}
.hp_promo_intro .intro_brand {
  width: 119px;
  height: 15px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_header@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_brand {
    width: 165px;
    height: 21px;
  }
}
.hp_promo_intro .intro_badge {
  color: #e8f5f0;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_badge {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_intro .intro_title {
  position: relative;
  left: 50%;
  width: 291px;
  height: 130px;
  margin-top: 8px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_title@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_title {
    width: 405px;
    height: 180px;
  }
}
.hp_promo_intro .intro_desc {
  color: #e8f5f0;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_desc {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_intro .intro_period {
  width: 196px;
  height: 38px;
  margin: 20px auto 0;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_period@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_period {
    margin-top: 28px;
    width: 273px;
    height: 53px;
  }
}
.hp_promo_intro .intro_offer {
  position: relative;
  width: 256px;
  margin: 46px auto 0;
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_offer {
    width: 356px;
    margin-top: 64px;
  }
}
.hp_promo_intro .intro_offer::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -39px;
  width: 330px;
  height: 259px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_background@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_intro .intro_offer::before {
    top: -18px;
    left: -54px;
    width: 459px;
    height: 360px;
  }
}
.hp_promo_intro .pricing {
  position: relative;
  height: 165px;
  padding: 20px 0 0 20px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_pricing@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_intro .pricing {
    height: 229px;
    padding: 28px 0 0 28px;
  }
}
.hp_promo_intro .pricing::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 239px;
  height: 1px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_line@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (min-width: 986px) {
  .hp_promo_intro .pricing::before {
    width: 322px;
    background-size: 100% auto;
  }
}
.hp_promo_intro .pricing_title {
  color: #333;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_intro .pricing_title {
    font-size: 31px;
    line-height: 40px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_intro .pricing_original {
  margin-top: 35px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  opacity: 0.3;
}
@media (min-width: 986px) {
  .hp_promo_intro .pricing_original {
    margin-top: 49px;
    font-size: 22px;
    line-height: 33p;
    letter-spacing: -0.556px;
  }
}
.hp_promo_intro .pricing_sale_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 986px) {
  .hp_promo_intro .pricing_sale_wrap {
    gap: 9px;
  }
}
.hp_promo_intro .pricing_sale {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.hp_promo_intro .price_amount {
  color: #333;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -2px;
}
@media (min-width: 986px) {
  .hp_promo_intro .price_amount {
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -2.778px;
  }
}
.hp_promo_intro .price_unit {
  color: #333;
  font-size: 16.5px;
  line-height: 21px;
  letter-spacing: -0.4px;
  transform: translateY(-2px);
}
@media (min-width: 986px) {
  .hp_promo_intro .price_unit {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -0.556px;
    transform: translateY(-3px);
  }
}
.hp_promo_intro .pricing_monthly {
  width: 77px;
  height: 25px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_monthly@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(5px);
}
@media (min-width: 986px) {
  .hp_promo_intro .pricing_monthly {
    width: 107px;
    height: 35px;
    transform: translateY(6px);
  }
}
.hp_promo_intro .pricing_discount {
  position: absolute;
  top: -34px;
  right: -35px;
  width: 99px;
  height: 99px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_discount@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_intro .pricing_discount {
    top: -48px;
    right: -49px;
    width: 138px;
    height: 138px;
  }
}
.hp_promo_intro .gift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  height: 64px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_benefit@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_intro .gift {
    gap: 6px;
    height: 89px;
  }
}
.hp_promo_intro .gift_title {
  display: flex;
  justify-content: center;
  color: #1ca06a;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_intro .gift_title {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_intro .gift_desc {
  width: 62px;
  height: 14px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section1_note@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_intro .gift_desc {
    width: 86px;
    height: 19px;
  }
}
.hp_promo_intro .btn_cta_top,
.hp_promo_intro .btn_cta_floating {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 15px 30px;
  border-radius: 80px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_intro .btn_cta_top,
  .hp_promo_intro .btn_cta_floating {
    max-width: 444px;
    padding: 21px 42px;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_intro .btn_cta_top {
  position: relative;
  margin: 41px auto 0;
}
@media (min-width: 986px) {
  .hp_promo_intro .btn_cta_top {
    margin-top: 57px;
  }
}
.hp_promo_intro .btn_cta_floating {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
  visibility: hidden;
}
.hp_promo_intro .btn_cta_floating.show {
  bottom: 24px;
  z-index: 10;
  animation: fadeIn 0.5s ease-in-out;
  visibility: visible;
}

.hp_promo_benefit {
  padding: 40px 20px;
  background-color: #e8f5f0;
}
@media (min-width: 986px) {
  .hp_promo_benefit {
    padding: 56px 0;
  }
}
.hp_promo_benefit .benefits_title {
  color: #000;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .benefits_title {
    font-size: 39px;
    line-height: 51px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .benefits_desc {
  margin-top: 16px;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .benefits_desc {
    margin-top: 22px;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .gift_image {
  position: relative;
  width: 223px;
  height: 301px;
  margin: -32px auto 0;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section2_book_0202@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_benefit .gift_image {
    width: 310px;
    height: 418px;
    margin-top: -44px;
  }
}
.hp_promo_benefit .gift_image.closed {
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section2_book_closed_m_0202@3x.png");
}
.hp_promo_benefit .gift_image.closed .gift_badge_number {
  opacity: 0.4;
}
.hp_promo_benefit .gift_badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  position: absolute;
  top: 48px;
  right: -6px;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #000;
}
@media (min-width: 986px) {
  .hp_promo_benefit .gift_badge {
    gap: 2px;
    top: 67px;
    right: -9px;
    width: 100px;
    height: 100px;
  }
}
.hp_promo_benefit .gift_badge_label {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .gift_badge_label {
    font-size: 19px;
    line-height: 19px; /* 19.444px */
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .gift_badge_number {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .gift_badge_number {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .gift_name_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  max-width: 320px;
  margin: -22px auto 0;
  padding: 16px 0 24px;
  border-radius: 12px;
  background: #1ca06a;
}
@media (min-width: 986px) {
  .hp_promo_benefit .gift_name_wrap {
    gap: 8px;
    max-width: 444px;
    margin-top: -31px;
    padding: 22px 0 33px;
  }
}
.hp_promo_benefit .gift_title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .gift_title {
    padding: 7px 14px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .gift_name {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .gift_name {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .base_benefits {
  margin-top: 32px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .base_benefits {
    margin-top: 44px;
  }
}
.hp_promo_benefit .base_benefits_title {
  width: 73px;
  height: 24px;
  margin: 0 auto;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section2_base@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_benefit .base_benefits_title {
    width: 101px;
    height: 33px;
  }
}
.hp_promo_benefit .base_benefits_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 320px;
  margin: 16px auto 0;
}
@media (min-width: 986px) {
  .hp_promo_benefit .base_benefits_list {
    gap: 11px;
    max-width: 444px;
    margin-top: 22px;
  }
}
.hp_promo_benefit .base_benefits_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 20px;
  border-radius: 12px;
  background: #fff;
}
@media (min-width: 986px) {
  .hp_promo_benefit .base_benefits_item {
    gap: 22px;
    padding: 33px 28px;
    border-radius: 17px;
  }
}
.hp_promo_benefit .base_benefit_key {
  flex-shrink: 0;
  color: #1ca06a;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .base_benefit_key {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .base_benefit_value {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .base_benefit_value {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .base_benefit_value::before {
  content: "";
  width: 1px;
  height: 19px;
  opacity: 0.3;
  background: #1ca06a;
}
@media (min-width: 986px) {
  .hp_promo_benefit .base_benefit_value::before {
    height: 27px;
  }
}
.hp_promo_benefit .target {
  position: relative;
  margin-top: 32px;
  padding-top: 32px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .target {
    margin-top: 44px;
    padding-top: 44px;
  }
}
.hp_promo_benefit .target::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 320px;
  height: 1px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section2_line@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (min-width: 986px) {
  .hp_promo_benefit .target::before {
    width: 445px;
    height: 1px;
    background-size: 100% auto;
  }
}
.hp_promo_benefit .target_title {
  width: 187px;
  height: 23px;
  margin: 0 auto;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section2_target@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_benefit .target_title {
    width: 260px;
    height: 32px;
  }
}
.hp_promo_benefit .target_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 320px;
  margin: 16px auto 0;
  padding: 24px 20px;
  border-radius: 12px;
  background: #fff;
}
@media (min-width: 986px) {
  .hp_promo_benefit .target_list {
    gap: 17px;
    max-width: 444px;
    margin-top: 22px;
    padding: 33px 28px;
    border-radius: 17px;
  }
}
.hp_promo_benefit .target_item {
  display: flex;
  gap: 8px;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_benefit .target_item {
    gap: 11px;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_benefit .target_item::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3CforeignObject x='-12.2531' y='-12.2531' width='41.173' height='41.1728'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(6.13px);clip-path:url(%23bgblur_0_3238_42964_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cpath data-figma-bg-blur-radius='12.2531' d='M16.6667 8.33333C10.5491 9.5558 9.5558 10.5491 8.33333 16.6667C7.11087 10.5491 6.11761 9.5558 0 8.33333C6.11761 7.11087 7.11087 6.11761 8.33333 0C9.5558 6.11761 10.5491 7.11087 16.6667 8.33333Z' fill='black'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_3238_42964_clip_path' transform='translate(12.2531 12.2531)'%3E%3Cpath d='M16.6667 8.33333C10.5491 9.5558 9.5558 10.5491 8.33333 16.6667C7.11087 10.5491 6.11761 9.5558 0 8.33333C6.11761 7.11087 7.11087 6.11761 8.33333 0C9.5558 6.11761 10.5491 7.11087 16.6667 8.33333Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_benefit .target_item::before {
    width: 17px;
    height: 17px;
    margin-top: 5px;
  }
}

.hp_promo_review {
  padding: 48px 20px;
  background-color: #1ca06a;
}
@media (min-width: 986px) {
  .hp_promo_review {
    padding: 67px 0;
  }
}
.hp_promo_review .reviews_title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_review .reviews_title {
    font-size: 39px;
    line-height: 51px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_review .reviews_brand {
  display: inline-block;
  width: 178px;
  height: 23px;
  margin-right: 3px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section3_brand@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: translateY(-4px);
}
@media (min-width: 986px) {
  .hp_promo_review .reviews_brand {
    width: 248px;
    height: 32px;
    margin-right: 4px;
    transform: translateY(-4px);
  }
}
.hp_promo_review .reviews_desc {
  width: 209px;
  height: 21px;
  margin: 16px auto 0;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section3_sub@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_review .reviews_desc {
    width: 290px;
    height: 28px;
    margin-top: 22px;
  }
}
.hp_promo_review .reviews_list {
  max-width: 320px;
  margin: 32px auto 0;
}
@media (min-width: 986px) {
  .hp_promo_review .reviews_list {
    max-width: 444px;
    margin-top: 44px;
  }
}
.hp_promo_review .review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  border-radius: 12px;
  padding: 24px 0;
  background: #fff;
}
@media (min-width: 986px) {
  .hp_promo_review .review {
    padding: 33px 0;
    gap: 17px;
  }
}
.hp_promo_review .review:first-child {
  border-radius: 0 0 12px 12px;
}
@media (min-width: 986px) {
  .hp_promo_review .review:first-child {
    border-radius: 0 0 17px 17px;
  }
}
.hp_promo_review .review:last-child {
  border-radius: 12px 12px 0 0;
}
@media (min-width: 986px) {
  .hp_promo_review .review:last-child {
    border-radius: 17px 17px 0 0;
  }
}
.hp_promo_review .review:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section3_line@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_review .review:not(:last-child)::before {
    height: 2px;
    background-size: 100% auto;
  }
}
.hp_promo_review .review_quote {
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_review .review_quote {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_review .review_quote strong {
  color: #1ca06a;
}
.hp_promo_review .review_meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}
@media (min-width: 986px) {
  .hp_promo_review .review_meta {
    gap: 8px;
    margin-top: 17px;
  }
}
.hp_promo_review .review_meta::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section3_author@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_review .review_meta::before {
    width: 34px;
    height: 34px;
  }
}
.hp_promo_review .review_author {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.4px;
  opacity: 0.8;
}
@media (min-width: 986px) {
  .hp_promo_review .review_author {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.556px;
  }
}

.hp_promo_content {
  padding: 48px 20px;
  background-color: #18181d;
}
@media (min-width: 986px) {
  .hp_promo_content {
    padding: 67px 0;
  }
}
.hp_promo_content .content_contents_title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .content_contents_title {
    font-size: 39px;
    line-height: 51px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .content {
  max-width: 320px;
  margin: 40px auto 0;
}
@media (min-width: 986px) {
  .hp_promo_content .content {
    max-width: 444px;
    margin-top: 56px;
  }
}
.hp_promo_content .content_title {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 986px) {
  .hp_promo_content .content_title {
    gap: 11px;
  }
}
.hp_promo_content .content_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #e8f5f0;
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
@media (min-width: 986px) {
  .hp_promo_content .content_num {
    width: 33px;
    height: 33px;
    font-size: 19px;
    line-height: 23px;
  }
}
.hp_promo_content .content_text {
  color: #e8f5f0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .content_text {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .content_em {
  color: #1ca06a;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .content_em {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .card_list {
  margin-top: 16px;
}
@media (min-width: 986px) {
  .hp_promo_content .card_list {
    margin-top: 22px;
  }
}
.hp_promo_content .card_item {
  width: 260px;
  margin-right: 12px;
}
@media (min-width: 986px) {
  .hp_promo_content .card_item {
    width: 360px;
    margin-right: 17px;
  }
}
.hp_promo_content .card_figure {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
@media (min-width: 986px) {
  .hp_promo_content .card_figure {
    border-radius: 22px;
  }
}
.hp_promo_content .card_text,
.hp_promo_content .card_caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  padding: 16px;
  background: #fff;
}
@media (min-width: 986px) {
  .hp_promo_content .card_text,
  .hp_promo_content .card_caption {
    gap: 8px;
    padding: 22px;
  }
}
.hp_promo_content .card_label {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 3px 10px;
  border: 1px solid #1ca06a;
  border-radius: 20px;
  background: #fff;
  color: #1ca06a;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .card_label {
    gap: 14px;
    padding: 6px 14px 4px;
    border-radius: 28px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .card_meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.hp_promo_content .card_name {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .card_name {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .card_role {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .card_role {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .card_heading {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .card_heading {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .jswiper {
  overflow: visible !important;
}
.hp_promo_content .jswiper:after, .hp_promo_content .jswiper:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
}
.hp_promo_content .jswiper:before {
  z-index: 1;
  right: 100%;
  background: linear-gradient(270deg, rgba(24, 24, 29, 0), rgb(24, 24, 29) 283px, rgb(24, 24, 29));
}
.hp_promo_content .jswiper:after {
  left: 100%;
  background: linear-gradient(90deg, rgba(24, 24, 29, 0), rgb(24, 24, 29) 283px, rgb(24, 24, 29));
}
@media (min-width: 986px) {
  .hp_promo_content .jswiper .slide {
    opacity: 0.3;
  }
}
@media (min-width: 986px) {
  .hp_promo_content .jswiper .slide_up {
    opacity: 1;
  }
}
@media (min-width: 986px) {
  .hp_promo_content .jswiper_pagination {
    justify-content: flex-end;
    gap: 8px;
    margin-top: 22px;
  }
}
@media (min-width: 986px) {
  .hp_promo_content .jswiper_pagination button {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
@media (min-width: 986px) {
  .hp_promo_content .jswiper_pagination button [class*=ico_] {
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect width='40' height='40' rx='20' fill='%23222222'/%3E%3Crect x='0.666667' y='0.666667' width='38.6667' height='38.6667' rx='19.3333' stroke='black' stroke-opacity='0.1' stroke-width='1.33333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.657 19.8512L14.649 19.8592L21.8803 27.0905L23.0117 25.9591L16.9037 19.8512L23.0117 13.7432L21.8803 12.6118L14.649 19.8432L14.657 19.8512Z' fill='white'/%3E%3C/svg%3E");
  }
}
@media (min-width: 986px) {
  .hp_promo_content .jswiper_pagination button[aria-disabled=true] [class*=ico_] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect width='40' height='40' rx='20' fill='%23222222'/%3E%3Crect x='0.666667' y='0.666667' width='38.6667' height='38.6667' rx='19.3333' stroke='black' stroke-opacity='0.1' stroke-width='1.33333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.657 19.8512L14.649 19.8592L21.8803 27.0905L23.0117 25.9591L16.9037 19.8512L23.0117 13.7432L21.8803 12.6118L14.649 19.8432L14.657 19.8512Z' fill='%23666666'/%3E%3C/svg%3E");
  }
}
.hp_promo_content .btn_cta_home {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 48px auto 0;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #1ca06a;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (min-width: 986px) {
  .hp_promo_content .btn_cta_home {
    max-width: 444px;
    margin-top: 67px;
    padding: 21px 42px;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.556px;
  }
}
.hp_promo_content .btn_cta_home .content_brand {
  width: 119px;
  height: 15px;
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/section4_brand@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 986px) {
  .hp_promo_content .btn_cta_home .content_brand {
    width: 165px;
    height: 21px;
  }
}

.hp_promo_share {
  background: #f4f5fa;
}
@media (min-width: 986px) {
  .hp_promo_share {
    padding: 56px 0 67px;
  }
}
@media (max-width: 985px) {
  .hp_promo_share {
    padding: 40px 0 48px;
  }
}

.share_title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 986px) {
  .share_title {
    font-size: 31px;
    line-height: 46px;
    letter-spacing: -0.556px;
  }
}
@media (max-width: 985px) {
  .share_title {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.4px;
  }
}

.share_items {
  display: flex;
  justify-content: center;
}
@media (min-width: 986px) {
  .share_items {
    margin-top: 22px;
  }
}
@media (max-width: 985px) {
  .share_items {
    margin-top: 16px;
  }
}

@media (min-width: 986px) {
  .share_item + .share_item {
    margin-left: 20px;
  }
}
@media (max-width: 985px) {
  .share_item + .share_item {
    margin-left: 16px;
  }
}
.share_item [type=button] {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 986px) {
  .share_item [type=button] {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 985px) {
  .share_item [type=button] {
    width: 50px;
    height: 50px;
  }
}
.share_item .button_kakao {
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/icon_kakao.png");
}
.share_item .button_facebook {
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/icon_facebook.png");
}
.share_item .button_x {
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/icon_x.png");
}
.share_item .button_copy {
  background-image: url("https://assets.joongang.co.kr/images/event/2026/helloParents/icon_copy.png");
}
.hp_promo_notice {
  margin: 0 auto;
}
@media (min-width: 986px) {
  .hp_promo_notice {
    max-width: 444px;
    padding: 56px 0 111px;
  }
}
@media (max-width: 985px) {
  .hp_promo_notice {
    max-width: 360px;
    padding: 40px 20px 80px;
  }
}

.notice_title {
  color: #000;
  font-weight: 700;
}
@media (min-width: 986px) {
  .notice_title {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.556px;
  }
}
@media (max-width: 985px) {
  .notice_title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.4px;
  }
}

.notice_subtitle {
  color: #666;
  font-weight: 700;
}
@media (min-width: 986px) {
  .notice_subtitle {
    margin-top: 22px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.556px;
  }
}
@media (max-width: 985px) {
  .notice_subtitle {
    margin-top: 16px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
}

@media (min-width: 986px) {
  .notice_items {
    margin-top: 11px;
  }
}
@media (max-width: 985px) {
  .notice_items {
    margin-top: 8px;
  }
}

.notice_item {
  position: relative;
  padding-left: 12px;
  color: #666;
  font-weight: 400;
}
@media (min-width: 986px) {
  .notice_item {
    margin-top: 3px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.556px;
  }
}
@media (max-width: 985px) {
  .notice_item {
    margin-top: 2px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
}
.notice_item::before {
  content: "";
  position: absolute;
  left: 0;
  background: #666;
  border-radius: 100%;
}
@media (min-width: 986px) {
  .notice_item::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 985px) {
  .notice_item::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.notice_item a {
  color: inherit;
}

.full_popup {
  display: none;
}

.layer_terms,
.layer_confirm {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90%;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.layer_terms {
  max-width: 360px;
  padding: 54px 20px 40px;
}
@media (max-width: 985px) {
  .layer_terms {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (max-width: 986px) {
  .layer_terms {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
  .layer_terms:after {
    max-width: 100%;
  }
}
.layer_terms .logo_plus {
  width: 254px;
  height: 29px;
  margin: 0 auto;
}
.layer_terms .layer_header .title {
  display: block;
  margin-top: 12px;
  color: #111;
  text-align: center;
  font-size: 20px;
  line-height: 30px; /* 150% */
  letter-spacing: -0.4px;
}
.layer_terms .sub_title {
  display: block;
  margin-top: 10px;
  color: #111;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_terms .sub_title .font_primary {
  color: #f6330a;
  vertical-align: top;
  margin-left: 2px;
}
.layer_terms .input_group {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.layer_terms .form_control {
  width: 100%;
  height: 48px;
  border: 1px solid #cdcdcd;
  padding: 0 16px;
}
.layer_terms .button_search {
  flex-shrink: 0;
  height: 48px;
  padding: 13px 21px;
  margin-left: 8px;
  border: 1px solid #111;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.400000006px;
  text-align: center;
}
.layer_terms .btn_gray {
  margin-top: 32px;
  background-color: #111;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  border: none;
}
.layer_terms .btn_gray:disabled {
  background-color: #d9d9d9;
}
.layer_terms > .btn_close {
  top: 20px;
  right: 20px;
}
.layer_terms .ico_close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8984 2.80713L12.7061 11.9995L21.8984 21.1919L21.1914 21.8989L11.999 12.7065L2.80664 21.8989L2.09961 21.1919L11.292 11.9995L2.09961 2.80713L2.80664 2.1001L11.999 11.2925L21.1914 2.1001L21.8984 2.80713Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
}

.event_participation {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.event_participation .badge {
  display: block;
  width: fit-content;
  padding: 0 6px 1px 6px;
  background: #feeae6;
  color: #f6330a;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.4px;
}
.event_participation .title {
  display: block;
  margin-top: 8px;
  color: #111;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.event_participation .sub_title {
  margin-top: 30px;
  font-weight: 700;
}
.event_participation .sub_title span {
  font-weight: 400;
}
.event_participation .desc {
  margin-top: 8px;
  color: #111;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.4px;
}
.event_participation .form_check {
  margin-top: 30px;
}
.event_participation .form_check_input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.event_participation .form_check_input:checked + .form_check_label:before {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23111'/%3E%3Cpath fill='%23fff' d='m4.8 10.06 4.074 4.073 6.716-6.72-1.167-1.166-5.545 5.551L5.97 8.89 4.8 10.06Z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.event_participation .form_check_label {
  position: relative;
  display: block;
  padding-left: 26px;
  color: #111;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  cursor: pointer;
}
.event_participation .form_check_label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
}
.event_participation .agree_box {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  max-height: 95px;
  margin-top: 12px;
  padding: 16px;
  background: #f8f8f8;
  color: #666;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.4px;
}

.layer_confirm {
  max-width: 320px;
  padding: 40px 30px 30px;
}
.layer_confirm .layer_body p {
  text-align: center;
  color: #111;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_confirm .layer_footer {
  margin-top: 20px;
  padding: 0 10px;
}
.layer_confirm .layer_footer button {
  position: static;
  width: 100%;
  height: 36px;
  font-size: 14px;
}
.layer_confirm > .btn_close {
  top: 10px;
  right: 10px;
}
.layer_confirm .ico_close {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4248 3.30713L10.707 10.0249L17.4248 16.7427L16.7178 17.4497L10 10.7319L3.28223 17.4497L2.5752 16.7427L9.29297 10.0249L2.5752 3.30713L3.28223 2.6001L10 9.31787L16.7178 2.6001L17.4248 3.30713Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}