/* BASIC css start */
/* ¹è³Ê */
.bnr img{width:100%}
    
#header { display:none !important; }
body #header3{ display:block !important; position: fixed; top: 0; z-index: 99; }
body #header3 img {}

#header3 .headerBottom h1 {
    padding: 0;
    line-height: 1;
    font-size: inherit;
}    
    
.program-container{}
.program-container .txt{padding:28px 24px 80px}

.program-container .txt h1{
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;}
    
.program-container .txt h1 em{color:#999}
.program-container .txt .subtit{
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 24px;}
    
.program-container .txt .context{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;}
    
/* =========================================
   1) »ó´Ü ºñÁÖ¾ó
========================================= */
.program-container {
    position: relative;
}

.program-container .program-visual {
    width: 100%;
    display: block;
}

.image-overlay-text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 10px rgba(0,0,0,0.45);
    letter-spacing: -0.5px;
}

/* =========================================
   2) ¸ðÁý ¾È³» ÅØ½ºÆ®
========================================= */
.text-content {
    padding: var(--space-xl) 20px;
    text-align: center;
}

.sub-heading {
    font-size: 28px;
    margin-bottom: var(--space-sm);
    font-weight: 700;
}

.recruitment-info p {
    font-size: 17px;
    max-width: 750px;
    margin: 0 auto;
    color: var(--color-sub);
}

/* =========================================
    3) ÁÂ¿ì ÆÐ³Î (1´Ü°è ¼Ò°³)
========================================= */
.tea-stage-program {
    border: 1px solid #DDDDDD;
    margin: 0 24px 80px;}

.left-panel {
}

