/* ============================================================
   HSBIO Responsive Product Browser & Mobile Controls
   브랜드 원색: #009FA6 (Teal / Bio Blue)
   ============================================================ */
:root {
  --hsbio-brand: #009FA6;
  --hsbio-brand-rgb: 0, 159, 166;
  --hsbio-brand-dark: #006D72;
  --hsbio-brand-soft: #E6F7F8;
  --hsbio-brand-border: #99D9DC;
  --hs-brand: #009FA6;
  --hs-navy: #102A30;
  --hs-muted: #5B7075;
  --hs-line: #D5E5E6;
  --hs-soft: #F0F8F9;
}

/* 제품 뷰 서브타이틀 완전 숨김 (서브 탭 바로 아래에 3단 브라우저 밀착) */
.material_wrap.hs-product-view .sub_tit {
  display: none !important;
}

@media (max-width: 1023px) {
  #main_visual .mvpg_inner {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    pointer-events: none;
  }

  #main_visual .mvpg_inner .mv_pg {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
  }

  #main_visual .mv_wrap .mv_pg .mv_prev,
  #main_visual .mvpg_inner .mv_prev,
  #main_visual .mv_prev,
  #main_visual .mv_wrap .mv_pg .mv_next,
  #main_visual .mvpg_inner .mv_next,
  #main_visual .mv_next {
    top: 61% !important;
    bottom: auto !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
    border: 1px solid rgba(255, 255, 255, .8) !important;
    border-radius: 50% !important;
    background: rgba(0, 109, 114, .75) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto;
    z-index: 8 !important;
  }

  #main_visual .mv_wrap .mv_pg .mv_prev,
  #main_visual .mvpg_inner .mv_prev,
  #main_visual .mv_prev {
    left: 12px !important;
    right: auto !important;
  }

  #main_visual .mv_wrap .mv_pg .mv_next,
  #main_visual .mvpg_inner .mv_next,
  #main_visual .mv_next {
    left: auto !important;
    right: 12px !important;
  }

  #main_visual .mv_prev img,
  #main_visual .mv_next img {
    width: 8px !important;
    height: 14px !important;
    object-fit: contain;
    opacity: .95;
    filter: brightness(0) invert(1);
  }

  #defaultTopBtn {
    position: fixed !important;
    right: 16px !important;
    bottom: 18px !important;
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: var(--hsbio-brand-dark) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25) !important;
    z-index: 120 !important;
  }

  #defaultTopBtn img { display: none !important; }
  #defaultTopBtn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }
  #defaultTopBtn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    width: 2px;
    height: 14px;
    background: #fff;
    transform: translateX(-50%);
  }
}

/* ============================================================
   Product Information: Desktop 3-Tier Master-Detail Layout
   1단: 카테고리 | 2단: 제품 목록 & 검색 | 3단: 제품 상세정보
   ============================================================ */
.hs-product-shell {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  padding: 16px 0 100px;
  scroll-margin-top: 100px !important;
  font-family: 'Pretendard', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hs-product-browser {
  display: grid;
  grid-template-columns: 240px minmax(280px, .95fr) minmax(420px, 1.55fr);
  gap: 22px;
  align-items: stretch;
}

.hs-product-panel {
  min-width: 0;
  border: 1px solid var(--hs-line);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 159, 166, 0.04);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.hs-product-panel-head {
  padding: 22px 22px 18px;
  border-bottom: 1px solid var(--hs-line);
  background: #fafcfc;
}

.hs-product-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--hs-brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hs-product-panel h2,
.hs-product-panel h3 {
  margin: 0;
  color: var(--hs-navy);
}

.hs-product-panel h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.hs-product-count {
  margin-top: 7px;
  color: var(--hs-muted);
  font-size: 14px;
  font-weight: 600;
}

/* 1단: 카테고리 리스트 */
.hs-category-list {
  padding: 10px;
  margin: 0;
  list-style: none;
}

.hs-category-list li + li {
  margin-top: 4px;
}

.hs-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #33465a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: all .2s ease;
}

.hs-category-list a::after {
  content: '›';
  color: #9aa6b2;
  font-size: 18px;
  transition: transform .2s ease, color .2s ease;
}

.hs-category-list li.on a,
.hs-category-list a:hover,
.hs-category-list a:focus-visible {
  color: var(--hs-brand);
  background: var(--hsbio-brand-soft);
  outline: none;
}

.hs-category-list li.on a::after,
.hs-category-list a:hover::after {
  color: var(--hs-brand);
  transform: translateX(3px);
}

