@charset "utf-8";

/* UI 개선 이전 css */
.sub_min > .contents legend {
    visibility: hidden;
    height: 0%;
    font-size: 0em;
    line-height: 0;
}

.sub_min > .contents .blind {
    position: absolute;
    left: -9999px;
    overflow: hidden;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.sub_min > .contents .blindHeader {
    overflow: hidden;
    width: 0;
    height: 0;
}

.sub_min > .contents .hide_label {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
}

.sub_min > .contents .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub_min > .contents .map {
    width: 276px;
    height: 346px;
    background: url('../../../new/images/sub/search/bg_map.jpg') no-repeat 50% 50%;
    border: 1px solid #e0e0e0;    
    padding: 3px 0 0 25px;
    margin-right: 40px;
}

.sub_min > .contents .tooltiptext {
    display: none;
    line-height: 20px;
    height: 20px;
    width: 170px;
    padding: 5px 8px;
    margin-top: 0px;
    z-index: 20;
    border-radius: 5px;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    position: absolute;
    opacity: .6;
}

.sub_min > .contents .messegeBox {
    position: relative;
    z-index: 999;
}

.sub_min > .contents .messegePop {
    position: absolute;
    display: none;
    z-index: 9999;
    top: -20px;
    left: 50%;
    margin-left: 20px;
    width: 89px;
    border: 2px solid #e0481a;
    background: #fff;
    font-size: 11px;
    height: 22px;
}

.sub_min > .contents .recruitCnt {
    position: relative;
}

.sub_min > .contents .recruitCntZero {
    color: #333333;
}

.sub_min > .contents .recruitCntTxt {
    color: #f1692a;
    font-weight: 600;
}

.sub_min > .contents .recruitCnt .layer {
    display: none;
    position: absolute;
    right: 30px;
    top: 12px;
    width: 267px;
    padding-top: 7px;
    background: url(/images/site/frt/new/bg/bg_recruitCnt.png) no-repeat;
    z-index: 100;
}

.sub_min > .contents .recruitCnt .layer ul {
    padding: 15px 15px 7px 15px;
    border: 1px solid #f1592a;
    border-top: 0 none;
    background: #fff;
}

.sub_min > .contents .recruitCnt .layer li {
    margin-bottom: 4px;
    text-align: left;
    line-height: 1.5;
}