/* Color Variables */
:root {
    --color-light-gray: #EAEAEA;
    --color-cream: #F2EFE9;
    --color-brown-gray: #AFA083;
    --color-dark-brown: #5c4f37;
    --color-dark-gray: #333;
    --color-gray: #707070;
    --color-light-blue: #cce6eb;
    --color-black: #000;
    --color-white: #fff;
    --color-green: #008c4f;
    --color-blue: #0084a1;
}

/* model course detail kv */

.model-course-detail-kv {
    width: 100%;
    height: calc(100vh - 10.676875vw);
    overflow: hidden;
    position: relative;
}

.model-course-detail-kv:lang(en) {
    font-family: 'URW DIN', sans-serif;
}

.model-course-detail-kv__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.model-course-detail-kv__content {
    position: absolute;
    bottom: 3.125vw;
    left: 12.8125vw;
    width: 74.375vw;
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: var(--color-white);

}

.model-course-detail-kv__content-title {
    width: 43.75vw;
}

.model-course-detail-kv__content-title-inner {
    display: flex;
    align-items: center;
    gap: 1.25vw;
}

.model-course-detail-kv__content-title-inner p span {
    margin-bottom: -0.25em;
    font-family: 'URW DIN', sans-serif;
}

.model-course-detail-kv__content-title-inner p:first-child {
    font-size: 0.8125vw;
    min-width: 5vw;
    height: 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-white);
    border-radius: 30px;
    padding: 0 0.875vw;

}

.model-course-detail-kv__content-title-inner p:last-child {
    font-size: 1.25vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.875vw;
}

.model-course-detail-kv__content-title-inner p:last-child img {
    width: 1.328125vw;
    height: auto;
}

.model-course-detail-kv__title {
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.5;
}

.model-course-detail-kv__title span {
    margin-bottom: -0.25em;
}

.model-course-detail-kv__content .guide-section__data {
    width: 19.6875vw;
}

.model-course-detail-kv__content .guide-section__data-item {
    border-bottom: 1px solid var(--color-white);
    color: var(--color-white);
}

.model-course-detail-kv__content .guide-section__data-item:first-child {
    border-top: 1px solid var(--color-white);
 
}

.model-course-detail-kv__content .guide-section__data-item p:first-child {
    width: 7.875vw;
}

.model-course-detail-kv__content .guide-section__data-item p:last-child {
    width: 11.875vw;
    
}

.model-course-detail-kv__content .guide-section__data-item p {
    color: var(--color-white);
}

/* course content */

.course-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 9.375vw 12.8125vw 14.625vw 12.8125vw;
   
}

.course-content:lang(en) {
    font-family: 'URW DIN', sans-serif;
}

.course-content__img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.course-content__bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.course-content__body {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.course-content__body-img {
    width: 15.625vw;
    height: 21.6875vw;
}

.course-content__body-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.course-content__body-text {
    width: 39.0625vw;
    height: 100%;
    color: var(--color-white);
}

.course-content__body-text-description {
    font-size: 1.25vw;
    font-weight: 500;
    margin-bottom: 4.125vw;
}

.course-content__body-text-description:lang(en) {
    line-height: 1.5;
}

.course-content__body-list-item {
    margin-bottom: 2.5vw;
}

.course-content__body-list-item:last-child {
    margin-bottom: 0;
}

.course-content__body-list-num {
    display: flex;
    align-items: center;
    gap: 0.875vw;
    font-size: 0.9375vw;
    font-weight: 500;
    margin-bottom: 0.75vw;
}

.course-content__body-list-num .number-line {
    width: 2.875vw;
    height: 1px;
    background-color: var(--color-white);
    display: inline-block;
}

.course-content__body-list-num span:last-child {
    margin-bottom: -0.25em;
    display: inline-block;
}

.course-content__body-list-item p:last-child {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.5;
    width: 35.3125vw;
    margin: 0 0 0 auto;
}



/* course schedule */

.course-schedule {
    width: 100%;
    background-color: var(--color-cream);
    padding-bottom: 15vw;
    text-align: center;
    position: relative;
}

.course-schedule:lang(en) {
    font-family: 'URW DIN', sans-serif;
}

.course-schedule__list {
    padding: 38.5vw 0 43.75vw 0;
}

.course-schedule__list-item {
    position: relative;
}

.course-schedule__list-item-img1 {
    width: 27.5vw;
    height: 18.3125vw;
    overflow: hidden;
    position: absolute;
    top: -25vw;
    left: 20.625vw;
}

.course-schedule__list-item-img2 {
    width: 23.4375vw;
    height: 15.625vw;
    overflow: hidden;
    position: absolute;
    top: -8.75vw;
    right: 5vw;
}

.course-schedule__list-item-img3 {
    width: 23.4375vw;
    height: 15.625vw;
    overflow: hidden;
    position: absolute;
    top: -11.625vw;
    left: 5vw;
}

.course-schedule__list-item-img4 {
    width: 15vw;
    height: 22.5vw;
    overflow: hidden;
    position: absolute;
    top: -17.125vw;
    right: 9.75vw;
}

.course-schedule__list-item-img5 {
    width: 35.3125vw;
    height: 23.5625vw;
    overflow: hidden;
    position: absolute;
    top: 12.1875vw;
    left: 24.375vw;
}

.course-schedule__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-schedule__list-item p:nth-of-type(1) {
    font-size: 0.9375vw;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1vw;
    color: var(--color-brown-gray);
}

.course-schedule__list-item p:nth-of-type(2) {
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1vw;
}

.course-schedule__list-item p:nth-of-type(2) span {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.course-schedule__list-item p:nth-of-type(3) {
    font-size: 0.9375vw;
    color: #8e8e8e;
    line-height: 1;
    margin-bottom: 1.5vw;
}

.course-schedule__list-line {
    width: 1px;
    height: 3.25vw;
    background-color: var(--color-brown-gray);
    margin: 0 auto 1.5vw auto;

}

.course-schedule__list-item:last-child .course-schedule__list-line {
    display: none;
}


.course-schedule__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: 31.25vw;
    font-size: 2.5vw;
    font-weight: 600;
    color: var(--color-white);
    border-radius: 2vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;

}

.course-schedule__btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: brightness(0.5);
}

