/*GmarketSans*/
/*@font-face{font-family:'SunBatang';font-style: normal;font-weight:700;font-display:swap;src:url('https://www.baeron.com/css/fonts/SunBatang-Bold.woff2') format('woff2');}
@font-face{font-family:'SunBatang';font-style: normal;font-weight:400;font-display:swap;src:url('https://www.baeron.com/css/fonts/SunBatang-Medium.woff2') format('woff2');}
*/
@font-face{font-family:'BookkMyungjo';font-style:normal;font-weight:300;font-display:swap;src:url('https://www.baeron.com/css/fonts/BookkMyungjo_Light.woff2') format('woff2');}
@font-face{font-family:'DdangFonts-Bold';font-style:normal;font-weight:300;font-display:swap;src:url('https://www.baeron.com/css/fonts/DdangFonts-Bold.woff2') format('woff2');}
@font-face{font-family:'NanumBarunGothic-Bold';font-style:normal;font-weight:700;font-display:swap;src:url('https://www.baeron.com/css/fonts/NanumBarunGothicWebBold.woff') format('woff');}

/*
@font-face{font-family:'SunBatang';font-style:normal;font-weight:300;font-display:swap;src:url('https://www.baeron.com/css/fonts/SunBatang-Light.woff2') format('woff2');}
*/
/* Common Layout Components */
.hero-2026-hero-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    /* background: #fff; */
    padding: 80px 40px;
    border-radius: 40px;
    text-align: center;
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.06); */
    position: relative;
   /* overflow: hidden; */
}

/* 20260111_je 디자인 맞추기 */
/*
.hero-2026-theme-korean { margin-top: -790px; }
.hero-2026-theme-social { margin-top: -710px; }
.hero-2026-theme-childcare { margin-top: -725px; }
.hero-2026-theme-childD { margin-top: -725px; }
.hero-2026-theme-psychology { margin-top: -740px; }
.hero-2026-theme-business { margin-top: -725px; }
.hero-2026-theme-CPA { margin-top: -725px; }
.hero-2026-theme-IT { margin-top: -585px; }
.hero-2026-theme-beauty { margin-top: -700px; }
.hero-2026-theme-liberalArts { margin-top: -740px; }
*/




/* 20260111_je 디자인 맞추기 끝 */


.hero-2026-badge {
    display: inline-block;
    font-size: 22px;
    /* color: #fff; */
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: -0.5px;
    border: 1px solid #ffffff;
    padding: 15px 24px;
   /* border-radius: 50px; */
}


.hero-2026-title-main {
    font-family: 'BookkMyungjo' ,'SunBatang','Song Myung', serif;
    font-size: 120px;
    margin-top: 10px;
    margin-bottom: 18px;
    letter-spacing: -3px;
    line-height: 1;
}

.hero-2026-subtitle {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    letter-spacing: -1px;
}

.hero-2026-tag-container {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 23px;
}

.hero-2026-tag-pill {
    font-family: 'BookkMyungjo' ,'SunBatang','Song Myung', serif;
    padding: 5px 30px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.hero-2026-tag-text {
    font-family: 'BookkMyungjo' ,'SunBatang','Song Myung', serif;
    font-size: 35px;
    font-weight: 600;
    color: #441466;  
}
.hero-2026-tag-plus {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

/* Feature Grid */
.hero-2026-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.hero-2026-feature-card {
    padding: 20px 20px;
    border-radius: 24px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.hero-2026-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.hero-2026-feature-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
    display: block;
    object-fit: contain;
}

.hero-2026-feature-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #05295B;
}

.hero-2026-feature-desc {
    font-size: 15px;
    color: #05295B;
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 500;
}
.hero-2026-feature-desc-small {
    font-size: 11px;
    color: #05295B;
    font-weight: 500;
    line-height: 1.4;
}

.hero-2026-footnote {
    font-size: 13px;
    color: #05295B;
    margin-top: 10px;
    font-weight: 400;
}


/* Navigation Buttons */
.hero-2026-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
}

