/*Common :: 공통*/
img {
	max-width: 100%;
}
/*subject*/
#subject .subject_tit h3 {
	font-weight: 500;
    font-size: 24px;
}
#subject .subject_tit h4 {
	font-size: 17px;
}
#subject .subject_con_wrp h5 {
	font-size: 17px;
    margin-bottom: 10px;
}
#subject .subject_con_wrp ul li {
	position: relative;
    font-size: 17px;
    color: #333;
    padding: 3px 0;
    padding-left: 13px;
}
#subject .subject_con_wrp ul li:before {
	content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f3b919;
    top: 12px;
    left: 0;
}
@media (max-width:768px){	
	#subject .subject_tit h3 {
		font-size: 18px;
	}
	#subject .subject_tit h3 img {
		width: 15px;
	}
	#subject .subject_tit h4 {
		font-size: 13px;
   		line-height: 20px;
	}
	#subject .subject_con_wrp h5 {
		font-size: 15px;
   		line-height: 20px;
	}
	#subject .subject_con_wrp ul li {
		font-size: 13px;
		line-height: 20px;
	}
}