@charset "UTF-8";


/* =====================================================
서브 레이아웃 공통 
===================================================== */

/* 비주얼 */
.sub_vis {
    position: relative;
    height: 300px;
    margin-top: var(--header-height);
    overflow: hidden;
}

.sub_vis01 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_01.jpg") center / cover no-repeat;
}

.sub_vis02 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_02.jpg") center / cover no-repeat;
}

.sub_vis03 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_03.jpg") center / cover no-repeat;
}

.sub_vis04 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_04.jpg") center / cover no-repeat;
}

.sub_vis05 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_05.jpg") center / cover no-repeat;
}

.sub_vis_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    height: 100%;
    margin: 0 auto;
    gap: 17px;
}

.sub_vis_inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.54px;
}

.sub_vis_inner h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1.92px;
}

.sub_cont {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 56px 20px 120px;
}

.page_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    margin-top: var(--header-height);
    overflow: hidden;
    padding: 0 max(20px, calc((100% - 1320px) / 2 + 20px));
    gap: 17px;
    color: #fff;
    margin-bottom: 56px;
}

.page_title_bg1 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_01.jpg") center / cover no-repeat;
}

.page_title_bg2 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_02.jpg") center / cover no-repeat;
}

.page_title_bg3 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_03.jpg") center / cover no-repeat;
}

.page_title_bg4 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_04.jpg") center / cover no-repeat;
}

.page_title_bg5 {
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.4) 44%, rgba(11, 43, 110, 0.4) 100%), url("../../images/sub/sub_vis_05.jpg") center / cover no-repeat;
}

.page_title p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.54px;
}

.page_title h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1.92px;
}

.page_title+.inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 120px;
}

.contents {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 120px;
}


.sub_title {
    color: #001221;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1.14px;
}


@media screen and (max-width: 1320px) {

    .sub_vis,
    .page_title {
        height: 200px;
    }

    .sub_vis_inner h2,
    .page_title h1 {
        font-size: 43px;
    }
}

@media screen and (max-width: 767px) {

    .page_title {
        margin-bottom: 40px;
    }

    .sub_vis,
    .page_title {
        height: 180px;
    }

    .sub_vis_inner,
    .page_title {
        gap: 8px;
        padding: 0 16px;
    }

    .sub_vis_inner p,
    .page_title p {
        font-size: 13px;
        letter-spacing: -0.33px;
    }

    .sub_vis_inner h2,
    .page_title h1 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }

    .sub_cont,
    .page_title+.inner {
        padding-bottom: 80px;
    }

    .sub_title {
        font-size: 26px;
        letter-spacing: -0.65px;
    }
}

@media screen and (max-width: 420px) {

    .sub_vis,
    .page_title {
        height: 150px;
    }

    .sub_vis_inner h2,
    .page_title h1 {
        font-size: 28px;
    }
}


/* 탭메뉴 */
.tabMenu,
.tabMenu_category {
    display: flex;
    justify-content: center;
    gap: 10%;
    margin-bottom: 50px;
}

