@charset "utf-8";


/* error */
.error_wrap {width:100%;height:100%;display:table;background:#fff;}
.error_wrap .error {display:table-cell;background:#fff;vertical-align:middle;}
.error_wrap .error .box {width:640px;margin:0 auto;}
.error_wrap .error .tit_area {position:relative; margin: 120px 0 0;}
.error_wrap .error .tit_area .img {display:block;width:150px;height:140px; margin: 0 auto;}
.error_wrap .error .tit_area h1 {display:block;font-size:24px;color:#0e4e9f; text-align: center;}
.error_wrap .error .txt_area {background:#fff;text-align: center; line-height:1.5; font-size: 16px; color:#666; margin-top: 15px;}
.error_wrap .error .btn_area {margin-top:40px;}
.error_wrap .error .btn_area a {display:block;width:160px;height:45px;margin:0 auto;text-align:center;font-size:16px;color:#fff;background:#0e4e9f;line-height:45px;}


/* 미디어쿼리 영역 */

@media (max-width:1151px){

	.error_wrap .error .box {width:auto;padding:0 15px;}
	.error_wrap .error .tit_area .img {margin:0 auto;}
	.error_wrap .error .tit_area h1 {position:static;text-align:center;}
    
}