@charset "UTF-8";

/* ==========================================================================
   [HANJIN One Click STANDARD MASTER ARCHITECTURE - 1183px MASTER]
   ========================================================================== */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body, .regist_header, .regist_wrap, .regist_feature, .content-area,
	.regist_feature * {
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		sans-serif !important;
}

body {
	background-color: #f7f9fc;
	min-height: 100vh;
}

.regist_header {
	width: 100%;
	position: relative;
	background-color: #f7f9fc;
	background-size: 100%;
	background-position: top;
}

.regist_wrap {
	width: 1183px;
	margin: auto;
	padding: 60px 0 79px 0;
}

.regist_wrap .regist_text {
	width: 100%;
	height: 60px;
	margin-bottom: 21px;
	text-align: left;
}

.regist_wrap .regist_text h2 {
	line-height: 60px;
	font-size: 40px;
	font-weight: bold;
	color: #242424;
}

.regist_feature {
	position: relative;
	z-index: 1;
	width: 1183px;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	border: solid 1px #eeeeee;
	background-color: #ffffff;
	padding: 60px 80px 100px 80px;
	margin-top: 10px;
}

/* 상단 프로그레스 바 */
.progress-indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #f3f4f6;
}

.progress-bar {
	height: 100%;
	background-color: #003a94;
	transition: width 0.3s ease;
}

/* 단계별 프로그레스 바 가로폭 제어 규칙 */
.step1-progress {
	width: 20%;
}

.step2-progress {
	width: 40%;
}

.step3-progress {
	width: 60%;
}

/* 스텝 내비게이터 트래커 트랙 */
.step-tracker-container {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #f3f4f6;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.step-text {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-right: 8px;
	vertical-align: middle;
}

.step-text.active {
	color: #003a94;
}

.step-text.completed {
	color: #374151;
}

.step-arrow-char {
	display: inline-block;
	font-size: 14px;
	color: #dddddd;
	margin-right: 8px;
	vertical-align: middle;
}

