.city-contents {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	width: 100%;
}

.city-page-container {
	margin: -475px auto 0 auto;
	background: transparent;
	padding: 0;
	position: relative;
	width: 1380px;
}

.city-qck-cont {
	width: 1380px;
	padding: 0 15px;
	margin: auto;
}

.city-banner {
	width: 100%;
	border:10px solid #fff;
}

.city-banner-shdw {
	height: 25px;
	background: url('../image/city-banner-shadow.webp') no-repeat center top;
}

.city-banner-dtls {
	padding-left: 75px;
	bottom: 0;
	left: 0;
	top: -5px;
	margin: auto;
	width: 66%;
	height: max-content;
	filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
}

.hv-txt-sdw {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.wt-txt-sdw {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}

.city-get-start-bt {
	padding: 16px 32px 14px;
	background: #006ebc;
	position: relative;
	box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(66, 170, 254, 0.5);
	border-radius: 5px;
	display: inline-block;
	user-select: none;
}

.city-get-start-bt img {
	opacity: 0.5;
}

.city-get-start-bt:hover {
	background: #005499;
}

.city-get-start-bt:hover img {
	opacity: 0.7;
}

.why-us-cont {
	row-gap: 60px;
	column-gap: 45px;
	align-items: stretch;
}

.why-us-pnl {
	width: calc(33.33% - 30px);
	border: 1px solid rgba(112, 186, 74, 0.6);
	background: rgba(255, 255, 255, 0.4);
	padding: 15px 25px 30px 25px;
	border-radius: 15px;
	box-shadow: 4px 4px 7px rgba(30, 72, 8, 0.06);
}

.why-us-ttl {
	border-top: 1px solid rgba(56, 136, 16, 0.4);
	border-bottom: 1px solid rgba(56, 136, 16, 0.4);
	padding: 7px 0;
}

.hm-faq-qs {
	border-bottom: 1px solid #c9c9c9;
	color: #2d6e16;
	cursor: pointer;
	padding: 10px 20px 10px 30px;
	position: relative;
	width: 100%;
}

.hm-faq-ans {
	color: #212b30;
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 30px;
	width: 100%;
}

.qs-lft-arrow {
	color: #e34312;
	font-size: 10px;
	font-weight: 450;
	position: absolute;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 13px;
	height: 14px;
}

.city-qck-pnl-bg {
	background-color: #fff;
}

.city-blog-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 60px;
	justify-content: space-between;
}

.city-blog-post {
	flex: 1 0 0;
	width: 100%;
}

.post-title a:hover {
	color: #3a782f;
}

.city-blog-post .post-title a {
	font-size: 19px;
}


.txt-white-fff, .txt-white-fff:hover, .txt-white-fff:active, .txt-white-fff:visited  {
	color: #fff
}

.txt-lgreen-9ff {
	color: #9fff05;
}

.txt-gray-545 {
	color: #545454;
}

.txt-gray-323 {
	color: #323232;
}

.txt-gray-242 {
	color: #242424;
}

.txt-green-2e7 {
	color: #2e720c;
}

.txt-green-2e7-lnk {
	color: #2e720c;
	transition: color 0.2s ease;
}

.txt-green-2e7-lnk:hover {
	color: #245a0a;
}

.city-chkarea-divider {
	padding-top: 16px;
	padding-bottom: 10px;
}

.city-chkarea-details {
	font-family: 'raleway', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: auto;
	padding-bottom: 25px;
}

.area-available-data.city {
	padding-bottom: clamp(13px, 11.24px + 0.52vw, 20px);
}

ul.fq-lst {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.fq-lst li {
	position: relative;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.fq-lst li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: #368b17;
	border-radius: 50%;
}

.why-us-img {
	padding: 15px;
}

.why-us-pnl img {
	width: 120px;
	height: auto;
}

.blg-img {
	border: 2px solid #1a7f00;
	padding: 5px;
	border-radius: 15px;
	height: 220px;
	max-width: 300px;
}

.blg-img img {
	border-radius: 10px;
	object-fit: cover;
}

@media screen and (min-width: 384px) and (max-width: 479px) {

}

@media screen and (min-width: 480px) and (max-width: 575px) {

}

@media screen and (min-width: 576px) and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 1200px) and (max-width: 1439px) {

}

@media screen and (min-width: 1440px) and (max-width: 1599px) {

}


@media (min-width:384px) {

}

@media (min-width:480px) {

}

@media (min-width:576px) {

}

@media (min-width:768px) {

}

@media (min-width:992px) {

}

@media (min-width:1200px) {

}

@media (min-width:1440px) {

}

@media (min-width:1600px) {

}

@media (min-width:1920px) {

}


@media (max-width: 1599px) {

}

@media (max-width: 1439px) {
	.city-page-container {
		margin-top: -410px;
		width: 1160px;
	}

	.city-qck-cont {
		width: 1160px;
	}

	.city-banner-dtls {
		width: 72%;
	}

	.city-banner-pic {
		height: 370px;
	}

	.city-banner-pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.city-blog-container {
		column-gap: 40px;
	}

	.blg-img {
		border-radius: 12px;
		height: 170px;
		max-width: 230px;
	}
}

