@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800;900&display=swap");

/* ==========================================================================
   COLORHUNT PALETTE (Palette: #468432 / #9AD872 / #FFEF91 / #FFA02E)
   - Palette 1 (신뢰와 성장의 포레스트 딥 그린): #468432
   - Palette 2 (싱그럽고 밝은 라이트 리프 그린): #9AD872
   - Palette 3 (부드럽고 온화한 레몬 버터 크림): #FFEF91
   - Palette 4 (생동감 넘치는 웜 앰버 오렌지 포인트): #FFA02E
   - 텍스트/헤더 다크: #172615, #22381f
   ========================================================================== */
:root {
    --c-primary: #468432;     /* 메인 포레스트 그린 (헤더, LNB 메인, 넘버 뱃지, 테이블 강조) */
    --c-leaf: #9AD872;        /* 라이트 리프 그린 (배너 그라데이션 전환, 보조 포인트) */
    --c-cream: #FFFCF0;       /* 부드러운 레몬 크림 틴트 (배경, 카드 호버, 테이블 헤더) */
    --c-amber: #FFA02E;       /* 웜 앰버 오렌지 (핵심 액센트, 하이라이트 텍스트, 포인트 뱃지) */
    
    --c-text: #2c3b28;        /* 본문 텍스트 (다크 포레스트 차콜) */
    --c-text-dark: #172615;   /* 헤더/타이틀 딥 다크 */
    --c-border: #dbead3;      /* 은은하고 깨끗한 리프 소프트 테두리 */
}

/* Reset & Base Typography */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--c-text);
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

/* ==========================================================================
   LAYOUT WRAPPER (1050px 중앙 컨테이너)
   ========================================================================== */
#wrap {
    width: 1050px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
}

/* ==========================================================================
   TOP HEADER
   ========================================================================== */
#header_wrap {
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid var(--c-border);
    position: relative;
    z-index: 100;
}

#top {
    width: 1050px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#logo {
    display: flex;
    align-items: center;
}

.prime_logo_box {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    cursor: pointer;
}

.prime_logo_box img.prime_logo_img,
img.prime_logo_img {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.prime_logo_txt {
    display: flex;
    flex-direction: column;
}

.prime_logo_txt .kor {
    font-size: 22px;
    font-weight: 800;
    color: var(--c-text-dark);
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.prime_logo_txt .eng {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--c-primary);
    letter-spacing: 1px;
    margin-top: 3px;
}

#gnb {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.gnbmenu {
    display: flex;
    align-items: center;
}

.gnbmenu > li {
    position: relative;
    display: flex;
    align-items: center;
}

.gnbmenu > li > a {
    display: block;
    padding: 12px 20px;
    font-size: 17.5px;
    font-weight: 800;
    color: var(--c-text-dark);
    transition: color 0.15s ease;
    letter-spacing: -0.5px;
}

.gnbmenu > li > a:hover {
    color: var(--c-primary);
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    min-width: 140px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(70, 132, 50, 0.15);
    border: 1.5px solid var(--c-border);
    border-radius: 6px;
    z-index: 1000;
    overflow: hidden;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: var(--c-text-dark);
    padding: 12px 18px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid var(--c-cream);
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background-color: var(--c-cream);
    color: var(--c-primary);
}

/* ==========================================================================
   1. 상단 배너: #468432 (포레스트 그린) ~ #9AD872 (라이트 그린) 그라데이션
   ========================================================================== */
.banner_wrap_left {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: -2px; /* 상단 헤더 보더라인을 덮도록 정렬 */
    z-index: 105;     /* 헤더 라인보다 위로 레이어 순서 상향 */
}

