/*================================
    °øÅë : top
================================*/
.changed{
	background: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}
.changed .jquerynav li a{
	color: #000000;
}

@media (max-width: 575px){
	.top{
		width: 100%;
		height: 70px;
		position: fixed;
		z-index: 22222222222;
		background: #FFFFFF;
	}
	.top .top_logo{
		width: 60%;
		float: left;
		padding: 22px 0 0 0;
	}
	.top .top_menu{
		width: 40%;
		float: left;
		text-align: right;
	}
}
@media (min-width: 576px){
	.top{
		width: 100%;
		height: 70px;
		position: fixed;
		z-index: 22222222222;
		background: #FFFFFF;
	}
	.top .top_logo{
		width: 40%;
		float: left;
		padding: 25px 0 0 0;
	}
	.top .top_menu{
		width: 60%;
		float: left;
		text-align: right;
	}
}

/*================================
    °øÅë : top-·Î°í
================================*/
.top .top_logo img{
	width: 100%;
	max-width: 301px;
}

/*================================
    °øÅë : Ä«ÇÇ¶óÀÌÅÍ
================================*/
.copyright .copyright_right_info a,
.copyright .copyright_right_privacy a{
	color: #616161;
}

@media (max-width: 575px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #121212;
		padding: 30px 0 10px 0;	
	}
	.copyright .copyright_left{
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.copyright .copyright_left img{
		width: 90%;
		max-width: 100px;
	}
	.copyright .copyright_right{
		width: 100%;
		float: left;
	}
	.copyright .copyright_right_privacy{
		width: 100%;
		float: left;
		font-size: 13px;
		color: #616161;
		line-height: 14px;
		padding: 16px 0 0 0;
	}
	.copyright .copyright_top{
		width: 100%;
		float: left;
		text-align: right;
		padding: 10px 0 0 0;
	}
	.copyright .copyright_right_info span{
		width: 1px;
		height: 12px;
		background: #373737;
		display: inline-block;
		margin: 0 10px;
	}
	.copyright .copyright_top a{
		width: 40px;
		height: 40px;
		background: #222222;
		display: inline-block;
		text-align: center;
		padding: 15px 0 0 0;
	}
	.copyright .copyright_right_info{
		font-size: 14px;
		color: #616161;
	}
	.copyright .copyright_right_rights{
		font-size: 13px;
		color: #616161;
		line-height: 13px;
		padding: 4px 0 0 0;
	}
}
@media (min-width: 576px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #121212;
		padding: 30px 0 30px 0;	
	}
	.copyright .copyright_left{
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.copyright .copyright_left img{
		width: 90%;
		max-width: 100px;
	}
	.copyright .copyright_right{
		width: 100%;
		float: left;
	}
	.copyright .copyright_right_privacy{
		width: 100%;
		float: left;
		font-size: 14px;
		color: #616161;
		line-height: 14px;
		padding: 16px 0 0 0;
	}
	.copyright .copyright_top{
		width: 100%;
		float: left;
		text-align: right;
	}
	.copyright .copyright_right_info span{
		width: 1px;
		height: 12px;
		background: #373737;
		display: inline-block;
		margin: 0 10px;
	}
	.copyright .copyright_top a{
		width: 50px;
		height: 50px;
		background: #222222;
		display: inline-block;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.copyright .copyright_right_info{
		font-size: 14px;
		color: #616161;
	}
	.copyright .copyright_right_rights{
		font-size: 14px;
		color: #616161;
		line-height: 14px;
		padding: 4px 0 0 0;
	}
}