.telClos {
    padding: 5px 18px;
    background: rgba(240, 240, 240, 1);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(124, 124, 124, 1);
    cursor: pointer;
}

.telTitle {
    display: flex;
    justify-content: space-around;
    padding: 0 100px;
    margin-bottom: 20px;
}
.telall{
    position: relative;
    width: 100%;
    height: 1200px;
}
.telTable{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background: #fff;
    height: 1200px;
    overflow-y: scroll;
}
.telTable::-webkit-scrollbar {
    display: none;
}

.telTableBorder {
    width: 100%;
    margin-bottom: 20px;
}

.telTableTitle {
    width: 100%;
    text-align: center;
    padding: 9px 0;
    background: rgba(255, 203, 51, 1);
    font-size: 16px;
    font-weight: 400;
    color: rgba(42, 42, 42, 1);
}
.telcloall .teldetail{
    background: #f5f4f5;

}
.telcloall .teldetail:nth-child(2n){
    background:rgba(237,237,237,1);
}
.teldetailBorder{
    display: flex;
}
.teldetailBorder .teldetailmsg:nth-child(1){
    border-right: 1px solid rgba(222, 222, 222, 1);
}
.teldetailmsg {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.teldetailmsg p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(42, 42, 42, 1);
}
.menuRight{
    height: auto;
}
@media screen and (max-width:800px){
    .telTitle{
        padding:0;
    }
    .telClos{
        padding: 0;
        width: 24%;
        text-align: center;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
    }
}