> For the complete documentation index, see [llms.txt](https://help.semoreport.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.semoreport.com/guide/insight/guide7/calculate.md).

# 세모.홈페이지 세금계산기

{% hint style="info" %}
세금계산기는 플러스 요금제 이용 고객 중 **세모.홈페이지를 개설하여 운영 중인 고객님의 홈페이지에** 제공되고 있습니다. \
세모.홈페이지가 없는 플러스 요금제 고객님이신가요? 세금계산기 기능이 필요하시다면 <mark style="color:$warning;">**고객센터로 문의해 주세요.**</mark>
{% endhint %}

## 고객에게 내 세금, 지금 바로 확인할 수 있도록 해보세요.

세무 상담을 진행하다 보면 이런 경험, 자주 있으시죠?

*"올해 세금이 얼마나 나올까요? 지금 집을 팔면 양도세가 얼마 나와요?* 증여세 대충 얼마나오는지 계산 좀 해주세요.*"*

단순 세액 계산 문의에 시간을 뺏기거나, 기초적인 세무 지식부터 설명하느라 상담이 길어지는 경우가 많습니다. <mark style="color:blue;">**이제 홈페이지 방문 고객이 직접 세금을 미리 계산해 보게 하세요.**</mark>

#### 세모.홈페이지 세금계산기는 몇 가지 정보만 입력하면 예상 세액을 바로 알려드려요.

법인세, 종합소득세, 양도소득세, 상속세, 증여세. \
세금 종류가 달라도 괜찮아요. 탭 한 번만 누르면 <mark style="color:blue;">**원하는 세금을 바로 계산할 수 있어요!**</mark>

<figure><img src="/files/1DHUre8jHcNCgcFj4kpH" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
*본 계산기는 입력된 정보를 바탕으로 산출된 모의 계산 결과입니다. 실제 세액은 세부 조건에 따라 달라질 수 있습니다.*
{% endhint %}

## 이게 왜 좋냐면요

{% stepper %}
{% step %}

### 내 상황에 딱 맞게 계산돼요.

업종, 사업 기간, 직원 수, 수도권 여부 등도 꼼꼼히 반영해요. 뭉뚱그린 '일반적인 세율'이 아니라 내 조건에 맞는 진짜 숫자를 보여드려요.

{% endstep %}

{% step %}

### 절세 포인트를 미리 찾을 수 있어요.

1세대 1주택 비과세, 청년 직원 고용 공제, 배우자 증여 공제 등 어떤 조건이 세금을 줄여주는지 입력값을 바꿔가며 직접 확인해 보세요.

{% endstep %}

{% step %}

### 숫자를 알면 대화가 달라져요

세무사와 상담할 때나 중요한 부동산 거래를 결정할 때, 예상 세액을 미리 알고 있으면 훨씬 더 유리한 선택을 할 수 있어요.
{% endstep %}
{% endstepper %}

## 이렇게 쓰면 돼요!

복잡한 세무 서식은 잊으세요. 묻는 말에 차근차근 답하기만 하면 됩니다.

#### **1️⃣ 정보 입력하기**

알고 싶은 세금 탭을 누르고 정보를 입력하세요. 잘 모르는 용어는 옆의 `?` 아이콘을 누르면 쉬운 설명이 나와요. \
**회원가입이나 로그인도 필요 없어요.**

#### 2️⃣ 예상 세액 확인하기

&#x20;\[계산하기] 버튼을 누르면 최신 세법<mark style="color:$info;">(2026년 4월 기준)</mark>이 적용된 **결과를 바로 보여드려요.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.semoreport.com/guide/insight/guide7/calculate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
