.category-nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: relative;
	left: -10px;
	z-index: 1;
	margin: 80px auto;
	width: calc(100% + 20px);
	text-align: center;
}

.category-nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.category-nav ul > li {
	margin: 9px;
	width: 160px;
}

.category-nav ul > li > span {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	border: 1px solid #bfa46f;
	height: 50px;
	color: #bfa46f;
	font-size: 0.85em;
	line-height: 1.2em;
	text-decoration: none;
	transition: all 0.3s;
	cursor: pointer;
}

.category-nav ul > li > span::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 10px;
	bottom: calc(50% - 4px);
	z-index: -1;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #bfa46f;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	transition: border-color 0.3s;
}

.category-nav ul > li.cur > *,
.category-nav ul > li:not(.cur) > span:hover {
	background: #bfa46f;
	color: #2b2b2b;
}

.category-nav ul > li.cur > *::before,
.category-nav ul > li:not(.cur) > span:hover::before {
	border-color: #2b2b2b;
}

#Container > section {
	margin-top: -1px;
	border-top: 1px solid #bfa46f;
}

#Container > section.off {
	display: none;
}

#Container > section > article {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #bfa46f;
	text-align: left;
}

#Container > section > article > h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 30px 0 30px 60px;
	cursor: pointer;
}

#Container > section > article > h1::before,
#Container > section > article > h1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 1px;
	background: #bfa46f;
	transition: transform 0.3s linear;
}

#Container > section > article > h1::before {
	transform: rotate(-270deg);
}

#Container > section > article > h1 .category {
	margin-bottom: 1em;
	color: #bfa46f;
	font-size: 0.8em;
	line-height: 1.2em;
}

#Container > section > article > h1 .main {
	font-size: 1.5em;
	line-height: 1.2em;
}

#Container > section > article > .body {
	display: none;
	border-top: 1px solid rgba(191, 164, 111, 0.4);
	padding: 30px 0;
}

#Container > section > article > .body .layout {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

#Container > section > article > .body .layout.capture > .pic {
	width: 300px;
}

#Container > section > article > .body .layout.capture > .desc {
	width: calc(100% - 300px - 25px);
}

#Container > section > article > .body .layout.symbol > .pic {
	width: 200px;
	background: #fff;
}

#Container > section > article > .body .layout.symbol > .desc {
	width: calc(100% - 200px - 25px);
}

#Container > section > article.open > h1::before {
	transform: rotate(0deg);
}

@media screen and (max-width: 750px) {

.category-nav ul > li {
	width: 120px;
}

.category-nav ul > li > span {
	border-width: 2px;
	padding-bottom: 10px;
	height: 80px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.category-nav ul > li > span::before {
	left: calc(50% - 7px);
	bottom: 10px;
	border-width: 0 0 3px 3px;
	width: 14px;
	height: 14px;
}

.category-nav ul > li:not(.cur) > span:hover {
	background: transparent;
	color: #bfa46f;
}

.category-nav ul > li:not(.cur) > span:hover::before {
	border-color: #bfa46f;
}

#Container > section {
	margin-top: -2px;
	border-top-width: 2px;
}

#Container > section > article {
	border-bottom-width: 2px;
}

#Container > section > article > h1 {
	padding-left: 70px;
}

#Container > section > article > h1::before,
#Container > section > article > h1::after {
	top: calc(50% - 1px);
	width: 40px;
	height: 2px;
}

#Container > section > article > .body {
	border-top-width: 2px;
	padding: 40px 0;
}

#Container > section > article > .body .layout {
	display: block;
}

#Container > section > article > .body .layout.capture > .pic {
	margin: 0 auto 20px;
	width: auto;
}

#Container > section > article > .body .layout.capture > .desc {
	width: auto;
}

#Container > section > article > .body .layout.symbol > .pic {
	margin: 0 auto 20px;
	width: 300px;
}

#Container > section > article > .body .layout.symbol > .desc {
	width: auto;
}

}


/*# sourceMappingURL=../map/keyword.css.map */
