
/* 약관전체 */
.all_terms_wrap .tit_wrap {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px rgb(0 0 0 / 75%) solid;
    padding-bottom: 10px;
    margin: 20px 0 16px;
    display: flex;
    align-items: center;
}

.all_terms_wrap .tit_wrap .tit {
    font-weight: 600;
    margin-right: 15px;
}

.all_terms_wrap .tit_wrap .che_box {
    font-size: 14px;
}

.all_terms_wrap .cheb_label {
    display: flex;
    align-items: center;
}

.all_terms_wrap .cheb_label input {
    margin-right: 5px;
}

.all_terms_wrap .cont_wrap li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.all_terms_wrap .cont_wrap li:last-child {
    margin-bottom: 0;
}

.all_terms_wrap .cont_wrap .ch_more {
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 0 6px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
}

.all_terms_wrap .cont_wrap .ch_red {
    margin-left: 5px;
    color: #f90404;    
}
