﻿#Base_Visitor_Page_Privacy {
    padding-top: 50px;
    height: 166px;
}

    #Base_Visitor_Page_Privacy .Left {
        float: left;
        margin-top: 10px;
        padding: 0;
        display: block;
        width: 275px;
        height:auto;
        font-size: 15px;
        letter-spacing: 1.5px;
        list-style: none;
        color: #3278BC;
    }

    #Base_Visitor_Page_Privacy .Left {
    }

        #Base_Visitor_Page_Privacy .Left .SubMenuItem {
            padding: 10px;
            display: block;
            width: 100%;
            font-weight: 400;
            color: #3278BC;
            background: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            #Base_Visitor_Page_Privacy .Left .SubMenuItem:hover,
            #Base_Visitor_Page_Privacy .Left .Selected {
                padding: 10px;
                display: block;
                width: 100%;
                font-weight: 400;
                color: #3278BC;
                text-decoration: none;
                background: #BEDDF4;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }



    #Base_Visitor_Page_Privacy .Right {
        float: right;
        width: 635px;
        margin-top: 10px;
        color: #000;
        word-break: break-all;
    }

        #Base_Visitor_Page_Privacy .Right h1 {
            font-size: 32px;
            font-weight: 400;
        }
        #Base_Visitor_Page_Privacy .Right h2 {
            font-size: 26px;
            font-weight: 400;
        }
    #Base_Visitor_Page_Privacy p, #Base_Visitor_Page_Privacy li {
        font-size: 15px;
        font-weight: 300;
        line-height: 28px;
    }



/* 小於1170 */
@media screen and (max-width:1169px) {
    #Base_Visitor_Page_Privacy {
        padding: 30px;
    }

        #Base_Visitor_Page_Privacy .Left {
            margin-top: 10px;
            padding: 0;
            float: left;
            display: block;
            width: 30%;
        }

        #Base_Visitor_Page_Privacy .Right {
            padding: 0 0 0 20px;
            float: right;
            width: 67%;
            box-sizing: border-box;
        }
}

/* 小於768 */
@media screen and (max-width:767px) {
    #Base_Visitor_Page_Privacy .Left {
        float: none;
        width: 100%;
    }

    #Base_Visitor_Page_Privacy .Left {
        margin-top: 10px;
        padding: 0;
        display: block;
        width: 100%;
    }

    #Base_Visitor_Page_Privacy .Right {
        margin-top: 25px;
        padding: 0;
        width: 100%;
        word-break: break-all;
    }
}
