*{
	margin:0;
	padding:0;
	border:0;
}




#mq-detector {
    visibility: hidden;
}


.morebtn {
	cursor: pointer;
}
.morebtn > a {
	font-size: 18px;
	font-weight: normal;
}
.morebtn > a > img {
	vertical-align: bottom; 
}

.morebtnLayout {
	float: right; margin-top: -35px; 
}



#mainMiddle {
	margin-left: 10px; margin-right: 10px;
}

#recommendCourse {
	width: 100%; padding: 20px 0 20px 0;
}

#recommendCourse h1{
	color: #000;
	font-size: 33px;
}

#recommendCourse h4{
	color: #444;
	font-size: 13px;
}


.recommendCourseTab {
	float: left;
	padding: 0; margin: 0;
	line-height: 50px; text-align: center;
	font-size: 14px; /* 190519 css */
	
	height: 50px; cursor: pointer; 
}
#recommendCourseTab1, #recommendCourseTab2 {
	width:33%;
}
#recommendCourseTab3 {
	width:32%;
}

.recommendCourseTabRow:after {
    content: "";
    display: table;
    clear: both;
}


.recommendCourseTab.menuOn {
	border-left: 2px solid #222;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	color: #000; 
	font-weight: normal;
	background-color: white;
}

.recommendCourseTab.menuOff {
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #222;
	border-right: 1px solid #d9d9d9;
	background-color: #d9d9d9; 
	color: #777; 
	background-color: white;
}





#educationInform {
	width: 100%; 
}

#educationInform h1{
	font-size: 33px;
}


.educationInformDetail {
	height: 105px;
    overflow: hidden;
    font-size: 13px; cursor: pointer;
    color: white;
	font-weight: normal;  display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.educationInformDetail > div > div.layout1 {
    background-color: #44bed2;
    float: left; width: 48.5%; padding: 15px 0; cursor: pointer;
}
.educationInformDetail > div > div.layout2 {
    background-color: #269ad7;
    float: right; width: 48.5%; padding: 15px 0; cursor: pointer;
}
.educationInformDetail > div > div.layout3 {
    background-color: #3b50c2;
    float: left; width: 48.5%; padding: 15px 0; cursor: pointer;
}
.educationInformDetail > div > div.layout4 {
    background-color: #35466a;
    float: right; width: 48.5%; padding: 15px 0; cursor: pointer;
}



#mainBottom {
	margin-left: 10px; margin-right: 10px;
}

#customerInform {
	width: 100%; padding: 15px 0 20px 0;
}

.mainNoticeDetail {
	text-align: left; border-bottom: 1px solid #d9d9d9; padding: 8px 0;
}
.mainNoticeDetail p a{
	font-size: 14px;
	color: #666;
}
.mainNoticeDetail p {
	font-size: 14px;
	color: #666;
}

.customerInformDetail3 {
    display: block;
    width: 100%; padding: 40px 0;
    font-size: 20px; 
}

.customerInformDetail2 {
	font-size: 18px; font-weight: bold; color: #777;
}
.customerInformDetail2 .layout1{
	float: left; border: 2px solid #d9d9d9; width: 48.5%; padding: 15px 0; cursor: pointer;
}
.customerInformDetail2 .layout2{
	float: right; border: 2px solid #d9d9d9; width: 48.5%; padding: 15px 0; cursor: pointer;
}
.customerInformDetail2 .layout2:after{
	clear: both;
}

