.mainVisaul {
	position: relative;
}
.mainVisaul li {
	width: 100%;
	height: 726px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.bannerTxtWrap {
	position: relative;
    top: 385px;
}
.bannerTxt {
	font-family: "NanumSquareB";
	font-size: 45px;
	color: #fff;
	text-align: center;	
	letter-spacing: -0.2px;
}
.sliderDirection {
	position: absolute;
	top: 377px;
	width: 60px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}
.sliderDirection a {
	display: block;
	width: 60px;
	height: 62px;
}
#slider-prev {
	background-image: url("../images/main/prev.png");
	left: 50%;
	margin-left: -600px;
}
#slider-next {
	background-image: url("../images/main/next.png");
	right: 50%;
	margin-right: -600px;
}
.mainVisaul .bx-wrapper .bx-pager, .mainVisaul .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 29px;
    width: 100%;
}
.mainVisaul .bx-wrapper .bx-pager {
    text-align: center;
}
.mainVisaul .bx-wrapper .bx-pager-item, .mainVisaul .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.mainVisaul .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6.5px 0;
    outline: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	transition: width 0.5s;
}
.mainVisaul .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4285f4;
	width: 28px;
}
.mainVisaul .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
.mainContent {
	position: relative;
	width: 100%;
	background: url("../images/main/c_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 92px;
}
.section h2 {
	position: relative;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.8px;
	padding-top: 19px;
}
.section h2:before {
	display: block;
	content:"";
	position: absolute;
	width: 24px;
	height: 3px;
	background-color: #4285f4;
	border-radius: 1px;
	top: 0;
	left: 50%;
	margin-left: -12px;
}
.sect01Wrap {
	margin-top: 54px;
}
.sect01Wrap li {
	float: left;
	width: 234px;
	height: 181px;
	background-color: #fff;
	margin-left: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sect01Wrap li:first-child {
	margin-left: 0;
}
.sect01Wrap li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 108px;
	padding-bottom: 29px;
}
.sect01List span {
	display: block;
}
.sect01List .txt1 {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #3f4148;
	text-align: center;
	letter-spacing: -0.5px;
}
.sect01List .txt2 {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #4283f0;
	text-align: center;
	letter-spacing: 0px;
	padding-top: 10px;
}
.sect01List a {
	background-repeat: no-repeat;
	transition: all 0.4s;
}
.sect01List01 a {
	background-image: url("../images/main/s_1.png");
	background-position: 95px 39px;
}
.sect01List02 a {
	background-image: url("../images/main/s_2.png");
	background-position: 92px 37px;
}
.sect01List03 a {
	background-image: url("../images/main/s_3.png");
	background-position: 99px 38px;
}
.sect01List04 a {
	background-image: url("../images/main/s_4.png");
	background-position: 92px 38px;
}
.sect01List05 a {
	background-image: url("../images/main/s_5.png");
	background-position: 89px 39px;
}
.sect01List01 a:hover {
	background-image: url("../images/main/s_1_h.png");
}
.sect01List02 a:hover {
	background-image: url("../images/main/s_2_h.png");
}
.sect01List03 a:hover {
	background-image: url("../images/main/s_3_h.png");
}
.sect01List04 a:hover {
	background-image: url("../images/main/s_4_h.png");
}
.sect01List05 a:hover {
	background-image: url("../images/main/s_5_h.png");
}
.sect01List a:hover .txt1 {
	color: #4283f0;
}
.banner {
	position: absolute;
	top: 180px;
    left: -193px;
	width: 176px;
}
.banInn01 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0 12px;
	background: url("../images/main/b1_bg.png") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banInn01 a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "NanumSquareB";
	font-size: 22px;
	color: #fff;
	padding-top: 38px;
	padding-left: 21px;
	background: url("../images/main/chk_ikon.png") no-repeat center top;
	letter-spacing: -0.4px;
}
.banInn01 p {
	text-align: center;
	font-family: "NanumSquareL";
	font-size: 14px;
	color: #ebebeb;
	line-height: 1.4;
	padding-top: 6px;
}
.banInn02 a {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #4283f0;
	font-family: "NanumSquareB";
	font-size: 22px;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 12px;
}
.banner.banner02 {
	top: 529px;
}
.bSque {
	display: inline-block;
	position: relative;
	width: 176px;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background: url("../images/main/b_sq.png") no-repeat center center;
	padding-top: 13px;
    padding-bottom: 14px;
	letter-spacing: -0.7px;
}
.bSque.t7 {
	top: 7px;
}
.bSque.t15 {
	top: 15px;
}
.sect02Wrap {
	margin-top: 42px;
}
.sect02Div {
	position: relative;
	float: left;
	height: 271px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sect02Div.board {
	width: 408px;
	background-color: rgba(255,255,255,0.1);
}
.lineDiv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tbDiv:before {
	display: block;
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	right: 1px;
	height: 1px;
	background: url("../images/main/s2_line.png") repeat-x left top;
}
.tbDiv:after {
	display: block;
	position: absolute;
	content:"";
	bottom: 0;
	left: 1px;
	right: 0;
	height: 1px;
	background: url("../images/main/s2_line.png") repeat-x left top;
}
.lrDiv:before {
	display: block;
	position: absolute;
	content:"";	
	top: 1px;
	bottom: 0;
	left: 0;
	width: 1px;
	background: url("../images/main/s2_line.png") repeat-y left top;
}
.lrDiv:after {
	display: block;
	position: absolute;
	content:"";	
	top: 0;
	bottom: 1px;
	right: 0;
	width: 1px;
	background: url("../images/main/s2_line.png") repeat-y left top;
}
.sect02Div h3 {
	position: relative;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 14px;
    letter-spacing: -0.5px;
	background: url("../images/main/b_ikon.png") no-repeat 375px 14px;
}
.sect02Div h3:after {
	display: block;
	position: absolute;
	content:"";	
	width: 406px;
	height: 1px;
	left: 1px;
	bottom: 0;
	background: url("../images/main/s2_line.png") repeat-x left top;
}
.sect02Div ul {
	padding-left: 13px;
	padding-right: 13px;
}
.sect02Div .boardList {
	padding: 21px 0 5px;
}
.sect02Div .boardList a {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
}
.boardList a.txtSub {
	float: left;
}
.boardList a.date {
	float: right;
	margin-top: -2px;
}
.board.esti {
	margin-left: 15px;
}
.sect02Div.link {
	width: 351px;
	margin-left: 18px;
}
.sect02Div.link li {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sect02Div.link li.blue {
	background-color: #4283f0;
}
.sect02Div.link li.white {
	background-color: #fbfbfb;
}
.sect02Div.link li:nth-child(odd) {
	width: 175px;
	left: 0;
}
.sect02Div.link li:nth-child(even) {
	width: 176px;
	right: 0;
}
.sect02Div.link li:first-child, .sect02Div.link li:nth-child(2) {
	height: 135px;
	top: 0;
}
.sect02Div.link li:nth-child(3), .sect02Div.link li:nth-child(4) {
	height: 136px;
	bottom: 0;
}
.sect02Div.link li a {
	display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 86px;
	padding-bottom: 14px;
	background-repeat: no-repeat;
}
.sect02List a span {
	display: block;
	text-align: center;
}
.sect02List a .txt1 {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.sect02List a .txt2 {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding-top: 7px;
}
.sect02List.blue a span.txt1 {
	color: #fff;
}
.sect02List.blue a span.txt2 {
	color: rgba(255,255,255,0.8);
}
.sect02List.white a span.txt1 {
	color: #444;
}
.sect02List.white a span.txt2 {
	color: rgba(68,68,68,0.8);
}
.sect02List01 a {
	background-image: url("../images/main/s_6.png");
	background-position: 66px 23px;
}
.sect02List02 a {
	background-image: url("../images/main/s_7.png");
	background-position: 72px 24px;
}
.sect02List03 a {
	background-image: url("../images/main/s_8.png");
	background-position: 66px 19px;
}
.sect02List04 a {
	background-image: url("../images/main/s_9.png");
	background-position: 56px 21px;
}