*{
	margin:0;
	padding:0;
	border:0;
}


#findCourseForm {
	height:110px; border: 2px solid #eeeeee; padding-top: 100px;
	background-color: #f0f5f7;
	text-align: left;
	padding-top: 23px;
	padding-left: 25px;
}
#findCourseForm select {
	border: 1px solid #cccccc; width: 140px; height: 31px; padding-left: 10px; color: #bcbcbc;
}
#findCourseForm input[type=text] {
	border: 1px solid #cccccc; width: 300px; height: 30px; padding-left: 10px; color: #bcbcbc;
}
#findCourseForm input[type=button] {
	width: 80px; height: 30px; color: white; background-color: #666666; cursor: pointer;
}
#findCourseForm input[type=checkbox] {
	border: 1px solid #cccccc; width: 18px; height: 18px; 
	background-color: white;
	/*-webkit-appearance:none;*/
	line-height: 25px;
	vertical-align: middle;
	
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
#findCourseForm input[type="checkbox"]:checked {
  background: #c0c0c0;
}

#findCourseForm input[type="checkbox"]:hover {
  filter: brightness(90%);
}

#findCourseForm input[type="checkbox"]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
#findCourseForm input[type="checkbox"]:after {
  content: '';
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
#findCourseForm input[type="checkbox"]:checked:after {
  display: block;
}
#findCourseForm input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}




#findCourseForm label {
	line-height: 25px; font-size: 15px;
	margin-right: 20px;
	color: #666666;
}


.table {
	
}
.table-custom {
	color: #000; font-weight: normal;
	width: 100%;
}
.table-custom > thead > tr {
  	border-top: 2px solid #222;
	border-bottom: 1px solid #d9d9d9;
	height: 54px; line-height: 54px;
}
.table-custom thead tr th{
	text-align: center;
}
.table-custom thead tr th.line1{
	height: 0; border-bottom: 2px solid #222;
}
.table-custom tbody tr td{
	text-align: left;
	height: 54px;
	color: #666;
	font-size: 14px;
}
.table-custom tbody tr td.line{
	height: 0; border-top: 1px solid #d9d9d9;
}
.table-custom tbody tr td.thumbImg{
	width: 230px;
	padding: 15px 0;
}


.iconR {	
	padding-left : 15px;
	padding-right : 15px;	
	background-color: #3ABA99;
	color: white;
	font-size: 13px;
	padding: 3px 10px;
	float: left;
	margin-right: 5px;
}
.iconC {
	padding-left : 15px;
	padding-right : 15px;	
	background-color: #070449;
	color: white;
	font-size: 13px;
	padding: 3px 10px;
	float: left;
	margin-right: 5px;
}
.iconG {
	padding-left : 15px;
	padding-right : 15px;	
	background-color: #DF7401;
	color: white;
	font-size: 13px;
	padding: 3px 10px;
	float: left;
	margin-right: 5px;
}
.iconM {
	padding-left : 15px;
	padding-right : 15px;	
	background-color: gray;
	color: white;
	font-size: 13px;
	padding: 3px 10px;
	float: left;
	margin-right: 5px;
}

.rTooltip {
	position: relative;
    display: inline-block;
}
.courseTooltip {
	visibility: hidden;
	position: absolute;
    z-index: 1;
	
	width: 160px; background-color: white;  color: black; text-align: left; padding: 15px 0;
	border: 1px solid black;
	height: 90px;
	margin-top: 10px;
}
.courseTooltip dl {
	width: 100%;
	margin-top: 10px; margin-left: 18px;
}
.courseTooltip dl dt {
	float: left;width: 1px;clear: both;padding: 5px 5px 5px 0 ; display: block;
	width: 50px;
	font-size: 12px;
	color: #BDBDBD;
}
.courseTooltip dl dd {
	float: left;width: 90px;padding: 5px;display: block;
	color: black; font-size: 12px; font-weight: bold;
} 




.thumbImg > img {
	width: 230px;
	margin-bottom: 5px;
}
.courseInform {
	vertical-align: top; padding: 25px 15px; width: 330px;
}
.courseTitle {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}
.courseDetail1 {
	margin: 8px 0;
}
.courseDetail1 dl {
	width: 300px; 
}
.courseDetail1 dl dt {
	float: left;width: 1px;padding: 5px 5px 5px 0 ; display: block;
	width: 50px;
	font-size: 13px;
	/*background-color: aqua;*/
}
.courseDetail1 dl dd {
	float: left;width: 80px;padding: 5px;display: block;
	font-size: 13px;
	font-weight: bold;
} 

.courseDetail1 dl dt.third {
	float: left;width: 1px;clear: both;padding: 5px 5px 5px 0 ; display: block;
	width: 50px;
	font-size: 13px;
}
.courseDetail1 dl dd.third {
	float: left;width: 100px;padding: 5px;display: block;
	font-size: 13px;
	font-weight: bold;
} 


.courseDetail2 {
	padding: 5px 0;
	font-size: 13px;
	height: 28px;
	width: 90%;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.3em;
}

.coursePrice {
	background-color: #F7F7F7; padding-top: 0; vertical-align: top;
}
.coursePrice div {
	text-align: center; 
	margin-top: 10px;
}
.coursePrice div.first {
	margin-top: 50px;
}

.previewBtn {
	background-color: white; width: 90px; height: 40px; font-size: 15px; color: black; cursor: pointer; text-align: center; padding: 0; border: 1px solid black;
}
.detailBtn {
	background-color: #070449; width: 90px; height: 80px; font-size: 15px; color: white; cursor: pointer; text-align: center; padding: 0; border: 1px solid black;
}






