@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");

	
	body {position:relative;border:30px #e5dfdc solid; min-width:1500px;  font-family: 'Noto Sans KR',sans-serif; /*font-family: 'Song Myung',sans-serif;;*/ }

	.default_layout {position:relative; width:1250px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	/* 헤더 */
	#header {height:82px; z-index:99;  min-width:1100px;  text-align:center; padding:30px 0px; }



	/* 로고 */
	#header h1#logo {text-align:center; display:inline-block; z-index:1; line-height:82px; color:#fff; }
	#header h1#logo a{color:#fff; display:block; line-height:80px;}
	#header h1#logo a img {width:90px;}


	#header .t_util {position:absolute; right:0px; top:0px;}
	#header .t_util li {float:left; font-size:14px;}
	#header .t_util li a{display:block; line-height:82px; font-size:14px; padding:0 10px; color:#888; background:url(../images/common/top_util_dot.jpg) right 50% no-repeat;}
	#header .t_util li a img {vertical-align:middle;}
	#header .t_util li.last { margin-left:10px;}
	#header .t_util li.last a {color:#000; background:none; padding-right:0px;}







	/*상단메뉴*/

	#topMenu {float:left; z-index:1; position:absolute; left:0px; top:0px;}
	#topMenu li.menu_list{display:inline-block;  padding:0 15px; position:relative; text-align:center;  }
	#topMenu li.menu_list a.depth_link {display:block; font-size:22px; color:#333; line-height:82px; position:relative; letter-spacing:-1px;}


	
	#topMenu li.menu_list a.menu_on{text-decoration:underline; color:#7e9c45; }

	#topMenu li div.depth_box {position:absolute; display:none;  top:82px; width:155px; left:-40px; background-color:#777; }
	#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:40px; }
	#topMenu li div.depth_box ul li a:hover {background:#e5dfdc;}
	#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:#fff; border-top:1px #d9d9d9 solid; padding:30px 0px; margin-top:120px;}


	#footerGroup .f_util {overflow:hidden; position:relative;}
	#footerGroup .f_util .f_name{position:absolute; left:0px;top:0px; font-size:20px; color:rgba(0,0,0,1); }
	#footerGroup .f_util ul{float:right;}
	#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(0,0,0,0.7); }

	#footerGroup .bank {position:absolute; right:0px; top:-4px; font-size:16px; background:url(../images/common/bank_icon.jpg) left 50% no-repeat; padding-left:40px; line-height:33px;}
	#footerGroup .bank strong{color:#25579b;}


	#footerGroup .footer {border-top:1px rgba(0,0,0,0.1) solid; margin-top:5px; padding-top:15px; font-size:12px; position:relative;  color:rgba(0,0,0,0.8); }
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres{ font-size:11px; color:rgba(0,0,0,0.5); line-height:16px; font-weight:normal;}
	#footerGroup .footer .author{font-size:11px; color:rgba(0,0,0,0.2);}






	@media all and (max-width:1024px) {

	body {border:0px; min-width:auto; }
	.default_layout {width:100%;}


	

	#header {height:auto;min-width:auto; padding:0px; }
	#header .default_layout{overflow:hidden;}



	/* 로고 */
	#header h1#logo {float:left; display:block; margin-left:10px; line-height:80px; height:80px;line-height:auto;; color:#fff; text-align:left; }
	#header h1#logo a{display:block; line-height:70px;}
	#header h1#logo a img {width:60px; vertical-align:middle;}


	#header .t_util {position:relative;float:right; margin-right:10px;}
	#header .t_util li {display:none;;}
	#header .t_util li.last { margin-left:10px; display:block;}


	/*상단메뉴*/
	#topMenu {float:none;  position:relative; left:0px; top:0px; clear:both; background:#874e11;}
	#topMenu li.menu_list a.depth_link {font-size:15px; color:#fff; line-height:50px; }



	/*카피라이트*/
	#footerGroup {border-top:0px #d9d9d9 solid; padding:30px 0px; margin-top:0px;}
	
	#footerGroup .bank {position:relative; right:0px; top:0px; padding-left:0px; line-height:33px; text-align:center; background-position:20px 50%;}

	#footerGroup .f_util {overflow:hidden; position:relative; border-top:1px #ddd solid; text-align:center; margin-top:20px;}
	#footerGroup .f_util ul{float:none; text-align:center;}
	#footerGroup .f_util li{display:inline-block; font-weight:normal;  font-size:12px;}
	#footerGroup .f_util li a{margin-right:0px; line-height:33px; padding:0px 8px; }

	



	#footerGroup .footer {border-top:1px rgba(0,0,0,0.1) solid; margin-top:0px; padding:15px 10px;  }





	}