@charset "utf-8";
.font-e {
  font-family: 'roboto', sans-serif;
  letter-spacing: 0.5px;
}
.mu_tel {
  font-weight: 500;
  font-size: 33px;
}
.mu_footer * {
  color: #fff;
}

/* FOOTER */
.mu_footer {
  font: 300 16px/21px "Noto Sans KR",sans-serif !important;
}
.mu_footer {
	padding: 37px 27px;
	background: #212121;
	font-size: 12px !important;
}
.mu_cs_txt, .mu_foot_info p, .mu_foot_info a, .mu_foot_copy p,.mu_foot_copy li a{ 
  font-family: "Noto Sans KR",sans-serif !important;
}
.mu_footer * {
	color: #fff;
}
.mu_foot_cs {
	position: relative;
	padding: 20px 0 0;
}
.mu_foot_cs:before {
	content:'';
	display: block;
	width: 23px;
	height: 1.5px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.mu_tel {
	font-weight: 500;
	font-size: 33px;
}
.mu_cs_txt {
	margin-top: 27px;
	font-size: 13px;
	font-weight: 500;
}
.mu_cs_txt2 {
	margin-top: 15px;
	color: #99918e;
	line-height: 17px;
}
.mu_foot_info p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 25px;
}
.mu_foot_info a {
	display: inline-block;
	background: url(../img/icon/icn_footer_arrow_right.png) right center no-repeat;
	-webkit-background-size: 6px;
    background-size: 6px;
	padding-right: 14px;
	font-size: 12px;
	font-weight: 500;
	margin-top: 15px;
}
.mu_foot_sns {
	display: table;
	width: 100%;
	font-size: 0;		
	margin-top: 15px;
}
.mu_foot_sns a {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
}
.mu_foot_sns .sns {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(255,255,255,0.07) url(../img/common/sns1.png) center no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
	display: inline-block;
}
.mu_foot_sns a + a {
	margin-left: 5px;
}
.mu_foot_sns .sns + .sns {
	margin-left: 5px;
}
.mu_foot_sns .sns2 {
	background-image: url(../img/common/sns2.png);
	-webkit-background-size: 23px;
	background-size: 23px;
}
.mu_foot_sns .sns3 {
	background-image: url(../img/common/sns3.png);
	-webkit-background-size: 28px;
	background-size: 28px;
}
.mu_foot_sns .sns4 {
	background-image: url(../img/common/sns4.png);
	-webkit-background-size: 22px;
	background-size: 22px;
}
.mu_foot_fam {
	margin-top: 15px;
}
.mu_foot_fam .fam_box {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(255,255,255,0.05);
	text-align: center;
	position: relative;
	z-index: 499;
}
.mu_foot_fam .fam-tit {
	font-weight: bold;
}
.mu_foot_fam .fam-tit img {
	vertical-align: 1px;
	width: 11px;
	margin-left: 4px;
}
.mu_foot_fam .fam-wrap {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: #fff;
	display: none;
}
.mu_foot_fam .fam_list {
	width: 100%;	
}
.mu_foot_fam .fam_list a {
	color: #000;
	text-align: center;
	line-height: 50px;
	width: 100%;
	display: block;
}
.mu_foot_copy {
	margin-top: 20px;
}
.mu_foot_copy p {
	color: #99918e;
	letter-spacing: -0.7px;
}
.mu_foot_copy ul {
	display: table;
	font-size: 0;
	width: 100%;
}
.mu_foot_copy li {
	display: inline-block;
	position: relative;
}
.mu_foot_copy li + li {
	padding-left: 9px;
	margin-left: 9px;
}
.mu_foot_copy li + li:before {
	content: '';
	width: 1px;
	height: 11px;
	background: rgba(255,255,255,0.5);
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mu_foot_copy a {
	font-size: 12px;
}