/* 중심 콘텐츠 중앙 정렬 레이아웃 축 */
.content-area {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

.section-title {
	font-size: 28px;
	font-weight: bold;
	color: #242424;
	margin-bottom: 12px;
	letter-spacing: -0.4px;
}

.section-desc {
	font-size: 16px;
	color: #666666;
	margin-bottom: 40px;
}

.select-field {
	appearance: none;
	background-image:
		url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23374151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='m19 9-7 7-7-7'></path></svg>");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1rem;
	padding-right: 2.5rem !important;
}

/* 비밀번호 아이콘 관련 상용 래퍼 */
.relative-container {
	position: relative;
}

.input-icon-wrapper {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.input-icon {
	width: 18px;
	height: 18px;
	color: #9ca3af;
}

.padding-right-icon {
	padding-right: 40px !important;
}

/* 모달 오버레이 */
.dialog-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(25, 31, 40, 0.6);
    backdrop-filter: blur(4px);
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
}

.dialog-overlay.flex {
    display: flex;
}

.dialog-box {
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem;
    max-width: 24rem;
    width: 100%;
    margin: 0 1rem;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dialog-box-compact {
    max-width: 20rem;
    padding: 1.5rem;
}

.dialog-icon-wrapper-red {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background-color: #fef2f2;
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.dialog-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 0.5rem;
}

.dialog-desc {
    font-size: 0.75rem;
    color: #4e5968;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    word-break: keep-all;
}

.dialog-btn-group {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.btn-wide {
    flex: 1 !important;
}

.btn {
    font-family: "Pretendard Variable", Pretendard, -apple-system, sans-serif !important;
}

.dialog-overlay, .dialog-overlay * {
    font-family: "Pretendard Variable", Pretendard, -apple-system, sans-serif !important;
}
body, .regist_header, .regist_wrap, .regist_feature, .content-area, .regist_feature * {
    font-family: "Pretendard Variable", Pretendard, -apple-system, sans-serif !important;
}


/* ==========================================================================
   [1단계 전용 컴포넌트 스킨 패키지]
   ========================================================================== */
.method-selection-box {
	border: 1px solid #eeeeee;
	border-radius: 8px;
	padding: 35px;
	background-color: #ffffff;
	display: block;
	margin: 0 auto 40px auto;
	width: 100%;
	max-width: 800px;
}

.method-label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #374151;
	margin-bottom: 15px;
}

.method-btn-group {
	width: 100%;
	margin-bottom: 15px;
	gap: 10px;
}

.method-btn-group:after {
	content: "";
	display: block;
	clear: both;
}

.method-btn-container {
	float: left;
	width: 49%;
	position: relative;
}

.method-btn-container:last-child {
	float: right;
}

.method-btn {
	display: flex;
	align-items: center !important;
	justify-content: center;
	width: 100%;
	height: 56px !important;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 8px;
	font-size: 17px;
	font-weight: bold;
	color: #242424;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	padding: 0 20px !important;
}

.method-btn:hover {
	border-color: #003a94;
	background-color: #f4f6fd;
}

.method-btn.selected {
	border-color: #003a94;
	border-width: 2px;
	background-color: #f0f5ff;
	color: #003a94;
}

.method-btn-kakao-disabled {
	display: flex !important;
	background-color: #f3f4f6 !important;
	border-color: #e5e7eb !important;
	opacity: 0.75 !important;
	position: relative !important;
	overflow: hidden !important;
}

.method-btn-kakao-disabled span {
	color: #9ca3af;
}

.prep-badge {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #71717a;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 9999px;
	white-space: nowrap;
	line-height: 1;
	display: inline-block;
	z-index: 10;
}

.oneclick-auth-section {
	border-top: 1px solid #f3f4f6;
	padding-top: 40px;
	margin-top: 30px;
	display: none;
}

.auth-service-btn-group {
	width: 100%;
	margin-top: 20px;
}

.auth-service-btn-group:after {
	content: "";
	display: block;
	clear: both;
}

.auth-btn-container {
	float: left;
	width: 49%;
}

.auth-btn-container:last-child {
	float: right;
}

.auth-service-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background-color: #ffffff !important;
	border: 1px solid #d1d5db !important;
	border-radius: 0.75rem !important;
	cursor: pointer !important;
	outline: none !important;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	width: 100% !important;
	padding: 16px 20px;
}

.auth-service-btn:hover {
	border-color: #003a94;
	background-color: #f8fafc;
}

.auth-icon-mock {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.icon-pass {
	color: #ef4444;
}

.icon-kb {
	color: #d97706;
}

/* ==========================================================================
   [2단계 및 3단계 공용 핵심 수용 컴포넌트 패키지]
   ========================================================================== */
.form-group {
	width: 100% !important;
	margin-bottom: 24px !important;
}

.form-label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #374151;
	margin-bottom: 8px;
}

.input-field {
	width: 100% !important;
	height: 48px !important;
	padding: 0 16px !important;
	border-radius: 6px !important;
	border: 1px solid #d1d5db !important;
	background-color: #ffffff !important;
	color: #111111 !important;
	font-size: 15px !important;
	outline: none !important;
	transition: border-color 0.2s !important;
	box-sizing: border-box !important;
}

.input-field:focus {
	border-color: #003a94 !important;
}

/* 수평 레이아웃 연동용 유틸리티 크기 고정 단추 */
.input-row-flex {
	display: flex !important;
	gap: 12px !important;
	align-items: center !important;
	width: 100% !important;
}

.btn_inline-check, .btn-inline-check {
	width: 120px !important;
	height: 48px !important;
	background-color: #ffffff !important;
	border: 1px solid #003a94 !important;
	color: #003a94 !important;
	font-weight: bold !important;
	font-size: 15px !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	transition: all 0.2s !important;
	padding: 0 !important;
}

.btn_inline-check:hover, .btn-inline-check:hover {
	background-color: #f4f6fd !important;
}

/* 2단계 분할 및 3단계 주소 가이드 전용 레이아웃 엔진 */
.grid-2-equal {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 20px !important;
	width: 100% !important;
	margin-bottom: -10px !important;
}

.email-grid {
	display: grid !important;
	grid-template-columns: 1fr auto 1fr 1.2fr !important;
	gap: 8px !important;
	align-items: center !important;
	width: 100% !important;
}

.address-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	width: 100% !important;
}

