.terms_content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.terms_box{
    margin-top: min(1.200svw, 15px);
    margin-bottom: min(1.200svw, 15px);
    background-color: white;
    width: min(96.000svw, 1200px);
    border-radius: min(2.000svw, 25px);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.terms_title{
    font-size: min(1.92svw,24px);
    margin-top: min(4.800svw, 60px);
    margin-bottom: min(1.0624svw,13.28px);
}

.terms_publication_detail{
    margin-left: min(4.800svw, 60px);
    margin-right: min(4.800svw, 60px);
    width: min(86.4svw, 1080px);
    font-size: min(1.28svw,16px);
    text-align: right;
    border-top: 1px solid #d5d5d5;
    padding-top: min(1.0624svw,13.28px);
    margin-bottom: min(1.0624svw,13.28px);
}

.terms_list{
    margin-left: min(4.800svw, 60px);
    margin-right: min(4.800svw, 60px);
    width: min(86.4svw, 1080px);
}

.terms_index{
    margin-top: min(0.640svw, 8px);
    font-size: min(1.28svw,16px);
}

.terms_item{
    margin-top: min(0.640svw, 8px);
    font-size: min(1.28svw,16px);
    width: min(85.12svw, 1064px);
    transform: translateX(min(1.28svw,16px));
}

.terms_closing{
    font-size: min(1.28svw,16px);
    margin-left: min(4.800svw, 60px);
    margin-right: min(4.800svw, 60px);
    width: min(86.4svw, 1080px);
    text-align: right;
    padding-top: min(1.0624svw,13.28px);
    margin-bottom: min(4.800svw, 60px);
}

@media screen and (max-width: 480px) {
    .terms_box{
        border-radius:min(4.5svw, 50px);
    }
    .terms_title{
        font-size: min(3.84svw,24px);
        margin-top: min(2.1248svw,13.28px);
        margin-bottom: min(2.1248svw,13.28px);
    }
    .terms_publication_detail{
        width: min(88svw, 576px);
        font-size: min(3.84svw, 24px);
        padding-top: min(2.1248svw,13.28px);
        margin-bottom: min(2.1248svw,13.28px);
    }
    .terms_list {
        width: min(88svw, 550px);
    }
    .terms_index{
        font-size: min(3.84svw, 24px);
    }
    .terms_item {
        font-size: min(3.84svw, 24px);
        width: min(85.44svw, 534px);
        transform: translateX(min(2.56svw,16px));
    }
    .terms_closing{
        font-size: min(3.84svw, 24px);
        width: min(88svw, 576px);
        text-align: right;
        padding-top: min(2.1248svw,13.28px);
        padding-bottom: min(2.1248svw,13.28px);
        margin-bottom: min(2.1248svw,13.28px);
    }
}
