@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");

.notosans * {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
}
.notosans p {
    line-height: 1.6 !important;
    word-break: keep-all;
}

.new_terms_wrapper {
    font-size: 14px;
    color: #787878;
    line-height: normal;
    letter-spacing: -0.09rem;
    word-spacing: -0.12rem;
}

.new_terms_wrapper table {
    border-top: 2px solid #000;
    border-bottom: 2px solid #b1b1b1;
    width: 100%;
}

.new_terms_wrapper table th,
.new_terms_wrapper table td {
    border: 1px solid #eee;
}

.new_terms_wrapper table th:first-child,
.new_terms_wrapper table td:first-child {
    border-left: none;
}

.new_terms_wrapper table th:last-child,
.new_terms_wrapper table td:last-child {
    border-right: none;
}

.new_terms_wrapper table th,
.new_terms_wrapper table td {
    padding: 1rem;
    font-size: 14px;
    vertical-align: middle;
}

.new_terms_wrapper table th {
    color: #000;
    font-weight: 400;
    text-align: center;
    word-break: break-all;
    background-color: #fafafa;
    line-height: 1.25;
    word-spacing: -0.2rem;
}

.grid_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.grid_wrapper > div {
    padding: 0 15px;
    display: inline-flex;
    flex: none;
    width: 33.3%;
    flex-direction: row;
    box-sizing: border-box;
}
.grid_wrapper > div > div {
    display: flex;
    flex-direction: row;
    border: 1px solid #d9d9d9;
    flex: 1;
    padding: 20px 40px;
    justify-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    min-height: 140px;
}

.grid_wrapper > div > div > div {
    flex: 1;
}

.grid_wrapper div div img {
    flex: none;
    display: inline-block;
    width: 60px;
    height: auto;
    margin-right: 16px;
}

.grid_wrapper > div > div > ul {
    display: flex;
    flex-wrap: wrap;
}

.grid_wrapper > div > div > ul > li {
    list-style: disc;
    flex: 1;
    max-width: 33.3%;
}

.terms_icon_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2rem;
    margin-top: 8rem;
}

.terms_icon_title .head_line {
    margin: 0;
}

.terms_icon_title img {
    width: 26px;
    height: auto;
    margin-left: 0.4rem;
}

.terms_icon_title img:first-child {
    margin-left: 0;
}

.terms_icon_title img + .head_line {
    margin-left: 1rem;
}

.head_line {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 7rem 0 2rem;
    letter-spacing: -0.05rem;
}

.sub_black {
    color: #000;
    font-weight: 700;
    margin: 0 0 1.4rem;
}

.sub_black + div > ul {
    margin-top: -0.6rem;
}

.sub_black + div > ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0.6rem 0;
    white-space: nowrap;
    width: 30%;
    box-sizing: border-box;
}

.sub_black + div > ul li::before {
    content: "·";
    font-weight: 900;
    font-size: 1.2em;
    position: relative;
    line-height: 1;
    margin-right: 2px;
}

.desc_black {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 4rem 0 2rem;
}

.ul_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 8rem;
}

.ul_wrapper ul {
    flex: 1;
}

.ul_wrapper ul li {
    padding: 0.8rem 0;
    line-height: 1;
    color: #000;
}

.grid_wrapper .sub_black {
    line-height: 1;
    margin: 0 0 1rem;
}

.sub_black + div {
    line-height: 1.3;
    letter-spacing: -0.1rem;
    word-spacing: -0.1rem;
}

.w-25 {
    width: 25%;
}
.w-33 {
    width: 33.3%;
}

.w-117 {
    width: 117px;
}
.w-300 {
    width: 300px;
}

p.text_indent {
    line-height: 1.25;
    padding: 0.5rem 0 0.5rem 2rem;
}

.m_text_left {
    text-align: center;
}

.gray_box {
    padding: 2rem;
    background-color: #f8f8f9;
}

.accent_primary_txt {
    font-weight: 700;
    color: #695fbf;
    font-size: 16px;
}

@media (max-width: 767px) {
    .terms_icon_title {
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 5rem;
        padding-bottom: 1.5rem;
        flex-wrap: wrap;
    }

    .terms_icon_title img {
        width: 30px;
        margin-bottom: 0.6rem;
    }

    .grid_wrapper {
        margin: 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .grid_wrapper > div {
        padding: 0;
        width: 100%;
    }

    .new_terms_wrapper table th,
    .new_terms_wrapper table td {
        padding: 1rem 0.8rem;
    }

    .new_terms_wrapper table td {
        vertical-align: top;
    }

    .w-117,
    .w-117 ~ th {
        width: 25%;
    }

    .w-33 {
        width: 33.3%;
    }

    .w-m38 {
        width: 38%;
    }

    .w-m55 {
        width: 55%;
    }

    .w-m25 {
        width: 25%;
    }

    .w-m30 {
        width: 30%;
    }

    .w-m18 {
        width: 18%;
    }

    p.text_indent {
        padding: 0 0 0 1rem;
        line-height: 1.45;
    }

    p:not(.text_indent) + p.text_indent {
        margin-top: 1rem;
    }

    .ul_wrapper {
        flex-direction: column;
    }

    .terms_icon_title img {
        display: inline-block;
    }

    .head_line {
        font-size: 16px;
        word-spacing: 0;
        letter-spacing: -0.02rem;
    }

    p + .head_line {
        margin: 5rem 0 1rem;
    }
    .terms_icon_title img + .head_line {
        margin-left: 0;
        display: block;
        width: 100%;
    }

    .sub_black + div {
        font-size: 1.3rem;
    }
    br + .desc_black {
        margin: 0 0 1rem;
    }

    table + .desc_black {
        margin: 2rem 0 1rem;
    }

    .ul_wrapper ul li {
        line-height: 1.25;
    }

    .notosans p {
        font-size: 13px;
        line-height: 1.54;
    }

    .new_terms_wrapper table th,
    .new_terms_wrapper table td {
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: -0.02rem;
    }

    .m_text_left {
        text-align: left;
    }
    .gray_box {
        padding: 1.5rem;
    }
    .accent_primary_txt {
        font-size: 14px;
    }
    .grid_wrapper div div img {
        width: 50px;
    }
}
