.about-content{
    max-width: 885px;
    margin: 0 auto;
}
.about-content .txt{
    margin-top: 30px;
}
/*
.about-content {
    position: relative;
    background: #F2FAF6;
    overflow: hidden;
    display: table;
    width: 100%;
}

.about-content .pic,
.about-content .txt {
    display: table-cell;
    vertical-align: middle;
}
.about-content .txt {
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    padding: 20px 5%;
    color: #999;
}
.about-content .title {
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 20px;
    color: #666;
}
.about-content .title:after {
    content: "◆";
    display: block;
    font-size: 30px;
    margin-top: 10px;
}

@media screen and (max-width: 1280px) {
    .about-content,
    .about-content .pic,
    .about-content .txt {
        display: block;
        width: auto;
    }
    .about-content {
        max-width: 728px;
        margin: 0 auto;
    }
}*/
