main {
  width: 100%;
}
section.title {
  margin-top: 0px;
  margin-bottom: 63px;
  width: 100%;
  height: 384px;
  background-image: url(../../image/membership/banner-background.png);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.title .banner-box-1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.title .banner-box-1 span {
  background: #ffffff;
  color: #525a8b;
  border-radius: 4px;
  padding: 0 5px;
}
.title .banner-box-2 {
  margin-bottom: 3px;
  font-size: 62px;
  font-weight: 800;
  text-align: center;
  line-height: 120%;
}
.banner-box-3 {
  margin-bottom: 40px;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
.banner-box-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #d3e1ff;
  font-size: 14px;
  font-weight: 600;
}
section.title > img {
  width: auto;
}
.membership-icon {
  margin-bottom: 16px;
  width: 178px;
  height: 130px;
}
.membership:hover {
  background: #f0f4ff;
}

h1 {
  font-size: 45px;
  font-weight: 700;
}
.membership-title {
  position: relative;
}
.membership-title p {
  position: absolute;
  right: 0;
  top: 100%;
  color: #a1a3a7;
  font-size: 13px;
}
h2.sub-title {
  padding: 17px 23px;
  font-size: 20px;
  font-weight: 700;
}
.sub-title-bottom-stick {
  margin-top: 17px;
  margin-bottom: 66px;
  width: 50px;
  height: 2.5px;
  background: var(--black50);
}
section.product-card {
  margin-bottom: 150px;
}

.cards {
  gap: 25px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px 16px;
  width: 308px;
  height: 394px;
  border-radius: 15px;
  background: #b1b8c710;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.02);
  border: 1px solid #b1b8c730;
  transition: all 0.3s;
  margin-top: 0;
}
.card.not-now:hover {
  transform: translateY(-10px);
}
.card.vip {
  background: #b1b8c710;
}
.crown-big {
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
.card-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-title .crown-icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.card-title.big {
  font-size: 60px;
  justify-content: center;
}
.price.big {
  text-align: center;
}
.card-title span {
  padding: 3px;
  border-radius: 4px;
  background: #1e1e1e;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.summary {
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 13px;
  line-height: 1.4;
}
.price {
  margin-bottom: 28px;
  color: #3874FF;
  font-size: 30px;
  font-weight: 700;
}
.price p {
  display: inline-block;
  margin-right: 5px;
  color: #b0b4ba;
  font-size: 17px;
  font-weight: 500;
  text-decoration: line-through;
}
.price span {
  color: var(--black60);
  font-size: 14px;
  font-weight: 500;
}

.content-1 {
  display: flex;
  padding: 10px 0px;
  border-top: 1px solid #b1b8c730;
}
.content-1 > div:first-of-type {
  margin-right: 15px;
  min-width: 60px;
  max-width: 60px;
  color: var(--black);
  font-size: 13px;
}
.content-1 > div:last-of-type {
  font-size: 12px;
  color: var(--black80);
}
.content-1 > div:last-of-type > div {
  margin-bottom: 6px;
}
.content-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  color: var(--black90);
  font-size: 13px;
  border-top: 1px solid #b1b8c730;
}

.content-2 > div:nth-of-type(2) {
  width: 0.5px;
  height: 17px;
  background: #b1b8c760;
}

.card button {
  padding: 16px;
  width: 100%;
  border-radius: 10px;
  background: #b1b8c721;
  color: var(--black80);
  font-size: 15px;
  font-weight: 700;
}
.card button.action {
  background: var(--blue);
  color: var(--white);
}
.card button.action:hover {
  background: #2a5bcd;
}
.card.dark {
  background: #b1b8c710;
  color: var(--black);
  border: 1px solid #b1b8c730;
}
.card.dark .summary,
.card.dark .content-1 > div:first-of-type,
.card.dark .content-1 > div:last-of-type,
.card.dark .content-2 {
  color: var(--black);
}
.card.dark .price {
  color: #3874FF;
}
.card.dark button.action {
  background: #172b4d;
  color: var(--white);
}
.card.dark button {
  background: var(--white);
  color: var(--black);
}
.card .best {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 60px;
  height: 24px;
  background: #ff6b6b;
  border-radius: 4px;
  color: white;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

section.membership-guide {
  margin-bottom: 132px;
}
h2.sub-title-2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

section.qna {
  width: 750px;
  margin: 0 auto 145px;
}

section.qna li {
  border-top: 1px solid #b1b8c750;
}

section.qna li:last-of-type {
  border-bottom: 1px solid #b1b8c750;
}
section.qna li > div:first-of-type {
  cursor: pointer;
  font-size: 14px;
  padding: 16px 0;
  padding-right: 30px;
}
section.qna li > div:first-of-type:hover {
  background: var(--black05);
}
section.qna li .answer {
  height: 0;
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
}
section.qna li .answer span {
  color: var(--blue);
}
section.qna li.action > div:first-of-type {
  border-bottom: 1px solid #b1b8c750;
}
section.qna li.action .answer {
  height: max-content;
  padding: 16px 0 36px;
}
.vip-ok-modal,
.vip-modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  padding: 50px 50px 20px;
  border-radius: 10px;
  background: var(--white);
}
.modal-box img {
  width: 34px;
  height: 24px;
}
.vip-modal .modal-header {
  margin-bottom: 20px;
}
.vip-modal .modal-body {
  width: max-content;
  margin-bottom: 37px;
  font-size: 19px;
  font-weight: 600;
}
.vip-modal .modal-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.vip-modal .modal-button > button:nth-of-type(1) {
  padding: 16px 16px;
}
.vip-modal .modal-button > button:nth-of-type(2) {
  padding: 16px 34px;

  border-radius: 10px;
  background: var(--blue);
  color: var(--white);
}

.vip-ok-modal .modal-box {
  padding: 20px 60px;
}
.vip-ok-modal .modal-header {
  margin-bottom: 7px;
}
.vip-ok-modal .modal-body {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.vip-ok-modal .modal-body > div {
  margin-top: 14px;
  color: var(--black80);
  font-size: 14px;
  line-height: 150%;
}
.vip-ok-modal .modal-button {
  margin-top: 27px;
  padding: 16px 32px;
  border-radius: 10px;
  background: var(--blue);
  color: var(--white);
  font-size: 14px;
}

.sale-main {
  position: relative;
  margin-top: 118px;
  margin-bottom: 186px;
  width: 458px;
}
.sale-main .title {
  position: absolute;
  left: -107px;
  top: 0;
  transform: translate(-100%, 0);
  font-size: 20px;
  font-weight: 700;
}
.sale-main .select-product {
  margin-bottom: 52px;
}
.sale-main .select-product > div {
  display: flex;
}
.sale-main .select-product > div > div:nth-of-type(1) {
  min-width: 122px;
}
.sale-main .select-product > div > div:nth-of-type(2) {
  font-size: 20px;
  font-weight: 800;
}
.sale-main .select-product > div:nth-of-type(1) {
  margin-bottom: 32px;
}
.sale-main .select-product > div:nth-of-type(2) {
  margin-bottom: 12px;
}
.sale-main.pro-upgrade .select-product > div:nth-of-type(2) {
  margin-bottom: 30px;
}

.sale-main .select-product > div:nth-of-type(3) {
  margin-bottom: 47px;
}
.sale-main .product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sale-main .change-product {
  cursor: pointer;
  color: var(--black60);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.sale-main .next-pay {
  line-height: 120%;
}
.sale-main .next-pay > span {
  font-size: 14px;
  font-weight: 500;
}
.sale-main .next-pay > p {
  color: var(--black50);
  font-size: 12px;
  font-weight: 500;
}
.sale-main .check-agree {
  margin-bottom: 50px;
}
.sale-main .check-agree > div {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
}

.sale-main .pay-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--black50);
  padding: 16px 64px;
  width: 100%;
  color: #ffffff;
}
.sale-main .pay-button.action {
  background: var(--blue);
}
.sale-main .pay-button.action:hover {
  background: #1e3e84;
}
.sale-main .notification {
  margin-top: 80px;
  font-size: 12px;
  line-height: 150%;
}
.sale-main .notification > div {
  margin-bottom: 5px;
  font-weight: 600;
}
.sale-main .notification > ul {
  min-width: max-content;
  color: var(--black70);
  font-weight: 500;
}

.sale-main .select-product > div > div:nth-of-type(2).card-info {
  color: var(--black50);
  font-size: 12px;
}
.sale-main .select-product > div > div:nth-of-type(2).card-info input {
  border: 1px solid #b1b8c750;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  padding: 9px 11px;
  color: var(--black);
}
.sale-main .card-number {
  display: flex;
  gap: 7px;
}
.sale-main .card-number input {
  width: 76px;
}
.sale-main .card-summary {
  display: flex;
  gap: 7px;
  margin-top: 20px;
  align-items: flex-end;
}
.sale-main .card-period input {
  width: 99px;
}

.sale-main .card-birthday input {
  width: 108px;
}
.sale-main .card-pass input {
  width: 48px;
}
.sale-main .card-pass > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sale-main .select-product > div:nth-of-type(4) > div:first-of-type {
  padding-top: 20px;
}
.toss {
  width: 110px;
  margin-bottom: 10px;
}
.sub-title {
  margin-bottom: 4px;
}

.main-success {
  padding: 228px 0;
  width: 410px;
}
.main-success .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}
.main-success .comment {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.main-success .comment span {
  font-weight: 700;
}
.main-success .info-box {
  margin-top: 40px;
  padding: 26px 12px;
  border: 2px solid var(--blue);
  border-radius: 20px;
}
.main-success .info {
  margin: 24px 0;
}
.main-success .sub-title {
  padding: 0px 0 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.main-success .sub-title span {
  color: var(--blue);
}
.hr-line {
  width: 98%;
  border-bottom: 1px dotted #b1b8c7;
}
.main-success .info {
  padding: 0 20px;
}
.main-success .info-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}
.main-success .info-data > div:first-of-type {
  width: 77px;
  color: var(--black80);
  font-weight: 500;
}
.main-success .info-data > div:last-of-type {
  font-weight: 700;
}
.main-success .info-data:last-of-type {
  margin-bottom: 0px;
}

.main-success .guid {
  padding: 0 20px;
  color: var(--black50);
  font-size: 12px;
}
.price-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--blue10);
  border-radius: 5px;
  width: 100%;
  padding: 27px 0;
  margin-bottom: 25px;
}
.price-section > div:first-of-type {
  font-size: 14px;
  font-weight: 500;
}
.price-section > div:last-of-type {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 700;
}
.price-section > div:last-of-type span {
  color: var(--black50);
  font-size: 12px;
  font-weight: 500;
}

