/* ============================================================
   빅스템 (bigstem.co.kr) — Custom Stylesheet v3.0.0
   Google Fonts: Noto Sans KR
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap');

/* ============================================================
   드롭다운 메뉴
   ============================================================ */
#main-header .nav li ul {
    display: none;
}
#main-header .nav li:hover > ul {
    display: block;
}

/* ============================================================
   카카오톡 상담 버튼 위치
   ============================================================ */
.kakao-btn-wrap {
    position: fixed;
    bottom: 40px;
    right: 24px;
    z-index: 9999;
}

/* ============================================================
   기타 전역 스타일
   ============================================================ */
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
