@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;
}

/**[GNB]**/
@media only screen and (min-width: 1025px){
	#mainNav .div_2 {
	  text-align: center;
	  width: 140px;
	  left: calc(50% - 70px);
	}
}
/**[GNB hidden menu]**/
#menuUItop li.li_1_13645 {
	display: none;
}


.li-imgBox.li-icon > li .thum {
     padding: 29px 0 0  !important; 
}

/*
#_JW_prFl_basic ._prFlList .artclInfo a.detail {
  display: none;
}
*/

#_JW_prFl_basic ._prFlList .thumbnail {
    width: 26%;
    margin-right: 23px;
  }
#_JW_prFl_basic ._prFlList .artclInfo dl dd {
    width: 63%;
}
