<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");

	
	body {position:relative;min-width:1500px; }

	.default_layout {position:relative; width:1100px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	/* 헤더 */
	#header {height:90px; z-index:99;  min-width:1100px;  font-family: 'Nanum Square'; background:#fff;}


	
	/* 상단 오른쪽메뉴 */
	#header .top_util {overflow:hidden;border-bottom:1px #ededed solid;  font-family: 'Nanum Square';  }
	#header .top_util .favorite_link {float:left; font-size:12px; }
	#header .top_util .favorite_link a{display:inline-block; line-height:35px; color:#444; background:url(../images/common/top_util_dot.jpg) right 50% no-repeat; padding:0 15px; }
	#header .top_util .favorite_link a#favorite{padding-left:0px;}
	#header .top_util .favorite_link a img{padding-right:5px; vertical-align:middle;position:relative; top:-2px;}
	#header .top_util .favorite_link a.last {background:none;}
	#header .top_util ul{float:right;}
	#header .top_util li{float:left; line-height:35px; font-size:12px; } 
	#header .top_util li.login{background:url(../images/common/top_util_login_bg.png) left 50% no-repeat; padding-left:9px;} 
	#header .top_util li a{color:#444;  display:block; padding:0 15px; background:url(../images/common/top_util_dot.jpg) right 50% no-repeat; } 
	#header .top_util li.last a{background:none;} 
	#header .top_util li a:hover{ text-decoration:underline; } 




	/* 로고 */
	#header h1#logo {float:left; position:relative; z-index:1; line-height:90px; color:#fff; }
	#header h1#logo a{color:#fff; }









	/*상단메뉴*/
	#topMenu {float:right; z-index:1; position:relative; font-size:0px;}
	#topMenu li.menu_list{display:inline-block;  width:150px; position:relative; text-align:center;  }
	#topMenu li.menu_list a.depth_link {display:block; font-size:16px; font-weight:bold; color:#444; line-height:86px; border-bottom:4px #fff solid;  position:relative; letter-spacing:-1px;}


	
	#topMenu li.menu_list a.menu_on{text-decoration:underline; color:#0081cb; border-bottom-color:#0081cb; }
	#topMenu li.menu_list:hover a.depth_link{text-decoration:underline; color:#0081cb; border-bottom-color:#0081cb; }

	#topMenu li div.depth_box {position:absolute; display:none; background:#fff;  top:90px; width:100%; left:0px; border-top:1px #e6e9ed solid; border-left:1px #e6e9ed solid; border-right:1px #e6e9ed solid;}
	#topMenu li div.depth_box ul {padding:15px 0px;}
	#topMenu li div.depth_box ul li {font-size:14px; text-align:center;}
	#topMenu li div.depth_box ul li a {display:block; color:#333;  letter-spacing:-0.5px; line-height:30px; }
	#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:#fff ; border-top:1px #ddd solid;  position:absolute;  left:0px; top:125px; width:100%;;z-index:0px;  display:none; box-shadow:0px 3px 3px rgba(0,0,0,0.3); padding-bottom:1px;} 




	
	/*카피라이트*/
	#footerGroup {position:relative; margin-top:50px; background:#494949; padding:30px 0px;}


	#footerGroup .f_util {overflow:hidden; position:relative;}
	#footerGroup .f_util .f_name{position:absolute; left:0px;top:0px; font-size:20px; color:rgba(255,255,255,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(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{ 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);}


</pre></body></html>