@charset "utf-8";

/* ========================================
   Page 02 - study.asp
   ÇÐ½À ¼Ò°³ ÆäÀÌÁö ½ºÅ¸ÀÏ

   ¸ðµç ½ºÅ¸ÀÏÀº .study-page ½ºÄÚÇÁ ³»¿¡¼­¸¸ Àû¿ëµÊ
   Àü¿ª CSS ¿À¿° ¹æÁö
   ======================================== */
.study-page section {
    padding-bottom: 80px;
}

/* ===========================================
   Section: Course Info
   »ó´Ü °úÁ¤ Á¤º¸ Ä«µå
   =========================================== */

.study-page .section-course-info {
    padding-top: 32px;
}

.study-page .course-info-card {
    width: 100%;
    padding: 24px 30px 40px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(26, 54, 93, 0.06);
}

/* »ó´Ü Çì´õ */

.study-page .course-info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 50px;
}

.study-page .course-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.study-page .course-heading-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #064ee7;
    border-radius: 50%;
}

.study-page .course-heading-title {
    margin: 0;
    color: #17191d;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.045em;
    word-break: keep-all;
}

.study-page .course-badge-list {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.study-page .course-badge {
    min-width: 100px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.study-page .course-badge-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d4fd6;
}

.study-page .course-badge-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.study-page .course-badge .material-symbols-rounded {
    font-size: 18px;
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 20;
}

.study-page .course-badge-refund {
    min-width: 84px;
    color: #ef554b;
    background: #fff3f1;
}

.study-page .course-badge-card {
    min-width: 104px;
    color: #16a269;
    background: #edf9f4;
}

.study-page .course-badge-outline {
    color: #1558d6;
    background: #fff;
    border-color: #b9cef9;
}

/* ÇÏ´Ü ³»¿ë */

.study-page .course-info-body {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    align-items: end;
    column-gap: 70px;
}

.study-page .course-application-title {
    margin: 0 0 16px;
    color: #064ee7;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.035em;
}

.study-page .course-type-button {
    width: 290px;
    height: 94px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    color: #14171b;
    background: #fff;
    border: 1.5px solid #0758f5;
    border-radius: 9px;
    box-shadow:
        0 7px 17px rgba(21, 87, 231, 0.15),
        inset 0 0 0 1px rgba(7, 88, 245, 0.03);
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.study-page .course-type-button:hover {
    border-color: #0646d7;
    box-shadow:
        0 9px 22px rgba(21, 87, 231, 0.2),
        inset 0 0 0 1px rgba(7, 88, 245, 0.04);
    transform: translateY(-1px);
}

.study-page .course-type-button:focus-visible {
    outline: 3px solid rgba(39, 120, 242, 0.22);
    outline-offset: 3px;
}

.study-page .course-type-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0758f5;
    background: #f5f8ff;
    border-radius: 50%;
}

.study-page .course-type-text {
    flex: 1 1 auto;
    min-width: 0;
    color: #191c20;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.study-page .course-type-arrow {
    flex: 0 0 auto;
    display: inline-flex;
    color: #24272c;
}

/* ½ÅÃ»À¯Çü µå·Ó´Ù¿î */

.study-page .course-type-select {
     position: relative;
    width: 290px;
    height: auto;
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.study-page .course-type-select:focus-within {
    border-color: #0646d7;
    outline: 3px solid rgba(39, 120, 242, 0.18);
    outline-offset: 2px;
}

.study-page .course-type-select select {
    position: relative;
    width: 290px;
}

.study-page .course-type-trigger {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;

    color: #191c20;
    background: #fff;
    border: 1.5px solid #0758f5;
    border-radius: 9px;
    box-shadow:
        0 7px 17px rgba(21, 87, 231, 0.15),
        inset 0 0 0 1px rgba(7, 88, 245, 0.03);

    font-family: "Pretendard", sans-serif;
    cursor: pointer;
    text-align: left;
}

.study-page .course-type-trigger:hover {
    border-color: #0646d7;
    box-shadow:
        0 9px 22px rgba(21, 87, 231, 0.2),
        inset 0 0 0 1px rgba(7, 88, 245, 0.04);
}

.study-page .course-type-trigger:focus-visible {
    outline: 3px solid rgba(39, 120, 242, 0.18);
    outline-offset: 3px;
}

.study-page .course-type-current {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.study-page .course-type-arrow {
    flex: 0 0 auto;
    display: inline-flex;
    transition: transform 0.22s ease;
}

.study-page .course-type-select.is-open .course-type-arrow {
    transform: rotate(180deg);
}

.study-page .course-type-options {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 30;

    margin: 0;
    padding: 8px;
    list-style: none;

    background: #fff;
    border: 1px solid #dce4f2;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(23, 55, 108, 0.16);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition:
        opacity 0.18s ease,
        visibility 0.18s ease,
        transform 0.18s ease;
}

.study-page .course-type-select.is-open .course-type-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.study-page .course-type-options li {
    margin: 0;
    padding: 0;
}

.study-page .course-type-option {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 16px;

    color: #252a32;
    background: transparent;
    border: 0;
    border-radius: 7px;

    font-family: "Pretendard", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.035em;
    text-align: left;

    cursor: pointer;
}

.study-page .course-type-option:hover {
    color: #0758ed;
    background: #f2f6ff;
}

.study-page .course-type-option.is-selected {
    color: #0758ed;
    background: #edf3ff;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .study-page .course-type-select {
        width: 260px;
    }
}

@media (max-width: 900px) {
    .study-page .course-type-select {
        width: 100%;
        max-width: 360px;
    }
}

@media (max-width: 640px) {
    .study-page .course-type-trigger {
        height: 84px;
        padding: 0 18px;
    }

    .study-page .course-type-current {
        font-size: 15px;
    }
}

.study-page .course-type-select .course-type-icon {
    flex: 0 0 50px;
}

.study-page .course-type-select .course-type-arrow {
    position: absolute;
    right: 20px;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .study-page .course-type-select {
        width: 260px;
    }
}

@media (max-width: 900px) {
    .study-page .course-type-select {
        width: 100%;
        max-width: 360px;
    }
}

@media (max-width: 640px) {
    .study-page .course-type-select {
        height: 84px;
        padding: 0 18px;
    }

    .study-page .course-type-select select {
        font-size: 15px;
    }
}

/* °¡°Ý Á¤º¸ */

.study-page .course-price-list {
    min-width: 0;
    height: 115px;
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    align-items: stretch;
    margin: 0;
}

.study-page .course-price-item {
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0 30px;
    text-align: center;
}

.study-page .course-price-item + .course-price-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #e3e7ee;
}

.study-page .course-price-label {
    margin: 0 0 11px;
    color: #292d33;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.study-page .course-price-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.study-page .course-price-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    color: #5d83db;
    background: #eef3ff;
    border-radius: 50%;
}

.study-page .course-price-amount {
    color: #15191f;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.035em;
    white-space: nowrap;
}
.study-page .course-price-amount span {
    font-weight: 600;
}

.study-page .course-price-amount em {
    margin-left: 1px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.study-page .course-price-item-primary .course-price-icon,
.study-page .course-price-item-primary .course-price-amount {
    color: #0758ed;
}

/* ¹ÝÀÀÇü */

@media (max-width: 1100px) {
    .study-page .course-info-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 38px;
    }

    .study-page .course-info-body {
        grid-template-columns: 260px minmax(0, 1fr);
        column-gap: 35px;
    }

    .study-page .course-type-button {
        width: 260px;
    }

    .study-page .course-price-item {
        padding: 0 18px;
    }
}

@media (max-width: 900px) {
    .study-page .course-info-card {
        padding: 24px;
    }

    .study-page .course-badge-list {
        flex-wrap: wrap;
    }

    .study-page .course-info-body {
        grid-template-columns: 1fr;
        row-gap: 38px;
    }

    .study-page .course-type-button {
        width: 100%;
        max-width: 360px;
    }

    .study-page .course-price-list {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .study-page .section-course-info {
        padding: 24px 0 48px;
    }

    .study-page .course-info-card {
        padding: 22px 18px 28px;
        border-radius: 12px;
    }

    .study-page .course-heading-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .study-page .course-heading-title {
        font-size: 20px;
    }

    .study-page .course-badge {
        min-width: auto;
        height: 36px;
        padding: 0 13px;
        font-size: 13px;
    }

    .study-page .course-type-button {
        height: 84px;
        padding: 0 18px;
    }

    .study-page .course-type-text {
        font-size: 15px;
    }

    .study-page .course-price-list {
        height: auto;
        grid-template-columns: 1fr;
    }

    .study-page .course-price-item {
        flex-direction: row;
        justify-content: space-between;
        padding: 18px 0;
        text-align: left;
    }

    .study-page .course-price-item + .course-price-item::before {
        top: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 1px;
    }

    .study-page .course-price-label {
        margin: 0;
        font-size: 14px;
    }

    .study-page .course-price-content {
        flex-direction: row;
        gap: 12px;
    }

    .study-page .course-price-icon {
        width: 38px;
        height: 38px;
        margin: 0;
    }

    .study-page .course-price-amount {
        font-size: 22px;
    }

    .study-page .course-price-amount em {
        font-size: 16px;
    }
}
/* ===========================================
   Section: Overview
   01 °úÁ¤°³¿ä (Ç¥ Çü½Ä)
   =========================================== */
.study-page .section-number-title{
    display:flex;
    align-items:center;
    gap:5px;

    margin:0 0 20px;
    padding-bottom:2px;

    font-size:25px;
    line-height:1;
    letter-spacing:-0.04em;
    color:#111;
}

.study-page .section-number-title .section-number{
    position:relative;
    display:inline-flex;
    align-items:center;

    font-size:30px;
    font-weight:700;
    line-height:1;
    letter-spacing:-0.03em;
    color:#2563eb;

    padding-bottom:5px;
}

.study-page .section-number-title .section-number::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:36px;
    height:3px;

    background:#2563eb;
    border-radius:2px;
}

.study-page .section-number {
    color: #0066FF;
    margin-right: 12px;
}

.study-page .overview-table {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.study-page .overview-table tbody tr {
    border-bottom: 1px solid #E9ECEF;
}

.study-page .overview-table tbody tr:last-child {
    border-bottom: none;
}

.study-page .overview-table th {
    padding: 15px 24px;
    font-size: 17px;
    font-weight: 600;
    color: #343A40;
    text-align: left;
    vertical-align: top;
    width: 180px;
}

.study-page .overview-table th svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    color: #0066FF;
}

.study-page .overview-table td {
    padding: 15px 24px;
    font-size: 17px;
    color: #495057;
    line-height: 1.6;
}

/*==========================================
    02 ÇÐ½À¸ñÇ¥
==========================================*/

.study-page .objectives-list{
    margin:0;
    padding:0;
    list-style:none;
}

.study-page .objectives-item{

    display:flex;
    align-items:center;

    gap:28px;

    padding:15px 8px;

    border-bottom:1px solid #ECEEF3;
}

.study-page .objectives-number{

    flex:0 0 42px;

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#F5F7FB;

    color:#2462EA;

    font-size:20px;
    font-weight:700;
}

.study-page .objectives-item p{

    margin:0;
    color:#222;
    font-size:17px;

    line-height:1.75;
    letter-spacing:-0.04em;
}

/* ===========================================
   Section: Method
   03 ÇÐ½À¹æ¹ý - °¡·ÎÇü ´Ü°è Ä«µå
   =========================================== */

.study-page .section-method {
    padding: 80px 0;
    background: #fff;
}

.study-page .method-process {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.study-page .method-process-item {
    min-height: 100px;
    display: grid;
    grid-template-columns: 112px 200px minmax(0, 1fr);
    align-items: center;
    position: relative;
    margin: 0;
    padding: 24px 34px;
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 15px;
    box-shadow: 0 6px 22px rgba(25, 56, 105, 0.055);
}

/* Ä«µå »çÀÌ ÁøÇà¼± */

.study-page .method-process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 89px;
    bottom: -17px;
    z-index: 2;
    width: 1px;
    height: 17px;
    background: #b8ccfa;
}

.study-page .method-process-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 84px;
    bottom: -16px;
    z-index: 3;
    width: 9px;
    height: 9px;
    border-right: 2px solid #2466ec;
    border-bottom: 2px solid #2466ec;
    transform: rotate(45deg);
}

