@import url(fontawesome-all.min.css);
@charset 'utf-8';
@font-face {
    font-family: 'NanumSquareNeoLight';
    font-family: 'NanumSquareNeo';
    font-family: 'NanumSquareNeoBold';
    font-family: 'NanumSquareNeoExtraBold';
    font-family: 'NanumSquareNeoHeavy';
}

body {
    color: #333;
    font-size: 0.938rem;
    font-family: "NanumSquareNeo", sans-serif;
    line-height: 1.6;
}

ol, ul {
    padding-left: 0;
    list-style: none;   
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #82b53b;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: unset;
    line-height: unset;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.child-menu{
    border-top: 0.063rem solid #eee;
}

.child-menu a{
    color: black;
}

.side-child-active{
    background-color: #eee;
}