:root { --namdo-navy: #101f3f; --namdo-gold: #bca66d; }
.namdo-main-video { object-fit: cover; background: #000; pointer-events: none; }
.namdo-policy-modal{display:none;position:fixed;inset:0;z-index:100000}.namdo-policy-modal.is-open{display:block}.namdo-policy-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65)}.namdo-policy-modal-card{position:absolute;left:50%;top:50%;width:min(900px,calc(100% - 32px));height:min(760px,calc(100% - 48px));transform:translate(-50%,-50%);background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.25)}.namdo-policy-modal-card header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #e3e6eb}.namdo-policy-modal-card h2{margin:0;color:var(--namdo-navy);font:700 20px/1 "Noto Sans KR",sans-serif}.namdo-policy-modal-card header button{border:0;background:none;color:#333;font-size:30px;line-height:1;cursor:pointer}.namdo-policy-modal-card iframe{display:block;width:100%;height:calc(100% - 64px);border:0}@media(max-width:767px){.namdo-policy-modal-card{width:calc(100% - 20px);height:calc(100% - 24px)}.namdo-policy-modal-card header{height:54px;padding:0 16px}.namdo-policy-modal-card iframe{height:calc(100% - 54px)}}
.namdo-policy-page{max-width:860px;margin:80px auto;padding:48px;background:#fff;color:#222;font:16px/1.8 "Noto Sans KR",sans-serif}.namdo-policy-page h1{margin:0 0 36px;color:var(--namdo-navy);font-size:32px}.namdo-policy-page h2{margin:30px 0 8px;color:var(--namdo-navy);font-size:20px}.namdo-policy-page p{margin:0 0 12px}.namdo-policy-page .policy-date{margin-top:36px;color:#666}.namdo-policy-page .policy-back{display:inline-block;margin-top:26px;color:var(--namdo-navy);text-decoration:underline}@media(max-width:767px){.namdo-policy-page{margin:24px 16px;padding:24px 20px}.namdo-policy-page h1{font-size:25px}}
.namdo-pr-tabs{width:min(1008px,100%);margin:0 auto 40px;background:#fff}.namdo-pr-tablist{display:flex;border-bottom:1px solid #d5d9df}.namdo-pr-tablist button{flex:1;height:54px;border:0;border-bottom:3px solid transparent;background:#f4f6f8;color:#5c6470;font:600 17px/1 "Noto Sans KR",sans-serif;cursor:pointer}.namdo-pr-tablist button[aria-selected="true"]{border-bottom-color:var(--namdo-navy);background:#fff;color:var(--namdo-navy)}.namdo-pr-panel{width:100%;height:560px;background:#000}.namdo-pr-panel iframe{display:block;width:100%;height:100%;border:0}.namdo-pr-panel[hidden]{display:none}@media(max-width:767px){.namdo-pr-tabs{margin-bottom:24px}.namdo-pr-tablist button{height:44px;font-size:14px}.namdo-pr-panel{height:300px}}

/* 메인 비디오를 제외한 모든 서브페이지 상단 비주얼의 높이를 통일 */
@media (min-width: 768px) {
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) { height: 360px !important; min-height: 360px; padding-top: 114px !important; }
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view,
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view > .tb,
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view > .tb > .row { height: 246px !important; }
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view > .tb > .row { display: table-cell !important; vertical-align: middle !important; }
}
@media (max-width: 767px) {
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8),
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view,
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view > .tb,
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view > .tb > .row { height: 180px !important; min-height: 180px; }
  #main_container .body > .frm.headerSectionMerge:not(#fN8Go8) > .view > .tb > .row { display: table-cell !important; vertical-align: middle !important; }
}
.namdo-voice-section{width:min(760px,calc(100% - 40px));margin:0 auto 150px;padding:34px 38px 42px;background:#fff;border:1px solid #e5e8ed;box-shadow:0 16px 42px rgba(16,31,63,.08);text-align:left;font-family:"Noto Sans KR",sans-serif;color:#222}.namdo-voice-heading{margin:0 0 26px;padding-bottom:18px;border-bottom:2px solid var(--namdo-navy)}.namdo-voice-heading h2{margin:0;color:var(--namdo-navy);font-size:24px;font-weight:700}.namdo-voice-heading p{margin:8px 0 0;color:#6c7480;font-size:13px;line-height:1.7}.namdo-voice-form{display:grid;gap:16px}.namdo-voice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.namdo-voice-field{display:grid;gap:7px}.namdo-voice-field label{font-size:13px;font-weight:700;color:#303b4a}.namdo-voice-field label span{color:#b24b4b}.namdo-voice-field input,.namdo-voice-field select,.namdo-voice-field textarea{width:100%;border:1px solid #d8dde5;border-radius:2px;background:#fff;color:#222;font:inherit;font-size:14px;padding:11px 12px;outline:none;transition:border-color .2s,box-shadow .2s}.namdo-voice-field input,.namdo-voice-field select{height:46px}.namdo-voice-field textarea{min-height:180px;resize:vertical;line-height:1.7}.namdo-voice-field input:focus,.namdo-voice-field select:focus,.namdo-voice-field textarea:focus{border-color:var(--namdo-navy);box-shadow:0 0 0 3px rgba(16,31,63,.08)}.namdo-voice-consent{display:flex;align-items:flex-start;gap:8px;padding:13px 14px;background:#f7f8fa;color:#596473;font-size:12px;line-height:1.6}.namdo-voice-consent input{margin-top:3px;accent-color:var(--namdo-navy)}.namdo-voice-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:3px}.namdo-voice-actions button{min-width:118px;height:46px;border:1px solid var(--namdo-navy);border-radius:2px;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.namdo-voice-submit{background:var(--namdo-navy);color:#fff}.namdo-voice-reset{background:#fff;color:var(--namdo-navy)}.namdo-voice-message{min-height:20px;margin:0;color:#2e6b4b;font-size:13px}.namdo-voice-message.error{color:#b24b4b}
img[src*="67eab05975048_1920.jpg"] { width: 100% !important; max-width: 1116px; height: auto !important; object-fit: contain; }
.namdo-data-table { width: 100%; border-collapse: collapse; table-layout: fixed; color: #333; background: #fff; }
.namdo-data-table th, .namdo-data-table td { border: 1px solid #d9d9d9; padding: 14px 12px; text-align: center; line-height: 1.55; }
.namdo-data-table th { background: var(--namdo-navy); color: #fff; font-weight: 600; }
.namdo-data-table tbody tr:nth-child(even) { background: #f8f8f8; }
.namdo-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.namdo-structured-block { width:100%; max-width:1080px; margin:0 auto; font-family:"Noto Sans KR",sans-serif; }
.namdo-profile-structured{max-width:818px}
.namdo-profile-table { width:100%; border-collapse:collapse; border-top:2px solid var(--namdo-navy); color:#333; }
.namdo-profile-table th,.namdo-profile-table td{border-bottom:1px solid #ddd;padding:19px 22px;text-align:left;line-height:1.7}.namdo-profile-table th{width:24%;background:#f5f6f8;color:var(--namdo-navy)}
.namdo-capabilities{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.namdo-capabilities span{border:1px solid #e1e3e7;padding:11px;text-align:center}.namdo-capabilities b{display:block;color:var(--namdo-navy);margin-bottom:4px}
.namdo-history{list-style:none;margin:0;padding:20px 0;position:relative}.namdo-history:before{content:"";position:absolute;left:155px;top:0;bottom:0;width:1px;background:#d5d8dd}.namdo-history li{display:grid;grid-template-columns:130px 1fr;gap:55px;position:relative;padding:15px 0}.namdo-history li:before{content:"";position:absolute;left:150px;top:22px;width:11px;height:11px;border-radius:50%;background:var(--namdo-gold)}.namdo-history time{font-weight:700;color:var(--namdo-navy);text-align:right}.namdo-history p{margin:0;color:#555}
.namdo-org>ul{display:flex;justify-content:center}.namdo-org ul{list-style:none;padding:0;margin:0}.namdo-org li{text-align:center;padding:14px 8px}.namdo-org li>span{display:inline-block;min-width:120px;padding:13px 18px;background:var(--namdo-navy);color:#fff}.namdo-org li ul{display:flex;justify-content:center;gap:14px;margin-top:25px}.namdo-org li li>span{background:#fff;border:1px solid var(--namdo-navy);color:var(--namdo-navy)}
@media (max-width: 767px) {
  .namdo-voice-section{width:calc(100% - 28px);margin-bottom:92px;padding:24px 18px 28px}.namdo-voice-heading{margin-bottom:20px;padding-bottom:14px}.namdo-voice-heading h2{font-size:20px}.namdo-voice-heading p{font-size:12px}.namdo-voice-grid{grid-template-columns:1fr;gap:14px}.namdo-voice-form{gap:14px}.namdo-voice-field textarea{min-height:160px}.namdo-voice-actions{display:grid;grid-template-columns:1fr 1fr}.namdo-voice-actions button{min-width:0}
  .namdo-data-table { min-width: 720px; font-size: 12px; }
  .namdo-data-table th, .namdo-data-table td { padding: 9px 7px; }
  .namdo-profile-table th,.namdo-profile-table td{display:block;width:100%;padding:12px 14px}.namdo-profile-table th{border-bottom:0}.namdo-capabilities{grid-template-columns:1fr 1fr}.namdo-history:before{left:5px}.namdo-history li{display:block;padding:12px 0 12px 28px}.namdo-history li:before{left:0}.namdo-history time{text-align:left}.namdo-history p{margin-top:5px}.namdo-org{overflow-x:auto}.namdo-org>ul{min-width:800px}
}

/* 회사개요 원본 이미지의 병합 셀, 색상과 비율을 그대로 옮긴 전용 표 */
.namdo-profile-structured{height:1230px}.namdo-profile-scroll{position:relative;width:1008px;height:1230px;overflow:hidden}.namdo-profile-table{width:1008px;height:1230px;border-collapse:collapse;table-layout:fixed;border-top:3px solid #001654;border-bottom:3px solid #001654;color:#222;font-size:20px;line-height:1.35}.namdo-profile-table .profile-label{width:19%}.namdo-profile-table .profile-sub{width:13.5%}.namdo-profile-table th,.namdo-profile-table td{border:1px solid #aaa;padding:2px 18px;vertical-align:middle}.namdo-profile-table thead{height:58px}.namdo-profile-table thead th{background:#d8e1ec;color:#001452;text-align:center;font-weight:700;border-top:0;border-bottom:2px solid #001b58}.namdo-profile-table tbody th{background:#f3f3f5;color:#001452;text-align:center;font-weight:700}.namdo-profile-table tbody td{text-align:left;background:#fff}.namdo-profile-table tbody td.profile-center,.namdo-profile-table tbody td:nth-child(2):not([colspan]){text-align:center}.namdo-profile-table .profile-industries{height:200px}.namdo-profile-table .profile-industries ul{list-style:disc;list-style-position:outside;margin:0;padding-left:22px;display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;grid-template-rows:repeat(4,auto);gap:4px 70px}.namdo-profile-table .profile-affiliates{height:105px}.namdo-profile-table br{display:block}

/* 근린생활시설 원본의 청록·베이지 헤더와 회색 표를 유지 */
.namdo-commercial{width:calc(100% - 48px);max-width:1000px;min-height:678px;margin:0 auto;background:#fff;color:#173746;overflow:hidden}.namdo-commercial header{height:214px;display:grid;grid-template-columns:264px 1fr;align-items:start}.namdo-commercial header>b{height:194px;padding:118px 20px 0 32px;background:#e3c397;border-right:20px solid #fff;box-shadow:20px 20px 0 #073f54;color:#073f54;font-size:30px;white-space:nowrap}.namdo-commercial header>div{padding:36px 25px}.namdo-commercial h2{margin:0 0 12px;font-size:34px;line-height:1.2;color:#073f54;font-weight:800}.namdo-commercial header p{margin:0;font-size:16px;line-height:1.55;color:#202d33}.namdo-commercial-body{display:grid;grid-template-columns:2fr 1fr;gap:30px;padding:80px 8px 18px}.namdo-commercial .namdo-table-scroll{overflow:visible}.namdo-commercial .namdo-unit{margin:-23px 0 6px;text-align:right;font-size:11px;color:#666}.namdo-commercial .namdo-data-table{min-width:0;font-size:11px;table-layout:fixed}.namdo-commercial .namdo-data-table th,.namdo-commercial .namdo-data-table td{padding:2px 4px;border:1px solid #aaa;line-height:1.2;text-align:center}.namdo-commercial .namdo-data-table th{background:#aeb2ba;color:#fff;font-weight:500}.namdo-commercial .namdo-plan-crop{position:relative;height:375px;overflow:hidden;margin-top:-150px}.namdo-commercial .namdo-plan-crop img{position:absolute;max-width:none!important;width:1000px!important;height:678px!important;left:-700px;top:-145px;object-fit:initial}
@media(min-width:768px) and (max-width:818px){.namdo-profile-structured{width:100%;height:1000px;max-width:none;position:relative}.namdo-profile-scroll{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}}
@media(max-width:767px){.namdo-profile-structured{width:100%;height:395px;max-width:none;position:relative}.namdo-profile-scroll{position:absolute;left:50%;top:0;transform:translateX(-50%) scale(.32);transform-origin:top center}.namdo-profile-table th,.namdo-profile-table td{display:table-cell;width:auto}.namdo-commercial{width:100%;min-height:0}.namdo-commercial header{height:auto;grid-template-columns:1fr}.namdo-commercial header>b{height:auto;padding:22px;box-shadow:none;border-right:0;font-size:24px}.namdo-commercial header>div{padding:25px 18px}.namdo-commercial h2{font-size:25px}.namdo-commercial header p{font-size:13px}.namdo-commercial-body{grid-template-columns:1fr;padding:45px 8px 10px}.namdo-commercial .namdo-data-table{font-size:9px}.namdo-commercial .namdo-plan-crop{height:300px;margin-top:10px}.namdo-commercial .namdo-plan-crop img{left:calc(50% - 820px);top:-170px}}

/* 공사실적 이미지 표를 같은 색상과 열 비율의 관리형 HTML 표로 재현 */
.namdo-projects-structured{max-width:1400px;color:#333}.namdo-project-section{margin:0 0 76px}.namdo-project-section h2{display:flex;align-items:center;gap:13px;margin:0 0 22px;font-size:25px;line-height:1.2;font-weight:700;color:#252525}.namdo-project-section h2 i{display:block;width:11px;height:11px;background:#2758ff;transform:rotate(45deg)}.namdo-project-table-wrap{width:100%;overflow:hidden}.namdo-project-table{width:100%;border-collapse:collapse;table-layout:fixed;font:400 13px/1.35 "Noto Sans KR",sans-serif;color:#555}.namdo-project-table col.project-year{width:12%}.namdo-project-table col.project-seq{width:6%}.namdo-project-table col.project-name{width:38%}.namdo-project-table col.project-client{width:18%}.namdo-project-table col.project-amount{width:10%}.namdo-project-table col.project-date{width:8%}.namdo-project-table th,.namdo-project-table td{height:46px;border:1px solid #e2e4e8;padding:7px 9px;text-align:center;vertical-align:middle}.namdo-project-table thead th{height:60px;background:#292929;color:#fff;border-color:#4b4b4b;font-weight:500}.namdo-project-table .namdo-project-year{background:#f3f7fc;color:#333;font-size:15px;font-weight:500}.namdo-project-table .namdo-project-name{text-align:center}.namdo-project-table .namdo-project-amount{white-space:nowrap}.namdo-project-table small{display:block;font-size:.8em}
@media(max-width:767px){.namdo-projects-structured{width:100%;padding:0 2px}.namdo-project-section{margin-bottom:28px}.namdo-project-section h2{gap:5px;margin-bottom:7px;font-size:12px}.namdo-project-section h2 i{width:5px;height:5px}.namdo-project-table{font-size:5.5px;line-height:1.2}.namdo-project-table th,.namdo-project-table td{height:18px;padding:1px}.namdo-project-table thead th{height:24px}.namdo-project-table .namdo-project-year{font-size:6px}.namdo-project-table .namdo-project-amount{white-space:normal}}

@media(min-width:768px){.namdo-project-table th,.namdo-project-table td{height:42px;padding:6px 9px}.namdo-project-table small{font-weight:400}}

.namdo-supply-structured{max-width:1000px;color:#333}.namdo-supply-guide{font:400 11px/1.45 "Noto Sans KR",sans-serif}.namdo-supply-section{margin:0 0 24px}.namdo-supply-section h2{display:flex;align-items:center;gap:5px;margin:0 0 6px;padding:0;background:#fff;color:#003c53;border:0;font-size:15px;font-weight:700}.namdo-supply-section h2::before{content:"";display:block;width:9px;height:9px;background:#003c53}.namdo-supply-table-wrap{position:relative;width:100%;overflow-x:auto}.namdo-supply-unit{margin:0 0 3px;text-align:right;font-size:10px}.namdo-supply-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:auto;text-align:center;color:#333}.namdo-supply-table th,.namdo-supply-table td{border:1px solid #b7b7b7;padding:4px 3px;vertical-align:middle;background:#fff}.namdo-supply-table th{background:#e9e9e9;color:#222;font-weight:700}.namdo-supply-table thead tr:first-child th{background:#e9e9e9}.namdo-supply-table th small{display:block;font-size:9px;font-weight:400}.namdo-supply-table td ul{margin:0;padding:3px 3px 3px 18px;text-align:left}.namdo-supply-table td li{margin:1px 0}.namdo-supply-total td{background:#f5f5f5;font-weight:700}.namdo-supply-fields{margin:0}.namdo-supply-fields div{display:grid;grid-template-columns:160px 1fr;border:1px solid #b7b7b7;border-bottom:0}.namdo-supply-fields div:last-child{border-bottom:1px solid #b7b7b7}.namdo-supply-fields dt,.namdo-supply-fields dd{margin:0;padding:7px 9px}.namdo-supply-fields dt{background:#e9e9e9;color:#222;text-align:center;font-weight:700}.namdo-supply-fields dd{min-height:32px;background:#fff}.namdo-source-blank{display:block;min-height:1em}.namdo-supply-section[data-section="supply_overview"]>h2{display:none}.namdo-supply-section[data-section="supply_overview"] .namdo-supply-fields div{display:flex;gap:4px;border:0}.namdo-supply-section[data-section="supply_overview"] .namdo-supply-fields dt{padding:0;background:#fff;color:#003c53;text-align:left}.namdo-supply-section[data-section="supply_overview"] .namdo-supply-fields dt::before{content:"■ ";}.namdo-supply-section[data-section="supply_overview"] .namdo-supply-fields dd{min-height:0;padding:0}.namdo-supply-banners{display:grid;grid-template-columns:1fr 1fr;gap:8px}.namdo-supply-banners strong{padding:9px 10px;background:#fde09e;color:#d57827;text-align:center;font-size:17px}.namdo-supply-banners strong+strong{background:#f8d6d5;color:#003c53}.namdo-supply-lead,.namdo-supply-notices{margin:0 0 5px;padding:4px 0;border:0;background:#fff}.namdo-supply-notices p{margin:2px 0;color:#555}.namdo-supply-section[data-section="supply_price_and_payment_schedule"] .namdo-supply-table thead th:nth-last-child(-n+7){border-top-color:#ca6869}.namdo-supply-section[data-section="plus_options"] .namdo-supply-table tr:nth-child(n+16):nth-child(-n+17) td{background:#fcdfd9}
@media(max-width:767px){.namdo-supply-section{margin-bottom:16px}.namdo-supply-section h2{gap:3px;margin-bottom:4px;font-size:11px}.namdo-supply-section h2::before{width:6px;height:6px}.namdo-supply-guide{font-size:9px}.namdo-supply-fields div{grid-template-columns:92px 1fr}.namdo-supply-fields dt,.namdo-supply-fields dd{padding:5px}.namdo-supply-banners{gap:3px}.namdo-supply-banners strong{padding:7px 3px;font-size:11px}.namdo-supply-table{min-width:700px;font-size:8px}.namdo-supply-table th,.namdo-supply-table td{padding:2px 1px}}

/* Keep the reconstructed company-profile table aligned like the original artwork. */
.namdo-profile-table tbody td{ text-align:left; }
.namdo-profile-table tbody td.profile-sub-label,
.namdo-profile-table tbody tr.profile-capability>td{ text-align:center; }
.namdo-profile-table tbody td.profile-capability-label{ white-space:pre; letter-spacing:0; }
