@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 16px;
}

/* 약관 Style 통합 - 20240307 */
.terms_wrap {
    padding: 32px 0 0 0;
    max-width: 1440px;
    line-height: 1;
}
.terms_wrap a {
    color: #0643be;
}
.terms_wrap a:hover,
.terms_wrap a:focus {
    color: #0643be;
}
.terms_wrap h1 {
    font-size: 2rem;
    padding: 0 0 20px;
}
.terms_wrap h2 {
    font-size: 1.6rem;
    padding: 0 0 15px;
}
.terms_wrap h3 {
    font-size: 1.25rem;
    padding: 0 0 10px;
}
.terms_wrap h4 {
    font-size: 1.1rem;
    padding: 14px 0 10px;
}
.terms_wrap p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 0 5px;
}
.terms_wrap p.terms_num {
    padding-left: 26px;
    word-break: break-all;
}
.terms_wrap p span {
    margin-left: -26px;
    width: 26px;
    display: inline-block;
}
.tn_depth_01 {
    padding-left: 24px;
    margin-bottom: 5px;
}
.tn_depth_02 {
    padding-left: 48px;
    margin-bottom: 5px;
}
.tn_depth_03 {
    padding-left: 72px;
    margin-bottom: 5px;
}
.tn_depth_04 {
    padding-left: 96px;
    margin-bottom: 5px;
}
.tn_depth_05 {
    padding-left: 120px;
    margin-bottom: 5px;
}
.tn_depth_06 {
    padding-left: 144px;
    margin-bottom: 5px;
}

.table_wrap {
    padding: 0 0 10px 0;
    max-width: 1440px;
    min-width: 280px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    border: 0;
    clip: rect(0 0 0 0);
}
.terms_wrap table {
    border-spacing: 0;
    border-collapse: collapse;
}
.terms_wrap table {
    width: 100%;
    border-top: 3px solid #555;
    border-bottom: 1px solid #555;
    vertical-align: middle;
    margin: 5px 0 10px;
}
.terms_wrap table thead th {
    padding: 10px;
    border: 1px solid #555;
    background-color: #f5f5f5;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}
.terms_wrap table thead th:first-child {
    border-left: none;
}
.terms_wrap table thead th:last-child {
    border-right: none;
}
.terms_wrap table tbody th.thl {
    text-align: left;
}
.terms_wrap table tbody tr {
    vertical-align: middle;
}
.terms_wrap table tbody tr.btl {
    border-bottom: 1px solid #555;
}
.terms_wrap table tbody td {
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-top: 1px dotted #c7c7c7;
    border-right: 1px solid #555;
    border-bottom: 1px dotted #c7c7c7;
    border-left: 1px solid #555;
}
.terms_wrap table tbody td:first-child {
    border-left: none;
}
.terms_wrap table tbody td:last-child {
    border-right: none;
}
.terms_wrap table tbody td.txl {
    text-align: left;
}
.terms_wrap table th {
    padding: 10px;
    border-bottom: 1px solid #555;
    background-color: #f5f5f5;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}
.terms_wrap table td {
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-top: 1px dotted #c7c7c7;
    border-right: 1px solid #555;
    border-bottom: 1px dotted #c7c7c7;
    border-left: 1px solid #555;
}
.terms_sub_box {
    padding: 10px 20px;
    background: #f5f5f5;
    margin: 5px 0;
}

.terms_wrap .terms_marks_wrap {
    width: 100%;
    margin: 0 auto 20px;
}

.terms_wrap .privacy_marks_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.terms_wrap .privacy_marks_list figure {
    width: calc(100% / 3 - 50px);
    text-align: center;
    margin: 10px;
    padding: 10px;
    border: 1px solid #62a5e4;
}
.terms_wrap .privacy_marks_list figure img {
    padding: 10px;
    text-align: center;
}
.terms_wrap .privacy_marks_list figcaption {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.terms_wrap .privacy_marks_list figcaption strong {
    width: 100%;
    text-align: center;
}
.terms_wrap .privacy_marks_list figcaption ul {
    list-style-type: none;
    margin: 0 10px;
}

/* 약관 Style 통합 - 20240307 끝 */

/* 약관 style 추가 */
@media (max-width: 768px) {
    .terms_wrap table tbody td {
        overflow: hidden;
        white-space: normal;
        word-break: keep-all;
    }
    .terms_wrap table th {
        white-space: normal;
    }
    .terms_wrap table td {
        max-width: 250px;
    }
    .table_wrap {
        overflow-x: scroll;
        min-width: 0;
        width: 100%;
    }
    .table_wrap {
        overflow-x: scroll;
        min-width: 0;
    }
    .terms_wrap .privacy_marks_list figure {
        width: calc(100% / 2 - 50px);
    }
    .terms_wrap table thead th{font-size: 1rem;}
    .terms_wrap table tbody td{font-size: 1rem; line-height: 1.2rem;}
}
@media (max-width: 350px) {
    .terms_wrap .privacy_marks_list figure {
        width: 100%;
    }
}
/* 약관 style 추가 끝 */
