.ft__section,
#ft {
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}
.ft__section__inner {
	max-width: 1400px;
	margin: 0 auto;
}
.ft__info {
	padding: 120px 0;
}
.ft__info .info__tit {
	margin-bottom: 40px;
}
.ft__info .info__tit h2 {
	margin-bottom: 20px;
	font-size: 40px;
}
.ft__info .info__tit p {
	font-size: 20px;
	font-weight: 600;
	color: var(--desc-color);
}
.ft__info .map__wrap .map {
	margin-bottom: 44px;
	position: relative;
	height: 500px;
}
.ft__info .map__wrap .map .root_daum_roughmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
}
.ft__info .map__wrap .map .root_daum_roughmap .map_border {
	display: none;
}
.ft__info .map__wrap .map__info {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft__info .map__wrap .map__info .map__addr h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
.ft__info .map__wrap .map__info .map__addr p {
	font-size: 18px;
}
.ft__info .map__wrap .map__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.ft__info .map__wrap .map__link a {
	z-index: 9;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 164px;
	height: 48px;
	border-radius: 30px;
	color: var(--white-color);
	background: var(--theme-color);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ft__info .map__wrap .map__link a::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #fd3f00;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ft__info .map__wrap .map__link a:hover::before {
	content: "";
	width: 168px;
	height: 168px;
}
.ft__info .map__wrap .map__link a:hover {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: rgba(0, 0, 0, 0);
}
.ft__info .info__time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 20px;
}
.ft__info .info__time > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 28px 0 56px 40px;
	background: #f5f7f9;
}
.ft__info .info__time .time__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 56px;
}
.ft__info .info__time .time__wrap h3 {
	font-size: 22px;
}
.ft__info .info__time .time__wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
.ft__info .info__time .time__wrap ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
}
.ft__info .info__time .time__wrap ul li strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90px;
	height: 30px;
	border-radius: 15px;
	color: var(--white-color);
	background: var(--theme-color);
}
.ft__info .info__time .time__wrap ul li p {
	margin-top: 8px;
}
.ft__info .info__time .time__wrap ul li.noti {
	margin-top: 10px;
}
.ft__info .info__time .time__wrap ul li.noti ul {
	gap: 8px;
	font-size: 15px;
	color: #9b9b9b;
}
.ft__info .info__time .time__wrap ul li .bus__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.ft__info .info__time .time__wrap ul li .bus__wrap p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.ft__info .info__time .time__wrap ul li .bus__wrap p .num {
	color: #7f7f7f;
}
.ft__info .info__time .public__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.ft__info .info__time .public__wrap > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ft__info .info__time .public__wrap > * h3 {
	min-width: 135px;
	font-size: 20px;
}
.ft__info .info__time .public__wrap > * p {
	margin-top: 3px;
	color: #515151;
}
.ft__info .info__time .public__wrap .public__bus p {
	margin-top: 0;
	line-height: 24px;
}
.ft__db {
	padding: 120px 0;
	color: var(--white-color);
	background: url(/img/landing/review/bg.jpg) no-repeat center top/cover;
}
.ft__db .review__tit {
	margin-bottom: 56px;
}
.ft__db .review__tit > * {
	text-align: center;
	line-height: 1;
}
.ft__db .review__tit {
	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;
}
.ft__db .review__tit span {
	font-size: 22px;
}
.ft__db .review__tit h2 {
	margin: 25px 0 35px;
	font-size: 60px;
}
.ft__db .review__tit p {
	font-size: 16px;
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .review__slide {
	margin-bottom: 140px;
}
.ft__db .review__slide .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.ft__db .review__slide .itm {
	padding: 45px 24px;
	max-width: 280px;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 20px;
	background: var(--white-color);
	overflow: hidden;
	color: #929292;
}
.ft__db .review__slide .itm > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.ft__db .review__slide .itm > span::before {
	content: "";
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	width: 135px;
	height: 25px;
	background: url(/img/landing/review/icon__star.svg) no-repeat center
		center/contain;
}
.ft__db .review__slide .itm .name {
	margin-top: 76px;
	margin-bottom: 20px;
	font-size: 22px;
}
.ft__db .review__slide .itm .content {
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 30px;
	color: #000;
}
.ft__db .review__slide .itm:nth-child(odd) {
	margin-top: 100px;
}
.ft__db .ft__section__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ft__db .ft__section__inner li p {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
.ft__db .ft__section__inner li input,
.ft__db .ft__section__inner li button {
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--white-color);
	border: 0;
	background: hsla(0, 0%, 100%, 0.2);
}
.ft__db .ft__section__inner li input {
	padding: 0 24px;
}
.ft__db .ft__section__inner li input:focus {
	border: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ft__db .ft__section__inner li input::-webkit-input-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li input::-moz-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li input:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li input::-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li input::placeholder {
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li textarea {
	width: 100%;
	height: 100%;
	max-height: 196px;
	padding: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--white-color);
	border: 0;
	background: hsla(0, 0%, 100%, 0.2);
}
.ft__db .ft__section__inner li textarea:focus {
	border: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ft__db .ft__section__inner li textarea::-webkit-input-placeholder {
	padding: 8px 16px;
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li textarea::-moz-placeholder {
	padding: 8px 16px;
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li textarea:-ms-input-placeholder {
	padding: 8px 16px;
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li textarea::-ms-input-placeholder {
	padding: 8px 16px;
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .ft__section__inner li textarea::placeholder {
	padding: 8px 16px;
	color: hsla(0, 0%, 100%, 0.5);
}
.ft__db .db__tit {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 430px;
	flex: 1 0 430px;
}
.ft__db .db__tit h2 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 700;
}
.ft__db .db__content {
	width: 100%;
}
.ft__db .db__content .top {
	margin-bottom: 40px;
}
.ft__db .db__content .top > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	gap: 40px;
}
.ft__db .db__content .top > ul > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ft__db .db__content .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 40px;
	margin-bottom: 40px;
}
.ft__db .db__content .bottom > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ft__db .db__content .bottom > ul:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
.ft__db .db__content .bottom > ul > li {
	height: 100%;
}
.ft__db .db__content .bottom .gender__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.ft__db .db__content .bottom .gender__tab > button {
	border: 1px solid rgba(0, 0, 0, 0);
	color: hsla(0, 0%, 100%, 0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ft__db .db__content .bottom .gender__tab > button:hover,
.ft__db .db__content .bottom .gender__tab > button.active {
	color: var(--white-color);
	border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.ft__db .form__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.ft__db .form__btn > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ft__db .form__btn > li input {
	width: 16px;
	height: 16px;
}
.ft__db .form__btn > li > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.ft__db .form__btn > li > label input {
	display: block;
	padding: 0;
	width: 24px;
	height: 24px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.ft__db .form__btn > li > label input[type="checkbox"]:checked {
	background: url(/img/chk.png) no-repeat 50% 50% #ff3f00;
	border-color: var(--white-color);
}
.ft__db .form__btn > li > label span {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
}
#ft {
	padding: 120px 0;
	background: #000;
	color: var(--white-color);
}
#ft .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 160px;
	padding-bottom: 80px;
}
#ft .top .ft__contact__itm h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
#ft .top .ft__contact__itm .call__num {
	margin-bottom: 32px;
	display: block;
	font-size: 60px;
	white-space: nowrap;
}
#ft .top .ft__contact__itm p {
	white-space: nowrap;
	font-size: 14px;
	line-height: 22px;
	opacity: 0.5;
}
#ft .top .ft__contact__itm.--hours strong {
	font-size: 14px;
	opacity: 0.5;
}
#ft .top .ft__contact__itm.--hours .noti li {
	font-size: 14px;
}
#ft .top .ft__contact__itm.--hours .noti li:first-child {
	margin-bottom: 8px;
}
#ft .top .ft__contact__itm > ul {
	margin-bottom: 24px;
}
#ft .top .ft__contact__itm > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#ft .top .ft__contact__itm > ul > li > strong {
	width: 95px;
}
#ft .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 110px;
}
#ft .bottom .ft__logo a {
	display: block;
	text-indent: -9999px;
	width: 224px;
	height: 80px;
	aspect-ratio: 1;
	opacity: 0.5;
	background: url(/img/logo/logo__w.svg) left center/contain no-repeat;
}
#ft .bottom #ft__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
	margin-bottom: 24px;
}
#ft .bottom #ft__link > a {
	font-size: 18px;
}
#ft .bottom #ft__company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
#ft .bottom #ft__company > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
#ft .bottom #ft__company > ul > li {
	position: relative;
	opacity: 0.5;
	font-size: 14px;
	white-space: nowrap;
}
#ft .bottom #ft__company > ul > li ~ li::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -12px;
	width: 2px;
	height: 12px;
	opacity: 0.3;
	background: var(--white-color);
}
#ft .copy {
	margin-top: 16px;
	opacity: 0.5;
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 1480px) {
	.ft__section__inner,
	.ft__db .ft__section__inner {
		padding: 0 40px;
	}
} /*# sourceMappingURL=ft.min.css.map */
