

html,body,span,p,ul,li {
    font-family: 'NanumSquareNeo' !important;
    letter-spacing:-0.4px;
    word-break: keep-all;
}

h1,h2,h3,h4,h5,h6, strong, b {
    font-family: 'NanumSquareNeoBold' !important;
    letter-spacing:-0.4px;
    word-break: keep-all;
}

a {
    font-family: 'NanumSquareNeoExtraBold' !important;
    letter-spacing:-0.4px;
    word-break: keep-all;
}

html, body {
    margin: 0;
    padding:0;

}

.pd_parent {
    width: 100%;
    padding: 20px 0;
    margin:0;
    text-align: center;
    color:#fff !important;
    background: #664A43;
}

.pd_child {
    margin: 0 !important;
    padding: 0 20px;
}

.pd_child li {
    color: #342521;
    list-style: none !important;
    text-align: center;
    margin-top: 16px;
    border-radius: 5px;
    border: 1px solid #342521;
    display: block;
    font-family: 'NanumSquareNeoExtraBold' !important;
    opacity: 0.5 !important;
    font-size:14px;
}

.pd_child li a {
    color: #342521;
    text-decoration: none;
    display: block;
    padding: 8px;
    
}

.pd_child li.active {
    opacity: 1  !important;
}

@media screen and (max-width:1280px) {
    .pd_child li {
        font-size: 13px;
    }
}

@media screen and (min-width:720px) {
    .pd_child li a {
        padding: 16px 8px;
    }
}

@media screen and (min-width:301px) {

    .pd_child {
        margin: 10px 0 !important;
        padding: 0 16px;
    }

    .pd_child li {
        width: calc(50% - 16px) !important;
        margin: 6px !important;
        display: inline-block !important;
    }
}


@media screen and (max-width:300px) {

}