/* ==========================================================
   關於學院 (aboutus_new.html) 專屬樣式
   ========================================================== */

/* 整頁寬度上限（桌機）*/
body {
    max-width: 1920px;
    margin: 0 auto;
}

/* ---------- 通用：section title 變體 ---------- */
.section-title-center.light {
    color: #fff;
    font-size: clamp(32px, 3.4vw, 70px);
    line-height: 1.3;
}

/* ==========================================================
   Section 1：成立精神
   ========================================================== */
.about-intro {
    background: #fff !important;
    color: #333;
    padding: 80px 0 80px;
}
/* 蓋掉 training-intro 的深藍背景圖、deco 樹枝 */
.about-intro::before,
.about-intro::after {
    display: none !important;
}
.about-intro .intro-deco {
    display: none !important;
}

.about-intro .intro-title {
    color: #004a89;
    text-align: center;
    margin-bottom: 56px;
}

.about-intro .intro-desc {
    color: #333;
    max-width: 1600px;
    margin: 0 auto;
}

.about-intro .intro-desc p {
    color: #333;
    text-align: left;
    margin-bottom: 14px;
}

/* 內文與「學院以...」之間的藍色橫線 */
.principle-divider {
    border: 0;
    height: 1px;
    background: #004a89;
    margin: 36px auto 28px;
    max-width: 1600px;
}

.principle-bridge {
    margin: 0 auto 32px;
    max-width: 1600px;
    text-align: left;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(16px, 1.3vw, 26px);
    color: #004a89;
    font-weight: 500;
    line-height: 1.8;
}
.principle-bridge strong {
    color: #004a89;
    font-weight: 700;
}

.principle-cards {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 0;
    max-width: 1600px;
    margin: 0 auto;
}

.principle-card-block {
    text-align: left;
}

/* 深藍實心圓角矩形 pill */
.principle-card {
    background: #004a89;
    color: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(20px, 1.7vw, 28px);
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.4;
    text-align: center;
    box-shadow: 0 6px 14px rgba(0, 74, 137, 0.18);
}

.principle-card-desc {
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(16px, 1.3vw, 22px);
    color: #000;
    line-height: 1.7;
    margin: 16px 0 0;
    text-align: center;
}

/* 卡片之間的藍色實線箭頭 */
.principle-arrow {
    align-self: start;
    margin-top: 30px;
    width: 44px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}
.principle-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    right: 12px;
    border-top: 2px solid #004a89;
    transform: translateY(-50%);
}
.principle-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #004a89;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.principle-conclusion {
    margin: 56px auto 0;
    max-width: 1600px;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 36px;
    color: #004a89;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 1px;
}

/* ==========================================================
   Section 2：國際肯定
   ========================================================== */
.recognition-section {
    background: #004a89;
    color: #fff;
    padding: 100px 0 110px;
}

.recognition-section .container {
    max-width: 1600px;
    padding: 0 24px;
    margin: 0 auto;
}

.recognition-subtitle {
    text-align: center;
    color: #d6e6f2;
    font-size: clamp(18px, 1.3vw, 24px);
    margin: 0 0 56px;
    letter-spacing: 1px;
}

.recognition-headline {
    padding: 0;
    margin: 0 auto 36px;
}

.recognition-award {
    margin: 0;
    font-size: clamp(20px, 1.5vw, 28px);
    line-height: 1.7;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.recognition-award strong {
    color: #fff;
    font-weight: 700;
}

.recognition-bullet {
    color: #fff;
    flex-shrink: 0;
    line-height: inherit;
}

.recognition-award-text {
    flex: 1;
    text-align: justify;
}

.pc-break {
    display: inline;
}
@media (max-width: 767px) {
    .pc-break {
        display: none;
    }
}

.recognition-quote {
    background: #3387CF;
    border-radius: 32px;
    padding: 40px 50px;
    margin: 0 auto 70px;
}

.recognition-quote-text {
    margin: 0;
    font-size: clamp(18px, 1.3vw, 24px);
    line-height: 1.85;
    letter-spacing: 0.5px;
    color: #fff;
}

.recognition-about {
    margin: 0 auto 70px;
}

.recognition-about-title {
    color: #FAC13E;
    font-size: clamp(22px, 1.7vw, 30px);
    margin: 0 0 16px;
    font-weight: 700;
}

.recognition-about-text {
    margin: 0;
    color: #e3eef9;
    font-size: clamp(18px, 1.3vw, 24px);
    line-height: 1.85;
}

.recognition-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.recognition-photo {
    margin: 0;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.recognition-photo img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background: #fff;
    display: block;
}

.recognition-photo figcaption {
    padding: 20px 24px 24px;
    background: #fff;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.recognition-photo figcaption strong {
    color: #004A89;
    font-weight: 700;
    font-size: clamp(18px, 1.4vw, 24px);
}

.recognition-photo figcaption span {
    color: #3387CF;
    font-size: clamp(15px, 1.1vw, 18px);
}

/* ==========================================================
   Section 3：學院組織
   ========================================================== */
.org-section {
    background: #fff;
    padding: 60px 0 60px;
}
.org-section .container {
    max-width: 1600px;
    padding: 0 24px;
    margin: 0 auto;
}

.org-title {
    color: #004a89 !important;
    font-size: clamp(32px, 3.4vw, 70px);
    line-height: 1.3;
    margin-bottom: 32px;
}

/* 內層白底裝卡片區 */
.org-inner {
    background: #fff;
    border-radius: 6px;
    padding: 40px 50px 40px;
    color: #fff;
}

.org-inner .org-intro,
.org-inner .org-conclusion {
    color: #004a89;
    font-size: clamp(20px, 1.6vw, 28px);
    font-weight: 500;
}

.org-intro {
    text-align: center;
    color: #fff;
    margin: 0 auto 28px;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.7;
}

.org-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 1400px;
    margin: 0 auto;
}

