.master_account_banner * {
    font-family: 'Pretendard-Regular' !important;
}
.master_account_banner {
    background-color: #FCEBEE;
    height: 56px;
    width: 100%;
    color: #E52E4D;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    position: absolute;
}
.master_account_banner p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.master_account_banner p>span{
    font-size: 11px;
}
.master_account_banner a{
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px 0px;
    width: 146px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E52E4D;
    border-radius: 20px;
    color: #E52E4D;
    margin-left: 32px;
}

.master_account_banner.blue_back {
    background-color:#E9EEF8;
    color:#2235E0;
}

.master_account_banner.blue_back a {
    margin-left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border:none;
    border-radius: 0;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}  

.master_account_banner.blue_back span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px 0px;
    min-width: 146px;
    height: 40px;
    text-align: center;            
    color: #2235E0;
    margin-left: 32px;
}