@charset "utf-8";

.evt_wrp {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: default;
    letter-spacing: -0.5px;
}

.evt_wrp .inner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.evt_wrp .small {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
    font-weight: 900;
    text-align: center;
}

.evt_wrp .barbnr {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff000;
    z-index: 99;
    padding: 5px 0;
}

.evt_wrp .visual {
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2026/onepass/1/bg_2.jpg') no-repeat center center / cover;
    position: relative;
}

.evt_wrp .visual .inner {
    position: relative;
    animation: scale-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
}
/* 근거 */
.proof-area-wrp{
    position: absolute;
    top: 287px;
    left: 84px;
}
.proof-btn {
    color:#fff;
    background: #111;
    border:1px solid #808080;
    font-size: 14px;
    cursor: pointer;
    padding:5px 20px;
}

/* 모달 기본 숨김 */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

/* 모달 내용 */
.modal-content {
    background:#fff;
}

.modal-content p {
    font-weight: 600;
    color: #212121;
    padding: 20px;
}

/* 닫기 버튼 */
.close {
    position: absolute;
    right: 0;
    top: -32px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
}




@keyframes scale-in-bottom {
    0% {
        transform: scale(0);
        transform-origin: 50% 100%;
        opacity: 1
    }

    100% {
        transform: scale(1);
        transform-origin: 50% 100%;
        opacity: 1
    }
}

.evt_wrp .bg_01 {
    background: #f7f7f7;
    padding-bottom: 55px;
}

.evt_wrp .bg_02 {
    background: #161926 url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2025/0702/imgs/bg_con1.png') no-repeat center 0;
}

.evt_wrp .bg_03 {
    background: #afe0cd;
}

.evt_wrp .bg_04 {
    background: #ddefe9;
    padding: 100px 0;
}

.evt_wrp .bg_05 {
    background: #fff;
    padding-bottom: 150px;
}

.evt_wrp .bg_06 {
    background: #949bc6;
    padding: 100px 0;
}
.public_lec{
    margin-top:50px;
}

.evt_wrp .bg_04 .bg_line:nth-child(1) {
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2025/0702/imgs/bg_con5.png') repeat-x 0 235px;
}

.evt_wrp .bg_04 .bg_line:nth-child(2) {
    background: url('https://image.engineerlab.co.kr/data/acad/engr/promotion/2025/0702/imgs/bg_con5.png') repeat-x 0 32px;
}

.evt_wrp .bg_05 .paly_btn {
    text-align: center;
}



/* 유튜브 플레이어 팝업 */
.yt-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.yt-popup-modal[style*="display:none"] {
    display: none !important;
}

.yt-popup-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yt-popup-iframe {
    max-width: 90vw;
    max-height: 70vh;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    background: #000;
}

.yt-popup-close {
    position: absolute;
    top: -42px;
    right: 0;
    font-size: 36px;
    color: #fff;
    z-index: 10001;
    cursor: pointer;
    font-family: Arial, sans-serif;
    user-select: none;
}

/* 합격후기 */
.review_wrap {
    margin: 30px auto;
    position: relative;
    width: 100%;
}

.blue {
    color: #0037ff;
}

.review_wrap ul {
    height: 363px;
}

.review_wrap li {
    width: 918px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    text-align: center;
}

.review_wrap .swiper-slide-active {
    opacity: 1;
}

.review_wrap li p.main_typo {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
}

.review_wrap li p.sub_typo {
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0 40px 0;
    line-height: 1.3;
}

.review_wrap li p:last-child {
    font-size: 24px;
    color: #444;
}

.review_swiper {
    position: relative;
}

.review_swiper_prev,
.review_swiper_next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.review_swiper_prev {
    left: calc(50% - 490px);
}

.review_swiper_next {
    right: calc(50% - 490px);
}

.review_swiper_prev:after,
.review_swiper_next:after {
    font-size: 24px;
    font-weight: 700;
}



.evt_wrp .buy_btn {
    bottom: 107px;
    position: absolute;
    right: 100px;
}

.evt_wrp .typo1 {
    position: absolute;
    top: 300px;
    left: -25px;
}

.evt_wrp .typo2 {
    position: absolute;
    top: 300px;
    left: 595px;
}

.evt_wrp .typo3 {
    position: absolute;
    right: 90px;
    bottom: 250px;
}

.evt_wrp .end {
    position: absolute;
    left: 190px;
    top: 540px;
}

.evt_wrp .dungdung {
    animation: updown 1s both infinite alternate;
}

.evt_wrp .blink {
    animation: blink 1s infinite;
}

.evt_wrp .up-on-scroll {
    transition: transform .7s, opacity 1.7s;
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes updown {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

/* slide */
.evt_wrp .slide_box {
    position: relative;
    width: 1008px;
    margin: 0 auto;
}

.evt_wrp .slide_box img {
    height: auto;
}

.evt_wrp .slide_box .swiper-container {
    margin: 0;
    padding-top: 0 !important;
    border-radius: 20px;
}

.evt_wrp .slide_box .swiper-button-prev {
    position: absolute;
    top: 230px;
    left: -55px;
}

.evt_wrp .slide_box .swiper-button-next {
    position: absolute;
    top: 230px;
    right: -55px;
}

.evt_wrp .slide_box .swiper-button-prev:after {
    content: '';
    width: 28px;
    height: 23px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-color: #fff;
    transform: rotate(225deg);
}

.evt_wrp .slide_box .swiper-button-next:after {
    content: '';
    width: 28px;
    height: 23px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-color: #fff;
    transform: rotate(45deg);
}

#buy .lec {
    width: 1000px;
    margin: 0 auto;
}