

/* 공용 */
.evt_wp {
    overflow: hidden;
}
.evt_wp *{
    font-family: "sandoll-gothicneo1", sans-serif;
}

.sub_text {
    font-size: 16px;
    font-weight: 300;
    color: #808080;
    text-align: left;
    line-height: 1.5;
}

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

li{
    word-break: keep-all;
}

h2 {
    font-size: clamp(22px, 16.4px + 1.7vw, 50px);
    font-weight: 700;
    text-align: center;
    padding-bottom: 40px;
    line-height: 1.3;
    white-space: nowrap;
}

h3 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
}

.green {
    color: #00bf48;
}

.red {
    color: #dc1d00;
}



.header-wrap.fix{position: relative;}
/* 윙배너 */
.wing_banner { position: fixed; bottom: 20%; right: 0; z-index: 1000; }
.wing_banner_inner {display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }

.wing_com{
    text-align: center;
    width: 200px;
    border-radius: 12px 0 0 12px;
    padding: 30px 10px;
}
.wing_com .wing_date {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 4px;
    opacity: 0.9;
}
.wing_com .wing_dday {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    letter-spacing: -0.5px;
}

.wing_banner_item_1 {
    background: #1ae163;
    color: #00216a;
}
.wing_com_2{
    padding:10px;
    color: #fff;
}
.wing_com_2 .wing_date{
    font-size:18px;
}
.wing_com_2 .wing_dday{
    font-size: 22px;
    font-weight: 700;
    padding:10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display:inline-block;
}

.wing_banner_item_2{
    background:#2f3e61;
}
.wing_banner_item_3{
    background:#ab443d;
}

/* 비주얼배너 */
.visual{
    position: relative;
}
.visual video{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.visual::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    pointer-events: none;
}
.visual img{max-width:1200px;width:100%;margin:0 auto;z-index: 2;position: relative;}



/* 탭 placeholder - 레이아웃 밀림 방지 */
#tab-placeholder { height: 0; display: block; }

