@charset "UTF-8";

h1#courseA,
h1#courseB, 
h1#edu{
    width: 100%;
    height: 200px;
    background: url('../imgs/main/003 교육과정.png') no-repeat center;
    margin: 0;
    padding: 0;
    background-size: cover;
    border-bottom: 1px solid #ccc;
}

h1#courseA img,
h1#courseB img,
h1#edu img{
    width: 100%;
    height: 230px;
}

h1 div {
    font-size: 65px;
    color: #fff;
    float: right;
    position: relative;
    top:115px;
    right: 10px;
}

.course_area .mobile-edu-header{
    display: none;
}
.course_area .box_inner{
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
}
.course_area article{
    float: right;
    width: 85%;
    padding: 20px;
    box-sizing: border-box;
}
.course_area article h4{
	display: none;	
}
.course_area article .edu-head-txt{
	display: none;	
}

.course_area article h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'NanumGothic', sans-serif;
    margin: 10px 0 30px ;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.sugang_area{
    margin: 50px 0;
}

/* 교육안내 */

.guide_h_img_wrap{
    width: 100%;
    margin:0 auto;
    padding:0 10px;
    box-sizing: border-box;
}
.article-wrap{
    width:100%;
    margin:0 auto;
    padding:0 10px;
    box-sizing: border-box;
}

/* hrd 수강신청 */
.article-wrap .course_hrd{
    width:60%;
    height: 74px;
    margin: 10px auto;    
}

.article-wrap .course_hrd a{
    display: block;
    width: 100%;
    height: 100%;    
    padding: 20px;
    box-sizing: border-box;        
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 37px;
}

.article-wrap .course_hrd img{
    position: relative;
    top: -7px;
    width:40px;
    height:40px;
}

.article-wrap .course_hrd .course_hrd_text{
    font-size: 1.8em;
    font-weight: bold;
}

.course_c{
    margin:10px;
    float:left;
    border:1px solid #a0a0a0;
    width: 31%;
    box-sizing: border-box;
    height: 350px;
}

.course_c:hover{
    cursor:pointer;
    border:1px solid #1D326C;
}
.course_c .course_title_wrap{
    width:100%;
}

.course_c_t{
    width:100%;
    border-collapse:collapse;
    background:rgba(255,255,255,1);
}

.course_c_h{
    margin:0;
    padding:0;
    height:60px;
}

.course_c_ing{
    width:90px;
    margin-left:10px;
    vertical-align:bottom;
}

.course_c_ing_span{
    padding:8px 10px;
    background:rgba(255,94,0,1);
    border-radius:20px;
    color:white;
    font-weight:bold;
    font-size:0.9em;
}
.course_c_com_span{
    padding:8px 8px;
    background:rgba(200,200,200,1);
    border-radius:20px;
    color:white;
    font-size:0.9em;
    font-weight:bold;
}

.course_c_d{
    font-size:20px;
    font-weight:bold;
    width:90px;
    height:60px;
    text-align:right;
    vertical-align:middle;
    padding:0 10px 0 0;
}
.course_c_d span{
    width:90px;
}

.course_c_c{
    padding:0 5px;
    font-size:2em;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    width:50px;
    height:50px;
    color:#fff;
    background:rgba(0,0,0,0.8);
}

.small{
    font-size: 30px;
}

.course_t_n{
    
}
.course_t_n_span{
    text-align:center;
    vertical-align:middle;
    height:50px;
    font-weight:bold;
    color: #00f;
    font-size: 1.1em;
}

.course_t_t{
}
.course_t_t_span{
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    font-size:1.2em;    
    height:50px;
}
.course_t_t_span_tType{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
}

.course_c .course_c_wrap{
    background:rgba(0,0,0,0.7);
    padding: 20px 10px;
    width:100%;
    box-sizing: border-box;
    height: 100%;
}
.course_c .course_c_wrap table{
    width:100%;
    box-sizing: border-box;
}
.course_c_text_wrap{
    width:100%;
    height:15px;
    font-size:12px;
    text-align:left;
    color:white;
    box-sizing: border-box;
}

