@import url("reset.css");

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

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