@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;
}

button, input[type="submit"], input[type="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;
}
.bold{
	font-weight: 500 !important;
}
.ebold{
	font-weight: 900 !important;
}
html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}


section {
	min-height: 100%;
	position: relative;
}



footer {
	position: absolute;
	background-color: #fff;
	bottom: 0px;
	width: 100%;
	padding: 2% 0;
}

.wrap {
	width: 96%;
	margin: 0 auto;
}

.content-inseide {
padding-top: 60px;/*header 의 높이 만큼 설정해주세요*/
padding-bottom: 200px;/*footer 의 높이 만큼 설정해주세요*/
transition-duration: 0.9s;
}

.right{
	text-align: right !important;
}
