* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	box-sizing: border-box;
	letter-spacing: 0px;
	line-height: 1.3;
}
body {
	background-color: #fff;
	background-image: url('/img/background.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
header {
	position: sticky;
	top: 0;
	z-index: 1337;
	margin-bottom: 65px;
}
header nav {
	width: 100%;
	background: #fff;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}
footer {
	background: #f0efef;
	margin-top: 25px;
}
.footer {
	max-width: 1320px;
	height: 100%;
	margin: 0px auto;
	padding: 20px;
}
.footer #p1,
.footer #p2 {
	font-size: 13px;
	color: #595959;
	max-width: 1320px;
	width: 100%;
}
.footer #p1 {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 20px 0;
}
.footer #p2 {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0 5px 0;
}
.footer .fnav li {
	font-size: 17px;
	margin: 0 20px 10px 0;
}
.footer .dnav li {
	font-size: 14px;
}
.footer .sup li {
	padding: 20px 20px 50px 0;
	font-size: 15px;
}
.footer .sup a {
	display: flex;
	align-items: center;
}
.footer .sup .icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: 20px;
	transform: rotate(360deg);
	transition: transform 0.5s;
	border-radius: 15px;
}
.sup a:hover > .icon {
	transform: rotate(0deg);
}
.footer .link-block {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.footer .cnav a {
	cursor: pointer;
}
.footer .cnav li {
	font-size: 17px;
	padding: 5px 0;
}
#logo1 {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-image: url('/img/logo.png');
	background-size: 50px;
	transition: transform 0.5s;
	transform: rotate(360deg);
}
#logod:hover #logo1 {
	transform: rotate(0deg);
}
#logod,
.navbar,
.navb {
	display: flex;
	height: 100%;
	align-items: center;
}
#logod,
.navbar .navb li {
	padding-left: 20px;
	padding-right: 20px;
}
.navb li a span,
.filter span {
	color: #595959;
	font-size: 15px;
}
#find {
	background-color: #4d6dda;
	border-radius: 5px;
	margin-right: 20px;
}
#find.hovered {
	background-color: #2d4084;
	transition: 0.1s;
}
#find i {
	content: '';
	background-image: url('/img/search.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	padding: 0 13px;
	margin: 0px 6px;
	font-size: 18px;
	cursor: pointer;
}
#search {
	color: #000;
	border-radius: 5px 0 0 5px;
	font-size: 18px;
	width: 180px;
	padding: 4px 5px;
	background-color: #e6e6e6;
	border: 1px solid #c4c2c2;
}
#search::placeholder {
	padding: 5px 5px;
	font-size: 16px;
	color: #595959;
}
#search:focus {
	outline: none;
}
#output {
	margin-top: 10px;
	display: block;
	font-size: 15px;
	border-radius: 5px;
	position: absolute;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
	width: 218px;
	font-weight: normal;
	max-height: 240px;
	overflow-y: auto;
	z-index: 1338;
}
#output::-webkit-scrollbar {
	width: 6px;
}
#output::-webkit-scrollbar-thumb {
	background: #2c4189;
	border-radius: 0 3px 3px 0;
}
#output::-webkit-scrollbar-track {
	background: #7486c9;
	border-radius: 0 3px 3px 0;
}
#output p {
	background-color: #4d6dda;
	color: #fff;
	padding: 10px;
	white-space: wrap;
}
#output a:nth-of-type(odd) p {
	background-color: #3d53a3;
}
#output a:hover p {
	background-color: #2d4084;
}
#logot {
	padding-left: 14px;
	font-size: 26px;
}
.navbar a,
#ul-cc1 a,
.navbar-2 a,
.footer a {
	text-decoration: none;
	color: black;
}
.navb a:hover,
.footer a:hover {
	color: #4d6dda;
}
.navb li,
.footer .fnav li,
.footer .sup li,
.footer .dnav li {
	display: inline-block;
	cursor: pointer;
}
#ul-cc1 li {
	display: inline-block;
}
#logod {
	display: flex;
	align-items: center;
}
.navbar {
	background-color: white;
	margin: 0px auto;
	max-width: 1320px;
	height: 60px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	font-weight: bold;
}
.navbar-2 {
	position: absolute;
	top: 60px;
	width: 100%;
	background-color: #f0efef;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
	height: 40px;
	transition: height 0.5s;
	align-items: center;
	display: flex;
	justify-content: space-between;
	overflow-x: auto;
	white-space: nowrap;
}
.navbar-2 ul {
	margin: 0px auto;
}
.navbar-2 .navb a {
	font-size: 16px;
	background-color: #fefefe;
	border: 1px solid #c4c2c2;
	border-radius: 5px;
	margin: 0px 8px;
	padding: 2px 8px;
	transition: 0.1s;
}
.navbar-2 .navb a:hover {
	border: 1px solid #4d6dda;
	background-color: white;
}
.container,
aside,
article {
	background-color: white;
	margin: 0px auto;
	border-radius: 15px;
	align-items: center;
	font-size: 22px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
aside {
	padding: 10px;
	margin-top: 14px;
	margin-right: 14px;
	margin-left: 0px;
	width: 24.242424%; /* 320/1320 */
	background-color: #444444;
}
.c2c1 {
	border: 1px solid #464545;
	background-color: #323232;
	width: 100%;
	max-width: 384px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.c2c1 p {
	border-radius: 14px 14px 0 0;
	background-color: #464545;
	color: #dedede;
	font-size: 17px;
	padding: 10px 0 10px 20px;
	margin-bottom: 3px;
	border-bottom: 1px solid #464545;
}
.c2c1 a {
	width: 340px;
	text-decoration: none;
	color: #dedede;
	font-size: 15px;
	font-weight: 300;
	padding-left: 10px;
	cursor: pointer;
}
.c2c1 ul,
.footer .cnav {
	list-style-type: none;
}
.c2c1 li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 6px 10px 6px 20px;
}
.c2c1 li:hover > .imgblocklist {
	display: block;
}
.cs_list {
	max-height: 180px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.cs_list li {
	min-height: 36px;
}
.cs_list a {
	margin-left: 10px;
}
.cs_list li:hover > a::before {
	background-color: #4d6dda;
}
.cs_list a:before {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	left: 20px;
	width: 8px;
	height: 8px;
	background-color: #595959;
	border-radius: 50%;
}
.cs_list::-webkit-scrollbar {
	height: 4px;
	width: 4px;
}
.cs_list::-webkit-scrollbar-thumb {
	background: #585858;
	border-radius: 3px;
}
.cs_list::-webkit-scrollbar-track-piece {
	background: #323232;
	border-radius: 3px;
}
.imgblocklist {
	display: none;
	position: absolute;
	width: 285px;
	height: 190px;
	z-index: 10;
	right: -295px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	padding: 5px;
}
.imgblocklist:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 45%;
	left: -10px;
	border-style: solid;
	border-width: 12.5px 13px 12.5px 0;
	border-color: transparent #ffffff transparent transparent;
	transform: rotate(0deg);
	z-index: 1337;
}
.imgblocklist:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	height: 190px;
	width: 25px;
	z-index: 9;
}
.imgblocklist img {
	width: 275px;
	height: 145px;
	border-radius: 7px;
	max-width: 100% !important;
	margin: 0 !important;
}
.imgblocklist .nexta,
.imgblocklist .nextb {
	color: black;
	position: absolute;
	top: 35%;
	width: 35px;
	height: 35px;
	font-size: 25px;
	border-radius: 20px;
	border: 1px solid #fff;
	padding-left: 10px;
	background-color: #444444;
	color: #fff;
	opacity: 0.4;
	cursor: pointer;
	user-select: none;
	transition: 0.3s;
}
.imgblocklist .nexta:hover,
.imgblocklist .nextb:hover {
	opacity: 1;
}
.imgblocklist .nextb {
	left: 20px;
}
.imgblocklist .nexta {
	right: 20px;
}
.imgblocklist .mini-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.imgblocklist .mini-next input[type='radio'] {
	margin: 10px 7px;
	margin-top: 158px;
}
.imgblocklist img {
	position: absolute;
	transition: 0.5s;
	opacity: 0;
}
.imgblocklist img.active {
	opacity: 1;
}
.imgl {
	border-radius: 5px;
	width: 27px;
	height: 24px;
	background-size: 24px;
	transition: transform 0.5s;
	transform: rotate(360deg);
	padding: 10px;
}
.c2c1 li:hover > .imgl {
	transform: rotate(0deg);
}
.c2c1 li:hover {
	background-color: #464545;
}
#scroll {
	z-index: 2000;
	opacity: 0.3;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 50px;
	border: none;
	border-radius: 10px;
	width: 90px;
	height: 240px;
	font-size: 20px;
	cursor: pointer;
	align-items: center;
}
#scroll img {
	margin-left: 14px;
}
#scroll p {
	opacity: 0.5;
	padding: 4px;
	border-radius: 5px;
	background-color: #444444;
	color: #fff;
	text-align: center;
}
#scroll:hover {
	opacity: 1;
}

