| 1234567891011121314151617181920212223242526272829303132 |
- <style>
- /* layer popup */
- .dim{position:fixed;top:0;left:0;z-index:50;width:100%;height:100%;background:#000;opacity:.5;}
- .layer_popup{display:none;position:fixed;top:50%;left:50%;z-index:100;padding:20px 28px 30px;background:#fff;}
- .layer_popup .tit{margin-bottom:15px;font-size:18px;color:#464646;}
- .layer_popup .cont{border-top:1px solid #000;border-bottom:1px solid #000;}
- .layer_popup .cont2{padding:20px 0 0;}
- .layer_popup .cont .return_msg{padding:33px 0 33px 65px;background:url('/manage/img/ic_return.png') 0 50% no-repeat;line-height:25px;}
- .layer_popup .btn_center{margin-top:20px;}
- .layer_popup .close{overflow:hidden;position:absolute;top:0;right:0;width:32px;height:32px;background:url('/manage/img/btn_popup_close.png') 50% no-repeat;text-indent:-9999px;cursor:pointer;}
- .layer_popup .tbl_list2{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;}
- .layer_popup .tbl_list2 td .check_wrap{margin-right:20px;}
- </style>
- <!-- custom layer popup -->
- <div class="layer_popup car_history_popup">
- <div class="close">팝업닫기</div>
- <h3>중고차 보험처리 이력정보 보고서</h3>
- <div class="scr_cont" id="scr_cont">
- </div>
- </div>
- <div class="layer_popup car_option_popup">
- <div class="close">팝업닫기</div>
- <h3>옵션 정보</h3>
- <div class="scr_cont" id="car_option_cont">
- </div>
- </div>
|