<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&amp;display=swap');
/* 635 */
.loadWrap {font-family: "Noto Sans KR", sans-serif;}
.subVTop {
    /* height: 63.5rem; */
    background: url(../img/network/loadVBG.jpg) no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:26.8rem  0 32.1rem 0;
}

.loadTitle {
    position: relative;
    font-size: 4.5rem;
    letter-spacing: -0.06em;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 600;
}

.loadTitle::before {
    content: '';
    width: 2.05rem;
    height: 0.5rem;
    background: #d4b59e;
    position: absolute;
    bottom: -6.6rem;
    left: 50%;
    transform: translateX(-50%);
}
.loadCont {
	padding:17.9rem 2rem;
	width:100%;
	max-width:1087px;
	margin:0 auto;
}
.tab {
    overflow: hidden;
    display: flex;
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 1rem 1.6rem;
	transition: 0.3s;
	width: calc(100%/6);
	font-size: 2.4rem;
	letter-spacing: -0.02em;
	background: #FFF;
	border: 1px solid #000;
	border-right:none;
	color:#000;
	font-family: "Noto Sans KR", sans-serif;
	font-weight:300;
	line-height:3rem;
}
.tab button span {
	color:#000;
	font-size: 2rem;
	
}
.tab button:last-child {border-right: 1px solid #000;}
.tab button:hover {
	background-color: #000;
	color:#FFF;
}
.tab button:hover span {color:#FFF;}

.tab button.active {
	color:#FFF;
	background-color: #000;
}
.tab button.active span {color:#FFF;}

.tabcontent {
    display: none;
    padding: 0;
    border-top: none;
    margin-top: 9.4rem;
}

.tabcontentInner {display:flex;}
.loadImgH {
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47.5rem;
}

.loadImgH img {width:100%; height:auto;}

.loadRight {
    color: #000;
    width: 50%;
    padding-top: 3.4rem;
}
.storeName {
    color: #000;
    font-size: 3rem;
    letter-spacing: -0.04em;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    padding-bottom: 0.5rem;
	position:relative;
	padding-left: 7.5rem;
}

.storeName::before {
	content:'';
	width: 71.4%;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	height:2px;
}

.loadRTitle {
    color: #000;
    font-size: 2.4rem;
    letter-spacing: -0.04em;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.time {
    margin-top: 4.3rem;
	padding-left: 7.5rem;
}

.time.contact  {
    margin-top: 5.8rem;
}
.infoList li {
    display: flex;
    justify-content: flex-start;
}
.infoList li p {
    color: #000;
    font-weight: 300;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 2.4rem;
}
.infoListA {
	width:6.6rem;
	margin-right:2.1rem;
}
.infoList li p.infoListB {color:#000; font-size: 1.7rem;}

.infoList li p.infoListC {
    width: 5.1rem;
    font-weight: 500;
	margin-right:3.3rem;
}

@media (max-width:991px) {
	.subVTop {padding: 16.8rem  0 17.1rem 0;}
	.loadTitle {font-size: 3.8rem;}
	.loadTitle::before {bottom: -3.6rem;}
	.loadCont {padding: 8rem 2rem;}
	.tab button {font-size: 2rem; padding: 1.1rem 1.6rem;}
	.tabcontent {margin-top: 6.4rem;}
	
	.tabcontentInner {display: flex; flex-direction: column;}
	.loadImgH {width: 100%; height: 50rem;}
	.loadRight {
		color: #000;
		width: 100%;
		padding-top: 2.5rem;
	}

	.time, .time.contact {
		margin-top: 2rem;
		padding-left: 2rem;
	}
	.storeName {
		font-size: 3rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		margin-bottom: 2.5rem;
	}
	.loadRTitle {margin-bottom: 0.7rem;}
	.storeName::before {width:100%;}
}

@media (max-width:767px) {
	.subVTop {
		padding: 12.8rem  0 11.1rem 0;
	}
	
	.loadTitle {
		font-size: 2.6rem;
	}
	.loadTitle::before {
		bottom: -3rem;
		height: 0.3rem;
	}
	.loadCont {
		padding: 5rem 2rem;
	}
	.tab button {
		font-size: 1.4rem;
		padding: 1.1rem 0.25rem;
	}
	
	.tabcontent {
		margin-top: 2.4rem;
	}
	.loadImgH {
		width: 100%;
		height: 38rem;
	}
	
	.storeName {
		font-size: 2.3rem;
		padding-bottom: 1rem;
		padding-left: 0rem;
		margin-bottom: 2rem;
	}
	
	.time, .time.contact {margin-top: 2rem; padding-left: 0;}
	.loadRTitle {font-size: 1.6rem; margin-bottom: 0.4rem;}
	.infoList li {
		display: flex;
		justify-content: flex-start;
		padding-bottom: 0.2rem;
	}
	.infoList li p {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	
	.infoList li p.infoListB {font-size: 1.5rem;}
	.tab button {line-height: 1.7rem;}
	.tab button span {font-size: 1.1rem;}

}
	
	
	
	
	
	
	
	</pre></body></html>