/* 2단: 제품 검색창 */
.hs-product-search {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.hs-product-search input {
  min-width: 0;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #ccd6df;
  border-radius: 9px;
  color: var(--hs-navy);
  font-family: inherit;
  font-size: 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.hs-product-search input:focus {
  outline: none;
  border-color: var(--hs-brand);
  box-shadow: 0 0 0 3px rgba(0, 159, 166, 0.15);
}

.hs-product-search button {
  flex: 0 0 auto;
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  background: var(--hs-navy);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: background .2s ease;
}

.hs-product-search button:hover {
  background: var(--hs-brand);
}

/* 2단: 제품 목록 */
.hs-product-list {
  padding: 10px;
  margin: 0;
  list-style: none;
  max-height: 660px;
  overflow-y: auto;
}

.hs-product-list::-webkit-scrollbar {
  width: 6px;
}
.hs-product-list::-webkit-scrollbar-thumb {
  background: #c8dadb;
  border-radius: 4px;
}
.hs-product-list::-webkit-scrollbar-track {
  background: transparent;
}

.hs-product-list li + li {
  margin-top: 6px;
}

.hs-product-list a {
  display: block;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: #f7fbfc;
  text-decoration: none;
  transition: all .2s ease;
}

.hs-product-list strong {
  display: block;
  color: var(--hs-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hs-product-list span {
  display: block;
  margin-top: 4px;
  color: var(--hs-muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.hs-product-list li.on a,
.hs-product-list a:hover,
.hs-product-list a:focus-visible {
  border-color: var(--hsbio-brand-border);
  background: var(--hsbio-brand-soft);
  outline: none;
}

.hs-product-list li.on strong {
  color: var(--hs-brand);
}

/* 3단: 제품 상세정보 */
.hs-mobile-back {
  display: none;
}

.hs-product-detail {
  padding: 28px 32px 26px;
}

.hs-product-path {
  color: var(--hs-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.hs-product-detail-title {
  margin-top: 14px !important;
  font-size: clamp(26px, 2.8vw, 42px) !important;
  font-weight: 800;
  color: var(--hs-navy);
  line-height: 1.15 !important;
  overflow-wrap: anywhere;
}

.hs-product-state {
  margin-top: 8px;
  color: var(--hs-muted);
  font-size: 15px;
  font-weight: 600;
}

.hs-structure-card {
  display: grid;
  place-items: center;
  min-height: 220px;
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 14px;
  background: var(--hs-soft);
  border: 1px solid #e1ecec;
}

.hs-structure-card img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hs-product-specs {
  margin-top: 18px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hs-line);
}

.hs-product-specs li {
  display: grid;
  grid-template-columns: minmax(130px, .85fr) 1.35fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--hs-line);
}

.hs-product-specs span {
  color: var(--hs-muted);
  font-size: 14.5px;
  font-weight: 650;
}

.hs-product-specs p {
  margin: 0;
  color: var(--hs-navy);
  font-size: 14.5px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.hs-product-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.hs-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 750;
  text-decoration: none;
  transition: all .2s ease;
}

.hs-product-actions .secondary {
  border: 1px solid var(--hs-line);
  background: #ffffff;
  color: var(--hs-navy);
}

.hs-product-actions .secondary:hover {
  background: #f0f4f5;
  border-color: #ccd6df;
}

.hs-product-actions .primary {
  border: 1px solid var(--hs-brand);
  background: var(--hs-brand);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 159, 166, 0.25);
}

.hs-product-actions .primary:hover {
  background: var(--hsbio-brand-dark);
  border-color: var(--hsbio-brand-dark);
  box-shadow: 0 6px 16px rgba(0, 159, 166, 0.35);
}

.hs-product-empty {
  padding: 40px 20px;
  text-align: center;
  color: var(--hs-muted);
  font-size: 15px;
}

/* ============================================================
   Desktop Sticky Tabs & Space Optimization (한서켐과 완벽 동기화)
   ============================================================ */
.sticky,
.sticky2,
#sub_contents > .inner.sticky {
  position: sticky !important;
  top: 4px !important;
  z-index: 100 !important;
  background: #ffffff !important;
  padding-top: 6px !important;
  padding-bottom: 8px !important;
  margin-bottom: 40px !important;
}

#sub_contents > .inner.sticky > .sub_btn {
  margin-bottom: 0 !important;
}

/* 일반 서브페이지: 한서켐과 동일한 넉넉하고 시원한 상하 간격 유지 */
#sub_contents {
  margin: 40px 0 160px !important;
  scroll-margin-top: 80px !important;
}

@media (min-width: 1024px) {
  .hs-product-shell,
  #productBrowser,
  #productListPanel,
  #sub_contents,
  .hs-inq-body {
    scroll-margin-top: 80px !important;
  }
  .hs-product-shell {
    padding-top: 10px !important;
  }
  .hs-list-panel {
    scroll-margin-top: 80px !important;
  }
}

@media (max-width: 1180px) and (min-width: 1024px) {
  .hs-product-shell {
    width: calc(100% - 48px);
  }
  .hs-product-browser {
    grid-template-columns: 200px 260px minmax(0, 1fr);
    gap: 14px;
  }
  .hs-product-detail {
    padding: 24px;
  }
}

/* ============================================================
   반응형 (Mobile & Tablet Breakpoints)
   ============================================================ */
@media (max-width: 1023px) {
  .hs-product-shell {
    width: 100%;
    padding: 4px 3% 70px;
    box-sizing: border-box;
  }
  .hs-list-panel {
    scroll-margin-top: 12px;
  }
  .hs-product-browser {
    display: block;
  }
  .hs-product-panel {
    border-radius: 14px;
  }
  .hs-product-panel + .hs-product-panel {
    margin-top: 16px;
  }
  .hs-product-panel-head {
    padding: 18px 18px 15px;
  }
  .hs-product-panel h2 {
    font-size: 20px;
  }

  .hs-category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 10px;
  }
  .hs-category-list li + li {
    margin-top: 0;
  }
  .hs-category-list a {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 15px;
  }
  .hs-category-list a::after {
    display: none;
  }

  .hs-product-list {
    max-height: none;
    padding: 9px;
    overflow: visible;
  }
  .hs-product-list a {
    padding: 13px 12px;
  }
  .hs-product-list strong {
    font-size: 16px;
  }
  .hs-product-list span {
    font-size: 13.5px;
  }

  .hs-product-view.is-list-view .hs-detail-panel {
    display: none;
  }
  .hs-product-view.is-detail-view .hs-category-panel,
  .hs-product-view.is-detail-view .hs-list-panel {
    display: none;
  }
  .hs-product-view.is-detail-view .hs-detail-panel {
    margin-top: 0;
  }

  .hs-mobile-back {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-bottom: 14px;
    padding: 0 15px;
    border: 1px solid var(--hs-line);
    border-radius: 11px;
    color: var(--hs-navy);
    background: #ffffff;
    font-size: 14px;
    font-weight: 800;
  }
  .hs-mobile-back::before {
    content: '←';
    margin-right: 9px;
    font-size: 20px;
  }
  .hs-product-detail {
    padding: 18px 18px 16px;
  }
  .hs-product-path {
    font-size: 14px;
  }
  .hs-product-detail-title {
    margin-top: 13px !important;
    font-size: clamp(26px, 8vw, 36px) !important;
  }
  .hs-product-state {
    font-size: 15px;
  }
  .hs-structure-card {
    min-height: 170px;
    margin-top: 12px;
    padding: 8px 12px;
  }
  .hs-structure-card img {
    max-height: 160px;
  }
  .hs-product-specs {
    margin-top: 12px;
  }
  .hs-product-specs li {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
  }
  .hs-product-specs span,
  .hs-product-specs p {
    font-size: 14px;
  }
  .hs-product-actions {
    position: static;
    gap: 8px;
    margin-top: 14px;
  }
  .hs-product-actions a {
    flex: 1;
    min-width: 0;
    min-height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .hs-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   메인페이지 #con2 (사업분야) 3열 3행 황금비율 완벽 균등 그리드
   ============================================================ */
#con2 .hs-products-wrap {
  display: flex !important;
  gap: 56px !important;
  align-items: flex-start !important;
  padding: 38px 0 48px !important;
  box-sizing: border-box !important;
}

#con2 .hs-products-left {
  flex: 0 0 260px !important;
  max-width: 260px !important;
}

#con2 .hs-prod-label {
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--col-bar, #009FA6) !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 14px !important;
}

