모바일공통: 갤탭 숨김텍스트 스타일 처리
This commit is contained in:
@ -41,7 +41,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
/* 상단 레이아웃 */
|
||||
#hd {background:#fff}
|
||||
#hd:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
|
||||
#logo {float:left;padding:0.9em 0;margin-left:0.5em}
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
|
||||
/* 상단 레이아웃 */
|
||||
#header {margin:0 0 1em;padding:1em 0;border-bottom:1px solid #e9e9e9;text-align:center}
|
||||
#header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#header h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
|
||||
#logo {padding:10px 0}
|
||||
|
||||
@ -43,7 +43,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
|
||||
/* 하단 레이아웃 */
|
||||
#footer {margin:2em 0 0;padding:2em 0 0;border-top:1px solid #e9e9e9;font-size:0.6em;text-align:center}
|
||||
#footer h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#footer h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#ft_to_top {display:block;margin:1em 0 2em}
|
||||
|
||||
/* 목록 바로가기 */
|
||||
@ -77,7 +77,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
|
||||
/* 상품 목록 카테고리 목록 */
|
||||
.sct_ct {}
|
||||
.sct_ct h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
.sct_ct h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
.sct_ct ul {margin:0 0 1em;padding:1em;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
|
||||
.sct_ct ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sct_ct a {text-decoration:none}
|
||||
@ -92,7 +92,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
/* 상품 정렬 */
|
||||
#sct_sort {float:left;margin:1em 0;zoom:1}
|
||||
#sct_sort:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sct_sort h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sct_sort h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#sct_sort ul {margin:0;padding:0;list-style:none;zoom:1}
|
||||
#sct_sort ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sct_sort li {float:left;position:relative;margin-left:-1px}
|
||||
@ -136,7 +136,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
#sit_pvi_slide li {display:none;position:absolute;left:0;top:0}
|
||||
#sit_pvi_slide img {width:280px;height:280px}
|
||||
|
||||
#sit_pvi_nw h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sit_pvi_nw h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#sit_pvi_nwbig {padding:1em 0;text-align:center}
|
||||
#sit_pvi_nwbig span {display:none}
|
||||
#sit_pvi_nwbig span.visible {display:inline}
|
||||
@ -147,7 +147,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
|
||||
/* 상품 상세보기 - 간략정보 및 구매기능 */
|
||||
#sit_ov {position:relative;padding:50px 1.3em 1.3em;height:auto !important;height:355px;min-height:355px;background:#f5f6fa}
|
||||
#sit_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sit_ov h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#sit_ov h3 {margin:0 0 10px}
|
||||
|
||||
#sit_title {display:inline-block;margin:0 0 0.3em;font-size:1.3em}
|
||||
@ -322,7 +322,7 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
#smb_my {}
|
||||
|
||||
#smb_my_ov {margin:0 0 2em}
|
||||
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#smb_my_ov h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#smb_my_ov dl {margin:0;border-top:1px solid #e9e9e9;background:#f5f6fa;zoom:1}
|
||||
#smb_my_ov dl:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#smb_my_ov dt {float:left;padding:0.8em;width:30%;border-bottom:1px solid #e9e9e9;font-weight:bold}
|
||||
@ -390,7 +390,7 @@ html.no-overflowscrolling #it_coupon_frm {height:auto;max-height:10000px !import
|
||||
html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
||||
|
||||
#sod_frm_paysel {margin:0 0 1.8em;padding:1em;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#settle_bank {margin:1em 0 0}
|
||||
|
||||
#sod_frm_escrow {margin:2.8em 0 0}
|
||||
@ -438,7 +438,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
||||
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}
|
||||
|
||||
#sod_fin_view {border:1px solid #e9e9e9}
|
||||
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_view h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#sod_fin_view h3 {margin:0 0 1em}
|
||||
#sod_fin_view .basic_tbl th {padding:0 1em;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f5f6fa;text-align:left}
|
||||
|
||||
@ -451,7 +451,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
||||
#sod_fin_dvr {padding:1em}
|
||||
|
||||
#sod_fin_tot {margin:0 0 2.8em;padding:1em;border:1px solid #e9e9e9;border-top:0;background:#565e60;color:#fff}
|
||||
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_tot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
|
||||
#sod_fin_tot li {padding:1em;border-bottom:1px solid #6f7a7d;zoom:1}
|
||||
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
@ -459,7 +459,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
||||
#sod_fin_tot strong {float:right}
|
||||
|
||||
#sod_fin_cancel {text-align:center}
|
||||
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_cancel h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||
#sod_fin_cancel button {padding:1em;border:0;background:#ff3600;color:#fff}
|
||||
#sod_fin_cancelfrm {display:none;margin:1em 0 0}
|
||||
#sod_fin_cancelfrm .frm_input {background:#fff}
|
||||
@ -488,7 +488,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
||||
|
||||
/* 화면낭독기 사용자용 */
|
||||
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
|
||||
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
|
||||
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;text-indent:-9999em;line-height:0;border:0 !important;overflow:hidden !important}
|
||||
/* 본문 바로가기 */
|
||||
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
|
||||
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:1.5em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
|
||||
|
||||
Reference in New Issue
Block a user