.menu .menuLinkColor {
	color: black;
}

.menu .menuLinkColor:hover {
	color: blue;
}

.menu .keyword {
	overflow-x: hidden;
}

.menu #loading {
	position: fixed;
	top: 50%;
	left: 45%;
	z-index: 9999;
}

.menu .btn-grey {
	background: #d3d3d3;
	border-color: #d3d3d3;
	margin-left: 5px;
}

.menu .btn-grey:hover {
	background: #c0c0c0;
	border-color: #c0c0c0;
}

.menu .form-group {
	margin-bottom: 30px;
	width: 100%;
}

.menu .input-group {
	margin-left: 20px;
}

.menu .search-area {
	background: #2A79D8;
	border-radius: 7px;
	padding: 15px 0;
	margin-bottom: 40px;
}

.menu .submit-area {
	margin-bottom: 5px;
}

.menu .pull-left {
	margin-left: 20px;
}

.menu .radio-area {
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 210px;
	color: #ffffff;
}

.menu .result {
	margin-top: 10px;
	margin-left: 65px;
}

.menu .bt-line {
	border-top: 1px solid #cccccc;
	margin-bottom: 0.5em;
}

.menu .kind-info {
	color: #000000;
	font-size: 0.8em;
	text-align: right;
}

.menu .menu-name {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 0;
}

.menu .menu-name07 {
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 0;
}

.menu .nav_toggle {
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}

.menu .nav_lm {
	display: none;
	float: left;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	box-sizing: border-box;
	width: 175px;
	height: 0px;
	border-bottom: 0px solid #ffffff;
	background: #e1f8fc !important;
	color: #000000 !important;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.menu .nav_lm.show {
	opacity: 0.9;
	visibility: visible;
}

.menu .nav_bs {
	display: none;
	float: left;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	box-sizing: border-box;
	width: 175px;
	height: 0px;
	border-bottom: 0px solid #ffffff;
	background: #e1f8fc !important;
	color: #000000 !important;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.menu .nav_bs.show {
	opacity: 0.9;
	visibility: visible;
}

.menu .nav_ac {
	display: none;
	float: left;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	box-sizing: border-box;
	width: 175px;
	height: 0px;
	border-bottom: 0px solid #ffffff;
	background: #e1f8fc !important;
	color: #000000 !important;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.menu .nav_ac.show {
	opacity: 0.9;
	visibility: visible;
}

.menu .nav_lms {
	display: none;
	float: left;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	box-sizing: border-box;
	width: 175px;
	height: 0px;
	border-bottom: 0px solid #ffffff;
	background: #e1f8fc !important;
	color: #000000 !important;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.menu .nav_lms.show {
	opacity: 0.9;
	visibility: visible;
}

.menu .aTagMenuLink {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 0.6em;
	width: 100%;
	height: 100%;
	background: lightgray;
	color: black;
	text-align: left;
}

.menu .classificationMark {
	color: #CD1B2F;
	margin-right: 8px;
	font-size: 30px;
}

.menu .classificationText2 {
	padding-left: 2%;
	margin-top: 50px;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}

@media screen and (min-width: 768px) {

.menu .search-area {
	width: 750px;
}

}

@media screen and (min-width: 992px) {

.menu .search-area {
	width: 970px;
}

}

@media screen and (min-width: 1200px) {

.menu .search-area {
	width: 1004px;
}

}

@media screen and (max-width: 767px) {

.menu .kind-info {
	font-size: 16px;
	text-align: center;
}

.menu .menu-name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: static;
}

.menu .menu-name07 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: static;
}

.menu .menu_top_info {
	margin-top: 100px;
}

.menu .nav_lm {
	font-size: 18px;
}

.menu .nav_lm.show {
	font-size: 18px;
}

.menu .nav_bs {
	font-size: 18px;
}

.menu .nav_bs.show {
	font-size: 18px;
}

.menu .nav_ac.show {
	font-size: 18px;
}

.menu .nav_lms {
	font-size: 18px;
}

.menu .nav_lms.show {
	font-size: 18px;
}

}

