@charset "utf-8";

@import url("layout.css");
@import url("main.css");
@import url("main_widjet.css");

/* 템플릿별로 개별 정의해야하는 CSS는 이 밑으로 작성하시면 최종적으로 적용 됩니다.**********/
#headerSec .logo {width: auto !important;}
#headerSec .logo a span em {display: block;}

#menuUItop .li_1_6692 {display: none;}


.li-listBox.prFlList {
    width: 100%;
    box-sizing: border-box;
}


.footer_banner {
  
  
}
.footer_banner ul {overflow:hidden;}
.footer_banner ul li { float:left; width: 20%;  text-align:Center;}
.footer_banner ul li  img { max-width:100%; }

@media only screen and (max-width:820px){
	.footer_banner ul li { float:left; width: 50%;  text-align:Center; padding-bottom:10px;}
}
