diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 305c7085d..430e745e7 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -9,7 +9,7 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} label, input, select, img {vertical-align:middle} -input {margin:0;padding:0;border-radius:0;font-family:"dotum"} +input {margin:0;padding:0;border-radius:0;font-family:"dotum";-webkit-appearance:none} button {border-radius:0;font-size:1em;font-family:"dotum"} input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0 !important;font-size:1em} /* 모바일에서만 사용 */ p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}