/* banner */
.banner {
  display: flex;
  flex-direction: column;
}
/* banner top */
.banner-top-part {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.banner-top-part-img-wrapper {
  position: relative;
}
.banner-top-note-wrapper {
  position: absolute;
  white-space: nowrap;
}
.banner-top-note-wrapper.wrapper1 {
  top: 390px;
  left: 190px;
}
.banner-top-note-wrapper.wrapper2 {
  top: 204px;
  right: -24px;
}
.banner-top-note-wrapper.wrapper3 {
  top: 300px;
  left: 0px;
}
.banner-top-note-wrapper .icon {
  position: relative;
  top: 0;
  left: 0;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 16px;
  height: 16px;
  background-color: #4069e5ff;
}
.banner-top-note-wrapper span {
  position: relative;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 6px;
  border-radius: 14px;
  font-family: Inter; /* Body */
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffffff; /* white */
  background: #4069e5ff; /* tertiary1-500 */
}
.banner-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  font-family: Inter; /* Body */
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  color: #171a1fff; /* neutral-900 */
}
.banner-text-wrapper span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 44px;
  margin-bottom: 20px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 22px;
  font-family: Inter; /* Body */
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  opacity: 1;
  color: #379ae6ff; /* info-500 */
  background: #f1f8fdff; /* info-100 */
  cursor: pointer;
}
.banner-text-wrapper span:hover {
  color: #379ae6ff; /* info-500 */
  background: #acd5f5ff; /* info-250 */
}
.banner-text-wrapper span:hover:active {
  color: #379ae6ff; /* info-500 */
  background: #66b2ecff; /* info-400 */
}
.banner-text-wrapper span:disabled {
  color: #379ae6ff; /* info-500 */
  background: #f1f8fdff; /* info-100 */
}
.banner-left-img-wrapper {
  width: 347px;
  height: 457px;
  object-fit: contain;
}
.banner-right-img-wrapper {
  width: 361px;
  height: 220px;
  object-fit: contain;
}

/* banner bottom */
.banner-bottom-part {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 0;
}
.banner-bottom-item {
  display: flex;
  flex-direction: row;
  width: 351px;
  margin: 20px 0 0;
}
.bottom-item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-item-left img {
  width: 24px;
  height: 24px;
}
.bottom-item-left .icon {
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 24px;
  height: 24px;
  background-color: #4069e5ff;
}
.bottom-item-left .line {
  width: 0px;
  height: 102px;
  margin-top: 6px;
  border-width: 1px;
  border-color: #bcc1caff; /* neutral-400 */
  border-style: solid;
}
.bottom-item-right {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
}
.bottom-item-right-top {
  margin-bottom: 20px;
  font-family: Inter; /* Body */
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #171a1fff; /* neutral-900 */
}
.bottom-item-right-bottom {
  font-family: Inter; /* Body */
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #6e7787ff; /* neutral-550 */
}

@media screen and (min-width: 1200px) {
  /* banner */
  .banner {
    display: flex;
    flex-direction: column;
  }
  /* banner top */
  .banner-top-part {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .banner-top-part-img-wrapper {
    position: relative;
  }
  .banner-top-note-wrapper {
    position: absolute;
    white-space: nowrap;
  }
  .banner-top-note-wrapper.wrapper1 {
    top: 280px;
    left: 272px;
  }
  .banner-top-note-wrapper.wrapper2 {
    top: 204px;
    right: -44px;
  }
  .banner-top-note-wrapper.wrapper3 {
    top: 399px;
    left: 165px;
  }
  .banner-top-note-wrapper .icon {
    position: relative;
    top: 0;
    left: 0;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 16px;
    height: 16px;
    background-color: #4069e5ff;
  }
  .banner-top-note-wrapper span {
    position: relative;
    left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    padding: 0 6px;
    border-radius: 14px;
    font-family: Inter; /* Body */
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffffff; /* white */
    background: #4069e5ff; /* tertiary1-500 */
  }
  .banner-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: Inter; /* Body */
    font-size: 64px;
    line-height: 84px;
    font-weight: 700;
    text-align: center;
    color: #171a1fff; /* neutral-900 */
  }
  .banner-text-wrapper span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 197px;
    height: 44px;
    margin-bottom: 38px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 22px;
    font-family: Inter; /* Body */
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    opacity: 1;
    color: #379ae6ff; /* info-500 */
    background: #f1f8fdff; /* info-100 */
    cursor: pointer;
  }
  .banner-text-wrapper span:hover {
    color: #379ae6ff; /* info-500 */
    background: #acd5f5ff; /* info-250 */
  }
  .banner-text-wrapper span:hover:active {
    color: #379ae6ff; /* info-500 */
    background: #66b2ecff; /* info-400 */
  }
  .banner-text-wrapper span:disabled {
    color: #379ae6ff; /* info-500 */
    background: #f1f8fdff; /* info-100 */
  }
  .banner-left-img-wrapper {
    width: 347px;
    height: 457px;
    object-fit: contain;
  }
  .banner-right-img-wrapper {
    width: 361px;
    height: 220px;
    object-fit: contain;
  }
  /* banner bottom */
  .banner-bottom-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
    padding: 0 142px;
  }
  .banner-bottom-item {
    display: flex;
    flex-direction: row;
    width: 351px;
    margin: 0;
  }
  .bottom-item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-item-left img {
    width: 24px;
    height: 24px;
  }
  .bottom-item-left .icon {
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 24px;
    height: 24px;
    background-color: #4069e5ff;
  }
  .bottom-item-left .line {
    width: 0px;
    height: 102px;
    margin-top: 6px;
    border-width: 1px;
    border-color: #bcc1caff; /* neutral-400 */
    border-style: solid;
  }
  .bottom-item-right {
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
  }
  .bottom-item-right-top {
    margin-bottom: 20px;
    font-family: Inter; /* Body */
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #171a1fff; /* neutral-900 */
  }
  .bottom-item-right-bottom {
    font-family: Inter; /* Body */
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #6e7787ff; /* neutral-550 */
  }
}
