/*
 * FileName : common.css
 * Desc : 모바일 공통 CSS
 */
@charset "utf-8";
/* common */
html,body,header,section,article,footer,table,thead,tbody,tr,td,th, h1,h2,h3,h4,h5,h6,div,input, button {padding:0;margin:0; font-family:"나눔고딕B";}
html,body{min-height:100%;}
header,section,article,footer { display:block; }
a { text-decoration:none; color:#fff;}
@font-face {font-family:"나눔고딕"; font-style:normal; font-weight:normal; src:url(/fonts/NanumGothic.eot);}
@font-face {font-family:"나눔고딕B"; font-style:normal; font-weight:bold; src:url(/fonts/NanumGothicBold.eot);}
@font-face {font-family:"나눔고딕EB"; font-style:normal; font-weight:bold; src:url(/fonts/NanumGothicExtraBold.eot);}
/* NanumGothic */
@font-face {font-family:"나눔고딕"; font-style:normal; font-weight:normal; src:url(/fonts/NanumGothic.woff) format('woff');}
@font-face {font-family:"나눔고딕B"; font-style:normal; font-weight:bold; src:url(/fonts/NanumGothicBold.woff) format('woff');}
@font-face {font-family:"나눔고딕EB"; font-style:normal; font-weight:bold; src:url(/fonts/NanumGothicExtraBold.woff) format('woff');}
footer { position:fixed; width:100%; bottom:0; text-align:center; background:#999; color:#fff; font-size:18px; border-top:#707273 solid 2px; border-top-left-radius:50px;border-top-right-radius:50px; padding:10px 0 14px 0;}

/* form */
select, input[type=text], input[type=tel], input[type=password], input[type=date], input[type=search], input[type=number], input[type=email] { font-size:20px; line-height:1;font-family:"나눔고딕";border:#a1a5a7 solid 1px; border-radius:5px; padding:10px; box-shadow:inset #e1e1e1 3px 3px 5px;}
input[readonly] { background: #dad9ff; }