
.main-image {
    margin-bottom: 20px;
}
    .main-image img {
        max-width: 100%;
        width: 100%;
    }

.achive-navi {
    margin-bottom: 30px;
}
    .achive-navi ul {
        display: table;
        width: 100%;
    }
        .achive-navi li {
            display: table-cell;
            width: 20%;
            text-align: center;
            vertical-align: top;
        }
            .achive-navi li img {
                max-width: 188px;
                width: 100%;
            }

#main .main_cont .inner h2 {
    padding:0;
    background: none;
    border: none;
    text-align: center;
}

.achive-section {
}
    .achive-wrap {
        display: table;
        width: 100%;
    }
    .achive-wrap .ph,
    .achive-wrap .text {
        display: table-cell;
        vertical-align: top;
    }

.line-wrap {
    background: #F8F2ED;
    padding: 0 20px 50px;
}
    .line-back {
        padding: 30px 20px 0;
        background: url(../img/achievements/line.png) repeat left bottom;
    }
        .line-back h3 {
            margin-bottom: 1em !important;
        }
        .line-back p {
            margin-bottom: 0 !important;
        }

.pagenation {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0 50px;
}
    .pagenation ul {
        display: table;
        width: 100%;
    }
        .pagenation ul li {
            display: table-cell;
            width: 50%;
        }
            .pagenation ul li.prev {
                text-align: right;
                padding-right: 10px;
            }
            .pagenation ul li.next {
                text-align: left;
                padding-left: 10px;
            }
        .pagenation ul li img {
            max-width: 100%;
        }

/**
 * for Tablet
 */
@media screen and (max-width: 999px) {
    .achive-wrap .ph {
        display: none;
    }
}
/**
 * for SmartPhone
 */
@media screen and (max-width: 600px) {
}