﻿@charset "utf-8";
/* CSS Document */
.default_box {
	position:relative;
	width:100%;
	max-width:980px;
	margin:0 auto;
}
#Header {
	position:relative;
	width:100%;
	height:110px;
	background:#323b4e;
}
#Header .Logo {
	float:left;
	margin:30px 0 0;
}
#Header .Gnb {
	margin:30px 0 0;
	float:right;
	width:220px;
	text-align:right;
}
#Header .Gnb span {
	padding:0 5px;
}
#Header .Gnb a {
	color:#ccc;
}
#Header .Gnb a:hover, #Header .Gnb a:focus {
	color:#fff;
}
#Topmenu {
	float:left;
	margin:0 0 0 120px;
}
#Topmenu ul.depth1 li {
	float:left;
	/*width:160px;*/
	width:195px;
	text-align:center;
	background:url(../Images/Mainmenu_bg.gif) no-repeat 0 center;
}
#Topmenu ul.depth1 li:first-child {
	background:none;
}
#Topmenu ul.depth1 li a {
	display:block;
	color:#fff;
	padding:80px 0 0;
	font-size:16px;
	height:30px;
	font-family: 'NanumGothicBold';
}
#Topmenu ul.depth1 li.menu1 a {
	background:url(/Common/Images/Mainmenu_ico1.png) no-repeat center 13px;
}
#Topmenu ul.depth1 li.menu1 a.on {
	background:#08569f url(/Common/Images/Mainmenu_ico1_on.png) no-repeat center 13px;
}
#Topmenu ul.depth1 li.menu2 a {
	background:url(/Common/Images/Mainmenu_ico2.png) no-repeat center 13px;
}
#Topmenu ul.depth1 li.menu2 a.on {
	background:#08569f url(/Common/Images/Mainmenu_ico2_on.png) no-repeat center 13px;
}
#Topmenu ul.depth1 li.menu3 a {
	background:url(/Common/Images/Mainmenu_ico3.png) no-repeat center 13px;
}
#Topmenu ul.depth1 li.menu3 a.on {
	background:#08569f url(/Common/Images/Mainmenu_ico3_on.png) no-repeat center 13px;
}
#Content {
	position:relative;
	width:100%;
	height:100%;
	background:#fff;
}
#Content .Sub_tit {
	font-family: 'NanumGothicBold';
	font-size:32px;
	color:#000;
	text-align:center;
	padding:35px 0 25px;
}
#Content .Sub_tab {
	border:1px solid #ccc;
	background:fafafa;
	margin:0 0 25px;
	height:48px;
}
#Content .Sub_tab ul{
	height:48px;
}
#Content .Sub_tab ul li {
	float:left;
	/*width:325px;*/
	width:488px;
	text-align:center;
	border-left:1px solid #ccc;
	height:48px;
}
#Content .Sub_tab ul li:first-child {
/*	width:326px;*/
width:489px;
	border:none;
}
#Content .Sub_tab ul li a {
	display:block;
	font-size:16px;
	color:#666;
	height:48px;
	line-height:48px;
}
#Content .Sub_tab ul li a:hover, #Content .Sub_tab ul li a:focus {
	color:#08569f;
	font-family: 'NanumGothicBold';
}
#Content .Sub_tab ul li a.on {
	color:#fff;
	font-family: 'NanumGothicBold';
	background:#08569f;
}
#Content .Sub_tab ul li a.on:hover, #Content .Sub_tab ul li a.on:focus {
	color:#fff;
}
#Content .Contentbox {
	min-height:500px;
	padding:0 0 40px;
}
#Footer {
	position:relative;
	width:100%;
	height:100%;
	background:#f2f2f2;
	padding:25px 0;
}
#Footer .Logo{
	position:absolute;
	top:0;
	left:0;
}
#Footer .Copy{
	margin:0 0 0 150px;
}
