@charset "utf-8";

/* -----------------------------------------------------------------------------
// 소개 > 회관건립 추진
----------------------------------------------------------------------------- */
.about .about-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: clamp(32px, 5vw, 60px);
    align-items: center;
    overflow: hidden;
    padding: clamp(24px, 4vw, 56px);
    border: 1px solid rgba(197, 111, 82, 0.18);
    border-radius: 28px;
    background: linear-gradient(135deg, #fffaf7 0%, #ffffff 58%, #f7f1ed 100%);
    box-shadow: 0 22px 50px rgba(75, 49, 39, 0.08);
}
.about .about-intro::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -130px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(197, 111, 82, 0.08);
}
.about .about-intro__visual {
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    min-height: 0;
    margin: 0;
    border-radius: 20px;
    background: #243750;
    box-shadow: 0 18px 35px rgba(36, 55, 80, 0.18);
}
.about .about-intro__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    background: #000;
}
.about .about-intro__visual figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 34px 22px 5px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    background: linear-gradient(transparent, rgba(20, 31, 47, 0.82));
}
.about .about-intro__content {
    position: relative;
    z-index: 1;
}
.about .about-intro__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #b65740;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}
.about .about-intro__content h2 {
    margin: 0 0 26px;
    color: #243750;
    font-size: clamp(3rem, 3.6vw, 3.8rem);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.06em;
    word-break: keep-all;
}
.about .about-intro__lead {
    margin: 0 0 16px;
    color: #333;
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: 800;
    line-height: 1.55;
    word-break: keep-all;
}
.about .about-intro__copy {
    margin: 0 0 16px;
    color: #000;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.85;
    word-break: keep-all;
}
.about .about-intro__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 30px;
}
.about .about-intro__point {
    min-height: 108px;
    padding: 16px 14px;
    border-top: 2px solid #d9a08b;
    background: rgba(255, 255, 255, 0.72);
}
.about .about-intro__point strong,
.about .about-intro__point span {
    display: block;
}
.about .about-intro__point strong {
    margin-bottom: 8px;
    color: #243750;
    font-size: 1.5rem;
    font-weight: 800;
}
.about .about-intro__point span {
    color: #777;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    word-break: keep-all;
}
.about .about-intro__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 220px;
    padding: 15px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    background: #b65740;
    transition: transform 0.25s ease, background-color 0.25s ease;
}
.about .about-intro__button:hover {
    color: #fff;
    transform: translateY(-2px);
    background: #94432f;
}

