@charset "utf-8";
/**
 * ============================================================================
 * ERUMENB /book/el/reading-king/css/summa_reading_king.css
 * ----------------------------------------------------------------------------
 * Version : v01-r009
 * Updated : 2026-04-08 16:05 KST
 * Purpose : 초등국어 독해왕 랜딩 페이지 전용 스타일
 * ----------------------------------------------------------------------------
 * History
 * - v01-r009 : complete replace
 *              - PHP 수정 없이 hero check-list를 copy-top 내부 구조 기준으로 재정렬
 *              - 921~991 구간에서 표지 우측 배치 + check-list 전체폭 하단 배치 안정화
 *              - check-item이 921px 이상에서는 개행 없이 길게 배치되도록 조정
 *              - hero 퍼즐 스타일 완전 제거
 *              - hero 표지 1회 pulse 효과 유지
 *              - 기존 quick nav / section / review / section 8 구조 유지
 * - v01-r008 : complete replace
 *              - hero 퍼즐 스타일 제거
 *              - hero 표지 1회 pulse 효과 추가
 *              - 920px 이하에서 hero 상단을 copy-top 2열 구조로 전환
 * ============================================================================
 */

.erk26-page {
    --erk26-bg: #f6f8fb;
    --erk26-surface: #ffffff;
    --erk26-surface-soft: #f2f5f9;
    --erk26-line: #d7dde6;
    --erk26-line-strong: #c2ccd8;
    --erk26-text: #1f2933;
    --erk26-text-sub: #566375;
    --erk26-text-soft: #6b7787;
    --erk26-heading: #14202b;

    --erk26-primary: #5f86c9;
    --erk26-primary-dark: #4269af;
    --erk26-primary-soft: #edf3fc;

    --erk26-accent: #d28b4d;
    --erk26-accent-soft: #f7efe8;

    --erk26-shadow: 0 10px 24px rgba(20, 32, 43, 0.08);
    --erk26-shadow-soft: 0 6px 16px rgba(20, 32, 43, 0.05);
    --erk26-radius: 3px;
    --erk26-content-width: 1180px;

    position: relative;
    width: 100%;
    max-width: var(--erk26-content-width);
    margin: 0 auto;
    padding: 0px 0 80px;
    color: var(--erk26-text);
    font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
    letter-spacing: -0.02em;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.erk26-page a {
    color: inherit;
    text-decoration: none;
}

.erk26-page button {
    font-family: inherit;
}

/* ==========================================================================
   quick nav
   ========================================================================== */

.erk26-quick-nav-wrap {
    position: sticky;
    top: 12px;
    z-index: 40;
    margin: 0 0 14px;
}

.erk26-quick-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--erk26-shadow-soft);
    backdrop-filter: blur(8px);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.erk26-quick-nav::-webkit-scrollbar {
    display: none;
}

.erk26-quick-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: #ffffff;
    color: var(--erk26-text-sub);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.erk26-quick-nav__link:hover,
.erk26-quick-nav__link:focus {
    border-color: var(--erk26-primary);
    color: var(--erk26-primary-dark);
    outline: none;
}

.erk26-quick-nav__link.is-active {
    border-color: var(--erk26-primary);
    background: var(--erk26-primary);
    color: #ffffff;
}

/* ==========================================================================
   hero
   ========================================================================== */

.erk26-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 22px;
    align-items: stretch;
    margin: 0 0 26px;
    padding: 34px;
    border: 1px solid rgba(195, 213, 240, 0.72);
    border-radius: var(--erk26-radius);
    background: linear-gradient(135deg, rgba(74, 107, 160, 0.98) 0%, rgba(95, 134, 201, 0.98) 34%, rgba(104, 188, 191, 0.95) 72%, rgba(136, 171, 223, 0.94) 100%);
    box-shadow: 0 16px 32px rgba(40, 62, 101, 0.16);
    color: #ffffff;
    overflow: visible;
}

.erk26-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.erk26-hero__copy-top {
    min-width: 0;
    display: block;
    margin: 0 0 16px;
}

