@charset "utf-8";
/*폰트 카카오 깨짐
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans.css'); */

/*프리텐다드*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Lotteria';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/LOTTERIADDAG.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}



.show_m_375{display:none;}

.colorP{font-weight: 700;color:#fffc00 !important;}

.inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.inner_po {
    width: 1200px;
    margin: 0 atuo;
    position: relative;
}


[id*="evt_conts_"] {
    padding: 80px 0;
}


.conts_wrap {
    padding-top: 40px;
}

/* 공용 메인타이틀 */
.evt_cont_typo h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Pretendard';
    text-align: center;
    color: #212121;
    line-height: 1.3;
}

.evt_cont_typo h2 span {
    color: #063bce;
}


/* 색상바탕 */
.evt_cont_typo_wh h2 {
    color: #fff;
}


/* pc바텀배너 */
.bottom_banner_pc {
    position: fixed;
    bottom: 0;
    display: block;
    width:100%;
    z-index: 11;
    background: rgba(0,0,0,0.8);
}


.bottom_banner_box_pc {
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding:20px 0;
    color:#fff;
}

.bottom_banner_box_pc p {
    background: linear-gradient(90deg, #56ccf2 0%, #12c1fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.025em;
}

.bottom_banner_img_pc {
    z-index: 10;
    margin-top: 10px;
    /* 반짝 애니메이션 */
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.bottom_banner_box p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}

/* 슬라이드 배너 */
.visual {
    background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/pc/modify/1/bg_3.jpg) no-repeat top center / cover;
    width: 100%;
    height: 873px;
}

.visual .inner_1200 {
    position: relative;
}

.visual .main_typo {
    display: flex;
    flex-direction: column;
    left: 0;
    top: 114px;
    position: absolute;
}

.visual .main_typo .typo_1{ font-size:35px; font-weight: 500;color:#063bce;}

.main_typo .typo_2{padding-top:25px; }

#main_typo_animate .typo_1,
#main_typo_animate .typo_2,
#main_typo_animate .typo_3 {
    opacity: 0;
    filter: blur(6px);
    transform: translateX(-24px) scale(0.98);
    will-change: transform, opacity, filter;
    animation: mainTypoIn 0.7s cubic-bezier(0.2, 0.9, 0.25, 1) forwards;
}

#main_typo_animate .typo_1 { animation-delay: 0.05s; }
#main_typo_animate .typo_2 { animation-delay: 0.25s; }
#main_typo_animate .typo_3 { animation-delay: 0.45s; }

@keyframes mainTypoIn {
    0% {
        opacity: 0;
        filter: blur(6px);
        transform: translateX(-24px) scale(0.98);
    }
    70% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(6px) scale(1.02);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0) scale(1);
    }
}


@media (prefers-reduced-motion: reduce) {
    #main_typo_animate .typo_1,
    #main_typo_animate .typo_2,
    #main_typo_animate .typo_3 {
        animation: none;
        opacity: 1;
        filter: none;
        transform: none;
    }
}


.visual .main_typo img:nth-child(1) {
    margin-bottom: 20px;
}

.visual .main_typo img:nth-child(2) {
    margin-bottom: 40px;
    filter: drop-shadow(0 0 10px rgba(6, 59, 206, 0.6)) !important;
}

.youtube_wrap {
    position: absolute;
    top: 50px;
    right: 0;
    /* 둥둥 애니메이션 */
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 컨텐츠1 */
#evt_conts_1 {
    box-sizing: border-box;
}

#evt_conts_1 .inner_1200 {
    position: relative;
}

#evt_conts_1 .rolling_wrap {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 130px;
    height: 130px;
    overflow: hidden;
}

/* 원형(마스크 역할) */
#evt_conts_1 .rolling_item {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #cc6a01;
    opacity: 1;
    will-change: transform, opacity, background-color;
}

#evt_conts_1 .rolling_item p {
    font-size: 18px;
    text-align: center;
}


#evt_conts_1 .video_wrap iframe {
    width: 100%;
    height: 550px;
    border-radius: 10px;
    border: 0;
}

#evt_conts_1 .text_wrap {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 60px 0;
    position: relative;
    border-radius: 10px;
}