/* 상단 프로필 미러링 카드 가로폭 교정 */
.profile-input-mock {
	background: transparent !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #111111 !important;
	border: none !important;
	outline: none !important;
}

#mirrorContact1 {
	width: 65px !important;
	text-align: center !important;
}

#mirrorContact2 {
	width: 65px !important;
	text-align: center !important;
}

#mirrorContact3 {
	width: 65px !important;
	text-align: center !important;
}

/* 하단 공통 버튼 레이아웃 제어 패널 */
.bottom-action-bar {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px;
	padding-top: 40px;
	border-top: 1px solid #f3f4f6;
	margin-top: 50px;
	width: 100%;
}

.btn {
	display: inline-block;
	height: 52px;
	line-height: 50px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	border: none;
	text-align: center;
	transition: all 0.2s;
}

.btn-secondary {
	width: 25% !important;
	border: 1px solid #dddddd;
	background-color: #f3f4f6 !important;
	color: #374151 !important;
}

.btn-secondary:hover {
	background-color: #f3f4f6;
}

.btn-primary {
	width: 75% !important;
	background-color: #003a94;
	color: #ffffff;
}

.btn-primary:hover {
	background-color: #002b70;
}

/* ==========================================================================
	   [가이드 문구 아이콘 대소 분기 매스터 스킨 - 최종 완결판 교정]
	   ========================================================================== */

/* 1. 아이디 입력 칸 하단 랩퍼 (전역 패딩 간섭 복원 무력화) */
.caution {
	width: 100% !important;
	text-align: left !important;
	padding-left: 0 !important;
	margin-top: 6px !important;
}

/* 2. 아이디 칸 바로 밑의 안내문 (회색 아이콘 완벽 바인딩) */
.caution .guide-text {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	font-size: 0.75rem !important;
	color: #6b7280 !important;
	line-height: 1.5 !important;
	text-align: left !important;
	margin: 0 !important;
	height: auto !important;
}

/* 3.  비밀번호 하단 조합 안내문 정밀 밀착 스킨  */
.content-area .pw-caution-wrapper {
	width: 100% !important;
	text-align: left !important;
	margin-top: 6px !important;
	margin-bottom: 28px !important;
	padding: 0 !important;
}

.content-area .pw-guide-text {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	font-size: 0.75rem !important;
	color: #6b7280 !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* 4. 이메일 주소 하단 강조형 안내문구 (밤티화 완전 치유 스킨) */
.form-group>.email-guide-text {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	font-size: 13px !important;
	color: #003a94 !important;
	line-height: 1.5 !important;
	text-align: left !important;
	margin-top: 8px !important;
	font-weight: 500 !important;
	height: auto !important;
	width: 100% !important;
}

/* 사업자번호 조회 완료 후 읽기전용 인풋 스킨 */
.input-field.is-readonly {
	background-color: #f9fafb !important;
	color: #6b7280 !important;
	cursor: not-allowed !important;
	border-color: #e5e7eb !important;
}

/* 주소 검색 관련 읽기전용 */
.input-field[readonly] {
	background-color: #f9fafb !important;
	color: #374151 !important;
	cursor: default !important;
}

/* 사업자 조회 성공 배너 */
.biz-success-banner {
	display: none;
	align-items: center;
	gap: 8px;
	background-color: rgba(230, 240, 250, 0.5);
	border: 1px solid rgba(0, 58, 148, 0.2);
	border-radius: 6px;
	padding: 10px 14px;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #003a94;
}

.biz-success-banner.visible {
	display: flex;
}

.biz-success-banner::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #003a94;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	flex-shrink: 0;
}