.loading-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black50);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-section > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background: var(--white);
  padding: 40px 80px;
  border-radius: 5px;
}
.loading-box {
  border: 5px solid var(--black70);
  border-top: 5px solid var(--blue);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: rotation 1s ease-in-out infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.vip-comment {
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}
.vip-comment > div:last-of-type {
  position: relative;
  background: #e2ebff;
  color: #44546f;
}

.discount-badge {
  position: absolute;
  top: -45px;
  left: 70%;
  transform: translateX(-50%);
  background-color: #ff6b6b;
  color: white;
  padding: 10px 10px 10px 10px;
  border-radius: 16px;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  line-height: 107%;
  letter-spacing: -1px;
  word-spacing: 0.91px;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  width: 157px;
  height: 55px;
  box-sizing: border-box;
}

.discount-badge .discount-text {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 800;
  line-height: 107%;
  letter-spacing: -1px;
  word-spacing: 0.91px;
  text-align: center;
  vertical-align: middle;
}

.discount-badge .price-number {
  font-family: Pretendard;
  font-size: 19px;
  font-weight: 600;
  line-height: 107%;
  letter-spacing: -1px;
  word-spacing: 0.91px;
  text-align: center;
  vertical-align: middle;
}

.discount-badge .price-unit {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  line-height: 107%;
  letter-spacing: -1px;
  word-spacing: 0.91px;
  text-align: center;
  vertical-align: middle;
}

.discount-badge .heart-icon {
  position: absolute;
  left: -8px;
  top: -17px;
  width: 33px;
  height: 33px;
  background-image: url(/public/image/membership/heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.discount-badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #ff6b6b;
  border-radius: 2px;
}

.card .price {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 15px;
  color:  #3874FF;
}

.card .price span {
  font-size: 16px;
  color: #666;
}

.card .price p {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.card .vip-text {
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 600;
  line-height: 111%;
  letter-spacing: 0px;
  word-spacing: 0.72px;
  margin-bottom: 4px;
  color: #44546f;
}

.card .vip-text.highlight {
  display: inline-block;
  padding: 0px 0px;
  background: #e2ebff;
  border-radius: 0px;
}

.vip-features {
  margin-top: 15px;
  padding: 15px;
  background: #e2ebff;
  border-radius: 8px;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 600;
  line-height: 111%;
  letter-spacing: 0px;
  word-spacing: 0.72px;
  color: #44546f;
}

.vip-features div {
  margin-bottom: 4px;
}

.vip-features div:last-child {
  margin-bottom: 0;
}



.alert-new{
    position: absolute;
    left: 100%;
    width: max-content;
    top: 0;
    transform: translate(-100%, -60%);
}