/*================================
    °øÅë : top
================================*/
.top{
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 22222222222;
	border-bottom: 1px solid;
	border-color: rgba(255,255,255,0.2);
}
.top .top_logo{
	width: 50%;
	float: left;
	padding: 5px 0 0 0;
}
.top .top_menu{
	width: 50%;
	float: left;
	text-align: right;
}
.changed{
	background: #FFFFFF;
	border-color: rgba(233,233,233,1.0) !important;
}
.changed #button-menu{
	color: #000000;
}

/*================================
    °øÅë : top-·Î°í
================================*/
@media (max-width: 575px){
	.top .top_logo img{
		width: 100%;
		max-width: 73px;
	}
}
@media (min-width: 576px){
	.top .top_logo img{
		width: 100%;
		max-width: 73px;
	}
}

/*================================
    °øÅë : top-ÀüÈ­¹øÈ£
================================*/
.top .top_logo .top_tel{
	font-family: 'Gmarket Sans', sans-serif;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	position: absolute;
	top: 17px;
	left: 100px;
}
.top .top_logo .top_tel b{
	color: #ffffff;
	font-weight: 700;
	font-size: 19px;
}
.changed .top_logo .top_tel{
	color: #1f1f1f !important;
}
.changed .top_logo .top_tel b{
	color: #d95e2f !important;
}


/*================================
    °øÅë : Ä«ÇÇ¶óÀÌÅÍ
================================*/
.copyright .copyright_left img{
	width: 90%;
	max-width: 79px;
}
.copyright .copyright_right_info span{
	width: 1px;
	height: 12px;
	background: #4f4f4f;
	display: inline-block;
	margin: 0 10px;
}

@media (max-width: 575px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #121212;
		padding: 20px 0;
	}
	.copyright .copyright_left{
		width: 100%;
		float: left;
		text-align: center;
	}
	.copyright .copyright_right{
		width: 100%;
		float: left;
		padding: 10px 0 0 0;
		text-align: center;
	}
	.copyright .copyright_right_info{
		font-size: 14px;
		color: #8c8c8c;
		line-height: 19px;
	}
	.copyright .copyright_right_rights{
		font-size: 13px;
		color: #7e7e7e;
		line-height: 13px;
		padding: 4px 0 0 0;
	}
	.copyright .copyright_top{
		width: 100%;
		float: left;
		text-align: right;
	}
	.copyright .copyright_top a{
		width: 40px;
		height: 40px;
		background: #222222;
		display: inline-block;
		text-align: center;
		padding: 15px 0 0 0;
	}
}
@media (min-width: 576px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #121212;
		padding: 30px 0;
	}
	.copyright .copyright_left{
		width: 100%;
		float: left;
		text-align: center;
	}
	.copyright .copyright_right{
		width: 100%;
		float: left;
		padding: 10px 0 0 0;
		text-align: center;
	}
	.copyright .copyright_right_info{
		font-size: 14px;
		color: #8c8c8c;
	}
	.copyright .copyright_right_rights{
		font-size: 13px;
		color: #7e7e7e;
		line-height: 13px;
		padding: 4px 0 0 0;
	}
	.copyright .copyright_top{
		width: 100%;
		float: left;
		text-align: right;
	}
	.copyright .copyright_top a{
		width: 40px;
		height: 40px;
		background: #222222;
		display: inline-block;
		text-align: center;
		padding: 15px 0 0 0;
	}
}