/********** pc ***************/
/*@media screen and (min-width: 945px) { */
/****************mobile header and side_menu****************/
.header-mobile{
	display: none;
}

.side_menu{
	display: none;
}


/********** pc header ***************/
	.header{
		background-color: #FFF;
		border: 0px blue solid;
	}

	.header .navbar-w .logo-menu-info{
			/* width: 1350px; */
			width: 100%;
			min-height: 120px;
			margin: auto;
			border: 0px blue solid;
/*
			display: flex;
			flex-flow: row nowrap;
			justify-content: space-between;

			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
*/
			-webkit-box-orient: vertical;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;

			-webkit-box-pack: start;
			-moz-box-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;

			-webkit-box-align: center;
			-moz-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.header .logo-menu-info .adminbutton{
			width: 100%;
			min-width:1200px;
			list-style: none;
			margin: 20px auto;
			padding: 0px;
			border: 0px blue solid;

			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;

			-webkit-box-orient: horizontal;
			-moz-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;

			-webkit-box-pack: justify;
			-moz-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;

			-webkit-box-align: center;
			-moz-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

	/****************** logo **********************/
		.header .logo-menu-info .logo{
			width: 171px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: start;
			align-items: center;
			border: 0px blue solid;
		}
		.header .logo-menu-info .logo img{
			object-fit: cover;
			width:100%;
		}

		/****************** mymenu-btn **********************/
	.header .adminBtn{
		position: absolute;
		top:0px;
		left:50%;
		margin-left:-50px;
		border: 0px red solid;
	}

	.header .adminBtn a{
		color: #000;
		font-weight:  bold;
	}
	.header .mymenu-btn{
		width: 420px;

	}

	.header .menu-basic{
		width: 100%;
		border: 0px #CCC solid;
	}
	.menu-basic span{
		font-size: 0.85rem;
		color: gray;
		font-weight: normal;
	}

	.menu-basic ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-orient: horizontal;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		 -webkit-box-lines: single;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;

		-webkit-box-pack: end;
		-moz-box-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;

		-webkit-box-align: center;
		-moz-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border: 0px #CCC solid;
	}
	.menu-basic ul li{
		cursor: pointer;
	}



/****************** menu_main **********************/

	.menu_main{
		width:100%;
		min-width: 1200px;
		border: 0px blue solid;
		
	}
	.menu_main > a{
		/*color: var(--font-color); */
		color: #000;
		font-size: 1.40rem;
		font-weight: normal;
		

	}
	.menu_main > ul{
		width: 100%;
		border: 0px #A37373 solid;
		/* box-shadow: 0px 2px 4px -4px rgba(0, 0, 0, 0.65); */

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-orient: horizontal;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		-webkit-box-pack: justify;
		moz-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-around;

		-webkit-box-align: center;
		-moz-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu_txt{
		text-align: center;
		letter-spacing: -1.5px;
		border: 0px blue solid;
		min-width: 120px;
	}


	.menu-sub{
		display: none;
		min-height: 60px;
		position: absolute;
	}

	.menu-sub li{
		border: 0px blue solid;
		text-align: left;
		height:30px;
		line-height:30px;	
		padding: 10px 0px;
		background-color:rgba(255, 255, 255, 0.7);/*Èò»ö(0,0,0) 20% ºÒÅõ¸íµµ*/
	}

	.menu-sub li a{
		font-size:1.2rem;
	}

	.subMenuBox{
		position: absolute;
		border: 0px blue solid;
		width: 580px;
		padding: 0px 0px 40px;
		background-color:rgba(255, 255, 255, 0.7);/*Èò»ö(0,0,0) 20% ºÒÅõ¸íµµ*/
		margin-top: -0px;
		border-top: 1px #6B6B6B solid;
		z-index: 99999;
		display:  none;
	}

	.subMenuBox .subMenuList{
		width: 100%;
		border:0px blue solid;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		
	}

	.menuList{
		list-style: none;
		display: flex;
		flex-flow: column nowrap;
		justify-content: start;
		align-content: flex-start;
		align-items: flex-start;
		text-align: left;

		
	}

	.menuList li{
		width:100%;
		border: 0px blue solid;
		text-align:center;
		padding-top:10px;
	}

	.menuList li:nth-child(n+1){
		height:25px;
		line-height:25px;
		border:0px #6B6B6B solid;

	}
	.menuList li:nth-child(n+1) a{
		font-size: 1.2rem;
		color: #171717;
	}


	/***************** main *******************/
	.main{
		margin: 0px;
		border:0px blue solid;
		margin: auto;
		width: 100%;
		min-width:1200px;
	}
	
	.main .item.submenu{
		margin: auto;
		width: 100%;
		border: 0px red solid;
	}
	.main .item.content{
		margin: auto;
		width: 1200px;
		border: 0px red solid;
	}

/*}*/	/* @media screen and (min-width: 1350px) */