.chtalk {
    width: 100%;
    display: inline-block;
    height: 70px;
    padding-left: 80px;
    margin-bottom: 20px;
    background: url(/html/images/common/chtalk.png) 0% 50% no-repeat;
    box-sizing: border-box;
    vertical-align: top;
}
.chtalk b {
    float: left;
    line-height: 70px;
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.chtalk span {
    float: left;
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    border: 1px #e3e3e3 solid;
    background: #fff url(/html/images/common/chtalk_icon.png) 90% 50% no-repeat;
    padding: 0px 35px 0px 15px;
    margin: 20px 10px;
}
.cs dl dt {display:none !important;}


/*
#left_menu .left_menu .list>li#certificate  {display:none !important;}
*/

/* Dots */
.sub_imgbox .slick-dots {bottom:20px !important;}
.sub_imgbox .slick-dots li {width:15px !important; height:15px !important;border-radius:50% !important;margin-right:10px !important;}



@media all and (max-width:680px) {
.sub_imgbox .slick-dots {bottom:15px !important;}
.sub_imgbox .slick-dots li {width:10px !important; height:10px !important; margin-right:10px !important}
}