﻿@import url(/css/notosanskr.css);

html,body,form {
    margin:0;
    padding:0;
}

html *{
    font-family:"Noto Sans Korean", sans-serif !important;
}

div{
    box-sizing:border-box;
}

body { 
        font-size:12px;
        font-weight:400;
        color:#353535;
}
.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.hidden-panel{
    display:none !important;
}
.hideSub{
    display:none !important;
}