@charset "euc-kr";
/**********************************************
* µµÆ®ÇÇ¾Æ ¿¤¸®¸ÕÆ® ÃÊ±âÈ­ css
* ¹öÀü : 1.2
* ¸±¸®Áî : 2017-10-26
* º» cssÀÇ ÀúÀÛ±ÇÀº µµÆ®ÇÇ¾Æ¿¡ ÀÖ½À´Ï´Ù.
**********************************************/
/*@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');*/
@import url('https://fonts.googleapis.com/css?family=Abel');

/*
* NotoSansKR (korean)
*/
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(../../img/fonts/notokr-light.woff2) format('woff2'),
    url(../../img/fonts/notokr-light.woff) format('woff'),
    url(../../img/fonts/notokr-light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(../../img/fonts/notokr-regular.woff2) format('woff2'),
    url(../../img/fonts/notokr-regular.woff) format('woff'),
    url(../../img/fonts/notokr-regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(../../img/fonts/notokr-bold.woff2) format('woff2'),
    url(../../img/fonts/notokr-bold.woff) format('woff'),
    url(../../img/fonts/notokr-bold.otf) format('opentype');
}

* {margin:0; padding:0; -webkit-text-size-adjust:none; box-sizing:border-box}
html, body {height:100%}
body {font-family:'Noto Sans KR',sans-serif; font-size:14px; color:#555}
a {color:#4b4b4b; text-decoration:none}
ul, ol {list-style:none}
dl, dt, dd {margin:0; padding:0}
img, fieldset {border:0; vertical-align:middle}
img {-webkit-backface-visibility:hidden; transform:translateZ(0)}
input, button, select {font:inherit !important}
input[type=text], input[type=password], input[type=button], input[type=reset], input[type=submit], select, textarea {-webkit-appearance:none; -webkit-border-radius:0}
select::-ms-expand {display:none}
caption, legend {display:none; visibility:hidden}
address, em, i {font-style:normal}

.clearfix:before, .clearfix:after {content:''; display:block}
.clearfix:after {clear:both}
.fixwidth, .fixwidth img {display:block; width:100%}