:root {
  --mukkebi-main: #FFA100;
  --mukkebi-caption: #4D4D4D;
  /* --mukkebi-hana-main : #009178; */
  --mukkebi-hana-main: #009178;
}

.landing-container {
  width: 100vw;
  min-width: 1050px;
  text-align: center;
  margin: auto;
  margin-top: 51px;
  color: #222222;
  line-height: 1.4;
}

.inner-container {
  width: 1050px;
  margin: auto;
}

/* 양식 시작 */
.basic-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 150px; */
  gap: 9.375em;
  width: 100%;
}

.basic-form {
  width: 100%;
}

.basic-form .explain-caption {
  /* margin-bottom: 100px; */
  margin-bottom: 6.25em;
}

.basic-form .explain-content {
  width: 100%;
}

/* 양식 끝 */

/* 히어로 섹션 시작  */
.hero-section {
  background: linear-gradient(173deg, #FFECBD 6.46%, #FFF 94.28%);
  padding: 12.5em 0;
}

.hero-section .capsule-bar {
  padding: 1.1875em 2.375em;
  border-radius: 5.625em;
  background: rgba(255, 255, 255, 0.50);
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 6.25em;
}

.hero-section .capsule-bar>li {
  padding: 0 1em;
  display: flex;
  align-items: center;
  border-right: #636363 1px solid;
}

.hero-section .capsule-bar>li:first-child {
  padding: 0 1em 0 0;
}

.hero-section .capsule-bar>li:last-child {
  padding: 0 0 0 1em;
  border-right: none;
}

.hero-section .hanabank-logo-img {
  height: 2.375em;
}

.hero-section .sinsinmnc-logo-img {
  height: 1.75em;
}

.hero-section .mukkebi-logo-img {
  height: 2.125em;
}

.hero-section .hero-img-box {
  position: relative;
  width: fit-content;
  width: 72.285714%;
  left: 9.895915%;
}

.hero-section .hero-img {
  width: 100%;
}

.hero-section .hero-text {
  position: absolute;
  font-family: 'SchoolSafeOuting', 'Pretendard';
  transform: rotate(10deg);
  top: 36.002654%;
  left: 78.063241%;
  white-space: nowrap
}

.hero-section .underline {
  position: absolute;
  background: #FFF6DE;
  z-index: 0;
  left: -5%;
  bottom: 0;
  /* width: 110%; */
  width: 0%;
  height: 0.742857em;
}


/* 히어로 섹션 끝 */
/* 이벤트 소개 섹션 시작  */
.event-sort-section {}

.event-sort-section .capsule {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 3px solid rgba(255, 255, 255, 0.6);
  width: fit-content;
  border-radius: 1.16em;
  padding: 0.36em 1.1em;
  margin: 0 auto 1.5em;
}

.event-sort-section .free-brokerage-fee {
  background: var(--mukkebi-main);
  padding: 9.375em 0 12.5em;
}

.event-sort-section .free-brokerage-fee .capsule {}


.event-sort-section .new-subscription-img-box {
  position: relative;
  width: 72.85714%;
  margin: auto;
}

.event-sort-section .new-subscription-img {
  width: 100%;
}

.event-sort-section .new-subscription-zero-img {
  position: absolute;
  width: 44.262295%;
  left: -11.8852459%;
  top: 11.804613%;
  /* transform: scale(0); */
  transform-origin: 78.7037037% 100%;
}

.event-sort-section .free-brokerage-fee .card {
  background: #FFFFFF;
  width: 89.90476%;
  /* margin: -37px auto 0; */
  margin: -2.3125em auto 0;
  padding: 5em 0 6.25em;
  border-radius: 2.1875em;
}

.event-sort-section .hanabank_change_benefit {
  /* background: #00AE8D; */
  background: var(--mukkebi-hana-main);
  padding: 9.375em 0 6.25em;
}

.event-sort-section .hanabank_change_benefit .capsule {}

.event-sort-section .hanabank_change_benefit .mukkebi-hana-benefit-img {
  width: 79.8095238%;
  margin-bottom: 10em;
}

.event-sort-section .hanabank_change_benefit .card-box {
  width: 89.904761%;
  margin: auto;
}

.event-sort-section .hanabank_change_benefit .card-box>*:not(:last-child) {
  margin-bottom: 2.8125em;
}

.event-sort-section .hanabank_change_benefit .card {
  background: #FFFFFF;
  border-radius: 2.1875em;
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  padding: 3.75em 0;
}

/* 이벤트 소개 섹션 끝 */

/* 추가혜택 섹션 시작  */
.additional-benefits-section {
  background: #E6F7F1;
  padding: 9.375em 0 12.5em;
}

.additional-benefits-section .capsule {
  width: fit-content;
  padding: 0.36em 0.9em;
  border-radius: 1.1em;
  margin: 0 auto 1.5em;
  background: #0C483E;
  color: #FFFFFF;
}

.additional-benefits-section .mukkebi-connect-img-box {
  width: 77.238095%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10em;
}

.additional-benefits-section .mukkebi-connect-img {
  width: 61.89889%;
}

.additional-benefits-section .card {
  background: #FFFFFF;
  border-radius: 2.1875em;
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  padding: 3.75em 0;
}

/* 추가혜택 섹션 끝 */

/* 혜택 정리 섹션 시작  */
.benefits-arrangement-section {
  padding: 12.5em 0 0;

  background:
    radial-gradient(ellipse 70% 45% at 55% 38%,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.65) 38%,
      rgba(255, 255, 255, 0) 75%),

    radial-gradient(ellipse 75% 90% at 0% 0%,
      rgba(220, 250, 248, 0.95) 0%,
      rgba(224, 250, 246, 0.75) 35%,
      rgba(224, 250, 246, 0) 75%),

    radial-gradient(ellipse 85% 95% at 0% 100%,
      rgba(200, 250, 195, 0.9) 0%,
      rgba(218, 250, 208, 0.65) 42%,
      rgba(218, 250, 208, 0) 80%),

    radial-gradient(ellipse 80% 100% at 100% 0%,
      rgba(240, 252, 222, 0.9) 0%,
      rgba(243, 251, 232, 0.75) 45%,
      rgba(243, 251, 232, 0) 82%),

    linear-gradient(180deg,
      #e4faf4 0%,
      #f4fbef 40%,
      #f6fbef 58%,
      #e9fcdd 100%);
}

.benefits-arrangement-section .title {
  color: #0C483E;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
  margin-bottom: 2em;
}

.benefits-arrangement-section .card-box {
  margin: 0 auto 9.375em;
}

.benefits-arrangement-section .card-box>*:not(:last-child) {
  margin-bottom: 2em;
}

.benefits-arrangement-section .card {
  border-radius: 1em;
  overflow: hidden;
  width: 90%;
  margin: auto;
}

.benefits-arrangement-section .card .card-top {
  position: relative;
  background: #00AE8D;
  padding: 2em 0;
}

.benefits-arrangement-section .card .card-top .triangle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8125em 1.46875em 0px 1.46875em;
  border-color: #00ae8d transparent transparent transparent;
  z-index: 1;
}