.hero-2026-nav-btn:hover {
    background: #f8f9fa;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transform: translateY(-50%) scale(1.1);
}

.hero-2026-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.hero-2026-nav-btn.hero-2026-prev {
    left: -28px;
    opacity: 30%;
}

.hero-2026-nav-btn.hero-2026-next {
    right: -28px;
    opacity: 30%;
}

.hero-2026-nav-btn svg {
    width: 28px;
    height: 28px;
}

/* Beauty Theme (New) */

.hero-2026-title-composite { 
    display: flex; flex-direction: column; align-items: center; 
    margin-bottom: 40px; line-height: 1.1;
}
.hero-2026-title-black { 
    font-family: 'DdangFonts-Bold' ,'BookkMyungjo','SunBatang','Song Myung', serif;
    font-size: 140px; font-weight: 700; color: #333; 
    letter-spacing: -5px; line-height:0.8;
	margin-top:20px;
}
.hero-2026-title-teal { 
    font-size: 80px; font-weight: 500; color: #009999; 
    letter-spacing: -3px; 
		font-family:'SCDream';

}
.hero-2026-subtitle-group { margin-bottom: 40px; }
.hero-2026-subtitle-pink { font-size: 34px; font-weight: 700; color: #e91e63;font-family:'SCDream'; }
.hero-2026-subtitle-pink-bg { 
    background-color: #FDEEE6; 
    padding: 0 10px; 
    border-radius: 2px; 
    display: inline-block;
	font-family:'SCDream';
}
.hero-2026-black-text { color: #333; font-family:'SCDream';}
.hero-2026-subtitle-thin { font-size: 24px; color: #333; margin-top: 5px; font-family:'SCDream';}



/* Section Specific Themes */

/* 1. Korean Language Section (Blue Theme) */
.hero-2026-theme-korean .hero-2026-title-main { color: #2E2F55; }
.hero-2026-theme-korean .hero-2026-subtitle { color: #2E2F55; }
.hero-2026-theme-korean .hero-2026-tag-pill { background: #2E2F55; }
.hero-2026-theme-korean .hero-2026-tag-text { color: #2E2F55; }
.hero-2026-theme-korean .hero-2026-feature-card { background: #B0C2E545; border-color: #B0C2E5; }
/*.hero-2026-theme-korean .hero-2026-feature-title { color: #2E2F55; }*/
.hero-2026-theme-korean .hero-2026-badge { color: #2E2F55;}

/* 2. Social Welfare Section (Green Theme) */
.hero-2026-theme-social .hero-2026-title-main { color: #004C48; }
.hero-2026-theme-social .hero-2026-subtitle { color: #004C48; }
.hero-2026-theme-social .hero-2026-tag-pill { background: #004C48; }
.hero-2026-theme-social .hero-2026-feature-card { background: #9DCBF050; border-color: #409eff6b; }
/*.hero-2026-theme-social .hero-2026-feature-title { color: #004C48; }*/
.hero-2026-theme-social .hero-2026-badge { color: #2E2F55; font-weight: 500; }

/* 3. Childcare Section (Purple Theme) */
.hero-2026-theme-childcare .hero-2026-title-main { color: #370A56; }
.hero-2026-theme-childcare .hero-2026-subtitle { color: #370A56; }
.hero-2026-theme-childcare .hero-2026-tag-pill { background: #370A56; }
.hero-2026-theme-childcare .hero-2026-tag-text { color: #370A56; }
.hero-2026-theme-childcare .hero-2026-feature-card { background: #9DCBF045; border-color: #9DCBF0; }
/*.hero-2026-theme-childcare .hero-2026-feature-title { color: #441466; }*/
.hero-2026-theme-childcare .hero-2026-badge { color: #2E2F55;}

/* 4. childD Section (Purple Theme) */
.hero-2026-theme-childD .hero-2026-title-main { color: #441466; font-size: 90px;}
.hero-2026-theme-childD .hero-2026-title-main .hero-2026-title-main-sub {color: #441466;font-family: 'BookkMyungjo' ,'SunBatang','Song Myung', serif; font-size: 0.5em; }
.hero-2026-theme-childD .hero-2026-subtitle { color: #441466; }
.hero-2026-theme-childD .hero-2026-tag-pill { background: #441466; }
.hero-2026-theme-childD .hero-2026-tag-text { color: #441466; }
.hero-2026-theme-childD .hero-2026-feature-card { background: #9DCBF045; border-color: #9DCBF0; }
/*.hero-2026-theme-childD .hero-2026-feature-title { color: #441466; }*/
.hero-2026-theme-childD .hero-2026-badge { color: #2E2F55;}

/* 5. Psychology Section (Purple Theme) */
.hero-2026-theme-psychology .hero-2026-title-main { color: #004C73; }
.hero-2026-theme-psychology .hero-2026-subtitle { color: #2E2F55; }
.hero-2026-theme-psychology .hero-2026-tag-pill { background: #004C73; }
.hero-2026-theme-psychology .hero-2026-tag-text { color: #004C73; }
.hero-2026-theme-psychology .hero-2026-feature-card { background: #3E98EC14; border-color: #6A8ADC30; }
/*.hero-2026-theme-psychology .hero-2026-feature-title { color: #05295B; }
.hero-2026-theme-psychology .hero-2026-feature-desc { color: #05295B; }*/
.hero-2026-theme-psychology .hero-2026-badge { color: #2E2F55;}


/* 6. business Section (Purple Theme) */
.hero-2026-theme-business .hero-2026-title-main { color: #05295B; }
.hero-2026-theme-business .hero-2026-subtitle { font-size: 40px; color: #05295B; }
.hero-2026-theme-business .hero-2026-tag-pill { background: #05295B; }
.hero-2026-theme-business .hero-2026-tag-text { color: #05295B; }
.hero-2026-theme-business .hero-2026-feature-card { background: #9DCBF045; border-color: #9DCBF0; }
/*.hero-2026-theme-business .hero-2026-feature-title { color: #05295B; }*/
.hero-2026-theme-business .hero-2026-badge {color: #2E2F55;}



/* 6. CPA Section (Purple Theme) */
.hero-2026-theme-CPA .hero-2026-title-main { color: #05295B; }
.hero-2026-theme-CPA .hero-2026-subtitle { font-size: 40px; color: #05295B; }
.hero-2026-theme-CPA .hero-2026-tag-pill { background: #05295B; }
.hero-2026-theme-CPA .hero-2026-tag-text { color: #05295B; }
.hero-2026-theme-CPA .hero-2026-feature-card { background: #9DCBF045; border-color: #9DCBF0; }
/*.hero-2026-theme-CPA .hero-2026-feature-title { color: #441466; }*/
.hero-2026-theme-CPA .hero-2026-badge {color: #2E2F55;}



/* 6. IT Section (Purple Theme) */
.hero-2026-theme-IT .hero-2026-title-main { color: #0B1492; }
.hero-2026-theme-IT .hero-2026-subtitle { font-size: 40px; color: #09182C;line-height:1.3;}
.hero-2026-theme-IT .hero-2026-tag-pill { background: #441466; }
.hero-2026-theme-IT .hero-2026-tag-text { color: #441466; }
.hero-2026-theme-IT .hero-2026-feature-card { background: #9DCBF045; border-color: #9DCBF0; }
/*.hero-2026-theme-IT .hero-2026-feature-title { color: #441466; }*/
.hero-2026-theme-IT .hero-2026-badge { color: #2E2F55;}


/* 7. Beauty Section (Purple Theme) */
.hero-2026-theme-beauty .hero-2026-title-main { color: #441466; }
.hero-2026-theme-beauty .hero-2026-subtitle { color: #441466; }
.hero-2026-theme-beauty .hero-2026-tag-pill { background: #441466; }
.hero-2026-theme-beauty .hero-2026-tag-text { color: #441466; }
.hero-2026-theme-beauty .hero-2026-feature-card { background: #fffafb; border-color: #ffe4e8; }
/*.hero-2026-theme-beauty .hero-2026-feature-title { color: #e91e63; }*/
.hero-2026-theme-beauty .hero-2026-badge { border: none !important}
.hero-2026-theme-beauty .hero-2026-badge-pink { color: #e91e63 !important; font-weight:500; font-size: 42px;font-family:'SCDream'; letter-spacing:-4px;}
.hero-2026-theme-beauty .hero-2026-nav-btn svg{ stroke: #e91e63 !important; }
.hero-2026-theme-beauty .hero-2026-subtitle-thin { font-size: 34px;color: #333}

/* 8. Liberal Arts Section (white Theme) */
.hero-2026-theme-liberalArts .hero-2026-title-main { color: #713217; }
.hero-2026-theme-liberalArts .hero-2026-subtitle { color: #4D1700; }
.hero-2026-theme-liberalArts .hero-2026-tag-pill { background: #4d2717; }
.hero-2026-theme-liberalArts .hero-2026-tag-text { color: #441466; }
.hero-2026-theme-liberalArts .hero-2026-feature-card { background: #9DCBF045; border-color: #9DCBF0; }
/*.hero-2026-theme-liberalArts .hero-2026-feature-title { color: #441466; }*/
.hero-2026-theme-liberalArts .hero-2026-badge {border: 1px solid #ffffff; padding: 15px 24px;}

/* LiberalArts: 첨부 이미지 스타일(프레임 박스) */
.hero-2026-theme-liberalArts .hero-2026-subtitle-frame{

}
.hero-2026-theme-liberalArts .hero-2026-subtitle-frame-top{

}
.hero-2026-theme-liberalArts .hero-2026-subtitle-frame-bottom{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.05;
	color:#000;
}

.hero-2026-tag-outline {
    background: #fff !important;
    border: 3px solid #005a4e;
    color: #005a4e !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-2026-tag-icon-plus {
    background: #005a4e;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
}


.hero-2026-badge-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 3px solid #ED8BC3;
    color: #512da8;
    padding: 5px 10px;
    border-radius: 100px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 20px;
}
.hero-2026-plus-pink {
    background: #ED8BC3;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    color: transparent; /* 텍스트 글리프 편차 제거(시각적으로 숨김) */
}

.hero-2026-plus-pink::before {
    content: '+';
    position: absolute;
    left: 50%;
    top: 46.3%;
    transform: translate(-50%, -50%);
    margin-top: -1px; /* +가 아래로 보이는 시각 보정 */
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.hero-2026-plus-text {
    padding-left: 0;
    font-size: 23px;
    font-weight: 300;
    color: #441466;  
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

/* Footer Partners */
.hero-2026-partners-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 10px 40px;
    border: 2px solid #f0f0f0;
    border-radius: 100px;
    background: #fafafa;
}

.hero-2026-partner-label {
    font-size: 15px;
    font-weight: 700;
    color: #777;
    width: 130px;
    text-align: left;
    line-height: 1.3;
}
.hero-2026-partner-label-br{display: block;}

.hero-2026-partner-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-grow: 1;
    justify-content: space-around;
    /*justify-content: center;*/
    
}

.hero-2026-partner-logos img {
    height: 40px;
    opacity: 0.9;
    width: 45% !important;
}

/* get-it-badge CSS BADGE STYLES - Replaces SVG */
.hero-2026-get-it-badge {
    /*position: absolute;
    top: -105px;
    right: 270px;*/
    width: 150px;
    height: 150px;
	position:absolute;
	right:-60px;
	top:60px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(to bottom, #e4f5fc 0%,#2ab0ed 100%);
    border-radius: 999px;
	border:4px solid #C1E8FA ;
}

/* Small Arrow (Tail) pointing down at the bottom-right corner */
.hero-2026-get-it-badge-wrapper {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
.hero-2026-get-it-badge::after {
    content: '';
    position: absolute;
    bottom: -23px;
    right: 24px;
    width: 30px;
    height: 25px;
    background: #b281f2;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: -1;
}
*/

.hero-2026-badge-text-overlay {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.hero-2026-badge-top-text {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    letter-spacing: -2px;
	line-height:1.3;
}

.hero-2026-badge-main-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.hero-2026-text-get {
    color: #723FC8;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1;
	margin-right:10px;
}

.hero-2026-text-it {
    color: #723FC8;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1;
}

.hero-2026-badge-bottom-text {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    letter-spacing: -2px;
	line-height:1.3;
}

/* get-it-badge CSS BADGE Styles */

/* Responsive */
@media (max-width: 1100px) {
    .hero-2026-nav-btn.hero-2026-prev { left: 10px; }
    .hero-2026-nav-btn.hero-2026-next { right: 10px; }
}

/* Responsive */
@media (max-width: 786px) {

    .hero-2026-badge {margin-top: 20vw; padding: 5px 10px; font-size: 20px;}
    .hero-2026-feature-grid { grid-template-columns: 1fr; gap: 10px; }
    .hero-2026-title-main { font-size: 55px; letter-spacing: 0px;}
    .hero-2026-hero-wrapper { padding: 60px 20px; margin: 0 10px; }
    .hero-2026-partners-footer { flex-direction: column; gap: 5px; border-radius: 30px; }
    .hero-2026-partner-label { text-align: center; width: 100%; }
    .hero-2026-partner-logos { flex-wrap: wrap; justify-content: center; gap: 0px; }
    .hero-2026-partner-logos img { width: 25% !important; height: 25px !important; }

    .hero-2026-badge-br{display: block;}

    .hero-2026-theme-IT .hero-2026-badge {}
    
    .hero-2026-theme-childD .hero-2026-title-main { font-size: 55px !important;}

	.hero-2026-get-it-badge {position:relative;width:70%;height:10vw;right:auto;padding:2vw 5vw;top:;bottom:5vw;border:2px solid #C1E8FA;}
	.hero-2026-badge-text-overlay{flex-direction: row;gap:1.5vw;}
	.hero-2026-badge-top-text {font-size: 4.5vw;}
	.hero-2026-text-get, .hero-2026-text-it {font-size:7vw;}
	.hero-2026-badge-bottom-text {font-size: 4.5vw;}
    .hero-2026-title-black { font-size: 80px;}

    .hero-2026-title-teal { 
        font-size: 60px; 
    }

    .hero-2026-tag-pill {font-size: 26px;}



    .hero-2026-theme-childD .hero-2026-tag-pill{font-size: 17px !important;}
    .hero-2026-theme-korean .hero-2026-tag-container{gap: 1px !important;}
    .hero-2026-theme-childD .hero-2026-tag-container{gap: 1px !important;}
    .hero-2026-theme-psychology .hero-2026-tag-container{gap: 1px !important;}
    .hero-2026-theme-business .hero-2026-tag-container{gap: 1px !important;}
    .hero-2026-theme-CPA .hero-2026-tag-container{gap: 1px !important;}
    .hero-2026-theme-IT .hero-2026-tag-container{gap: 1px !important;}
    .hero-2026-theme-beauty .hero-2026-tag-container{gap: 1px !important;}
    .hero-2026-theme-liberalArts .hero-2026-tag-container{gap: 1px !important;}


    /* socialwork 모바일: tag-container / tag-pill / tag-outline를 한 세트로 정리 */
    .hero-2026-theme-social .hero-2026-tag-container{
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-2026-theme-social .hero-2026-tag-pill{
        font-size: 18px;
        padding: 8px 14px !important;
        line-height: 1.1;
        white-space: nowrap;
    }
    .hero-2026-theme-social .hero-2026-tag-outline{
        font-size: 18px;
        padding: 2px 12px !important;
        line-height: 1.1;
        white-space: normal;
        width: 100%; /* 모바일: 다음 줄로 빠져서 전체 폭 차지 */
        max-width: 400px;
        justify-content: flex-start;
    }

    .hero-2026-theme-childcare .hero-2026-tag-container {gap:0px;}
    .hero-2026-theme-childcare .hero-2026-tag-text {font-size: 20px;}
    /* 모바일에서 feature-card를 이미지(왼쪽)와 텍스트(오른쪽)로 배치 */
    .hero-2026-feature-card {
        display: flex;
        align-items: center;
        gap: 0px;
        text-align: left;
        padding: 5px 25px;
    }

    .hero-2026-feature-icon {
        width: 80px;
        height: 80px;
        margin: 0;
        flex-shrink: 0;
    }

    .hero-2026-feature-title {
        margin: 0 0 2px 0; /* 기본 h3 여백 제거 + 간격 최소화 */
        font-size: 20px;
        line-height: 1.15;
    }

    .hero-2026-feature-desc {
        font-size: 14px;
        margin: 0; /* 기본 p 여백 제거 */
        line-height: 1.2;
    }

    /* 모바일: 아이콘을 오른쪽으로 */
    .hero-2026-feature-card{
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: 1fr 1fr; /* h3는 아래(end), p는 위(start) 정렬 가능하도록 */
        min-height: 80px; /* 아이콘 높이 기준 */
        column-gap: 16px;
        row-gap: 2px;
        align-items: start;
        align-content: start;
    }
    .hero-2026-feature-icon{
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: end;
        align-self: center;
    }
    .hero-2026-feature-title,
    .hero-2026-feature-desc{
        grid-column: 1;
    }
    .hero-2026-feature-title{ align-self: end; }
    .hero-2026-feature-desc{ align-self: start; }

    .hero-2026-feature-desc-small {font-size: 12px;}

    .hero-2026-partner-label-br{display: inline-block;}
    .hero-2026-subtitle-br{display:block;}

    /* socialwork 모바일: "실습 가능지역 확대" - grid로 + 아이콘 왼쪽 고정 + 텍스트 2줄 */
    .hero-2026-theme-social .hero-2026-tag-outline{
                text-align: left;
                max-width: 220px;
    }
    .hero-2026-theme-social .hero-2026-tag-outline .hero-2026-tag-icon-plus{
        grid-column: 1;
        grid-row: 1;
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    .hero-2026-theme-social .hero-2026-tag-outline b{
        display: inline-block;
        margin-top: 0px;
        line-height: 1.1;
    }
    
    
    .hero-2026-theme-korean .hero-2026-badge {font-size: 22px;}
    .hero-2026-theme-beauty .hero-2026-badge {font-size: 25px; border: none !important; color: #e91e63 !important;}
   /* .hero-2026-theme-childD .hero-2026-badge {font-size: 15px;}*/

    .hero-2026-theme-beauty .hero-2026-subtitle-pink { font-size: 23px !important; }
    .hero-2026-theme-beauty .hero-2026-subtitle-thin { font-size: 23px !important; }

    .hero-2026-theme-business .hero-2026-subtitle { font-size: 30px; }
    
    .hero-2026-theme-CPA .hero-2026-subtitle { font-size: 30px; }
    .hero-2026-theme-IT .hero-2026-subtitle { font-size: 30px; }
    .hero-2026-theme-liberalArts .hero-2026-badge{ font-size: 25px; }
    .hero-2026-theme-liberalArts .hero-2026-subtitle-frame{ padding: 22px 12px 14px; }
    .hero-2026-theme-liberalArts .hero-2026-subtitle-frame-top{ font-size: 20px; padding: 0 10px; }
    .hero-2026-theme-liberalArts .hero-2026-subtitle-frame-bottom{ font-size: 34px; }
}
