/* Common */
body {*word-break: break-all;-ms-word-break: break-all;letter-spacing: -0.5px;box-sizing: border-box;background:url(/images/cyberline/basic/login_bg.jpg) no-repeat top center;}
body, th, td, input, select, textarea, button {font-size: 14px;line-height: 180%;color: #555;}
a:link, a:active, a:visited {color: #555;text-decoration: none;border: 0px;}
a:hover, a:focus {color: #333;text-decoration: none;}
.color_black {color:#000;}

/* error page */
.error_box1 {width:950px;height:500px;display:table;border:1px solid #ccc;background:#f1f1f1 url(/images/cyberline/basic/error_bg.png) no-repeat right 116px;margin:90px auto 0 auto;}
.error_box_inner {width:480px;height:500px;padding-left:55px;display:table-cell;text-align:left;vertical-align:middle;}
.error_title {letter-spacing:-0.7px;font-family: 'Nanum Gothic ExtraBold';color:#0160ab;font-size:27px;line-height:36px;font-weight:bold;padding-bottom:20px;margin-bottom:20px;background:url(/images/cyberline/basic/error_title_bar.jpg) no-repeat bottom left;}
.error_content {font-family: 'Nanum Gothic Regular';font-size:16px;color:#555;line-height:28px;margin-bottom:30px;word-break:keep-all;}
a.error_btn {font-family: 'Nanum Gothic Bold';display:inline-block;padding:10px 33px 10px 15px;background:#0160ab url(/images/cyberline/basic/error_icon1.png) no-repeat 89% 14px;color:#fff;border-radius:3px;font-size:16px;font-weight:bold;}
.error_help {width:950px;height:70px;padding-left:50px;line-height:70px;background:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
.error_help_list dt {display:inline-block;color:#111;font-weight:bold;font-size:19px;padding:0 30px 0 25px;background:url(/images/cyberline/basic/error_icon2.png) no-repeat 0 45%;}
.error_help_list dd {display:inline-block;color:#555;font-size:16px;line-height:16px;padding-left:15px;border-left:1px solid #ccc;}