@charset "UTF-8";

*, *:after, *:before {margin:0; padding:0; box-sizing:border-box;}
html {height:100%;}
body {font-family:sans-serif; color:#000; -webkit-text-size-adjust:none;}
img {border:0; outline:0; vertical-align:middle;}
ul, ol {list-style:none;}
em, address {font-style:normal; word-break:break-all;}
a {border:0; color:inherit; text-decoration:none; outline:0;}
a:visited, a:active, a:focus, a:hover {text-decoration:none;}
table {border-collapse:collapse;}
table th, table td {word-break:break-all;}
button, input, select, textarea {margin:0; font-family:sans-serif; font-size:100%; line-height:1.15; outline:none;}
button {border:0 none; background:transparent; cursor:pointer; text-transform:none;}
button::-moz-focus-inner {padding:0; border:0;}
textarea {overflow:auto; resize:none;}

/* HTML5 */
article, aside, details, figcaption, figure, footer, header, nav, section, main {display:block; margin:0;}

/* layout.css */
html {height:100%;}
body {height:100%; letter-spacing:-1px; font:10px/0.8 'NanumSquare', sans-serif; -webkit-font-smoothing:antialiased;}
#mask {z-index:100; display:none; position:fixed; left:0; top:0; width:100%; height:100%; opacity:0.7;}

label {cursor:pointer;}
input[type=text],
input[type=password] {width:100%; height:100%; vertical-align:middle;}

.wrapper {display:flex; display:-webkit-flex; width:100%; min-width:1200px; height:100%; margin-right:auto; margin-left:auto;}
.wrapper:after {content:''; display:block; clear:both;}

