
.container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 100px 0;
}

.branch .container {
	width: 1368px;
	padding: 100px 360px;
	margin: 0 auto;
	letter-spacing: -2%;
	min-height: calc(100vh - 140px);
}

.top {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px; /* 112.5% */
	padding: 9px 0;
}
.m_br {
	display: none;
}

/* 메인 */
#main {
	background: #f3f0eb;
}
.write_btn {
	position: fixed;
	right: 40px;
	bottom: 40px;
}
.write_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	padding: 12px 26px;
}
/* 스토어 */
.store_tab {
	width: 100%;
	display: flex;
	align-items: center;
}
.store_tab li {
	width: calc(100% / 3);
	color: #666;
	text-align: center;
	font-size: 20px;
	line-height: 130%;
	font-weight: 400;
	letter-spacing: -2%;
	padding: 16px 0px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.store_tab li.active {
	color: #111;
	border-bottom: 1px solid #111;
	font-weight: 600;
}
.store_tab.mobile {
	display: none;
}
.store_con {
	margin-top: 64px;
}
.store_con .store {
	display: none;
	opacity: 0;
	gap: 0 112px;
	position: relative;
	margin-bottom: 160px;
	transition: opacity 0.5s ease;
	position: relative;
}

.store_con .store .action_btns {
	position: absolute;
	right: 0;
	top: 0;
}
.store_con .store .action_btns a {
	
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 6px 16px;
}
.store_con .store .swiper-container {
	overflow: hidden;
}
.store_con .store .swiper-container img {
	-webkit-user-drag: none;
	cursor: pointer;
}
.store_con .store.show {
	display: flex;
	align-items: center;
	opacity: 1;
	transition: opacity 0.5s ease;
}
.store_con .store:last-child,
.store_con .store.one-show {
	margin-bottom: 0;
}
.store_con .store:last-child::before,
.store_con .store.one-show::before {
	display: none;
}
.store_con .store::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -79px;
	width: 100%;
	height: 1px;
	background-color: #cccbc1;
}
.store_con .store .left {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	width: 672px;
}
.store_con .store .left .thumb_img {
	display: flex;
	justify-content: space-between;
}
.thumb_img .swiper-slide {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}
.thumb_img .swiper-slide.swiper-slide-thumb-active {
	opacity: 1 !important;
	transition: opacity 0.3s ease;
}
.store_con .store .right {
	letter-spacing: -2%;
	width: calc(100% - 672px - 112px);
}
.store_con .store .right h5 {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
}
.store_con .store .right .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px 0;
	margin: 24px 0 36px;
	letter-spacing: -2%;
}
.store_con .store .right .info li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 8px;
	line-height: 20px;
	font-size: 16px;
}
.store_con .store .right .info li span {
	width: 84px;
	color: #111;
	font-weight: 600;
}
.store_con .store .right .info li p {
	color: #666;
	font-weight: 400;
}
.store_con .store .right .info li .time {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.store_con .store .right .info li .time em {
	margin-right: 8px;
	display: inline-block;
}
.store_con .store .right .btns {
	display: flex;
	align-items: center;
	gap: 0 12px;
}
.store_con .store .right .btns a {
	display: flex;
	width: calc(100% / 2 - 6px);
	height: 50px;
	padding: 12px 0px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #111;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	border: 1px solid #666;
	background: #f3f0eb;
}
.store_con .store .right .btns a.reserve {
	border: 0;
	background: #111;
	color: #fff;
}
.store_con .store .right > .map {
	margin-top: 28px;
	width: 100%;
	aspect-ratio: 536 / 201;
}


.branch .title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 24px;
	gap: 0 12px;
}
.branch .title h3 {
	color: #111;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -2%;
}
.branch .title span {
	display: flex;
	align-items: center;
	gap: 0 4px;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -2%;
}
.branch .title span em {
	color: #f26e6e;
}
.branch .contact_form form {
	padding: 40px 0 0;
	border-top: 2px solid #111;
	display: flex;
	flex-direction: column;
	letter-spacing: -2%;
	gap: 28px 0;
}
.branch .contact_form form .row {
	display: flex;
	gap: 0 8px;
	align-items: baseline;
}
.branch .contact_form form .row.branch_img {
	flex-direction: column;
}
.branch .contact_form form .row .label {
	display: flex;
	align-items: flex-start;
	gap: 0 4px;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	width: 160px;
}

