@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;
}


@media (max-width: 1200px) {
    .inner_1200{
        width:100% !important;
    }
    .evt_conts_9 img{
        width:100%;
    }
    .inner_pr_20, .curriculum_wrap{
        padding:0 20px;
    }
    .br_1200{display:inline;}
}
.br_1200{display:none;}

.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:#de5e00;
}


/* 색상바탕 */
.evt_cont_typo_wh h2{
    color:#fff;
}


/* pc바텀배너 */
.bottom_banner_pc{
    background-color:#735733;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index: 100;
    display:block;
    overflow: hidden;
    color:#fff;
}

.bottom_banner_pc .bottom_banner_box_pc{
    display:flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}

.bottom_banner_box_pc p{
    font-size:25px;
    font-weight: 700;
}

.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_img_pc img{
    width:60%;
    height:auto;
}
.bottom_banner_box_pc span{
    border-radius: 50px;
    border:1px solid #fff;
    padding:5px 25px;
    font-weight: 500;
}
.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/1/bg.jpg) 
    no-repeat center center / cover;
    width:100%;
    height:839px;
}
.visual .inner_1200{
    position: relative;
}
.visual .main_typo{
    display:flex;
    flex-direction: column;
    right:0;
    top:114px;
    position: absolute;
}
.visual .main_typo img:nth-child(1){
    margin-bottom:40px;
}
.visual .main_typo img:nth-child(2){
    margin-bottom:60px;
}
.youtube_wrap{
    position: absolute;
    top:50px;
    left:0;
    /* 둥둥 애니메이션 */
    animation: float 3s ease-in-out infinite;
}
@keyframes float{
    0%{transform: translateY(0);}
    50%{transform: translateY(-10px);}
    100%{transform: translateY(0);}
}
/* 슬라이드 1200px  */
@media (max-width: 1200px) {
    .youtube_wrap{
        left:5%;
    }
    .visual .main_typo{
        right:5%;
    }
}

 /* 컨텐츠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: 64px 0 30px 0;
    position: relative;
    border-radius: 10px;
}

#evt_conts_1 .text_wrap_box{
    position: absolute;
    top:-5px;
    left:50%;
    transform:translateX(-50%);
    width:350px;
    background-color:#111;
    padding:10px;
    border-radius: 10px;
}
#evt_conts_1 .text_wrap_box::before{
    content: '▼';
    position: absolute;
    bottom:-13px;
    left:50%;
    transform:translateX(-50%);
    color:#111;
}

#evt_conts_1 .text_wrap_box h3{
    color:#fff;
    font-size:24px;
}
#evt_conts_1 .text_wrap_box2 .text{
    font-size:22px;
}
#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: #ff6b35;
}

.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;
}
.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:#9d9b2f;
    }
    .curriculum_wrap ul li:nth-child(2) .curriculum_box {
        background-color:#cc9901;
    }
    .curriculum_wrap ul li:nth-child(3) .curriculum_box {
        background-color:#cc6a01;
    }
    .curriculum_wrap ul li:nth-child(4) .curriculum_box {
        background-color:#cc3b01;
    }
    .curriculum_wrap .curriculum_box p{
        font-size:30px;
        color:#fff;
        font-weight: 600;
    }
    .curriculum_wrap .curriculum_sub_box{
        padding:15px 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;
        /* span 내부의 글자가 밑줄 위에 나오도록 z-index를 높임 */
    }
    /* 밑줄을 span 텍스트와 겹쳐지게 — 텍스트 바로 아래에 highlight 효과 */
    .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:20px;
        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:#ff7e00;
        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(3, 1fr);
        gap:10px;
    }
  
    #evt_conts_3 .conts_wrap ul li{
        border:1px solid #735733;
        border-radius: 10px;
        width:100%;
        padding:80px 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:rgba(246, 231, 206, 0.6);
        width:100px;
        height:100px;
        border-radius: 10px;
        display:flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    #evt_conts_3 .conts_box_wrap_img img{
    }
    #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:#2c2622;
    }
    #evt_conts_4 h2 strong {
        background: linear-gradient(90deg, #b6855c 0%, #f7deb5 27%, #f7deb5 76%, #c79568 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        display: inline-block;
    }

    #evt_conts_4 .conts_box{
        display:flex;
        align-items:end;
        position: relative;
        z-index: 1;
    }
    #evt_conts_4 .conts_box .box {
        padding:20px 60px;
        border-radius: 10px;
        width:100%;
        position: relative;
    }
    #evt_conts_4 .conts_box .left{
        background-color:#cc3b01;
    }
    #evt_conts_4 .conts_box .left p{
        font-weight: 700;
    }
    #evt_conts_4 .conts_box .left .strong_text{
        padding:5px 30px;
        background-color:#2c2622;
        color:#fe7640;
        display:inline-block;
        border-radius: 50px;
        font-size:20px;
    }
    #evt_conts_4 .conts_box .left .main_text{
        padding-top:10px;
        font-size:30px;
        color:#f7ebd7;
    }
    #evt_conts_4 .conts_box .right{
        background-color:#f0ddbf;
        position: relative;
    }
    #evt_conts_4 .conts_box .right .right_badge{
        position: absolute;
        top:-70px;
        right:0;
    }
    #evt_conts_4 .conts_box .right .right_badge_text{
        font-weight: 800;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #evt_conts_4 .conts_box .right .right_badge_text p{
        font-weight: 800;
        color:#212121;
        text-align: center;
        font-size:20px;
    }

    #evt_conts_4 .conts_box .right p{
        font-size:24px;
    }

    #evt_conts_4 .detail{
        background-color:#fff;
        padding-bottom:40px;
        position: relative;
        top:-10px;
        border-radius: 10px;
        display:flex;
        justify-content: space-between;
    }
    #evt_conts_4 .detail .detail_box{
        text-align: center;
        margin-top:44px;
    }
    #evt_conts_4 .detail .detail_box_2{
        border-left: 1px solid #ccc;   
    }
    #evt_conts_4 .detail .detail_box h3{
        font-size:25px;
        font-weight: 700;
        color:#212121;
        padding-bottom:20px;
    }
    #evt_conts_4 .detail .detail_box h3 span{
        color:#cc3b01;
    }

    #evt_conts_4 .detail .coupon_img{
        position: relative;
    }
    #evt_conts_4 .detail .coupon_img .coupon_text{
        position: absolute;
        top:50%;
        left:50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    #evt_conts_4 .detail .coupon_img .coupon_text p{
        font-size:45px;
        font-weight: 700;
        line-height:0.7;
        color:#fff;
    }
    #evt_conts_4 .detail .coupon_img .coupon_text p span{
        font-size:22px;
    }
    #evt_conts_4 .detail .coupon_img .circle_wrap{
        position: absolute;
        bottom:-15px;
        right:53px;
        width:70px;
        height:70px;
        background-color:#2c2622;
        border-radius: 50%;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    #evt_conts_4 .detail .coupon_img .circle_wrap p{
        font-weight: 600;
        color:#e9cda0;
    }
    #evt_conts_4 .detail .small_text{
        padding-top:10px;
    }
    /* 가격표 */
    #evt_conts_4 .detail .price_wrap{
        margin:30px auto 0;
        width:80%;
    }
    #evt_conts_4 .detail .price_wrap tr{
        border-top:1px solid #212121;
    }
    #evt_conts_4 .detail .price_wrap tr td{
        font-size:20px;
        padding:10px 5px;
    }
    #evt_conts_4 .detail .price_wrap tr td:first-child{
        text-align: left;
    }
    #evt_conts_4 .detail .price_wrap tr td:last-child{
        text-align: right;
    }
    #evt_conts_4 .detail .price_wrap tr td.price{
        color:#cc3b01;
    }
    #evt_conts_4 .detail .price_wrap tr.price_text_row{
        border-bottom:1px solid #212121;
        background-color:#fff2e7;
    }
    #evt_conts_4 .detail .price_wrap tr td.price_text{
        font-size:24px;
        font-weight: 800;
    }
    /* 세로선 */
    #evt_conts_4 .line_hr_2{
        border:1px solid #ccc;
    }
    #evt_conts_4 .small_text{
        margin:20px 0;
    }
    #evt_conts_4 .small_text p{
        padding-left:10px;
        position: relative;
        padding-top:5px;
        letter-spacing: -0.02em;
    }
    #evt_conts_4 .small_text p::before{
        content:'*';
        position: absolute;
        left:0;
        top:5px;
    }
    /* 기대평 */
    #evt_conts_4 .expectation_notice {
        flex-direction: column;
        align-items: stretch;
    }
    
    #evt_conts_4 .expectation_notice p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    #evt_conts_4 .expectation_write_btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 24px;
        font-weight: 800;
    }
    
    #evt_conts_4 .expectation_item_content {
        font-size: 14px;
    }
    
    #evt_conts_4 .expectation_modal_content {
        padding: 20px;
        width: 95%;
    }
    #evt_conts_4 .expectation_modal_title {
        font-size: 20px;
    }
    /* 마지막 */
    #evt_conts_5{
        background:url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/pc/6/bg.jpg) 
        no-repeat center center / cover;
        aspect-ratio: 16/9;
    }


