@CHARSET "UTF-8";
/*Copyright ©2016 LG CNS, All Rights Reserved.*/

/* HTML(Common) Elements
---------------------------------------------------------*/
* { margin: 0; padding: 0; box-sizing: border-box; }
@font-face {
 font-family: "LGSmHaSB";
 src: url('../fonts/LGSmHaSB.eot');
 src: url('../fonts/LGSmHaSB.eot?') format('eot'), url('../fonts/LGSmHaSB.woff') format('woff'), url('../fonts/LGSmHaSB.ttf') format('truetype');
}
html { height: 100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; font-size: 10px; }
body { position: relative; min-width: 1280px; height: 100%; min-height: 800px; background: #f9f9f9; overflow-y: hidden; padding: 0px; margin: 0px; font-family: "Malgun Gothic", sans-serif; font-size:12px; }
ol, ul { margin: 0; list-style: none; }
a { text-decoration: none; cursor: pointer; color: #00c9bd; margin:0; padding:0; }
a:hover { color:#008880; }
a:focus, a:hover { text-decoration: none; }
button { border: none; cursor: pointer; }

/* error page layout */
#page-container { min-width: auto; min-height: auto; overflow-y: auto; }
#wrapper { width: 100%; height: 100%; }    
#error-page { width: 100%; height: 100%; background-color: #f8f8f8; }
#error-box { display: inline-block; position: relative; top: 45%; left: 50%; width: 580px; height: 320px; margin-top: -160px; margin-left: -290px; border-top: 2px solid #4d5762; background-color: #fff; text-align: center; }
#error-box img { margin-top: 47px; }
#error-box h2 { margin-bottom: 40px; font-family: "LGSmHaSB"; font-size: 2.0rem; color: #454545; }
#error-box p { line-height: 1.8rem; font-size: 1.2rem; color: #202020; }
#error-box p + p { margin-top: 18px; }