@charset "utf-8";

@font-face { 
	font-family:'Daum', "다음";
	src:url('/mobile/font/Daum.eot'); 
	src:url('/mobile/font/Daum.eot?#iefix') format('embedded-opentype'), /* ie6, 7, 8 적용 embedded-opentype 8, 9 적용 */
		url('/mobile/font/Daum.woff') format('woff'), /* ie 제외한 나머지 */
		url('/mobile/font/Daum.ttf') format('truetype');
		/*url('/css/NaunmBarunGothic.svg#NanumGothic') format('svg');*/ /* 모바일 브라우저를 위해서 */
	font-weight:normal;
	font-style:normal;
}

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
ul, li , dl, dt, dd, p
{margin:0; padding:0; border:0; } /* vertical-align: baseline; outline: 0; ie 외 브라우저 포커싱 사라지는 문제로 제거 */


* html { height:1px; }


body { font-size:14px; font-family:gulim, dotum, Arial, Daum, "다음"; color:#000;  }

input, select, option, textarea, button { font-size:100%; margin:0; padding:0; }

.skip { display:none; }


hr, h2, caption, legend { display:none; }


address, cite { font-style:normal; }


.clear{ display:block; float:none; clear:both; height:0; width:100%; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important; }


fieldset, img, abbr, acronym { border:0 none; margin:0; padding:0;}
table {	border-collapse:separate; border-spacing:0;	border:0 none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }


ul { list-style:none; }
img { vertical-align:top; border:none;}
label, select, input, textarea { vertical-align:middle;}
button{cursor:pointer;}

.btnBig {
	font-family: Malgun Gothic,Apple Gothic,Dotum,Gulim,Arial,Verdana,Helvetica,sans-serif;
	font-size: 18px;
	vertical-align: middle;
	width: 120px;
	height: 40px;
	margin: 0 5px;
	font-weight:bold;
	color:#fff;
	background: #149ACD;
	border: solid 1px #17AEE8;
}
