/* common */
#c4_wrap .c_inner {width: 100%; max-width: 1400px; padding: 0 20px; margin: 0 auto; }


/* font */
#c4_wrap .fs_60 {font-size: 30px; font-weight: 800; color:#000; line-height: 1.1;  }
#c4_wrap .fs_55 {font-size: 27px; font-weight: 800; color:#000; line-height: 1.1;  }
#c4_wrap .fs_24 {font-size: 17px; font-weight: 400; color:#000; line-height: 1.58;  }
#c4_wrap .fs_18 {font-size: 14px; font-weight: 400; color:#333; line-height: 1.83; }

/* btn */
#c4_wrap .c_btn a {border:1px solid #fff; font-size: 13px; font-weight: 400; color: #fff; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 40px;transition: all .3s; padding: 0 17px;}
#c4_wrap .c_btn a i { width:13px; height: 13px; background:url("../img/c_btn_plus_hv.png") 50%/contain no-repeat; transition:all .3s;
display: inline-block; }
#c4_wrap .c_btn a:hover {background-color: #2c2e83; border-color: #2c2e83; color:#fff; }
#c4_wrap .c_btn a:hover i { transform: rotate(90deg);}


/* Content */
#c4_wrap {position: relative; z-index: 3; text-align: center;}
#c4_wrap .fs_55 {color:#fff;}
#c4_wrap .fs_18 {color: rgba(255, 255, 255, 0.8); margin:15px 0 20px;}

#c4_wrap > div {width: 100%; display: flex;  align-items: flex-end; padding: 40px 20px;}
#c4_wrap .inner_box {width: 100%; }
#c4_wrap .left { background:url("../img/c4_left_bg.jpg") 50% 50%/cover no-repeat; justify-content: flex-end;}

#c4_wrap .right { background:url("../img/c4_right_bg.jpg") 50% 50%/cover no-repeat; }




@media screen and (max-width: 1400px) {
    /* common */

    /* Content */


}
