.listType01 {
    border-top:1px solid #1e3a94;
}
.listType01 tr {
    border-bottom: 1px solid #c7cce1;
    line-height: 30px;
}
.listType01 th {
    padding: 0.75rem 0.5rem;
    color: #333;
    font-weight: bold;
    background: #f8fafc;
    font-size: 16px;
    text-align: center;
}
.listType01 td {
    padding:11px 0 9px 0;
    text-align:center;
    border-bottom: 1px solid #c7cce1;
    color:#444;
    font-size: 15px;
    height: 68px;
}
.listType01 td.title {
    padding-left:10px;
    text-align:left;
}

.listType01 td.img p {
    padding:0 0 0 10px;
    text-align:left;
}
.listType01 td.img p a:hover {
    color:#3e53bf;
}
.listType01 a {
    color:#5a5a5a;
}
.listType01 .reply {
    padding-bottom:0;
}
.listType01 .reply div {
    padding:10px 0;
    line-height:20px;
    border-bottom:1px solid #c7cce1;
}
.listType01 .reply dt {
    float:left;
    width:100px;
    height:38px;
    line-height:38px;
    background:#f6f6f6;
}
.listType01 .reply dd {
    float:left;
    padding:0 0 0 20px;
    height:38px;
    line-height:38px;
}
.listType01 .reply dd a:hover {
    text-decoration:underline;
}
.listType01 tr.on th, .listType01 tr.on td {
    background:#f8f8f8;
    color:#1e3a94;
}
.listType01 tr.on td a {
    color:#1e3a94;
}
.ofcs-tour {
    padding: 11px !important;
}
.text-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
    word-break: break-word;
    font-size: 14px;
}

/* 모바일 전용 */
@media (max-width: 768px) {
    .listType01 thead{
        display: none;
    }

    table, tbody, tr, td {
        display: block;
        width: 100%;
    }

    .listType01 td{
        border: 0;
        padding: 0;
        text-align: left !important;
        height: 30px;
    }

    .listType01 tr {
        position: relative;
        padding: 14px 52px 14px 44px;
        border-bottom: 1px solid #e5e5e5;
        box-sizing: border-box;
    }

    /* 번호 */
    .listType01 td.seq {
        position: absolute;
        left: 0;
        top: 50%;
        width: 34px;
        font-size: 13px;
        font-weight: 700;
        color: #666;
        padding: 0 !important;
    }

    /* 파일 */
    .listType01 td.file {
        position: absolute;
        right: 0;
        top: 50%;
        width: 36px;
        text-align: center;
        padding: 0 !important;
    }

    td.file img {
        width: 18px;
        height: 18px;
    }

    /* 첫 줄 */
    .listType01 td.dept,
    .listType01 td.nm {
        display: inline-block;
        width: auto;
        font-size: 14px;
        font-weight: 600;
        color: #222;
    }

    /* 둘째 줄 */
    .listType01 td.city,
    .listType01 td.date {
        display: inline-block;
        width: auto;
        margin-top: 4px;
        font-size: 13px;
        color: #666;
    }
    .listType01 td.city::before {
        content: " | ";
        color: #bbb;
    }
    .listType01 td.date::before {
        content: " | ";
        color: #bbb;
    }

    /* 출장 내용 */
    .listType01 td.ofcs-tour {
        margin-top: 10px;
    }
    .listType01 td.ofcs-tour .text-clamp {
        font-size: 13px;
        line-height: 1.5;
        color: #444;
    }
}