/* 탭5개 */
.tab_wrap {
    background: #2d59ed;
    width: 100%;
    padding: 0;
    z-index: 900;
}
.tab_wrap.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.tab_wrap .tab_list {
    display: flex;
    justify-content: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab_wrap .tab_list .tab_item {
    flex: 1;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
}
.tab_wrap .tab_list .tab_item::after{
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 14px solid rgba(255,255,255,0.4);
    z-index: 1;
}
.tab_wrap .tab_list .tab_item:last-child::after {
    display: none;
}
.tab_wrap .tab_list .tab_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 10px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.tab_wrap .tab_list .tab_item p {
    text-align: center;
    color: rgba(255,255,255,0.65);
    font-size: clamp(16px, 14px + 0.5vw, 24px);
    font-weight: 500;
    line-height: 1.3;
    transition: color 0.2s;
    letter-spacing: -0.05em;
    font-family: 'pretendard', sans-serif;
}
.tab_wrap .tab_list .tab_item p strong {
    display: block;
    font-size: clamp(20px, 18.4px + 0.5vw, 28px);
    font-weight: 900;
    color: rgba(255,255,255,0.65);
    transition: color 0.2s;
    line-height: 1.2;
    font-family: 'pretendard', sans-serif;
}
.tab_wrap .tab_list .tab_item:hover p,
.tab_wrap .tab_list .tab_item:hover p strong {
    color: #fff;
}
.tab_wrap .tab_list .tab_item.active {
    background: #fff;
}
.tab_wrap .tab_list .tab_item.active p,
.tab_wrap .tab_list .tab_item.active p strong {
    color: #212121;
}

/* 탭 패널 */
.tab_panels { background: #fff; }
.tab_panel { display: block; padding: 100px 0; }
#section-1, #section-3 { background: #f3f6fa; }
.tab_wrap .tab_item[data-section="section-1"].active,
.tab_wrap .tab_item[data-section="section-3"].active { background: #f3f6fa; }
.tab_wrap .tab_item[data-section="section-1"].active p,
.tab_wrap .tab_item[data-section="section-1"].active p strong,
.tab_wrap .tab_item[data-section="section-3"].active p,
.tab_wrap .tab_item[data-section="section-3"].active p strong { color: #212121; }

/* 탭1 섹션*/
.tab_panel .img_box{
    display: flex;
    justify-content: center;
}

/* 표만들기 */
.info_table{width:100%;margin-top:25px;}
.info_table tr{display:grid; grid-template-columns: 30% auto;gap:10px;padding: 5px;}
.info_table td{font-size:28px;font-weight: 400;text-align: left;padding:22px 0;border:2px solid #111;}
.info_table td a{font-size:28px; color:#2d59ed;}
.info_table td:first-child{background:#f5f8fb;text-align: center;}
.info_table td:last-child{background:#fff;padding-left:80px;}
.info_table label{font-size:28px;}
.info_table input{width:100%;border:0;border-radius:5px;font-size:28px;}
.info_table input[type="radio"]{width:20px;height:20px;}
.info_table input[type="radio"]:checked{background:#2d59ed;}
.info_table input[type="radio"]:not(:checked){background:#ccc;}
.info_table input[type="radio"]:not(:checked):hover{background:#2d59ed;}
.info_table input[type="radio"]:not(:checked):hover{background:#2d59ed;}
.youtube_sub_wrap{display:flex;gap:20px;}


/* 상품 팝업 (쿠폰 안내) */
.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: clamp(20px, 20px + 0.3125vw, 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: #dc1d00;
    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;
}
.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;
}

.item-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.item-popup.is-open { display: flex; }
.item-popup-inner {
    position: relative;
    width: 940px;
    max-width: 95vw;
    max-height: 85vh;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}
.item-popup-close {
    position: absolute;
    top: 10px; right: 14px;
    font-size: 32px; line-height: 1;
    cursor: pointer;
    z-index: 1;
    top: -36px;
    color:#fff;
}
.item-popup-close:hover { color: #fff; }
.item-popup-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 40px 30px 30px;
}
.scroll-hint-mo { display: none; }
.item-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    white-space: nowrap;
    table-layout: auto;
}
.item-table thead tr:first-child th {
    background: #eef1f7;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 8px;
    border: 1px solid #c8d0dc;
    text-align: center;
}
.item-table thead tr:last-child th {
    background: #f7f9fc;
    font-weight: 600;
    padding: 8px;
    border: 1px solid #c8d0dc;
    text-align: center;
}
.item-table tbody td {
    padding: 8px;
    border: 1px solid #d8dde6;
    text-align: center;
    vertical-align: middle;
    color: #333;
}
.item-table tbody td.no-coupon {
    color: #999;
    font-size: 13px;
}

/* 개인정보 수집 동의 */
.agree_wrap{margin-top:25px;background:#f7f9fc;border:1px solid #d2d2d7;padding:40px;}
.agree_wrap .sub_text{padding-bottom:20px;}
.agree_wrap .agree label{display:block;padding:3px 0;}


/* 버튼 */
.btn_wrap{display: flex; justify-content: center; margin-top:70px;width:100%;}
.btn_wrap .btn_text{display: flex; gap:10px;align-items: center;}
.btn_wrap a{
    gap:20px;
    display: flex;
    padding:20px;
    width:60%;
    text-align: center;
    align-items: center;
    background: #09c654;
    border-radius: 90px;
    color: #fff;
    position: relative;
    box-shadow: inset 2px 3px 2px rgba(255,255,255,0.4),inset -2px -3px 10px -5px rgba(0,0,0,0.4);
}
.btn_wrap a .sub_text{
    font-size:24px;
    font-weight: 700;
    color:#00bc3f;
    background:#fff;
    padding:5px 20px;
    border-radius: 99px;;
}
.btn_wrap a .typo{
    font-size:clamp(16px, 12.4px + 1.125vw, 34px);
    font-weight: 700;
    margin:0 auto;
}
.cursor_wrap{
    position: absolute;
    right:20px;
}
.cursor_wrap i{font-size:25px;}
.cursor_wrap img{
    bottom:-35px;
    right:-25px;
    position: absolute;
    animation: cursor-move 1s infinite;
}
@keyframes cursor-move {
    0% { transform: translate(0, 0); }
    50% { transform: translate(10px, 10px); }
    100% { transform: translate(0, 0); }
}
.item_panel_4 .btn_wrap a{
    width:100%;
    justify-content: center;
}
.item_panel_4 .fire_wrap a{
    background: #fff;
    border: 1px solid #ab443d;
    color: #ab443d;
}

/* 사전신청 종료 안내 */
.form_closed_wrap {
    text-align: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 20px;
    padding: 70px 40px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    word-break: keep-all;
}
.form_closed_badge {
    display: inline-block;
    background: #dc1d00;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6px 18px;
    border-radius: 99px;
    margin-bottom: 24px;
}
.form_closed_title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.form_closed_desc {
    font-size: 40px;
    font-weight: 700;
    color: #00bf48;
}

.agree_wrap_2{margin-top:80px;}

.item_panel_4{margin-top:-5px;}
/* 안내 섹션 */
.notice_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.notice_item{
    font-size: clamp(14px, 12.8px + 0.375vw, 20px);
}
.notice_title {
    font-weight: 600;
    color: #111;
    padding-bottom:5px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.notice_badge {
    display: inline-block;
    background: #111;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 3px;
    white-space: nowrap;
}
.notice_list li {
    color: #222;
    padding-left: 12px;
    position: relative;
    line-height: 1.6;
    font-weight: 300;
}
.notice_list li::before {
    content: '-';
    position: absolute;
    left: 0;
}

.notice_list_2 li{line-height: 1.6;}


.notice_list li a {
    color: #2d59ed;
    text-decoration: none;
    font-weight: 600;
}
.notice_list li a:hover { text-decoration: underline; }
.notice_benefit {
    display: flex;
    flex-direction: column;
}
.benefit_sub_title {
    font-weight: 700;
    color: #111;
    padding-top:5px;
}

/* 탭2 섹션*/
.item_panel_2 .item_list ul{
    display:grid; grid-template-columns: repeat(2, 1fr); gap:10px;
}
.item_panel_2 .item_list li {
    background: #fff;
    border: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 290px;
    text-align: center;
}
.item_panel_2 .item_list li h4{font-size:28px;font-weight: 700;color:#111;}
.item_panel_2 .item_list li p{font-size:22px;color:#808080;padding:22px 0;}
.item_panel_2 .item_list li .btn_wrap{margin-top:0;}
.item_panel_2 .sub_text{padding-top:20px; word-break: keep-all;}

/* 탭3 섹션 - 복원 라이브 */
.item_panel_3{padding-bottom:100px;}
.item_panel_3 .live_box{cursor: pointer;}


/* 탭4 섹션 - 복원 참여 이벤트 */
.live_btn_group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 60px;
}
.live_btn_group .btn_wrap { margin-top: 0; }

/* 탭5 섹션 - 후기 이벤트 */
.item_panel_5 .s5_desc {
    text-align: center;
    font-size: 22px;
    color: #666;
    line-height: 1.7;
    margin: 0 auto 20px;
}
.item_panel_5 .main_typo p{
    text-align: center;
}
.item_panel_5 .live_btn_group .btn_wrap a{
    width:100%;
}

/* 롤링 리뷰 */
.roll_review { overflow: hidden; width: 100%; padding: 50px 0; }
.review_wrap { display: flex; width: max-content; gap:20px;animation: reviewScroll 28s linear infinite;}
.review_wrap:hover { animation-play-state: paused; }
.rv-item { cursor: pointer; }
.rv-item img {
    width: 100%;
    display: block;
    transition: opacity 0.2s;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
/* 줌확대 */
.rv-item:hover img { animation:zoom 2s linear; }
@keyframes reviewScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes zoom{
    0%, 100% { transform: scale(1.05); }
}


/* 합격률 통계 섹션 */
.stat_section {
    background: #111;
    padding: 90px 0;
}
.stat_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}
.stat_left { flex: 1; min-width: 0; }
.stat_headline {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.55;
    margin-bottom: 36px;
}
.stat_grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.stat_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.stat_item {
    background: #00bf88;
    padding: 20px 12px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.stat_label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}
.stat_num {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.stat_num sup { font-size: 16px; font-weight: 400; vertical-align: super; }
.stat_right { flex: 0 0 280px; }
.stat_right img { width: 100%; display: block; }

/* YouTube 팝업 */
.yt-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.yt-popup.is-open { display: flex; }
.yt-popup-inner {
    position: relative;
    width: 860px;
    max-width: 92vw;
}
.yt-popup-close {
    position: absolute;
    top: -48px;
    right: 0;
    background: none;
    border: none;
    font-size: 44px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    padding: 0;
}
.yt-popup-close:hover { color: #ccc; }
.yt-popup-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}
.yt-popup-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* 마지막 */
.item_panel_6{
    background:url('https://image.engineerlab.co.kr/data/www/engr/promotion/2026/exam_archive/7/bg.jpg') 
    no-repeat center center / cover;
    padding:100px 0;
}
.item_panel_6 .typo h2{color:#fff;padding-bottom:0;}

.br_1200_721, .mo, .bottom_banner{display: none;}
.pc{display:block;}



@media screen and (max-width:1200px){
    .wing_banner{display:none;}
    .bottom_banner{position: fixed;bottom:0;left:0;width:100%;z-index: 10; display:flex !important;}
    .bottom_banner a{background-color:#00bc3f;width:100%;padding:20px 0;text-align: center;font-size:20px;font-weight: 700;color:#fff;}
    .popup_wrap .free_popup{max-width:90vw;}
}


/* 미디어쿼리 1200px ~ 721px */
@media screen and (max-width: 1200px) and (min-width: 721px) {
    .br_1200_721{display: block !important;}
    .inner{padding:0 20px;}
    img{max-width:100%; width:auto;}
    .btn_wrap a{padding:15px 20px;}
    .item_panel_1 .btn_wrap a{width:auto;padding:15px 80px 15px 15px;}
    .cursor_wrap img{bottom: -20px;right: -12px;}
}

/* 모바일 */
@media screen and (max-width: 720px) {
    .mo { display: flex;}
    .pc { display: none !important; }
    .tab_wrap .tab_list .tab_item::after{
        right: -7px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid rgba(255, 255, 255, 0.4);
    }
    .visual {
        aspect-ratio: 720/836;
    }
    .visual .inner{display:flex;justify-content: center;align-items: center;padding:0;}
    .visual .inner img{width:100%;}

    /* 공통 */
    h2 {letter-spacing: -0.05em;padding-bottom:20px;}
    h3 { font-size: 18px; padding-top: 18px; word-break: keep-all; }
    .inner { padding: 0 16px; }
    .sub_text { font-size: 13px; }
    .tab_panel { padding: 40px 0; }
    .img_box img { width: 100%; }

    /* 모바일 탭 전환 */
    .tab_wrap .tab_list .tab_item p { font-size: 12px; line-height: 1.3; }
    .tab_wrap .tab_list .tab_item p strong { font-size: 13px; }
    .tab_wrap .tab_list .tab_item a { padding: 12px 4px; }
    .tab_wrap .tab_list .tab_item[data-section="section-3"]::after {
        display: none;
    }

    /* 탭1 - 사전신청 폼 */
    .form_closed_badge{font-size:22px;}
    .form_closed_title{font-size:30px;}
    .form_closed_desc{font-size:22px;}
    .info_table { margin-top: 16px; }
    .info_table tr { grid-template-columns: 30% auto; gap: 4px; padding: 2px 0; }
    .info_table td { font-size: 14px; padding: 12px 0; border-width: 1px; }
    .info_table td:first-child{display:flex;justify-content: center;align-items: center;}
    .youtobe_wrap{flex-direction: column;}
    .youtube_sub_wrap{display:flex;gap:7px;}
    .info_table td:last-child {padding-left: 12px;display:flex;gap:5px;}
    .info_table td .icon_ch{width:10%;}
    .youtube_sub a.red{color:#dc1d00;}
    .info_table td a { 
        font-size: 14px; display: flex;
        gap: 3px;
        align-items: center;
    }
    .info_table label { font-size: 14px; display:flex;align-items: center; gap:2px;}
    .info_table input[type="radio"] { width: 16px; height: 16px; }
    .info_table input { font-size: 14px; }

    /* 버튼 */
    .btn_wrap { margin-top: 28px; }
    .btn_wrap a { padding: 14px 20px; gap: 8px; 
        border-radius: 60px; width: 100%;
        display: flex;
        justify-content: center;
        font-weight: 700;
    }
    .btn_wrap a .sub_text { font-size: 12px; padding: 4px 8px; color: #00bc3f; background: #fff; }
    .cursor_wrap { right: 9px; }
    .cursor_wrap i { font-size: 20px; }
    .cursor_wrap img { width: 26px; bottom: -22px; right: -14px; }

    /* 개인정보 동의 */
    .agree_wrap { padding: 16px; margin-top: 18px;  word-break: keep-all;}
    .agree_wrap .agree label { font-size: 13px; }
    .agree_wrap_2 { margin-top: 30px; }

    /* 공지 섹션 */
    .notice_title { flex-wrap: wrap; gap: 6px; }
    .notice_badge {padding: 2px 8px; }
    .notice_list li::before { margin-left: 2px;}
    .benefit_sub_title {padding-top: 5px; }

    /* 탭2 - 기출 목록 (2열 유지) */
    .item_panel_2 .item_list ul { gap: 8px; }
    .item_panel_2 .item_list li {
        padding: 20px 0;
        height: auto;
    }
    .item_panel_2 .item_list li h4 { font-size: 15px; line-height: 1.4; }
    .item_panel_2 .item_list li p { font-size: 13px; padding: 10px 0; }
    .item_panel_2 .item_list li .btn_wrap {width:90%;}
    .item_panel_2 .item_list li .btn_wrap a { 
        padding: 10px 14px; border-radius: 40px; 
        display:flex;
        justify-content: center;
    }

    /* 탭3 - 복원 라이브 */
    .item_panel_3 .live_img img { width: 100%; }
    .item_panel_3 .live_info { margin-left: -57px; margin-top: -44px; gap: 10px; }
    .item_panel_3 .live_info .live_badge_red img { width: 90%; }
    .item_panel_3 .live_info .sub_text { font-size: 13px; line-height: 1.3; }
    .item_panel_3 .live_desc { font-size: 16px; line-height: 1.3; letter-spacing: -0.05em; }

    /* 탭4 - 복원 참여 버튼 그룹 */
    .item_panel_4 { margin-top: 0; }
    .live_btn_group { flex-direction: column; align-items: center; gap: 10px; margin-top:20px;}
    .live_btn_group .btn_wrap { width: 100%; margin-top: 0; }
    .live_btn_group .btn_wrap a { justify-content: center; padding: 14px 20px; width: 100%; }

    /* 탭5 - 롤링 리뷰 */
    .roll_review { padding: 30px 0; }
    .rv-item { width: 200px; }

    /* 마지막 섹션 */
    .item_panel_6 { padding: 40px 0; }
    .item_panel_6 .img_box { width: 100%;max-width:465px;}
    .item_panel_6 .img_box .sub_text { font-size: 12px; line-height: 1.6; }

    /* 상품 팝업 스크롤 */
    .item-popup-inner { width: 95vw; max-height: 80vh; }
    .item-popup-body {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 16px 14px 20px;
    }
    .item-popup-body .item-table { min-width: 560px; }
    .scroll-hint-mo {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #888;
        margin-bottom: 10px;
        padding: 5px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
}