.entry-wrapper {
  display: flex;
  width: 100%;
  height: 80px;
  padding: 16px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--mintgreen, #4be79c);
}

.entry-sub-wrapper {
  display: flex;
  width: 996px;
  justify-content: space-between;
  align-items: center;
}

.entry-text-wrapper {
  display: flex;
  width: 680px;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}

.entry-text {
  color: #1e285c;
  font-family: "M PLUS 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%; /* 35.84px */
}

.entry-button {
  width: 250px;
  height: 54px;
  display: block;
}

@media (max-width: 1080px) {
  .entry-wrapper {
    display: flex;
    width: 100%;
    height: 120px;
    padding: 16px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: var(--mintgreen, #4be79c);
  }

  .entry-sub-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .entry-text-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .entry-text {
    color: #1e285c;
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .entry-button {
    display: flex;
    width: 280px;
    height: 24px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: var(--lihgt_Red, #ff456d);
    text-align: center;
    margin-top: 16px;
  }

  .entry-text-sp {
    color: var(--lightellow, #f9ff7d);
    text-align: center;

    font-family: "M PLUS 2";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
