.mainVisualWrap {
	position: relative;
	width: 100%;
	max-height: 800px;
	overflow: hidden;
}
.bxPagerWrap {
	position: absolute;
	display: table;
	width: 22px;
	top: 0px;
	right: 2px;
	z-index:1;
}
.bxPager {
	display: table-cell;
	height: 800px;
	vertical-align: middle;
}
.bxPager a {
	display: block;
	position: relative;
	padding-bottom: 0;
	margin: 8px 0 8px;
	transition: all 1s;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
}
.bxPager a.active  {	
	padding-bottom: 71px;
}
.bxPager a:after {
	display: block;
	position: absolute;
	content:"";
	width: 2px;
	height: 0;
	background-color: #fff;
	top: 18px;
    left: 8px;
	transition: all 1s;
}
.bxPager a.active:after {
	display: block;
	position: absolute;
	content:"";
	width: 2px;
	height: 71px;
	background-color: #fff;
	top: 18px;
    left: 8px;
}
.sectionTitle {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #292929;
	text-align: center;
}
.sectionSubTitle {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #292929;
	text-align: center;
	padding-top: 28px;
}
.section01 {
	background-color: #fff;
	padding-bottom: 79px;
}
.section01 .sectionTitle {
	padding-top: 62px;
}
.s1Div {
	margin-top: 113px;
}
.s1Ul li {
	width: 414px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.s1Ul li:nth-child(2):before {
	width: 1px;
	height: 207px;
	content:"";
	display: block;
	position: absolute;
	background-color: #cacaca;
	top: -7px;
    left: 7px;
}
.s1Ul li:nth-child(2):after {
	width: 1px;
	height: 207px;
	content:"";
	display: block;
	position: absolute;
	background-color: #cacaca;
	top: -7px;
    right: -3px;
}
.s1Ul01 li:nth-child(1) {
	background: url("../images/main/m1.png") no-repeat 50px 0;
}
.s1Ul01 li:nth-child(2) {
	background: url("../images/main/m2.png") no-repeat 61px 0;
}
.s1Ul01 li:nth-child(3) {
	background: url("../images/main/m3.png") no-repeat 60px 1px;
}
.s1Ul01 li:nth-child(1) {
    padding: 112px 0 0 35px;
}
.s1Ul01 li:nth-child(2) {
	padding: 112px 0 0 49px;
}
.s1Ul01 li:nth-child(3) {
	padding: 112px 0 0 61px;
}
.s1Ul02 li:nth-child(1) {
	background: url("../images/main/m4.png") no-repeat 36px 0;
}
.s1Ul02 li:nth-child(2) {
	background: url("../images/main/m5.png") no-repeat 51px 6px;
}
.s1Ul02 li:nth-child(3) {
	background: url("../images/main/m6.png") no-repeat 60px 17px;
}
.s1Ul02 li:nth-child(1) {
    padding: 117px 0 0 35px;
}
.s1Ul02 li:nth-child(2) {
	padding: 112px 0 0 49px;
}
.s1Ul02 li:nth-child(3) {
	padding: 123px 0 0 59px;
}
.s1Ul li strong {	
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #292929;
	text-align: center;
	letter-spacing: -1px;
}
.s1Ul li p {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #666;
	padding-top: 15px;
    line-height: 1.6;
    letter-spacing: -1.3px;
}
.s1Ul02 {
	padding-top: 120px;
}
.s1Ul02 li:nth-child(2):before {
	width: 1px;
	height: 207px;
	content:"";
	display: block;
	position: absolute;
	background-color: #cacaca;
	top: 7px;
    left: 6px;
}
.s1Ul02 li:nth-child(2):after {
	width: 1px;
	height: 207px;
	content:"";
	display: block;
	position: absolute;
	background-color: #cacaca;
	top: 7px;
    right: -2px;
}
.section02 {
	background-color: #f7f7f7;
    padding: 54px 0 29px;
}	
.s2SliderWrap {
	padding-top: 36px;
	width: 100%;
}
.directionWrap {
	font-size: 0;
	text-align: center;
	padding-top: 32px;
}
.directionWrap div {
	display: inline-block;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.directionWrap div:last-child {
	margin-left: 48px;
}
.directionWrap div a {
	display: block;
	width: 100%;
	height: 100%;
}
#slider-prev {
	background-image: url("../images/main/prev.png");
}
#slider-next {
	background-image: url("../images/main/next.png");
}
.section03 {
	padding: 59px 0 0;
	position: relative;
}
.mapWrap {
	padding-top: 34px;
}
.mapInfoWrap {
	-webkit-box-sizing: ;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d7d7d7;
}
.mapInfo {
	float: left;
	height: 425px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mapInfo01 {
	width: 606px;
	background-color: #fbfbfb;
}
.mapInfo02 {
	width: 633px;
	border-left: 1px solid #d7d7d7;
}
.mapInfo01 ul {
	padding: 134px 0 9px 233px;
	background: url("../images/main/m7.png") no-repeat 106px 127px;
}
.mapInfo01 li {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}
.mapInfo01 li.title {
	font-weight: 400;
	font-size: 18px;
	color: #292929;
	padding-bottom: 16px;
}
.mapInfo01 li:last-child {
	padding-bottom: 0;
}
.linkWrap {
	font-size: 0;
	padding-top: 27px;
    padding-left: 163px;
}
.linkWrap a {
	display: inline-block;
	width: 132px;
	height: 29px;
	line-height: 29px;
	border: 1px solid #333;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #292929;
	letter-spacing: -1px;
}
.linkWrap a:last-child {
	margin-left: 11px;
}
.mapInfo02 strong {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #292929;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 45px;
    padding-left: 31px;
}
.formDiv {
	padding-top: 24px;
}
.mapInfo02 dl {
	padding-left: 42px;
	padding-top: 7px;
}
.mapInfo02 dl.fst {
	padding-top: 0;
}
.mapInfo02 dt, .mapInfo02 dd {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 37px;
	display: block;
}
.mapInfo02 dt {
	line-height: 37px;
	text-align: left;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #555;
	width: 108px;
}
.mapInfo02 dd {
	width: 448px;
}
.mapInfo02 dd input {
	width: 100%;
	height: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	background-color: #fbfbfb;
	padding: 0 6px 0;
}
.agreeDiv {
	padding-top: 15px;
    padding-left: 150px;
}
.agreeDiv input {
	float: left;
	width: 13px;
	height: 13px;
}
.agreeDiv label {
	float: left;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #555;
	margin-left: 5px;
}
.estiBtn {
	padding-top: 25px;
    padding-left: 307px;
}
.estiBtn button {
	width: 169px;
	height: 48px;
	background: url("../images/main/btn.png") no-repeat 0 0;
	text-indent: -999999px;
}