/*margin S*/

.white {
	color: #fff !important;
}

.green {
	color: #6da61d !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-80t {
	margin: 80px 0 300px;
}

.mar-80b {
	margin-bottom: 80px !important;
}

.mar-100t {
	margin: 100px 0 300px;
}

.mar-100b {
	margin-bottom: 100px !important;
}

.mar-100t {
	margin: 100px 0 300px;
}

.mar-100b {
	margin-bottom: 100px !important;
}

.mar-200b {
	margin-bottom: 200px !important;
}

/*margin E*/

html,
body {
	font-family: 'Noto Sans KR', sans-serif;
	background-color:#fff;
}

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%;
}

body {
	margin: 0;
	height: 100%;
}


section {
	min-height: 100%;
	position: relative;
}



.ClearBoth::after {
	content: "";
	display: block;
	clear: both;
}


.bold{font-weight: bold !important;}

.LineText{cursor: pointer;}






@media (min-width: 1200px) {

	.percentWrap {
		width: 80%;
		margin: 0 auto;
	}

	.content-inseide {
		padding-bottom: 230px;
		overflow:hidden;
	}
	body.home .content-inseide{
		padding-bottom: 100px;
	}

	.wrap {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	footer {
		position: absolute;
		background-color: #fff;
		bottom: 0px;
		width: 100%;
		/*border-top: 1px solid #182f84;*/
		padding: 2% 0;
	}

	.left_box{
		width: 100px;
		height: 150%;
		float: left;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
		position: absolute;
	}

	.ContentArea{
		float: right;
		width: 1050px;
		margin-bottom: 100px;
		min-height:860px;
	}


}

/*Pc CSS E*/

/*T CSS S*/
@media (min-width: 768px) and (max-width: 1199px) {

	.percentWrap {
		width: 80%;
		margin: 0 auto;
	}

	.content-inseide {
		/*padding-bottom: 192px;*/
		padding-bottom: 350px;
	}

	.wrap {
		width: 95%;
		margin: 0 auto;
	}

	.ContentArea{
		float: none !important;
		width: 100% !important;
	}

	footer {
		position: absolute;
		background-color: #fff;
		bottom: 77px;
		width: 100%;
		border-top: 1px solid #182f84;
		padding: 2% 0;
	}

}

/*T CSS E*/

/*M CSS S*/
@media (max-width: 767px) {
	.percentWrap {
		width: 90%;
		margin: 0 auto;
	}

	body.home .content-inseide {
		padding-bottom: 250px;
	}
	.content-inseide {
		padding-bottom: 350px;
	}

	.wrap {
		width: 95%;
		margin: 0 auto;
	}

	footer {
		position: absolute;
		background-color: #fff;
		bottom: 77px;
		width: 100%;
		/*border-top: 1px solid #182f84;*/
		padding: 2% 0;
	}

	.ContentArea{
		float: none;
		width: 100%;
	}

}
