@import url('https://cdn.jsdelivr.net/npm/@fontsource/dseg7-classic@5.2.5/400.min.css');

/* 바텀배너 */
.bottom_banner {
    position: fixed;
    z-index: 11;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2026/frequent_lecture/bottom_1.png') no-repeat center bottom / cover;
    box-sizing: border-box;
}

.bottom_banner a {
    height: 80px;
    display: flex;
    align-items: center;
}

.bottom_banner_countdown {
    position: absolute;
}

.fl-pair {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.days {
    position: absolute;
    left: 304px;
}

.hours {
    position: absolute;
    left: 471px;
}

.minutes {
    position: absolute;
    left: 617px;
}

.seconds {
    position: absolute;
    left: 763px;
}

.fl-pair>span {
    font-family: 'DSEG7 Classic', sans-serif;
    width: 55px;
    font-size: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
}


/* 비주얼배너 */
.visual {
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2026/frequent_lecture/1/bg.jpg') no-repeat center center / cover;
    width: 100%;
    height: 879px;
    overflow: hidden;
}

.visual .main_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.visual .main_typo {
    position: absolute;
    left: 0;
    top: 0;
}


.visual .main_img {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.visual .main_img .badge {
    position: absolute;
    right: 0;
    bottom: 50px;
}

/* 컨텐츠 공용 */
.wrapper {
    margin-top: 60px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

.con1 {
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2026/frequent_lecture/2/bg.jpg') no-repeat center center / cover;
    width: 100%;
    height: 2630px;
}

.typo_wrap {
    padding-top: 70px;
    opacity: 0;
}
.typo_wrap.active {
    animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.typo_wrap .typo_question {
    font-size: 22px;
    color: #d9bba0;
    font-family: "omnigothic", sans-serif;
    font-weight: 600;
    letter-spacing: 0.25em;
}

.typo_wrap .typo_result_wrap {
    padding-top: 30px;
}

.typo_wrap .typo_desc {
    font-size: 37px;
    font-family: "omnigothic", sans-serif;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
    line-height: 1.3;
}

.typo_wrap .typo_result {
    font-size: 55px;
    font-family: "omnigothic", sans-serif;
    font-weight: 600;
    color: #fff;
}

.graph_wrap {
    position: relative;
    border: 1px solid #ccc;
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2026/frequent_lecture/2/graph_bg.jpg') no-repeat center / cover;
}

.graph_visual {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.graph_chart_only {
    position: absolute;
    left: 50%;
    top: 44%;
    z-index: 1;
    width: min(42%, 460px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
}

.graph_chart_only canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

/* 유튜브 영역 */

.typo_wrap_2 {
    margin-top: 60px;
}

.typo_wrap_2 .typo_desc {
    padding: 10px 0 0;
}

.youtube_wrap {
    background-color: #111;
    width: 100%;
    height: 807px;
    border: 1px solid #ccc;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.6);
}

.youtube_wrap iframe {
    width: 100%;
    height: 100%;
}

.youtube_wrap {
    position: relative;
    width: 100%;
    height: 807px;
    overflow: hidden;
    cursor: pointer;
}

.youtube_wrap img,
.youtube_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube_wrap img {
    z-index: 10;
}

.youtube_wrap.play img {
    display: none;
}

/* 커리큘럼 영역 */
.con2 {
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2026/frequent_lecture/3/bg.jpg') no-repeat center center / cover;
    width: 100%;
    height: 1387px;
}

.curriculum_wrap {
    background-color: #fff;
    width: 100%;
    height: 962px;
    position: relative;
}

.curriculum_wrap .curriculum_bt_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.curriculum_wrap .curriculum_bt_wrap img {
    animation: float 1.3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* 커리큘럼2 */
.con3 {
    background: #1c1d1f;
    width: 100%;
    height: 1444px;
}

.con3 .typo_result {
    color: #ff498d;
}

/* 기본 컨테이너 */
.curriculum02_wrap {
    margin-top: 60px;
    background-color: #2d2d2d;
    height: 191px;
    border: 1px solid #ccc;
}

/* 리스트 정렬 */
.curriculum_list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 개별 아이템 및 구분선 */
.curriculum_item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.curriculum_item img {
    position: absolute;
    top: -93px;
    right: 0px;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.curriculum_item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.3);
}

.curriculum02_wrap .curriculum_item span {
    background-color: #fff;
    color: #212121;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 800;
}

/* 제목 스타일 */
.curriculum02_wrap .curriculum_item .title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-family: "omnigothic", sans-serif;
}

.con3 .sub_wrap {
    margin: 70px auto 100px;
    font-family: "omnigothic", sans-serif;
}

.con3 .sub_wrap p {
    line-height: 1.5;
    font-size: 24px;
    color: #d1d1d1;
    font-weight: 300;
    text-align: center;
}

.con3 .sub_wrap p span {
    color: #fdd55c;
    font-weight: 500;
}

/* 리뷰 */
.review_wrap {
    position: relative;
}

.review_wrap .icon_wrap img:first-child {
    position: absolute;
    left: -121px;
    top: 200px;
    animation: smile-bounce 1.6s cubic-bezier(.5, 0, .5, 1) infinite alternate;
}

.review_wrap .icon_wrap img:last-child {
    position: absolute;
    right: -72px;
    bottom: 0;
    animation: smile-wiggle 1.4s ease-in-out infinite alternate;
}

@keyframes smile-bounce {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-10px) scale(1.05);
    }

    70% {
        transform: translateY(5px) scale(0.95);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes smile-wiggle {
    0% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(7deg);
    }

    70% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



.review_item {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.review_item .review_item_title {
    font-family: "omnigothic", sans-serif;
    font-size: 37px;
    font-weight: 500;
    color: #fff;
    position: relative;
    background-color: #ff498d;
    padding: 10px;
}

.review_item ul {
    margin-top: 40px;
}

.review_item ul li {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin: 15px auto;
}

.review_item .sub_typo {
    width: auto;
    text-align: right;
}

.review_item .sub_typo span {
    font-size: 16px;
    color: #8d8d8d;
    font-family: 'pretendard', sans-serif;
    font-weight: 300;
}


/* 수강신청 */
.con4 {
    background: #efefef;
    height: 1085px;
}

.con4 .typo_question {
    color: #757575;
}

.con4 .typo_result_wrap .typo_desc,
.con4 .typo_result_wrap .typo_result {
    color: 212121;
}


.form_wrap {
    background-color: #fff;
    height: 518px;
    margin-top: 60px;
    color: #212121;
}

.form_wrap .wrap {
    padding: 40px;
    width: 90%;
    margin: 0 auto;
}

.form_wrap .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.form_wrap .top-section .content-left p {
    font-family: "omnigothic", sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 13px;
}

.form_wrap .top-section .content-left h1 {
    font-family: "omnigothic", sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.form_wrap .top-section .content-left .details-list {
    padding: 30px 0;
    font-size: 18px;
    font-family: "omnigothic", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    transform: skewX(-0.1deg);
}

.form_wrap .top-section .content-left .info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.form_wrap .top-section .content-left .info-grid .info-row {
    font-family: "omnigothic", sans-serif;
    transform: skewX(-0.1deg);
}

.form_wrap .top-section .content-left .info-grid .label {
    background-color: #111;
    font-size: 18px;
    color: #fff;
    padding: 5px 15px;
}

.form_wrap .top-section .content-left .info-grid .value {
    font-size: 20px;
    font-weight: 400;
    padding-left: 5px;
}

.form_wrap .divider {
    margin: 30px auto;
}

.form_wrap .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_wrap .price-section .submit-btn {
    background-color: #ff2d7c;
    color: #fff;
    font-size: 48px;
    width: 30%;
    padding: 10px;
    font-weight: 800;
    border-radius: 10px;
}

.form_wrap .price-section .original-price {
    font-size: 32px;
    color: #888;
    /* 취소선 */
    text-decoration: line-through;
}

.form_wrap .price-section .price-info_2 {
    display: flex;
    align-items: center;
}

.form_wrap .price-section .discount-badge {
    background-color: #ff2d7c;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    padding: 0 10px;
    margin-right: 10px;
}

.form_wrap .price-section .final-price {
    font-size: 60px;
    font-weight: 900;
    color: #ff2d7c;
}

.bottom_wrap {
    background-color: #d9d9d9;
    margin-top: 22px;
}

.bottom-section {
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-section .notice-area h4,
.bottom-section .notice-area ol li {
    font-family: "omnigothic", sans-serif;
    line-height: 1.5;
    transform: skewX(-0.1deg);
}

.bottom-section .notice-area h4 {
    font-weight: 500;
    font-size: 18px;
}

.bottom-section .notice-area ol {
    padding-left: 20px;
}

.bottom-section .notice-area ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    list-style: decimal;
}

.phone-area {
    font-family: "omnigothic", sans-serif;
    font-weight: 600;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 찾아오는길 */
.con5 {
    background-color: #111;
    height: 860px;
}

.con5 .typo_question span {
    font-size: 16px;
    font-family: 'pretendard', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.con5 .map_wrap {
    margin-top: 60px;
}