@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);

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500);
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);
@import url(http://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/blank.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: 1400px;
    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;}





.notosans {
    font-family: 'NotoSansKR', 'Noto Sans Korean', 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}


