
/* GOO_OPE_PRJ-9251 */
#main #resultArea .section_footer.dealerDetail {
    height: 80px;
    padding: 11.5px 20px 12px 17px;
    margin-bottom: 13px;
    box-sizing: border-box;
}

#main #resultArea .section_footer.dealerDetail .shop2 {
    float: none;
    display: flex;
    width: 100% !important;
    max-width: none!important;
}

#main #resultArea .section_footer.dealerDetail .shop2::after {
    content: none;
}

#main #resultArea .section_footer.dealerDetail .shop2 .label_box {
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .label_box .label_01 {
    width: auto;
    float: none;
    font-size: 10px;
    padding: 2px 5px 2px 6px;
    margin-right: 8px;
    transform: none;
}

#main #resultArea .section_footer.dealerDetail .shop2 .label_box .label_02 {
    width: calc(100% - 70px);
    display: inline-block;
    font-size: 12px;
    vertical-align: sub;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
    #main #resultArea .section_footer.dealerDetail .shop2 .label_box .label_02 {
        vertical-align: bottom;
    }
}

#main #resultArea .section_footer.dealerDetail .shop2 .shop2_name_wrap {
    display: flex;
    width: 252px;
    flex-shrink: 0;
    margin-right: 24px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .shop2_name {
    min-width: 191px;
    width: 100%;
}

#main #resultArea .section_footer.dealerDetail .shop2 .shop2_name a {
    display: block;
    font-weight: bold;
    color: #1874E8;
    height: calc(1.4em * 2);
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
}

#main #resultArea .section_footer.dealerDetail .shop2 .shop2_name a span {
    display: inline;
    font-size: 12px;
    margin-right: 1em;
}

#main #resultArea .section_footer.dealerDetail .shop2 .shop2_name a::before {
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(241, 241, 241, 1) 20%
    );
    bottom: 0;
    content: "\02026";
    padding-left: 1em;
    position: absolute;
    right: 0;
}

#main #resultArea .section_footer.dealerDetail .shop2 .shop2_name a::after {
    background: #F1F1F1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

#main #resultArea .section_footer.dealerDetail .shop2 .rev {
    position: static;
    transform: none;
    flex-shrink: 0;
    margin: 6px 0 0 14px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .rev_wrap em {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailImage {
    display: block;
    /*width: 72px;*/
    height: 54px;
    flex-shrink: 0;
    margin-right: 14px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailImage img {
    /*width: 100%;*/
    height: 100%;
    border-radius: 4px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo {
    max-width: 290px;
    min-width: 200px;
    margin-right: 20px;
    overflow: hidden;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo li {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo li:not(:last-of-type) {
    margin-bottom: 3px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo li span {
    font-weight: bold;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    color: #1874E8;
    margin-bottom: 5px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo .infoTxt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo .whet {
    color: #666;
}

#main #resultArea .section_footer.dealerDetail .callNoteBox {
    width: auto !important;
    height: auto;
    white-space: nowrap;
    margin-top: 6px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

#main #resultArea .section_footer.dealerDetail .callNoteBox span {
    position: static;
    transform: none;
    padding: 6px 5px 5px 5px;
    margin-right: 5px;
}

#main #resultArea .section_footer.dealerDetail .callNoteBox a {
    position: static;
    transform: none;
}

#main #resultArea .btn-Box {
    white-space: nowrap;
}

#main #resultArea .btn-Box a {
    vertical-align: bottom;
}

#main #resultArea .btn-Box .estimateBtn {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 212px;
    height: 48px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    box-shadow: none;
    text-decoration: none;
    background-position: 10px 50%;
    background-color: #F15E68 !important;
    color: #FFF !important;
    border: 1px solid #E00923;
    padding: 14px 0 0 42px;
    box-sizing: border-box;
}

#main #resultArea .btn-Box .estimateBtn::before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../img-sub/cache/ipn/usedcar/spread/icon_mail.png) no-repeat #e00923 top 14px center;
    background-size: 20px auto;
}

#main #resultArea .btn-Box .calenderBtn {
    width: 212px;
    padding: 17px 0 14px 50px;
    margin-right: 4px;
}

#main #resultArea .data-wrapper .btn-Box .loanBtn {
    width: 212px;
    height: 48px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 0 50px;
    margin-right: 4px;
}

.reservationConfirmation .reservation_calendar .bg_frame {
    left: 70px;
}

#main #resultArea .btn-Box .calenderBtn span,
#main #resultArea .btn-Box .loanBtn span {
    width: 50px;
}

.dealer-image{
    width:auto;
	margin:0;
}
#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo p {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo p {
    margin-bottom: 3px;
}
#main #resultArea .section_footer.dealerDetail .shop2 .dealerDetailShopInfo p span {
    font-weight: bold;
}

@media screen and (max-width: 1460px) {
    #main #resultArea .btn-Box .estimateBtn,
    #main #resultArea .btn-Box .calenderBtn,
    #main #resultArea .data-wrapper .btn-Box .loanBtn {
        margin-right: 0;
        width: 194px;
    }
}
/* end GOO_OPE_PRJ-9251 */