@charset "utf-8";
/* ============================================================
   CHIPOTLE 개인정보처리방침 — common_privacy_policy.css
   구성: 히어로 이미지 + 시행일자 선택 + 방침 본문 카드(표 포함)
   클래스 충돌 방지를 위해 전체를 #privacy-policy-wrap 으로 스코프
   색/폰트 토큰은 cctv_policy / cs 페이지와 동일
   ============================================================ */
#privacy-policy-wrap {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
}
#privacy-policy-wrap * { box-sizing: border-box; }

/* ── 히어로 이미지 배너 ── */
#privacy-policy-wrap .pp-hero {
	width: 100%;
	background-color: #1a0800;
	font-size: 0;
}
#privacy-policy-wrap .pp-hero__img {
	width: 100%;
	height: auto;
	display: block;
}
/* 데스크톱에서만 높이 제한 — cs / cctv_policy 페이지와 동일 규칙 */
@media (min-width: 1200px) {
	#privacy-policy-wrap .pp-hero__img {
		width: 100%;
		height: 75vh;
		object-fit: cover;
	}
}

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

/* ── 헤더(타이틀) ── */
#privacy-policy-wrap .pp-head {
	text-align: center;
	margin-bottom: 28px;
}
#privacy-policy-wrap .pp-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;
}
#privacy-policy-wrap .pp-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;
}

/* ── 시행일자 선택 ── */
#privacy-policy-wrap .pp-version {
	margin: 0 0 24px;
	text-align: center;
}
#privacy-policy-wrap .pp-version__label {
	display: block;
	margin: 0 0 8px;
	font-family: "Nunito", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8a7166;
}
#privacy-policy-wrap .pp-version__select {
	appearance: none;
	-webkit-appearance: none;
	min-width: 220px;
	padding: 10px 38px 10px 16px;
	border: 1px solid #d8cec7;
	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 fill='%23451400' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 14px;
	color: #451400;
	cursor: pointer;
}
#privacy-policy-wrap .pp-version__select:focus {
	outline: none;
	border-color: #a76721;
}

/* ── 방침 카드 ── */
#privacy-policy-wrap .pp-card {
	background-color: #ffffff;
	border: 1px solid #e8ded6;
	border-radius: 8px;
	padding: 44px 44px 48px;
}

/* ── 서두 ── */
#privacy-policy-wrap .pp-intro {
	margin: 0 0 28px;
	padding: 0 0 26px;
	border-bottom: 1px solid #ece4dd;
}
#privacy-policy-wrap .pp-intro__line {
	margin: 0 0 10px;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #4a3a33;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-intro__line:last-child { margin-bottom: 0; }

/* ── 목차 ── */
#privacy-policy-wrap .pp-toc {
	margin: 0 0 40px;
	padding: 24px 26px;
	background-color: #f9f4f0;
	border-radius: 6px;
}
#privacy-policy-wrap .pp-toc__title {
	margin: 0 0 14px;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #451400;
	text-align: center;
	letter-spacing: 0.5px;
}
#privacy-policy-wrap .pp-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(6, auto);
	grid-auto-flow: column;
	column-gap: 24px;
	row-gap: 8px;
}
#privacy-policy-wrap .pp-toc__item {
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-toc__item a {
	color: #5b463c;
	text-decoration: none;
	transition: color .15s;
}
#privacy-policy-wrap .pp-toc__item a:hover {
	color: #AD2118;
	text-decoration: underline;
}

/* ── 본문 섹션 ── */
#privacy-policy-wrap .pp-sect {
	margin: 0 0 40px;
}
#privacy-policy-wrap .pp-sect:last-child { margin-bottom: 0; }

#privacy-policy-wrap .pp-sect__title {
	margin: 0 0 14px;
	padding: 0 0 10px;
	border-bottom: 2px solid #451400;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #451400;
	line-height: 1.4;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-sect__text {
	margin: 0 0 12px;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #4a3a33;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-sect__caption {
	margin: 20px 0 10px;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #5b463c;
}
#privacy-policy-wrap .pp-sect__date {
	margin: 16px 0 0;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #451400;
}

/* ── 목록: 대시(-) ── */
#privacy-policy-wrap .pp-dash-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}
#privacy-policy-wrap .pp-dash-list > li {
	position: relative;
	margin: 0 0 6px;
	padding-left: 16px;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: #4a3a33;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-dash-list > li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	color: #a76721;
}

/* ── 목록: 점(•) ── */
#privacy-policy-wrap .pp-dot-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}
#privacy-policy-wrap .pp-dot-list > li {
	position: relative;
	margin: 0 0 6px;
	padding-left: 16px;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: #4a3a33;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-dot-list > li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a76721;
}

