@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 1200px), print {
	#topicsPathDetail {
		margin: 10px auto;
        width: 1200px;
        height: 30px;
	}
	.clearfix {
		display: block;
	}
	#topicsPathDetail ul,
	#topicsPathDetail ol {
		list-style: none;
	}
	#topicsPathDetail li {
		float: left;
		margin-right: 0.5em;
		list-style-position: outside;
	}
	#topicsPathDetail li + li:before {
		content: ">";
		margin-right: 0.5em;
	}
	#topicsPathDetail a {
		outline: none;
        display: inline-block;
	}
}

@media only screen and (max-width: 1199.97px) {
	#topicsPathDetail {
		margin: 8px auto;
        width: 92%;
        height: 30px;
        box-sizing: border-box;
        color: #333;
        font-size: 13px;
        line-height: 1.35;
	}
	.clearfix {
		display: block;
	}
	#topicsPathDetail ul,
	#topicsPathDetail ol {
		list-style: none;
	}
	#topicsPathDetail li {
		float: left;
		margin-right: 0.5em;
		list-style-position: outside;
	}
	#topicsPathDetail li + li:before {
		content: ">";
		margin-right: 0.5em;
	}
	#topicsPathDetail a {
        color: #119936;
        text-decoration: underline;
		outline: none;
	}
	#topicsPathDetail li:last-child {
		margin-bottom: 18px;
	}
}