@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,700,800&display=swap');

html,
body {
	font-family: 'Montserrat', sans-serif;
}

.noto_kr {
	font-family: 'Noto Sans KR', sans-serif;
}

.over_hi {
	overflow: hidden;
}

.fopnt_en {
	font-family: 'Montserrat', sans-serif;
}

.posi_ab {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.center {
	text-align: center;
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}


section {
	min-height: 100%;
	position: relative;
}

.content-inseide{
	        padding-bottom: 134px;
}


footer {
	position: absolute;
	background-color: #fff;
	bottom: 0px;
	width: 100%;
	/*border-top: 1px solid #182f84;*/
	padding: 32px 0;
}
button, input[type="button"], input[type="submit"]{
	cursor: pointer;
}