/* -----------------------------------------------------------------------------
// 소개 > 회관건립 비전
----------------------------------------------------------------------------- */
.vision .vision-hero {
    padding: clamp(32px, 4vw, 44px);
    border-radius: 28px;
    background: linear-gradient(135deg, #243750 0%, #1b2b42 58%, #314e6a 100%);
    box-shadow: 0 22px 50px rgba(24, 42, 64, 0.16);
}
.vision .vision-hero__content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-width: 0;
    color: #fff;
}
.vision .vision-hero__eyebrow,
.vision .vision-roadmap__eyebrow {
    display: inline-block;
    color: #f0b69f;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}
.vision .vision-hero__eyebrow {
    margin-bottom: 18px;
}
.vision .vision-hero__content h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(3.2rem, 4vw, 5.4rem);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.06em;
    word-break: keep-all;
}
.vision .vision-hero__lead {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: 800;
    line-height: 1.6;
    word-break: keep-all;
}
.vision .vision-hero__copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.85;
    word-break: keep-all;
}
.vision .vision-hero__quote {
    margin-top: 32px;
    padding: 8px 20px;
    border-left: 3px solid #d9a08b;
    color: #f6d1bf;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    word-break: keep-all;
}
.vision .vision-roadmap {
    margin-top: 54px;
}
.vision .vision-roadmap__heading {
    margin-bottom: 24px;
}
.vision .vision-roadmap__heading h3 {
    margin: 10px 0 8px;
    color: #243750;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}
.vision .vision-roadmap__heading p {
    margin: 0;
    color: #777;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    word-break: keep-all;
}
.vision .vision-roadmap__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.vision .vision-roadmap__item {
    padding: 20px 18px;
    border-top: 3px solid #d9a08b;
    border-radius: 0 0 10px 10px;
    background: #faf7f5;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.vision .vision-roadmap__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(75, 49, 39, 0.1);
}
.vision .vision-roadmap__number {
    display: block;
    margin-bottom: 20px;
    color: #b65740;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}
.vision .vision-roadmap__item h4 {
    margin: 0 0 10px;
    color: #243750;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.4;
    word-break: keep-all;
}
.vision .vision-roadmap__item p {
    margin: 0 !important;
    color: #777;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    word-break: keep-all;
}

/* -----------------------------------------------------------------------------
// 소개 > 회관건립준비위원회
----------------------------------------------------------------------------- */
.committee .section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 28px;
    background: linear-gradient(135deg, #f7f4f1 0%, #fff 52%, #f2f5f7 100%);
    counter-reset: committee-story;
}
.committee .section > p:first-of-type {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px 32px;
    border-left: 4px solid #b65740;
    border-radius: 0 12px 12px 0;
    color: #243750;
    font-size: clamp(1.8rem, 2.2vw, 2.3rem);
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: -0.04em;
    word-break: keep-all;
    background: #fff;
    box-shadow: 0 10px 24px rgba(36, 55, 80, 0.06);
}
.committee .section .thm-area {
    position: relative;
    grid-column: 1 / -1;
    overflow: hidden;
    margin: 10px 0 14px;
    border-radius: 20px;
    background: #243750;
    box-shadow: 0 18px 34px rgba(36, 55, 80, 0.16);
}
.committee .section .thm-area::after {
    display: none;
    content: "COMMITTEE LAUNCH CEREMONY";
    position: absolute;
    right: 22px;
    bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    background: rgba(36, 55, 80, 0.72);
}
.committee .section .thm-area img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
}
.committee .section > p:nth-of-type(n + 2) {
    position: relative;
    min-height: 170px;
    margin: 0;
    padding: 28px 26px 26px 66px;
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 12px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.85;
    word-break: keep-all;
    background: rgba(255, 255, 255, 0.82);
}
.committee .section > p:nth-of-type(n + 2)::before {
    content: counter(committee-story, decimal-leading-zero);
    counter-increment: committee-story;
    position: absolute;
    top: 25px;
    left: 24px;
    color: #b65740;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}
.committee .section > p:nth-of-type(n + 2)::after {
    content: "";
    position: absolute;
    top: 51px;
    bottom: 26px;
    left: 29px;
    width: 1px;
    background: #e1c1b5;
}

/* -----------------------------------------------------------------------------
// 소개 > 대한전기학회 80년 연혁 > tab-content
----------------------------------------------------------------------------- */
.history .section .tab-content {
    margin-top: 26px;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 26px;
    background: linear-gradient(135deg, #f7f4f1 0%, #fff 52%, #f2f5f7 100%);
    box-shadow: 0 18px 40px rgba(36, 55, 80, 0.06);
}
.history .section .tab-content .tab-pane {
    min-height: 300px;
}
.history .section .tab-content .history-area {
    position: relative;
    margin: 0;
    padding: 18px 0;
}
.history .section .tab-content .history-area::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 60px;
    width: 2px;
    background: linear-gradient(#d9a08b, #dfe5ea 18%, #dfe5ea 82%, #d9a08b);
}
.history .section .tab-content .history-area dl {
    position: relative;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 32px;
    width: 100%;
    margin: 0;
    padding: 18px 0;
}
.history .section .tab-content .history-area dl dt {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    margin: 0;
    padding-top: 12px;
    text-align: center;
}
.history .section .tab-content .history-area dl dt .hexagon {
    display: grid;
    place-items: center;
    width: 92px;
    height: 58px;
    margin: 0;
    border: 4px solid #fff;
    border-radius: 18px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #b65740, #d9a08b);
    box-shadow: 0 8px 18px rgba(182, 87, 64, 0.22);
}
.history .section .tab-content .history-area dl:nth-child(even) dt .hexagon {
    background: linear-gradient(135deg, #243750, #52708f);
    box-shadow: 0 8px 18px rgba(36, 55, 80, 0.2);
}
.history .section .tab-content .history-area dl dd {
    width: auto;
    margin: 0;
    padding: 24px 26px;
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(36, 55, 80, 0.05);
}
.history .section .tab-content .history-area dl dd > ul,
.history .section .tab-content .history-area dl dd > ul > li > ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
.history .section .tab-content .history-area dl dd > ul > li {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    line-height: 1.65;
}
.history .section .tab-content .history-area dl dd > ul > li + li {
    border-top: 1px dashed #e3e6e9;
}
.history .section .tab-content .history-area dl dd > ul > li::before {
    display: none;
}
.history .section .tab-content .history-area dl dd > ul > li > span {
    display: block;
    width: auto;
    color: #b65740;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.6;
    white-space: nowrap;
}
.history .section .tab-content .history-area dl dd > ul > li > ul {
    display: block;
    width: auto;
}
.history .section .tab-content .history-area dl dd > ul > li > ul > li {
    position: relative;
    padding-left: 16px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
    word-break: keep-all;
}
.history .section .tab-content .history-area dl dd > ul > li > ul > li::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d9a08b;
}

/* -----------------------------------------------------------------------------
// 소개 > 찾아오시는길
----------------------------------------------------------------------------- */
.map .section {
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 28px;
    background: linear-gradient(135deg, #f7f4f1 0%, #fff 52%, #f2f5f7 100%);
    box-shadow: 0 18px 40px rgba(36, 55, 80, 0.06);
}
.map .section > h3 {
    margin: 0 0 24px;
    padding: 28px 32px;
    border-left: 4px solid #b65740;
    border-radius: 0 14px 14px 0;
    color: #243750;
    font-size: clamp(2.4rem, 3vw, 3.8rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.05em;
    background: #fff;
    box-shadow: 0 10px 24px rgba(36, 55, 80, 0.06);
}
.map .section > h3 small {
    display: block;
    margin-top: 8px;
    color: #999;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.map .section .highlight-box {
    margin: 0 0 24px;
    padding: 22px 26px;
    border: 1px solid rgba(182, 87, 64, 0.16);
    border-radius: 14px;
    background: #fffaf7;
}
.map .section .highlight-box ul {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(150px, 0.65fr));
    gap: 14px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.map .section .highlight-box li {
    margin: 0;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.65;
    word-break: keep-all;
}
.map .section .highlight-box li span {
    display: block;
    margin-bottom: 4px;
    color: #b65740;
    font-size: 1.25rem;
    font-weight: 800;
}
.map .section > .root_daum_roughmap {
    width: 100% !important;
    min-height: 480px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(36, 55, 80, 0.1);
    border-radius: 18px;
    background: #e8edf0;
    box-shadow: 0 14px 28px rgba(36, 55, 80, 0.1);
}
.map .section .map-btn {
    display: flex;
    justify-content: flex-end;
    margin: 14px 0 46px;
    padding: 0;
    list-style: none;
}
.map .section .map-btn li {
    margin: 0;
}
.map .section .map-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
    background: #243750;
    transition: transform 0.25s ease, background-color 0.25s ease;
}
.map .section .map-btn a::after {
    content: "↗";
    font-size: 1.5rem;
}
.map .section .map-btn a:hover {
    color: #fff;
    transform: translateY(-2px);
    background: #b65740;
}
.map .section > h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 34px 0 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid #243750;
    color: #243750;
    font-size: 2rem;
    font-weight: 800;
}
.map .section > h4::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b65740;
}
.map .section > dl {
    display: grid;
    grid-template-columns: minmax(230px, 0.45fr) minmax(0, 1fr);
    margin: 0 0 30px;
    border-top: 1px solid #dfe3e6;
    border-left: 1px solid #dfe3e6;
    background: #fff;
}
.map .section > dl dt,
.map .section > dl dd {
    margin: 0;
    padding: 18px 20px;
    border-right: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
    line-height: 1.65;
}
.map .section > dl dt {
    color: #243750;
    font-size: 1.5rem;
    font-weight: 800;
    background: #f7f9fa;
}
.map .section > dl dt i {
    margin-right: 8px;
    color: #b65740;
    font-size: 1.8rem;
    vertical-align: -1px;
}
.map .section > dl dd {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    word-break: keep-all;
}
.map .section > dl dd .ar {
    display: inline-block;
    margin: 0 5px;
    color: #b65740;
    font-weight: 800;
}

/* -----------------------------------------------------------------------------
// 기금 안내 > 기부금 안내 > tab-content
----------------------------------------------------------------------------- */
.donation-info .section .tab-content {
    margin-top: 26px;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(182, 87, 64, 0.12);
    border-radius: 26px;
    background: linear-gradient(135deg, #fffaf7 0%, #fff 54%, #f5f7f8 100%);
    box-shadow: 0 18px 40px rgba(36, 55, 80, 0.06);
}
.donation-info .section .tab-content .tab-pane {
    min-height: 300px;
}
.donation-info .section .tab-content .tab-pane > h3 {
    margin: 34px 0 16px;
    padding: 14px 18px;
    border-left: 4px solid #b65740;
    border-radius: 0 8px 8px 0;
    color: #243750;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.4;
    background: #fff;
}
.donation-info .section .tab-content .tab-pane > h3:first-child {
    margin-top: 0;
}
.donation-info .section .tab-content .tab-pane > p {
    margin: 0 0 28px;
    padding: 22px 24px;
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 12px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.85;
    word-break: keep-all;
    background: rgba(255, 255, 255, 0.78);
}
.donation-info .section .tab-content .table-responsive {
    margin-bottom: 38px;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(36, 55, 80, 0.05);
}
.donation-info .section .tab-content .tb-basic {
    width: 100%;
    min-width: 560px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dfe3e6;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}
.donation-info .section .tab-content .tb-basic th,
.donation-info .section .tab-content .tb-basic td {
    padding: 18px 20px;
    border-right: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
    font-size: 1.45rem;
    line-height: 1.75;
    vertical-align: middle;
    word-break: keep-all;
}
.donation-info .section .tab-content .tb-basic tr:last-child th,
.donation-info .section .tab-content .tb-basic tr:last-child td {
    border-bottom: 0;
}
.donation-info .section .tab-content .tb-basic th:last-child,
.donation-info .section .tab-content .tb-basic td:last-child {
    border-right: 0;
}
.donation-info .section .tab-content .tb-basic th {
    color: #243750;
    font-weight: 800;
    text-align: center;
    background: #f7f9fa;
}
.donation-info .section .tab-content .tb-basic td {
    color: #000;
    font-weight: 500;
    background: #fff;
}
.donation-info .section .tab-content .section-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}
.donation-info .section .tab-content .section-list li {
    position: relative;
    margin: 0;
    padding: 18px 22px 18px 46px;
    border: 1px solid rgba(182, 87, 64, 0.14);
    border-radius: 10px;
    color: #000;
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.8;
    word-break: keep-all;
    background: #fffaf7;
}
.donation-info .section .tab-content .section-list li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b65740;
}
.donation-info .section .tab-content .section-list li b {
    color: #243750;
    font-weight: 800;
}
.donation-info .section .tab-content .btn-area {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    margin: 0 0 38px;
}
.donation-info .section .tab-content .btn-area .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 6px;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, background-color 0.25s ease;
}
.donation-info .section .tab-content .btn-area .btn:hover {
    color: #fff;
    transform: translateY(-2px);
}
.donation-info .section .tab-content .btn-area .btn-primary {
    background: #243750;
}
.donation-info .section .tab-content .btn-area .btn-primary:hover {
    background: #b65740;
}
.donation-info .section .tab-content .btn-area .btn-danger {
    background: #b65740;
}
.donation-info .section .tab-content .btn-area .btn-danger:hover {
    background: #94432f;
}
.donation-info .section .tab-content .text-danger {
    color: #b65740 !important;
    font-weight: 800;
}

