.elementor-15841 .elementor-element.elementor-element-f0289f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-15841 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-15841{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-15841 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-15841 .dialog-close-button{display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-bf02629 *//* =========================
   SKG Mobile Menu (Popup)
   ========================= */

/* 팝업 안쪽 컨테이너(HTML 위젯) 폭/패딩 기본 */
.elementor-popup-modal .skg-mobile-wrap{
  width: 100%;
  max-width: 100%;
  padding: 18px 16px;
  box-sizing: border-box;
}

/* 상단(로고/타이틀 영역) 필요하면 쓰기 */
.skg-mobile-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 6px 2px 14px;
}

/* 메뉴 UL 기본 */
ul.skg-mm{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 아이템 */
.skg-mm > li{
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* 토글 버튼(대메뉴) */
.skg-mm-toggle{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 14px 6px;
  background: transparent;
  border: 0;
  cursor: pointer;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

/* 토글 오른쪽 화살표(기본) */
.skg-mm-toggle::after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0,0,0,.55);
  border-bottom: 2px solid rgba(0,0,0,.55);
  transform: rotate(45deg);
  transition: transform .22s ease;
  flex: 0 0 auto;
}

/* 열렸을 때 화살표 */
li.is-open > .skg-mm-toggle::after{
  transform: rotate(-135deg);
}

/* 서브메뉴(접힘) */
.skg-mm-sub{
  list-style: none;
  margin: 0;
  padding: 0 0 12px 0;

  max-height: 0;
  overflow: hidden;
  transition: max-height .26s ease;
}

/* 열렸을 때 */
li.is-open > .skg-mm-sub{
  max-height: 1200px; /* 충분히 크게 */
}

/* 서브메뉴 링크 */
.skg-mm-sub a{
  display: block;
  padding: 11px 10px;
  margin-left: 6px;

  text-decoration: none;
  color: rgba(0,0,0,.78);
  font-size: 15px;
  line-height: 1.25;

  border-radius: 10px;
}

/* 서브메뉴 hover */
.skg-mm-sub a:hover{
  background: rgba(0,0,0,.05);
}

/* 팝업이 완전 풀스크린일 때 스크롤 자연스럽게 */
.elementor-popup-modal .dialog-widget-content{
  overflow: hidden; /* 팝업 자체 스크롤 튐 방지 */
}
.elementor-popup-modal .dialog-message{
  overflow: auto;   /* 내용만 스크롤 */
  -webkit-overflow-scrolling: touch;
}

/* 모바일 글자 너무 커지는 현상 방지 */
@media (max-width: 767px){
  .skg-mm-toggle{ font-size: 16px; }
  .skg-mm-sub a{ font-size: 15px; }
}/* End custom CSS */