
.privacypolicy {
    /* float: left; */
    clear: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.privacypolicy_ {
    /* overflow: hidden; */
}
.privacypolicy img {
    width: 100%;
    border-radius: 5px;
}


.privacypolicy_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    margin: 20px 0;
}




.parbase .ts__h3.-colored {
    color: #192547;
}
.ts__p {
    font-size: 11px;
    line-height: 1.58;
    display: block;
    margin: 8px 0;
    color: #555;
    font-weight: 400;
}
.ts__item.-bold {
    font-weight: 700;
}
.ts__item {
    color: #555;
    font-size: 12px;
    line-height: 1.58;
    font-weight: 400;
}



.ts__box {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f8f9fc;
}
.ts__list:first-child {
    margin-top: 0;
}
.ts__list:last-child {
    margin-bottom: 0;
}
.ts__list.-disc > .ts__item {
    position: relative;
    padding-left: 1.2rem;
}
.ts__list.-disc > .ts__item:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555;
}
.ts__list.-number {
    list-style: decimal;
    padding-left: 25px;
}
.ts__list.-word > .ts__item {
    position: relative;
    padding-left: 20px;
}



.ts__h3 {
    margin: 1.2rem 0 0.8rem;
    color: #192547;
    font-weight: 700;
    font-size: 15px;
}





/* 테이블 */
.ux-table {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #192547;
}
.ux-table.-x-scroll {
    overflow-x: auto;
}
.ux-table table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
}
.ux-table caption {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: 0 0 -1px;
    padding: 0;
    border: 0;
}

.thead__th {
    padding: 15px;
    border-bottom: 1px solid #dee0e2;
    background-color: #f8f9fc;
    color: #192547;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.58;
    text-align: center;
}
.thead__th + .thead__th {
    border-left: 1px solid #dee0e2;
}

.tbody__tr:first-child .tbody__td {
    border-top: 0;
}
.tbody__td[rowspan] {
    border-right: 1px solid #dee0e2;
}
.tbody__td {
    padding: 15px;
    border-top: 1px solid #dee0e2;
    background-color: #fff;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}
.tbody__td + .tbody__td {
    border-left: 1px solid #dee0e2;
}







.title_hydrated {
    visibility: inherit;
}
.ux-h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ts__h3.-bold {
    color: #192547;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0 8px;
}
.ts__h3.-bold:first-child {
    margin-top: 0;
}
.ts__p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 11px;
}

.ts__list {
    margin: 8px 0;
    padding-left: 0;
}
.ts__list:last-child {
    margin-bottom: 0;
}
.ts__list:first-child {
    margin-top: 0;
}
.ts__list.-number {
    list-style: decimal;
    padding-left: 20px;
}
.ts__item {
    font-size: 11px;
    line-height: 1.58;
    color: #555;
    font-weight: 400;
}
.ts__item + .ts__item {
    margin-top: 3px;
}


























