@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


	
	body {position:relative;  min-width:1500px; font-family: 'Noto Sans KR',sans-serif;  }

	.default_layout {position:relative; width:1200px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	/* 헤더 */
	#header {height:150px; z-index:99;  min-width:1100px;  background:#fff;  }
	#header .header_licens {line-height:40px;  background:#ddd; color:#888; font-size:16px;  }

	
	#header .default_layout{position:relative; overflow:hidden;}

	/* 로고 */
	#header h1#logo { text-align:center; z-index:1; height:100px; color:#fff; }
	#header h1#logo a{color:#398941; display:inline-block;line-height:95px;  }
	#header h1#logo a span.text{display:block; font-size:16px;}
	#header h1#logo a img {vertical-align:middle;}

	
	/*상단메뉴*/
	.topMenu_wrap {background:#444; text-align:Center;}
	#topMenu {display:table; width:100%;  /*font-family: 'Nanum Square';*/}
	#topMenu li.menu_list {display:table-cell; vertical-align:middle; position:relative;}
	#topMenu li.menu_list a.depth_link {display:block; font-size:18px;  padding:0 40px; color:#fff; line-height:60px; position:relative;}

	#topMenu li.menu_list a.menu_on {color:#fff; }

	#topMenu li div.depth_box {display:none; position:absolute; top:90px; left:50%; margin-left:-60px; width:160px; background:#e12fb5;}
	#topMenu li div.depth_box ul li {font-size:13px; text-align:left;}
	#topMenu li div.depth_box ul li a {display:block; color:#fff; padding:0 10px; line-height:40px; border-bottom:1px solid #444;}
	#topMenu li div.depth_box ul li a:hover { font-weight:bold; 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;}




	#header .cs_call_num {position:absolute; right:0px; top:25px; /*background:url(../images/common/header_csnum_bg.png?2019) left 50% no-repeat;*/ }
	#header .cs_call_num dl {padding-left:70px;}
	#header .cs_call_num dl dt{font-size:14px; color:#656565; line-height:15px;}
	#header .cs_call_num dl dd{font-size:24px; color:#e12fb5; font-weight:bold; line-height:30px;}




	/*카피라이트*/
	
	/*카피라이트*/
	#footerGroup {position:relative; background:#f8f8f8; padding:30px 0px; margin-top:60px;}

	#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: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(0,0,0,0.7); }


	#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.6); }
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres,
	#footerGroup .footer .addres a{ 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);}

