@import url("reset.css");

.container h1{
    font: normal normal 300 34px/48px Noto Sans KR !important;
}
.container h2{
    font: normal normal 300 20px/28px Noto Sans KR !important;
}
.container p, .container li, .container ol{
    font: normal normal 300 15px/30px 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: 10%;
    padding-bottom: 10%;
    width: 50%;
    height: auto;
}
.seperator{
    height: 1px;
    border-top: 1px dashed #707070;
}

.table {
    display:table;
    text-indent: initial;
    width:100%;
    max-width:100%;
    margin-bottom:22px;
    border-color:gray;
    border-collapse:collapse;
}

.thread{
    display:table-header-group;
    vertical-align:middle;
    border-color:inherit;
}

.tr{
    display:table-row;
}

.table > thread > tr {
    line-height: 1.6
    border-bottom:2px solid #ddd;
}

.th {
    text-align:left;
}

.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color:inherit;
}