/* 섹션 구분선 */
.form-section-divider {
	border: none;
	border-top: 1px solid #f3f4f6;
	margin: 8px 0 24px 0;
}

/* 주소 입력 세트 간격 */
.address-set {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

/* 사업자 정보 서브 레이블 (파란 보조 텍스트) */
.label-sub-blue {
	font-size: 12px;
	color: #003a94;
	font-weight: 600;
	margin-left: 8px;
}

/* 라벨 + 서브텍스트 수평 정렬 */
.label-row {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.label-row .form-label {
	margin-bottom: 0;
}

/* ================================================================
 [STEP4 전용 추가 스타일]
================================================================ */

/* 약관 카드 전체 래퍼 */
.terms-card-wrapper {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
}

/* 전체 동의 행 */
.terms-master-row {
	display: flex;
	align-items: center;
	padding: 16px 20px;
	background-color: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
}

/* 개별 약관 행 */
.terms-item-row {
	padding: 16px 20px;
	border-bottom: 1px solid #f3f4f6;
}

.terms-item-row:last-child {
	border-bottom: none;
}

/* 약관 헤더 (체크박스 + 약관보기 버튼) */
.terms-item-header {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
}

/* 체크박스 라벨 */
.checkbox-label {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	user-select: none;
}

.terms-master-row .checkbox-label {
	font-weight: 700;
	color: #111111;
	font-size: 15px;
}

/* 커스텀 체크박스 */
.custom-checkbox {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 1.5px solid #d1d5db;
	border-radius: 6px;
	background-color: #ffffff;
	cursor: pointer;
	display: grid;
	place-content: center;
	transition: all 0.2s;
	flex-shrink: 0;
}

.custom-checkbox::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background-color: #ffffff;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.custom-checkbox:checked {
	background-color: #003a94;
	border-color: #003a94;
}

.custom-checkbox:checked::before {
	transform: scale(1);
}

/* 약관보기 버튼 */
.btn-accordion-toggle {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #9ca3af;
	background: none;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	padding: 4px 0;
	flex-shrink: 0;
}

.btn-accordion-toggle:hover {
	color: #4b5563;
}

.arrow-icon {
	font-size: 10px;
	transition: transform 0.2s;
}

/* 약관 내용 박스 */
.terms-content-box {
	margin-top: 12px;
	padding: 12px;
	font-size: 12px;
	color: #6b7280;
	line-height: 1.6;
	background-color: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	max-height: 120px;
	overflow-y: auto;
}

/* ================================================================
           [STEP5 전용 스타일]
 ================================================================ */

/* 서비스 선택 그리드 */
.service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-bottom: 2rem;
}

/* 플랜 카드 라벨 */
.plan-card-label {
	position: relative;
	display: block;
	cursor: pointer;
}

.plan-card-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* 플랜 카드 기본 */
.plan-card {
	height: 100%;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 18px;
	background-color: #ffffff;
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: flex;
	flex-direction: column;
}

.plan-card:hover {
	border-color: #c7d2e8;
	transform: translateY(-2px);
}

/* 선택된 카드 */
.plan-card-input:checked+.plan-card {
	transform: translateY(-2px);
}

.plan-card-input:checked+.plan-card .plan-check-icon {
	opacity: 1;
	transform: scale(1);
}

/* 체크 아이콘 애니메이션 */
.plan-check-icon {
	width: 22px;
	height: 22px;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	flex-shrink: 0;
}

/* 아이콘 래퍼 */
.plan-icon-wrapper {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background-color: #f3f4f6;
	color: #6b7280;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
	flex-shrink: 0;
}

.plan-card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
}

.plan-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}

