@charset "utf-8";
@import url('font.css');

/*/* ========= RESET CSS =========== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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;
	font-family:'aritadm', sans-serif;
	vertical-align: baseline;
	color:#151515;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 18px
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none
}
table {
	table-layout:fixed;
	border-collapse: collapse;
	border-spacing: 0;
	word-wrap:break-word
}
table caption{overflow:hidden;width:0;height:0;font-size:0;line-height:0;visibility:hidden;}
input, input[type="text"], input[type="email"],
input[type="password"], select, select option{}
input[type="text"]::-ms-clear, input[type="email"]::-ms-clear,
input[type="password"]::-ms-clear{display:none !important;}
textarea{resize:none !important;font-size:12px;color:#555;} /* textarea 크기 조정 막음 */

html,body{width:100%;height:100%;}
.korean{font-family:"aritadsb", "맑은 고딕", "Malgun Gothic", "돋움", Dotum, sans-serif;}
.english{font-family:"Roboto", "Noto Sans KR", sans-serif;}

#wrap{position:relative; width:100%; min-width:1250px; height:100%;}
#header{z-index:999; position:fixed; width:100%; top:0; left:0;}
#footer{clear:both;position:fixed;bottom:0;left:0;width:100%;height:70px;padding-top:24px;background:#111213; text-align:center; font-size:0.75em; font-weight:400; font-style:italic; color:#525456; letter-spacing:0.05em;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#container{overflow:hidden;clear:both;position:relative;width:100%;height:100vh;}


