@font-face {
    font-family: 'Cafe24ClassicType';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Cafe24ClassicType-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
.mobile_bottom_banner{display:none;}

@media (min-width:1921px){
    .visual .bg {width:100%}
}

/* 탑 버튼 */
@media (min-width: 1200px){
    .fixed-btns{bottom:3% !important;}
}

html, body{
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

img{
    height: auto;
}

:root{
    --side-padding: 24px;
}

.wrap_online{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

#bg_pa100{padding:100px 0;}

/* 윙배너 */
.wing_banner{
    position: fixed;
    right: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 5;
    bottom:5%;
}

.wing_item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 190px;
    padding: 14px 14px 14px 16px;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.18);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.wing_item:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(0,0,0,0.22);
}

.wing_item--coupon{
    background: linear-gradient(140deg, #4a24ff 0%, #c20fe3 100%);
    color: #ffffff;
}

.wing_item--event{
    background: linear-gradient(180deg, #ffffff 0%, #e9f4ff 100%);
    color: #0b2b60;
}

.wing_badge{
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 52px;
    padding: 6px 8px 5px;
    border-radius: 999px;
    background: #000000;
    color: #ffe052;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
}
.m_br{display: none;}
.m_380_br{display: none;}
.wing_badge--event{
    background: #ff2c2c;
    color: #ffffff;
}

.wing_text{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wing_tag{
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.wing_item--event .wing_tag{
    color: #0b2b60;
}

.wing_item--coupon .wing_tag{
    color: #ffe052;
}

.wing_text strong{
    font-size: 20px;
    line-height: 1.3;
}

.wing_link{
    font-size: 16px;
    font-weight: 700;
    color: inherit;
    padding-top: 10px;
}

.wing_item--event .wing_link{
    color: #0068c4;
}

.wing_item--coupon .wing_link{
    color: #ffffff;
}

@media (max-width: 1200px){
    .inner{padding:0 20px;}
    .wing_banner{
        right: 12px;
        top: 120px;
    }
    .wing_banner{display:none;}
    .handwriting_wrap .swiper-container{width:100% !important;}
}

@media (max-width: 1023px){
    .wing_banner{
        display: none;
    }
}

/* 팝업창  */
.popup_wrap{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index: 9999;
    display:none;
    overflow-y: auto;
}

.popup_content{
    background-color:#fff;
    top:50%;
    left:50%;
    position: relative;
    transform: translate(-50%, -50%);
    width:600px;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 10px;
    padding:40px 30px 30px;
    margin: 20px 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.popup_close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    color: #ff0000;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_content h3{
    font-size: 24px;
    font-weight: 900;
    color: #212121;
    line-height: 1.4;
    margin: 0 0 25px 0;
    text-align: center;
}

.popup_benefits{
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.popup_benefits_title{
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 12px 0;
}

.popup_benefits_list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup_benefits_list li{
    position: relative;
    font-size: 18px;
    color: #212121;
    line-height: 1.8;
}

.popup_form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup_form_item{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top:30px;
}

.popup_form_item > label{
    font-size: 15px;
    font-weight: 700;
    color: #212121;
}

.popup_form_table{
    width: 100%;
    border-collapse: collapse;
}

.popup_form_table th,
.popup_form_table td{
    padding: 14px 0;
    text-align: left;
    vertical-align: middle;
}

.popup_form_table th{
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    width: 100px;
    min-width: 80px;
}

.popup_form_table td{
    font-size: 15px;
    color: #333;
    padding-left: 15px;
}

.popup_form_table tr{
    border-bottom: 1px solid #e5e5e5;
}

.popup_form_table tr:last-child{
    border-bottom: none;
}

.popup_form_table .popup_form_input{
    width: 100%;
    max-width: 300px;
    padding: 10px 12px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-size: 15px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.popup_form_table .popup_form_input:focus{
    outline: none;
    border-color: #1457d3;
}

.popup_form_table .popup_form_radio{
    display: flex;
    gap: 20px;
}

.popup_form_table .popup_form_radio label{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

.popup_form_table .popup_form_radio input[type="radio"]{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.popup_form_table .popup_form_exam_label{
    margin-bottom: 8px;
}

.popup_form_table .popup_form_checkbox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.popup_form_table .popup_form_checkbox label{
    display: flex;
    align-items: self-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

.popup_form_table .popup_form_checkbox input[type="checkbox"]{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.popup_form_info{
    font-size: 12px;
    color: #666;
}

.popup_form_required{
    color: #ff0000;
    font-weight: 400;
}

.popup_form_radio{
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.popup_form_radio label{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

.popup_form_radio input[type="radio"]{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.popup_form_checkbox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 5px;
}

.popup_form_checkbox label{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

.popup_form_checkbox input[type="checkbox"]{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.popup_form_checkbox_label{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #212121;
    cursor: pointer;
    margin-bottom: 5px;
}

.popup_form_checkbox_label input[type="checkbox"]{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.popup_form_consent_text{
    margin-top: 10px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.popup_form_consent_text p{
    margin: 0 0 8px 0;
}

.popup_form_consent_text p:last-child{
    margin-bottom: 0;
}

.consent_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #000;
}
.consent_table th, .consent_table td {
    border: 1px solid #000;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    color: #000;
}
.consent_table th {
    background: #fff;
    font-weight: 700;
    text-align: center;
}
.consent_table td {
    vertical-align: middle;
}
@media (max-width: 768px) {
    .consent_table th, .consent_table td {
        font-size: 11px;
        padding: 6px 5px;
    }
}

.popup_submit_btn{
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.popup_submit_btn:hover{
    background-color: #333;
}

@media (max-width: 768px) {
    .recommend_slider{margin-top:30px !important;}
    .benefit3{padding:60px 0 !important;}
    .benefit3_coupon_mock{width:90%;}
    .benefit3_content{margin-top:20px !important;}
    .benefit3_card_wrap{display: flex; flex-direction: column-reverse;}
    .benefit1_checkpoint{margin-top:17px !important;}
    .benefit1_content{margin-top:20px !important;}
    .benefit1_video_btn img{
        width:60% !important; 
        margin: 0 auto !important;
    }
    
    .benefit2_content{margin-top:20px !important;}
    .benefit_title{font-size:22px !important;}
    .popup_content{
        width: 95%;
        padding: 35px 20px 25px;
    }
    .m_br{display: block;}
    
    .popup_benefits{padding: 20px;}
    .popup_content h3{
        font-size: 20px;
        margin-top: 28px;
    }
    .popup_form_required{font-size:12px;}

    .popup_benefits_title{font-size:16px;}
    .popup_benefits_list li{font-size:14px;}
    
    .popup_form_checkbox{
        gap: 8px;
    }
    
    .popup_submit_btn{
        height: 50px;
        font-size: 16px;
    }
    
    .popup_form_table th,
    .popup_form_table td{
        padding: 12px 0;
        font-size: 14px;
    }
    
    .popup_form_table th{
        width: 70px;
        min-width: 70px;
        vertical-align: top;
        padding-top: 16px;
    }
    
    .popup_form_table td{
        padding-left: 10px;
    }
    
    .popup_form_table .popup_form_input{
        max-width: 100%;
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .popup_form_table .popup_form_radio{
        gap: 15px;
    }
    
    .popup_form_table .popup_form_checkbox{
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .benefit3_cta{font-size:14px; padding:14px 5px !important;}
}


@media (max-width: 1200px) {
    :root{--side-padding: 20px;}
}

h2{font-size:60px;}

.wrap_online{
    width:100%;
    overflow:hidden;
}
.visual{
    position: relative;
    overflow: hidden;
    text-align: center;
}


.visual .bg{
    text-align: center;
}
.visual .badge{
    position: absolute;
    display:flex;
    flex-direction: column;
    right: 15%;
    top: 133px;
    gap:30px;
    z-index: 10;
}
.po_a{
    position: absolute;
    
}

.visual .main{
    left:50%;
    top:115px;
    transform: translateX(-50%);
    text-align: center;
}

.visual .main .typo_wrap{
    color:#fff;
    margin-top:30px;
    
}

.visual .main .typo_wrap p{
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 30px;
    padding-left: 30px;
}
.visual .main .main_title_wrap{
    margin-top:30px;
}

.visual .main .main_title_wrap h2, 
.visual .main .main_title_wrap h1{
    font-family: 'Cafe24ClassicType';
}

.visual .main .main_title_wrap h1{
    font-size: 115px;
    background: linear-gradient(90deg, #3488cf 0%, #48def7 25%, #fff 50%, #48def7 75%, #3488cf 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    animation: shine 4s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.visual .main .icon_wrap img{
    position: absolute;
}
.visual .main .icon_wrap img:nth-child(1){
    left:10%;
}
.visual .main .icon_wrap img:nth-child(2){
    right:10%;
    transform: scaleX(-1);
}

.visual .online_text{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    padding: 5px 50px;
    margin-top:27px;
   
    
}

.visual .online_text p{
    letter-spacing: 10px;
    color:#fff;
    font-size: 50px;
    font-family: 'Cafe24ClassicType';
}

.visual .professor{
    top:481px;
    width:100%;
}
.visual .professor img{
    width:100%;
}

/* 두번재 영역 */
.two_wrap{
    background-color:rgba(255,255,255,0.15);
    top:1294px;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    padding:100px 20px;
}
.two_wrap h2{
    color:#fff;
    line-height: 1.4;
    font-weight:400;
}

.two_wrap h2 span{
    background-color:#111;
    padding:1px 20px;
    font-weight: 900;
}


.two_wrap .card_wrap {
    box-sizing: border-box;
    margin-top:40px;
    display:flex;
    justify-content: space-between;

}

.two_wrap .card_wrap li{
    background-color:#273342;
    height:455px;
    width:360px;
    border-radius: 15px;
    position: relative;
    border:10px solid #1457d3;
    padding-top:20px;
    display:flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}
.two_wrap .card_wrap li .title{
    font-size:30px;
    font-weight: 700;
    color:#fff;
    padding:20px 0;
}
.two_wrap .card_wrap li .sub_title{
    font-size:20px;
    font-weight: 400;
    color:#fcff00;
    text-decoration: underline;
}

.two_wrap .card_wrap li .one{
    position: absolute;
    top:30px;
    left:30px;
}

.two_wrap .card_wrap li::before{
    content:'';
    position: absolute;
    bottom:-30px;
    left:50%;
    transform: translateX(-50%);
    z-index: -1;
    border-width: 20px 150px 0 150px;
    border-color: #1457d3 transparent transparent transparent;
    border-style: solid;
}

/* 카드 하단 진행선/화살표 */
.two_wrap .card_nav{
    position: relative;
    width: 100%;
    height: 46px;
    margin-top: 35px;
}
.two_wrap .card_nav::before{
    content:'';
    width:99%;
    position:absolute;
    left:0;
    right:34px; /* 화살표 헤드 공간 */
    top:50%;
    transform: translateY(-50%);
    height:4px;
    background: rgba(255,255,255,0.9);
}
.two_wrap .card_nav::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    width:0;
    height:0;
    border-left:16px solid rgba(255,255,255,0.9);
    border-top:9px solid transparent;
    border-bottom:9px solid transparent;
}
.two_wrap .card_nav .dot{
    position:absolute;
    top:50%;
    transform: translate(-50%, -50%);
    width:30px;
    height:30px;
    border-radius: 50%;
    background:#1457d3;
    border:4px solid #fff;
    box-sizing: border-box;
}
.two_wrap .card_nav .dot1{left:15%;}
.two_wrap .card_nav .dot2{left:50%;}
.two_wrap .card_nav .dot3{left:85%;}

/* 버튼 영역 */
.btn_wrap{width:100%;height:100px;}
.btn_wrap .btn_wrap_cta{width:900px; gap:17px;   }
.two_wrap .btn_wrap{
    width:100%;
    background-color:#fff;
    margin-top:40px;
    position: relative;
}
.two_wrap .btn_wrap a{
    height:100%;
    width:100%;
    display:flex;
    align-items: center;
    gap:40px;
}

.two_wrap .btn_wrap .schedule_wrap{
    width:20%;
    height:100%;
    background-color:#1457d3;
    padding:20px 0;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.two_wrap .btn_wrap p{
    font-size:40px;
    font-weight: 900;
}
.two_wrap .btn_wrap p span{
    color:#1457d3;
}

/* 이벤트 유의사항 */
.two_wrap .notice_wrap{
    color:#fff;
    text-align: left;
}
.two_wrap .notice_wrap .notice_title{
    padding-top:20px;
    font-size:20px;
}
.two_wrap .notice_wrap .notice_title_em{
    padding-top:30px;
}
.two_wrap .notice_wrap ul{
    padding-top:20px;
}
.two_wrap .notice_wrap ul li{
    padding-left:20px;
    font-size:16px;
    position: relative;
    line-height: 1.5;
    font-weight: 300;
}
.two_wrap .notice_wrap ul li:nth-child(1)::before {
    content: '1.';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.two_wrap .notice_wrap ul li:nth-child(2)::before {
    content: '2.';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.two_wrap .notice_wrap ul li:nth-child(3)::before {
    content: '3.';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.two_wrap .notice_wrap ul li:nth-child(4)::before {
    content: '4.';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.two_wrap .notice_wrap a{
    color:#0cd1fc;
}

/* 혜택1 */
.benefit1{
    background-color:#eee;
}
.benefit1 .benefit_title_wrap{
    line-height: 1.4;
}
.benefit1 .benefit_title{
    font-size:30px;
    font-weight: 400;
    color:#1457d3;
}
.benefit1 h2{
    color:#212121;
    font-weight: 900;
}

/* 혜택1 - 탭/콘텐츠 */
.benefit1_content{
    margin-top: 45px;
}

.benefit1_tabs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 26px 26px 0 0;
    overflow: hidden;
    background: #d7d7d7;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    height:120px;
}
.benefit1_tabs:nth-child(2){
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.benefit1_tab{
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 40px;
    font-weight: 800;
    color: rgba(0,0,0,0.35);
    transition: background-color .15s ease, color .15s ease;
}

.benefit1_tab.is-active{
    background: #1457d3;
    color: #fff;
}

.benefit1_panels{
    margin-top: -18px; 
    position: relative;
}

.benefit1_card{
    background: #fff;
    border: 4px solid #1457d3;
    border-radius: 22px;
    padding: 52px;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.benefit1_text{
    flex: 1 1 auto;
    min-width: 0;
}

.benefit1_headline{
    font-size: 44px;
    font-weight: 900;
    color: #212121;
    line-height: 1.25;
    margin: 0;
}

.benefit1_checkpoint{
    margin-top: 38px;
    border: 2px solid #111;
    border-radius: 10px;
    overflow: hidden;
    max-width: 560px;
}

.benefit1_checkpoint_title{
    margin: 0;
    padding: 18px 22px;
    background: #111;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 12px;
}

.benefit1_check{
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1;
}

.benefit1_checkpoint_list{
    margin: 0;
    padding: 18px 22px 22px;
    list-style: none;
}

.benefit1_checkpoint_list li{
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    color: #111;
    line-height: 1.6;
    font-weight: 500;
}

.benefit1_checkpoint_list li::before{
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
}

.benefit1_media{
    flex: 0 0 380px;
}

.benefit1_video_btn{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    border: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #eef1f6;
}

.benefit1_video_btn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}


.benefit1_play{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,0,0,0.75);
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    animation: play-pulse 2s infinite;
}

.benefit1_play::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.3);
    animation: play-ripple 2s infinite;
    z-index: -1;
}

@keyframes play-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

@keyframes play-ripple {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.8); opacity: 0; }
}

.benefit1_play::before{
    content: '';
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

@media (max-width: 1200px) {
    .benefit1_tab{font-size: 32px; padding: 22px 10px;}
    .benefit1_card{padding: 32px; gap: 30px;}
    .benefit1_media{flex-basis: 320px;}
    .benefit1_headline{font-size: 36px;}
}

@media (max-width: 900px) {
    .benefit1_tabs{border-radius: 18px 18px 0 0;}
    .benefit1_tab{font-size: 22px; padding: 18px 10px;}
    .benefit1_card{flex-direction: column; align-items: stretch;}
    .benefit1_media{flex-basis: auto;}
    .benefit1_checkpoint{max-width: none;}
}

/* 혜택2 */
.benefit2{
    background-color:#fff;
}
.benefit2 .benefit_title_wrap{
    line-height: 1.4;
}
.benefit2 .benefit_title{
    font-size:30px;
    font-weight: 400;
    color:#1457d3;
}
.benefit2 h2{
    color:#212121;
    font-weight: 900;
}
.benefit2_em{
    color:#1457d3;
}

.benefit2_content{
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefit2_top{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.benefit2_prof{
    margin-top: -70px;
    position: relative;
    height:595px;
    overflow: hidden;

}
.benefit2_prof img{
    width: 100%;
    height: auto;
    display: block;
}
.benefit2_badge{
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
    width: 146px;
    height: 146px;
    background: #c30000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    z-index: 5;
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
    letter-spacing: -1.5px;
}
.benefit2_badge_2{
    top:22%;
    background:#111;

}
.benefit2_prof::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
    pointer-events:none;
}

.benefit2_bubble{
    background: #fff;
    border-radius: 12px;
    padding: 34px 36px;
    position: relative;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
    width: 55%;
    max-width: 100%;
}
.benefit2_bubble::after{
    content:'';
    position:absolute;
    left: 58%;
    transform: translateX(-50%);
    bottom: -14px;
    width: 0;
    height: 0;
    /* 스샷처럼 작은 뾰족 꼬리 */
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 16px solid #fff;
    filter: drop-shadow(0 8px 10px rgba(0,0,0,0.12));
}
.benefit2_bubble_title{
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    color:#212121;
    line-height: 1.35;
}
.benefit2_bubble_list{
    margin: 18px 0 0 0;
    padding: 0;
    list-style: none;
}
.benefit2_bubble_list li{
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    line-height: 1.7;
}
.benefit2_bubble_list li::before{
    content:'-';
    position:absolute;
    left:0;
    top:0;
    color:#111;
}

.benefit2_schedule{
    width: 100%;
    max-width: 1200px;
    border: 8px solid #1457d3;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    margin-top: -82px;
    z-index: 3;

}
.benefit2_row{
    display: flex;
    align-items: stretch;
}
.benefit2_row + .benefit2_row{
    border-top: 8px solid #1457d3;
}
.benefit2_cell{
    display:flex;
    align-items:center;
    padding: 26px 0;
    box-sizing: border-box;
}
.benefit2_cell_left{
    min-width: 260px;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    color:#1457d3;
    background: #fff;
    text-align: center;
}
.benefit2_cell_right{
    flex: 1 1 auto;
    border-left: 1px solid #d9d9d9;
    font-size: 26px;
    font-weight: 700;
    color:#111;
    white-space: nowrap;
    padding-left:10px;

}

.benefit2_cta_wrap{
    margin-top: 44px;
    display: flex;
    justify-content: center;
}
.benefit2_cta{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 58px;
    background: #111;
    color:#fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}
.benefit2_cta_small{
    font-weight: 700;
    font-size: 30px;
    color: rgba(255,255,255,0.92);
}
.benefit2_cta_em{
    color: #ffe600;
    font-weight: 900;
    font-size:45px;
}
/* 위아래 둥둥 */
.cta_cursor{
    position:absolute;
    right: -10px;
    bottom: -16px;
    width: 64px;
    height: 64px;
    animation: bounce 1s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}


@media (max-width: 1200px) {
    .benefit2_top{gap: 40px;}
    .benefit2_prof{width: 360px; margin-top: -40px;}
    .benefit2_bubble_title{font-size: 24px;}
    .benefit2_cell_left,
    .benefit2_cell_right{font-size: 20px;}
    .benefit2_cta{font-size: 22px;}
    .benefit2_cta_small{font-size: 18px;}
}

@media (max-width: 900px) {
    .benefit2_top{flex-direction: column; gap: 22px;}
    .benefit2_prof{width: 320px; margin: 30px auto !important; z-index: -1;}
    .benefit2_bubble{padding: 26px 22px;}
    .benefit2_bubble::after{left: 60%;}
    .benefit2_schedule{border-width: 4px;}
    .benefit2_row + .benefit2_row{border-top-width: 4px;}
    .benefit2_cell{padding: 16px 14px;}
    .benefit2_cell_left{width: 42%; font-size: 18px;}
    .benefit2_cell_right{font-size: 16px; white-space: normal;}
    .benefit2_cta{padding: 18px 26px; text-align: center; flex-wrap: wrap;}
}

/* 혜택2 PC 전용 레이아웃 */
@media (min-width: 901px) {
    .benefit2_flex_wrap {
        display: flex;
        align-items: flex-end;
        gap: 30px;
        width: 100%;
        margin-top: -82px;
        z-index: 3;
        position: relative;
    }
    .benefit2_flex_wrap .benefit2_schedule {
        margin-top: 0;
        flex: 1;
    }
}

.benefit2_kakao_qr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
}

.qr_bubble {
    background: #3c6bff;
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(60, 107, 255, 0.2);
}

.qr_bubble::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 40px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #3c6bff;
}

.qr_box {
    background: #fff;
    border: 3px solid #1457d3;
    border-radius: 8px;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.qr_box img {
    width: 90%;
    height: auto;
}

/* 혜택3 */
.benefit3{
    background: #f1f3f6;
    padding: 100px 0;
}
.benefit3 .benefit_title_wrap{
    line-height: 1.4;
}
.benefit3 .benefit_title{
    font-size: 30px;
    font-weight: 400;
    color: #1457d3;
}
.benefit3 h2{
    color: #212121;
    font-weight: 900;
}
.benefit3_em{
    color: #1457d3;
}

.benefit3_content{
    margin-top: 55px;
}

.benefit3_card_wrap{
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}
.benefit3_card{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(0,0,0,0.14);
    padding: 40px 48px 34px;
    position: relative;
}

.benefit3_periods{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.benefit3_period{
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.benefit3_badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 40px;
    padding: 0 18px;
    background: #1457d3;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.benefit3_date{
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

.benefit3_rules{
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}
.benefit3_rules li{
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.9;
}
.benefit3_rules li::before{
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
}
.benefit3_rule_key{
    font-weight: 900;
}
.blue{
    color: #1457d3;
    font-weight: 900;
}

/* 말풍선(우측 검정) */
.benefit3_bubble{
    position: absolute;
    right: 0;
    top: -18px;
    width: 380px;
    background: #2b2b2b;
    color: #fff;
    padding: 26px 28px;
    border-radius: 0;
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}
.benefit3_bubble::after{
    content:'';
    position: absolute;
    left: 68px;
    bottom: -21px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #2b2b2b;
}
.benefit3_bubble_title{
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.35;
}
.benefit3_bubble_desc{
    margin: 14px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    color: rgba(255,255,255,0.9);
}

/* 쿠폰 */
.benefit3_coupon{
    margin: 70px auto 0;
    display: flex;
    justify-content: center;
}
.benefit3_coupon_mock{
    display: flex;
    align-items: stretch;
    gap: 4px;
    padding: 0;
    border-radius: 22px;
    filter: drop-shadow(0 22px 32px rgba(0,0,0,0.18));
}
.benefit3_coupon_stub{
    width: 120px;
    border-radius: 22px;
    background: linear-gradient(180deg, #6a74ff 0%, #8a8fff 100%);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25);
    position: relative;
}
.benefit3_coupon_stub::after{
    content:'';
    position: absolute;
    left: 22px;
    top: 26px;
    bottom: 26px;
    width: 44px;
    border-radius: 10px;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255,255,255,0.85) 0px,
        rgba(255,255,255,0.85) 4px,
        rgba(255,255,255,0) 4px,
        rgba(255,255,255,0) 8px
    );
    opacity: 0.9;
}
.benefit3_coupon_body{
    width: 340px;
    border-radius: 22px;
    background: linear-gradient(180deg, #6a74ff 0%, #8a8fff 100%);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25);
    padding: 34px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.benefit3_coupon_top{
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.2px;
}
.benefit3_coupon_price{
    margin: 8px 0 0;
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}
.benefit3_coupon_price span{
    font-size: 78px;
}

/* CTA */
.benefit3_cta_wrap{
    margin-top: 55px;
    display: flex;
    justify-content: center;
}
.benefit3_cta{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 26px 70px;
    background: #111;
    color:#fff;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(0,0,0,0.22);
}
.benefit3_cta_small{
    font-size: 26px;
    font-weight: 800;
    color: rgba(255,255,255,0.92);
}
.benefit3_cta_em{
    font-size: 42px;
    font-weight: 900;
    color: #ffe600;
}

.benefit3_cta_cursor{
    position:absolute;
    right: -14px;
    bottom: -18px;
    width: 68px;
    height: 68px;
    animation: bounce 1s infinite;
}
.benefit3_cta_cursor img{
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 1200px) {
    .benefit3_card_wrap{max-width: 100%;}
    .benefit3_card{padding: 34px 28px;}
    .benefit3_bubble{position: relative; right: auto; top: auto; margin: 18px 0 0 auto;}
    .benefit3_bubble::after{left: 60px;}
    .benefit3_date{font-size: 20px;}
    .benefit3_cta_small{font-size: 20px;}
    .benefit3_cta_em{font-size: 34px;}
}

@media (max-width: 900px) {
    .benefit3{padding: 90px 20px 100px;}
    .benefit3_badge{min-width: 132px; font-size: 16px; height: 36px;}
    .benefit3_date{font-size: 16px;}
    .benefit3_rules li{font-size: 15px;}
    .benefit3_bubble{width: 100%; margin: 18px 0 0 0;}
    .benefit3_coupon_mock{gap: 2px;}
    .benefit3_coupon_stub{width: 92px;}
    .benefit3_coupon_body{width: 260px; padding: 28px 22px;}
    .benefit3_coupon_price{font-size: 44px;}
    .benefit3_coupon_price span{font-size: 62px;}
    .benefit3_cta{padding: 18px 26px;  flex-wrap: wrap; text-align: center;}
    .benefit3_cta_small{font-size: 18px;}
    .benefit3_cta_em{font-size: 28px;}
    .benefit3_cta_cursor{display:none;}
}

/* 추천 강의(2판 롤링) */
.recommend{
    background: #fff;
}
.recommend_title{
    margin: 0;
    font-weight: 900;
    line-height: 1.25;
    color: #212121;
}

.recommend_slider{
    margin-top: 40px;
}
.recommend_viewport{
    overflow: hidden;
    /* 모바일에서 좌우 스와이프는 슬라이더가 처리, 세로 스크롤은 허용 */
    touch-action: pan-y;
}
.recommend_track{
    display: flex;
    width: 200%;
    transition: transform 600ms ease;
    will-change: transform;
}
.recommend_slide{
    width: 50%;
    flex: 0 0 50%;
    padding: 20px 10px;
    box-sizing: border-box;
}
.recommend_cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    justify-content: center;
}
.recommend_card{
    border: 2px solid #3c6bff;
    border-radius: 10px;
    background: #fff;
    padding: 26px 22px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recommend_card_title{
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    color: #111;
    line-height: 1.25;
    letter-spacing: -0.3px;
}
.recommend_card_sub{
    margin: 18px 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #1457d3;
    line-height: 1.35;
}
.recommend_card_btn{
    margin-top: 18px;
    width: 100%;
    height: 56px;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
}
.recommend_card_btn.is-online{background: #1457d3;}
.recommend_card_btn.is-acad{background: #7b7cff;}

.recommend_pager{
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.recommend_dot{
    width: 18px;
    height: 18px;
    border: 0;
    background: #cfcfcf;
    cursor: pointer;
}
.recommend_dot.is-active{
    width: 60px;
    background: #111;
}

/* 애니메이션 효과 */
.up-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    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);
    will-change: transform, opacity;
}

.up-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* GSAP 사용을 위해 기존 CSS 애니메이션 제거 */
.visual .typo_wrap,
.visual .main_title_wrap,
.visual .professor,
.visual .badge {
    opacity: 1; /* 기본적으로 보이게 설정 (GSAP이 처리) */
}

@keyframes fadeUpIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heavyEntrance {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(40px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes popIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 추천 강의 카드 호버 효과 강화 */
.recommend_card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recommend_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(60, 107, 255, 0.2);
}

@media (prefers-reduced-motion: reduce) {
    .recommend_track{transition: none;}
    .benefit2_cta_cursor,
    .benefit3_cta_cursor{animation: none;}
}

@media (max-width: 1200px) {
    .recommend_title{font-size: 44px;}
    .recommend_cards{grid-template-columns: repeat(2, 1fr); gap: 12px;}
}

@media (max-width: 900px) {
    .recommend{padding: 80px 0 90px;}
    .recommend_viewport{overflow: hidden; padding-bottom: 0;}
    .recommend_track{display: flex !important; width: auto !important; transform: translateX(0); transition: transform 400ms ease; will-change: transform;}
    .recommend_slide{display: contents !important;}
    .recommend_cards{display: flex !important; flex-wrap: nowrap !important; gap: 12px !important; padding: 0 5px !important;}
    .recommend_card{width: 280px !important; flex: 0 0 280px !important; min-height: 170px !important; box-sizing: border-box;}
    .recommend_card_title{font-size: 20px;}
    .recommend_card_sub{font-size: 14px;}
    .recommend_card_btn{height: 48px; font-size: 18px;}
    .recommend_pager{display: flex !important; margin-top: 30px;}
    .recommend_dot{width: 10px; height: 10px;}
    .recommend_dot.is-active{width: 30px;}
}

.handwriting_wrap{
    background:#13355c;
}
.handwriting_title_wrap h2{
    color:#fff;
}
.conts_wrap {margin-top:50px;}

.handwriting_wrap .slide_box{position: relative; height: 100%; text-align: center;}
.handwriting_wrap .slide_box img{max-width: 100%;}
.handwriting_wrap .swiper-container{width: 1200px; padding-top:0;}
.swiper-arrow-prev, .swiper-arrow-next{color:#fff;}
.swiper-arrow-prev {left:-48px;}
.swiper-arrow-next {right:-48px;}
.swiper-pagination{position: absolute; bottom: -42px; left: 0; width: 100%; text-align: center;}
.swiper-pagination span{display: inline-block; width: 10px; height: 10px; background: #ccc; border-radius: 50%; margin: 0 5px;}
.swiper-pagination span.active{background: #fff;}
.sub__text{font-size:16px; color:#ccc;margin-top:50px; line-height:1.5;padding:0 20px;}

/* 높이로 롤링 */
.height_rolling{background:#162130;}
.section6_reviews{
    width: 100%;
    margin: 60px auto;
}

.section6_review_box{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.section6_review_view{
    --item-h: 86px;
    height: calc(var(--item-h) * 5);
    overflow: hidden;
}

.section6_review_list{
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translateY(0);
}

.section6_review_item{
    height: var(--item-h);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.section6_review_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(0,0,0,0.08);
}

.section6_review_list .section6_review_item:first-child::after {
    display: none;
}

.section6_review_text{
    font-size: 25px;
    font-weight: 800;
    color: #0b2b60;
    line-height: 1.35;
    letter-spacing: -0.4px;
}
.section6_review_text span{
    color: #cf3d04;
}

.section6_note{
    margin-top: 14px;
    font-size: 13px;
    color: #ccc;
    opacity: 0.75;
    text-align: left;
}


/* 마지막 섹션 */
.last_section{background:#111;}
.last_section_title_wrap{color:#fff;}
.inner_2{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 18px;
    margin: 45px auto 0;
    padding: 0 var(--side-padding);
    box-sizing: border-box;
}

@media (max-width: 1400px) {
    .visual .badge {
        right: 20px;
    }
    .two_wrap .card_wrap li {
        width: 32%;
        padding: 20px 10px;
    }
    .two_wrap .card_wrap li .title {
        font-size: 24px;
    }
}

/* 공통 반응형 */
@media (max-width: 1200px) {
    h2{font-size:48px;}
    .two_wrap{
        width: calc(100% - 40px);
        max-width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;
    }
}

@media (max-width: 1024px) {
    .wrap_online .inner{padding:0 20px;}
    .conts_wrap{margin-top:20px;}
    h2{font-size:42px;}
    .visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #0b111a;
        padding:40px 0;
    }
    .visual .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; 
        object-fit: cover;
        object-position: center top;
        z-index: 0;
    }
    .visual .badge {
        position: relative;
        z-index: 10;
        left: 0;
        top:0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
        flex-direction: row;
        gap: 10px;
        padding-bottom:10px;
    }
    .visual .badge img {
        width: 85px;
    }
    .visual .main{
        position: relative;
        z-index: 2;
        left: auto;
        transform: none;
        box-sizing: border-box;
        width: 100%;
        top:0;
    }
    .visual .main .typo_wrap p{
        font-size: 18px;
        letter-spacing: 14px;
        padding-left: 0;
    }
    .visual .main .main_title_wrap h2{font-size:36px;}
    .visual .main .main_title_wrap h1{font-size:64px;}
    .visual .online_text{
        position: relative;
        display: inline-block;
        left: auto;
        transform: none;
        margin-top: 20px;
        padding: 6px 30px;
    }
    .visual .online_text p{font-size: 25px;}
    .visual .professor{
        position: relative;
        z-index: 1;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .two_wrap{
        position: relative;
        z-index: 3;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 60px 20px;
        box-sizing: border-box;
        background-color: rgba(11, 17, 26, 0.8);
    }
    .two_wrap .card_wrap{
        flex-direction: column;
        gap: 25px;
        align-items: stretch;
        position: relative;
        padding-right: 0;
    }
    .two_wrap .card_wrap::after{
        display: none;
    }
    .two_wrap .card_wrap li{
        width: 100%;
        height: auto;
        min-height: 160px;
        background-color: #273342;
        border: 6px solid #1457d3;
        border-radius: 20px;
        padding: 30px 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
    }
    .two_wrap .card_wrap li .one{
        position: static;
        margin-bottom: 15px;
    }
    .two_wrap .card_wrap li .one img{
        height: 35px;
        width: auto;
    }
    .two_wrap .card_wrap li > img:not(.one img){ /* Circle images */
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #f0f0f0;
        object-fit: contain;
        border: 4px solid #1457d3;
        box-sizing: border-box;
    }
    .two_wrap .card_wrap li .title{
        font-size: 18px;
        line-height: 1.3;
        padding: 0;
        margin: 0;
        text-align: left;
        color: #fff;
    }
    .two_wrap .card_wrap li .sub_title{
        font-size: 16px;
        font-style: normal;
        text-decoration: underline;
        color: #fcff00;
        margin-top: 8px;
        text-align: left;
    }
    .two_wrap .card_wrap li::before{
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        border-width: 15px 100px 0 100px;
        border-color: #1457d3 transparent transparent transparent;
        border-style: solid;
        display: block;
    }
    .two_wrap .card_wrap li:last-child::before{
        display: none;
    }
    .two_wrap .card_nav{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .two_wrap .btn_wrap{
        padding: 0;
        margin-top: 30px;
        background-color: #fff;
        height: auto;
        position: relative;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }
    .two_wrap .btn_wrap a{
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        height: auto;
        background-color: transparent;
        padding: 0 10px 0 0;
        gap: 15px;
        overflow: hidden;
    }
    .two_wrap .btn_wrap .schedule_wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background-color: #1457d3;
        padding: 15px 0;
    }
    .two_wrap .btn_wrap .schedule_text{
        font-size: 17px;
        line-height: 1.2;
        text-align: center;
        margin: 0;
        color:#fff;
        font-weight: 900;
    }
    .two_wrap .btn_wrap p{
        font-size: 17px;
        color: #212121;
        margin: 0;
        font-weight: 800;
        line-height: 1.4;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
        text-align: left;
    }
    .two_wrap .btn_wrap p span{
        color: #1457d3;
        display: block;
        font-size: 15px;
        margin-top: 2px;
    }
    .two_wrap .notice_wrap ul li{font-size: 12px;}
    .benefit2_cta,
    .benefit3_cta{width: 100%;}
}
@media (max-width: 768px) {
    .pc_br{display: none;}
    .sub__text{font-size:14px;}
    .two_wrap .notice_wrap{margin-top:20px;}
    .two_wrap h2 span{padding:0;}
    .btn_wrap .btn_wrap_cta{gap:0;}
    .cta_cursor{
        width: 40px;
        height: 40px;
        right: -15px;
        bottom: -20px;
    }
    .cta_cursor img{width:100%;}
    .two_wrap .card_nav{display:none;}
    .visual .main .main_title_wrap{margin-top:14px;}
    .visual .main .star{width:30%;}
    .two_wrap .card_wrap li .one img{height:18px;}
    .inner_2 span{width:48%;}
    .inner_2 span img{max-width:100%;}
    .benefit3_cta_wrap{margin-top:44px;}
    :root{--side-padding:16px;}
    #bg_pa100{padding:70px 0;}
    h2{font-size:28px;}
    .visual .badge{
        gap: 10px;
    }
    .visual .badge img{width: 75px;}
    .popup_content{width: 96%; padding: 30px 18px;}
    .visual .main .main_title_wrap h2{font-size: 25px;}
    .visual .main .main_title_wrap h1{font-size: 48px;}
    .visual .main .typo_wrap p{
        font-size: 16px;
        letter-spacing: 10px;
    }
    .benefit1_checkpoint_list{padding:10px;}
    .visual .online_text{margin-top: 8px;}
    .visual .main .icon_wrap{}
    .visual .main .icon_wrap img{width:22%;}
    .visual .main .icon_wrap img:nth-child(1){left:5%;}
    .visual .main .icon_wrap img:nth-child(2){right:5%;}
    .visual .professor{width: 95%;}
    .two_wrap{padding: 46px 0;}
    .two_wrap .btn_wrap .schedule_wrap{padding: 12px 0; }
    .two_wrap .btn_wrap .schedule_text{font-size: 15px; line-height: 1.2; font-weight: 900;}
    .two_wrap .btn_wrap p{font-size: 16px; word-break: keep-all; padding: 12px 0;}
    .two_wrap .btn_wrap p span{font-size: 14px;}
    .two_wrap .notice_wrap .notice_title{font-size: 14px;}
    .two_wrap .notice_wrap .notice_title_em {font-size:12px;}
    .benefit1_tab{font-size: 18px; padding: 14px 6px;}
    .benefit1_tabs{height: auto; grid-template-columns: repeat(3, 1fr); }
    .benefit1_card{padding: 24px; gap: 20px; margin-top:17px; border-radius: 0;}
    .benefit1_headline{font-size: 25px;}
    .benefit1_checkpoint_title{font-size: 18px;}
    .benefit1_checkpoint_list li{font-size: 16px;}
    .benefit1_video_btn{aspect-ratio: 16 / 9;}
    .benefit2_top{flex-direction: column; align-items: center;}
    .benefit2_prof{width: 100%; height: 360px; margin-top: -30px; max-width: 400px; overflow: hidden;}
    .benefit2_bubble{width: 100%; margin-bottom: 0; z-index: 2;}
    .benefit2_bubble::after{display: none;}
    .benefit2_schedule{margin-top: -113px; z-index: 3; position: relative;}
    .benefit2_bubble_title{font-size: 22px;}
    .benefit2_badge_2{top: 0 !important;}
    .benefit2_badge{top: 100px; transform: none; right: 10px;}
    .benefit2_bubble_list li{font-size: 15px;}
    .benefit2_row + .benefit2_row{border-top: 4px solid #1457d3;}
    .benefit2_cell_left{width: 35%; min-width: 0; font-size: 16px; }
    .benefit2_cell_right{font-size: 18px; white-space: normal; padding-left: 15px;}
        .benefit2_cta_small{font-size: 18px;}
    .benefit2_cta_em{font-size: 26px;}
    .benefit3 h2{font-size: 28px;}
    .benefit3_date{font-size: 15px;}
    .benefit3_rules li{font-size: 15px;}
    .benefit3_coupon{margin-top: 40px;}
    .recommend_title{font-size: 28px; letter-spacing: -1.5px;}
    .benefit3_em{letter-spacing: -1.5px;}
    .recommend_card{min-height: 0;}
    .recommend_card:hover{transform: none;}
    .handwriting_wrap .swiper-container{width: 100%;}
    .swiper-arrow-prev{left: -12px;}
    .swiper-arrow-next{right: -12px;}
    .section6_reviews{margin: 40px auto;}
    .section6_review_view{--item-h: 70px;}
    .section6_review_text{font-size: 14px;}
    .section6_review_item::after{left: 2.5%; right: 2.5%;}
    .inner_2{
        width: 100%;
        padding: 0 ;
        box-sizing: border-box;
        gap: 5px;
    }
    
/* 모바일 바텀 배너 */
.mobile_bottom_banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 9990;
}

.m_none{display:none;}

.mobile_bottom_banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    text-decoration: none;
    position: relative;
}

.m_banner_badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #ffff00;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.benefit2_flex_wrap{width:100%;}

.m_banner_text {
    margin: 0;
    color: #ffff00;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.swiper-pagination{
    bottom: -26px;
}
.benefit2_badge{width:110px; height:110px;font-size:14px;}
}

/* 비디오 팝업 */
.video_popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.video_popup_content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video_popup_content iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video_popup_close {
    position: absolute;
    top: -45px;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    padding: 10px;
    line-height: 1;
}

@media (max-width: 768px) {
    .benefit1_play{width: 55px;
        height: 55px;}
    .benefit1_play::before{    border-left: 20px solid #fff;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;}
    .video_popup_content {
        width: 95%;
    }
    .video_popup_close {
        top: -40px;
        font-size: 30px;
    }
}

@media (max-width: 380px) {
    .m_380_br{display: block;}
    .visual .main .icon_wrap{display:none;}
    .two_wrap .card_wrap li .title{letter-spacing: -0.05em;}
}