/* -----------------------------------------------------------------------------
// 기금 안내 > 회관건립 목적 > tab-content
----------------------------------------------------------------------------- */
.purpose .section .tab-content {
    margin-top: 26px;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 26px;
    background: linear-gradient(135deg, #f7f4f1 0%, #fff 52%, #f2f5f7 100%);
    box-shadow: 0 18px 40px rgba(36, 55, 80, 0.06);
}
.purpose .section .tab-content .tab-pane {
    min-height: 300px;
}
.purpose .section .tab-content .tab-pane > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    counter-reset: purpose-item;
    list-style: none;
}
.purpose .section .tab-content .tab-pane > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 150px;
    margin: 0;
    padding: 28px 28px 28px 90px;
    border: 1px solid rgba(182, 87, 64, 0.14);
    border-top: 3px solid #d9a08b;
    border-radius: 12px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    word-break: keep-all;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(36, 55, 80, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.purpose .section .tab-content .tab-pane > ul > li:nth-child(even) {
    border-top-color: #52708f;
}
.purpose .section .tab-content .tab-pane > ul > li:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(36, 55, 80, 0.1);
}
.purpose .section .tab-content .tab-pane > ul > li::before {
    content: counter(purpose-item, decimal-leading-zero);
    counter-increment: purpose-item;
    position: absolute;
    top: 50%;
    left: 28px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    transform: translateY(-50%);
    background: #b65740;
    box-shadow: 0 6px 14px rgba(182, 87, 64, 0.2);
}
.purpose .section .tab-content .tab-pane > ul > li:nth-child(even)::before {
    background: #243750;
    box-shadow: 0 6px 14px rgba(36, 55, 80, 0.2);
}

/* -----------------------------------------------------------------------------
// 기부자 예우 > 예우 프로그램
----------------------------------------------------------------------------- */
.donor-benefits .section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: clamp(24px, 4vw, 56px);
    border: 1px solid rgba(182, 87, 64, 0.12);
    border-radius: 28px;
    background: linear-gradient(135deg, #fffaf7 0%, #fff 54%, #f5f7f8 100%);
    box-shadow: 0 18px 40px rgba(36, 55, 80, 0.06);
}
.donor-benefits .section > ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    counter-reset: benefit-item;
    list-style: none;
}
.donor-benefits .section > ul > li {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 210px;
    margin: 0;
    padding: 28px 20px 24px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.04em;
    word-break: keep-all;
    background: linear-gradient(145deg, #243750, #52708f);
    box-shadow: 0 12px 24px rgba(36, 55, 80, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.donor-benefits .section > ul > li:nth-child(even) {
    background: linear-gradient(145deg, #b65740, #d9a08b);
}
.donor-benefits .section > ul > li:nth-child(3) {
    background: linear-gradient(145deg, #426b68, #78a89d);
}
.donor-benefits .section > ul > li:nth-child(4) {
    background: linear-gradient(145deg, #8a6a3d, #c8a56a);
}
.donor-benefits .section > ul > li::before {
    content: counter(benefit-item, decimal-leading-zero);
    counter-increment: benefit-item;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.donor-benefits .section > ul > li::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -38px;
    right: -34px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.06), 0 0 0 36px rgba(255, 255, 255, 0.04);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 62%);
}
.donor-benefits .section > ul > li:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 18px 32px rgba(36, 55, 80, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.donor-benefits .section > p {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: calc(50% - 10px);
    min-height: 112px;
    margin: 26px 16px 0 0;
    padding: 24px 24px 24px 76px;
    border: 1px solid rgba(36, 55, 80, 0.08);
    border-radius: 12px;
    color: #555;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75;
    vertical-align: top;
    word-break: keep-all;
    background: #fff;
}
.donor-benefits .section > p:last-child {
    margin-right: 0;
}
.donor-benefits .section > p::before {
    content: "✦";
    position: absolute;
    top: 50%;
    left: 24px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    transform: translateY(-50%);
    background: #b65740;
}
.donor-benefits .section > p:last-child::before {
    background: #243750;
}

/* -----------------------------------------------------------------------------
// 기부자 예우 > 실제 레이아웃 우선 적용
// 공통 서브 레이아웃의 높은 선택자 우선순위보다 페이지 전용 스타일을 우선합니다.
----------------------------------------------------------------------------- */
#container.donor-benefits .contents .article .section > ul.benefit-buttons {
    flex: 0 0 100%;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    list-style: none !important;
}
#container.donor-benefits .contents .article .section > ul.benefit-buttons > li.benefit-button {
    display: flex !important;
    align-items: flex-end !important;
    margin: 0 !important;
    list-style: none !important;
}
#container.donor-benefits .contents .article .section > p.benefit-note {
    flex: 0 0 calc(50% - 8px);
    display: inline-flex !important;
    box-sizing: border-box !important;
    width: calc(50% - 10px) !important;
    margin-right: 16px !important;
    vertical-align: top !important;
}
#container.donor-benefits .contents .article .section > p.benefit-note:last-child {
    margin-right: 0 !important;
}

/* -----------------------------------------------------------------------------
// 소개 > 인사말
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
//
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
//
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
//
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
// 명예의 전당
----------------------------------------------------------------------------- */
/* ==========================================
   회관 건립 기금 명예의 전당
========================================== */
#container.hall-of-fame .hall-of-honor {
    display: flex;
    flex-flow: column nowrap;

    position:relative;
    overflow:hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 44px;
    border-radius: 30px;
    background:
            linear-gradient(
                    180deg,
                    #243750 0%,
                    #1E2F47 45%,
                    #19263B 100%
            );
    border:2px solid #D9A08B;
    box-shadow:
            0 25px 50px rgba(18,32,55,.18);
}

/* 상단 하이라이트 */
#container.hall-of-fame .hall-of-honor .hall-of-honor::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:140px;
    background:
            linear-gradient(
                    180deg,
                    rgba(255,255,255,.08),
                    transparent
            );
}

