.round1
{
	font-family:'NanumBarunGothicLight';
	background-color:#f5f5f5;
	padding: 30px 20px;
	border-radius: 2vmin;
	color:#10574a;
}

.round2
{
	background-color:rgba(255, 255, 255, 0.3); /*투명도 30% 지정*/
	border-radius:20px;
	width:45px;
	height:45px;
	display:flex; /* 아이콘의 중앙 정렬을 위해 추가 */
	justify-content:center; /* 아이콘의 중앙 정렬을 위해 추가 */
	align-items:center; /* 아이콘의 중앙 정렬을 위해 추가 */
}

.round3
{
	font-family:'NanumBarunGothicLight';
	padding: 20px 20px;
	border-radius: 2vmin;
	font-size: 18px;
	margin-top:20px;
	border: 1px solid #DDDDDD;
}

.round4
{
	font-family:'NanumBarunGothicLight';
	background-color:#f5f5f5;
	padding: 17px 20px;
	border-radius: 2vmin;
}

.memu2
{
	padding: 15px 15px;
	border-radius: 3vmin;
	font-size: 18px;
	vertical-align:middle;
	text-align: center;
	color:#ffffff;
	margin-top:15px;
	margin-bottom:15px;
	cursor:pointer;
}

.menu2_title
{
	font-size: 21px;
	color:#ffffff;
	padding:5px 15px;
	vertical-align:middle;
}

.menu2_content
{
	font-family:'NanumBarunGothicLight';
	color:#ffffff;
	letter-spacing:0.05em;
	word-spacing:0.05em;
	padding:5px 15px;
}

.button1
{
	-moz-appearance:none; /* 브라우저 기본 속성 해제(Firefox) */
	-webkit-appearance:none; /* 브라우저 기본 속성 해제(Safari and Chrome) */
	background-color:#ededed;
	padding: 15px 10px;
	text-align: center;
	color: #000000;
	border: none;
	border-radius: 1vmin;
	cursor:pointer;
	font-size: 18px;
}

/* 팝업창 불투명 배경 */
#popup_email_mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5); /* 배경 색상 및 투명도 설정 */
}

#popup_email
{
	position: absolute;
	width: 92%; /* 팝업 너비 설정 */
	height: 95%;
	background-color: #fff; /* 팝업 배경 색상 설정 */
	border-radius: 2vmin; /* 팝업 모서리 둥글게 설정 */
}
