@charset "utf-8";

/* 차량검색 */
#include03 {position:relative;width:100%;padding-bottom:40px}
#inc03_wrap {position:relative;width:1072px;margin:0 auto}

/* 데코 */
#include03 #grid span.line05 {height:120px}
#inc03_wrap .deco_circle {position:absolute;top:-165px;right:-175px;width:355px;height:356px;background-image:url(/sh_img/make24/include/include03/img/inc03_deco_circle.png);-webkit-animation:spin 25s infinite linear;animation:spin 25s infinite linear}
@-ms-keyframes spin {from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@-webkit-keyframes spin {from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@keyframes spin {from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
#inc03_wrap .deco_txt {position:absolute;right:-5px;top:140px;width:11px;height:130px;background-image:url(/sh_img/make24/include/include03/img/inc03_deco_txt.png)}

/* 타이틀영역 */
#inc03_wrap .tit_area {overflow:hidden;padding:200px 0 0 95px;margin-bottom:20px}
#inc03_wrap .tit_area h3 {float:left;position:relative;z-index:1;margin:15px 32px 0 0;font-size:24px;color:#333;letter-spacing:0.6px;text-transform:uppercase;font-family:notokr-black}
#inc03_wrap .tit_area h3 span {color:#e80141}
#inc03_wrap .tit_area h3 .num {position:absolute;left:-49px;top:-55px;z-index:-1;font-size:76px;line-height:1;letter-spacing:3px;color:#e80141;font-weight:900;font-family:'Lato', sans-serif}
#inc03_wrap .tit_area h3 .num:before {display:block;content:"";position:absolute;left:-48px;top:50%;z-index:-1;width:70px;height:1px;background-color:#333}
#inc03_wrap .tit_area h3 .num:after {display:block;content:"";position:absolute;right:0;bottom:0;width:45px;height:28px;background-color:#fff}
#inc03_wrap .tit_area p {float:left}
#inc03_wrap .tit_area p span {color:#222}