.mypage-header-wrap{
    margin-bottom: 26px;
}
.mypage-container{
    padding: 0 20px 100px;
    box-sizing: border-box;
}
.mypage-container .pic-wrap{
    width: 72px;
    height: 72px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 24px;
}
.mypage-container .pic-wrap .pic{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 50%;
}
.mypage-container .pic-wrap .edit-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #333333;
    border-radius: 4px;
    padding: 4px;
    width: 12px;
}
.mypage-container .certi-wrap input{
    margin-bottom: 8px !important;
}
.mypage-container .timer{
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}
.small{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    position: relative;
    bottom:5px;
}
.profile-height .bottom-wrap{
    bottom:120px !important;
}
.mypage-container .nick-wrap{
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
}
.mypage-container .nick-wrap input{
    width: 70%;
    margin-bottom: 0;

}
.mypage-container .nick-wrap span{
    background: #fae372;
    color: #333;
    border-radius: 8px;
    padding: 16px 5px;
    box-sizing: border-box;
    width: calc(100% - 70% - 10px);
    text-align: center;
    font-size: 14px;
}
