
@charset "utf-8";

h2::before {
	display: none;
}
.sub {
	width: auto !important;
	padding: 0;
}
#main {
	height: auto;
}
#container_title {
	display: none;
}
#wrap {
	display: flex;
	width: 100%;
	background-color: var(--primary-bg-color-ivory);
}
#wrap input:focus {
	
}
#reserve_wrap {
	padding: 80px 0;
	margin: 0 auto;
}

#reserve_wrap .reserve_container {
	width: 100%;
	max-width: 1512px;
	margin: 0 auto;
	padding: 0 24px;
}
#reserve_wrap .reserve_container .form_con {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
#reserve_wrap .title h2 {
	color: #000;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -0.64px;
	margin-bottom: 32px;
}
.reserve_info {
	display: flex;
	align-items: stretch;
	gap: 32px;
}
.reserve_info > div {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.form_con > div .small_tit {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 16px;
}
.reserve_info .reserve_cart_con {
	width: 100%;
	display: flex;
	padding: 20px 24px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	border: 1px solid #d4d4d5;
	background: #fff;
}
.reserve_info .reserve_cart_con ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-height: 640px;
	overflow-y: auto;
}
/* 스크롤바 전체 영역 */
.reserve_info .reserve_cart_con ul::-webkit-scrollbar {
	width: 3px; /* 스크롤바 너비 */
}

/* 스크롤바 트랙 (배경) */
.reserve_info .reserve_cart_con ul::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

/* 스크롤바 썸 (움직이는 부분) */
.reserve_info .reserve_cart_con ul::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
	transition: background 0.3s;
}

