@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 {position:absolute; height:125px; z-index:99;}


	/* 로고 */
	#header .slogan {position:absolute; top:12px; left:0;} 
	#header .slogan img {vertical-align:top;}
	

	/* 로고 */
	#header h1#logo {text-align:center; margin:25px 0;}
	#header h1#logo img {vertical-align:top;}


	/* 상단 오른쪽메뉴 */
	#header .top_util {position:absolute; right:0; top:24px;}
	#header .top_util li {float:left;} 
	#header .top_util li a {color:#777; display:block; padding:0 15px; background:url(../images/common/util_bar.gif) left 8px no-repeat; } 
	#header .top_util li:first-child a {background:none;}
	#header .top_util li a:hover {color:#000;} 


	/*상단메뉴*/
	.topMenu_box {background:rgba(112,94,94,0.9); height:50px;}
	#topMenu {position:relative; text-align:center; margin:0 auto; width:1100px;}
	#topMenu li.menu_list {display:inline-block; line-height:50px; width:16%; position:relative; text-align:center; background:url(../images/common/topmenu_bar.png) left 50% no-repeat;}
	#topMenu li.menu_list:first-child {background:none; width:17%;}
	#topMenu li.menu_list a.depth_link {display:block; font-size:19px; font-weight:bold; color:#fff; line-height:50px; position:relative;}

	#topMenu li.menu_list a.menu_on {color:#ffe2be;}

	#topMenu li div.depth_box {position:absolute; display:none; top:50px; width:200px; left:50%; margin-left:-100px; background:#413133;}
	#topMenu li div.depth_box ul {margin:1px;}
	#topMenu li div.depth_box ul li {font-size:15px; font-weight:bold; text-align:left;}
	#topMenu li div.depth_box ul li a {display:block; color:rgba(255,255,255,0.8); padding-left:23px; line-height:50px; border-bottom:1px solid rgba(0,0,0,0.3);}
	#topMenu li div.depth_box ul li a:hover {background:#87000f; color:#fff;}
	#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:#555;}



	#footerGroup .f_util {position:absolute; top:40px; left:0px; z-index:9;}
	#footerGroup .f_util li{display:inline-block; font-size:14px; font-weight:600;}
	#footerGroup .f_util li a {padding:0 15px; line-height:24px; display:block; color:#e4e4e4; font-size:13px; background:url(../images/common/f_util_bar.jpg) left 5px no-repeat;}
	#footerGroup .f_util li:first-child a {background:none; padding-left:0;}
	#footerGroup .f_util li a:hover {color:#fff; text-decoration:underline;}
	#footerGroup .f_util li.private a {color:#f6c02d;}


	#footerGroup .footer {padding:80px 0 40px; line-height:22px; font-size:13px; position:relative; color:#ccc; z-index:8;}
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres {padding-top:10px; letter-spacing:0.5px;}