@charset "utf-8";
/* sub_Layout (서브페이지 구조) */

/***********감싸는영역***********/

/************** 비쥬얼 **************/
#sub_visual {position:relative; height:180px;} 

/* 본문전체 감싸는 박스 */
#sub_content{margin:0 auto 10px auto; width:1050px; padding:0; overflow:hidden;}

/**************** 사이드메뉴 ***************/
#sub_menu{width:180px; float:left;}
#sub_menu_title {color:#fff; font-size:18pt; font-weight:bold; height:170px; background:url(/openinfo/_template/image/default/common/sub_menu_title_bg.gif) no-repeat;}
#sub_menu_title .text{ color:#9e9e9e; font-size:11pt; margin:0; padding:60px 0 13px 23px; line-height:120%;}
#side_menu {min-height:300px;}S


#side_menu {overflow:hidden; }
#side_menu a{text-decoration:none; }

/*1depth*/
#side_menu .side_menu_1death {clear:left; padding:15px 10px 15px 20px; border-bottom:1px solid #ddd; font-size:15px; font-weight:bold;}
#side_menu .side_menu_1death_on {clear:left; padding:15px 10px 15px 20px; border-bottom:1px solid #ddd; font-weight:bold; color:#fff; background-color:#8C8C8C; font-size:15px;}

/*2depth*/
#side_menu .side_menu_2death {clear:left; padding:10px 5px 10px 30px; border-bottom:1px solid #ddd; background-color:#eee;  font-size:13px;background:url(/openinfo/_template/image/default/common/2death_bg01.gif) no-repeat; }
#side_menu .side_menu_2death_on {clear:left; padding:10px 5px 10px 30px; border-bottom:1px solid #ddd; background-color:#eee; font-weight:bold;  font-size:13px; background:url(/openinfo/_template/image/default/common/2death_bg02.gif) no-repeat;}


/***************************** 내용영역 ******************************/
#page{ float:right; width:850px; position:relative; min-height:750px; }

/* 타이틀영역 */
#page_head { width:800px; float:left; position:relative;  padding:20px 0 0 0; margin-left:50px; border-bottom:1px solid #BDBDBD; }
#page_head h2 {margin:0; padding-bottom:20px; font-size:18pt; color:#363636; font-weight:bold;} 



/* 경로표시 */
#location {float:right; font-size: 0.92em; padding-top:20px; color:#665d58;  position:absolute; right:0; top:20px;}
#location a {color:#665d58; text-decoration:none;}
#location strong a{color:#da8c51; font-weight:normal;}

/* 내용들어가는곳 */
#contents { clear:both; width:100%; /*margin-bottom:30px;*/ min-height:400px; }
#contents .shadow { width:100%; height:2px; background-color:#eee; }
#contents .con { padding:15px 0 0 40px; /*overflow:hidden;*/}

*html #contents { height:250px; } /*ie6 이하에서 적용(본문최하 높이)*/