/* Header */
#container.hall-of-fame .hall-of-honor .hall-header{
    display:flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 6px;

    position:relative;
    margin-bottom: 24px;
    padding: 12px 0 0;
    text-align:center;
    background-image: url(/donation/images/main/bg_hall-left.png), url(/donation/images/main/bg_hall-right.png);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index:2;
}
#container.hall-of-fame .hall-of-honor .hall-icon{
    font-size:36px;
    margin-bottom:18px;
}
#container.hall-of-fame .hall-of-honor .hall-header h2{
    margin:0;
    font-size: 38px;
    font-weight:700;
    color:#F6D1BF;
}
#container.hall-of-fame .hall-of-honor .hall-header p{
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:1.7;
}

/* List */
#container.hall-of-fame .hall-of-honor .hall-list{
    position:relative;
    overflow:hidden;
    z-index:2;
    list-style:none;
    height: 520px;
    margin:0;
    padding:0;
}

#container.hall-of-fame .hall-of-honor .swiper,
#container.hall-of-fame .hall-of-honor .swiper-wrapper,
#container.hall-of-fame .hall-of-honor .swiper-slide {
    /* 세로 스크롤 및 핀치 줌만 허용하고, 좌우 제스처(슬라이드)는 브라우저 기본 스크롤로 넘김 */
    touch-action: pan-y !important;
}
#container.hall-of-fame .hall-of-honor .hall-list .hall-item{
    display:grid;
    grid-template-columns:
        30px
        1fr
        auto;
    gap:14px;
    align-items:center;

    padding:18px 0;
    border-bottom:
            1px solid rgba(255,255,255,.08);
}
#container.hall-of-fame .hall-of-honor .hall-list .hall-item .name {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    gap: 12px;
}
#container.hall-of-fame .hall-of-honor .hall-list .hall-item .name b {

}
#container.hall-of-fame .hall-of-honor .hall-list .hall-item .name small {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,.7);
}

/* 기부자가 없을 때 : 순위/이름/금액 3칸 격자를 쓰지 않고 한 줄로 둔다. */
#container.hall-of-fame .hall-of-honor .hall-list .hall-item--empty{
    display:block;
    white-space:nowrap;
    text-align:center;
    color:#ffffff;
}

#container.hall-of-fame .hall-of-honor .rank{
    color:#D9A08B;
    font-size:18px;
    text-align:center;
}
#container.hall-of-fame .hall-of-honor .name{
    color:#ffffff;
    font-size:18px;
    font-weight:500;
}

#container.hall-of-fame .hall-of-honor .amount{
    color:#ffffff;
    font-size:18px;
    font-weight:700;
}

/* More */
#container.hall-of-fame .hall-of-honor .hall-more{
    position:relative;
    z-index:2;
    margin:28px 0;
    text-align:center;
    color:#D9A08B;
    font-size:28px;
    letter-spacing:6px;
}

/* Button */
#container.hall-of-fame .hall-of-honor .hall-btn{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:58px;
    margin-top: 32px;
    border-radius:10px;
    text-decoration:none;
    color:#fff;
    font-size:17px;
    font-weight:600;
    background:
            linear-gradient(
                    180deg,
                    #E4B19A 0%,
                    #CF8D70 100%
            );
    transition:.35s;
}
#container.hall-of-fame .hall-of-honor .hall-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    background:
            linear-gradient(
                    180deg,
                    #EDC0AD 0%,
                    #D67F60 100%
            );
    box-shadow:
            0 14px 30px rgba(217,160,139,.25);
}

/* -----------------------------------------------------------------------------
//
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
// SITEMAP
----------------------------------------------------------------------------- */
.sitemap .section .sitemap-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 2%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sitemap .section .sitemap-list > li {
    flex-basis: 32%;
}
.sitemap .section .sitemap-list > li a.list-title {
    display: block;
    padding: 16px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    background-color: #b65740;
}
.sitemap .section .sitemap-list > li ul.depth2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 230px;
    margin: 0;
    padding: 15px 35px;
    list-style-type: disc;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #eee;
    background: url(/assets/images/common/bg_kiee_symbol_opacity15.png) 180px 105% no-repeat;
}
.sitemap .section .sitemap-list > li ul.depth2 > li {
    width: 100%;
    margin: 0;
    padding: 5px 0;
}
.sitemap .section .sitemap-list > li ul.depth2 > li > a {
    font-size: 1.8rem;
    color: #000;
    font-weight: 800;
    word-break: keep-all;
}
.sitemap .section .sitemap-list > li ul.depth2 > li > a:hover {
    color: #000;
}
.sitemap .section .sitemap-list > li ul.depth2 > li ul.depth3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 2%;
    margin: 8px 0 10px;
    padding: 8px 12px;
    list-style: none;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.sitemap .section .sitemap-list > li ul.depth2 > li ul.depth3.column {
    flex-flow: column nowrap;
}
.sitemap .section .sitemap-list > li ul.depth2 > li ul.depth3 > li {
    flex-basis: 32%;
    margin: 0;
    line-height: 1.3;
    text-align: left;
}
.sitemap .section .sitemap-list > li ul.depth2 > li ul.depth3 > li > a {
    font-size: 1.4rem;
    color: #000;
}
.sitemap .section .sitemap-list > li ul.depth2 > li ul.depth3 > li > a:hover {
    color: #000;
}


/* -----------------------------------------------------------------------------
// 반응형 스타일
----------------------------------------------------------------------------- */

/* 1600px */
@media screen and (max-width: 1600px) {



}

/* 1500px */
@media screen and (max-width: 1500px) {



}

