.contents-member {
    float: left;
    width: 1080px;
    padding-left: 30px;
}
/*
.body {
    width: 1200px;
    margin: 0 auto;
}*/
.footer {
    clear: both;
}
.inner_wrap {height: 100%; width: 1200px; margin: 0 auto;}

.contents-body {
    width: 810px;
    float: left;
    margin-left: 20px;
}

/* left start */
.Leftmenu_wrap {
    float: left;
    width: 220px;
}

.contents_menus {
    border: 1px solid #dcdcdc;
}

.contents_menus ul {
    margin: 0;
    width: 220px;
    padding: 0
}

.contents_menus ul li {
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.03em;
    padding: 10px 35px;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
}

.contents_menus ul li:hover, .contents_menus ul li:focus, .contents_menus ul li.active {
    color: #6d90e6;
    background-color: #003399 \9;
    font-weight: 400;
}

.contents_menus ul li:last-child {
    border-bottom: 0;
}

.sl_tt {
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    background: #f2f4f8;
}

.Left-banner {
    border: 1px solid #dcdcdc;
    background: #f8f8f8;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #555;
}

.Left-banner:hover {
    color: #6d90e6;
    font-weight: 400;
    background: #fff;
}
/* left end */

/* top start */
.top-contents {
    float: left;
    margin: 30px 0 0 30px;
    width: 1041px;
    min-height: 20px;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.top-contents-body {
    position: absolute;
}

.btn_info {
    text-align: center;
    background: #fff;
    width: 120px;
    padding: 17px 0;
    color: #353535;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
}

.btn_info:hover {
    color: #6d90e6;
    font-weight: 400;
    background: #fff;
}
/* top end */

