/*subtitle*/
#contents .subtitle_wrap{ background:#fafaf9; }
#contents .subtitle_wrap .subtitle{}

/*subcon*/
#contents .subcon_wrap{}
#contents .subcon{ width:1100px; margin:100px auto;}
#contents .subcon h3{ text-align:center; color:#1d8667; font-weight:400; font-size:36px;}
#contents .subcon p{ text-align:center; }


/*----------------------------------------------------------*/
/* 일반 pc */
@media screen and (max-width:1280px) {
	/*subcon*/
	#contents .subcon{ width:90%; margin:50px auto 100px; padding:0 5%;}

}

/* 테블릿 */
@media screen and (max-width:1024px) {
}

/* 소형 테블릿 */
@media screen and (max-width:768px) {

}

/* 모바일 */
@media screen and (max-width:640px) {

}

/* 최소 사이즈 처리 */
@media screen and (max-width:480px) {
    #wrap { min-width:320px; }
}