@charset "utf-8";

#bnr-box .bg{background: var(--gray-200)}
#bnr-box .col-3{gap: 40px;}

#bnr-box .sub-tit{display:flex;align-items:center;gap:12px}
#bnr-box .box a{position:relative;display:block;height:400px;padding:40px 0 0 40px;border-radius:20px 20px 0 0;background:var(--gray-100)}
#bnr-box .box a>img{position:absolute;width:200px;bottom:0;right:0}
#bnr-box .arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:20px;background:var(--green-mid)}
#bnr-box .arrow img{width:7px}
#bnr-box #body-xl{margin-top:15px}

/* 반응형 [s] */
@media (max-width:1024px){
    #bnr-box{display:none}
}
