.mypage_top {padding: 60px 0 0;}
.mt_label {font-size: 24px;font-weight: 700;}
.my_info_wrapper {margin-top: 23px;}
.my_info_logouts {display: flex;justify-content: flex-end;margin-bottom: 15px;}
.my_info_logouts a {font-size: 14px;border-bottom: 1px solid #454545;}
.my_info_wrap {padding: 25px;background: #F7FEF7;display: flex;align-items: center;justify-content: space-between;}
.my_info_left {font-size: 18px;font-weight: 500;color: #121212;}
.my_info_left span {font-weight: 700;}
.my_info_right {font-size: 18px;font-weight: 500;color: #121212;display: flex;align-items: center;}
.my_info_right i {display: inline-block;margin-right: 10px;position: relative;top:-1px;}
.mypage_tab {display: flex;margin-top: 40px;gap:0 40px;}
.mypage_tab_box a {padding-bottom: 15px;position: relative;display: block;font-weight: 500;color: #9F9F9F;font-size: 20px;}
.mypage_tab_box a::after {content:"";width: 100%;height: 2px;background: #fff;position: absolute;bottom:0;left: 0;}
.mypage_tab_box a.active {color: #00A965;font-weight: 700;}
.mypage_tab_box a.active::after {background: #00A965;}
.mypage_bottom {padding: 50px 0 100px;background: #F8FAFB;}
.mypage_bottom2 {padding: 50px 0;}
.mb_select_wrap {display: flex;gap:0 20px;}
.mb_select_wrap select {height: 40px;font-size: 16px;}

.progress_bottom_inner {margin-top: 40px;}

.mb_form_inner {padding:50px 0 100px;display: flex;align-items: center;justify-content: center;flex-direction: column;background: #fff;border-radius: 16px;}
.mb_form_wrap {width: 100%;max-width: 775px;}

.join_input_certi_num {display: none;}
.join_submit_wrap {display: flex;justify-content: center;}
.join_submit_wrap button {max-width: 460px;}

.member_leave_wrap {text-align: center;margin-top: 40px;}
.member_leave_wrap a {font-size: 18px;font-weight: 500;color: #B0B0B0;border-bottom: 1px solid #B0B0B0;}

@media(max-width:760px){
    .mt_label {font-size: 20px;}
    .my_info_left {font-size: 16px;}
    .my_info_right {font-size: 16px;}
    .mypage_tab_box a {font-size: 16px;}
}

@media(max-width:580px){
    .mt_label {font-size: 18px;}
    .my_info_left {font-size: 14px;}
    .my_info_right {font-size: 14px;}
    .mypage_tab {gap:0 20px;}
    .mypage_tab_box a {font-size: 14px;}

    .mypage_bottom {padding: 25px 0 70px;}
    .mb_select_wrap select {font-size: 14px;}
    .progress_bottom_inner {margin-top: 20px;}

    .member_leave_wrap a {font-size: 16px;}
}

@media(max-width:420px){
    .mb_select_wrap {gap:0 10px;}
    .mb_select_wrap .mb_select_box {width: 50%;}

    .member_leave_wrap a {font-size: 14px;}
}


@media(max-width:360px){
    .my_info_wrap {padding: 20px;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
    .my_info_right {display: flex;justify-content: flex-end;width: 100%;margin-top: 10px;}
}