/* BASIC css start */
.mambership_page {
    margin-top: 80px !important;
}

.width1280 {
    max-width: 1220px;
    margin: 0 auto;
}
.mambership_page .title_box {
    margin-bottom: 80px;
}
.title_box {
    text-align: center;
    margin-bottom: 40px;
}
.title_box .main_title {
    color: #1a1a1a;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}
.title_box .title_sub {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.mambership_page .member_box {
    height: 840px;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 120px;
}

.mambership_page .member_box .member_sec {
    width: 400px;
    height: 400px;
    background-color: #f9f9f9;
    position: relative;
}

.mambership_page .member_box .member_sec .member_img {
    position: absolute;
    top: 80px;
    left: 140px;
}

.mambership_page .member_box .member_sec .member_text {
    display: flex
;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 224px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #9a9a9a;
}

.mambership_page .member_box .member_sec .member_text span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.mambership_page .title_box.benefit {
    margin-bottom: 48px;
}

.title_box .main_title {
    color: #1a1a1a;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.title_box .title_sub {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.mambership_page .level_benefit_box table {
    text-align: center;
    border-top: 2px solid #1a1a1a;
}

.mambership_page .level_benefit_box table tr {
    border-bottom: 1px solid #e8e8e8;
}

.mambership_page .level_benefit_box table td.benefit_name {
    font-weight: 600;
}

.mambership_page .level_benefit_box table td {
    border-right: 1px solid #e8e8e8;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    padding: 32px 8px;
}

.mambership_page .benefit_guide {
    margin-top: 48px;
}

.mambership_page .benefit_guide li {
    display: flex
;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin-bottom: 9px;
}

.mambership_page .benefit_guide li .list_dot {
    width: 4px;
    height: 4px;
    margin-right: 14px;
    background-image: url(/design/young2686/0784cosmoline/svg/tab_on.svg);
}

.mambership_page .level_benefit_box table td:last-child {
    border-right: 0;
}
/* BASIC css end */

