﻿/* 전체화면 스타일 적용 */
*{margin:0;padding:0;}
a{text-decoration:none;}
li{list-style:none;}
body{width:1200px;margin:0 auto;font-family: 'Nanum Gothic', sans-serif;}
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


#topMenu {
	height: 30px;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

#topMenu ul li {
		list-style: none;
		color: white;
		background-color: #FFFFFF;
		float: left;
		line-height: 30px;
		vertical-align: middle;
		text-align: center;
}

	#topMenu .GroupMenu {
		text-decoration: none;
		color: white;
		display: block;
		font-size: 14px;
		font-weight: bold;
		font-family: "Nanum Gothic";
		border-radius: 20px;
		background-color: #1d1d1d;
		padding: 0px 20px 0px 20px;
	}
	#topMenu .GroupMenu:hover {
		color: rad;
		background-color: #4d4d4d;
		border-radius: 20px;
	}
	#topMenu .GroupMenuSelect {
		text-decoration: none;
		color: white;
		display: block;
		font-size: 14px;
		font-weight: bold;
		font-family: "Nanum Gothic";
		background-color: #FF4d4d;
		border-radius: 20px;
		padding: 0px 20px 0px 20px;
	}
	
	.Helps{width:100%;}
	.Helps > .Help_list{width:100%;padding:0px;}
	.Helps > .Help_list > .HelpItem{width:550px;height:150px;padding:10px;border:0px solid #d0cece;float:left;margin-right:0px;}
	.Helps > .Help_list > .HelpItem > img{width:350px; height:150px}
	.Helps > .Help_list > .HelpItem > p{font-size:12px;color:#232a34;padding-bottom:10px;font-weight:bold;}
	.Helps > .Help_list > .HelpItem > ul > li{float:left;padding-right:6px;}

	
	.HelpItem-img {
		width: 250px;
		height: 150px
	}
.HelpItem-title {
	font-size: 16px;
	font-weight: bold;
	font-family: "Nanum Gothic";

}
.HelpItem-titlesub {
	font-size: 12px;
	font-family: "Nanum Gothic";
}

.Find {
	width: 300px;
	height:60px;
	padding: 10px 0px 0px 0px;
	position: relative;
	margin: 0 auto;
}

.Find > .suggest-input {
	background-color: transparent;
	width: 300px;
	height: 40px;
	margin-right: 0;
	border: 1;
	font-size: 16px;
	border-radius: 10px;
	padding: 0px 0px 0px 10px;
}
.Find > .suggest-button {
	position: absolute;
	top: 22px;
	bottom: 5px;
	right: 0px;
	width: 20px;
	height: 20px;
}