/* 관심고객등록 부분 */
.bc-winner {
}

.bc-winner-title {
    text-align: center;
    font-size: 39px;
    letter-spacing: -2px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.bc-winner-group {
    margin-bottom: 3rem;
}

.bc-winner-subtitle {
    position: relative;
    padding-left: 1.2rem;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.7rem;
    letter-spacing: -1px;
}

.bc-winner-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: #a9836c;
}

.bc-winner-agree {
    max-height: 250px;
    padding: 1.25rem;
    overflow: auto;
    border: 1px solid #cccccc;
    color: #7d7d7d;
    margin-bottom: 1rem;
}

.bc-winner-agree h4 {
    font-weight: 500;
    color: #000000;
}

.bc-winner-agree ul {
    list-style: none;
    padding-left: 1rem;
}

.bc-winner-table {
    width: 100%;
    border-top: 2px solid #0070c0;
    border-collapse: collapse;
}

.bc-winner-table th,
.bc-winner-table td {
    border-bottom: 1px solid #d9d9d9;
    padding: 0.5rem 1rem;
}

.bc-winner-table th[scope="row"] {
    width: 110px;
    background-color: #f2f2f2;
    font-weight: normal;
}

.bc-winner-button {
    display: inline-block;
    border: none;
    outline: none;
    font-size: 20px;
    padding: 0.5rem 2rem;
    background-color: #002060;
    color: #ffffff;
}