/* 1400px */
@media screen and (max-width: 1400px) {

    /* DONOR BENEFITS / 예우 프로그램 / 1400px */
    .donor-benefits .section {
        padding: 48px;
    }
    .donor-benefits .section > ul {
        gap: 12px;
    }
    /* PURPOSE / 회관건립 목적 / 1400px */
    .purpose .section .tab-content {
        padding: 40px;
    }
    /* DONATION INFO / 기부금 안내 / 1400px */
    .donation-info .section .tab-content {
        padding: 40px;
    }
    /* MAP / 찾아오시는길 / 1400px */
    .map .section {
        padding: 40px;
    }
    .map .section .highlight-box ul {
        gap: 12px 18px;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 1400px */
    .history .section .tab-content {
        padding: 40px;
    }
    .history .section .tab-content .history-area dl {
        gap: 28px;
    }
    /* COMMITTEE / 회관건립준비위원회 / 1400px */
    .committee .section {
        gap: 16px;
        padding: 48px;
    }
    /* ABOUT / 회관건립 추진 / 1400px */
    .about .about-intro {
        gap: clamp(28px, 4vw, 56px);
        padding: 48px;
    }

    /* VISION / 회관건립 비전 / 1400px */
    .vision .vision-hero {
        gap: clamp(28px, 4vw, 56px);
        padding: 48px;
    }

}

/* 1300px */
@media screen and (max-width: 1300px) {

    /* DONOR BENEFITS / 예우 프로그램 / 1300px */
    .donor-benefits .section {
        padding: 40px;
    }
    .donor-benefits .section > ul > li {
        min-height: 190px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 1.55rem;
    }
    /* PURPOSE / 회관건립 목적 / 1300px */
    .purpose .section .tab-content {
        padding: 36px;
    }
    .purpose .section .tab-content .tab-pane > ul {
        gap: 14px;
    }
    /* DONATION INFO / 기부금 안내 / 1300px */
    .donation-info .section .tab-content {
        padding: 36px;
    }
    .donation-info .section .tab-content .tb-basic th,
    .donation-info .section .tab-content .tb-basic td {
        padding: 16px 18px;
    }
    /* MAP / 찾아오시는길 / 1300px */
    .map .section {
        padding: 36px;
    }
    .map .section .highlight-box {
        padding: 20px 22px;
    }
    .map .section > dl dt,
    .map .section > dl dd {
        padding: 16px 18px;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 1300px */
    .history .section .tab-content {
        padding: 36px;
    }
    .history .section .tab-content .history-area dl dd > ul > li {
        grid-template-columns: 130px minmax(0, 1fr);
    }
    /* COMMITTEE / 회관건립준비위원회 / 1300px */
    .committee .section {
        padding: 40px;
    }
    .committee .section > p:nth-of-type(n + 2) {
        font-size: 1.5rem;
    }
    /* ABOUT / 회관건립 추진 / 1300px */
    .about .about-intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__content h2 {
        font-size: 4.2rem;
    }

    /* VISION / 회관건립 비전 / 1300px */
    .vision .vision-hero {
        padding: 40px;
    }
    .vision .vision-roadmap__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

/* 1200px */
@media screen and (max-width: 1200px) {

    /* DONOR BENEFITS / 예우 프로그램 / 1200px */
    .donor-benefits .section > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .donor-benefits .section > ul > li {
        min-height: 170px;
    }
    #container.donor-benefits .contents .article .section > ul.benefit-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    /* PURPOSE / 회관건립 목적 / 1200px */
    .purpose .section .tab-content {
        padding: 30px;
    }
    .purpose .section .tab-content .tab-pane > ul > li {
        min-height: 140px;
        padding-right: 22px;
    }
    /* DONATION INFO / 기부금 안내 / 1200px */
    .donation-info .section .tab-content {
        padding: 30px;
    }
    .donation-info .section .tab-content .tab-pane > h3 {
        font-size: 2.1rem;
    }
    /* MAP / 찾아오시는길 / 1200px */
    .map .section .highlight-box ul {
        grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(130px, 0.7fr));
    }
    .map .section > dl {
        grid-template-columns: minmax(210px, 0.5fr) minmax(0, 1fr);
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 1200px */
    .history .section .tab-content {
        padding: 30px;
    }
    .history .section .tab-content .history-area dl {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 24px;
    }
    .history .section .tab-content .history-area::before {
        left: 52px;
    }
    .history .section .tab-content .history-area dl dt .hexagon {
        width: 84px;
        height: 54px;
    }
    /* COMMITTEE / 회관건립준비위원회 / 1200px */
    .committee .section .thm-area img {
        max-height: 500px;
    }
    .committee .section > p:nth-of-type(n + 2) {
        min-height: 185px;
        padding: 24px 22px 24px 60px;
    }
    /* ABOUT / 회관건립 추진 / 1200px */
    .about .about-intro {
        gap: 32px;
    }
    .about .about-intro__points {
        gap: 8px;
    }
    .about .about-intro__point {
        padding: 14px 12px;
    }

    /* VISION / 회관건립 비전 / 1200px */
    .vision .vision-hero {
        gap: 32px;
    }
    .vision .vision-roadmap__number {
        margin-bottom: 12px;
    }
    .vision .vision-roadmap__item {
        min-height: unset;
        padding: 18px 16px;
    }
    .vision

}

/* 1100px */
@media screen and (max-width: 1100px) {

    /* DONOR BENEFITS / 예우 프로그램 / 1100px */
    .donor-benefits .section {
        padding: 32px;
    }
    .donor-benefits .section > p {
        padding: 22px 20px 22px 68px;
        font-size: 1.45rem;
    }
    /* PURPOSE / 회관건립 목적 / 1100px */
    .purpose .section .tab-content {
        padding: 26px;
    }
    .purpose .section .tab-content .tab-pane > ul > li {
        padding: 24px 20px 24px 82px;
        font-size: 1.5rem;
    }
    .purpose .section .tab-content .tab-pane > ul > li::before {
        left: 24px;
    }
    /* DONATION INFO / 기부금 안내 / 1100px */
    .donation-info .section .tab-content {
        padding: 26px;
    }
    .donation-info .section .tab-content .tab-pane > p {
        padding: 20px 22px;
        font-size: 1.5rem;
    }
    .donation-info .section .tab-content .section-list li {
        padding: 16px 20px 16px 42px;
    }
    /* MAP / 찾아오시는길 / 1100px */
    .map .section .highlight-box ul {
        grid-template-columns: 1fr repeat(2, minmax(120px, 0.55fr));
    }
    .map .section > .root_daum_roughmap {
        min-height: 440px;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 1100px */
    .history .section .tab-content {
        padding: 26px;
    }
    .history .section .tab-content .history-area dl {
        gap: 20px;
    }
    .history .section .tab-content .history-area dl dd {
        padding: 22px;
    }
    .history .section .tab-content .history-area dl dd > ul > li {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 12px;
    }
    /* COMMITTEE / 회관건립준비위원회 / 1100px */
    .committee .section {
        padding: 32px;
    }
    .committee .section > p:first-of-type {
        padding: 24px 26px;
    }
    .committee .section > p:nth-of-type(n + 2) {
        padding: 24px 22px 24px 58px;
        font-size: 1.4rem;
    }
    /* ABOUT / 회관건립 추진 / 1100px */
    .about .about-intro {
        padding: 32px;
    }
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__copy {
        font-size: 1.5rem;
    }

    /* VISION / 회관건립 비전 / 1100px */
    .vision .vision-hero {
        padding: 32px;
    }

}

/* 960px - 모바일 메뉴 시작 */
@media screen and (max-width: 960px) {

    /* DONOR BENEFITS / 예우 프로그램 / 모바일 레이아웃 전환 */
    .donor-benefits .section {
        flex-direction: column;
        padding: 22px;
        border-radius: 20px;
    }
    .donor-benefits .section > ul > li {
        min-height: 155px;
    }
    .donor-benefits .section > p {
        display: flex;
        width: 100%;
        min-height: 100px;
    }
    #container.donor-benefits .contents .article .section > p.benefit-note {
        flex: 0 0 100%;
        display: flex !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    /* PURPOSE / 회관건립 목적 / 모바일 레이아웃 전환 */
    .purpose .section .tab-content {
        margin-top: 20px;
        padding: 22px;
        border-radius: 20px;
    }
    .purpose .section .tab-content .tab-pane > ul {
        grid-template-columns: 1fr;
    }
    .purpose .section .tab-content .tab-pane > ul > li {
        min-height: 120px;
    }
    /* DONATION INFO / 기부금 안내 / 모바일 레이아웃 전환 */
    .donation-info .section .tab-content {
        margin-top: 20px;
        padding: 22px;
        border-radius: 20px;
    }
    .donation-info .section .tab-content .btn-area {
        gap: 10px;
    }
    /* MAP / 찾아오시는길 / 모바일 레이아웃 전환 */
    .map .section {
        padding: 22px;
        border-radius: 20px;
    }
    .map .section .highlight-box ul {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .map .section > .root_daum_roughmap {
        height: 420px !important;
        min-height: 0;
    }
    .map .section > dl {
        grid-template-columns: 1fr;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 모바일 레이아웃 전환 */
    .history .section .tab-content {
        margin-top: 20px;
        padding: 22px;
        border-radius: 20px;
    }
    .history .section .tab-content .history-area dl {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 18px;
    }
    .history .section .tab-content .history-area::before {
        left: 43px;
    }
    .history .section .tab-content .history-area dl dt .hexagon {
        width: 76px;
        height: 50px;
        font-size: 1.6rem;
    }
    .history .section .tab-content .history-area dl dd {
        padding: 20px;
    }
    .history .section .tab-content .history-area dl dd > ul > li {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 10px;
    }
    /* COMMITTEE / 회관건립준비위원회 / 모바일 레이아웃 전환 */
    .committee .section {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .committee .section > p:nth-of-type(n + 2) {
        min-height: 0;
    }
    .committee .section .thm-area img {
        max-height: 460px;
    }
    /* ABOUT / 회관건립 추진 / 모바일 레이아웃 전환 */
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__content {
        max-width: 820px;
    }

    /* VISION / 회관건립 비전 / 모바일 레이아웃 전환 */
    .vision .vision-hero {
        grid-template-columns: 1fr;
        gap: 34px;
    }


}

/* phone ~ 768px */
@media screen and (max-width: 768px) {

    /* DONOR BENEFITS / 예우 프로그램 / 768px */
    .donor-benefits .section {
        padding: 18px;
    }
    .donor-benefits .section > ul {
        gap: 10px;
    }
    .donor-benefits .section > ul > li {
        min-height: 140px;
        padding: 22px 16px 20px;
        font-size: 1.45rem;
    }
    .donor-benefits .section > p {
        width: 100%;
        padding-left: 62px;
        font-size: 1.4rem;
    }
    #container.donor-benefits .contents .article .section > p.benefit-note {
        width: 100% !important;
        margin-right: 0 !important;
    }
    /* PURPOSE / 회관건립 목적 / 768px */
    .purpose .section .tab-content {
        padding: 18px;
    }
    .purpose .section .tab-content .tab-pane > ul > li {
        padding: 22px 20px 22px 78px;
    }
    .purpose .section .tab-content .tab-pane > ul > li::before {
        left: 22px;
    }
    /* DONATION INFO / 기부금 안내 / 768px */
    .donation-info .section .tab-content {
        padding: 18px;
    }
    .donation-info .section .tab-content .tab-pane > h3 {
        margin-top: 28px;
        padding: 12px 16px;
        font-size: 2rem;
    }
    .donation-info .section .tab-content .tb-basic th,
    .donation-info .section .tab-content .tb-basic td {
        padding: 14px 16px;
        font-size: 1.4rem;
    }
    /* MAP / 찾아오시는길 / 768px */
    .map .section {
        padding: 18px;
    }
    .map .section > h3 {
        padding: 24px 22px;
    }
    .map .section > .root_daum_roughmap {
        height: 380px !important;
    }
    .map .section > dl dt,
    .map .section > dl dd {
        padding: 15px 16px;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 768px */
    .history .section .tab-content {
        padding: 18px;
    }
    .history .section .tab-content .history-area dl {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 16px;
    }
    .history .section .tab-content .history-area::before {
        left: 39px;
    }
    .history .section .tab-content .history-area dl dt .hexagon {
        width: 70px;
        height: 48px;
        font-size: 1.5rem;
    }
    .history .section .tab-content .history-area dl dd {
        padding: 18px;
    }
    .history .section .tab-content .history-area dl dd > ul > li {
        grid-template-columns: 100px minmax(0, 1fr);
    }
    .history .section .tab-content .history-area dl dd > ul > li > ul > li {
        font-size: 1.4rem;
    }
    /* COMMITTEE / 회관건립준비위원회 / 768px */
    .committee .section {
        gap: 14px;
        padding: 28px;
    }
    .committee .section .thm-area img {
        max-height: 420px;
    }
    .committee .section > p:nth-of-type(n + 2) {
        padding: 22px 20px 22px 56px;
        font-size: 1.4rem;
    }
    /* ABOUT / 회관건립 추진 / 768px */
    .about .about-intro {
        gap: 30px;
        padding: 28px;
    }
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }

    /* VISION / 회관건립 비전 / 768px */
    .vision .vision-hero {
        gap: 30px;
        padding: 28px;
    }
    .vision .vision-roadmap__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* -----------------------------------------------------------------------------
    // SITEMAP
    ----------------------------------------------------------------------------- */
    .sitemap .section .sitemap-list {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }
    .sitemap .section .sitemap-list > li {
        flex-basis: 100%;
        width: 100%;
    }
    .sitemap .section .sitemap-list > li ul.depth2 {
        min-height: auto;
    }
    .sitemap .section .sitemap-list > li ul.depth2 > li ul.depth3 > li {
        flex-basis: 48%;
    }

    /* ==========================================
       회관 건립 기금 명예의 전당
    ========================================== */
    #container.hall-of-fame .hall-of-honor {
        padding: 16px;
    }
    #container.hall-of-fame .hall-of-honor .hall-header h2 {
        font-size: 18px;
    }
    #container.hall-of-fame .hall-of-honor .hall-header p {
        font-size: 12px;
    }
    #container.hall-of-fame .hall-of-honor .hall-list {
        height: 720px;
    }
    #container.hall-of-fame .hall-of-honor .hall-list .hall-item {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        gap: 7px;

        height: 90px;
        padding: 16px 0;
    }
    #container.hall-of-fame .hall-of-honor .rank {
        flex: 0 0 24px;
    }
    #container.hall-of-fame .hall-of-honor .amount {
        flex: 1 1 100%;

        padding-left: 30px;
    }


}

