/*
 * 대전여성기업인협회 통합 스타일시트
 * 설치 위치: /theme/dwea/css/dwea.css
 *
 * 현재 포함 영역
 * 01. 메인 인덱스 페이지
 * 02. 회장 인사말 페이지
 * 03. 오시는 길 페이지
 *
 * 교육·세미나 카드 보정 스타일을 포함하여
 * 앞으로 홈페이지 CSS는 이 파일에서 통합 관리합니다.
 */

/* =========================================================
   01. MAIN INDEX PAGE
========================================================= */

/* =========================================================
 * 카카오 미디어자료형 메인 페이지 스타일
 * ========================================================= */
 * ========================================================= */
html {scroll-behavior:smooth;}
body.main-page #wrapper,
body.main-page #container_wr,
body.main-page #container,
body.main-page .con,
#dwa-media-main {width:100%;max-width:none;margin:0;padding:0;}
body.main-page #container_title {display:none !important;}

#dwa-media-main {
    --main-black:#111111;
    --main-gray:#666666;
    --main-light:#f3f3f3;
    --main-line:#dedede;
    --main-white:#ffffff;
    --main-yellow:#fee500;
    --main-green:#168f78;
    --main-green-light:#e7f5f1;
    --main-navy:#153b63;
    overflow:hidden;
    color:var(--main-black);
    background:#fff;
    font-family:"Pretendard","Noto Sans KR","Malgun Gothic",sans-serif;
}

#dwa-media-main * {box-sizing:border-box;}
#dwa-media-main a {color:inherit;text-decoration:none;}
#dwa-media-main img {display:block;width:100%;height:100%;object-fit:cover;}
#dwa-media-main button {font:inherit;}

