.business .sub_bnr .bnr_bg {
    background: url('../../img/sub/business/sbn_bg.jpg') 0 70% / cover no-repeat;
}

/* 대학인강 */
.univCourses .card_wr.type02,
.creditBank .card_wr.type02 {
    height: 108rem;
}
.univCourses .sec03 .card_box li:nth-child(1){
    background: url('../../img/sub/business/univ_sec03_img01.jpg') 0 45% / cover no-repeat;
}
.univCourses .sec03 .card_box li:nth-child(2){
    background: url('../../img/sub/business/univ_sec03_img02.jpg') 0 30% / cover no-repeat;
}
.univCourses .sec03 .card_box li:nth-child(3){
    background: url('../../img/sub/business/univ_sec03_img03.jpg') 0 30% / cover no-repeat;
}

.univCourses .chart_cont {
    width: 100%;
    height: clamp(20rem, 27.3438vw, 35rem);
}
.univCourses .sec04 .card_wr {
    display: block;
}
.univCourses .tab_panel .card_wr {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
}
.univCourses .tab_panel .card_wr .card_cont {
    margin: 0 auto;
    width: 100%;
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.univCourses .tab_panel .card_cont .txt_box {
    gap: .5rem;
}
.univCourses .tab_panel .card_cont .txt_box span {
    font-weight: bold;
    max-width: 100%;
}
.univCourses .tab_panel .card_cont .txt_box .tit {
    font-size: clamp(1.8rem, 1.5625vw, 2rem);
    margin-bottom: 0;
}
.univCourses .tab_panel .card_cont .txt_box .tab_btn {
    font-size: inherit;
}

/* 학점은행제 */
.creditBank .sec03 .card_box li:nth-child(1){
    background: url('../../img/sub/business/credit_sec03_img01.jpg') center / cover no-repeat;
}
.creditBank .sec03 .card_box li:nth-child(2){
    background: url('../../img/sub/business/credit_sec03_img02.jpg') 0 70% / cover no-repeat;
}
.creditBank .sec03 .card_box li:nth-child(3){
    background: url('../../img/sub/business/credit_sec03_img03.jpg') 0 60% / cover no-repeat;
}

/* 국가자격시험 */
.license .sec03 .card_wr {
    height: 156rem;
}
.license .sec03 .card_box li {
    height: 46rem;
}
.license .sec03 .card_box li:nth-child(1){
    background: url('../../img/sub/business/license_sec03_img01.jpg') center / cover no-repeat;
}
.license .sec03 .card_box li:nth-child(2){
    background: url('../../img/sub/business/license_sec03_img02.jpg') center / cover no-repeat;
}
.license .sec03 .card_box li:nth-child(3){
    background: url('../../img/sub/business/license_sec03_img03.jpg') center / cover no-repeat;
}
.license .sec03 .txt_wr .cont + .cont {
    margin-top: 2rem;
}
.license .sec03 .txt_wr .cont div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.license .sec03 .card_wr .card_box .head_line5 {
    margin-bottom: 1rem;
}
.license .sec03 .card_box .head_line5 + p {
    color: var(--white);
    margin-bottom: 3rem;
    padding-right: 5rem;
}
.license .sec03 .card_box .txt_wr strong {
    display: block;
    margin-bottom: 1rem;
    font-size: clamp(1.8rem, 1.7188vw, 2.2rem);
    color: var(--white);
}
.license .sec03 .txt_wr .cont div span {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: clamp(1.4rem, 2.3438vw, 1.8rem);
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 3rem;
}
.license .sec04 .card_wr .card_cont {
    padding-bottom: 4rem;
}
.license .sec04 .card_wr .card_cont .txt {
    margin-bottom: 0;
}
.license .sec04 .card_wr .card_cont .txt + .txt {
    margin-top: 1rem;
}

/* 헬스케어 */
.healthCare .card_wr.type02 {
    height: 117rem;
}
.healthCare .card_wr.type02 .card_box li {
    height: 33rem;
}
.healthCare .sec02 .card_box li:nth-child(1){
    background: url('../../img/sub/business/health_sec02_img01.jpg') 0 40% / cover no-repeat;
}
.healthCare .sec02 .card_box li:nth-child(2){
    background: url('../../img/sub/business/health_sec02_img02.jpg') center / cover no-repeat;
}
.healthCare .sec02 .card_box li:nth-child(3){
    background: url('../../img/sub/business/health_sec02_img03.jpg') center / cover no-repeat;
}
.healthCare .sec03 .txt {
    text-align: right;
    margin-top: 1rem;
    font-size: 1.4rem;
}
@media (max-width: 768px){
    .univCourses .card_wr.type02,
    .creditBank .card_wr.type02,
    .healthCare .card_wr.type02,
    .univCourses .card_wr.type02 .card_box li,
    .healthCare .card_wr.type02 .card_box li {
        height: auto;
    }
    .univCourses .sec03 .card_box li:nth-child(1) {
        background-position: center 45%;
    }
    .univCourses .sec03 .card_box li:nth-child(2) {
        background-position: center 35%;
    }
    .univCourses .sec03 .card_box li:nth-child(3) {
        background-position: center 35%;
    }
}
@media (max-width: 550px){
    .univCourses .tab_list {
        justify-content: flex-start;
    }
}