/* landing – 조이넷 독립 톤 (참고사이트와 다른 구성) */
:root {
	--accent: #fa8d00;
	--accent-deep: #e07800;
	--navy: #0f2744;
	--navy-soft: #17365c;
	--ink: #1c2430;
	--muted: #6b7280;
	--line: #e8edf3;
	--bg: #f3f6fa;
	--bg-warm: #fff7ec;
	--card-radius: 18px;
}

html, body {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	height: auto !important;
	background: #fff;
	color: var(--ink);
	max-width: 100%;
	min-width: 0 !important;
	width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

#wrap {
	height: auto !important;
	overflow-x: hidden !important;
	overflow-y: visible !important;
	scroll-snap-type: none !important;
	max-width: 100%;
	width: 100%;
}

.container {
	width: min(1160px, calc(100% - 40px));
	max-width: 100%;
	margin: 0 auto;
}

.hero .container {
	width: min(1040px, calc(100% - 120px));
}

/* ===== HERO : 카드형 2열 배너 ===== */
.hero {
	position: relative;
	background: #f3f5f8;
	padding: 36px 0 80px;
	color: var(--ink);
}

.hero .container {
	position: relative;
	z-index: 1;
}

/* ===== SITE TOPBAR ===== */
.site-topbar {
	padding: 8px 0 20px;
}

.site-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-topbar__logo {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.6px;
	color: var(--ink);
	line-height: 1.2;
	flex-shrink: 0;
	text-decoration: none;
}

.site-topbar__logo:hover,
.site-topbar__logo:focus {
	text-decoration: none;
	color: var(--ink);
}

.site-topbar__logo.is-active {
	color: var(--navy);
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.site-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	font-size: 16px;
	font-weight: 600;
	color: #4b5563;
	letter-spacing: -0.3px;
	border-radius: 999px;
	transition: background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	text-decoration: none;
}

.site-nav__link:hover {
	background: #eef2f6;
	color: var(--navy);
}

.site-nav__link.is-active {
	background: var(--navy);
	color: #fff;
}

.hero .site-topbar {
	padding: 4px 0 28px;
}

#wrap > .site-topbar {
	width: min(1040px, calc(100% - 120px));
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 8px;
}

.hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(15, 39, 68, 0.06);
	min-height: 480px;
}

.hero-card__copy {
	display: flex;
	flex-direction: column;
	padding: 56px 52px 36px;
	min-width: 0;
}

.hero-label {
	font-size: 14px;
	font-weight: 600;
	color: #2563eb;
	letter-spacing: -0.2px;
	margin-bottom: 24px;
	text-decoration: none;
}

.hero-card__copy h1 {
	font-size: clamp(34px, 4.2vw, 50px);
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: -1.8px;
	color: #111827;
	margin-bottom: 20px;
}

.hero-card__copy h1 em {
	font-style: normal;
	color: #2563eb;
}

.hero-sub {
	font-size: 16px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.65;
	letter-spacing: -0.3px;
}

.hero-visual {
	margin-top: auto;
	padding-top: 28px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
}

.hero-visual img {
	width: 100%;
	max-width: 420px;
	height: auto;
	display: block;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: contain;
}

.hero-card__form {
	background: #f8fafc;
	border-left: 1px solid #eef2f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form_wrap {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	background: transparent;
	color: var(--ink);
	padding: 52px 48px !important;
	border-radius: 0 !important;
	border: 0;
	box-shadow: none;
	align-self: stretch;
}

.form_wrap h2 {
	font-size: 20px !important;
	font-weight: 700 !important;
	letter-spacing: -0.6px;
	color: #1e3a5f !important;
	margin-bottom: 32px !important;
	text-align: center;
	line-height: 1.45;
}

.form_wrap h2 span {
	color: #2563eb;
	font-weight: 800;
}

.form_wrap ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.form_wrap ul li {
	width: 100%;
	max-width: 100%;
}