.dwm-inner {width:min(1400px, calc(100% - 80px));margin:0 auto;}
.dwm-section {padding:120px 0;}
.dwm-section.is-gray {background:var(--main-light);}
.dwm-section-head {display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px;}
.dwm-section-title {margin:0;font-size:52px;line-height:1.15;font-weight:800;letter-spacing:-.055em;word-break:keep-all;}
.dwm-section-description {max-width:520px;margin:0;color:#666;font-size:17px;line-height:1.75;letter-spacing:-.02em;word-break:keep-all;}
.dwm-more-link {display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:700;white-space:nowrap;}
.dwm-more-link span {display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#111;color:#fff;transition:.25s;}
.dwm-more-link:hover span {transform:translateX(5px);background:var(--main-green);}

/* 메인 비주얼 */
.dwm-hero-wrap {padding:28px 0 0;}
.dwm-hero {position:relative;width:min(1400px, calc(100% - 80px));height:430px;margin:0 auto;border-radius:30px;overflow:hidden;background:#222;}
.dwm-hero .swiper,.dwm-hero .swiper-wrapper,.dwm-hero .swiper-slide {width:100%;height:100%;}
.dwm-hero-slide {position:relative;overflow:hidden;}
.dwm-hero-bg {position:absolute;inset:0;background-position:center;background-size:cover;transform:scale(1.04);transition:transform 7s ease;}
.dwm-hero .swiper-slide-active .dwm-hero-bg {transform:scale(1.11);}
.dwm-hero-bg::after {content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.52) 48%,rgba(0,0,0,.08) 86%);}
.dwm-hero-content {position:relative;z-index:2;display:flex;align-items:center;height:100%;padding:0 68px;color:#fff;}
.dwm-hero-copy {max-width:690px;}
.dwm-hero-tag {display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;font-size:12px;font-weight:800;letter-spacing:.12em;opacity:.86;}
.dwm-hero-tag::before {content:"";width:34px;height:2px;background:var(--main-yellow);}
.dwm-hero-title {margin:0 0 16px;color:#fff !important;font-size:clamp(36px,3.8vw,56px);line-height:1.15;font-weight:800;letter-spacing:-.055em;word-break:keep-all;text-shadow:0 2px 16px rgba(0,0,0,.28);}
.dwm-hero-text {max-width:620px;margin:0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.65;word-break:keep-all;}
.dwm-hero-button {display:inline-flex;align-items:center;gap:12px;margin-top:24px;font-size:14px;font-weight:700;}
.dwm-hero-button::after {content:"→";display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#111;transition:.25s;}
.dwm-hero-button:hover::after {transform:translateX(5px);background:var(--main-yellow);}
.dwm-hero-control {position:absolute;z-index:5;left:68px;right:68px;bottom:28px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;}
.dwm-hero-pagination {display:flex;align-items:center;gap:8px;pointer-events:auto;}
.dwm-hero-pagination .swiper-pagination-bullet {width:7px;height:7px;margin:0 !important;background:#fff;opacity:.45;transition:.3s;}
.dwm-hero-pagination .swiper-pagination-bullet-active {width:44px;border-radius:10px;opacity:1;background:var(--main-yellow);}
.dwm-hero-arrows {display:flex;gap:8px;pointer-events:auto;}
.dwm-hero-arrow {display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;cursor:pointer;transition:.25s;}
.dwm-hero-arrow:hover {background:var(--main-yellow);}
.dwm-hero-arrow svg {width:18px;height:18px;}

/* 상단 인트로 */
.dwm-intro {padding:92px 0 72px;}
.dwm-intro-row {display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:80px;align-items:end;}
.dwm-intro-kicker {display:flex;align-items:center;gap:14px;margin-bottom:22px;font-size:14px;font-weight:800;letter-spacing:.14em;color:var(--main-green);}
.dwm-intro-kicker::before {content:"";width:10px;height:10px;border-radius:50%;background:var(--main-yellow);box-shadow:0 0 0 5px rgba(254,229,0,.24);}
.dwm-intro-title {margin:0;font-size:clamp(44px,5vw,76px);line-height:1.08;font-weight:800;letter-spacing:-.065em;word-break:keep-all;}
.dwm-intro-text {margin:0;color:#555;font-size:18px;line-height:1.8;letter-spacing:-.025em;word-break:keep-all;}

/* 교육·세미나 안내 - 카카오형 콘텐츠 카드 */
.dwm-event-feature {
    overflow:hidden;
    background:#f3f3f3;
}
.dwm-event-card-heading {
    margin-bottom:46px;
}
.dwm-event-card-heading p {
    margin:15px 0 0;
    color:#777;
    font-size:16px;
    line-height:1.7;
    letter-spacing:-.025em;
}
.dwm-event-card-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:34px;
}
.dwm-event-content-card {
    display:flex;
    min-width:0;
    flex-direction:column;
    overflow:hidden;
    border-radius:22px;
    background:#fff;
    box-shadow:0 16px 38px rgba(25,30,40,.08);
    transition:transform .28s ease,box-shadow .28s ease;
}
.dwm-event-content-card:hover {
    transform:translateY(-7px);
    box-shadow:0 24px 48px rgba(25,30,40,.13);
}
.dwm-event-card-image {
    position:relative;
    width:100%;
    overflow:hidden;
    background:#e7e8ec;
}
#dwa-media-main .dwm-event-card-image img {
    display:block;
    width:100%;
    height:auto !important;
    max-width:100%;
    object-fit:contain;
    object-position:center center;
    transition:none;
}
.dwm-event-content-card:hover .dwm-event-card-image img {
    transform:none;
}
.dwm-event-card-placeholder {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    color:#888;
    background:linear-gradient(135deg,#e9eaee,#dcdde3);
    font-size:18px;
    font-weight:700;
}
.dwm-event-content-body {
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    min-height:160px;
    padding:30px 28px 25px;
}
.dwm-event-content-body h3 {
    display:-webkit-box;
    overflow:hidden;
    margin:0;
    color:#282a2f;
    font-size:25px;
    line-height:1.45;
    font-weight:750;
    letter-spacing:-.045em;
    word-break:keep-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.dwm-event-content-meta {
    display:flex;
    flex-wrap:wrap;
    gap:5px 8px;
    margin-top:16px;
    padding-top:0;
    color:#666;
    font-size:14px;
    line-height:1.5;
    letter-spacing:-.025em;
}
.dwm-event-content-meta span {
    display:inline-block;
}
.dwm-event-more-wrap {
    display:flex;
    justify-content:center;
    margin-top:58px;
}
.dwm-event-more-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:236px;
    height:62px;
    padding:0 30px;
    border-radius:999px;
    background:#e5e5e5;
    color:#252525 !important;
    font-size:16px;
    font-weight:700;
    transition:background .25s ease,transform .25s ease;
}
.dwm-event-more-button span {
    font-size:22px;
    line-height:1;
    font-weight:400;
}
.dwm-event-more-button:hover {
    color:#fff !important;
    background:#111;
    transform:translateY(-2px);
}
.dwm-event-empty {
    padding:90px 30px;
    border-radius:24px;
    background:#fff;
    color:#777;
    text-align:center;
}
.dwm-event-empty strong {
    display:block;
    margin-bottom:10px;
    color:#222;
    font-size:22px;
}
.dwm-event-empty span {
    font-size:14px;
    line-height:1.7;
}

/* 추천 콘텐츠 */
.dwm-recommend-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.dwm-recommend-card {position:relative;min-height:360px;padding:42px;border-radius:28px;overflow:hidden;background:#ddd;color:#fff;}
.dwm-recommend-card-bg {position:absolute;inset:0;}
.dwm-recommend-card-bg::after {content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.78));}
.dwm-recommend-card img {transition:.65s;}
.dwm-recommend-card:hover img {transform:scale(1.07);}
.dwm-recommend-card-body {position:absolute;z-index:2;left:42px;right:42px;bottom:40px;}
.dwm-recommend-tag {margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--main-yellow);}
.dwm-recommend-title {margin:0 0 12px;font-size:30px;line-height:1.35;font-weight:800;letter-spacing:-.045em;word-break:keep-all;}
.dwm-recommend-summary {max-width:570px;margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.65;word-break:keep-all;}
.dwm-recommend-arrow {position:absolute;z-index:3;top:28px;right:28px;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;color:#111;font-size:20px;transition:.25s;}
.dwm-recommend-card:hover .dwm-recommend-arrow {transform:rotate(-10deg);background:var(--main-yellow);}

/* 최신 갤러리 */
.dwm-gallery-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}
.dwm-gallery-card {
    position:relative;
    min-height:0;
    aspect-ratio:16/10;
    overflow:hidden;
    border-radius:28px;
    background:#e8e8e8;
    color:#fff;
    box-shadow:0 12px 34px rgba(0,0,0,.06);
    transition:transform .3s ease,box-shadow .3s ease;
}
.dwm-gallery-card:hover {
    transform:translateY(-7px);
    box-shadow:0 22px 48px rgba(0,0,0,.12);
}
.dwm-gallery-image {
    position:absolute;
    inset:0;
}
#dwa-media-main .dwm-gallery-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .65s ease;
}
.dwm-gallery-card:hover .dwm-gallery-image img {
    transform:scale(1.06);
}
.dwm-gallery-image::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.05) 18%,rgba(0,0,0,.82) 100%);
}
.dwm-gallery-placeholder {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    padding:30px;
    color:#777;
    background:linear-gradient(135deg,#ededed,#dcdcdc);
    font-size:15px;
    text-align:center;
}
.dwm-gallery-arrow {
    position:absolute;
    z-index:3;
    top:20px;
    right:20px;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:19px;
    transition:background .25s ease,transform .25s ease;
}
.dwm-gallery-card:hover .dwm-gallery-arrow {
    background:var(--main-yellow);
    transform:rotate(-8deg);
}
.dwm-gallery-body {
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    bottom:0;
    padding:28px 30px;
}
.dwm-gallery-tag {
    margin-bottom:13px;
    color:var(--main-yellow);
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
}
.dwm-gallery-title {
    display:-webkit-box;
    overflow:hidden;
    margin:0;
    color:#fff !important;
    font-size:24px;
    line-height:1.35;
    font-weight:800;
    letter-spacing:-.045em;
    word-break:keep-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.dwm-gallery-meta {
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:17px;
    color:rgba(255,255,255,.72);
    font-size:13px;
}
.dwm-gallery-empty {
    padding:80px 24px;
    border-radius:28px;
    background:#f4f4f4;
    color:#777;
    text-align:center;
}
.dwm-gallery-empty strong {
    display:block;
    margin-bottom:10px;
    color:#222;
    font-size:22px;
}

/* 바로가기 */
.dwm-quick-section {padding:0 0 120px;}
.dwm-quick-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.dwm-quick-card {position:relative;min-height:260px;padding:34px;border-radius:26px;overflow:hidden;background:#f1f1f1;transition:.28s;}
.dwm-quick-card:nth-child(1) {background:#fee500;}
.dwm-quick-card:nth-child(2) {background:#e8f6f2;}
.dwm-quick-card:nth-child(3) {background:#e9eff7;}
.dwm-quick-card:nth-child(4) {background:#f4eefa;}
.dwm-quick-card:hover {transform:translateY(-6px);box-shadow:0 18px 44px rgba(0,0,0,.08);}
.dwm-quick-number {display:block;margin-bottom:42px;color:rgba(0,0,0,.42);font-size:13px;font-weight:800;}
.dwm-quick-title {margin:0 0 12px;font-size:24px;line-height:1.35;font-weight:800;letter-spacing:-.045em;word-break:keep-all;}
.dwm-quick-text {margin:0;color:#555;font-size:14px;line-height:1.6;word-break:keep-all;}
.dwm-quick-arrow {position:absolute;right:28px;bottom:28px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#111;color:#fff;transition:.25s;}
.dwm-quick-card:hover .dwm-quick-arrow {transform:translateX(5px);background:var(--main-green);}

/* 모션 */
.dwm-reveal {opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease;}
.dwm-reveal.is-visible {opacity:1;transform:none;}

@media (max-width:1180px) {
    .dwm-inner {width:min(100% - 48px,1400px);}
    .dwm-hero {width:calc(100% - 48px);}
    .dwm-intro-row {grid-template-columns:1fr;gap:28px;}
    .dwm-gallery-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
    .dwm-event-swiper .swiper-slide {width:100%;}
.dwm-quick-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:820px) {
    .dwm-inner {width:calc(100% - 32px);}
    .dwm-section {padding:84px 0;}
    .dwm-section-head {display:block;margin-bottom:34px;}
    .dwm-section-title {font-size:38px;}
    .dwm-section-description {margin-top:18px;font-size:15px;}
    .dwm-more-link {margin-top:20px;}
    .dwm-hero-wrap {padding-top:16px;}
    .dwm-hero {width:calc(100% - 32px);height:460px;border-radius:24px;}
    .dwm-hero-content {align-items:flex-end;padding:0 26px 94px;}
    .dwm-hero-title {font-size:38px;}
    .dwm-hero-text {font-size:15px;}
    .dwm-hero-control {left:26px;right:26px;bottom:24px;}
    .dwm-intro {padding:72px 0 56px;}
    .dwm-intro-title {font-size:48px;}
    .dwm-intro-text {font-size:16px;}
    .dwm-event-swiper .swiper-slide {width:100%;}
    .dwm-event-card-body {min-height:0;}
    .dwm-gallery-grid {grid-template-columns:1fr;}
    .dwm-recommend-grid {grid-template-columns:1fr;}
    .dwm-recommend-card {min-height:390px;}
}

@media (max-width:560px) {
    .dwm-section {padding:70px 0;}
    .dwm-section-title {font-size:34px;}
    .dwm-hero {height:430px;}
    .dwm-hero-tag {font-size:10px;line-height:1.45;}
    .dwm-hero-title {font-size:32px;}
    .dwm-hero-text {font-size:14px;}
    .dwm-hero-arrow {width:38px;height:38px;}
    .dwm-intro-title {font-size:39px;}
    .dwm-event-feature .dwm-section-head {display:flex;align-items:center;}
    .dwm-event-head-copy p {display:none;}
    .dwm-event-swiper .swiper-slide {width:100%;}
    .dwm-event-card {border-radius:22px;}
    .dwm-event-poster-stage {padding:14px;}
    .dwm-event-poster-wrap {border-radius:14px;}
    .dwm-event-card-body {min-height:0;padding:22px;}
    .dwm-event-title {font-size:22px;}
    .dwm-event-arrow {width:44px;height:44px;}
   .dwm-gallery-card {min-height:0;aspect-ratio:4/3;border-radius:22px;}
    .dwm-gallery-body {padding:24px;}
    .dwm-gallery-title {font-size:22px;}
    .dwm-gallery-arrow {top:20px;right:20px;width:43px;height:43px;}
    .dwm-recommend-card {min-height:360px;padding:28px;border-radius:22px;}
    .dwm-recommend-card-body {left:28px;right:28px;bottom:28px;}
    .dwm-recommend-title {font-size:25px;}
    .dwm-recommend-summary {font-size:14px;}
.dwm-quick-grid {grid-template-columns:1fr;}
    .dwm-quick-card {min-height:225px;}
}

/* =========================================================
   02. PRESIDENT GREETING PAGE
   회장 인사말 페이지
========================================================= */

/* =========================================================
   대전여성기업인협회 회장 인사말
========================================================= */
.dwca-greeting-page,
.dwca-greeting-page * {
    box-sizing: border-box;
}

.dwca-greeting-page {
    --dwca-green: #1c6f52;
    --dwca-green-dark: #14563f;
    --dwca-green-soft: #edf5f1;
    --dwca-gold: #b99a67;
    --dwca-text: #202522;
    --dwca-muted: #737c77;
    --dwca-line: #dfe6e2;

    width: 100%;
    padding: 0 20px 130px;
    overflow: hidden;
    color: var(--dwca-text);
}

.dwca-greeting-page .greeting-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* 상단 제목 */
.dwca-greeting-page .greeting-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding: 82px 0 46px;
    border-bottom: 1px solid var(--dwca-line);
}

.dwca-greeting-page .greeting-heading-text {
    min-width: 0;
}

.dwca-greeting-page .greeting-kicker {
    display: block;
    margin-bottom: 13px;
    color: var(--dwca-green);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .13em;
}

.dwca-greeting-page .greeting-heading h2 {
    margin: 0;
    color: #111;
    font-size: 50px;
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -2.4px;
}

.dwca-greeting-page .greeting-heading h2 b {
    color: var(--dwca-green);
    font-weight: 750;
}

.dwca-greeting-page .greeting-heading-desc {
    max-width: 430px;
    margin: 0 0 5px;
    color: var(--dwca-muted);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -.3px;
    text-align: right;
}

/* 인사말 본문 */
.dwca-greeting-page .greeting-content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 82px;
    align-items: stretch;
    padding-top: 54px;
}

.dwca-greeting-page .greeting-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 18px;
    right: -110px;
    left: auto;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(28, 111, 82, .08);
    border-radius: 50%;
}

.dwca-greeting-page .president-visual {
    grid-column: 2;
    grid-row: 1;
}

.dwca-greeting-page .greeting-message {
    grid-column: 1;
    grid-row: 1;
}

/* 회장 사진 */
.dwca-greeting-page .president-visual {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(237, 245, 241, .15), rgba(237, 245, 241, .92)),
        #eef4f1;
}

.dwca-greeting-page .president-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: var(--dwca-green);
}

.dwca-greeting-page .president-visual::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -85px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(185, 154, 103, .13);
}

.dwca-greeting-page .president-photo {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.dwca-greeting-page .president-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

.dwca-greeting-page .president-caption {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 28px;
    left: 28px;
    padding: 24px 26px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.dwca-greeting-page .president-role {
    display: block;
    margin-bottom: 8px;
    color: var(--dwca-green);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .08em;
}

.dwca-greeting-page .president-caption h3 {
    margin: 0;
    color: #151a17;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 750;
    letter-spacing: -1.3px;
}

.dwca-greeting-page .president-company {
    margin: 8px 0 0;
    color: #66716b;
    font-size: 14px;
    line-height: 1.5;
}

/* 인사말 텍스트 */
.dwca-greeting-page .greeting-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 10px 38px 0;
}

.dwca-greeting-page .greeting-quote {
    position: relative;
    margin: 0 0 42px;
    padding: 0 0 31px;
    color: #17241e;
    font-size: 31px;
    line-height: 1.48;
    font-weight: 700;
    letter-spacing: -1.35px;
    word-break: keep-all;
}



.dwca-greeting-page .greeting-quote::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 3px;
    background: var(--dwca-green);
}

.dwca-greeting-page .greeting-body {
    color: #4a534e;
    font-size: 17px;
    line-height: 2;
    letter-spacing: -.35px;
    word-break: keep-all;
}

.dwca-greeting-page .greeting-body p {
    margin: 0 0 23px;
}

.dwca-greeting-page .greeting-body p:last-child {
    margin-bottom: 0;
}

.dwca-greeting-page .greeting-body strong {
    color: #1d2822;
    font-weight: 700;
}

.dwca-greeting-page .greeting-signature {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 44px;
    padding-top: 26px;
    border-top: 1px solid var(--dwca-line);
    color: #38433d;
}

.dwca-greeting-page .greeting-signature span {
    font-size: 15px;
    line-height: 1.5;
}

.dwca-greeting-page .greeting-signature strong {
    color: #111;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 750;
    letter-spacing: .08em;
}

/* 핵심 방향 */
.dwca-greeting-page .greeting-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 72px;
    border-top: 1px solid var(--dwca-line);
    border-bottom: 1px solid var(--dwca-line);
}

.dwca-greeting-page .greeting-value {
    min-width: 0;
    padding: 31px 32px 33px;
    border-right: 1px solid var(--dwca-line);
}

.dwca-greeting-page .greeting-value:last-child {
    border-right: 0;
}

.dwca-greeting-page .greeting-value-number {
    display: block;
    margin-bottom: 13px;
    color: var(--dwca-gold);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
}

.dwca-greeting-page .greeting-value h4 {
    margin: 0 0 10px;
    color: #18221d;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 750;
    letter-spacing: -.7px;
}

.dwca-greeting-page .greeting-value p {
    margin: 0;
    color: #757e79;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: -.25px;
    word-break: keep-all;
}

/* 반응형 */
@media (max-width: 1150px) {
    .dwca-greeting-page .greeting-content {
        grid-template-columns: minmax(0, 1fr) 430px;
        gap: 52px;
    }

    .dwca-greeting-page .president-visual {
        min-height: 630px;
    }

    .dwca-greeting-page .greeting-quote {
        font-size: 27px;
    }

    .dwca-greeting-page .greeting-body {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .dwca-greeting-page .greeting-heading {
        display: block;
    }

    .dwca-greeting-page .greeting-heading-desc {
        max-width: none;
        margin-top: 18px;
        text-align: left;
    }

    .dwca-greeting-page .greeting-content {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .dwca-greeting-page .president-visual,
    .dwca-greeting-page .greeting-message {
        grid-column: auto;
        grid-row: auto;
    }

    .dwca-greeting-page .president-visual {
        min-height: 720px;
    }

    .dwca-greeting-page .greeting-message {
        padding: 26px 0 0;
    }
}

@media (max-width: 680px) {
    .dwca-greeting-page {
        padding: 0 16px 85px;
    }

    .dwca-greeting-page .greeting-heading {
        padding: 55px 0 30px;
    }

    .dwca-greeting-page .greeting-kicker {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .dwca-greeting-page .greeting-heading h2 {
        font-size: 34px;
        line-height: 1.28;
        letter-spacing: -1.5px;
    }

    .dwca-greeting-page .greeting-heading-desc {
        font-size: 14px;
    }

    .dwca-greeting-page .greeting-content {
        padding-top: 30px;
    }

    .dwca-greeting-page .president-visual {
        min-height: 530px;
    }

    .dwca-greeting-page .president-caption {
        right: 18px;
        bottom: 18px;
        left: 18px;
        padding: 20px;
    }

    .dwca-greeting-page .president-caption h3 {
        font-size: 25px;
    }

    .dwca-greeting-page .greeting-quote {
        margin-bottom: 31px;
        padding-bottom: 24px;
        font-size: 23px;
        line-height: 1.55;
        letter-spacing: -1px;
    }

    

    .dwca-greeting-page .greeting-body {
        font-size: 15px;
        line-height: 1.92;
    }

    .dwca-greeting-page .greeting-body p {
        margin-bottom: 19px;
    }

    .dwca-greeting-page .greeting-signature {
        margin-top: 34px;
    }

    .dwca-greeting-page .greeting-signature strong {
        font-size: 24px;
    }

    .dwca-greeting-page .greeting-values {
        grid-template-columns: 1fr;
        margin-top: 52px;
    }

    .dwca-greeting-page .greeting-value {
        padding: 25px 22px 27px;
        border-right: 0;
        border-bottom: 1px solid var(--dwca-line);
    }

    .dwca-greeting-page .greeting-value:last-child {
        border-bottom: 0;
    }
}

/* =========================================================
   03. LOCATION PAGE
   오시는 길 페이지 - 심플형
========================================================= */
.dwca-location-page,
.dwca-location-page * {
    box-sizing: border-box;
}

.dwca-location-page {
    --location-purple: #6842b8;
    --location-text: #1d2028;
    --location-muted: #6f7681;
    --location-line: #e5e7eb;

    width: 100%;
    padding: 82px 24px 125px;
    color: var(--location-text);
    background: #fff;
    font-family:
        "Pretendard",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
}

.dwca-location-page a {
    color: inherit;
    text-decoration: none;
}

.dwca-location-page h1,
.dwca-location-page p {
    margin: 0;
}

.dwca-location-page .location-inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

/* 페이지 제목 */
.dwca-location-page .location-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    align-items: end;
    gap: 60px;
    margin-bottom: 48px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--location-line);
}

.dwca-location-page .location-kicker {
    display: block;
    margin-bottom: 13px;
    color: var(--location-purple);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .18em;
}

.dwca-location-page .location-heading h1 {
    color: #171a21;
    font-size: clamp(42px, 4.5vw, 60px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.055em;
}

.dwca-location-page .location-heading p {
    color: var(--location-muted);
    font-size: 18px;
    line-height: 1.85;
    letter-spacing: -.025em;
    text-align: right;
    word-break: keep-all;
}

/* 지도 */
.dwca-location-page .location-map-panel {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.dwca-location-page .location-map {
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #f1f2f4;
    box-shadow: none;
}

.dwca-location-page .location-map .root_daum_roughmap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.dwca-location-page .location-map .root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 520px !important;
}

.dwca-location-page .location-map .root_daum_roughmap .wrap_controllers {
    width: 100% !important;
}

.dwca-location-page .location-map .root_daum_roughmap .map_border {
    display: none !important;
}

/* 주소·전화·이메일이 입력된 경우에만 표시 */
.dwca-location-page .location-contact-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    margin-top: 42px;
    padding-top: 35px;
    border-top: 1px solid var(--location-line);
}

.dwca-location-page .location-contact-item {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.dwca-location-page .location-contact-label {
    display: block;
    margin-bottom: 10px;
    color: var(--location-purple);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.dwca-location-page .location-contact-value {
    color: #252931;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.65;
    word-break: keep-all;
}

@media (max-width: 900px) {
    .dwca-location-page .location-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .dwca-location-page .location-heading p {
        max-width: 680px;
        text-align: left;
    }

    .dwca-location-page .location-contact-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 680px) {
    .dwca-location-page {
        padding: 52px 16px 82px;
    }

    .dwca-location-page .location-heading {
        margin-bottom: 34px;
        padding-bottom: 25px;
    }

    .dwca-location-page .location-kicker {
        font-size: 13px;
    }

    .dwca-location-page .location-heading h1 {
        font-size: 39px;
    }

    .dwca-location-page .location-heading p {
        font-size: 16px;
    }

    .dwca-location-page .location-map {
        min-height: 360px;
    }

    .dwca-location-page .location-map .root_daum_roughmap .wrap_map {
        height: 360px !important;
    }

    .dwca-location-page .location-contact-list {
        margin-top: 30px;
        padding-top: 28px;
    }

    .dwca-location-page .location-contact-value {
        font-size: 16px;
    }
}



/* 교육·세미나 콘텐츠 카드 반응형 */
@media (max-width:1024px) {
    .dwm-event-card-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
}
@media (max-width:680px) {
    .dwm-event-card-heading {margin-bottom:30px;}
    .dwm-event-card-heading p {font-size:14px;}
    .dwm-event-card-grid {grid-template-columns:1fr;gap:22px;}
    .dwm-event-content-card {border-radius:18px;}
    .dwm-event-content-body {min-height:145px;padding:24px 22px 21px;}
    .dwm-event-content-body h3 {font-size:21px;}
    .dwm-event-content-meta {margin-top:14px;padding-top:0;font-size:13px;}
    .dwm-event-more-wrap {margin-top:38px;}
    .dwm-event-more-button {min-width:210px;height:56px;font-size:15px;}
}

/* =========================================================
   교육·세미나 카드 이미지 출력
   - 기존 카드 디자인과 레이아웃은 유지
   - 이미지는 카드 가로폭 100%에 정확히 맞춤
   - 좌우는 자르지 않고 세로 하단만 영역 밖으로 잘릴 수 있음
========================================================= */
#dwa-media-main .dwm-event-card-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 4 !important;
    overflow: hidden;
    background: #ffffff;
}

#dwa-media-main .dwm-event-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100% !important;
    height: auto !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff;
    box-shadow: none !important;
    object-fit: initial !important;
    object-position: initial !important;
    transform: none !important;
    transition: none !important;
}

#dwa-media-main .dwm-event-content-card:hover .dwm-event-card-image img {
    transform: none !important;
}

@media (max-width: 680px) {
    #dwa-media-main .dwm-event-card-image {
        aspect-ratio: 3 / 4 !important;
    }
}

/* DWCA EVENT IMAGE WIDTH 100 ONLY 20260730 */
