@charset "utf-8";
/* CSS Document */

#privacy_wrap{
	padding: 0 5%;
	background-color:rgba(255,255,255,0.70);	
	padding-top: 50px;
	min-height: 100vh;
	padding-bottom: 150px;
	color: #4d4d4d;
	letter-spacing: 0.01em;
}
#privacy_wrap p {
	padding:0px 3%;
	margin-bottom: 35px;
}
#privacy_wrap .privacy_txt {
	border:1px solid #4d4d4d;
	background-color:rgba(255,255,255,0.70);
	padding:5px 3%;
	margin-bottom: 40px;
}
#privacy_wrap .privacy_txt h3 {
	border-bottom: 4px double #000;
	margin-bottom: 3px;
	padding:5px 3%;
}
#privacy_wrap .privacy_txt p {
	padding:5px 3%;
	margin-bottom: 0px;
}