.course_c_text1{
    font-size: 1.2em;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}

.course_c_text2{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    word-wrap:normal;
    
    display:block;
    text-align:left;
    font-size: 1.2em;
    padding: 5px;
    box-sizing: border-box;
    width: 220px;
}

.course_c_wrap .course_c_text_card{
    text-align:left;
    padding-top:10px;
    padding-left: 10px;
    font-size: 1.1em;
}

.mr{
    margin-right:0;
}

.zero{
    color:#a0a0a0;
}

.course_c_text_title{
    letter-spacing:1px;
}


/*과정 css 수정*/
.course-outline{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	box-sizing: border-box;
	margin: 5px auto;
	margin-left: 15px;
}

.course-wrap:hover{
	cursor: default;	
}

.course-wrap{
	width: 300px;
	height: 420px;
	padding: 10px;
	border: 2px solid #6d65ff;
	border-radius: 15px;
}

.course-wrap .course-img-wrap{
	width: 100%;
	height: 150px;
}

.course-img-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.course-wrap .course-text-wrap{
	width: 100%;
	height: 230px;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}

.course-text-wrap .course-list-title{
	margin-top: 20px;
	margin-bottom: 25px;
	width: 100%;
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-text-wrap .course-list-item{
	margin: 0;
	font-size: 15px;
}

.course-text-wrap .course-incentive-wrap{
	margin-top: 20px;
}

.course-text-wrap .course-incentive-wrap p{
	margin-top: 10px;
	font-size: 15px;
}

.course-text-wrap img{
	width: 25px;
	height: 25px;
}

.course-btn-wrap{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}

.course-btn-wrap button{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #6d65ff;
	width: 150px;
	height: 30px;
	border-style: none;
	border-radius: 10px;
}

.course-btn-wrap button:hover{
	cursor: pointer;
	filter: brightness(1.1);
}

/*교육일정*/
.recruit table{
	width:100%;
	border-collapse:collapse;
}

.recruit table tr{
	width:100%;	
}

.recruit table tr th{
	text-align:center;
	color:#333;
	font-size:1.1em;
	padding:10px;
	height:40px;
	font-family:NanumGothicBold;
	border-top:2px solid #a0a0a0;
    border-bottom:1px solid #a0a0a0;
	background-color:#eee;
}

.recruit table tr td{
	text-align:center;
	color:#333;
	font-size:1em;
	padding:10px;
	height:40px;
	font-family:NanumGothicBold;
	border-bottom:1px dotted #a0a0a0;
}

.recruit table tr td:hover{
	cursor:pointer;
}

.recruit table tr .recruit_title{
	font-size:1em;
	color:black;
	font-family:NanumGothicBold;
}

.recruit table tr td .course_c_ing_span{
	padding:5px;
	font-size:0.85em;
	background-color:red;
	border-radius:5px;
	color:white;
}

.recruit table tr td .course_c_com_span{
	padding:5px;
	font-size:0.85em;
	background-color:#808080;
	border-radius:5px;
	color:white;
}

.recruit table tr td:last-child{
	width:10%;
}


/*교육활동*/
.facilities-wrap{
	width:100%;
}

.facilities-img-wrap{
	width:30%;
	height:200px;
	border:1px solid #a1a1a1;
	margin:10px;
	float:left;
	overflow:hidden;
}

.facilities-img-wrap:hover{
	cursor:pointer;
}

.facilities-img{
	width:100%;
	height:200px;
}

.facilities-img:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transition: transform .35s;  
	-webkit-transition: transform .35s;
	-moz-transition: transform .35s;
	-o-transition: transform .35s;
}

.facilities-span-wrap{
	width:100%;
	height:35px;
	line-height:35px;
	background:rgba(28,50,109,0.6);
	position:relative;
	z-index:1;
	margin-top:-35px;
	text-align:center;
}

.facilities-span{
	color:#fff;
	font-size:13px;
	font-weight:bold;	
}

