html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html, body{width:100%;}
html{-webkit-touch-callout:none; -webkit-user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{width:100%; background:#fff; -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;}
body,input,select,textarea,button {border:none;font-size:12px; font-family:'Noto Sans KR', sans-serif;color:#727272;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
.hide,caption,legend{line-height:0;font-size:1px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#000;text-decoration:none;}



@font-face {
    font-family: 'NanumBarunGothic';
    src: url('../css_font/NanumBarunGothic.woff') format('woff'), 
		url('../css_font/NanumBarunGothic.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'NanumBarunGothicBold';
    src: url('../css_font/NanumBarunGothicBold.woff') format('woff'), url('../css_font/NanumBarunGothicBold.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'NanumGothic';
    src: url('../css_font/NanumGothic.woff') format('woff'), url('../css_font/NanumGothic.eot') format('embedded-opentype');
}

@font-face {
	/*
    font-family: 'NanumGothicBold';
	src: url('../css_font/NanumGothicBold.eot');
	src: url('../css_font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
	url('../css_font/NanumGothicBold.woff') format('woff'),
	url('../css_font/NanumGothicBold.ttf') format('truetype'); 
	*/
	
}

* {
    font-family: "NanumGothic";
    font-size: 14px;;
	box-sizing:border-box;
	color:#333;
}

html{
	position: relative;
    min-height: 100%;
    margin: 0;
}
body {
    background-color: #f6f6f6;
    font-family: "NanumGothic";
    font-size: 14px !mportant;
	min-height: 100%;
	padding-bottom:70px;
}

a{
	display:block;
	color:#333;
	text-decoration:none !important;
}
/* kslee : common style sheet */
#omframe_top {
	   /*display: none;*/
}

#omframe_main {
	position:relative  !important; 
	min-height: 100%;
}


#omframe_bottom{ 
	position:relative !important; 
	left:0px; 
	bottom:0px; 
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	color:#999;
	text-align:center;
	width:100%;
 }

.bg_white{
	  background-color: #fff;
}

.bg_gray{
	 background-color: #f6f6f6;
}

.input[type="radio"], input[type="checkbox"]{margin-top:0px !important;}
.checkbox label{font-size:14px;}