* {
	margin: 0%;
	padding: 0;
}

div {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-corner {
	display: block;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
	border-right-color: transparent;
	border-left-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 500px) {
	.nav-container {
		justify-content: space-between;
		padding: 0px 16px;
		height: 48px;
	}
}

@media screen and (max-width: 1000px) and (min-width: 500px) {
	.nav-container {
		justify-content: space-around;
		height: 60px;
	}
}

@media screen and (max-width: 1000px) {
	.nav-container .logo {
		height: 75%;
	}

	.nav-links {
		display: none;
	}

	.burger {
		display: inline-block;
		cursor: pointer;
		width: 25px;
		height: 25px;
	}

	.burger img {
		width: 100%;
		box-sizing: border-box;
		object-fit: cover;
	}
}

@media screen and (min-width: 1000px) {
	.nav-container {
		justify-content: space-around;
		height: 60px;
	}

	.nav-container .logo {
		height: 100%;
	}

	.nav-links {
		display: flex;
	}

	.burger {
		display: none;
	}
}

.advertising {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1%;
	color: #333;
	overflow-x: auto;
	overflow-y: hidden;
}

[v-cloak] {
	display: none;
}

.Page {
	min-height: 100vh;
	width: 100%;
	background-color: #000000;
	overflow-x: hidden;
	position: relative;
}

.nav-container {
	width: 100%;
	display: flex;
	align-items: center;
	color: #333;
	margin: auto;
	flex-wrap: nowrap;
	position: relative;
}

.nav-container .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-container .logo a {
	display: inline-block;
	height: 100%;
}

.nav-container .logo img {
	height: 100%;
}

ul {

	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

input {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	outline: none;
}

.nav-container .nav-links li {
	margin-right: 84px;
}

.nav-container .nav-links li a {
	font-family: "Noto Sans", sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.element {
	display: none;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #B8E900;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

img,
a,
i {
	cursor: pointer;
}

img {
	box-sizing: border-box;
	width: 100%;
}

@media screen and (max-width: 660px) {
	.search-con .search {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 991px) and (min-width:661px) {
	.search-con .search {
		width: calc(100% - 172px);
	}
}

@media screen and (min-width: 991px) {
	.search-con .search {
		width: 900px;
	}
}

@media screen and (max-width: 425px) {
	.search-con {
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.search input {
		padding-left: 20%;
		line-height: 36px;
	}

	.search .search_btn {
		left: 10%;
	}

	.footer .fp a p {
		text-decoration: underline;
		padding-bottom: 0px;
		text-underline-offset: 1px;
	}

	.footer p {
		color: #999999;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 10px;
	}

	.footer .border {
		border: 1px solid #1A1A1A;
		margin-bottom: 8px;
	}

	.footer {
		padding-top: 25px;
	}
}

@media screen and (max-width: 768px) and (min-width:426px) {
	.search-con {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.search input {
		padding-left: 20%;
		font-size: 18px;
		line-height: 40px;
	}

	.search .search_btn {
		left: 15%;
	}

	.footer .fp a p {
		text-decoration: underline;
		padding-bottom: 5px;
		text-underline-offset: 8px;
	}

	.footer p {
		color: #999999;
		font-size: 18px;
		line-height: 24px;
	}

	.footer .border {
		border: 2px solid #fff;
		margin-bottom: 16px;
	}

	.footer {
		padding-top: 40px;
	}
}

@media screen and (min-width: 769px) {
	.search-con {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.search input {
		padding-left: 350px;
		font-size: 18px;
		line-height: 40px;
	}

	.search .search_btn {
		left: 320px;
	}

	.footer p {
		font-size: 20px;
		color: #FFFFFF;
		line-height: 23px;
	}

	.footer .border {
		border: 3px solid #FFFFFF;
		margin-bottom: 24px;
	}

	.footer {
		padding-top: 80px;
	}
}

[v-cloak] {
	display: none;
}

.search-con .search {
	margin: auto;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	position: relative;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
}

.search input {
	font-weight: 500;
	color: #999999;
	font-style: normal;
	text-transform: none;
	font-family: "Noto Sans", sans-serif;
	width: 100%;
}

.search .search_btn {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
}

.search_btn img {
	width: 100%;
}

.footer {
	background: #000000;
	width: 100%;
	padding-bottom: 20px;
}

.footer .border {
	margin: auto;
	width: 80%;
}

.footer p {
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.footer .fp {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}

.footer .fp p {
	padding: 0 10px;
}

.goup {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 30%;
	right: 5%;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	background-color: #999999;
}

.iback {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20%;
	right: 5%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	background-color: #999999;
}