/* phone ~ 640px */
@media screen and (max-width: 640px) {

    /* DONOR BENEFITS / 예우 프로그램 / 640px */
    .donor-benefits .section {
        padding: 14px;
        border-radius: 16px;
    }
    .donor-benefits .section > ul {
        grid-template-columns: 1fr;
    }
    #container.donor-benefits .contents .article .section > ul.benefit-buttons {
        grid-template-columns: 1fr !important;
    }
    .donor-benefits .section > ul > li {
        min-height: 110px;
        padding: 22px 18px 20px 68px;
    }
    .donor-benefits .section > ul > li::before {
        top: 18px;
        left: 18px;
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
    .donor-benefits .section > p {
        display: flex;
        width: 100%;
        min-height: 90px;
        margin-top: 12px;
        padding: 20px 18px 20px 62px;
    }
    #container.donor-benefits .contents .article .section > p.benefit-note {
        display: flex !important;
        width: 100% !important;
    }
    .donor-benefits .section > p:last-child {
        margin-right: 0;
    }
    /* PURPOSE / 회관건립 목적 / 640px */
    .purpose .section .tab-content {
        padding: 14px;
        border-radius: 16px;
    }
    .purpose .section .tab-content .tab-pane > ul {
        gap: 12px;
    }
    .purpose .section .tab-content .tab-pane > ul > li {
        min-height: 110px;
        padding: 20px 18px 20px 68px;
        font-size: 1.4rem;
    }
    .purpose .section .tab-content .tab-pane > ul > li::before {
        left: 18px;
        width: 42px;
        height: 42px;
    }
    /* DONATION INFO / 기부금 안내 / 640px */
    .donation-info .section .tab-content {
        padding: 14px;
        border-radius: 16px;
    }
    .donation-info .section .tab-content .tab-pane > p {
        padding: 18px;
        font-size: 1.4rem;
    }
    .donation-info .section .tab-content .tb-basic {
        min-width: 480px;
    }
    .donation-info .section .tab-content .section-list li {
        padding: 16px 16px 16px 38px;
        font-size: 1.35rem;
    }
    .donation-info .section .tab-content .section-list li::before {
        left: 18px;
    }
    /* MAP / 찾아오시는길 / 640px */
    .map .section {
        padding: 14px;
        border-radius: 16px;
    }
    .map .section > h3 {
        margin-bottom: 18px;
        padding: 20px 18px;
        font-size: 2.4rem;
    }
    .map .section .highlight-box {
        padding: 18px;
    }
    .map .section > .root_daum_roughmap {
        height: 330px !important;
    }
    .map .section .map-btn {
        margin-bottom: 34px;
    }
    .map .section > h4 {
        margin-top: 28px;
        font-size: 1.8rem;
    }
    .map .section > dl dt,
    .map .section > dl dd {
        padding: 14px;
        font-size: 1.35rem;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 640px */
    .history .section .tab-content {
        padding: 14px;
        border-radius: 16px;
    }
    .history .section .tab-content .history-area {
        padding: 10px 0;
    }
    .history .section .tab-content .history-area::before {
        top: 20px;
        bottom: 20px;
        left: 38px;
    }
    .history .section .tab-content .history-area dl {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px 0;
    }
    .history .section .tab-content .history-area dl dt {
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4px;
    }
    .history .section .tab-content .history-area dl dt .hexagon {
        width: 76px;
        height: 46px;
        font-size: 1.4rem;
    }
    .history .section .tab-content .history-area dl dd {
        padding: 16px;
    }
    .history .section .tab-content .history-area dl dd > ul > li {
        display: block;
        padding: 10px 0;
    }
    .history .section .tab-content .history-area dl dd > ul > li > span {
        margin-bottom: 4px;
        font-size: 1.25rem;
    }
    /* COMMITTEE / 회관건립준비위원회 / 640px */
    .committee .section {
        gap: 12px;
        padding: 20px;
        border-radius: 20px;
    }
    .committee .section > p:first-of-type {
        padding: 22px 20px;
        font-size: 1.8rem;
    }
    .committee .section .thm-area {
        margin: 6px 0 8px;
        border-radius: 14px;
    }
    .committee .section .thm-area img {
        max-height: 340px;
    }
    .committee .section > p:nth-of-type(n + 2) {
        padding: 22px 18px 22px 52px;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    /* ABOUT / 회관건립 추진 / 640px */
    .about .about-intro {
        gap: 24px;
        padding: 20px;
        border-radius: 20px;
    }
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__points {
        grid-template-columns: 1fr;
    }
    .about .about-intro__point {
        min-height: auto;
    }
    .about .about-intro__lead {
        font-size: 1.8rem;
    }
    .about .about-intro__copy {
        font-size: 1.5rem;
    }

    /* VISION / 회관건립 비전 / 640px */
    .vision .vision-hero {
        gap: 24px;
        padding: 20px;
        border-radius: 20px;
    }
    .vision .vision-roadmap {
        margin-top: 40px;
    }
    .vision .vision-roadmap__grid {
        grid-template-columns: 1fr;
    }
    .vision .vision-hero__lead {
        font-size: 1.8rem;
    }
    .vision .vision-hero__copy,
    .vision .vision-roadmap__heading p {
        font-size: 1.5rem;
    }


}

/* phone ~ 480px */
@media screen and (max-width: 480px) {

    /* DONOR BENEFITS / 예우 프로그램 / 480px */
    .donor-benefits .section {
        padding: 10px;
    }
    .donor-benefits .section > ul > li {
        min-height: 100px;
        padding: 20px 16px 18px 62px;
        font-size: 1.4rem;
    }
    .donor-benefits .section > ul > li::before {
        top: 16px;
        left: 16px;
        width: 40px;
        height: 40px;
        font-size: 1.05rem;
    }
    .donor-benefits .section > p {
        padding: 18px 16px 18px 56px;
        font-size: 1.35rem;
    }
    .donor-benefits .section > p::before {
        left: 18px;
    }
    /* PURPOSE / 회관건립 목적 / 480px */
    .purpose .section .tab-content {
        padding: 10px;
    }
    .purpose .section .tab-content .tab-pane > ul > li {
        min-height: 100px;
        padding: 18px 16px 18px 62px;
        font-size: 1.35rem;
        line-height: 1.65;
    }
    .purpose .section .tab-content .tab-pane > ul > li::before {
        left: 16px;
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }
    /* DONATION INFO / 기부금 안내 / 480px */
    .donation-info .section .tab-content {
        padding: 10px;
    }
    .donation-info .section .tab-content .tab-pane > h3 {
        padding: 11px 14px;
        font-size: 1.8rem;
    }
    .donation-info .section .tab-content .btn-area {
        flex-flow: column nowrap;
    }
    .donation-info .section .tab-content .btn-area .btn {
        width: 100%;
    }
    /* MAP / 찾아오시는길 / 480px */
    .map .section {
        padding: 10px;
    }
    .map .section > h3 {
        padding: 18px 16px;
        font-size: 2.2rem;
    }
    .map .section > h3 small {
        font-size: 1.1rem;
    }
    .map .section .highlight-box {
        padding: 16px;
    }
    .map .section > .root_daum_roughmap {
        height: 290px !important;
    }
    .map .section .map-btn {
        justify-content: stretch;
    }
    .map .section .map-btn li,
    .map .section .map-btn a {
        width: 100%;
    }
    .map .section .map-btn a {
        justify-content: center;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 480px */
    .history .section .tab-content {
        padding: 10px;
    }
    .history .section .tab-content .history-area dl dd {
        padding: 14px;
    }
    .history .section .tab-content .history-area dl dd > ul > li > ul > li {
        padding-left: 14px;
        font-size: 1.35rem;
        line-height: 1.65;
    }
    /* COMMITTEE / 회관건립준비위원회 / 480px */
    .committee .section {
        padding: 16px;
    }
    .committee .section > p:first-of-type {
        padding: 20px 18px;
        font-size: 1.7rem;
    }
    .committee .section .thm-area img {
        max-height: 260px;
    }
    .committee .section .thm-area::after {
        right: 12px;
        bottom: 12px;
        padding: 6px 8px;
        font-size: 0.9rem;
    }
    .committee .section > p:nth-of-type(n + 2) {
        padding: 20px 16px 20px 48px;
        font-size: 1.35rem;
    }
    /* ABOUT / 회관건립 추진 / 480px */
    .about .about-intro {
        padding: 16px;
    }
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__content h2 {
        font-size: 3rem;
    }
    .about .about-intro__button {
        width: 100%;
        min-width: 0;
    }

    /* VISION / 회관건립 비전 / 480px */
    .vision .vision-hero {
        padding: 16px;
    }
    .vision .vision-hero__content h2 {
        font-size: 3rem;
    }

    /* ==========================================
       회관 건립 기금 명예의 전당
    ========================================== */
    #container.hall-of-fame .hall-of-honor {
        padding: 16px;
    }
    #container.hall-of-fame .hall-of-honor .hall-header h2 {
        padding: 4px 0;
        font-size: 17px;
    }
    #container.hall-of-fame .hall-of-honor .hall-header p {
        display: none;
    }


}

