/*
  Css Name :bsListView.css
  Description :지원사업 안내(목록)
  Modification Information

      수정일      수정자          수정내용
   ----------    --------  ---------------------------
   2021.01.23    이선호      지원사업 안내(목록) css

    since    :2021.01.23
*/
@charset "utf-8";
.content-title{font-size: 1.2em; position: relative; padding-left: 25px;letter-spacing: -1px; margin-top: 35px;margin-bottom: 5px;}
.content-title:before{content: ''; position: absolute; left: 0;top: -2px; background-image: url("/images/common/content-title.png"); background-repeat: no-repeat;background-position: center;width:20px;height: 100%;}
.content-title > *{display: inline-block; margin-left: 11px; vertical-align: middle;}
.content-desc{padding: 0 25px; margin-bottom: 15px;}
.content-text-box{width: calc(100% - 75px); margin: 0 auto; border: 1px solid #C7D9EC; text-align: center; padding: 15px;}
.content-table{width: calc(100% - 50px); margin: 15px auto; border-top: 1px solid #2261CE; border-bottom: 1px solid #252830; }
.content-table tr{border-bottom: 1px solid #B2C3D4}
.content-table th{text-align: center; background: #F5F7FC; padding: 10px; vertical-align: middle;}
.content-table th{border-right: 1px solid #B2C3D4}
.content-table td{text-align: center; padding: 10px; vertical-align: middle;}
.content-table td{border-right: 1px solid #B2C3D4; border-collpase: separate}

.content-table tr:nth-last-child(1){border-bottom: 0px}
.content-table th:nth-last-child(1),
.content-table td:nth-last-child(1){border-right: 0px}

.biz-type-button li{font-size: 0.9em; display: inline-block; padding: 7px 10px; border:1px solid #2261CE; background: #fff; color: #2261CE; cursor: pointer; margin-right: 2px;}
.biz-type-button li.on{background: #2261CE; color: #fff}
#bizList tr:hover{background: #f9f9f9; cursor: pointer}
#bizList td span.blue {color: #3d70b6; background: none;}
#bizList td span.gray {color: #3a5870; background: none;}
#bizList td span {color: #252830; background: none;}
.btn-center{text-align: center; display: inline-block; width: 100%;}

#pageCntView > span { color: #2261CE; }

.search-box{
    display: flex;
    padding: 30px;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 5px;
    background: #F3F5F8;
    margin: 60px 0 30px;
}

.search-text {
    color: #111;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-option {
    width: 230px;
    height: 44px;
    padding: 12px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    color: #111;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    background-image: url(/images/common/FiChevronDown.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.search {
    display: flex;
    width: 500px;
    height: 44px;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-btn {
    display: flex;
    height: 44px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 5px;
    background: #0E419C;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.board_list {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 60px;
}

.board_list thead th {
    background: #F3F5F8;
    border-top: 1px solid #111;
    border-bottom: 1px solid #D3D3D3;
    padding: 15px 25px;
}

.board_list td {
    overflow: hidden;
    color: #111;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #D3D3D3;
    padding: 10px 20px;
}

.board-list tbody tr:hover{
    background: #f1f1f1;
}

.board-list tbody tr:hover .table-hover{
    color: #0E419C;
}

.datepicker-wrapper {
    position: relative;
    display: inline-block;
}

.datepicker-wrapper input {
    display: flex;
    width: 165px;
    height: 44px;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #FFF;
}

.datepicker-wrapper img {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.applyStatus {
    display: flex;
    padding: 4px 20px 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #FFF;
    font-size: 14px;
}

.blue{
    border: 1px solid #B3C0D8;
    color: #0E419C;
}

.red {
    border: 1px solid #F1B7C2;
    color: #E00000;
}

@media screen and (max-width: 800px) {
    .search-box {
        flex-direction: column;
        gap: 8px;
        padding: 15px 10px;
    }
    
    .search-box p {
        width: 100%;
        text-align: left;
    }
    
    .datepicker-wrapper,
    .datepicker-wrapper input,
    .search-option,
    .search-btn {
        width: 100%;
    }

    .board_list tbody td{
        text-overflow: unset;
        white-space: normal;
        word-break: break-word;
    }

    .board_list tbody td.left {
        display: flex;
        flex-direction: column;
        padding: 15px 0;
        gap: 10px;
    }
    
    .applyStatus {
        width: 45%;
    }
}

/* 모바일 */

.contentTitleMobile .yearSelMobile {width:calc(25% - 3px)}
.contentTitleMobile .typSelMobile {width:calc(75% - 3px)}

.pageCntViewMobile > span {color: #2261CE;}
