/*================================
    °øÅë : top
================================*/
.top .top_menu{
	width: 70%;
	float: left;
	text-align: right;
}
.changed{
	background: #FFFFFF;
	border-color: rgba(217,217,217,1.0) !important;
}

@media (min-width: 768px){
	.top{
		width: 100%;
		height: 80px;
		position: fixed;
		top: 0;
		border-bottom: 1px solid; 
		border-color: rgba(255,255,255,0.2);
		z-index: 1000000;
	}
	.top .top_logo{
		width: 30%;
		float: left;
		padding: 20px 0 0 0;
	}
}
@media (min-width: 992px){
	.top{
		width: 100%;
		height: 90px;
		position: fixed;
		top: 0;
		border-bottom: 1px solid; 
		border-color: rgba(255,255,255,0.2);
		z-index: 1000000;
	}
	.top .top_logo{
		width: 30%;
		float: left;
		padding: 22px 0 0 0;
	}
}

/*================================
    °øÅë : ·Î°í
================================*/
.top .top_logo1{
	display: inline-block;
}
.top .top_logo2{
	display: none;
}

.changed .top_logo1{
	display: none;
}
.changed .top_logo2{
	display: inline-block;
}

@media (min-width: 768px){
	.top .top_logo img{
		width: 189px;
	}
}
@media (min-width: 992px){
	.top .top_logo img{
		width: 199px;
	}
}

/*================================
    °øÅë : ¸Þ´º
================================*/
.top .top_menu .jquerynav{
	display: inline-block;
}

.changed .jquerynav li a{
	color: #000000;
}
.changed #button-menu{
	color: #000000 !important;
}

/*================================
    °øÅë : Ä«ÇÇ¶óÀÌÅÍ
================================*/
@media (min-width: 768px){
	.copyright .copyright_logo{
		width: 100%;
		float: left;
		padding: 30px 0 0 0;
		text-align: center;
	}
	.copyright .copyright_logo img{
		width: 150px;
	}
	.copyright .copyright_info{
		width: 100%;
		float: left;
		padding: 10px 0 30px 0;
		text-align: center;
	}
	.copyright .copyright_info p{
		font-size: 13px;
		color: #474747;
		line-height: 18px;
		padding: 5px 0 0 0;
	}
	.copyright .copyright_info span{
		width: 1px;
		height: 12px;
		background: #4f4f4f;
		margin: 0 10px;
		display: inline-block;
	}
}
@media (min-width: 992px){
	.copyright .copyright_logo{
		width: 25%;
		float: left;
		padding: 40px 0 0 0;		
	}
	.copyright .copyright_info{
		width: 75%;
		float: left;
		padding: 30px 0 30px 0;
		text-align: left;
	}
	.copyright .copyright_logo img{
		width: 70%;
		max-width: 204px;
	}
	.copyright .copyright_info p{
		font-size: 13px;
		color: #474747;
		line-height: 18px;
		padding: 5px 0 0 0;
	}
	.copyright .copyright_info span{
		width: 1px;
		height: 12px;
		background: #4f4f4f;
		margin: 0 10px;
		display: inline-block;
	}
}