@charset "utf-8";

/***************************************************************************
*
* PRIVACY STYLE
*
***************************************************************************/

/* CONTENT */

.content .textNotification {
    font-size: 16px;
    line-height: 2.25;
    text-align: center;
    letter-spacing: -0.1px;
    padding-left: 26px;
    margin-bottom: 70px;
}

/* listPrivacy */
.content .listPrivacy {
    padding-left: 17px;
    margin-bottom: 78px;
}

.content .listPrivacy .titlePrivacy {
    font-size: 24px;
    color: #023f98;
    letter-spacing: -1.2px;
    margin-bottom: 15px;
}

.content .listPrivacy li:first-child .titlePrivacy {
    letter-spacing: 0.4px;
}

.content .listPrivacy .textPrivacy {
    line-height: 2.14;
    letter-spacing: -0.65px;
    font-size: 14px;
}

.content .listPrivacy li {
    margin-bottom: 38px;
}

.content .listPrivacy li:last-child {
    margin-bottom: 0;
}


/* boxPrivacy */

.content .boxPrivacy {
    background: #f5f7f9;
    padding: 58px 40px 80px;
    margin-bottom: 116px;
}

.content .boxPrivacy .titleContact {
    font-size: 40px;
    color: #094296;
    text-align: center;
    margin-bottom: 24px;
}

.content .boxPrivacy .textSm {
    font-size: 16px;
    color: #094296;
    text-align: center;
    line-height: 2.5;
    padding-left: 8px;
    margin-bottom: 50px;
}

.content .boxPrivacy .botContact .imageContact {
    float: left;
    width: 470px;
}

.content .boxPrivacy .botContact .imageContact img {
    width: 100%;
}

.content .boxPrivacy .botContact .infoContact {
    float: right;
    width: 490px;
    text-align: left;
    padding-top: 4px;
}

.content .boxPrivacy .botContact .infoContact .titleInfo {
    font-size: 22px;
    color: #094296;
    letter-spacing: 1.3px;
    margin-bottom: 5px;
}

.content .boxPrivacy .botContact .infoContact .position {
    font-size: 16px;
    color: #094296;
    padding-left: 3px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.content .boxPrivacy .botContact .infoContact .address {
    font-size: 16px;
    line-height: 1.65;
    padding-left: 4px;
    letter-spacing: 0.5px;
    margin-bottom: 34px;
}

.content .boxPrivacy .infoContact .phone {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1.25;
}

.content .boxPrivacy .infoContact .phone::before {
    position: absolute;
    content: "";
    background: url(../images/common/area-contact-icon-4.png) no-repeat;
    width: 24px;
    height: 27px;
    background-size: 100%;
    left: 78px;
    top: 30px;
    z-index: 1;
}

.content .boxPrivacy .infoContact .phone a {
    font-size: 36px;
    color: #fff;
    display: inline-block;
    width: 100%;
    background: #023f98;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 20px 0 22px 34px;
    line-height: 1.2;
}

.content .boxPrivacy .infoContact .phone .timeWork {
    font-size: 18px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #fff;
}

@media (min-width: 769px) {
    .content .boxPrivacy .infoContact .phone a {
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .content .textNotification {
        padding-left: 0;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .content .listPrivacy {
        padding-left: 0;
        margin-bottom: 50px;
    }
    .content .boxPrivacy .botContact .imageContact {
        float: unset;
        width: 100%;
        margin-bottom: 8px;
    }
    .content .boxPrivacy .botContact .infoContact {
        float: unset;
        width: 100%;
    }
    .content .listPrivacy .titlePrivacy {
        font-size: 20px;
    }
    .content .boxPrivacy {
        background: #f5f7f9;
        padding: 30px 10px 30px;
        margin-bottom: 116px;
    }
    .content .boxPrivacy {
        padding: 30px 10px 30px;
        margin-bottom: 50px;
    }
    .content .boxPrivacy .titleContact {
        font-size: 36px;
    }
    .content .boxPrivacy .textSm {
        font-size: 14px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .content .boxPrivacy .botContact .infoContact .titleInfo {
        font-size: 18px;
    }
    .content .boxPrivacy .botContact .infoContact .position {
        font-size: 14px;
    }
    .content .boxPrivacy .botContact .infoContact .address {
        font-size: 14px;
    }
    .content .boxPrivacy .infoContact .phone a {
        font-size: 26px;
        padding: 20px 0;
    }
    .content .boxPrivacy .infoContact .phone .timeWork {
        font-size: 12px;
    }
    .content .boxPrivacy .infoContact .phone::before {
        width: 17px;
        height: 25px;
        left: 27px;
        top: 26px;
    }
    .content .boxPrivacy .infoContact .phone {
        width: 100%;
        margin: 0 auto;
        max-width: 330px;
    }
}