@charset "utf-8";

/* 기본 CSS */
/* PC용 CSS */

.sub_section {
    margin: 0px auto;
    text-align: center;
}

.sub_section2 {
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}

.sub_section img {
    width: 1160px;
}

.sub_section2 img {
    width: 1160px;
}


/****************************************************************/
/* 모바일 CSS */
@media all and (max-width:768px){

	.sub_section img {
	    width: 100%;
	}

	.sub_section2 img {
	    width: 100%;
	}

}


/****************************************************************/
/* 태블릿용 CSS */
@media all and (min-width:769px) and (max-width:1024px){

	.sub_section img {
	    width: 100%;
	}

	.sub_section2 img {
	    width: 100%;
	}

}



