@charset "UTF-8";

.search-vacancy .p-stockCheck .p-stockCheck-list-wrapper>li>dl>dd .brandList>li>dl>dd .p-stockCheck-list>li>dl dd ol li a {
    background: #fbf9f7;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "Avenir", 'Montserrat', "NotoSans-regular", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #968463;
}

.search-vacancy .p-stockCheck .p-stockCheck-list-wrapper>li>dl>dd .brandList>li>dl>dd .p-stockCheck-list>li>dl dd ol li a:after {
    font-size: 10px;
    text-align: center;
    display: block;
    content: "Available";
    width: 100%;
}

.search-vacancy .p-stockCheck .p-stockCheck-list-wrapper>li>dl>dd .brandList>li>dl>dd .p-stockCheck-list>li>dl dd ol li a.none {
    position: relative;
    background: none;
    pointer-events: none;
    text-decoration: none;
    color: #ccc;
}

.search-vacancy .p-stockCheck .p-stockCheck-list-wrapper>li>dl>dd .brandList>li>dl>dd .p-stockCheck-list>li>dl dd ol li a.none:after {
    content: "Unavailable";
}


.search-vacancy .search-vacancy-from .p-box-select>ul>li label input,
.search-vacancy .search-vacancy-from .p-box-select>ul>li span select {
    color: #000 !important;
}



@media all and (max-width: 600px) {
    .search-vacancy .search-vacancy-from .p-box-select {
        padding-bottom: 28px;
        border-bottom: 1px dotted #ccc;
    }
}

.search-vacancy .search-vacancy-from .p-box-select .p-box-select-btn {
    position: relative;
}

.search-vacancy .search-vacancy-from .p-box-select .p-box-select-btn:after {
    background: url(../images/common/header_icon10.svg) no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


.search-vacancy .search-vacancy-from .p-box-select .infoTxt {
    text-align: center;
    font-size: 11px;
    font-family: sans-serif;
    width: 100%;
    margin-top: 10px;
    line-height: 1;
    padding: 6px;
    background: #e8e4db;
    color: #645539;
}


@media all and (max-width: 600px) {
    .search-vacancy .p-stockCheck .p-stockCheck-header dl dd ol li span {
        display: block !important;
        font-size: 10px;
    }

    .search-vacancy .p-stockCheck .p-stockCheck-list-wrapper>li>dl>dd .brandList>li>dl>dd .p-stockCheck-list>li>dl dd ol li a:after {
        word-wrap: break-word;
        word-break: break-all;
        line-height: 1.1;
        padding: 0 4px;
        margin-top: 6px;
    }
}