/* ¾ÆÀÌÄÜ */

.study-page .method-process-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1261ed;
    background: #edf4ff;
    border-radius: 50%;
}

.study-page .method-process-icon svg {
    width: 38px;
    height: 38px;
    display: block;
}

/* ´Ü°è¸í */

.study-page .method-process-heading {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 38px 0 0;
}

.study-page .method-process-heading::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 12px;
    width: 1px;
    background: #e1e5ec;
}

.study-page .method-process-step {
    display: block;
    margin-bottom: 10px;
    color: #1261ed;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.study-page .method-process-title {
    margin: 0;
    color: #14171d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.045em;
    word-break: keep-all;
}

/* »ó¼¼ ¼³¸í */

.study-page .method-process-description {
    min-width: 0;
    padding-left: 46px;
    color: #3d434d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.035em;
    word-break: keep-all;
}

.study-page .method-process-description p {
    position: relative;
    margin: 0;
    padding-left: 18px;
}

.study-page .method-process-description p::before {
    content: "";
    position: absolute;
    top: 0.77em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #1261ed;
    border-radius: 50%;
}

.study-page .method-process-description ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.study-page .method-process-description li {
    position: relative;
    margin: 0;
    padding-left: 18px;
}

.study-page .method-process-description li::before {
    content: "";
    position: absolute;
    top: 0.77em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #1261ed;
    border-radius: 50%;
}

