@charset "UTF-8";
/*  로그인 페이지 스타일 파일입니다. */
.sign-in {
	padding: 30px;
}

.guest-order-form {
	margin-top: 40px;
	padding-top: 40px;
}
.guest-order-form__link {
	width: 100%;
}
.guest-order-form__title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.guest-order-form__input-wrap {
	margin-top: 10px;
}
.guest-order-form .btn-group .btn {
	font-size: 14px;
	padding: 18px;
}
.mobile-custom-tab-item a {
	border-right: none;
}
.member-signin-title {
	margin-bottom: 50px;
	color: #333;
	text-align: center;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
	letter-spacing: 0.1px;
}

.member-signin-link {
	color: #000 !important;

	border-bottom: 2px solid black;
	border-top: none; // global에 border가 있어서 이걸로 덮어씌워야 함
	border-rigth: none; // global에 border가 있어서 이걸로 덮어씌워야 함

	text-align: center;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.09px;
}
.guest-signin-link {
	border-bottom: 2px solid #ddd;
	border-top: none; // global에 border가 있어서 이걸로 덮어씌워야 함
	border-left: none; // global에 border가 있어서 이걸로 덮어씌워야 함
	text-align: center;

	color: #666;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.09px;
}

.signin-memeber-id-input .member-id:focus {
	appearance: none;
	outline: none;
	border: none;
}
.signin-input-wrap {
	display: flex;
	flex-direction: column;
}
.signin-input-wrap input {
	height: 60px;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
}
.signin-input-wrap input::placeholder {
	color: #bababa;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.09px;
}
.custom-form-check__label {
	color: #666;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 16.8px */
	letter-spacing: 0.07px;
}
.custom-sign-in__menu-wrap {
	margin-top: 18px;
	margin-bottom: 40px;
}
.custom-sign-in-btn-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sign-in-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.sign-in-link .line {
	height: 12px;
	border: 1px solid #ddd;
	margin: 0 18px;
}

.social-login-wrap {
	margin-top: 60px;
}
.divider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.divider {
	flex-grow: 1;
	height: 1px;
	background-color: #d3d3d3; /* 연한 회색 */
}
.divider-text {
	color: #bababa;
	text-align: center;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 16.8px */
	letter-spacing: 0.07px;
}
.social-login-wrap .social-login-btn {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 10px;
	margin-top: 42px;
}
