@charset "utf-8";
/* ============================================================
   CHIPOTLE 고정형 영상정보처리기기 운영·관리방침 — common_cctv_policy.css
   구성: 히어로 이미지 + 시행일자 선택 + 방침 본문 카드
   클래스 충돌 방지를 위해 전체를 #cctv-policy-wrap 으로 스코프
   ============================================================ */
#cctv-policy-wrap {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
}
#cctv-policy-wrap * { box-sizing: border-box; }

/* ── 히어로 이미지 배너 (CS 페이지와 동일 규칙) ── */
#cctv-policy-wrap .cctv-hero {
	width: 100%;
	background-color: #1a0800;
	font-size: 0;
}
#cctv-policy-wrap .cctv-hero__img {
	width: 100%;
	height: auto;
	display: block;
}

/* ── 본문 영역 ── */
#cctv-policy-wrap .cctv-body {
	width: 100%;
	background-color: #f9f4f0;
	padding: 48px 20px 72px;
}
#cctv-policy-wrap .cctv-inner {
	max-width: 880px;
	margin: 0 auto;
}

/* ── 헤더(타이틀) ── */
#cctv-policy-wrap .cctv-head {
	text-align: center;
	margin-bottom: 28px;
}
#cctv-policy-wrap .cctv-head__eyebrow {
	margin: 0 0 6px;
	font-family: "Nunito", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a76721;
}
#cctv-policy-wrap .cctv-head__title {
	margin: 0;
	font-family: "Barlow Condensed", "Trade Gothic LT Bold", sans-serif;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #451400;
	line-height: 1.2;
}

/* ── 시행일자 선택 ── */
#cctv-policy-wrap .cctv-version {
	margin: 0 0 24px;
	text-align: center;
}
#cctv-policy-wrap .cctv-version__label {
	display: block;
	margin: 0 0 8px;
	font-family: "Nunito", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #9c8b82;
}
#cctv-policy-wrap .cctv-version__select {
	width: 100%;
	max-width: 260px;
	height: 44px;
	padding: 0 38px 0 16px;
	border: 1px solid #d8c9c1;
	border-radius: 4px;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23451400' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #451400;
	line-height: 42px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#cctv-policy-wrap .cctv-version__select:focus {
	outline: none;
	border-color: #a76721;
}

/* ── 방침 카드 ── */
#cctv-policy-wrap .cctv-card {
	background-color: #ffffff;
	border: 1px solid #e0d5d0;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	padding: 32px 22px 40px;
}

/* ── 서두 ── */
#cctv-policy-wrap .cctv-intro {
	margin-bottom: 28px;
}
#cctv-policy-wrap .cctv-intro__line {
	margin: 0 0 12px;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #5a4640;
	line-height: 1.8;
	word-break: keep-all;
}
#cctv-policy-wrap .cctv-intro__line:last-child { margin-bottom: 0; }

/* ── 목차 ── */
#cctv-policy-wrap .cctv-toc {
	margin: 0 0 36px;
	padding: 22px 20px;
	background-color: #f9f4f0;
	border-radius: 6px;
}
#cctv-policy-wrap .cctv-toc__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cctv-policy-wrap .cctv-toc__item {
	position: relative;
	margin: 0 0 8px;
	padding-left: 14px;
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #451400;
	line-height: 1.6;
	word-break: keep-all;
}
#cctv-policy-wrap .cctv-toc__item:last-child { margin-bottom: 0; }
#cctv-policy-wrap .cctv-toc__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #a76721;
}

/* ── 본문 섹션 (자동 번호) ── */
#cctv-policy-wrap .cctv-sect__list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: cctvSect;
}
#cctv-policy-wrap .cctv-sect {
	position: relative;
	margin: 0 0 32px;
	padding: 0 0 0 34px;
	counter-increment: cctvSect;
}
#cctv-policy-wrap .cctv-sect:last-child { margin-bottom: 0; }
#cctv-policy-wrap .cctv-sect::before {
	content: counter(cctvSect);
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #451400;
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	line-height: 24px;
}
#cctv-policy-wrap .cctv-sect__title {
	margin: 0 0 10px;
	font-family: "Nunito", sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #451400;
	line-height: 1.5;
	word-break: keep-all;
}
#cctv-policy-wrap .cctv-sect__text {
	margin: 0 0 10px;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #5a4640;
	line-height: 1.8;
	word-break: keep-all;
}
#cctv-policy-wrap .cctv-sect__text:last-child { margin-bottom: 0; }

/* ── 항목 정의 리스트 ── */
#cctv-policy-wrap .cctv-sect__dl {
	margin: 12px 0 0;
	padding: 16px 18px;
	list-style: none;
	background-color: #faf7f5;
	border-left: 3px solid #a76721;
	border-radius: 0 4px 4px 0;
}
#cctv-policy-wrap .cctv-sect__di {
	margin: 0 0 8px;
	font-size: 0;
}
#cctv-policy-wrap .cctv-sect__di:last-child { margin-bottom: 0; }
#cctv-policy-wrap .cctv-sect__dt {
	display: block;
	margin-bottom: 2px;
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #451400;
	line-height: 1.6;
}
#cctv-policy-wrap .cctv-sect__dd {
	display: block;
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #786259;
	line-height: 1.6;
	word-break: keep-all;
}

/* ── 태블릿 (768px+) ── */
@media (min-width: 768px) {
	#cctv-policy-wrap .cctv-body { padding: 64px 24px 88px; }
	#cctv-policy-wrap .cctv-head__title { font-size: 44px; }
	#cctv-policy-wrap .cctv-head__title br { display: none; }
	#cctv-policy-wrap .cctv-card { padding: 44px 40px 52px; }
	#cctv-policy-wrap .cctv-toc { padding: 26px 28px; }
	#cctv-policy-wrap .cctv-toc__item { font-size: 15px; }
	#cctv-policy-wrap .cctv-sect { padding-left: 40px; }
	#cctv-policy-wrap .cctv-sect__title { font-size: 18px; }
	/* dt/dd 가로 배치 */
	#cctv-policy-wrap .cctv-sect__dt {
		display: inline-block;
		width: 190px;
		margin-bottom: 0;
		vertical-align: top;
	}
	#cctv-policy-wrap .cctv-sect__dd {
		display: inline-block;
		width: calc(100% - 190px);
		vertical-align: top;
	}
	#cctv-policy-wrap .cctv-sect__dt::after {
		content: ":";
		margin-left: 6px;
		color: #a76721;
	}
}

/* ── 데스크탑 (1200px+) ── */
@media (min-width: 1200px) {
	#cctv-policy-wrap .cctv-hero {
		height: 75vh;
		overflow: hidden;
	}
	#cctv-policy-wrap .cctv-hero__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#cctv-policy-wrap .cctv-body { padding: 80px 40px 100px; }
	#cctv-policy-wrap .cctv-card { padding: 56px 56px 64px; }
}