#top .horizon_logo {
	padding: 20px;
	margin: 0;
	text-align: right;
}

#top .top_contents {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

#top .top_contents .top_logos {
	width: 660px;
}
#top .top_contents .top_logos p {
	color: #686D71;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 15px;
}

#top .top_contents .e_btns {
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin-top: 85px;
}
#top .top_contents .e_btns a {
	display: block;
	width: 240px;
	height: 44px;
	border: 1px solid #333;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
}
#top .top_contents .e_btns a.nolink {
	background-color: #f5f5f5;
	opacity: .5;
}
#top .top_contents .e_btns a:hover {
	background-color: #f5f5f5;
	opacity: 1;
}
#top .top_contents .e_btns a.nolink:hover {
	background-color: #f5f5f5;
	opacity: .5;
}

#top .top_contents .j_btn {
	margin-top: 20px;
	text-align: right;
}
#top .top_contents .j_btn a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#top .top_contents .j_btn a::before {
	content: url('../img/top/top_jbtn_arrow.svg');
	margin-right: 4px;
}
#top .top_contents .j_btn a:hover {
	color: #E71A19;
	text-decoration: underline;
	opacity: 1;
}

@media screen and (max-width: 860px) { 
	#top .top_contents {
		margin: 40px;
		display: block;
	}
	#top .top_contents .top_logos {
		width: 100%;
	}
	#top .top_contents .e_btns {
		margin: 0;
		text-align: center;
		display: block;
		width: 100%;
	}
	#top .top_contents .e_btns a {
		width: 100%;
		margin-top: 15px;
	}
}