@charset "utf-8";
/* CSS Document */
/*서브공통*/
.sub_img{width:100%; display:block;}
.sub_img img{width:100%; height:auto;}
/*서브타이틀*/
.subtit{ margin:10px 20px; line-height:30px; font-size:14px; color:#535353; padding-left:10px; position:relative; font-weight:bold;}
.subtit:before{ content:"";width:4px; height:4px; border-radius:3px; background:#535353; left:0; top:13px; position:absolute;}


/*회원가입 절차*/
.stepbox{margin:30px 0; height:80px;}
.stepbox li{width:25%; float:left;}
.stepbox li span{ display:block; width:80px; height:80px; margin:0 auto; background:#d0d0d0; font-size:13px; font-weight:bold; background:#d0d0d0; line-height:80px; color:#fff; border-radius:40px; text-align:center; letter-spacing:-1px;}
.stepbox li.on span{background:#a6d701;}


/*이벤트기획전*/
.bnlist{width:100%;}
.bnlist li{ display:list-item; list-style:none; margin:0 0 0 0 ; border-bottom:1px solid #dcdcdc;}