.tabMenu li,
.tabMenu_category li {
    font-size: 20px;
    color: #777;
    letter-spacing: -0.66px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.tabMenu li::after,
.tabMenu_category li::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    margin-top: 6px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.tabMenu li:hover,
.tabMenu li.active,
.tabMenu_category li:hover,
.tabMenu_category li.active,
.tabMenu_category li.on {
    color: #3342b8;
    font-weight: 700;
}

.tabMenu li:hover::after,
.tabMenu li.active::after,
.tabMenu_category li:hover::after,
.tabMenu_category li.active::after,
.tabMenu_category li.on::after {
    width: 100%;
    background-color: #3342b8;
    transition: 0.5s;
}

.tabMenu button,
.tabMenu_category a,
.tabMenu_category button {
    display: block;
    color: inherit;
    font-size: 22px;
    letter-spacing: inherit;
}

.tabMenu button:focus-visible,
.tabMenu_category a:focus-visible,
.tabMenu_category button:focus-visible {
    outline: 2px solid #3342b8;
    outline-offset: 6px;
}


@media screen and (max-width: 1130px) {

    .tabMenu button,
    .tabMenu_category a,
    .tabMenu_category button {
        font-size: 17px;
    }

    .tabMenu li::after,
    .tabMenu_category li::after {
        height: 2px;
    }
}

@media screen and (max-width: 380px) {

    .tabMenu button,
    .tabMenu_category a,
    .tabMenu_category button {
        font-size: 16px;
    }

    .tabMenu li::after,
    .tabMenu_category li::after {
        height: 2px;
    }
}

/* 푸터 */
footer {
    border-top: 1px solid #E2E2E2;
}

/* =====================================================
첨단나노소재부품 플랫폼
===================================================== */

.platform_box .goal_content {
    display: none;
}

.platform_box .goal_content img {
    width: 100%;
}


/* =====================================================
장비 통합 검색
===================================================== */

.popular_equip {
    margin-top: 22px;
    padding: 26px 32px 24px;
    border: 1px solid #e1eefa;
    border-radius: 10px;
    background: linear-gradient(171deg, #f4f9ff 32%, #daedff 89%);
}

.popular_equip_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular_equip_top strong {
    color: #3342b8;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.66px;
}

.popular_ctrl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.popular_ctrl button {
    width: 22px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.popular_prev,
.popular_next {
    background-image: url("../../images/sub/arrow_next.svg");
}

.popular_prev {
    transform: rotate(180deg);
}

.popular_auto {
    background-image: url("../../images/sub/arrow_play.svg");
}

.popular_auto[data-playing="true"] {
    background-image: url("../../images/sub/arrow_stop.svg");
}

.popular_ctrl .swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.popular_slider {
    width: 100%;
    margin-top: 16px;
    margin-right: 0;
    margin-left: 0;
}

.popular_slider .swiper-wrapper {
    margin-left: 0;
}

.popular_slider .swiper-slide {
    flex: 0 0 auto;
    width: max-content;
}

.popular_slider a {
    width: max-content;
    max-width: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 6px 19px;
    border: 1px solid #e1eefa;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}

.popular_slider span {
    color: #3342b8;
    font-size: 19px;
    font-weight: 500;
}

.equip_filter_mb {
    display: none;
}

.equip_filter {
    margin-top: 32px;
}

.equip_filter h4 {
    margin-bottom: 16px;
    color: #001221;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.filter_box {
    overflow: hidden;
    border: 1px solid #c2d4e3;
    border-radius: 10px;
}

.m_filter_bar,
.m_filter_popup {
    display: none;
}

.filter_cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 294px;
}

.filter_cols[hidden] {
    display: none;
}

.filter_cols[data-filter-mode="institution"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.filter_col {
    background: #fff;
    border-right: 1px solid #c2d4e3;
}

.filter_cols[data-filter-mode="category"] .filter_col,
.filter_cols[data-filter-mode="institution"] .filter_col {
    background: #f8fbfe;
}

.filter_col:last-child {
    border-right: 0;
}

.filter_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    padding: 0 30px;
    border-bottom: 1px solid #c2d4e3;
    background: #f8fbfe;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.48px;
    text-align: left;
}

button.filter_hd::after {
    flex: none;
    width: 9px;
    height: 15px;
    background: url("../../images/sub/search_step.svg") center / contain no-repeat;
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform 0.24s ease;
    content: "";
}

button.filter_hd.no-arrow::after {
    display: none;
}

button.filter_hd.is-open::after {
    transform: rotate(180deg);
}

.filter_col ul {
    height: 280px;
    overflow-y: auto;
    padding: 0;
}

.filter_col li button {
    width: 100%;
    height: 42px;
    padding: 0 30px;
    background: transparent;
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    text-align: left;
}

.filter_col li button:hover,
.filter_col li button:focus-visible,
.filter_col li button.is-active {
    background: #8db2d4;
    color: #fff;
    font-weight: 700;
}

.filter_empty {
    position: relative;
    min-height: 238px;
}

.filter_empty p {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #5e709d;
    font-size: 16px;
    font-weight: 500;
    transform: translate(-50%, -50%);
    padding-top: 44px;
    background: url('/images/sub/empty.svg') no-repeat center top;

}

.filter_input {
    border-top: 1px solid #c2d4e3;
    background: #f8fbfe;
    padding: 29px 32px;
}

.selected_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 64px;
    background: #f8fbfe;
}

.selected_tags[hidden] {
    display: none;
}

.selected_tags .item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 42px;
    padding: 0 17px;
    border: 1px dashed #3342b8;
    border-radius: 50px;
    background: #eaf5ff;
    color: #3342b8;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.selected_tags .item p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.selected_tags .item button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.selected_tags .item button img {
    width: 16px;
    height: 16px;
}

.filter_search {
    display: grid;
    grid-template-columns: 174px minmax(0, 1fr) 137px 221px;
    gap: 8px;
}

.filter_search select,
.filter_search input {
    height: 55px;
    border-radius: 2px;
    background: #fff;
    color: #000;
    font-size: 16px;
}

.filter_search select {
    border: 1px solid #c2d4e3;
    font-weight: 500;
}

.filter_search select {
    padding: 0 20px;
    appearance: none;
    padding-right: 44px;
    background: #fff url("../../images/sub/sel_arrow.svg") right 20px center / 14px auto no-repeat;
}

.filter_search input {
    min-width: 0;
    padding: 0 20px;
}

.filter_keyword {
    display: flex;
    align-items: center;
    height: 55px;
    border: 1px solid #c2d4e3;
    border-radius: 2px;
    background: #fff;
}

.filter_keyword .inputClear_wrap {
    width: 100%;
}

.filter_keyword input {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    appearance: none;
}

.filter_keyword input:focus {
    outline: 0;
    box-shadow: none;
}

.filter_keyword input:-webkit-autofill,
.filter_keyword input:-webkit-autofill:hover,
.filter_keyword input:-webkit-autofill:focus {
    -webkit-text-fill-color: #111;
    box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 9999s ease-out;
}

.filter_keyword input::-webkit-search-cancel-button {
    appearance: none;
}

.filter_keyword .input_clear {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 14px;
    visibility: hidden;
}

.filter_keyword .input_clear::before,
.filter_keyword .input_clear::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: #9aa0a6;
    content: "";
}

.filter_keyword .input_clear::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.filter_keyword .input_clear::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.filter_keyword .input_clear:hover::before,
.filter_keyword .input_clear:hover::after,
.filter_keyword .input_clear:focus-visible::before,
.filter_keyword .input_clear:focus-visible::after {
    background-color: #282c74;
}

.filter_keyword .input_clear:focus-visible {
    border-radius: 50%;
    outline: 2px solid rgba(40, 44, 116, 0.35);
    outline-offset: 2px;
}

.filter_search input::placeholder {
    color: #535353;
    font-size: 15px;
}

.filter_reset,
.filter_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 55px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
}

.filter_reset {
    border: 1px solid #3342b8;
    /* background: #fff; */
    color: #3342b8;
}

.filter_submit {
    background: #333;
    color: #fff;
    font-weight: 700;
    padding-right: 10px;
}

.filter_reset img {
    width: 16px;
    height: 16px;
}

.filter_submit img {
    width: 21px;
    height: 21px;
    filter: brightness(0) invert(1);
}

/* 최근 검색어 없을 때(hidden 속성) display:flex/block 보다 우선해서 숨김 */
.recent_words[hidden] {
    display: none !important;
}

.recent_words {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 80px;
    margin-top: 18px;
    padding: 0 30px;
    border-radius: 8px;
    background: #f4f9ff;
}