.erk26-hero__headline-group {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.erk26-hero__eyebrow {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.erk26-hero__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.erk26-hero__desc {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.erk26-hero__check-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 12px;
    margin: 0;
}

.erk26-hero__check-item {
    position: relative;
    min-height: 52px;
    margin: 0;
    padding: 13px 14px 13px 36px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--erk26-radius);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    white-space: nowrap;
}

.erk26-hero__check-item::before {
    content: "✓";
    position: absolute;
    top: 14px;
    left: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: var(--erk26-radius);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.erk26-hero__cta-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.erk26-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.erk26-hero__visual--mobile {
    display: none;
}

.erk26-hero__visual--desktop {
    display: flex;
}

.erk26-hero__single-cover-wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    border-radius: var(--erk26-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
    overflow: visible;
}

.erk26-hero__single-cover {
    position: absolute;
    right: -18px;
    width: min(280px, 78%);
    margin: 0;
    backdrop-filter: blur(5px);
    transform: rotate(-9deg);
    transform-origin: 78% 100%;
    overflow: hidden;
}

.erk26-hero__single-cover-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4.18;
    object-fit: contain;
    filter: saturate(0.98) contrast(0.99) brightness(1.01);
    box-shadow: 0 18px 36px rgba(24, 38, 63, 0.18);
    transform: scale(1);
    transform-origin: 50% 55%;
    animation: erk26HeroCoverPulse 1.75s ease-out .28s 1 both;
}

@keyframes erk26HeroCoverPulse {
    0% { transform: scale(1); }
    35% { transform: scale(1.065); }
    100% { transform: scale(1); }
}

/* ==========================================================================
   common section
   ========================================================================== */

.erk26-section {
    margin: 0 0 42px;
    scroll-margin-top: 88px;
}

.erk26-section--last {
    margin-bottom: 0;
}

.erk26-section__head {
    margin: 0 0 16px;
}

.erk26-section__eyebrow {
    margin: 0 0 6px;
    color: var(--erk26-primary);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.erk26-section__title {
    margin: 0 0 10px;
    color: var(--erk26-heading);
    font-size: 31px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.04em;
    margin-left: 14px;
}
.erk26-section__title-accent{
    position: relative;
    display: inline;
    font-weight: 800;
    z-index: 0;
}

.erk26-section__title-accent::after{
    content: "";
    position: absolute;
    left: -14px;
    right: 0;
    bottom: 0.05em;
    height: 1em;
    background: rgba(31, 73, 190, 0.38);
    border-radius: 2px;
    width: 9px;
    z-index: -1;
}

.erk26-section__lead {
    margin: 0;
    color: var(--erk26-text-sub);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.82;
}

.erk26-em {
    color: var(--erk26-primary-dark);
    font-weight: 800;
}

.erk26-em--soft {
    color: #2f8aa2;
    font-weight: 800;
}

.erk26-panel {
    position: relative;
    margin: 0 0 16px;
    padding: 22px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: #ffffff;
    box-shadow: var(--erk26-shadow-soft);
    overflow: hidden;
}

.erk26-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(95, 134, 201, 0.10) 0%,
        rgba(95, 134, 201, 0.04) 28%,
        rgba(255, 255, 255, 0) 58%
    );
    pointer-events: none;
}

.erk26-panel__text {
    position: relative;
    margin: 0;
    color: var(--erk26-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.92;
}

.erk26-card-grid {
    display: grid;
    gap: 14px;
}

.erk26-card-grid--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.erk26-card-grid--3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.erk26-card-grid--4col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.erk26-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    padding: 20px 18px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: var(--erk26-surface);
    box-shadow: var(--erk26-shadow-soft);
}

.erk26-card__title {
    margin: 0 0 10px;
    color: var(--erk26-heading);
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.erk26-card__text {
    margin: 0;
    color: var(--erk26-text-sub);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.erk26-section__bridge {
    margin: 14px 0 0;
    color: var(--erk26-primary-dark);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

/* ==========================================================================
   preview
   ========================================================================== */

.erk26-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.erk26-preview-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    padding: 16px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: var(--erk26-surface);
    box-shadow: var(--erk26-shadow-soft);
}

.erk26-preview-card__cover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin: 0 0 14px;
    padding: 10px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}

.erk26-preview-card__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 200px;
    height: auto;
    object-fit: contain;
}

