.ci-wrap
{
    /*display: table;*/
    width: 100%;
}
.ci-wrap .ci-wrap-img
{
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 60px;

    border: 1px solid rgb(230,230,230);
    /*display: table-cell;*/
    /*float: left;*/
    /*vertical-align: top;*/
}
.ci-wrap .ci-wrap-text
{
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.6rem;
    /*display: table-cell;*/

    float: right;
    /*vertical-align: top;*/

    width: 95%;

    text-align: justify;
    /*padding-left: 2%;*/

    color: #2c2c2c;
}

.ci-mean-wrap
{
    float: right;

    width: 95%;
    /*display: table;*/
}
.ci-mean-wrap li
{
    /*float: left;*/
    display: table-cell;

    vertical-align: middle;
    /*width: 1%;*/
    /*border: 1px solid #000;*/
    /*float: left;*/
}
.ci-mean-wrap li:not(.ci-mean-plus)
{
    width: 43%;
}
.ci-mean-wrap li.ci-mean-plus
{
    width: 5%;

    text-align: center;
}

.ci-mean-wrap li .ci-mean
{
    width: 100%;
    height: 100px;

    border: 1px solid rgb(230,230,230);
    background-color: #f4f4f4;
}
.ci-mean-wrap li .ci-mean th
{
    text-align: center;
}
.ci-mean-wrap li .ci-mean td
{
    padding: 10px;
}
.ci-mean-wrap li .ci-mean p
{
    font-size: .75rem;
    font-weight: 300;

    margin-top: 10px;

    color: #6e6767;
}

.ci-mean-wrap li .ci-mean-01 h4
{
    font-size: .9em;
    /*float: left;*/

    color: #e60012;
}

.ci-mean-wrap li .ci-mean-02 h4
{
    font-size: .9em;
    /*float: left;*/

    color: #014099;
}

.ciDownBtn
{
    padding: 10px;

    color: #fff;
    background-color: rgb(85,85,85);
}
.ciDownBtn > div
{
    padding: 1rem 3rem;

    border: 1px solid rgba(250,250,250,.5);
}
.ciDownBtn > div figure
{
    line-height: 60px;
    /* float: left; */

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
.ciDownBtn > div > p
{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6em;

    display: inline-block;

    margin-left: 1rem;

    vertical-align: middle;
}
.ciDownBtn > div button
{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 40px;

    display: inline-block;
    /*width: 30%;*/

    height: 40px;
    padding: 0 3em;

    text-transform: uppercase;

    border: none;
}
.ciDownBtn > div article
{
    /* display: flex; */
    /* align-content: flex-end; */
    /* justify-content: flex-end; */
    position: relative;
    top: 10px;

    float: right;
}
.ciDownBtn > div button.jpg
{
    color: #575757;
    background-color: #fff;
}
.ciDownBtn > div button.ai
{
    color: #fff;
    background-color: #0a7bb5;
}


.logo-type-child
{
    margin-bottom: 10px;

    border: 1px solid rgb(220,220,220);
}
.logo-type-child figure
{
    line-height: 80px;

    position: relative;
    /*width: 100%;*/

    min-height: 80px;
    margin: 0 1em 1em;
    /*padding: 2rem;*/

    border: 1px solid rgb(230,230,230);
    background: url(../img/company/logo_signature_bg.gif) center center no-repeat;
}
.logo-type-child h5
{
    font-size: 1rem;
    font-weight: 300;

    padding: .5rem 0;

    text-align: center;

    color: #7c7c7c;
}
.logo-type-child h5 span
{
    font-weight: 300;

    display: inline-block;

    margin-right: 10px;

    color: rgb(120,120,120);
}

.ciWrap
{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display:    -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display:         flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* display: -webkit-box;
		-webkit-box-pack: justify;
		-webkit-box-align: center;
		display: -moz-box;
		-moz-box-pack: justify;
		-moz-box-align: center;
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		-ms-flex-align: center;
		display: box;
		box-pack: justify;
		box-align: center; */
}

.ciWrapChild
{
    /*width: 32%;*/
    /*padding: 15px;*/
    display: table-cell;

    width: 1%;               /* For old syntax, otherwise collapses. */
    margin: 0 5px;

    border: 1px solid rgb(200,200,200);

    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
       -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
        -ms-flex: 1;              /* IE 10 */
            flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.bgcolor
{
    display: flex;

    height: 130px;
    padding: 20px;

    text-transform: uppercase;
    /*background-color: #eee;*/

    color: #fff;

    align-items: center;
    justify-content: center;
}

.bgcolor.red
{
    background-color: rgb(230,0,18);
}

.bgcolor.blue
{
    background-color: rgb(0,64,152);
}

.bgcolor.black
{
    background-color: rgb(0,0,0);
}

.bgcolor.k70
{
    background-color: rgb(114, 114, 114);
}

.bgcolor.k80
{
    background-color: rgb(89, 89, 89);
}

.bgcolor.k100
{
    background-color: rgb(0, 0, 0);
}


.bgcolorDetail
{
    padding: 1rem 2rem;
}

.bgcolorDetail  li
{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2em;

    color: #444;
}
.bgcolorDetail  li span
{
    display: inline-block;

    width: 2em;
}
