/* ===================================
    Table of Content
====================================== */
/*  - Global Style
    
/* ==================================== */

/* ===================================
    Global Style
====================================== */
.pageBannerWrap {
    background: url("../images/banner/privacy.webp") center no-repeat;
    background-size: cover;
}

.noImages {
    background: unset !important;
    margin-bottom: 2rem !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.infTitle h3 {
    color: var(--mainColor);
    font-size: 1.75rem;
    font-weight: 700;
}

.privacyTitle h4 {
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

/* .privacyTitle h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: var(--mainColor);
} */

.fourthTitle {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 2rem;
}

.TxtWrap p {
    font-size: 1.25rem;
}

.listStyle {
    padding-left: 0;
    padding-top: 0.5rem;
    border: 0;
}

.listStyle.bgW{
    background: unset !important;
}

.listStyle li {
    font-size: 1.25rem;
    text-align: left;
}

.priContact {
    list-style: none;
}

.priContact li {
    list-style: none;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.priContact li.priMap {
    display: flex;
}

.priContact li a:hover {
    color: var(--mainColor);
}

.priContact li::before {
    color: var(--black40);
    padding-right: 0.5rem;
    font-family: 'icomoon' !important;
}

.priContact li.priTel::before {
    content: "\e911";
}

.priContact li.priMap::before {
    content: "\e90f";
}

.priContact li.priLink::before {
    content: "\e90e";
}

.priPerBtn a {
    display: block;
    max-width: 300px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 1.5rem;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    transition: 0.2s ease-in;
}

.priPerBtn a:hover {
    color: var(--whiteColor);
    background: var(--mainColor);
}

.pri_bg {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgb(0, 0, 0, 60%);
    z-index: 999999;
    transform: translateZ(999999px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
}

.pri_bg span {
    color: #fff;
    max-width: 90%;
}

.pri_btn {
    padding: 10px 20px;
    border: solid 1px #fff;
    margin-left: 3rem;
    max-width: 150px;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.pri_btn:hover {
    border: 1px solid #ffffff;
    background: var(--mainColor);
    border-color: var(--mainColor);
}

.pri_bg span a {
    color: var(--whiteColor);
    border-bottom: 1px solid #fff;
    padding-bottom: 0.1rem;
}

.pri_bg span a:hover {
    color: var(--mainColor);
    border-color: var(--mainColor);
}

@media screen and (max-width:1199px) {
    .pri_bg .pri_btn {
        padding: 1rem;
    }

    .pri_bg span {
        max-width: 800px;
        width: 80%;
    }
}

@media screen and (max-width:991px) {
    .pri_bg span {
        line-height: 1.5;
        font-size: 1rem;
    }

    .pri_bg .pri_btn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
}

@media screen and (max-width:575px) {
    .pri_bg {
        flex-direction: column;
        padding: 1rem;
        align-items: flex-end;
    }

    .pri_bg span {
        margin-bottom: .5rem;
        width: 100%;
    }
}