#evt_conts_1 .text_wrap_box {
    position: absolute;
    top: -15px;
    right: 0;
    background-color: #111;
    padding: 20px;
    border-radius: 10px;
}

#evt_conts_1 .text_wrap_box::before {
    content: '◄';
    position: absolute;
    top: 60%;
    left: -40px;
    font-size: 52px;
    transform: translateY(-50%);
    color: #111;
    z-index: -1;
}

#evt_conts_1 .text_wrap_box h3 {
    color: #fff;
    font-size: 22px;
}

#evt_conts_1 .text_wrap_box2 .text {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

#evt_conts_1 .small_text {
    padding-top: 16px;
    color: #808080;
}

#evt_conts_1 .text_list {
    display: flex;
    justify-content: center;
}

#evt_conts_1 .text_list li {
    display: none;
}

#evt_conts_1 .text_list li.active {
    display: block;
}

/* 컨텐츠2 */
#evt_conts_2 {
    position: relative;
    background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/pc/3/bg.jpg) no-repeat center center / cover;
    width: 100%;
    height: 1053px;
    overflow: hidden;
}

/* 스위치 버튼 */
.switch_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 58px 0;
}

.switch_btn_input {
    display: none;
}

.switch_btn_label {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 200px;
    height: 60px;
    background-color: #000;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.6s ease;
    overflow: hidden;
}

.switch_btn_label::before {
    content: '';
    position: absolute;
    left: 8px;
    width: 44px;
    height: 44px;
    background-color: #f5f1e8;
    border-radius: 50%;
    transition: transform 0.6s ease;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.switch_btn_label_text {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: #f5f1e8;
    transition: opacity 0.3s ease;
    z-index: 1;
    font-family: 'Pretendard';
}

.switch_btn_label_text:first-child {
    left: 20px;
    opacity: 0;
}

.switch_btn_label_text:last-child {
    right: 20px;
    opacity: 1;
}

/* ON 상태 */
.switch_btn_input:checked+.switch_btn_label {
    background-color: #063bce;
}

.switch_btn_input:checked+.switch_btn_label::before {
    transform: translateX(140px);
}

.switch_btn_input:checked+.switch_btn_label .switch_btn_label_text:first-child {
    opacity: 1;
}

.switch_btn_input:checked+.switch_btn_label .switch_btn_label_text:last-child {
    opacity: 0;
}

.small_text {
    color: #808080;
    font-weight: 300;
}

.curriculum_wrap {
    width: 100%;
    margin-top: 101px;
}

.curriculum_wrap ul {
    display: flex;
    width: 100%;
    gap: 10px;
    position: relative;
}

.curriculum_wrap .circle_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: -10px;
}

.circle_box .circle_box_img {
    position: relative;
    width: 100%;
}

.curriculum_wrap .circle_box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}

.curriculum_wrap ul li {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #735733;
    overflow: hidden;
}

.curriculum_wrap .curriculum_box {
    text-align: center;
    padding: 10px 0;
}

.curriculum_wrap ul li:nth-child(1) .curriculum_box {
    background-color: #2f319d;
}

.curriculum_wrap ul li:nth-child(2) .curriculum_box {
    background-color: #0134cc;
}

.curriculum_wrap ul li:nth-child(3) .curriculum_box {
    background-color: #0163cc;
}

.curriculum_wrap ul li:nth-child(4) .curriculum_box {
    background-color: #0191cc;
}

