@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:1200px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	#header {height:150px; z-index:99; min-width:1200px;}


	/* 원스탑 */
	#header .onestop {position:absolute; left:10px; top:33px;}
	#header .onestop a {display:block; font-size:12px; padding-right:12px; line-height:35px; background:url(../images/common/onestop_arrow.png) right 13px no-repeat;}
	#header .onestop .ic {margin-right:8px;}
	#header .onestop .ic img {vertical-align:top;}
	#header .onestop a:hover {color:#000;}


	/* 로고 */
	#header h1 {text-align:center; margin:38px 0 37px;}
	#header h1 img {vertical-align:top;}


	/* 상단 오른쪽메뉴 */
	#header .top_util {position:absolute; right:0; top:0; margin-top:40px;}
	#header .top_util li {float:left; font-size:11px; letter-spacing:0.5px;} 
	#header .top_util li a {color:#999; display:block; padding:0 10px;} 
	#header .top_util li a:hover {color:#000;} 


	/*상단메뉴*/
	.topMenu_box {height:48px;}
	#topMenu {position:relative; text-align:center; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf;}
	#topMenu li.menu_list {display:inline-block; line-height:48px; width:20%; position:relative; text-align:center; background:url(../images/common/top_util_bar.gif) left 20px no-repeat;}
	#topMenu li.menu_list:first-child {width:17%; background:none;}
	#topMenu li.menu_list a.depth_link {display:block; font-size:16px; font-weight:bold; color:#000; line-height:48px; position:relative;}

	
	#topMenu li.menu_list a.menu_on {color:#e90485;}

	#topMenu li div.depth_box {position:absolute; display:none; top:48px; left:50%; width:200px; margin-left:-100px; background:#333;}
	#topMenu li div.depth_box ul li {font-size:14px; text-align:left;}
	#topMenu li div.depth_box ul li a {display:block; color:#ffffff; padding-left:23px; letter-spacing:-0.5px; line-height:50px; border-bottom:1px solid rgba(0,0,0,0.5);}
	#topMenu li div.depth_box ul li a:hover {background:#e90485;}
	#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;}



	/*카피라이트*/
	#footerGroup {position:relative; background:#333;}


	/*하단메뉴*/
	#footerGroup .f_util {position:absolute; top:50px; right:0px; z-index:2;}
	#footerGroup .f_util li {float:left; margin-left:1px;}
	#footerGroup .f_util li a {padding:0 15px; line-height:30px; display:block; color:#ccc; background:#555; font-size:12px;}
	#footerGroup .f_util li a:hover {color:#f2d7c6; background:#000;}
	#footerGroup .f_util li.private a {background:#666; color:#fff;}
	#footerGroup .f_util li.private a:hover {color:#f2d7c6; background:#111;}


	/*회사정보*/
	#footerGroup .footer {padding:50px 0px; position:relative; color:#f0f0f0; z-index:1;}
	#footerGroup .footer span {display:inline-block; padding-right:12px;}
	#footerGroup .footer span a {color:#f0f0f0;}
	#footerGroup .footer .addres {font-size:12px; padding-top:10px; color:#999; letter-spacing:1px;}


