@charset "utf-8";
/* CSS Document */
.term-con{
    line-height:26px;
    }
.aboutbg{
    margin-top:20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin-bottom: 50px;
    }
.title{
    padding:20px 15px 0 15px;
    font-size:24px;
    color:#3999fc;
    font-weight:bold;
    }
.term-panel{
    padding:20px 15px 0 15px;
    }
.term-title {
    font-size:16px;
    font-weight:bold;
    }
.term-con p{
    font-size:14px;
    margin-bottom:10px;
    }
.term-con ul li{
    margin-left:30px;
    list-style-type:disc;
    font-size:14px;
    }