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

/* font size */
#c4_wrap .fs_65 {font-size: 65px; font-weight :700; line-height: 1.1; letter-spacing: -1.3px; font-family: 'GmarketSans';}
#c4_wrap .fs_60 {font-size: 60px; font-weight :700; line-height: 1.1; letter-spacing: -1.2px;}
#c4_wrap .fs_55 {font-size: 55px; font-weight :700; line-height: 1.1; letter-spacing: -1.1px; }
#c4_wrap .fs_50 {font-size: 50px; font-weight :700; line-height: 1.1; }
#c4_wrap .fs_45 {font-size: 45px; font-weight :700; line-height: 1.1; letter-spacing: -.9px;  }
#c4_wrap .fs_40 {font-size: 40px; font-weight :700; line-height: 1.3; letter-spacing: -.8px; }
#c4_wrap .fs_39 {font-size: 40px; font-weight :700; line-height: 1.3;}
#c4_wrap .fs_37 {font-size: 37px; font-weight :700; line-height: 1.3;}
#c4_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.3;}
#c4_wrap .fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
#c4_wrap .fs_33 {font-size: 33px; font-weight:700; line-height: 1.3; }
#c4_wrap .fs_32 {font-size: 32px; font-weight:700; line-height: 1.3; }
#c4_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3; letter-spacing: -.6px; }
#c4_wrap .fs_28 {font-size: 28px; font-weight:800; line-height: 1.3;  }
#c4_wrap .fs_27 {font-size: 27px; font-weight:700; line-height: 1.3; }
#c4_wrap .fs_26 {font-size: 26px; font-weight:700; line-height: 1.3; letter-spacing: -.52px; }
#c4_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3; letter-spacing: -.5px; }
#c4_wrap .fs_24 {font-size: 24px; font-weight:700; line-height: 1.4;}
#c4_wrap .fs_23 {font-size: 23px; font-weight:700; line-height: 1.4;}
#c4_wrap .fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; letter-spacing: -.44px; }
#c4_wrap .fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; }
#c4_wrap .fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; letter-spacing: -.4px; }
#c4_wrap .fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; }
#c4_wrap .fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; color: rgba(255, 255, 255, 0.8); letter-spacing: -.36px;}
#c4_wrap .fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
#c4_wrap .fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
#c4_wrap .fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }

/* btn */
#c4_wrap .c_btn {display: inline-flex; align-items: center; font-size: 15px; font-weight:700; color:#000; font-family: 'NanumSquareRound';  transition: all .3s;
white-space: nowrap;}
#c4_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; }
#c4_wrap .c_btn:hover {color:#6f1685; }
#c4_wrap .c_btn:hover i {background-image:url("../img/c_btn_arrow_hv.png");}
#c4_wrap .c_btn.wh {color:#fff;}
#c4_wrap .c_btn.wh i {background-image:url("../img/c_btn_wh_arrow.png");}
#c4_wrap .c_btn.wh:hover i {background-image:url("../img/c_btn_wh_arrow_hv.png");}

/*Content CSS*/
#c4_wrap {position: relative; padding:120px 0 75px; background:url("../img/c4_bg.jpg") 50%/cover no-repeat; z-index: 2; width: 100%; max-width: 1700px;
overflow: hidden; margin: 0 auto 130px; border-radius: 50px 100px 0 100px; height: 750px; }
#c4_wrap .c_tit h2,
#c4_wrap .c_tit h3 {color: #fff ; }
#c4_wrap .txt p {color: #fff ; margin: 45px 0 75px; font-weight:400;}

#c4_wrap .contact_wrap { position: absolute; right: 0; bottom: 0; width: 850px; background-color: #fff; padding: 30px 0 0 30px; border-radius: 50px 0 0 0; }
#c4_wrap .contact_wrap:before {content: ''; position: absolute; left: 0; bottom: 0; display: block; width: 50px; height: 50px; background:url("../img/c4_radius.png") 50%/contain no-repeat;  transform: translateX(-100%);}
#c4_wrap .contact_wrap:after {content: ''; position: absolute; right: 0; top: 0; display: block; width: 50px; height: 50px; background:url("../img/c4_radius.png") 50%/contain no-repeat;  transform: translateY(-100%);}
#c4_wrap .contact_list {display: flex; justify-content: space-between; }
#c4_wrap .contact_list > li { width: 255px;  }
#c4_wrap .contact_list a {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 120px; border-radius: 30px; background: #f7f7f7;
padding: 0 30px; position: relative; transition: all .3s;}
#c4_wrap .contact_list p {font-weight: 700; color:#000;font-family: 'GmarketSans'; }
#c4_wrap .contact_list p i {margin-left: 7px; position: relative; top:2px; }
#c4_wrap .contact_list > li.naver .icon {position: absolute; right: 0; top:23px; }
#c4_wrap .contact_list > li.tmap a {background: #0061fd; }
#c4_wrap .contact_list > li.tmap .icon {position: absolute; right: 0; bottom:0; }
#c4_wrap .contact_list > li.tmap p {color:#fff;}
#c4_wrap .contact_list > li.kakao a {background: #f3d60a; }
#c4_wrap .contact_list > li.kakao p {color:#381e1e;}
#c4_wrap .contact_list > li:hover a {transform: translateY(-20px);}


#c4_wrap .tel_wrap {position: absolute; width: 734px; height: 130px; border-radius: 65px;  background: rgba(0,0,0,.4);
right: 86px; top:86px; backdrop-filter: blur(10px); padding: 0 15px ; }
#c4_wrap .tel_wrap a {display: flex; align-items: center;height: 100%; width: 100%;}
#c4_wrap .tel_wrap .icon {width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: #6f1685; margin-right: 52px; transition: background-color .3s; }
#c4_wrap .tel_wrap h3 {font-size: 55px; font-weight: 700; color:#fff; font-family: 'GmarketSans';}
#c4_wrap .tel_wrap a:hover .icon {background-color: #E21986; }


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

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