/* 고객센터 */
div#custom_center {
    float:left;
    width:250px;
    height:148px;
    border-right:1px dashed #CBCBCB;
    position:relative;
}

/* 공지사항 */
div#notice_upgrade {
    margin:0 15px;
    float:left;
    width:245px;
    height:148px;
    border-right:1px dashed #CBCBCB;
    position:relative;
}

div#notice_upgrade
    ul.notice {
        margin-top:15px;
    }

div#notice_upgrade
    ul.notice li {
        line-height:160%;
    }

div#notice_upgrade
    ul.notice li a {
        color:#8A8A8A;
    }

/* 활용사례 */
div#examples {
    clear:both;
    width:960px;
    margin-top:10px;
    position:relative;
}
/**
div#examples
    div.title_box {
        margin:5px 0px;
    }

div#examples
    img.subtitle {
        position:absolute;
        top:7px;
        right:0px;
    }

div#examples
    div.banners img {
        display:block;
        float:left;
    }
*/

/* 팝업 배너 */
div#main_popup {
    position:absolute;
    top:135px;
    left:510px;
    width:450px;
    height:400px;
    z-index:20;
}

/** 지식캐스트 이벤트 배너 */
div#event_popup {
    position:absolute;
}
div#event_popup
    img {
        position:relative;
        top:-192px;
        left:360px;
    }


/* 배너 */
.banner-wrap {
    display:block;
    position:absolute;
}

.banner-mobile {
    z-index:10;
	top:136px;
	left:1px;
}