.recent_words strong {
    margin-right: 16px;
    color: #001221;
    font-size: 17px;
}

.recent_words button {
    padding: 7px 17px;
    border-radius: 50px;
    background: #eaf1f8;
    color: #454750;
    font-size: 16px;
}

.equip_results {
    margin-top: 42px;
}

.result_num {
    font-size: 15px;
}

.result_num strong {
    font-weight: 600;
}

.equipList_wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 600px;
    gap: 30px;
    align-items: stretch;
    margin-top: 16px;
    font-family: 'Pretendard', sans-serif;
}

.equipList {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 2px;
}

.equipList_con {
    display: flex;
    align-items: center;
    gap: 41px;
    width: 100%;
    min-width: 0;
    min-height: 158px;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #ececec;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.equipList_con:hover,
.equipList_con.active {
    border-color: #969696;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

.equipList_img {
    flex: 0 0 140px;
    width: 140px;
    height: 100px;
    margin: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.equipList_img img {
    display: block;
    width: 140px;
    height: 100px;
    object-fit: cover;
}

.equipList_text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: 100px;
}

.equipList_textTop {
    min-width: 0;
}

.equipList_textTop h3 {
    display: block;
    overflow: hidden;
    margin: 0 0 8px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.equipList_textTop p {
    margin: 0;
    color: #777;
    font-size: 14px;
    font-family: 'Pretendard-500';
    line-height: 1.35;
}

.equipList_textBot {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #b8b8b8;
    font-size: 12px;
}

.equipList_textBot p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-family: 'Pretendard-500';
    line-height: 1.35;
    letter-spacing: -0.6px;
    white-space: nowrap;
}

.equipList_textBot span {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 1;
}

.equip_info {
    width: 100%;
    min-height: 854px;
    padding: 50px 48px 25px;
    border-radius: 10px;
    background: #f5f5f5;
}

.equip_info>h2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 30px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    letter-spacing: -0.75px;
}

.equip_info>span {
    color: #777;
    font-size: 14px;
}

.equip_info .equip_infoName {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    margin-top: 20px;
    color: #b8b8b8;
    font-size: 14px;
}

.equip_info .equip_infoName p {
    margin: 0;
    color: #000;
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 500;
}

.equip_info .equip_infoImg {
    width: 100%;
    height: 300px;
    margin: 0;
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 26px;
}

.equip_info .equip_infoImg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.equip_info .equip_infoText {
    width: 100%;
    max-height: 280px;
    margin: 0;
    overflow-y: auto;
}

.equip_info .equip_infoText>h5 {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}

.equip_info .equip_infoText::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.equip_info .equip_infoText::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #ddd;
}

.equip_info .equip_infoText::-webkit-scrollbar-corner {
    background-color: transparent;
}

.equip_info .equip_infoText pre {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.38px;
    white-space: pre-wrap;
}

.equip_empty {
    padding: 100px 0;
    border: 1px solid #ececec;
    border-radius: 10px;
    text-align: center;
    font-family: 'Pretendard', sans-serif;
}

.equip_empty p {
    margin-top: 18px;
    color: #000;
    font-size: 16px;
}

.equip_info .btn_area {
    margin-top: 24px;
}

.equip_info .btn_area .btn09 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.equip_results .pagination button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.equip_results .pagination button img {
    display: block;
}

