/* FMSOFT Press Responsive v2.0 */
@media(max-width:1024px){
  .fm-main-area .fm-wrap{grid-template-columns:1fr;gap:24px}
  .fm-aside{flex-direction:row;flex-wrap:wrap}
  .fm-aside .fm-widget{flex:1 1 280px}
}
@media(max-width:768px){
  .fm-hero{grid-template-columns:1fr;gap:16px}
  .fm-grid-row{grid-template-columns:repeat(2,1fr);gap:14px}
  .fm-gallery-row{grid-template-columns:repeat(2,1fr);gap:12px}
  .fm-brand-search{width:180px}
  .fm-gnb-list{display:none}
  .fm-gnb-toggle{display:flex!important;align-items:center}
  .fm-gnb-search-btn{display:flex}
  .fm-topbar-sns{display:none}
  .fm-topbar-auth{display:none}
  .fm-hero-lead .fm-hero-title{font-size:1.2rem}
  .fm-footer-body .fm-wrap{flex-direction:column;gap:16px}
  .fm-list-item{grid-template-columns:1fr 90px}
  .fm-list-item .fm-thumb{width:90px}
  .fm-list-feed-wide .fm-list-item{grid-template-columns:1fr 120px}
  .fm-list-feed-wide .fm-list-item .fm-thumb{width:120px}
  .fm-article-title{font-size:1.3rem}
  .fm-share-bar{gap:6px}
  .fm-share-btn{padding:6px 12px;font-size:.75rem}
}
@media(max-width:480px){
  :root{--fm-gutter:12px}
  .fm-grid-row{grid-template-columns:1fr}
  .fm-gallery-row{grid-template-columns:1fr 1fr}
  .fm-hero-stack-item{grid-template-columns:110px 1fr}
  .fm-brand-bar .fm-wrap{flex-direction:column;gap:12px;align-items:flex-start}
  .fm-brand-search{width:100%}
  .fm-footer-nav-list{gap:4px 12px;font-size:.72rem}
  .fm-article-title{font-size:1.15rem}
  .fm-paging a,.fm-paging span{min-width:32px;height:32px;font-size:.8rem}
}
