@charset "utf-8";

@import url(font.css);
@import url(common.css);
@import url(layout.css);

/* box sizing ie9 이상만사용
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/

html {margin:0; padding:0; border:0; font-size:100%; font-weight:normal; vertical-align:baseline; background:#efefef; }


body {font: 15px/1.4 'Nanum Gothic', '나눔 고딕', 'Dotum', 'applegothic', sans-serif !important; color:#222; letter-spacing:-0.7px; }

h1, h2, h3, h4, h5, h6 {margin:0; padding:0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p, button {margin:0; padding:0; -webkit-text-size-adjust: none; }
fieldset, img, abbr, acronym {border:0 none; }
img {vertical-align:top; }
legend {position:absolute; height:0; line-height:0; font-size:0; overflow:hidden; }
label, input, textarea, button, select {vertical-align:middle; }
select {display:inline-block; border:none; background:none;}
.select {display:inline-block; height:29px; padding:0px 15px; border:solid 1px #d8d8d8; background:#fff; line-height:29px; vertical-align:middle; }
address, caption, cite, code, dfn, em, var {font-style:normal; font-weight:normal; }
ol, ul {list-style:none; }
table {/*table-layout:fixed;*/ width:100%; border-collapse:collapse; border-spacing:0; }
caption, .hide {width:0; height:0; font-size:0; line-height:0; overflow:hidden; text-indent:-9999999px; }
option {vertical-align:middle;  padding:3px 0; } /* Firefox Fix */
hr {display: none; }
a {color:#222; text-decoration:none; cursor:pointer; _cursor:pointer; }

/* html5 */
header, footer, article, section, aside, details, figcaption, figure, hgroup, menu, nav {display:block; margin:0; padding:0;}
audio[controls], canvas, video { display:inline-block; *display:inline; *zoom:1; }

::selection {background:#a99381; color:#fff; text-shadow:none; }
::-moz-selection {background:#a99381; color:#fff; text-shadow:none; }
::-webkit-selection {background:#a99381; color:#fff; text-shadow:none; }




























