.basic {
    border-top:2px solid #000;
    padding-top: 96px;
}
.basic .row {
    margin-bottom: 100px;
}
/* 이미지 기반 커스텀 스타일 지정 */
.sponsor-view-container {
    max-width: 1000px;
    margin: 0 auto;
}
.border-top-thick {
    border-top: 2px solid #111 !important;
}
.logo-box {
    border: 1px solid #ebebeb;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
}
.logo-box img {
    max-width: 100%;
    height: auto;
}
.info-label {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    min-width: 70px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between; /* '주 소' 처럼 글자 간격 맞춤용 */
}
.info-value {
    font-size: 18px;
    color: #555555;
    line-height: 1.6;
}
.btn-homepage {
    background-color: #fcebeb; /* 연한 붉은색 배경 */
    color: #d71921;
    font-weight: 600;
    border: none;
    transition: all 0.2s;
}
.btn-homepage:hover {
    background-color: #f7dada;
    color: #b72121;
}
.btn-list {
    background-color: #e26e70; /* 코랄 붉은색 */
    color: #fff;
    border: none;
    font-size: 1rem;
    transition: all 0.2s;
}
.btn-list:hover {
    background-color: #cf5c5e;
    color: #fff;
}
.sponsor-content {
    color: #555555;
    line-height: 1.2;
    font-size: 18px;
    word-break: keep-all;
}
.wr_content {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 96px;
    margin-bottom: 48px;
}