.reserve_info .reserve_cart_con ul::-webkit-scrollbar-thumb:hover {
	background: #999;
}
.cart_sisul {
	height: inherit;
}
.sisul_obj {
	width: 100%;
	display: flex;
	padding: 20px;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	background: #f7f7f9;
	position: relative;
	justify-content: space-between;
}
.sisul_obj .delete_item {
	cursor: pointer;
}
.sisul_obj .info_area {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.sisul_obj .title_box {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sisul_obj .title_box h5 {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}
.sisul_obj .title_box h5.kr_title {
	font-size: 14px;
	font-weight: 400;
}
.sisul_obj .price_wrap {
	display: flex;
	gap: 8px;
	align-items: flex-end;
}
.sisul_obj .price_wrap .original {
color: #949495;
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-decoration-line: line-through;
}
.sisul_obj .price_wrap .final {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.36px;
}
.sisul_obj .price_wrap .discount {
	color: var(--primary-active-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 100%; 
	letter-spacing: -0.14px;
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	border: 1px solid var(--primary-active-color);
}
.cart_count {
	display: flex;
	padding: 13px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: #000;
	color: #fff;
}
.cart_count.is-empty {
	background: #7E7E80;
}
.cart_count.is-empty span {
	color: #7E7E80;
	background: #fff;
}
.cart_count p {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.cart_count span {
	font-size: 15px;
	font-weight: 600;
	line-height: 100%;
	display: flex;
	width: 24px;
	height: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	background: var(--primary-active-color);
}
.customer_info_form {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.customer_info_form .row.type,
.customer_info_form .row.gender {
	width: calc(100% / 2 - 12px);
}
.customer_info_form .row {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.customer_info_form .field_label {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	display: flex;
	align-items: center;
	font-family: "Pretendard", sans-serif;
	display: flex;
	gap: 4px;
	width: max-content;
}
.customer_info_form .field_label.require {
	position: relative;
}
.customer_info_form .field_label.require::before {
	position: absolute;
	content: "";
	background-image: url("./img/required_icon.svg");
	width: 12px;
	height: 24px;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.customer_info_form .field_label .global_label {
	font-weight: 400;
}
.customer_info_form .radio_group {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.customer_info_form .radio_group input[type="radio"] {
	display: none !important;
}

input[type="radio"]:checked + label:before {
	display: none;
}
input[type="radio"] + label:before {
	display: none !important;
}

input[type="radio"] + label:after {
	display: none !important;
}

/* 라벨을 버튼처럼 스타일링 */
.customer_info_form .radio_group .radio_btn {
	width: calc(100% / 2 - 4px);
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	display: inline-block;
	padding: 17px 0;
	box-shadow: inset 0 0 0 1px #bfbfc0;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.25s ease;
}

/* 체크된 상태 */
.customer_info_form .radio_group input[type="radio"]:checked + .radio_btn {
	background-color: var(--primary-active-color);
	color: #fff;
	box-shadow: none;
	font-weight: 600;
}

.customer_info_form .input_text {
	width: 100%;
	color: #7e7e80;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	border: 1px solid #bfbfc0;
	background: #fff;
	display: flex;
	height: 50px;
	padding: 0 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 0;
}
.field_inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.customer_info_form .phone .input_text, 
.customer_info_form .messenger .input_text {
	width: 83%;
	
}
.customer_info_form .select_box {
	width: calc(17% - 8px);
}
.customer_info_form select {
	-webkit-appearance: none; /* Chrome, Safari */
	-moz-appearance: none;    /* Firefox */
	appearance: none;         /* 표준 */
	background: none;         /* 배경 제거 */
}
/* IE에서 기본 화살표 숨기기 */
.customer_info_form select::-ms-expand {
	display: none;
}
.customer_info_form select {
	width: 100%;
	color:#7E7E80;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	height: 50px;
	padding: 0 8px;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #BFBFC0;
	background-color: #fff;
	cursor: pointer;
	background-image: url(./img/consult_select_down.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
}
.customer_info_form textarea {
	display: flex;
	height: 120px;
	padding: 12px 16px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	color: #7E7E80;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	border-radius: 0 !important;
	border: 1px solid #BFBFC0;
	background: #FFF;
}
.customer_info_form textarea:focus {
	border: 1px solid #BFBFC0 !important;
}

/* 실제 체크박스 숨기기 */
.checkbox_input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* 커스텀 박스 */
.checkbox_text {
	position: relative;
	color: #69696B;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
	padding-left: 24px;
}

.checkbox_input + .checkbox_text::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px solid #d4d4d5;
	border-radius: 4px;
	background: #fff;
	transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

/* 체크 상태 */
.checkbox_input:checked + .checkbox_text::before {
	background-image: url("./img/custom_check_icon.svg?Ver=1");
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
}

/* [자세히보기] 링크 */
.checkbox_text .link_more {
	margin-left: 8px;
	color: #69696B;
	font-weight: 600;
}
.checkbox_text .link_more:hover {
	text-decoration: underline;
}

/* 비활성화 옵션 (필요 시) */
.checkbox_input:disabled + .checkbox_text {
	opacity: .5;
	cursor: not-allowed;
}
.customer_info_form .submit button {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	display: flex;
	height: 60px;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: #000;
}


.reserve_date_con {
	width: 100%;
	flex: 1;
	padding: 20px 40px 32px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	border: 1px solid #d4d4d5;
	background: #fff;
}

.day {
	position: relative;
}

/* 날짜 빨간색 */
.day.holiday {
	color: #e53935;
	font-weight: 600;
}

/* ✅ 휴무 타이틀 */
.day.disabled[data-holiday-title]::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: attr(data-holiday-title);
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 500;
	color: #e53935;
	line-height: 1.2;
	white-space: nowrap;
}

/* 클릭 방지 */
.day.disabled {
	pointer-events: none;
}
.my-calendar {
	width: 100%;
	text-align: center;
	cursor: default;
}

.my-calendar .calendar-box {
	width: 100%;
}
.ctr-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	gap: 4px;
	padding: 8px 0;
}
.ctr-box .btn-cal {
	cursor: pointer;
	border: none;
	background: none;
}
.ctr-box .year_month {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 12px;
}
.ctr-box button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 8px;
}

.cal-table {
	width: 100%;
}
.cal-table tr th {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.cal-table tr td {
	height: 52px;
	cursor: pointer;
}
.day-active {
	position: relative;
	z-index: 2;
	color: #fff;
	line-height: 1;
}
.day-active::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	z-index: -1;
	aspect-ratio: 1/1;
	background-color: var(--primary-active-color);
	border-radius: 4px;
}
.disabled {
	color: #ccc;
	pointer-events: none;
}
.my_time {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 20px;
	margin-top: 40px;
}
.my_time .title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 6px 0;
}
.my_time ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}
.my_time ul li {
	width: calc(100% / 4 - 6px);
	color: #535355;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	box-shadow: inset 0 0 0 1px #d4d4d5;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	transition: all 0.1s ease;
}
.my_time ul li.disabled {
	color: #bfbfc0;
	cursor: default;
}
.my_time ul li.active {
	color: #fff;
	font-weight: 600;
	background: var(--primary-active-color);
	border: 0;
	transition: all 0.1s ease;
}
.cart_empty {
	flex: 1;
	display: none;
}
.empty_inner {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.empty_icon {
	margin-bottom: 16px;
}
.empty_text {
	color: #7E7E80;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.36px;
}
.empty_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: 84px;
}
.empty_actions .btn_line {
	width: calc(100% / 2 - 6px);
	color: var(--primary-active-color);
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	border: 1px solid var(--primary-active-color);
	padding: 13px 0;
}
.empty_actions .btn_solid {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	background: var(--primary-active-color);
	width: 100%;
	padding: 13px 0;
}
.notice {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--primary-active-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
/* ==================================================
	CRM 상담 상세 – Form UI Style
================================================== */

/* 타이틀 */
.reserve_container.view_mode .title {
	margin-bottom: 20px;
}

.reserve_container.view_mode .title h3 {
	font-size: 22px;
	font-weight: 700;
	color: #111827;
}

/* ==================================================
	섹션 카드
================================================== */
.admin_box {
	background: transparent;
	padding: 0;
	margin-bottom: 28px;
	box-shadow: none;
	border: 0;
}

.admin_box .box_title {
	font-size: 15px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 14px;
}

/* ==================================================
	입력형 그리드
================================================== */
.info_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px 16px;
}

/* 한 줄 전체 */
.info_grid .item.full {
	grid-column: 1 / -1;
}

/* 필드 박스 */
.info_grid .item {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 12px;
}

/* 라벨 */
.info_grid label {
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%;
	background-color: #fdfdfd;
	min-width: 80px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	border-right: 1px solid #e5e7eb;
}

/* 값 (input처럼) */
.info_grid .value {
	flex: 1;
	height: 36px;
	padding: 0 4px;

	display: flex;
	align-items: center;
	border-radius: 6px;

	font-size: 14px;
	font-weight: 500;
	color: #111827;
}

/* 여러 줄 텍스트 */
.info_grid .value.pre {
	height: auto;
	min-height: 64px;
	padding: 10px 12px;
	line-height: 1.6;
	white-space: pre-line;
}

/* placeholder 느낌 */
.info_grid .value:empty,
.info_grid .value.small {
	color: #9ca3af;
	font-weight: 400;
}

/* ==================================================
	하단 메타 정보
================================================== */
.admin_box .meta_text {
	font-size: 13px;
	color: #6b7280;
	margin-top: 10px;
}

/* ==================================================
	하단 액션
================================================== */
.admin_actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 28px;
}

/* 버튼 */
.admin_actions a {
	height: 38px;
	padding: 0 18px;
	border-radius: 6px;

	font-size: 14px;
	font-weight: 600;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	text-decoration: none;
}

/* 버튼 스타일 */
.btn_line {
	background: #fff;
	border: 1px solid #d1d5db;
	color: #374151;
}

.btn_solid {
	background: #2563eb;
	color: #fff;
}

.btn_danger {
	background: #ef4444;
	color: #fff;
}
/* =========================
 댓글 영역 전체
========================= */
#bo_vc {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* =========================
 댓글 카드
========================= */
#bo_vc article {
	position: relative;
	display: flex;
	gap: 14px;
	padding: 16px 18px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
}

/* =========================
 프로필 이미지
========================= */
#bo_vc .pf_img {
	width: 40px;
	flex-shrink: 0;
}
#bo_vc .pf_img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

/* =========================
 댓글 본문 래퍼
========================= */
#bo_vc .cm_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* =========================
 댓글 헤더
========================= */
#bo_vc header {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* 이름 */
#bo_vc header h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #111827;
}

