diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 5951d513e..8a5dd6b9a 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -48,6 +48,8 @@ input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; } +input[type=checkbox] {-webkit-appearance: checkbox} +input[type=radio] {-webkit-appearance: radio} /* 팝업레이어 */ #hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0px}