.dcp_bank_banner{ max-width: none; padding: 10px; left: 0px; top: 0px; margin-bottom: 86px; overflow: visible; }
.dcp_bank_banner *{ box-sizing: border-box; position: relative; }
.dcp_bank_banner .banner_inner{ background-image: none; background-color: rgba(255, 255, 255, 0.8); border-radius: 10px; border-style: solid; background-clip: padding-box; padding: 40px 30px 26px 35px; box-shadow: rgba(113, 138, 214, 0.2) 3px 3px 12px 0px; left: 0px; top: 0px; display: flex; align-items: center; flex-wrap: wrap; }
.dcp_bank_banner .img{ padding: 0px; margin: 15px auto 0px; width: 100px; max-width: none; height: 100px; align-self: auto; display: flex; align-items: center; flex-wrap: wrap; background-position: calc(50%) calc(50%); background-size: cover;
    background-image: url("https://cdn.zaemit.com/weven_data/scaleuptips/file_manager/w4s57qa437843i.png?type=w&quality=80"); background-color: transparent; background-repeat: no-repeat; }
.dcp_bank_banner .content{ max-width: none; width: calc(100% - 100px); padding-left: 25px; padding-right: 0px; }
.dcp_bank_banner .title{ font-size: 21px; letter-spacing: 0px; font-weight: 700; line-height: 27px; padding-top: 0px; padding-bottom: 0px; max-width: none; text-align: left; color: rgb(0, 0, 0); margin-bottom: 20px; left: 0px; top: 0px; }
.dcp_bank_banner .desc{ padding-left: 20px; font-size: 16px; line-height: 3.0rem; letter-spacing: 0px; font-weight: 400; word-break: keep-all; }
.dcp_bank_banner .desc::before{ content: ""; position: absolute; top: 13px; left: 0px; width: 3px; height: 3px; background-color: rgb(0, 0, 0); border-radius: 50%; }
.dcp_bank_banner .btn_wrap{ display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 20px 46px; padding-left: 19px; margin-top: 20px; }
.dcp_bank_banner .btn_wrap a{ flex: 0 0 auto; }
.dcp_bank_banner .box_btn{ display: inline-block; font-size: 1.5rem; line-height: 2.1rem; font-weight: 500; color: #fff; background-color: #000; padding: 11px 16px; border-radius: 8px; }
.dcp_bank_banner .arw_btn{ display: inline-block; font-size: 1.6rem; line-height: 2.2rem; font-weight: 500; padding-right: 23px;
    background-image: url("/weven_data/scaleuptips/web/src/img/arrow_right.svg"); background-size: 20px; background-position: right 0 center; background-repeat: no-repeat; }

.dcp_box{display: flex; padding: 45px 52px 44px 49px; border: 1px solid #edecf1; background-color: #fff; border-radius: 8px; cursor: pointer;}
/* .dcp_box:not(:last-child){margin-bottom: 20px;} */
.dcp_num{width: 55px; font-size: 1.8rem; line-height: 2.4rem; font-weight: 700; flex-shrink: 0;}
.dcp_num .notice{font-size: 0; display: inline-block; width: 18px; height: 18px; background-image: url("/weven_service/asset/img/svg/icon_table_fixed.svg"); background-position: center; background-size: 18px; background-repeat: no-repeat;}
.dcp_flex{width: 100%; display: flex; gap: 20px 0; justify-content: space-between; flex-direction: column;}
.dcp_title{font-size: 1.8rem; line-height: 2.4rem; font-weight: 700;}
.dcp_detail{font-size: 1.5rem; line-height: 2.1rem; font-weight: 400; margin-top: 24px;}
.dcp_detail > div:not(:last-child){ margin-bottom: 6px; }
.dcp_detail > div span{display: inline-block;}
.dcp_detail > div span:first-child{font-weight: 700; width: 62px;}
[class*=dcp_status_]{ font-weight: 500; }
.dcp_status_1{ color: #E81D62; }  /* 신청접수중 */
.dcp_status_2{ color: #0FADCE; }  /* 접수완료 */
.dcp_status_3{ color: #2F2F9B; }  /* 평가중 */
.dcp_status_4{ color: #2F2F9B; }  /* 협약체결 진행중 */
.dcp_status_5{ color: #000000; }  /* 최종지원(완) */
.dcp_right{font-size: 1.4rem; line-height: 2.0rem; font-weight: 300; margin-top: 1px;}
.dcp_right span{display: inline-block;}

@media (min-width: 768px)  {
    .dcp_bank_banner .btn_wrap{ justify-content: flex-end; }

    .dcp_flex{flex-direction: row;}
}