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

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

/*Content CSS*/
#c7_wrap {padding: 130px 0 130px; position: relative; z-index: 1; overflow: hidden;  overflow: hidden; background:#1c1d20; text-align: center; }
#c7_wrap .c_tit h2 {color:#fff;  text-transform: uppercase;}

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

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

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

#c7_wrap .video_wrap {width: 100%; height: 0; position: relative; z-index:1; padding-bottom: 63.2%;}
#c7_wrap .video_wrap video {position: absolute; left: 0; top:0; width: 100%; height: 100%; object-fit: cover;}

#c7_wrap .round_box {display: flex; align-items: center; justify-content: center; align-items: center; border-radius: 35px; background: rgba(255,255,255,.08); padding: 18px 30px;
margin-top: 60px; }
#c7_wrap .round_box h3 {font-weight: 700; letter-spacing: -.3px; color:#fff;}
#c7_wrap .round_box h3 a {transition: color .3s; }
#c7_wrap .round_box h3 a:hover {color:#1d95cd; }


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

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

}

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


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


}

@media screen and (max-width: 768px) {
    #c7_wrap .box_wrap .box {width: 100%; }
    #c7_wrap .box_wrap .box:nth-child(n+2) {margin-top:20px;}
    #c7_wrap .box_wrap .box img {width: 100%;}

    #c7_wrap .round_box {margin-top: 30px ; padding: 15px 20px; }

}

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


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

    #c7_wrap .round_box h3 {font-size: 17px;}

}
