* {
	box-sizing: border-box;
	font-family: 'Nanum Gothic', sans-serif;
}

h1 {
	font-size: 100px;
	font-weight: bold;
	margin-top: 200px;
	margin-bottom: 500px;
	margin-left: 80px;
}

h3 {
	font-size: 60px;
	font-weight: bold;
	margin-top: 70px;
	margin-left: 50px;

}


body {
	margin: 0px;
	background-color: #E0EBE3;
}


.start {
	text-decoration: none;
	color: black;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	width: 75%;
	height: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	padding: 20px 20px;
	border-radius: 20px;
	border: solid #e7e7e7 4px;
}

#start:action {
	background-color: gray;
}

.box_question {
	background-color: #f6f6f6;
	border-radius: 20px;
	width: 90%;
	height: 350px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	border: solid white 5px;
	margin-bottom: 200px;
}

.question_number {
	padding: 40px 60px 0px 60px;
	margin: 0px;
	font-weight: bold;
	font-size: 30px;
}
.question {
	font-size: 50px;
	padding: 0px 60px 40px 60px;
	margin: 20px 0px;
	font-weight: bold;
}

.selection {
	text-decoration: none;
	color: black;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 45px;
	width: 85%;
	height: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	padding: 40px;
	border-radius: 20px;
	border: solid #e7e7e7 4px;
}

.selection_small {
	text-decoration: none;
	color: black;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	width: 85%;
	height: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	padding: 10px;
	border-radius: 20px;
	border: solid #e7e7e7 4px;
}

.selection_large {
	text-decoration: none;
	color: black;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	width: 85%;
	height: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 30px;
	border-radius: 20px;
	border: solid #e7e7e7 4px;
}


.box_result {
	background-color: #f6f6f6;
	border-radius: 20px;
	width: 95%;
	height: 700px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	border: solid white 5px;
	margin-bottom: 100px;
/*	box-shadow: 3px 3px 10px 3px black;
*/}

.result_title {
	font-size: 100px;
	text-align: center;
	padding: 0px 60px 0px 60px;
	margin: 150px 0px;
	font-weight: bold;
}

.result_title2 {
	font-size: 95px;
	text-align: center;
	padding: 0px 60px 0px 60px;
	margin: 100px 0px;
	font-weight: bold;
}

.result_title3 {
	font-size: 85px;
	text-align: center;
	padding: 0px 60px 0px 60px;
	margin: 100px 0px;
	font-weight: bold;
}

.result_sub {
	font-size: 40px;
	text-align: center;
	padding: 30px;
	clear: left;
}

.result_image {
	width: 370px;
	overflow: hidden;
}

.container_result_image {
	width: 350px;
	height: 350px;
	border-radius: 20px;
	margin: 50px 50px 0px 50px;
	overflow: hidden;
	float: left;
}

.share {
	margin-top: 0px;
	background-color: #F7E600;

}

#save {
	background-color: #f6f6f6;
}

.footer {
	width: 100%;
	bottom: 30px;
	margin-right: 50px;
	margin-top: 400px;
}

.name {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.footer-result {
	width: 100%;
	bottom: 30px;
	margin-right: 50px;
	margin-top: 200px;
}

/*카카오 광고배너*/
.ad-banner {
	width: 100%;
	margin: 0 auto;
/*	margin-top: 250px;
*/	position: fixed;
	bottom: 20px;
}

.ad-banner_upper {
	width: 100%;
	margin: 0 auto;
/*	margin-top: 250px;
*/	position: fixed;
	bottom: 140px;
}