*{
	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: 40%;
	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: 12px;
padding: 2px 5px;
float: left;
margin-right: 5px;
/*border-radius: 9px;*/
}
.iconR {
background-color: #0072FF;
color: #fff;
font-size: 12px;
padding: 2px 5px;
float: left;
margin-right: 5px;
/*border-radius: 9px;*/
}
.iconG {
background-color: #0B3B0B;
color: #fff;
font-size: 12px;
padding: 2px 5px;
float: left;
margin-right: 5px;
/*border-radius: 9px;*/
}
.iconM {
background-color: gray;
color: #fff;
font-size: 12px;
padding: 2px 5px;
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;
}

.courseInform {
	vertical-align: top; padding: 25px 15px; width: 330px;
}
.courseTitle {
    padding: 5px 0;
    font-size: 16px;
	font-weight: bold;
}

.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: 13px;
	height: 75px;
	width: 95%;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.3em;
}

.coursePrice {
	padding-top: 0; 
	vertical-align: top;
}
.coursePrice div {
	text-align: center; 
	margin-top: 10px;
}
.coursePrice div.first {
	margin-top: 50px;
}

.detailBtn1 {
    background-color: #070449;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    text-align: center;
    padding: 0;
    border: 1px solid black;
    border-radius: 10px;
}

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;
}



.pagination{
    justify-content: center;
}

.pagination li{
    width: fit-content;
    background-color: #14247e;
    padding: 5px 10px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
}

.pagination li.active{
    background-color: #d8deff;
    color: #000;
}
#contentTitle{
    text-align: center;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
}
#searchForm{
    width: 70%;
    margin-left: 5%;
    padding: 5px;
}
.courseText{
    width: 70%;
    margin-left: 5%;
    padding: 5px;
}







/*=================================================================================================
**  리스트 디자인 리뉴얼로 새로 추가 
**-----------------------------------------------------------------------------------------------*/


