@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


	
	body {position:relative; font-family: 'Noto Sans KR',sans-serif;  min-width:1400px; }

	.default_layout {position:relative; width:1200px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	/* 헤더 */
	#header {z-index:99;  min-width:1200px; background:#fff; height:95px; border-top:3px #006cba solid;}
	#header.on_scroll {background:#fff;  box-shadow:0px 1px 10px rgba(0,0,0,0.2); transition: all 0.2s;  position:fixed; width:100%; left:0px; top:0px;}

	/* 로고 */
	#header h1#logo {float:left; position:relative; z-index:1; line-height:95px; color:#fff; }
	#header h1#logo a {display:block; line-height:80px;}
	#header h1#logo img {vertical-align:middle; max-width:100%;}


	/*상단메뉴*/
	#topMenu {float:right; text-align:center; z-index:1; position:relative; }
	#topMenu li.menu_list{float:left; position:relative; min-width:160px; text-align:center;  }
	#topMenu li.menu_list a.depth_link {display:block;  font-size:18px;  font-weight:bold; color:#000; line-height:95px; position:relative; letter-spacing:-1px;}


	
	#topMenu li.menu_list a.menu_on{color:#006cba; }

	#topMenu li div.depth_box {position:absolute; display:none;  top:95px; width:100%; left:0px;}
	#topMenu li div.depth_box ul {padding:20px 10px;;}
	#topMenu li div.depth_box ul li {font-size:13px; text-align:center;}
	#topMenu li div.depth_box ul li a {display:block; color:#fff; letter-spacing:-0.5px; line-height:26px; }
	#topMenu li div.depth_box ul li a:hover {font-weight:bold;}
	#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;}


	#header .depth_box_wra_box {background:#006cba; position:absolute;  left:0px; top:98px; width:100%;;z-index:0px;  display:none; box-shadow:0px 3px 3px rgba(0,0,0,0.3); padding-bottom:1px;} 




	#header.on_scroll {background:#fff;}
	#header.on_scroll #topMenu li.menu_list a.depth_link {color:#222; }
	#header.on_scroll #topMenu li.menu_list a.menu_on{color:#0066b3;  }

	



	/*카피라이트*/
	
	/*카피라이트*/
	#footerGroup {position:relative; background:#044a67; padding:30px 0px;}
	#footerGroup .default_layout {position:relative; background:url(../images/common/footer_banner_icon.png) right 90% no-repeat;}

	#footerGroup .f_util {overflow:hidden; position:relative;}
	#footerGroup .f_util ul{float:left;}
	#footerGroup .f_util li{display:inline-block; font-weight:normal;  font-size:12px;}
	#footerGroup .f_util li a{margin-right:10px; line-height:25px; padding-bottom:8px; display:block;color:rgba(255,255,255,0.7); }


	#footerGroup .footer {border-top:1px rgba(255,255,255,0.1) solid; margin-top:5px; padding-top:15px; font-size:12px; position:relative;  color:rgba(255,255,255,0.8); }
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres,
	#footerGroup .footer .addres a{ font-size:11px; color:rgba(255,255,255,0.5); line-height:16px; font-weight:normal;}
	#footerGroup .footer .author{font-size:11px; color:rgba(255,255,255,0.2);}
