@charset "UTF-8";

#footer {
	background-color: #ccc;	
	padding: 50px 0;
}

.ft-wrap {
	font-size: 12px;
}
.ft-wrap.inner {
	height: inherit;
}

.ft-wrap .ft-top {
	border-bottom: 1px solid #fff;
	margin-bottom: 16px;
}
.ft-top .personal-item {
	display: flex;
	gap: 20px;
	font-size: 14px;	
}
.ft-top .personal-item .line {
	font-weight: bold;
}

.ft-top .company-list {
	justify-content: flex-start;
	gap: 10px;
	margin: 22px 0;
}
.ft-top .company-item {
	position: relative;
}
.ft-top .company-item::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: url(/images/antiviral/btn-arrow.png) no-repeat center / contain;
}
.ft-top .company-item select {
    font-size: 14px;
    font-family: 'Nanum Square';
    appearance: none;
    border: none;
    border-radius: 10px;
	padding: 10px 30px 10px 10px;
    cursor: pointer;
}

/* .ft-wrap .ft-contact {} */
.ft-wrap .ft-contact .txt {
	line-height: 20px;
	margin-bottom: 18px;
}

.ft-wrap .ft-contact .number-list {
	justify-content: flex-start;
	gap: 20px;
}
.ft-wrap .ft-contact .number-list .tel {
	display: inline-block;
}
.ft-wrap .ft-contact .number-list .tel.line::after {
	height: 12px
}











































