@charset "UTF-8";


#footer {
	height: 255px;
    background-color: #2D3035;
}
#footer .footer-wrap {
	color: #fff;
	font-size: 12px;
	padding: 52px 0 32px;
}
#footer .footer-wrap .top-footer {
	justify-content: space-between;
	margin-bottom: 25px;
}
.footer-wrap .top-footer .ft-logo {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background: none;
	position: inherit;
	padding-left: 0;
}
.footer-wrap .top-footer .util-box .right {
	position: relative;
	margin-right: 30px;
}
.footer-wrap .top-footer .util-box .right::after {
	content: "";
	position: absolute;
	top: 2px;
    right: -16px;
    width: 1px;
    height: 14px;
	background-color: #fff;
}

.footer-wrap .top-footer .member-box {
	display: block;
    height: 34px;
    border: none;
    background-color: #000;
    font-weight: 500;
    color: #fff;
    padding-left: 7px;
}
.footer-wrap .top-footer .member-box option {
    display: block;
    border: 1px solid #E1E1E6;
    border-radius: 4px;
    font-weight: 700;
    padding: 6px;
    margin-bottom: 16px;
    z-index: 10;
}


#footer .footer-wrap .addr-area {
	color: #ccc;
}
.footer-wrap .addr-area .addr-box {
	justify-content: flex-start;
	gap: 20px;
	margin: 14px 0 32px;
}
.footer-wrap .addr-area .addr-box span {
	display: inline-block;
	position: relative;
}
.footer-wrap .addr-area .addr-box span::after {
	content: "";
	position: absolute;
	top: 2px;
    right: -12px;
    width: 1px;
    height: 80%;
	background-color: #ccc;
}
.footer-wrap .addr-area .addr-box span:last-child::after {
	content: none;
}

