/**/
#footer {
  position: relative;
  z-index: 999;
}
#footer {
  background: #f5f5f5;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}
/**/
#footer > .sec0 > .inside {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer > .sec1 {
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}
#footer > .sec1 > .inside {
  padding-top: 20px;
  padding-bottom: 30px;
}
/**/
#footer .foot_menu {
  font-size: 0;
}
#footer .foot_menu > li {
  display: inline-block;
}
#footer .foot_menu > li + li {
  margin-left: 25px;
}
#footer .foot_menu > li > a {
  line-height: 1.5em;
  font-size: 14px;
  color: #999999;
  letter-spacing: calc(-60 * 0.001em);
}
/**/
#footer .foot_sns_links {
  font-size: 0;
}
#footer .foot_sns_links {
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 0px;
}
#footer .foot_sns_links > a + a {
  margin-left: 10px;
}
/**/
#footer .address_table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
#footer .address_table > .cell {
  display: table-cell;
  vertical-align: middle;
}
#footer .address_table > .cell.logo {
  width: 147px;
}
#footer .address_table > .cell.family_select {
  width: 205px;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  #footer .address_table {
    display: block;
  }
  #footer .address_table > .cell {
    display: block;
    width: 100%!important;
  }
  #footer .address_table > .cell.info {
    text-align: center;
  }
  #footer .address_table > .cell.logo {
    padding-top: 17px;
  }
}
/**/
#footer .family_sel_box {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 0;
}
#footer .family_sel_box > * {
  display: inline-block;
  vertical-align: top;
}
#footer .family_sel_box > select {
  cursor: pointer;
  padding-left: 10px;
  width: 150px;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
#footer .family_sel_box > select {
  color: #999999;
  font-size: 14px;
  letter-spacing: calc(-60 * 0.001em);
}
#footer .family_sel_box > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#footer .family_sel_box > select::-ms-expand {
  display: none;
}
#footer .family_sel_box > select {
  background: url(/front_generaledu/imgs/common/family_sel_dn.png) no-repeat right center;
  background-color: #f5f5f5;
  padding-right: 22px;
}
/**/
#footer .footer_logo {
  background: url(/front_generaledu/imgs/common/logo_footer.png) no-repeat center;
  background-size: contain;
  width: 147px;
  height: 31px;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  #footer .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
/**/
#footer .info_box > .address {
  line-height: 1.5em;
  font-size: 14px;
  color: #999999;
  letter-spacing: calc(-60 * 0.001em);
}
#footer .info_box > .copyright {
  margin-top: 4px;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: calc(-60 * 0.001em);
}
/*# sourceMappingURL=footer.css.map */