.pc_no{display:none !important;}


@media screen and (max-width: 820px) {

/* 모바일바텀배너 */
.bottom_banner{
    background-color:#735733;
    padding:20px 0;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index: 100;
    display:block;
    overflow: hidden;
}
.bottom_banner_img{
    position: absolute;
    right:0;
    bottom:0;
    z-index: 10;
    /* 반짝 애니메이션 */
    animation: blink 1s infinite;
}
@keyframes blink{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

.bottom_banner_img img{
    width:40px;
    height:auto;
}
.bottom_banner_box span{
    border-radius: 50px;
    border:1px solid #fff;
    padding:5px 10px;
    font-weight: 500;
}
.bottom_banner_box p{
    color:#fff;
    text-align: center;
    font-weight: 700;
    font-size:18px;

}

    .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_bg_01.jpg) 
        no-repeat center center / cover;}
    img{width:100%;}
    /* 공용 */
    [id*="evt_conts_"]{
        padding:30px 0;
    }
    .conts_wrap{
        padding-top:20px;
    }
    /* 타이틀 */
    .evt_cont_typo h2{
        font-size:24px;
        font-weight: 700;
        padding-top:10px;
    }
    .evt_cont_typo h2 span{
        color:#de5e00;
    }
   

    /* 컨텐츠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;
        padding: 64px 0 30px 0;
        position: relative;
        border-radius: 10px;
    }

    #evt_conts_1 .text_wrap_box{
        position: absolute;
        top:-5px;
        left:50%;
        transform:translateX(-50%);
        width:85%;
        background-color:#111;
        padding:10px;
        border-radius: 10px;
    }
    #evt_conts_1 .text_wrap_box::before{
        content: '▼';
        position: absolute;
        bottom:-13px;
        left:50%;

        transform:translateX(-50%);
        color:#111;

    }

    #evt_conts_1 .text_wrap_box h3{
        font-size:16px;
    }
    #evt_conts_1 .text_wrap_box2{

    }
    #evt_conts_1 .text_wrap_box2 .text{
        font-size:18px;
    }
    #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;
    }
    /* 스위치 */
    .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;
    }
    .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;
         width:85%;
    }
 
    .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:#9d9b2f;
    }
    .curriculum_wrap ul li:nth-child(2) .curriculum_box {
        background-color:#cc9901;
    }
    .curriculum_wrap ul li:nth-child(3) .curriculum_box {
        background-color:#cc6a01;
    }
    .curriculum_wrap ul li:nth-child(4) .curriculum_box {
        background-color:#cc3b01;
    }
   
    .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:10px;
        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:15px;
        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:#ff7e00;
        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{
        background:rgba(246, 231, 206, 0.6);
        width:75px;
        height:75px;
        border-radius: 10px;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    #evt_conts_3 .conts_box_wrap_img img{
        width:40%;
    }
    #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;
    }
    #evt_conts_4 h2 strong {
        background: linear-gradient(90deg, #b6855c 0%, #f7deb5 27%, #f7deb5 76%, #c79568 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        display: inline-block;
    }

    #evt_conts_4 .conts_box{
        display:flex;
        align-items:end;
        position: relative;
        z-index: 1;
    }
    #evt_conts_4 .conts_box .box {
        padding:20px;
        border-radius: 10px;
        width:100%;

    }
    #evt_conts_4 .conts_box .left{
        background-color:#cc3b01;
    }
    #evt_conts_4 .conts_box .left p{
        font-weight: 700;
    }
    #evt_conts_4 .conts_box .left .strong_text{
        padding:5px 10px;
        background-color:#2c2622;
        color:#fe7640;
        display:inline-block;
        border-radius: 50px;
        font-size:14px;
    }
    #evt_conts_4 .conts_box .left .main_text{
        padding-top:10px;
        font-size:19px;
        color:#f7ebd7;
    }
    #evt_conts_4 .conts_box .right p{
        font-size:16px;
    }

    #evt_conts_4 .detail{
        background-color:#fff;
        padding-bottom:40px;
        position: relative;
        top:-10px;
        border-radius: 10px;
        display:block;
    }
    #evt_conts_4 .detail .detail_box{
        text-align: center;
        padding-top:30px;
        margin-top:0;
        border-left:0;
    }
    #evt_conts_4 .detail .detail_box h3{
        font-size:18px;
        font-weight: 700;
        color:#212121;
        padding-bottom:20px;
    }
    #evt_conts_4 .detail .detail_box h3 span{
        color:#cc3b01;
    }

    #evt_conts_4 .detail .coupon_img{
        position: relative;
    }
    #evt_conts_4 .detail .coupon_img .coupon_text{
        position: absolute;
        top:50%;
        left:50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    #evt_conts_4 .detail .coupon_img .coupon_text p{
        font-size:45px;
        font-weight: 700;
        line-height:0.7;
        color:#fff;
    }
    #evt_conts_4 .detail .coupon_img .coupon_text p span{
        font-size:22px;
    }
    #evt_conts_4 .detail .coupon_img .circle_wrap{
        position: absolute;
        bottom:-15px;
        right:0;
        width:70px;
        height:70px;
        background-color:#2c2622;
        border-radius: 50%;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    #evt_conts_4 .detail .coupon_img .circle_wrap p{
        font-weight: 600;
        color:#e9cda0;
    }
    #evt_conts_4 .detail .small_text{
        padding-top:10px;
    }
    /* 가격표 */
    #evt_conts_4 .detail .price_wrap{
        margin:30px auto 0;
        width:80%;
    }
    #evt_conts_4 .detail .price_wrap tr{
        border-top:1px solid #212121;
    }
    #evt_conts_4 .detail .price_wrap tr td{
        font-size:19px;
        padding:10px 5px;
    }
    #evt_conts_4 .detail .price_wrap tr td:first-child{
        text-align: left;
    }
    #evt_conts_4 .detail .price_wrap tr td:last-child{
        text-align: right;
    }
    #evt_conts_4 .detail .price_wrap tr td.price{
        color:#cc3b01;
    }
    #evt_conts_4 .detail .price_wrap tr.price_text_row{
        border-bottom:1px solid #212121;
        background-color:#fff2e7;
    }
    #evt_conts_4 .detail .price_wrap tr td.price_text{
        font-size:22px;
        font-weight: 800;
    }
    #evt_conts_4 .line_hr{
        margin-top:27px;
        background:#ccc;
        height:1px;
        border:0;
    }
    #evt_conts_4 .small_text{
        margin:20px 0;
    }
    #evt_conts_4 .small_text p{
        padding-left:10px;
        position: relative;
        padding-top:5px;
        letter-spacing: -0.02em;
    }
    #evt_conts_4 .small_text p::before{
        content:'*';
        position: absolute;
        left:0;
        top:5px;
    }
    /* 기대평 */
    #evt_conts_4 .expectation_notice {
        flex-direction: column;
        align-items: stretch;
    }
    
    #evt_conts_4 .expectation_notice p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    #evt_conts_4 .expectation_write_btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
    }
    
    #evt_conts_4 .expectation_item_content {
        font-size: 14px;
    }
    
    #evt_conts_4 .expectation_modal_content {
        padding: 20px;
        width: 95%;
    }
    #evt_conts_4 .expectation_modal_title {
        font-size: 20px;
    }
    #evt_conts_4 .conts_box .right .right_badge{
        top:-54px;
        width: 50%;
        right:-13px;
    }
    #evt_conts_4 .conts_box .right .right_badge_text{
        font-weight: 800;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #evt_conts_4 .conts_box .right .right_badge_text p{
        font-weight: 800;
        color:#212121;
        text-align: center;
        font-size:12px;
    }
    /* 마지막 */
    #evt_conts_5{
        background:url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_yyu/m/6/bg.jpg) 
        no-repeat center center / cover;
        aspect-ratio: 720/990;
    }
    .br_no_3{
        display:inline;
    }
    .br_no_4{
        display:none;
    }
}

