/* common */
#c2_wrap .c_inner {width: 100%; max-width: 1500px; padding: 0 50px; margin: 0 auto; }

/* font size */
#c2_wrap .fs_75 {font-size: 75px; font-weight:700; line-height: 1.1; font-family: 'Play', sans-serif; font-style: italic; }
#c2_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.2; font-family: 'Play', sans-serif; }
#c2_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3; font-family: 'Play', sans-serif;}
#c2_wrap .fs_24 {font-size: 24px; font-weight:400; line-height: 1.5; font-family: 'Play', sans-serif;}
#c2_wrap .fs_22 {font-size: 22px; font-weight:300; line-height: 1.55;}
#c2_wrap .fs_20 {font-size: 20px; font-weight:600; line-height: 1.5;}
#c2_wrap .fs_18 {font-size: 18px; font-weight: 300; line-height: 1.67; }

/*Content CSS*/
#c2_wrap {padding: 130px 0 140px; position: relative; z-index: 1; overflow: hidden;  overflow: hidden; background:url("../img/c2_bg.jpg") 50%/cover no-repeat;
text-align: center; }
#c2_wrap .c_tit h2 {color:#fff;}

#c2_wrap .box_wrap {display: flex; flex-wrap: wrap;  justify-content: space-between; position: relative; z-index: 1; text-align: center; margin-top: 70px; }
#c2_wrap .box_wrap .box {width: calc(50% - 20px); }

#c2_wrap .box .img { display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 30px; }
#c2_wrap .box .img > img {transition: transform .3s; }
#c2_wrap .box .txt {width: 100%; margin-top: 45px; text-align: left; }
#c2_wrap .box .txt p {color:#fff; line-height: 1.55; font-weight: 300; letter-spacing: -.22px; }

#c2_wrap .box:hover .img > img {transform: scale(1.1);}

#c2_wrap .video_wrap {width: 100%; height: 0; position: relative; z-index:1; padding-bottom: 63.2%;background-color: #000; }
@media screen and (min-width:769px) {
#c2_wrap .video_wrap video {position: absolute; max-width: 100%;left:50%; top:50%; transform: translate(-50%, -50%);  }
}



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

    /*Content CSS*/
    #c2_wrap .fs_22 {font-size:20px; }

}

@media screen and (max-width: 1024px) {
    /* common */
    #c2_wrap {padding: 70px 0; text-align: center; }
    #c2_wrap .c_inner {padding: 0 30px;}
    #c2_wrap .c_tit h3 {font-size: 20px;  }
    /* font size */
    #c2_wrap .fs_75 {font-size: 40px;}
    #c2_wrap .fs_36 {font-size: 28px;}
    #c2_wrap .fs_30 {font-size: 25px;}
    #c2_wrap .fs_24 {font-size: 20px;}
    #c2_wrap .fs_22 {font-size: 18px; }
    #c2_wrap .fs_20 {font-size: 17px; }
    #c2_wrap .fs_18 {font-size: 15px; }


    /*Content CSS*/
    #c2_wrap .box_wrap {margin-top: 50px; }
    #c2_wrap .box_wrap .box {width: calc(50% - 15px); }
    #c2_wrap .box .txt {text-align: center; margin-top:25px ;}
    #c2_wrap .box .txt p {font-size: 15px; }


}

@media screen and (max-width: 768px) {
    #c2_wrap .box_wrap .box {width: 100%; }
    #c2_wrap .box_wrap .box:nth-child(n+2) {margin-top:40px;}
    #c2_wrap .box_wrap .box img {width: 100%;}
    #c2_wrap .video_wrap {padding:20px; height: auto; }
    #c2_wrap .video_wrap video {max-width: 100%;}

}

@media screen and (max-width: 640px) {
    /* common */
    #c2_wrap {padding:50px 0; }
    #c2_wrap .c_inner {padding: 0 20px;}
    #c2_wrap .c_tit h3 {margin-bottom: 10px; font-size: 16px;}
    /* font size */
    #c2_wrap .fs_75 {font-size: 35px;}
    #c2_wrap .fs_36 {font-size: 25px;}
    #c2_wrap .fs_30 {font-size: 22px;}
    #c2_wrap .fs_24 {font-size: 17px;}
    #c2_wrap .fs_22 {font-size: 16px; }
    #c2_wrap .fs_20 {font-size: 16px; }
    #c2_wrap .fs_18 {font-size: 14px; }


    /*Content CSS*/
    #c2_wrap .box_wrap {margin-top: 40px; }
    #c2_wrap .box .img {border-radius: 20px; }
    #c2_wrap .box .txt { margin-top:20px ;}
    #c2_wrap .box .txt p {font-size: 13px; }

}
