@charset "utf-8";

@import url("fonts.css");

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* rest.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    box-sizing:border-box;
    font-family:'Nanum Gothic',sans-serif;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}
html, body {
    position:relative;
    width:1280px;
    /* height:752px; */
    height:100%;
    overflow: hidden;
}

body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link,a:visited,a:active,a:hover,a:focus {
    text-decoration:none;
    color:inherit;
    font:inherit;
}
html {
    overflow:hidden;
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
:focus {
    outline:0;
}
#container {
	position:absolute;
    top:0;
    left:0;
    width:1280px;
    /*height:800px;*/
    /* height:752px; */
    height:100%;
    outline:0px solid gray;
    overflow:hidden;
}
#footer{
    display: none;
    position:absolute;
    bottom:0;
    width:1280px;
    height:48px;
}


/* scrollbar */
::-webkit-scrollbar {
width:10px;
}
::-webkit-scrollbar-track {
background:#ddd5ca;

}
::-webkit-scrollbar-thumb {
background:#c7bfb4;
}
::-webkit-scrollbar-thumb:hover {
background:#ddd5ca;
}





#popup_write{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:200;
    display:none;
}
