@media (min-width: 1600px) {
  body header .head_navi .menuUItop .ul_1 .li_1 .a_1 {padding: 3rem 1.5rem; font-size:1.9rem}
}
body header .wrap_header .head_logo strong { font-size: 2.3rem; line-height: 2.5rem;}

.main-slogan .inner { display: none;}

@media (max-width: 1024px) {
  header .wrap_header .head_logo strong {line-height: 2rem !important;}
}

.main .recent_photo .frame .thumb img{object-position:center 22.5%;}
body header .head_navi .menuUItop .ul_1 .li_1 .a_1.top_k2wiz_GNB_14745{color: #02ba6e;  text-decoration: underline;}
}



/* [공통] 페이징 */
._paging {margin-top: 5rem;}
._paging ._inner {display: flex; justify-content: center;}
._paging ._inner ul {display: flex; align-items: center; margin: 0 1rem;}
._paging ._inner ul li {margin: 0 .25rem;}
._paging ._inner ul a,
._paging ._inner ul strong {display: flex; justify-content: center; align-items: center; width: 3.5rem; height: 3.5rem; border-radius: .3rem;  font-size: 1.4rem;}
._paging ._inner ul a {background: #f5f5f5; color: #555555;}
._paging ._inner ul strong {background: #5b5b5b; color: #fff;}
._paging ._inner > a {display: flex; width: 3rem; height: 3.5rem; text-indent: -99999rem;}
._paging ._inner ._first{background: url('/sites/pnurise/images/layout/btn-first.png') center no-repeat;}
._paging ._inner ._prev{background: url('/sites/pnurise/images/layout/btn-prev10.png') center no-repeat;}
._paging ._inner ._listPrev{background: url('/sites/pnurise/images/layout/btn-prev.png') center no-repeat;}
._paging ._inner ._listNext{background: url('/sites/pnurise/images/layout/btn-next.png') center no-repeat;}
._paging ._inner ._next{background: url('/sites/pnurise/images/layout/btn-next10.png') center no-repeat;}
._paging ._inner ._last{background: url('/sites/pnurise/images/layout/btn-last.png') center no-repeat;}
._paging ._pageState {display: none;}

@media screen and (max-width:768px){
  ._paging ._pageState {display: flex; align-items: center; padding: 0 1rem;}
  ._paging ._pageState span {font-size: 2.5rem; color: #000;}
  ._paging ._pageState ._curPage {color: #00baff;}
  ._paging ._pageState ._totPage::before {content: '/'; margin: 0 1rem;}
  ._paging ._inner ul {display: none;}
}