@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */
#contents_wrap {
	padding:0;
}
footer#global_footer {
	margin-top: 0 !important;
}

/* PC END ###################################################### */

@media screen and (max-width: 1200px){

/* #contents_wrap {
		padding: 0 20px 0;
} */

}
@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */




/* tablet END ###################################################### */



}
@media screen and (max-width: 480px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/* #contents_wrap {
		padding: 0 20px 0;
} */


/* smartphone END ################################################## */
}