.privacyPanel{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.privacyPanel .titleTxt{
    font-size: 30px;
    line-height: 30px;
    padding: 60px 0;
    font-weight: bold;
    color: #c6092d;
}
.privacyPanel .block{
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.privacyPanel p{
    font-size: 14px;
    line-height: 26px;
    color: #888;
    position: relative;
    text-justify: inter-ideograph;
    text-align: justify;
}
.privacyPanel ul li{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.privacyPanel ul .smTitleTxt{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #c6092d;
    margin: 0 0 15px 0;
}
.privacyPanel p em{
    position: absolute;
    top: 0;
    left: 0;
}
.privacyPanel p span{
    padding: 0 0 0 10px; 
    display: inline-block;
}
.privacyPanel ul li:last-child{
    border: none;
}
.privacyPanel .websiteUl{
    border-top: 1px solid #eee;
}
.privacyPanel .websiteUl li{
    margin: 70px 0;
    padding: 0;
    border: none;
    float: left;
    min-height: 268px;
    position: relative;
}
.privacyPanel .websiteUl li:after{
    content:"";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 33%;
    top: 0;
    background: #eee;
}
.privacyPanel .websiteUl li:nth-child(4n):after{
    display: none;
}
.privacyPanel .websiteUl .linkUl a{
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #888;
}

.privacyPanel .websiteUl .linkTitleTxt a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #c6092d;
}
.privacyPanel .websiteUl .linkTitleTxt em{
    transform: rotate(-90deg);
}
.privacyPanel .websiteUl .linkTitleTxt .arrowImg{
    width: auto;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}
.privacyPanel .websiteUl .linkUl{
    margin: 20px 0 0 0;
}

@media screen and (max-width: 768px){
    .privacyPanel{
        width: auto;
        padding: 0 4%;
    }
    .privacyPanel.hasPadding{ 
        padding-top: 0;
    }
    .privacyPanel .titleTxt{
        font-size: 24px;
        line-height: 24px;
        padding: 30px 0;
    }
    .privacyPanel .block{
        padding: 15px 0;
    }
    .privacyPanel ul li{
        padding: 15px 0;
    }
    
    .privacyPanel ul .smTitleTxt{
        margin: 0 0 10px 0;
        font-size: 15px;
    }
    .privacyPanel p{
        font-size: 14px;
        line-height: 24px;
    }

    .privacyPanel .websiteUl{
        padding: 25px 0 0 0; 
    }
    .privacyPanel .websiteUl .linkTitleTxt .arrowImg.visible-lg{
        display: none;
    }
    .privacyPanel .websiteUl .linkUl a .arrowImg{
        width: 6px;
        display: inline-block;
        vertical-align: middle;
        margin: -1px 0 0 5px;
    }
    .privacyPanel .websiteUl .linkTitleTxt .arrowImg{
        width: 6px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }
    .privacyPanel .websiteUl li:after{
        display: none;
    }
    .privacyPanel .websiteUl li{
        width: 100%;
        margin: 0 0 45px 0;
        min-height: auto;
    }
    .privacyPanel .websiteUl .linkTitleTxt{
        font-size: 15px;
        line-height: 24px; 
        position: relative;
        border-bottom: 1px solid #eee;
        padding: 0 0 15px 0;
    }
    .privacyPanel .websiteUl .linkTitleTxt a{
        font-size: 15px;
        line-height: 24px; 
    }
    .privacyPanel .websiteUl .linkUl{
        margin: 15px 0 0 0;
    }
    .privacyPanel .websiteUl .linkTitleTxt:before{
        content: "";
        display: block;
        background: #c6092d;
        width: 60px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
    }
    .privacyPanel .websiteUl .linkUl.two a{
        float: left;
        width: 50%;
    }
    .privacyPanel .websiteUl .linkUl.two a:nth-child(2n-1){
        width: 40%;
    }
    .privacyPanel .websiteUl .linkUl.three a{
        float: left;
        width: 35%;
    }
    .privacyPanel .websiteUl .linkUl.three a:nth-child(3n){
        width: 30%;
    }
}