@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}


.mobile_menu_hide {
	display: none;
}



.mobile_menu {
	
	opacity: 1; right: 0px;
	z-index: 10;
	/*display: fixed;*/

	height: calc(100vh - 56px);
	display: flex;
	padding: 0px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 24px;	
	flex: 1 0 0;
	align-self: stretch;
}



.noClick {
	display: flex;
	padding-bottom: 0px;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	align-self: stretch;

	border-bottom: 1px solid var(--grey-200, #E5E5E5);
}


.yesClick {
	border-bottom: 1px solid var(--grey-700-black, #1D1D1D);
}


.noClick_txt {
	flex: 1 0 0;
	color: var(--grey-400, #959595);
	text-align: right;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 33.6px */
	letter-spacing: -0.48px;
}


.yesClick_txt {
	color: #1D1D1D;
	font-weight: 600;
}

