@charset "utf-8";

@import url("layout.css");
@import url("main.css");
@import url("main_widjet.css");

/* 템플릿별로 개별 정의해야하는 CSS는 이 밑으로 작성하시면 최종적으로 적용 됩니다.**********/

#_contentBuilder {
    min-height: 500px;
    padding-bottom: 2em;
}


/**[LOGO]**/
#headerSec .logo {
    width: auto;
}

/*
.liFacu {
  display: inline-block;
  width: 120px;
  font-weight:500;
}*/
.facuPic {
  	width: 100px !important;
    display: block;
    margin: 22px 13px;
}

ul.liFacu li {
  position: relative;
  padding-left: 120px !important;
}
ul.liFacu li span.liFacu {
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 500;
}


ul.liDate li {
  position: relative;
  padding-left: 220px !important;
}
ul.liDate li span.liDate {
  position: absolute;
  top: 0;
  left: 15px;
}
/**[GNB hidden menu]**/
#menuUItop li.li_1_13741 {
	display: none;
}


