
.font16{font-size: 16px;}

.tech-subtitle{font-weight: 700; padding-bottom: 12px;}
.tech-ref{padding-top: 16px;}

.captionKey{padding: 12px 0; color: #403E3C; font-size: 14px; font-weight: 500;}
.g-item-ex{color: #807F7F;}

/* .hero-title > img{border: 1px solid red; width: 50%;} */

ul.tech-body {
  list-style-type: none;
  padding-left: 0;
}

.black-f{
  font-family: "Asap Condensed", sans-serif;
  color: #000;
}

.title-graphic{width: 50%;}

.tech-body > li{list-style: disc;}
ul{list-style-type: none; margin: 0; padding: 0;}

.pro-name{padding-bottom: 4px; color: #403E3C;}

.img-siz{width: 130%;}

.list-item{font-size: 14px; padding-bottom: 12px;}
.list-item > span{font-size: 12px; text-align: center;}

.pro-list-link::after{
  content: ""; 
  height: 8px !important; 
  padding-left: 2px; 
  margin-left: 4px; 
  background-color: #DEDBD8;
}


/* moblie overlay */
/* ===== Mobile menu overlay & panel ===== */
.mobile-menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.50);   /* 뒤 컨텐츠는 그대로, 어둡게만 */
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 998;                  /* 패널보다 한 단계 낮게 */
}
.mobile-menu-overlay.active{
  opacity: 1;
  pointer-events: auto;
}



/* 메뉴 열렸을 때: 페이지는 숨기지 말고 스크롤만 잠금 */
body.menu-open{ overflow: hidden; }


/* scroll top */
/* Scroll-to-top */
.scroll-top-btn{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 999px;
  box-shadow: 0 0 30px rgba(0,0,0,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2147483647; /* 무엇보다 위로 */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.scroll-top-btn img{ 
  width:100%; 
  height:100%; 
  object-fit:contain; 
  pointer-events:none; 
}
.scroll-top-btn[hidden]{ display:none !important; }
