@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");

	
	body {position:relative; }

	.default_layout {position:relative; width:1100px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%;}


	/* 헤더 */
	#header {z-index:99; height:136px;  min-width:1100px;  font-family: 'NanumBarunGothic'; box-shadow:0px 0px 0px rgba(0,0,0,0.1) }
	#header .header_top_info{border-top:3px #ed1846 solid; border-bottom:1px #dedcdf solid; }
	#header .header_top_info .default_layout{overflow:hidden;}
	#header .header_top_info ul{float:right;}
	#header .header_top_info ul li {float:left; margin:8px 3px; }
	#header .header_top_info ul li img {vertical-align:middle; padding-right:5px; margin-top:-3px;} 
	#header .header_top_info ul li a{display:block; line-height:25px; padding:2px 20px 0; border-radius:27px; font-size:13px; background:#ed1846; color:#fff; }


	/* 로고 */
	#header h1 {float:left; height:90px; line-height:90px;}
	#header h1 img {vertical-align:middle;}


	/*상단메뉴*/
	#topMenu {float:right; font-family:'Nanum Square'}
	#topMenu li.menu_list{display:inline-block;   width:163px; 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:20px; font-weight:bold; color:#000000; line-height:90px; position:relative; letter-spacing:-1px;}
	#topMenu li#topMenu4 {background:none;}
	
	#topMenu li.menu_list a.menu_on{color:#ed1947; }

	#topMenu li div.depth_box {position:absolute; display:none;  top:90px; width:100%; left:0; background:#333333;  }
	#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; }
	#topMenu li div.depth_box ul li a:hover {background:#ed1947;}
	#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:#343235;}



	#footerGroup .f_util {position:absolute; top:50px; right:0px;}
	#footerGroup .f_util li{display:inline-block;  font-size:13px;}
	#footerGroup .f_util li a{padding:0 10px; line-height:24px; display:block;color:#fff; background:#035471; font-size:12px; border-radius:3px;}
	#footerGroup .f_util li.private a{background:#069fd9;}


	#footerGroup .footer {padding:65px 0px 65px 194px;  font-size:14px; position:relative;color:#999999; background:url(../images/common/f_logo.png?221) left 50% no-repeat;}
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres{padding-top:10px;}
	#footerGroup .first_top_go {position:absolute; right:0px; top:82px; }


