@media(max-width:1600px) {}
@media(max-width:991px) {
    #page_wrap.page01_01 .box-wrap {
        background: #eae7e3;
        padding: 30px 10px;
    }
    #page_wrap.page01_01 .right-t {
        text-align: right;
        color: #6b3e6b;
        font-size: 13px;
        font-weight: 600;
    }
    #page_wrap.page01_01 .right-t p {
        font-size: 15px;
        font-weight: 600;
        color: #000;

    }

    #page_wrap.page01_01 .box-wrap .white-box {
        background: #fff;
        padding: 60px 20px;
        position: relative;
        margin-top: 45px;
    }
    #page_wrap.page01_01 .label-wrap {
        position: relative;
        display: inline-block;
        position: absolute;
        top: -30px;
        left: 40px;
    }

    #page_wrap.page01_01 .label-wrap .label {
        background: #6b3a6d;
        /* 보라색 */
        color: #fff;
        font-size: 19px;
        font-weight: 500;
        padding: 10px 30px;
        position: relative;
        z-index: 10;
    }

    /* 꼬리(삼각형) */
    #page_wrap.page01_01 .label-wrap .label::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 28px 0 0 20px;
        border-color: transparent transparent transparent #2e1a2f;

    }

    #page_wrap.page01_01 .box-wrap .white-box .main-title {
        text-align: center;
        font-size: 26px;
        line-height: 32px;
        color: #09375e;
        font-weight: 700;
        position: relative;
        display: block;
    }
    #page_wrap.page01_01 .box-wrap .white-box .main-title::before {

        display: none;
    }
    #page_wrap.page01_01 .box-wrap .white-box .text {
        margin-top: 20px;
        font-size: 16px;
        color: #363636;
    }
    /* 블록 상·하단 라인 */
    #page_wrap.page01_01 .box-wrap .white-box .text .points {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: 18px 0;
        margin-top: 20px;
    }

    /* 리스트 리셋 */
    #page_wrap.page01_01 .box-wrap .white-box .text .points-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* 항목 스타일 */
    #page_wrap.page01_01 .box-wrap .white-box .text .points-list li {
        position: relative;
        padding-left: 12px;
        font-size: 17px;
        line-height: 1.4;
        /* padding-bottom: 8px; */
        color: #111;
    }

    /* 항목 간격 */
    #page_wrap.page01_01 .box-wrap .white-box .text .points-list li + li {
        margin-top: 12px;
    }

    /* 주황색 도트 */
    #page_wrap.page01_01 .box-wrap .white-box .text .points-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.9em;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #ff9a3b;
        transform: translateY(-150%);
    }
    #page_wrap.page01_01 .box-wrap .white-box .sign-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        position: relative;

    }
    #page_wrap.page01_01 .box-wrap .white-box .sign-wrap .sign-text {
        height: auto;
        font-size: 15px;
        font-weight: 600;
        color: #3d5876;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 20px;
        flex-direction: column;
    }
    #page_wrap.page01_01 .box-wrap .white-box .sign-wrap .sign-text .pos {}
    #page_wrap.page01_01 .box-wrap .white-box .sign-wrap .sign-text .name {
        width: 100%;
        height: 50px;
        background: url("../../img/sub/ssain.jpg");
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: 50% 100%;

    }

    #page_wrap.page01_02 .sub_txt {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
        column-gap: 10px;
    }
    #page_wrap.page01_02 .sub_txt .img_li_box {
        border: 1px #dcdcdc solid;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    #page_wrap.page01_02 .sub_txt .img_li_box img {
        width: 100%;
        /* width: 180px; */
    }
    #page_wrap.page01_02 .sub_txt .img_li_box .ceo_info {
        padding-left: 25px;
        padding-right: 25px;
    }
    #page_wrap.page01_02 .sub_txt .img_li_box .ceo_info .ceo_info01 {
        font-weight: 600;
        font-size: 17px;
        color: #000;
        margin-bottom: 8px;
    }
    #page_wrap.page01_02 .sub_txt .img_li_box .ceo_info .ceo_info02 {
        font-size: 15px;
        line-height: 24px;
    }

    /* 탭 메뉴 */
    /* =========================
   탭 메뉴 (정리본)
========================= */

  /* 모바일 탭 전체 래퍼 */
.tabs-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

/* 화살표 제거 (모바일은 필요 없음) */
.tab-arrow {
    display: none !important;
}

/* 캡슐 박스 */
.tabs-box {
    overflow-x: auto;                 /* 모바일은 박스 자체가 가로 스크롤 */
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border-radius: 0;
    padding: 0;                     /* 탭이 박스에 좀 여유 있게 */
    scrollbar-width: none;
}
.tabs-box::-webkit-scrollbar {
    display: none;
}

/* 실제 스크롤되는 탭 리스트 */
.tabs-scroller {
    display: flex;
    gap: 5px;
    min-height: 50px;
    white-space: nowrap;              /* 줄바꿈 금지 */
}

/* 탭 버튼 */
.tab {
    flex: 0 0 auto;                   /* 내용만큼만 width */
    padding: 0px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #909090;
    background: #fff;
    border-radius: 12px;
    line-height: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    width: auto;
    border:1px #ddd solid;
}

/* 활성화 스타일 */
.tab.active {
    background: #2b50b9;
    border: 1px #2b50b9 solid;
    color: #fff;
    box-shadow: none !important;
}


}
@media(max-width:768px) {}