.gu_kv .kv_img_area{background-image: url("../../../img/innovation/eco/kv_innovation_eco.jpg")}

.content_wrap > div.img_m { display:none;}

.gu_sub_wrapper .gu_sub_contents .contents_inner{max-width:1600px}
.gu_sub_wrapper .gu_sub_contents .contents_inner .contents_title{border-bottom:none; padding-bottom:160px; max-width:960px; margin:100px auto 0;}
.content_wrap{max-width: 1600px; margin:0 auto 140px; position:relative; font-size:0;}
.content_wrap:last-child {margin-bottom:0}
.content_wrap > div{position:relative;width:50%; display:inline-block; vertical-align:top;}
.content_wrap .img img{max-width:680px; width:100%;}
.content_wrap .img p{ font-size:16px; margin-top:30px;color:#999;max-width:680px; text-align:right;}
.content_wrap .content_txt{text-align:left;}
.content_wrap .content_txt .text_area{position:relative; display:inline-block;margin-top: -45px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;max-width:480px; text-align:right;}
.content_wrap .content_txt .text_area .number{font-size:200px; line-height:200px; color:#f2f8fc; font-family:"HDFont", sans-serif; font-weight:700;}
:lang(zh) .content_wrap .content_txt .text_area .number {font-family: "NotoSans", sans-serif !important;}
.content_wrap .content_txt .text_area .title{font-size:32px; line-height:42px; color:#222; font-weight:700; margin-top:-80px;}
.content_wrap .content_txt .text_area .copy{padding-top:40px; padding-left:50px; font-size:16px; line-height:30px;}
.content_wrap:nth-of-type(even) .content_txt { text-align:right;}
.content_wrap:nth-of-type(even) .content_txt .text_area { text-align:left;}
.content_wrap:nth-of-type(even) .content_txt .text_area .copy{padding-left:0px; padding-right:50px;}
.content_wrap:nth-of-type(even) .img{ text-align:right;}
.content_wrap:nth-of-type(even) .content_txt .text_area .title{right:inherit; left:0;}
.content_wrap .content_txt .text_area .btn{margin-top:40px;}
.content_wrap:nth-of-type(even) .content_txt:after{content:''; display:block; clear:both;}


.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #bcbcbc;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 0;
    padding: 0 1rem;
    font-family: inherit;
}


.btn.btn-arrow .arrow {
    background: url(../../../img/common/icon/icon-arrowright-black.svg) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.btn-arrow .label {
    font-size: 1rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    line-height: 1;
    white-space: nowrap;
    padding: 0 2rem;

}


.btn.btn-arrow .label {
    -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    max-width: 0;
    padding: 0;
}


.no-mobile .btn.btn-arrow:hover .label {
    max-width: 5rem;
    padding: 0 2rem;
    opacity: 1;
}




/*----------------------------- Tablet -----------------------------*/
@media all and (max-width:1080px){
    .contents_inner .section {margin:0;}
    .gu_sub_wrapper .gu_sub_contents .contents_inner .contents_title {padding-bottom:100px; margin-top: 90px;}
    .content_wrap {margin-bottom:80px;}
    .content_wrap .content_txt .text_area {padding-right:50px; margin-top:0;}
    .content_wrap .content_txt .text_area .number { font-size:150px; line-height:90px; padding-bottom:40px;}
    .content_wrap .content_txt .text_area .title { font-size:24px; line-height:32px; margin-top:-60px;}
    .content_wrap .content_txt .text_area .copy { font-size:14px; line-height:24px;}
    .content_wrap:nth-of-type(even) .content_txt .text_area {padding-left:50px; padding-right:0;}
    .content_wrap .content_txt .text_area .btn {margin-top:30px;}
    .content_wrap .img p { margin-top:20px; font-size:12px; line-height:22px;}
}

/*----------------------------- Mobile -----------------------------*/
@media all and (max-width:766px){
    .content_wrap > div.img_w { display:none;}
    .content_wrap > div.img_m { display:inline-block;}
    .content_wrap > div {width:100%;box-sizing:border-box}
    .content_wrap:nth-child(odd) > div{padding:0 20px 0 0;}
    .content_wrap:nth-child(even) > div{padding:0 0 0 20px;}
    .content_wrap .img img{max-width:inherit;}
    .gu_sub_wrapper .gu_sub_contents .contents_inner .contents_title{padding-bottom:60px; margin-top: 30px;}
    .content_wrap .content_txt .text_area {margin-top:0; max-width:100%; padding:0 !important;}
    .content_wrap .content_txt .text_area .number{padding-top:30px;}
    .content_wrap:first-child .content_txt .text_area .number{padding-top:40px;}
    .content_wrap .content_txt .text_area .copy { padding-top:40px;}
}
