@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:dotum;background:url('./img/bg.jpg') center;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:dotum}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:dotum;font-size:1em}
button {cursor:pointer}

textarea, select {font-family:dotum;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:underline}

#wrapper {margin:0 auto;width:1100px;z-index:0;}
.layer_wrap {position:fixed;display:none;padding:50px 0;left:0;top:0;z-index:1000;width:100%;height:100%;background-color:rgba(0,0,0,0.8);}
.layer_wrap .layer_inner {position:relative;display:block;margin:0 auto;width:704px;height:90%;background-color:#fff;}
.layer_wrap .layer_inner .layer_content {height:100%;overflow-y:scroll;text-align:center;}
.layer_wrap a {position:absolute;display:block;left:-15px;top:-15px;z-index:9999;}
