@charset "utf-8";

/* error */
body { background: #f7fff8; }
.error-wrap { position: relative; width: 1200px; height: 100%; margin: 0 auto; padding: 180px 0; text-align: center; }
.error-wrap .error-txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-60%); width: 100%; }
.error-wrap .error-txt img { width: 290px; height: 199px; color: #dee3eb; margin-bottom: 30px;}
.error-wrap .error-txt h2 { font-size: 30px; display: block; margin-bottom: 15px; color: #138059; font-weight: 400; }
.error-wrap .error-txt h2 .bold { font-weight: 600; }
.error-wrap .error-txt p { font-size: 17px; font-weight: 400; color: #6ab99d; display: block; line-height:30px; }