.gumsan-about-page{padding:90px 0 120px;}
.gumsan-about-page .inner{max-width:1440px;margin:0 auto;padding:0 20px;}
.gumsan-section{margin-top:100px;}
.gumsan-section:first-child{margin-top:0;}

.gumsan-head{text-align:center;margin-bottom:44px;}
.gumsan-label{display:inline-block;padding:10px 20px;border-radius:999px;background:rgba(187,210,96,.18);color:var(--color-main);font-size:18px;font-weight:700;letter-spacing:.06em;}
.gumsan-head h2{margin:20px 0 0;font-size:36px;line-height:1.3;color:#111;font-weight:800;word-break:keep-all;}
/* .gumsan-subhead{text-align:center;margin:50px 0 30px;}
.gumsan-subhead h3{margin:0;font-size:30px;line-height:1.35;color:#111;font-weight:800;word-break:keep-all;} */

.director-wrap{display:grid;grid-template-columns:360px minmax(0,1fr);gap:42px;align-items:start;}
.director-photo-area{position:sticky;top:120px;}
.director-photo-box{width:100%;aspect-ratio:3/4;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,rgba(24,101,56,.12) 0%,rgba(187,210,96,.22) 100%);border:1px dashed rgba(24,101,56,.20);display:flex;align-items:center;justify-content:center;color:var(--color-main);font-size:23px;font-weight:700;text-align:center;}
.director-photo-box img {width:100%; height:100%;}
.director-caption{margin:18px 0 0;font-size:18px;line-height:1.7;color:#555;text-align:center;word-break:keep-all;}

.director-message{padding:40px 38px;border-radius:34px;background:#fff;border:1px solid rgba(24,101,56,.10);box-shadow:0 20px 50px rgba(24,101,56,.06);}
.director-message h3{margin:0 0 28px;font-size:36px;line-height:1.4;color:#111;font-weight:800;word-break:keep-all;}
.director-message p{margin:0;font-size:20px;line-height:1.9;color:#555;word-break:keep-all;}
.director-message p + p{margin-top:16px;}
.director-sign{margin-top:34px;padding-top:26px;border-top:1px solid rgba(24,101,56,.12);text-align:right;}
.director-sign span{display:block;font-size:18px;line-height:1.6;color:#666;}
.director-sign strong{display:block;margin-top:10px;font-size:30px;line-height:1.3;color:var(--color-main);font-weight:800;}

/* .purpose-box{padding:42px 40px;border-radius:34px;background:linear-gradient(135deg,var(--color-main) 0%,var(--color-sub3) 100%);box-shadow:0 22px 60px rgba(24,101,56,.18);}
.purpose-box h3{margin:0 0 20px;font-size:36px;line-height:1.4;color:#fff;font-weight:800;word-break:keep-all;text-align:center;}
.purpose-box p{margin:0;font-size:20px;line-height:1.9;color:rgba(255,255,255,.92);word-break:keep-all;text-align:center;}
.purpose-box p + p{margin-top:16px;} */

.history-wrap{margin-top:36px;}
.history-list{position:relative;padding-left:34px;}
.history-list::before{content:"";position:absolute;top:0;left:12px;bottom:0;width:2px;background:linear-gradient(180deg,var(--color-sub2) 0%,var(--color-sub1) 100%);}
.history-item{position:relative;display:grid;grid-template-columns:260px minmax(1,1fr);gap:28px;padding:0 0 26px 0;}
.history-item::before{content:"";position:absolute;top:10px;left:-34px;width:26px;height:26px;border-radius:50%;background:#fff;border:7px solid var(--color-sub1);box-sizing:border-box;}
.history-date{font-size:20px;line-height:1.6;color:var(--color-main);font-weight:800;word-break:keep-all;}
.history-text{font-size:20px;line-height:1.8;color:#555;word-break:keep-all;}

.mvv-wrap{}
.mission-box{padding:42px 40px;border-radius:34px;background:#fff;border:1px solid rgba(24,101,56,.10);box-shadow:0 20px 50px rgba(24,101,56,.06);text-align:center;}
.mvv-kicker{display:inline-block;padding:10px 18px;border-radius:999px;background:rgba(187,210,96,.18);color:var(--color-main);font-size:18px;font-weight:800;letter-spacing:.04em;}
.mission-box h3{margin:20px 0 0;font-size:36px;line-height:1.35;color:#111;font-weight:800;word-break:keep-all;}
.mission-box p{margin:18px auto 0;max-width:980px;font-size:20px;line-height:1.9;color:#555;word-break:keep-all;}

.vision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px;}
.vision-card{padding:34px 28px;border-radius:30px;background:#fff;border:1px solid rgba(24,101,56,.10);box-shadow:0 18px 45px rgba(24,101,56,.05);text-align:center;}
.vision-card span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:20px;border-radius:18px;background:linear-gradient(135deg,var(--color-sub2) 0%,rgba(99,165,50,.28) 100%);color:var(--color-main);font-size:23px;font-weight:800;}
.vision-card h4{margin:0;font-size:28px;line-height:1.4;color:#111;font-weight:800;word-break:keep-all;}
.vision-card h4 small{display:block;margin-top:6px;font-size:18px;line-height:1.5;color:var(--color-sub3);font-weight:700;}
.vision-card p{margin:18px 0 0;font-size:20px;line-height:1.8;color:#555;word-break:keep-all;}


.history-wrap{margin-top:36px;}
.history-list{position:relative;max-width:980px;margin:0 auto;}
.history-list::before{content:"";position:absolute;top:-26px;bottom:0;left:147px;width:2px;background:linear-gradient(180deg,var(--color-sub2) 0%,var(--color-sub1) 100%);}
.history-item{position:relative;min-height:74px;padding:0 0 26px 300px;}
.history-item::before{content:"";position:absolute;top:8px;left:98px;width:30px;height:30px;border-radius:50%;background:#fff;border:7px solid var(--color-sub1);box-sizing:border-box;}
.history-year{position:absolute;top:6px;left:0;width:86px;font-size:26px;line-height:1.3;color:var(--color-main);font-weight:800;text-align:right;word-break:keep-all;}
.history-month{position:absolute;top:6px;left:152px;width:90px;font-size:20px;line-height:1.4;color:var(--color-sub1);font-weight:700;word-break:keep-all;}
.history-text{font-size:20px;line-height:1.7;color:#555;word-break:keep-all;}
/* .strategy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.strategy-card{position:relative;padding:34px 30px 34px 98px;border-radius:30px;background:#fff;border:1px solid rgba(24,101,56,.10);box-shadow:0 18px 45px rgba(24,101,56,.05);}
.strategy-num{position:absolute;top:30px;left:30px;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--color-main) 0%,var(--color-sub1) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:800;}
.strategy-card h4{margin:0 0 10px;font-size:23px;line-height:1.4;color:var(--color-main);font-weight:800;word-break:keep-all;}
.strategy-card strong{display:block;font-size:23px;line-height:1.6;color:#111;font-weight:800;word-break:keep-all;}
.strategy-card ul{margin:18px 0 0;padding:0;list-style:none;}
.strategy-card li{position:relative;padding-left:20px;margin-top:12px;font-size:18px;line-height:1.8;color:#555;word-break:keep-all;}
.strategy-card li:first-child{margin-top:0;}
.strategy-card li::before{content:"";position:absolute;top:12px;left:0;width:8px;height:8px;border-radius:50%;background:var(--color-sub1);} */

.org-chart-wrap{padding:40px 30px;border-radius:30px;background:#f7f8f7;border:1px solid rgba(24,101,56,.10);}
.org-chart{position:relative;max-width:1200px;margin:0 auto;padding:10px 0 0;}
.org-box{position:relative;z-index:1; height:62px;padding:0 16px;border:2px solid #666;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;line-height:1.3;color:#111;font-weight:700;word-break:keep-all;}
.org-sub{background:#f1f3f5;}
.org-chief{width:180px;margin:0 auto;background:var(--color-main);border-color:var(--color-main);color:#fff;}
.org-director{width:180px;margin:0 auto;background:var(--color-sub1);border-color:var(--color-sub1);color:#fff;}

.org-top-row{position:relative;display:grid;grid-template-columns:1fr 180px 1fr;gap:40px;align-items:center;max-width:860px;margin:0 auto;padding-bottom:54px;}
.org-top-row::before{content:"";position:absolute;left:10%;right:10%;top:27%;height:2px;background:#666;transform:translateY(-50%);}
.org-top-row::after{content:"";position:absolute;left:50%;top:53%;width:2px;height:54px;background:#666;transform:translateX(-50%);}
.org-top-row .org-sub{max-width:220px;width:100%;}
.org-top-row .org-sub:first-child{justify-self:end;}
.org-top-row .org-sub:last-child{justify-self:start;}

.org-center{position:relative;padding:0 0 56px;}
.org-center::after{content:"";position:absolute;left:50%;top:62px;width:2px;height:60px;background:#666;transform:translateX(-50%);}

.org-bottom-row{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;align-items:start;padding-top:18px;}
.org-bottom-row::before{content:"";position:absolute;left:10%;right:10%;top:0;height:2px;background:#666;}
.org-bottom-row .org-box{position:relative;background:#fff;}
.org-bottom-row .org-box::before{content:"";position:absolute;left:50%;top:-18px;width:2px;height:18px;background:#666;transform:translateX(-50%);}


.org-table-wrap{margin-top:60px;display:grid;grid-template-columns:1fr;gap:40px;}
.org-table-box{padding:28px;border-radius:20px;background:#fff;border:1px solid rgba(24,101,56,.08);box-shadow:0 10px 30px rgba(0,0,0,.04);}
.org-table-box h3{margin-bottom:18px;font-size:25px;font-weight:800;color:var(--color-main);}
.org-table{width:100%;border-collapse:collapse;table-layout:fixed;}
.org-table th{padding:14px;font-size:20px;font-weight:700;color:#333;background:#f3f5f4;border-bottom:2px solid #ddd;text-align:center;}
.org-table td{padding:14px;font-size:20px;color:#555;border-bottom:1px solid #eee;text-align:center;line-height:1.6;}
.org-table td:last-child{text-align:left;}
.org-table tr:last-child td{border-bottom:none;}


.map-section{margin-top:60px;}
.map-box{width:100%;}
.map-inner{position:relative;width:100%;height:420px;overflow:hidden;border-radius:24px;background:#f5f5f5;}
.map-inner .root_daum_roughmap{width:100%!important;height:420px!important;}
.map-inner .root_daum_roughmap .wrap_map{height:420px!important;}
.map-inner .root_daum_roughmap .wrap_btn_zoom{z-index:2;}
.map-inner .root_daum_roughmap .wrap_controllers{z-index:2;}
.map-info{margin-top:24px;padding:30px;border-radius:20px;background:#fff;border:1px solid rgba(24,101,56,.08);box-shadow:0 10px 30px rgba(0,0,0,.05);}
.map-info h3{margin-bottom:18px;font-size:25px;font-weight:800;color:var(--color-main);}
.map-info p{margin-bottom:12px;font-size:20px;line-height:1.7;color:#555;word-break:keep-all;}
.map-info p strong{display:block;margin-bottom:6px;color:#111;font-weight:700;}
.map-section,
.map-section *,
.map-box,
.map-inner,
.map-info{transition:none!important;animation:none!important;transform:none;scroll-behavior:auto!important;}



@media all and (max-width:1200px){
.director-wrap{grid-template-columns:1fr;}
.director-photo-area{position:static;max-width:420px;margin:0 auto;}
.vision-grid{grid-template-columns:1fr;}
.strategy-grid{grid-template-columns:1fr;}
.roadmap-grid{grid-template-columns:1fr;}
.roadmap-line{display:none;}
.org-middle-row{grid-template-columns:repeat(2,1fr);}
.org-bottom-row{grid-template-columns:repeat(3,1fr);}
}

@media all and (max-width:767px){
.gumsan-about-page{padding:60px 0 90px;}
.gumsan-section{margin-top:70px;}
.gumsan-head{margin-bottom:28px;}
.gumsan-label{font-size:18px;}
.gumsan-head h2{font-size:36px;}
.gumsan-subhead{margin:36px 0 22px;}
.gumsan-subhead h3{font-size:26px;}
.director-wrap{gap:24px;}
.director-photo-area{max-width:300px;}
.director-photo-box{border-radius:22px;font-size:18px;}
.director-caption{font-size:18px;line-height:1.7;}
.director-message{padding:26px 20px;border-radius:24px;}
.director-message h3{margin-bottom:20px;font-size:23px;line-height:1.45;}
.director-message p{font-size:18px;line-height:1.85;}
.director-message p + p{margin-top:12px;}
.director-sign{margin-top:24px;padding-top:20px;}
.director-sign span{font-size:18px;}
.director-sign strong{font-size:23px;}
.purpose-box{padding:28px 20px;border-radius:24px;}
.purpose-box h3{font-size:30px;line-height:1.4;}
.purpose-box p{font-size:18px;line-height:1.8;}

.history-wrap{margin-top:24px;}
.history-list::before{left:68px;}
.history-item{min-height:58px;padding:0 0 22px 170px;}
.history-item::before{top:6px;left:57px;width:22px;height:22px;border:5px solid var(--color-sub1);}
.history-year{top:-1px;width:52px;font-size:18px;line-height:1.4;}
.history-month{left:95px;width:56px;font-size:17px;line-height:1.5;}
.history-text{font-size:18px;line-height:1.7;}

.mission-box{padding:28px 20px;border-radius:24px;}
.mvv-kicker{font-size:18px;}
.mission-box h3{font-size:30px;line-height:1.4;}
.mission-box p{font-size:18px;line-height:1.8;}
.vision-grid{gap:16px;margin-top:18px;}
.vision-card{padding:24px 18px;border-radius:22px;}
.vision-card span{width:48px;height:48px;margin-bottom:16px;border-radius:14px;font-size:18px;}
.vision-card h4{font-size:23px;line-height:1.4;}
.vision-card h4 small{font-size:18px;}
.vision-card p{font-size:18px;line-height:1.75;}
.strategy-grid{gap:16px;}
.strategy-card{padding:24px 18px 24px 82px;border-radius:22px;}
.strategy-num{top:24px;left:18px;width:44px;height:44px;border-radius:14px;font-size:18px;}
.strategy-card h4{font-size:20px;}
.strategy-card strong{font-size:20px;line-height:1.6;}
.strategy-card li{padding-left:18px;font-size:18px;line-height:1.75;}
.strategy-card li::before{top:12px;width:7px;height:7px;}

.org-chart-wrap{padding:22px 14px;border-radius:22px;overflow-x:auto;}
.org-chart{min-width:900px;}
.org-box{height:54px;font-size:18px;}
.org-chief{width:150px;}
.org-director{width:150px;}
.org-top-row{grid-template-columns:1fr 150px 1fr;gap:20px;max-width:720px;padding-bottom:44px;}
.org-top-row::after{top:54px;height:44px;}
.org-top-row .org-sub{max-width:180px;}
.org-center{padding-bottom:44px;}
.org-center::after{top:54px;height:34px;}
.org-bottom-row{gap:18px;}
.org-bottom-row .org-box::before{top:-16px;height:16px;}

.org-table-wrap{gap:26px;}
.org-table-box{padding:18px;}
.org-table-box h3{font-size:20px;}
.org-table th{font-size:14px;padding:10px;}
.org-table td{font-size:14px;padding:10px;}

.map-inner{height:320px;border-radius:18px;}
.map-inner .root_daum_roughmap{height:320px!important;}
.map-inner .root_daum_roughmap .wrap_map{height:320px!important;}
.map-info{padding:20px;}
.map-info h3{font-size:20px;}
.map-info p{font-size:15px;}
}