@charset "utf-8";

#atc04{position:relative;width:100%;margin-top:-130px;padding-top:130px;background:url(/sh_img/include/inc04/right_bg.png) repeat}
#atc04:before{display:block;content:"";position:absolute;left:0;top:0;z-index:1;width:calc(50% - 300px);height:745px;background:url(/sh_img/include/inc04/left_bg.png) center no-repeat #bfa78b}
#atc04 .inner{overflow:hidden;position:relative;z-index:2;width:1200px;height:615px;margin:0 auto}

/* 타이틀 */
#atc04 .tit{float:left;width:300px;height:100%;padding-top:175px;font-size:46px;color:#fff;letter-spacing:-1.5px;line-height:64px;font-family:'notokr-light'}
#atc04 .tit span{position:relative}
#atc04 .tit span:before{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:calc(100% + 15px);height:22px;opacity:.3;background-color:#a08964}
#atc04 .tit b{display:block}

/* 리스트 */
#atc04 ul{float:left;width:900px;height:100%;padding:55px 0 0 80px}
#atc04 ul li{opacity:0;position:relative;height:150px;padding-left:150px;margin-bottom:25px;font-size:16px;color:rgba(255,255,255,.6);-webkit-transition:all .2s;transition:all .2s}
#atc04 ul li:not(:first-child):before{display:block;content:"";position:absolute;right:0;top:-12px;width:77%;height:1px;background-color:rgba(255,255,255,.15)}
#atc04 ul li:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s}
#atc04 ul li:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}
#atc04 ul li:hover{padding-left:145px;cursor:pointer}
#atc04 ul li .icon{position:absolute;left:0;top:0;width:150px;height:150px;border-radius:50%;background:center no-repeat rgba(255,255,255,.06);-webkit-transition:all .2s;transition:all .2s}
#atc04 ul li .icon01{background-image:url(/sh_img/include/inc04/icon01.png)}
#atc04 ul li .icon02{background-image:url(/sh_img/include/inc04/icon02.png)}
#atc04 ul li .icon03{background-image:url(/sh_img/include/inc04/icon03.png)}
#atc04 ul li:hover .icon{background-color:#fff}
#atc04 ul li:hover .icon01{background-image:url(/sh_img/include/inc04/icon01_on.png)}
#atc04 ul li:hover .icon02{background-image:url(/sh_img/include/inc04/icon02_on.png)}
#atc04 ul li:hover .icon03{background-image:url(/sh_img/include/inc04/icon03_on.png)}
#atc04 ul li dl{overflow:hidden;padding:40px 0 0 70px}
#atc04 ul li dl dt{float:left;width:230px;font-size:20px;color:#fff;line-height:30px;font-family:'notokr-medium'}
#atc04 ul li dl dd{float:left}
