/* Top Menu 기본 설정 크기 및 넓이 */
#topmenu_wrapper {position:relative;margin:0 auto;width:1200px;height:100px;z-index:1}

/* 소메뉴 home|login... absolute 설정으로 혹시 모르는 top_menu 와 간섭 해결 */
#sh_tip_menu {position:absolute;right:0px;top:0px;font-size:10px;color:#666;overflow:hidden;z-index:2}
#sh_tip_menu li {float:left;}
#sh_tip_menu li.last {padding-right:0;}
#sh_tip_menu li a{color:#585858}
/* Logo */
#top_logo {padding:20px 0 0px 0;font-size:24px}

/* nav_depth  */
.top_nav {position:absolute;top:15px;right:50px;width:740px}
.top_nav > ul > li{float:left}
.top_nav > ul > li > a{display:block;color:#000;font-size:17px;letter-spacing:-0.2px;font-family:'Nanum Gothic';font-weight:800;}

.top_nav_s{display:none;margin:0px}
.top_nav_s.on{display:block}
.top_nav_s li{}
.top_nav_s li a{display:block;margin:0px;color:#fff; font-weight:500;font-size:13px;line-height: 24px;text-align:center; font-family:'Nanum Gothic';font-weight:800;}

/* 전체메뉴배경 */
.top_nav_bg {position:absolute;width:100%;display:none;height:200px;background:#000; opacity: 0.5}
.top_nav_bg2 {overflow: hidden; display: none; height: 180px; margin-top:80px !important; margin-top: 0px; padding-bottom: 0px; margin-bottom: 0px;}

/****** 메뉴 오버컬러 ******/
.top_nav > ul > li > a:hover{color:#8b8a8f}
.top_nav_s li a:hover{color:#f4c238}

/****** 메뉴간격 조정 ******/
.top_nav > ul > li > a{padding: 16px 0 15px 0; text-align: center; width: 130px; border-left: 0px solid #cecece;}


.menuline { margin-left:21px; color:#c2c2c2; font-weight:100; }
.menu_foot { overflow: hidden; display: none; height: 150px; padding-top: 6px; margin-top: 20px; padding-bottom: 0px; margin-bottom: 0px; margin-left:0px}

.menu_hidden { overflow: hidden; opacity: 1; display: none; height: 150px; padding-top: 0px; margin-top: 90px; padding-bottom: 0px; margin-bottom: 0px;}


.magnum_tit01 {padding: 20px 0 0 0; line-height:1.7; font-size: 17px; height: 140px; text-align:center; background: url('../images/title_bar.jpg') 0px 90px no-repeat;}
.magnum_tit02 {font-size: 32px;font-family:'Nanum Gothic';font-weight:800;}

.m-l50 {margin:0 0px}

table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin: 20px 10px;
}
table.type05 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type05 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}