
    .publicBody {
        font-size: 16px;
    }
    .detail {
        padding: 20px 0;
    }
    @media screen and (max-width: 768px) {
        .detail {
            padding: 20px 14px;
        }
    }
    .title {
        font-size: 18px;
        u {
            font-weight: 700;
        }
        text-align: center;
    }
    .titleOne {
        font-weight: 500;
        margin: 0;
        font-size: 15px;
        line-height: 23px;
        padding: 20px 0;
        text-align: center;
        display: flex;
        align-items: center;
        letter-spacing: normal;
        color: #0F0F0F;
        width: 100%;
        span {
            max-width: 500px;
            margin: 0 auto;
        }
    }
    .titleTwo {
        padding: 20px 0;
        font-size: 15px;
        font-weight: 700;
    }
    strong {
        font-weight: 700;
    }
    u {
        font-weight: 700;
        text-decoration: underline;
    }
    .noMargin {
        margin: 0;
        padding-bottom: 16px;
    }
    .contentUlOne {
        padding-bottom: 16px;
        .contentLiOne {
            padding-top: 16px;
        }
        .contentLiOne::before{
            content: url("/assets/174e47cc4293340eb4f2.svg");
            color: black;
            margin-right: 16px;
            position: relative;
            top: -2px;
        }
    }
    .subUl {
        list-style: none;
        counter-reset: my-counter;
        padding-left: 45px;
        padding-top: 16px;
    }

    .subUl li {
        counter-increment: my-counter;
        position: relative;
        margin-bottom: 5px;
    }

    .subUl li::before {
        content: counter(my-counter) ". ";
        position: absolute;
        left: -1.5em;
    }
    .ppsaStyle {
        text-decoration: underline;
    }
    @media screen and (min-width: 768px){
        .title {
            u {
                font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
            }
        }
        .titleOne {
            font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
        }
        .titleTwo {
            font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
        }
        strong {
            font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;

        }
        u {
            font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
        }
    }
    @media screen and (max-width: 768px) {
        .title {
            u {
                font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;
            }
        }
        .titleOne {
            font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
        }
        .titleTwo {
            font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;
        }
        strong {
            font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;

        }
        u {
            font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;
        }
    }

