/* common */
#c2_wrap .c_inner { width: 100%; max-width: 1500px; margin:0 auto; position: relative; padding:0 50px;}
#c2_wrap .c_tit h3 { font-weight: 700; color:#6f1685; line-height: 1.1;  font-family: 'GmarketSans'; margin-bottom: 25px;}

/* font size */
#c2_wrap .fs_65 {font-size: 65px; font-weight :700; line-height: 1.1; letter-spacing: -1.3px; font-family: 'GmarketSans';}
#c2_wrap .fs_60 {font-size: 60px; font-weight :700; line-height: 1.1; letter-spacing: -1.2px;}
#c2_wrap .fs_55 {font-size: 55px; font-weight :700; line-height: 1.1; letter-spacing: -1.1px; }
#c2_wrap .fs_50 {font-size: 50px; font-weight :700; line-height: 1.1; }
#c2_wrap .fs_45 {font-size: 45px; font-weight :700; line-height: 1.1; letter-spacing: -.9px;  }
#c2_wrap .fs_40 {font-size: 40px; font-weight :700; line-height: 1.3; letter-spacing: -.8px; }
#c2_wrap .fs_39 {font-size: 40px; font-weight :700; line-height: 1.3;}
#c2_wrap .fs_37 {font-size: 37px; font-weight :700; line-height: 1.3;}
#c2_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.3;}
#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; letter-spacing: -.6px; }
#c2_wrap .fs_28 {font-size: 28px; font-weight:800; 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; letter-spacing: -.52px; }
#c2_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3; letter-spacing: -.5px; }
#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; letter-spacing: -.44px; }
#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; letter-spacing: -.4px; }
#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; color: rgba(255, 255, 255, 0.8); letter-spacing: -.36px;}
#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 {display: flex; align-items: center; font-size: 15px; font-weight:700; color:#000; font-family: 'NanumSquareRound';  transition: all .3s;
white-space: nowrap;}
#c2_wrap .c_btn i {transition: all .3s; display: block; width: 59px; height: 40px; background:url("../img/c_btn_arrow.png") 50%/contain no-repeat; flex-shrink: 0;
margin-left: 14px; }
#c2_wrap .c_btn:hover {color:#6f1685; }
#c2_wrap .c_btn:hover i {background-image:url("../img/c_btn_arrow_hv.png");}
#c2_wrap .c_btn.wh {color:#fff;}
#c2_wrap .c_btn.wh i {background-image:url("../img/c_btn_wh_arrow.png");}
#c2_wrap .c_btn.wh:hover i {background-image:url("../img/c_btn_wh_arrow_hv.png");}

/*Content CSS*/
#c2_wrap { position:relative; z-index: 2; padding:105px 0 120px; }
#c2_wrap::before {content: ''; width: calc(50% + 850px); height: calc(100% + 140px); position: absolute; z-index: -1; bottom: 0; right: 0; background: #f6f6f6;
border-radius: 100px 0 0 100px; }

#c2_wrap .list { display: flex; justify-content: space-between;  margin-top:60px;}
#c2_wrap .list li { width:calc(50% - 15px);  }
#c2_wrap .list li a { position:relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; transition: all .3s;  text-align: left;
border-radius: 20px 100px 20px 100px; }

#c2_wrap .list .txt { position: absolute; left: 0; bottom: 0; z-index: 2; padding:0 65px 70px; width: 100%;}
#c2_wrap .list .txt h3 {  color:#fff; font-weight: 700;}
#c2_wrap .list .txt p {  color:#fff; transition: all .3s; line-height: 1.75; margin-top:25px; }
#c2_wrap .list .c_btn {z-index: 2; position: absolute; bottom:70px; right: 57px; }

#c2_wrap .list .img {overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: inherit; }
#c2_wrap .list .img img {transition: transform .3s; max-width: inherit;  }
/* hover */
#c2_wrap .list a:hover .img img {transform: scale(1.1);}

#c2_wrap .list li:nth-child(2) a {transform: translateY(-93px);}
#c2_wrap .list li:nth-child(2) .c_btn.wh:hover i {background-image:url("../img/c_btn_wh_arrow_hv2.png");}



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



}
