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