@charset "utf-8";

.search-container {
    display: flex;
    align-items: center;
    width: 1000px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(27, 30, 75, 0.14);
    padding: 10px 0;

    margin: 0 auto;
}

.search-dropdown {
    border: none;
    font-size: 14px;
    padding: 8px;
    background: none;
    cursor: pointer;
    color: #333;
    outline: none;
    /* appearance: none;  */
}

/* 드롭다운 화살표 스타일 */
/* .search-dropdown {
    background: url('/img/drop_arrow.png') no-repeat right 10px center;
    background-size: 12px;
    padding-right: 25px;
} */

/* 선택 옵션 스타일 */
.search-dropdown option {
    font-size: 14px;
    color: #333;
}

.top_main_box {
    /* padding-top: 130px;
    z-index: 99999; */
    position: relative;
}

.search-input {
    flex-grow: 1;
    border: none;
    font-size: 14px;
    padding: 10px;
    outline: none;
    color: #888;
}
.search-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    color: #888;
}

.search-container:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.top_search_box {
    /* padding: 130px 0 0 0; */
}


.main_con {
    padding-top: 300px;
}



@media all and (max-width:840px) {
    .main_con {
        padding-top: 360px;
    }
}





.button-container {
    display: flex;
    gap: 8px;
    padding: 10px;
}

.btn {
    border: none;
    background: #f1f1f1;
    color: #333;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.btn.active {
    background: #EC6606;
    color: white;
}


.button-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.button-container {
    display: flex;
    gap: 8px;
    padding: 10px;
}

.btn {
    border: none;
    background: #f1f1f1;
    color: #333;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.btn.active {
    background: #EC6606;
    color: white;
}

.filter-container {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.filter-btn {
    cursor: pointer;
    color: #999;
    padding: 5px;
    transition: color 0.2s;
}

.filter-btn.active {
    color: #EC6606;
    font-weight: bold;
}

.divider {
    color: #ddd;
    margin: 0 8px;
}

.top_chong_line {
    border-bottom: 1.5px solid #222;
    padding-bottom: 10px;

}

.top_chong_line p {
    color: #222;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 21px; 
}

.top_chong_line p span {
    color: #EC6606;
}

.search_txt_color {
    color: #EC6606;
    font-weight: bold;
}


.main_con_ya {
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
}

.main_con_wrapper {
    padding: 30px 0 20px 0;
}

.main_con_tit {
    display: flex;
    align-items: center;
}

.tit_bar {
    margin: 0 20px;
    font-size: 19px;
    color: #222 !important;
}

.main_con_tit h2 {
    color: #1C1D79;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 95.455% */
}

.main_con_tit p {
    color: #1098A8;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}

.main_con_txt p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px; 

    overflow: hidden;white-space: normal;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient:
vertical;

}

.main_view_box {
    display: flex;
    align-items: center;
    gap: 15px;
    /* justify-content: end; */
}

.view_box_yo {
    display: flex;
    gap: 5px;
    align-items: center;
}

.date_box_yo p {
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 29px;
}

.main_view_box p {
    color: #999;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px; 
}



/* 기본 스타일 */
#topButton_ya {
    position: fixed;
    bottom: 65px;
    right: 65px;
    /* background-color: #007BFF;
    color: white; */
    cursor: pointer;
    border-radius: 50%;
    background: unset;
    border: 0;
    display: none; 
  }
  

.detail_padding_cus {
    padding: 120px 0 60px 0;
}


.programCon.detail_padding_cus .recruitment_detail_top_box h2 {
    color: #1C1D79;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 21px;
text-align: center;
}

.programCon.detail_padding_cus .recruitment_detail_top_box .de_sub_tit {
    color: #1098A8;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
    text-align: center;
}

.programCon.detail_padding_cus .recruitment_alt {
    color: #666;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    margin-top: 30px;
}

.content_value .detail_inner_tit {
    color: #1C1D79;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 21px; 
}


.detail_tit_group {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.detail_tit_group p {
    color: #1C1D79;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    min-width: 60px;
    text-align: center;
}
 
.detail_tit_group p::before {
    position: absolute;
    left: 130%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
height: 20px;
background: #000;
content: '';
}

.detail_tit_group p:last-child::before {
    display: none;
}       


@media all and (max-width:1200px) {
    .search-container {
        width: 100%;
    }

    .button-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .button-wrapper {
        flex-wrap: wrap;
        justify-content: end;
        gap: 10px;
    }
}



@media all and (max-width:800px) {
    .main_con_tit {
        flex-direction: column;
        align-items: unset;
        gap: 10px;
    }
    .tit_bar {
        display: none;
    }


    #topButton_ya {
        bottom: 20px;
        right: 20px;
      }


}