@charset "utf-8";
#privacy{
    .wrap{
        .contents{
            p{
                line-height: 1.6;
            }
            h2{
                font-size: 2rem;
                margin: 2em 0 1.3em;
            }
            ul{
                & > li{
                    line-height: 1.6;
                    margin-bottom: 1.3em;
                    position: relative;
                    padding-left: 0.9em;
                    &::before{
                        content: "";
                        position: absolute;
                        top:0.5em;
                        left:0;
                        background-color: #005FE2;
                        width: 0.6em;
                        height: 0.6em;
                        border-radius: 50px;
                    }
                }
            }
            ol{
                margin-top: 1em;
                li{
                    line-height: 1.6;
                    margin-bottom: 1.3em;
                    position: relative;
                    list-style-type: decimal;
                    margin-left: 1em;
                }
            }
        }
    }
}


@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
}

@media screen and (max-width:768px){
    
    
}