.sub__ft {
	background: #000;
}
.sub__ft.--bbs {
	margin-top: 260px;
}
.sub__ft .ft__wrapper {
	padding: 140px 0 120px;
	background-image: linear-gradient(
		50deg,
		rgba(23, 138, 191, 0.8) 0%,
		rgba(255, 90, 0, 0.8) 100%
	);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.sub__ft h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
}
.sub__ft h3::before {
	content: "";
	width: 1.6em;
	height: 1em;
	background: url(/img/common/ft/sub/title-icon.svg) center/contain no-repeat;
}
.sub__ft nav {
	padding: 52px 0 124px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1320px;
	margin: 0 auto;
}
.sub__ft nav a {
	width: 320px;
	height: 180px;
	padding-bottom: 20px;
	border-radius: 20px;
	background-color: rgba(255, 159, 55, 0.302);
	-webkit-box-shadow: 0px 9px 20.64px 3.36px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 9px 20.64px 3.36px rgba(0, 0, 0, 0.3);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 35px;
	line-height: 1;
}
.sub__ft nav a dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.sub__ft nav a dl dt {
	font-size: 35px;
	margin-top: 10px;
}
.sub__ft nav a::after {
	content: "";
	width: 180px;
	height: 15px;
	background: url(/img/common/ft/sub/arrow.svg) center/contain no-repeat;
	position: absolute;
	bottom: 30px;
	right: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.sub__ft nav a:hover::after {
	right: 30px;
}
.sub__ft p {
	width: 320px;
	height: 10px;
	background: url(/img/common/ft/sub/fertility-clinic.svg) center/contain
		no-repeat;
}
#footer {
	padding: 80px 0 0;
	background: var(--ft);
	font-size: 18px;
	color: #fff;
}
#footer .ft__wrapper {
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footer .ft__container.--map .logo a {
	display: block;
	font-size: 120px;
	width: 4em;
	height: 1em;
	margin-bottom: 40px;
	white-space: nowrap;
	overflow: hidden;
	background: url(/img/logo/ver-2/logo-white.svg) center right/contain
		no-repeat;
	color: rgba(0, 0, 0, 0);
	position: relative;
}
#footer .ft__container.--map .logo a::before,
#footer .ft__container.--map .logo a::after {
	position: absolute;
	top: 0;
	width: 1em;
	height: 1em;
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
#footer .ft__container.--map .logo a::before {
	left: 1.2em;
	background: url(/img/logo/clinic-symbol-yellow.svg) center/contain no-repeat;
}
#footer .ft__container.--map .logo a::after {
	left: 0;
	background: url(/img/logo/symbol.svg) center/contain no-repeat;
}
#footer .ft__container.--map .root_daum_roughmap.root_daum_roughmap_landing {
	height: 444px;
}
#footer .ft__container.--info {
	width: 530px;
	padding-top: 1em;
	line-height: 1;
}
#footer .ft__container.--info h4 {
	font-size: 25px;
	font-family: var(--nsNeo);
	margin-bottom: 0.7em;
}
#footer .ft__container.--info .ft__inner + .ft__inner {
	margin-top: 2.5em;
}
#footer .ft__container.--info .ft__inner.--hours dl,
#footer .ft__container.--info .ft__inner.--hours ul {
	line-height: 2;
}
#footer .ft__container.--info .ft__inner.--hours dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .ft__container.--info .ft__inner.--hours dl dt {
	width: 5.5em;
}
#footer .ft__container.--info .ft__inner.--hours dl dd {
	width: calc(100% - 5.5em);
}
#footer .ft__container.--info .ft__inner.--addr p {
	font-size: 16px;
}
#footer .ft__container.--info .ft__inner.--tel p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 40px;
	font-weight: bold;
}
#footer .ft__container.--info .ft__inner.--tel p::before {
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	background: url(/img/common/icon/ft-call.svg) center/contain no-repeat;
}
#footer .ft__container.--info .ft__inner.--sns {
	padding-top: 45px;
	border-top: 1px solid #5e636e;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footer .ft__container.--info .ft__inner.--sns a {
	width: 9em;
	height: 8em;
	border-radius: 1em;
	background: #f2f8ff;
	border: 1px solid #f2f8ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#footer .ft__container.--info .ft__inner.--sns a span {
	overflow: hidden;
	color: rgba(0, 0, 0, 0);
	width: 35px;
	height: 35px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#footer .ft__container.--info .ft__inner.--sns a:hover {
	background: var(--ft);
}
#footer .ft__container.--info .ft__inner.--sns a:hover span {
	-webkit-filter: brightness(10);
	filter: brightness(10);
}
#footer .ft__container.--info .ft__inner.--sns .--youtube span {
	background: url(/img/common/icon/ft-youtube.svg) center/contain no-repeat;
}
#footer .ft__container.--info .ft__inner.--sns .--blog span {
	background: url(/img/common/icon/ft-blog.svg) center/contain no-repeat;
}
#footer .ft__container.--info .ft__inner.--sns .--cafe span {
	background: url(/img/common/icon/ft-cafe.svg) center/contain no-repeat;
}
#footer .ft__container.--info .ft__inner.--sns .--insta span {
	background: url(/img/common/icon/ft-insta.svg) center/contain no-repeat;
}
#footer .ft__container.--info .ft__inner.--sns .--fb span {
	background: url(/img/common/icon/ft-fb.svg) center/contain no-repeat;
}
#footer .ft__info {
	margin: 0 auto;
	padding: 30px calc(50% - 700px) 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	border-top: 1px solid #5e636e;
}
#footer .ft__info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#footer .ft__info ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footer .ft__info ul li + li::before {
	content: "|";
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 1em;
}
#footer {
	padding-top: 80px;
}
#footer .ft__wrapper {
	gap: 110px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-bottom: 15px;
}
#footer .ft__info {
	padding-top: 10px;
}
#footer .ft__container.--company {
	width: 100%;
}
#footer .ft__container.--company img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}
#footer .ft__container.--info {
	padding-top: 0;
	min-width: 530px;
}
#footer .ft__container.--info .logo > a {
	display: block;
	text-indent: -9999px;
	width: 188px;
	height: 48px;
	background: url(/img/logo/ver-2/logo-white.svg) center right/contain
		no-repeat;
}
#footer .ft__container.--info #map {
	height: 240px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer .ft__container.--info .ft__inner.--hours {
	margin-top: 1em;
}
#footer .ft__container.--info .ft__inner.--tel {
	margin-top: 1em;
}
#footer .ft__container.--info .ft__inner.--addr {
	margin-top: 1em;
}
#footer .ft__container.--info .ft__inner.--sns {
	padding-top: 10px;
} /*# sourceMappingURL=ft.min.css.map */
