 /* common */
#c2_wrap .c_inner {width: 100%; max-width: 1400px; padding: 0 50px; margin: 0 auto; }
#c2_wrap .c_tit h3 {font-size: 24px; font-weight: 600; color:#13227e; margin-bottom: 5px; }
#c2_wrap .c_tit p {margin-top: 30px; }
/* font size */
#c2_wrap .fs_90 {font-size: 90px; font-weight: 700; color:#000; line-height: 1.1; }
#c2_wrap .fs_38 {font-size: 38px; font-weight: 700; color:#000; line-height: 1.1; }
#c2_wrap .fs_20 {font-size: 20px; font-weight: 300; color:#313131; line-height: 1.8; }
#c2_wrap .fs_18 {font-size: 18px; font-weight: 300; color:#000; line-height: 1.56; }


/*Content CSS*/
#c2_wrap {padding: 350px 0 125px; position: relative; z-index: 2; margin-top: -180px;}
#c2_wrap::before {content: ''; display: block; width: calc(50% + 850px); height: 100%; right: 0; bottom: 0; position: absolute; z-index: -2; background:url("../img/c2_bg.jpg") 50%/cover no-repeat;}
#c2_wrap .c_inner {padding: 0 50px 0 0; max-width: 1500px; display: flex; justify-content:flex-end; }

#c2_wrap .c_tit h3 { color: rgba(255, 255, 255, 0.36);}
#c2_wrap .fs_90,
#c2_wrap .fs_20 {color:#fff;}


#c2_wrap .wrap {width: 50%;max-width: 575px;  }

#c2_wrap .btn_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 60px;}
#c2_wrap .btn_wrap li {width: calc(50% - 20px); }
#c2_wrap .btn_wrap li:nth-child(n+3) {margin-top: 25px; }
#c2_wrap .btn_wrap a { display: flex; align-items: center; position: relative; padding: 0 0 25px; width:100%; color:#fff; font-weight:500; justify-content: space-between; transition: color .3s; background-color: transparent; opacity: 1; height: auto; outline: none;}
#c2_wrap .btn_wrap a::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: rgba(221,221,221,.2); }
#c2_wrap .btn_wrap a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background:#fff; transform: scaleX(0); transform-origin: left; transition: transform ease .6s; }
#c2_wrap .btn_wrap a i { display: block; width: 9px; height: 15px; background:url("../img/c2_arrow.png") 50%/contain no-repeat; transition: all .3s;}
#c2_wrap .btn_wrap a:hover::after {transform: scaleX(1);}


#c2_wrap .img {display: block; width: 50%; height: 700px; left: 0; bottom: -153px; position: absolute; background:url("../img/c2_img.jpg") 50%/cover no-repeat;
 box-shadow: 28.3px 28.3px 40px 0 rgba(0, 0, 0, 0.29);}







@media screen and (max-width: 1499px) {
    /* common */
    #c2_wrap br:not(.space) {display: none; }
    /* Content */

}

@media screen and (max-width:1400px) {
    /* common */
    /* #c2_wrap br:not(.space) {display: none; } */

    /*Content CSS*/
    #c2_wrap .fs_90 {font-size: 70px;}
    #c2_wrap .fs_38 {font-size: 30px;}

    #c2_wrap .img  { width: 47%; height: 650px;}
    #c2_wrap .wrap {width: 47%; }
}

@media screen and (max-width: 1024px) {
    /* common */
    #c2_wrap {padding: 70px 0 0; text-align: center; margin-top: 0;}
    #c2_wrap .c_inner {padding: 0 30px;}
    #c2_wrap .c_tit h3 {font-size: 16px;}
    #c2_wrap .c_tit p { margin-top: 15px;}
    /* font size */
    #c2_wrap .fs_90 {font-size: 40px;}
    #c2_wrap .fs_38 {font-size: 25px;}
    #c2_wrap .fs_20 {font-size: 17px;line-height: 1.65; }
    #c2_wrap .fs_18 {font-size: 16px;line-height: 1.65; }


    /*Content CSS*/
    #c2_wrap {background:url("../img/c2_bg.jpg") 50%/cover no-repeat;}
    #c2_wrap::before {display: none;}
    #c2_wrap .c_inner {display: block; }
    #c2_wrap .wrap {display: block; width: 100%; max-width: 100%;}

    #c2_wrap .btn_wrap {margin: 50px 0 0;}
    #c2_wrap .img { width: 100%; margin: 50px 0 0;   position: static; height: 300px;}

}

@media screen and (max-width: 640px) {
    /* common */
    #c2_wrap {padding:50px 0 0; }
    #c2_wrap .c_inner {padding: 0 20px;}
    #c2_wrap .c_tit h3 {font-size: 14px;}
    /* font size */
    #c2_wrap .fs_90 {font-size: 30px;}
    #c2_wrap .fs_38 {font-size: 22px;}
    #c2_wrap .fs_20 {font-size: 15px;  }
    #c2_wrap .fs_18 {font-size: 14px;  }

    /*Content CSS*/
    #c2_wrap .btn_wrap {margin: 40px 0 0;}
    #c2_wrap .btn_wrap li {    width: calc(50% - 10px);}
    #c2_wrap .btn_wrap li:nth-child(n+3) { margin-top: 15px;}
    #c2_wrap .btn_wrap a { padding: 0 0 15px;}
    #c2_wrap .btn_wrap a i {width: 6px;}

    #c2_wrap .img {margin: 40px 0 0;}


}
