@charset 'utf-8';
/*=================================================================================
* error
=================================================================================*/
.error {position:relative; display: flex; height: 100%; justify-content: center; align-items: center; padding: 0 5% 10% 5%;}
.error .inner{padding:177px 0 0 0; background:url('../images/error/error_img01.gif') 50% 49px no-repeat; text-align:center;}
.error .inner h3 {color:#0667c5; font-size:18px; font-weight:bold; margin-bottom:20px;}
.error .inner p {font-size:14px; color:#2d343c; line-height:24px;}
.error .inner .time {font-weight:bold; margin-top:15px;}
.error .inner .btn {margin-top:15px;}
.error.file .inner{padding:160px 0 0 0; background:url('../images/error/error_img02.gif') 50% 49px no-repeat;}