body{
    margin: 0;
    padding: 0;
}

* {
    transition: all 0.2s;
}




.content {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.dobody {
    
}

.news {
    background: #27AE60;
}

.feedback {
    background: #F39C12;
}

.maps {
    background: #8E44AD;
}

.contacts {
    background: #2980B9;
}

.menu {
    width: 460px;
    height: 100vh;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.4s;
}

.menu_active{
	transform: translateX(0%);
	transition: all 0.4s;
}

.menu .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	font-size: 36px;
	line-height: 20px;
	height: 25px;
	width: 25px;
	color: purple;
	padding: 0;
	border: 0;
}

.menu .btn-close:hover {
	color: purple;
	transform: rotate(180deg);
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	margin: 10px;
	font-family:'NanumGothic', sans-serif;font-size:32pt;letter-spacing:0pt;color:#000000;
	line-height:160%;
}

.menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #ffffff;
}