@media (max-width: 1240px) {
	.city-page-container {
		width: 1000px;
	}

	.city-qck-cont {
		width: 1000px;
	}

	.city-banner-pic {
		height: 360px;
	}

	.city-banner-shdw {
		background-size: 100% auto;
	}

	.city-banner-dtls {
		padding-left: 60px;
	}

	.why-us-cont {
		row-gap: 50px;
		column-gap: 30px;
	}

	.why-us-pnl {
		width: calc(33.33% - 20px);
	}

	.why-us-pnl img {
		width: 110px;
		height: auto;
	}

	.city-blog-container {
		column-gap: 30px;
	}

	.city-blog-post .post-title a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {

}

@media (max-width: 1024px) {
	.city-page-container {
		width: 740px;
	}

	.city-qck-cont {
		width: 740px;
	}

	.city-banner-dtls {
		width: 90%;
		padding-left: 40px;
	}

	.city-get-start-bt {
		padding: 15px 28px 13px;
	}

	.city-get-start-bt .label {
		font-size: 16px;
	}

	.city-get-start-bt img {
		height: 13px;
		width: auto;
	}

	.why-us-cont {
		row-gap: 50px;
	}

	.why-us-pnl {
		width: calc(50% - 20px);
	}

	.city-contents {
		padding-bottom: 40px;
	}

	.city-banner-pic {
		height: 350px;
	}

	.city-blog-container {
		column-gap: 60px;
		row-gap: 50px;
		flex-wrap: wrap;
	}

	.city-blog-post {
		flex: 0 0 auto;
		width: calc(50% - 30px);
	}

	.city-chkarea-divider {
		padding-top: 12px;
		padding-bottom: 8px;
	}

	.city-chkarea-details {
		font-size: 15px;
		line-height: 1.4;
		padding-bottom: 20px;
	}

	.blg-img {
		border-radius: 10px;
		height: 160px;
		max-width: 220px;
	}

	.blg-dat img {
		height: 16px;
		width: 16px;
	}
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
	.city-page-container {
		width: 540px;
	}

	.city-qck-cont {
		width: 540px;
	}

	.city-banner-dtls {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}

	.city-get-start-bt {
		padding: 13px 26px 11px;
	}

	.city-get-start-bt .label {
		font-size: 15px;
	}

	.city-get-start-bt img {
		height: 12px;
		margin-top: 1px;
	}

	.fnt-1 {
		font-size: 18px;
	}

	.fnt-2 {
		font-size: 25px;
	}

	.fnt-3 {
		font-size: 17px;
	}

	.city-banner-shdw {
		height: 15px;
	}

	.hm-faq-qs {
		padding: 8px 20px 8px 25px;
		line-height: 1.25;
	}

	.hm-faq-ans {
		padding: 8px 20px 8px 25px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.why-us-cont {
		row-gap: 40px;
	}

	.why-us-pnl {
		padding: 15px 20px 25px 20px;
	}

	.city-banner-pic {
		height: 320px;
	}

	.city-blog-container {
		column-gap: 40px;
		row-gap: 40px;
	}

	.city-blog-post {
		width: calc(50% - 20px);
	}

	.city-blog-post .post-title a {
		font-size: 17px;
	}

	.why-us-img {
		padding: 10px;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 580px) {
	.city-page-container {
		margin-top: -362px;
		width: 90%;
	}

	.city-qck-cont {
		width: 90%;
	}

	.city-banner-shdw {
		height: 12px;
	}

	.city-banner-dtls {
		padding-left: 15px;
		padding-right: 15px;
	}

	.fnt-1 {
		font-size: 17px;
		line-height: 1.2;
	}

	.fnt-2 {
		font-size: 23px;
		line-height: 1.15;
	}

	.fnt-3 {
		font-size: 16px;
		line-height: 1.2;
	}

	.why-us-pnl img {
		width: 100px;
	}

	.why-us-cont {
		column-gap: 0;
	}

	.why-us-pnl {
		width: 100%;
	}

	.city-banner-pic {
		height: 340px;
	}

	.city-contents {
		padding-bottom: 30px;
	}

	.city-blog-container {
		column-gap: 30px;
	}

	.city-blog-post {
		width: calc(50% - 15px);
	}

	.city-get-start-bt {
		padding: 12px 24px 10px;
	}

	.city-get-start-bt .label {
		font-size: 14px;
	}

	.city-get-start-bt img {
		height: 11px;
	}

	.blg-img {
		height: 145px;
		max-width: 205px;
	}

	.blg-col {
		padding-bottom: 15px;
	}
}

@media (max-width: 575px) {

}

@media (max-width: 479px) {
	.city-banner-pic {
		height: 400px;
	}

	.city-blog-container {
		column-gap: 0;
	}

	.city-blog-post {
		width: 100%;
	}

	.city-banner-dtls {
		padding-left: 12px;
		padding-right: 10px;
	}
}

@media (max-width: 383px) {

}