@media screen and (max-width: 1279px) {
    .equipList_wrap {
        display: block;
        gap: 0;
    }

    .equipList {
        width: 100%;
        max-height: none;
        padding-right: 2px;
    }

    .equip_info {
        display: none !important;
    }

    .equipList_con.active {
        border-color: #ececec;
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .equip_results {
        margin-top: 28px;
    }

    .result_num {
        font-size: 14px;
    }

    .equipList_wrap {
        margin-top: 12px;
    }

    .equipList {
        gap: 10px;
        padding: 1px;
    }

    .equipList_con {
        gap: 20px;
        min-height: 0;
        padding: 15px;
        border-radius: 8px;
    }

    .equipList_img {
        flex-basis: 86px;
        width: 86px;
        height: auto;
        align-self: stretch;
    }

    .equipList_img img {
        width: 86px;
        height: 100%;
    }

    .equipList_text {
        min-height: auto;
    }

    .equipList_textTop h3 {
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.38px;
    }

    .equipList_textTop p {
        font-size: 13px;
    }

    .equipList_textBot {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 10px;
    }

    .equipList_textBot p {
        font-size: 13px;
        letter-spacing: -0.33px;
    }

    .equip_results .pc_page_btn {
        flex-wrap: wrap;
        gap: 14px;
    }

    .equip_results .pc_page_btn .btn_left {
        display: none;
    }

    .equip_results .pc_page_btn .pagination,
    .equip_results .pc_page_btn .btn_right {
        flex: 0 0 100%;
    }

    .equip_results .pc_page_btn .btn_right .btn05 {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .equipList_img {
        flex-basis: 72px;
        width: 72px;
    }

    .equipList_img img {
        width: 72px;
    }
}

@media screen and (max-width: 360px) {
    .equipList_con {
        gap: 0;
    }

    .equipList_img {
        display: none;
    }

    .equipList_text {
        width: 100%;
    }
}



/* 연구장비검색 모바일 팝업 전환 기준: sub.js의 BREAKPOINT와 동일하게 맞춤 */
@media screen and (max-width: 1120px) {
    .equip_filter_pc {
        display: none;
    }

    .equip_filter_mb {
        display: block;
    }

    /* ── 그룹 공통 ── */
    .m_filter_group {
        margin-top: 18px;
        padding: 0 20px;
    }

    .m_filter_group:first-child {
        margin-top: 0;
    }

    .m_filter_group>label {
        display: block;
        margin-bottom: 8px;
        color: #111;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.35px;
    }

    /* 그룹 안 select / input 공통 */
    .m_filter_group select,
    .m_filter_group input[type="search"] {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 15px;
        border-radius: 4px;
        background: #fff;
        color: #111;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
    }

    /* 같은 그룹 내 두 번째 이후 요소 위 여백 */
    .m_filter_group select+select,
    .m_filter_group select+input[type="search"],
    .m_filter_group select+.filter_keyword {
        margin-top: 8px;
    }

    .m_filter_group .filter_keyword {
        width: 100%;
        height: 40px;
        border: 0;
        border-radius: 4px;
        background: #fff;
        color: #111;
        border: 1px solid #3342b8;
    }

    .m_filter_group .filter_keyword input {
        height: 100%;
        padding-left: 15px;
        background: transparent;
        color: inherit;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
    }

    .m_filter_group .filter_keyword .input_clear {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .m_filter_group .filter_keyword .input_clear::before,
    .m_filter_group .filter_keyword .input_clear::after {
        width: 14px;
    }

    .m_filter_group select {
        appearance: none;
        padding-right: 40px;
        background: #fff url("../../images/sub/sel_arrow.svg") right 15px center / 13px auto no-repeat;
        cursor: pointer;
    }

    .m_filter_group select:disabled {
        border-color: #e4e4e4;
        background-color: #f9f9f9;
        color: #8a97a4;
        cursor: default;
    }

    .m_filter_group input[type="search"]::placeholder {
        color: #9aa0a6;
        font-size: 14px;
    }

    /* ── 팝업 바디 하단 여백 ── */
    .m_filter_body {
        overflow-y: auto;
        background: #fff;
    }

    /* ── 선택된 필터 태그 슬롯 (팝업 내) ── */
    .m_selected_slot .selected_tags {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        min-height: 0;
        padding-bottom: 14px;
        background: #fff;
    }

    .m_selected_slot .selected_tags[hidden] {
        display: none;
    }

    .m_selected_slot .selected_tags .item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        height: auto;
        padding: 7px 12px;
        border: 1px dashed #3342b8;
        border-radius: 50px;
        background: #eaf5ff;
        color: #3342b8;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.35px;
    }

    .m_selected_slot .selected_tags .item p {
        color: inherit;
        font-size: inherit;
    }

    .m_selected_slot .selected_tags .item button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 14px;
        height: 14px;
    }

    .m_selected_slot .selected_tags .item button img {
        width: 14px;
        height: 14px;
    }

    /* ── 최근검색어 슬롯 ── */
    .m_recent_slot .recent_words {
        display: block;
        min-height: 0;
        margin-top: 18px;
        padding: 20px 22px;
        overflow: hidden;
        border-radius: 8px;
        background: #f7f7f7;
        border-radius: 0;
    }

    .m_recent_slot .recent_words strong {
        display: block;
        margin: 0 0 12px;
        color: #3A3737;
        font-size: 15px;
        font-weight: 700;
        white-space: nowrap;
    }

    .m_recent_slot .m_recent_btns {
        display: flex;
        gap: 6px;
        width: 100%;
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 1px;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }

    .m_recent_slot .m_recent_btns.is-dragging {
        cursor: grabbing;
        user-select: none;
    }

    .m_recent_slot .m_recent_btns::-webkit-scrollbar {
        display: none;
    }

    .m_recent_slot .recent_words button {
        flex: 0 0 auto;
        height: 28px;
        padding: 0 14px;
        border-radius: 50px;
        background: #e9e9e9;
        font-size: 13px;
        touch-action: pan-x;
        white-space: nowrap;
    }

    /* ── 인기장비 슬롯 ── */
    .m_popular_slot .popular_equip {
        margin-top: 0;
        padding: 22px 22px 24px;
        border: 0;
        border-radius: 0;
        background: #ecf5ff;
    }

    .m_popular_slot .popular_equip_top {
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .m_popular_slot .popular_equip_top strong {
        color: #3342b8;
        font-size: 16px;
        font-weight: 700;
    }

    .m_popular_slot .popular_ctrl {
        display: none;
    }

    .m_popular_slot .popular_slider {
        overflow: hidden;
        margin-top: 0;
    }

    .m_popular_slot .popular_slider .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    .m_popular_slot .popular_slider .swiper-slide {
        flex: 0 0 auto;
        width: auto !important;
    }

    .m_popular_slot .popular_slider a {
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #001221;
        font-size: 14px;
        line-height: 1.35;
        white-space: normal;
        gap: 6px;
    }

    .m_popular_slot .popular_slider span {
        flex: 0 0 auto;
        color: #3342b8;
        font-size: 15px;
        font-weight: 500;
    }

    /* ── 하단 고정 버튼 ── */
    .m_filter_foot {
        position: sticky;
        bottom: 0;
        z-index: 2;
        padding: 16px 20px;
        border-top: 1px solid #e4edf5;
        background: #fff;
        box-shadow: 0 -10px 18px rgba(0, 0, 0, 0.04);
    }

    .m_filter_btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }


    .m_filter_reset,
    .m_filter_submit {
        height: 50px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.4px;
        font-family: 'Pretendard', sans-serif;
    }

    .m_filter_reset {
        border: 1px solid #3342b8;
        background: #fff;
        color: #3342b8;
    }

    .m_filter_submit {
        background: #333;
        color: #fff;
    }
}

/* 연구장비검색 모바일 팝업 전환 기준 */
@media screen and (max-width: 1120px) {
    .equip_filter {
        margin-top: 16px;
    }

    .equip_filter>h4,
    .equip_filter .filter_box {
        display: none;
    }

    .m_filter_bar {
        display: block;
    }

    .m_filter_open {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 56px;
        padding: 0 18px;
        border: 1px solid #c2d4e3;
        border-radius: 8px;
        background: #fff;
        color: #111;
        font-family: 'Pretendard', sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.4px;
        text-align: left;
    }

    .m_filter_open::after {
        flex: none;
        width: 20px;
        height: 20px;
        background-color: currentColor;
        -webkit-mask: url("../../images/sub/search.svg") center / contain no-repeat;
        mask: url("../../images/sub/search.svg") center / contain no-repeat;
        content: "";
    }

    .m_filter_popup {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: block;
        overflow: hidden;
        background: #fff;
        font-family: 'Pretendard', sans-serif;
    }

    .m_filter_popup[hidden] {
        display: none !important;
    }

    .m_filter_box {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        max-height: none;
        overflow: hidden;
        background: #fff;
    }

    .m_filter_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: none;
        height: 62px;
        padding: 0 20px;
        border-bottom: 1px solid #e4edf5;
        background: #fff;
    }

    .m_filter_head h5 {
        color: #001221;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

    .m_filter_close {
        position: relative;
        flex: none;
        width: 36px;
        height: 36px;
    }

    .m_filter_close::before,
    .m_filter_close::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 2px;
        border-radius: 2px;
        background: #111;
        content: "";
    }

    .m_filter_close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .m_filter_close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .m_filter_body {
        flex: 1 1 auto;
        min-height: 0;
        padding: 20px 0 0;
    }

    html.is-m-filter-open,
    body.is-m-filter-open {
        overflow: hidden;
        height: 100%;
        overscroll-behavior: none;
    }
}

