@charset "utf-8";

/* nanum-gothic-regular - korean_latin */
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-regular.eot'); /* IE9 Compat Modes */
	src: local('NanumGothic'),
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
  }
  /* nanum-gothic-700 - korean_latin */
  @font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
	src: url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-700.eot'); /* IE9 Compat Modes */
	src: local('NanumGothic Bold'), local('NanumGothic-Bold'),
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-700.woff') format('woff'), /* Modern Browsers */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-700.svg#NanumGothic') format('svg'); /* Legacy iOS */
  }
  /* nanum-gothic-800 - korean_latin */
  @font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
	src: url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-800.eot'); /* IE9 Compat Modes */
	src: local('NanumGothic ExtraBold'), local('NanumGothic-ExtraBold'),
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-800.woff') format('woff'), /* Modern Browsers */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/data/_ele/fonts/nanum-gothic-v7-korean_latin-800.svg#NanumGothic') format('svg'); /* Legacy iOS */
  }

@font-face {
    font-family: 'ONE Mobile';
    src: url('../font/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: 'ONE Mobile';
    src: url('../font/ONE-Mobile-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'ONE Mobile Title';
    src: url('../font/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { text-decoration: none; }
img { border: 0; }

a, li, input, label, tr, textarea, .mask, button, .l_mask, .icheckbox, .iradio, .r_mask, .layer_mask { 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	-webkit-focus-ring-color:rgba(0, 0, 0, 0); 
	outline:none;
}

.mask { width:100%; height:100%; position:fixed; left:0; top:0; z-index:106; background:rgba(0,0,0,.5);}


body, html {
	font-family:'Nanum Gothic', 'Apple SD Gothic Neo', Droidsans, AppleSDGothic, sans-serif;
	color: #222;
	font-size: 13px;
	
}

/*a:visited { color: #222; }*/