.nt-row {
    margin-top: 100px;
}

.nt-col {
    padding: 20px 15px 0;
}

#nt_side_menu .side-menu-head {
    border-radius: 15px 15px 0 0;
    font-family: 'SCDream', sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 35px 10px;
    font-size: 20px;
    line-height: 1.4;
}

#nt_side_menu .me-ul {
    background: #fff;
}

#nt_side_menu .me-ul {
    border-radius: 0 0 15px 15px;
    font-family: 'NanumSquare', sans-serif;
    border: 1px solid #ddd;
    border-top: 0;
    margin-top: -1px;
}

#nt_side_menu a {
    font-family: 'SCDream';
    display: block;
    padding-left: 34px;
    line-height: 54px;
    height: 54px;
    border-top: 1px solid #eee;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
}

#nt_side_menu .me-li.active .me-a {
    font-weight: bold;
    color: #0B3270;
}

#nt_title {
    height: 80px;
    position: relative;
    top: 48px !important;
    color: #000;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
}

#nt_body {
    top: -50px !important;
}

.contact-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.contact {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    width: 50%;
    background: #e1e8f3;
    border-radius: 10px;
}

.contact-wrap p {
    margin-bottom: 0;
}

.contact-title {
    margin-top: 10px;
    padding: 10px 20px;
    width: 100%;
    background: #0B3270;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

.contact-wrap img{
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

@media screen and (max-width: 768px){
    .col-md-3.pull-left.nt-col {
        display: none;
    }
}