.curriculum_wrap .curriculum_box p {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.curriculum_wrap .curriculum_sub_box {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.curriculum_wrap .curriculum_sub_box .main_typo h5 {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.07em;
}

.curriculum_wrap .curriculum_sub_box .main_typo h5 span {
    position: relative;
    z-index: 1;
}

.curriculum_wrap .curriculum_sub_box .main_typo h5 span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background: rgba(255, 255, 127, 0.85);
    z-index: -1;
    border-radius: 0.2em;
}

.curriculum_wrap .curriculum_sub_box_img {
    margin: 10px auto;
    width: 70px;
    height: 70px;
    background-color: #eaeaea;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.curriculum_wrap .curriculum_sub_box_img img {
    width: 52%;
}

.curriculum_wrap .curriculum_sub_box_text p {
    position: relative;
    padding-left: 10px;
    font-size: 22px;
    margin: 10px 0;
}

.curriculum_wrap .curriculum_sub_box_text p::after {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.curriculum_wrap_btn {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.curriculum_wrap_btn a {
    background-color: #111;
    padding: 10px 20px;
    color: #fffc00;
    border-radius: 10px;
    font-size: 14px;
}

/* 컨텐츠3 */
#evt_conts_3 {
    background-color: #fff;
}

#evt_conts_3 .conts_wrap ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#evt_conts_3 .conts_wrap ul li {
    border: 1px solid #735733;
    border-radius: 10px;
    width: 100%;
    padding: 40px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

#evt_conts_3 .conts_box_wrap {
    display: block;
    margin: 0 auto;
}

#evt_conts_3 .conts_box_wrap_img {
    background: #ceddf6;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}

#evt_conts_3 .conts_box_wrap_text .main_text {
    padding-bottom: 10px;
}

#evt_conts_3 .conts_box_wrap_text p:first-child {
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
    line-height: 1.3;
}

/* 컨텐츠4 */
#evt_conts_4 {
    background-color: #3c4253;
}
#evt_conts_4 h2 strong {
    background: linear-gradient(90deg, #a1c4fd 0%, #c2e9fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

#evt_conts_4 .conts_wrap{
    padding:50px 20px;
}



#evt_conts_4 .conts_box{
    background-color:#fff;
    position: relative;
    border-radius: 10px;
}

#evt_conts_4 .conts_box_title{
    padding:20px;
    width:100%;
    background-color:#063bce;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 53px;
    justify-content: space-between;
}
#evt_conts_4 .conts_box_title h3{
    color:#fff;
    font-size:50px;
    font-weight: 700;
}
#evt_conts_4 .conts_box_title p{
    padding:15px 30px;
    background-color:#fff;
    color:#212121;
    font-size:25px;
    border-radius: 5px;
    text-align: center;
}
#evt_conts_4 .course_select_btn_example{border: 1px solid #fff;border-radius: 10px;background-color:#111;}
.course_select_btn_example .course_select_btn{display:flex; justify-content: space-between;
    align-items:center;padding:15px;font-size:30px;color:#fff;font-weight: 700;position:relative;}
.course_select_btn_example .course_select_btn::after{
    content:"";
    position:absolute;
    right:-36px;
    top:87%;
    width:75px;
    height:75px;
    transform: translateY(-50%);
    background: url("https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/pc/5/SmartObject.png") no-repeat center/contain;
    animation: courseSelectHandMove 1.6s ease-in-out infinite;
    pointer-events:none;
}

.course_select_btn_example .course_selected_icon{
    animation: none;
}
.course_select_btn_example .course_select_btn .course_selected_icon svg{
    display:block;
    opacity:1;
    animation: courseSelectCheckBlink 1.6s ease-in-out infinite;
}

@keyframes courseSelectCheckBlink{
    0%, 55% {opacity:0; transform: scale(0.9);}
    65%, 100% {opacity:1; transform: scale(1);}
}

@keyframes courseSelectBoxBlink{
    0%, 55% {background-color: transparent; box-shadow: none;}
    65%, 100% {background-color: #fff; box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);}
}

@keyframes courseSelectHandMove{
    0%, 20% {transform: translateY(-50%) translateX(10px);}
    55% {transform: translateY(-50%) translateX(0);}
    100% {transform: translateY(-50%) translateX(10px);}
}

#evt_conts_4 .conts_box_content{
    padding:20px;
}
/* 초급 중급 고급 선택 */
#evt_conts_4 .course_select_cards{
    display:flex;
    justify-content: space-between;
}
#evt_conts_4 .course_card{
    width:100%;
    max-width:33%;
    height:428px;
    background-color:#fff;
    border:1px solid #063bce;
    position: relative;
    border-radius: 10px;
    padding:20px;
    box-shadow: 5px 0 15px 0 rgba(6, 59, 206, 0.12);
}
#evt_conts_4 .course_card_header{
    text-align: center;
    font-size:30px;
    font-weight: 700;
}
#evt_conts_4 .course_card_header .level{
    color:red;
}

#evt_conts_4 .course_card_content_top{
    margin-top:20px;
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
}