.main-title {    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.stage-number {  
    font-weight: 800;
    color: #999999;
}


.separator {    width: 16px;
    height: 2px;
    background: #000;
    display: block;
    margin: 32px 0;
}

.right-panel {
    padding: 32px 24px;
}

.flow-container {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
}
.flow-container .flow-item{display:flex;
    align-items: center;}

.circle-box {     border-radius: 50%;
    border: 1px solid #AD0F0A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
    background: #fff;
    font-weight: 700;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    padding: 20px;
}

.exam-box {
    background: #fff;
}

.plus-sign {
    font-size: 22px;
    color: #AD0F0A;
    padding: 0 3.5px;
}

.tea-curriculum-page{background:#FAFAFA}

.tea-curriculum-page .program-info-section{
    padding: 40px 0;
    color: #000;
    background: #fff;
    margin: 64px 24px 0 24px;
    border: 0;}
    
/* =========================================
    4) Curriculum Header (Áß¾ÓÁ¤·Ä)
========================================= */

.curriculum-header {    text-align: center;
    margin: 0 auto 80px auto;
    padding-top: 64px;
}

/* »ó´Ü ¾ÆÀÌÄÜ + Curriculum */
.curriculum-header .logo-text {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.curriculum-header .logo-text img {
    width: 25px;
    height: 25px;
}

/* ¼ÒÁ¦¸ñ */
.curriculum-header h1 {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-bottom: 32px;
    line-height: 1;
    }

/* ¼³¸í¹® */
.curriculum-header .intro-text {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin: 0 24px 64px;
    line-height: 26px;
    text-align: left;
}

/* ===== ÁøÇà °úÁ¤(stage-flow) ===== */
.tea-curriculum-page .stage-flow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 24px;
}

/* °¢ ½ºÅÜ */
.stage-flow .flow-item {
    position: relative;
    flex: 1;
    text-align: center;
    border: 1px solid #DDDDDD;
    background: #fff;
    padding: 48px 0 40px;
}

/* ¹øÈ£ ¿øÇü */
.stage-flow .step-number {    width: 36px;
    height: 26px;
    line-height: 26px;
    border-radius: 32px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: -13px;
}

/* Å¸ÀÌÆ² */
.stage-flow .step-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* »ó¼¼ ³»¿ë */
.stage-flow .step-detail {     font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-top: 0 !important;
    font-weight: 400;
}

/* È­»ìÇ¥ */
.stage-flow .arrow {display:none;
}


/* =========================================
    5) ´Ü°è ÇÃ·Î¿ì (01~04)
========================================= */
.stage-flow {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: var(--space-lg) 10px;
}

.step-number {
    font-size: 26px;
    font-weight: 800;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
}

.step-detail {
    font-size: 14px;
    margin-top: 4px;
    color: var(--color-sub);
}

.arrow {
    font-size: 34px;
    color: #aaa;
}

/* =========================================
    6) Program Info & Grid
========================================= */
/* °øÅë */
.program-info-section {     margin: 0 auto;
    padding: 40px 0 64px;
    color: #000;
    margin-top: 64px;
    background: #fff;
}

/* »ó´Ü ÅØ½ºÆ® */
.section-label {        text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 400;
}

.program-info-section h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 24px;
    line-height: 1.3;
    font-weight: 800;
}

.program-desc {    text-align: center;
    line-height: 23px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 400;
}

/* ³ÐÀº ÀÌ¹ÌÁö */
.wide-image-placeholder {
    width: 100%;
    margin: 0 auto 30px;
}

.program-wide-image {
    width: 100%;
    display: block;
}

/* Ä¿¸®Å§·³ Á¦¸ñ ¹Ù */
.curriculum-title-bar {    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 32px;
    line-height: 1;
}

.curriculum-title-bar span {
    color: #000000;
    margin: 0;
    font-size: 26px;
}

/* Á¤º¸ 2Ä­ ¹Ú½º */
.info-boxes-container {    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 0 16px;
    flex-direction: column;
}

.info-boxes-container.half{
    display: flex;
    flex-direction: row;}

.info-box-half {    flex: 1;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
}

.info-label {     font-size: 12px;
    width: 82px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto 20px auto;
    background: #EEEEEE;
    border-radius: 32px;
    color: #000;
    font-weight: 700;
    display: block;
}


.info-value {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

.info-detail {    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1;
}

.info-value-highlight {
    font-size: 16px;
    font-weight: 800;
    color: #000;
}

/* "±³À°³»¿ë" */
.section-label-small {
    text-align: center;
    font-size: 12px;
    margin: 24px auto 20px;
}

/* ±³À° ³»¿ë ±×¸®µå */
.curriculum-details-grid { 
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 16px;
}
.curriculum-details-grid .grid-item{
    border-bottom: 1px solid #eee;
    width: calc(50% - 33px);
    padding: 14px 16px 14px;
    text-align: left;
    border-right: 1px solid #eee;
}

.curriculum-details-grid .grid-item:nth-child(7){border-bottom:0}
.curriculum-details-grid .grid-item:nth-child(2n){border-right:0}

.grid-item {
    text-align: center;
}

.detail-number {    display: block;
    font-weight: 400;
    margin-bottom: 22px;
    height: 20px;
    width: 30px;
    line-height: 20px;
    background: #000;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: -.5px;
    font-size: 11px;
}

.detail-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
}

.detail-desc { font-size: 13px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    padding-top: 4px;
}

.full-width {
    grid-column: span 4;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

/* ÀÚ°Ý½ÃÇè */
.cert-label {
    margin-top: 20px;
}
.cert-label .certification-list {    padding-left: 20px;
    line-height: 27px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 48px;
    max-width: 848px;
    margin: 10px auto 64px;
}

/* ¸¶Áö¸· ¹®±¸ */
.final-cert-text {  
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 25px
}

.final-cert-text em,
.final-cert-text strong,
.final-cert-text b {
    color: #AD0F0A;
}

/* =========================================
    7) Certification List
========================================= */
.certification-list {
    margin: 0px 16px 24px;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}


.certification-list li{display:flex}


/* =========================================
    8) Textbook Section
========================================= */
.textbook-section {
    padding: 40px 20px 40px;
    text-align: center;
    background: #fff;
    margin: 24px 24px 0;
}
.textbook-section h3{    font-size: 26px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 24px;}

.book-images-container {    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
    padding: 0 16px;
}

.book-item p {      font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 19px;
    margin-top: 20px;
    word-break: keep-all;
}

.textbook-desc{    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;}
.textbook-desc em{    display: block;
    margin-top: 6px;
    color: #AD0F0A;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;}

.contact-footer {
    margin: 64px 24px 0;
    padding-bottom: 64px;
}

.section-separator {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-weight: 500;
    line-height: 1;
}

.contact-grid {     display: flex;
    margin-top: 32px;
    background: #fff;
    flex-direction: column;
    text-align: center;
}
.contact-grid .contact-item:nth-child(1){margin: 40px 24px 28px}

.contact-grid .contact-item{ 
    margin: 0 24px 28px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;}

.contact-grid .contact-item:nth-last-child(1){    border-right: 0;
    border-bottom: 0;
    margin-bottom: 40px;
    padding-bottom: 0;}


.contact-grid .contact-item p{     margin-bottom: 8.5px !important;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;}
    
.contact-grid .contact-item p img{width:auto !Important}

.contact-item h4 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px
}
.contact-item h4:after{
    content: "-";
    font-sizE: 0;
    width: 24px;
    height: 3px;
    display: none;
    background: #000;
    margin: 32px 0;}

/* BASIC css end */

