
/* 주택 설명 */
/* 검색 박스 */
.contentBoxBottom > .informationBoxList > .select-box {
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(251, 250, 250);
    width: 100%;
    height: 120px !important;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
}
.contentBoxBottom > .informationBoxList > .select-box > div {
    width: 100%;
    justify-content: center;
    display: flex;
}
/* 셀렉트 박스 */
.contentBoxBottom > .informationBoxList > .select-box > div > div {
    height: 48px;
}

/* div로 만든 셀렉트 영역 스타일 */
.select{
    position: relative;
    padding: 5px 10px;
    height: 38px !important;
    width: 88px;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(251, 250, 250);
    /* background: transparent;  배경 투명하게 */ 
    cursor: pointer;
    display: flex;
    align-items: center;

    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 2.143;
    text-align: left;
}

.select > div {
    position: absolute;
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.select:focus .select > div > img {
    transform: rotate(180deg);
} 
/* 옵션 영역 스타일 */
.select ul{
    position: absolute;
    top: 30px;
    left: -1;
    width: 100%;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(251, 250, 250);
    cursor: pointer;

}
.select ul li{
    padding: 10px;
}
.select ul li:hover{
    background-color: rgb(218, 214, 205);
}
/* 셀렉트 - 글자 */
.select span.selected-option {

}
.hide{
    display: none;
}
.show{
    display: block;
}
/* 검색어 입력 */
.contentBoxBottom > .informationBoxList > .select-box > div > div:nth-child(2) {
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 348px;
}

input {
    border: none !important; 
    /* border-bottom: 1px solid rgb(236, 236, 236) !important; */
    background-color: rgb(251, 250, 250);
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 2.143;
    text-align: left;
}
input:focus {
    box-shadow: none !important;
    /* box-shadow: 0 0 3px #c4c8cb !important; */
}


/* 돋보기 */
.contentBoxBottom > .informationBoxList > .select-box > div > div:nth-child(3) {
    background-color: rgb(25, 138, 105);
    width: 50px;
    height: 50px;

}
.contentBoxBottom > .informationBoxList > .select-box > div > div:nth-child(3) > button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}



/* 지원 리스트 */
.post {
}
.post > div {

}
.post > div > .post-cnt {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.876;
    text-align: left;
    -moz-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -webkit-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -ms-transform: matrix( 1,0,0,1.00028829186379,0,0);
}
.post > div > .post-cnt > span {
    color: rgb(25, 138, 105);
    font-weight: 600;
}
.post > div > .post-create {
    background-color: rgb(25, 138, 105);
    width: 111px;
    height: 37px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2.143;

}

.post table {
    position: relative;
    /* z-index: 10; */
}
.post > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


table{ 
    border-collapse : collapse; /*이중선 제거*/
    width: 100%;
}  
th,
td {
    width: 100px;
    height: 50px;
    text-align: center;
    /* border: 1px solid rgb(221, 221, 221); */
    border-bottom: 1px solid rgb(236, 236, 236);
    padding: 10px 20px;
    color: rgb(51, 51, 51);
    /* 위 */
    /* vertical-align: top; */
    /* 아래 */
    /* vertical-align: bottom; */
    /* 가운데 */
    vertical-align: middle;
}

.post > table th{
    border-top: 2px solid rgb(108, 110, 113);
    background-color: rgb(251, 250, 250);
    /* width: 1320px; */
    height: 67px;
    font-size: 18px;
    font-family: "SUIT";
    font-weight: 400;
    text-align: center;
    -moz-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -webkit-transform: matrix( 1,0,0,1.00028829186379,0,0);
    -ms-transform: matrix( 1,0,0,1.00028829186379,0,0);
}

.post > table .tdBgColor {
    background: transparent;
}

.post > table td{
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}
.post > table tr td:nth-child(3):hover {
    cursor: pointer;
    text-decoration : underline;
} 
.post > table tr td:nth-child(3) {
    text-align: left;
}












/* 페이징 */
#mainComtents > .pagination {
    margin-top: 50px;
}
#mainComtents > .pagination > ul {
    display: flex;
    justify-content: center;
}
#mainComtents > .pagination > ul > li{
    color: rgb(51, 51, 51);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainComtents > .pagination > ul > li:hover{
    cursor: pointer;
}

#mainComtents > .pagination > ul > li:last-child,
#mainComtents > .pagination > ul > li:first-child {
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(236, 236, 236);
    width: 30px;
    height: 30px;
}
#mainComtents > .pagination > ul > li:last-child {
    margin-left: 7.5px;
}
#mainComtents > .pagination > ul > li:first-child{
    margin-right: 7.5px;
}

#mainComtents > .pagination > ul > li:not(li:last-child):not(li:first-child ) {
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    z-index: 182;
    
    font-size: 14px;
    font-family: "SUIT";
    color: rgb(51, 51, 51);
    margin: 0 7.5px;
}
#mainComtents > .pagination > ul > li:not(li:last-child):not(li:first-child):hover{
    font-weight: 600;
    text-decoration: underline;
}

#mainComtents > .pagination > ul > li.on {
    border-color: rgb(25, 138, 105);
    background-color: rgb(25, 138, 105);
}

#mainComtents > .pagination > ul > li.on > a {
    color: rgb(255, 255, 255);
    font-weight: 600;
}