@media all and (max-width:1065px) and (min-width:801px){
    
    aside{
        display: none;
    }
    
    h1#courseA,
	h1#courseB, 
	h1#edu{
		height: 160px;
	}
	
	.course-outline{
		gap: 30px;
		justify-content: center;
		margin: 0 auto;
	}
	
	.course-wrap{
		width: 300px;
		height: 420px;
		box-sizing: border-box;
	}
	
	.course-incentive-wrap p{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}


    .course_area .box_inner{
        width: 100%;
    }
    .course_area article{
        width: 100%;
        padding: 0;
    }
    .course_area article h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-family: 'NanumGothic', sans-serif;
        margin: 10px 0 30px ;
        border-bottom: 1px solid #ccc;
        padding: 10px 0 10px 10px;
    }

    .sugang_area{
        margin: 50px 0;
    }
    
    /* 교육안내 */
    .article-wrap{
        width:70%;
        margin:0;
        box-sizing: border-box;
    }

    .course_c{
        margin:10px 0;
        float:none;
        border:1px solid #a0a0a0;

        width: 100%;
        box-sizing: border-box;
        clear: both;
    }

    .course_c:hover{
        cursor:pointer;
        border:1px solid #1D326C;
    }
    .course_c .course_title_wrap{
        width:100%;
    }

    .course_c_t{
        width:100%;
        border-collapse:collapse;
        background:rgba(255,255,255,1);
    }

    .course_c_h{
        margin:0;
        padding:0;
        height:60px;
    }

    .course_c_ing{
        width:90px;
        margin-left:10px;
        vertical-align:bottom;
    }

    .course_c_ing_span{
        padding:8px 20px;
        background:rgba(255,94,0,1);
        border-radius:20px;
        color:white;
        font-weight:bold;
        font-size:17px;
    }
    .course_c_com_span{
        padding:8px 12px;
        background:rgba(200,200,200,1);
        border-radius:20px;
        color:white;
        font-size:15px;
        font-weight:bold;
    }

    .course_c_d{
        font-size:20px;
        font-weight:bold;
        width:90px;
        height:60px;
        text-align:right;
        vertical-align:middle;
        padding:0 10px 0 0;
    }
    .course_c_d span{
        width:90px;
    }

    .course_c_c{
        padding:0;
        font-size:35px;
        text-align:center;
        vertical-align:middle;
        font-weight:bold;
        width:60px;
        height:60px;
        color:#fff;
        background:rgba(0,0,0,0.8);
    }

    .small{
        font-size: 30px;
    }

    .course_t_n{

    }
    .course_t_n_span{
        text-align:center;
        vertical-align:middle;
        height:40px;
        font-weight:bold;

    }

    .course_t_t{
    }
    .course_t_t_span{
        text-align:center;
        vertical-align:middle;
        font-weight:bold;
        font-size:17px;    
        height:40px;
    }
    .course_t_t_span_tType{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal;
        display: block;
    }

    .course_c .course_c_wrap{
        background:rgba(0,0,0,0.7);
        padding: 20px 10px;
        width:100%;
        box-sizing: border-box;
    }
    .course_c .course_c_wrap table{
        width:100%;
        box-sizing: border-box;
    }
    .course_c_text_wrap{
        width:100%;
        height:15px;
        font-size:12px;
        text-align:left;
        color:white;
        box-sizing: border-box;
    }

    .course_c_text1{
        font-size: 1.2em;
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
    }

    .course_c_text2{
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        word-wrap:normal;

        display:block;
        text-align:left;
        font-size: 1.2em;
        padding: 5px;
        box-sizing: border-box;
/*        태블릿수정*/
        width: 400px;
    }

    .course_c_wrap .course_c_text_card{
        text-align:left;
        padding-top:10px;
        padding-left:15px;
        font-size: 1.1em;
    }

    .mr{
        margin-right:0;
    }

    .zero{
        color:#a0a0a0;
    }
    
    
    /*교육일정*/
    .recruit table{
        width:100%;
        border-collapse:collapse;
    }

    .recruit table tr{
        width:100%;	
    }

    .recruit table tr th{
        text-align:center;
        color:#333;
        font-size:1em;
        padding:10px;
        height:40px;
        font-family:NanumGothicBold;
        border-top:2px solid #a0a0a0;
        background-color:#eee;
    }

    .recruit table tr td{
        text-align:center;
        color:#333;
        font-size:1em;
        padding:10px;
        height:40px;
        font-family:NanumGothicBold;
        border-bottom:1px dotted #a0a0a0;
    }

    .recruit table tr td:hover{
        cursor:pointer;
    }
    
    .recruit table tr td:nth-child(1){
       
    }
    .recruit table tr td:nth-child(2){
    }    
    
    .recruit table tr th:nth-child(3){
        display: none;
    }
    .recruit table tr td:nth-child(3){
        display: none;
    }
    
    .recruit table tr td:nth-child(4){
        width: 25%;
    }

    .recruit table tr .recruit_title{
        font-size:1em;
        color:black;
        font-family:NanumGothicBold;
    }

    .recruit table tr td .course_c_ing_span{
        padding:5px;
        font-size:0.85em;
        background-color:red;
        border-radius:5px;
        color:white;
    }

    .recruit table tr td .course_c_com_span{
        padding:5px;
        font-size:0.85em;
        background-color:#808080;
        border-radius:5px;
        color:white;
    }
    
    
    /*교육활동*/
    .facilities-wrap{
        width:100%;
    }

    .facilities-img-wrap{
        width:30%;
        height:200px;
        border:1px solid #a1a1a1;
        margin:10px;
        float:left;
        overflow:hidden;
    }

    .facilities-img-wrap:hover{
        cursor:pointer;
    }

    .facilities-img{
        width:100%;
        height:200px;
    }

    .facilities-img:hover{
        transform:scale(1.1);
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -o-transform:scale(1.1);
        transition: transform .35s;  
        -webkit-transition: transform .35s;
        -moz-transition: transform .35s;
        -o-transition: transform .35s;
    }

    .facilities-span-wrap{
        width:100%;
        height:35px;
        line-height:35px;
        background:rgba(28,50,109,0.6);
        position:relative;
        z-index:1;
        margin-top:-35px;
        text-align:center;
    }

    .facilities-span{
        color:#fff;
        font-size:13px;
        font-weight:bold;	
    }
    
    
}