#evt_conts_4 .course_card_desc{
    font-size: 22px;
    display:flex;
    width:100%;
    gap:5px;
    flex-direction: column;
}
#evt_conts_4 .course_card_desc_term{
    margin-top:10px;
}


.target_label{
    color:#063bce;
    font-weight: 700;
}
.target_text{
    line-height: 1.3;
}

#evt_conts_4 .course_card_content_bottom{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
}

/* 상품금액 */
.course_card_price{display:flex;justify-content: space-between;align-items: end;}
.course_card_price .price_value strong{
    font-size:45px;
    font-weight: 700;
}
.course_card_price .price_label{
    font-size: 22px;
    font-weight: 700;
}
.course_card_price .price_value {
    font-size:30px;
    color:#063bce;
}
/* 선택하기*/
.course_card_content_bottom button{
    width:100%;
    background-color:#111;
    color:#fff;
    font-size:30px;
    font-weight: 700;
    padding:15px;
    border-radius: 10px;
    cursor:pointer;
    display:flex;
    justify-content: space-between;
    margin-top:20px;
    align-items: center;
}
.course_select_btn .course_selected_icon{
    width:40px;
    height:40px;
    border:1px solid #fff;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    box-sizing:border-box;
    background-color:#fff;
}
.course_select_btn .course_selected_icon svg{
    width:100%;
    height:100%;
    display:block;
}
.course_select_btn:not(.selected) .course_selected_icon svg{
    display:none;
}
.course_select_btn_example .course_select_btn .course_selected_icon svg{
    display:block;
}

#evt_conts_4 .course_card.selected {
    background-color: #fff;
    box-shadow: 5px 0 15px 0 rgba(6, 59, 206, 0.20);
}
#evt_conts_4 .course_card.selected .course_card_content_bottom button {
    box-shadow: 5px 0 15px 0 rgba(6, 59, 206, 0.20);
}
#evt_conts_4 .small_text{
    padding-top:20px;
    position: relative;
}
#evt_conts_4 .small_text p{
    margin-left:10px;
    color:#ccc;
    padding:5px 0;
}
#evt_conts_4 .small_text p::before{
    content:'-';
    position: absolute;
    left:0;
}
#evt_conts_4 .small_text span{
    color:#fff;
}

/* 수강신청하기 */
.course_price_total_box{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    background-color:#063bce;
    padding:15px;
    border-radius: 10px;
    margin-top:20px;
}
.course_price_total_box .course_price_info{
    width:55%;
}
.course_price_total_box .course_price_info ul{
    position: relative;
}
/* 팝업 박스 */
.proof_modal{
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    border:1px solid #111;
    left:50%;
    transform: translateX(-68%);
}
.proof_modal::before{
    content:'▼';
    position: absolute;
    bottom: -23px;
    left:50%;
    transform: translateX(-50%);
    font-size:20px;
    font-size: 31px;
    color: #b0c7fc;
    z-index: -1;
}

#proofModalLaunch{
    bottom:259px;
}

#proofModalDiscount{
    bottom:178px;
}
.proof_modal .modal-content_1{height: 238px;}
.proof_modal .modal-content_2{height: 209px;}

.modal-content img{border-radius: 10px;}

.modal-content .close{
    font-size:30px;
    cursor:pointer;
    background-color:#fff;
    border-radius: 50%;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top:14px;
    right:2%;
    color:#212121 !important;
}


.course_price_total_box .course_price_info li{
    display:flex;
    justify-content: space-between;
    padding:5px 0;
    align-items: center;
}
.course_price_total_box .course_price_info li span{
    color:#fff;
    font-size:25px;
}
.course_price_total_box .course_price_info li .discount{
    color:#fffc00;
    font-weight: 700;
}
.course_price_total_box .price_big_item{
    border-top:1px solid #fff;
    margin-top:20px;
    font-weight: 700;
    padding-top: 20px !important;
    align-items: end;
}
.course_price_total_box .price_big_item .price_big{
    font-size:35px;
} 
.course_price_total_box button{
    width:40%;
    background-color:#fff;
    font-size:50px;
    font-weight: 900;
    color:#063bce;
    border-radius: 10px;
    padding:40px 0;
    position: relative;
}

