@media(max-width:1600px) {}
@media(max-width:991px) {
    h2.title {
        font-size: 19px;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
    }
    #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 br {
        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;
    }
    #page_wrap.page01_03 .box-wrap .box-title {
        margin-top: 20px;
        margin-bottom: 12px;
        position: relative;

    }
    #page_wrap.page01_03 .box-wrap .box-title h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0d326f;
    }
    #page_wrap.page01_03 .box-wrap .box {
        position: relative;
        margin-bottom: 10px;
        border: 1px #dae2f8 solid;
        /* background: #f8fafe; */
        padding: 25px 20px;
        border-radius: 0.8em;
        /* font-size: 17px; */
        line-height: 24px;
    }
    #page_wrap.page01_03 .box-wrap .box > h4 {
        margin: 0 0 6px;
        font-size: 15px;
        font-weight: 600;
        color: #1e1e1e;
        /* 포인트 파랑 */
        line-height: 1.4;
        /* border-bottom: 1px #eeeeee solid; */
        /* border-bottom: 1px #e6ecfc solid; */
        padding-bottom: 6px;
        color: #2b50b9;
        position: relative;
    }
    #page_wrap.page01_05 img {
        width: 100%;
    }
    #page_wrap.page05_01 .benner dl {
        position: absolute;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }
    #page_wrap.page05_01 .benner dl dt {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        /* line-height: 24px; */
    }
    #page_wrap.page05_01 .benner dl dd {
        color: #fff;
        font-size: 19px;
        line-height: 22px;
        font-weight: 700;
    }
    #page_wrap.page05_01 .benner img {
        width: 100%;
    }
    #page_wrap.page05_01 .content .title {
        margin-top: 30px;
        border-bottom: 0 #ddd solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #page_wrap.page05_01 .content .title h3 {
        color: #000;
        font-size: 19px;
        font-weight: 700;
    }
    #page_wrap.page05_03 .box {
        display: flex;
        flex-direction: column;

    }
    #page_wrap.page05_03 .box:last-child {
        margin-top: 0;

    }
    #page_wrap.page05_03 .box .title {
        width: 100%;
        display: flex;
        color: #0d326f;
        position: relative;

    }
    #page_wrap.page05_03 .box .title p.year {
        font-family: 'Poppins', 'Noto Sans KR', sans-serif;
        font-size: 16px;
        font-weight: 600;
        /* border: 1px #3f68d6 solid; */
        /* background: #e9eef8; */
        /* color: #2b50b9; */
        /* padding: 2px 15px; */
        /* border-radius: 3em; */
        /* position: absolute; */
        margin-top: 0;
        top: 0;
        position: relative;
        position: absolute;
        right: 0;
        display: block;
        border: 1px #000 solid;
        background: #000;
        color: #fff;
        padding: 5px 16px;
        border-radius: 3em;

    }
    #page_wrap.page05_03 .box .title p.year::before {
        position: absolute;
        width: 120px;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 26px;
        display: none;
    }
    #page_wrap.page05_03 .box:last-child .title p.year::before {
        position: absolute;
        width: 76px;
        height: 1px;
        background: #2b50b9;
        content: '';
        margin-top: 26px;
    }
    #page_wrap.page05_03 .box .title p.year::after {
        content: "\F285";
        margin-left: 12px;
        font-family: 'bootstrap-icons';
        font-size: 12px;
        display: inline-block;
        /* 회전을 위해 필요 */
        transform: rotate(90deg);
        /* 아래로 기울이기 */
    }

    #page_wrap.page05_07 .tip-box {
        background: #fff;
        border-radius: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        border: 1px #ddd solid;
        padding: 0;
        border-radius: 8px;

    }
    #page_wrap.page05_07 .tip-box h3 {
        color: #000;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px #ddd solid;
        /* text-align: center; */
        background: linear-gradient(to top, #ebebeb, #ffffff);

    }
    #page_wrap.page05_07 .tip-box dl {
        padding-left: 0;
        margin-left: 0;
        position: relative;
        padding: 12px 20px;

    }
    #page_wrap.page05_07 .tip-box dl::before {
        content: "";
        width: 1px;
        height: 90%;
        background: #d2d2d2;
        position: absolute;
        left: 0;
        top: 0;
        display: none;

    }

    #page_wrap.page05_07 .tip-box dl dt {
        color: #000;
        position: relative;
        display: inline-block;
        font-weight: 600;
    }
    #page_wrap.page05_07 .tip-box dl dt::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 22px;
    }
    #page_wrap.page05_07 .tip-box dl dd {
        margin-top: 12px;
        position: relative;
        font-size: 15px;
        text-indent: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #page_wrap.page05_07 .tip-box dl dd::before {
        content: '· ';
    }
    #page_wrap.page05_07 .table-responsive {
        margin-top: 40px;
    }

    /* 탭 메뉴 */
    /* =========================
   탭 메뉴 (정리본)
========================= */

    /* 모바일 탭 전체 래퍼 */
    .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: 0 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;
    }
    #page_wrap .table-basic thead th {
        background: #f9f9f9;
        font-size: 15px;
    }
    #page_wrap .table-basic tbody th {
        color: #000;
        font-size: 15px;
    }
    #page_wrap .table-basic tbody td {
        text-align: center;
        font-size: 15px;
    }
    #page_wrap.page01_48 .box-wrap {
        margin-bottom: 20px;
    }
    #page_wrap.page01_48 .box-wrap h2 {
        margin-bottom: 8px;
        font-size: 19px;
        font-weight: 700;
        color: #000;
    }
    #page_wrap.page01_48 .box-wrap .box {
        width: 100%;
        height: auto;
        /* 원하시는 높이 */
        padding-top: 42px;
        padding-bottom: 42px;

        /* 1. 바탕색 설정 (보통 흰색이나 투명) */
        background-color: #ffffff;

        /* 2. 격자 선 만들기 (가로선 + 세로선) */
        background-image:linear-gradient(#f2f2f2 1px, transparent 1px),
        /* 가로선 색상과 두께 */
        linear-gradient(90deg, #f2f2f2 1px, transparent 1px);
        /* 세로선 색상과 두께 */

        /* 3. 격자 칸 크기 조절 */
        background-size: 20px 20px;
        /* 가로 20px, 세로 20px 간격 */

        /* (옵션) 선이 박스 테두리와 딱 맞게 시작하도록 설정 */
        background-position: -1px -1px;

        /* (옵션) 로고 중앙 정렬 */
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        border: 1px solid #ddd;
        /* 박스 외곽선 */
    }
    #page_wrap.page01_48 .box-wrap .box.box02 {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
        border: 1px solid #ddd;
        /* 박스 외곽선 */
        padding: 40px 45px;
        text-align: center;
    }
    #page_wrap.page04_49 .benner {
        position: relative;

    }
    #page_wrap.page04_49 .benner img {
        width: 100%;
    }
    #page_wrap.page04_49 .benner h1 {
        position: absolute;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    #page_wrap.page04_49 section.section01 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #page_wrap.page04_49 section.section01 h3 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 12px;
    }
    #page_wrap.page04_49 .box-wrap .box-title {
        margin-top: 12px;
        margin-bottom: 12px;
        position: relative;

    }
    #page_wrap.page04_49 .box-wrap .box-title h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0d326f;
    }
    #page_wrap.page04_49 .box-wrap .box-title::before {
        content: "\F282";
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000;
        font-family: 'bootstrap-icons';
    }
    #page_wrap.page04_49 .box-wrap .box {
        position: relative;
        margin-bottom: 18px;
        border: 1px #dae2f8 solid;
        /* background: #f8fafe; */
        padding: 25px 20px;
        border-radius: 0.8em;
        /* font-size: 17px; */
        line-height: 28px;
    }
    #page_wrap.page04_49 .box-wrap .box p.tip {
        margin-top: 20px;
        font-weight: 500;
        color: #000;
    }
    #page_wrap.page04_49 .box-wrap .box ul > li > ul {
        padding-left: 12px;
        padding-top: 8px;
    }
    #page_wrap.page04_49 .box-wrap .box ul > li > ul > li::before {
        content: "";
    }
    #page_wrap.page04_49 .text-wrap {
        margin-top: 30px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    #page_wrap.page04_49 .text-wrap .text {
        padding-right: 0;
        font-size: 15px;
        margin-bottom: 40px;
    }
    /* 오시는 길 */
    .wiz_location #map p.sky {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        padding: 16px 48px 18px;
    }

    .wiz_location #map .root_daum_roughmap {
        width: 100%;
    }

    .wiz_location .table_wrap {
        margin-top: 40px;
    }
    .wiz_location .table_wrap table {
        border-top: 2px #000 solid;
    }
    .wiz_location .table_wrap .title h2 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 12px;
        font-family: 'Noto Sans KR';
    }

    .section.section_address.lst {
        display: none;
    }
    /* 오시는 길 마감 */
}
@media(max-width:768px) {}