.evt_wp *{font-family: 'NanumSquareNeo';}
/* 웹폰트(네오) */
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
    font-weight: 900;
    font-display: swap;
}


/* 탑배너 */
.top_banner{
    position: fixed;
    top:120px;
    left:50%;
    transform: translateX(-50%);
    max-width:1200px;
    width:100%;
    height:80px;
    background:#003599;
    border-radius: 50px;
    padding:0 20px;
    z-index: 999;
}
.top_banner .flex_wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.top_banner .tit{
    line-height:80px;
    text-align: center;
    color:#fff;
    padding-left:130px;
}
.top_banner .tit p{
    font-size:30px;
    font-weight: 400;
    white-space: nowrap;
}
.top_banner .tit p span{
    font-weight: 900;
    color:#fff600;
}
.top_banner .btn_wrap{
    text-align: center;
}
.top_banner .btn_wrap a{
    background:#004adf;
    padding:10px 40px;
    font-size:30px;
    font-weight: 900;
    color:#fff;
    border-radius: 50px;
}

/* 윙배너 */
.wing_banner{
    position: fixed;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 10px;
    overflow: hidden;
    border:1px solid #111;
    background:#fff;
    z-index: 5;
}
.wing_banner .wrap img{
    display: block; 
}

/* 공용 */
.evt_wp{overflow: hidden;}
.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.req {color: #ff0000;}
.blue {color:#005aff;}
.yellow {color:#fff600;}
.sub_txt {font-size: 14px;font-weight: 400;line-height: 1.5;}
.tit {text-align: center;}
p {word-break: keep-all;}
h1{ font-size:clamp(45px, 4.5vw, 55px); font-weight: 900;line-height:1.2;white-space: nowrap;}
img{max-width:100%; width:auto;}
.bg {padding: 140px 0;}
.pc_none {display: none;}
.m_none {display: block;}

/* 비주얼 */
.visual{
    background: #fff url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/smartapply/visual/bg_2.jpg)
    no-repeat center center;
    width:100%;
    height:957px;
}
.visual .inner{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.visual .main_typo{
    position: relative;
}
.visual .icon_wrap img{
    position: absolute;
}
.visual .icon_wrap img:first-child{
    bottom: 159px;
    right: -56px;
}
.visual .icon_wrap img:last-child{
    bottom: 0;
    right: -115px;
}
.visual .sub_typo{
    padding-top:100px;
}
.visual .sub_typo p{
    text-align: center;
    font-size:clamp(26px, 3.3vw, 40px);
    font-weight: 400;
    line-height: 1.5;
}
.visual .sub_typo p span{
    font-weight: 700;
}


/* 컨텐츠공용 */
.box_wrap {
    padding-top: 50px;
}

/* 컨텐츠1 */
.conts1 .box_wrap{position: relative;}
.compare_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.compare_img .img_base {
    position: relative;
    z-index: 1;
    width:45%;
    height:auto;
}
.compare_img .sub_txt{padding-top:10px; text-align: right;}
.img_overlay_wrap{
    position: relative;
    z-index: 5;
    margin-left: -2%;
}
.img_overlay{
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
}

.conts1 .bubble{
    position: absolute;top:0; transform: translateY(-50%); right:-10px;
    border-radius: 50%;
    background-color:#fff600;
    width:clamp(100px, 14.6vw, 176px);
    height:clamp(100px, 14.6vw, 176px);
}
.conts1 .bubble a{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:100%;
    height:100%;
    text-align: center;
    font-weight: 700;
    font-size:clamp(16px, 2.1vw, 25px);
    line-height: 1.3;
    position: relative;
}
.conts1 .bubble a:after{
    content: '';
	position: absolute;
    left: 0;
    top: 72%;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-right-color: #fff600;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
    z-index: -1;
}

/* 컨텐츠2 */
.conts2{background-color:#005aff;}
.conts2 .tit h1{
    display: inline-block;
    position: relative;
    color:#fff;
}
.conts2 .tit .icon_wrap{
    position: absolute;
    right: 100%;
    top: -30px;
    margin-right: 12px;
}
.conts2 .tit .icon_wrap img{
    display: block;
    width: clamp(140px, 18vw, 258px);
    max-width: none;
}


/* 패스 탭 */
.pass_tabs{
    display:flex;
    gap:10px;
    margin:50px 0 30px;
}
.pass_tabs .sub_tab{
    flex:1;
    text-align:center;
    padding:18px 10px;
    border-radius:12px;
    background:rgba(0,0,0,0.18);
    color:#fff;
    font-size:clamp(20px, 2.5vw, 30px);
    font-weight:800;
    cursor:pointer;
    
    word-break: keep-all;
}
.pass_tabs .sub_tab.active{
    background:#fff;
    color:#005aff;
}

/* 카드 그리드 */
.pass_card_list{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:24px;
    align-items: start;
}
.pass_card_wrap{
    display: flex;
    flex-direction: column;
}
.pass_card_wrap .sub_txt{
    margin:10px 0 0;
    text-align:left;
    color:#fff;
}
.pass_card{
    position:relative;
    background:#fff;
    border-radius:16px;
    display:flex;
    flex-direction:column;
}
.pass_badge_wrap{
    position:absolute;
    top:-8px;
    right:20px;
    display:flex;
    align-items: flex-start;
    gap:6px;
    z-index:3;
}
.pass_badge_wrap img{
    display:block;
    width:auto;
    height:131px;
    max-width:none;
}
.pass_card_top{
    padding:clamp(20px, 4.16vw, 50px);
}
.pass_label{
    display:inline-block;
    padding:6px 12px;
    border:1px solid #7eb6ff;
    border-radius:8px;
    color:#005aff;
    font-size:clamp(14px, 1.8vw, 22px);
    font-weight:700;
    margin-bottom:16px;
}
.pass_tit{
    font-size:clamp(24px, 3vw, 40px);
    font-weight:900;
    color:#111;
    margin:0 0 14px;
    line-height:1.3;
}
.pass_info{
    
}
.pass_info li{
    font-size:clamp(16px, 2.1vw, 22px);
    font-weight:700;
    color:#222;
    line-height:1.6;
}
.pass_card_btm{
    margin-top:auto;
    background:#f3f3f3;
    border-radius:0 0 16px 16px;
    padding:20px 28px 24px;
}
.pass_price_row{
    text-align: right;
}
.pass_month{
    display:inline-block;
    padding:12px 18px;
    border:1px dashed #ccc;
    border-radius:6px;
    color:#005aff;
    font-size:clamp(16px, 2.5vw, 30px);
    font-weight:900;
    background:#fff;
    margin-right: 10px;
}
.month_sub{
    font-size:clamp(12px, 1.8vw, 24px);
    color:#555;
    font-weight: 700;
}
.month_unit{
    font-size:clamp(12px, 1.8vw, 24px);
}
.pass_origin{
    color:#999;
    font-size:clamp(16px, 2.1vw, 20px);
    text-decoration:line-through;
}
.pass_sale{
    text-align: right;
    margin:20px 0;
}
.pass_sale em{
    font-style:normal;
    font-size:clamp(20px, 2.5vw, 30px);
    font-weight:700;
    color:#555;
    margin-right:10px;
}
.pass_sale strong{
    font-size:clamp(30px, 2.5vw, 40px);
    font-weight:900;
    color:#005aff;
}
.pass_btns{
    display:flex;
    gap:10px;
}
.pass_btns a{
    flex:1;
    text-align:center;
    padding:14px 0;
    border-radius:10px;
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight:900;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    
}
.pass_btns .btn_coupon{
    background:#555;
    color:#fff;
}
.pass_btns .btn_apply{
    background:#005aff;
    color:#fff;
}

/* 컨텐츠3 */
.conts3 .tit h1{
    display: inline-block;
    position: relative;
}
.conts3 .tit .icon_wrap{
    position: absolute;
    right: 100%;
    top: -30px;
    margin-right: 12px;
}
.conts3 .tit .icon_wrap img{
    display: block;
    width: clamp(100px, 14vw, 170px);
    max-width: none;
}
.conts3 .benefit_list{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
    align-items: start;
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}
.conts3 .benefit_item{
    display:flex;
    flex-direction: column;
    position: relative;
}
.conts3 .content_wrap{
    border:5px solid #111;
    background:#fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
    height: 100%;
}
.conts3 .content_wrap--blue{
    border-color:#005aff;
    background:#f1f6ff;
}
.conts3 .benefit_item .sub_txt{
    margin: 10px 0 0;
    text-align: left;
    line-height: 1.4;
    color: #888;
}
.conts3 .txt_wrap{
    padding: 35px 16px;
    flex: 1;
}
.conts3 .price{
    color:#222;
    text-align: center;
    font-weight: 900;
}
.conts3 .txt_wrap p{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.conts3 .price .num{font-size: 80px;}
.conts3 .price .unit{font-size:30px;}
.conts3 .content_wrap > a{
    display: block;
    width:100%;
    text-align: center;
    color:#fff;
    font-size:clamp(18px, 2.2vw, 30px);
    font-weight: 900;
    padding: 18px 0;
}
.conts3 .content_wrap > a.btn_coupon{ background:#005aff;}
.conts3 .content_wrap > a.btn_color{background:#111;}
.conts3 .bubble{
    position: absolute;
    top:0;
    left:-40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color:#005aff;
    width:clamp(80px, 11.1vw, 105px);
    height:clamp(80px, 11.1vw, 105px);
    z-index: 2;
}
.conts3 .bubble a{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:100%;
    height:100%;
    text-align: center;
    font-weight: 700;
    font-size:clamp(14px, 1.8vw, 20px);
    line-height: 1.3;
    color:#fff;
    position: relative;
    padding: 0;
}
.conts3 .bubble a:after{
    content: '';
	position: absolute;
    right: 4px;
    top: 53%;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-right-color: #005aff;
	border-left: 0;
	border-bottom: 0;
	margin-top: 0;
    z-index: -1;
}




/* ========== 대상상품 팝업 (0519 products_popup 동일) ========== */
.popup_wrap{
    display:none;
}
.popup_wrap.is-open{
    display:flex;
    position:fixed;
    inset:0;
    z-index:9998;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    background:rgba(0,0,0,0.5);
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
}
.popup_wrap .free_popup{
    height: 75vh;
    overflow-y: auto;
    width:100%;
    max-width:520px;
    padding:20px;
    background:#fff;
    border:1px solid rgba(0,0,0,0.06);
    box-shadow:0 24px 48px rgba(0,0,0,0.18);
    border-radius:16px;
    position:relative;
    z-index:1;
    color:#222;
}
.free_popup h4{
    margin:0 0 20px;
    padding:0 0 18px;
    font-size:25px;
    font-weight:800;
    color:#0d0e11;
    text-align:center;
    border-bottom:1px solid #e8ebed;
}
.free_popup .popup_section{
    margin-top:22px;
    padding-top:20px;
    border-top:1px solid #eef1f4;
}
.free_popup .section_label{
    display:inline-block;
    margin-bottom:12px;
    padding:6px 14px;
    font-size:16px;
    font-weight:800;
    color:#fff;
    background:linear-gradient(90deg,#ef5234 0%,#ff6b42 100%);
    border-radius:999px;
}
.free_popup .benefit_info{
    padding:4px 2px 0;
}
.free_popup .benefit_info p{
    font-size:14px;
    line-height:1.6;
}
.free_popup .benefit_info p:last-child{
    margin-bottom:0;
}
.free_popup .popup_buttons{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-top:26px;
    padding-top:4px;
}
.free_popup .btn_close{
    display:block;
    width:100%;
    padding:16px 20px;
    font-size:16px;
    font-weight:600;
    border-radius:12px;
    border:0;
    cursor:pointer;
    color:#555;
    background:transparent;
    transition:transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
}
.free_popup .btn_close:hover{
    background:#f6f8fa;
    color:#222;
}
#products_popup .products_popup_section{
    margin-top:16px;
    padding-top:0;
    border-top:none;
}
#products_popup .products_popup_section .section_label{
    margin-bottom:14px;
}
#products_popup .products_popup_section .benefit_info{
    text-align:left;
    margin:0;
    padding:18px 18px 16px;
    background:linear-gradient(180deg,#f6f8fa 0%,#fff 100%);
    border:1px solid #e4e8ec;
    border-radius:10px;
    box-sizing:border-box;
}
#products_popup .products_popup_section .benefit_info > p{
    margin:0 0 12px;
    font-size:15px;
    line-height:1.55;
    color:#333;
}
#products_popup .products_popup_section .benefit_info > p:last-child{
    margin-bottom:0;
}
#products_popup .products_popup_section .benefit_info b{
    color:#0d0e11;
    font-weight:800;
}
#products_popup .product_list{
    margin:4px 0 16px;
    padding:14px 16px;
    max-height:320px;
    overflow-y:auto;
    border:1px solid #e4e8ec;
    border-radius:10px;
    background:#fff;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.04);
    box-sizing:border-box;
}
#products_popup .product_list p{
    margin:0 0 10px;
    padding:8px 4px 10px;
    font-size:14px;
    line-height:1.5;
    color:#222;
    border-bottom:1px dashed #e8ebed;
}
#products_popup .product_list p:last-child{
    margin-bottom:0;
    padding-bottom:8px;
    border-bottom:none;
}
#products_popup .product_list_empty{
    color:#5a6169;
    font-size:14px;
    border-bottom:none !important;
    padding:12px 4px !important;
}
#products_popup .popup_buttons{
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid #eef1f4;
}

