@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");

	
	body {position:relative; font-family: "Nanum Barun Gothic", "나눔 바른 고딕";   min-width:1500px;}

	.default_layout {position:relative; width:1100px; margin:0 auto; clear:both; }


	/*******************기본 감싸는 레이아웃*******************/
	#wrap,#header,#footerGroup {position:relative; width:100%;}



	/*******************헤더*******************/
	#header {height:90px; z-index:99;}


	/* 로고 */
	#header h1#logo {position:absolute; line-height:90px; height:90px; left:0; top:0; }


	/*상단메뉴*/
	#topMenu {position:relative; float:right;}
	#topMenu li.menu_list {display:inline-block; position:relative;}
	#topMenu li.menu_list .depth_link {display:block; font-size:18px; font-weight:normal; padding:0 35px;  color:#000; line-height:90px; background:url(../images/common/nav_bar.gif) left center no-repeat;}
	#topMenu li.menu_list:first-child .depth_link {background:none;}  

	#topMenu li.menu_list a.menu_on {color:#d71d1d;}

	#topMenu li div.depth_box {display:none; position:absolute; top:89px; width:170px; left:50%; margin-left:-85px;}
	#topMenu li div.depth_box ul {margin:1px;}
	#topMenu li div.depth_box ul li {font-size:15px; text-align:left;}
	#topMenu li div.depth_box ul li a {display:block; color:#333; background:#fff; padding-left:20px; line-height:52px; border-bottom:1px #eee solid;}
	#topMenu li div.depth_box ul li a:hover {background:#d71d1d; font-weight:600; color:#fff;}
	#topMenu li div.depth_box ul li:last-child a {border-bottom:0px;}


	/*3뎁스*/
	#topMenu li div.depth_box ul.three_depth {background:#fff; padding:0px; border-bottom:1px #eee solid; display:none;}
	#topMenu li div.depth_box ul.three_depth li a {display:block; line-height:30px; color:#949494;}



	/*******************하단*******************/
	#footerGroup {position:relative; background:#333;}


	/*위로버튼*/
	#footerGroup .first_top_go {position:fixed; right:40px; bottom:310px; z-index:9;}
	#footerGroup .first_top_go a {display:block; letter-spacing:1px; color:#fff; text-align:center; width:53px; height:45px; line-height:50px; padding-top:5px; background:#3f3f48 url(../images/common/first_top_go.png) center 12px no-repeat;}
	#footerGroup .first_top_go a:hover {background:#3463b4 url(../images/common/first_top_go.png) center 12px no-repeat;}


	/*하단메뉴*/
	#footerGroup .f_util {position:absolute; top:70px; right:0px; z-index:2;}
	#footerGroup .f_util li {display:inline-block; font-size:12px;}
	#footerGroup .f_util li a {padding:0 18px; line-height:30px; display:block; color:#ccc; background:#555;}
	#footerGroup .f_util li.shoping a {background:#666; color:#fff;}
	#footerGroup .f_util li a:hover {background:#000; color:#5191ff;}


	/*회사정보*/
	#footerGroup .footer {padding:50px 0; font-size:13px; position:relative; color:#e0e0e0; z-index:1;}
	#footerGroup .footer a {color:#e0e0e0;}
	#footerGroup .footer span {display:inline-block; padding-right:15px;}
	#footerGroup .footer .footer_logo {padding-bottom:15px;}
	#footerGroup .footer .addres {padding-top:20px; color:#888; font-size:12px; letter-spacing:0.5px;}


