@charset "utf-8";

@import url("layout.css");
@import url("main.css");
@import url("main_widjet.css");

/* 템플릿별로 개별 정의해야하는 CSS는 이 밑으로 작성하시면 최종적으로 적용 됩니다.**********/

#mainNav .li_1.li_1_14344 { display:none;}
#_contentBuilder {
    min-height: 500px;
    padding-bottom: 2em;
}

.agribioPic {
  float: right;
  margin: 0 0 1em 1em;
}
body.Mobile .agribioPic {
  float: none;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 1025px){
	#mainNav .div_2 {
	  text-align: center;
	  width: 140px;
	  left: calc(50% - 70px);
	}
}

/**[LOGO]**/
#headerSec .logo {
    width: auto;
}

/**[VISUAL]**/
body.Tablet .main_visula_text .div_1, 
body.Tablet .main_visula_text .div_2, 
body.Tablet .main_visula_text .div_3 {
  font-size: 36px;
}
body.Mobile .main_visula_text .div_1, 
body.Mobile .main_visula_text .div_2, 
body.Mobile .main_visula_text .div_3 {
  font-size: 20px;
}



.liFacu {
  display: inline-block;
  width: 120px;
  font-weight:500;
}
.liDate {
  display: inline-block;
  width: 240px;
}
.facuPic {
  	width: 120px !important;
    display: block;
    margin: 5px 5px;
}