#con2 .hs-prod-h2 {
  font-size: 48px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  color: #1a1a1a !important;
  margin-bottom: 18px !important;
}

#con2 .hs-prod-desc {
  font-size: 18px !important;
  line-height: 1.75 !important;
  color: #444444 !important;
  font-weight: 500 !important;
  margin-bottom: 22px !important;
}

#con2 .hs-all-link {
  display: inline-block !important;
  font-size: 16.5px !important;
  font-weight: 700 !important;
  color: var(--col-bar, #009FA6) !important;
  text-decoration: none !important;
  margin-bottom: 28px !important;
}
#con2 .hs-all-link:hover { text-decoration: underline !important; }

#con2 .hs-search-box {
  display: flex !important;
  border: 1.5px solid #d0d0d0 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: #fff !important;
}
#con2 .hs-search-box input {
  flex: 1 !important;
  border: none !important;
  outline: none !important;
  padding: 12px 18px !important;
  font-size: 14.5px !important;
  min-width: 0 !important;
}
#con2 .hs-search-box button {
  flex-shrink: 0 !important;
  background: var(--col-bar, #009FA6) !important;
  color: #fff !important;
  border: none !important;
  padding: 0 22px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

#con2 .hs-products-grid {
  flex: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important; /* 3열을 정확히 1:1:1로 고정 */
  gap: 18px 20px !important;
  align-content: start !important;
}