/* phone ~ 420px */
@media screen and (max-width: 420px) {

    /* DONOR BENEFITS / 예우 프로그램 / 420px */
    .donor-benefits .section > ul > li {
        min-height: 92px;
        padding-left: 58px;
    }
    .donor-benefits .section > ul > li::before {
        top: 14px;
        left: 14px;
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
    .donor-benefits .section > p {
        padding-left: 52px;
    }
    /* PURPOSE / 회관건립 목적 / 420px */
    .purpose .section .tab-content .tab-pane > ul > li {
        padding-left: 58px;
    }
    .purpose .section .tab-content .tab-pane > ul > li::before {
        left: 14px;
    }
    /* DONATION INFO / 기부금 안내 / 420px */
    .donation-info .section .tab-content .tb-basic {
        min-width: 440px;
    }
    .donation-info .section .tab-content .tb-basic th,
    .donation-info .section .tab-content .tb-basic td {
        padding: 12px 13px;
        font-size: 1.3rem;
    }
    /* MAP / 찾아오시는길 / 420px */
    .map .section > .root_daum_roughmap {
        height: 260px !important;
    }
    .map .section > dl dt,
    .map .section > dl dd {
        padding: 13px 12px;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 420px */
    .history .section .tab-content .history-area dl dd > ul > li > ul > li {
        font-size: 1.3rem;
    }
    /* COMMITTEE / 회관건립준비위원회 / 420px */
    .committee .section .thm-area img {
        max-height: 230px;
    }
    .committee .section .thm-area::after {
        letter-spacing: 0.08em;
    }
    /* ABOUT / 회관건립 추진 / 420px */
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__eyebrow {
        margin-bottom: 14px;
        font-size: 1.1rem;
    }

    /* VISION / 회관건립 비전 / 420px */
    .vision .vision-hero__eyebrow,
    .vision .vision-roadmap__eyebrow {
        font-size: 1.1rem;
    }


}

/* phone ~ 360px */
@media screen and (max-width: 360px) {

    /* DONOR BENEFITS / 예우 프로그램 / 360px */
    .donor-benefits .section {
        padding: 8px;
    }
    .donor-benefits .section > ul > li {
        min-height: 86px;
        padding: 18px 14px 16px 54px;
        font-size: 1.3rem;
    }
    .donor-benefits .section > ul > li::before {
        top: 12px;
        left: 12px;
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }
    .donor-benefits .section > p {
        padding: 16px 14px 16px 48px;
        font-size: 1.3rem;
    }
    .donor-benefits .section > p::before {
        left: 14px;
        width: 32px;
        height: 32px;
    }
    /* PURPOSE / 회관건립 목적 / 360px */
    .purpose .section .tab-content {
        padding: 8px;
    }
    .purpose .section .tab-content .tab-pane > ul > li {
        min-height: 90px;
        padding: 16px 14px 16px 54px;
        font-size: 1.3rem;
    }
    .purpose .section .tab-content .tab-pane > ul > li::before {
        left: 12px;
        width: 34px;
        height: 34px;
        font-size: 1.1rem;
    }
    /* DONATION INFO / 기부금 안내 / 360px */
    .donation-info .section .tab-content {
        padding: 8px;
    }
    .donation-info .section .tab-content .tab-pane > p {
        padding: 16px;
        font-size: 1.3rem;
    }
    .donation-info .section .tab-content .section-list li {
        padding: 14px 12px 14px 34px;
        font-size: 1.3rem;
    }
    /* MAP / 찾아오시는길 / 360px */
    .map .section {
        padding: 8px;
    }
    .map .section > h3 {
        font-size: 2rem;
    }
    .map .section > .root_daum_roughmap {
        height: 235px !important;
    }
    .map .section > dl dt,
    .map .section > dl dd {
        font-size: 1.3rem;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 360px */
    .history .section .tab-content {
        padding: 8px;
    }
    .history .section .tab-content .history-area dl dd {
        padding: 12px;
    }
    .history .section .tab-content .history-area dl dt .hexagon {
        width: 70px;
        height: 44px;
    }
    /* COMMITTEE / 회관건립준비위원회 / 360px */
    .committee .section {
        padding: 14px;
    }
    .committee .section > p:first-of-type {
        padding: 18px 16px;
        font-size: 1.6rem;
    }
    .committee .section .thm-area img {
        max-height: 200px;
    }
    .committee .section > p:nth-of-type(n + 2) {
        padding: 18px 14px 18px 44px;
        font-size: 1.3rem;
    }
    .committee .section > p:nth-of-type(n + 2)::before {
        left: 18px;
    }
    .committee .section > p:nth-of-type(n + 2)::after {
        left: 23px;
    }
    /* ABOUT / 회관건립 추진 / 360px */
    .about .about-intro {
        padding: 14px;
    }
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__content h2 {
        font-size: 2.7rem;
    }

    /* VISION / 회관건립 비전 / 360px */
    .vision .vision-hero {
        padding: 14px;
    }
    .vision .vision-hero__content h2 {
        font-size: 2.7rem;
    }


}

/* phone ~ 320px */
@media screen and (max-width: 320px) {

    /* DONOR BENEFITS / 예우 프로그램 / 320px */
    .donor-benefits .section > ul > li {
        padding: 16px 12px 14px 50px;
        font-size: 1.25rem;
    }
    .donor-benefits .section > ul > li::before {
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }
    .donor-benefits .section > p {
        padding: 14px 12px 14px 46px;
        font-size: 1.25rem;
    }
    /* PURPOSE / 회관건립 목적 / 320px */
    .purpose .section .tab-content .tab-pane > ul > li {
        padding: 14px 12px 14px 50px;
        font-size: 1.25rem;
    }
    .purpose .section .tab-content .tab-pane > ul > li::before {
        left: 10px;
        width: 32px;
        height: 32px;
    }
    /* DONATION INFO / 기부금 안내 / 320px */
    .donation-info .section .tab-content .tb-basic {
        min-width: 400px;
    }
    .donation-info .section .tab-content .tb-basic th,
    .donation-info .section .tab-content .tb-basic td {
        padding: 11px 10px;
        font-size: 1.2rem;
    }
    /* MAP / 찾아오시는길 / 320px */
    .map .section > .root_daum_roughmap {
        height: 210px !important;
    }
    .map .section .highlight-box li {
        font-size: 1.3rem;
    }
    .map .section > dl dt,
    .map .section > dl dd {
        padding: 12px 10px;
        font-size: 1.25rem;
    }
    /* HISTORY / 대한전기학회 80년 연혁 / 320px */
    .history .section .tab-content .history-area dl dd > ul > li > ul > li {
        font-size: 1.25rem;
    }
    .history .section .tab-content .history-area dl dd > ul > li > span {
        font-size: 1.2rem;
    }
    /* COMMITTEE / 회관건립준비위원회 / 320px */
    .committee .section .thm-area img {
        max-height: 180px;
    }
    .committee .section .thm-area::after {
        content: "COMMITTEE";
        right: 8px;
        bottom: 8px;
        font-size: 0.8rem;
    }
    /* ABOUT / 회관건립 추진 / 320px */
    .about .about-intro__visual,
    .about .about-intro__visual img {
        min-height: 0;
    }
    .about .about-intro__lead {
        font-size: 1.6rem;
    }
    .about .about-intro__copy {
        font-size: 1.4rem;
    }
    .about .about-intro__button {
        gap: 16px;
        padding: 13px 16px;
        font-size: 1.4rem;
    }

    /* VISION / 회관건립 비전 / 320px */
    .vision .vision-hero__lead {
        font-size: 1.6rem;
    }
    .vision .vision-hero__copy,
    .vision .vision-roadmap__heading p {
        font-size: 1.4rem;
    }


}