/* 날짜 */
#bo_vc .bo_vc_hdinfo {
	margin-left: auto;
	font-size: 12px;
	color: #9ca3af;
}

/* =========================
 상태 배지
========================= */
.cmt_status {
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 999px;
	white-space: nowrap;
}

.cmt_status_접수 {
	background: #eef2ff;
	color: #4f46e5;
}
.cmt_status_상담중 {
	background: #ecfeff;
	color: #0891b2;
}
.cmt_status_예약완료 {
	background: #ecfdf5;
	color: #059669;
}
.cmt_status_종료 {
	background: #f3f4f6;
	color: #6b7280;
}

/* =========================
 댓글 내용
========================= */
#bo_vc .cmt_contents {
	font-size: 14px;
	line-height: 1.6;
	color: #374151;
}
#bo_vc .cmt_contents p {
	margin: 0;
	word-break: break-word;
}

/* =========================
 옵션 버튼 (⋮)
========================= */
.bo_vl_opt {
	position: absolute;
	top: 14px;
	right: 14px;
}

.btn_cm_opt {
	background: none;
	border: 0;
	padding: 4px;
	color: #9ca3af;
	cursor: pointer;
}

/* 옵션 리스트 */
.bo_vc_act {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	min-width: 80px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,.08);
	z-index: 10;
}

