@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
	position: relative;
	/* 	position: absolute;  */
	background-color: white;
	z-index: 1000;
	width: calc(100% - 22px);
}


/* 20251210 추가 */
.reverse_section .re_txt {
	text-align: end;
}

@media all and (max-width:786px) {
	.reverse_section .re_txt {
		text-align: unset;
	}
}