.benefits-arrangement-section .card .card-content {
  padding: 6.25em 0;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  position: relative;
}

.benefits-arrangement-section .card .content-li {
  width: 100%;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.benefits-arrangement-section .card .content-li:not(:last-child) {
  border-right: #A2A2A2 1px solid;
}


.benefits-arrangement-section .card .featured-box {
  position: relative;
  width: fit-content;
  margin: auto;
}

.benefits-arrangement-section .card .text-box {
  height: fit-content;
}

.benefits-arrangement-section .card .plus {
  width: 2.875em;
  height: 2.875em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background: #00AE8D;
  border-radius: 100%;
}

.benefits-arrangement-section .card .plus div {
  background: #FFFFFF;
  position: absolute;
  width: 50%;
  height: 13.04347826086957%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.benefits-arrangement-section .card .plus div:nth-of-type(1) {}

.benefits-arrangement-section .card .plus div:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}



.benefits-arrangement-section .bottom-box {
  background: var(--mukkebi-hana-main);
  color: #FFFFFF;
  padding: 2em 0 2.75em;
}

.benefits-arrangement-section .underline-criteria {
  position: relative;
}

.benefits-arrangement-section .underline {
  position: absolute;
  object-fit: cover;
  /* width: 110.27027%; */
  width: 0%;
  height: 20.40816%;
  bottom: 0;
  left: -5%;
  transform: translateY(100%);
}

/* 혜택 정리 섹션 끝 */

/* 안내사항 섹션 시작 */
.promotion-notice-section {
  background: #495B73;
  color: #FFFFFF;
  padding: 6.25em 0 9.375em;
}

.promotion-notice-section .inner-container {
  width: 945px;
}

/* 안내사항 섹션 끝 */
/* 상담문의 섹션 시작  */
/* 상담문의 섹션 끝 */

@media screen and (max-width: 768px) {

  .landing-container {
    width: 100vw;
    min-width: 0;
    text-align: center;
    margin: auto;
    margin-top: 26px;
    color: #222222;
  }

  .inner-container {
    width: min(100vw, 400px);
    margin: auto;
  }

  /* 양식 시작 */
  .basic-frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: min(15vw, 60px);
    width: 100%;
  }

  .basic-form {
    width: 100%;
  }

  .basic-form .explain-caption {
    margin-bottom: min(10vw, 40px);
  }

  .basic-form .explain-content {
    width: 100%;
  }

  /* 양식 끝 */

  /* 히어로 섹션 시작  */
  .hero-section {
    background: linear-gradient(173deg, #FFECBD 6.46%, #FFF 94.28%);
    padding: 12.5em 0;
  }

  .hero-section .capsule-bar {
    padding: 1.1875em 2.375em;
    border-radius: 5.625em;
    background: rgba(255, 255, 255, 0.50);
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto 6.25em;
  }

  .hero-section .capsule-bar>li {
    padding: 0 1em;
    display: flex;
    align-items: center;
    border-right: #636363 1px solid;
  }

  .hero-section .capsule-bar>li:first-child {
    padding: 0 1em 0 0;
  }

  .hero-section .capsule-bar>li:last-child {
    padding: 0 0 0 1em;
    border-right: none;
  }

  .hero-section .hanabank-logo-img {
    height: 2.375em;
  }

  .hero-section .sinsinmnc-logo-img {
    height: 1.75em;
  }

  .hero-section .mukkebi-logo-img {
    height: 2.125em;
  }

  .hero-section .hero-img-box {
    position: relative;
    width: fit-content;
    width: 72.285714%;
    left: 9.895915%;
  }

  .hero-section .hero-img {
    width: 100%;
  }

  .hero-section .hero-text {
    position: absolute;
    font-family: 'SchoolSafeOuting', 'Pretendard';
    transform: rotate(10deg);
    top: 36.002654%;
    left: 78.063241%;
    white-space: nowrap
  }

  .hero-section .underline {
    position: absolute;
    background: #FFF6DE;
    z-index: 0;
    left: -5%;
    bottom: 0;
    /* width: 110%; */
    width: 0%;
    height: 0.742857em;
  }


  /* 히어로 섹션 끝 */
  /* 이벤트 소개 섹션 시작  */
  .event-sort-section {}

  .event-sort-section .capsule {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    border: 3px solid rgba(255, 255, 255, 0.6);
    width: fit-content;
    border-radius: 1.16em;
    padding: 0.36em 1.1em;
    margin: 0 auto 1.5em;
  }

  .event-sort-section .free-brokerage-fee {
    background: var(--mukkebi-main);
    padding: 9.375em 0 12.5em;
  }

  .event-sort-section .free-brokerage-fee .capsule {}


  .event-sort-section .new-subscription-img-box {
    position: relative;
    width: 72.85714%;
    margin: auto;
  }

  .event-sort-section .new-subscription-img {
    width: 100%;
  }

  .event-sort-section .new-subscription-zero-img {
    position: absolute;
    width: 44.262295%;
    left: -11.8852459%;
    top: 11.804613%;
    /* transform: scale(0); */
    transform-origin: 78.7037037% 100%;
  }

  .event-sort-section .free-brokerage-fee .card {
    background: #FFFFFF;
    width: 89.90476%;
    /* margin: -37px auto 0; */
    margin: -2.3125em auto 0;
    padding: 5em 0 6.25em;
    border-radius: 2.1875em;
  }

  .event-sort-section .hanabank_change_benefit {
    /* background: #00AE8D; */
    background: var(--mukkebi-hana-main);
    padding: 9.375em 0 6.25em;
  }

  .event-sort-section .hanabank_change_benefit .capsule {}

  .event-sort-section .hanabank_change_benefit .mukkebi-hana-benefit-img {
    width: 79.8095238%;
    margin-bottom: 10em;
  }

  .event-sort-section .hanabank_change_benefit .card-box {
    width: 89.904761%;
    margin: auto;
  }

  .event-sort-section .hanabank_change_benefit .card-box>*:not(:last-child) {
    margin-bottom: 2.8125em;
  }

  .event-sort-section .hanabank_change_benefit .card {
    background: #FFFFFF;
    border-radius: 2.1875em;
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
    padding: 3.75em 0;
  }

  /* 이벤트 소개 섹션 끝 */

  /* 추가혜택 섹션 시작  */
  .additional-benefits-section {
    background: #E6F7F1;
    padding: 9.375em 0 12.5em;
  }

  .additional-benefits-section .capsule {
    width: fit-content;
    padding: 0.36em 0.9em;
    border-radius: 1.1em;
    margin: 0 auto 1.5em;
    background: #0C483E;
    color: #FFFFFF;
  }

  .additional-benefits-section .mukkebi-connect-img-box {
    width: 77.238095%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10em;
  }

  .additional-benefits-section .mukkebi-connect-img {
    width: 61.89889%;
  }

  .additional-benefits-section .card {
    background: #FFFFFF;
    border-radius: 2.1875em;
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
    padding: 3.75em 0;
  }

  /* 추가혜택 섹션 끝 */

  /* 혜택 정리 섹션 시작  */
  .benefits-arrangement-section {
    padding: 12.5em 0 0;

    background:
      radial-gradient(ellipse 70% 45% at 55% 38%,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.65) 38%,
        rgba(255, 255, 255, 0) 75%),

      radial-gradient(ellipse 75% 90% at 0% 0%,
        rgba(220, 250, 248, 0.95) 0%,
        rgba(224, 250, 246, 0.75) 35%,
        rgba(224, 250, 246, 0) 75%),

      radial-gradient(ellipse 85% 95% at 0% 100%,
        rgba(200, 250, 195, 0.9) 0%,
        rgba(218, 250, 208, 0.65) 42%,
        rgba(218, 250, 208, 0) 80%),

      radial-gradient(ellipse 80% 100% at 100% 0%,
        rgba(240, 252, 222, 0.9) 0%,
        rgba(243, 251, 232, 0.75) 45%,
        rgba(243, 251, 232, 0) 82%),

      linear-gradient(180deg,
        #e4faf4 0%,
        #f4fbef 40%,
        #f6fbef 58%,
        #e9fcdd 100%);
  }

  .benefits-arrangement-section .title {
    color: #0C483E;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
    margin-bottom: 2em;
  }

  .benefits-arrangement-section .card-box {
    margin: 0 auto 9.375em;
  }

  .benefits-arrangement-section .card-box>*:not(:last-child) {
    margin-bottom: 2em;
  }

  .benefits-arrangement-section .card {
    border-radius: 1em;
    overflow: hidden;
    width: 90%;
    margin: auto;
  }

  .benefits-arrangement-section .card .card-top {
    position: relative;
    background: #00AE8D;
    padding: 2em 0;
  }

  .benefits-arrangement-section .card .card-top .triangle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.8125em 1.46875em 0px 1.46875em;
    border-color: #00ae8d transparent transparent transparent;
    z-index: 1;
  }

  .benefits-arrangement-section .card .card-content {
    padding: 6.25em 0;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    position: relative;
  }

  .benefits-arrangement-section .card .content-li {
    width: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  .benefits-arrangement-section .card .content-li:not(:last-child) {
    border-right: #A2A2A2 1px solid;
  }


  .benefits-arrangement-section .card .featured-box {
    position: relative;
    width: fit-content;
    margin: auto;
  }

  .benefits-arrangement-section .card .text-box {
    height: fit-content;
  }

  .benefits-arrangement-section .card .plus {
    width: 2.875em;
    height: 2.875em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background: #00AE8D;
    border-radius: 100%;
  }

  .benefits-arrangement-section .card .plus div {
    background: #FFFFFF;
    position: absolute;
    width: 50%;
    height: 13.04347826086957%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .benefits-arrangement-section .card .plus div:nth-of-type(1) {}

  .benefits-arrangement-section .card .plus div:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg);
  }



  .benefits-arrangement-section .bottom-box {
    background: var(--mukkebi-hana-main);
    color: #FFFFFF;
    padding: 2em 0 2.75em;
  }

  .benefits-arrangement-section .underline-criteria {
    position: relative;
  }

  .benefits-arrangement-section .underline {
    position: absolute;
    object-fit: cover;
    /* width: 110.27027%; */
    width: 0%;
    height: 20.40816%;
    bottom: 0;
    left: -5%;
    transform: translateY(100%);
  }

  /* 혜택 정리 섹션 끝 */

  /* 안내사항 섹션 시작 */
  .promotion-notice-section {
    background: #495B73;
    color: #FFFFFF;
    padding: 6.25em 0 9.375em;
  }

  .promotion-notice-section .inner-container {
    width: min(90vw, 360px);
  }

  /* 안내사항 섹션 끝 */
  /* 상담문의 섹션 시작  */
  /* 상담문의 섹션 끝 */

}