

    .index_cimg {
		margin-bottom:40px;
  width:100%;
  display: flex; margin:0 auto;
  justify-content: space-between; padding-bottom:60px; padding-top:60px }
  
  
  .index_cimg .text {
    position: absolute;
    transition-duration: .5s; }
	
	
  .index_cimg .left {
    width: 100%; }
    .index_cimg .left .img {
      position: relative; }
      .index_cimg .left .img img {
        width: 100%; }
      .index_cimg .left .img .text {
        position: absolute; text-transform:uppercase}
        .index_cimg .left .img .text div:nth-of-type(1) {
          font-size: .875rem;
          color: white;
          line-height: 1; }
        .index_cimg .left .img .text div:nth-of-type(2) {
          line-height: 1;
          margin-top: .4rem; }
          .index_cimg .left .img .text div:nth-of-type(2) img {
          	display:none;
            width: 11px;
            height: 15px; }
          .index_cimg .left .img .text div:nth-of-type(2) span {
            font-size: 14px;
            color: #b5b5b6;
            vertical-align: middle; }
    .index_cimg .left .left_img {
      width:32%;
      float: left; }
      .index_cimg .left .left_img .text {
        top: 1.7rem;
        left: 1.25rem; }
    .index_cimg .left .right_img {
      width:32%;
      float: right; }
      .index_cimg .left .right_img .top {
        position: relative;
        height: 100%; }
      .index_cimg .left .right_img .text {
        bottom: .5rem;
        left: .5rem; }
        .index_cimg .left .right_img .text div:nth-of-type(1) {
          color: white; }
        .index_cimg .left .right_img .text div:nth-of-type(2) span {
          color: #b5b5b6; }
      .index_cimg .left .right_img a:nth-of-type(2) .img {
        margin-top: .5rem; }
        .index_cimg .left .right_img a:nth-of-type(2) .img .text div:nth-of-type(1) {
          color: white; }
        .index_cimg .left .right_img a:nth-of-type(2) .img .text div:nth-of-type(2) span {
          color: #595757; }
  .index_cimg .right {
    width: 60%; background:#FF0000 }
    .index_cimg .right .topp {
      width: 90%; float:right }
      .index_cimg .right .topp .img {
        position: relative;
        width: 100%; }
        .index_cimg .right .topp .img img {
          width: 100%; }
      .index_cimg .right .topp .text {
        position: absolute;
        bottom: .5rem;
        left: .5rem; }
        .index_cimg .right .topp .text div:nth-of-type(1) {
          font-size: .875rem;
          color: white;
          line-height: 1;
          margin-bottom: .4rem; }
        .index_cimg .right .topp .text div:nth-of-type(2) {
          line-height: 1; }
          .index_cimg .right .topp .text div:nth-of-type(2) img {
          	display:none;
            width: 11px;
            height: 15px; }
          .index_cimg .right .topp .text div:nth-of-type(2) span {
            font-size: 14px;
            color: #b5b5b6;
            vertical-align: middle; }
            .index_cimg .right .topp .text div:nth-of-type(2) span p{
            	display:inline-block;
            }
            .index_cimg .left .img .text div:nth-of-type(2) span p{
            	display:inline-block;
            }
            .index_cimg .right .bott .text div:nth-of-type(2) span p{
            	display:inline-block;
            }
    .index_cimg .right .bott {
      margin-top: .5rem; }
      .index_cimg .right .bott .img {
        position: relative;
        width: 60%; float:right }
        .index_cimg .right .bott .img .w100 {
          width: 100%; }
      .index_cimg .right .bott .img:nth-of-type(1) {
        float: left; }
      .index_cimg .right .bott .img:nth-of-type(2) {
        float: right; }
      .index_cimg .right .bott .text {
        bottom: .5rem;
        left: .5rem; }
        .index_cimg .right .bott .img  .text img{
        	display:none;
        }
		
		
        .index_cimg .right .bott .text div:nth-of-type(1) {
          color: #ffffff;
          font-size: .875rem;
          line-height: 1;
          margin-bottom: .4rem; }
		  
		  
        .index_cimg .right .bott .text div:nth-of-type(2) {
          line-height: 1; }
		  
		  
          .index_cimg .right .bott .text div:nth-of-type(2) span {
            font-size: 14px;
            color: #b5b5b6; }
			
			
  .index_cimg .img {
    overflow: hidden; }
	
	
    .index_cimg .img img {

      transition-duration: .5s; }
	  
	  
  .index_cimg .img:hover img {
    transform: scale(1.1); }
	
	
  .index_cimg .img:hover .text {
    transform: translateY(-10px); }
	
	
	

