@charset "utf-8";
/* 
	   SITE  : 국가별 프론트페이지   |    V1.0   |    2015.09.14
	   CODER : LORI CHOI
	   이 CSS는 브라우저 초기화
*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	top:0px;
	width:100%;
	font-family:'돋움','굴림', HelveticaNeue, DroidSans, Sans-serif, Helvetica,Verdana, Arial; 
	font-size:12px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	color: #fff;
	background: transparent;
}
img {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	vertical-align: middle;
	appearance: none;
	border: 1px solid #dbdbdb;
	color: #343434;
	border-radius: 0;
}
 input::-moz-input-placeholder {
color:#dbdbdb;
}
 input::-webkit-input-placeholder {
color:#dbdbdb;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote {
  quotes: "" "";
}
a img {
  border: none;
}
caption,.hide{overflow:hidden; visibility:hidden; height:0; line-height:0; z-index:-1; display:none;}
