body {
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}

/* 상단 뒤로가기 */
.login-header {
	position: absolute;
	top: 16px;
	left: 16px;
}

.login-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.login-back img {
	display: block;
}

p {
	font-family: Pretendard, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin: 100px 0 0 0;
}

h1, h4 {
	margin: 0;
	padding: 0;
}

.login-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* 로그인 버튼·비회원 조회: 좌우 20px 안에 맞춤, 최대 360px */
.login-container {
	width: 100%;
	max-width: 360px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.login-container .form-control,
.login-container .btn {
	width: 100%;
	box-sizing: border-box;
}

.login-button {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 56px;
	box-sizing: border-box;
}

.mobile-image {
	display: block;
	width: 126px;
	height: 48px;
}

h1 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

.login-top p {
	margin-top: 16px;
}

/* 타이틀: 간편하게 로그인하기 */
.login-tagline {
	color: var(--Black, #000);
	text-align: center;
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin: 12px 0 0 0;
	max-width: 320px;
}

/* 서브타이틀: 5% 쿠폰 안내 */
.login-subtitle {
	color: #757575;
	text-align: center;
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 6px 0 0 0;
	max-width: 320px;
}

/* 로그인 버튼 이미지: 이미지 자체가 버튼 */
.login-button-img {
	display: block;
	padding: 0;
	border: none;
	background: none !important;
	background-image: none !important;
	cursor: pointer;
	width: 100%;
	line-height: 0;
	box-sizing: border-box;
}

.login-button-img:focus {
	outline: none;
}

.login-button-img-src {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* 비회원 주문 조회 버튼 (흰 배경 + 빨간 테두리 + 빨간 글자) */
.login-button-guest-inquiry {
	background-color: #fff !important;
	background-image: none !important;
	color: #EF4044 !important;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #EF4044;
	margin-top: 12px;
}

.login-button-guest-inquiry:hover {
	background-color: rgba(239, 64, 68, 0.06) !important;
	color: #d9363a !important;
	border-color: #d9363a;
}

/* 비회원 주문 조회: 폼 전체(입력란 + 버튼 1개) */
.guest-inquiry-form-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* 비회원 조회 펼침 영역: 주문자 이름·연락처가 버튼 위에 표시 */
.guest-inquiry-fields {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
}

.guest-inquiry-label {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0 0 4px 0;
	display: block;
}

.guest-inquiry-fields .form-control {
	width: 100%;
	box-sizing: border-box;
}

/* [9-1] 푸터: 이미 회원이신가요? 로그인 */
.login-footer {
	margin-top: 32px;
	margin-bottom: 40px;
	font-size: 14px;
	color: #666;
}

.login-footer-link {
	color: #333;
	font-weight: 600;
	text-decoration: underline;
}

.login-footer-link:hover {
	color: #000;
}

.gray-line {
	width: 100%;
	max-width: 100%;
	height: 1px;
	background-color: gray;
	margin: 0 auto;
	box-sizing: border-box;
}
