@charset "utf-8";
/* ================================================
   (주)삼흥농업회사법인 - responsive.css
   * 반드시 common.css / main.css / sub.css 뒤에 로드할 것
   breakpoints : 1600 / 1400 / 1200(드로어 전환) / 1024 / 768 / 480
================================================ */

img{max-width:100%;height:auto;}

/* ===== 햄버거 / 드로어 (1200 이하에서 노출) ===== */
.sh-burger{display:none;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;padding:8px;margin-left:14px;position:relative;top:0px;}
.sh-burger span{display:block;height:2px;background:#fff;border-radius:2px;transition:background .3s;}
.sh-header.is-white .sh-burger span,
.sh-header:hover .sh-burger span{background:#111;}
body.sh-drawer-open .sh-burger span{background:#111;}

.sh-drawer-dim{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s;z-index:1100;}
.sh-drawer{position:fixed;top:0;right:0;width:min(340px,84vw);height:100%;background:#fff;z-index:1110;transform:translateX(102%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:0 0 30px;overflow-y:auto;}
body.sh-drawer-open{overflow:hidden;}
body.sh-drawer-open .sh-drawer{transform:translateX(0);}
body.sh-drawer-open .sh-drawer-dim{opacity:1;pointer-events:auto;}
.sh-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--sh-line);}
.sh-drawer__head span{font-family:'Paperlogy',sans-serif;letter-spacing:.14em;font-size:16px;font-weight:700;color:var(--sh-red);}
.sh-drawer__close{font-size:28px;line-height:1;color:#111;padding:0 6px;}
.sh-drawer__nav{flex:1;padding:6px 0;}
.sh-drawer__item{border-bottom:1px solid #f0f0f0;}
.sh-drawer__tit{display:flex;width:100%;align-items:center;justify-content:space-between;padding:17px 22px;font-size:17px;font-weight:600;color:#111;text-align:left;}
.sh-drawer__tit i{font-style:normal;font-size:20px;color:#bbb;transition:transform .3s,color .3s;}
.sh-drawer__item.is-open .sh-drawer__tit i{transform:rotate(45deg);color:var(--sh-red);}
.sh-drawer__item.is-active > .sh-drawer__tit{color:var(--sh-red);}
.sh-drawer__sub{max-height:0;overflow:hidden;background:#fafafa;transition:max-height .35s ease;}
.sh-drawer__item.is-open .sh-drawer__sub{max-height:420px;}
.sh-drawer__sub li a{position:static;display:block;padding:12px 22px 12px 36px;font-size:15px;color:#666;opacity:1;transform:none;}
.sh-drawer__sub li a::before{display:none;}
.sh-drawer__sub li a:hover{color:var(--sh-red);transform:none;}
.sh-drawer__sub li + li{margin-top:0;}
.sh-drawer__cta{margin:22px 22px 0;justify-content:center;top:0 !important;font-size:16px !important;padding:13px 22px !important;gap:20px !important;}

/* ================================================
   ~1600 : 와이드 노트북
================================================ */
@media (max-width:1600px){
  .sh-biz{width:100%;}
  .sh-footer__chat{right:0;}
  .sh-footer__cols{margin-left:40px;}
  .sh-footer__col{padding:0 40px 0 26px;}
}

/* ================================================
   ~1400 : GNB 간격 압축
================================================ */
@media (max-width:1700px){
  .sh-greet__circle-bg{display:none;}
}

@media (max-width:1400px){
  .sh-gnb__link{padding:0 20px;font-size:18px;}
  .sh-header__util{margin-left:30px;gap:16px;}
  .sh-btn-partner{font-size:17px;padding:10px 18px;gap:18px;}
  .sh-logo{left:-10px;}
  .sh-logo img{height:60px;width:auto;}

  :root{--sh-radius-hero:170px;}
  .sh-hero{height:760px;}
  .sh-sub-hero{height:560px;}
  .sh-adv{padding:180px 0 110px;}
  .sh-biz__panel{height:700px;}
}

/* ================================================
   ~1200 : 태블릿 · GNB → 드로어
================================================ */
@media (max-width:1200px){
  /* header */
  .sh-gnb{display:none;}
  .sh-header__util > .sh-btn-partner{display:none;}
  .sh-burger{display:flex;}
  .sh-header{height:auto;}
  .h-empty{height:0;}
  .sh-header__inner{height:72px;padding:0 20px;}
  .sh-header__util{margin-left:auto;gap:10px;}
  .sh-logo{top:0;left:0;}
  .sh-logo img{height:44px;width:auto;}
  .sh-lang{top:0px;width:26px;height:26px;}

  /* 공통 */
  :root{--sh-radius-hero:110px;}
  .sh-inner,.sh-header__inner,.sh-footer__inner,.sh-sub-section,.sh-sub-section--full > .sh-inner{padding-left:24px;padding-right:24px;}

  /* main : hero */
  .sh-hero{height:640px;}
  .sh-hero__sub{font-size:24px;margin-bottom:14px;}
  .sh-hero__tit{font-size:36px;}
  .sh-hero__scroll{bottom:36px;}

  /* main : intro */
  .sh-intro{padding:90px 0 40px;}
  .sh-intro__tit{font-size:32px;}
  .sh-intro__desc{font-size:18px;margin-top:20px;}
  .sh-video{margin-top:60px;}
  .sh-video__cap{left:34px;bottom:30px;}
  .sh-video__cap strong{font-size:30px;}
  .sh-video__cap span{font-size:17px;margin-top:8px;}
  .sh-video__play{right:30px;bottom:30px;}
  .sh-video__play img{width:52px;}
  .sh-stats{grid-template-columns:repeat(2,1fr);justify-content:stretch;gap:50px 30px;padding:70px 24px 0;}
  .sh-stats__item strong{font-size:32px;}
  .sh-stats__item b{font-size:24px;}

  /* main : advantages */
  .sh-adv{padding:120px 0 90px;}
  .sh-adv__panels{margin-top:64px;}
  .sh-adv__panel{grid-template-columns:1fr 380px;gap:44px;}
  .sh-adv__tit{font-size:32px;}
  .sh-adv__tab{font-size:17px;}

  /* main : items */
  .sh-items{height:auto;padding:70px 0 90px;background-size:cover;}
  .sh-items__tit{font-size:32px;}
  .sh-items__grid{height:auto;gap:10px;}
  .sh-item{height:190px;gap:14px;}
  .sh-item.is-on{flex:0 0 200px;height:250px;}
  .sh-item__ico{width:56px;height:56px;}

  /* main : biz */
  .sh-biz{border-radius:0 90px;}
  .sh-biz__panel{height:560px;}
  .sh-biz__tit{left:34px;top:64px;font-size:28px;}
  .sh-biz__list{left:34px;bottom:56px;font-size:17px;line-height:1.7;}

  /* main : news */
  .sh-news{padding:90px 0 70px;}
  .sh-news__grid{grid-template-columns:1fr;gap:44px;}
  .sh-news__tit{font-size:32px;}
  .sh-news__desc{font-size:18px;}
  .sh-btn--line{margin-top:30px;gap:36px;}
  .sh-news__date strong{font-size:30px;}

  /* footer */
  .sh-footer{padding:60px 0 46px;}
  .sh-footer__cols{margin-left:30px;}
  .sh-footer__col{padding:0 26px;font-size:16px;}
  .sh-footer__chat img{width:74px;}

  /* sub 공통 */
  .sh-sub-hero{height:460px;}
  .sh-sub-hero__txt{padding-top:60px;}
  .sh-sub-hero__txt h2{font-size:36px;}
  .sh-sub-hero__txt p{font-size:19px;}
  .sh-sub-hero__line{height:80px;}
  .sh-sub-content{padding:80px 0 60px;}
  .sh-sub-section + .sh-sub-section{margin-top:100px;}
  .sh-sub-section--full{padding:90px 0;}
  .sh-sec-label{font-size:18px;}
  .sh-sec-label::before{width:42px;height:42px;top:-20px;}

  /* sub : 인사말 */
  .sh-greet__grid{grid-template-columns:1fr;gap:50px;}
  .sh-greet__lead{font-size:32px;margin-bottom:10px;}
  .sh-greet__imgs{height:auto;text-align:center;}
  .sh-greet__circle{position:static;max-width:100%;width:auto;}
  .sh-greet__sign{margin-top:40px;}

  /* sub : 연혁 */
  .sh-history__year{font-size:32px;padding-right:40px;}
  .sh-history__card{padding-left:40px;}
  .sh-history__item--rev .sh-history__year{padding-left:40px;}
  .sh-history__item--rev .sh-history__card{padding-right:40px;}

  /* sub : 조직도 */
  .sh-org__teams{grid-template-columns:repeat(5,1fr);gap:10px;padding-top:40px;}
  .sh-org__teams::before{left:10%;right:10%;}
  .sh-org__team::before{height:40px;top:-40px;}
  .sh-org__vline{height:40px;}
  .sh-org__sorter{padding:12px 90px;}
  .sh-org-emp{margin-top:80px;}
  .sh-org-emp__grid{grid-template-columns:1fr;gap:26px;}
  .sh-org-emp__grid h4{font-size:24px;}

  /* sub : 회사소개 */
  .sh-about__grid{grid-template-columns:1fr;gap:50px;}
  .sh-about__photo,.sh-about__slider{max-width:680px;}
  .sh-certs{gap:22px;margin-bottom:70px;}
  .sh-cert{padding:30px 22px 24px;}
  .sh-cert img{max-height:280px;}
  .sh-cert p{font-size:16px;margin-top:18px;}

  /* sub : 함께사는세상 */
  .sh-tg__row{grid-template-columns:1fr;gap:44px;}
  .sh-tg__row + .sh-tg__row{margin-top:100px;margin-bottom:60px;}
  .sh-tg__tit{font-size:26px;margin-bottom:30px;}
  .sh-tg__desc{font-size:18px;margin-bottom:26px;}
  .sh-tg__data{gap:50px;margin-left:0;}
  .sh-tg__illust{position:static;max-width:300px;margin:0 0 -20px 10px;}

  /* sub : 찾아오시는길 */
  .sh-loc__half{gap:34px;margin-top:60px;}
  .sh-loc__apps img{height:38px;}

  /* sub : 사업안내 */
  .sh-biz2__col{padding:0 34px;}
  .sh-biz2__bgtxt{font-size:36px;right:20px;top:-26px;}
  .sh-biz2__tit{font-size:26px;margin-bottom:36px;}
  .sh-biz-cards{grid-template-columns:1fr 1fr;gap:22px;}
  .sh-biz-cards__photo{grid-column:1/-1;max-height:300px;}

  /* sub : 유통센터 */
  .sh-sorter{grid-template-columns:1fr 380px;gap:40px;}
  .sh-sorter__img{margin-top:34px;}
  .sh-apc__strip{gap:12px;flex-wrap:wrap;}
  .sh-apc__strip img{width:calc(33.333% - 8px);}

  /* sub : 상품관리 */
  .qt-tit{font-size:26px;margin:44px 0 40px;}
  .sh-qc__grid{gap:44px 50px;}
  .qa-img{padding:30px 0;}
  .sh-qc-diagram img{width:100%;max-width:620px;}

  /* sub : 사업품목 / 수급현황 */
  .sh-items-lead{font-size:24px;margin-bottom:40px;}
  .sh-sup__row{grid-template-columns:92px 200px 1fr;gap:34px;padding:48px 0;}
  .sh-sup__name{font-size:24px;padding-top:16px;}

  /* sub : 온라인문의 */
  .sh-inq{grid-template-columns:1fr 380px;gap:24px;}
  .sh-inq__form,.sh-inq__form_en,.sh-inq__side,.sh-inq__side_en{height:auto;}
  .sh-inq__form{padding:40px 30px;}
  .sh-inq__side{padding:36px 28px;}
  .sh-inq__submit button{gap:120px;}
  .sh-inq__field textarea{height:130px;}

  /* sub : 해외수출 */
  .sh-exp__items{grid-template-columns:1fr;gap:20px;margin-bottom:70px;}
  .sh-exp__cards{height:380px;}
  .sh-exp__map{margin:30px 0 70px;}
  .sh-exp__map img{max-width:100%;}
}

/* ================================================
   ~1024
================================================ */
@media (max-width:1024px){
  :root{--sh-radius-hero:80px;}
  .sh-hero{height:560px;}
  .sh-hero__tit{font-size:30px;line-height:1.45;}
  .sh-hero__sub{font-size:20px;}

  .sh-adv{padding:90px 0 70px;}
  .sh-adv__tabs{grid-template-columns:1fr;gap:0;}
  .sh-adv__tab{padding:15px 0;border-bottom:1px solid var(--sh-line);}
  .sh-adv__tab.is-on{padding-left:16px;}
  .sh-adv__panels{margin-top:44px;}
  .sh-adv__panel{grid-template-columns:1fr;gap:34px;}
  .sh-adv__img{max-width:560px;}
  .sh-btn{position:static;margin-top:24px;}

  .sh-items__grid{display:grid;grid-template-columns:repeat(3,1fr);}
  .sh-item,.sh-item.is-on{flex:none;height:170px;border-radius:14px;}

  .sh-biz{grid-template-columns:1fr;border-radius:0 60px;}
  .sh-biz__panel{height:400px;}
  .sh-biz__tit{top:48px;}
  .sh-biz__list{bottom:44px;}

  .sh-sub-hero{height:400px;}
  .sh-sub-hero__txt h2{font-size:32px;}

  .sh-biz2__grid{grid-template-columns:1fr;}
  .sh-biz2__col{padding:0;}
  .sh-biz2__col:first-child:before{display:none;}
  .sh-biz2__col + .sh-biz2__col{border-top:1px solid var(--sh-line);padding-top:60px;margin-top:20px;}
  .sh-biz2__bgtxt{right:0;}

  .sh-sorter{grid-template-columns:1fr;gap:26px;}
  .sh-sorter__img{margin-top:0;max-width:620px;}
  .sh-qc__grid{grid-template-columns:1fr;gap:36px;}
  .sh-loc__half{grid-template-columns:1fr;gap:50px;}
  .sh-certs{grid-template-columns:1fr 1fr;}
  .sh-inq{grid-template-columns:1fr;gap:24px;}
  .sh-inq__side{max-width:560px;}
  .sh-org__teams{grid-template-columns:repeat(3,1fr);}
  .sh-org__sub2{gap:14px;margin-top:44px;}
  .sh-org__sorter{padding:12px 50px;}
  .sh-sup__row{grid-template-columns:92px 1fr;gap:20px 24px;}
  .sh-sup__dl{grid-column:1/-1;}
  .sh-sup__name{padding-top:22px;}
  .sh-sup__name.tomato{padding-top:12px;}
}

/* ================================================
   ~768 : 모바일
================================================ */
@media (max-width:768px){
  html{font-size:17px;}
  :root{--sh-radius-hero:46px;}
  .sh-inner,.sh-header__inner,.sh-footer__inner,.sh-sub-section,.sh-sub-section--full > .sh-inner{padding-left:18px;padding-right:18px;}
  .sh-sub-section,.sh-inner{overflow-wrap:anywhere;}

  /* header */
  .sh-header__inner{height:64px;}
  .sh-logo img{/*height:38px;*/}

  /* hero */
  .sh-hero{height:460px;}
  .sh-hero__sub{font-size:16px;margin-bottom:10px;}
  .sh-hero__tit{font-size:23px;}
  .sh-hero__scroll{bottom:26px;}
  .sh-hero__scroll .mouse{width:22px;height:34px;}

  /* intro */
  .sh-intro{padding:60px 0 20px;}
  .sh-eyebrow{font-size:16px;}
  .sh-intro__tit{font-size:24px;}
  .sh-intro__desc{font-size:16px;}
  .sh-intro__desc br{display:none;}
  .sh-video{margin-top:34px;border-radius:16px;}
  .sh-video__cap{left:20px;bottom:18px;}
  .sh-video__cap strong{font-size:21px;}
  .sh-video__cap span{font-size:14px;margin-top:6px;}
  .sh-video__play{right:18px;bottom:18px;}
  .sh-video__play img{width:42px;}
  .sh-stats{grid-template-columns:1fr 1fr;gap:34px 16px;padding:50px 18px 0;}
  .sh-stats__item strong{font-size:24px;}
  .sh-stats__item b{font-size:19px;}
  .sh-stats__item p{font-size:15px;margin-top:8px;}

  /* advantages */
  .sh-adv{padding:70px 0 60px;}
  .sh-adv__tit{font-size:24px;}
  .sh-adv__tab{font-size:16px;}
  .sh-adv__list{margin-top:22px;}
  .sh-adv__list > li{margin-bottom:24px;font-size:16px;}
  .sh-adv__list > li strong{font-size:16px;}
  .sh-btn{font-size:16px;padding:13px 22px;gap:36px;}

  /* items */
  .sh-items{padding:56px 0 70px;}
  .sh-items__head{margin-bottom:32px;}
  .sh-items__tit{font-size:24px;}
  .sh-items__grid{gap:8px;}
  .sh-item,.sh-item.is-on{height:132px;gap:10px;}
  .sh-item__ico{width:44px;height:44px;}
  .sh-item span{font-size:15px;}

  /* biz */
  .sh-biz{border-radius:0 40px;}
  .sh-biz__panel{height:300px;}
  .sh-biz__tit{left:20px;top:34px;font-size:22px;}
  .sh-biz__list{left:20px;bottom:30px;font-size:15px;}

  /* news */
  .sh-news{padding:60px 0 50px;}
  .sh-news__tit{font-size:24px;}
  .sh-news__desc{font-size:16px;}
  .sh-btn--line{font-size:16px;padding:12px 22px;gap:26px;margin-top:24px;}
  .sh-news__item{grid-template-columns:74px 1fr;gap:6px 14px;padding:22px 2px;}
  .sh-news__cate{grid-column:1;grid-row:1;font-size:15px;}
  .sh-news__date{grid-column:1;grid-row:2;}
  .sh-news__date strong{font-size:24px;}
  .sh-news__date span{font-size:14px;}
  .sh-news__body{grid-column:2;grid-row:1/3;}
  .sh-news__body{min-width:0;}
  .sh-news__body strong{font-size:16px;}
  .sh-news__body p{font-size:14px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .sh-news__list,.sh-news__grid > *{min-width:0;}

  /* partners / footer */
  .sh-partners{padding:26px 0;}
  .sh-partners__track a{margin-right:34px;}
  .sh-partners__track img{height:42px;width:auto;}
  .sh-footer{padding:44px 0 36px;}
  .sh-footer__top{flex-direction:column;gap:24px;}
  .sh-footer__logo img{height:24px;width:auto;}
  .sh-footer__cols{flex-direction:column;margin-left:0;gap:16px;}
  .sh-footer__col{padding:0;border-left:0;font-size:15px;line-height:1.7;}
  .sh-footer__chat{position:static;align-self:flex-start;}
  .sh-footer__chat img{width:58px;}
  .sh-footer__copy{margin-top:26px;text-align:left;font-size:14px;}

  /* sub 공통 */
  .sh-sub-hero{height:300px;}
  .sh-sub-hero__txt{padding-top:40px;}
  .sh-sub-hero__txt h2{font-size:25px;}
  .sh-sub-hero__txt p{font-size:15px;margin-top:6px;}
  .sh-sub-hero__line{height:50px;}
  .sh-sub-content{padding:56px 0 50px;}
  .sh-sub-section + .sh-sub-section{margin-top:70px;}
  .sh-sub-section--full{padding:60px 0;}
  .sh-sec-label{font-size:16px;}
  .sh-sec-label::before{width:34px;height:34px;top:-16px;left:-8px;}
  .sh-h4{font-size:17px;margin-bottom:18px;}
  .sh-h4 small{font-size:14px;}
  .sh-dot-tit{font-size:17px;}

  /* 표 : 가로 스크롤 */
  .sh-table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:15px;}
  .sh-table th,.sh-table td{padding:10px 8px;}
  .sh-apc__tblwrap .sh-table th,.sh-apc__tblwrap .sh-table td,
  .sh-items-tbl th,.sh-items-tbl td,
  .sh-about__tbl th,.sh-about__tbl td{white-space:nowrap;}
  .sh-sorter__tbl th{width:88px;font-size:15px;padding:9px 6px;}
  .sh-sorter__tbl td{font-size:15px;padding:9px 8px;}

  /* 인사말 */
  .sh-greet__lead{font-size:23px;margin-top:16px;}
  .sh-greet__txt li{font-size:16px;margin-bottom:26px;}
  .sh-greet__txt li strong{font-size:17px;}
  .sh-greet__sign{font-size:16px;margin-top:28px;}

  /* 연혁 : 좌측 정렬 타임라인 */
  .sh-history{padding:10px 0;}
  .sh-history::before{left:7px;}
  .sh-history__item,.sh-history__item--rev{flex-direction:column;align-items:flex-start;padding-left:32px;margin-bottom:34px;}
  .sh-history__item::after{left:7px;top:10px;margin:0 0 0 -3px;}
  .sh-history__year,.sh-history__item--rev .sh-history__year{width:100%;padding:0;text-align:left;font-size:23px;}
  .sh-history__card,.sh-history__item--rev .sh-history__card{width:100%;padding:10px 0 0;text-align:left;}
  .sh-history__card span{font-size:15px;padding:10px 16px;}

  /* 조직도 */
  .sh-org__box{padding:13px 34px;font-size:18px;}
  .sh-org__box--dir{font-size:16px;}
  .sh-org__teams{grid-template-columns:repeat(2,1fr);gap:8px;padding-top:30px;}
  .sh-org__teams::before{display:none;}
  .sh-org__team::before{display:none;}
  .sh-org__team{font-size:15px;padding:11px 4px;}
  .sh-org__vline{height:30px;}
  .sh-org__sub2{flex-direction:column;gap:10px;margin-top:30px;}
  .sh-org__sub2 .dash{display:none;}
  .sh-org__sub2 .sh-org__team{min-width:0;width:100%;}
  .sh-org__sorter{width:100%;padding:12px;margin-top:30px;font-size:16px;}

  /* 회사소개 */
  .sh-about__list > li{flex-direction:column;gap:4px;font-size:16px;margin-bottom:18px;}
  .sh-about__list > li .k{flex:none;font-size:17px;}
  .sh-certs{grid-template-columns:1fr;gap:16px;margin-bottom:50px;}
  .sh-cert img{max-height:240px;}
  .sh-about-pg,.sh-tg-pg{margin-top:14px;}

  /* 함께사는세상 */
  .sh-tg__tit{font-size:21px;margin-bottom:22px;}
  .sh-tg__desc{font-size:16px;margin-bottom:20px;}
  .sh-tg__desc .chk{margin-top:6px;}
  .sh-tg__data{flex-direction:column;gap:6px;font-size:16px;}
  .sh-tg__data dt{font-size:17px;}
  .sh-tg__illust{max-width:210px;margin-left:0;}

  /* 찾아오시는길 */
  .sh-loc__head{flex-wrap:wrap;gap:8px 12px;margin-bottom:16px;}
  .sh-loc__addr{font-size:15px;width:100%;order:3;}
  .sh-loc__apps{margin-left:auto;order:2;}
  .sh-loc__apps img{height:32px;}
  .sh-loc__half{margin-top:44px;gap:40px;}
  .sh-loc__row + .sh-loc__row{margin-top:44px;}

  /* 사업안내 */
  .sh-biz2__bgtxt{font-size:26px;top:-18px;}
  .sh-biz2__tit{font-size:21px;margin-bottom:26px;}
  .sh-biz2__blk{margin-bottom:34px;}
  .sh-biz2__blk li{font-size:16px;}
  .sh-biz-cards{grid-template-columns:1fr;gap:16px;}
  .sh-biz-card{padding:26px 22px;border-radius:14px;}
  .sh-biz-card li{font-size:16px;}
  .sh-biz-cards__photo{max-height:220px;}

  /* 유통센터 */
  .sh-apc__strip{gap:8px;margin-top:34px;}
  .sh-apc__strip img{width:calc(50% - 4px);}
  .sh-sorter{margin-top:40px;}
  .sh-sorter + .sh-sorter{margin-top:56px;}
  .sh-sorter__img--video .sh-play-btn{width:50px;height:50px;}
  .center-sec{margin-bottom:60px;}

  /* 상품관리 */
  .qt-tit{font-size:21px;margin:34px 0 30px;}
  .sh-qc__item{gap:18px;}
  .sh-qc__ico{flex:0 0 66px;height:66px;border-radius:8px;}
  .sh-qc__ico img{width:38px;}
  .sh-qc__item h5{font-size:17px;margin-bottom:8px;}
  .sh-qc__item li{font-size:16px;}
  .qa-img{padding:20px 0;}

  /* 사업품목 */
  .sh-items-lead{font-size:19px;margin-bottom:30px;}
  .sh-items-tbl td.cat{font-size:16px;}
  .sh-items-tbl th{padding:12px 8px;}
  .sh-items-tbl td{padding:14px 8px;}

  /* 수급현황 */
  .sh-sup__row{grid-template-columns:64px 1fr;gap:14px 16px;padding:34px 0;}
  .sh-sup__ico{width:64px;height:64px;border-radius:12px;}
  .sh-sup__ico img{width:38px;}
  .sh-sup__name,.sh-sup__name.tomato{font-size:20px;padding-top:14px;}
  .sh-sup__dl{grid-template-columns:1fr;gap:4px;font-size:16px;}
  .sh-sup__dl dt{margin-top:12px;}
  .sh-sup__dl dt:first-child{margin-top:0;}
  .sh-sup__base{font-size:14px;}

  /* 게시판 */
  .sh-board__filter{flex-wrap:wrap;gap:8px;}
  .sh-board__filter button{padding:8px 16px;font-size:15px;}
  .sh-board__tbl{font-size:15px;}
  .sh-board__tbl td{padding:14px 6px;}
  .sh-board__tbl th:first-child,.sh-board__tbl td:first-child,
  .sh-board__tbl th:nth-child(2),.sh-board__tbl td.cate{display:none;}
  .sh-board__more a{padding:12px 26px;font-size:15px;}

  /* 온라인문의 */
  .sh-inq{margin-bottom:60px;}
  .sh-inq__form{padding:28px 20px;border-radius:14px;}
  .sh-inq__grid{grid-template-columns:1fr;gap:14px;}
  .sh-inq__field input,.sh-inq__field textarea{padding:15px 16px;font-size:16px;}
  .sh-inq__field .req{top:15px;}
  .sh-inq__submit{margin-top:26px;}
  .sh-inq__submit button{width:100%;justify-content:space-between;gap:20px;font-size:16px;padding:16px 22px;}
  .sh-inq__side{padding:28px 22px;border-radius:14px;}
  .sh-inq__side h4{font-size:22px;}
  .sh-inq__side .eng,.sh-inq__side > p{font-size:15px;}
  .sh-inq__ct{padding:18px 0;gap:14px;}
  .sh-inq__ct .ic{flex:0 0 38px;height:38px;}
  .sh-inq__ct dt{font-size:15px;}
  .sh-inq__ct dd{font-size:16px;}
  .sh-inq__links a{padding:14px 18px;font-size:16px;}

  /* 해외수출 */
  .sh-exp__mkt{flex-direction:column;gap:8px;margin:34px 0 24px;}
  .sh-exp__map{margin:20px 0 50px;}
  .sh-exp__cards{flex-direction:column;height:auto;gap:12px;}
  .sh-exp-card{flex:none;height:180px;transition:height .5s cubic-bezier(.4,0,.2,1);}
  .sh-exp-card.is-on{flex:none;height:280px;}
  .sh-exp-card__overlay{bottom:20px;font-size:16px;}
  .sh-exp-card__caption{padding:16px 20px;font-size:16px;}
  .sh-exp__down{margin-top:26px;}
  .sh-exp__down a{padding:13px 30px;font-size:16px;}
  .sh-exp__items{margin-bottom:60px;}
}

/* ================================================
   ~480 : 소형 모바일
================================================ */
@media (max-width:480px){
  :root{--sh-radius-hero:32px;}
  .sh-hero{height:420px;}
  .sh-hero__tit{font-size:20px;}
  .sh-hero__sub{font-size:14px;}

  .sh-stats{grid-template-columns:1fr;gap:26px;}
  .sh-items__grid{grid-template-columns:repeat(2,1fr);}
  .sh-item,.sh-item.is-on{height:120px;}
  .sh-biz{border-radius:0 28px;}
  .sh-biz__panel{height:250px;}

  .sh-news__item{grid-template-columns:64px 1fr;gap:4px 10px;}
  .sh-news__date strong{font-size:21px;}

  .sh-sub-hero{height:250px;}
  .sh-sub-hero__txt h2{font-size:22px;}

  .sh-greet__lead{font-size:20px;}
  .sh-org__teams{grid-template-columns:1fr;}
  .sh-org__box{padding:12px 26px;font-size:17px;}
  .sh-certs{gap:14px;}
  .sh-cert{padding:22px 16px 18px;}
  .sh-tg__illust{max-width:170px;}
  .sh-apc__strip img{/*width:100%;*/}
  .sh-qc__item{flex-direction:column;gap:12px;}
  .sh-qc__ico{flex:none;width:60px;height:60px;}
  .sh-sup__row{grid-template-columns:1fr;gap:10px;}
  .sh-sup__name,.sh-sup__name.tomato{padding-top:0;}
  .sh-exp-card{height:150px;}
  .sh-exp-card.is-on{height:240px;}
  .sh-inq__submit button{gap:10px;font-size:15px;padding:15px 18px;}
}