@media all and (max-width:800px) {
    
    aside{
        display: none;
    }
    
    .header_background {
		position: fixed;
		top: 0;
        height: 80px;
        width: 100%;
        background:rgba(14,16,118,0.9);
        z-index: -10;
        box-sizing: border-box;
    }

    h1#courseA{
        width: 100%;
        height: 300px;
        background: url('../imgs/course/courseA/001.png') no-repeat center;
        background-size: cover;
        margin: 0;
	    padding: 0;
        border-bottom: 1px solid #ccc;
    }
    
    h1#courseB{
        width: 100%;
        height: 300px;
        background: url('../imgs/course/courseB/002.png') no-repeat center;
        background-size: cover;
        margin: 0;
	    padding: 0;
        border-bottom: 1px solid #ccc;
    }
    
	h1#edu {
	    width: 100%;
	    height: 300px;
	    background: url('../imgs/course/edu/006.png') no-repeat center;
	    margin: 0;
	    padding: 0;
	    background-size: cover;
	    border-bottom: 1px solid #ccc;
	}
	
	.course_area article h2.border-none {
	    border-style: none;
	    font-weight: bold;
	    margin-left: 20px;
	}
	.course_area article h4{
		display: block;
		margin-left: 32px;
		margin-bottom: -18px;
		margin-top: 20px;
		font-weight: bold;
		color: #1d2b70;
	}

	.course_area .mobile-edu-header{
		display: block;
		margin-top: -130px;
		margin-bottom: 50px;
		color: #fff;
		padding-left: 10px;
	}
	
	.mobile-edu-header .header-txt-box .top-header-txt{
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.mobile-edu-header .header-txt-box .bottom-header-txt{
		width: 50%;
		word-break: keep-all;
        overflow-wrap: break-word;
        line-height: 20px;
	}
	
	.mobile-edu-header.course .header-txt-box .bottom-header-txt{
		width: 100%;
		word-break: keep-all;
        overflow-wrap: break-word;
        margin-bottom: 3px;
	}
    .course_area .box_inner{
        width: 100%;
    }
    .course_area article{
        width: 100%;
        padding: 0;
    }
    .course_area article .edu-head-txt{
    	display: block;
    	margin-left: 10px;
    	margin-bottom: 30px;
    	font-weight: bold;
    	line-height: 35px;
    	word-spacing: 3px;
    }
    .course_area article .edu-head-txt div.normal{
    	font-size: 25px;
    	color: #1d2b70;
    }
    .course_area article .edu-head-txt div.big{
    	color: #777;
    	font-size: 28px;
    	font-weight: bolder;
    }
    .course_area article .edu-head-txt div.normal .colored,
    .course_area article .edu-head-txt div.big .colored{
    	color: #1d2b70;
    }
    .course_area article h2 {
        font-size: 23px;
        text-transform: uppercase;
        font-family: 'NanumGothic', sans-serif;
        margin: 10px 0 30px ;
        border-bottom: 1px solid #ccc;
        padding: 10px 0 10px 10px;
    }

    .sugang_area{
        margin: 50px 0;
    }
    

    /* 교육안내 */

    .article-wrap{
        width:100%;
        margin:0;
        box-sizing: border-box;
    }

    /* hrd 수강신청 */
    .article-wrap .course_hrd{
        width:100%;
        height: 70px;
        margin: 10px auto 20px;    
    }

    .article-wrap .course_hrd a{
        display: block;
        width: 100%;
        height: 100%;    
        padding: 20px 20px 16px 20px;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 37px;
    }

    .article-wrap .course_hrd img{
        position: relative;
        top: -7px;
        width:40px;
        height:40px;
    }

    .article-wrap .course_hrd .course_hrd_text{
        font-size: 1.5em;
        font-weight: bold;
    }
    .article-wrap .course_hrd .mobile_delete{
        display: none;
    }

    .course_c{
        margin:10px 0;
        float:none;
        border:1px solid #a0a0a0;

        width: 100%;
        box-sizing: border-box;
        clear: both;
    }

    .course_c:hover{
        cursor:pointer;
        border:1px solid #1D326C;
    }
    .course_c .course_title_wrap{
        width:100%;
    }

    .course_c_t{
        width:100%;
        border-collapse:collapse;
        background:rgba(255,255,255,1);
    }

    .course_c_h{
        margin:0;
        padding:0;
        height:60px;
    }

    .course_c_ing{
        width:90px;
        margin-left:10px;
        vertical-align:bottom;
    }

    .course_c_ing_span{
        padding:8px 20px;
        background:rgba(255,94,0,1);
        border-radius:20px;
        color:white;
        font-weight:bold;
        font-size:17px;
    }
    .course_c_com_span{
        padding:8px 12px;
        background:rgba(200,200,200,1);
        border-radius:20px;
        color:white;
        font-size:15px;
        font-weight:bold;
    }

    .course_c_d{
        font-size:20px;
        font-weight:bold;
        width:90px;
        height:60px;
        text-align:right;
        vertical-align:middle;
        padding:0 10px 0 0;
    }
    .course_c_d span{
        width:90px;
    }

    .course_c_c{
        padding:0;
        font-size:35px;
        text-align:center;
        vertical-align:middle;
        font-weight:bold;
        width:60px;
        height:60px;
        color:#fff;
        background:rgba(0,0,0,0.8);
    }

    .small{
        font-size: 30px;
    }

    .course_t_n{

    }
    .course_t_n_span{
        text-align:center;
        vertical-align:middle;
        height:50px;
        font-weight:bold;
        color: #00f;
        font-size: 1.1em;
    }

    .course_t_t{
    }
    .course_t_t_span{
        text-align:center;
        vertical-align:middle;
        font-weight:bold;
        font-size:1.2em;
        height:50px;
    }
    .course_t_t_span_tType{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal;
        display: block;
    }

    .course_c .course_c_wrap{
        background:rgba(0,0,0,0.7);
        padding: 20px 5px;
        width:100%;
        box-sizing: border-box;
    }
    .course_c .course_c_wrap table{
        width:100%;
        box-sizing: border-box;
    }
    .course_c_text_wrap{
        width:100%;
        height:15px;
        font-size:12px;
        text-align:center;
        color:white;
        box-sizing: border-box;
    }

    .course_c_text1{
        font-size: 1.2em;
        padding: 5px;
        box-sizing: border-box;
        width: 80px;
    }

    .course_c_text2{
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        word-wrap:normal;

        display:block;
        text-align:left;
        font-size: 1.2em;
        padding: 5px;
        box-sizing: border-box;
        width: 240px;
    }

    .course_c_wrap .course_c_text_card{
        text-align:left;
        padding-top:10px;
        padding-left:14px;
        font-size: 1.2em;
    }

    .mr{
        margin-right:0;
    }

    .zero{
        color:#a0a0a0;
    }

    .course-outline{
		margin: 0 auto;
	}
	
    /*교육일정*/
    .recruit table{
        width:100%;
        border-collapse:collapse;
    }

    .recruit table tr{
        width:100%;	
    }

    .recruit table tr th{
        text-align:center;
        color:#333;
        font-size:1em;
        padding:10px;
        height:40px;
        font-family:NanumGothicBold;
        border-top:2px solid #a0a0a0;
        background-color:#eee;
    }

    .recruit table tr td{
        text-align:center;
        color:#333;
        font-size:1em;
        padding:10px;
        height:40px;
        font-family:NanumGothicBold;
        border-bottom:1px dotted #a0a0a0;
    }

    .recruit table tr td:hover{
        cursor:pointer;
    }
    
    .recruit table tr td:nth-child(1){
        width: 47%;
        word-break: break-all;
    }
    .recruit table tr td:nth-child(2){
        width: 30%;
        word-break: break-all;
    }    
    
    .recruit table tr th:nth-child(3){
        display: none;
    }
    .recruit table tr td:nth-child(3){
        display: none;
    }
    
    .recruit table tr td:nth-child(4){
        width: 23%;
    }

    .recruit table tr .recruit_title{
        font-size:1em;
        color:black;
        font-family:NanumGothicBold;
    }

    .recruit table tr td .course_c_ing_span{
        padding:5px;
        font-size:0.85em;
        background-color:red;
        border-radius:5px;
        color:white;
    }

    .recruit table tr td .course_c_com_span{
        padding:5px;
        font-size:0.85em;
        background-color:#808080;
        border-radius:5px;
        color:white;
    }
    
    /*교육활동*/
    .facilities-wrap{
        width:100%;
        padding: 10px;
        box-sizing: border-box;
        
    }

    .facilities-img-wrap{
        width:100%;
        height:250px;
        margin: 10px 0;
        border:1px solid #a1a1a1;
        float:left;
        overflow:hidden;
        box-sizing: border-box;
    }

    .facilities-img-wrap:hover{
        cursor:pointer;
    }

    .facilities-img{
        width:100%;
        height:250px;
    }

    .facilities-img:hover{
        transform:scale(1.1);
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -o-transform:scale(1.1);
        transition: transform .35s;  
        -webkit-transition: transform .35s;
        -moz-transition: transform .35s;
        -o-transition: transform .35s;
    }

    .facilities-span-wrap{
        width:100%;
        height:40px;
        line-height:40px;
        background:rgba(28,50,109,0.7);
        position:relative;
        z-index:1;
        margin-top:-40px;
        text-align:center;
    }

    .facilities-span{
        color:#fff;
        font-size:1em;
        font-weight:bold;	
    }
    
    .guide_h_img_wrap{
	    padding:0;
	}
    
    .course .add-margin-top{
    	margin-top: 100px;
    }
}

