.headerWrpper {
	display: block;
	position: fixed;
	background: #fff;
	width: 100%;
	height: 67px;
	padding: 10px 0 13px;
	z-index: 99999;
	left: 0;
	top: 0;
}

.headerWrpper .logo {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 247px;
}

.headerWrpper .naviWrapper {
	display: block;
	float: left;
	height: 67px;
}

.headerWrpper .nav {
	margin: 0;
	padding: 15px 0 0;
}

.headerWrpper .nav li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 6px;
}

.headerWrpper .nav a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 800;
	padding: 8px 10px;
	letter-spacing: -0.03em;
	display: block;
	color: #303030;
	border-radius: 3px;
}

.headerWrpper .nav .current a {
	background: #fdb813;
	color: #fff;
}

.home.current a {
	background: transparent !important;
	font-size: 0px;
}


#section02,
#section03,
#section04,
#section05,
#section06,
#section07,
#section08 {
	display: block;
	position: relative;
	padding: 120px 0 120px;
	min-height: 100vh;
	max-height: auto;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}


#section01 {
	display: block;
	position: relative;
	height: 757px;
}

.sectionTitle {
	display: block;
	margin: 30px 0 30px;
	text-align: center;
}

.sectionTitle .kor {
	font-size: 20px;
	color: #626161;
	line-height: 1.3;
	letter-spacing: -0.03em;
}

.sectionTitle .eng {
	font-family: 'Arvo', serif;
	font-size: 72px;
	letter-spacing: 0.05em;
	line-height: 1.1;
	margin: -5px 0 0;
}


#section02 {
	background-image: url('../images/section02-bg1.jpg'), url('../images/section02-bg2.jpg'), url('../images/section02-bg3.jpg'), url('../images/section02-bg4.jpg');
	background-position: left top, right top, left bottom, right bottom;
}
#section02 .sectionTitle .eng {
	color: #fdb813;
}

.campusImg a {
	display: block;
	background: #000;
}
.campusImg a:hover img {
	opacity: 0.7;
}

#section03 {
	background-image: none;
	background-color: #f8f8f8;
	min-height: 100%;
}
#section03 .sectionTitle .eng {
	color: #01b2de;
}

.videoSlider {
	width: 853px;
	margin: 0 auto;
}

.videoSlider .flexslider:hover .flex-prev,
.videoSlider .flex-direction-nav .flex-prev { 
	left: 50%; 
	margin-left: -510px;
	background: url('../images/icon-prev.png') no-repeat;
}

.videoSlider .flexslider:hover .flex-next,
.videoSlider .flex-direction-nav .flex-next { 
	left: 50%;
	right: auto;
	margin-left: 460px;
	text-align: right; 
	background: url('../images/icon-next.png') no-repeat;
}



#section04 {
	background-image: url('../images/section04-bg.jpg');
	background-size: cover;
}
#section04 .sectionTitle .eng {
	color: #43ad4b;
}

#section04 .tabs .tab:hover,
#section04 .tabs .tab.on {
	background: #43ad4b;
	border: 1px solid #389e40;
}

#section06 .tabs .tab:hover,
#section06 .tabs .tab.on {
	background: #293384;
	border: 1px solid #161f64;
}
.tabs {
	display: block;
	height: 40px;
	margin: 20px auto 60px;
	text-align: center;
}

.tabs ul {
	margin: 0 auto;
	padding: 0;
}

.tabs li {
	padding: 0;
	display: inline-block;
	*display: inline;
	margin: 0 2px;
}

.tabs .tab {
	height: 40px;
	min-width: 115px;
	padding: 0 25px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 5px 0 5px 0;
	color: #fff;
	background: #4c4c4c;
	border: 1px solid #333;
	font-size: 18px;
}

.tabContents {
	display: block;
	position: relative;
}



#section05 {
	background-image: url('../images/section05-bg.jpg');
	background-color: #8e30df;
	color: #ffffff;
}
#section05 .sectionTitle .eng {
	color: #fbea45;
}

#section05 .sectionTitle .kor {
	color: #ffffff;
}
#section05 .tabs .tab:hover,
#section05 .tabs .tab.on {
	background: #fbea45;
	border: 1px solid #dfcc11;
	color: #494949;
}