.form_wrap .form_title {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #374151;
	margin-bottom: 8px;
	letter-spacing: -0.3px;
}

.form_wrap ul li input[type="text"],
.form_wrap ul li input[type="tel"] {
	width: 100%;
	max-width: 100%;
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 14px 16px;
	font-size: 15px;
	outline: none;
	letter-spacing: -0.4px;
	border-radius: 10px;
	box-sizing: border-box;
}

.form_wrap .name_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 4px 6px 4px 0;
	box-sizing: border-box;
}

.form_wrap .name_wrap input[type="text"] {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	background: transparent;
	border: 0;
	padding-left: 16px;
}

.form_wrap .gender_wrap {
	display: flex;
	align-items: center;
	position: static;
	transform: none;
	flex: 0 0 auto;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
}

.form_wrap .gender_wrap input[type="radio"] {
	display: none;
}

.form_wrap .gender_wrap input[type="radio"]:checked + label {
	background: var(--navy);
	color: #fff;
}

.form_wrap .gender_wrap label {
	background: #fff;
	padding: 8px 16px;
	color: #9ca3af;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.form_wrap .gender_wrap label.man {
	border-radius: 0;
}

.form_wrap .gender_wrap label.woman {
	border-radius: 0;
	border-left: 1px solid #e5e7eb;
}

.form_wrap .btn_submit {
	width: 100%;
	background: var(--navy);
	color: #fff;
	font-size: 17px;
	letter-spacing: -0.5px;
	font-weight: 700;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 10px;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
	transition: background 0.2s ease;
}

.form_wrap .btn_submit:hover {
	background: var(--navy-soft);
}

.form_wrap .btn_submit img {
	display: none;
}

/* ===== ESSENTIAL : 상단 아이콘 세로형 4열 ===== */
.sec-essential {
	background: var(--bg);
	padding: 88px 0 72px;
}

.sec-essential .sec-head {
	margin-bottom: 40px;
	max-width: 760px;
}

.sec-essential .sec-head .sub {
	font-size: 15px;
	font-weight: 700;
	color: var(--accent);
	letter-spacing: 0.2px;
	margin-bottom: 10px;
}

.sec-essential .sec-head h2 {
	font-size: clamp(30px, 3.6vw, 42px);
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -1.5px;
	margin-bottom: 12px;
	line-height: 1.25;
}

.sec-essential .sec-head .desc {
	font-size: 18px;
	font-weight: 500;
	color: var(--muted);
	letter-spacing: -0.4px;
	line-height: 1.5;
}

.ess-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.ess-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	padding: 28px 22px 26px;
	border-radius: var(--card-radius);
	border: 1px solid var(--line);
	background: #fff;
	min-height: 280px;
	box-sizing: border-box;
	box-shadow: 0 10px 28px rgba(15, 39, 68, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ess-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(15, 39, 68, 0.08);
}

.ess-card.featured {
	background: var(--navy);
	border-color: var(--navy);
	color: #fff;
}

.ess-card .num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--bg-warm);
	color: var(--accent);
	font-size: 13px;
	font-weight: 800;
}

.ess-card.featured .num {
	background: rgba(250, 141, 0, 0.2);
	color: var(--accent);
}

.ess-card .icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: var(--bg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	box-sizing: border-box;
}

.ess-card.featured .icon {
	background: rgba(255, 255, 255, 0.1);
}

.ess-card .icon svg {
	width: 100%;
	height: 100%;
}

.ess-card.featured .icon svg * {
	stroke: #fff;
}

.ess-card .txt h3 {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.6px;
	color: var(--navy);
	margin-bottom: 10px;
	line-height: 1.35;
	word-break: keep-all;
}

.ess-card.featured .txt h3 {
	color: #fff;
}

.ess-card .txt ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 8px;
}

.ess-card .txt li,
.ess-card .txt p {
	font-size: 14px;
	font-weight: 500;
	color: #4b5563;
	letter-spacing: -0.3px;
	line-height: 1.45;
	word-break: keep-all;
}