.bo_vc_act li a {
	display: block;
	padding: 8px 12px;
	font-size: 13px;
	color: #374151;
}
.bo_vc_act li a:hover {
	background: #f3f4f6;
}

/* =========================
 대댓글 스타일
========================= */
#bo_vc article[style*="margin-left"] {
	background: #ffffff !important;
	border-left: 3px solid #e5e7eb;
}

/* =========================
 댓글 없음
========================= */
#bo_vc_empty {
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
	color: #9ca3af;
}
/* =========================
 댓글 작성 영역 카드
========================= */
#bo_vc_w {
	margin-top: 24px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}

/* 제목 숨김 (디자인용) */
#bo_vc_w > h2 {
	display: none;
}

/* =========================
 상담상태 선택
========================= */
.comment_status_wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 14px;
}

.comment_status_wrap label {
	font-size: 13px;
	font-weight: 500;
	color: #374151;
}

/* 커스텀 셀렉트 */
.comment_status_wrap select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	width: 100%;
	height: 42px;
	padding: 0 42px 0 14px;

	font-size: 14px;
	color: #111827;

	border: 1px solid #d1d5db;
	border-radius: 8px;
	background-color: #fff;

	background-image:
		url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239CA3AF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.comment_status_wrap select:focus {
	outline: none;
	border-color: #6366f1;
	box-shadow: 0 0 0 2px rgba(99,102,241,.12);
}

/* =========================
 댓글 입력 textarea
========================= */
#bo_vc_w textarea#wr_content {
	width: 100%;
	min-height: 120px;
	padding: 14px;
	margin-top: 8px;

	font-size: 14px;
	line-height: 1.6;
	color: #111827;

	border: 1px solid #d1d5db;
	border-radius: 10px;
	resize: vertical;
}

#bo_vc_w textarea#wr_content:focus {
	outline: none;
	border-color: #6366f1;
	box-shadow: 0 0 0 2px rgba(99,102,241,.12);
}

/* =========================
 하단 영역
========================= */
.bo_vc_w_wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 14px;
	gap: 12px;
}

/* 비회원 정보 */
.bo_vc_w_info input {
	height: 38px;
	padding: 0 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 13px;
}

.bo_vc_w_info input:focus {
	outline: none;
	border-color: #6366f1;
}

/* =========================
 버튼 영역
========================= */
.btn_confirm {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* 비밀글 */
.secret_cm label {
	font-size: 13px;
	color: #374151;
	cursor: pointer;
}

/* 등록 버튼 */
.btn_submit {
	height: 38px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;

	font-size: 14px;
	font-weight: 600;
	color: #fff;

	background: #6366f1;
	cursor: pointer;
}

.btn_submit:hover {
	background: #4f46e5;
}
/* ==================================================
	반응형
================================================== */
@media (max-width: 1024px) {
	.info_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.info_grid {
		grid-template-columns: 1fr;
	}

	.info_grid .item {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	.info_grid label {
		min-width: auto;
	}
}
/* 팝업 배경 */
.privacy_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	z-index: 101;
	transition: all 0.3s ease;
}
.privacy_popup.is-open {
	transition: all 0.3s ease;
	opacity: 1;
	visibility: visible;
}

/* 팝업 박스 */
.privacy_popup_inner {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Pretendard", sans-serif;
	width: 90%;
	max-width: 520px;
	background: #fff;
	border-radius: 12px;
	padding: 36px 24px;
}

/* 제목 */
.privacy_popup_inner h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}

/* 내용 */
.privacy_popup_content {
	max-height: 50vh;
	overflow-y: auto;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}
.privacy_popup_content p:last-child {
	margin-top: 10px;
}
/* 버튼 */
.agree_pop_close {
	width: 100%;
	margin-top: 20px;
	padding: 12px 0;
	border: none;
	border-radius: 8px;
	background: #000000;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}