/* 1. 바깥쪽 지저분한 배경/테두리 싹 제거 */
.rb_layout_box[data-id="17"],
.rb_layout_box[data-id="17"] .md_arrow_0,
.rb_layout_box[data-id="17"] .content_box_set,
.rb_layout_box[data-id="17"] .mod_display_wrap,
.rb_layout_box[data-id="17"] .bbs_main {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. 배너 메인 상자 - 둥근 테두리와 은은한 그림자 */
.rb_layout_box[data-id="17"] .content_box {
    background-color: #fff !important; 
    border: 1px solid #f0f0f0 !important;
    border-radius: 12px !important;    /* 게시판들과 동일한 곡률 */
    
    max-width: 1440px;                 /* 와이드 폭 */
    width: 98%;                        /* 양옆 미세 여백 */
    margin: 20px auto !important;      /* 중앙 정렬 */
    
    padding: 0 !important;             /* 내부 여백 완전 제거 (이미지 밀착) */
    overflow: hidden;                  /* 이미지가 모서리에 딱 맞게 깎임 */
    position: relative;
    display: block;
    
    /* 은은한 그림자 */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
}

/* 3. 배너 이미지 - 하단 흰 선 방지 핵심 */
.rb_layout_box[data-id="17"] .content_box img {
    width: 100% !important;
    height: auto !important;
    display: block !important;         /* 하단 미세 여백 제거 */
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    vertical-align: middle;            /* 정렬 보정 */
}

/* 4. 내부 슬라이드 배경 제거 (검은색 노출 방지) */
.rb_layout_box[data-id="17"] .swiper-slide,
.rb_layout_box[data-id="17"] .swiper-wrapper {
    background: none !important;
    background-color: transparent !important;
}

/* 5. 태그(ico_tag) 스타일 */
.rb_layout_box[data-id="17"] .content_box span.ico_tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    z-index: 10;
}
