* {
	box-sizing: border-box;
}

html,
body {
	overflow: auto;
	overflow-x: hidden;
}

.black {
	background-color: #000000;
}

.places {
	width: 100%;
	height: 4.99999vw;
}

.headerContainer {
	width: 100%;
	box-sizing: border-box;
	padding: 0 8.33333vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.input_div_other {
		padding-top: 10.16666vw;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.input_div_other input {
		/*width: 60vw !important;*/
		height: 10vw !important;
		border-radius: 5vw !important;
		border: 0.5208vw solid #EAEAEA !important;
		padding-left: 5 !important;
	}

	.input_div_other .search {
		/*width: 20vw !important;*/
		height: 10vw !important;
		border-radius: 5vw !important;
		border: 0.5208vw solid #EAEAEA !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.input_div_other .search .search_text {
		margin-left: 0.41666vw !important;
		font-weight: 400 !important;
		font-size: 3vw !important;
		color: #A5A5A5;
	}
}

.input_div_other {
	padding-bottom: 4.16666vw;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.input_div_other input {
	/*width: 45.57291vw;*/
	width: 80%;
	height: 4.16666vw;
	border-radius: 2.08333vw;
	border: 0.05208vw solid #EAEAEA;
	padding-left: 2.13541vw;
}

.input_div_other .search {
	/*width: 9.73958vw;*/
	width: 18%;
	height: 4.16666vw;
	border-radius: 2.08333vw;
	border: 0.05208vw solid #EAEAEA;
	display: flex;
	align-items: center;
	justify-content: center;
}

.input_div_other .search .search_text {
	margin-left: 0.41666vw;
	font-weight: 400;
	font-size: 0.83333vw;
	color: #A5A5A5;
}


.content-wrap {
	padding: 4.1666vw 21.40625vw 3.9583vw 21.40625vw;
}

/* .content-wrap .main-wrap {
	width: 57.1875vw;
} */

.content-wrap .inner {
	display: flex;
	flex-direction: column;
	width: 57.1875vw;
}

/* @media screen and (max-width: 750px) {
	.content-wrap .inner {
		display: block;
	}
} */
@media screen and (max-width: 750px) {
	.content-wrap {
		padding: 5.3333vw 0 10.6666vw;
	}

	.content-wrap .inner {
		display: flex;
		flex-direction: column;
		width: 89.3333vw;
	}
}

.public-list .public-item .top_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public-list .public-item .top_div .title1 {
	font-size: 1.0416vw;
	line-height: #808080;
	color: #262728;
	margin-bottom: 0.625vw;
	font-weight: normal;
	transition: 0.3s ease-in all;
}

@media screen and (max-width: 750px) {
	.public-list .public-item .top_div .title1 {
		font-size: 3.7333vw;
		margin-bottom: 2vw;
	}
}

.public-list .public-item .public-arr {
	position: absolute;
	top: 2.23958vw;
	right: 0;
	display: block;
	width: 1.9791vw;
	opacity: 0;
	transition: 0.3s ease-in all;
}

.public-list .public-item .date {
	font-size: 0.8333vw;
	line-height: 1.5;
	color: #808080;
	font-weight: normal;
	max-width: 60vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flexCo {
	flex-direction: column;
}

@media screen and (max-width: 750px) {
	.public-list .public-item .date {
		font-size: 3.2vw;
		line-height: 1.5;
		margin-bottom: 2.1333vw;
	}
}

.nothingPop{
	text-align: center;
	font-size: 18px;
	color: #A5A5A5;
	width: 100%;
	padding: 20px 0;
}