@charset "utf-8";
@font-face {
font-family: 'NotoSansCJK';
font-style: normal;
font-weight: 400;
src:url('../font/NotoSansCJKkr-Regular.eot');
src:url('../font/NotoSansCJKkr-Regular.eot?#iefix') format('embedded-opentype'),
url('../font/NotoSansCJKkr-Regular.ttf') format('truetype'),
url('../font/NotoSansCJKkr-Regular.otf') format('opentype');
}

@font-face {
font-family: 'NotoSansCJK';
font-style: bold;
font-weight: 700;
src:url('../font/NotoSansCJKkr-Bold.eot');
src:url('../font/NotoSansCJKkr-Bold.eot?#iefix') format('embedded-opentype'),
url('../font/NotoSansCJKkr-Bold.ttf') format('truetype'),
url('../font/NotoSansCJKkr-Bold.otf') format('opentype');
}
@font-face {
font-family: 'Nanum Myeongjo';
font-style: normal;
font-weight: 400;
src:url('../font/NanumMyeongjoOTFExtraBold.eot');
src:url('../font/NanumMyeongjoOTFExtraBold.eot?#iefix') format('embedded-opentype'),
url('../font/NanumMyeongjo-ExtraBold.ttf') format('truetype'),
url('../font/NanumMyeongjoExtraBold.otf') format('opentype');
}
br { font-family:'dotum';}
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,input {
	margin:0;
    padding:0;
    border:0;
    outline:0;
	word-break:keep-all;
}

/*html5*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,address {
    display:block;
}
h1, h2, h3, h4, h5, h6,th,td{
	font-weight: 400;
	line-height:1;
	font-family:'NotoSansCJK',helvetica,sans-serif;
}

html,body{
	width:100%;
	height:100%;
    line-height:1;
	font-size:16px;
    font-family:'NotoSansCJK',helvetica,sans-serif;
  	font-weight: 400;
    color:#333;
	letter-spacing: -1px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*remove grey background on clicked in ios safari */
}

a {text-decoration:none;display:inline-block;color:#333;font-size:16px;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}
a:focus {text-decoration:none;}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table td,table th{word-break:keep-all;}
button{
	cursor:pointer;padding:0;margin:0;display:inline-block;background:none;border:none;outline:none;
}
button:focus{outline:none;}
i,em,address{font-style:normal;}
button, textarea {font-family:'NotoSansCJK',helvetica,sans-serif;display:inline-block;border-radius:0; background:none;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
select,input {font-family:'NotoSansCJK','돋움',Arial,helvetica,sans-serif;display:inline-block;border-radius:0; background:none;border:none;outline:none;outline:none;}
img{vertical-align:top;}
span{display:inline-block;}
nav,ul,li{display:block; list-style: none;padding: 0;margin: 0;}
caption,.hidden,legend{position:absolute; left:-1000%; top:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden; text-indent:-5000px;}
textarea{}
input[type="text"],input[type="password"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input::placeholder{color:#aaa;}
.fix{position: relative;}
.fix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.dim{z-index:1001;width:100%;height:100%;background: rgba(0, 0, 0, .6);position:fixed;top:0;left:0;cursor:pointer;}
.hide{font-size:0;}
