/* Legacy  */
.login-con {
	width: 520px;
	height: calc(100vh - 420px);
	margin: 0 auto;
	position: relative;
	padding-top: 140px;
}

.login-input .right-input {
	width: 100%;
	height: 60px;
	border-radius: 4px;
	padding: 0 20px;
}

.login-input .nomal-sort {
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
	margin-bottom: 16px;
}

.login-input .select-box>.sel-label {
	height: 60px;
	background: #F1F3F8 !important;
	border: 1px solid transparent !important;
	border-radius: 4px;
}

.login-input .select-box.active>.sel-label {
	background: #fff !important;
}

.login-input .select-wrap>li {
	height: 60px;
	line-height: 60px;
}

.login-con .log-tit {
	text-align: center;
	width: 100%;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 40px;
	letter-spacing: -0.02em;
}

.inner-login>button {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
}

.login-con .under-link-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 24px;
	margin-top: 28px;
}

.login-con .under-link-bar>a {
	color: #707070;
}

.login-con .under-link-bar>a:hover {
	color: #111;
	font-weight: 500;
}

.login-con .under-link-bar>span {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #A7A7A7;
}

/* CUSTOM */
.info__list {
	display: grid;
	margin-bottom: 2rem;
}

.info__item {
	display: grid;
	gap: 10px;
}

.info__label {
	font-size: 1.125rem;
	font-weight: 600;
	color: #c0c0c0;
}

.info__select {
	width: 200px;
	height: 60px;
	background-color: #F1F3F8;
	appearance: none; /* 기본 화살표 제거 */
	-webkit-appearance: none; /* 사파리 등 웹킷 브라우저 용 */
	-moz-appearance: none; /* 파이어폭스 용 */
	background-image: url('/images/select-aw-bk.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px 6px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0 10px;
	cursor: pointer;
	text-align: left;
	font-weight: 500;
}

.log-subtit {
	margin-bottom: 4rem;
}

.log-subtit >p {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.highlight-text {
	font-size: 2.5rem;
	font-weight: 700;
	color: #0F59C5;
	padding: 0 1rem;
}

.flex-box {
	display: flex;
	gap: 10px;
}

.flex-box > button {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
}
