|
|
@@ -2543,7 +2543,7 @@ main.container .od_extra .inner:last-child {padding-bottom: 0;}
|
|
|
.popup_main_notice .popup_content .popup_body .swiper-container {height: 100%;}
|
|
|
.popup_main_notice .popup_content .popup_body .swiper-slide {position: relative;}
|
|
|
.popup_main_notice .popup_content .popup_body .swiper-slide img {width: 100%; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); height: auto;}
|
|
|
-.popup_main_notice .popup_content .popup_footer {position: relative; background:#222; height: 6rem; padding: 2.2rem;}
|
|
|
+.popup_main_notice .popup_content .popup_footer {position: fixed; left:0; bottom:0; width: 100%; background:#222; height: 6rem; padding: 2.2rem;}
|
|
|
.popup_main_notice .popup_content .popup_footer::after {content:''; clear:both; display:block;}
|
|
|
.popup_main_notice .popup_content .popup_footer a.btn_underline {display:inline-block; float:left; color:#888; font-size:1.3rem; font-weight:200; border-color:#888}
|
|
|
.popup_main_notice .popup_content .popup_footer a.btn_popup_close {position: absolute; top: 0; right: 0; width: 6rem; height: 6rem; background: url(/images/mo/btn_main_pop_arrow.png) no-repeat center; background-size:1.6rem;}
|
|
|
@@ -2574,5 +2574,14 @@ main.container .od_extra .inner:last-child {padding-bottom: 0;}
|
|
|
/* popup_마이페이지 회수조회 팝업 */
|
|
|
.modal.reclaim_pop {}
|
|
|
.modal.reclaim_pop .modal-body {margin-top: 8rem;}
|
|
|
-.modal.reclaim_pop .modal-body .pop_cont {color:#222;}
|
|
|
-.modal.reclaim_pop .modal-body .pop_cont .tbl_wrap .tbl {border-bottom: 1px solid #ddd; padding-bottom: 1.5rem;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont {color:#222; font-weight: 300;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .tbl_wrap .tbl {border-bottom: 1px solid #ddd; padding-bottom: 1.5rem;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .tbl_wrap .tbl {border-bottom: 1px solid #ddd; padding:2rem 0;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .inner {margin-bottom: 1.2rem;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tbltitWrap {margin-top: 0;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap {margin: 0;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl th {background: #f5f5f5;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table {table-layout: fixed;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr th {font-size: 1.3rem;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr td {font-size: 1.2rem;}
|
|
|
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr th, .modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr td {border-left: 0; word-break: break-all;}
|