@charset "utf-8";
/* 비지니스 갤러리 영역*/

#section03{padding:50px 0}
#section03 .idx_tit{width:430px;font-size:22px;color:#222}
#section03 .idx_tit:before{display:table;position:absolute;top:9px;left:0;width:19px;height:8px;content:"";background: url(/sh_img/index/tit_bg_l.png) left bottom no-repeat}
#section03 .idx_tit:after{display:block;position:absolute;top:9px;right:0;width:19px;height:8px;content:"";background: url(/sh_img/index/tit_bg_r.png) right bottom no-repeat}
#section03 .idx_tit span{color:#ff9a2b}
#section03 .idx_btit{margin-bottom:30px;font-size:30px;letter-spacing:-1px;color:#222;font-family:'notokr-bold'}
#section03 .idx_btit span{position:relative;padding:0 5px;font-size:40px;line-height:1}
#section03 .idx_btit span:before{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:22px;background-color:#ffee1d}
#section03 .idx_stxt{font-size:22px;color:#222;font-family:'notokr-bold'}
#section03 .idx_stxt span{padding:5px 20px 7px;border-radius:30px;color:#fff;background-color:#ff9a2b}

#section03 ul{overflow:hidden;margin-top:40px}
#section03 ul li{float:left;width:260px;height:210px;margin-left:20px;border:1px solid #ddd;border-bottom:2px solid #333;font-size:15px;letter-spacing:-.5px;text-align:center;-webkit-transition: all .2s;transition: all .2s}
#section03 ul li a{display:block;height:100%;padding:34px 15px 0}
#section03 ul li:nth-child(4n+1){margin-left:0}
#section03 ul li:nth-child(-n+4){margin-bottom:20px}
#section03 ul li .cate{color:#0054a6;font-family:'notokr-medium'}
#section03 ul li .subj{padding:5px 0 0;font-size:19px;color:#222;font-family:'notokr-bold'}
#section03 ul li .period{display:inline-block;margin:27px 0 10px;padding:1px 12px;border-radius:30px;font-size:14px;color:#fff;background-color:#0054a6;font-family:'notokr-medium'}
#section03 ul li:hover{background-color:#f7f7f7}