ul,
li,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

.cti-privacy li {
  display: block;
  vertical-align: top;
}

a {
  text-decoration: none;
  outline: none;
}
.container {
    width: 100%;
    height: 100%;
    background: #201e1e;
    position: relative;
    padding-bottom: 0rem;
}

.container .bgmask {
    width: 100%;
    height: 100vh;
    background: url(/images/mask-w.webp);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.cti-privacy {
    background-color: transparent;
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    margin: 0 auto;
    z-index: 22;
}

.cti-privacy .privacy {
    width: 100%;
}

.cti-privacy .privacy .close {
    text-align: right;
    color: #fff;
    font-size: 2.2vw;
    z-index: 6;
    position: fixed;
    top: 6vw;
    right: 10%;
}

.cti-privacy .privacy .close span {
    margin-right: 3%;
    cursor: pointer;
}

.cti-privacy .privacy .privacy_con {
    width: 70%;
    margin: auto;
    padding-top: 5%;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 3;
}

.cti-privacy .privacy .privacy_con .title {
    width: 100%;
    text-align: center;
    position: relative;
}

.cti-privacy .privacy .privacy_con .title p {
    font-size: 1.7rem;
}

.cti-privacy .privacy .privacy_con .title .back {
    width: 2.2rem;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -1.8rem;
    cursor: pointer;
}
html[dir="rtl"] .cti-privacy .privacy .privacy_con .title .back {
    right: initial;
    left: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.cti-privacy .privacy .privacy_con .title p:nth-child(2) {
    margin-top: 1%;
}

.cti-privacy .privacy .privacy_con .html-main {
    min-height: 100vh;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2;
    margin-top: 1.5%;
}
.cti-privacy .privacy .privacy_con .html-main a{
    color: #fff;
}
.cti-privacy .privacy .privacy_con .html-main  li {
    display: block !important;
}

.cti-privacy .privacy .privacy_con .html-main  strong {
    font-family: Raleway, sans-serif;
    font-weight: 600;
}
.cti-privacy .privacy .privacy_con .html-main  table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 1% 0;
}
.cti-privacy .privacy .privacy_con .html-main  table *{
    width: auto;
}
@media screen and (max-width: 750px) {
    .cti-privacy {
        overflow: hidden;
    }

    .cti-privacy .privacy {
        width: 100%;
    }

    .cti-privacy .privacy .privacy_con {
        width: 85%;
        margin: auto;
        padding-top: 5%;
        box-sizing: border-box;
    }

    .cti-privacy .privacy .privacy_con .title {
        width: 100%;
        text-align: center;
        padding-bottom: 1rem;
    }

    .cti-privacy .privacy .privacy_con .title p {
        font-size: 1rem;
    }

    .cti-privacy .privacy .privacy_con .title .back {
        width: 1.6rem;
        height: auto;
        position: absolute;
        right: 0;
        bottom: -0.8rem;
        cursor: pointer;
    }

    .cti-privacy .privacy .privacy_con .title p:nth-child(2) {
        margin-top: 2%;
    }

    .cti-privacy .privacy .privacy_con .con .first {
        margin-top: 7%;
    }

    .cti-privacy .privacy .privacy_con .html-main {
        margin-top: 0%;
        font-size: 0.8rem;
        line-height: 2;
    }

    .cti-privacy .privacy .close {
        font-size: 5.2vw;
        right: 7%;
    }
}
@media (max-width:448px) {
    .cti-privacy .privacy .privacy_con{
        width: 90% !important;
    }
    .cti-privacy .privacy .privacy_con .html-main {
        font-size: .7rem;
    }
}

.privacy_popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    overflow-y: auto;
    z-index: 9;
}

.d-cover,
.d-mask,
.g-mask {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}

.g-mask {
    z-index: 9;
}

.d-mask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.cookie_table td,
.cookie_table th {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #939598;
    text-align: left;
}

.cookie_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
    margin: 2% auto 0;
}

.cookie_table tr:nth-child(1) td:nth-child(1) {
    font-family: Raleway, sans-serif;
    font-weight: 600;
}

.cookie_table th {
    padding: 30px;
}

.cookie_table td {
    font: 500 14px;
    padding: 10px 30px;
}
