/* ================================================================
   ARS 팝업 전용 CSS
   Bootstrap 없는 환경에서 .modal-* 클래스 + LG 팝업 컴포넌트 스타일
   ================================================================ */

/* 오버레이 배경 */
.ars-popup-overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 9000;
	background: rgba(0, 0, 0, .5);
	overflow-x: hidden;
	overflow-y: auto;
}
.ars-popup-overlay.is-open {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

/* 모달 다이얼로그 */
.ars-popup-overlay .modal-dialog {
	position: relative;
	width: 1000px;
	max-width: calc(100vw - 32px);
	margin: auto;
}

/* 모달 컨텐츠 박스 */
.ars-popup-overlay .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, .3);
	overflow: hidden;
	outline: 0;
}

/* 헤더 */
.ars-popup-overlay .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px 17px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

/* 헤더 타이틀 */
.ars-popup-overlay .pop-tit-1 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #181a1b;
	flex: 1 1 auto;
}

/* 닫기 버튼 */
.ars-popup-overlay .c-btn-close {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin-left: 16px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 0;
	color: transparent;
	overflow: hidden;
	position: relative;
}
.ars-popup-overlay .c-btn-close::before,
.ars-popup-overlay .c-btn-close::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	background-color: #181a1b;
	border-radius: 1px;
}
.ars-popup-overlay .c-btn-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.ars-popup-overlay .c-btn-close::after  { transform: translate(-50%, -50%) rotate(-45deg); }

/* 바디 */
.ars-popup-overlay .modal-body {
	flex: 1 1 auto;
	padding: 0;
	overflow-y: auto;
	max-height: calc(100vh - 220px);
}

/* 바디 내부 패딩 */
.ars-popup-overlay .c-body-content {
	padding: 40px 40px 20px !important;
}

/* 푸터 */
.ars-popup-overlay .modal-footer {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 24px 32px;
}

/* ----------------------------------------------------------------
   팝업 컨텐츠: '눈으로 보는 ARS'는? 섹션
   ---------------------------------------------------------------- */
.ars-popup-overlay .eyes-popup .h4,
.ars-popup-overlay .eyes-popup h3.h4 {
	font-size: 24px;
	font-weight: 700;
	color: #181a1b;
	margin: 0 0 0 0;
	line-height: 1.3;
}
.ars-popup-overlay .color-def {
	color: #6b23e5 !important;
}
.ars-popup-overlay .fw-bold {
	font-weight: 700 !important;
}

/* 소개 리스트 */
.ars-popup-overlay .cv-box-container {
	padding: 20px 0 0;
	border: none;
}
.ars-popup-overlay .cv-box-container ul {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
}
.ars-popup-overlay .cv-box-container ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -.02em;
	color: #181a1b;
}
.ars-popup-overlay .cv-box-container ul li + li {
	margin-top: 6px;
}

/* ----------------------------------------------------------------
   탭 메뉴
   ---------------------------------------------------------------- */
.ars-popup-overlay .c-tabmenu-link-wrap {
	margin-top: 40px;
}
.ars-popup-overlay .c-tabmenu-tab.c-tab-link > ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.ars-popup-overlay .c-tabmenu-tab.c-tab-link > ul::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e0e0e0;
	z-index: 0;
}
.ars-popup-overlay .c-tabmenu-tab.c-tab-link > ul > li {
	position: relative;
	flex: 1;
	text-align: center;
}
.ars-popup-overlay .c-tabmenu-tab.c-tab-link > ul > li > a {
	display: block;
	padding: 14px 8px;
	font-size: 18px;
	font-weight: 500;
	color: #828282;
	text-decoration: none;
	white-space: nowrap;
}
.ars-popup-overlay .c-tabmenu-tab.c-tab-link > ul > li.is-active > a {
	font-weight: 700;
	color: #181a1b;
}
.ars-popup-overlay .c-tabmenu-tab.c-tab-link > ul > li.is-active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #181a1b;
	z-index: 1;
}

/* ----------------------------------------------------------------
   탭 패널 컨텐츠
   ---------------------------------------------------------------- */
.ars-popup-overlay .c-tabcontent-box {
	margin: 0;
}
.ars-popup-overlay .c-tabcontent-box-f8f8f8 {
	margin: 0;
	padding: 40px 32px;
	background-color: #f8f8f8;
	border-bottom: 2px solid #e0e0e0;
}
.ars-popup-overlay .c-tabcontent-box h3.h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #181a1b;
	margin: 0 0 8px;
}
.ars-popup-overlay .c-tabcontent-box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #181a1b;
	margin: 0 0 16px;
}
.ars-popup-overlay .-mb-8n-3 { margin-bottom: 24px; }
.ars-popup-overlay .-mt-8n-2 { margin-top:   16px; }
.ars-popup-overlay .-mt-10n-4 { margin-top:  40px; }

/* 이미지 박스 */
.ars-popup-overlay .img-box img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* 본인인증 제목 */
.ars-popup-overlay .h4.-mt-10n-4,
.ars-popup-overlay h3.h4.-mt-10n-4 {
	margin-top: 40px;
}

/* 불릿 리스트 */
.ars-popup-overlay .c-bullet-type-circle {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.ars-popup-overlay .c-bullet-type-circle > li {
	position: relative;
	padding-left: 16px;
	font-size: 16px;
	font-weight: 500;
	color: #181a1b;
	line-height: 1.6;
}
.ars-popup-overlay .c-bullet-type-circle > li + li {
	margin-top: 8px;
}
.ars-popup-overlay .c-bullet-type-circle > li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #181a1b;
}
.ars-popup-overlay .c-bullet-type-circle > li.fw-bold {
	font-weight: 700;
}

/* ----------------------------------------------------------------
   확인 버튼
   ---------------------------------------------------------------- */
.ars-popup-overlay .c-btn-group {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
}
.ars-popup-overlay .c-btn-outline-2-m {
	width: 188px;
	height: 56px;
	font-size: 18px;
	font-weight: 700;
	color: #181a1b;
	background: #fff;
	border: 2px solid #181a1b;
	border-radius: 6px;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.ars-popup-overlay .c-btn-outline-2-m:hover,
.ars-popup-overlay .c-btn-outline-2-m:focus {
	background: #181a1b;
	color: #fff;
}

/* ----------------------------------------------------------------
   접근성 숨김
   ---------------------------------------------------------------- */
.is-blind {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