#con2 .prod-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-width: 0 !important; /* 긴 텍스트로 인한 열 폭 팽창 원천 방지 */
  min-height: 180px !important;
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 28px 24px 28px !important;
  text-decoration: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transition: all .25s ease !important;
}

#con2 .prod-card:hover,
#con2 .prod-card:focus-visible {
  background: #F2F9F9 !important;
  border-color: #009FA6 !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px rgba(0, 159, 166, .16) !important;
}

#con2 .cat-code {
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #0070C0 !important; /* hschem과 동일한 블루톤 배지 */
  background: #F0F4F8 !important;
  border: 1px solid #D8E2EC !important;
  border-radius: 999px !important;
  padding: 4px 11px !important;
  margin-bottom: 12px !important;
  letter-spacing: .4px !important;
  width: fit-content !important;
  line-height: 1.3 !important;
  transition: all .2s ease !important;
}

#con2 .prod-card:hover .cat-code {
  color: #0070C0 !important;
  background: #ffffff !important;
  border-color: #B8D3EB !important;
  box-shadow: 0 2px 6px rgba(0, 112, 192, .12) !important;
}

#con2 .prod-card h3 {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transition: color .2s ease !important;
}

#con2 .prod-card:hover h3 {
  color: #009FA6 !important;
}

#con2 .prod-list {
  display: block !important;
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  margin-top: 4px !important;
  max-height: 75px !important;
  overflow: hidden !important;
  word-break: break-all !important;
  white-space: normal !important;
  transition: color .2s ease !important;
}

#con2 .prod-list .prod-item {
  display: inline !important;
  word-break: break-all !important;
  white-space: normal !important;
}

#con2 .prod-card:hover .prod-list,
#con2 .prod-card:hover .prod-list .prod-item {
  color: #334155 !important;
}

#con2 .prod-card.all-card {
  background: rgba(0, 159, 166, .06) !important;
  border-color: rgba(0, 159, 166, .18) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  text-align: left !important;
  align-items: flex-start !important;
  padding: 28px 24px 28px !important;
}

#con2 .prod-card.all-card:hover {
  background: #009FA6 !important;
  border-color: #009FA6 !important;
}

#con2 .prod-card.all-card .all-label {
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #009FA6 !important;
  letter-spacing: 1px !important;
  margin-bottom: 10px !important;
  text-align: left !important;
  transition: color .25s ease !important;
}

#con2 .prod-card.all-card:hover .all-label {
  color: rgba(255, 255, 255, .85) !important;
}

#con2 .prod-card.all-card .all-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.4 !important;
  margin-bottom: 18px !important;
  text-align: left !important;
  transition: color .25s ease !important;
}

#con2 .prod-card.all-card:hover .all-title {
  color: #ffffff !important;
}

#con2 .prod-card.all-card .all-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  background: #009FA6 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  align-self: flex-start !important;
  text-align: left !important;
  transition: background .2s, color .2s !important;
}

#con2 .prod-card.all-card:hover .all-btn {
  background: #ffffff !important;
  color: #009FA6 !important;
}

@media (max-width: 1024px) {
  #con2 .hs-products-wrap {
    flex-direction: column !important;
    gap: 32px !important;
  }
  #con2 .hs-products-left {
    max-width: 100% !important;
    width: 100% !important;
  }
  #con2 .hs-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ============================================================
   UI Polish: Clean #con4 Background, Dropdown & Modal Fixes
   ============================================================ */
#con4 {
  background: #f6f8f9 !important;
  background-image: none !important;
}

.custom-select:not(.open) .options {
  display: none !important;
}

.custom-select.open .options {
  display: flex !important;
}

.policy_modal:not(.is-open),
.policy_modal[aria-hidden="true"] {
  display: none !important;
}

.policy_modal.is-open,
.policy_modal[aria-hidden="false"] {
  display: flex !important;
}

.hs-inq-body {
  padding-top: 10px !important;
  margin-top: -20px !important;
}

/* ============================================================
   Section 2: Multi-line Product Items in Cards
   ============================================================ */
#con2 .prod-list,
.hs-products-grid .prod-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-top: 8px !important;
}

#con2 .prod-list .prod-item,
.hs-products-grid .prod-list .prod-item {
  display: block !important;
  width: 100% !important;
  line-height: 1.45 !important;
  font-size: 14px !important;
  white-space: normal !important;
  word-break: keep-all !important;
}

#con2 .prod-list .prod-item:not(:last-child)::after,
.hs-products-grid .prod-list .prod-item:not(:last-child)::after {
  display: none !important;
  content: "" !important;
}