.ess-card.featured .txt li,
.ess-card.featured .txt p {
	color: rgba(255, 255, 255, 0.82);
}

.ess-card .txt li::before {
	content: "· ";
	color: var(--accent);
	font-weight: 800;
}

.ess-card .txt .note {
	font-size: 12px;
	font-weight: 500;
	color: #9aa3af;
	margin-top: 4px;
}

.ess-card.featured .txt .note {
	color: rgba(255, 255, 255, 0.55);
}

.ess-foot {
	text-align: right;
	margin-top: 16px;
	font-size: 13px;
	color: #8b95a5;
}

/* ===== 12대 : 4x3 + 번호 ===== */
.sec-twelve {
	background: #fff;
	padding: 88px 0 72px;
}

.sec-twelve .sec-head {
	margin-bottom: 36px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.sec-twelve .sec-head h2 {
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 800;
	letter-spacing: -1.4px;
	color: var(--navy);
	line-height: 1.25;
}

.sec-twelve .sec-head h2 em {
	font-style: normal;
	color: var(--accent);
}

.sec-twelve .sec-head .side {
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
	letter-spacing: -0.3px;
	line-height: 1.4;
	text-align: right;
	max-width: 280px;
}

.twelve-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
}

.twelve-card {
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--bg);
	padding: 20px 14px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 156px;
	box-sizing: border-box;
	position: relative;
	transition: background 0.2s ease, transform 0.2s ease;
}

.twelve-card:hover {
	background: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(15, 39, 68, 0.06);
}

.twelve-card .badge {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 11px;
	font-weight: 800;
	color: var(--accent);
	background: #fff;
	border-radius: 999px;
	padding: 3px 8px;
	border: 1px solid #ffe0b0;
}