.prime_main_top_banner {
    display: inline-flex;
    width: auto;
    height: 86px;
    background: linear-gradient(90deg, #468432 0%, #68ab48 60%, #9AD872 100%);
    color: #ffffff;
    align-items: center;
    gap: 35px;
    padding: 0 45px 0 calc(max(35px, calc(50vw - 525px)));
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(70, 132, 50, 0.25);
}

.prime_main_top_banner .left_txt h3 {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.prime_main_top_banner .left_txt h3 span {
    color: #FFEF91;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.prime_main_top_banner .left_txt p {
    font-size: 15px;
    color: #f2fcf0;
    margin: 3px 0 0 0;
    white-space: nowrap;
    opacity: 0.95;
}

.prime_main_top_banner .right_txt {
    text-align: left;
    border-left: 1.5px solid rgba(255, 255, 255, 0.4);
    padding-left: 24px;
    white-space: nowrap;
}

.prime_main_top_banner .right_txt span {
    font-size: 13px;
    color: #FFEF91;
    display: block;
    font-weight: 700;
}

.prime_main_top_banner .right_txt strong {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   2. 메인 슬라이더 (Full-Width 2-UP)
   ========================================================================== */
.img_rolling_full {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 460px;
    overflow: hidden;
    background: #172615;
    margin-bottom: 30px;
}

.flex-viewport-full {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slides-full {
    display: flex;
    height: 100%;
    transition: transform 600ms ease;
}

.slides-full li.slide_pair {
    width: 100vw;
    height: 460px;
    display: flex !important;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.slides-full li.slide_pair .img_half {
    width: 50vw;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.slides-full li.slide_pair .img_half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.slides-full li.slide_pair .img_half:hover img {
    transform: scale(1.03);
}

.flex-direction-nav {
    display: none !important;
}

ol.flex-control-nav.flex-control-paging {
    position: absolute !important;
    top: 25px !important;
    right: 40px !important;
    z-index: 35 !important;
    display: flex !important;
    gap: 10px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

ol.flex-control-nav.flex-control-paging li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

ol.flex-control-nav.flex-control-paging li a {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    opacity: 0.8 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    font-size: 0 !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

ol.flex-control-nav.flex-control-paging li a.flex-active {
    background: var(--c-primary) !important;
    border: 2px solid #ffffff !important;
    opacity: 1 !important;
    transform: scale(1.2) !important;
}

/* ==========================================================================
   3-COLUMN QUICK PROCESS CARDS (#468432 & #FFFCF0)
   ========================================================================== */
.prime_process_wrap {
    width: 1050px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
    position: relative;
    z-index: 50;
}

.prime_process_card {
    flex: 1;
    height: 72px;
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(70, 132, 50, 0.08);
    position: relative;
    z-index: 55;
}

.prime_process_card:hover {
    background: var(--c-cream);
    border-color: var(--c-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(70, 132, 50, 0.16);
}

.prime_process_left {
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}

.prime_process_icon {
    width: 26px;
    height: 26px;
    background: var(--c-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.prime_process_icon svg {
    width: 13px;
    height: 13px;
}

.prime_process_title {
    font-size: 20px;
    font-weight: 800;
    color: var(--c-text-dark);
    letter-spacing: -0.5px;
}

.prime_process_arrow {
    color: var(--c-amber);
    font-size: 22px;
    font-weight: 900;
    pointer-events: none;
}

/* ==========================================================================
   TWO-COLUMN BANNER SECTION (#FFFCF0 & #9AD872)
   ========================================================================== */
.prime_sub_banners {
    width: 1050px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 35px;
}

.prime_notice_box {
    width: 510px;
    height: 110px;
    background: var(--c-cream);
    border: 1.5px solid var(--c-border);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

.prime_notice_box:hover {
    border-color: var(--c-primary);
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(70, 132, 50, 0.15);
}

.prime_notice_txt .title {
    font-size: 22px;
    font-weight: 800;
    color: var(--c-text-dark);
    display: block;
    letter-spacing: -0.5px;
}

.prime_notice_txt .sub {
    font-size: 16px;
    color: #556850;
    margin-top: 6px;
    display: block;
}

.prime_notice_img {
    width: 120px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.prime_notice_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.prime_notice_box:hover .prime_notice_img img {
    transform: scale(1.06);
}

.prime_counsel_box {
    width: 520px;
    height: 110px;
    background: linear-gradient(135deg, #ffffff 0%, var(--c-cream) 100%);
    border: 1.5px solid var(--c-border);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 26px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

.prime_counsel_box:hover {
    border-color: var(--c-primary);
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(70, 132, 50, 0.16);
}

.prime_counsel_info .hours {
    font-size: 17px;
    font-weight: 800;
    color: var(--c-amber);
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.prime_counsel_info .tels {
    font-size: 15px;
    color: #42523e;
    line-height: 1.5;
}

.prime_counsel_info .tels span {
    font-weight: bold;
    color: var(--c-text-dark);
    display: inline-block;
    width: 45px;
}

.prime_counsel_art {
    width: 120px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.prime_counsel_art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.prime_counsel_box:hover .prime_counsel_art img {
    transform: scale(1.06);
}

/* ==========================================================================
   SUB PAGE LAYOUT STYLES (#468432 / #9AD872 / #FFEF91 / #FFA02E)
   ========================================================================== */
#sub_visual_wrap {
    width: 1050px;
    height: 160px;
    background: linear-gradient(135deg, #468432 0%, #68ab48 60%, #9AD872 100%);
    border-radius: 8px;
    margin: 18px auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(70, 132, 50, 0.22);
}

.sub_visual_title h2 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    color: #ffffff;
}

.sub_visual_title p {
    font-size: 17px;
    color: #FFEF91;
    font-weight: 600;
}

.sub_visual_path {
    font-size: 15px;
    color: #FFEF91;
    z-index: 10;
    font-weight: 600;
}

.sub_visual_path strong {
    color: #ffffff;
    font-weight: 800;
}

#sub_content_wrap {
    width: 1050px;
    margin: 0 auto 60px auto;
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

#sub_lnb {
    width: 240px;
    flex-shrink: 0;
}

.lnb_header {
    background: var(--c-primary);
    color: #ffffff;
    padding: 22px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.lnb_header h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 4px;
}

.lnb_header span {
    font-size: 12px;
    color: #FFEF91;
    letter-spacing: 1px;
    font-family: -apple-system, sans-serif;
    font-weight: 700;
}

.lnb_menu {
    border: 1.5px solid var(--c-border);
    border-top: none;
    background: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.lnb_menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 22px;
    font-size: 17px;
    font-weight: 700;
    color: var(--c-text-dark);
    border-bottom: 1px solid var(--c-cream);
    transition: all 0.2s ease;
}

.lnb_menu li:last-child a {
    border-bottom: none;
}

.lnb_menu li:hover a, .lnb_menu li.active a {
    background: var(--c-cream);
    color: var(--c-primary);
    padding-left: 26px;
}

#sub_body {
    flex: 1;
    min-height: 550px;
}

.sub_title_area {
    padding-bottom: 16px;
    border-bottom: 2.5px solid var(--c-primary);
    margin-bottom: 30px;
}

.sub_title_area h3 {
    font-size: 28px;
    font-weight: 900;
    color: var(--c-text-dark);
    letter-spacing: -0.5px;
}

.sub_title_area p {
    font-size: 17px;
    color: #687e63;
    margin-top: 6px;
}

.content_section {
    margin-bottom: 40px;
}

.section_heading {
    font-size: 22px;
    font-weight: 800;
    color: var(--c-text-dark);
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.sub_text_p {
    font-size: 18px;
    color: var(--c-text);
    line-height: 1.85;
    margin-bottom: 18px;
}

.sub_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px 0;
    font-size: 17px;
}

.sub_table th {
    background: var(--c-cream);
    color: var(--c-text-dark);
    font-weight: 800;
    padding: 16px;
    border-top: 2.5px solid var(--c-primary);
    border-bottom: 1.5px solid var(--c-border);
    text-align: center;
    font-size: 17px;
}

.sub_table td {
    padding: 18px 16px;
    border-bottom: 1px solid var(--c-border);
    color: var(--c-text);
    line-height: 1.65;
    font-size: 17px;
}

/* ==========================================================================
   1열 와이드 화이트 클린 카드 (#468432 / #FFFCF0)
   ========================================================================== */
.promise_clean_list,
.benefit_clean_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 20px 0 35px 0;
}

.promise_clean_card,
.benefit_clean_card {
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 8px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 4px 14px rgba(70, 132, 50, 0.06);
    transition: all 0.25s ease;
}

.promise_clean_card:hover,
.benefit_clean_card:hover {
    border-color: var(--c-primary);
    background: var(--c-cream);
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(70, 132, 50, 0.14);
}

.promise_clean_num,
.benefit_clean_badge {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--c-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 900;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(70, 132, 50, 0.25);
}

.promise_clean_info,
.benefit_clean_info {
    flex: 1;
}

.promise_clean_info h4,
.benefit_clean_info h4 {
    font-size: 21px;
    font-weight: 900;
    color: var(--c-text-dark);
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.promise_clean_info p,
.benefit_clean_info p {
    font-size: 17px;
    color: var(--c-text);
    line-height: 1.65;
}

/* FAQ 전용 1열 와이드 아코디언/카드 */
.faq_clean_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0 35px 0;
}

.faq_clean_card {
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 8px;
    padding: 24px 28px;
    box-shadow: 0 4px 14px rgba(70, 132, 50, 0.06);
    transition: all 0.25s ease;
}

.faq_clean_card:hover {
    border-color: var(--c-primary);
    background: var(--c-cream);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(70, 132, 50, 0.12);
}

.faq_clean_card .faq_q {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 20px;
    font-weight: 900;
    color: var(--c-text-dark);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.faq_clean_card .faq_q span.q_mark {
    color: var(--c-amber);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 900;
}

.faq_clean_card .faq_a {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 17px;
    color: var(--c-text);
    line-height: 1.7;
    padding-left: 2px;
}

.faq_clean_card .faq_a span.a_mark {
    color: var(--c-primary);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 900;
}

/* ==========================================================================
   1열 전용 한국 배경 시설 갤러리 카드
   ========================================================================== */
.facility_list_large {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 20px;
}

.facility_card_large {
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(70, 132, 50, 0.06);
    transition: all 0.25s ease;
}

.facility_card_large:hover {
    border-color: var(--c-primary);
    box-shadow: 0 8px 26px rgba(70, 132, 50, 0.14);
    transform: translateY(-3px);
}

.facility_large_img {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    background: #172615;
}

.facility_large_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.facility_card_large:hover .facility_large_img img {
    transform: scale(1.03);
}

.facility_large_body {
    padding: 26px 32px;
    background: #ffffff;
}

.facility_large_body h4 {
    font-size: 23px;
    font-weight: 800;
    color: var(--c-text-dark);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.facility_large_body p {
    font-size: 17px;
    color: #556850;
    line-height: 1.75;
}

/* ==========================================================================
   1열 전용 큼직한 강사진 프로필 카드
   ========================================================================== */
.teacher_list_large,
.teacher_grid_large {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 20px;
}

.teacher_card_large {
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 8px;
    padding: 28px 32px;
    box-shadow: 0 4px 16px rgba(70, 132, 50, 0.06);
    display: flex;
    gap: 36px;
    align-items: center;
    transition: all 0.25s ease;
}

.teacher_card_large:hover {
    border-color: var(--c-primary);
    box-shadow: 0 8px 24px rgba(70, 132, 50, 0.14);
    transform: translateY(-3px);
    background: #ffffff;
}

.teacher_large_img {
    width: 170px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1.5px solid var(--c-border);
}

.teacher_large_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.teacher_card_large:hover .teacher_large_img img {
    transform: scale(1.05);
}

.teacher_large_info {
    flex: 1;
}

.teacher_large_info .name_role {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 14px;
    border-bottom: 1.5px solid var(--c-border);
    padding-bottom: 10px;
}

.teacher_large_info h4 {
    font-size: 24px;
    font-weight: 900;
    color: var(--c-text-dark);
    letter-spacing: -0.5px;
    margin: 0;
}

.teacher_large_info .role_badge {
    font-size: 16px;
    font-weight: 800;
    color: var(--c-primary);
    background: var(--c-cream);
    padding: 3px 12px;
    border-radius: 4px;
    border: 1px solid var(--c-border);
}

.teacher_large_info p {
    font-size: 17px;
    color: var(--c-text);
    line-height: 1.8;
}

.teacher_large_info p strong {
    color: var(--c-primary);
}

/* ==========================================================================
   원장 인사말 전용 플렉스 레이아웃
   ========================================================================== */
.greeting_flex_wrap {
    display: flex;
    gap: 38px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.greeting_img_box {
    width: 280px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border: 1.5px solid var(--c-border);
}

.greeting_img_box img {
    width: 100%;
    height: auto;
    display: block;
}

.greeting_txt_box {
    flex: 1;
}

.greeting_txt_box h4 {
    font-size: 23px;
    font-weight: 900;
    color: var(--c-text-dark);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    line-height: 1.35;
}

/* 4대 교육철학 비주얼 카드 */
.philosophy_step_grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0;
}

.philosophy_step_card {
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 6px;
    padding: 20px 24px;
    box-shadow: 0 4px 14px rgba(70, 132, 50, 0.06);
    transition: all 0.2s ease;
}

.philosophy_step_card:hover {
    border-color: var(--c-primary);
    background: var(--c-cream);
    transform: translateX(6px);
}

.philosophy_step_card h4 {
    font-size: 19px;
    font-weight: 800;
    color: var(--c-text-dark);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.philosophy_step_card h4 span {
    font-family: "Montserrat", sans-serif;
    color: var(--c-amber);
    font-weight: 900;
}

.philosophy_step_card p {
    font-size: 16px;
    color: var(--c-text);
    line-height: 1.65;
}

/* ==========================================================================
   입시&학습칼럼 (Column Page) 1열 와이드 아티클 리스트 스타일
   ========================================================================== */
.column_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

.column_item_card {
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 8px;
    padding: 28px 32px;
    box-shadow: 0 4px 14px rgba(70, 132, 50, 0.06);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.column_item_card:hover {
    border-color: var(--c-primary);
    background: var(--c-cream);
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(70, 132, 50, 0.14);
}

.column_meta_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--c-border);
    padding-bottom: 10px;
}

.column_category_badge {
    font-size: 14px;
    font-weight: 800;
    color: var(--c-amber);
    background: #ffffff;
    padding: 3px 12px;
    border-radius: 4px;
    border: 1px solid var(--c-border);
    letter-spacing: -0.3px;
}

.column_date_author {
    font-size: 14.5px;
    color: #687e63;
    font-weight: 600;
}

.column_date_author span {
    color: var(--c-text-dark);
    font-weight: 700;
    margin-left: 8px;
}

.column_title_area h4 {
    font-size: 22px;
    font-weight: 900;
    color: var(--c-text-dark);
    line-height: 1.35;
    letter-spacing: -0.5px;
    transition: color 0.2s ease;
}

.column_item_card:hover .column_title_area h4 {
    color: var(--c-primary);
}

.column_excerpt_p {
    font-size: 16.5px;
    color: var(--c-text);
    line-height: 1.75;
    margin-top: 4px;
}

.column_tags_wrap {
    display: flex;
    gap: 8px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.column_tag {
    font-size: 13.5px;
    color: var(--c-primary);
    background: #ffffff;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 800;
    color: var(--c-primary);
    background: var(--c-cream);
    padding: 3px 12px;
    border-radius: 4px;
    border: 1px solid var(--c-border);
}

.teacher_large_info p {
    font-size: 17px;
    color: var(--c-text);
    line-height: 1.8;
}

.teacher_large_info p strong {
    color: var(--c-primary);
}

/* ==========================================================================
   원장 인사말 전용 플렉스 레이아웃
   ========================================================================== */
.greeting_flex_wrap {
    display: flex;
    gap: 38px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.greeting_img_box {
    width: 280px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border: 1.5px solid var(--c-border);
}

.greeting_img_box img {
    width: 100%;
    height: auto;
    display: block;
}

.greeting_txt_box {
    flex: 1;
}

.greeting_txt_box h4 {
    font-size: 23px;
    font-weight: 900;
    color: var(--c-text-dark);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    line-height: 1.35;
}

/* 4대 교육철학 에디토리얼 빅 넘버 리스트 (상하 수직 배열) */
.philosophy_step_grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 15px 0 30px 0;
}

.philosophy_step_card {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid var(--c-border);
    border-radius: 0;
    padding: 24px 8px;
    box-shadow: none;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.philosophy_step_card:first-child {
    padding-top: 8px;
}

.philosophy_step_card:last-child {
    border-bottom: none;
    padding-bottom: 8px;
}

.philosophy_step_card:hover {
    background: rgba(70, 132, 50, 0.03);
    transform: translateX(6px);
}

.philosophy_step_num {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    color: var(--c-amber);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 2px;
}

.philosophy_step_body h4 {
    font-size: 20px;
    font-weight: 900;
    color: var(--c-text-dark);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    line-height: 1.35;
}

.philosophy_step_body p {
    font-size: 16.5px;
    color: var(--c-text);
    line-height: 1.75;
}

/* ==========================================================================
   입시&학습칼럼 대형 상단 썸네일 히어로 카드 레이아웃 (단일 표준)
   ========================================================================== */
.promise_clean_list,
.benefit_clean_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 15px 0 35px 0;
}

.promise_clean_card,
.benefit_clean_card {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid var(--c-border);
    border-radius: 0;
    padding: 24px 8px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    box-shadow: none;
    transition: all 0.2s ease;
}

.promise_clean_card:first-child,
.benefit_clean_card:first-child {
    padding-top: 10px;
}

.promise_clean_card:last-child,
.benefit_clean_card:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.promise_clean_card:hover,
.benefit_clean_card:hover {
    background: rgba(70, 132, 50, 0.03);
    transform: translateX(6px);
    box-shadow: none;
}

.promise_clean_num,
.benefit_clean_badge {
    width: 48px;
    height: auto;
    background: transparent;
    border-radius: 0;
    color: var(--c-primary);
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    flex-shrink: 0;
    box-shadow: none;
    padding-top: 2px;
}

.promise_clean_info,
.benefit_clean_info {
    flex: 1;
}

.promise_clean_info h4,
.benefit_clean_info h4 {
    font-size: 20px;
    font-weight: 900;
    color: var(--c-text-dark);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.promise_clean_info p,
.benefit_clean_info p {
    font-size: 16.5px;
    color: var(--c-text);
    line-height: 1.7;
}

/* ==========================================================================
   입시&학습칼럼 대형 상단 썸네일 히어로 카드 레이아웃 (단일 표준)
   ========================================================================== */
.column_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 20px;
}

.column_item_card {
    background: #ffffff;
    border: 1.5px solid var(--c-border);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(70, 132, 50, 0.08);
    transition: all 0.25s ease;
    cursor: pointer;
}

.column_item_card:hover {
    border-color: var(--c-primary);
    box-shadow: 0 8px 28px rgba(70, 132, 50, 0.16);
    transform: translateY(-3px);
}

.column_item_card.active {
    border-color: var(--c-primary);
    box-shadow: 0 10px 32px rgba(70, 132, 50, 0.2);
    transform: none;
}

/* 상단 대형 와이드 썸네일 배너 (100% x 260px) */
.column_card_hero_img {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    background: #172615;
}

.column_card_hero_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.column_item_card:hover .column_card_hero_img img {
    transform: scale(1.04);
}

/* 이미지 위 좌측 상단 카테고리 플로팅 뱃지 */
.column_hero_badge {
    position: absolute;
    top: 18px;
    left: 20px;
    background: var(--c-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 5px 16px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.3px;
    z-index: 2;
}

/* 카드 본문 헤더 영역: 상하 1열 자연스러운 흐름 */
.column_card_header {
    padding: 24px 30px 26px 30px;
    background: #ffffff;
    transition: background 0.2s ease;
    display: block; /* 가로 플렉스 제거하고 세로 정상 레이아웃 */
}

.column_card_header:hover {
    background: var(--c-cream);
}

.column_item_card.active .column_card_header {
    background: var(--c-cream);
    border-bottom: 1.5px solid var(--c-border);
}

.column_meta_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dashed var(--c-border);
    font-size: 14.5px;
    color: #687e63;
    font-weight: 600;
}

.column_date_author span {
    color: var(--c-text-dark);
    font-weight: 800;
    margin-left: 6px;
}

.column_title_area {
    margin-bottom: 10px;
}

.column_title_area h4 {
    font-size: 22px;
    font-weight: 900;
    color: var(--c-text-dark);
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin: 0;
    transition: color 0.2s ease;
}

.column_item_card:hover .column_title_area h4 {
    color: var(--c-primary);
}

.column_excerpt_p {
    font-size: 16.5px;
    color: var(--c-text);
    line-height: 1.75;
    margin-top: 8px;
}

.column_tags_wrap {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.column_tag {
    font-size: 13.5px;
    color: var(--c-primary);
    background: #ffffff;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid var(--c-border);
    font-weight: 600;
}

/* 펼쳐지는 인라인 전문 상세 영역 */
.column_detail_body {
    display: none;
    padding: 35px 32px;
    background: #ffffff;
    border-top: 1px solid var(--c-border);
    animation: fadeInDetail 0.3s ease-out;
}

.column_item_card.active .column_detail_body {
    display: block;
}

@keyframes fadeInDetail {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.column_detail_content {
    font-size: 17.5px;
    color: var(--c-text);
    line-height: 1.85;
}

.column_detail_content h4 {
    font-size: 21px;
    font-weight: 900;
    color: var(--c-text-dark);
    margin: 28px 0 12px 0;
    padding-left: 12px;
    border-left: 4px solid var(--c-amber);
    letter-spacing: -0.5px;
}

.column_detail_content h4:first-child {
    margin-top: 0;
}

.column_detail_content p {
    margin-bottom: 18px;
}

.column_detail_content .highlight_box {
    background: var(--c-cream);
    border: 1.5px solid var(--c-border);
    border-radius: 6px;
    padding: 20px 24px;
    margin: 22px 0;
    font-weight: 700;
    color: var(--c-text-dark);
}

/* ==========================================================================
   FOOTER (PC 1050px 정규 푸터 스타일)
   ========================================================================== */
#footer {
    width: 1050px;
    border-top: 2px solid var(--c-border);
    padding-top: 25px;
    margin: 40px auto 50px auto;
}

.copyright {
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #687e63;
    line-height: 1.8;
}

.copyright_header {
    margin-bottom: 14px;
    font-size: 15px;
}

.copyright span.brand_blue {
    color: var(--c-primary);
    font-weight: bold;
}

.copyright dl {
    float: left;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0;
}

.copyright dl span {
    color: var(--c-primary);
    font-weight: bold;
}

.address {
    float: left;
    width: 44%;
    text-align: left;
}

.tel {
    float: left;
    width: 15%;
}

.bnum {
    float: left;
    width: 15%;
}

.hnum {
    float: left;
    width: 17%;
}

.ceo {
    float: left;
    width: 9%;
}

.add_txt {
    font-size: 1em;
    color: #687e63 !important;
    font-weight: normal !important;
    padding-left: 6px;
}

.footer_bottom_cr {
    float: left;
    width: 100%;
    margin: 30px 0 10px 0;
    color: #8fa68a;
    font-size: 13px;
}

/* ==========================================================================
   MOBILE & RESPONSIVE STYLES (PC 1050px 100% 보존 & 모바일 100% 완벽 대응)
   ========================================================================== */

/* 모바일 전용 햄버거 토글 버튼 기본 숨김 */
.mobile_menu_btn {
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1.5px solid var(--c-border);
    border-radius: 6px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    z-index: 120;
}

.mobile_menu_btn span {
    display: block;
    width: 22px;
    height: 2.5px;
    background: var(--c-text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile_menu_btn.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
    background: var(--c-primary);
}

.mobile_menu_btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile_menu_btn.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
    background: var(--c-primary);
}

/* 모바일 슬라이드 드로어 메뉴 */
.mobile_nav_drawer {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    max-height: calc(100dvh - 70px);
    background: #ffffff;
    border-top: 1.5px solid var(--c-border);
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 20px 60px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: drawerFadeIn 0.25s ease-out;
}

@keyframes drawerFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.mobile_nav_drawer.open {
    display: block;
}

.mobile_nav_menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.mobile_nav_menu > li {
    border-bottom: 1px solid var(--c-cream);
}

.mobile_nav_menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--c-text-dark);
}

.mobile_nav_menu > li > a:hover {
    color: var(--c-primary);
}

.mobile_nav_sub {
    background: var(--c-cream);
    border-radius: 6px;
    padding: 10px 16px;
    margin: 4px 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile_nav_sub a {
    font-size: 15.5px;
    font-weight: 700;
    color: var(--c-text);
    padding: 6px 0;
    display: block;
}

.mobile_nav_sub a:hover {
    color: var(--c-primary);
}

.mobile_drawer_counsel {
    background: linear-gradient(135deg, var(--c-primary) 0%, #68ab48 100%);
    border-radius: 8px;
    padding: 18px 20px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 4px 14px rgba(70, 132, 50, 0.2);
}

.mobile_drawer_counsel span {
    font-size: 13.5px;
    color: #FFEF91;
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.mobile_drawer_counsel strong {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

/* 1050px 이하 반응형 분기 (태블릿 & 모바일 공통) */
@media screen and (max-width: 1050px) {
    #wrap {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    #header_wrap {
        position: sticky;
        top: 0;
        z-index: 99999;
    }

    #top {
        width: 100%;
        height: 70px;
        padding: 0 16px;
    }

    #logo img.prime_logo_img {
        width: 36px !important;
        height: 36px !important;
    }

    .prime_logo_txt .kor {
        font-size: 18px;
    }

    .prime_logo_txt .eng {
        font-size: 9.5px;
    }

    #gnb {
        display: none; /* 데스크톱 GNB 숨김 */
    }

    .mobile_menu_btn {
        display: flex; /* 모바일 햄버거 노출 */
    }

    /* 상단 타이틀 배너 */
    .banner_wrap_left {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .prime_main_top_banner {
        width: 100%;
        height: auto;
        padding: 16px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-radius: 0;
    }

    .prime_main_top_banner .left_txt h3 {
        font-size: 17.5px;
        white-space: normal;
        line-height: 1.35;
    }

    .prime_main_top_banner .left_txt p {
        font-size: 13.5px;
        white-space: normal;
        margin-top: 4px;
    }

    .prime_main_top_banner .right_txt {
        border-left: none;
        padding-left: 0;
        border-top: 1px dashed rgba(255, 255, 255, 0.4);
        padding-top: 8px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .prime_main_top_banner .right_txt strong {
        font-size: 19px;
    }

    /* 메인 롤링 슬라이더 */
    .img_rolling_full {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 260px;
        margin-bottom: 20px;
    }

    .slides-full li.slide_pair {
        width: 100vw;
        height: 260px;
    }

    .slides-full li.slide_pair .img_half {
        width: 50vw;
        height: 260px;
    }

    ol.flex-control-nav.flex-control-paging {
        top: auto !important;
        bottom: 14px !important;
        right: 18px !important;
    }

    /* 메인 콘텐츠 컨테이너 */
    #main_contents {
        width: 100%;
        padding: 0 16px;
    }

    /* 3대 퀵 프로세스 */
    .prime_process_wrap {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }

    .prime_process_card {
        width: 100%;
        height: 58px;
        padding: 0 16px;
    }

    .prime_process_icon {
        width: 22px;
        height: 22px;
    }

    .prime_process_icon svg {
        width: 11px;
        height: 11px;
    }

    .prime_process_title {
        font-size: 16.5px;
    }

    .prime_process_arrow {
        font-size: 18px;
    }

    /* 2단 배너 */
    .prime_sub_banners {
        width: 100%;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 30px;
    }

    .prime_notice_box {
        width: 100%;
        height: 96px;
        padding: 0 18px;
    }

    .prime_notice_txt .title {
        font-size: 19px;
    }

    .prime_notice_txt .sub {
        font-size: 14px;
    }

    .prime_counsel_box {
        width: 100%;
        height: auto;
        min-height: 105px;
        padding: 16px 18px;
    }

    .prime_counsel_info .hours {
        font-size: 15.5px;
    }

    .prime_counsel_info .tels {
        font-size: 14px;
    }

    .prime_counsel_art {
        width: 90px;
    }

    /* 서브 비주얼: 모바일에서는 2번째 줄(경로/브레드크럼)을 숨겨 상단 공간 최적화 */
    #sub_visual_wrap {
        width: 100%;
        height: auto;
        margin: 0 0 16px 0;
        padding: 18px 16px;
        border-radius: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .sub_visual_title h2 {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .sub_visual_title p {
        font-size: 14px;
        line-height: 1.45;
    }

    .sub_visual_path {
        display: none !important; /* 모바일에서 경로(홈 > 탭이름) 숨김으로 공간 활용 극대화 */
    }

    /* 서브 레이아웃: 중복 헤더 제거 및 세련된 가로 스크롤 탭 바 */
    #sub_content_wrap {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto 40px auto;
        flex-direction: column;
        gap: 18px;
    }

    #sub_lnb {
        width: 100%;
        margin-bottom: 5px;
    }

    /* 모바일에서는 상단 배너와 중복되는 LNB 녹색 타이틀 박스 완전 숨김 */
    .lnb_header {
        display: none !important;
    }

    /* 가로 스크롤 및 균등 분할 칩 탭 바 */
    .lnb_menu {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-auto-columns: 1fr !important;
        gap: 8px;
        padding: 4px 0 10px 0;
        border: none !important;
        background: transparent !important;
        border-radius: 0 !important;
        width: 100%;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .lnb_menu::-webkit-scrollbar {
        display: none;
    }

    .lnb_menu li {
        width: 100% !important;
        border: none !important;
    }

    .lnb_menu li a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 10px 12px !important;
        font-size: 14.5px !important;
        font-weight: 700;
        color: var(--c-text-dark) !important;
        background: #ffffff !important;
        border: 1.5px solid var(--c-border) !important;
        border-radius: 30px !important;
        white-space: nowrap !important;
        box-shadow: 0 2px 6px rgba(70, 132, 50, 0.06);
        transition: all 0.2s ease;
        text-align: center;
        width: 100%;
    }

    .lnb_menu li a span {
        display: none; /* 화살표 > 숨김 */
    }

    .lnb_menu li:hover a, 
    .lnb_menu li.active a {
        background: var(--c-primary) !important;
        color: #ffffff !important;
        border-color: var(--c-primary) !important;
        box-shadow: 0 4px 12px rgba(70, 132, 50, 0.25);
        padding-left: 18px !important;
    }

    #sub_body {
        width: 100%;
        min-height: auto;
    }

    .sub_title_area {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .sub_title_area h3 {
        font-size: 22px;
    }

    .sub_title_area p {
        font-size: 14.5px;
    }

    .section_heading {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .sub_text_p {
        font-size: 15.5px;
        line-height: 1.75;
    }

    /* ==========================================================================
       모바일 표(Table) 카드형 스택 전환 (잘림 현상 100% 원천 해결)
       ========================================================================== */
    .table_responsive_wrap {
        width: 100%;
        overflow: visible;
        border: none;
    }

    .sub_table {
        min-width: 100%;
        width: 100%;
        display: block;
        margin: 12px 0 24px 0;
    }

    .sub_table thead {
        display: none; /* 헤더 행 숨김 */
    }

    .sub_table tbody {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .sub_table tr {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1.5px solid var(--c-border);
        border-radius: 8px;
        padding: 16px 18px;
        box-shadow: 0 3px 12px rgba(70, 132, 50, 0.06);
    }

    .sub_table td {
        display: flex;
        flex-direction: column;
        padding: 6px 0 !important;
        border-bottom: 1px dashed #e8f2e4 !important;
        text-align: left !important;
        font-size: 15px !important;
        line-height: 1.6;
    }

    .sub_table td:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .sub_table td:first-child {
        font-size: 17px !important;
        font-weight: 900 !important;
        color: var(--c-primary) !important;
        padding-top: 0 !important;
    }

    /* 에디토리얼 빅 넘버 리스트 모바일 반응형 */
    .promise_clean_card, .benefit_clean_card {
        padding: 18px 0;
        gap: 16px;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid var(--c-border) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .promise_clean_num, .benefit_clean_badge {
        width: 36px;
        height: auto;
        font-size: 28px;
        background: transparent !important;
        box-shadow: none !important;
        padding-top: 1px;
    }

    .promise_clean_info h4, .benefit_clean_info h4 {
        font-size: 17.5px;
        margin-bottom: 5px;
    }

    .promise_clean_info p, .benefit_clean_info p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .faq_clean_card {
        padding: 18px 20px;
    }

    .faq_clean_card .faq_q {
        font-size: 17.5px;
    }

    .faq_clean_card .faq_a {
        font-size: 15px;
    }

    /* 인사말 & 강사진 & 시설 */
    .greeting_flex_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .greeting_img_box {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .greeting_txt_box h4 {
        font-size: 19px;
    }

    .facility_large_img {
        height: 220px;
    }

    .facility_large_body {
        padding: 18px 20px;
    }

    .facility_large_body h4 {
        font-size: 19px;
    }

    .facility_large_body p {
        font-size: 15px;
    }

    .teacher_list_large,
    .teacher_grid_large {
        gap: 24px;
        margin-top: 14px;
        margin-bottom: 25px;
    }

    .teacher_card_large {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 18px;
        box-shadow: 0 4px 14px rgba(70, 132, 50, 0.06);
    }

    .teacher_large_top_row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .teacher_large_img {
        width: 110px;
        height: 135px;
        flex-shrink: 0;
    }

    .teacher_large_info {
        width: 100%;
    }

    .teacher_large_info .name_role {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 12px;
        border-bottom: 1px dashed var(--c-border);
        padding-bottom: 10px;
        width: 100%;
    }

    .teacher_large_info h4 {
        font-size: 19px;
        line-height: 1.3;
    }

    .teacher_large_info .role_badge {
        font-size: 13.5px;
        padding: 3px 10px;
        white-space: normal;
        line-height: 1.4;
    }

    .teacher_large_info p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    /* 칼럼 카드 */
    .column_item_card {
        padding: 0;
    }

    .column_card_hero_img {
        height: 180px;
    }

    .column_card_header {
        padding: 18px 20px;
    }

    .column_title_area h4 {
        font-size: 18.5px;
    }

    .column_excerpt_p {
        font-size: 15px;
    }

    .column_detail_body {
        padding: 22px 20px;
    }

    .column_detail_content {
        font-size: 15.5px;
    }

    .column_detail_content h4 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }

    /* 하단 푸터 */
    #footer {
        width: 100%;
        padding: 20px 16px 80px 16px; /* 플로팅 버튼 여백 */
        margin-bottom: 0;
    }

    .copyright dl {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        padding-bottom: 12px;
        border-bottom: 1px dashed var(--c-border);
    }

    .copyright dl:last-of-type {
        border-bottom: none;
    }

    .address, .tel, .bnum, .hnum, .ceo {
        float: none;
        width: 100%;
        display: block;
        line-height: 1.6;
        font-size: 13.5px;
    }

    .copyright_header {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .footer_bottom_cr {
        float: none;
        margin-top: 15px;
        font-size: 12.5px;
    }
}

/* ==========================================================================
   FLOATING ACTION BUTTONS (모바일 전용 맨위로가기 & 1:1문의/상담 플로팅 버튼)
   ========================================================================== */
.floating_quick_wrap {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 1000;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.floating_btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    outline: none;
}

.floating_btn:active {
    transform: scale(0.92);
}

/* 1:1 상담 예약 플로팅 (앰버 오렌지 / 포레스트 그린) */
.floating_btn_counsel {
    background: linear-gradient(135deg, #FFA02E 0%, #ff8c00 100%);
    color: #ffffff;
    box-shadow: 0 4px 18px rgba(255, 160, 46, 0.4);
}

.floating_btn_counsel svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.floating_btn_counsel span {
    font-size: 9.5px;
    font-weight: 800;
    margin-top: 1px;
    letter-spacing: -0.3px;
}

/* 맨위로 가기 탑버튼 */
.floating_btn_top {
    background: #ffffff;
    color: var(--c-primary);
    border: 1.5px solid var(--c-border);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}

.floating_btn_top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating_btn_top svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.floating_btn_top span {
    font-size: 9.5px;
    font-weight: 800;
    margin-top: 1px;
}

@media screen and (max-width: 1050px) {
    .floating_quick_wrap {
        display: flex;
    }
}

/* 480px 이하 모바일 전용 미세 조정 */
@media screen and (max-width: 480px) {
    .slides-full li.slide_pair {
        height: 200px;
    }

    .slides-full li.slide_pair .img_half {
        height: 200px;
    }

    .img_rolling_full {
        height: 200px;
    }
}
