@charset "utf-8";

/*KoPub돋움체*/
@import url(http://cdn.jsdelivr.net/font-kopub/1.0/kopubdotum.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

a {text-decoration:none; color:#343434;}
address,em {font-style:normal;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

.hide {
    display: inline-block;
    position: absolute;
    z-index: -10;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha(opacity=0)';
    font-size: medium;
    line-height: normal;
    word-break: break-all;
}
html, body {width:100%;}
#wrap {
    width: 100%;
    min-width: 1200px;
    margin: auto;
}
.container {width:1200px; margin:0 auto; min-width: 1200px;}
.container_fluid {width:100%; margin-left:auto; margin-right:auto;}
.float {float:left;}
.float_r {float:right;}
.clearfix:before, .clearfix:after {content:"";display:block;}
.clearfix:after {clear:both;}
