@charset "utf-8";

/* font */

@font-face {
    font-family: 'NanumBarunGothic-Light';
    font-style: normal;
    font-weight: 300;
    src: local('Nanum Barun Gothic Light'), local('Nanum Barun Gothic-Light'), local('NanumBarunGothic Light');
    src: url('https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicLight.eot');
    src: url('https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicLight.eot?#iefix') format('embedded-opentype'), url('https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicLight.woff') format('woff'), url('https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicLight.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothic-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
    src: url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothic.eot");
    src: url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothic.eot?#iefix") format('embedded-opentype'), url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothic.woff") format('woff'), url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothic.ttf") format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothic-Bold';
    font-style: normal;
    font-weight: 700;
    /*src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');*/
    src: url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicBold.eot");
    src: url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicBold.eot?#iefix") format('embedded-opentype'), url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicBold.woff") format('woff'), url("https://s.wink.co.kr/danbi_common/fonts/NanumBarunGothicBold.ttf") format('truetype');
}

/* layout */
html{
    font-size:12px;
    line-height: 1.3;
    font-family: 'NanumBarunGothic', Sans-serif, 돋음;
    font-weight: normal;
    color: #212121;
}


/* helper */

.clearfix{
    *zoom:1;
}
.clearfix::after{
    display:block;
    clear:both;
    content:"";
}
