@charset "utf-8";
#home_branch_information {
	position: relative;
	width: 100vw;
	margin-top: 100px;
}
#home_branch_information #all_branch_informations {
    margin-top: 3em;
}
#home_branch_information #all_branch_informations .naver_map_view {
    width: 1125px;
	margin-bottom: 0;
}
#home_branch_information .information_title {
	font-family: "BareunDotumPro1";
	text-align: center;
	font-size: 3em;
	margin-bottom: 1.7em;
}
#home_branch_information .naver_map_view {
	position: sticky;
	display: flex;
	width: 1252px;
	max-width: 100vw;
	margin: 0 auto -7vw auto;
	z-index: 1;
	border: 1px solid #e2e2e2;
}
#home_branch_information .information_wrap {
	position: relative;
	height: 30vw;
	max-height: 470px;
	overflow: hidden;
	padding-top: 7vw;
	background: #f5f5f5;
	display: flex;
	margin-bottom: 7vw;
}
#home_branch_information .information_area {
	width: 100%;
	max-width: 1252px;
	margin: auto;
	display: flex;
}
#home_branch_information .information_area>*{
	flex: 1 20%;
	text-align: center;
	color: #444344;
}
#home_branch_information .information_area .info_title {
	font-family: "GmarketSansTTFMedium";
	font-size: 2em;
	padding: 5px;
	display: block;
	padding-bottom: 0.9em;
}
#home_branch_information .information_area .info_title::before {
	display: block;
	font-size: 10px;
	width: 7.5em;
	height: 7.5em;
	margin: auto;
	flex-direction: column;
	justify-content: center;
}
#home_branch_information .information_area .info_title._businesshours::before {
	content: url(/img/ic_homepage_businesshours.png);
}
#home_branch_information .information_area .info_title._howtocome::before {
	content: url(/img/ic_homepage_howtocome.png);
}
#home_branch_information .information_area .info_title._parking::before {
	content: url(/img/ic_homepage_parking.png);
}
#home_branch_information .information_area .info_title._call::before {
	content: url(/img/ic_homepage_call.png);
}
#home_branch_information .information_area .info_title._kakaotalk::before {
	content: url(/img/ic_homepage_kakaotalk.png);
}
#home_branch_information .information_area .info_title._line::before {
	content: url(/public/ic_homepage_line.png);
}
#home_branch_information .information_area .info_data {
	font-family: "BareunDotumPro1";
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: -0.16px;
	color: #5f5f5f;
	word-break: keep-all;
}
#home_branch_information .information_area .info_data a {
	color: #5f5f5f;
}
#home_branch_information .information_area .info_data .tag {
	display: inline-block;
	padding: 0.1em 0.4em;
	font-size: 0.8em;
	background: #ff3600;
	color: white;
	line-height: 120%;
	margin-left: 0.5em;
}
@media (max-width: 914px) {
	#home_branch_information {
		position: relative;
		width: 100vw;
		margin-top: 100px;
	}
	#home_branch_information #all_branch_informations .naver_map_view {
		width: 100%;
	}
	#home_branch_information .information_title {
		font-family: "BareunDotumPro1";
		text-align: center;
		font-size: 1.4em;
		margin-bottom: 1.1em;
	}
	#home_branch_information .naver_map_view {
		position: sticky;
		display: flex;
		width: 1252px;
		max-width: 100vw;
		height: 100vw;
		margin: 0 auto -7vw auto;
		z-index: 1;
		border: 1px solid #e2e2e2;
	}
	#home_branch_information .information_wrap {
		position: relative;
		height: auto;
		max-height: initial;
		overflow: hidden;
		padding-top: 7vw;
		background: #f5f5f5;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	#home_branch_information .information_area {
		flex-direction: column;
		padding: 0 2em;
	}
	#home_branch_information .information_area>*{
		flex: 1 20%;
		text-align: center;
		display: flex;
		align-items: center;
		padding: 1.5em;
	}
	#home_branch_information .information_area>*:not(:last-child) {
		flex: auto;
		border-bottom: 1px solid #d3c3bb;
	}
	#home_branch_information .information_area .info_title {
		font-size: 1.3em;
		padding: 5px;
		padding-right: 2em;
		margin: 0;
	}
	#home_branch_information .information_area .info_title::before {
		display: block;
		font-size: 10px;
		width: 7.5em;
		height: 7.5em;
		margin: auto;
		flex-direction: column;
		justify-content: center;
	}
	#home_branch_information .information_area .info_title._businesshours::before {
		content: "";
		background-image: url(/img/ic_homepage_businesshours.png);
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: center;
	}
	#home_branch_information .information_area .info_title._howtocome::before {
		content: "";
		background-image: url(/img/ic_homepage_howtocome.png);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: center;
	}
	#home_branch_information .information_area .info_title._parking::before {
		content: "";
		background-image: url(/img/ic_homepage_parking.png);
		background-repeat: no-repeat;
		background-size: 65%;
		background-position: center;
	}
	#home_branch_information .information_area .info_title._call::before {
		content: "";
		background-image: url(/img/ic_homepage_call.png);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: center;
	}
	#home_branch_information .information_area .info_title._kakaotalk::before {
		content: "";
		background-image: url(/img/ic_homepage_kakaotalk.png);
		background-repeat: no-repeat;
		background-size: 70%;
		background-position: center;
	}
	#home_branch_information .information_area .info_data {
		font-size: 1.2em;
		font-weight: 100;
		letter-spacing: -0.16px;
		color: #5f5f5f;
		text-align: left;
		line-height: 160%;
		word-break: keep-all;
	}
	#home_branch_information .information_area .info_data .tag {
		display: inline-block;
		padding: 0.1em 0.4em;
		font-size: 0.8em;
		background: #ff3600;
		color: white;
		line-height: 140%;
		margin-left: 0.5em;
	}
}