
body{
	font-size:12px; font-family:"Î¢ÈíÑÅºÚ", "ºÚÌå", Arial; color:#333;
}
a{
	color:#333;
}
.header .search{
	text-align:right;
}
 
.header{
	padding-top:10px;
}
.header .col7{
	text-align:right;
}

.naver{
	border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
    z-index: 1000; border-radius: 4px 4px 4px 4px; background-color: #145BCC;
}
.naver .module a, .naver .sub a, .naver .logo a{
	 border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #E9E9E9;
    display: block;
    font-weight: bold;
    min-width: 80px;
    position: relative;
    text-decoration: none;
    transition: all 0.6s ease 0s;
}
.naver .module a:hover, .naver .sub a:hover, .naver .logo a:hover{
	background: none repeat scroll 0 0 #3280FC;
    box-shadow: none;
    color: #FFFFFF;
    transition: all 0.6s ease 0s;
}
.naver .droper a{
	color:#333; border-right:none;
}

.mod{
	border:#eee solid 1px; padding:10px;
}
.mod .head{
	border-bottom:#eee solid 1px; height:auto; overflow:hidden; padding:0 0 10px 5px; font-size:1.2em;
}
.mod .head span{
	float:left; display:inline;
}
.mod .body{
	height:auto; overflow:hidden; clear:both; padding:10px 0;
}

.sw dl dd{
	width:50%; float:left; display:inline; text-align:center; margin:0 0 10px 0;
}

.fb{
	background:#f6f6f6;
}
.fb dl{
	margin:20px 0 20px 20px;
}
.fb dl dt{
	font-size:1.2em; color:#333;
}

.footer{
	padding:20px 0 40px 0;
}
.footer .copyright{ text-align:left;}

.footer .links{
	text-align:right;
}
 