/* =================================================================== file name  : misc.css
=================================================================== */
.con-misc .box-misc { max-width: 1280px; margin-left: auto; margin-right: auto; width: calc(100% - 40px); }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-misc .box-misc { max-width: none; width: 94%; } }
@media only screen and (max-width: 767px) { .con-misc .box-misc { max-width: none; width: 89.7%; } }

/*Animate */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con-misc { background-color: #F8F8F8; padding: 100px 0 150px; }
@media only screen and (max-width: 767px) { .con-misc { padding: 40px 0 80px; } }
.con-misc .box-misc .button-basic { margin-top: 40px; }
