diff --git a/css/mobile_shop.css b/css/mobile_shop.css index cb2c0cef6..79326b8ef 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -36,6 +36,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #hd_mb a {display:block;text-decoration:none} /* 중간 레이아웃 */ +#container {padding:0.5em} #container_title {margin-bottom:1em;padding:0 1em;font-size:1.2em} /* 하단 레이아웃 */ @@ -387,14 +388,25 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f #sod_fin_legend dt {clear:both;float:left;margin:0 0 0.3em;width:50px;font-weight:bold} #sod_fin_legend dd {float:left;margin:0} +#sod_fin_list h2 {padding:0 1em} + #sod_ul {margin:0 0 0.5em;padding:0;border-top:1px solid #565e60;list-style:none} -#sod_ul li {padding:0 1em;border-bottom:1px solid #565e60} +#sod_ul li {padding:0;border-bottom:1px solid #565e60} #sod_ul table {margin:0} #sod_ul th {text-align:center} #sod_ul td {background:#fff;color:#000} #sod_ul p {padding:0.5em 1em} #sod_ul p a {font-weight:bold;text-decoration:none} +#request_form {position:relative} +#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;border:1px solid #000;background:#f5f6fa;text-align:center} +#request_form .frm_input {width:250px;background:#fff !important} +#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important} +#request_form .btn_frmline {padding:0 10px;line-height:1.6em} + +#sod_req_btn {margin:0 0 10px} +#sod_req_btn button {background:#626870} + #sod_fin_view {border:1px solid #e9e9e9} #sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #sod_fin_view h3 {margin:0 0 1em}