.bc-sub-heading {
    height: 125px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .bc-sub-heading {
        height: 125px;
    }
}
.bc-sub-heading span {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.8px;
    margin-top: -30px;
}

@media (min-width: 768px) {
    .bc-sub-heading span {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .bc-sub-heading span {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .bc-sub-heading span {
        font-size: 33px;
    }
}

/* tabmenu */
.bc-tab-item {
    display: block;
    padding: 0.75rem 0.5rem;
    text-align: center;
    color: inherit;
    background-color: #f4f4f4;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    transition: all 0.35s;
    /* box-shadow: 2px 2px 3px silver; */
}

@media (min-width: 768px) {
    .bc-tab-item {
        padding: 0.9rem 0.75rem;
        font-size: 16px;
        border-right: solid 1px #dfdfdf;
        border-bottom: solid 1px #dfdfdf;
    }
}

.bc-tab-item:hover {
    background-color: #ffffff;
    color: inherit;
}

.bc-tab-item.bc-active {
    color: white;
    background-color: #5a292a;
}

/* 오리발 */
.bc-oribal {
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 13px;
}

.bc-oribal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #cbcbcb;
}

.bc-oribal ul {
    padding-left: 15px;
    list-style: "※";
}

.bc-oribal ul li {
    padding-left: 5px;
}
