@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");

	body {position:relative;min-width:1500px; }

	.default_layout {position:relative; width:1100px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%;}


	/* 헤더 */
	#header {height:98px; z-index:99;;  min-width:1100px; background:#fff;   font-family: 'Nanum Square';  box-shadow:0px 2px 10px 0px rgba(0,0,0,0.2);}




	/* 로고 */
	#header h1#logo {float:left; line-height:98px;}
	#header h1#logo img {vertical-align:middle;}




	/*상단메뉴*/
	#topMenu {float:right; position:relative; z-index:1;}
	#topMenu li.menu_list{float:left; line-height:98px; width:100px; padding:0 7px;  position:relative; text-align:center;   }
	#topMenu li.menu_list a.depth_link {display:block; font-size:17px; font-weight:500;  color:#686868; line-height:98px; position:relative; letter-spacing:-1px;}
	#topMenu li.menu_list .two_depth_bg{width:100%; height:8px; position:absolute; left:0px; top:-7px; background:url(../images/common/top_menu_arrow.png) center top no-repeat; }

	
	#topMenu li.menu_list a.menu_on{color:#6071aa; font-weight:bold;  }

	#topMenu li div.depth_box {position:absolute; display:none;   left:0; top:98px; width:100%;  height:260px; text-align:left; }
	#topMenu li div.depth_box ul {padding:15px 0px;}
	#topMenu li div.depth_box ul li {font-size:13px; text-align:left; padding:0 0 0 30px; background:url(../images/common/depth_box_dot.png) 20px 12px no-repeat;}
	#topMenu li div.depth_box ul li a {display:block; color:#5d5d5d;  letter-spacing:-0.5px; line-height:30px; }
	#topMenu li div.depth_box ul li a:hover {color:#6071aa; font-weight:bold; text-decoration:underline;} 
	#topMenu li div.depth_box ul li:last-child a{border-bottom:0px;}


	/*3뎁스*/
	#topMenu li div.depth_box ul.three_depth{display:none;; background:#fff; border-top:1px #ddd solid; padding:0px; border-bottom:1px #ddd solid;}
	#topMenu li div.depth_box ul.three_depth li a{display:block;line-height:30px; color:#949494;}

	.depth_box_bg {background:#fff url(../images/common/depth_box_bg_bg.png) 60px bottom no-repeat;; display:none; height:260px; z-index:0; position:absolute; left:0px; top:98px; width:100%; border-top:1px #ddd solid;}



	/*카피라이트*/
	#footerGroup {position:relative; background:#fff; overflow:hidden; clear:both;}



	#footerGroup .f_util {background:#f1f1f1; text-align:center;}
	#footerGroup .f_util li{display:inline-block;  font-size:13px;}
	#footerGroup .f_util li a{padding:0 10px; line-height:47px; display:block;color:#222; font-size:12px; }
	#footerGroup .f_util li.user_btn a{display:inline-block; line-height:25px; padding:0 15px; background:#555; color:#fff;border-radius:30px;}



	#footerGroup .footer {padding:15px 0px;  font-size:12px; position:relative;color:#222; text-align:center;}
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres{padding-top:10px;}


