@charset "utf-8";
/* --- 공통 --- */

/* 레이아웃 */
html,body	{width:100%; height:100%;}
#sub_wrap	{margin-left:200px; margin-right:90px;}

.cont_center	{width:1000px; margin:0 auto; overflow:hidden;}


/*top_menu*/
#top_menu	{position:fixed; top:0; left:0; overflow:hidden; width:100%; background-color:#3e4448;z-index:1000;}
#top_menu a,#top_menu span	{font-family:'Noto Sans KR','맑은 고딕','Malgun Gothic', Dotum,돋움, Arial, Apple-Gothic, sans-serif; color:#fff; letter-spacing:-0.5px; font-weight:200;}
#top_menu>span	{float:left;margin-left:10px; line-height:30px;}
#top_menu>ul	{float:right; margin-right:10px; }
#top_menu>ul>li	{float:left;}
#top_menu>ul>li>a	{padding:0 10px; line-height:30px; border-right:1px solid #000; }
#top_menu>ul>li:last-child a	{border-right:0;}


#wrapper	{ position:relative;margin-top:30px;}

/* header */
#header	{position:fixed; left:0; top:30px; width:200px; height:100%; background-color:#fff;z-index:1000;}
h1	{ padding:28px 0; text-align:center; border-bottom:1px solid #ddd;}
#header p	{margin-top:40px; text-align:center;}

/*nav*/
#nav a	{display:block;  font-family:'Noto Sans KR','맑은 고딕','Malgun Gothic', Dotum,돋움, Arial, Apple-Gothic, sans-serif; color:#000; }

#nav .dep1	{padding-left:30px; letter-spacing:-1px; font-size:18px; font-weight:500; line-height:50px; border-bottom:1px solid #ddd; background:url(../images/header/dep1_arr.png) no-repeat 174px center ;}

#nav .sub_menu	{ display:none; position:fixed; overflow:hidden; left:200px;top:30px; width:150px; height:100%; background-color:#f8e8d6;}
#nav .sub_menu .dep2 li a	{display:block; padding-left:15px; line-height:36px; font-size:16px; letter-spacing:-0.5px; font-weight:500;}
#nav .sub_menu .dep2 li a:hover	{background-color:#fe9d33; color:#fff;}
.sub_menu .dep2 li	{border-bottom:1px solid #ead9c7;}

/*footer*/
#footer_top	{min-width:1400px; margin-left:200px;  margin-right:90px;padding:80px 0; background:url(../images/footer/bg_top.jpg)no-repeat center;}
#footer_top>.cont_center	{width:1160px; margin:0 auto; overflow:hidden;}

#footer	{ min-width:1400px; margin-left:200px;  margin-right:90px;padding:40px 0; background-color:#3e4448;}
#footer>.cont_center	{width:1160px; margin:0 auto; overflow:hidden;}
#footer_logo	{float:left;}
#footer .copyright	{float:right; text-align:right;}
#footer .copyright address	{margin-bottom:10px; }

#snb ul>li {box-sizing: border-box}