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

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

/* c_btn */
#c3_wrap .c_btn a { background-color: #000; font-size: 14px; font-weight: 400; color: #fff; display: flex; justify-content:center; align-items: center; width: 220px; height: 50px;transition: all .3s; border-radius: 24.5px; border:1px solid #fff; text-transform: uppercase; }
#c3_wrap .c_btn a i { width:12px; height: 12px; background:url("../img/c_btn_arrow.png") 50%/contain no-repeat; transition: background-image .3s;
display: inline-block; margin-left: 23px; }
#c3_wrap .c_btn a:hover {background-color: #1d95cd;  }

/*Content CSS*/
#c3_wrap {padding: 130px 0 130px; position: relative; z-index: 1; overflow: hidden;  overflow: hidden; background:url("../img/c3_bg.jpg") 50%/cover no-repeat;
text-align: center; }
#c3_wrap .c_tit h2 {color:#000;}
#c3_wrap .c_btn {margin-top: 25px ;}

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

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

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

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




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

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

}

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

    #c3_wrap .c_btn a {width: 100%; font-size: 13px; height: 40px; }
    #c3_wrap .c_btn a i {margin-left: 15px;}


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


}

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

}

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


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

}
