.ci-section-wrap{
    background-color: #f7f7f7;
}
.ci-sec .ci-title-wrap{
    margin-bottom: 60px;
}
.ci-sec .ci-title-wrap .title{
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color :#02388b;
}
.ci-sec .ci-title-wrap .desc{
    line-height: 1.5;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    color :#777777;
}

.ci-sec .row{
    margin: 0;
}
.ci-sec .row [class*=col-]{
    margin-bottom: 20px;
    padding: 0;
}
@media screen and (min-width: 768px){
    .ci-sec .row{
        margin: 0 -15px;
    }
    .ci-sec .row [class*=col-]{
        margin-bottom: 0;
        padding: 0 15px;
    }
    .ci-sec .row [class*=col-] .img-wrap{
        position:relative;
    }
    .ci-sec .row [class*=col-] .img-wrap:first-child:after{
        content: "";
        position:absolute;
        top: 0;
        right: -16px;
        display: block;
        width: 1px;
        height: 100%;
        background-color: #e1e1e1;
    }
}
#sec1{
    padding-bottom: 75px;
}
.ci-row-wrap .title-wrap{
    margin-bottom: 8px;
}
.ci-row-wrap .title{
    position:relative;
    top: 3px;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: -0.08em;
    color: #2c2c2c;
}
.ci-table-wrap{
    overflow: auto;
}
.ci-table{
    margin-top: 75px;
    min-width: 768px;
    width: 100%;
}
.ci-table th{
    text-align: left;
    border-right:6px solid #f7f7f7;
    border-bottom: 6px solid #f7f7f7;
    font-family: Roboto, sans-serif;
    font-size: 1.3rem;
    color: #000;
    vertical-align: bottom;
}
.ci-table th:last-child{
    border-right:0;
}
.ci-table tbody tr{
    border-bottom: 6px solid #f7f7f7;
}
.ci-table tbody td{
    padding: 20px;
    border-right:6px solid #f7f7f7;
    text-align: center;
    vertical-align: middle;
}
.ci-table tbody td:last-child{
    border-right:0;
}
.ci-table tbody td.essence{
    background-color: #02388b;
    font-size: 1.8rem;
    letter-spacing: -0.06em;
    color: #fff;
}
.ci-table tbody td.keyword{
    background-color: #343434;
    font-size: 1.8rem;
    letter-spacing: -0.06em;
    color: #fff;
}
.ci-table tbody td.expression{
    line-height: 1.4;
    background-color: #d8d8d8;
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    color: #343434;
    text-align: left;
}
.ci-table tbody td.logo{
    background-color: #00a0dd;
}
#sec2{
    padding-top: 75px;
    border-top: 1px solid #dedede;
}
.color-row-wrap .inner-wrap{
    position: relative;
    height: 200px;
    padding: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fafafa;
}
.color-row-wrap .inner-wrap.deep-blue{
    background-color: #02388b;
}
.color-row-wrap .inner-wrap.blue{
    background-color: #00a0dd;
}
.color-row-wrap .desc-wrap{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.color-row-wrap .desc-wrap .title{
    font-size: 1.5rem
}
.color-row-wrap .desc-wrap .title:after{
    content:"";
    display: block;
    width: 16px;
    height: 1px;
    margin: 12px 0;
    background-color: #fff;
}
.color-row-wrap .desc-wrap .desc{
    font-size: 1.4rem
}