#ns_Menu {
    margin: 130px auto 100px;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

#id_MenuLeft, #id_MenuRight { width: 48%; }

.contactInfo { margin-bottom: 60px; }

#ns_Menu .meMsg_MsgBlk .meMsg_MsgTitle {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-weight: normal;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #222;
    color: #000;
    font-weight: 500;
}

.contactInfo .meMsg_MsgBlk .meMsg_Content { }



@media (max-width: 700px) {
#id_MenuLeft, #id_MenuRight { width: 100%; margin: 50px auto 90px; }

}
