.lib p {
        margin-top: 20px;
        padding-left: 20px;
        font-size: 17px;
        color: #666666;
        line-height: 170%;
    }

    .lib .label {
        display: block;
        line-height: 30px;
        /*padding-left: 22px;*/
        margin: 60px 0 16px 0;
        font-weight: 600;
        font-size: 23px;
        color: #ff7547;
        /*background: url(/images/01intro/index.png) no-repeat left;*/
    }

    .lib_phone {
        color: #484848;
    }

    .lib_phone .wbg {
        
    }

    /* ????????? */
    .lib_phone .web_none {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 1px;
        font-size: 0;
        line-height: 0;
    }
    .lib_phone th {
        font-weight: normal;
        font-size: 15px;
        background:#f1f1f1;
    }

    /* ????? ????? */
    .lib_phone .table_head td {
        text-align: center;
        background:#f1f1f1;
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        border-top: 2px solid #163E64;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    /* ??????,??? ?? */
    .lib_phone .table_sub01_left {
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    /* ??? ?? (?????????) */
    .lib_phone .table_sub01_right {
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

    @media (max-width :768px) {
        .lib .label {
            font-size: 19px;
            margin-top: 40px;
        }

        .lib p {
            padding-left: 0;
            font-size: 13px;
        }

        .lib_phone .table_head td {
            padding: 5px 0px;
            font-size: 15px;
        }
        .lib_phone th {
            font-size: 13px;
        }

        .lib_phone td {
            font-size: 13px;
        }

        .lib_phone .table_sub01_left {
            padding: 5px;
        }

        .lib_phone .table_sub01_right {
            padding: 5px;
        }
    }
