.member_content{
    margin: 4rem 0rem 4rem 2rem;
}

.member_content .box{
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px 50px;
    margin-bottom: 60px;
}

.member_content .box ul li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    margin-top: 10px;
    padding-left: 25px;
}

.member_content .box ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #828282;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 100%;
}

table {
    width: 600px;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #4e4e4e;
    border-top: 1px solid #4e4e4e;
    margin: 20px 10px;
    font-size:15px; 
  }
  
table thead th {
    padding: 7px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid rgba(106, 106, 255, 0.8);
    background: #ededed;
    text-align: center;
}
table tbody th {
    padding: 10px;
    font-weight: bold;
    border-right: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    background: #ececec;
}
table td {
    padding: 7px;
    border-right: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    text-align: center;
}

@media screen and (max-width:1024px) {

    .member_content{
        margin: 0;
        margin-top: 3rem;
    }

    table{
        width:100%;
        font-size:13px;
    }

    .member_content .box{
        padding: 20px;
    }
}

/* member - status css */
.status_header{
    margin-left:30px;
    width: 100%;
    max-width:890px;
    height: 60px;
    background-color: rgb(250, 250, 250);
    margin-top:20px;
    border-top: 1px solid rgba(0,0,0,0.6);
    color:black;
    font-family: 'nanum';
    display: -webkit-box;
}
.status_body{
    width: 100%;
    max-width:890px;
    min-height: 50px;
    display: -webkit-box;
}
.div1,.div2,.div3,.div4,.div5{
    height:50px;
    line-height:50px;
    overflow:hidden;
    float:left;
    text-align: center;
    font-size: 12px;
    /* font-weight: bold; */
    color:black
}
.div1{
    width:22.2%;
    border-right:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.div2{
    width:14%;
    border-right:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1)
}
.div3{
    /* line-height: 0px; */
    width:42.5%;
    /* border-right:1px solid rgba(0,0,0,0.1); */
    border-bottom:1px solid rgba(0,0,0,0.1);

}
.div3_p{
    /* margin-left:26px; */
    font-size: 12px;max-height: 50px;
    /* width:60%; */
    width:100%;
    float:left
}
.div4{
    width:14%;
    border-right:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1)
}
.div5{
    width:20%;
    /* border-right:1px solid rgba(0,0,0,0.1); */
    border-bottom:1px solid rgba(0,0,0,0.1)
}

.addrdiv{
    /* js로 1줄일때 탑마진 */
    font-size: 11px;line-height: 15px;vertical-align:middle;margin-top:15px;margin-left:5px;margin-right:5px
}
.headermenu{
    font-size: 16px;
    height:60px;
    line-height: 60px;
}
.search_field{
    width:100%;max-width:900px;border:0px solid rgba(0,0,0,0.1);margin-top: 20px;
}
.search_inputdiv{
    width:300px;height:50px;border:1px solid rgba(0,0,0,0.2);margin:0 auto;margin-top:25px;position: relative;border-radius: 15px;
}
.search_input{
    border:none;width:80%;height:100%;font-size: 18px;padding-left:10px;border-radius: 15px;
}
.searchicon{
    position:absolute;
    right:15px;
    top:10px;
    color:black;
    font-size: 30px;
    cursor:pointer
}
.status_bodydiv{
    margin-left:30px

}
.reset_btn{
    display:none;width:150px;height:30px;background-color: black;color:white;margin:auto;line-height: 30px;text-align: center;margin-top: 15px;font-size: 12px;cursor:pointer
}

@media screen and (max-width:1024px) {

    .headermenu{
        font-size: 12px;
    }
    .status_header, .status_bodydiv{
        margin-left: 0;
    }
}
