@charset "utf-8"; 

/* ¸ð¹ÙÀÏ ÇªÅÍ */
.M_footer {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  background: #111;
}
.M_footer_section {
  width: 100%;
  background: #111;
  text-align: center;
  padding: 45px 0px;
  border-bottom: 1px solid #111;
}
.M_footer_section .health_logo {
   display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.M_footer_section .footer_list ul {
  overflow: hidden;
  width: 100%;
  padding: 0 5% 0 10%;
  box-sizing: border-box;
}
.M_footer_section .footer_list li {
  float: left;
  width: 33%;
  font-size: 15px;
  color: #fff;
  line-height: 1em;
  padding: 10px;
  box-sizing: border-box;
}
.M_footer_section a {
  color: #fff;
}
.m_healthchosun {
 display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.m_healthchosun img {
  width: 161px;
  height: auto;
  display: block;
}
.M_footer_sns {
  width: 100%;
  text-align: center;
  padding: 0px 20px 30px;
  box-sizing: border-box;
}
.M_footer_sns span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0px 0 15px 0;
}
.M_footer_sns .sns_list {
  border: 0px solid #fff;
}
.M_footer_sns .sns_list ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}
.M_footer_sns .sns_list li {
  width: 20%;
  text-align: center;
  padding: 10px 0;
}
.M_footer_sns .sns_list li a{
  display:flex;
  justify-content:center;
  align-items:center;
}
.M_footer_sns .sns_list li img {
   width:38px;
  height:38px;
  display:block;
  margin:0 auto;
  filter: grayscale(100%);
}
/* svg */
.M_footer_sns .sns_list li svg{
  width:38px;
  height:38px;
  display:block;
  margin:0 auto;
}
.M_footer_menu {
  overflow: hidden;
  width: 100%;
  background: #111;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.M_footer_menu .menu_list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 0px solid #111;
  border-bottom: 0px solid #111;
  padding: 2px 20px;
}
.M_footer_menu .menu_list li {
  line-height: 1em;  
	padding: 0px 10px;
  border-right: 0px solid #fff;
}
.M_footer_menu .menu_list li:last-child {
  border-right: 0px solid #fff;
}
.M_footer_menu .menu_list li span {}
.M_footer_menu a {
  color: #fff;
}
.M_footer_menu2 .menu_list2 ul {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 0px solid #111;
  border-bottom: 0px solid #111;
  padding: 20px 20px;
}
.M_footer_menu2 .menu_list2 li {
  line-height: 1em;  
  border-right: 0px solid #fff;
}
.M_footer_menu2 .menu_list2 li:last-child {
  border-right: 0px solid #fff;
}
.M_footer_menu2 .menu_list2 li span { color: #fff;}
.M_footer_menu2 a {
  color: #fff;
}
.M_footer_copy {
  overflow: hidden;
  width: 100%;
  background: #111;
  text-align: center;
  padding: 30px 0;
  font-size: 11px;
  color: #989898;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.M_footer_copy .copy_list ul {
  width: 100%;
  text-align: center;
}
.M_footer_copy .copy_list li {
  display: inline;
  padding: 0 10px;
}
.M_footer_copy a {
  color: #b2b2b2;
}