﻿.recruit_list {
    /* border: 1px solid #0089CF; */
    background: #fff;
    /* transition: box-shadow 0.2s ease, border-color 0.2s ease; */
    /* padding: 15px; */
    /* box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20); */
    -webkit-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
    /* -o-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
        -ms-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
        transition: .3s ease-in-out; */
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    /* border-radius: 15px; */
}

    .recruit_list:hover {
        border-color: #002C5F !important; /* hover 시 연한 회색 테두리 */
        box-shadow: 2px 2px 5px 0 #2e2e2e !important; /* hover 시 강조 그림자 */
        transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
    }

#detailHtml > * > span > img {
    width: 100%;
}

.cs95E872D0 > span > img {
    width: 100%;
    height: 100%;
}

.fixed-logo {
    height: 10vw; /* 화면 너비의 10% */
    max-height: 30px; /* 최대 높이 제한 */
    object-fit: contain;
    background-color: #fff;
}

.custom-btn {
    width: 100px;
    height: 40px;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.recruitment_title {
    font-weight: bold;
}

/* 공고리스트 토클 */
.dx-buttongroup .dx-button {
    border-radius: 9999px !important;
    color: #002C5F;
    background-color: #FFFF;
    font-weight: bold;
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
    border: 1px solid #002C5F !important;
}

.dx-button:hover {
    color: white;
    background-color: #021C3C;
} 

.keywordSearch {
    width: 100%;
    box-sizing: border-box;
}

.recruit_setting_filter_list {
    display: flex;
    flex-direction: row; /* 🧱 기본: 옆으로 배치 */
    align-items: center;
    gap: 10px;
    width: 100%;
}

.keywoard_filter_wrap {
    flex: 1; /* 각 요소가 공간을 균등하게 차지 */
}

.text_filed_container {
    width: 100%;
}

    .text_filed_container input,
    .keywoard_filter_wrap select {
        width: 100%;
        padding: 12px 14px;
        font-size: 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        outline: none;
        box-sizing: border-box;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

        .text_filed_container input:focus,
        .keywoard_filter_wrap select:focus {
            border-color: #007bff;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
        }

/* 📱 반응형 설정: 화면이 768px 이하일 때 세로 정렬 */

/* 공고 리스트 회사 - 선택된 버튼 색상 */
#categoryButtonGroup .dx-button.dx-state-selected {
    background-color: #002C5F !important;
    color: white !important;
    font-weight: 600;
    /*    border-color: #1B2A4A !important;*/
}

/* 버튼 디자인 수정 */
.btn-outline-primary {
    color: #002C5F !important;
    background-color: #FFFF !important;
    border: 1px solid #002C5F !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #002C5F !important;
        border: none;
    }

@media (max-width: 576px) {
    .fixed-logo {
        display: none !important;
    }
}