@charset "utf-8";

.policy{
    padding: 104px 0 136px;
}



.policy-list__title{
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border_gray);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--color-text-primary);
}

.policy-list__detail{
    margin-bottom: 40px;
}

.policy-list__detail:last-child{
    margin-bottom: 0;
}

.policy-list__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}


.privacy-list{
    margin-top: 40px;
}

.privacy-list__title{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--primary);
}

.privacy-list__detail{
    margin-bottom: 32px;
}

.privacy-list__detail:last-child{
    margin-bottom: 0;
}

.privacy-list__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}

.privacy-list-detail__list{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}



.contact-table{
    width: fit-content;
    border-left: 1px solid var(--border_gray);
    border-top: 1px solid var(--border_gray);
}

.contact-table__item{
    display: flex;
    width: fit-content;
    border-bottom: 1px solid var(--border_gray);
}

.contact-table-item__title{
    width: 232px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.4;
    color: var(--color-text-primary);
    border-right: 1px solid var(--border_gray);
    background-color: var(--bg_gray);
}

.contact-table-item__detail{
    width: 888px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4;
    color: var(--color-text-primary);
    border-right: 1px solid var(--border_gray);
}



@media screen and (max-width:750px) {


    .policy{
        padding: calc((100 / 390) * 56 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
    }



    .policy-list__title{
        margin-bottom: calc((100 / 390) * 16 * 1vw);
        padding-bottom: calc((100 / 390) * 10 * 1vw);
        border-bottom: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
        font-size: calc((100 / 390) * 18 * 1vw);
        line-height: 1.9;
    }

    .policy-list__detail{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .policy-list__text{
        font-size: calc((100 / 390) * 15 * 1vw);
    }


    .privacy-list{
        margin-top: calc((100 / 390) * 32 * 1vw);
    }

    .privacy-list__title{
        margin-bottom: calc((100 / 390) * 8 * 1vw);
        font-size: calc((100 / 390) * 16 * 1vw);
        line-height: 1.9;
    }

    .privacy-list__detail{
        margin-bottom: calc((100 / 390) * 24 * 1vw);
    }

    .privacy-list__text{
        font-size: calc((100 / 390) * 15 * 1vw);
    }

    .privacy-list-detail__list{
        font-size: calc((100 / 390) * 15 * 1vw);
    }
    

    .contact-table{
        width: 100%;
        border-left: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
        border-top: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
    }

    .contact-table__item{
        display: flex;
        width: 100%;
        border-bottom: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
    }

    .contact-table-item__title{
        width: calc((100 / 390) * 93 * 1vw);
        padding: calc((100 / 390) * 11 * 1vw) calc((100 / 390) * 16 * 1vw);
        font-size: calc((100 / 390) * 15 * 1vw);
        line-height: 1.9;
        border-right: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
    }

    .contact-table-item__detail{
        width: calc(100% - (100 / 390) * 93 * 1vw);
        padding: calc((100 / 390) * 11 * 1vw) calc((100 / 390) * 16 * 1vw);
        font-size: calc((100 / 390) * 15 * 1vw);
        line-height: 1.9;
        border-right: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
    }
}
