
/*margin S*/

.white {
	color: #fff !important;
}

.green {
	color: #00dd5e !important;
}

.yellow{
	color:#f6a127 !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*/

html,
body {
	font-family: 'Noto Sans KR', sans-serif;
}

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;
}

section {
	min-height: 100%;
	position: relative;
}



.ClearBoth::after {
	content: "";
	display: block;
	clear: both;
}

	.content-inseide {
		padding-bottom: 250px;
	}
	.percentWrap{
		width: 80%;
		margin:0 auto;
	}
	.wrap {
		width: 1200px;
		margin: 0 auto;
	}


footer {
	position: absolute;
	background-color: #fff;
	bottom: 0px;
	width: 100%;
	/*border-top: 1px solid #182f84;*/
	padding: 2% 0;
}