﻿
/* 
    181019-table style

*/
.table_st1 {
    width: 100%;
    margin-bottom:5px;
}

    .table_st1 tbody tr:hover {
        background: #f3fafd;
    }

    .table_st1 thead th {
        border: 1px solid #cccccc;
        color: #5f5f5f;
        font-size: 13px;
        background: #ececec;
        padding: 12px 0;
    }

        .table_st1 thead th.tin_bx {
            position: relative;
            padding: 0;
            border-top: 0;
        }

            .table_st1 thead th.tin_bx ul {
                border-top: 1px solid #366100;
                padding-left: 1px;
            }

.tin_p4, tin_p3, tin_p5 {
    width: 100%;
    padding: 0;
}

.table_st1 thead th.tin_bx .tin_p4 li {
    width: 25%;
    height: 100%;
    float: left;
    padding: 12px 0;
    box-sizing: border-box;
    border-right: 1px solid #366100;
}

.table_st1 thead th.tin_bx .tin_p3 li {
    width: 33%;
    height: 100%;
    float: left;
    padding: 12px 0;
    box-sizing: border-box;
    border-right: 1px solid #366100;
}

.table_st1 thead th.tin_bx .tin_p5 li {
    width: 20%;
    height: 100%;
    float: left;
    padding: 12px 0;
    box-sizing: border-box;
    border-right: 1px solid #366100;
}

.table_st1 tbody td {
    padding: 9px 0;
    border: 1px solid #d0d0d0;
    text-align: center;
}

    .table_st1 tbody td.tin_bx {
        padding: 0;
        padding-left: 1px;
    }

        .table_st1 tbody td.tin_bx .tin_p4 li {
            width: 25%;
            height: 100%;
            float: left;
            padding: 9px 0;
            box-sizing: border-box;
            border-right: 1px solid #e8e8e8;
        }

        .table_st1 tbody td.tin_bx .tin_p3 li {
            width: 33%;
            height: 100%;
            float: left;
            padding: 9px 0;
            box-sizing: border-box;
            border-right: 1px solid #e8e8e8;
        }

        .table_st1 tbody td.tin_bx .tin_p5 li {
            width: 20%;
            height: 100%;
            float: left;
            padding: 9px 0;
            box-sizing: border-box;
            border-right: 1px solid #e8e8e8;
        }

.tin_bx li:last-child {
    border-right: 0 !important;
}

.table_st1 tbody tr td span {
    display: none;
    color: #3f3f3f !important;
}


.table_st1 tbody tr td p > span {
    display: inline !important;
    padding-right:0 !important;
}
.table_st1 tbody tr td p > a {
    text-indent:0 !important;
}
.table_st1 tbody tr td p a {
    background: rgba(189, 228, 138, 0.55);
}
    .table_st1 tbody tr td p a span {
        display: contents !important;
    }



@media screen and (max-width:1159px) {
   

    .table_st1 thead th {
        display: none;
    }

    .table_st1 tbody tr {
        border: 1px solid #d0d0d0;
        padding: 7px 0;
    }

        .table_st1 tbody tr td {
            border: 0;
            display: inline-block;
            width: 50%;
            box-sizing: border-box;
            text-align: left;
            padding-left: 10px;
            padding-right: 5px;
        }

            .table_st1 tbody tr td.title {
                border: 0;
                display: inline-block;
                width: 100%;
                box-sizing: border-box;
                text-align: left;
                padding-left: 10px;
                padding-right: 5px;
            }
            .head {
                background-color: #f8f8f8;
                line-height: 1.5;
                text-align: center !important;
                border-bottom: 1px solid #515151;
                border-left: 1px solid #e9e9e9;
                font-size: 14px;
                padding: 10px 0;
                font-family: 'Nanum Gothic Bold' !important;
            }
            .table_st1 tbody tr td span {
                font-weight: 600;
                padding-right: 7px;
                display: inline-block;
            }

            .table_st1 tbody tr td.tin_bx {
                width: 100%;
            }

                .table_st1 tbody tr td.tin_bx > span {
                    text-align: center;
                    display: block;
                    padding: 5px;
                    background: #e8e8e8;
                }

                .table_st1 tbody tr td.tin_bx > ul > li {
                    text-align: center;
                }
    .w100 {
        width:100% !important; 
    }
    td.img img{
        width:100% !important;
    }
}
