@charset "utf-8";
.container {
	width: 1200px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.img-resp {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	font-size: 15px;
	font-family: Arial, "微軟正黑體";
	background-color: #eee;
}

.base {
	background-color: #f69f9f;
}

.banr {
	width: 80%;
}

.base .container {
	position: relative;
	display: flex;
}

.navi {
	width: 20%;
	background-color: rgba(255, 255, 255, .5);
}

.navi-item:hover {
	background-color: #fff;
}

.navi-item:hover .navi-cntr {
	display: block;
}

.navi-item a {
	display: inline-block;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.navi-item a:hover {
	color: #666;
}

.navi-cntr {
	display: none;
	position: absolute;
	left: 20%;
	top: 0;
	width: 80%;
	height: 100%;
	padding: 15px;
	font-size: 20px;
	background-color: #fff;
}