.logo {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 16px;
    padding: 0 20px;
    position: relative;
}
.BSV-MES .text-wrapper-1 {
    color: #24263d;
}
.BSV-MES .text-wrapper-2 {
    color: #f50000
}
.BSV-MES {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.BSV-MES .subtitle {
    position: absolute;
    left: 0;
    bottom: -12px; /* 4줄의 텍스트를 수용하기 위해 조정 */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 9px;
    line-height: 1;
}
.BSV-MES .subtitle span {
    display: block;
    color: #D66F6F
}