/* ¹ÝÀÀÇü */

@media (max-width: 1100px) {
    .study-page .method-process-item {
        grid-template-columns: 90px 270px minmax(0, 1fr);
        padding: 22px 26px;
    }

    .study-page .method-process-item:not(:last-child)::after {
        left: 70px;
    }

    .study-page .method-process-item:not(:last-child)::before {
        left: 65px;
    }

    .study-page .method-process-icon {
        width: 66px;
        height: 66px;
    }

    .study-page .method-process-icon svg {
        width: 34px;
        height: 34px;
    }

    .study-page .method-process-description {
        padding-left: 34px;
        font-size: 16px;
    }
}

@media (max-width: 850px) {
    .study-page .method-process-item {
        grid-template-columns: 76px minmax(0, 1fr);
        grid-template-areas:
            "icon heading"
            "description description";
        row-gap: 20px;
    }

    .study-page .method-process-icon {
        grid-area: icon;
    }

    .study-page .method-process-heading {
        grid-area: heading;
        padding-right: 0;
    }

    .study-page .method-process-heading::after {
        display: none;
    }

    .study-page .method-process-description {
        grid-area: description;
        padding: 20px 0 0;
        border-top: 1px solid #e7ebf2;
    }

    .study-page .method-process-item:not(:last-child)::after {
        left: 63px;
    }

    .study-page .method-process-item:not(:last-child)::before {
        left: 58px;
    }
}

