/* terms.css */

/* 이용약관 */
.cnt-tab-group.terms li {
    width: calc(100% / 5);
}

.terms-group {
    padding-bottom: 100px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
    color: #666;
}

.terms-group>div {
    display: none;
}

.terms-group>div.active {
    display: block;
}

.t-title {
    display: block;
    padding-top: 55px;
    padding-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e;
}

.t-chapter {
    color: #ccc;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 28px;
}

.t-sub-title {
    display: block;
    padding-bottom: 20px;
    line-height: 28px;
    color: #1e1e1e;
    font-weight: 500;
}

.list-1depth {
    padding-left: 25px;
}

.list-1depth li {
    padding-top: 18px;
    line-height: 24px;
}

.list-1depth .txt-num {
    margin: 0 12px 0 -25px;
}

.list-1depth .list-2depth {
    padding-left: 16px;
}

.list-2depth {
    padding: 9px 0 0 37px;
}

.list-2depth li {
    padding-top: 0;
    font-size: 14px;
    line-height: 28px;
}

.list-2depth li:before {
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 12px 14px 0 -16px;
    vertical-align: top;
    background-color: #1e1e1e;
    content: '';
}

.desc {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    color: #1e1e1e;
}

@media (max-width: 1023px) {}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1023px) {}

/* 모바일 */
@media (max-width: 767px) {
    .cnt-tab-group.terms li:nth-child(1) {
        width: 42%;
    }

    .cnt-tab-group.terms li:nth-child(2) {
        width: 29%;
    }

    .cnt-tab-group.terms li:nth-child(3) {
        width: 29%;
    }

    .terms-group {
        padding-bottom: 100px;
        font-size: 14px;
    }

    .desc {
        font-size: 15px;
    }

    .t-sub-title {
        font-size: 16px;
    }

    .t-title {
        display: block;
        padding: 50px 0 20px;
        font-size: 18px;
    }

    .list-1depth {
        padding-left: 20px;
    }

    .list-1depth li {
        padding-top: 10px;
        line-height: 22px;
    }

    .list-1depth .txt-num {
        margin: 0 8px 0 -20px;
    }

    .list-1depth .list-2depth {
        padding-left: 0;
    }

    .list-2depth li:before {
        margin: 12px 8px 0 -10px;
    }

}

/* PC 구간 */
@media (min-width: 1023px) {}

/* PC 최소구간 설정 */
@media (min-width: 1024px) and (max-width: 1200px) {}