.plan-title {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.plan-desc {
	font-size: 12px;
	color: #6b7280;
	line-height: 1.6;
	font-weight: 500;
	word-break: keep-all;
	flex: 1;
}

.badge {
	font-size: 10px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 6px;
	white-space: nowrap;
}

/* 서비스별 컬러 */
/* 택배 - Blue */
.plan-card-input[value="택배"]:checked+.plan-card {
	border-color: #3b65e2;
	box-shadow: 0 4px 14px rgba(59, 101, 226, 0.1);
}

.plan-card-input[value="택배"]:checked+.plan-card .plan-icon-wrapper {
	background-color: #3b65e2;
	color: #ffffff;
}

.plan-card-input[value="택배"]:checked+.plan-card .plan-check-icon {
	color: #3b65e2;
}

.title-택배 {
	color: #3b65e2;
}

.badge-택배 {
	background-color: #ebf0fc;
	color: #3b65e2;
}

/* PRO - Teal */
.plan-card-input[value="PRO"]:checked+.plan-card {
	border-color: #21b4b6;
	box-shadow: 0 4px 14px rgba(33, 180, 182, 0.1);
}

.plan-card-input[value="PRO"]:checked+.plan-card .plan-icon-wrapper {
	background-color: #21b4b6;
	color: #ffffff;
}

.plan-card-input[value="PRO"]:checked+.plan-card .plan-check-icon {
	color: #21b4b6;
}

.title-PRO {
	color: #21b4b6;
}

.badge-PRO {
	background-color: #e6f7f7;
	color: #21b4b6;
}

/* 글로벌 - Pink */
.plan-card-input[value="글로벌"]:checked+.plan-card {
	border-color: #e83274;
	box-shadow: 0 4px 14px rgba(232, 50, 116, 0.1);
}

.plan-card-input[value="글로벌"]:checked+.plan-card .plan-icon-wrapper {
	background-color: #e83274;
	color: #ffffff;
}

.plan-card-input[value="글로벌"]:checked+.plan-card .plan-check-icon {
	color: #e83274;
}

.title-글로벌 {
	color: #e83274;
}

.badge-글로벌 {
	background-color: #fcebf1;
	color: #e83274;
}

/* 풀필먼트 - Dark */
.plan-card-input[value="풀필먼트"]:checked+.plan-card {
	border-color: #333d4b;
	box-shadow: 0 4px 14px rgba(51, 61, 75, 0.1);
}

.plan-card-input[value="풀필먼트"]:checked+.plan-card .plan-icon-wrapper {
	background-color: #333d4b;
	color: #ffffff;
}

.plan-card-input[value="풀필먼트"]:checked+.plan-card .plan-check-icon {
	color: #333d4b;
}

.title-풀필먼트 {
	color: #333d4b;
}

.badge-풀필먼트 {
	background-color: #f0f2f5;
	color: #333d4b;
}

/* 완료 아이콘 */
.complete-icon-wrap {
	width: 60px;
	height: 60px;
	background-color: #f0f5ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	color: #003a94;
}

/* 나중에 하기 링크 */
.skip-link {
	font-size: 13px;
	font-weight: 500;
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s;
}

.skip-link:hover {
	color: #4b5563;
}

/* 기본(데스크탑): 브레드크럼 보이고, 모바일 뱃지 숨김 */
.step-breadcrumb {
	display: block;
}

.step-mobile-tracker {
	display: none;
}

/* 토스트 알림 컨테이너 마스터 트랙 */
#toast {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #191f28;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 28px;
	border-radius: 8px;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 100;
	pointer-events: none;
}

#toast.show {
	opacity: 1;
}

/* ==========================================================================
   [MOBILE RESPONSIVE - 768px 이하]
   ========================================================================== */