.course_apply_btn_img{
    position: absolute;
    right: -24px;
    bottom:-46px;
    width:100px;
    height:100px;
    object-fit: contain;
    animation: courseSelectHandMove 1.6s ease-in-out infinite;
}

/* 배지 */
.launch_badge_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}

.launch_badge_wrap_content{
    position: relative;
    z-index: 1;
}



.launch_badge{
    background-color:#fffc00;
    color:#212121 !important;
    padding:5px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px !important;
    cursor: pointer;
}
.launch_badge_2{
    background-color:#111;
    padding:5px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px !important;
    cursor: pointer;
}

/* 마지막 */
#evt_conts_5 {
    background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/pc/6/bg_2.jpg) no-repeat center center / cover;
    aspect-ratio: 16/9;
}


.pc_no {display: none !important;}

@media (max-width: 1200px) {
    .inner_1200 {
        width: 100% !important;
    }
    .inner_pr_20,
    .curriculum_wrap {
        padding: 0 20px;
    }
    #evt_conts_4 .course_select_cards{
        flex-direction: column;
    }
    #evt_conts_4 .course_card{
        margin-bottom: 20px;
        max-width:100%;
    }
    .show_1201{display:none;}
}


/* 슬라이드 1200px  */
@media (max-width: 1200px) and (min-width: 821px) {
    #evt_conts_4 .conts_box_title h3{font-size:44px;}
    #evt_conts_4 .course_card{
        height: 400px;
    }
    #evt_conts_5{padding-left:20px;}
    .course_price_total_box button{font-size:40px;}
    .hide_1200_821{display:none;}
    .show_1200_821{display:block !important;}
    .youtube_wrap {
        right: 5%;
    }
    .visual .main_typo {
        left: 5%;
    }
    /* 컨텐츠2 */
    #evt_conts_2{height:100%;}
    #evt_conts_2 .conts_wrap {
        padding-top:0;
    }
    .switch_btn{margin:30px 0;}
    .curriculum_wrap{margin-top:70px;}
    .curriculum_wrap ul{flex-wrap:wrap; justify-content: center;}
    .curriculum_wrap ul li{width:49%;}
    /* 컨텐츠3 */
    #evt_conts_3 .conts_wrap ul{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (min-width: 1201px) {
    .show_1200_821{display:none;}
    .show_1201{display:block !important;}
    .hide_1201{display:none !important;}
}

@media screen and (min-width: 821px) {
    .show_m{display:none;}
    .show_m_820{display:none ;}
}

