@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:900');

/* 빠른상담 및 회사소개 */
#include01 {position:relative;width:100%;margin-top:-110px;padding-bottom:180px;background:url(/sh_img/make24/include/include01/img/inc01_bg.png) right top no-repeat}
#inc01_wrap {position:relative;width:1072px;margin:0 auto}
#inc01_wrap .titbox {position:absolute;left:0;top:100px;z-index:-1;width:268px;height:120px;padding-top:35px;font-size:16px;color:#fff;text-align:center;background:url(/sh_img/make24/include/include01/img/inc01_cs_bg.png) repeat-y;font-family:notokr-black}

/* 스크롤 */
#include01 .scroll {position:absolute;left:50%;top:-25px;z-index:999;width:143px;height:143px;margin-left:-72px;background:url(/sh_img/make24/include/include01/img/inc01_scroll_bg.png)}
#include01 .scroll img {display:block;position:absolute;top:68px;left:63px;-webkit-animation:arr 1.6s infinite linear;-ms-animation:arr 1.6s infinite linear;animation:arr 1.6s infinite linear}
@-webkit-keyframes arr{from{top:68px}15%{top:72px}30%{top:68px}45%{top:72px}60%{top:68px}100%{top:68px}}
@-ms-keyframes arr{from{top:68px}15%{top:72px}30%{top:68px}45%{top:72px}60%{top:68px}100%{top:68px}}
@keyframes arr{from{top:68px}15%{top:72px}30%{top:68px}45%{top:72px}60%{top:68px}100%{top:68px}}

/* 빠른상담 */
#inc01_wrap .form_wrap {position:absolute;left:0;top:55px;width:268px;height:310px;padding:45px 22px 20px;-webkit-box-shadow:4px 7px 15px 0 rgba(0,0,0,0.08);box-shadow:4px 7px 15px 0 rgba(0,0,0,0.08)}

/* 타이틀영역 */
#inc01_wrap .tit_area {padding:200px 0 0 450px}
#inc01_wrap .tit_area h3 {position:relative;z-index:1;margin-bottom:12px;font-size:24px;color:#333;letter-spacing:0.6px;text-transform:uppercase;font-family:notokr-black}
#inc01_wrap .tit_area h3 span {color:#e80141}
#inc01_wrap .tit_area h3 .num {position:absolute;left:-62px;top:-55px;z-index:-1;font-size:76px;line-height:1;color:#e80141;font-weight:900;font-family:'Lato', sans-serif}
#inc01_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}
#inc01_wrap .tit_area h3 .num:after {display:block;content:"";position:absolute;right:0;bottom:0;width:40px;height:28px;background-color:#fff}
#inc01_wrap .tit_area p span {color:#222}

/* 검색버튼 */
#inc01_wrap .sch_btn {position:absolute;right:-88px;top:138px;z-index:999;width:176px;height:176px;border-radius:176px;text-align:center;cursor:pointer;background-color:rgba(0,0,0,.05)}
#inc01_wrap .sch_btn:before {position:absolute;top:-120px;left:50%;margin-left:-1px;display:block;content:"";width:1px;height:0;background-color:#e80141;-webkit-transition:height .8s ease;transition:height .8s ease}
#inc01_wrap .sch_btn:after {position:absolute;bottom:-120px;left:50%;z-index:-1;margin-left:-1px;display:block;content:"";width:1px;height:0;background-color:#e80141;-webkit-transition:height .6s ease;transition:height .6s ease}
#inc01_wrap .sch_btn:hover:before {height:165px}
#inc01_wrap .sch_btn:hover:after {height:165px}
#inc01_wrap .sch_btn p {display:inline-block;width:105px;height:105px;margin-top:35px;border-radius:105px;font-size:19px;line-height:103px;letter-spacing:0.2px;color:#e80141;font-style:italic;background-color:rgba(232,2,65,.00);-webkit-transition:all 1s ease;transition:all 1s ease;font-family:'Katibeh'}
#inc01_wrap .sch_btn:hover p {background:rgba(232,2,65,.07);transform:rotateY(360deg)}