.inner-look-cont .look {
	font-size: 18px;
	color: #004ea2;
	padding: 0px 10px;
	border: 2px #004ea2 solid;
	border-radius: 10px;
	width: 300px;
	text-align: center;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
}
.inner-look-cont .look-search {
	height: 60px;
	background: #f5f5f5;
	line-height: 60px;
	margin-top: 20px;
}
.inner-look-cont dl {
	margin-top: 5px;
	padding: 15px 0;
	border-bottom: 1px #efefef solid;
}
.inner-look-cont dl dt h3 {
	font-size: 16px;
}
.inner-look-cont dl dt p {
	margin-top: 5px;
}
.inner-look-cont dl dt p b {
	margin-left: 20px;
}
.inner-look-cont dl dt p b:first-child {
	margin-left: 0px;
}
.inner-look-cont dl dd {
	margin-top: 15px;
	color: #999;
}
.look-search {
	height: 40px;
	margin-top: 22px;
	margin-bottom: 25px;
	font-size: 16px;
}
.look-search div {
	float: left;
}
.look-search div:last-child {
	float: right;
	margin-right: 15px;
}
.look-search .result {
	width: 130px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px #004ea2 solid;
	padding: 0 15px;
	text-align: center;
	color: #004ea2;
}
.look-search .retrieval {
	margin-left: 20px;
}
.look-search .retrieval select {
	height: 40px;
	line-height: 28px;
	margin-left: 5px;
	padding-left: 8px;
	color: #004ea2;
	border-radius: 5px;
	border: 2px solid #004ea2;
	font-size: 16px;
}
.look-search .retrieval input {
	width: 90px;
	height: 22px;
	padding-left: 8px;
	border: 2px solid #cfd0d0;
}
.look-search .retrieval i {
	position: relative;
	right: 25px;
}
.look-search .search-keyword input {
	 
	width: 250px;
	height: 40px;
	padding-left: 10px;
	border: 2px solid #004ea2;
	font-size: 20px;
	border-radius: 5px;
}
.look-search .search-keyword .jeinput {
	width: 150px;
	height: 26px;
	padding-left: 8px;
	background-color: #e6e6e6;
	border: 2px solid #cfd0d0;
}
.look-search .search-keyword i {
	font-size: 18px;
}
.look-search .search-keyword .submit-btn {
	background: #004ea2;
	color: #fff;
	cursor: pointer;
	width: 50px;
	height: 46px;
	border: 0px solid #004ea2;
	display: inline-block;
	border-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	left: -53px;
	top: -2px;
}