	/* PC Áø·á½Ã°£ ¿µ¿ª */
	.clinic-time-pc {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #3b362f;
	}

	.clinic-time-bg {
		display: block;
		width: 100%;
		height: auto;
	}

	.clinic-time-map-img {
		position: absolute;

		/* Ã¹ ¹øÂ° ÀÌ¹ÌÁö ±âÁØ À§Ä¡ */
		left: 13.3%;
		top: 16.8%;

		/* ¿øº» ÃÖ´ë Å©±â À¯Áö + ¹ÝÀÀÇü Ãà¼Ò */
		width: 46%;
		max-width: 882px;
		height: auto;

		z-index: 5;
	}

	/* 1600 ÀÌÇÏ¿¡¼­ »ìÂ¦ º¸Á¤ */
	@media (max-width: 1600px) {
		.clinic-time-map-img {
			left: 10%;
			top: 16%;
			width: 50%;
		}
	}

	/* 1200 ÀÌÇÏ, ¸ð¹ÙÀÏ Àü ´Ü°è */
	@media (max-width: 1200px) {
		.clinic-time-map-img {
			left: 6%;
			top: 15%;
			width: 56%;
		}
	}

	/* LG ÀÌÇÏ¿¡¼­´Â PC ±¸Á¶ ¼û±è */
	@media (max-width: 991px) {
		.clinic-time-pc {
			display: none;
		}
	}

	/* ¸ð¹ÙÀÏ Áø·á½Ã°£ ¿µ¿ª */
	.clinic-time-mobile {
		display: none;
	}

	@media (max-width: 991px) {
		.clinic-time-mobile {
			display: block;
			width: 100%;
			overflow: hidden;
			background: #3b362f;
		}

		.clinic-time-mobile-wrap {
			position: relative;
			width: 100%;
			overflow: hidden;
		}

		.clinic-time-mobile-bg {
			display: block;
			width: 100%;
			height: auto;
		}

		.clinic-time-mobile-content {
			position: absolute;
			left: 0;
			top: 50px;
			z-index: 2;

			display: block;
			width: 100%;
			height: auto;
		}
	}
	
	
	
	