/* 제품 소개, 사업 소개 사진 관리 */
@media screen and (min-width: 1681px) {  a.image{height: 243px !important;}  }
@media screen and (max-width: 1680px) {  a.image{height: 291px !important;}  }
@media screen and (max-width: 1500px) {  a.image{height: 246px !important;}  }
@media screen and (max-width: 1280px) {  a.image{height: 260px !important;}  }
@media screen and (max-width: 980px) {  a.image{height: 190px !important;}  }
@media screen and (max-width: 736px) {  a.image{height: 168px !important;}  }
@media screen and (max-width: 480px) {  a.image{height: 223px !important;}  }
@media screen and (max-width: 360px) {  a.image{height: 193px !important;}  }
a.image img { height: 100%; object-fit: cover;}

.table-wrapper { overflow-y: hidden !important; }
