﻿body {
    background:#eee;
    box-sizing:border-box;
}

.sub_tit {
    background: url(/img/ic_logo.png) no-repeat;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    color: #333;
    font-weight: 500;
    float: left;
    margin-bottom: 30px;
}

.sub_map {
    font-size:21px;
    color:#666;
    float:right;
    height:40px;
    padding-top:15px;
    font-size:21px;
    font-weight:200;
}

.sub_map img {
    vertical-align:middle;
    margin:-2px 10px 0px 10px;
}

    .sub_map img:first-child {
        margin-right:6px;
    }

.content_wrap {
    clear:both;
    background:#fff;
    border:1px solid #ccc;
    border-radius:10px;
    overflow:auto;
    padding:20px;
    box-sizing:border-box;
    min-height:932px;
}

.sub_c_tit {
    background:url(/img/ic_list.png) no-repeat;
    height:30px;
    line-height:30px;
    padding-left:50px;
    font-size:28px;
    color:#333;
    font-weight:500;
    float:left;
}

.sub_tit_btn {
    float:right;
    text-align:right;
    vertical-align:top;
    padding-bottom:10px;
}

.tab_wrap, .tab_wrap li {
    padding: 0px;
    margin: 0px;
}

.tab_wrap {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:15px;
    list-style:none;
    display:block;
    clear:both;
    margin:0px 0px 20px;
}

        .tab_wrap li {
            display:inline-block;
        }

        .tab_wrap button {
            height: 40px;
            padding: 0px 30px;
            border: 1px solid #ccc;
            border-radius: 20px;
            background: #ddd;
            font-size: 24px;
            color: #333;
            margin-right:15px;
        }

    .tab_wrap .tab_sel {
        background:#000;
        color:#fff;
        border:none;
    }

.tab_wrap button:hover {
    opacity:0.9;
    box-shadow:2px 2px 2px rgba(0,0,0,0.1);
}

    .tab_wrap button:active {
        opacity: 0.7;
    }

.cl_data_table1 {
    border:1px solid #999;
    border-radius:10px;
    width:calc(50% - 10px);
    display:inline-block;
    vertical-align:top;
    padding:2px 15px;
}

.cl_data_table1 table {
    border-collapse: collapse;
    width:100%;
}

    .cl_data_table1 th, .cl_data_table1 td {
        font-size:18px;
        border-bottom:1px solid #e6e6e6;
        padding:6px 0px 6px 0px;
        text-align:left;
    }

    .cl_data_table1 tr:last-child th, .cl_data_table1 tr:last-child td {
        border-bottom: none;
    }

    .cl_data_table1 th::before {
        content:"";
        display:inline-block;
        height:4px;
        width:4px;
        background:#aaa;
        vertical-align:middle;
        margin-right:12px;
        margin-top:-2px;
    }

    .cl_data_table1 th {
        width: 120px;
        white-space: nowrap;
        padding-right: 30px;
        font-weight: 200;
    }

    .cl_data_table1 td {
        font-weight: 300;
    }

.btm_btn_wrap {
    clear:both;
    text-align:center;
    padding-top:20px;
}

.btm_btn_wrap button {
    margin:0px 3px;
}

.board_table {
    table-layout:fixed;
    width:100%;
    margin-top:7px;
    border-collapse:collapse;
}

    .board_table th {
        border-top: 2px solid #aaa;
        border-bottom: 1px solid #aaa;
        font-weight: 300;
        font-size: 18px;
        color: #666;
        padding:10px 0px;
    }

    .board_table td {
        text-align:center;
        font-size:18px;
        color:#666;
        border-bottom:1px solid #ccc;
        padding:6px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }

.table_form th:before {
    display: none;
}

.table_form th.req:before {
    content: "*";
    display: inline-block;
    height: auto;
    width: auto;
    color: #fc3300;
    background: none;
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: -3px;
    display: inline-block;
}

.table_form input[type=text], .table_form input[type=password] {
    font-size: 17px;
    color: #666;
    padding: 3px 7px;
    border: 1px solid #ccc;
    font-weight: 200;
}

.table_form select {
    font-size: 17px;
    padding: 5px 7px;
    border: 1px solid #ccc;
}

.table_form textarea {
    border:1px solid #ccc;
    font-size:17px;
    padding:15px;
    height:70px;
    box-sizing:border-box;
}

.select {
    font-size: 17px;
    padding: 5px 7px;
    border: 1px solid #ccc;
    vertical-align:middle;
}

.input {
    font-size: 17px;
    color: #666;
    padding: 3px 7px;
    border: 1px solid #ccc;
    font-weight: 200;
    vertical-align: middle;
}