/* 

정용욱 임시 조치 모바일 화면시 모두 가려지지 않도록 조치 2026.02.05 
sgp_ipd/css/core_component.css 390 줄 추가

@media screen and (max-width: 1200px) {
    .map_sidebar {
        max-width: 50% !important; 
        width: auto!important;
        font-size: 0.75rem !important;
    }
    .tit, .desc{
      font-size: 0.75rem !important;
    }
}


모바일 화면 지도 가림 현상 방지를 위한 임시 조치 (정용욱 2026.02.05)
sgp_ipd/css/core_krds_custom.css 변경 27432 줄

.krds-modal:not([data-type=bottom-sheet]) .modal-dialog .modal-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 70%;
height: 70%;
}

모바일 화면 챗봇 css 변경
sgp/ipd/css/chatbot.css 234줄

  #chat-container.krds-modal.frame .modal-content {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    margin-left: auto; 
    margin-right: 15%;  
  }
  .chat-tag-list{
    width: 100%;
  }
  .modal-logo-text{
    font-size: 1.25rem !important;
  } 

  sys_ipd.css

  정용욱 임시 추가 모바일에서 left 패널 글씨 조절을 위해
  @media (max-width: 1200px){
    .box-text {
      font-size: 1.15em !important;
    }

    .btn-subtab {
      font-size: 1.15em !important;
    }
  }
    */
