@charset "euc-kr";

.main-menu {
	width: 550px;
	height: 64px;
	overflow: hidden;
}

.main-menu:after {
	display: block;
	content: '';
	clear: both;	
}

.main-menu li {
	float: left;
	
}
.main-menu li a img {
	transition: all .2s
}

.main-menu li a:hover img {
	display: block;
	transform: translateY(-64px);
}

.main-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 32px;
	z-index: 1;
}

.main-slogan {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	bottom: 250px;
	z-index: 2;
}

.main-slogan .slogan2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.main-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 32px;
	background: #363636;
	z-index: 100;
}

.main-footer-area {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.main-footer-area:after {
	display: block;
	content: '';
	clear: both;	
}

.main-footer-area .footer {
	float: left;
	margin-top: 7px;
}

.main-footer-area .family-site {
	position: relative;
	float: left;
	margin-top: 4px;
	cursor: pointer;
}

.main-footer-area .family-site span.active {
	position: absolute;	
	left: 0;
	bottom: 25px;
	z-index: 2;
	opacity: 0;
	transition: all .2s;
}

.main-footer-area .family-site:hover span.active {
	opacity: 1;
}





