@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");

	
	body {position:relative; min-width:1500px; font-family:"Nanum Barun Gothic", "나눔 바른 고딕";}

	.default_layout {position:relative; width:1100px; margin:0 auto; clear:both;}



	/*******************기본 감싸는 레이아웃*******************/
	#wrap,#header,#footerGroup {position:relative; width:100%;}



	/*******************헤더*******************/
	#header { z-index:99; height:116px; }


	#header .util {background:#f8f8f8; border-bottom:1px #ededed solid }
	#header .util .default_layout{overflow:hidden;}
	#header .util .default_layout ul {float:right;}
	#header .util .default_layout ul li {float:left;}
	#header .util .default_layout ul li a{display:block; padding:0 10px; line-height:33px; font-size:11px; color:#666;}

	/* 로고 */
	#header h1#logo {position:absolute; left:0px; line-height:80px; height:80px; left:0; top:0; }
	#header .header_menu_group {border-bottom:2px #c61c29 solid; height:80px;}


	/*상단메뉴*/
	#topMenu {position:absolute; right:0px; }
	#topMenu li.menu_list {display:inline-block; position:relative;}
	#topMenu li.menu_list .depth_link {display:block; font-size:17px; font-weight:bold; padding:0 35px;  color:#000; line-height:80px; background:url(../images/common/nav_bar.gif) left center no-repeat;}
	#topMenu li.menu_list:first-child .depth_link {background:none;}  

	#topMenu li.menu_list a.menu_on {color:#c61c29;}

	#topMenu li div.depth_box {display:none; position:absolute; top:80px; width:100%; background:#444;}
	#topMenu li div.depth_box ul li {font-size:12px; text-align:left;}
	#topMenu li div.depth_box ul li a {display:block; color:#fff;  padding-left:20px; line-height:45px;     border-bottom: 1px solid rgba(0,0,0,0.3);}
	#topMenu li div.depth_box ul li a:hover {background:#c61c29; font-weight:600;}
	#topMenu li div.depth_box ul li:last-child a {border-bottom:0px;}


	/*3뎁스*/
	#topMenu li div.depth_box ul.three_depth {background:#fff; padding:0px; border-bottom:1px #eee solid; display:none;}
	#topMenu li div.depth_box ul.three_depth li a {display:block; line-height:30px; color:#949494;}


	.f_banner {background:#ffff; border-top:1px #dedede solid; text-align:center; position:relative; z-index:1; padding:10px 0px;  }
	.f_banner .btn{padding:10px 0;}
	.f_banner ul{ text-align:center; width:1100px !important;}
	.f_banner li{display:inline-block; width:275px; height:55px;  text-align:center; overflow:hidden;}
	.f_banner li img {vertical-align:middle; max-width: 100%;}


		/*카피라이트*/
	#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:#a81e1a ; background:#000;}
	#footerGroup .f_util li.private a {background:#666; color:#fff;}
	#footerGroup .f_util li.private a:hover {color:#ff4bb0; 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:#888; letter-spacing:0.5px;}