/* =====================================================
공정/분석 플랫폼
===================================================== */

.process_platform .tabMenu,
.process_platform .tabMenu_category {
    margin-bottom: 54px;
}

.process_step+.process_step {
    margin-top: 50px;
}

.process_step_title,
.process_step_head {
    display: flex;
    align-items: center;
}

.process_step_title {
    gap: 12px;
}

.process_step_title span {
    color: #3342b8;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
}

.process_step_title h3,
.process_section_title {
    color: #001221;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.69px;
}

.process_count {
    flex: none;
    margin: 0;
    transform: translateY(6px);
    white-space: nowrap;
}

.process_group_box {
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    padding: 24px 32px;
    border: 1px solid #e1eefa;
    border-radius: 10px;
    background: linear-gradient(171deg, #f4f9ff 32%, #daedff 89%);
    transition: max-height 0.28s ease;
}

.process_group_box.is-open {
    height: auto;
}

.process_group_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.process_chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    padding: 9px 19px;
    border: 1px solid #e1eefa;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.34px;
    white-space: nowrap;
}

.process_chip.is-process-hidden {
    display: none;
}

.process_chip.active,
.process_chip:hover,
.process_chip:focus-visible {
    border-color: #3342b8;
    background: #3342b8;
    color: #fff;
    font-weight: 700;
}

.process_group_toggle {
    position: relative;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: linear-gradient(90deg, #345AB9 0%, #1A2979 100%);
}

.process_group_toggle.is-process-toggle-hidden {
    display: none;
}

.process_group_toggle::before,
.process_group_toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    content: "";
    transform: translate(-50%, -50%);
}

.process_group_toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.process_group_box.is-open .process_group_toggle::after {
    display: none;
}

.process_step_head {
    justify-content: space-between;
}

.process_step_actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.process_slide_count {
    flex: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.26px;
    white-space: nowrap;
}

.process_slide_count strong {
    font-weight: 700;
}

.process_slide_count span {
    color: #999;
}

.process_slider_ctrl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.process_prev,
.process_next,
.process_auto {
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
}

.process_prev,
.process_next {
    background-image: url("../../images/sub/arrow_next.svg");
}

.process_prev {
    transform: rotate(180deg);
}

.process_auto {
    background-image: url("../../images/sub/arrow_play.svg");
}

.process_auto[data-playing="true"] {
    background-image: url("../../images/sub/arrow_stop.svg");
}

.process_slider_ctrl .swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.process_slider {
    width: 100%;
    margin-top: 16px;
    padding-bottom: 10px;
}

.process_slider .swiper-slide {
    width: 292px;
}

.process_card {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    transition: border-color 0.3s ease;
}

.process_card.active {
    border: 2px solid #3342b8;
    padding: 19px;
    box-shadow: 3px 3px 10px rgba(51, 66, 184, 0.1);
}

.process_card span {
    display: block;
    height: 160px;
    overflow: hidden;
    border-radius: 6px;
    background: #f5f5f5;
}

.process_card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process_card strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.process_card.active strong {
    color: #3342b8;
    font-weight: 700;
}

.process_equip_results {
    margin-top: 42px;
}

.process_result_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 23px;
}

.process_result_head .process_section_title,
.process_result_head .result_num {
    margin: 0;
}

.process_equip_results .result_num {
    text-align: right;
}

.process_equip_results .pc_page_btn .btn_right {
    min-width: 1px;
}

@media screen and (max-width: 767px) {

    .process_platform .tabMenu,
    .process_platform .tabMenu_category {
        gap: 32px;
        margin-bottom: 36px;
    }

    .process_step+.process_step {
        margin-top: 34px;
    }

    .process_step_title span {
        font-size: 15px;
    }

    .process_step_title h3,
    .process_section_title {
        font-size: 20px;
    }

    .process_group_box {
        padding: 18px;
    }

    .process_group_list {
        gap: 6px;
    }

    .process_chip {
        height: 38px;
        padding: 8px 14px;
        font-size: 14px;
    }

    .process_group_toggle {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .process_prev,
    .process_next {
        display: none;
    }

    .process_slider .swiper-slide {
        width: 240px;
    }

    .process_card {
        padding: 16px;
        gap: 12px;
    }

    .process_card.active {
        padding: 15px;
    }

    .process_card strong {
        font-size: 15px;
    }

    .process_card span {
        height: 132px;
    }
}

@media screen and (max-width: 420px) {
    .process_step_head {
        align-items: flex-end;
    }

    .process_step_title {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .process_step_title h3,
    .process_section_title {
        font-size: 18px;
    }
}

/* 기술 지원 매칭 */
.matching_form .conTable1 tr th {
    min-width: 140px;
}

.matching_form .matching_issue {
    min-height: 360px;
}

.matching_keyword_input::placeholder {
    font-size: 14px !important;
}

.matching_keyword_help {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
    color: #444;
    font-size: 0.9rem;
    letter-spacing: -0.28px;
}

.matching_recommend {
    margin-top: 72px;
}

.matching_recommend .process_result_head {
    margin-bottom: 16px;
}

.matching_recommend .process_section_title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.52px;
}

.matching_recommend .equipList_wrap {
    display: block;
    margin-top: 0;
}

.matching_recommend .equipList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-height: none;
    overflow: visible;
    padding: 2px;
}