/* 교육 일정 */
/* ================================
    전체 리스트 박스 
================================ */

.course-list-container {
    width: 90%;                
    max-width: 960px;         
    margin: 20px auto 0 auto;  
    padding: 10px 0;
    border: 2px solid #e5e5e5; 
    border-radius: 14px;       
    background: #fff;
    box-sizing: border-box;
    font-family: 'NanumSquare', sans-serif;
}

/* ================================
    과정 한 줄
================================ */
.course-item {
    position: relative;
    padding: 22px 24px;       
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #e5e5e5; 
    background: #fff;
}

/* 마지막 줄은 구분선 제거 */
.course-item:last-child {
    border-bottom: none !important;
}

/* ================================
    과정 제목
================================ */
.course-title {
    font-size: 22px;
    color: #111;
    line-height: 1.45;
    text-align: left !important;
    margin: 0;
    padding: 0;
}

/* ================================
    태그 묶음
================================ */
.course-tags {
    display: flex;
    flex-wrap: nowrap;       
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.course-tags2 {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 태그 + 날짜 묶음 */
.course-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

/* 태그 기본 */
.tag {
    padding: 6px 0;
    width: 90px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

/* 태그 색상 */
.tag.blue { background: #6C63FF; }        /* 전액국비 */
.tag.purple { background: #5757FF; }      /* K-디지털 */
.tag.red { background: #ff003e; }         /* 모집중 */
.tag.black { background: #162472; }       /* 모집완료 */
.tag.purple2 { background: #4343ff; }     /* 국가기간, 산대특 */
.tag.date {
    background: #304FFE;
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;   
    white-space: nowrap;    
    height: 14px;            
    line-height: 14px;
    width: 170px;       
}


/* ================================
    구분선(기존) → 이제 필요 없음
================================ */
.line {
    display: none;
}

/* ================================
    오른쪽 화살표
================================ */
.course-arrow {
    position: absolute;
    right: 20px;
    top: 50%;                       
    transform: translateY(-50%);    
    font-size: 24px;
    font-weight: 800;
    color: #444;
}

/* =========================================
   COURSE LIST MOBILE (리스트형)
========================================= */
@media (max-width: 768px){

  /* 전체 박스 제거 */
  .course-list-container{
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  /* 한 줄 아이템 */
  .course-item{
    padding: 16px 12px;
    border-bottom: 1px solid #e6e6e6;
    gap: 6px;
  }

  /* 제목 */
  .course-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  /* 태그 묶음 */
  .course-tags{
    flex-direction: row;
    justify-content: flex-start;
    gap: 6px;
  }

  .course-info-row{
    flex-wrap: wrap;
    gap: 6px;
  }

  /* 태그 크기 */
  .tag{
    width: auto;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 6px;
  }

  .tag.date{
    width: auto;
    padding: 4px 8px;
    font-size: 11px;
    height: auto;
    line-height: normal;
  }

  /* 화살표 */
  .course-arrow{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
  }
  
  .tag.blue { 
	background: #6C63FF;
  	width: auto;  
   }

}

@media (max-width: 370px){
	
	.course-wrap{
		width: 260px;
		height: 350px;
		box-sizing: border-box;
	}
	
	.course-text-wrap .course-incentive-wrap p{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 12px;
		margin: 5px 0;
	}	
	
	.course-outline{
		margin: 0 auto;
	}
	
	.course-wrap .course-img-wrap {
		height: 120px;
	}
	
	.course-text-wrap .course-list-title {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.course-text-wrap .course-list-item {
	    font-size: 12px;
	}
	
	.course-btn-wrap {
		height: 25px;
		line-height: 25px;
	}
	
	.course-btn-wrap button{
		font-size: 13px;
		height: 25px;
	}
	
	.course-text-wrap .course-incentive-wrap {
		margin-top: 15px;
	}
	
	.course_area article.course h4{
		font-size: 16px;
		margin-left: 20px;
	}
	
	.course_area article.course h2.border-none{
	    font-size: 20px !important;
	    margin-left: 10px;
	}
	
	.course_area article .edu-head-txt div.normal{
		font-size: 20px;
	}
	
	.course_area article .edu-head-txt div.big{
		font-size: 23px;
	} 
}