#about h2.title {
    position:relative;
    width:190px;
    height:32px;
    background:#000;
    color:#FFF;
    text-align: center;
    line-height: 32px;
    margin:0px auto;
    font-size:18px !important;
    font-weight: bold !important;
}

.about-content {
    overflow: hidden;
    position: relative;
    height:100%;
}

.about-content:before {
    position: absolute;
    top:0;
    left:0;
    content:"";
    width:100%;
    height:600px;
    background:#F4F4F4;
}

.about-content .content-center-wrap {
    overflow: hidden;
    height: 100%;
    background-image: url("../../../img/main/sub/about/simbol.png");
    background-position: 700px 75px;
    background-repeat: no-repeat;
    z-index: 1;
}

.about-content .content-center-wrap .content-1 {
    position: relative;
    margin-top:170px;
}

.about-content .content-center-wrap .content-1 > ul {
    margin-top:30px;
}

.about-content .content-center-wrap .content-1 > ul li {
    position: relative;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    color:#59677C;
    text-indent: 20px;
}

.about-content .content-center-wrap .content-1 > ul li:before {
    position: absolute;
    display:inline-block;
    content:"";
    width:18px;
    left:0;
    top:9px;
    border-left:18px solid #59677C;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.about-content .content-center-wrap .content-1 .center-img {
    position: relative;
    width:1000px;
    margin:76px auto 0;
}

.about-content .content-center-wrap .content-2 {
    overflow: hidden;
    margin:40px 0 100px;
    position: relative;
    background:#A4EDEC;
    height: 740px;
}

.about-content .content-center-wrap .content-2 .about-txt {
    position: relative;
    width:855px;
    margin:40px auto 0;
    border-bottom:1px solid #FFF;
    text-align: center;
}

.about-content .content-center-wrap .content-2 .about-txt-1 {
    margin-top:63px !important;
}

.about-content .content-center-wrap .content-2 .about-txt-3 {
    border-bottom:none !important;
}

.about-content .content-center-wrap .content-2 .about-txt p {
    font-size:20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 34px;
    color:#575654;
    padding:26px 0;
}
