.privacy__policy {
    width: 100%;
    max-width: 76.875%;
    margin: 0 auto;
}

.privacy__policy__wrpr .privacy__policy__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #000000;
    padding-top: 104px;
    margin-bottom: 48px;
}

.privacy__policy__wrpr {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    position: relative;
    padding-bottom: 40px;
}

.privacy__policy__wrpr p {
    margin-bottom: 30px;
    line-height: 1.4;
}

.privacy__policy__wrpr ol li {
    list-style-type: decimal;
}

.privacy__policy__wrpr ul li {
    list-style: disc;
    line-height: 1.5;
    margin-bottom: 10px;
}

.privacy__policy__wrpr ol li {
    list-style-type: decimal;
}

.privacy__policy ul li p {
    margin-bottom: 0;
}

.privacy__policy__wrpr ol li p {
    margin-bottom: 0;
}

.privacy__policy__wrpr a {
    color: black;
}

.privacy__policy__wrpr::before {
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #D9D9D9;
    content: '';
    margin-left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.privacy__policy__wrpr ul {
    padding-left: 15px;
}

.privacy__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 11px;
}

.privacy__subtitle__para p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #777777;
    margin-bottom: 24px;
}

.privacy__subtitle__wrpr {
    margin-bottom: 48px;
}

.privacy__subtitle__para ul li {
    list-style-type: disc;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #777777;
}

.gift_box_wrpr {
    position: fixed;
    left: 0;
    width: 54px;
    background: #B12029;
    min-height: 45px;
    top: 88%;
    border-radius: 0 100px 100px 0;
    display: flex;
    justify-content: center;
    padding-right: 5px;
    align-items: center;
    transition: left .25s linear;
    cursor: pointer;
    pointer-events: all;
    text-decoration: none;
    outline: none;
    z-index: 999;
}

.gift_box_icon {
    pointer-events: none;
}

.gift_box_icon img {
    width: 100%;
    max-width: 25px;
    margin: auto;
    pointer-events: none;
}

.gift_box_wrpr {
    display: none;
}

@media screen and (max-width:767px) {
    .gift_box_wrpr {
        display: none
    }

    .privacy__policy__wrpr p {
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .privacy__policy {
        width: 100%;
        max-width: 87.5%;
        margin: 0 auto
    }

    .privacy__policy__wrpr .privacy__policy__title {
        font-weight: 500;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #000000;
        padding-top: 33px;
        margin-bottom: 24px
    }

    .privacy__subtitle {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #000000;
        margin-bottom: 16px
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #777777
    }

    .privacy__subtitle__para ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #777777
    }
}

@media screen and (min-width:1025px) and (max-width:1220px) {
    .privacy__policy {
        width: 100%;
        max-width: 76.875%;
        margin: auto
    }

    .privacy__policy__wrpr .privacy__policy__title {
        font-size: 42px
    }

    .privacy__subtitle {
        font-size: 22px
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 16px
    }
}

@media screen and (min-width:1221px) and (max-width:1440px) {
    .privacy__policy {
        width: 100%;
        max-width: 76.875%;
        margin: auto
    }

    .privacy__policy__wrpr .privacy__policy__title {
        font-size: 44px
    }

    .privacy__subtitle {
        font-size: 24px
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 17px
    }
}

@media screen and (max-width:576px) {
    .page__title .page_title_txt {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 250px;
        white-space: normal
    }
}

@media screen and (max-width:767px) {
    .privacy__policy {
        width: 100%;
        max-width: 92.52%;
        margin: 0 auto
    }

    .privacy__policy__wrpr {
        font-size: 12px;
        padding-top: 20px
    }

    .privacy__policy__wrpr .privacy__policy__title {
        display: none
    }

    .privacy__subtitle {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 22px
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #777777
    }

    .privacy__subtitle__para ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #777777
    }
}

@media screen and (max-width:480px) {
    .privacy__subtitle__para ul {
        padding-left: 19px
    }

    .privacy__subtitle__para ul li {
        list-style-type: none;
        position: relative
    }

    .privacy__subtitle__para ul li::before {
        position: absolute;
        left: -18px;
        top: 7px;
        content: '';
        width: 5px;
        max-height: 10px;
        aspect-ratio: 1;
        background-color: #777;
        border-radius: 50%
    }

    .page__title .page_title_txt {
        white-space: normal;
        max-width: 198px;
        width: 200px
    }
}

@media screen and (min-width:370px) and (max-width:393px) {
    .page__title .page_title_txt {
        max-width: 150px
    }
}

@media screen and (max-width:360px) {
    .privacy__policy {
        width: 100%;
        max-width: 90.55%;
        margin: 0 auto
    }

    .page__title .page_title_txt {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        width: 141px
    }

    .privacy__subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
        margin-bottom: 8px
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #777777;
        margin-bottom: 0
    }
}

@media screen and (max-width:320px) {
    .privacy__subtitle__para ul {
        padding-left: 13px
    }

    .privacy__subtitle__para ul li::before {
        width: 3px;
        left: -12px
    }

    .page__title .page_title_txt {
        font-size: 15px;
        display: -webkit-box;
        overflow: hidden;
        width: 169px
    }

    .privacy__policy {
        width: 100%;
        max-width: 94.28%;
        margin: 0 auto;
        overflow-x: hidden
    }

    .privacy__subtitle {
        font-weight: 500;
        font-size: 10px;
        line-height: 15px;
        color: #000000
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        color: #777777
    }

    .privacy__subtitle__para ul li {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        color: #777777
    }
}

@media only screen and (min-width:1440px) and (max-width:1920px) {
    .privacy__policy__wrpr::before {
        display: none
    }
}

@media screen and (max-width:280px) {
    .page__title .page_title_txt {
        font-size: 10px;
        display: -webkit-box;
        overflow: hidden;
        width: 135px
    }
}