.search_word {
    padding-bottom: 5px;
    letter-spacing: -0.5pt;
    font-size: 0.938rem;
}

.btn_b_s {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    font-size: 13px;
    color: #fff;
    width: 60px;
    border: 1px solid #555;
    background: #555;
    vertical-align: top;
    transition: all 0.3s;
}

.btn_b_s:hover {
    background: #222;
    border: 1px solid #222;
    transition: all 0.3s;
}

.dep_tit {
    font-size: 1.412rem;
    color: #222;
    letter-spacing: -0.7pt;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}

.search_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #333;
}

.search_table th {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid #bbb;
}

.search_table td {
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
    text-align: center;
}

.search_table td.left a {
    letter-spacing: -0.5pt
}

.search_table td.left {
    text-align: left;
    padding: 18px 10px;
}

.search_table td.left strong {
    color: #333
}

.search_table td.left p.s02 {
    color: #888;
    etter-spacing: -0.5pt;
}

.search_table td.search_cont {
    text-align: left;
    background-color: #f9f9f9;
    padding: 18px 10px;
}

.search_table .mo_line {
    display: none
}

.viewBtn {
    font-family: 'Play', sans-serif;
    line-height: 1;
    letter-spacing: 0;
    color: #a80000;
    border: 1px solid #a80000;
    padding: 10px 15px;
    display: inline-block;
    font-size: 0.882rem;
    text-align: center;
    transition: all 0.3s ease-out;
}

.viewBtn:hover {
    background: #a80000;
    color: #fff;
    transition: all 0.3s ease-out;
}

/*******************************************************************************
	@media
*******************************************************************************/

@media all and (max-width:680px) {
    .btn_b_s {
        line-height: 26px;
        height: 26px;
        font-size: 12px;
        width: 40px;
    }
    .dep_tit {
        margin-bottom: 15px
    }
    .search_table th {
        padding: 10px 0;
        display: none
    }
    .search_table td {
        padding: 10px 0;
        font-size: 1rem;
    }
    .search_table .pc_line {
        display: none
    }
    .search_table .mo_line {
        display: block
    }
    .search_table td.left {
        padding: 10px 10px;
    }
    .search_table td.left p.s02 {
        font-size: 12px;
    }
    .search_table td.search_cont {
        padding: 8px 10px;
    }
    .search_word {
        letter-spacing: -0.3pt;
    }
    .search_table td.left {
        font-weight: 700;
        color: #333;
    }
    .search_table td.left a {
        font-weight: 400;
        color: #333;
    }
    .search_table .mo_line.name {
        margin-top: 0px;
        font-size: 12px;
        color: #a0a0a0;
        font-weight: 400
    }
    .viewBtn {
        padding: 8px 10px
    }
}