.featureStyle01 {
	display: block;
	width: 33.3333%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.featureStyle01 .img {
	margin: 0 auto 20px;
}


.featureStyle01 .title {
	font-size: 20px;
	color: #fff;
	margin: 0 0 5px;
	padding: 0 25px;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}


.featureStyle01 .text {
	font-size: 12px;
	color: #fff;
	padding: 0 40px;
	margin: 0;
	display: block;
	position: relative;
}

.featureStyle02 {
	display: block;
	position: relative;
	margin: 0 0 15px;
	padding: 0 67px 0 141px;
	min-height: 58px;
}

.featureStyle02 .img {
	width: 58px;
	height: 58px;
	position: absolute;
	left: 67px;
	top: 5px;
}

.featureStyle02 .title {
	color: #fbea45;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0 0 5px;
	line-height: 1.2;
}

.featureStyle02 .text {
	font-size: 13px;
	line-height: 1.4;
}



#section06 {
	background-image: url('../images/section06-bg.jpg');
}
#section06 .sectionTitle .eng {
	color: #293384;
}
#section06 .sectionTitle .kor {
	color: #222222;
}

.nuriSliderWrapper {
	display: block;
	position: relative;
	height: 910px;
	padding: 90px 0 0;
	background: url('../images/section06-01.png') no-repeat;
}

.nuriSliderWrapper .lamp {
	width: 267px;
	height: 431px;
	position: absolute;
	left: 50px;
	top: 491px;
	z-index: 333;
}

.nuriSliderWrapper .pen {
	width: 326px;
	height: 301px;
	position: absolute;
	right: 74px;
	top: 621px;
	z-index: 333;
}

.nuriSliderWrapper .nuri {
	width: 632px;
	height: 363px;
	position: absolute;
	left: 257px;
	top: 432px;
	z-index: 222;
}

.nuri .flex-control-nav {width: 100%; position: absolute; bottom: -100px; text-align: center;}
.nuri .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.nuri .flex-control-paging li a {
	width: 13px; 
	height: 13px; 
	display: block; 
	background: #fff; 
	background: rgba(255, 255, 255, 1);
	cursor: pointer;
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.nuri .flex-control-paging li a:hover { background: #fff; background: rgba(255, 255, 255, 1); }
.nuri .flex-control-paging li a.flex-active { background: #ffd91e; background: rgba(255, 217, 30, 1); cursor: default; }

.table {
	display: block;
	position: relative;
	font-size: 14px;
	color: #111;
	line-height: 1.8;
}

.table table {
	width: 100%;
}

.table th,
.table td {
	padding: 15px 15px;
	border: 1px solid #aaa;
	background: #fff;
}

.table td.danger,
.table th.danger { 
	background: #ffecec; 
	color: #ed0000;
}

.table td.active,
.table th.active { 
	background: #f5f5f5; 
}

.table td.warning,
.table th.warning { 
	background: #ffdc87; 
}

.table td.success,
.table th.success { 
	background: #eeffe5;
	color: #38ab00;
}

.table td.info,
.table th.info { 
	background: #e9f6ff; 
	color: #0031e7;
}

#section07 {
	background-image: url('../images/section07-bg.jpg');
}
#section07 .sectionTitle .eng {
	color: #4be4f3;
}

#section07 .sectionTitle .kor {
	color: #ffffff;
}

.footer {
	display: block;
	position: relative;
	padding: 20px 0;
	background: #494949;
}

.footer p {
	margin: 0;
	font-size: 11px;
	color: #aaaaaa;
	line-height: 1.7;
	text-align: center;
}

.footer b {
	color: #fdb813;
}

.roundBox {
	display: block;
	width: 1040px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto 30px;
}

.roundBox ul {
	margin: 0;
	padding: 0;
}

.roundBox li {
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
	margin: 0 0 5px;
	letter-spacing: -0.03em;
	padding: 0 0 0 15px;
	position: relative;
}

.roundBox li:before {
	content: '▶';
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}




#section08 {
	background-color: #fff;
}
#section08 .sectionTitle .eng {
	color: #36ace3;
}

#section08 .sectionTitle .kor {
	color: #777777;
}