/* =========================================================
   Netofis Footer Modern
   - 전체 가로폭 980px 고정
   - 큰 글씨 16px / 작은 글씨 14px 기준
   - 기존 footerWrap3 영역과 충돌을 줄이기 위해 nt-footer 전용 클래스 사용
========================================================= */
.nt-footer {
	width: 980px;
	margin: 25px auto 0;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	color: #5f6670;
	letter-spacing: -0.4px;
	box-sizing: border-box;
}

.nt-footer * {
	box-sizing: border-box;
}

.nt-footer a {
	color: inherit;
	text-decoration: none;
}

.nt-footer__box {
	width: 980px;
	background: #fff;
	border: 1px solid #e4e8ee;
	border-radius: 7px;
	box-shadow: 0 12px 30px rgba(30, 42, 60, 0.06);
	overflow: hidden;
}

.nt-footer__main {
	display: table;
	width: 100%;
	padding: 30px 12px 30px;
}

.nt-footer__col {
	display: table-cell;
	vertical-align: top;
	padding: 0 12px;
	border-left: 1px solid #e4e8ee;
}

.nt-footer__col:first-child {
	border-left: 0;
	padding-left: 18px;
}

.nt-footer__brand {
	width: 235px;
}

.nt-footer__company {
	width: 275px;
}

.nt-footer__center {
	width: 215px;
}

.nt-footer__manager {
	width: 255px;
	padding-right: 18px;
}

.footer-logo{
    height:28px;
    display:flex;
    align-items:center;
	margin-bottom:24px;
}
.footer-logo img{
    max-width:92px;
    max-height:28px;
    width:auto;
    height:auto;
}

.nt-footer__notice,
.nt-footer__col p {
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 400;
	color: #5f6670;
}

.nt-footer__col h3 {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 700;
	color: #1f2329;
}

.nt-footer__line {
	display: block;
	width: 32px;
	height: 1px;
	margin: 24px 0 24px;
	background: #d9dee5;
}

.nt-footer__quick {
	display: table;
	width: 100%;
	margin-top: 24px;
	table-layout: fixed;
}

.nt-footer__quick a {
	display: table-cell;
	text-align: center;
	font-size: 14px;
	color: #5f6670;
}

.nt-footer__quick a:hover {
	color: #dd1032;
}

.nt-footer__icon {
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto 10px;
	border: 1px solid #dfe4ea;
	border-radius: 50%;
	background: #fff;
	transition: all 0.2s ease;
}

.nt-footer__icon svg {
	width: 22px;
	height: 22px;
	margin-top: 11px;
	fill: #7d858f;
}

.nt-footer__quick a:hover .nt-footer__icon {
	border-color: #dd1032;
	box-shadow: 0 8px 18px rgba(221, 16, 50, 0.12);
}

.nt-footer__quick a:hover svg {
	fill: #dd1032;
}

.nt-footer__quick em {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
}

.nt-footer__bottom {
	display: table;
	width: 100%;
	min-height: 66px;
	padding: 0 28px;
	border-top: 1px solid #e4e8ee;
	background: #fff;
}

.nt-footer__copy,
.nt-footer__ssl {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
	color: #6f7680;
}

.nt-footer__copy a {
	font-weight: 700;
	color: #0f55c8;
}

.nt-footer__copy span {
	display: inline-block;
	width: 1px;
	height: 13px;
	margin: 0 16px;
	vertical-align: -2px;
	background: #d7dce2;
}

.nt-footer__ssl {
	width: 150px;
	text-align: right;
	color: #a4abb4;
	white-space: nowrap;
}

.nt-footer__ssl svg {
	width: 17px;
	height: 17px;
	margin-right: 7px;
	vertical-align: -3px;
	fill: #a4abb4;
}
