@charset "utf-8";

/* 강좌 리스트 상단 배너 텍스트 (.eg-course-bnr) */
.eg-course-bnr {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 0;
        height: auto;
    margin: 0;
    padding: 18px 28px 18px 32px;
    box-sizing: border-box;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
.eg-course-bnr__inner {
    position: relative;
    z-index: 1;
    text-align: left;
}
.eg-course-bnr__line1 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #222;
}
.eg-course-bnr__line1 em {
    font-style: normal;
    color: #3047d5;
}
.eg-course-bnr__line2 {
    margin: 0;
    font-size: 0;
    line-height: 1.2;
}
.eg-course-bnr__brand {
    display: inline;
    font-size: 40px;
    font-weight: 800;
    color: #3047d5;
    letter-spacing: -0.03em;
}
.eg-course-bnr__with {
    display: inline;
    font-size: 34px;
  font-weight: 800;
    color: #222;
}
.eg-course-bnr__line3 {
    margin: 2px 0 10px;
    font-size: 34px;
  font-weight: 800;
    line-height: 1.25;
    color: #222;
}
.eg-course-bnr__line4 {
    margin: 0;
    font-size: 17px;
        font-weight: 500;
    line-height: 1.45;
    color: #5c6470;
}
@media (max-width: 767px) {
    .eg-course-bnr {
        padding: 14px 18px 14px 20px;
    }
    .eg-course-bnr__line1 {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .eg-course-bnr__brand {
        font-size: 26px;
    }
    .eg-course-bnr__with {
        font-size: 22px;
    }
    .eg-course-bnr__line3 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .eg-course-bnr__line4 {
        font-size: 13px;
    }
}
