.chkCookie_remind {
    position: absolute;
    width: 100%;
    padding-top: 35px;
    background: rgba(255, 255, 255, 0.87);
    -webkit-box-shadow: 5px 5px 20px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 5px 5px 20px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 24%);
    z-index: 9999;
    font-size: 14px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.chkCookie_remind.chkCookie_remind_bottom {
    position:fixed;
    bottom: 0;
}

.chkCookie_container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .chkCookie_remind .chkCookie_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .chkCookie_remind .chkCookie_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .chkCookie_remind .chkCookie_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .chkCookie_remind {
        font-size: 16px;
    }
    .chkCookie_remind .chkCookie_container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .chkCookie_remind .chkCookie_container {
        max-width: 1360px;
    }
}


.chkCookie_remind .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: -15px;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .chkCookie_remind .chkCookie_col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .chkCookie_remind .chkCookie_col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

}
.chkCookie_remind .row chkCookie_.col-sm-10 a {
    color: #00a19b;
    border-bottom: 1px solid #00a19b;
    padding-bottom: 2px;
}

.chkCookie_btn_m{
    width: 154px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}
.chkCookie_remind .chkCookie_btn {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00a19b;
    font-size: 14px;
    color: #ffff;
    border-radius: 4px;
    margin: 12px 0;
    cursor: pointer;
}

.chkCookie-close {
    position: absolute;
    top: -32px;
    right: 32px;
}

@media (min-width: 576px) {
    .chkCookie-close {
        right: 0px;
    }

}

.position-relative {
    position: relative;
}

.chkCookie_popup p{ 
    font-size: 16px;
    line-height: 24px;
}
.chkCookieAgreement {
    border: 1px solid #e9e9e9;
    margin-top: 24px;
}

.chkCookieAgreement_heading {
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.chkCookieAgreement_content {
    padding: 12px 20px;
    height: 185px;
    overflow-y: auto;
}
.chkCookieAgreement_content ul li{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.chkCookieAgreement_checkbox {
    padding: 8px 0;
    border-top: 1px solid #e9e9e9;
}