/* 공통 */
#c2_wrap .c_inner { width: 100%; max-width: 1560px; margin:0 auto; position: relative; padding:0 50px;}
#c2_wrap .c_tit h3 {position: relative; padding-left: 15px; font-weight: 700; margin-bottom: 30px; line-height: 1;}
#c2_wrap .c_tit h3::before {content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; background-color: #1167b3; left: 0; top:-3px;  position: absolute; }

/* font size */
#c2_wrap .fs_54 {font-size: 54px; font-weight :800; line-height: 1.43;}
#c2_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.39;}
#c2_wrap .fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
#c2_wrap .fs_33 {font-size: 33px; font-weight:700; line-height: 1.3;}
#c2_wrap .fs_32 {font-size: 32px; font-weight:700; line-height: 1.3;  }
#c2_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3;}
#c2_wrap .fs_28 {font-size: 28px; font-weight:700; line-height: 1.3;}
#c2_wrap .fs_27 {font-size: 27px; font-weight:700; line-height: 1.3;}
#c2_wrap .fs_26 {font-size: 26px; font-weight:700; line-height: 1.3;  }
#c2_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3;  }
#c2_wrap .fs_24 {font-size: 24px; font-weight:700; line-height: 1.4;}
#c2_wrap .fs_23 {font-size: 23px; font-weight:700; line-height: 1.4;}
#c2_wrap .fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; }
#c2_wrap .fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; }
#c2_wrap .fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; }
#c2_wrap .fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; }
#c2_wrap .fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; }
#c2_wrap .fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
#c2_wrap .fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
#c2_wrap .fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }


/* btn */
#c2_wrap .c_btn a {display: flex; align-items: center;  justify-content: space-between;  font-size: 18px; background-color:transparent; font-weight: 500;
transition: all .3s; width: 240px; height: 60px; line-height: 1;  color:#fff; border:1px solid #fff; letter-spacing: -.38px; border-radius: 10px; padding: 0 24px;}
#c2_wrap .c_btn a i {width: 22px; height: 14px; background:url("../img/c_btn_arrow.png") 50%/contain no-repeat;  transition: all .3s;  display: block; }
#c2_wrap .c_btn a:hover { background : #fff; color: #0e65b2; }
#c2_wrap .c_btn a:hover i {transform: translateX(5px); background-image:url("../img/c_btn_arrow_hv.png"); }

/*Content CSS*/
#c2_wrap {position: relative; padding: 140px 0 0; z-index:2;}
#c2_wrap .c_tit h2,
#c2_wrap .c_tit h3 {color:#fff;}
#c2_wrap .c_tit h3::before {background: #fff; }

#c2_wrap::before {content: ''; display: block; width: calc(100% - 50px); position: absolute; z-index: -1; left: 0; top:0 ;border-radius: 0 250px 20px 0; height: calc(100% - 140px); background:url("../img/c2_bg.png") 0 0 no-repeat #1167b3;}

#c2_wrap .c_inner {display: flex; justify-content: space-between; align-items: flex-start; }
#c2_wrap .img {  width: 773px; height: 773px; background:url("../img/c2_img.jpg") 50%/cover no-repeat;   border-radius: 200px 200px 0 200px;   box-shadow: 0px 5px 74.5px 1.5px rgba(0, 35, 62, 0.23); margin-top: 60px;}

#c2_wrap .txt {width: 100%; max-width: 540px;}
#c2_wrap .cont h3 {  color: rgba(255, 255, 255, 0.9); line-height: 1.43;  width: 100%; margin-top: 25px;padding-top: 35px; border-top: 1px solid rgba(255, 255, 255, .3);}
#c2_wrap .cont p { color: rgba(255, 255, 255, 0.7); line-height: 1.75; margin: 25px 0 90px; }






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

}