.branch .contact_form form .row .label span {
	color: #f26e6e;
}
.branch .contact_form form .row input{
	background-color: transparent;
	padding: 8px 0;
	border-bottom: 1px solid #a2a09c;
	outline: none;
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	flex-grow: 1;
}
.branch .contact_form form .row.branch_img input {
	margin-left: 160px;
	margin-bottom: 10px;
}
.branch .contact_form form .row .input_text {
	width: calc(100% - 164px);
	max-width: 440px;
}
.branch .contact_form .write_div {
	display: flex;
	gap: 0 10px;
	margin-top: 30px;
}
.branch .contact_form .btn {
	color: #fff;
	text-align: center;
	font-family: "Pretendard", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -2%;
	display: flex;
	width: 180px;
	height: 40px;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}


/* 768px ~ 1320px */
@media (max-width: 1320px) {
	.container {
		padding: 80px 24px;
	}
	.top {
		font-size: 13px;
		padding: 7px 0;
	}
	.pc_br {
		display: none;
	}

	#main {
		padding-top: 60px;
	}
	.store_con {
		margin-top: 60px;
	}
	.store_con .store {
		gap: 0 48px;
		position: relative;
		margin-bottom: 136px;
	}
	.store_con .store::before {
		bottom: -67px;
	}
	.store_con .store .left {
		display: flex;
		flex-direction: column;
		gap: 8px 0;
		width: 50%;
	}
	.store_con .store .left .main_img {
		width: 100%;
		aspect-ratio: 636 / 406;
	}
	.store_con .store .left .thumb_img {
		display: flex;
		justify-content: space-between;
	}
	.store_con .store .right {
		width: auto;
	}
	.store_con .store .right .info {
		margin: 28px 0 32px;
	}
	.store_con .store .right .map {
		width: 100%;
		aspect-ratio: 588 / 177;
	}
}
@media (max-width: 1000px) {
	.container {
		padding: 0 !important;
	}
	.store_con {
		margin-top: 0;
	}
	.store_con .store {
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: 0;
	}
	.store_con .store .left {
		width: 100%;
	}
	.store_con .store .right {
		width: 100%;
		padding: 40px 24px;
	}
	.store_tab.pc {
		display: none;
	}
	.store_tab.mobile {
		display: block;
		position: relative;
		padding: 32px 20px;
	}
	.store_toggle_icon {
		transition: transform 0.3s ease;
	}
	.store_toggle_icon.rotate {
		transform: rotate(-180deg);
		transition: transform 0.3s ease;
	}

	.store_tab.mobile button {
		width: 100%;
		padding: 0 20px;
		color: #111;
		font-family: "Pretendard", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: -2%;
		display: flex;
		align-items: center;
		height: 45px;
		border: 1px solid #666;
		box-sizing: border-box;
		cursor: pointer;
		text-align: left;
		justify-content: space-between;
	}
	.store_tab.mobile ul {
		width: 100%;
		border: 1px solid #666;
		border-top: 0;
		display: none;
	}
	.store_tab.mobile ul li {
		width: 100%;
		color: #111;
		font-family: "Pretendard", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		height: 45px;
		display: flex;
		align-items: center;
		padding: 0 20px;
		letter-spacing: -2%;
	}
	.store_tab.mobile ul li {
		border: 0;
	}
}
/* 모바일 ~ 768px */
@media (max-width: 768px) {
	.m_br {
		display: block;
	}

	.store_con .store .right h5 {
		font-size: 20px;
	}
	.store_con .store .right .info {
		gap: 12px 0;
		margin: 24px 0 28px;
	}
	.store_con .store .right .info li {
		font-size: 14px;
		flex-wrap: nowrap;
		word-break: keep-all;
	}
	.store_con .store .right .info li span {
		width: 60px;
	}
	.store_con .store .right .info li .time {
		gap: 4px 0;
	}
	.store_con .store .right .btns {
		gap: 0 12px;
	}
	.store_con .store .right .btns a {
		font-size: 14px;
	}
	.store_con .store .right > .map {
		margin-top: 20px;
		width: 100%;
		aspect-ratio: 300 / 160;
	}
}