/* 페이징::: 마리홈에서 발췌 2024-03-07 */
.print_page {
    display: inline-block;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    min-height: 50px;
    text-align: center;
}
.pagination.skin3 {
    min-height: 50px;
    line-height: 50px;
}
.pagination {
    font-size: 14px;
    font-family: sans-serif, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕";
    text-align: center;
    user-select: none;
    height: 100%;
}
/* 스킨3 : 라운드 버튼 형태*/
/*=================================================================================================
* 게시판 페이징 : 시작
*------------------------------------------------------------------------------------------------*/
/* 기본 스킨 : 바둑판과 같은 1줄 띄 모양 */
.pagination{ font-size:14px;font-family:sans-serif,"Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕";text-align:center;user-select: none;height:100%;}
.pagination .paging{min-width:31px;min-height:23px;height:28px;padding:0;display:inline-block; border:1px solid #ccc;border-right:none;/*background: #fff;*/}
.pagination .paging:last-child{min-width:30px;border:1px solid #ccc;}
.pagination a{display:inline-block;width:100%;height:100%; padding:0px;text-decoration:none;line-height:28px;}
.pagination .first, .pagination .pre, .pagination .nxt, .pagination .end{/*display:inline-block;*/display:inline-table;overflow:hidden;position: relative;/*top:10px;*/z-index:1;height:28px;text-indent:-100px;line-height:28px} 
.pagination .now {position: relative;z-index: 1;min-width:20px !important;padding:2px 8px;font-weight: normal;text-shadow:1px 1px 0.3px #9e9e9e;background:#e7e7e7;color: #ff0000;height:24px;line-height:24px;display: inline-block;}
.pagination .first::after, .pagination .pre::after, .pagination .nxt::after, .pagination .end::after{position:absolute;top:0;left:0; z-index:2;height: 100%;width: 100%;min-height:23px; content:" ";} 
.pagination .paging.first.not-allowed,.pagination .paging.pre.not-allowed,.pagination .paging.nxt.not-allowed,.pagination .paging.end.not-allowed {
cursor:not-allowed;}

.pagination.skin3 .paging.first.not-allowed, 
.pagination.skin3 .paging.pre.not-allowed, 
.pagination.skin3 .paging.nxt.not-allowed, 
.pagination.skin3 .paging.end.not-allowed {
    cursor: not-allowed;
    background-image: linear-gradient(to bottom, #f2f2f2 3%, #c3c3c3 130%) !important;
    box-shadow:0rem 3px 10px -5px #929292;
}

.pagination .first::after{background:url('/assets/image/pg_first_off.gif') center no-repeat;}
.pagination .pre::after{background:url('/assets/image/pre_pg_off.gif') center no-repeat;}
.pagination .nxt::after{background:url('/assets/image/next_pg_off.gif') center no-repeat;}
.pagination .end::after{background:url('/assets/image/pg_end_off.gif') center no-repeat;}
.pagination .first a, .pagination .pre a, .pagination .now a, .pagination .nxt a, .pagination .end a{position: relative;top:0;left:50px;z-index:3;padding:0;}
.pagination .first a:hover{cursor:pointer;background:#eee url('/assets/image/pg_first_on.gif') center no-repeat;}
.pagination .pre a:hover{cursor:pointer;background:#eee url('/assets/image/pre_pg_on.gif') center no-repeat;}
.pagination .nxt a:hover{cursor:pointer;background:#eee url('/assets/image/next_pg_on.gif') center no-repeat;}
.pagination .end a:hover{cursor:pointer;background:#eee url('/assets/image/pg_end_on.gif') center no-repeat;}
.pagination a:hover{cursor:pointer;background:#eee }


.pagination.skin3{min-height:50px;line-height:50px;}
.skin3 .paging{font-size:12px;margin:0 2px;border:1px solid #ccc;border-radius:50%;min-width:28px;min-height:28px;height: 23px;line-height: 28px;text-indent:0px}
.skin3 .paging:last-child{min-width:27px}
.skin3 span{display: inline-block;border: solid 1px #c3c3c3;background-image: linear-gradient(to bottom, #f2f2f2 3%, #c3c3c3 130%) !important;box-shadow:0rem 3px 10px -5px #929292;}
.skin3 .now {min-width:28px !important;min-height: 28px;padding:0px 4px;display: inline-block;border: solid 1px #ffd490;background-image: linear-gradient(to bottom, #f9ff86 3%, #ff9800 130%) !important;box-shadow:0rem 3px 10px -5px #2f2f2f;line-height:28px;}
.skin3 a{padding:0px;width:100% ; height:100%;line-height:28px;}
.skin3 .first, .skin3 .pre,.skin3 .nxt,.skin3 .end{border: solid 1px #a99afc !important;background-image: linear-gradient(to bottom, #f1f1f1 3%, #8f8ff7 130%) !important;box-shadow: 0rem 3px 10px -5px #2f2f2f;  


text-indent: -100px;}
.skin3 a:hover {display: inline-block;border-radius:50%;background-image: linear-gradient(to bottom, #f9ff86 3%, #ff9800 130%);box-shadow:0rem 3px 10px -5px #2f2f2f;}
.skin3 .first a:hover{background-image:url('/assets/image/pg_first_on.gif'), linear-gradient(to bottom, #f9ff86 3%, #ff9800 130%);}
.skin3 .pre a:hover{background-image:url('/assets/image/pre_pg_on.gif'), linear-gradient(to bottom, #f9ff86 3%, #ff9800 130%);}
.skin3 .nxt a:hover{background-image:url('/assets/image/next_pg_on.gif'), linear-gradient(to bottom, #f9ff86 3%, #ff9800 130%);}
.skin3 .end a:hover{background-image:url('/assets/image/pg_end_on.gif'), linear-gradient(to bottom, #f9ff86 3%, #ff9800 130%);}

.print_page{margin:0px;padding:20px;width:326px;text-align:center;}
 

/* mobile_mcourse_list_new :: 2024-03-07 */



.list_main{display:block;margin:0px;padding:0px;width:100%;height:auto;min-height:550px;}
.list_head{position:relative;display:block;margin:0px 0px 5px 0px;padding:0px;width:100%;
height:auto;height:250px; background-color:#fff;
box-shadow:0 0 1px rgba(0, 0, 0, 0.125), 0 3px 3px rgba(0, 0, 0, 0.2)}
.list_head .bg_outer{width:100%;height:250px;overflow:hidden;}
.list_head6 .bg5{}
.list_head .search_div{position: absolute;top:85px;left: 15%;display: block;margin: 0px;padding: 0px;width: 70%;height: 40px;border-radius: 10px;border: 1px solid #36acff;overflow: hidden;}
.list_head .search_div .bg_pannel3{position: absolute;top: 0px;left: 0px;z-index: 1;width: 100%;height: 100%;background: #333;opacity: 0.5;}
.list_head .search_in{position: absolute;top: 0px;left: 0px;z-index:2;width:100%;height:100%;  }

.courseText2{margin:3px;padding:2px 5px;width:calc(100% - 55px);height:calc(100% - 6px);text-align:center;border-radius:5px;color:#333;}
.course_search_btn2{position: absolute;top: 8px;right: 15px;z-index: 1;font-size: 23px;color: #fff !important;}
.list_head .list_title{position: absolute;top:170px;left: 0px;display:block;margin:0px;padding:20px;width: 100%;height: 40px;font-size: 32px;font-weight: bold;color: #fff;line-height: 25px;text-align: right;} 
.list_body{width:100%;height:auto;}
.list_body div:nth-child(0){border-top:1px solid #ccc;}
.list_foot{width:100%;height:100px;background:#fff;text-align:center;}
.list_row{display:inline-block;margin:0px 5px;padding:10px 0px;width:calc(100% - 10px);height:auto;min-height:130px;background:#fcfcfc;border-bottom:1px solid #ccc;}
.info_div_left{float:left;display: grid;margin:0 5px 0 0;width:calc(45% - 5px);min-height:110px;}
.info_div_right{float:right;width:55%;min-height:110px;font-size:13px;line-height:17px;}
.info_div_left a{display:inline-block;margin:0;padding:3px;width:calc(100% - 6px);height:calc(100% - 6px);border-radius:10px;border:1px solid #ccc;}
.info_div_left img{width:100%;height:100%;border-radius:10px;}
.info_div_right .info_title{margin:0;padding:5px 0 5px 0;min-height:50px;font-weight:bold;font-size:15px;line-height:20px;}
.info_div_right p{margin:10px 0 0 0;line-height:25px;}
.list_body .icon{float:left;display:inline-block;margin:2px 3px;padding:1px 5px;text-align:center;letter-spacing:2px;border-radius:5px;height:23px;width:90px;overflow:hidden}
.bg1{color:#fff;background-color:#0B3B0B;font-size:10px;}
.bg2{color:#fff;background-color:#17a8cc;font-size:10px;letter-spacing:0.8px !important;}
.bg3{color:#fff;background-color:#808cff;font-size:10px;}
.bg4{color:#fff;background-color:#ff9933;font-size:10px;}


.pagination{margin:10px 0 0 0;height:30px;}