@media screen and (max-width: 920px) {
	#output {
		margin-right: 20px;
		right: 0;
	}
}
@media screen and (max-width: 1320px) {
	.navbar-2 .navb a {
		margin: 0px 3px;
		padding: 2px 4px;
	}
}
@media screen and (max-width: 1160px) {
	.navbar-2 {
		height: 46px;
	}
	.navbar-2 .navb a {
		margin: 0px 3px;
		padding: 2px 4px;
	}
	.navbar::-webkit-scrollbar,
	.navbar-2::-webkit-scrollbar {
		height: 4px;
		width: 4px;
	}
	.navbar::-webkit-scrollbar-thumb,
	.navbar-2::-webkit-scrollbar-thumb {
		background: #b9b7b8;
		border-radius: 3px;
	}
	.navbar::-webkit-scrollbar-track-piece,
	.navbar-2::-webkit-scrollbar-track-piece {
		background: #f0efef;
		border-radius: 3px;
	}
}
@media screen and (max-width: 1090px) {
	.imgblocklist {
		display: none !important;
	}
	aside {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.c2c1 {
		width: 291px;
	}
	#scroll {
		display: none !important;
	}
}
@media screen and (max-width: 840px) {
	.link-block {
		flex-direction: column;
	}
	.cnav {
		margin-top: 10px;
	}
	.sup li {
		padding: 5px 0 !important;
	}
}
@media screen and (max-width: 605px) {
	.dnav li {
		margin: 10px 10px 0 0;
	}
	aside {
		margin-right: 0px;
	}
	.c2c1 {
		width: 99%;
		max-width: 604px;
	}
}
