@charset "UTF-8";

/* =========================
   heatmonitor landing
========================= */
html{
    scroll-behavior: smooth;
}

#hmLaw,
#hmFeature,
#hmDevice,
#hmFaq,
#hmContact{
    scroll-margin-top: 96px;
}
.hmLandingPage{
    min-width: 280px;
    background: #fff;
    color: #1f2937;
    overflow: auto;
}

.hmLanding{
    --hm-primary: #486C96;
    --hm-primary-dark: #2f5f95;
    --hm-blue: #366dad;
    --hm-light-blue: #e9f1ff;
    --hm-yellow: #f3bf36;
    --hm-yellow-dark: #deae1e;
    --hm-text: #1f2937;
    --hm-sub: #64748b;
    --hm-line: #e6edf5;
    --hm-bg: #f6f9fd;
    --hm-card-shadow: 6px 7px 18px 0 rgb(54 108 134 / 13%);
    --hm-radius: 24px;

    background:
        radial-gradient(circle at top right, rgba(72, 108, 150, .15), transparent 360px),
        linear-gradient(#e9f1ff 0, #ffffff 520px);
    overflow-x: hidden;
    overflow-y: visible;
}

.hmLanding *{
    box-sizing: border-box;
}

.hmInner{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2em;
}


/* =========================
   common
========================= */
.hmBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: .18s ease;
}

.hmBtnPrimary{
    background: var(--hm-yellow);
    color: #fff;
    box-shadow: 0 10px 22px rgb(243 191 54 / 28%);
}

.hmBtnPrimary:hover{
    background: var(--hm-yellow-dark);
    transform: translateY(-2px);
}

.hmBtnSub{
    background: #fff;
    color: var(--hm-primary);
    border: 1px solid #d8e4f2;
}

.hmBtnSub:hover{
    border-color: var(--hm-primary);
    transform: translateY(-2px);
}

.hmBtnLine{
    background: #fff;
    color: var(--hm-primary);
    border: 1px solid #d8e4f2;
}

.hmBtnLine:hover{
    border-color: var(--hm-primary);
    background: #f7fbff;
}

.hmSectionHead{
    max-width: 890px;
    margin: 0 auto 46px;
    text-align: center;
}

.hmSectionHead.alignLeft{
    max-width: none;
    margin: 0 0 32px;
    text-align: left;
}

.hmSectionLabel{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin: 0 0 14px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--hm-primary);
    font-size: 14px;
    font-weight: 800;
}

.hmSectionHead h2{
    margin: 0;
    color: #172033;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.34;
    letter-spacing: -1px;
    word-break: keep-all;
}

.hmSectionHead p{
    margin: 16px 0 11px;
    color: var(--hm-sub);
    font-size: 18px;
    line-height: 1.75;
    word-break: keep-all;
}


/* =========================
   header
========================= */
.hmHeader{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .86);
    border-bottom: 1px solid rgba(230, 237, 245, .85);
    backdrop-filter: blur(14px);
}

.hmHeaderInner{
    display: flex;
    align-items: center;
    min-height: 76px;
    gap: 24px;
}

.hmLogo{
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: 210px;
    height: 42px;
}

.hmLogo img{
    display: block;
    width: 100%;
    max-height: 42px;
    object-fit: contain;
}

.hmNav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 28px;
}

.hmNav a{
    color: #334155;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.hmNav a:hover{
    color: var(--hm-primary);
}

.hmHeaderAction{
    flex: 0 0 auto;
}

.hmMobileMenuBtn{
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
    border: 1px solid #d8e4f2;
    border-radius: 10px;
    background: #fff;
}

.hmMobileMenuBtn span{
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: var(--hm-primary);
}


/* =========================
   hero
========================= */
.hmHero{
    position: relative;
    padding: 92px 0 96px;
}

.hmHero::before{
    content: "";
    position: absolute;
    right: -160px;
    bottom: -200px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(72, 108, 150, .08);
}

.hmHeroInner{
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    align-items: center;
    gap: 54px;
}

.hmHeroBadge{
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin: 0;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    color: var(--hm-primary);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 7px 22px rgb(54 108 134 / 11%);
}