@media ( max-width : 768px) {
	/* 전체 레이아웃 */
	.regist_wrap {
		width: 100% !important;
		padding: 20px 3px 40px 3px;
	}
	.regist_wrap .regist_text {
		height: auto !important;
		margin-bottom: 10px !important;
	}

	/* regist_feature - 모바일 통합 (중복 제거) */
	.regist_feature {
		width: 100% !important;
		padding: 24px 20px 60px 20px !important;
		box-shadow: none !important;
		border: none !important;
		border-radius: 0 !important;
		margin-top: 0 !important;
	}

	/* 프로그레스 바 제거 */
	.progress-indicator {
		display: none !important;
	}
	.method-selection-box {
		box-shadow: none !important;
		padding: 15px !important;
		background-color: #ffffff !important;
	}
	.label-row {
		flex-wrap: wrap !important;
	}
	.label-sub-blue {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 4px !important;
	}

	/* 브레드크럼 숨기고 뱃지 표시 */
	.step-breadcrumb {
		display: none;
	}
	.step-mobile-tracker {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
	}
	.step-badge {
		display: inline-block;
		background-color: #003a94;
		color: #ffffff;
		font-size: 13px;
		font-weight: 700;
		padding: 4px 12px;
		border-radius: 999px;
		white-space: nowrap;
	}
	.step-tracker-label {
		font-size: 14px;
		font-weight: 700;
		color: #242424;
	}
	.step-tracker-count {
		margin-left: auto;
		font-size: 13px;
		font-weight: 500;
		color: #999999;
		white-space: nowrap;
	}
	.regist_wrap .regist_text h2 {
		font-size: 24px;
		font-weight: 800;
		color: #111111;
		letter-spacing: -0.025em;
		margin-top: 0.5rem;
		margin-bottom: 1rem;
		line-height: 40px;
	}
	.section-title {
		font-size: 20px;
	}
	.section-desc {
		font-size: 14px;
		margin-bottom: 24px;
	}

	/* 스텝 텍스트 크기 */
	.step-text {
		font-size: 11px;
		margin-right: 4px;
	}
	.step-arrow-char {
		font-size: 11px;
		margin-right: 4px;
	}

	/* 1단계 - 가입방법 선택 버튼 세로 배치 */
	.method-btn-group {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.method-btn-container {
		float: none !important;
		width: 100% !important;
		position: relative !important;
	}
	.prep-badge {
		position: absolute !important;
		right: 10px !important;
		top: 1.25rem !important;
		transform: translateY(-50%) !important;
		font-size: 10px !important;
		padding: 3px 8px !important;
	}
	.method-btn-container:last-child {
		float: none !important;
	}
	.method-btn {
		font-size: 15px;
		position: relative !important;
	}
	.method-btn img, .method-btn svg {
		width: 24px;
		height: 24px;
		flex-shrink: 0;
	}
	.method-btn span {
		font-size: 14px;
		font-weight: 600;
		color: #374151;
	}
	.method-btn.selected span {
		color: #003a94;
	}
	.method-btn-kakao-disabled span {
		color: #9ca3af;
	}

	/* 1단계 - 인증 버튼 세로 배치 */
	.auth-service-btn-group {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.auth-btn-container {
		float: none !important;
		width: 100% !important;
	}
	.auth-btn-container:last-child {
		float: none !important;
	}

	/* 2단계 - 그리드 세로 배치 */
	.grid-2-equal {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		margin-bottom: 0 !important;
	}

	/* 2단계 - 이메일 그리드 세로 배치 */
	.email-grid {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}
	.email-separator {
		display: none !important;
	}

	/* 하단 버튼 */
	.bottom-action-bar {
		margin-top: 30px;
		padding-top: 24px;
	}
	.btn {
		font-size: 15px;
		height: 48px;
		line-height: 46px;
	}
	.btn-secondary {
		width: 30% !important;
	}
	.btn-primary {
		width: 68% !important;
	}

	/* 4단계 - 약관 */
	.terms-item-row {
		padding: 12px 16px;
	}
	.terms-master-row {
		padding: 12px 16px;
	}
	.checkbox-label {
		font-size: 13px;
	}

	/* 5단계 - 서비스 카드 세로 배치 */
	.service-grid {
		grid-template-columns: 1fr !important;
		gap: 10px;
	}

	/* 약관 텍스트 줄바꿈 정상화 */
	.terms-item-row .checkbox-label {
		word-break: keep-all !important;
		word-wrap: break-word !important;
		white-space: normal !important;
		line-height: 1.5 !important;
	}
	.terms-content-box {
		word-break: keep-all !important;
		line-height: 1.6 !important;
	}

	/* 프로필 카드 */
	#authProfileCard {
		flex-direction: row !important;
		align-items: center !important;
		padding: 16px !important;
		gap: 16px !important;
	}
	#authProfileCard .profile-grid {
		grid-template-columns: 1fr 1fr !important;
		width: 100% !important;
		gap: 8px !important;
	}
	#authProfileCard .profile-field-col {
		width: auto !important;
		border-left: none !important;
		padding-left: 0.5rem !important;
	}
	#authProfileCard .profile-field-col div[style*="display: flex"] {
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		gap: 4px !important;
	}
	#mirrorContact1 {
		width: 50px !important;
	}
	#mirrorContact2, #mirrorContact3 {
		width: 60px !important;
	}
	#authProfileCard .profile-field-col div {
		font-size: 12px !important;
		gap: 1px !important;
	}
	#authLockBadge {
		align-self: flex-end !important;
	}
}

