.manager-bg{background: url('../img/section_bg.png') #f9f9f9; padding: 0 0 100px 0 !important;font-family: 'NanumSquare'; text-align: center;}
.manager-box .main-text h1{font-size: 32px; color: #333;font-weight: 400;letter-spacing: -0.5px;margin: 30px 0 10px 0;line-height: 40px;}
.manager-box .main-text h1 b{color: #0862c1;font-weight: bold;}
.manager-box .main-text h1:before{content: '';display: block;width: 40px;height: 2px;border-radius: 0px;background: #13406f;margin: auto;margin-bottom: 30px;}
.manager-box .main-text h5{font-size: 16.5px; color: #777;letter-spacing: -0.5px;line-height: 24px;}
.manager-box .img-box{margin-top: 40px;display: inline-block;background: #fff;padding: 50px 30px 0px 30px;width: 850px;border: solid 1px #ddd;}
.manager-box .img-box > ul{font-size: 0; padding:0 10px;}
.manager-box .img-box > ul > li{ position:relative; min-height:325px; padding:0 0 30px 260px; margin-bottom: 30px;border-bottom: dotted 1px #aaa; text-align:left;}
.manager-box .img-box > ul > li:last-child{border-bottom: 0}
.manager-box .img-box > ul > li img { position:absolute; left:0; top:0; border:3px solid #adadad;width: 200px;height: 250px;}
.manager-box .img-box > ul > li h2 { padding:17px 0 15px; font-size:33px; color:#232425;font-family: 'NanumSquare';}
.manager-box .img-box > ul > li h2 span { font-size:22px;}
.manager-box .img-box > ul > li p { font-size:15px; color:#787878;}
.manager-box .img-box > ul > li div { position:relative; padding:58px 0 0;font-family: 'NanumGothic', '�굹�닎怨좊뵓', Helvetica, 'Apple SD Gothic Neo', Sans-serif;}
.manager-box .img-box > ul > li div:after { content:""; display:block; position:absolute; left:0; top:27px; width:54px; height:2px; background:#f3b92e;}
.manager-box .img-box > ul > li div strong { font-size:20px;}
.manager-box .img-box > ul > li div ul { padding:28px 0 0 ;}
.manager-box .img-box > ul > li div ul li { line-height:22px; font-size:15px; color:#202020;}


/*리뉴얼 26.05.07*/
/* 매니저 프로필 전용 스타일 */
.manager-profile-card {
    max-width: 940px;
    margin: 40px auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 40px;
    box-sizing: border-box;
    /* font-family: 'Pretendard', sans-serif; */
}

.profile-top-section {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.profile-image-wrapper {
    flex-shrink: 0;
    width: 240px;
}

.profile-image-wrapper img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.profile-info-wrapper {
    flex-grow: 1;
    text-align: left;
}

.name-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.name-row h2 {
    font-family: 'Pretendard', 'Cafe24Surround', sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 20px 0;
    color: #000;    
}

.name-row span {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-left: 8px;
}

.eng-name {
    position: relative;
    font-size: 14pt;
    color: #999;
    margin: 0 0 15px 0;
}

.eng-name::after {
content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 54px;
    height: 2px;
    background: #f3b92e;
}

.profile-badge {
    display: inline-block;
    background-color: #fff4e6;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 11pt;
    font-weight: 600;
    color: #444;
    margin: 30px 0 20px;
}

.profile-badge i {
    display: inline-block;
    margin-right: 5px;
}

.profile-badge-executives {
    margin: 85px 0;
}

.intro-summary {
    font-size: 11pt;
    line-height: 1.6;
    color: #555;
    padding-bottom: 25px;
    word-break: keep-all;
}

.quote-box strong {
    position: relative;
    display: block;
    padding: 40px 0;
    margin: 20px 0;    
    font-size: 19px;
    font-weight: 700;
    color: #111;
    word-break: keep-all;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.quote-box strong::before,
.quote-box strong::after {
    position: absolute;
    display: block;
    margin: 10px;
    font-size: 50px;
    color: #f39c12;
    font-family: Georgia, serif;
    opacity: 0.6;
}

.quote-box strong::before {
    content: '"';
    left: 0;
    top: 0;
}

.quote-box strong::after {
    content: '"';
    right: 0;
    bottom: 0;
    transform: rotate(180deg);    
}

.quote-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quote-box li {
    font-size: 11pt;
    color: #666;
    line-height: 1.6;
    word-break: keep-all;
}

/* 하단 자격 및 이력 */
.profile-bottom-section {
    padding-top: 30px;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.section-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 54px;
    height: 2px;
    background: #f3b92e;
}

.section-title h3 {
    font-size: 14pt;
    margin: 0;
}

.section-title span {
    font-size: 9pt;
    color: #bbb;
    letter-spacing: 1px;
}

.history-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.history-grid.items {
    grid-template-columns: 1fr 1fr 1fr;
}

.history-item {
    text-align: center;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}

.item-icon {
    font-size: 24pt;
    margin-bottom: 10px;
}
.item-icon img {
    display: block;
    margin: auto;
    width: 60px;
}
.item-text {
    font-weight: 700;
    font-size: 12pt;
    color: #111;
}

.item-subtext {
    font-size: 10pt;
    color: #888;
    margin-top: 5px;
}

/* 반응형 (모바일) */
@media (max-width: 768px) {
    .profile-top-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .profile-image-wrapper {
        width: 100%;
        max-width: 280px;
    }
    .eng-name {
        text-align: center;
    }
    .eng-name::after {
        left: 50%;
        margin-left: -27px;
    }   
    .name-row {
        justify-content: center;
    }
    .history-grid,
    .history-grid.items {
        grid-template-columns: 1fr;
    } 
}