/* =========================================================
   DESIGN PARK — 브랜드 스킨 오버라이드
   theme.css / sub/*/style.css 로드 이후 항상 마지막에 적용됩니다.
   기존 다온테마 색상(빨강/주황/코발트그레이 혼합)을 제거하고
   블랙/화이트 + 블루 단일 포인트, Black Han Sans + Pretendard 로 통일합니다.
   ========================================================= */

:root {
	--main-color1: #2F5FF0 !important;
	--main-color2: #17140F !important;
	--main-color3: #0A0B0F !important;
	--primary-color: #17140F !important;
	--secondary-color: #F3F4F6 !important;
	--point-color: #2F5FF0 !important;
	--tertiary-color: #2F5FF0 !important;
	--line-color: #E5E7EB !important;
	--body-color: #16171A !important;
	--text-color: #16171A !important;
	--background-color: #ffffff !important;
	--footerbg-color: #0A0B0F !important;
	--board-new-color: #2F5FF0 !important;
	--board-hot-color: #2F5FF0 !important;
	--board-link-color: #2F5FF0 !important;
}

/* ---------- 폰트 ---------- */
body, td, h1, h2, h3, h4, h5, div, p, li, ul, ol, dd, dt, section, input, textarea, select, button,
.header_in, .scontents, .online_wrap, .company1-1, .company1-2, .company3-1, .company6-1, .company6-2,
.company7-1, .company7-2, .busi1-1, .busi2-1, .busi3-1, .busi4-1, .busi5-1, #footer, #comm_wrap {
	font-family: 'Pretendard Variable', Pretendard, -apple-system, sans-serif !important;
	letter-spacing: -0.01em;
}

#main_visual .sliderkit-text h1,
.scontents .stitle,
#sub_tit .title,
.page_title1 .title,
.page_title2 .title,
#pro_area .pro_tit p,
#m_bnr2 .con_box li .hover_area b,
.online_wrap .online_title,
#main_about_100 .txt_cont h2,
.company6-1 li strong,
.company7-1 .tit,
#online .online_area p {
	font-family: 'Black Han Sans', 'Pretendard Variable', sans-serif !important;
	letter-spacing: 0;
}

.company1-2 .txts dt,
.busi1-1 .num,
.busi3-1 .num,
.tbl_busi2 th,
.tbl_busi2 thead th,
#comm_wrap .notice_area li span.date,
.online_wrap .online_box ul li dl dt span,
#sub_tit .path li {
	font-family: 'IBM Plex Mono', monospace !important;
}

a { transition: color .2s ease, background-color .2s ease, border-color .2s ease; }

/* ---------- 헤더 / GNB (gukdaesign.com 헤더 참조) ---------- */
#header,
.jbFixed .header_in,
.jbMenu .header_in {
	background: rgba(10,11,16,.9) !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255,255,255,.08);
}

#header h1 {
	left: 0;
}
.dp_logo {
	font-family: 'Black Han Sans', 'Pretendard Variable', sans-serif !important;
	font-size: 22px;
	letter-spacing: .02em;
	color: #fff;
}
.dp_logo em {
	font-style: normal;
	color: #2F5FF0;
}
#lnb {
	margin-left: 200px !important;
}

#lnb .lnb_wrap > ul > li > a {
	font-family: 'Pretendard Variable', sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: rgba(255,255,255,.8) !important;
	padding: 0 22px !important;
}
#lnb .lnb_wrap > ul > li > a:hover {
	color: #2F5FF0 !important;
}
#lnb .lnb_wrap > ul > li > a > span,
#lnb .lnb_wrap > ul > li.current > a > span,
#lnb .lnb_wrap > ul > li.actived > a > span {
	background: #2F5FF0 !important;
}
#lnb .lnb_wrap > ul > li.current > a,
#lnb .lnb_wrap > ul > li.actived > a {
	color: #2F5FF0 !important;
}
#lnb .lnb_sub li a {
	color: rgba(255,255,255,.72) !important;
	font-family: 'Pretendard Variable', sans-serif !important;
}
#lnb .lnb_sub li a:hover {
	color: #2F5FF0 !important;
}

