@charset "utf-8";
html body{
	color: #454545;
}

.courseFirst{
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	margin: 15px auto 9px;
	line-height: 24px;
	width: 90%;
}

.toDetail{
	font-size: 14px;
	font-weight: 600;
	color: #454545;
    padding: 17px 0;
    text-decoration: underline;
    line-height: 23px;
}

.toDetailWrapper:nth-child(odd){
	background-color: #ededed;
}

.toDetailWrapper:nth-child(even){
	background-color: #fff;
}

#wrapper .toSchoolUrl{
	color:var(--mainColor);
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
    display: block;
    word-wrap: break-word;
    text-decoration: underline;
    line-height: 24px;
    }

#wrapper .toSchoolUrl:hover{
	opacity: .6;
}

.toSchoolTable{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.toSchoolTable td{
    border: 2px solid #ededed;
    padding: 10px 0;
	text-align: center;
	color: #454545;
	font-size: 15px;
	height: 45px;
}

.toSchoolTitle{
	font-size: 18px;
	font-weight: 600;
	color: var(--mainColor);
}

.toSchoolTable td:first-child{
	background-color: #f7f7f7;
	width: 84px;
}

.toSchoolTable td:not(:first-child){
		text-align: left;
	    padding: 11px 16px;
	    word-break: break-word;
}

.columnTitle{
	margin-top: 20px;
	font-size: 21px;
	background-color: var(--mainColor);
	color: #fff;
	font-weight: 600;
	padding: 60px 0;
}

.contentTitle{
	width: 100vw;
	padding: 10px 0;
	background-color: #f8ebeb;
}

.detailTxt{
    margin: 29px 0;
    font-size: 15px;
    line-height: 27px;
    overflow: hidden;
}

.detailTxt:last-child{
    margin-bottom: 50px;
}

.paraImg{
	display: block;
	}

.contentPara{
	font-size: 15px;
}

.contentImg{
	width: 100%;
	}

.contentPara-txt{
    line-height: 27px;
	margin-bottom: 29px;
}

.contentImg img{
	width: 100%;
}

.contentTitle{
    margin: 50px 0 14px;
}	
@media screen and (max-width: 599px) {

}

@media screen and (min-width:600px) and ( max-width:979px) {
	html .courseFirst{		
	    font-size: 19px;
	    line-height: 31px;
	    margin: 32px auto 26px;
    }
    
	.toDetail{
		padding: 12px 0;
	}
		
	.toSchoolTable td:first-child{
		width: 104px;
	}
	
	.toSchoolTable td:not(:first-child){
	    padding-left: 26px;
	}
	
	.paraImg{
		display: flex;
		justify-content: space-between;
		margin: 29px 0 50px;
	}
	
	
	.contentPara{
		flex-basis: 71%;
		font-size: 15px;
	}
	
	.contentImg{
		flex-basis: 26%;
	}
	
	.contentPara-txt{
	    line-height: 27px;
		margin-bottom: 29px;
	}
	
}

@media screen and (min-width: 980px) {
	html .courseFirst{
		font-size: 21px;
		margin: 48px auto 52px;
	
	}

	.toDetail{
		padding: 12px 0;
	}
		
	.toSchoolTable td:first-child{
		width: 104px;
	}
	
	.toSchoolTable td:not(:first-child){
	    padding-left: 26px;
	}
	
	.paraImg{
		display: flex;
		justify-content: space-between;
		margin: 29px 0 50px;
	}
	
	
	.contentPara{
		flex-basis: 71%;
		font-size: 15px;
	}
	
	.contentImg{
		flex-basis: 26%;
	}
	
	.contentPara-txt{
	    line-height: 27px;
		margin-bottom: 29px;
	}
	

		
}