@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");

	
	body {position:relative; font-family: 'NanumBarunGothic';  min-width:1500px;}

	.default_layout {position:relative; width:1100px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%;}


	/* 헤더 */
	#header { z-index:99;}
	#header .top_line_bg{height:5px; background:#af2626;}




	/* 로고 */
	#header h1#logo {float:left; height:100px; line-height:100px; }
	#header h1#logo img {vertical-align:middle;}


	p.menu_btn {display:none;}
	#topMenu .menu_btn_colse {display:none;} 



	/*상단메뉴*/

	#topMenu {position:relative;float:right; font-weight:600;}
	#topMenu li.menu_list{display:inline-block; width:170px; position:relative; text-align:center; background:url(../images/common/topmenu_dot.jpg) right 50% no-repeat;  }
	#topMenu li.menu_list a.depth_link {display:block; font-size:19px; color:#000000; line-height:100px; position:relative; letter-spacing:-0.5px;}

	#topMenu li#topMenu5 {background:none; }

	
	#topMenu li.menu_list a.menu_on {color:#0e4194;}

	#topMenu li div.depth_box {display:none; position:absolute; top:100px; left:50%; margin-left:-90px; width:180px; background:#333333;}
	#topMenu li div.depth_box ul li {font-size:15px; text-align:left; letter-spacing:0px;}
	#topMenu li div.depth_box ul li a {display:block; color:#fff; padding-left:25px; line-height:49px; border-bottom:1px solid rgba(0,0,0,0.3);}
	#topMenu li div.depth_box ul li a:hover {background:#0e4194;}
	#topMenu li div.depth_box ul li:last-child a{border-bottom:0px;}



	/*3뎁스*/
	#topMenu li div.depth_box ul.three_depth{display:none;;}
	


	/*카피라이트*/
	#footerGroup {position:relative; background:#343235;}


	#footerGroup .footer {padding:75px 0px 50px 195px;  font-size:13px; line-height:22px; position:relative;color:#aaa; background:url(../images/common/f_logo.png) left 80px no-repeat;}
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .number {letter-spacing:0.5px;}
	#footerGroup .footer .addres {letter-spacing:0.5px;}


	/*위로버튼*/
	#footerGroup .first_top_go {position:absolute; left:50%; top:62px; margin-left:489px; z-index:9;}
	#footerGroup .first_top_go a {display:block; padding:18px 14px;}
	#footerGroup .first_top_go a:hover {background:#222;}
	#footerGroup .first_top_go img {vertical-align:top;}