/* 우측 전화 / 상담신청 버튼 (gukdaesign nav-cta) */
#gnbb span { display: flex; align-items: center; gap: 10px; }
.dp_btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: auto !important;
	line-height: normal !important;
	padding: 9px 18px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-family: 'Pretendard Variable', sans-serif !important;
	border-radius: 10px !important;
	transition: box-shadow .15s, border-color .15s, background .15s !important;
}
.dp_btn_ghost {
	background: transparent !important;
	border: 1.5px solid rgba(255,255,255,.55) !important;
	color: #fff !important;
}
.dp_btn_ghost:hover { border-color: #fff !important; }
.dp_btn_solid {
	background: #2F5FF0 !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(47,95,240,.28);
}
.dp_btn_solid:hover { box-shadow: 0 6px 20px rgba(47,95,240,.4); }

#gnba a { background: #2F5FF0 !important; border-radius: 2px !important; }
#mobile_header .inner {
	background: rgba(10,11,16,.9) !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
#mobileMenu .side_title { background: #0A0B0F !important; }
#mobileMenu .side_title .dp_logo { font-size: 20px; }
#back_cover { background: rgba(10,11,16,.7) !important; }

/* ---------- 서브 페이지 상단 배너 ---------- */
#sub_visual { background: #0A0B0F !important; }
#sub_visual .visual_area { position: relative; }
#sub_visual .visual_area:before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10,11,15,.55) 0%, rgba(10,11,15,.78) 100%);
}
#sub_tit .path li a { color: #fff; }
#sub_tit .path li:last-child { color: #2F5FF0 !important; }

/* 2단 서브 네비게이션 — 코발트/그레이 제거, 블랙+블루로 통일 */
#sub_menu .sub_location,
#sub_menu .sub_location > div,
#sub_menu .sub_location > div .cen {
	background: #0A0B0F !important;
	border-color: #26272B !important;
}
#sub_menu .sub_location ul li span {
	color: #fff !important;
}
#sub_menu .sub_location ul li a:hover {
	color: #2F5FF0 !important;
	background: #F3F4F6 !important;
}
#sub_menu .sub_location ul.dep2 li span { color: #fff !important; }

.scontents .eng { font-family: 'IBM Plex Mono', monospace !important; font-weight: 500; letter-spacing: .04em; }
.scontents .eng em {
	color: #2F5FF0 !important;
	font-family: 'Black Han Sans', sans-serif !important;
}

/* ---------- 메인 히어로 (gukdaesign.com 구조 참조) ---------- */
.dp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }

