@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');


/*margin S*/

.white {
	color: #fff !important;
}

.green {
	color: #00dd5e !important;
}

.over_hi {
	overflow: hidden;
}

.mar-10 {
	margin: 10px  !important;
}

.mar-10t {
	margin-top: 10px  !important;
}

.mar-10b {
	margin-bottom: 10px  !important;
}

.mar-20 {
	margin: 20px  !important;
}

.mar-20t {
	margin-top: 20px  !important;
}

.mar-20b {
	margin-bottom: 20px  !important;
}

.mar-30 {
	margin: 30px  !important;
}

.mar-30t {
	margin-top: 30px  !important;
}

.mar-30b {
	margin-bottom: 30px  !important;
}

.mar-50 {
	margin: 50px  !important;
}

.mar-50t {
	margin-top: 50px  !important;
}

.mar-50b {
	margin-bottom: 50px  !important;
}

.mar-100t {
	margin-top: 100px  !important;
}

.mar-100b {
	margin-bottom: 100px  !important;
}

/*margin E*/

a {
	text-decoration: none;
	color: #333;
}
html,
body {
	font-family: 'Noto Sans', sans-serif;
	color: #333;
	font-weight: lighter;
	line-height: 20px;
	font-size: 12px;
}

button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

.posiRe {
	position: relative;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

html {
	height: 100%;
	font-family: 'Noto Sans KR';
}

body {
	margin: 0;
	height: 100%;
	font-family: 'Noto Sans KR';
}


section {
	min-height: 100%;
	position: relative;
}



.ClearBoth::after {
	content: "";
	display: block;
	clear: both;
}

@media all and (min-width: 1065px) {
	.content-inseide {
		padding-bottom: 350px;
	}
	.widgetWrap,
	.percentWrap{
		width: 80%;
		margin:0 auto;
	}
	.wrap {
        min-width: 1060px;
		max-width: 1200px;
		margin: 0 auto;
	}
}

@media all and (min-width: 768px) and (max-width: 1064px) {

	.content-inseide {
        padding-top: 60px;
        padding-bottom: 450px;
	}
	.widgetWrap,
	.percentWrap,
	.wrap {
		min-width: 90%;
		max-width: 750px;
		margin: 0 auto;
	}

}

@media (max-width: 767px) {

	.content-inseide {
        padding-top: 60px;
        padding-bottom: 500px;
	}
	.widgetWrap,
	.percentWrap,
	.wrap {
		width: 95%;
		margin: 0 auto;
	}

}


footer {
	background-color: #fff;
	bottom: 0px;
	width: 100%;
	/*border-top: 1px solid #182f84;*/
	padding: 2% 0;
}