.org-card {
    background: linear-gradient(180deg, #004A89 0%, #2C80C8 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    padding: 26px 32px;
    color: #fff;
    grid-column: span 2;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.org-card-large {
    grid-column: span 3;
    min-height: 220px;
}

.org-card h3 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(24px, 1.9vw, 34px);
    margin: 0 0 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.org-card p {
    margin: 0;
    color: #d6e6f2;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.6;
}

.org-conclusion {
    text-align: center;
    color: #fff;
    margin: 28px auto 0;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.7;
}

/* ==========================================================
   Section 4：董事、監察人名單
   ========================================================== */
.committee-section {
    background: #fff;
    padding: 70px 0 90px;
}
.committee-section .container {
    max-width: 1600px;
    padding: 0 24px;
    margin: 0 auto;
}

.committee-title {
    color: #004a89 !important;
    font-size: clamp(32px, 3.4vw, 70px);
    line-height: 1.3;
    margin-bottom: 72px;
}

.committee-table-wrapper {
    margin: 72px auto 0;
    overflow-x: auto;
    max-width: 1400px;
}

.committee-table {
    width: 100%;
    border-collapse: collapse;
    color: #222;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(17px, 1.3vw, 22px);
}

.committee-table thead th {
    background: transparent;
    font-weight: 400;
    text-align: center;
    padding: 18px 12px;
    font-size: clamp(18px, 1.4vw, 24px);
    border-bottom: 1px solid #3387CF;
}

.committee-table thead th:nth-child(1) { color: #4B4B4B; }
.committee-table thead th:nth-child(2) { color: #000; }
.committee-table thead th:nth-child(3) { color: #3387CF; }
.committee-table thead th:nth-child(4) { color: #000; font-weight: 400; }

.committee-table tbody td {
    padding: 16px 12px;
    text-align: center;
    line-height: 1.6;
    color: #222;
    background: #fff;
    border-bottom: 1px solid #3387CF;
}

.committee-table tbody td:first-child {
    color: #4B4B4B;
    font-weight: 500;
    width: 140px;
    text-align: center;
}

.committee-table tbody td:nth-child(2) {
    font-weight: 700;
    color: #000;
    text-align: center !important;
}
.committee-table thead th:nth-child(2),
.committee-table tbody td:nth-child(2) {
    width: 180px;
}

.committee-table tbody td:nth-child(3) {
    text-align: center;
    color: #3387CF;
}

.committee-table tbody td:nth-child(4) {
    width: 200px;
    color: #000;
    text-align: center;
}

/* ==========================================================
   Section 5/6：董事長 / 院長 簡歷
   ========================================================== */
.profile-section {
    background: #fff;
    padding: 80px 0;
}

.profile-section + .profile-section {
    padding-bottom: 200px;
}

.profile-section .container {
    max-width: 1600px;
    padding: 0 24px;
    margin: 0 auto;
}

.profile-title {
    color: #004a89 !important;
    font-size: clamp(32px, 3.4vw, 70px);
    line-height: 1.3;
    margin-bottom: 96px;
}

.profile-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
    align-items: stretch;
    margin: 60px 70px 24px;
}

.profile-photo {
    position: relative;
    display: flex;
    flex-direction: column;
}

.profile-tenure {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 12px;
    color: #004a89;
    font-weight: 500;
    font-size: clamp(36px, 2.6vw, 48px);
    text-align: left;
    white-space: nowrap;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 74, 137, 0.12);
    background: #e8eef5;
    display: block;
}

.profile-name {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 32px 0 0;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(22px, 1.7vw, 28px);
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
}

.profile-content {
    padding-top: 0;
}

.profile-headline {
    background: #fff;
    color: #004a89;
    border: 2px solid #004a89;
    border-radius: 14px;
    padding: 22px 32px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(22px, 1.7vw, 30px);
    font-weight: 700;
    margin: 0 0 28px;
    letter-spacing: 1px;
    display: block;
}

.profile-detail-card {
    background: #ececec;
    border-radius: 14px;
    padding: 28px 36px;
}

.profile-detail-divider {
    border: 0;
    height: 1px;
    background: #c8c8c8;
    margin: 22px 0 22px;
}

.profile-experience {
    margin: 22px 0;
}

.profile-experience h4 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(18px, 1.3vw, 22px);
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

.profile-experience ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.profile-experience li {
    font-size: clamp(16px, 1.2vw, 20px);
    color: #444;
    line-height: 1.95;
    position: relative;
}
.profile-experience li::before {
    content: '・';
    position: absolute;
    left: -16px;
}

.profile-summary {
    margin: 24px 0 0;
    font-size: clamp(16px, 1.2vw, 20px);
    color: #444;
    line-height: 1.95;
    font-weight: 700;
}

/* ==========================================================
   平板 (1024px)
   ========================================================== */
@media (max-width: 1024px) {
    /* ---- Section 1: 成立精神 ---- */
    .about-intro {
        padding: 60px 0 60px;
    }
    .about-intro .intro-title {
        margin-bottom: 36px;
    }
    .principle-bridge {
        margin: 24px 24px 24px;
    }
    .principle-cards {
        gap: 0;
        padding: 0 16px;
    }
    .principle-card {
        padding: 14px 14px;
        font-size: clamp(16px, 2.2vw, 22px);
        letter-spacing: 0.5px;
        border-radius: 14px;
    }
    .principle-card-desc {
        font-size: clamp(13px, 1.5vw, 16px);
        margin-top: 14px;
    }
    .principle-arrow {
        margin-top: 22px;
        width: 28px;
    }
    .principle-arrow::before {
        left: 4px;
        right: 8px;
    }
    .principle-arrow::after {
        right: 2px;
    }
    .principle-conclusion {
        margin-top: 40px;
        font-size: clamp(20px, 2.6vw, 28px);
    }

    /* ---- Section 2: 國際肯定 ---- */
    .recognition-section {
        padding: 70px 0 80px;
    }
    .recognition-section .container {
        padding: 0 32px;
    }
    .recognition-quote {
        padding: 28px 32px;
    }
    .recognition-photos {
        gap: 24px;
    }

    /* ---- Section 3: 學院組織 ---- */
    .org-section {
        padding: 50px 0 50px;
    }
    .org-section .container {
        max-width: 1600px;
        padding: 0 0px;
        margin: 0 auto;
    }
    .org-inner {
        padding: 32px 28px;
    }
    .org-inner .org-intro,
    .org-inner .org-conclusion {
        letter-spacing: -0.3px;
        line-height: 1.6;
    }
    .org-cards {
        gap: 10px;
    }
    .org-card {
        padding: 18px 22px;
        min-height: 160px;
    }
    .org-card-large {
        min-height: 160px;
    }
    .org-card h3 {
        font-size: clamp(20px, 2.4vw, 26px);
    }

    /* ---- Section 4: 董監名單 ---- */
    .committee-section {
        padding: 60px 0 70px;
    }
    .committee-table-wrapper {
        margin-top: 56px;
    }
    .committee-title {
        margin-bottom: 56px;
    }
    .committee-table thead th,
    .committee-table tbody td {
        padding: 12px 8px;
    }
    .committee-table tbody td:first-child,
    .committee-table thead th:first-child {
        width: 100px;
    }
    .committee-table tbody td:nth-child(2),
    .committee-table thead th:nth-child(2) {
        width: 130px;
    }
    .committee-table tbody td:nth-child(4),
    .committee-table thead th:nth-child(4) {
        width: 150px;
    }

    /* ---- Section 5/6: 簡歷 ---- */
    .profile-section {
        padding: 60px 0;
    }
    .profile-section + .profile-section {
        padding-bottom: 140px;
    }
    .profile-title {
        margin-bottom: 70px;
    }
    .profile-card {
        grid-template-columns: 220px 1fr;
        gap: 36px;
        margin: 50px 32px 24px;
    }
    .profile-tenure {
        font-size: clamp(28px, 3vw, 40px);
        margin-bottom: 10px;
    }
    .profile-name {
        font-size: clamp(20px, 2.2vw, 24px);
        margin-top: 28px;
    }
    .profile-headline {
        padding: 18px 26px;
        font-size: clamp(20px, 2.4vw, 26px);
        margin-bottom: 22px;
    }
    .profile-detail-card {
        padding: 24px 28px;
    }
}

/* ==========================================================
   手機 (767px)
   ========================================================== */
@media (max-width: 767px) {
    /* ---- Section 1: 成立精神 ---- */
    .about-intro {
        padding: 40px 0 50px;
    }
    .about-intro .intro-title {
        margin-bottom: 28px;
    }
    .about-intro .intro-desc p {
        font-size: 15px;
        line-height: 1.85;
    }
    .principle-divider {
        margin: 28px 0 24px;
    }
    .principle-bridge {
        margin: 0 0 20px;
        font-size: 16px;
    }

    /* 3 卡直排（置中） */
    .principle-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 16px;
    }
    .principle-card-block {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .principle-card {
        font-size: 18px;
        padding: 16px 20px;
        border-radius: 14px;
    }
    .principle-card-desc {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
    }
    /* 箭頭隱藏（直排不需要橫向連接）*/
    .principle-arrow {
        display: none;
    }

    .principle-conclusion {
        margin: 36px 0 0;
        font-size: 16px;
        line-height: 1.7;
        text-align: justify;
    }

    /* ---- Section 2: 國際肯定 ---- */
    .recognition-section {
        padding: 50px 0 60px;
    }
    .recognition-section .container {
        padding: 0 20px;
    }
    .recognition-subtitle {
        font-size: 14px;
        margin: 0 0 32px;
    }
    .recognition-award {
        font-size: 16px;
    }
    .recognition-award-sub {
        padding-left: 26px;
        font-size: 14px;
    }
    .recognition-quote {
        padding: 24px 22px;
        border-radius: 20px;
        margin-bottom: 50px;
    }
    .recognition-quote-text {
        font-size: 15px;
    }
    .recognition-about-title {
        font-size: 20px;
    }
    .recognition-about-text {
        font-size: 15px;
    }

    /* 3 照片直排（直立長條） */
    .recognition-photos {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .recognition-photo img {
        aspect-ratio: 4 / 5 !important;
    }

    /* ---- Section 3: 學院組織 ---- */
    .org-section {
        padding: 40px 0 40px;
    }
    .org-title {
        margin-bottom: 24px;
    }
    .org-inner {
        padding: 0 24px 16px;
        border-radius: 6px;
    }
    .org-inner .org-intro,
    .org-inner .org-conclusion {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0;
    }
    .org-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .org-card {
        grid-column: span 1 !important;
        padding: 16px 18px;
        min-height: 130px;
    }
    /* 5 張卡片 - 最後一張跨整列 */
    .org-card:nth-child(5) {
        grid-column: span 2 !important;
    }
    .org-card h3 {
        font-size: 18px;
        margin: 0 0 6px;
    }
    .org-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* ---- Section 4: 董監名單 ---- */
    .committee-section {
        padding: 40px 0 50px;
    }
    .committee-title {
        margin-bottom: 36px;
    }
    .committee-table-wrapper {
        margin-top: 36px;
    }
    .committee-table {
        font-size: 13px;
    }
    .committee-table thead th {
        font-size: 14px;
        padding: 12px 4px;
    }
    .committee-table tbody td {
        padding: 12px 4px;
    }
    .committee-table tbody td:first-child,
    .committee-table thead th:first-child {
        width: 60px;
    }
    .committee-table tbody td:nth-child(2),
    .committee-table thead th:nth-child(2) {
        width: 70px;
    }
    .committee-table tbody td:nth-child(4),
    .committee-table thead th:nth-child(4) {
        width: 80px;
    }
    .committee-table tbody td:nth-child(3) {
        text-align: center;
    }

    /* ---- Section 5/6: 簡歷（直立堆疊） ---- */
    .profile-section {
        padding: 40px 0;
    }
    .profile-section + .profile-section {
        padding-bottom: 70px;
    }
    .profile-title {
        margin-bottom: 36px;
    }
    .profile-card {
        grid-template-columns: 1fr;
        gap: 24px;
        margin: 36px 16px 24px;
    }
    .profile-photo {
        text-align: center;
        max-width: 240px;
        margin: 36px auto 56px;
    }
    .profile-tenure {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .profile-photo img {
        aspect-ratio: 4 / 5;
        max-width: 240px;
    }
    .profile-name {
        font-size: 18px;
        margin-top: 16px;
    }
    .profile-headline {
        padding: 14px 22px;
        font-size: 18px;
        margin-bottom: 18px;
    }
    .profile-detail-card {
        padding: 20px 22px;
    }
    .profile-experience h4 {
        font-size: 17px;
    }
    .profile-experience li {
        font-size: 15px;
        line-height: 1.85;
    }
    .profile-summary {
        font-size: 15px;
        line-height: 1.85;
    }
}