.hmHeroTitle{
    margin: 24px 0 0;
    color: #142033;
    font-size: 62px;
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -2px;
    word-break: keep-all;
}

.hmHeroDesc{
    max-width: 680px;
    margin: 26px 0 0;
    color: #526174;
    font-size: 20px;
    line-height: 1.75;
    word-break: keep-all;
}

.hmHeroBtnGroup{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 38px;
}

.hmHeroBtnGroup .hmBtn{
    min-width: 160px;
    min-height: 54px;
    font-size: 17px;
}

.hmKeywordList{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hmKeywordList li{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    border: 1px solid #dfeaf7;
    color: var(--hm-primary);
    font-size: 14px;
    font-weight: 700;
}

.hmHeroVisual{
    position: relative;
}

.hmDashboardCard{
    position: relative;
    min-height: 420px;
    padding: 54px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 34px;
    background: rgba(255,255,255,.82);
    box-shadow: 18px 22px 42px rgb(54 108 134 / 18%);
    backdrop-filter: blur(12px);
}

.hmDashboardCard::before{
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px solid #e6edf5;
    pointer-events: none;
}

.hmDashTop{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--hm-primary);
    font-size: 17px;
    font-weight: 800;
}

.hmLiveDot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 7px rgb(239 68 68 / 13%);
}

.hmTempMain{
    position: relative;
    z-index: 1;
    margin-top: 24px;
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ff9e5a, #a35118);
    color: #fff;
}

.hmTempMain .hmTempLabel{
    display: block;
    font-size: 15px;
    opacity: .78;
}

.hmTempMain strong{
    display: block;
    margin-top: 10px;
    font-size: 62px;
    font-weight: 950;
    line-height: 1;
}

.hmTempMain em{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 18px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-style: normal;
    font-weight: 900;
}

