/* 이용약관 */

#sub_contents {
    margin-top: 15px;
}
/*#sub_title {
    margin-bottom: 40px;
}
#sub_title h1 {
}*/
.terms_main{
    margin-top: 50px;
    /*font-family: 'noto sans KR', sans-serif;*/
}
.terms_lst{
}
.terms_lst>li{
    margin-bottom:50px;
}
.terms_lst>li:last-child {
    margin-bottom: 0;
}
.terms_lst>li dt{
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size:15px;
    font-weight:400;
    /*color:#6643e6;*/
    margin-bottom:15px;
}
.terms_lst>li dd{
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size:13px;
    line-height:24px;
    color:#666;
}
.terms_main .btn_top{
    display: none;
    text-align:right
}
.terms_main .btn_top a{
    display:inline-block;
    overflow:hidden;
    width:42px;
    height:24px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    /*background:url(../images/btn_top2.png) no-repeat 0 0;
    text-indent:999em;*/
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
}
.terms_main .btn_top a:hover {
    color: #fff;
}

@media screen and (max-width:767px){
    #sub_contents {
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {
    .terms_main {
        margin-top: 0;
    }
}