마이페이지

쉽고 간편한 내차팔기, 견적산출,
최종 매각까지 어떤 수수료도 요구하지 않습니다.

rq, response->rs) if($rq_ds_status == "E0"){ $nm_title = "입찰대기 리스트"; }else if($rq_ds_status == "F0"){ $nm_title = "입찰중 리스트"; }else if($rq_ds_status == "Z0"){ $nm_title = "낙찰 리스트"; }else if($rq_ds_status == "ZS"){ $nm_title = "구매확정 리스트"; } $cd_sale = $_REQUEST["cd_sale"]; $sql ="SELECT a.* , b.nm_model , c.nm_grade , d.nm_brand , e.nm_model_sub , getCode('car_master','ds_type',a.ds_type) as nm_type , getCode('car_master','ds_year',a.ds_year) as nm_year , getCode('car_master','ds_open',a.ds_open) as nm_open , getCode('car_master','ds_sales',a.ds_sales) as nm_sales , getCode('car_master','ds_transmission',a.ds_transmission) as nm_transmission , getCode('car_master','ds_oil',a.ds_oil) as nm_oil , getCode('car_master','ds_accident',a.ds_accident) as nm_accident , getCode('sale_master','ds_usertype',s.ds_usertype) as nm_usertype , getCode('member_master','ds_area',s.ds_area) as nm_area , getCode('member_master','ds_area',s.ds_area_user) as nm_area_user , getCode('sale_master','ds_status',s.ds_status) as nm_status , s.nm_name nm_name_sale , s.ds_status ds_status_sale , s.nm_hp nm_hp_sale , s.nm_email nm_email_sale , s.ds_area ds_area_sale , s.nm_recommend nm_recommend_sale , s.nm_cont_return nm_cont_return_sale , getRemainTime(".LIMIT_TIME_TENDER.", s.dt_approve, now()) as time_limit_tender FROM sale_master s inner join car_master a on (s.cd_car = a.cd_car) left outer join car_model b on (a.cd_model = b.cd_model) left outer join car_grade c on (a.cd_grade = c.cd_grade) left outer join car_brand d on (a.cd_brand = d.cd_brand) left outer join car_model_sub e on (a.cd_model_sub = e.cd_model_sub) WHERE s.cd_sale='$cd_sale' "; $col=mysql_fetch_array(mysql_query($sql)); if (!empty($col[cd_car])){ $cd_car = $col[cd_car]; $cd_model = $col[cd_model]; $cd_brand = $col[cd_brand]; $ds_logo = $col[ds_logo]; $cd_category = $col[cd_category]; $cd_grade = $col[cd_grade]; $ds_cate = $col[ds_cate]; $ds_type = $col[ds_type]; $ds_year = $col[ds_year]; $nm_name = $col[nm_name]; $nm_price = $col[nm_price]; $nm_mileage = $col[nm_mileage]; $ds_driving_system = $col[ds_driving_system]; $ds_transmission = $col[ds_transmission]; $nm_file_list = $col[nm_file_list]; $nm_file_main = $col[nm_file_main]; $nm_file_report = $col[nm_file_report]; $nm_file_report_back = $col[nm_file_report_back]; $nm_file_front = $col[nm_file_front]; $nm_file_back = $col[nm_file_back]; $nm_file_side1 = $col[nm_file_side1]; $nm_file_side2 = $col[nm_file_side2]; $nm_file_dashboard = $col[nm_file_dashboard]; $ds_oil = $col[ds_oil]; $nm_gearbox = $col[nm_gearbox]; $nm_color = $col[nm_color]; $nm_incolor = $col[nm_incolor]; $ds_accident = $col[ds_accident]; $nm_cont_accident = $col[nm_cont_accident]; $nm_regdate = $col[nm_regdate]; $ds_sales = $col[ds_sales]; $nm_btitle = $col[nm_btitle]; $nm_stitle = $col[nm_stitle]; $nm_ltitle = $col[nm_ltitle]; $nm_cont = $col[nm_cont]; $nm_guide = $col[nm_guide]; $ds_open = $col[ds_open]; $ds_status = $col[ds_status]; $dt_insert = $col[dt_insert]; $nm_insert = $col[nm_insert]; $dt_update = $col[dt_update]; $nm_update = $col[nm_update]; $ds_delind = $col[ds_delind]; $nm_number = $col[nm_number]; $nm_cc = $col[nm_cc]; $ds_trade = $col[ds_trade]; $ds_main = $col[ds_main]; $nm_regdate_yyyy = $col[nm_regdate_yyyy]; $nm_regdate_mm = $col[nm_regdate_mm]; $nm_regdate_dd = $col[nm_regdate_dd]; $nm_brand = $col[nm_brand]; $nm_model = $col[nm_model]; $nm_model_sub = $col[nm_model_sub]; $nm_grade = $col[nm_grade]; $nm_year = $col[nm_year]; $nm_type = $col[nm_type]; $nm_open = $col[nm_open]; $nm_sales = $col[nm_sales]; $nm_transmission = $col[nm_transmission]; $nm_oil = $col[nm_oil]; $nm_usertype = $col[nm_usertype]; $nm_accident = $col[nm_accident]; $nm_area = $col[nm_area]; $nm_area_user = $col[nm_area_user]; $nm_name_sale = $col[nm_name_sale]; $ds_status_sale = $col[ds_status_sale]; $nm_hp_sale = $col[nm_hp_sale]; $nm_email_sale = $col[nm_email_sale]; $ds_area_sale = $col[ds_area_sale]; $nm_recommend_sale = $col[nm_recommend_sale]; $nm_cont_return_sale = $col[nm_cont_return_sale]; $time_limit_tender = $col[time_limit_tender]; //보험처리 $nm_act_chgno = $col[nm_act_chgno]; $nm_act_chgnm = $col[nm_act_chgnm]; $nm_act_s1 = $col[nm_act_s1]; $nm_act_s2 = $col[nm_act_s2]; $nm_act_s3 = $col[nm_act_s3]; $nm_act_s4 = $col[nm_act_s4]; $nm_act_my = $col[nm_act_my]; $nm_act_my_amt = $col[nm_act_my_amt]; $nm_act_other = $col[nm_act_other]; $nm_act_other_amt = $col[nm_act_other_amt]; $nm_act_searchdt = $col[nm_act_searchdt]; $nm_act_cnt = $col[nm_act_cnt]; $nm_act_general_spec = $col[nm_act_general_spec]; $nm_act_use_record = $col[nm_act_use_record]; $nm_act_use_record_lend = $col[nm_act_use_record_lend]; $nm_act_use_record_biz = $col[nm_act_use_record_biz]; $nm_act_use_record_official = $col[nm_act_use_record_official]; $nm_act_ins_loss = $col[nm_act_ins_loss]; $nm_act_ins_wet = $col[nm_act_ins_wet]; $nm_act_ins_robbery = $col[nm_act_ins_robbery]; $nm_file_act = $col[nm_file_act]; $nm_act_yn = $col[nm_act_yn]; $ds_g1_01 = $col[ds_g1_01]; $ds_g1_02 = $col[ds_g1_02]; $ds_g1_03 = $col[ds_g1_03]; $ds_g1_04 = $col[ds_g1_04]; $ds_g1_05 = $col[ds_g1_05]; $ds_g2_01 = $col[ds_g2_01]; $ds_g2_02 = $col[ds_g2_02]; $ds_g2_03 = $col[ds_g2_03]; $ds_g2_04 = $col[ds_g2_04]; $ds_g2_05 = $col[ds_g2_05]; $ds_g3_01 = $col[ds_g3_01]; $ds_g3_02 = $col[ds_g3_02]; $ds_g3_03 = $col[ds_g3_03]; $ds_g3_04 = $col[ds_g3_04]; $ds_g3_05 = $col[ds_g3_05]; $ds_g4_01 = $col[ds_g4_01]; $ds_g4_02 = $col[ds_g4_02]; $ds_g4_03 = $col[ds_g4_03]; $ds_g4_04 = $col[ds_g4_04]; $ds_g4_05 = $col[ds_g4_05]; /* $arr_nm_info1 = explode("-",$nm_info1); if(count($arr_nm_info1) == 3){ $nm_info11 = $arr_nm_info1[0]; $nm_info12 = $arr_nm_info1[1]; $nm_info13 = $arr_nm_info1[2]; }else{ $nm_info11 = ""; $nm_info12 = ""; $nm_info13 = ""; } $arr_nm_info3 = explode("@",$nm_info3); if(count($arr_nm_info3) == 2){ $nm_info31 = $arr_nm_info3[0]; $nm_info32 = $arr_nm_info3[1]; }else{ $nm_info31 = ""; $nm_info32 = ""; } $nm_info3 = $col[nm_info3]; */ }else{ AlertBack("지정되지않은 요청입니다"); } $sql ="SELECT * FROM car_history_master mst WHERE cd_car='$cd_car' AND ds_delind='N'"; $history_col=mysql_fetch_array(mysql_query($sql)); $r000 = $history_col["r000"]; $r001 = $history_col["r001"]; $r002 = $history_col["r002"]; $r004 = $history_col["r004"]; $r005 = $history_col["r005"]; $r101 = $history_col["r101"]; $r102 = $history_col["r102"]; $r103 = $history_col["r103"]; $r104 = $history_col["r104"]; $r105 = $history_col["r105"]; $r106 = $history_col["r106"]; $r107 = $history_col["r107"]; $r108 = $history_col["r108"]; $r109 = $history_col["r109"]; $r401 = $history_col["r401"]; $r402 = $history_col["r402"]; $r403 = $history_col["r403"]; $r404 = $history_col["r404"]; $r405 = $history_col["r405"]; $r406_01 = $history_col["r406_01"]; $r407 = $history_col["r407"]; $r408_01 = $history_col["r408_01"]; $r409 = $history_col["r409"]; $r410_01 = $history_col["r410_01"]; $r201 = $history_col["r201"]; $r202 = $history_col["r202"]; $r203 = $history_col["r203"]; $r204 = $history_col["r204"]; $r205 = $history_col["r205"]; $r510 = $history_col["r510"]; $r511_01 = $history_col["r511_01"]; $r501 = $history_col["r501"]; $r502 = $history_col["r502"]; $r301 = $history_col["r301"]; $r302 = $history_col["r302"]; $r303 = $history_col["r303"]; $r601 = $history_col["r601"]; $r602 = $history_col["r602"]; ?>

차량 기본정보

입찰 마감 시간 :

차량번호
제조사
모델
세부모델
등급
연식(최초등록일)
형식연도
배기량 cc
변속기
연료
색상
주행거리 km
사고유무  
옵션
판매희망지역
필수사진
  • 차량전면
  • 차량후면
  • 운전석 측면
  • 조수석 측면
  • 계기판
추가사진
담당자코멘트

사고이력정보

  • 차량번호 변경
  • 소유자 변경
  • 자동차 보험 특수 사고 전손 : 회 / 침수전손 : 회 / 침수분손 : 회 / 도난 :
  • 보험사고 (내차피해) 회 ( 원)
  • 보험사고 (타차가해) 회 (원)
  • */?>

    중고차 보험처리 이력정보 보고서

    레이어팝업닫기

    중고차 사고이력 요약 정보

    자동차 일반사양
    자동차 용도이력
    자동차 번호 /
    소유자 변경횟수
    회 /
    자동차보험 특수
    사고이력(전손, 침수, 도난)
    전손 : , 도난 : , 침수
    (전손 : , 분손 : )
    보험사고이력(내차 피해) 회,
    보험사고이력(타차 피해) < 회,

    자동차보험 사고기록이 없었다고 해서 반드시 무사고라고 할 수는 없습니다.

    1. 자동차 용도 이력정보
    대여용도 사용이력(렌터카)
    영업용도 사용이력
    관용용도 사용이력

    과거 자동차번호 변경기록을 모두 검색하여 제공하는 것으로 대여용(렌트카), 영업용(택시 등)으로 사용된 적이 있는지 확인할 수 있습니다.

    2. 자동차보험 특수 사고 이력 정보
    전손 보험사고
    침수 보험사고
    도난 보험사고
    3. 보험사고 이력정보 : 내차 피해
    사고일자 부품 공임 도장 총 수리비용
    • 중고차 사고 이력정보 서비스는 자동차 보험을 취급하는 14개 손해보험사의 자동차 보험수리비 지급기록(1996년 이후)에 근거하여 제공하고 있습니다.
      따라서 다음과 같은 경우에는 중고차 사고 이력정보 서비스를 제공할 수 없습니다.
      1. 사고가 있었다하더라도 보험회사에 사전신고를 하지 않고 자비로 처리한 경우,
        사고신고를 하였더라도 면책, 취소 등의 사유로 보험금이 지급되지 않은경우,
        사고신고 후 자비로 처리한 경우입니다.
      2. 사고가 있었다하더라도 종합보험, 즉 자기차량담보나 대물배상담보의 자동차 보험에 가입하지 않아서 자동차 보험으로 수리비용을 청구하지 못한 경우
        (단, 이경우라도 타인 자동차보험에서 보상받은 경우에는 사고정보 제공가능)
      3. 자동차보험이 아니 운수공제(택시공제, 화물공제, 버스공제 등)에 가입되어 운수공제로부터 자동차의 피해에 대한 손해를 보상받은 경우 등
    • 본 중고차 사고이력정보는 중고차 품질확인을 위한 보조정보이며 결정적인 판단 자료로 사용되어서는 아니됩니다. 따라서 정밀한 중고차 품질확인을
      원하시면 차량진단 전문업체의 진단을 받아보시기 바랍니다.
    • ※ 보험개발원(www.kidi.or.kr)은 보험입법 제 176조에 의하여 설립된 보험요율산출기관이며,
      중고차사고이력정보서비스(www.carhistory.or.kr)는 보험업법시행령 제86조 제1호 근거하여 제공합니다.

    • 최고가 : 만원
    • 최저가 : 만원
    • 평균 입찰금액 : 만원
    • 입찰자 수 :
    • : 만원 / 상사
    0) { ?>

    나의 입찰가는 만원입니다.

    0) { ?> ty2>
    입찰 진행 중
    명의 딜러가 입찰하였습니다.
    0) { ?>

    나의 입찰가는 만원입니다.

    레이어팝업 닫기
    레이어팝업 닫기
    레이어팝업 닫기