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

/* font size */
#c3_wrap .fs_80 {font-size: 80px; font-weight :800; line-height: 1.29; }
#c3_wrap .fs_65 {font-size: 65px; font-weight :800; line-height: 1.06; }
#c3_wrap .fs_50 {font-size: 50px; font-weight :700; line-height: 1.5; }
#c3_wrap .fs_49 {font-size: 49px; font-weight :700; line-height: 1.5; }
#c3_wrap .fs_45 {font-size: 45px; font-weight :700; line-height: 1.2;  }
#c3_wrap .fs_40 {font-size: 40px; font-weight :700; line-height: 1.2;  }
#c3_wrap .fs_35 {font-size: 35px; font-weight :700; line-height: 1.39; }
#c3_wrap .fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
#c3_wrap .fs_33 {font-size: 33px; font-weight:700; line-height: 1.3; }
#c3_wrap .fs_32 {font-size: 32px; font-weight:700; line-height: 1.3; }
#c3_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3;}
#c3_wrap .fs_27 {font-size: 27px; font-weight:700; line-height: 1.3; }
#c3_wrap .fs_26 {font-size: 26px; font-weight:700; line-height: 1.3;  }
#c3_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3; }
#c3_wrap .fs_24 {font-size: 24px; font-weight:700; line-height: 1.4;}
#c3_wrap .fs_23 {font-size: 23px; font-weight:700; line-height: 1.4;}
#c3_wrap .fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; }
#c3_wrap .fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; }
#c3_wrap .fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; }
#c3_wrap .fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; }
#c3_wrap .fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; color:#333; }
#c3_wrap .fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
#c3_wrap .fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
#c3_wrap .fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }


/*Content CSS*/
#c3_wrap {position: relative; padding:120px 0 75px; background:url("../img/c3_bg.jpg") 50%/cover no-repeat; z-index: 2; width: 100%; max-width: 1675px; border-radius: 20px;
overflow: hidden; text-align: center; margin: 0 auto 140px; }
#c3_wrap h2 {color: #fff ; font-weight: 800; font-size: 70px; font-family: "Poppins", sans-serif;}
#c3_wrap h2::after {content: ''; display: block; width: 56px; height: 2px; background: #fff; margin: 20px auto 50px;}

#c3_wrap .contact_list {display: flex; flex-wrap: wrap; justify-content: center; }
#c3_wrap .contact_list > li {display: flex; align-items: flex-start; justify-content: center;}
#c3_wrap .contact_list > li:first-child {width: 100%; margin-bottom: 30px; }
#c3_wrap .contact_list > li:nth-child(3) {margin-left: 70px; }
#c3_wrap .contact_list i {margin-right: 10px; position: relative; top:5px; }
#c3_wrap .contact_list p {color:#fff; font-weight: 300; font-family: 'OneStoreMobileGothicBody';}
#c3_wrap .contact_list p b {font-weight: 700; font-family: "Poppins", sans-serif; display: inline-block; margin-right: 15px; }


#c3_wrap .hexa_plus { margin:40px auto 0; width: 81px; height: 94px; display: flex; align-items: center; justify-content: center; background:url("../img/c3_hexa.png") 50%/contain no-repeat;}
#c3_wrap .hexa_plus i {display: block; width: 32px; height: 32px; background:url("../img/c3_plus.png") 50%/contain no-repeat; transition: transform .3s;}
#c3_wrap .hexa_plus:hover i {transform: rotate(90deg);}



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

    /* Content */
    #c3_wrap {border-radius: 0; max-width: 100%; }
}