@media screen and (max-width: 820px) {
    /* br */
    .show_1200_821{display:none;}
    .show_m{display:inline;}
    .show_xl{display:none;}
    .hide_820{display:none ;}

    #evt_conts_4 .course_swipe_dot{
        width: 30px;
        height: 7px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.2);
        transition: background 0.2s ease;
    }
    #evt_conts_4 .course_swipe_dot.active{
        background: rgba(0, 0, 0, 0.6);
    }
    .proof_modal{
        width: 100vw;
        max-width: calc(100vw - 60px);
        transform: translateX(-50%);
    }
    #proofModalLaunch{bottom:326px;}
    #proofModalDiscount{bottom:263px;}

    .proof_modal .modal-content_1,
    .proof_modal .modal-content_2{
        height: auto;
    }
    .modal-content .close{width:25px;height:25px;font-size:18px;}
    .proof_modal img{
        width: 100%;
        height: auto;
        display: block;
    }

    /* 모바일바텀배너 */
    .bottom_banner {
        background: #0163cc;
        padding: 20px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        display: block;
        overflow: hidden;
    }
    .bottom_banner_box span {
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 5px 10px;
        font-weight: 500;
    }
    .bottom_banner_box p {
        color: #fff;
        text-align: center;
        font-weight: 900;
        font-size:25px;
        text-shadow: 0 2px 8px rgba(30,30,30,0.10), 0 1.5px 3px rgba(170,170,170,0.08);
        letter-spacing: 0.01em;
    }

    .evt_wrp {
        overflow: hidden;
    }

    /* 슬라이드 배너 */
    .pc_no {
        display: block !important;
    }

    .m_no {
        display: none !important;
    }

    .visual {
        aspect-ratio: 720/990;
        height: 100%;
        background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/m/1/m_bg4.jpg) no-repeat center center / cover;
    }
    /* 공용 */
    [id*="evt_conts_"] {
        padding: 30px 0;
    }

    .conts_wrap {
        padding-top: 20px;
    }

    /* 타이틀 */
    .evt_cont_typo h2 {
        font-size: 25px;
        font-weight: 700;
        padding-top: 10px;
        letter-spacing: -0.05em;
    }

    .evt_cont_typo h2 span {
        color: #063bce;
    }


    /* 컨텐츠1 */
    #evt_conts_1 {
        position: relative;
        box-sizing: border-box;
    }

    #evt_conts_1 .rolling_wrap {
        position: absolute;
        top: 53px;
        left: 10px;
    }

    /* 원형(마스크 역할) */
    #evt_conts_1 .rolling_item {
        width: 6rem;
        height: 6rem;
        top: 0;
        left: 0;
    }

    #evt_conts_1 .rolling_item p {
        font-size: 12px;
    }

    #evt_conts_1 .video_wrap iframe {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        border: 0;
    }

    #evt_conts_1 .text_wrap {
        text-align: center;
        margin-top: 30px;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 10px;
        padding:20px 0;
    }

    #evt_conts_1 .text_wrap_box {
        top: -60px;
        padding: 10px;
    }

    #evt_conts_1 .text_wrap_box::before {
        content: '▼';
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
        color: #111;
    }

    #evt_conts_1 .text_wrap_box h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    #evt_conts_1 .text_wrap_box2 {}

    #evt_conts_1 .text_wrap_box2 .text {
        font-size: 20px;
    }

    #evt_conts_1 .small_text {
        padding-top: 16px;
    }

    #evt_conts_1 .text_list {
        display: flex;
        justify-content: center;
    }

    #evt_conts_1 .text_list li {
        display: none;
    }

    #evt_conts_1 .text_list li.active {
        display: block;
    }

    /* 컨텐츠2 */
    #evt_conts_2 {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-bottom: 70px;
        height: 100%;
        background: #eaeaea;
    }

    #evt_conts_2 .bg_inner {
        position: absolute;
        top: 3%;
        left: 0;
        width: 100%;
    }

    #evt_conts_2 .bg_inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }

    #evt_conts_2 .inner_1200 {
        position: relative;
    }
    #evt_conts_2 .conts_wrap {
        padding-top:20px;
    }

    /* 스위치 */
    .switch_btn {
        position: absolute;
        left: 50%;
        top: 2.5%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .switch_btn_label {
        width: 100px;
        height: 50px;
    }

    .switch_btn_label::before {
        width: 36px;
        height: 36px;
        left: 7px;
    }

    .switch_btn_input:checked+.switch_btn_label::before {
        transform: translateX(49px);
    }

    .switch_btn_label_text {
        font-size: 16px;
    }

    .switch_btn_label_text:first-child {
        left: 15px;
    }

    .switch_btn_label_text:last-child {
        right: 15px;
    }

    .curriculum_wrap {
        padding: 0 20px;
        width: 100%;
        margin-top: 72px;
    }
    .course_price_total_box{margin-top:0;}
    .course_select_btn_example .course_select_btn{font-size:25px;padding:10px;}

    .curriculum_wrap ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: relative;
    }

    .curriculum_wrap .circle_box {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -30px;
        left: -10px;
    }

    .circle_box .circle_box_img {
        position: relative;
    }

    .curriculum_wrap .circle_box p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #fff;
    }

    .curriculum_wrap ul li {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #735733;
        overflow: hidden;
    }

    .curriculum_wrap .curriculum_box {
        text-align: center;
        padding: 10px 0;
    }


    .curriculum_wrap .curriculum_box p {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    .curriculum_wrap .curriculum_sub_box {
        padding: 15px 10px;
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: left;
        flex-direction: unset;
    }

    .curriculum_wrap .curriculum_sub_box_img {
        margin: 0;
        width: 70px;
        height: 70px;
        background-color: #eaeaea;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .curriculum_wrap .curriculum_sub_box_img img {
        width: 52%;
    }

    .curriculum_wrap .curriculum_sub_box_text h5 {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.09em;
    }

    .curriculum_wrap .curriculum_sub_box_text h5 span {
        position: relative;
        z-index: 1;
    }

    .curriculum_wrap .curriculum_sub_box_text h5 span::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 20px;
        background: rgba(255, 255, 127, 0.85);
        z-index: -1;
        border-radius: 0.2em;
    }

    .curriculum_wrap .curriculum_sub_box_text p {
        position: relative;
        font-size: 17px;
        padding-left: 10px;
    }

    .curriculum_wrap .curriculum_sub_box_text p::after {
        content: '-';
        position: absolute;
        top: 0;
        left: 0;
    }

    .curriculum_wrap_btn {
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .curriculum_wrap_btn a {
        background-color: #111;
        padding: 10px 20px;
        color: #fffc00;
        border-radius: 10px;
        font-size: 14px;
    }

    /* 공통 스타일 */
    .small_text {
        font-size: 14px;
        color: #808080;
        font-weight: 300;
    }

    /* 컨텐츠3 */
    #evt_conts_3 {
        background-color: #fff;
    }

    #evt_conts_3 .conts_wrap ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    #evt_conts_3 .conts_wrap ul li {
        border: 1px solid #735733;
        border-radius: 10px;
        width: 100%;
        padding: 20px;
        background-color: #fff;
        flex-direction: unset;
    }

    #evt_conts_3 .conts_box_wrap {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: left;
        margin: 0;
    }

    #evt_conts_3 .conts_box_wrap_img {
        width: 75px;
        height: 75px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #evt_conts_3 .conts_box_wrap_img img {
        width: 55%;
    }
    .conts_box_wrap_img_4 img{
        width:150% !important;
    }


    #evt_conts_3 .conts_box_wrap_text .main_text {
        padding-bottom: 10px;
    }

    #evt_conts_3 .conts_box_wrap_text p:first-child {
        font-size: 18px;
        font-weight: 600;
        padding-top: 0;
        text-align: left;
    }

    /* 컨텐츠4 */
    #evt_conts_4 {
        background-color: #2c2622;
        overflow: hidden;
    }
    #evt_conts_4 .conts_box_content{padding:20px;}
    .course_card_price .price_value{font-size:25px;}
    .course_card_price .price_value strong{font-size:25px;}
    #evt_conts_4 .course_card_desc{gap:0;}

    .course_card_content_bottom button{padding:11px;}
    .course_card_content_bottom button{font-size:25px;}
    .course_price_total_box{flex-direction: column;padding:20px;}
    .course_price_total_box .course_price_info{width:100%;}
    .course_price_total_box .course_price_info li span{font-size:18px;}
    .launch_badge_wrap{gap:5px;}
    .launch_badge{padding:5px;}
    .course_price_total_box .price_big_item .price_big{font-size:25px;}
    .course_price_total_box button{width:100%;padding: 20px 0;font-size: 30px;margin-top:20px;}
    .course_apply_btn_img{width:70px;height:70px;right:-36px;}
    #evt_conts_4 .course_card{height:390px;}
    #evt_conts_4 .conts_box_title{padding-left:0;flex-direction: column;padding:20px;gap:10px;}
    #evt_conts_4 .conts_box_title h3{font-size:30px; letter-spacing: -0.09em;text-align: center;}
    #evt_conts_4 .conts_box_title p{font-size:22px;line-height: 1.3; padding:10px;}
    #evt_conts_4 .conts_wrap{padding:20px;}
    #evt_conts_4 .course_select_btn_example{width:100%;}


    /* 마지막 */
    #evt_conts_5 {
        background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/m/6/bg_2.jpg) no-repeat center center / cover;
        aspect-ratio: 720/990;
    }
    .show_m_820{display:inline !important; text-align: center;}
}


@media (max-width: 820px) and (min-width: 376px) {
    .hid_m_820_375{display:none !important;}
    .curriculum_wrap .curriculum_sub_box_text p{letter-spacing: -0.09em;}
}


/* 갤럭시에서 가장 작은 사이즈 */
@media (max-width: 375px) {
    .hide_1200_821{display:none;}
    .show_xl{display:none;}
    .show_m_375{display:inline !important;}
    .show_m{display:none;}
}

