body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


#member_header {
	width: 100%;
	margin: 0 auto;
}

#member_header img {
	width: 165px;
	height: 114px;
	float: left;
	margin-left: 253px;
}

h1 {
	font-size: 60px;
}

.empty {
	width: 100%;
	height: 98px;
	background: rgba(219, 236, 255, 1);
	margin: 0 auto;
}

#member_main1 {
	width: 1400px;
	margin: 0 auto;
}

#member_main_right {
	width: 1000px;
	float: left;
}

#member_main_right p {
	font-size: 48px;
	margin: 150px 0 0 15px;
}

#member_main_right img {
	width: 950px;
	height: 560px;
	margin: 50px 0 0 15px;
}

#member_main_left {
	float: left;
	width: 300px;
	height: 560px;
	margin-top: 250px;
}

#member_main_left p {
	text-align: center;
	font-size: 36px;
	margin: 10px;
}

#member_main_left .timeline {
	width: 300px;
	height: 560px;
}

.dot {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-color: rgba(219, 236, 255, 1);
	border-radius: 20px;
}

#member_main_left .timeline .member p.b {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#member_main_left .timeline .member p {
	color: #666;
	margin: 0;
	margin-left: 30px;
	text-align: left;
	font-size: 14px;
}

#member_main2 {
	width: 1400px;
	margin: 0 auto;
}

#member_main2 p {
	font-size: 36px;
}

#member_certificate img {
	margin-right: 40px;
}

#member_works img {
	margin: 0 60px 40px 0;
}

#member_certificate img:hover,
#member_works img:hover {
	border-radius: 10px;
	box-shadow: #bbe8ff 5px 5px;
	opacity: 0.8;
	cursor: pointer;
}

#member_main_right img:hover {
	border-radius: 20px;
	opacity: 0.8;
	cursor: pointer;
}

.dot:hover {
	background-color: #59c5ff;
	cursor: pointer;
}

.clear {
	clear: both;
}