#tou-modal .modal-lg {
    max-width: 1200px;
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    height: 90%;
    margin: auto;
    padding-top: 5%;
}

#tou-modal .modal-content {
    border-radius: 24px;
    border: 0;
    height: 100%;
    overflow-y: auto;
    box-shadow: none;
}

#tou-modal .modal-body {
    padding: 48px 80px;
}

@media (max-width: 1100px) {
    #tou-modal .modal-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #tou-modal .modal-body .list-paragraph {
        font-size: 12px !important;
    }

    .tou-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .tou-title {
        font-size: 24px !important;
        line-height: normal !important;
    }

    .tou-subtitle {
        font-size: 12px !important;
    }

    .tou-para {
        font-size: 12px !important;
    }
}

#tou-modal ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

#tou-modal ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

#tou-modal ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

#tou-modal li ol > li {
    margin: 16px 0 24px 0;
}

#tou-modal li ol > li:before {
    content: counters(item, ".") " ";
}

#tou-modal p {
    margin-bottom: 24px;
}

.tou-list {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #7A007A;
}

.tou-sublist {
    font-size: 16px;
    font-weight: bold;
    color: #7A007A;
    line-height: 24px;
}

.list-paragraph {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 24px;
}

.tou-header {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    width: 100%;
}

.tou-icon {
    height: 80px;
    width: 80px;
}

.tou-headline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tou-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #610561;
}

.tou-subtitle {
    color: #7D737D;
}

.tou-close-btn {
    margin-left: auto;
    width: 40px;
    height: 40px;
    padding: 0 !important;
}

.tou-hr {
    margin: 32px 0;
}
