/* BASIC css start */
footer {    border-top: 1px solid #D6D6D6;
    background: #fff;
    padding: 46px 0 55px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
    
}

footer * {
}

footer .w1300 {
	width:1300px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── 왼쪽 영역 ── */
.footer-left {
	flex: 1;
}
/* 상단 네비 링크+소셜 아이콘 */
.footer-nav {
	display:flex;
	align-items:center;
	gap:0;
	flex-wrap:wrap;
	margin-bottom:32px;
}
.footer-nav a {
	font-size:13px;
	color:#717171;
	text-decoration:none;
	white-space:nowrap;
	font-weight:400;
}
.footer-nav a:hover {
	text-decoration:underline;
}
.footer-nav .divider {
	font-size:8px;
	color:#717171;
	margin: 0 7px;
}
/* 소셜 아이콘 묶음 */
.social-icons {
	display:flex;
	align-items:center;
	gap:6px;
	margin-left:18px;
}
.social-icons a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:26px;
	height:26px;
	border-radius:50%;
	text-decoration:none;
	transition:opacity 0.2s;
}
.social-icons a:hover {
	opacity:0.8;
}
.social-icons a svg {
	width:26px;
	height: 26px;
}
/* GREEN STORE 뱃지 */
.green-store-badge img{
    width: 79px;
    margin-bottom: 12px;
}

/* 회사 정보 텍스트 */
.footer-info {
	font-size:12px;
	color:#555;
	line-height:2;
}
.footer-info .info-row {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:0;
	margin-bottom:2px;
}
.footer-info .info-row span {
    white-space: nowrap;
    font-size: 13px;
    color: #000;
    letter-spacing: -.2px;
    font-weight:400;
}


.footer-info .info-row span em{color:#929292}

.footer-info .sep {
    color: #bbb !important;
    margin: 0px 10px;
    font-size: 13px !important;
    font-weight: 600;
}
.footer-info a {
    font-size: 13px;
    color: #FF5700;
    text-decoration: underline;
    margin-left: 5px;
}

.footer-copyright {
    font-size: 12px;
    color: #606060;
    margin-top: 16px;
}
/* ── 오른쪽 고객센터 영역 ── */
.footer-right {
	flex-shrink:0;
	margin-left:60px;
}
.footer-right .cs-label {
    font-size: 13px;
    color: #717171;
    margin-bottom: 11px;
    font-weight: 500;
}
.footer-right .cs-number {
    font-size: 35px;
    font-weight: 800;
letter-spacing: -0.7px;
    color: #136553;
    line-height: 1.1;
    margin-bottom: 8px;
    margin-right: 10px;
}

.footer-right .cs-hours {
    font-size: 13px;
    color: #000;
    line-height: 1.9;
}
.footer-right .cs-hours .row {
    display: flex;
    gap: 8px;
    font-size: 13px;
    line-height: 1.9;
    color: #000;
}
.footer-right .cs-hours .row .label {
	color:#979797;
	width:28px;
	text-align:left;
}
.footer-right .cs-hours .holiday {
    color: #000;
}

/* BASIC css end */