.twelve-card .icon {
	width: 64px;
	height: 64px;
	margin: 10px 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.twelve-card .icon svg {
	width: 100%;
	height: 100%;
}

.twelve-card p {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.35;
	color: var(--navy);
	word-break: keep-all;
}

.twelve-summary {
	margin-top: 36px;
	padding: 22px 26px;
	border-radius: 16px;
	background: var(--navy);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.twelve-summary strong {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.8px;
	line-height: 1.4;
}

.twelve-summary strong b {
	color: var(--accent);
}

.twelve-summary span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: -0.2px;
	text-align: right;
	max-width: 320px;
	line-height: 1.4;
}

/* ===== FAQ ===== */
.sec-faq {
	background: #fff;
	padding: 80px 0 72px;
	border-top: 1px solid var(--line);
}

.sec-faq .sec-head {
	margin-bottom: 32px;
	max-width: 640px;
}

.sec-faq .sec-head .sub {
	font-size: 15px;
	font-weight: 700;
	color: #2563eb;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
}

.sec-faq .sec-head h2 {
	font-size: clamp(28px, 3.4vw, 38px);
	font-weight: 800;
	letter-spacing: -1.2px;
	line-height: 1.3;
	color: var(--navy);
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 840px;
}

.faq-item {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.faq-item[open] {
	border-color: #c7d7ea;
	box-shadow: 0 8px 24px rgba(15, 39, 68, 0.06);
}

.faq-q {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
	font-size: 16px;
	font-weight: 700;
	color: var(--navy);
	letter-spacing: -0.4px;
	line-height: 1.5;
}

.faq-q::-webkit-details-marker {
	display: none;
}

.faq-q::after {
	content: "+";
	margin-left: auto;
	flex-shrink: 0;
	font-size: 22px;
	font-weight: 500;
	color: #9ca3af;
	line-height: 1.2;
}

.faq-item[open] .faq-q::after {
	content: "−";
	color: #2563eb;
}

.faq-q__label {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 13px;
	font-weight: 800;
}

.faq-q__text {
	flex: 1;
	min-width: 0;
	padding-top: 2px;
}

.faq-a {
	padding: 0 20px 18px 60px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: -0.2px;
}

.faq-a p {
	margin: 0;
}

.faq-more {
	margin-top: 24px;
	max-width: 840px;
}

.faq-more a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 700;
	color: var(--navy);
	letter-spacing: -0.3px;
	padding: 12px 18px;
	border: 1px solid #dbe3ec;
	border-radius: 10px;
	background: #f8fafc;
}

.faq-more a:hover {
	background: #eff6ff;
	border-color: #bfdbfe;
}

/* ===== SUB PAGE : Q&A ===== */
.sub-page {
	background: #f3f5f8;
	padding: 36px 0 72px;
	min-height: 60vh;
}

.sub-page .container {
	width: min(840px, calc(100% - 48px));
}

.sub-page__head {
	padding: 8px 0 28px;
}

.sub-page__back {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	margin-bottom: 20px;
	letter-spacing: -0.2px;
}

.sub-page__label {
	font-size: 14px;
	font-weight: 700;
	color: #2563eb;
	margin-bottom: 10px;
}

.sub-page__head h1 {
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -1.2px;
	line-height: 1.25;
	margin-bottom: 12px;
}

.sub-page__desc {
	font-size: 16px;
	color: #6b7280;
	line-height: 1.6;
	letter-spacing: -0.2px;
}

.sub-page__body {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 24px;
}

.sub-page__cta {
	margin-top: 28px;
	padding: 24px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.sub-page__cta p {
	font-size: 16px;
	font-weight: 700;
	color: var(--navy);
	letter-spacing: -0.3px;
}

.sub-page__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	background: var(--navy);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 10px;
	white-space: nowrap;
}

/* ===== BOARD VIEW PAGE ===== */
.hero--sub {
	padding: 20px 0 32px;
	background: #eef1f6;
}

.hero-card--sub {
	min-height: auto;
}

.hero-card__copy--sub {
	padding: 40px 44px;
	justify-content: center;
}

.hero-card__copy--sub h1 {
	font-size: clamp(22px, 2.8vw, 30px);
	line-height: 1.45;
	color: var(--ink);
	font-weight: 700;
}

.hero-card__copy--sub .hero-label {
	margin-bottom: 14px;
}

.hero-card__copy--sub .hero-sub {
	margin-top: 12px;
	font-size: 16px;
	color: #6b7280;
	line-height: 1.55;
}

.board-view-page {
	padding: 40px 0 72px;
	background: #fff;
}

.board-view-page .container {
	width: min(900px, calc(100% - 48px));
}

.sc_board_view_page .post_header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7eb;
}

.sc_board_view_page .post_title {
	font-weight: 700;
	color: #1f2937;
	margin: 0;
	line-height: 1.35;
}

.sc_board_view_page .post_meta {
	font-size: 0.9rem;
	color: #6b7280;
}

.sc_board_view_page .post_content {
	font-size: 16px;
	line-height: 1.8;
	color: #374151;
	word-break: keep-all;
}

.sc_board_view_page .post_content h3,
.sc_board_view_page .post_content h4 {
	margin: 28px 0 12px;
	color: #1f2937;
	line-height: 1.4;
}

.sc_board_view_page .post_content table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.sc_board_view_page .post_content th,
.sc_board_view_page .post_content td {
	border: 1px solid #e5e7eb;
	padding: 10px 12px;
	font-size: 14px;
}

.sc_board_view_page .post_nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
	flex-wrap: wrap;
}

.sc_board_view_page .post_nav a {
	color: #374151;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.sc_board_view_page .btn_back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	padding: 12px 20px;
	background: var(--navy);
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

/* ===== CTA ===== */
.sec-cta {
	background: var(--bg-warm);
	padding: 42px 0;
	border-top: 1px solid #ffe6c2;
}

.sec-cta .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: auto;
	max-width: none;
	margin: 0;
}

.sec-cta p {
	font-size: 24px;
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -0.8px;
	line-height: 1.35;
}

