@charset "UTF-8";

.eduCate{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;background:#f5f6f8;padding:20px;}
.eduCate ul{display:flex;align-items:center;}
.eduCate ul li{margin-right:2px;}
.eduCate ul li a{display:block;padding:10px 20px;font-family: 'S-CoreDream-4Regular';background:#666;color:#FFF;}
.eduCate ul li._active a{background:#5297B4;}
.eduCate select{display:block;padding:0 50px 0 10px;font-family: 'S-CoreDream-5Medium';background:#FFF;color:#222;height:42px;line-height:1;border:1px #666 solid;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#FFF url(../images/arrow-search.png) no-repeat right center;}
.top_text{padding:15px 0;}
.con-table table{overflow:hidden; position:relative; }
@media only screen and (max-width:420px) {
	.eduCate{flex-wrap:wrap;}
	.eduCate ul{width:100%;}
	.eduCate ul li{margin:2px 0.5%;width:49%;}
	.eduCate select{margin:2px 0.5%;width:99%;}
}

@media all and (max-width:960px) {
  .eduList {overflow: visible;overflow-x: auto;outline: none;/* cursor: grab; */}
  .eduList:after {content: ''; position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; background: url('../images/mobile-tbl.png') no-repeat center 40px;}
  .eduList.on:after {display: none;}
  .con-table {width: 1300px; margin-bottom: 20px;}
  .eduList::-webkit-scrollbar {width: 5px;}
}
.eduList {  outline: none; cursor:grab; position:relative;}