.sub-tab {
	width: 100%;
	padding: 0 calc(50% - 600px);
	font-size: 18px;
	border-left: 0;
}
.sub-tab button {
	width: 20%;
	background: #f6fbf2;
	border: 0;
	border: 1px solid var(--theme-color);
	border-right: 0;
	height: 60px;
}
.sub-tab button:last-child {
	border-right: 1px solid var(--theme-color);
}
.sub-tab .active {
	background: var(--theme-color);
	color: #fff;
	font-weight: bold;
}
#sub-tab .sub-tab {
	position: sticky;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
}
#sub-tab .tab-img {
	overflow: hidden;
}
#sub-tab .tab-img img {
	position: relative;
	left: 50%;
	margin-left: -1000px;
}
#sub__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1800px;
	padding: 70px 0;
	border-radius: 50px;
	margin: 0 auto 120px;
	background: #fdfbfa;
	position: relative;
}
#sub__info .compare__view li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#sub-wrap.sub-1-sub-3 .branch__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 44px;
	margin-bottom: 44px;
}
#sub-wrap.sub-1-sub-3 .branch__btn button {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 15px;
	color: #5f5f5f;
	border: 0;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#sub-wrap.sub-1-sub-3 .branch__btn button:hover,
#sub-wrap.sub-1-sub-3 .branch__btn button.--on {
	color: var(--theme-color);
	border-bottom: 3px solid var(--theme-color);
}
#sub-wrap.sub-1-sub-3 .branch__noti {
	margin-bottom: 20px;
}
#sub-wrap.sub-1-sub-3 .branch__noti p {
	display: none;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	font-weight: 300;
	color: #525252;
}
#sub-wrap.sub-1-sub-3 .branch__noti p span {
	font-weight: 700;
}
#sub-wrap.sub-1-sub-3 .branch__noti p.--on {
	display: block;
}
#sub-wrap.sub-1-sub-3 .branch__content {
	display: none;
}
#sub-wrap.sub-1-sub-3 .branch__content.--on {
	display: block;
}
#sub-wrap.sub-1-sub-3 .sub__map {
	width: 1400px;
	height: 500px;
	margin: 0 auto;
}
#sub-wrap.sub-1-sub-3 .sub__map .root_daum_roughmap {
	width: 100%;
	height: 100%;
}
#sub-wrap.sub-1-sub-3 .sub__info {
	width: 1400px;
	padding: 40px 0 90px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
}
#sub-wrap.sub-1-sub-3 .sub__info .--tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	font-size: 26px;
	color: var(--theme-color);
	line-height: 1;
}
#sub-wrap.sub-1-sub-3 .sub__info .--tit i {
	margin-top: 3px;
	margin-right: 12px;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .--tit i::after {
	content: url(/sub/sub-1/img/sub-3/icon-hours.png);
}
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .contact__hours {
	width: 380px;
	line-height: 2;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .contact__hours dt:nth-of-type(1),
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dt:nth-of-type(1)
	*,
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .contact__hours dd:nth-of-type(1),
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dd:nth-of-type(1)
	* {
	color: var(--theme-color);
}
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dt:nth-of-type(3)
	span,
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dd:nth-of-type(3)
	span {
	color: red;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .contact__hours dt {
	width: 5.5em;
	font-weight: 600;
	white-space: nowrap;
}
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dt:nth-of-type(1) {
	letter-spacing: 2.65em;
}
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dt:nth-of-type(2) {
	letter-spacing: 0.85em;
}
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dt:nth-of-type(4) {
	letter-spacing: 0.23em;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .contact__hours dd {
	width: calc(100% - 5.5em);
}
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dd:not(:nth-last-child(-n + 2)) {
	letter-spacing: 0.1em;
}
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dd:nth-last-child(-n + 2) {
	width: 100%;
	font-size: 16px;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .contact__hours dd .--box {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	line-height: 1;
	padding: 6px 12px;
	margin-left: 5px;
	color: #fff;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__hours .contact__hours dd .--box.--red {
	background: #ab4b49;
}
#sub-wrap.sub-1-sub-3
	.sub__info
	.info__hours
	.contact__hours
	dd
	.--box.--orange {
	background: #d47d4d;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__ways .--tit i::after {
	content: url(/sub/sub-1/img/sub-3/icon-ways.png);
}
#sub-wrap.sub-1-sub-3 .sub__info .info__ways .contact__hours {
	width: 432px;
	line-height: 1.8;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__ways .contact__hours dt {
	width: 4.5em;
	font-weight: 600;
	white-space: nowrap;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__ways .contact__hours dd {
	width: calc(100% - 4.5em);
	margin-bottom: 20px;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel .--tit i::after {
	content: url(/sub/sub-1/img/sub-3/icon-tel.png);
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel .--tel {
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel nav {
	padding-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel nav a {
	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;
	color: #525252;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel nav a:not(:last-child) {
	margin-right: 40px;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel nav a i {
	width: 76px;
	height: 76px;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel nav a:nth-of-type(1) i {
	background: url(/sub/sub-1/img/sub-3/circle-kakao.png) center no-repeat;
}
#sub-wrap.sub-1-sub-3 .sub__info .info__tel nav a:nth-of-type(2) i {
	background: url(/sub/sub-1/img/sub-3/circle-tel.png) center no-repeat;
}
#sub-wrap.sub-4-sub-1 a,
#sub-wrap.sub-4-sub-2 a {
	width: 158px;
	height: 41px;
	position: absolute;
	left: calc(50% - 700px);
	bottom: 120px;
}
@media (max-width: 1400px) {
	#sub-wrap.sub-4-sub-1 a,
	#sub-wrap.sub-4-sub-2 a {
		width: 111px;
		height: 29px;
		left: calc(50% - 490px);
		bottom: 84px;
	}
} /*# sourceMappingURL=sub.min.css.map */