.sec-cta p b {
	color: var(--accent);
}

.sec-cta a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--navy);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	padding: 15px 24px;
	border-radius: 12px;
	letter-spacing: -0.4px;
	white-space: nowrap;
}

.sec-cta a:hover {
	background: var(--navy-soft);
}

/* ===== responsive : 모바일·가로모드 포함 ===== */
@media (max-width: 1024px) {
	.container {
		width: calc(100% - 32px);
	}

	.hero .container {
		width: calc(100% - 64px);
	}

	.hero {
		padding: 28px 0 56px;
	}

	.hero .site-topbar {
		padding-bottom: 20px;
	}

	#wrap > .site-topbar {
		width: calc(100% - 64px);
		padding-top: 16px;
	}

	.site-topbar__logo {
		font-size: 18px;
	}

	.site-nav__link {
		padding: 8px 12px;
		font-size: 13px;
	}

	.hero-card {
		grid-template-columns: minmax(0, 1fr);
		min-height: auto;
		border-radius: 16px;
	}

	.hero--sub {
		padding: 16px 0 28px;
	}

	.hero-card__copy--sub {
		padding: 28px 24px 16px;
	}

	.board-view-page {
		padding: 28px 0 48px;
	}

	.board-view-page .container {
		width: calc(100% - 32px);
	}

	.hero-card__copy {
		padding: 28px 24px 20px;
	}

	.hero-card__copy h1 {
		font-size: clamp(28px, 7vw, 36px);
		letter-spacing: -1.2px;
		margin-bottom: 10px;
	}

	.hero-sub {
		font-size: 14px;
	}

	.hero-visual {
		padding-top: 12px;
	}

	.hero-visual img {
		max-width: min(320px, 100%);
	}

	.hero-card__form {
		border-left: 0;
		border-top: 1px solid #eef2f6;
	}

	.form_wrap {
		padding: 28px 22px !important;
	}

	.form_wrap h2 {
		font-size: 18px !important;
		margin-bottom: 22px !important;
	}

	.form_wrap ul {
		gap: 14px;
	}

	.form_wrap ul li input[type="text"],
	.form_wrap ul li input[type="tel"] {
		font-size: 15px;
		padding: 13px 14px;
	}

	.form_wrap .name_wrap {
		padding: 4px 6px 4px 0;
	}

	.form_wrap .gender_wrap label {
		padding: 7px 12px;
		font-size: 13px;
	}

	.form_wrap .btn_submit {
		margin-top: 16px;
		padding: 14px 0;
		font-size: 16px;
	}

	.form_wrap .btn_submit {
		font-size: 16px;
		padding: 15px 0;
		margin-top: 16px;
	}

	.sec-essential,
	.sec-twelve {
		padding: 56px 0 48px;
	}

	.sec-essential .sec-head,
	.sec-twelve .sec-head {
		margin-bottom: 24px;
	}

	.sec-essential .sec-head h2,
	.sec-twelve .sec-head h2 {
		font-size: clamp(24px, 6.5vw, 32px);
	}

	.sec-essential .sec-head .desc,
	.sec-twelve .sec-head .side {
		font-size: 14px;
	}

	.sec-twelve .sec-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.sec-twelve .sec-head .side {
		text-align: left;
		max-width: none;
	}

	.ess-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.ess-card {
		min-height: 0;
		padding: 20px 16px;
		gap: 12px;
	}

	.ess-card .icon {
		width: 56px;
		height: 56px;
		border-radius: 14px;
		padding: 10px;
	}

	.ess-card .txt h3 {
		font-size: 16px;
	}

	.ess-card .txt li,
	.ess-card .txt p {
		font-size: 13px;
	}

	.twelve-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}

	.twelve-card {
		min-height: 132px;
		padding: 16px 8px 14px;
	}

	.twelve-card .icon {
		width: 48px;
		height: 48px;
		margin: 12px 0 8px;
	}

	.twelve-card p {
		font-size: 12px;
	}

	.twelve-summary {
		flex-direction: column;
		align-items: flex-start;
		padding: 18px 16px;
		gap: 10px;
	}

	.twelve-summary strong {
		font-size: 17px;
	}

	.twelve-summary span {
		text-align: left;
		max-width: none;
		font-size: 12px;
	}

	.sec-cta {
		padding: 28px 0;
	}

	.sec-cta .inner {
		flex-direction: column;
		text-align: center;
		gap: 14px;
	}

	.sec-cta p {
		font-size: 20px;
	}

	.sec-cta a:hover {
		background: var(--navy-soft);
	}

	.sec-cta a {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}

	.sec-faq {
		padding: 56px 0 48px;
	}

	.faq-q {
		padding: 16px;
		font-size: 15px;
	}

	.faq-a {
		padding: 0 16px 16px 16px;
		font-size: 14px;
	}

	.sub-page {
		padding: 24px 0 48px;
	}

	.sub-page .container {
		width: calc(100% - 32px);
	}

	.sub-page__body {
		padding: 16px;
		border-radius: 16px;
	}

	.sub-page__cta {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.sub-page__cta a {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.container {
		width: calc(100% - 24px);
	}

	.hero .container {
		width: calc(100% - 40px);
	}

	.hero .site-topbar {
		padding-bottom: 16px;
	}

	#wrap > .site-topbar {
		width: calc(100% - 40px);
	}

	.ess-grid,
	.twelve-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.twelve-card .badge {
		font-size: 10px;
		padding: 2px 6px;
		top: 8px;
		left: 8px;
	}
}

