@charset "utf-8";


/* RESET */
html, body, div, p, span, a,   
h1, h2, h3, h4, h5, h6, 
ul, ol, li, dl, dt, dd, 
table, caption, thead, tbody, tfoot, tr, th, td, 
form, blockquote {margin:0; padding:0;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

*{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
fieldset,img{margin:0; padding:0; border:0;}
ul{list-style:none;}
a{color:#333; text-decoration:none;}
table{border-collapse:collapse; border-spacing:0;}
hr{display:none;}

.clear{*zoom:1;}
.clear:after{content:" "; display:block; clear:both;}
.blind{position:absolute; left:-99999px;}
#wait{max-width:530px; width:100%; margin:0 auto; padding:100px 0;}
#wait img{width:100%; }


/* 본문프린터용 */
@media print {
#head, #visual, #sidebar, #body_foot, #foot, #wing, #fontsize { display: none; }
#container { background: #fff; }
body, #body { margin: 0; padding: 0; background: #fff; }
}