/* ========== 컨텐츠4 : 1타 라인업 + 콘텐츠 ========== */
.conts4{
    overflow: hidden;
}
/* 상단 강사진 */
.conts4_teachers{
    background: #f2f2f2 url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/smartapply/4/bg.jpg)
    no-repeat center center;
    padding:140px 0 0;
}
.conts4_teachers .tit h1{
    color: #111;
}
.conts4_teachers .tit_note{
    margin-top: 18px;
}
.conts4_teachers .sub_txt{
    margin-top:5px;
}
.conts4_teachers .teachers_img{
    margin-top: 40px;
    text-align: center;
}
.conts4_teachers .teachers_img img{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 하단 콘텐츠 (노란 배경 + 위쪽 곡선은 배경이미지로) */
.conts4_contents{
    background: #fff600;
    position: relative;
    padding: 40px 0 100px;
}
.conts4_contents:before{
    content: '';
    position: absolute;
    top:-173px;
    left:0;
    width:100%;
    height:100%;
    background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/smartapply/5/bg.png)
    no-repeat top center;
}
.conts4_contents .tit h1{
    color: #111;
}
.content_card_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
    list-style: none;
    padding: 0;
}
.content_card{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.content_card .card_tit{
    padding: 28px 16px 12px;
    text-align: center;
    font-size: clamp(16px, 2.2vw, 22px);
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    word-break: keep-all;
}
.content_card .card_img{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px 20px;
}
.content_card .card_img img{
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}
.content_card .card_btn{
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight: 900;
}

/* 컨텐츠5 */
.conts5 .stat_list{
    display: flex;
    justify-content: center;
    gap:20px;
    position: relative;
}
/* 개별 배지 항목 (텍스트 위치의 기준이 됨) */
.stat_list > li {
    position: relative;
    display: inline-block;
  }
  
  .stat_list > li > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  
  .stat_list .badge-text {
    position: absolute;
    top: 48%; 
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%; 
  }
  
  .stat_list .badge-title {
    font-size: clamp(12px, 2.6vw, 32px);
    font-weight: 700;
    color: #222;
    white-space: nowrap;
  }
  
  .stat_list .badge-number {
    font-size: clamp(12px, 2.6vw, 32px);;
    font-weight: 700;
    color: #222;
  }
  .stat_list .badge-number span {
    font-size: clamp(25px, 4.6vw, 50px);;
    font-weight: 900;
  }

.conts5 .successful_outer{
    position: relative;
    margin-top: 50px;
    padding: 20px 28px; 
}
.conts5 .successful_wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding:20px 0;
}
.conts5 .successful{
    display: flex;
    gap: 20px;
    width: fit-content;
    margin: 0;
    padding: 0;
    will-change: transform;
}
.conts5 .successful_nav{
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    color: #bbb;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.conts5 .successful_nav:hover{
    color: #555;
    border-color: #ccc;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
/* 카드 영역 가장자리에 반쯤 겹치게 */
.conts5 .successful_nav--prev{ left: 28px; transform: translate(-50%, -50%); }
.conts5 .successful_nav--next{ right: 28px; transform: translate(50%, -50%); }
.conts5 .successful li{
    width: 346px;
    height: 392px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, z-index 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer;
}
.conts5 .successful li:hover{
    transform: translateY(-10px) ;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.conts5 .successful li .successful_img{
    background-color: #F5F5F5;
    position: relative;
    height: 270px;
}
.conts5 .successful li .successful_img img{
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.conts5 .successful li .successful_content{
    background-color: #fff;
    padding: 10px 20px 30px 20px;
    position: relative;
}
.conts5 .successful li .successful_content span{
    font-size: 16px;
    color: #063ACE;
    font-weight: 500;
}
.conts5 .successful li .successful_content p{
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin: 0;
    line-height: 1.35;
}
.conts5 .successful li .successful_content .successful_content_play{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}
.conts5 .successful li .successful_content .successful_content_play:hover{
    transform: translateY(-50%) scale(1.1);
    color: #063ACE;
}
/* 유튜브 팝업 */
.popLayer{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    justify-content: center;
}
.popLayer.dim{ background: rgba(0,0,0,0.8); }
.popLayer .div_layer{
    background: #000;
    position: absolute;
    width: 90%;
    max-width: 900px;
    border-radius: 10px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popLayer .pop_vod{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.popLayer .pop_vod iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
.popLayer .closeX{
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 컨텐츠6 */
.conts6{background:#e5e7f1;}
.conts6 .box_wrap ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.conts6 .box_wrap ul li img{
    display: block;
    height: auto;
}
.conts6_dots{display: none;}
/* 마지막 */
.conts7{background: #111;}
.conts7 .tit{
    color:#fff;
}

@media (max-width:1200px){
    .inner{padding:0 20px;}
    .top_banner{width:90%;top:75px;}
    .top_banner .tit{padding-left:22px;}
    .wing_banner{display:none;}
    .conts3 .benefit_list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:1024px){
    .icon_wrap, .top_banner{display:none;}
}

@media(max-width:720px){
    /* 바텀배너 */
    .bottom_banner{position: fixed;bottom:0;left:0;width:100%;z-index: 10;}
    .bottom_banner a{background-color:#111; width:100%; display:block;}
    .bottom_banner a p{font-size:16px; font-weight:900; color:#fff; text-align: center; padding:20px 0;}


    .sub_txt{font-size:11px;}
    .pc_none{display: block;}
    .m_none {display: none;}
    .bg{padding:50px 0;}
    .box_wrap{padding-top:30px;}

    h1{font-size:clamp(20px, 4.1vw, 30px);}
    .visual{height:auto;padding:75px 0;}
    /* 컨텐츠1 */
    .compare_img{flex-direction: column;}
    .compare_img .img_base{width:80%;}
    .img_overlay_wrap{width:100%; margin-left:0;margin-top:-7px;}
    .conts1 .bubble a:after{top:55%;}
    .img_overlay{box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);}

    /* 컨텐츠2 */
    .pass_tabs{justify-content: space-between; flex-wrap: wrap;margin-top:30px;}
    .pass_tabs .sub_tab{flex: 1 48%;}
    /* 패스 카드: 모바일 가로 스와이프 */
    .pass_card_list{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        margin: 0 -20px;
        padding: 16px 20px 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .pass_card_list::-webkit-scrollbar{display: none;}
    .pass_card_wrap{
        flex: 1 0 auto;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .pass_badge_wrap{
        top: -6px;
        right: 12px;
        gap: 4px;
        align-items: flex-start;
    }
    .pass_badge_wrap img{
        height: 72px;
        width: auto;
    }
    .pass_card_top{
        padding: 24px 20px 20px;
    }
    .pass_card_btm{padding: 16px 20px 20px;}
    .pass_tit{min-height: calc(1.3em * 2); font-size: 22px;}
    .pass_btns a{font-size: 18px; padding: 12px 0;}
    .pass_btns a img{width:14%;}
    .pass_sale strong{font-size: 24px;}
    .pass_month{font-size: 16px; padding: 8px 12px;}

    /* 컨텐츠3 */
    .conts3 .benefit_list{
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        margin: -20px;
        padding: 35px;
    }
    .conts3 .benefit_list::-webkit-scrollbar{display: none;}
    .conts3 .benefit_item{
        flex: 0 0 calc(100% - 40px);
        width: calc(100% - 40px);
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .conts3 .content_wrap{
        height: auto;
        min-height: 0;
    }
    .conts3 .txt_wrap{
        padding: 24px 12px 16px;
        flex: 0 0 auto;
    }
    .conts3 .bubble{
        left: -8px;
        top: 0;
        width: 72px;
        height: 72px;
    }
    .conts3 .bubble a{
        font-size: 13px;
    }
    .conts3 .bubble a:after{
        border-width: 28px;
    }
    .conts3 .price .num{font-size: 48px;}
    .conts3 .price .unit{font-size: 20px;}
    .conts3 .txt_wrap p{font-size: 16px;}
    .conts3 .content_wrap > a{font-size: 18px; padding: 14px 0;}

    /* 컨텐츠4 */
    .conts4_teachers{padding: 50px 0 0;}
    .conts4_contents{padding-bottom: 50px;}
    .content_card_list{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 30px;
    }
    .content_card .card_tit{padding: 20px 10px 8px; }
    .conts4_teachers .teachers_img{padding-bottom:50px;margin-top: 30px;}
    .conts4_contents:before{display:none;}

    /* 컨텐츠5 */
    .conts5 .stat_list{gap:10px;}
    .conts5 .successful_outer{margin-top:0;}
    .conts5 .successful_outer.is-mobile-swipe .successful_wrapper{
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .conts5 .successful_outer.is-mobile-swipe .successful_wrapper::-webkit-scrollbar{display: none;}
    .conts5 .successful_outer.is-mobile-swipe .successful{
        transform: none !important;
        transition: none !important;
        will-change: auto;
    }
    .conts5 .successful_nav--prev{ left: 20px; }
    .conts5 .successful_nav--next{ right: 20px; }
    .conts5 .successful li{
        width: 260px;
        height: 320px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .conts5 .successful li .successful_img{height: 200px;}
    .conts5 .successful li .successful_content p{font-size: 16px;}
    .conts5 .successful li .successful_content .successful_content_play i{font-size: 32px;}
    .conts5 .successful_nav{
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .successful_content_play{right:0 !important;}
    .successful_content_play img{width:60%;}
    .div_layer{display:block;}

    .content_card .card_btn{font-size:18px;}

    /* 컨텐츠6 */
    .conts6 .box_wrap{
        padding-top: 20px;
    }
    .conts6 .box_wrap ul{
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        grid-template-columns: none;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .conts6 .box_wrap ul::-webkit-scrollbar{display: none;}
    .conts6 .box_wrap ul li{
        width: 100%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .conts6_dots{
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
    }
    .conts6_dots span{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
        transition: background 0.3s, transform 0.3s;
    }
    .conts6_dots span.active{
        background: #3a436b;
        transform: scale(1.3);
    }
    .conts6 .box_wrap ul li img{
        width:100%;
    }
}
