@charset "utf-8";

@import url('common.css');

/* error */
#error {max-width:700px;margin:0 auto;padding-top:200px;}
#error h1 {position: static;top:auto;left:auto;font-size: 2.285714em;color: #ed1c24;}
#error p.txt {margin-top: 15px;font-size:1.428571em;color: #313131;line-height:35px;}
#error p.txt2 {margin-top: 10px;padding:20px 0 22px 20px;background: #f8f8f8;color: #707070;}
#error ul.ex {min-height:60px;margin-top: 35px;padding:6px 0 45px 117px;border-bottom: 2px solid #212121;background: url('../img/error_img_1.gif') 20px 0 no-repeat;}
#error ul.error400 {margin-top:30px;padding-top:1px;padding-bottom:43px;background-position: 20px 5px;}
#error ul.ex li {line-height: 1.785714em;color: #707070;}
#error p.copy {padding:40px 0 0 20px;font-size: 0.857142em;}

/* 점검 */
#inspection {max-width:700px;margin:0 auto;padding-top:200px;}
#inspection .box {height:233px;padding:30px 0 0 20px;border-bottom: 2px solid #212121;background: url('../img/inspection_bg_1.gif') 100% 0 no-repeat;}
#inspection h1 {position: static;top:auto;left:auto;font-size: 2.285714em;color: #ed1c24;}
#inspection .box .txt {margin-top: 40px;}
#inspection .detail {overflow: hidden;margin-top:10px;padding:20px 0 20px 20px;background: #f8f8f8;}
#inspection .detail dl {overflow: hidden;}
#inspection .detail dl > * {float: left;line-height: 1.785714em;}
#inspection .detail dl dt {font-weight: bold;color: #313131;}
#inspection .detail dl dd {margin-left: 5px;}
#inspection p.copy {padding:20px 0 0 20px;font-size: 0.857142em;}