@charset "utf-8";

/* 관리자용 */
.dev_banarea { position: absolute; border:1px solid #ef634e; width:100%; height:100%; top: 0;box-sizing: border-box; }
.dev_banarea::before { content: '배너영역'; position: absolute; right: 0; background: white; }

.dev_banner_modify {
	position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 3px 5px;
    /*background-color: #0000005e;*/
    /*color: #fff !important;*/
	font-size: 13px;
    /*border: 1px solid #eaeaea;*/
}