﻿


span{
    line-height: 1.3rem;
}


p{
    padding-left: 0.5rem;
}

b{
    font-weight: 700;
}

.sbtxt{
    padding-left: 1rem;
    line-height: 1.3rem;
}



.privacy_select{
    /*position: relative;*/
    left: 21%;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: #646464;
    padding: 0 10px;
    margin: 20px 0;
    min-width: 140px;
    background-position: 98% 50%;
}

.term>h3 {
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
    background-color: #EFF6FF !important;
}
.term2 .qna_tit{
    margin-bottom: 10px;
    background-color: #EFF6FF !important;
    padding: 6px 2% 6px 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: #646464;
}
.term2 h3{
    line-height: 50px;
}




/*privacy*/
.divTerms{
    word-break: keep-all;
}

.tabmenu li{
    margin-bottom: 1rem;
}

.tabmenu li a:hover{
    color: var(--main-color);
}



/*privacy provide*/
.policyTb{
    margin-top:15px;
    box-sizing:border-box;
    border-collapse:collapse;
}

.policyTb th{
    height:40px;
    background:#EFF6FF; 
    border:1px solid #d0d0d0;
}

.policyTb td{
    border:1px solid #d0d0d0;
    padding:10px;
}


.textArea h3{
    box-sizing: border-box;
    margin: 25px 0px 10px;
    padding: 5px;
    background: rgb(236, 236, 236);
    font-size: 16px;
    color: rgb(45, 45, 45);
    outline: 0px !important;
    user-select: auto !important;
}


/*반응형*/
/*privacy provide*/
@media (max-width:768px) {

    .policyTb td:nth-child(2),
    .policyTb td:nth-child(3){
        width: 30%;
    }

}


.page_tit{
    text-align: center;
}
/* 다운로드 버튼 */
.terms_down_btn a{
    width: fit-content;
    background: #fff;
    display: block;
    border: 1px solid #dedede;
    padding: .6rem 2rem;
    border-radius: 10px;
    color: #333;
    margin-left: auto;
    margin-bottom: 2.5rem;
    transition: all 0.4s ease;
}
.terms_down_btn a:hover{
    background: #444;
    border-color: #444;
    color: #fff;
}