.erk26-preview-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.erk26-preview-card__stage {
    margin: 0 0 6px;
    color: var(--erk26-primary-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.erk26-preview-card__title {
    margin: 0 0 12px;
    color: var(--erk26-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.03em;
}

.erk26-preview-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--erk26-primary);
    border-radius: var(--erk26-radius);
    background: var(--erk26-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.erk26-preview-card__button:hover,
.erk26-preview-card__button:focus {
    background: var(--erk26-primary-dark);
    border-color: var(--erk26-primary-dark);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    outline: none;
}

.erk26-preview-card__button.is-disabled {
    border-color: #d7dde6;
    background: #eef2f7;
    color: #7b8796;
    cursor: default;
    pointer-events: none;
}

/* ==========================================================================
   standard list
   ========================================================================== */

.erk26-list-block {
    padding: 22px 24px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: var(--erk26-surface);
    box-shadow: var(--erk26-shadow-soft);
}

.erk26-list-block__title {
    margin: 0 0 14px;
    color: var(--erk26-heading);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.03em;
}

.erk26-standard-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.erk26-standard-list--plain {
    gap: 7px;
}

.erk26-standard-list__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: var(--erk26-surface-soft);
    color: var(--erk26-text);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.erk26-standard-list--plain .erk26-standard-list__item {
    background: #ffffff;
}

.erk26-standard-list__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 52px;
    min-height: 28px;
    padding: 0 8px;
    border: 1px solid var(--erk26-line-strong);
    border-radius: var(--erk26-radius);
    background: #ffffff;
    color: var(--erk26-primary-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.erk26-standard-list__link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: var(--erk26-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.erk26-standard-list__link:hover,
.erk26-standard-list__link:focus {
    color: var(--erk26-primary-dark);
    outline: none;
}

/* ==========================================================================
   review
   ========================================================================== */

.erk26-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.erk26-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    padding: 18px 18px 16px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: var(--erk26-surface);
    box-shadow: var(--erk26-shadow-soft);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.erk26-review-card:hover,
.erk26-review-card:focus-within {
    border-color: #aebfd8;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 58%, #eef4ff 100%);
    box-shadow: 0 16px 34px rgba(20, 32, 43, 0.14);
    transform: translateY(-2px);
}

.erk26-review-card__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
}

.erk26-review-card__rate {
    color: var(--erk26-accent);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.erk26-review-card__author {
    color: var(--erk26-text-soft);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.erk26-review-card__book {
    display: inline-flex;
    align-items: center;
    margin: 0 0 8px;
    color: var(--erk26-accent);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.erk26-review-card__title {
    margin: 0 0 10px;
    color: var(--erk26-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.erk26-review-card__body {
    flex: 1 1 auto;
    margin: 0 0 12px;
    color: var(--erk26-text-sub);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.82;
}

.erk26-review-card__date {
    margin: auto 0 0;
    color: var(--erk26-text-soft);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

/* ==========================================================================
   section 8 : startup-like series list
   ========================================================================== */

.erk26-series-block {
    position: relative;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.erk26-series-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    background: transparent;
}

.erk26-series-tabs__button {
    appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(50% - 4px);
    min-height: 44px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid var(--erk26-line);
    border-radius: var(--erk26-radius);
    background: #ffffff;
    color: #2a3553;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.erk26-series-tabs__button:hover,
.erk26-series-tabs__button:focus {
    border-color: #1d2a57;
    color: #1d2a57;
    outline: none;
}

.erk26-series-tabs__button.is-active {
    background: #1d2a57;
    border-color: #1d2a57;
    color: #ffffff;
}

.erk26-series-tabs__button.is-active::after {
    content: none;
}

.erk26-series-panel {
    display: none;
    padding: 22px 20px;
    border: 1px solid #e3e8f2;
    border-radius: var(--erk26-radius);
    background: #ffffff;
    box-shadow: var(--erk26-shadow-soft);
    overflow: hidden;
    box-sizing: border-box;
}

.erk26-series-panel.is-active {
    display: block;
}

.erk26-series-panel[hidden] {
    display: none !important;
}

.erk26-series-panel__head {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9edf5;
}

.erk26-series-panel__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 8px;
}

.erk26-series-panel__title-group {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.erk26-series-panel__title {
    margin: 0;
    color: #16254d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.erk26-series-panel__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #edf3ff;
    color: #2850b8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.erk26-series-panel__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #d9e1ef;
    border-radius: var(--erk26-radius);
    background: #ffffff;
    color: #22345f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
}

.erk26-series-panel__more:hover,
.erk26-series-panel__more:focus {
    border-color: #1d2a57;
    color: #1d2a57;
    outline: none;
}

.erk26-series-panel__desc {
    margin: 0;
    color: #5a657d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}

.erk26-course-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.erk26-course-entry {
    margin: 0;
    padding: 0;
    list-style: none;
}

.erk26-course-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 132px;
    gap: 20px;
    align-items: start;
    padding: 20px 18px;
    border: 1px solid #e3e8f2;
    border-radius: var(--erk26-radius);
    background: #ffffff;
    box-sizing: border-box;
}

.erk26-course-card--empty {
    grid-template-columns: 1fr;
}

.erk26-course-card__empty {
    margin: 0;
    color: #5a657d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.erk26-course-card__cover {
    display: block;
    width: 140px;
    text-decoration: none;
}

.erk26-course-card__cover img {
    display: block;
    width: 140px;
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 2px;
    box-shadow: 0 6px 14px rgba(24, 40, 84, .08);
}

.erk26-course-card__body {
    min-width: 0;
}

.erk26-course-card__head {
    margin: 0 0 12px;
}

.erk26-course-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 8px;
}

.erk26-course-card__badges .icon-book-bullet,
.erk26-course-card__badges .bullet.icon-book-bullet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 1px 7px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.erk26-course-card__badges .bullet::before,
.erk26-course-card__badges .icon-book-bullet::before {
    content: none !important;
    display: none !important;
}

.erk26-course-card__lead {
    margin: 0 0 6px;
    color: #46609c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.erk26-course-card__title {
    margin: 0;
    color: #16254d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.erk26-course-card__title a {
    color: inherit;
    text-decoration: none;
}

.erk26-course-card__title a:hover,
.erk26-course-card__title a:focus {
    color: #1f49be;
    text-decoration: underline;
    outline: none;
}

.erk26-course-card__summary {
    margin: 0 0 12px;
}

.erk26-course-card__summary-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.erk26-course-card__summary-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 12px;
    color: #4d5870;
    font-size: 14px;
    line-height: 1.72;
    word-break: keep-all;
}

.erk26-course-card__summary-list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #6d89a8;
}

.erk26-course-card__meta-box {
    margin: 0 0 12px;
    padding: 14px 14px 12px;
    border: 1px solid #e9edf5;
    border-radius: var(--erk26-radius);
    background: #fbfcff;
    box-sizing: border-box;
}

.erk26-course-card__meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0 0 8px;
}

.erk26-course-card__meta-row:last-child {
    margin-bottom: 0;
}

.erk26-course-card__meta-item {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

.erk26-course-card__meta-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 2px 8px;
    border-radius: 2px;
    background: #edf2fb;
    color: #35518f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    box-sizing: border-box;
}

.erk26-course-card__meta-text {
    color: #505b72;
    font-size: 13px;
    line-height: 1.65;
    word-break: keep-all;
}

.erk26-course-card__review {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #eef2f8;
    border-radius: var(--erk26-radius);
    background: #ffffff;
    box-sizing: border-box;
}

.erk26-course-card__review-label {
    flex: 0 0 auto;
    color: #ef8b00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.erk26-course-card__review-text {
    min-width: 0;
    color: #5a657d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.erk26-course-card__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 100%;
}

.erk26-course-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #cfd7e2;
    border-radius: var(--erk26-radius);
    background: #ffffff;
    color: #16254d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.erk26-course-card__link:hover,
.erk26-course-card__link:focus {
    border-color: #1d2a57;
    background: #1d2a57;
    color: #ffffff;
    outline: none;
}

/* badge sync */
.erk26-course-card__badges .icon-book-new,
.erk26-course-card__badges .bullet.icon-book-new { background:#cc0066; border-color:#cc0066; color:#fff; }
.erk26-course-card__badges .icon-book-hit,
.erk26-course-card__badges .bullet.icon-book-hit { background:#990033; border-color:#990033; color:#fff; }
.erk26-course-card__badges .icon-book-ebs,
.erk26-course-card__badges .bullet.icon-book-ebs { background:#996600; border-color:#996600; color:#fff; }
.erk26-course-card__badges .icon-book-revision,
.erk26-course-card__badges .bullet.icon-book-revision { background:#0033cc; border-color:#0033cc; color:#fff; }
.erk26-course-card__badges .icon-book-new-pub,
.erk26-course-card__badges .bullet.icon-book-new-pub { background:#d200d2; border-color:#d200d2; color:#fff; }
.erk26-course-card__badges .icon-book-update,
.erk26-course-card__badges .bullet.icon-book-update { background:#0033cc; border-color:#0033cc; color:#fff; }
.erk26-course-card__badges .icon-book-recommend,
.erk26-course-card__badges .bullet.icon-book-recommend { background:#6600cc; border-color:#6600cc; color:#fff; }
.erk26-course-card__badges .icon-book-mbest,
.erk26-course-card__badges .bullet.icon-book-mbest { background:#269b26; border-color:#269b26; color:#fff; }
.erk26-course-card__badges .icon-book-work,
.erk26-course-card__badges .bullet.icon-book-work { background:#cc00ff; border-color:#cc00ff; color:#fff; }
.erk26-course-card__badges .icon-book-speed,
.erk26-course-card__badges .bullet.icon-book-speed { background:#cc0066; border-color:#cc0066; color:#fff; }
.erk26-course-card__badges .icon-book-basic,
.erk26-course-card__badges .bullet.icon-book-basic { background:#0033ff; border-color:#0033ff; color:#fff; }

/* ==========================================================================
   responsive : 1280+
   ========================================================================== */

@media all and (min-width: 1280px) {
    .erk26-page {
        /* padding-top: 22px; */
    }

    .erk26-hero__title {
        font-size: 54px;
    }

    .erk26-section__title {
        font-size: 32px;
    }
}

/* ==========================================================================
   responsive : 992~1279
   ========================================================================== */

@media all and (min-width: 992px) and (max-width: 1279px) {
    .erk26-page {
        max-width: 100%;
        padding: 18px 0 72px;
    }

    .erk26-hero {
        grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
        gap: 18px;
        padding: 28px;
    }

    .erk26-hero__title {
        font-size: 39px;
    }

    .erk26-hero__desc {
        font-size: 17px;
    }

    .erk26-hero__single-cover {
        right: -10px;
        width: min(250px, 74%);
        transform: rotate(-9deg);
    }

    .erk26-section__title {
        font-size: 28px;
    }

    .erk26-preview-grid,
    .erk26-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .erk26-card-grid--4col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .erk26-series-panel {
        padding: 20px 18px;
    }

    .erk26-course-card {
        grid-template-columns: 132px minmax(0, 1fr) 120px;
        gap: 18px;
    }

    .erk26-course-card__cover {
        width: 132px;
    }

    .erk26-course-card__cover img {
        width: 132px;
    }
}

/* ==========================================================================
   responsive : 921~991
   ========================================================================== */

@media all and (min-width: 921px) and (max-width: 991px) {
    .erk26-page {
        padding: 16px 0 64px;
    }

    .erk26-quick-nav-wrap {
        top: 10px;
    }

    .erk26-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px;
    }

    .erk26-hero__visual--desktop {
        display: none;
    }

    .erk26-hero__visual--mobile {
        display: flex;
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .erk26-hero__copy-top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 18px;
        align-items: start;
        margin: 0 0 16px;
    }

    .erk26-hero__headline-group {
        grid-column: 1;
        grid-row: 1;
    }

    .erk26-hero__title {
        font-size: 36px;
    }

    .erk26-hero__desc {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .erk26-hero__check-list {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 0;
    }

    .erk26-hero__check-item {
        min-height: 48px;
        padding: 12px 14px 12px 34px;
        font-size: 14px;
        line-height: 1.5;
        white-space: nowrap;
    }

    .erk26-hero__check-item::before {
        top: 13px;
        left: 12px;
    }

    .erk26-hero__cta-copy {
        margin: 0;
        font-size: 15px;
    }

    .erk26-hero__single-cover-wrap {
        width: 100%;
        min-height: 0;
        background: transparent;
    }

    .erk26-hero__single-cover {
        position: relative;
        right: auto;
        width: 190px;
        margin: 0 0 0 auto;
        transform: rotate(-8deg);
    }

    .erk26-hero__single-cover-image {
        box-shadow: 0 14px 28px rgba(24, 38, 63, 0.16);
    }

    .erk26-section {
        margin-bottom: 34px;
        scroll-margin-top: 82px;
    }

    .erk26-section__title {
        font-size: 26px;
    }

    .erk26-section__lead {
        font-size: 16px;
    }

    .erk26-panel {
        padding: 20px;
    }

    .erk26-panel__text {
        font-size: 15px;
    }

    .erk26-card-grid--2col,
    .erk26-card-grid--3col,
    .erk26-card-grid--4col,
    .erk26-preview-grid,
    .erk26-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .erk26-series-panel {
        padding: 18px 16px;
    }

    .erk26-series-panel__title {
        font-size: 20px;
    }

    .erk26-course-card {
        grid-template-columns: 122px minmax(0, 1fr) 112px;
        gap: 16px;
        padding: 18px 16px;
    }

    .erk26-course-card__cover {
        width: 122px;
    }

    .erk26-course-card__cover img {
        width: 122px;
    }

    .erk26-course-card__title {
        font-size: 21px;
    }
}

/* ==========================================================================
   responsive : 768~920
   ========================================================================== */

@media all and (min-width: 768px) and (max-width: 920px) {
    .erk26-page {
        padding: 16px 0 64px;
    }

    .erk26-quick-nav-wrap {
        top: 10px;
    }

    .erk26-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px;
    }

    .erk26-hero__visual--desktop {
        display: none;
    }

    .erk26-hero__visual--mobile {
        display: flex;
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .erk26-hero__copy-top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 200px;
        gap: 16px;
        align-items: start;
        margin: 0 0 16px;
    }

    .erk26-hero__headline-group {
        grid-column: 1;
        grid-row: 1;
    }

    .erk26-hero__title {
        font-size: 49px;
    }

    .erk26-hero__desc {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .erk26-hero__check-list {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 0;
    }

    .erk26-hero__check-item {
        min-height: 48px;
        padding: 12px 14px 12px 34px;
        font-size: 14px;
        line-height: 1.5;
        white-space: nowrap;
    }

    .erk26-hero__check-item::before {
        top: 13px;
        left: 12px;
    }

    .erk26-hero__cta-copy {
        font-size: 15px;
    }

    .erk26-hero__single-cover-wrap {
        width: 100%;
        min-height: 0;
        background: transparent;
    }

    .erk26-hero__single-cover {
        position: relative;
        right: auto;
        width: 178px;
        margin: 0 0 0 auto;
        transform: rotate(-8deg);
    }

    .erk26-hero__single-cover-image {
        box-shadow: 0 14px 28px rgba(24, 38, 63, 0.16);
    }

    .erk26-section {
        margin-bottom: 34px;
        scroll-margin-top: 82px;
    }

    .erk26-section__title {
        font-size: 26px;
    }

    .erk26-section__lead {
        font-size: 16px;
    }

    .erk26-panel {
        padding: 20px;
    }

    .erk26-panel__text {
        font-size: 15px;
    }

    .erk26-card-grid--2col,
    .erk26-card-grid--3col,
    .erk26-card-grid--4col,
    .erk26-preview-grid,
    .erk26-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .erk26-series-panel {
        padding: 18px 16px;
    }

    .erk26-series-panel__title {
        font-size: 20px;
    }

    .erk26-course-card {
        grid-template-columns: 122px minmax(0, 1fr) 112px;
        gap: 16px;
        padding: 18px 16px;
    }

    .erk26-course-card__cover {
        width: 122px;
    }

    .erk26-course-card__cover img {
        width: 122px;
    }

    .erk26-course-card__title {
        font-size: 21px;
    }
}

/* ==========================================================================
   responsive : 413~767
   ========================================================================== */

@media all and (min-width: 413px) and (max-width: 767px) {
    .erk26-page {
        padding: 14px 0 56px;
    }

    .erk26-quick-nav-wrap {
        top: 8px;
    }

    .erk26-quick-nav {
        padding: 9px 10px;
    }

    .erk26-quick-nav__link {
        min-height: 32px;
        padding: 0 11px;
        font-size: 12px;
    }

    .erk26-hero {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 18px;
    }

    .erk26-hero__eyebrow {
        font-size: 13px;
    }

    .erk26-hero__title {
        font-size: 46px;
    }

    .erk26-hero__desc {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.65;
    }

    .erk26-hero__visual--desktop {
        display: none;
    }

    .erk26-hero__visual--mobile {
        display: flex;
        grid-column: 2;
        grid-row: 1;
        order: initial;
        margin: 0;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .erk26-hero__copy-top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 170px;
        gap: 12px;
        align-items: start;
        margin: 0 0 12px;
    }

    .erk26-hero__headline-group {
        grid-column: 1;
        grid-row: 1;
    }

    .erk26-hero__check-list {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 0;
    }

    .erk26-hero__check-item {
        min-height: auto;
        padding: 12px 13px 12px 34px;
        font-size: 14px;
        line-height: 1.6;
        white-space: normal;
    }

    .erk26-hero__check-item::before {
        top: 13px;
        left: 12px;
    }

    .erk26-hero__cta-copy {
        font-size: 15px;
    }

    .erk26-hero__single-cover-wrap {
        width: 100%;
        min-height: 0;
        background: transparent;
    }

    .erk26-hero__single-cover {
        position: relative;
        right: auto;
        width: 150px;
        margin: 0 0 0 auto;
        transform: rotate(-7deg);
    }

    .erk26-hero__single-cover-image {
        box-shadow: 0 14px 28px rgba(24, 38, 63, 0.16);
    }

    .erk26-section {
        margin-bottom: 30px;
        scroll-margin-top: 76px;
    }

    .erk26-section__title {
        font-size: 24px;
    }

    .erk26-section__lead {
        font-size: 15px;
        line-height: 1.78;
    }

    .erk26-panel {
        padding: 18px;
    }

    .erk26-panel__text {
        font-size: 14px;
        line-height: 1.84;
    }

    .erk26-card-grid--2col,
    .erk26-card-grid--3col,
    .erk26-card-grid--4col,
    .erk26-preview-grid,
    .erk26-review-grid {
        grid-template-columns: 1fr;
    }

    .erk26-card {
        padding: 18px 16px;
    }

    .erk26-card__title {
        font-size: 17px;
    }

    .erk26-card__text {
        font-size: 14px;
    }

    .erk26-list-block {
        padding: 18px 16px;
    }

    .erk26-standard-list__item {
        align-items: flex-start;
        min-height: auto;
        padding: 10px;
        font-size: 14px;
    }

    .erk26-standard-list__link {
        font-size: 14px;
    }

    .erk26-preview-card {
        padding: 14px;
    }

    .erk26-preview-card__cover {
        min-height: 190px;
    }

    .erk26-preview-card__image {
        max-height: 170px;
    }

    .erk26-review-card {
        padding: 16px 15px 14px;
    }

    .erk26-review-card__book {
        font-size: 12px;
    }

    .erk26-review-card__title {
        font-size: 17px;
    }

    .erk26-review-card__body {
        font-size: 14px;
        line-height: 1.78;
    }

    .erk26-series-tabs {
        gap: 6px;
        margin-bottom: 14px;
    }

    .erk26-series-tabs__button {
        flex: 1 1 calc(50% - 3px);
        min-height: 42px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .erk26-series-panel {
        padding: 16px 14px;
    }

    .erk26-series-panel__head {
        margin-bottom: 14px;
    }

    .erk26-series-panel__title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .erk26-series-panel__title {
        font-size: 18px;
    }

    .erk26-series-panel__desc {
        font-size: 14px;
    }

    .erk26-series-panel__more {
        min-height: 36px;
    }

    .erk26-course-list {
        gap: 12px;
    }

    .erk26-course-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        padding: 16px 14px;
    }

    .erk26-course-card__cover {
        display: block;
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .erk26-course-card__cover img {
        width: 132px;
        margin: 0 auto;
    }

    .erk26-course-card__body {
        width: 100%;
    }

    .erk26-course-card__title {
        font-size: 19px;
        line-height: 1.42;
    }

    .erk26-course-card__lead,
    .erk26-course-card__summary-list li {
        font-size: 13px;
        line-height: 1.68;
    }

    .erk26-course-card__meta-box {
        padding: 12px 12px 10px;
    }

    .erk26-course-card__meta-row {
        flex-direction: column;
        gap: 6px;
    }

    .erk26-course-card__meta-item {
        display: flex;
    }

    .erk26-course-card__meta-text,
    .erk26-course-card__review-text {
        font-size: 12px;
        line-height: 1.62;
    }

    .erk26-course-card__action {
        width: 100%;
        justify-content: flex-start;
    }

    .erk26-course-card__link {
        width: 100%;
    }
}

/* ==========================================================================
   responsive : 412 이하
   ========================================================================== */

@media all and (max-width: 412px) {
    .erk26-page {
        padding: 12px 0 50px;
    }

    .erk26-quick-nav-wrap {
        top: 6px;
        margin-bottom: 12px;
    }

    .erk26-quick-nav {
        gap: 6px;
        padding: 8px 8px;
    }

    .erk26-quick-nav__link {
        min-height: 30px;
        padding: 0 10px;
        font-size: 11px;
    }

    .erk26-hero {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 14px;
    }

    .erk26-hero__eyebrow {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .erk26-hero__title {
        margin-bottom: 10px;
        font-size: 37px;
        line-height: 1.14;
    }

    .erk26-hero__desc {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .erk26-hero__visual--desktop {
        display: none;
    }

    .erk26-hero__visual--mobile {
        display: flex;
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .erk26-hero__copy-top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 128px;
        gap: 10px;
        align-items: start;
        margin: 0 0 10px;
    }

    .erk26-hero__headline-group {
        grid-column: 1;
        grid-row: 1;
    }

    .erk26-hero__check-list {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 0;
    }

    .erk26-hero__check-item {
        min-height: auto;
        padding: 11px 12px 11px 32px;
        font-size: 13px;
        line-height: 1.62;
        white-space: normal;
    }

    .erk26-hero__check-item::before {
        top: 12px;
        left: 11px;
        width: 15px;
        height: 15px;
        font-size: 11px;
    }

    .erk26-hero__cta-copy {
        font-size: 14px;
        line-height: 1.7;
    }

    .erk26-hero__single-cover-wrap {
        width: 100%;
        min-height: 0;
        background: transparent;
    }

    .erk26-hero__single-cover {
        position: relative;
        right: auto;
        width: 118px;
        margin: 0 0 0 auto;
        transform: rotate(-6deg);
    }

    .erk26-hero__single-cover-image {
        box-shadow: 0 12px 22px rgba(24, 38, 63, 0.15);
    }

    .erk26-section {
        margin-bottom: 26px;
        scroll-margin-top: 72px;
    }

    .erk26-section__head {
        margin-bottom: 12px;
    }

    .erk26-section__title {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.34;
    }

    .erk26-section__lead {
        font-size: 14px;
        line-height: 1.8;
    }

    .erk26-panel {
        margin-bottom: 12px;
        padding: 16px;
    }

    .erk26-panel__text {
        font-size: 14px;
        line-height: 1.82;
    }

    .erk26-card-grid {
        gap: 10px;
    }

    .erk26-card-grid--2col,
    .erk26-card-grid--3col,
    .erk26-card-grid--4col,
    .erk26-preview-grid,
    .erk26-review-grid {
        grid-template-columns: 1fr;
    }

    .erk26-card {
        padding: 16px 14px;
    }

    .erk26-card__title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.5;
    }

    .erk26-card__text {
        font-size: 13px;
        line-height: 1.78;
    }

    .erk26-section__bridge {
        margin-top: 10px;
        font-size: 14px;
    }

    .erk26-list-block {
        padding: 16px 14px;
    }

    .erk26-standard-list {
        gap: 7px;
    }

    .erk26-standard-list__item {
        align-items: flex-start;
        min-height: auto;
        padding: 9px 9px;
        font-size: 13px;
    }

    .erk26-standard-list__badge {
        min-width: 48px;
        min-height: 26px;
        font-size: 11px;
    }

    .erk26-standard-list__link {
        font-size: 13px;
        line-height: 1.65;
    }

    .erk26-preview-card {
        padding: 13px;
    }

    .erk26-preview-card__cover {
        min-height: 176px;
    }

    .erk26-preview-card__image {
        max-height: 158px;
    }

    .erk26-preview-card__title {
        font-size: 16px;
    }

    .erk26-preview-card__button {
        min-height: 40px;
        font-size: 13px;
    }

    .erk26-review-grid {
        gap: 10px;
    }

    .erk26-review-card {
        padding: 15px 13px 13px;
    }

    .erk26-review-card__meta-row {
        gap: 8px;
        margin-bottom: 8px;
    }

    .erk26-review-card__rate,
    .erk26-review-card__author,
    .erk26-review-card__book {
        font-size: 12px;
    }

    .erk26-review-card__title {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .erk26-review-card__body {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.78;
    }

    .erk26-review-card__date {
        font-size: 11px;
    }

    .erk26-series-tabs {
        gap: 6px;
        margin-bottom: 12px;
    }

    .erk26-series-tabs__button {
        flex: 1 1 100%;
        min-height: 40px;
        padding: 9px 10px;
        font-size: 13px;
    }

    .erk26-series-panel {
        padding: 14px 12px;
    }

    .erk26-series-panel__title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .erk26-series-panel__title {
        font-size: 17px;
    }

    .erk26-series-panel__desc {
        font-size: 13px;
        line-height: 1.7;
    }

    .erk26-course-list {
        gap: 10px;
    }

    .erk26-course-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 14px 12px;
    }

    .erk26-course-card__cover {
        width: 100%;
        text-align: center;
    }

    .erk26-course-card__cover img {
        width: 118px;
        margin: 0 auto;
    }

    .erk26-course-card__body {
        width: 100%;
    }

    .erk26-course-card__title {
        font-size: 17px;
    }

    .erk26-course-card__lead,
    .erk26-course-card__summary-list li,
    .erk26-course-card__meta-text,
    .erk26-course-card__review-text {
        font-size: 12px;
        line-height: 1.62;
    }

    .erk26-course-card__review {
        padding: 10px 12px;
    }

    .erk26-course-card__action {
        width: 100%;
        justify-content: flex-start;
    }

    .erk26-course-card__link {
        width: 100%;
        min-height: 40px;
        font-size: 13px;
    }
}