@charset "utf-8";
@import url('reset.css');
@import url('sub.css');

@font-face {    
 font-family: 'NanumGothic';    
 src: url('../fonts/NanumGothic.eot'); /* IE9 Compat Modes */    
 src: url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */        
 url('../fonts/NanumGothic.woff') format('woff'), /* Modern Browsers */        
 url('../fonts/NanumGothic.ttf')  format('truetype'), /* Safari, Android, iOS */        
 url('../fonts/NanumGothic.svg#svgMothnnaFont') format('svg'); /* Legacy iOS */
}

.wrapper {max-width:60.2em;margin:0 auto;}
article, aside, hgroup, header, footer, figure, figcaption, nav, section {display: block;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, address, big, cite, code, del, dfn, em, font, img, ins,q, s, samp, small, strike, 
strong, sub, sup, tt, var, b,u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none 0; }
body{background:#fbf6e7;}
html, body { width:100%; height:100%;}
body {min-width:1200px;}
body, input, button, textarea,table, td { font-size:12px; line-height:1.5em; font-family:'NanumGothic', 'Lato', sans-serif, Verdana, "돋움", Dotum, Helvetica, AppleGothic; color:#444;}
h1, h2, h3, h4, h5, h6 {font-size:12px; text-align:left;}
img, fieldset, iframe {border:0 none;}
table, div {border-collapse: collapse;}
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
ul, li, ol { list-style-type: none;}
/*
ul{font-size:0px;}
*/
legend,  caption { display: none; }
hr { border-collapse:collapse; display:none; }
strong{font-weight:bold;}
img{border:0;}
a {
	color: #555;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: #000;
}
/*구분선*/
hr{display:none;}