@media (max-width: 640px) {
    .study-page .section-method {
        padding: 60px 0;
    }

    .study-page .method-process {
        gap: 14px;
    }

    .study-page .method-process-item {
        min-height: auto;
        grid-template-columns: 62px minmax(0, 1fr);
        padding: 20px;
        border-radius: 12px;
    }

    .study-page .method-process-icon {
        width: 54px;
        height: 54px;
    }

    .study-page .method-process-icon svg {
        width: 29px;
        height: 29px;
    }

    .study-page .method-process-step {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .study-page .method-process-title {
        font-size: 19px;
    }

    .study-page .method-process-description {
        font-size: 15px;
        line-height: 1.65;
    }

    .study-page .method-process-description ul {
        display: block;
    }

    .study-page .method-process-description li + li {
        margin-top: 7px;
    }

    .study-page .method-process-item:not(:last-child)::after {
        left: 47px;
        bottom: -15px;
        height: 15px;
    }

    .study-page .method-process-item:not(:last-child)::before {
        left: 42px;
        bottom: -14px;
    }
}

/* ===========================================
   Section: Completion
   04 ¼ö·áÁ¶°Ç (Ç¥ Çü½Ä)
   =========================================== */
.study-page .section-completion {
    background: #FFFFFF;
}

.study-page .completion-table {
    width: 80%;
    margin-bottom: 16px;
    background: #fff;

    border: 1px solid #d9e1ef;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 6px 22px rgba(25, 56, 105, 0.055);

    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.study-page .completion-table thead {
    background: #1A2B4A;
}

.study-page .completion-table th {
    padding: 10px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.study-page .completion-table th:last-child {
    border-right: none;
}

.study-page .completion-table td {
    padding: 20px 35px;
    font-size: 15px;
    color: #343A40;
    border-bottom: 1px solid #E9ECEF;
}

.study-page .completion-table tbody tr:last-child td {
    border-bottom: none;
}

.study-page .completion-table tbody tr:hover {
    background: #F8F9FA;
}

.study-page .completion-category {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    font-weight: 600;
}

.study-page .completion-category svg {
    color: #0066FF;
}

.study-page .completion-note {
    font-size: 14px;
    color: #6C757D;
    padding-left: 8px;
}

/* ===========================================
   Section: Curriculum
   05 °úÁ¤ ¸ñÂ÷ (32Â÷½Ã, 2ÄÃ·³)
   =========================================== */

.study-page .section-subtitle {
    font-size: 16px;
    color: #6C757D;
    margin-top: 8px;
    margin-bottom: 20px;
}

/* ===========================================
   05 °úÁ¤ ¸ñÂ÷ - ¸ñ·Ï ¹Ú½º
   =========================================== */
.study-page .curriculum-box {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #dfe4ec;
    border-radius: 14px;
}

.study-page .curriculum-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
    margin: 0;
}

.study-page .curriculum-column {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.study-page .curriculum-item {
    min-height: 38px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0 2px;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #e5e9ef;
    border-radius: 0;
    transition: none;
}

.study-page .curriculum-item:last-child {
    border-bottom: 0;
}

.study-page .curriculum-item:hover {
    background: transparent;
    transform: none;
}

.study-page .curriculum-number {
    min-width: 0;
    position: relative;
    display: block;
    color: #0758ed;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.study-page .curriculum-number::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 14px;
    background: #d9dee7;
    transform: translateY(-50%);
}

.study-page .curriculum-title {
    min-width: 0;
    display: block;
    color: #303640;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.035em;
    word-break: keep-all;
}

@media (max-width: 900px) {
    .study-page .curriculum-box {
        padding: 18px 22px;
    }

    .study-page .curriculum-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .study-page .curriculum-column:first-child {
        border-bottom: 1px solid #dfe4ec;
    }
}

@media (max-width: 640px) {
    .study-page .curriculum-box {
        padding: 12px 16px;
        border-radius: 10px;
    }

    .study-page .curriculum-item {
        min-height: 44px;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .study-page .curriculum-number,
    .study-page .curriculum-title {
        font-size: 13px;
    }
}

/* ===========================================
   Section: FAQ
   06 ÀÚÁÖ¹¯´Â Áú¹®
   =========================================== */
.study-page .section-faq {
    padding-bottom: 80px;
    background: #FFFFFF;
}

.study-page .faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.study-page .faq-item {
    background: #FFFFFF;
    border: 1px solid #E9ECEF;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.study-page .faq-item:hover {
    border-color: #0066FF;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.1);
}

.study-page .faq-question {
    width: 100%;
    padding: 20px 24px;
    text-align: left;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background 0.2s ease;
}

.study-page .faq-q-icon {
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0066FF;
}

.study-page .faq-q-text {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    text-align: left;
}

.study-page .faq-toggle-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #0066FF;
}

.study-page .faq-question[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(180deg);
}

.study-page .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.study-page .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 20px 52px;
}

.study-page .faq-answer p {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0;
}

/* ===========================================
   Responsive Design
   =========================================== */
@media (max-width: 1024px) {
    .study-page .course-price-cards {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .study-page .method-steps {
        flex-wrap: wrap;
    }

    .study-page .method-arrow {
        display: none;
    }

    .study-page .curriculum-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .study-page .section-course-info,
    .study-page .section-overview,
    .study-page .section-objectives,
    .study-page .section-method,
    .study-page .section-completion,
    .study-page .section-curriculum,
    .study-page .section-faq {
        padding: 60px 0;
    }

    .study-page .section-number-title {
        font-size: 28px;
    }

    .study-page .overview-table th {
        width: 120px;
        font-size: 14px;
        padding: 16px;
    }

    .study-page .overview-table td {
        font-size: 14px;
        padding: 16px;
    }

    .study-page .method-steps {
        flex-direction: column;
        gap: 24px;
    }

    .study-page .method-step {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .study-page .section-number-title {
        font-size: 24px;
    }

    .study-page .course-price-amount {
        font-size: 24px;
    }

    .study-page .overview-table th,
    .study-page .overview-table td {
        font-size: 13px;
        padding: 12px;
    }

    .study-page .faq-q-text {
        font-size: 15px;
    }
}

/* ===========================================
   Accessibility
   =========================================== */
@media (prefers-reduced-motion: reduce) {
    .study-page .method-step,
    .study-page .objectives-item,
    .study-page .curriculum-item,
    .study-page .faq-toggle-icon {
        transition: none;
    }
}

@media (prefers-contrast: high) {
    .study-page .overview-table,
    .study-page .completion-table,
    .study-page .curriculum-item,
    .study-page .faq-item {
        border-width: 3px;
    }
}
