.bsns_2026_wrap{
    padding: 75px 0 100px;
}

.bsns_2026_wrap .depth-mn{
    display: flex;
    gap: 0 20px;
    border-bottom: 1px solid #eaeaea;
}

.bsns_2026_wrap .depth-mn li{
    padding: 5px 10px;
}


.bsns_2026_wrap .depth-mn li a{
    font-size: 20px;

}

.bsns_2026_wrap .depth-mn li.on{
    border-bottom: 1px solid var(--main-red);
}

.bsns_2026_wrap .depth-mn li.on a{
    color: #111;
}

/* �곷떒 ���댄� & �쒕∼�ㅼ슫 */
.bsns_2026_wrap .top-title{
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.bsns_2026_wrap .top-title-left p{
    font-size: 22px;
    font-family: 'SEBANG_Gothic_Bold';
}

.bsns_2026_wrap .top-title-left .c-main{
    color: var(--main-red);
    font-weight: 700;
}

.bsns_2026_wrap .bsns-select{
    margin-left: auto;
    position: relative;
}

.bsns_2026_wrap .bsns-select-toggle{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 28px;
    border-radius: 999px;
    border: none;
    background-color: var(--main-red);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.bsns_2026_wrap .bsns-select-toggle .material-symbols-outlined{
    font-size: 20px;
    transition: transform 0.25s ease;
}

.bsns_2026_wrap .bsns-select.open .bsns-select-toggle .material-symbols-outlined{
    transform: rotate(180deg);
}

.bsns_2026_wrap .bsns-select-list{
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    width: 340px;
    padding: 20px 22px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    display: none;
    z-index: 20;
}

.bsns_2026_wrap .bsns-select.open .bsns-select-list{
    display: block;
}

.bsns_2026_wrap .bsns-select-list li + li{
    margin-top: 8px;
}

.bsns_2026_wrap .bsns-select-list button{
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    padding: 4px 0;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.bsns_2026_wrap .bsns-select-list button::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.25s ease;
}

.bsns_2026_wrap .bsns-select-list button:hover::after{
    width: 100%;
}

.bsns_2026_wrap .bsns-info-box{
    border-bottom: 1px solid #777;
    margin-bottom: 60px;
    padding: 60px;
    padding-top: 0;
}

.bsns_2026_wrap .bsns-info-box h2{
    font-family: 'SEBANG_Gothic_Bold';
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

/* info-box-wrap - 泥⑤� �대�吏� �ㅽ��� */
.bsns_2026_wrap .info-box-wrap{
    --info-bg: #FDF8F8;
    --info-border: #ebe5e5;
}

.bsns_2026_wrap .info-box-wrap .row-2,
.bsns_2026_wrap .info-box-wrap .row-1{
    margin-bottom: 12px;
}

.bsns_2026_wrap .info-box-wrap .row-2{
    display: flex;
    gap: 12px;
}

.bsns_2026_wrap .info-box-wrap .row-2 .box,
.bsns_2026_wrap .info-box-wrap .row-1 .box{
    background-color: oklch(0.99 0 0);
    border-radius: 10px;
    padding: 18px 24px;
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid oklch(0.898 0 0);
}

.bsns_2026_wrap .info-box-wrap .row-2 .box{
    flex: 1;
}

.bsns_2026_wrap .info-box-wrap .box .tit{
    font-weight: 700;
    color: #333;
    width: 100px;
    min-width: 100px;
    flex-shrink: 0;
    padding-right: 16px;
    position: relative;
    font-size: 18px;
}

.bsns_2026_wrap .info-box-wrap .box .tit::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--info-border);
}

.bsns_2026_wrap .info-box-wrap .box:has(.bd-box) .tit::after{
    display: none;
}

.bsns_2026_wrap .info-box-wrap .box p{
    flex: 1;
    margin: 0;
    padding-left: 16px;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
}

.bsns_2026_wrap .info-box-wrap .box .bd-box{
    padding: 40px;
    background: #fff;
    width: calc(100% - 100px);
}

.bsns_2026_wrap .info-box-wrap .box:has(.bd-box){
    display: flex;
    align-items: stretch;
}

.bsns_2026_wrap .info-box-wrap .box:has(.bd-box) .tit{
    min-width: 100px;
    max-width: 100px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border-right: 0;
}

.bsns_2026_wrap .info-box-wrap .bd-box dl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 12px 0;
    gap: 12px;
    dt {
        width: 100%;
    }
}

.bsns_2026_wrap .info-box-wrap .bd-box dl:last-child{
    margin-bottom: 0;
}