.hmTempGrid{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.hmTempGrid div{
    padding: 18px 14px;
    border: 1px solid #e6edf5;
    border-radius: 18px;
    background: #fff;
}

.hmTempGrid span{
    display: block;
    color: #7b8798;
    font-size: 13px;
    font-weight: 700;
}

.hmTempGrid strong{
    display: block;
    margin-top: 6px;
    color: #172033;
    font-size: 20px;
    font-weight: 900;
}

.hmActionGuide{
    position: relative;
    z-index: 2;
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff7dc;
    color: #7a5312;
    font-size: 15px;
    font-weight: 800;
}


/* =========================
   law
========================= */
.hmLawSummary{
    padding: 88px 0;
    background: #fff;
}

.hmLawGrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.hmLawCard{
    min-height: 180px;
    padding: 26px 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e6edf5;
    box-shadow: 0 10px 28px rgb(54 108 134 / 8%);
}

.hmLawCard span{
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.hmLawCard strong{
    display: block;
    margin-top: 18px;
    color: #172033;
    font-size: 30px;
    font-weight: 950;
}

.hmLawCard p{
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
}

.hmLawCard.level01 span{
    background: #4f8bd6;
}

.hmLawCard.level02 span{
    background: #f3bf36;
}

.hmLawCard.level03 span{
    background: #f97316;
}

.hmLawCard.level04 span{
    background: #dc2626;
}


/* =========================
   feature
========================= */
.hmFeature{
    padding: 92px 0;
    background: var(--hm-bg);
}

.hmFeatureGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.hmFeatureCard{
    min-height: 230px;
    padding: 30px;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgb(54 108 134 / 6%);
    transition: .18s ease;
}

.hmFeatureCard:hover{
    transform: translateY(-4px);
    box-shadow: var(--hm-card-shadow);
}

.hmFeatureIcon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #eef4ff;
    color: var(--hm-primary);
    font-size: 15px;
    font-weight: 950;
}

.hmFeatureCard strong{
    display: block;
    margin-top: 20px;
    color: #172033;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4;
}

.hmFeatureCard p{
    margin: 12px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.68;
    word-break: keep-all;
}


/* =========================
   device
========================= */
.hmDevice{
    padding: 96px 0;
    background: #fff;
}

.hmDeviceInner{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 60px;
    align-items: center;
}

.hmDeviceList{
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hmDeviceList li{
    position: relative;
    padding: 16px 18px 16px 44px;
    border: 1px solid #e6edf5;
    border-radius: 14px;
    background: #fbfdff;
    color: #334155;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    word-break: keep-all;
}

.hmDeviceList li::before{
    content: "✓";
    position: absolute;
    left: 18px;
    top: 16px;
    color: var(--hm-primary);
    font-weight: 900;
}

.hmDeviceVisual{
    display: grid;
    gap: 18px;
}

.hmDeviceBox{
    padding: 32px;
    border-radius: 26px;
    background: linear-gradient(135deg, #486C96, #366dad);
    color: #fff;
    box-shadow: var(--hm-card-shadow);
}

.hmDeviceBox.sub{
    background: #fff;
    color: #172033;
    border: 1px solid #e6edf5;
}

.hmDeviceBox span{
    display: block;
    font-size: 15px;
    font-weight: 800;
    opacity: .8;
}

.hmDeviceBox strong{
    display: block;
    margin-top: 12px;
    font-size: 28px;
    font-weight: 950;
    line-height: 1.35;
    word-break: keep-all;
}

.hmDeviceBox p{
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.65;
    opacity: .84;
    word-break: keep-all;
}


/* =========================
   industry
========================= */
.hmIndustry{
    padding: 86px 0;
    background: var(--hm-bg);
}

.hmIndustryList{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hmIndustryList li{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    color: #334155;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 8px 20px rgb(54 108 134 / 6%);
}


/* =========================
   faq
========================= */
.hmFaq{
    padding: 92px 0;
    background: #fff;
}

.hmFaqList{
    max-width: 880px;
    margin: 0 auto;
}

.hmFaqList details{
    border: 1px solid #e6edf5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 18px rgb(54 108 134 / 5%);
}

.hmFaqList details + details{
    margin-top: 14px;
}

.hmFaqList summary{
    position: relative;
    display: block;
    padding: 24px 58px 24px 26px;
    color: #172033;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    word-break: keep-all;
}

.hmFaqList summary::-webkit-details-marker{
    display: none;
}

.hmFaqList summary::after{
    content: "+";
    position: absolute;
    right: 24px;
    top: 18px;
    color: var(--hm-primary);
    font-size: 26px;
    font-weight: 500;
}

.hmFaqList details[open] summary::after{
    content: "−";
}

.hmFaqList details p{
    margin: 0;
    padding: 0 26px 24px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.72;
    word-break: keep-all;
}


/* =========================
   contact / footer
========================= */
.hmContact{
    padding: 88px 0;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 340px),
        linear-gradient(135deg, #486C96, #2f5f95);
}

.hmContactBox{
    text-align: center;
    color: #fff;
}

.hmContactBox h2{
    margin: 0;
    font-size: 42px;
    font-weight: 950;
    line-height: 1.34;
    word-break: keep-all;
}

.hmContactBox p{
    max-width: 680px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.72;
    opacity: .84;
    word-break: keep-all;
}

.hmContactBtns{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 34px;
}

.hmFooter{
    padding: 28px 0;
    background: #172033;
    color: rgba(255,255,255,.72);
}

.hmFooter p{
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
    word-break: keep-all;
}

.hmFooter span{
    margin-left: 12px;
}

.hmFooter .hmCopy{
    margin-top: 5px;
    opacity: .65;
}


/* =========================
   login modal
   기존 login.css를 모달형으로 재사용
========================= */
body.hmModalOpen{
    overflow: hidden;
}

.hmLoginModal{
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.hmLoginModal.is-active{
    display: flex;
}

.hmLoginDim{
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .52);
    backdrop-filter: blur(4px);
}

.hmLoginPanel{
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    animation: hmModalUp .18s ease;
}

@keyframes hmModalUp{
    from{
        opacity: 0;
        transform: translateY(16px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.hmModalClose{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #486C96;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.hmModalClose:hover{
    background: #e2e8f0;
}

/* login.css의 카드 스타일은 쓰고, 페이지 전용 여백만 조정 */
.hmLoginPanel .loginTitle{
    height: 3.2em;
    margin-bottom: .8em;
}

.hmLoginPanel .loginArea{
    max-width: none;
    max-height: none;
    overflow: visible;
    padding: 34px 42px 30px;
    border-radius: 20px;
    box-shadow: 0 22px 60px rgb(15 23 42 / 22%);
}

.hmLoginPanel .loginComInfoBox{
    margin-top: 4em;
}

.hmLoginPanel .loginComInfoBox .inner{
    padding: 0;
}
.hmLoginPanel > form > .loginTitle{
    display: none;
}
/* 카드 안 로고 */
.hmModalLoginHeader{
    margin-bottom: 28px;
    text-align: center;
}

.hmModalLogo{
    width: 250px;
    height: 44px;
    margin: 0 auto;
}

.hmModalLogo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hmModalLoginHeader p{
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
}

/* 닫기 버튼 카드 안쪽 느낌으로 */
.hmModalClose{
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    background: #f5f8fc;
    color: #486C96;
    font-size: 24px;
}

/* 입력폼 간격 살짝 정리 */
.hmLoginPanel .loginInput{
    margin-top: 18px;
}

.hmLoginPanel .loginInput:first-of-type{
    margin-top: 0;
}

.hmLoginPanel .loginInput label{
    font-size: 15px;
    font-weight: 600;
}

.hmLoginPanel .loginInput input{
    height: 52px;
}

/* 버튼 마감 */
.hmLoginPanel .btnLogin{
    margin-top: 24px;
    line-height: 54px;
    border-radius: 12px;
    font-size: 19px;
    font-weight: 700;
}

/* 하단 링크 정리 */
.hmLoginPanel .loginTextWrap{
    margin-top: 14px;
}

.hmLoginPanel .btnLgOutline{
    margin-top: 14px;
}

/* 회사정보는 너무 멀지 않게 */
.hmLoginPanel .loginComInfoBox{
    margin-top: 48px;
}

.hmLoginPanel .comDetails{
    font-size: 12px;
    color: #4b5563;
}

.hmLoginPanel .copyrights{
    font-size: 12px;
    color: #6b7280;
}
/* =========================
   login modal split type
========================= */
.hmLoginPanelSplit{
    display: grid;
    grid-template-columns: 360px minmax(0, 520px);
    width: min(100%, 880px);
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 80px rgb(15 23 42 / 28%);
}

.hmLoginBrand{
    padding: 48px 38px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.22), transparent 220px),
        linear-gradient(135deg, #486C96, #2f5f95);
    color: #fff;
}

.hmLoginBrandBadge{
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 800;
}

.hmLoginBrand h2{
    margin: 28px 0 0;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -1px;
}

.hmLoginBrand p{
    margin: 22px 0 0;
    font-size: 15px;
    line-height: 1.7;
    opacity: .86;
    word-break: keep-all;
}

.hmLoginBrand ul{
    display: grid;
    gap: 12px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.hmLoginBrand li{
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.55;
    opacity: .92;
    word-break: keep-all;
}

.hmLoginBrand li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #f3bf36;
    font-weight: 900;
}

.hmLoginFormArea{
    position: relative;
    padding: 46px 46px 34px;
    background: #fff;
}

.hmModalLoginHeader{
    margin-bottom: 28px;
    text-align: center;
}

.hmModalLogo{
    width: 390px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 135/28;
}

.hmModalLogo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hmModalLoginHeader p{
    margin: 12px 0 0;
    color: #64748b;
    font-size: 15px;
    font-weight: 400;
    margin-top: -.2em;
}

/* 기존 loginArea 카드 스타일 제거 */
.hmLoginPanelSplit .loginArea{
    max-width: none;
    max-height: none;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* 입력폼 정리 */
.hmLoginPanelSplit .loginInput{
    margin-top: 18px;
}

.hmLoginPanelSplit .loginInput:first-child{
    margin-top: 0;
}

.hmLoginPanelSplit .loginInput label{
    font-size: 15px;
    font-weight: 600;
}

.hmLoginPanelSplit .loginInput input{
    height: 52px;
}

/* 로그인 버튼 */
.hmLoginPanelSplit .btnLogin{
    margin-top: 24px;
    line-height: 54px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 800;
}

/* 하단 링크 */
.hmLoginPanelSplit .loginTextWrap{
    margin-top: 14px;
}

.hmLoginPanelSplit .btnLgOutline{
    margin-top: 14px;
}

/* 회사정보 */
.hmLoginPanelSplit .loginComInfoBox{
    margin-top: 38px;
}

.hmLoginPanelSplit .loginComInfoBox .inner{
    padding: 0;
}

.hmLoginPanelSplit .comDetails{
    font-size: 12px;
    color: #4b5563;
}

.hmLoginPanelSplit .copyrights{
    font-size: 12px;
    color: #6b7280;
}

/* 닫기 버튼 */
.hmLoginPanelSplit .hmModalClose{
    top: 16px;
    right: 16px;
    z-index: 10;
}

/* mobile */
@media (max-width: 780px){
    .hmLoginPanelSplit{
        display: block;
        width: min(100%, 520px);
        overflow-y: auto;
    }

    .hmLoginBrand{
        display: none;
    }

    .hmLoginFormArea{
        padding: 42px 24px 28px;
    }

    .hmModalLogo{
        width: 230px;
    }
}
/* =========================
   responsive
========================= */
@media (max-width: 1080px){

    .hmHeroInner{
        grid-template-columns: 1fr;
    }

    .hmHeroVisual{
        max-width: 620px;
        margin: auto;
        width: 100%;
    }

    .hmLawGrid,
    .hmFeatureGrid{
        grid-template-columns: repeat(2, 1fr);
    }

    .hmDeviceInner{
        grid-template-columns: 1fr;
    }

    .hmIndustryList{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 820px){

    .hmHeaderInner{
        min-height: 66px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hmLogo{
        width: 180px;
    }

    .hmMobileMenuBtn{
        display: block;
    }

    .hmHeaderAction{
        margin-left: 0;
    }

    .hmNav{
        display: none;
        flex: 0 0 100%;
        order: 5;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 0 12px;
        border-top: 1px solid #e6edf5;
    }

    .hmHeader.is-open .hmNav{
        display: flex;
    }

    .hmNav a{
        padding: 13px 4px;
    }

    .hmHeaderAction .hmBtn{
        min-height: 42px;
        padding: 0 16px;
        font-size: 14px;
    }

    .hmHero{
        padding: 68px 0 72px;
    }

    .hmHeroTitle{
        font-size: 44px;
        letter-spacing: -1px;
    }

    .hmHeroDesc{
        font-size: 17px;
    }

    .hmHeroBtnGroup{
        flex-direction: column;
        align-items: stretch;
    }

    .hmHeroBtnGroup .hmBtn{
        width: 100%;
    }

    .hmSectionHead h2{
        font-size: 30px;
    }

    .hmSectionHead p{
        font-size: 16px;
    }

    .hmLawSummary,
    .hmFeature,
    .hmDevice,
    .hmIndustry,
    .hmFaq,
    .hmContact{
        padding: 68px 0;
    }

    .hmDashboardCard{
        min-height: auto;
        padding: 45px;
        border-radius: 26px;
    }

    .hmTempMain strong{
        font-size: 48px;
    }

    .hmTempGrid{
        grid-template-columns: 1fr;
    }

    .hmLawGrid,
    .hmFeatureGrid,
    .hmIndustryList{
        grid-template-columns: 1fr;
    }

    .hmContactBox h2{
        font-size: 31px;
    }

    .hmContactBtns{
        flex-direction: column;
    }

    .hmContactBtns .hmBtn{
        width: 100%;
    }

    .hmFooter span{
        display: block;
        margin-left: 0;
    }

    .hmLoginModal{
        padding: 14px;
    }

    .hmLoginPanel .loginArea{
        padding: 1.1em 1.1em 1.3em;
    }
}

@media (max-width: 560px){

    .hmInner{
        padding: 0 18px;
    }

    .hmLogo{
        width: 158px;
    }

    .hmHeroTitle{
        font-size: 36px;
    }

    .hmHeroBadge{
        font-size: 13px;
    }

    .hmKeywordList li{
        font-size: 13px;
    }

    .hmLawCard,
    .hmFeatureCard,
    .hmDeviceBox{
        padding: 24px 20px;
        min-height: auto;
    }

    .hmFaqList summary{
        padding: 21px 50px 21px 20px;
        font-size: 16px;
    }
	.hmFaqList summary::after{top:14px;}
    .hmFaqList details p{
        padding: 0 20px 21px;
    }
}
/* =========================
   scroll motion / parallax
========================= */
.hmReveal{
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition:
        opacity .72s ease,
        transform .72s cubic-bezier(.2,.75,.25,1);
    transition-delay: var(--hm-delay, 0ms);
    will-change: opacity, transform;
}

.hmReveal.is-visible{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.hmHero{
    --hm-parallax-y: 0px;
}

.hmHero::before{
    transform: translate3d(0, var(--hm-parallax-y), 0);
    transition: transform .08s linear;
    will-change: transform;
}

.hmHeroContent{
    transform: translate3d(0, var(--hm-copy-y, 0), 0);
    will-change: transform;
}

.hmDashboardCard{
    transform:
        translate3d(0, var(--hm-card-y, 0), 0)
        rotate(var(--hm-card-rotate, 0deg));
    transition:
        transform .08s linear,
        box-shadow .2s ease;
    will-change: transform;
}

.hmLawCard,
.hmFeatureCard,
.hmIndustryList li,
.hmFaqList details{
    backface-visibility: hidden;
}

/* 살짝 떠있는 느낌 */
.hmDashboardCard::after{
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -22px;
    height: 34px;
    border-radius: 50%;
    background: rgba(54, 108, 134, .18);
    filter: blur(18px);
    pointer-events: none;
}

/* 모바일에서는 과한 움직임 축소 */
@media (max-width: 820px){
    .hmHeroContent,
    .hmDashboardCard,
    .hmHero::before{
        transform: none !important;
    }

    .hmReveal{
        transform: translate3d(0, 22px, 0);
    }

    .hmReveal.is-visible{
        transform: translate3d(0, 0, 0);
    }
}

/* 접근성: 움직임 줄이기 설정 */
@media (prefers-reduced-motion: reduce){
    .hmReveal,
    .hmHeroContent,
    .hmDashboardCard,
    .hmHero::before{
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}
@media (max-width: 820px){
    #hmLaw,
    #hmFeature,
    #hmDevice,
    #hmFaq,
    #hmContact{
        scroll-margin-top: 82px;
    }
}
/* =========================
   fixed header / anchor final
========================= */
html{
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

.hmLandingPage{
    min-width: 280px;
    background: #fff;
    color: #1f2937;
    overflow: visible !important;
}

.hmLanding{
    padding-top: 76px;
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

/* fixed header */
.hmHeader{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    width: 100%;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(230, 237, 245, .95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgb(54 108 134 / 7%);
}

.hmHeaderInner{
    min-height: 76px;
}

/* anchor target offset */
#hmLaw,
#hmFeature,
#hmDevice,
#hmFaq,
#hmContact{
    scroll-margin-top: 96px;
}

/* nav active */
.hmNav a{
    position: relative;
}

.hmNav a.is-active{
    color: var(--hm-primary);
}

.hmNav a.is-active::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: var(--hm-yellow);
    transform: translateX(-50%);
}

/* fixed header 때문에 모달은 더 위 */
.hmLoginModal{
    z-index: 6000;
}

/* mobile */
@media (max-width: 820px){

    html{
        scroll-padding-top: 82px;
    }

    .hmLanding{
        padding-top: 66px;
    }

    .hmHeaderInner{
        min-height: 66px;
    }

    #hmLaw,
    #hmFeature,
    #hmDevice,
    #hmFaq,
    #hmContact{
        scroll-margin-top: 82px;
    }

    .hmNav a.is-active::after{
        display: none;
    }

    .hmHeader.is-open{
        box-shadow: 0 16px 36px rgb(54 108 134 / 12%);
    }
}
/* =========================
   fixed header / anchor
========================= */
html{
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

.hmLandingPage{
    overflow: visible !important;
}

.hmLanding{
    padding-top: 76px;
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

.hmHeader{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    width: 100%;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(230, 237, 245, .95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgb(54 108 134 / 7%);
}

.hmHeaderInner{
    min-height: 76px;
}

#hmLaw,
#hmFeature,
#hmDevice,
#hmFaq,
#hmContact{
    scroll-margin-top: 96px;
}

.hmNav a{
    position: relative;
}

.hmNav a.is-active{
    color: var(--hm-primary);
}

.hmNav a.is-active::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: var(--hm-yellow);
    transform: translateX(-50%);
}



/* =========================
   reveal motion
========================= */
.hmReveal{
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition:
        opacity .72s ease,
        transform .72s cubic-bezier(.2,.75,.25,1);
    transition-delay: var(--hm-delay, 0ms);
    will-change: opacity, transform;
}

.hmReveal.is-visible{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}



/* =========================
   hero parallax
========================= */
.hmHero{
    --hm-parallax-bg-y: 0px;
}

.hmHero::before{
    transform: translate3d(0, var(--hm-parallax-bg-y), 0);
    will-change: transform;
}

.hmDashboardCard{
    --hm-parallax-card-y: 0px;
    --hm-parallax-card-r: 0deg;

    transform:
        translate3d(0, var(--hm-parallax-card-y), 0)
        rotate(var(--hm-parallax-card-r));
    transition: box-shadow .2s ease;
    will-change: transform;
}

.hmDashboardCard::after{
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -22px;
    height: 34px;
    border-radius: 50%;
    background: rgba(54, 108, 134, .18);
    filter: blur(18px);
    pointer-events: none;
}



/* =========================
   motion responsive
========================= */
@media (max-width: 820px){

    html{
        scroll-padding-top: 82px;
    }

    .hmLanding{
        padding-top: 66px;
    }

    .hmHeaderInner{
        min-height: 66px;
    }

    #hmLaw,
    #hmFeature,
    #hmDevice,
    #hmFaq,
    #hmContact{
        scroll-margin-top: 82px;
    }

    .hmNav a.is-active::after{
        display: none;
    }

    .hmReveal{
        transform: translate3d(0, 20px, 0);
    }

    .hmReveal.is-visible{
        transform: translate3d(0, 0, 0);
    }

    .hmHero::before,
    .hmDashboardCard{
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce){
    .hmReveal,
    .hmHero::before,
    .hmDashboardCard{
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}
/* =========================
   to top
========================= */
.hmToTop{
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 3500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 0;
    border-radius: 50%;
    background: #486C96;
    color: #fff;
    box-shadow: 0 12px 28px rgb(54 108 134 / 24%);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease,
        background .18s ease;
}

.hmToTop.is-active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hmToTop:hover{
    background: #2f5f95;
    transform: translateY(-3px);
}

.hmToTop span{
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.hmToTop em{
    display: block;
    margin-top: 2px;
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .4px;
}

@media (max-width: 820px){
    .hmToTop{
        right: 18px;
        bottom: 18px;
        width: 52px;
        height: 52px;
    }

    .hmToTop span{
        font-size: 19px;
    }

    .hmToTop em{
        font-size: 9px;
    }
}

/* =========================
   product device
========================= */
.hmProductDevice{
    padding: 92px 0;
    background: #fff;
}

.hmProductDeviceGrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.hmProductDeviceCard{
    overflow: hidden;
    border: 1px solid #e6edf5;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 10px 28px rgb(54 108 134 / 7%);
    transition: .18s ease;
}

.hmProductDeviceCard:hover{
    transform: translateY(-4px);
    box-shadow: var(--hm-card-shadow);
}

.hmProductThumb{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
    /* padding: 24px; */
    background: radial-gradient(circle at center, #e6e6e61f, transparent 60%), #f5f5f5;
}

.hmProductThumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hmProductInfo{
    padding: 28px;
}

.hmProductType{
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--hm-primary);
    font-size: 13px;
    font-weight: 900;
}

.hmProductInfo strong{
    display: block;
    margin-top: 1rem;
    color: #172033;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    word-break: keep-all;
}

.hmProductInfo p{
    min-height: 2.5rem;
    margin: 14px 0 24px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.68;
    word-break: keep-all;
}

.hmProductInfo .hmBtn{
    width: 100%;
}

@media (max-width: 1080px){
    .hmProductDeviceGrid{
        grid-template-columns: repeat(2, 1fr);
    }

    .hmProductDeviceCardWide{
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px){
    .hmProductDevice{
        padding: 68px 0;
    }

    .hmProductDeviceGrid{
        grid-template-columns: 1fr;
    }

    .hmProductDeviceCardWide{
        grid-column: auto;
    }

    .hmProductThumb{
        height: 210px;
    }

    .hmProductInfo p{
        min-height: auto;
    }
}
/* =========================
   product slider overlap
========================= */

@keyframes hmSlideActiveFromRight{
    from{
        opacity: .38;
        transform: translateX(-24%) scale(.8);
        z-index: 2000;
    }
    to{
        opacity: 1;
        transform: translateX(-50%) scale(1);
        z-index: 3000;
    }
}

@keyframes hmSlideActiveFromLeft{
    from{
        opacity: .38;
        transform: translateX(-76%) scale(.8);
        z-index: 2000;
    }
    to{
        opacity: 1;
        transform: translateX(-50%) scale(1);
        z-index: 3000;
    }
}

.hmProductSlide .hmProductThumb{
    height: 280px;
}

.hmProductSlide .hmProductInfo{
    padding: 30px;
}

.hmProductSliderControl{
    position: relative;
    z-index: 3100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 18px;
}

.hmProductSliderControl > button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #d8e4f2;
    border-radius: 50%;
    background: #fff;
    color: var(--hm-primary);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgb(54 108 134 / 8%);
}

.hmProductSliderControl > button:hover{
    background: #eef4ff;
}

.hmProductDots{
    display: flex;
    align-items: center;
    gap: 8px;
}

.hmProductDots button{
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: .2s ease;
}

.hmProductDots button.is-active{
    width: 24px;
    border-radius: 999px;
    background: var(--hm-primary);
}

@media (max-width: 820px){
    .hmProductSliderTrack{
        min-height: 540px;
    }

    .hmProductSlide{
        max-width: calc(100% - 20px);
    }

    .hmProductSlide.is-next{
        opacity: .28;
        transform: translateX(-18%) scale(.78);
    }

    .hmProductSlide.is-prev{
        opacity: .28;
        transform: translateX(-82%) scale(.78);
    }

    .hmProductSlide .hmProductThumb{
        height: 220px;
    }

    .hmProductSlide .hmProductInfo{
        padding: 24px 22px;
    }
}
/* =========================
   product slider transition
========================= */
.hmProductSlider{
    position: relative;
    overflow: hidden;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--hm-card-shadow);
}

.hmProductSlide{
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(24px) scale(.98);
    pointer-events: none;
    transition:
        opacity .45s ease,
        visibility .45s ease,
        transform .45s cubic-bezier(.2,.75,.25,1);
}

.hmProductSlide.is-active{
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.hmProductThumb{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    background:
        radial-gradient(circle at center, rgba(72,108,150,.12), transparent 62%),
        #f6f9fd;
}

.hmProductThumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .45s ease;
}

.hmProductSlide.is-active .hmProductThumb img{
    transform: scale(1.02);
}

.hmProductInfo{
    padding: 30px;
}

.hmProductInfo .hmBtn{
    width: 100%;
}

/* control은 항상 위에 */
.hmProductSliderControl{
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 30px 28px;
}

@media (max-width: 820px){
    .hmProductThumb{
        height: 220px;
    }

    .hmProductInfo{
        padding: 24px 22px;
    }
}