/* 기대평 작성 영역 */
.expectation_section {
    margin-top: 40px;
    background-color: #2c2622;
    border-radius: 10px;
}

.expectation_write_box {
    background-color: #f0ddbf;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.expectation_notice {
    margin-bottom: 15px;
}

.expectation_notice p {
    color: #212121;
    font-size: 16px;
    margin: 0;
    cursor: default;
}

.expectation_write_btn {
    background-color: #ff6b35;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.expectation_write_btn:hover {
    background-color: #e55a2b;
}

.expectation_list_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.expectation_list {
    min-height: 300px;
}

.expectation_item {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.expectation_item:last-child {
    border-bottom: none;
}

.expectation_item_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.expectation_item_name {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.expectation_item_date {
    font-size: 16px;
    color: #808080;
}

.expectation_item_content {
    font-size: 17px;
    color: #212121;
    line-height: 1.6;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.expectation_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
}

.expectation_pagination button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.expectation_pagination button:hover {
    background-color: #f5f5f5;
}

.expectation_pagination button.active {
    background-color: #ff6b35;
    color: #fff;
    border-color: #ff6b35;
}

.expectation_pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 기대평 작성 모달 */
.expectation_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.expectation_modal.active {
    display: flex;
}

.expectation_modal_content {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.expectation_modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #808080;
}

.expectation_modal_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212121;
}

.expectation_form {
    width: 100%;
}

.expectation_form textarea {
    width: 100%;
    min-height: 120px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    resize: vertical;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.expectation_form .char_count {
    text-align: right;
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
}

.expectation_form .char_count.warning {
    color: #ff6b35;
}

.expectation_form .char_count.error {
    color: #ff0000;
}

.expectation_form_btn {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.expectation_form_btn button {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.expectation_form_btn .expectation_write_btn {
    background-color: #ff6b35;
    color: #fff;
    width: 100%;
}

.expectation_form_btn .expectation_write_btn:hover {
    background-color: #e55a2b;
}

.expectation_form_btn .expectation_write_btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}





/* 좀더 작은 사이즈 아이폰 se 미만 */
@media screen and (max-width: 410px) {
    .br_no_2{
        display:inline ;
    }
}
/* 좀더 작은 사이즈 아이폰 se 미만 */
@media screen and (max-width: 820px) and (min-width: 410px) {
    .br_no_2{
        display:none ;
    }
}
@media screen and (min-width: 821px) {
    .br_no_2{
        display:inline ;
    }
    .br_no_3{
        display:none;
    }
    .br_no_4{
        display:inline;
    }

}