@font-face {
	font-family:NanumBarunGothic;
	src: url(/css/font/NanumBarunGothic.eot), /* IE9 Compat Modes */
		  url(/css/font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
		  url(/css/font/NanumBarunGothic.ttf) format('woff'), /* Modern Browsers */
		  url(/css/font/NanumBarunGothic.woff) format('truetype'); /* Safari, Android, iOS */
}


/* CSS Document */

* {margin:0; padding:0;}
ul,li {list-style:none;}
div,ul,li,dl,dt,dd,a{margin:0; padding:0;}

html{-webkit-text-size-adjust:none;}
body {margin: 0; padding:0; background-color:#fff; color:#666766; font-family:NanumBarunGothic, Sans-serif; overflow-x:hidden;}

img {border:0;}
a > img{border:0}
a{text-decoration:none}

a:link { color: #464646; text-decoration: none}
a:active { TEXT-DECORATION: none} 
a:visited { color: #464646; text-decoration: none} 
a:hover { COLOR: #464646; text-decoration: none}

table{ width:100%;/* border-collapse:collapse;*/ border-spacing:0px; margin:0 auto;} /*max-width:640px;*/
th,td{ padding:0; border-spacing:0px; margin:0; border:0}


/* menu */
#menu_wrap {position:absolute; left:-260px; top:0px; width:260px; height:100%; border-right:1px solid #919191; background:url('/images/topmenu/menu_bg.jpg'); z-index:1; display:none;}
#menu_wrap .menu_top li{float:left; border-bottom:1px solid #cbcbcb;}
#menu_wrap .menu_top .menu_logo{cursor:pointer;}
#menu_wrap .menu_top .menu_close{cursor:pointer;}
#menu_wrap .menu_top .top_btn_menu{cursor:pointer;}

.full_menu{position:relative;  width:260px; }
.full_menu dt{ border-bottom:1px solid #cbcbcb; }
.full_menu dt div{font-size:16px; font-weight:bold; color:#464646; padding:10px 0px 10px 10px; }



/*main*/

#mobile{ position:relative; width:100%; overflow:hidden; }
#mobile .mobile_wrap{position:relative; margin:0 auto; height:100%; overflow:hidden; background-color:#fff;}
#mobile .mobile_wrap .m_wrap{margin:0 auto;z-index:2; background-color:#fff;overflow:hidden;} 


/*sub*/

#sub_contents{ margin-bottom:0 !important;}
