@charset "UTF-8";
.custom-select-container {
	display: flex;
	gap: 6px;
	padding: 0 12px;
}
/*  이용약관 페이지 스타일 파일입니다. */
.use-terms-button {
	width: 80px;
	background-color: var(--gray002);
	border-radius: 5px;

	color: #fff;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 22.4px */
}