.bsns_2026_wrap .info-box-wrap .bd-box dt{
    font-weight: 700;
    color: #333;
    width: 90px;
    min-width: 90px;
    flex-shrink: 0;
    line-height: 1.5;
}

.bsns_2026_wrap .info-box-wrap .bd-box dd{
    margin: 0;
    flex: 1;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    word-break: keep-all;
}

.bsns_2026_wrap .info-box-wrap .bd-box .row-2{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}

.bsns_2026_wrap .info-box-wrap .bd-box .row-2 dl{
    flex: 1;
    margin-bottom: 0;
}

/* �몃��댁슜 �뚯씠釉� (�쒖옉�� ��) */
.bsns_2026_wrap .info-box-wrap .bd-box .bd-table{
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.bsns_2026_wrap .info-box-wrap .bd-box .bd-table th,
.bsns_2026_wrap .info-box-wrap .bd-box .bd-table td{
    border: 1px solid var(--info-border);
    padding: 12px 16px;
    text-align: left;
}

.bsns_2026_wrap .info-box-wrap .bd-box .bd-table th{
    font-weight: 700;
    background-color: rgba(0,0,0,0.04);
}

/* .bottom Swiper - 紐⑤컮�� 1.2媛�, PC 2媛� */
.bsns_2026_wrap .info-box-wrap .bottom{
    margin-top: 15px;
    position: relative;
    padding-bottom: 5px;
}

.bsns_2026_wrap .bsns-bottom-swiper .slide-inner{
    min-height: 120px;
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.bsns_2026_wrap .bsns-bottom-swiper .slide-inner img{
    width: 100%;
    border-radius: 10px;
}

.bsns_2026_wrap .bsns-bottom-swiper .swiper-pagination-bullet-active{
    background: #333;
}

.bsns_2026_wrap .dot_list{
    padding-left: 16px;
}

.bsns_2026_wrap .dot_list li{
    position: relative;
    padding-left: 14px;
    font-size: 18px;
}

.bsns_2026_wrap .dot_list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
}

.bsns_2026_wrap .dot_list li + li{
    margin-top: 6px;
}

@media all and (max-width: 1024px){


    .bsns_2026_wrap {
        padding: 0 0 50px 0;
    }

    .bsns_2026_wrap .top-title{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .bsns_2026_wrap .top-title::after{
        display: none;
    }

    .bsns_2026_wrap .bsns-select{
        margin-left: 0;
        width: 100%;
    }

    .bsns_2026_wrap .bsns-select-toggle{
        width: 100%;
        justify-content: space-between;
    }

    .bsns_2026_wrap .bsns-select-list{
        width: 100%;
        right: 0;
        left: 0;
    }

    .bsns_2026_wrap .info-box-wrap .row-2{
        flex-direction: column;
    }


    .bsns_2026_wrap .info-box-wrap .box:has(.bd-box) .tit,
    .bsns_2026_wrap .info-box-wrap .box .tit{
        width: 100%;
        min-width: 100%;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px;
        padding-bottom: 8px;
        font-size: 18px;

    }

    .bsns_2026_wrap .bsns-info-box{
        padding: 0 20px;
    }

    .bsns_2026_wrap .info-box-wrap .box .bd-box{
        width: 100%;
        padding: 14px;
    }

    .bsns_2026_wrap .info-box-wrap .bd-box .row-2{
        flex-direction: column;
    }

    .bsns_2026_wrap .info-box-wrap .box{
        flex-direction: column;
        gap: 10px;
        padding: 14px !important;
    }

    .bsns_2026_wrap .bsns-bottom-swiper .slide-inner{
        padding: 20px 0 40px 20px;
        border: none;
    }

    .bsns-bottom-swiper{
        border: 1px solid #eaeaea;
        border-radius: 20px;
        padding: 0 20px 0 0;
    }

}

@media all and (max-width: 640px){


    .bsns_2026_wrap .info-box-wrap .box .tit{
        width: 100%;
        min-width: 0;
        padding-right: 0;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--info-border);
    }

    .bsns_2026_wrap .info-box-wrap .box .tit::after{
        display: none;
    }


    .bsns_2026_wrap .info-box-wrap .bd-box dl{
        flex-direction: column;
        gap: 4px;
    }

    .bsns_2026_wrap .info-box-wrap .bd-box dt{
        width: 100%;
    }

    .bsns_2026_wrap .bsns-info-box{
        padding: 20px 0;
    }

    .bsns_2026_wrap .info-box-wrap .box p{
        padding-left: 0;
        padding-top:10px;
    }




}

