-
전국 어디서나, 온라인으로 시작하세요
-
- 방문 없이 카카오·이메일로 상담부터 신고까지 — 온라인 사업자에게 최적화된 세무관리.
-
+ @if (season != null)
+ {
+
+
이번 시즌 세무 정보
+
@season.Name 관련 절세 팁과 신고 가이드를 확인하세요
+ }
+ else
+ {
+
세무 정보 & 절세 팁
+
최신 세법 변화와 실무 팁을 공유합니다
+ }
-
-
-
-
💻
-
온라인 사업자
-
스마트스토어 · 크리에이터 · 프리랜서
-
스마트스토어·쿠팡마켓·유튜버·인스타셀러·크몽 프리랜서 — 플랫폼 정산 구조와 부가세·종소세 경비처리를 체계적으로 관리합니다. 전국 어디서나 비대면 상담 가능합니다.
-
- 스마트스토어
- 크리에이터
- 비대면 상담
-
-
+
+ @{
+ var hasSeasonalPosts = Model.SeasonalPosts?.Count > 0;
+ var hasRecentPosts = Model.RecentPosts?.Count > 0;
+ }
+
+ @if (hasSeasonalPosts || hasRecentPosts)
+ {
+
+ @* 시즌 관련 글 (배지 강조) *@
+ @if (hasSeasonalPosts)
+ {
+ @foreach (var post in Model.SeasonalPosts!)
+ {
+
+
+
이번 시즌 추천
+
🗓️
+
+
@post.CategoryName
+
@post.Title
+
@((post.PublishedAt ?? post.CreatedAt).ToString("yyyy년 MM월 dd일"))
+
읽기
+
+
+
+ }
+ }
+ @* 최신 글 (나머지 채우기) *@
+ @if (hasRecentPosts)
+ {
+ @foreach (var post in Model.RecentPosts!)
+ {
+
+
+
📝
+
+
@post.CategoryName
+
@post.Title
+
@((post.PublishedAt ?? post.CreatedAt).ToString("yyyy년 MM월 dd일"))
+
읽기
+
+
+
+ }
+ }
-
-
-
💼
-
영업직·독립사업자
-
보험설계사 · 부동산중개사 · 영업직
-
소득 변동이 크고 경비처리 기준이 애매한 분들. 업계 구조를 직접 경험한 세무사로서 종소세·경비처리·세금 예측을 온라인으로 관리합니다.
-
- 종합소득세
- 경비처리
- 세금 예측
-
-
+
+
+ @if (season != null && !string.IsNullOrEmpty(season.RelatedCategorySlug))
+ {
+
+ 📅 @season.Name 전체 글 보기
+
+ }
+
전체 블로그 보기
-
-
-
🏘️
-
부동산 자산이전
-
부동산 매도 · 증여 · 상속 예정자
-
계약 전 양도세 사전검토, 증여·상속 사전설계, 임대사업자 세무관리. 자료 공유 후 온라인 검토로 계약 전 선택지를 최대화합니다.
-
- 양도세 검토
- 증여·상속
- 임대사업자
-
-
-
-
-
-
🔑
-
임대·자산관리
-
임대사업자 · 상가 보유자
-
주택·상가·오피스텔 임대 소득의 종합소득세, 부가가치세, 양도 시점 세무까지 — 보유부터 매도까지 단계별로 관리합니다.
-
- 임대소득세
- 상가·오피스텔
- 매도 세무
-
-
-
-
+ }
@@ -371,85 +311,6 @@ else
-
-
-
-
- @if (season != null)
- {
-
-
이번 시즌 세무 정보
-
@season.Name 관련 절세 팁과 신고 가이드를 확인하세요
- }
- else
- {
-
세무 정보
-
최신 세법 변화와 실무 팁을 공유합니다
- }
-
-
- @{
- var hasSeasonalPosts = Model.SeasonalPosts?.Count > 0;
- var hasRecentPosts = Model.RecentPosts?.Count > 0;
- }
-
- @if (hasSeasonalPosts || hasRecentPosts)
- {
-
- @* 시즌 관련 글 (배지 강조) *@
- @if (hasSeasonalPosts)
- {
- @foreach (var post in Model.SeasonalPosts!)
- {
-
-
-
이번 시즌 추천
-
🗓️
-
-
@post.CategoryName
-
@post.Title
-
@((post.PublishedAt ?? post.CreatedAt).ToString("yyyy년 MM월 dd일"))
-
자세히 보기
-
-
-
- }
- }
- @* 최신 글 (나머지 채우기) *@
- @if (hasRecentPosts)
- {
- @foreach (var post in Model.RecentPosts!)
- {
-
-
-
📝
-
-
@post.CategoryName
-
@post.Title
-
@((post.PublishedAt ?? post.CreatedAt).ToString("yyyy년 MM월 dd일"))
-
글 내용 보기
-
-
-
- }
- }
-
-
-
- @if (season != null && !string.IsNullOrEmpty(season.RelatedCategorySlug))
- {
-
- 📅 @season.Name 전체 글 보기
-
- }
-
전체 블로그 보기
-
- }
-
-
-
@if (Model.ActiveFaqs.Count > 0)
{
diff --git a/TaxBaik.Web/wwwroot/css/site.css b/TaxBaik.Web/wwwroot/css/site.css
index 5556c4d..8e7ed5b 100644
--- a/TaxBaik.Web/wwwroot/css/site.css
+++ b/TaxBaik.Web/wwwroot/css/site.css
@@ -836,197 +836,3 @@ img {
box-shadow: 0 0 0 6px rgba(46, 92, 78, 0.3);
transform: scale(1.1);
}
-
-/* ===== 온라인 신뢰 바 ===== */
-.online-trust-bar {
- background: var(--color-secondary-dark);
- padding: 1.1rem 0;
-}
-
-.online-trust-icon {
- font-size: 1.1rem;
- margin-right: 0.5rem;
-}
-
-.online-trust-text {
- font-size: 0.85rem;
- color: rgba(255, 255, 255, 0.88);
- font-weight: 500;
-}
-
-/* ===== About 서사 섹션 ===== */
-.about-bio-card {
- background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);
- border-radius: var(--radius-xl);
- padding: 2.75rem 2.25rem;
- color: white;
-}
-
-.about-eyebrow {
- font-size: 0.72rem;
- letter-spacing: 0.18em;
- color: var(--color-primary);
- font-weight: 700;
- text-transform: uppercase;
- margin-bottom: 0.75rem;
-}
-
-.about-bio-title {
- font-size: 1.7rem;
- font-weight: 800;
- line-height: 1.4;
- margin-bottom: 1.25rem;
-}
-
-.about-bio-text {
- color: rgba(255, 255, 255, 0.78);
- font-size: 0.92rem;
- line-height: 1.9;
- margin-bottom: 1rem;
-}
-
-.about-bio-stats {
- display: flex;
- gap: 2rem;
- margin-top: 1.5rem;
- padding-top: 1.5rem;
- border-top: 1px solid rgba(255, 255, 255, 0.15);
-}
-
-.about-stat-label {
- font-size: 0.75rem;
- color: rgba(255, 255, 255, 0.5);
- margin-bottom: 0.35rem;
-}
-
-.about-stat-value {
- font-size: 1.15rem;
- font-weight: 800;
- color: var(--color-primary);
-}
-
-.about-expertise-title {
- font-size: clamp(1.5rem, 3.5vw, 2rem);
- font-weight: 800;
- color: var(--color-text);
- line-height: 1.4;
- margin-bottom: 0.5rem;
-}
-
-.expertise-item {
- padding: 1.25rem 1.4rem;
- border: 1.5px solid var(--color-border);
- border-radius: var(--radius-lg);
- transition: all var(--transition-fast);
- background: white;
-}
-
-.expertise-item:hover {
- border-color: var(--color-primary);
- background: var(--color-bg);
-}
-
-.expertise-icon {
- width: 48px;
- height: 48px;
- flex-shrink: 0;
- background: var(--color-accent);
- border-radius: var(--radius-md);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 1.4rem;
-}
-
-.expertise-title {
- font-weight: 700;
- font-size: 1rem;
- color: var(--color-text);
- margin-bottom: 0.35rem;
-}
-
-.expertise-desc {
- font-size: 0.85rem;
- color: var(--color-text-light);
- line-height: 1.8;
-}
-
-/* ===== 서비스 카드 태그 & CTA 카드 ===== */
-.service-card-tag {
- font-size: 0.68rem;
- letter-spacing: 0.08em;
- color: var(--color-primary);
- font-weight: 700;
- text-transform: uppercase;
- margin-bottom: 0.5rem;
-}
-
-.service-card-target {
- margin-top: 1rem;
- padding-top: 0.85rem;
- border-top: 1px solid rgba(217, 211, 196, 0.5);
- font-size: 0.75rem;
- color: var(--color-text-light);
-}
-
-.service-card--cta {
- background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%) !important;
- border: none !important;
-}
-
-/* ===== 고객유형 섹션 ===== */
-.customer-type-section {
- background: var(--color-secondary-dark);
-}
-
-.customer-type-card {
- background: rgba(255, 255, 255, 0.06);
- border: 1px solid rgba(255, 255, 255, 0.12);
- border-radius: var(--radius-xl);
- padding: 2rem;
- transition: background var(--transition-normal);
-}
-
-.customer-type-card:hover {
- background: rgba(255, 255, 255, 0.1);
-}
-
-.customer-type-card--primary {
- background: rgba(200, 157, 110, 0.14);
- border-color: rgba(200, 157, 110, 0.4);
-}
-
-.customer-type-card--primary:hover {
- background: rgba(200, 157, 110, 0.2);
-}
-
-.customer-type-tag {
- font-size: 0.68rem;
- letter-spacing: 0.1em;
- color: var(--color-primary);
- font-weight: 700;
- text-transform: uppercase;
- margin-bottom: 0.6rem;
-}
-
-.customer-type-title {
- font-size: 1.15rem;
- font-weight: 800;
- color: white;
- margin-bottom: 0.85rem;
-}
-
-.customer-type-desc {
- color: rgba(255, 255, 255, 0.68);
- font-size: 0.85rem;
- line-height: 1.85;
- margin-bottom: 0;
-}
-
-.customer-type-pill {
- background: rgba(200, 157, 110, 0.2);
- color: #E8C88A;
- padding: 4px 12px;
- border-radius: 20px;
- font-size: 0.75rem;
-}