@media (max-width: 480px) {
	.hero .container {
		width: calc(100% - 32px);
	}

	.hero .site-topbar {
		padding-bottom: 14px;
	}

	#wrap > .site-topbar {
		width: calc(100% - 32px);
	}

	.hero-card__copy h1 {
		font-size: 26px;
	}

	.hero-card__copy {
		padding: 24px 18px 16px;
	}

	.hero-visual img {
		max-width: 260px;
	}

	.form_wrap {
		padding: 22px 16px !important;
	}

	.ess-card {
		padding: 16px 12px;
	}

	.ess-card .txt h3 {
		font-size: 15px;
	}

	.twelve-card {
		min-height: 120px;
		padding: 14px 6px 12px;
	}

	.twelve-card .icon {
		width: 42px;
		height: 42px;
	}

	.twelve-card p {
		font-size: 11px;
	}
}

/* 모바일 가로모드 : 짧은 높이 + 넓은 폭에서도 모바일 레이아웃 유지 */
@media (orientation: landscape) and (max-height: 560px),
       (orientation: landscape) and (max-width: 980px) {
	.hero {
		padding: 12px 0 28px;
	}

	.hero .site-topbar {
		padding-bottom: 10px;
	}

	.hero-card {
		border-radius: 14px;
	}

	.hero-card__copy {
		padding: 20px 16px 12px;
	}

	.hero-card__copy h1 {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.hero-sub {
		font-size: 13px;
	}

	.hero-visual {
		display: none;
	}

	.form_wrap {
		padding: 18px 16px !important;
	}

	.form_wrap h2 {
		font-size: 18px !important;
		margin-bottom: 12px !important;
	}

	.form_wrap ul {
		gap: 10px;
	}

	.form_wrap .btn_submit {
		margin-top: 12px;
		padding: 12px 0;
		font-size: 15px;
	}

	.sec-essential,
	.sec-twelve {
		padding: 36px 0 32px;
	}

	.ess-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.twelve-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.twelve-card {
		min-height: 110px;
	}

	.sec-cta p {
		font-size: 18px;
	}
}

/* 아주 짧은 가로(휴대폰 가로) */
@media (orientation: landscape) and (max-height: 430px) {
	.hero-label {
		display: none;
	}

	.ess-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ess-card .icon {
		width: 44px;
		height: 44px;
	}

	.twelve-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}