/* ── 목록: 번호 ── */
#privacy-policy-wrap .pp-num-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	counter-reset: ppNum;
}
#privacy-policy-wrap .pp-num-list > li {
	position: relative;
	counter-increment: ppNum;
	margin: 0 0 8px;
	padding-left: 26px;
	font-family: "Pretendard", "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: #4a3a33;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-num-list > li::before {
	content: counter(ppNum) ".";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #a76721;
}

/* ── 본문 링크 ── */
#privacy-policy-wrap .pp-sect a,
#privacy-policy-wrap .pp-table a {
	color: #451400;
	text-decoration: underline;
	word-break: break-all;
}
#privacy-policy-wrap .pp-sect a:hover,
#privacy-policy-wrap .pp-table a:hover {
	color: #AD2118;
}

/* ── 표 ── */
#privacy-policy-wrap .pp-table-scroll {
	width: 100%;
	margin: 0 0 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
#privacy-policy-wrap .pp-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #451400;
	font-family: "Pretendard", "Nunito", sans-serif;
	table-layout: fixed;
}
#privacy-policy-wrap .pp-table--wide {
	min-width: 880px;
}
#privacy-policy-wrap .pp-table th,
#privacy-policy-wrap .pp-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e2d8d0;
	border-right: 1px solid #e2d8d0;
	font-size: 13.5px;
	line-height: 1.7;
	color: #4a3a33;
	text-align: left;
	vertical-align: top;
	word-break: keep-all;
}
#privacy-policy-wrap .pp-table th:last-child,
#privacy-policy-wrap .pp-table td:last-child {
	border-right: 0;
}
#privacy-policy-wrap .pp-table thead th {
	background-color: #f4ece5;
	font-weight: 700;
	color: #451400;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
#privacy-policy-wrap .pp-table tbody th {
	background-color: #fbf8f5;
	font-weight: 700;
	color: #451400;
}
#privacy-policy-wrap .pp-table th.pp-table__rowhead {
	text-align: center;
	vertical-align: middle;
}
#privacy-policy-wrap .pp-table__term {
	font-weight: 700;
	color: #451400;
}

/* ── 표 셀 내부 목록 ── */
#privacy-policy-wrap .pp-cell-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#privacy-policy-wrap .pp-cell-list > li {
	position: relative;
	margin: 0 0 5px;
	padding-left: 12px;
}
#privacy-policy-wrap .pp-cell-list > li:last-child { margin-bottom: 0; }
#privacy-policy-wrap .pp-cell-list > li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	color: #a76721;
}
#privacy-policy-wrap .pp-cell-plain {
	list-style: none;
	margin: 0;
	padding: 0;
}
#privacy-policy-wrap .pp-cell-plain > li {
	margin: 0 0 4px;
}
#privacy-policy-wrap .pp-cell-plain > li:last-child { margin-bottom: 0; }

/* ── 태블릿 ── */
@media (max-width: 1024px) {
	#privacy-policy-wrap .pp-card {
		padding: 34px 28px 38px;
	}
}

/* ── 모바일 ── */
@media (max-width: 768px) {
	#privacy-policy-wrap .pp-body {
		padding: 34px 16px 52px;
	}
	#privacy-policy-wrap .pp-head__title {
		font-size: 26px;
	}
	#privacy-policy-wrap .pp-card {
		padding: 26px 18px 30px;
	}
	#privacy-policy-wrap .pp-toc {
		padding: 18px 16px;
	}
	#privacy-policy-wrap .pp-toc__list {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-auto-flow: row;
		row-gap: 7px;
	}
	#privacy-policy-wrap .pp-toc__item,
	#privacy-policy-wrap .pp-intro__line,
	#privacy-policy-wrap .pp-sect__text,
	#privacy-policy-wrap .pp-dash-list > li,
	#privacy-policy-wrap .pp-dot-list > li,
	#privacy-policy-wrap .pp-num-list > li {
		font-size: 14px;
	}
	#privacy-policy-wrap .pp-sect__title {
		font-size: 16px;
	}
	#privacy-policy-wrap .pp-table {
		min-width: 680px;
	}
	#privacy-policy-wrap .pp-table--wide {
		min-width: 860px;
	}
	#privacy-policy-wrap .pp-table th,
	#privacy-policy-wrap .pp-table td {
		padding: 10px 10px;
		font-size: 12.5px;
	}
	#privacy-policy-wrap .pp-version__select {
		min-width: 190px;
	}
}