/*====[main] =================*/

/*로고*/
@media all and (min-width:1025px) and (max-width:1220px) {
  .wrap-header .head-logo{width: 260px;}
  .wrap-header .head-logo img{max-width: 100%;}
 }
@media all and (max-width:767px) {
  .wrap-header .head-logo img{max-width: 80%;}
}

/* 메인 비주얼 텍스트 */
@media all and (max-width:580px) {
  .visual-slogan strong{font-size: 28px;line-height:1.5;}
}

/* 상단메뉴 */
.wrap-header .head-navi .a_1 {padding: 0 10px; font-size: 18px; display: table; height: 54px}
.wrap-header .head-navi .a_1 span{text-align: center; display: table-cell; vertical-align: middle;}
@media all and (max-width:1280px) {
  .wrap-header .head-navi .a_1{font-size: 16px;padding-left: 5px;padding-right: 5px;}
}

.wrap-header .head-navi .a_1.on span:before{bottom:0;}

/* 상단 메뉴 중 2depth 메뉴 길이 */
.wrap-header .head-navi .div_2 { min-width: 150px; }

/*바로가기*/
.five_banner ul li a {min-height: 110px; padding: 20px 35px;}
@media all and (max-width:768px) {
  .five_banner ul li a {min-height: auto;}
}

/*====[sub] =================*/
/* common */
.f-20 { font-size: 20px; }
.bold { font-weight: 400; color: #333; }

/*인물소개 기능*/
#_JW_prFl_basic ._prFlList .artclInfo .artclTitle strong {
  font-size: 18px;
}

/**/
@media only screen and (max-width:600px){
	.imgBox > li.none						{display:none;}
}
