@import url("reset.css");

.container h1{
    font: normal normal 300 26px/48px Noto Sans KR !important;
}
.container h2{
    font: normal normal 300 16px/26px Noto Sans KR !important;
}
.container p, .container li, .container ol{
    font: normal normal 300 12px/25px Noto Sans KR;
}
.container strong{
    font-weight: bold;
}

.privacy-section{
    width: 100%;
    height: auto;
    overflow: auto;
}

.wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.privacy-policy{
    margin-top: 20%;
    width: 90%;
    padding-bottom: 10%;
    height: auto;
}
.seperator{
    height: 1px;
    border-top: 1px dashed #707070;
}