.dp-hero {
	position: relative;
	overflow: hidden;
	background: #0A0B10;
	color: #fff;
	padding: 150px 0 0;
}
.dp-hero-video { position: absolute; inset: 0; }
.dp-hero-video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dp-hero-video:after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10,11,16,.78), rgba(10,11,16,.55) 45%, #0A0B10 96%);
}
.dp-hero-grid {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
	background-size: 56px 56px;
	-webkit-mask-image: radial-gradient(ellipse 80% 65% at 50% 35%, #000 40%, transparent 100%);
	mask-image: radial-gradient(ellipse 80% 65% at 50% 35%, #000 40%, transparent 100%);
}
.dp-hero-in { position: relative; text-align: center; padding-bottom: 88px; }

.dp-eyebrow {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: .14em;
	color: #8FB0FF;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.dp-eyebrow:before { content: ""; width: 22px; height: 2px; background: #8FB0FF; }

.dp-hero h1 {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(40px, 7vw, 84px);
	line-height: 1.14;
	margin: 22px 0 8px;
	letter-spacing: .01em;
}
.dp-sign-lit {
	color: #BFD3FF;
	text-shadow: 0 0 8px rgba(150,190,255,.85), 0 0 28px rgba(90,150,255,.55), 0 0 70px rgba(47,95,240,.45);
	animation: dpSignOn 1.6s ease-out both;
}
@keyframes dpSignOn {
	0% { opacity: .15; text-shadow: none; }
	8% { opacity: .9; }
	12% { opacity: .2; text-shadow: none; }
	20% { opacity: 1; }
	26% { opacity: .35; }
	34%, 100% { opacity: 1; text-shadow: 0 0 8px rgba(150,190,255,.85), 0 0 28px rgba(90,150,255,.55), 0 0 70px rgba(47,95,240,.45); }
}
@media (prefers-reduced-motion: reduce) {
	.dp-sign-lit { animation: none; }
}

.dp-hero-sub {
	font-size: clamp(15px, 2vw, 18px);
	color: rgba(255,255,255,.94);
	max-width: 560px;
	margin: 18px auto 0;
	line-height: 1.6;
}

.dp-hero-specline { display: flex; justify-content: center; gap: 28px; margin-top: 26px; flex-wrap: wrap; }
.dp-spec { color: rgba(255,255,255,.8); font-size: 13px; font-family: 'IBM Plex Mono', monospace; letter-spacing: .04em; }
.dp-spec b { color: #BFD3FF; font-weight: 600; font-family: 'Pretendard Variable', sans-serif; margin-left: 4px; }

.dp-hero-cta { display: flex; justify-content: center; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.dp-hero-cta .dp_btn { padding: 14px 28px !important; font-size: 16px !important; }

/* ---------- 트러스트 스트립 ---------- */
.dp-strip { background: #0A0B10; color: #fff; border-top: 1px solid rgba(255,255,255,.08); padding: 34px 0; }
.dp-strip-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.dp-strip-in b {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(22px, 3vw, 30px);
	display: block;
	color: #BFD3FF;
}
.dp-strip-in small { font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: .02em; }

@media (max-width: 640px) {
	.dp-strip-in { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }
}

.cover { background: rgba(10,11,15,.15) !important; }

/* ---------- 퀵링크 4카드 (m_bnr2) ---------- */
#m_bnr2 { border-color: #E5E7EB !important; }
#m_bnr2 .con_box li { border-color: #E5E7EB !important; }
#m_bnr2 .con_box li:last-child { border-color: #E5E7EB !important; }
#m_bnr2 .con_box li .hover_area {
	border-radius: 0 !important;
}
#m_bnr2 .con_box li .hover_area i { color: #16171A !important; }
#m_bnr2 .con_box li .hover_area:hover i { color: #2F5FF0 !important; }
#m_bnr2 .con_box li:hover { background: #F3F4F6 !important; }
#m_bnr2 .con_box li .hover_area span.btn_view { filter: hue-rotate(140deg) saturate(3); }

/* ---------- ABOUT 섹션 ---------- */
#main_about_100 .txt_wrap { background: #F3F4F6 !important; }
#main_about_100 .btn_more { background: #16171A !important; border-radius: 2px; }
#main_about_100 .btn_more:hover { background: #2F5FF0 !important; }

/* ---------- 시공사례 롤링/탭 ---------- */
#pro_area .pro_tit p { color: #16171A !important; }
#rolling_box .swiper-container2 .swiper-slide .txtBox { background: #F3F4F6 !important; }
#pro_tab .tab li.all,
#pro_tab .tab li.all a,
#pro_tab .tab li.on a {
	background: #16171A !important;
	color: #fff !important;
}
#pro_tab .pro_list > ul > li > a > p > span.new_icon,
#pro_tab .pro_list > ul > li > a > p > span.hot_icon {
	background-color: #2F5FF0 !important;
}
#pro_tab .pro_list > ul > li > a.itembx:hover .view_text { color: #2F5FF0 !important; }

/* ---------- 온라인 견적 CTA 밴드 ---------- */
#online .online_con div.blind { background: rgba(10,11,15,.55) !important; }
#online .online_area a {
	background: #2F5FF0 !important;
	border-color: #2F5FF0 !important;
	border-radius: 2px;
}
#online .online_area a:hover {
	background: transparent !important;
	border-color: #fff !important;
	color: #fff !important;
}

/* ---------- 공지/FAQ/시공사례 3단 위젯 ---------- */
#comm_wrap .notice_area .tab li.on a { border-bottom-color: #2F5FF0 !important; }
#comm_wrap .notice_area li:before { background-color: #2F5FF0 !important; }

/* ---------- 푸터 (gukdaesign.com 구조 참조) ---------- */
.dp-foot {
	background: #0A0B10;
	color: rgba(255,255,255,.6);
	padding: 56px 0 40px;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,.07);
}
.dp-foot-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.dp-foot-logo { color: #fff; margin-bottom: 14px; display: block; font-size: 20px; }
.dp-foot-info p { margin: 0 0 4px; }
.dp-foot-links { display: flex; gap: 22px; font-weight: 600; flex-wrap: wrap; }
.dp-foot-links a { color: rgba(255,255,255,.6); }
.dp-foot-links a:hover { color: #fff; }
.dp-foot-regions {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,.08);
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	align-items: center;
}
.dp-foot-regions span { color: rgba(255,255,255,.35); font-weight: 700; margin-right: 4px; }
.dp-foot-regions a { color: rgba(255,255,255,.45); }
.dp-foot-regions a:hover { color: #fff; }
.dp-foot-copy {
	margin: 36px 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.08);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	color: rgba(255,255,255,.35);
}

/* =========================================================
   홈 화면 나머지 섹션 (gukdaesign.com 구조 참조)
   ========================================================= */
.dp-sec { padding: 100px 0; background: #fff; }
.dp-sec.dp-alt { background: #F3F4F6; }

.dp-sec-head { max-width: 720px; margin-bottom: 52px; }
.dp-sec-head.dp-center { margin-left: auto; margin-right: auto; text-align: center; }
.dp-sec-head h2 {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(28px, 4.2vw, 46px);
	line-height: 1.25;
	margin: 16px 0 14px;
	letter-spacing: .01em;
	color: #16171A;
}
.dp-sec-head p { color: #6B7280; font-size: 16.5px; }

.dp-eyebrow-light {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: .14em;
	color: #2F5FF0;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.dp-eyebrow-light:before { content: ""; width: 22px; height: 2px; background: #2F5FF0; }
.dp-center .dp-eyebrow-light { justify-content: center; }

/* 디자인 파크 한눈에 보기 */
.dp-factbox {
	background: #EEF2FF;
	border: 1.5px solid #C9D9FF;
	border-radius: 18px;
	padding: 30px;
}
.dp-factbox h2 { font-family: 'Black Han Sans', sans-serif; font-weight: 400; font-size: 24px; margin: 0 0 12px; color: #16171A; }
.dp-fb-lead { font-size: 16px; line-height: 1.85; color: #3C3E44; margin-bottom: 20px; }
.dp-fb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 0; }
.dp-fb-grid > div { display: flex; gap: 12px; padding: 12px 2px; border-top: 1px solid #C9D9FF; }
.dp-fb-grid dt { flex: 0 0 60px; font-weight: 800; font-size: 14px; color: #2F5FF0; margin: 0; }
.dp-fb-grid dd { margin: 0; font-size: 14.5px; color: #3C3E44; line-height: 1.6; }
@media (max-width: 640px) {
	.dp-fb-grid { grid-template-columns: 1fr; }
	.dp-factbox { padding: 24px 20px; }
}

/* 시공사례 마퀴 */
.dp-marquee {
	overflow: hidden;
	padding: 8px 0 4px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.dp-marquee-track {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: dpScrollX 40s linear infinite;
}
@keyframes dpScrollX { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
	.dp-marquee-track { animation: none; }
}
.dp-pcard {
	width: 280px;
	flex-shrink: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #17181D;
	position: relative;
	aspect-ratio: 3 / 3.4;
}
.dp-pcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.dp-pcard:hover img { transform: scale(1.05); }
.dp-pinfo {
	position: absolute; left: 0; right: 0; bottom: 0;
	padding: 44px 18px 16px;
	background: linear-gradient(transparent, rgba(6,7,10,.88));
	color: #fff;
}
.dp-pinfo strong { font-size: 16px; display: block; }
.dp-marquee-note { text-align: center; margin-top: 22px; }
.dp_btn_ghost_dark { background: transparent !important; border: 1.5px solid #16171A !important; color: #16171A !important; }
.dp_btn_ghost_dark:hover { background: #16171A !important; color: #fff !important; }

/* 프로세스 4단계 */
.dp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dp-step {
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 18px;
	padding: 24px 22px 28px;
	transition: transform .2s, box-shadow .2s;
}
.dp-step:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,.08); }
.dp-sphoto { border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; margin-bottom: 18px; background: #F3F4F6; }
.dp-sphoto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dp-num { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #2F5FF0; letter-spacing: .1em; }
.dp-step h3 { font-family: 'Black Han Sans', sans-serif; font-weight: 400; font-size: 19px; margin: 12px 0 8px; color: #16171A; }
.dp-step p { font-size: 14.5px; color: #6B7280; margin: 0; }
@media (max-width: 900px) {
	.dp-steps { grid-template-columns: repeat(2, 1fr); }
}

/* 상담 신청 CTA + 폼 */
.dp-cta { background: #0A0B10; color: #fff; }
.dp-cta-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.dp-cta h2 { font-family: 'Black Han Sans', sans-serif; font-weight: 400; font-size: clamp(28px, 4.2vw, 46px); line-height: 1.25; margin: 16px 0 14px; color: #fff; }
.dp-cta-sub { color: rgba(255,255,255,.7); font-size: 16.5px; margin-bottom: 30px; }
.dp-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.dp-hours { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; color: rgba(255,255,255,.45); line-height: 1.8; }
.dp_btn_white { background: #fff !important; color: #16171A !important; }
.dp_btn_white:hover { background: #E5E7EB !important; }

.dp-form-card {
	background: #fff;
	color: #16171A;
	border-radius: 20px;
	padding: 34px 32px;
	box-shadow: 0 30px 70px rgba(0,0,0,.35);
}
.dp-form-card h3 { font-size: 20px; font-weight: 800; margin: 0 0 4px; }
.dp-form-note { font-size: 13px; color: #6B7280; margin-bottom: 20px; }
.dp-field { margin-bottom: 14px; }
.dp-field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.dp-field input, .dp-field select, .dp-field textarea {
	width: 100%; border: 1.5px solid #E5E7EB; border-radius: 10px;
	padding: 12px 14px; font-size: 15px; font-family: 'Pretendard Variable', sans-serif;
	background: #fff; color: #16171A; transition: border-color .15s; box-sizing: border-box;
}
.dp-field textarea { resize: vertical; min-height: 78px; line-height: 1.6; }
.dp-field input:focus, .dp-field select:focus, .dp-field textarea:focus { outline: none; border-color: #2F5FF0; }
.dp-form-submit { width: 100%; }
@media (max-width: 900px) {
	.dp-cta-grid { grid-template-columns: 1fr; gap: 48px; }
	.dp-form-card { padding: 26px 22px; }
}

/* =========================================================
   서브페이지 상단 히어로 (gukdaesign.com /equipment 구조 참조)
   ========================================================= */
.dp-page-hero {
	background: #0A0B10;
	color: #fff;
	padding: 150px 0 64px;
	position: relative;
	overflow: hidden;
}
.dp-page-hero h1 {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(32px, 5vw, 56px);
	margin: 16px 0 10px;
	letter-spacing: .01em;
	line-height: 1.2;
}
.dp-page-hero p { color: rgba(255,255,255,.65); max-width: 560px; font-size: 16px; margin: 0; }
.dp-crumb {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	color: rgba(255,255,255,.4);
	letter-spacing: .08em;
	margin-top: 22px !important;
}
.dp-crumb a:hover { color: #BFD3FF; }

/* 장비/공정 그리드 */
.dp-egrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dp-ecard {
	border: 1px solid #E5E7EB;
	border-radius: 18px;
	padding: 28px 24px;
	background: #fff;
	transition: border-color .2s, transform .2s;
}
.dp-ecard:hover { border-color: #2F5FF0; transform: translateY(-4px); }
.dp-ephoto { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; margin-bottom: 16px; background: #F3F4F6; }
.dp-ephoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; display: block; }
.dp-ecard:hover .dp-ephoto img { transform: scale(1.05); }
.dp-ecard .dp-spec { display: block; margin-bottom: 12px; color: #2F5FF0 !important; }
.dp-ecard h3 { font-size: 19px; font-weight: 800; margin: 0 0 8px; color: #16171A; }
.dp-ecard p { font-size: 14px; color: #6B7280; margin: 0; }
@media (max-width: 900px) { .dp-egrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .dp-egrid { grid-template-columns: 1fr; } }

.dp-callout {
	max-width: 720px;
	margin: 48px auto 0;
	background: #0A0B10;
	color: #fff;
	border-radius: 16px;
	padding: 24px 26px;
}
.dp-spec-light { color: #BFD3FF; display: block; margin-bottom: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .06em; }
.dp-callout p { margin: 0; font-size: 15.5px; color: rgba(255,255,255,.85); }

/* 페이지 하단 심플 CTA */
.dp-cta-simple { text-align: center; padding: 100px 24px; }
.dp-cta-simple h2 {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(28px, 4vw, 44px);
	color: #fff;
	margin: 16px 0 12px;
}
.dp-cta-simple .dp-cta-sub { margin: 0 auto 0; max-width: 480px; }
.dp-cta-simple .dp-cta-actions { justify-content: center; margin-top: 28px; }

/* =========================================================
   지역 서브페이지 (gukdaesign.com /서울/ 구조 참조)
   ========================================================= */
.d-hero {
	background: #0A0B10;
	color: #fff;
	padding: 130px 0 56px;
	position: relative;
	overflow: hidden;
}
.d-hero h1 {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(30px, 4.8vw, 52px);
	margin: 16px 0 10px;
	line-height: 1.22;
}
.d-hero p { color: rgba(255,255,255,.68); max-width: 640px; font-size: 16px; margin: 0; }
.d-hero .dp-hero-cta { justify-content: flex-start; margin-top: 26px; }
.dp-crumbs {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	color: rgba(255,255,255,.4);
	letter-spacing: .06em;
	margin-top: 20px;
}
.dp-crumbs a:hover { color: #BFD3FF; }

.dp-sec-gap { padding: 56px 0 0; }
.dp-lead-p { max-width: 820px; font-size: 16px; color: #3C3E44; line-height: 1.8; }

.dp-answer-box {
	background: #EEF2FF;
	border: 1.5px solid #C9D9FF;
	border-radius: 16px;
	padding: 20px 24px;
	margin: 0 0 34px;
}
.dp-answer-box b { color: #2F5FF0; }
.dp-answer-box p { margin: 8px 0 0; font-size: 15.5px; line-height: 1.8; color: #3C3E44; }

.dp-ask2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.dp-ask2-left { display: flex; flex-direction: column; gap: 14px; height: 100%; justify-content: center; }
.dp-ask2-left h3 {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.3;
	color: #16171A;
	margin: 0;
}
.dp-ask2-left h3 em { font-style: normal; color: #2F5FF0; }
.dp-apoints { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; flex: 1; }
.dp-apoint {
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dp-big {
	font-family: 'Black Han Sans', sans-serif;
	font-weight: 400;
	font-size: clamp(18px, 2.2vw, 24px);
	color: #16171A;
	line-height: 1.1;
	display: block;
}
.dp-big em { font-style: normal; color: #2F5FF0; }
.dp-lbl { display: block; margin-top: 7px; font-size: 12.5px; font-weight: 700; color: #6B7280; }
@media (max-width: 900px) {
	.dp-ask2 { grid-template-columns: 1fr; }
}

.dp-form-flat { box-shadow: none !important; border: 1px solid #E5E7EB; }

.dp-rel-links { display: flex; flex-wrap: wrap; gap: 10px; }
.dp-rel-links a {
	border: 1.5px solid #E5E7EB;
	border-radius: 999px;
	padding: 9px 18px;
	font-weight: 700;
	font-size: 13.5px;
	background: #fff;
	color: #16171A;
	transition: .15s;
}
.dp-rel-links a:hover { border-color: #2F5FF0; color: #2F5FF0; }

/* 진행 순서 아코디언 */
.dp-pflow details {
	border: 1px solid #E5E7EB; border-radius: 12px; background: #fff;
	margin-bottom: 10px; overflow: hidden;
}
.dp-pflow summary {
	list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px;
	padding: 15px 18px; font-weight: 800; font-size: 15.5px; color: #16171A;
}
.dp-pflow summary::-webkit-details-marker { display: none; }
.dp-pnum {
	width: 26px; height: 26px; border-radius: 50%; background: #2F5FF0; color: #fff;
	font-family: 'IBM Plex Mono', monospace; font-size: 12px;
	display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.dp-pchev { margin-left: auto; color: #6B7280; transition: transform .2s; }
.dp-pflow details[open] .dp-pchev { transform: rotate(180deg); }
.dp-pbody { padding: 0 18px 16px 56px; color: #3C3E44; font-size: 14.5px; margin: 0; }

/* FAQ 아코디언 */
.dp-faq-list { max-width: 860px; }
.dp-faq-item { border: 1px solid #E5E7EB; border-radius: 14px; background: #fff; margin-bottom: 12px; overflow: hidden; }
.dp-faq-item summary {
	list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 800; font-size: 15.5px;
	display: flex; gap: 12px; align-items: baseline; color: #16171A;
}
.dp-faq-item summary::-webkit-details-marker { display: none; }
.dp-faq-item summary::after { content: "+"; margin-left: auto; color: #6B7280; font-size: 19px; font-weight: 400; }
.dp-faq-item[open] summary::after { content: "\2212"; }
.dp-fa { padding: 0 22px 18px 22px; color: #3C3E44; font-size: 14.5px; line-height: 1.75; margin: 0; }

.dp-ctaband {
	background: #0A0B10; color: #fff; border-radius: 20px;
	padding: 40px; text-align: center; margin-top: 20px;
}
.dp-ctaband h2 {
	font-family: 'Black Han Sans', sans-serif; font-weight: 400;
	font-size: clamp(24px, 3.4vw, 36px); margin: 0 0 8px; color: #fff;
}
.dp-ctaband p { color: rgba(255,255,255,.65); margin: 0 0 22px; }
.dp-ctaband-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   서브페이지 콘텐츠 블록 (sub/company, sub/business, sub/product)
   ========================================================= */

/* 회사소개 인사말 히어로 배지 */
.company1-1 .img_cont .img_nemo {
	background: linear-gradient(135deg, #2F5FF0 0%, #0A0B0F 100%) !important;
	border-radius: 0 !important;
}
.company1-1 .ceo_msg .sign { color: #16171A !important; }

/* 아이콘 카드 (정직한 견적 등) */
.company1-2 ul li { border-color: #E5E7EB !important; border-radius: 2px; }
.company1-2 ul li .icons { color: #2F5FF0 !important; }

/* 연혁/원칙 tit-box */
.company6-1 li .icons { color: #2F5FF0 !important; }
.company6-2 .tit-box span,
.company7-2 .tit-box span { color: #2F5FF0 !important; }

/* 기업이념 컬러 블록 (bg1~4) — 톤 통일 */
.company7-1 .bg1, .company7-1 .bg2, .company7-1 .bg3, .company7-1 .bg4 {
	background: #0A0B0F !important;
}
.company7-1 .txts i { color: #2F5FF0 !important; }
.company7-1 .gap_icons i { color: #2F5FF0 !important; }

/* 사업분야(간판정보) 카드 — 채널간판 */
.busi1-1 li dl dd .num { color: #2F5FF0 !important; }
.busi1-1 li dl dd .t1 { font-family: 'Black Han Sans', sans-serif !important; }

/* LED전광판 */
.busi2-1 li .txts .num { color: #2F5FF0 !important; }
.busi2-1 li .txts .t1 span { color: #2F5FF0 !important; }
.tbl_busi2 th { background: #F3F4F6 !important; }

/* 돌출·옥상간판 */
.busi3-1 li dl dd .num { color: #2F5FF0 !important; }
.busi3-1 li dl dd .t1 { font-family: 'Black Han Sans', sans-serif !important; }

/* 시트래핑 */
.busi4-1 li strong { color: #16171A !important; font-family: 'Black Han Sans', sans-serif !important; }

/* 사인디자인 */
.busi5-1 li .txts .tit { font-family: 'Black Han Sans', sans-serif !important; color: #16171A !important; }

/* 상담신청 폼 */
.online_wrap .online_title { color: #16171A !important; }
.online_wrap .online_title .red { color: #2F5FF0 !important; }
.online_wrap .online_box ul li dl dt span.red { color: #2F5FF0 !important; }
.online_wrap .online_box ul li dl dd input[type=text],
.online_wrap .online_box ul li dl dd select,
.online_wrap .online_box ul li dl dd textarea {
	border-color: #E5E7EB !important;
	border-radius: 2px;
}
.online_wrap .online_bt .btn_ok {
	background-color: #2F5FF0 !important;
	border-radius: 2px !important;
}
.online_wrap .online_bt .btn_ok:hover {
	background-color: #16171A !important;
}
.online_wrap .online_bt a.btn_cancel { background: #16171A !important; }
