.membership-container {
    padding: 0 20px;
    overflow: hidden;
}

.membership-img {
    margin-top: 20px;
}

.membership-img img {
    border-radius: 50px;
    width: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;

}

.membership-content-header {
    color: var(--Label-Primary, #000);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    /* 150% */
    letter-spacing: -0.6px;
    text-align: center;
}

.membership-content-1 {
    height: 407px;
    /* membership-content-1의 높이를 고정 */
    overflow: hidden;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
        url('/img/new/membership_1.png') no-repeat center center;
    background-size: cover;
    border-radius: 50px;
}

@media (min-width: 611px) {
    .membership-content-1 {
        height: auto;
        /* 고정 높이 제거 */
        aspect-ratio: 611 / 407;
        /* 원본 비율 유지 */
    }
}

.membership-content-1>text {
    color: var(--Label-White, #FFF);
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.7px;
    position: absolute;
    bottom: 20px;
    /* 원하는 간격 */
    left: 20px;
    /* 원하는 간격 */
    margin: 0;
}


.membership-content-text {
    color: var(--Label-Primary, #000);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.membership-content-text2 {
    color: var(--Label-Secondary, #5A5C63);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.35px;
}

.membership-content-text3 {
    color: var(--Label-Primary, #000);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.45px;
}

.membership-content-text4 {
    color: var(--Label-Primary, #000);
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    /* 135.714% */
    letter-spacing: -0.7px;
}

.membership-content-text4-bold {
    color: var(--Label-Primary, #000);
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -1px;
}

.membership-content-2 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    /* 가운데 정렬 (필요 시) */
}

.membership-content-2 img {
    max-width: 100%;
    /* 부모 요소를 벗어나지 않도록 설정 */
    height: auto;
    /* 원본 비율 유지 */
    border-radius: 50px;
}

.membership-title {
    text-align: center;
    color: var(--Label-Primary, #000);
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.7px;
}

.membership-subtitle {
    align-self: stretch;
    color: var(--Label-Primary, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.35px;
}

.membership-box, .membership-box-head, .membership-box-subhead, .membership-box-note, .modal-info-box-1, .modal-info-box-2 {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    margin: 3px 0;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Label-White, #FFF);

    color: var(--Label-Primary, #000);
}

.rent-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
}

.rent-flex {
    display: flex;
    gap: 10px;
}

.rent-flex-row {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    border-radius: 10px;
}

.membership-rent, .membership-rent-combine-1, .membership-rent-combine-2 {
    display: flex;
    flex-direction: column;
    padding: 16px 0 6px;
    justify-content: center;
    width: 155px;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Label-White, #FFF);

    color: var(--Label-Primary, #000);
}

.membership-rent-combine-1, .membership-rent-combine-2 {
    border: none;
}

.membership-rent-combine-1 {
    padding-right: 5px;
}
.membership-rent-combine-2 {
    position: relative;
    padding-left: 5px;
    border-left: none; /* 기존 선 제거 */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.membership-rent-combine-2::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: var(--Line-Regular, #DBDBE4);
}

.membership-rent img {
    width: 80px;
}

.membership-box-head {
    margin-top: 24px;
}

.membership-box-subhead {
    margin-top: 12px;
}

.membership-box-note {
    align-items: start;
    margin: 4px 0;
}

.modal-info-box-1, .modal-info-box-2 {
    padding: 12px 16px;
    margin: 8px 0;
 }

.modal-info-box-2 {
    display: flex;
    justify-content: space-around;
    padding: 26px 16px;
}

.membership-guide {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.35px;
}

.membership-box-number {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.membership-point {
    align-self: stretch;
    color: var(--Brand-Primary, #5177FF);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.effect-box {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Label-White, #FFF);
}

.effect-box-2, .effect-box-3 {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Label-White, #FFF);
}

.effect-box-3 {
    margin-top: 6px;
}

.effect-box-2>div {
    align-self: center;
    font-weight: 600;
}

.effect-box-4 {
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Label-White, #FFF);
}

.membership-box-content {
    font-weight: 600;
}

.effect-box-container {
    display: flex;
    align-items: center;
    gap: 8px;
    /* 아이콘과 텍스트 사이 간격 조절 (선택 사항) */
}

.effect-text-1 {
    color: var(--Label-Primary, #000);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.effect-text-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.effect-text-3 {
    color: var(--Label-Secondary, #5A5C63);
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    /* 138.462% */
    letter-spacing: -0.325px;
}

.effect-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    letter-spacing: -0.3px;
}

.membership-content-text5 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.5px;
}

.principle-note {
    color: var(--Label-Tertiary, #989BA2);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    /* 145.455% */
    letter-spacing: -0.275px;
}

.membership-principle img {
    width: 100%;
    border-radius: 50px;
}

.how-to-use-oliz .effect-box-2 img {
    align-self: center;
}

.how-to-use-oliz text {
    margin-top: 24px;
}


.check-icon {
    width: 16px;
    height: 16px;
    align-self: center;
}

.reduce-pain-frame-1 {
    aspect-ratio: 320 / 400;
    overflow: hidden;
    background: url('/img/new/membership_10.png') no-repeat center center;
    background-size: cover;
}

.reduce-pain-frame-2 {
    aspect-ratio: 320 / 300;
    overflow: hidden;
    background: url('/img/new/membership_11.jpg') no-repeat center center;
    background-size: cover;
}

.product-frame {
    display: flex;
    width: 100%;
    align-items: stretch;
    align-content: flex-start;
    gap: 20px 10px;
    flex-wrap: wrap;
}

.product-frame-single {
    width: 48%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.product-frame-single:first-child>.product-frame-img>img {
    padding-top: 15px;
}

.product-frame-single:nth-of-type(3) .product-frame-img img {
    padding-top: 20px;
    width: 75%;
}

.product-frame-img {
    aspect-ratio: 155/130;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--Background-Medium, #E5E5EC);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.guide-box {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Background-Regular, #F1F1F5);

}

.guide-box-explain {
    display: flex;
    padding: 12px 16px;
    margin: 2px 0 24px 0;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Label-White, #FFF);
}

.silicone-img,
.power-img {
    margin: -15px 0 24px 0;
    aspect-ratio: 320/229;
    border-radius: 10px;
}

.membership-table {
    border-collapse: collapse;
}

.field {
    width: 33%;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
    padding: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Background-Regular, #F1F1F5);
}

.description {
    width: 67%;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    letter-spacing: -0.3px;
    padding: 10px;
    border: 1px solid var(--Line-Regular, #DBDBE4);
    background: var(--Label-White, #FFF);
}

.notice-ul::before {
    content: "•";
    /* 불릿 문자 */
    margin-right: 0.5em;
    /* 불릿과 텍스트 사이 간격 */
    color: #000;
    /* 불릿 색상 */
}

.membership-notice {
    color: var(--Label-Secondary, #5A5C63);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    /* 138.462% */
    letter-spacing: -0.325px;
}

text li {
    position: relative;
    padding-left: 1.5em;
    /* bullet 너비에 해당하는 padding */
    text-indent: -1.5em;
    /* 첫 줄의 bullet 위치로 텍스트를 당김 */
    margin-bottom: 0.5em;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 10000;
}

.modal-box {
    background: #fff;
    padding: 20px 20px 84px;
    border-radius: 15px 15px 0 0;
    width: 90%;
    max-width: 400px;
    font-family: sans-serif;
}

.modal-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.modal-subtitle {
    color: #5177FF;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.modal-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}
/* 
.modal-info-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0 15px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
} */

.agreement-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
    font-family: 'Pretendard';
    font-size: 13px;
    color: #333;
}


.modal-btns {
    display: flex;
    justify-content: space-between;
}

.btn-cancel,
.btn-confirm {
    font-weight: 600;
}

.btn-cancel {
    background: #e0e0e0;
    color: #333;
}

.btn-confirm {
    background: #4a6df3;
    color: #fff;
}

.hidden {
    display: none;
}
