*{
	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: 25%;
	padding: 15px 0;
}
.table-custom tbody tr td.thumbImg img {
	border-radius: 10px;
}


.rTooltip {
position: relative;
display: inline-block;
}
.iconC {
background-color: #001D6E;
color: #fff;
font-size: 13px;
padding: 5px 20px;
float: left;
margin-right: 5px;
/*border-radius: 9px;*/
}
.iconR {
background-color: #0072FF;
color: #fff;
font-size: 13px;
padding: 5px 20px;
float: left;
margin-right: 5px;
/*border-radius: 9px;*/
}
.iconG {
background-color: #0B3B0B;
color: #fff;
font-size: 13px;
padding: 5px 20px;
float: left;
margin-right: 5px;
/*border-radius: 9px;*/
}
.iconM {
background-color: gray;
color: #fff;
font-size: 13px;
padding: 5px 20px;
float: left;
margin-right: 5px;
/*border-radius: 9px;*/
}
.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;
}
.thumbImg a > img:hover {
	transform: scale(1.08);
    transition: 0.5s all ease-in-out;
}

.courseInform {
	vertical-align: top; padding: 25px 15px; width: 330px;
}
.courseTitle {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.my_course_title {
	margin-bottom: 5px;
}

.courseDetail1 {
    margin: 8px 0;
}
.courseDetail1 dl {
    width: 700px;
}
.courseDetail1 dl dt {
    float: left;
    padding: 5px 5px 5px 0;
    display: block;
    width: 50px;
    font-size: 13px;
}
.courseDetail1 dl dd {
    float: left;
    width: 180px;
    padding: 5px 5px 5px 19px;
    display: block;
    font-size: 13px;
    font-weight: 700;
}
.courseDetail1 dl dt.third {
    float: left;
    clear: both;
    padding: 5px 5px 5px 0;
    display: block;
    width: 50px;
    font-size: 13px;
}
.courseDetail1 dl dd.third {
	float: left;
	width: 150px;
	padding: 5px;
	display: block;
	font-size: 13px;
    font-weight: 700;
} 
.courseDetail1 .apply_dt {
    float: left;
    padding: 5px 5px 5px 0;
    display: block;
    width: 50px;
    font-size: 13px;
}
.courseDetail1 .apply_dd {
    float: left;
    width: 440px;
    padding: 5px;
    padding-left: 19px;
    display: block;
    font-size: 13px;
    font-weight: 700;
}


.courseDetail2 {
	padding: 5px 0;
	font-size: 15px;
	height: 65px;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 20px;
}

.coursePrice {
	/* background-color: #F7F7F7;  */
	padding-top: 0; 
	vertical-align: top;
	width: 230px;
	display: flex;
	justify-content: space-evenly;
}
.coursePrice div {
	text-align: center; 
	margin-top: 10px;
}
.coursePrice div.first {
	margin-top: 50px;
}

.previewBtn {
	background-color: #fff;
	width: 110px;
	height: 40px;
	font-size: 15px;
	color: black;
	cursor: pointer;
	text-align: center;
	padding: 0;
	border: 1px solid black;
}
.detailBtn {
	background-color: #070449;
	width: 110px; height: 40px;
	font-size: 15px;
	color: white;
	cursor: pointer;
	text-align: center;
	padding: 0;
	border: 1px solid black;
}
.detailBtn:hover {
	background-color: #001D6E;
	transition: all 0.5s;
}
.previewBtn:hover {
	border: 1px solid #0877AF;
	transition: all 0.5s;
}

.detailBtn1 {
    width: 112px;
    height: 40px;
    background-color: #3e4347;
    border: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    cursor: pointer;
}
.detailBtn1::before {
    content: "▶";
    font-size: 10px;
    padding-right: 5px;
    display: inline-block;
}

.detailBtn2 {
    width: 112px;
    height: 40px;
    background-color: #9baec8;
    border: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}
.detailBtn3 {
    margin-top: 5px;
    width: 230px;
    height: 40px;
    background-color: #2f58cd;
    border: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.detailBtnSet:hover {
    background-color: #0877AF;
    transition: all 0.3s;
}


div.applybtnarea {
	height: 100px; padding: 10px 0; text-align: center; width: 100%; display: flex; justify-content: center;
}

/* .previewBtn {
	background-color: white; width: 90px; height: 40px; font-size: 15px; color: black; cursor: pointer; text-align: center; padding: 0; border: 1px solid black;
} */
.applyBtn {
	background-color: #0fb5ec; width: 140px; height: 40px; font-size: 15px; color: white; cursor: pointer; text-align: center; padding: 0; border: 1px solid #0fb5ec;
	line-height: 40px;
}


/* 주문 및 결제 창 배열 css */
#payInform1 dd {
	width: 280px;
}
