@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chosunilbo_centennial';
    src: url('../../../woff/ChosunCentennial_ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BBTreeCB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_nine_@1.1/BBTreeCB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.jalnan{
    font-family: 'yg-jalnan', sans-serif !important;
}
.chosun{
    font-family: 'Chosunilbo_centennial', sans-serif !important;
}
.bbtreecb{
    font-family: 'BBTreeCB', sans-serif !important;
}
.jalnan br{
    font-family: 'Noto Sans KR', sans-serif !important;
}


legend{
    display: inherit;
    width: inherit;
    margin: inherit;
    color: inherit;
    border-bottom: inherit;
}
a{
    color: inherit;
    text-decoration: inherit;
}
a:hover, a:focus{
    color: inherit;
    text-decoration: inherit;
}
body{
    font-family: 'Noto Sans KR', sans-serif;
}
p,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Noto Sans KR', sans-serif;
}

p, h1, .h1, h2, .h2, h3, .h3, ul, li{
    margin: 0;
}
h2#bo_v_title .bo_v_tit{
    font-size: 30px;
}
div#bo_v_con{
    font-size: 16px;
}

@media(min-width:1200px){
    .col-lg-12-5{
        width: 20%;
        float: left;
        padding: 0 15px;
    }
    
}
@media(min-width:992px){
    .col-md-12-5{
        width: 20%;
        float: left;
        padding: 0 15px;
        
    }
}
@media(min-width:768px){
    .col-md-12-5{
        width: 20%;
        float: left;
        padding: 0 15px;
    }
}


@media(min-width:1280px){
    .container{
        width: 1250px !important;
    }
}