/* BASIC css start */
#institute{
    display: flex;
    gap: 104px;
    font-size:inherit;
    margin-top: 96px;}

/* =========================================
   Design Tokens (ÀÏ°ü¼º À¯Áö¿ë)
========================================= */
:root {
    --font-main: "Pretendard", sans-serif;
    --color-text: #222;
    --color-sub: #666;
    --color-border: #ddd;
    --color-accent: #b40000;
    --color-dark: #111;
    --color-light-bg: #f9f9f9;

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;

    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 60px;
}

/* ±âº» ¸®¼Â */
* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    color: var(--color-text);
}

#institute img {
    max-width: 100%;
    display: block;
}

/* =========================================
   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;
    display: flex;
    align-items: center;
    margin: 120px 0;
}

.left-panel {
}

.main-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: var(--space-xs);
}

.stage-number {    font-size: 38px;
    font-weight: 800;
    color: #999999;
    margin-bottom: 96px;
}

.separator {
    width: 80%;
    height: 2px;
    background: #000;
    margin: var(--space-md) 0;
}

.right-panel {
    text-align: center;
    padding: 107px 0 107px 56px;
    height: 536px;
}

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

.circle-box {    width: 126px;
    height: 126px;
    border-radius: 50%;
    border: 1px solid #AD0F0A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    background: #fff;
    line-height: 26px;
    font-weight: 700;
}

.exam-box {
    background: #fff;
}

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

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

/* =========================================
    4) Curriculum Header (Áß¾ÓÁ¤·Ä)
========================================= */

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

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

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

/* ¼ÒÁ¦¸ñ */
.curriculum-header h1 {
    font-size: 20px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 40px;
}

/* ¼³¸í¹® */
.curriculum-header .intro-text {
    font-size: 17px;
    line-height: 1.7;
    color: #222;
    white-space: pre-line; /* ³Ê°¡ ÁÙ¹Ù²Þ Æ÷ÇÔÇØ¼­ ½èÀ¸´Ï±î À¯Áö */
}

/* ===== ÁøÇà °úÁ¤(stage-flow) ===== */
.tea-curriculum-page .stage-flow {
    display: flex;
    justify-content: center;
    /* gap: 30px; */
    flex-wrap: wrap;
    padding: 90px 30px;
    margin: 48px 56px;
    background: #fff;
    border: 1px solid #DDDDDD;
}

/* °¢ ½ºÅÜ */
.stage-flow .flow-item {
    flex: 1;
    text-align: center;
}

/* ¹øÈ£ ¿øÇü */
.stage-flow .step-number {    width: 46px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 32px;
    font-size: 13px;
    font-weight: 700;
}

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

/* »ó¼¼ ³»¿ë */
.stage-flow .step-detail {    font-size: 16px;
    color: #858585;
    line-height: 22px;
    font-weight: 400;
}

/* È­»ìÇ¥ */
.stage-flow .arrow {
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #000;
    padding: 0;
    font-weight: 100;
}


/* =========================================
    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 {    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0 64px;
    font-family: 'Pretendard', sans-serif;
    color: #000;
    margin-top: 48px;
    background: #fff;
}

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

.program-info-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.program-desc {text-align: center;
    line-height: 31px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 64px;
    font-weight: 400;
}

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

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

/* Ä¿¸®Å§·³ Á¦¸ñ ¹Ù */
.curriculum-title-bar {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 64px 0;
    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;
    margin-bottom: 48px;
    padding: 0 56px;
}

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

.info-label {    font-size: 14px;
    min-width: 57px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto 20px auto;
    background: #EEEEEE;
    border-radius: 32px;
    color: #000;
    font-weight: 700;
    max-width: max-content;
    padding: 0 16px;
}


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

.info-detail {
    font-size: 14px;
    color: #666;
}

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

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

/* ±³À° ³»¿ë ±×¸®µå */
.curriculum-details-grid {    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    column-gap: 0;
    margin-bottom: 60px;
    width: 848px;
    margin: auto;
    justify-items: start;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 48px;
}
.curriculum-details-grid .grid-item{
    margin-bottom: 44px;
    width: 204px;
    text-align: left;
    padding: 0 24px;
    border-right: 1px solid #DDDDDD;}

.curriculum-details-grid .grid-item:nth-child(4),
.curriculum-details-grid .grid-item:nth-child(7){border-right:0}

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

.detail-number {
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: 800;
    margin-bottom: 28px;
}

.detail-title {width:180px;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.detail-desc {    font-size: 16px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    display: block;
}

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

/* ÀÚ°Ý½ÃÇè */
.program-info-section {
    margin-top: 20px;
}
.program-info-section .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: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
}

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

/* =========================================
    7) Certification List
========================================= */
.certification-list {
    padding-left: 20px;
    margin: 10px 0 40px;
    line-height: 1.7;
}

/* =========================================
    8) Textbook Section
========================================= */
.textbook-section {
    width: 960px;
    margin-top: 24px;
    padding: 64px 0 80px;
    text-align: center;
    background: #fff;
    margin: 24px auto 104px;
}
.textbook-section h3{
    font-size: 36px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 48px;}

.book-images-container {
    display: flex;
    justify-content: center;
    gap: 156px;
    margin-top: 64px;
}

.book-item p {    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    margin-top: 32px;
}

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

.contact-footer {
    padding: 0;
    width: 960px;
    margin: auto;
    padding-bottom: 80px;
}

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

.contact-grid {    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    background: #fff;
}

.contact-grid .contact-item{
    padding: 0 48px;
    margin: 56px 0;
    border-right: 1px solid #DDDDDD;}

.contact-grid .contact-item:nth-last-child(1){
    border-right: 0}


.contact-grid .contact-item p{    margin-bottom: 8.5px !important;
    padding: 0;
    margin: 10px 0;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    display: flex;
    gap: 6px;
    align-items: center;}


.contact-item h4 {    font-size: 32px;
    margin-bottom: var(--space-sm);
    font-weight: 800;
    color: #000;
}
.contact-item h4:after{    content: "-";
    font-sizE: 0;
    width: 24px;
    height: 3px;
    display: block;
    background: #000;
    margin: 32px 0;}

/* BASIC css end */

