* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

.privacy_policy_section {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
}

.privacy_container {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3.8rem;
}

.privacy_bann_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy_bann_content h1 {
    font-family: var(--font-Museo);
    font-size: var(--font54);
    font-weight: var(--font_weight700);
    line-height: 6.48rem;
    text-align: left;
    color: var(--primary_dark);

}

.privacy_bann_content h1 span {
    background: linear-gradient(275.11deg, #E7F6FE 0%, #F9ACE3 0%, #D572B8 21.23%, #AD69D7 48.46%, #9878FE 78.45%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.privacy_bann_content p {
    font-family: var(--font-noto);
    font-size: var(--font20);
    font-weight: var(--font_weight400);
    line-height: 3.2rem;
    text-align: left;
    color: var(--primary_dark);
}

.privacy_bann_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.privacy_lower_wrapp {
    display: flex;
    gap: 6rem;
}

.privacy_lower_right {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.privacy_lower_left::-webkit-scrollbar,
.privacy_lower_right::-webkit-scrollbar {
    display: none;
}

.privacy_list_detail {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.privacy_list_para {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.privacy_detail_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.privacy_items_list {
    padding: 1.4rem 0 1.4rem 0.8rem;
    color: var(--primary_dark);
    font-family: var(--font-noto);
    font-size: var(--font14);
    font-style: normal;
    font-weight: var(--font_weight400);
    line-height: 140%;
    cursor: pointer;

}

.privacy_items_list.list_active {
    color: var(--list-active);
    border-bottom: 2px solid var(--list-active);
    font-weight: var(--font_weight700);
    font-family: var(--font-dmsan);
}

.privacy_list_head h3 {
    font-family: var(--font-noto);
    font-size: var(--font24);
    font-weight: var(--font_weight600);
    line-height: 3.269rem;
    text-align: left;
    color: var(--primary_dark);
}

.termsct_text,
.term_mail h4,
.privacy_inner_list li,
.privacy_order_list li,
.privacy_detail_listed p,
.privacy_list_para p {
    font-family: var(--font-noto);
    font-size: var(--font16);
    font-weight: var(--font_weight400);
    line-height: 2.6rem;
    text-align: left;
    color: var(--primary_dark);
}

.privacy_detail_listed {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.privacy_order_list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding-left: 2.5rem;
}

.privacy_order_list li {
    list-style-type: disc;
}

.privacy_order_list li b {
    font-weight: var(--font_weight500);
}

.privacy_inner_list li b {
    font-weight: var(--font_weight500);
}

.privacy_list_para.fnt-18 p {
    font-size: var(--font18);
    line-height: 2.88rem;
}

.privacy_order_list .list_dec {
    list-style-type: none;

}

.privacy_order_list.terms_list {
    padding-left: 0;
}

.term_mail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
}

.terms_contact {
    display: flex;

}

.terms_balancing_wrapp {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.privacy_list_head h4 {
    font-family: var(--font-dmsan);
    font-size: var(--font20);
    font-weight: var(--font_weight500);
    line-height: 3.2rem;
    text-align: left;
    color: var(--primary_dark);
}

.privacy_list_detail.scroll_active .privacy_list_head h3 {
    color: var(--list-active);
}

.privacy_detail_listed .priavcy_email,
.privacy_order_list .priavcy_email,
.privacy_list_para p a,
.privacy_list_para p span {
    color: var(--list-active);
}

.privacy_order_list.grievace_list {
    gap: 1.4rem;
}

.privacy_mobile_menu {
    background: #F6F6F6;
    width: 100%;
    padding: 0.4rem 1rem;
    gap: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.privacy_mbitem {
    font-family: var(--font-noto);
    font-size: 1.4rem;
    font-weight: var(--font_weight400);
    line-height: 2.24rem;
    text-align: left;
    padding: 0.6rem 0;
    width: 85%;
    color: var(--primary_dark);
}

.privacy_lower_wrapp {
    position: relative;
    transition: top 0.3s ease-in-out;
}

.privacy_bann_img.respon_bannimg {
    max-width: 32.3rem;
    width: 100%;
}

.privacy_bann_img.terms_bann_img {
    max-width: 41.3rem;
    width: 100%;
}

.privacy_bann_img.banner_imgchag {
    max-width: 40rem;
    width: 100%;
}

.privacy_bann_img.grieva_bannimg {
    max-width: 36.5rem;
    width: 100%;
}

.privacy_bann_img img {
    width: 100%;
    height: auto;
    display: block;
}

.btn_click {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background: #fff;
    border: 0.13px solid #565656;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1700px) and (min-width: 1025px) {
    html {
        font-size: 62.5%;
    }
}

@media (width:1536px) and (min-height: 695px) and (max-height: 865px) {

    .privacy_bann_wrapper,
    .privacy_lower_wrapp {
        max-height: 60rem;
    }
}

@media (max-width:1279px) {
    .privacy_container {
        padding-inline: 8rem;
    }

    .privacy_list_detail h3 {
        font-size: 2.4rem;
    }

    .privacy_list_detail {
        gap: 1.4rem;
    }

    .terms_balancing_wrapp {
        gap: 1.4rem;
    }
}

@media (min-width:1025px) {
    .privacy_btns {
        display: none;
    }

    .privacy_lower_wrapp,
    .privacy_lower_right {
        max-height: 82.5rem;
        overflow: auto;
        overflow-x: hidden;
    }

    .privacy_lower_right.responsible_lower_right {
        max-height: 50rem;
        overflow: auto;
        overflow-x: hidden;
    }

    .privacy_lower_wrapp {
        width: 20%;
    }

    .privacy_whole_wrapp {
        display: flex;
        gap: 6rem;
    }
}

@media (max-width: 1024px) {
    .privacy_items_list.list_active {
        display: inline-block;
    }

    .privacy_whole_wrapp {
        display: block
    }

    .privacy_bann_wrapper {
        flex-direction: column;
        gap: 4rem;
    }

    .privacy_bann_img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .privacy_bann_content {
        width: 100%;
    }

    .privacy_container {
        padding-inline: 5rem;
        padding-block: 7.5rem 4rem
    }

    .privacy_policy_section {
        padding-top: 2rem;
        position: relative;
        z-index: 0;
    }

    .privacy_list_detail h3 {
        font-size: 2rem;
    }

    .terms_balancing_wrapp {
        gap: 1.2rem;
    }

    .privacy_lower_wrapp {
        flex-direction: column;
        gap: 4rem;
        position: sticky;
        top: 90px;
        z-index: 1000;
    }

    .privacy_unorder.visible {
        display: block;
    }

    .privacy_unorder {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100vh;
        bottom: 0;
        overflow-y: auto;
        z-index: 1;
        display: none;
        left: 0;
        top: 0;
        padding-inline: 5rem;
        padding-block: 6rem 4rem;
    }

    .privacy_lower_right {
        padding-bottom: 2rem;
        box-sizing: border-box;
        width: 100%;
    }

    .privacy_btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background: #F6F6F6;
        flex: 1;
        padding: 0.4rem 1rem;
        gap: 1.2rem;
        cursor: pointer;
    }

    .privacy_unorder.visible {
        display: block;
    }

    .privacy_btns::before {
        content: '';
        position: absolute;
        bottom: 100%;
        background-color: #fff;
        width: 100%;
        height: 5.2rem;
        left: 0;
        z-index: -1;
    }

    .privacy_list_detail.scroll_active {
        margin-top: 4rem;
    }

    .privacy_bann_content h1 {
        line-height: 4.5rem;
    }

}

@media (max-width:991px) {
    .privacy_lower_right {
        gap: 2.4rem;
    }
}

@media (max-width:767px) {
    .privacy_bann_wrapper {
        gap: 2rem;
    }

    .privacy_container {
        padding-inline: 1.6rem;
        padding-block: 6rem 2rem;
    }

    .privacy_unorder {
        padding-inline: 1.6rem;
        padding-block: 6.5rem 2rem;

    }

    .privacy_lower_right {
        gap: 3rem;
    }

    .privacy_list_detail {
        gap: 0.8rem;
    }

    .privacy_list_detail h3 {
        line-height: 2.6rem;
        font-size: 1.6rem;
    }

    .privacy_order_list {
        gap: 0.8rem;
        padding-left: 2rem;
    }

    .terms_balancing_wrapp {
        gap: 1rem;
    }

    .privacy_bann_content p,
    .privacy_order_list li {
        line-height: 2.2rem;
    }

    .privacy_order_list.grievace_list {
        gap: 1rem;
    }

    .privacy_bann_content h1 {
        line-height: 4.32rem;
    }

    .privacy_list_head h4 {
        font-size: 1.6rem;
    }

    .privacy_bann_content h1 span {
        display: inline;
    }

    .termsct_text,
    .term_mail h4,
    .privacy_inner_list li,
    .privacy_order_list li,
    .privacy_detail_listed p,
    .privacy_list_para p {
        line-height: 2.2rem;
    }

    .privacy_bann_img.grieva_bannimg img {
        width: 66%;
    }

    .privacy_bann_img.terms_bann_img img {
        width: 77.2%;
    }

    .privacy_bann_img.banner_imgchag img {
        width: 89.6%;
    }

    .privacy_bann_img.respon_bannimg img {
        width: 70%;
    }

    .privacy_list_para {
        gap: 0.8rem;
    }

    .privacy_btns::before {
        height: 4.5rem;
    }

    .privacy_policy_section {
        padding-bottom: unset;
    }

}

@media (max-width:545px) {
    .privacy_lower_right {
        gap: 2.4rem;
    }
}

@media (max-width: 420px) {
    .privacy_unorder {
        padding-block: 6rem 2rem;
    }

}

@media (max-width:359px) {

    .privacy_policy_bottom_right_contact {
        gap: 5%;
    }
}

@media (max-width:319px) {
    .terms_contact {
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .term_mail {
        flex-direction: row;
        width: 100%;
    }
}