.matching_recommend .equipList_con {
    display: flex;
    align-items: center;
    gap: 41px;
    min-width: 0;
    padding: 29px 24px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.matching_recommend .equipList_con:hover,
.matching_recommend .equipList_con.active {
    border-color: #969696;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

.matching_recommend .equipList_img {
    flex: 0 0 140px;
    width: 140px;
    height: 100px;
    overflow: hidden;
    background: #f5f5f5;
}

.matching_recommend .equipList_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.matching_recommend .equipList_text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: 100px;
}

.matching_recommend .equipList_textTop h3 {
    overflow: hidden;
    margin: 0 0 8px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.45px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.matching_recommend .equipList_textTop p {
    margin: 0;
    color: #777;
    font-size: 14px;
    font-family: 'Pretendard-500';
    line-height: 1.35;
}

.matching_recommend .equipList_textBot {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.matching_recommend .equipList_textBot p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-family: 'Pretendard-500';
    line-height: 1.35;
    letter-spacing: -0.6px;
    white-space: nowrap;
}

.matching_recommend .equipList_textBot span {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 1;
}

.matching_btn {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
}

.matching_btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 56px;
    border-radius: 2px;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .matching_btn {
        flex-wrap: wrap !important;
        gap: 4px;
        margin-bottom: 20px;
    }

    .matching_btn>a {
        width: calc(50% - 2px);
        height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .matching_recommend .equipList {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .matching_form .matching_issue {
        min-height: 220px;
    }

    .matching_recommend {
        margin-top: 42px;
    }

    .matching_recommend .process_section_title {
        font-size: 22px;
    }

    .matching_recommend .equipList {
        gap: 10px;
    }

    .matching_recommend .equipList_con {
        gap: 20px;
        padding: 15px;
        border-radius: 8px;
    }

    .matching_recommend .equipList_img {
        flex-basis: 86px;
        width: 86px;
        height: auto;
        align-self: stretch;
    }

    .matching_recommend .equipList_text {
        min-height: auto;
    }

    .matching_recommend .equipList_textTop h3 {
        display: -webkit-box;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.38px;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .matching_recommend .equipList_textTop p {
        font-size: 13px;
    }

    .matching_recommend .equipList_textBot {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 10px;
    }

    .matching_recommend .equipList_textBot p {
        font-size: 13px;
        letter-spacing: -0.33px;
    }
}

@media screen and (max-width: 420px) {
    .matching_recommend .equipList_img {
        flex-basis: 72px;
        width: 72px;
    }
}

@media screen and (max-width: 360px) {
    .matching_recommend .equipList_con {
        gap: 0;
    }

    .matching_recommend .equipList_img {
        display: none;
    }
}

/* 공인인증 시험항목  */
/* -------------------- category --------------------------- */
.category_wrap {
    overflow: auto;
    padding: 0 20px;
}

.category {
    width: 1280px;
    height: 60px;
    border-radius: 30px;
    background-color: #e9f0f4;
    display: flex;
    align-items: center;
    margin: auto;
}

.category button {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #000;
    font-weight: 600;
}

.category button.on {
    background-color: #3342b8;
    color: #fff;
    font-weight: 700;
}

.category_wrap::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width:1279px) {
    .category_wrap {
        margin-bottom: 16px;
    }

    .category {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .category_wrap {
        padding: 0 16px;
    }

    .category {
        width: 100%;
        height: auto;
        border-radius: 50px;
        flex-wrap: wrap;
        justify-content: flex-start;
        background-color: transparent;
        padding: 0;
        gap: 6px;
    }

    .category button {
        flex: 0 0 calc(33.333% - 4px);
        width: auto;
        height: 46px;
        font-size: 14px;
        border-radius: 50px;
        background-color: #e9f0f4;
    }
    .category button br{display: none;}
}

/*----------------------------------------  커뮤니티 - 기업소개  -------------------------------------*/
.companyList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    row-gap: 30px;
}

.company_box {
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
}

.company_box .company_box__top {
    background-color: #f5f5f5;
    padding: 40px 40px 34px;
    display: flex;
    gap: 30px;
}

.company_box .company_box__top .company_box_logo {
    width: 250px;
    height: 110px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_box .company_box__top .company_box_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company_box .company_box__top .company_box_title h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #222;
    font-family: 'Pretendard-700';
}

.company_box .company_box__top .company_box_title .company_box_title_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.company_box .company_box__top .company_box_title .company_box_title_info a {
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #2954aa;
}

.company_box .company_box__top .company_box_title .company_box_title_info p {
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #444;
}

.company_box .company_box__bot {
    padding: 30px 40px;
}

/*----------------------------------------  커뮤니티 - 제품홍보  -------------------------------------*/
.promotionList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 55px;
    row-gap: 40px;
}

.promotion_box {
    width: 100%;
}

.promotion_box .promotion_img {
    width: 100%;
    height: 240px;
    position: relative;
}

.promotion_box .promotion_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.promotion_box .promotion_img .promotion_imgTitle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 30px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(transparent, #000);
}

.promotion_box .promotion_img .promotion_imgTitle h1 {
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #fff;
    font-family: 'Pretendard-700';
}

.promotion_box .promotion_bot {
    border: 1px solid #ececec;
    border-top: none;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 30px;
    gap: 8px;
}

.promotion_box .promotion_bot span {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #222;
    font-family: 'Pretendard-700';
}

.promotion_box .promotion_bot p {
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #444;
}

@media screen and (max-width: 1279px) {
    .promotionList {
        gap: 30px;
        row-gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .promotionList {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        row-gap: 20px;
    }
}

@media screen and (max-width: 480px) {
    .promotionList {
        grid-template-columns: 1fr;
    }
}

/* 공정관리 */
.process_mng .table_top {
    margin-bottom: 14px;
}

.process_mng .tbl_contents {
    max-width: none;
}

.process_mng .tbl_contents > img{max-width: 600px;}

.process_mng .ex_order_wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.process_mng .ex_order_wrap input[type="number"] {
    height: 40px !important;
    border: 1px solid #a6a6a6;
    border-radius: 2px;
    padding: 0 28px 0 8px;
    font-size: 15px;
    color: #444;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #fff;
    appearance: textfield;
    -moz-appearance: textfield;
}

.process_mng .ex_order_wrap input[type="number"]::-webkit-inner-spin-button,
.process_mng .ex_order_wrap input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.process_mng .ex_order_btns {
    position: absolute;
    top: 50%;
    right: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 18px;
    height: 20px;
    transform: translateY(-50%);
    gap: 5px;
}

.process_mng .ex_order_btn {
    display: block;
    width: 18px;
    height: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.process_mng .ex_order_btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: translate(-50%, -50%);
}

.process_mng .ex_order_up::before {
    border-bottom: 5px solid #000;
}

.process_mng .ex_order_down::before {
    border-top: 5px solid #000;
}

.process_mng .conTable2 input[type="text"],
.process_mng .m_conTable2 input[type="text"],
.process_mng .conTable2 select,
.process_mng .m_conTable2 select {
    height: 40px !important;
    border: 1px solid #a6a6a6;
    border-radius: 2px;
    padding: 0 28px 0 8px;
    font-size: 15px;
    color: #444;
    line-height: 40px;
    box-sizing: border-box;
}

.process_mng .conTable2 input[type="text"],
.process_mng .m_conTable2 input[type="text"] {
    padding: 0 8px;
}

.process_mng .conTable2 select,
.process_mng .m_conTable2 select {
    background-position-x: calc(100% - 10px);
}

.process_mng .conTable2 select option,
.process_mng .m_conTable2 select option {
    font-size: 15px;
}

.process_mng .process_thumb_cell {
    padding: 16px 10px;
}

.process_mng .process_thumb {
    display: block;
    width: 108px;
    height: 75px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 6px;
}

.process_mng .process_equip_view {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
}

.process_mng .process_equip_view > span {
    flex: 0 0 auto;
    font-weight: 500;
}

.process_mng .process_equip_form,
.process_mng .process_equip_tags {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.process_mng .process_equip_search {
    width: 99px;
    height: 40px;
    background: #3342b8;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}

.process_mng .process_equip_tag {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 265px;
    min-height: 40px;
    padding: 8px 17px;
    background: #EAF5FF;
    border: 1px dashed #3342b8;
    color: #3342b8;;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 50px;
}

.process_mng .process_equip_view .process_equip_tag {
    background: #fff;
    min-width: auto;
    border-style: solid;
    font-weight: 600;
    line-height: normal;
}

.process_mng .process_equip_tag button {
    margin-left: 12px;
    color: #3342b8;
    font-size: 18px;
    line-height: 1;
}

html.modal_open,
body.modal_open {
    overflow: hidden;
}

.equipment_popup_layer[hidden] {
    display: none !important;
}

.equipment_popup_layer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 40px 20px;
}

.equipment_popup_dim {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.equipment_popup {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 770px;
    max-width: 100%;
    max-height: calc(100vh - 80px);
    padding: 42px 44px 18px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.equipment_popup_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.equipment_popup_head h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.equipment_popup_close {
    width: 21px;
    height: 21px;
    font-size: 0;
    background: url("../../images/sub/popup_close.svg") center / contain no-repeat;
}

.equipment_popup_search {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 89px;
    gap: 4px;
    width: 100%;
    margin-bottom: 16px;
}

.equipment_popup_search select {
    width: 120px !important;
    height: 40px;
    padding: 0 28px 0 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: var(--board-font-sm);
    line-height: 40px;
}

.equipment_popup_search input {
    min-width: 0;
    width: 100% !important;
    height: 40px;
    padding: 0 12px;
    font-size: var(--board-font-sm);
    line-height: 40px;
}

.equipment_popup_search input::placeholder {
    font-size: var(--board-font-sm);
}

.equipment_popup_search .btn_search {
    width: 89px;
    height: 40px;
    background: #666;
    font-size: var(--board-font-sm);
    line-height: 40px;
}

.equipment_popup_table {
    min-height: 0;
    overflow: visible;
}

.equipment_search_guide[hidden],
.equipment_popup_table[hidden] {
    display: none !important;
}

.equipment_popup_btn[hidden] {
    display: none !important;
}

.equipment_search_guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 466px;
    color: #888;
    font-size: var(--board-font-md);
    font-weight: 500;
    text-align: center;
}

.equipment_search_guide img {
    display: block;
    width: 52px;
    margin-bottom: 12px;
}
.equipment_search_guide p{
    color: #888;
}
.equipment_popup_table .listTable1 th {
    height: 50px;
    font-size: 14px;
}

.equipment_popup_table .listTable1 {
    display: block;
}

.equipment_popup_table .listTable1 thead,
.equipment_popup_table .listTable1 tbody {
    display: block;
}

.equipment_popup_table .listTable1 tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.equipment_popup_table .listTable1 tbody {
    max-height: 416px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.equipment_popup_table .listTable1 th,
.equipment_popup_table .listTable1 td {
    box-sizing: border-box;
}

.equipment_popup_table .listTable1 th:nth-child(1),
.equipment_popup_table .listTable1 td:nth-child(1) {
    width: 74px;
}

.equipment_popup_table .listTable1 th:nth-child(2),
.equipment_popup_table .listTable1 td:nth-child(2) {
    width: 139px;
}

.equipment_popup_table .listTable1 th:nth-child(3),
.equipment_popup_table .listTable1 td:nth-child(3) {
    width: 246px;
}

.equipment_popup_table .listTable1 th:nth-child(4),
.equipment_popup_table .listTable1 td:nth-child(4) {
    width: calc(100% - 459px);
}

.equipment_popup_table .listTable1 td {
    padding: 12px 16px;
}

.equipment_popup_table .listTable1 td.align_l {
    padding: 12px 24px;
}

.equipment_popup .process_thumb {
    display: block;
    width: 108px;
    height: 75px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 6px;
}

.equip_check {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.equip_check input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.equip_check span {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    cursor: pointer;
}

.equip_check input[type="checkbox"]:checked + span {
    border-color: #3959c5;
    background: #3959c5 url(../../images/cb_on_wh.png) no-repeat center / 12px;
}

.equipment_popup_btn {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 33px;
    background: #fff;
    position: relative;
}

.equipment_no_data {
    padding: 80px 0;
}

.equipment_no_data p {
    color: #888;
    font-size: var(--board-font-md);
}

@media screen and (max-width:1279px) {
    .btn_3p .btn_right {
        display: flex !important;
        gap: 8px;
    }

    .btn_3p .btn_left {
        width: 50%;
    }
}

@media screen and (max-width:767px) {

    .process_mng .table_top {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .process_mng .table_page,
    .table_top select {
        display: block;
        flex: 1 1 auto;
    }

    .process_mng .table_search select option {
        font-size: 13px;
    }

    .process_mng .process_thumb {
        width: 84px;
        height: 58px;
    }

    .process_mng .process_equip_view {
        display: block;
    }

    .process_mng .process_equip_view > span {
        display: block;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .process_mng .process_equip_form,
    .process_mng .process_equip_tags,
    .process_mng .process_equip_tag {
        width: 100%;
    }

    .process_mng .process_equip_tag {
        min-width: 0;
    }

    .process_mng .m_conTable2 input[type="text"],
    .process_mng .m_conTable2 select {
        width: 100% !important;
        max-width: 100%;
        font-size: 15px;
    }

    .equipment_popup_layer {
        padding: 24px 12px;
    }

    .equipment_popup {
        max-height: calc(100vh - 48px);
        padding: 28px 18px 18px;
    }

    .equipment_popup_search {
        grid-template-columns: 1fr;
    }

    .equipment_popup_search select,
    .equipment_popup_search input,
    .equipment_popup_search .btn_search {
        width: 100% !important;
        height: 40px;
    }

    .equipment_popup_table {
        overflow: visible;
    }

    .equipment_search_guide {
        min-height: auto;
        padding: 30% 0;
    }

    .equipment_popup_table .listTable1 tbody {
        max-height: clamp(150px, calc(100vh - 390px), 380px);
    }

    .equipment_popup_table .listTable1 th,
    .equipment_popup_table .listTable1 td {
        padding: 10px 6px;
        font-size: 13px;
        word-break: keep-all;
    }

    .equipment_popup_table .listTable1 th:nth-child(1),
    .equipment_popup_table .listTable1 td:nth-child(1) {
        width: 44px;
    }

    .equipment_popup_table .listTable1 th:nth-child(2),
    .equipment_popup_table .listTable1 td:nth-child(2) {
        width: 78px;
    }

    .equipment_popup_table .listTable1 th:nth-child(3),
    .equipment_popup_table .listTable1 td:nth-child(3) {
        width: 36%;
    }

    .equipment_popup_table .listTable1 th:nth-child(4),
    .equipment_popup_table .listTable1 td:nth-child(4) {
        width: calc(64% - 122px);
    }

    .equipment_popup_table .listTable1 td.align_l {
        padding: 10px 8px;
        white-space: normal;
        line-height: 1.45;
    }

    .equipment_popup .process_thumb {
        width: 60px;
        height: 42px;
    }

    .equip_check,
    .equip_check span {
        width: 18px;
        height: 18px;
    }

}

@media screen and (max-width:580px) {
    .equipment_popup_table .listTable1 th:nth-child(2),
    .equipment_popup_table .listTable1 td:nth-child(2) {
        display: none;
    }

    .equipment_popup_table .listTable1 th:nth-child(1),
    .equipment_popup_table .listTable1 td:nth-child(1) {
        width: 44px;
    }

    .equipment_popup_table .listTable1 th:nth-child(3),
    .equipment_popup_table .listTable1 td:nth-child(3) {
        width: 46%;
    }

    .equipment_popup_table .listTable1 th:nth-child(4),
    .equipment_popup_table .listTable1 td:nth-child(4) {
        width: calc(54% - 44px);
    }
}

@media screen and (max-height:660px) {
    .equipment_popup_layer {
        align-items: flex-start;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .equipment_popup {
        max-height: none;
        overflow: visible;
    }

    .equipment_popup_table .listTable1 tbody {
        max-height: none;
        overflow-y: visible;
    }

    .equipment_search_guide {
        min-height: 260px;
        padding: 40px 0;
    }

    .equipment_popup_btn {
        padding-top: 16px;
    }
}