.course-schedule__btn span {
    position: relative;
    z-index: 2;
    border-bottom: 0.3125vw solid var(--color-white);
    padding-bottom: 0.25em;
    margin-bottom: -0.5em;
}

@media (max-width: 768px) {
    .model-course-detail-kv {
        height: calc(100vh - 14.125vw);
    }

    .model-course-detail-kv__content {
        flex-direction: column;
        width: 80vw;
        align-items: center;
        left: 10vw;
        bottom: 25vw;
    }

    .model-course-detail-kv__content-title {
        width: 100%;
    }

    .model-course-detail-kv__content-title-inner {
        width: 100%;
        gap: 3.5vw;
        margin-bottom: 4vw;
    }

    .model-course-detail-kv__content-title-inner p:first-child {
        font-size: 2.75vw;
        min-width: 16vw;
        height: 4.5vw;
        padding: 0 2vw;
    }

    .model-course-detail-kv__content-title-inner p:last-child {
        font-size: 3.25vw;
        gap: 2vw;
    }

    .model-course-detail-kv__content-title-inner p:last-child img {
        width: 4vw;
    }

    .model-course-detail-kv__title {
        font-size: 4.25vw;
        margin-bottom: 7.5vw;
    }

    .model-course-detail-kv__content .guide-section__data {
        width: 100%;
    }

    .model-course-detail-kv__content .guide-section__data-item {
        width: 100%;
    }

    .model-course-detail-kv__content .guide-section__data-title {
        width: 32vw;
    }

    .model-course-detail-kv__content .guide-section__data-item p {
        font-size: 3.25vw;
        font-weight: 500;
    }

    .model-course-detail-kv__content .guide-section__data-item p:first-child {
        width: 32vw;
    }

    .model-course-detail-kv__content .guide-section__data-item p:last-child {
        width: 47.5vw;
    }

    /* course content */

    .course-content {
        padding: 25vw 10vw;
    }

    .course-content__img {
        scale: 1.5;
    }

    .course-content__body {
        flex-direction: column;
        align-items: center;
    }

    .course-content__body-img {
        display: none;
    }

    .course-content__body-text {
        width: 100%;
    }

    .course-content__body-text-description {
        font-size: 3vw;
        margin-bottom: 13vw;
    }

    .course-content__body-list-item {
        margin-bottom: 5vw;
    }

    .course-content__body-list-num {
        font-size: 3vw;
        gap: 2.5vw;
    }

    .course-content__body-list-num .number-line {
        width: 7.5vw;
    }



    .course-content__body-list-item p:last-child {
        font-size: 3vw;
        width: 70vw;

    }

    /* course schedule */

    .course-schedule {
        padding-bottom: 43vw;
    }

    .course-schedule__list {
        padding: 20vw 5vw 18vw 5vw;
    }

    .course-schedule__list-item {
        display: flex;

        flex-direction: column;
        align-items: center;
    }

    .course-schedule__list-item-img1 {
        width: 45vw;
        height: 30vw;
        position: unset;
        margin-bottom: 10vw;

    }

    .course-schedule__list-item-img2 {
        width: 45vw;
        height: 30vw;
        position: unset;
        margin-bottom: 10vw;
    }

    .course-schedule__list-item-img3 {
        width: 42vw;
        height: 28vw;
        position: unset;
        margin-bottom: 10vw;
    }

    .course-schedule__list-item-img4 {
        width: 42vw;
        height: 63.5vw;
        position: unset;
        margin-bottom: 10vw;
    }

    .course-schedule__list-item-img5 {
        width: 42vw;
        height: 28vw;
        position: unset;
        margin-bottom: 10vw;
    }

    .course-schedule__list-item p:nth-of-type(1) {
        font-size: 3vw;
        margin-bottom: 2.5vw;
    }

    .course-schedule__list-item p:nth-of-type(2) {
        font-size: 4.25vw;
        margin-bottom: 0;
    }

    .course-schedule__list-item p:nth-of-type(2):lang(en) {
        line-height: 1.5;
    }

    .course-schedule__list-item p:nth-of-type(3) {
        font-size: 3vw;
        margin-top: 2.5vw;
        margin-bottom: 0;

    }

    .course-schedule__list-line {
        height: 13vw;
        margin: 4vw auto 6vw auto;
    }

    .course-schedule__list-item:last-child .course-schedule__list-line {
        display: block;
    }

    .course-schedule__btn {
        width: 80vw;
        height: 126.5vw;
        font-size: 4.25vw;
        border-radius: 4vw;
    }

    .course-schedule__btn span {
        border-bottom: 0.875vw solid var(--color-white);
        padding-bottom: 0.75em;
    }











}