{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "generator": "https://python-choigosu.com",
  "kind": "calculator",
  "slug": "sigeup",
  "registry": "C-03",
  "name": "최저임금 계산기",
  "tagline": "시급을 넣으면 주휴수당 붙인 월급과 4대보험 뗀 뒤 금액까지",
  "url": "https://python-choigosu.com/sigeup/",
  "computation": "client-side",
  "license": "저작권 보호 대상 아님(법령·고시)",
  "freshness": {
    "source": "고용노동부",
    "sourceUrl": "https://www.moel.go.kr/news/enews/report/enewsView.do?news_seq=19659",
    "asOf": "2027년 최저임금 고시",
    "fetchedAt": "2026-08-04T16:37:45.715Z",
    "count": 10700,
    "stale": false
  },
  "dataset": {
    "id": "minimum-wage-2027",
    "name": "2027년 최저임금 고시",
    "url": "https://python-choigosu.com/data/minimum-wage-2027/"
  },
  "input": {
    "type": "object",
    "x-queryString": "https://python-choigosu.com/sigeup/?<key>=<value>",
    "properties": {
      "hourly": {
        "title": "시급",
        "x-widget": "금액(원)",
        "description": "2027년 최저임금입니다. 2026년(현행)은 10,320원.",
        "type": "integer",
        "minimum": 0,
        "maximum": 1000000,
        "default": 10700
      },
      "hoursPerDay": {
        "title": "하루 근무시간",
        "x-widget": "개수",
        "type": "integer",
        "minimum": 1,
        "maximum": 24,
        "default": 8
      },
      "daysPerWeek": {
        "title": "주 근무일수",
        "x-widget": "개수",
        "type": "integer",
        "minimum": 1,
        "maximum": 7,
        "default": 5
      }
    },
    "required": [
      "hourly"
    ],
    "additionalProperties": false
  },
  "output": {
    "headline": {
      "key": "net",
      "label": "4대보험 공제 후 월급",
      "format": "won"
    },
    "rows": [
      {
        "key": "weeklyHours",
        "label": "주 소정근로시간",
        "format": "num",
        "note": "하루 근무시간 × 주 근무일수"
      },
      {
        "key": "restHours",
        "label": "주휴시간",
        "format": "num"
      },
      {
        "key": "monthlyHours",
        "label": "월 환산시간",
        "format": "num",
        "note": "(주 소정 + 주휴) × 365 ÷ 7 ÷ 12"
      },
      {
        "key": "grossMonthly",
        "label": "세전 월급",
        "format": "won",
        "note": "시급 × 월 환산시간"
      },
      {
        "key": "pension",
        "label": "국민연금",
        "format": "won",
        "negative": true
      },
      {
        "key": "health",
        "label": "건강보험",
        "format": "won",
        "negative": true
      },
      {
        "key": "care",
        "label": "장기요양보험",
        "format": "won",
        "negative": true
      },
      {
        "key": "employment",
        "label": "고용보험",
        "format": "won",
        "negative": true
      },
      {
        "key": "insuranceTotal",
        "label": "4대보험 합계",
        "format": "won",
        "negative": true
      }
    ]
  },
  "scenarios": [
    {
      "label": "2027년 최저임금 · 주 40시간 (하루 8시간 · 주 5일)",
      "note": "2027년 최저임금 10,700원 기준입니다.",
      "input": {
        "hourly": 10700,
        "hoursPerDay": 8,
        "daysPerWeek": 5
      },
      "url": "https://python-choigosu.com/sigeup/",
      "headline": {
        "key": "net",
        "label": "4대보험 공제 후 월급",
        "text": "2,019,010원",
        "value": 2019010
      },
      "rows": [
        {
          "key": "weeklyHours",
          "label": "주 소정근로시간",
          "text": "40",
          "value": 40,
          "note": "하루 근무시간 × 주 근무일수"
        },
        {
          "key": "restHours",
          "label": "주휴시간",
          "text": "8",
          "value": 8
        },
        {
          "key": "monthlyHours",
          "label": "월 환산시간",
          "text": "209",
          "value": 209,
          "note": "(주 소정 + 주휴) × 365 ÷ 7 ÷ 12"
        },
        {
          "key": "grossMonthly",
          "label": "세전 월급",
          "text": "2,236,300원",
          "value": 2236300,
          "note": "시급 × 월 환산시간"
        },
        {
          "key": "pension",
          "label": "국민연금",
          "text": "−106,220원",
          "value": 106220,
          "note": "기준소득월액의 4.75% (2026년 · 상한 659만원)"
        },
        {
          "key": "health",
          "label": "건강보험",
          "text": "−80,390원",
          "value": 80390,
          "note": "보수월액의 3.595% (2026년)"
        },
        {
          "key": "care",
          "label": "장기요양보험",
          "text": "−10,560원",
          "value": 10560,
          "note": "건강보험료의 13.14% (2026년)"
        },
        {
          "key": "employment",
          "label": "고용보험",
          "text": "−20,120원",
          "value": 20120,
          "note": "보수월액의 0.9% (실업급여분)"
        },
        {
          "key": "insuranceTotal",
          "label": "4대보험 합계",
          "text": "−217,290원",
          "value": 217290
        }
      ]
    },
    {
      "label": "2026년 최저임금 · 주 40시간 (하루 8시간 · 주 5일)",
      "note": "현행(2026년) 최저임금 10,320원 기준입니다.",
      "input": {
        "hourly": 10320,
        "hoursPerDay": 8,
        "daysPerWeek": 5
      },
      "url": "https://python-choigosu.com/sigeup/?hourly=10320",
      "headline": {
        "key": "net",
        "label": "4대보험 공제 후 월급",
        "text": "1,947,310원",
        "value": 1947310
      },
      "rows": [
        {
          "key": "weeklyHours",
          "label": "주 소정근로시간",
          "text": "40",
          "value": 40,
          "note": "하루 근무시간 × 주 근무일수"
        },
        {
          "key": "restHours",
          "label": "주휴시간",
          "text": "8",
          "value": 8
        },
        {
          "key": "monthlyHours",
          "label": "월 환산시간",
          "text": "209",
          "value": 209,
          "note": "(주 소정 + 주휴) × 365 ÷ 7 ÷ 12"
        },
        {
          "key": "grossMonthly",
          "label": "세전 월급",
          "text": "2,156,880원",
          "value": 2156880,
          "note": "시급 × 월 환산시간"
        },
        {
          "key": "pension",
          "label": "국민연금",
          "text": "−102,450원",
          "value": 102450,
          "note": "기준소득월액의 4.75% (2026년 · 상한 659만원)"
        },
        {
          "key": "health",
          "label": "건강보험",
          "text": "−77,530원",
          "value": 77530,
          "note": "보수월액의 3.595% (2026년)"
        },
        {
          "key": "care",
          "label": "장기요양보험",
          "text": "−10,180원",
          "value": 10180,
          "note": "건강보험료의 13.14% (2026년)"
        },
        {
          "key": "employment",
          "label": "고용보험",
          "text": "−19,410원",
          "value": 19410,
          "note": "보수월액의 0.9% (실업급여분)"
        },
        {
          "key": "insuranceTotal",
          "label": "4대보험 합계",
          "text": "−209,570원",
          "value": 209570
        }
      ]
    },
    {
      "label": "2027년 최저임금 · 주 20시간 (하루 4시간 · 주 5일)",
      "input": {
        "hourly": 10700,
        "hoursPerDay": 4,
        "daysPerWeek": 5
      },
      "url": "https://python-choigosu.com/sigeup/?hoursPerDay=4",
      "headline": {
        "key": "net",
        "label": "4대보험 공제 후 월급",
        "text": "1,004,690원",
        "value": 1004690
      },
      "rows": [
        {
          "key": "weeklyHours",
          "label": "주 소정근로시간",
          "text": "20",
          "value": 20,
          "note": "하루 근무시간 × 주 근무일수"
        },
        {
          "key": "restHours",
          "label": "주휴시간",
          "text": "4",
          "value": 4
        },
        {
          "key": "monthlyHours",
          "label": "월 환산시간",
          "text": "104",
          "value": 104,
          "note": "(주 소정 + 주휴) × 365 ÷ 7 ÷ 12"
        },
        {
          "key": "grossMonthly",
          "label": "세전 월급",
          "text": "1,112,800원",
          "value": 1112800,
          "note": "시급 × 월 환산시간"
        },
        {
          "key": "pension",
          "label": "국민연금",
          "text": "−52,850원",
          "value": 52850,
          "note": "기준소득월액의 4.75% (2026년 · 상한 659만원)"
        },
        {
          "key": "health",
          "label": "건강보험",
          "text": "−40,000원",
          "value": 40000,
          "note": "보수월액의 3.595% (2026년)"
        },
        {
          "key": "care",
          "label": "장기요양보험",
          "text": "−5,250원",
          "value": 5250,
          "note": "건강보험료의 13.14% (2026년)"
        },
        {
          "key": "employment",
          "label": "고용보험",
          "text": "−10,010원",
          "value": 10010,
          "note": "보수월액의 0.9% (실업급여분)"
        },
        {
          "key": "insuranceTotal",
          "label": "4대보험 합계",
          "text": "−108,110원",
          "value": 108110
        }
      ]
    },
    {
      "label": "2027년 최저임금 · 주 15시간 (하루 5시간 · 주 3일)",
      "note": "주 15시간이 주휴수당이 발생하는 경계입니다.",
      "input": {
        "hourly": 10700,
        "hoursPerDay": 5,
        "daysPerWeek": 3
      },
      "url": "https://python-choigosu.com/sigeup/?hoursPerDay=5&daysPerWeek=3",
      "headline": {
        "key": "net",
        "label": "4대보험 공제 후 월급",
        "text": "753,510원",
        "value": 753510
      },
      "rows": [
        {
          "key": "weeklyHours",
          "label": "주 소정근로시간",
          "text": "15",
          "value": 15,
          "note": "하루 근무시간 × 주 근무일수"
        },
        {
          "key": "restHours",
          "label": "주휴시간",
          "text": "3",
          "value": 3
        },
        {
          "key": "monthlyHours",
          "label": "월 환산시간",
          "text": "78",
          "value": 78,
          "note": "(주 소정 + 주휴) × 365 ÷ 7 ÷ 12"
        },
        {
          "key": "grossMonthly",
          "label": "세전 월급",
          "text": "834,600원",
          "value": 834600,
          "note": "시급 × 월 환산시간"
        },
        {
          "key": "pension",
          "label": "국민연금",
          "text": "−39,640원",
          "value": 39640,
          "note": "기준소득월액의 4.75% (2026년 · 상한 659만원)"
        },
        {
          "key": "health",
          "label": "건강보험",
          "text": "−30,000원",
          "value": 30000,
          "note": "보수월액의 3.595% (2026년)"
        },
        {
          "key": "care",
          "label": "장기요양보험",
          "text": "−3,940원",
          "value": 3940,
          "note": "건강보험료의 13.14% (2026년)"
        },
        {
          "key": "employment",
          "label": "고용보험",
          "text": "−7,510원",
          "value": 7510,
          "note": "보수월액의 0.9% (실업급여분)"
        },
        {
          "key": "insuranceTotal",
          "label": "4대보험 합계",
          "text": "−81,090원",
          "value": 81090
        }
      ]
    }
  ],
  "table": {
    "url": "https://python-choigosu.com/sigeup/table/",
    "field": "hourly",
    "values": [
      {
        "value": 10700,
        "label": "10,700원",
        "url": "https://python-choigosu.com/sigeup/table/10700/"
      },
      {
        "value": 11000,
        "label": "11,000원",
        "url": "https://python-choigosu.com/sigeup/table/11000/"
      },
      {
        "value": 12000,
        "label": "12,000원",
        "url": "https://python-choigosu.com/sigeup/table/12000/"
      },
      {
        "value": 13000,
        "label": "13,000원",
        "url": "https://python-choigosu.com/sigeup/table/13000/"
      },
      {
        "value": 15000,
        "label": "15,000원",
        "url": "https://python-choigosu.com/sigeup/table/15000/"
      },
      {
        "value": 20000,
        "label": "2만원",
        "url": "https://python-choigosu.com/sigeup/table/20000/"
      }
    ]
  },
  "basis": [
    {
      "label": "고용노동부 2027년 최저임금 고시",
      "url": "https://python-choigosu.com/data/minimum-wage-2027/"
    },
    {
      "label": "최저임금법 제10조",
      "url": "https://www.law.go.kr/법령/최저임금법"
    }
  ],
  "caveats": [
    "주 15시간 미만 근로자는 주휴수당이 발생하지 않습니다. 이 계산기가 그 경계를 자동으로 반영합니다.",
    "소득세(근로소득 간이세액표)를 빼지 않았습니다. 4대보험만 공제한 금액이며, 실제 통장 입금액은 소득세와 지방소득세만큼 더 적습니다.",
    "4대보험 공제는 2026년 법정 요율 기준입니다. 2027년 요율이 고시되면 갱신합니다.",
    "수습 근로자의 3개월 감액(1년 이상 계약 · 단순노무직 제외)은 반영하지 않았습니다.",
    "연장·야간·휴일 가산수당은 반영하지 않았습니다. 법정 최저 기준의 기본급 계산입니다."
  ]
}
