    a {
        text-decoration: none;
        color: #484848;
    }

    .privacy p {
        font-size: 17px;
        color: #484848;
        line-height: 180%;
        margin: 20px auto;
    }

    .privacy table {
        margin-top: 20px;
    }

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

    .privacy_phone {
        color: #484848;
    }

    /* Ä¸¼Ç¾Èº¸ÀÌ°Ô */
    .privacy_phone .web_none {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 1px;
        font-size: 0;
        line-height: 0;
    }

    /* Å×ÀÌºí Ä®·³¸í */
    .privacy_phone .table_head td {
        text-align: center;
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        border-top: 2px solid #fcb855;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    /* ¿À¸¥ÂÊ,¾Æ·¡ ¼± */
    .privacy_phone .table_sub01_left {
        text-align: left;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    /* ¾Æ·¡ ¼± (ÀüÈ­¹øÈ£Ä®·³) */
    .privacy_phone .table_sub01_right {
        text-align: left;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

    .date {
        float: right;
        border-collapse: collapse;
        color: #484848;
    }

    .privacy_phone .bg {
        background-color: #fffbf6;
        text-align: center;
    }

    .privacy_phone .wbg {
        background-color: #fff;
    }

    /*
    .date th {
        width: 130px;
        height: 40px;
        text-align: center;
        background: #f8f8f8;
        border: 1px solid #cccccc;
    }

    .date td {
        width: 130px;
        height: 40px;
        padding: 1%;
        text-align: center;
        border: 1px solid #cccccc;
    }*/

    @media (max-width :768px) {
        .privacy p {}

        .privacy .label {
            font-size: 19px;
            margin-top: 40px;
        }

        .privacy_phone .table_head td {
            padding: 0px;
            font-size: 15px;
        }

        .privacy_phone td {
            font-size: 15px;
            padding: 0px;
        }

        .privacy_phone .table_sub01_left {
            padding: 0px;
        }

        .privacy_phone .table_sub01_right {
            padding: 0px;
        }
    }
