@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=Noto+Sans:400,700&display=swap');

html,
body {
	font-family: 'Noto Sans', sans-serif;
}
input[type="button"], input[type="submit"], button{
	cursor: pointer;
}
.noto_kr {
	font-family: 'Noto Sans KR', sans-serif;
}

.over_hi {
	overflow: hidden;
}

.noto_en {
	font-family: 'Noto Sans', sans-serif;
}

.posi_ab {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.center {
	text-align: center;
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}


section {
	min-height: 100%;
	position: relative;
}



footer {
	position: absolute;
	background-color: #fff;
	bottom: 0px;
	width: 100%;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.content-inseide {
	padding-top: 107px;	  /*header 의 높이 만큼 설정해주세요*/
	padding-bottom: 154.89px; /*footer 의 높이 만큼 설정해주세요*/
}