.white-bg{
    background: #fcfcfc;
}
.wrapper .container{
    padding-top:0 !important;
    border: 1px solid #ccc;
    border-top: 0px;
    margin-bottom: 50px;
    background: #fff;
    width: 100%;
}
.tab-content { background: #fff; }
.tab-pane { text-align: center; }
.tab-pane img { max-width: 100%; }
.agencyRegisterLinkBtn { margin-top: 50px; }
.agencyRegistDesc {
    color: #d4021f;
    margin-top: 20px;
    margin-bottom: 50px;
}

/*검색상자*/
div.searchArea { 
    padding-top: 15px; 
    text-align: center;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
    box-sizing: border-box;
    background-color:  #fefefe;
    width: 820px;
    margin: 0px auto;
}
div.searchArea div.form-group { margin: 0px; }
div.searchArea label.searchLabel {
    color:  #444444;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    margin-right: 40px;
}
input#dongAutocomplete,
input#subwayAutocomplete {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color:  #ccc;
    box-sizing: border-box;
    background-color:  #fff;
    width: 350px;
    height: 50px;
    display: inline;
    font-size: 18px;
}
button.btnSearch {
    border-radius: 5px;
    background-color: #d4021f;
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    border: none;
    position: relative;
    top: -1px;
    margin-left: 10px
}
table.searchResult { width: 100%; margin-top: 15px; }
table.searchResult th { 
    background-color: #f4f4f4; 
    height: 30px;
    color: #444;
    font-size: 16px;
    text-align: center;
}
table.searchResult th:not(:last-child),
table.searchResult td:not(:last-child) {
    border-right: 1px solid #eee;
}
table.searchResult td {
    height: 50px;
    color: #444;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
table.searchResult td.price {
    color: #d4021f;
    font-size: 20px;
    font-weight: bold;
}
table.searchResult img#noResults { padding-top: 20px; }
table.searchResult img#noResults+div { font-size: 14px; padding-bottom: 20px; color: #444; }
.searchDong, .searchSubway { background-color: #fff; font-size: 14px; }
.ui-menu .ui-menu-item-wrapper { padding: 10px 20px; height : 40px; }
.searchDong li .ui-state-hover,
.searchSubway li .ui-state-hover {
    padding: 10px 20px;
    border: none;
    background-color: #ddd;
}
.searchSubway li span.highlight, .searchDong li span.highlight { color: #d4021f; font-weight: bold; }
