#main_navi_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 312px;
	height: 100vh;
	background: #eee;
	border-right: 2px solid #142157;
	z-index: 10000;
	text-align: left;
	overflow: auto;
	opacity: 0.95;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */

	display: none;
}

#main_navi_box::-webkit-scrollbar {display: none;}

#navi_bt {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 0px;
	width: 40px;
	height: 100px;
	line-height: 100px;
	border-radius: 0 10px 10px 0;
	z-index: 10000;
	font-size: 20px;
	color: #fff;
	background: #4898d3;
	border: 2px solid #142157;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#search_box {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	position: relative;
}
#search_box>p {
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #4898d3;
}
#search_box>input#lic_keyword {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border: 3px solid #4898d3;
	line-height: 40px;
	text-indent: 10px;
}

#main_navi_box #search_box>a {
	display: inline-block !important;
	position: absolute !important;
	top:unset;
	left:unset;
	bottom: 10px !important;
	right: 10px !important;
	width: 50px !important;
	height: 46px !important;
	font-size: 30px !important;
	line-height: 42px !important;
	text-align: center !important;
	color: #666 !important;
	cursor: pointer !important;
	transform:unset;
}

#search_box>a:hover {color: #4898d3;}

#main_navi_list>li {background: #4898d3;}

.sub_navi_list>li {
	width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.main_cate {
	display: inline-block;
	color: #fff !important;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.main_lic_name, .main_lic_name:link {
	display: inline-block;
	color: #000 !important;
	line-height: 36px;
	padding-left: 20px;
	width: 200px;
	font-weight: bold;
}

.sub_navi_list>li:hover {background: #eee;}

.lic_sample, .lic_sample:link {
    display: inline-block;
    color: #fff;
    background: #4898d3;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 5px;
    font-size: 15px;
	font-family:"SD_Gothic";

}

.lic_sample:hover {background: #205d89;}