.icon-question-mark {
	width: 16rem;
	height: 16rem;
	background: url("../images/icon-question-mark.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
}
.icon-question-mark-blue {
	width: 16rem;
	height: 16rem;
	background: url("../images/icon-question-mark-blue.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}
.title_alert_blue {
	font-weight: 700;
	font-size: 20rem;
	color:#4170f4;
	text-align: left;
}
.title_alert_underline {
	border-bottom: 2rem solid #4170f4;
	margin: 10rem 0;
}
.txt_welcome_1 strong {
	display: block;
	font-weight: 700;
}
.badge-best {
	width: 42rem;
	height: 24rem;
	background: url("../images/badge_best.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	position: absolute;
	margin-left: 5rem;
}
.grp_list_re .box .name {
	word-break: break-all; !important;
}
@media all and (min-width:1024px) {
	#familyListUl {
		height: 184rem;
	}

	.grp_info .box_info.has_data dd .btns .boxInfoBtn {
		width: calc(100% - 40rem);
	}
	.txt_welcome_1 {
		width: 1200rem;
		margin-top: 0;
		font-size: 34rem;
		line-height: 1.3;
	}
}
@media (min-width: 1660px) {
	.grp_info .box_info.has_data dd .btns .boxInfoBtn {
		width: calc(100% - 60rem);
		bottom: 30rem;
	}
}
@media (max-width: 1024px) {
	.txt_welcome_1 {
		margin: 30rem 0 10rem;
		font-size: 24rem;
		line-height: 1.3;
	}
	.grp_exam {
		overflow-x:hidden;
		display: block;
	}
	.grp_exam button {
		margin: 1rem 1rem;
	}
}
.intro_sns .intro_sns_title::before,
.intro_sns .intro_sns_title::after {
	background-color: #d9dbdf !important;
}
.intro_contents .intro_info .box_period_voucher{margin:52rem auto 60rem !important;}
@media screen and (max-width: 880px) {
	.intro_contents .intro_info .box_period {
		margin: 30rem auto 37rem !important;
	}
	.m-birth-div {
		display: block !important;
	}
	.m-w100p {
		width: 100% !important;
		margin-top: 30rem;
	}
}
@media screen and (min-width: 881px) {
	.simple_join{width: 400rem}
}
/* 지도 위 병원정보 레이어 */
#mapData #hospitalInfoDiv {
	background-color: rgba( 255, 255, 255, 0.1 );
	z-index:100;
	top: -800px;
}
@media (max-width: 359px) {
	#mapData #hospitalInfoDiv {
		top: -523px;
	}
}
@media (min-width: 360px) and (max-width: 374px) {
	#mapData #hospitalInfoDiv {
		top: -548px;
	}
}
@media (min-width: 375px) and (max-width: 1024px) {
	#mapData #hospitalInfoDiv {
		top: -570px;
	}
}
.hospital-category-salmon {background-color: #ff6969}
/* 로딩영역 */
.loading-area, .toast-area {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1040;
	margin: 0 auto;

}
.loading-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 150px;
	height: 150px;
	border: solid 1px #3f4450;
	background-color: #fff;
	box-shadow: 0 2px 0 0 #dddeea;
	border-radius: 6px
}
#loading-spinner {
	animation: loading-spinner 1s linear infinite;
	margin-bottom: 10px;
	width: 80px;
	height: 80px
}
@keyframes loading-spinner {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}