@charset "euc-kr";
*{
	box-sizing: border-box;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.ged_hd section {
	height: 130px;
}
#learning_classes{
	width: 100%;
	padding: 60px 0;
}
.lcs_wrap{
	margin: 0 auto;
	background: #f2f2f2;
	padding: 50px;
	width: 1100px;
	box-sizing: border-box;
}
.lcs_left{
	border-right: 1px solid #b3b3b3;
	width: 500px;
	padding-right: 50px;
	float: left;
}
.lcs_inn{
	padding-bottom: 30px;
	border-bottom: 1px solid #b3b3b3;
}
.lcsimg_wrap{
	width: 203px;
	height: 141px;
	display: block;
	float: left;
	padding-top: 7px;
}
.lcs_txt{
	display: block;
	float: left;
	padding-left: 20px;
}
.lcs_txt h5{
	font-size: 24px;
	letter-spacing:-1px; 
	padding-bottom: 5px;
}
.lcs_txt p{
	font-size: 14px;
	line-height: 1.5em;
	color: #585858;
	letter-spacing: -0.5px;
}
.lcs_txt a{
	width: 222px;
	height: 38px;
	display: block;
	color: #fff;
	background-color: #095b9c;
	font-size: 20px;
	letter-spacing: -1px;
	text-align: center;
	line-height: 38px;
	margin-top: 7px;
}
.lcs_txt a:hover{
	background: #0d4876;
}
.lcs_right{
	width: 500px;
	height: 100%;
	float: right;
	padding-left: 50px;
}
.lcs_left ul li > div, .lcs_right ul li > div{
	margin-bottom: 30px;
	height: 180px;
}
.lcs_left ul li:last-child  > div, .lcs_right ul li:last-child  > div{
	margin-bottom: 0;
}
.lcs_left ul li:last-child .lcs_inn, .lcs_right ul li:last-child .lcs_inn{
	padding-bottom: 0;
	border-bottom: none;
}

.ged_main{
	position: relative;
}
.main_b_group{
	width: 1100px;
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
}
.main_b{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -550px;
}
.ged_gnb ul{
	display: table;
	table-layout: fixed;
}
.ged_gnb ul li{
	display: table-cell;
}
.ged_gnb li a:hover:after{
	width: 60%;
}
.main_b_group .bx-wrapper .bx-prev{
	left: 0;
	background: url('/images/edutri/controls.png');
}
.main_b_group .bx-wrapper .bx-next{
	right: 0;
	background: url('/images/edutri/controls.png');
}
.main_b_group .bx-wrapper .bx-prev, .main_b_group .bx-wrapper .bx-next{
	opacity: 0;
}
.main_b_group .bx-wrapper .bx-prev:hover, .main_b_group .bx-wrapper .bx-next:hover{
	opacity: .1;
}