    .termsTxt {
    margin-top: 30px;
    margin-left: 16px;
    margin-bottom: 5px;
    font-family: TBGothicDB Std;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.termsBox {
    height: 200px;
    padding: 10px;
    border: 1px solid #BFBFBF;
    border-radius:5px;
    overflow-y: scroll;
    margin-left: 16px;
    margin-right: 16px;
    font-family: TBGothicR Std;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.termsBox::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}
 
.termsBox::-webkit-scrollbar-track {
    background: #fff;
}
 
.termsBox::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius:5px;
}
.contBox {
    padding: unset;
    height: 54px;
    background: none;
}
.checkboxArea {
    text-align: center;
}
.checkboxArea .check {
    font-size: 1.28rem;
}
.btnBox {
    width: 91%;
    max-width: 420px;
    margin: 0 auto;
}
.btn_right {
    margin-left: auto;
}
.agreeerrorBox {
    color: red;
    visibility: hidden;
}
.contHed_txt {
    font-family: TBGothicB Std;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}
.contHed_txt_ul {
    width: fit-content;
    margin: auto;
}
.contHed_txt_li {
    text-align: left;
    margin-bottom: 0;
}
.contFt {
    padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
    .contHed {
        padding: 30px 4%;
    }
    .termsTxt {
        margin-top: 30px;
        /*font-size: .92rem;*/
        font-size: 14px;
    }
    .termsBox {
        /*height: 375px;*/
        background: #fff;
        word-break: break-all;
    }
    .termsBox_txt {
        font-size: 1.07rem;
    }
    .contBox {
        background: #f5f5f5;
    }
    .checkboxArea .check {
        font-size: 1.14rem;
    }
}