
.look-terms-body{
    width: 95%;
    margin: 0 auto;
}

.look-terms-title{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}
.look-terms-title button{
    height: 35px;
    width: 120px;
    background-color: var(--main-color);
    font-size: 1.5rem;
    color: white;
    border-radius: 10px;
}
.look-terms-title span{
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
}
p.triangle-btn{
    width: 0px;
    height: 0px;
    border-top: 10px solid #666666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
}
.look-terms-ctnt{
    background-color: #f2f2f2;
    height:250px;
    overflow: auto;
    padding: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
}
.look-terms-title.agree{
    display: block;
    font-size: 1.5rem;
    padding: 10px 0px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}
.look-terms-title.agree p{
    margin: 10px 0px;
}
.look-terms-ctnt.agree{
    background-color: white;
    padding: 0px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    height: 100%;
}
.look-terms-ctnt.agree button{
    font-size: 2rem;
    border: none;
    background-color:  var(--main-color);
    color: white;
    padding: 10px;
    width: 100%;
}
p.triangle-btn.selected-btn{
    border-top: none;
    border-bottom: 10px solid #666666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}