#footer { background-color: #373943; border-top: 0px solid #1161af; }
#footer .inner { padding: 6rem 1.25rem; max-width: 1600px; margin: 0 auto; color: #ced2d8 }
#footer .corp_wap {display: flex; justify-content: space-between; align-content: center; width: 100%; margin: 0; position: relative;}
#footer .corp_wap h2{color: #fff; font-size: 20px}
#footer .corp_address {font-size: 15px}
#footer .corp_address address{font-style:normal; margin-top: 30px} 
#footer .corp_address .company {display: inline-block; margin-left: -1rem}
#footer .corp_address .privacy {}
#footer .corp_address .company p {display: inline-block; margin: .8rem 0 0;}
#footer .corp_address .company p b {display: inline-block; margin-right: 5px;}
#footer .corp_address .company span { margin:0 1rem; font-size: 15px; color: #ced2d8}

/* 패밀리 사이트*/
.ft_family_site {
  font-size: 15px;
  margin-left: auto;
  max-width: 200px;
  width: 100%;
  position: relative;
}
.footer_f_site::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
  bottom: -5px;
}
.ft_family_site > a {
  position: relative;
}
.ft_family_site > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  z-index: 1001;
  border: 1px solid #555;	
  border-bottom: 0px;		
}
.ft_family_site > ul > li {
  background-color: #373943;
}
.ft_family_site > ul > li a {
  color: #fff;
  border: 0	
}
.ft_family_site a {
  display: block;
  padding: 15px;
  border: 1px solid #555;
  position: relative;
  color: #fff;
}
.ft_family_site > a::before {
  content: "\e930";
  font-family: "xeicon";
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 10px;
}

/*#footer .top { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 3rem; }
#footer .top .left, #footer .top .right { flex: 1; min-width: 300px; }
#footer .top .txt h3 { font-size: 1.25rem; font-weight: 800; padding-bottom: 1.25rem; }
#footer .top .txt ul { padding: 0; list-style: none; }
#footer .top .txt ul li { font-size: 1.0625rem; padding: 0.5rem 0; display: flex; align-items: center; flex-wrap: wrap; }
#footer .top .txt ul li h2 { font-weight: 800;  font-size: 1.125rem; margin-right: 1rem; }
#footer .top .txt ul li span { font-size: 1.125rem; color: #838383; font-weight: 500; }*/
#footer .bottom { margin-top: 2rem; }
#footer .bottom ul { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; }
#footer .bottom ul li { margin-right: 2rem; margin-bottom: 1rem; }
#footer .bottom ul li a { font-size: 1.0625rem; color: #fff; font-weight: 800; }
#footer .bottom ul li span { color: #d50000; }
#footer .copy { font-size: 14px; opacity: 0.5; font-weight: 400; margin-top: 2rem; }
#footer .sns_box { display: flex; gap: 1.5rem; margin-top: 2rem; padding: 0; }
#footer .sns_box .sns a { display: block; width: 4rem; height: 4rem; border: 1px solid rgba(255,255,255,0.2); font-size: 0; background: url(../img/facebook.png) no-repeat center / 0.6rem; }
#footer .sns_box .sns.n2 a { background-image: url(../img/insta.png); background-size: 2rem; }
#footer .sns_box .sns.n3 a { background-image: url(../img/naver.png); background-size: 1.8rem; }

@media (max-width: 768px) {
    #footer .top { flex-direction: column; }
    #footer .top .left, #footer .top .right { width: 100%; margin-bottom: 2rem; }
    #footer .bottom ul { flex-direction: column; }
    #footer .bottom ul li { margin-right: 0; }
    #footer .corp_wap {flex-direction: column-reverse;}	
    .ft_family_site {width: 100%; margin-bottom: 30px; max-width: none}	
	
}

@media (max-width: 576px) {
	#footer .inner { padding: 3rem 1.25rem;}
    #footer .top .txt ul li h2 { font-size: 16px}
    #footer .top .txt ul li span { font-size: 16px}
    #footer .sns_box .sns a { display: block; width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,0.2); font-size: 0; background: url(../img/facebook.png) no-repeat center / 0.6rem; }
    #footer .sns_box .sns.n2 a { background-image: url(../img/insta.png); background-size: 1.0rem; }
    #footer .sns_box .sns.n3 a { background-image: url(../img/naver.png); background-size: 1.0rem; }
    #footer .corp_wap {flex-direction: column-reverse;}		
	.ft_family_site {width: 100%; margin-bottom: 30px; max-width:: none}
		
}