._search{
    background: #f4c624;
}
._search .warp{
    background: transparent;
    padding: 0 60px;
    width: 1180px;
}
.wrap-boxt{
    width: 1180px;
    padding: 60px 60px 0 60px;
    margin: 0 auto;
}
._search_title,._search_desc,._search_box{
    padding-left: 0;
}
._search_title{
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 25px;
}
._search_desc{
    font-size: 18px;
}
._search_label{
    display: block;
    margin-bottom: 30px;
}
._search_select{
    width: 320px;
    border: 1px solid #000;
    height: 37px;
    line-height: 37px;
    background: #f4c624;
}
._search_select:after{
    content: "";
    background: url(../../img/search_select.jpg) no-repeat;
    width: 40px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
}
._search_text{
    font-weight: 600;
}
._search_button{
    width: 229px;
    height: 50px;
    color: #fff;
    background: #000;
    font-size: 16px;
    display: block;
    margin-top: 60px;
}
.about{
    color: #000;
    margin-top: 10px;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 50px;
}
.about:before{
    content: "";
    background: url(../../img/search_why.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
}
._search_text{
    font-size: 16px;
}
._search_list li{
    margin: 0;
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 30px;
}
._search_list{
    padding: 30px 0 0;
}
._search_result{
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
._search_list a:hover{
    background: transparent;
    bottom: 0;
}
._search_list a{
    background: #fff;
    border: 0;
    height: auto;
}
._search_list_title{
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 25px;
    position: relative;
}
._search_list_title::before{
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
._search_list_address, ._search_list_tel{
    font-size: 16px;
    padding-bottom: 15px;
}
._search_list li:hover a:after{
    bottom:0;
}

#mapSection{
      width:1180px;
    margin: 0 auto;  
}

.mapTitle{
    font-size: 28px;
    padding: 35px 0 25px;
    text-align: center;
}

.mapContent{
    width: 100%;
    display:flex;
    justify-content: center;
    padding:0 0 35px 0 ;
}

#mapContainer{
    width: 100%;
    height: 500px;
}

#mapContainer .rotate-circle{
    display: none !important;
}

#mapList{
    width: 448px;
    background-color: #f4c624;
    opacity: 0.7;
    border: 2px solid #f4c624;
      height: 722px;
      overflow-y: auto;
      overflow-x: hidden;
}

#mapList::-webkit-scrollbar{
    width: 8px;
}

#mapList::-webkit-scrollbar-track{
    background: rgba(0,0,0,0.05);
}


#mapList::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
}

#mapList::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,0.5);
}


.bold-text{
    font-weight: 600;
}


.dealerContent{
    display: flex;
    flex-direction: column;
    margin: 15px  25px ;
        border-bottom: 1px solid black;
}

.dealerContent:last-child{
    border-bottom: none;
}

.dealerName{
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    font-weight: bolder;
}

.dealerName img{
    margin-left: 10px;
}

.dealerDetail{
    font-size: 16px;
    padding-bottom: 15px;
    white-space: normal;
}

.dealer-abouts{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

/**/
._search ._search_box ._search_form .about{
    margin-bottom: 20px;
}

._search ._search_box ._search_form ._search_label{
    margin-bottom: 20px;
}

._search ._search_title{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
}

._search  ._search_content{
    margin-top: 0;
}

._search  ._search_content ._search_box{
    padding-top: 15px;
}

._search ._search_box ._search_form ._search_button{
    margin-top: 30px;
    height: 40px;
}

/* serial search css*/
._search.serial_search{
    background-color: unset;
}

._search.serial_search .wrap-boxo{
    margin-bottom: 30px;
}

._search.serial_search .warp{
    min-height: 330px;
}

._search.serial_search  ._search_box{
    padding: 0;
    border: unset;
}

._search.serial_search ._search_desc{
    font-size: 1rem;
    margin: 1rem 0;
}

._search.serial_search .preparation{
    background-color: unset;
    padding-bottom: 0;
}

._search.serial_search .preparation .pre_search{
    padding: 0;
    position: relative;
    padding-bottom: 20px;
}

._search.serial_search .preparation .pre_search .search_box .model_select{
    height: auto;
}

._search.serial_search .preparation .pre_search .search_box .model_select li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._search.serial_search .preparation .pre_search .search_box .model_select li img{
   border: 1px solid #000;
}


._search.serial_search .preparation .pre_search .serial-warn,
._search.serial_search .preparation .pre_search .serial-empty-warn,
._search.serial_search .preparation .pre_search .dealer-empty-warn{
    display: none;
    position: absolute;
    color: red;
    bottom: 0;
    left: 0;
    font-size: 0.75rem;
    line-height: 20px;
}

._search.serial_search .preparation .pre_search .serial-warn.show,
._search.serial_search .preparation .pre_search .serial-empty-warn.show,
._search.serial_search .preparation .pre_search .dealer-empty-warn.show{
    display: block;
}

._search.serial_search .btn-box .links{
    background-color: #fdc532;
    border: unset;
    /*padding: 0.6rem 1.5rem 0.6rem 0.6rem;*/
}

._search.serial_search .serial-about-btn{
    display: flex;
    justify-content: space-around;
}

._search.serial_search .preparation .serialNumSearch{
    position: relative !important;
}

/*._search.serial_search .btn-box .links::before{
    background: url(../../img/index/more-arrow-right.png) no-repeat;
    width: 9px;
    height: 15px;
    right: 0.6rem;
}*/