    .gisugsa p {
        margin-top: 20px;
        padding-left: 30px;
        font-size: 17px;
        color: #484848;
        line-height: 180%;
    }

    .gisugsa .room {
        float: left;
        padding: 20px 0 0 40px;
        line-height: 180%;
    }

    .gisugsa .room img {
        width: 100%;
    }

    .gisugsa .title {
        width: 96%;
        font-size: 21px;
        color: #ff7547;
        font-weight: 600;
        padding-top: 15px;
        vertical-align: top;
        height: 43px;
        overflow: hidden;
    }

    .gisugsa .text {
        width: 96%;
        color: #484848;
        padding-bottom: 35px;
        font-size: 17px;
        height: 80px;
    }

    .gisugsa .line {
        margin-bottom: 20px;
        width: 96%;
        border: 1px solid #ccc;
        border-bottom: 0px;
        text-align: left;
        margin-left: 0px;
        display: block;
    }

    .gisugsa .right {
        float: left;
        width: 46%;
        margin-left: 3.5%
    }

    .gisugsa .left {
        float: left;
        width: 46%;
    }

    .gisugsa .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;*/
        float: left;
    }

    .wbg {
        background-color: #fff;
    }

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

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

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

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

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

        .gisugsa p {
            padding: 0;
            font-size: 15px;
        }

        .gisugsa .room {
            padding: 10px 0 0 0;
        }

        .gisugsa .title {
            font-size: 19px;
        }

        .gisugsa .text {
            font-size: 15px;
        }

        .gisugsa .left {
            width: 100%;
        }

        .gisugsa .right {
            width: 100%;
            margin-left: 0;
        }

        .gisugsa .text {
            height: auto;
        }

        .gisugsa .table_head td {
            font-size: 15px;
        }
        /* Å×ÀÌºí ±Û¾¾ */
        .gisugsa td {
            font-size: 15px;
        }

        /* ¾Æ·¡ ¼± */
        .gisugsa .table_sub01_right {
            padding: 2px;
        }

        /* ¿À¸¥ÂÊ,¾Æ·¡ ¼± */
        .gisugsa .table_sub01_left {
            padding: 2px;
        }
    }