/* ==========================================================================
   [MOBILE RESPONSIVE - 480px 이하 (소형 스마트폰)]
   ========================================================================== */
@media ( max-width : 480px) {
	.regist_feature {
		padding: 30px 16px 50px 16px;
	}
	.regist_wrap .regist_text h2 {
		font-size: 24px;
		font-weight: 800;
		color: #111111;
		letter-spacing: -0.025em;
		margin-top: 0.5rem;
		margin-bottom: 1rem;
		line-height: 40px;
	}
	.section-title {
		font-size: 18px;
	}

	/* 스텝 트래커 축약 - 긴 텍스트 줄임 */
	.step-tracker-container {
		padding-bottom: 12px;
		margin-bottom: 24px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.step-text {
		font-size: 10px;
	}
	.input-field {
		font-size: 14px !important;
		height: 44px !important;
	}
	.btn-inline-check, .btn-inline-check {
		width: 90px !important;
		font-size: 13px !important;
	}
	.btn-secondary {
		width: 28% !important;
		font-size: 13px !important;
	}
	.btn-primary {
		width: 70% !important;
		font-size: 14px !important;
	}

	/* 프로필 카드 추가 */
	#authProfileCard {
		flex-direction: row !important;
		align-items: center !important;
		padding: 12px !important;
		gap: 6px !important;
	}
	#authProfileCard .profile-grid {
		grid-template-columns: 0.8fr 1.8fr !important;
		gap: 4px !important;
	}
	#authProfileCard .profile-field-col {
		border-left: none !important;
		padding-left: 0.5rem !important;
		min-width: 0 !important;
	}
	.profile-input-mock {
		font-size: 13px !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
	#authProfileCard .profile-field-col div {
		font-size: 12px !important;
		gap: 1px !important;
	}
	#mirrorContact1 {
		width: 45px !important;
	}
	#mirrorContact2, #mirrorContact3 {
		width: 55px !important;
	}
	.content-area .pw-caution-wrapper {
		margin-top: -0.75rem !important;
		margin-bottom: 0.75rem !important;
	}
	.content-area .pw-guide-text {
		align-items: flex-start !important; /* center → flex-start */
	}

	/* 비밀번호 안내 텍스트 넘침 방지 */
	.pw-caution-wrapper {
		overflow: hidden !important;
	}
	.pw-guide-text {
		word-break: keep-all !important;
		white-space: normal !important;
		overflow-wrap: break-word !important;
	}
}