@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Jua&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');
.e_font{font-family: 'Roboto Condensed', sans-serif;}
.eng{font-family:'Kaushan Script', cursive;}
.bold{font-weight:700;}
	.font{font-family: 'Nanum Myeongjo', serif;}
button, input[type="button"]{
	cursor: pointer;
}

ol{
	margin:0;
	padding: 0;
	list-style: none;
}
html,
body {
	margin: 0 auto;
	font-family: 'Nanum Gothic', sans-serif;

}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover,
a:focus {
	/*outline:none;*/
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.over_hi {
	overflow: hidden;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.hlogo {
		float: left;
	}
	.hlogo {
		position: relative;
	    margin-left: 50%;
	    left: -50px;
	}
	.hlogo > img {
        /*width: 100px;*/
        height: 50px;
	padding: 3px 20px;
	}
	#side_menu {
		width: 20px;
	}
	.side-menu {
		position: absolute;
    right: 0;
    padding: 18px 10px;
	}
	.m_header {
		height: 54px;
		position: fixed;
		border-bottom: 1px solid #e1e1e1;
		z-index: 999;
		width: 100%;
		background-color:#fff;
	}
	.side_logo > img {
		margin: 0 auto;
	}
	.down_arrow_1 {
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.down_arrow {
		opacity: 1;
		position: absolute;
		right: 10px;
		top: 5px;
	}

}
