/*
  Naver Blog PC-style skin for Chunchu blog previews.
  Reference direction: dawnmart PC blog layout, with a wide custom header
  skin area, 966px centered body, white background, and warm orange accents.
*/

:root {
  --skin-accent: #ff6c00;
  --skin-accent-soft: #fff3e9;
  --skin-ink: #222;
  --skin-muted: #777;
  --skin-line: #e5e5e5;
  --skin-bg: #fff;
  --skin-paper: #fff;
}

body.naver-blog-skin {
  margin: 0;
  background: var(--skin-bg);
  color: var(--skin-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
}

.naver-blog-skin.skin-list-page {
  --skin-list-width: 960px;
  --skin-list-side: 16px;
  --skin-list-header-width: 2560px;
}

.naver-blog-skin .site-header {
  position: relative;
  top: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.naver-blog-skin .site-header::before {
  display: none;
}

.naver-blog-skin .skin-stage {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #fff;
}

.naver-blog-skin .skin-header-image {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--skin-list-header-width, 2560px);
  height: 600px;
  max-width: none;
  object-fit: cover;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}

.naver-blog-skin .skin-utility {
  position: absolute;
  top: 5px;
  right: max(16px, calc((100vw - 966px) / 2));
  display: flex;
  align-items: center;
  gap: 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.naver-blog-skin .skin-utility a {
  min-height: 18px;
  padding: 0 7px;
  color: #111;
  border-right: 1px solid #999;
}

.naver-blog-skin .skin-utility a:last-child {
  border-right: 0;
}

.naver-blog-skin .skin-utility a:hover {
  color: var(--skin-accent);
  background: transparent;
}

.naver-blog-skin .skin-hotlinks {
  position: absolute;
  left: 50%;
  top: 386px;
  width: 728px;
  height: 165px;
  transform: translateX(-2%);
  display: block;
  font-size: 0;
}

.naver-blog-skin .skin-hotlinks a {
  position: absolute;
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.naver-blog-skin .skin-hotlinks a:hover {
  outline: 1px solid rgba(255, 108, 0, .28);
  background: rgba(255, 108, 0, .035);
}

.naver-blog-skin .hot-it { left: 0; top: 0; width: 165px; height: 36px; }
.naver-blog-skin .hot-apple { left: 266px; top: 0; width: 190px; height: 36px; }
.naver-blog-skin .hot-samsung { left: 498px; top: 0; width: 224px; height: 36px; }
.naver-blog-skin .hot-cloud { left: 0; top: 67px; width: 217px; height: 36px; }
.naver-blog-skin .hot-windows { left: 266px; top: 67px; width: 176px; height: 36px; }
.naver-blog-skin .hot-brand { left: 498px; top: 67px; width: 221px; height: 36px; }
.naver-blog-skin .hot-review { left: 0; top: 129px; width: 165px; height: 36px; }
.naver-blog-skin .hot-mail { left: 266px; top: 129px; width: 224px; height: 36px; }
.naver-blog-skin .hot-phone { left: 498px; top: 129px; width: 221px; height: 36px; }

.naver-blog-skin .skin-notices {
  width: 966px;
  max-width: calc(100% - 16px);
  margin: 0 auto 54px;
  padding: 10px 0 0;
}

.naver-blog-skin .skin-notices a {
  display: grid;
  grid-template-columns: 20px 38px minmax(0, 1fr) 112px;
  align-items: center;
  min-height: 27px;
  gap: 6px;
  color: #222;
  font-size: 13px;
  line-height: 1.35;
}

.naver-blog-skin .skin-notices a::before {
  content: "×";
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  border: 1px solid #222;
  color: #222;
  font-size: 12px;
  line-height: 1;
}

.naver-blog-skin .skin-notices span {
  color: var(--skin-accent);
  font-weight: 700;
}

.naver-blog-skin .skin-notices strong {
  min-width: 0;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.naver-blog-skin .skin-notices em {
  color: var(--skin-accent);
  font-style: normal;
}

.naver-blog-skin .skin-notices time {
  color: #999;
  text-align: right;
}

.naver-blog-skin .site-header-inner {
  width: 966px;
  max-width: calc(100% - 16px);
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 0;
  background: transparent;
  display: none;
}

.naver-blog-skin .brand {
  padding-left: 4px;
  color: #000;
  font-weight: 600;
}

.naver-blog-skin .brand strong {
  font-size: 14px;
  letter-spacing: 0;
}

.naver-blog-skin .brand small {
  display: none;
}

.naver-blog-skin nav {
  gap: 4px;
  color: #555;
  font-size: 13px;
  font-weight: 600;
}

.naver-blog-skin nav a {
  min-height: 42px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
}

.naver-blog-skin nav a:hover {
  color: var(--skin-accent);
  background: #fff7f0;
}

.naver-blog-skin .list-hero,
.naver-blog-skin .article-wrap {
  background: var(--skin-bg);
}

.naver-blog-skin .list-hero {
  border-bottom: 0;
}

.naver-blog-skin .list-hero::before {
  content: "천추의 IT 이야기";
  display: block;
  width: 966px;
  max-width: calc(100% - 16px);
  margin: 0 auto;
  padding: 0 14px 8px;
  border: 0;
  border-bottom: 0;
  background: transparent;
  color: #111;
  font-size: 0;
  font-weight: 600;
  box-sizing: border-box;
}

.naver-blog-skin .list-inner,
.naver-blog-skin .list-panel,
.naver-blog-skin .article-inner {
  width: 966px;
  max-width: calc(100% - 16px);
}

.naver-blog-skin .list-inner {
  margin-top: 0;
  padding: 44px 54px 34px;
  border: 0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background: var(--skin-paper);
  box-sizing: border-box;
}

.naver-blog-skin .hero-bg-rotator {
  opacity: .14;
}

.naver-blog-skin .list-hero h1,
.naver-blog-skin .article-head h1 {
  color: #111;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.32;
  font-weight: 500;
}

.naver-blog-skin .list-hero p,
.naver-blog-skin .section-head p:last-child {
  color: #555;
  font-size: 15px;
  line-height: 1.85;
}

.naver-blog-skin .eyebrow {
  color: var(--skin-accent);
  font-size: 12px;
  letter-spacing: 0;
}

.naver-blog-skin .list-summary span {
  min-height: 31px;
  border-color: #ffd6bd;
  border-radius: 0;
  background: #fff8f2;
  color: #333;
  font-size: 13px;
}

.naver-blog-skin .list-panel {
  margin: 0 auto 70px;
  padding: 24px 54px 42px;
  border: 0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background: var(--skin-paper);
  box-sizing: border-box;
}

.naver-blog-skin .list-tools input,
.naver-blog-skin .list-tools select {
  border-color: #d9d9d9;
  border-radius: 0;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
}

.naver-blog-skin .pager-top,
.naver-blog-skin .pager-buttons {
  color: #777;
  font-size: 13px;
  font-weight: 400;
}

.naver-blog-skin .pager-buttons button {
  height: 34px;
  border-radius: 0;
  border-color: #d9d9d9;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.naver-blog-skin .pager-buttons button:not(:disabled):hover {
  border-color: var(--skin-accent);
  color: var(--skin-accent);
}

.naver-blog-skin .preview-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #ededed;
}

.naver-blog-skin .preview-card {
  border: 0;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
}

.naver-blog-skin .preview-card:hover {
  transform: none;
  box-shadow: none;
  background: #fbfbfb;
}

.naver-blog-skin .preview-card a {
  grid-template-columns: 142px 1fr;
  min-height: 124px;
}

.naver-blog-skin .preview-thumb {
  min-height: 124px;
  border-right: 0;
  background: #fff;
}

.naver-blog-skin .preview-thumb img {
  padding: 12px;
  object-fit: cover;
}

.naver-blog-skin .thumb-placeholder {
  min-height: 100px;
  margin: 12px;
  background: #f2f4f5;
  color: #9aa1a7;
  letter-spacing: 0;
}

.naver-blog-skin .preview-copy {
  padding: 18px 14px;
}

.naver-blog-skin .preview-card h2 {
  color: #222;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.naver-blog-skin .skin-footer {
  width: 966px;
  max-width: calc(100% - 16px);
  margin: 40px auto 70px;
  padding: 0;
  background: transparent;
  color: #9a9a9a;
  font-size: 15px;
  border-top: 0;
  text-align: center;
}

.naver-blog-skin .skin-powered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 24px;
  margin: 0 auto 18px;
  padding: 0 22px;
  background: #050505;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
}

.naver-blog-skin .skin-powered b {
  margin-left: 4px;
  color: #23c44e;
  font-weight: 900;
}

.naver-blog-skin .skin-footer p {
  margin: 0;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 1.25;
}

.naver-blog-skin .mobile-blog-home {
  display: none;
}

.naver-blog-skin.skin-list-page .skin-notices,
.naver-blog-skin.skin-list-page .list-hero,
.naver-blog-skin.skin-list-page .list-tools,
.naver-blog-skin.skin-list-page .pager-top,
.naver-blog-skin.skin-list-page .workflow-note {
  display: none;
}

.naver-blog-skin.skin-list-page .list-panel {
  width: min(var(--skin-list-width), calc(100% - var(--skin-list-side)));
  max-width: none;
  position: relative;
  z-index: 2;
  margin: 10px auto 54px;
  padding: 0;
  border: 0;
  background: transparent;
}

.naver-blog-skin.skin-list-page .skin-stage {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: visible;
}

.naver-blog-skin.skin-list-page .skin-header-image {
  width: var(--skin-list-header-width);
  height: 600px;
}

.naver-blog-skin.skin-list-page .preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px 10px;
  border-top: 0;
}

.naver-blog-skin.skin-list-page .skin-category-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  border-top: 0;
}

.naver-blog-skin.skin-list-page .skin-category-section {
  min-width: 0;
}

.naver-blog-skin.skin-list-page .skin-category-section[hidden] {
  display: none;
}

.naver-blog-skin.skin-list-page .skin-category-section h2 {
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}

.naver-blog-skin.skin-list-page .skin-category-grid {
  display: grid;
  gap: 22px 10px;
}

.naver-blog-skin.skin-list-page .skin-tech-grid,
.naver-blog-skin.skin-list-page .skin-auto-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.naver-blog-skin.skin-list-page .preview-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.naver-blog-skin.skin-list-page .preview-card a {
  display: block;
  min-height: 0;
}

.naver-blog-skin.skin-list-page .preview-thumb {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 14px;
  background: #f4f4f4;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12);
}

.naver-blog-skin.skin-list-page .preview-thumb img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  background: #f4f4f4;
}

.naver-blog-skin.skin-list-page .thumb-placeholder {
  min-height: 100%;
  margin: 0;
  border-radius: 16px;
  background: #f0f0f0;
}

.naver-blog-skin.skin-list-page .preview-copy {
  padding: 10px 0 0;
}

.naver-blog-skin.skin-list-page .preview-card h2 {
  display: block;
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.32;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.naver-blog-skin.skin-list-page .skin-card-comments {
  margin-left: 4px;
  color: var(--skin-accent);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  vertical-align: 1px;
}

.naver-blog-skin.skin-list-page .skin-card-meta {
  margin-top: 5px;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.naver-blog-skin.skin-list-page .bottom-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 42px 0 0;
}

.naver-blog-skin.skin-list-page .bottom-pager button {
  min-width: 118px;
  height: 38px;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.naver-blog-skin.skin-list-page .bottom-pager button:not(:disabled):hover {
  border-color: var(--skin-accent);
  color: var(--skin-accent);
}

.naver-blog-skin.skin-list-page .bottom-pager button:disabled {
  color: #bbb;
  background: #f8f8f8;
  cursor: not-allowed;
}

.naver-blog-skin.skin-list-page .skin-page-status {
  display: block;
  margin: 18px 0 0;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.naver-blog-skin.skin-list-page .skin-footer {
  width: min(var(--skin-list-width), calc(100% - var(--skin-list-side)));
}

.naver-blog-skin .article-wrap {
  padding: 8px 0 70px;
}

.naver-blog-skin .article-inner {
  position: relative;
  display: block;
}

.naver-blog-skin .article-inner::before {
  content: "천추의 IT 이야기 3,167개의 글";
  display: block;
  padding: 0 0 92px;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.naver-blog-skin .article-inner::after {
  content: none;
}

.naver-blog-skin .skin-list-open {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.naver-blog-skin .article-head,
.naver-blog-skin .article-body {
  border: 0;
  border-radius: 0;
  background: var(--skin-paper);
  box-shadow: none;
}

.naver-blog-skin .article-head {
  margin: 0;
  padding: 0 28px 26px;
  border-bottom: 0;
}

.naver-blog-skin .article-head h1 {
  margin-top: 2px;
  padding-bottom: 26px;
  border-bottom: 0;
  color: #555;
  font-size: clamp(34px, 4.2vw, 44px);
  font-weight: 400;
  line-height: 1.34;
}

.naver-blog-skin .article-head .eyebrow {
  color: #aaa;
  font-size: 0;
  font-weight: 400;
  margin-bottom: 28px;
}

.naver-blog-skin .article-head .eyebrow::after {
  content: "천추의 IT 이야기";
  font-size: 17px;
  letter-spacing: 0;
}

.naver-blog-skin .article-meta {
  color: #888;
  font-size: 15px;
}

.naver-blog-skin .article-body {
  padding: 16px 28px 56px;
  border-top: 0;
}

.naver-blog-skin .article-body p {
  color: #333;
  font-size: 17px;
  line-height: 2.05;
  font-weight: 400;
  margin-bottom: 20px;
}

.naver-blog-skin .article-body h2 {
  margin: 48px 0 18px;
  padding-left: 12px;
  border-left: 4px solid var(--skin-accent);
  color: #222;
  font-size: 25px;
  line-height: 1.45;
  font-weight: 600;
}

.naver-blog-skin .article-image {
  margin: 30px auto 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.naver-blog-skin .article-image img {
  max-width: 100%;
  margin: 0 auto;
}

.naver-blog-skin .article-image.is-square {
  max-width: 670px;
}

.naver-blog-skin .article-image.is-square img {
  width: 100%;
}

.naver-blog-skin .article-image.revu-image {
  margin: 18px auto;
  text-align: center;
}

.naver-blog-skin .article-image.revu-image img {
  width: auto;
  max-width: 100%;
  height: 30px;
  object-fit: contain;
}

.naver-blog-skin .source-box {
  border-radius: 0;
  box-shadow: none;
}

.naver-blog-skin .article-link-footer {
  width: min(100%, 920px);
  margin: 22px auto 0;
  padding: 26px 30px 30px;
  border: 1px solid #e1e5e8;
  background: #fff;
}

.naver-blog-skin .article-link-footer h2 {
  margin: 0 0 16px;
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.naver-blog-skin .product-box {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #ffd6bd;
  border-radius: 0;
  background: #fff8f2;
  box-shadow: none;
}

.naver-blog-skin .product-box:first-of-type {
  margin-top: 0;
}

.naver-blog-skin .product-box img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  background: #fff;
}

.naver-blog-skin .product-box-content {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.naver-blog-skin .product-box strong {
  color: #222;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

.naver-blog-skin .product-box p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.naver-blog-skin .product-box span,
.naver-blog-skin .source-box span {
  color: var(--skin-accent);
  letter-spacing: 0;
}

.naver-blog-skin .product-box a,
.naver-blog-skin .source-box a {
  border-radius: 0;
  background: var(--skin-accent);
  color: #fff;
}

.naver-blog-skin .product-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.naver-blog-skin .product-box small {
  color: #777;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.naver-blog-skin .source-box {
  background: #f6f8f9;
  color: #333;
}

@media (max-width: 720px) {
  .naver-blog-skin.skin-list-page {
    --skin-list-side: 28px;
    background: #f4f5f6;
  }

  .naver-blog-skin.skin-list-page .site-header,
  .naver-blog-skin.skin-list-page .skin-notices,
  .naver-blog-skin.skin-list-page .list-hero,
  .naver-blog-skin.skin-list-page .workflow-note {
    display: none;
  }

  .naver-blog-skin .mobile-blog-home {
    display: block;
    background: #f4f5f6;
    color: #111;
  }

  .naver-blog-skin .mobile-cover {
    position: relative;
    min-height: 500px;
    padding: 32px 16px 24px;
    overflow: hidden;
    background: #9f9f9f url("mobile-skin-cover.png") center top / cover no-repeat;
    color: #fff;
  }

  .naver-blog-skin .mobile-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .12);
  }

  .naver-blog-skin .mobile-cover-top,
  .naver-blog-skin .mobile-cover-copy {
    position: relative;
    z-index: 1;
  }

  .naver-blog-skin .mobile-cover-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .naver-blog-skin .mobile-nblog {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
  }

  .naver-blog-skin .mobile-nblog span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #9f9f9f;
    font-size: 24px;
    font-weight: 900;
  }

  .naver-blog-skin .mobile-icons {
    display: inline-flex;
    align-items: center;
    gap: 22px;
  }

  .naver-blog-skin .mobile-search {
    width: 26px;
    height: 26px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
  }

  .naver-blog-skin .mobile-search::after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: -7px;
    width: 12px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transform: rotate(45deg);
  }

  .naver-blog-skin .mobile-menu {
    width: 32px;
    height: 23px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: relative;
  }

  .naver-blog-skin .mobile-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    border-top: 3px solid #fff;
  }

  .naver-blog-skin .mobile-cover-copy {
    margin-top: 190px;
  }

  .naver-blog-skin .mobile-stats {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .95);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
  }

  .naver-blog-skin .mobile-cover h1 {
    margin: 0 0 34px;
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .34);
  }

  .naver-blog-skin .mobile-profile {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 44px;
    gap: 14px;
    align-items: center;
  }

  .naver-blog-skin .mobile-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
    font-size: 24px;
    font-weight: 900;
  }

  .naver-blog-skin .mobile-profile strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
  }

  .naver-blog-skin .mobile-profile p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.35;
  }

  .naver-blog-skin .mobile-share {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
  }

  .naver-blog-skin .mobile-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(4, 56px);
    gap: 8px;
    margin-top: 24px;
  }

  .naver-blog-skin .mobile-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 56px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .34);
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(2px);
  }

  .naver-blog-skin .mobile-actions .mobile-home-edit {
    gap: 10px;
    font-size: 18px;
  }

  .naver-blog-skin .mobile-talk {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 0 22px;
    background: #55c966;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    text-decoration: none;
  }

  .naver-blog-skin .mobile-talk b {
    font-size: 17px;
    white-space: nowrap;
  }

  .naver-blog-skin .mobile-talk b::before {
    content: "⋯";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    font-size: 13px;
    line-height: 1;
  }

  .naver-blog-skin .mobile-notice-card {
    margin-top: 8px;
    padding: 28px 26px 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
  }

  .naver-blog-skin .mobile-notice-card span {
    display: block;
    margin-bottom: 14px;
    color: #55c966;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .16em;
  }

  .naver-blog-skin .mobile-notice-card a {
    display: block;
    color: #111;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    text-decoration: none;
  }

  .naver-blog-skin .mobile-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .naver-blog-skin .mobile-dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d0d0;
  }

  .naver-blog-skin .mobile-dots i:first-child {
    background: #111;
  }

  .naver-blog-skin .mobile-intro {
    margin-top: 8px;
    padding: 30px 18px 0;
    background: #fff;
    color: #111;
  }

  .naver-blog-skin .mobile-intro h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
  }

  .naver-blog-skin .mobile-intro p {
    margin: 0;
    color: #111;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 400;
  }

  .naver-blog-skin .mobile-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 66px;
    margin-top: 22px;
    border-top: 1px solid #e5e5e5;
    color: #111;
    font-size: 20px;
    text-decoration: none;
  }

  .naver-blog-skin .mobile-phone b {
    color: #2563eb;
    font-size: 17px;
    white-space: nowrap;
  }

  .naver-blog-skin .article-head,
  .naver-blog-skin .article-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .naver-blog-skin:not(.skin-list-page) {
    background: #fff;
  }

  .naver-blog-skin:not(.skin-list-page) .skin-stage,
  .naver-blog-skin:not(.skin-list-page) .skin-notices,
  .naver-blog-skin:not(.skin-list-page) .skin-footer {
    display: none;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header-inner {
    position: relative;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 78px;
    align-items: end;
    gap: 8px;
    width: 100%;
    max-width: none;
    min-height: 96px;
    margin: 0;
    padding: 32px 18px 18px;
    border: 0;
    box-sizing: border-box;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header-inner::before {
    content: "blog";
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #000;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
    z-index: 2;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header-inner::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 31px;
    height: 23px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    box-sizing: border-box;
    z-index: 2;
  }

  .naver-blog-skin:not(.skin-list-page) .brand {
    position: static;
    grid-column: 2;
    justify-self: center;
    transform: none;
    max-width: 100%;
    padding: 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    z-index: 3;
  }

  .naver-blog-skin:not(.skin-list-page) .brand span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
  }

  .naver-blog-skin:not(.skin-list-page) .brand span::before {
    content: "▦";
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
  }

  .naver-blog-skin:not(.skin-list-page) .brand strong {
    display: block;
    max-width: calc(100vw - 205px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
  }

  .naver-blog-skin:not(.skin-list-page) .brand small {
    display: none;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header-inner nav {
    position: absolute;
    right: 64px;
    bottom: 15px;
    display: block;
    width: 34px;
    height: 34px;
    font-size: 0;
    z-index: 2;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header-inner nav a {
    display: none;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header-inner nav::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 21px;
    height: 21px;
    border: 3px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .naver-blog-skin:not(.skin-list-page) .site-header-inner nav::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 13px;
    height: 3px;
    border-radius: 2px;
    background: #000;
    transform: rotate(45deg);
  }

  .naver-blog-skin:not(.skin-list-page) .article-wrap {
    padding: 0 0 88px;
    background: #fff;
  }

  .naver-blog-skin:not(.skin-list-page) .article-inner {
    width: 100%;
    margin: 0;
  }

  .naver-blog-skin:not(.skin-list-page) .article-head,
  .naver-blog-skin:not(.skin-list-page) .article-body {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .naver-blog-skin:not(.skin-list-page) .article-head {
    position: relative;
    margin: 0;
    padding: 34px 20px 30px;
    border-bottom: 1px solid #e5e5e5;
  }

  .naver-blog-skin:not(.skin-list-page) .article-head .eyebrow {
    margin: 0 0 24px;
    color: #111;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
  }

  .naver-blog-skin:not(.skin-list-page) .article-head h1 {
    margin: 0 0 42px;
    color: #000;
    font-size: clamp(35px, 10vw, 48px);
    line-height: 1.28;
    font-weight: 400;
    letter-spacing: -1.2px;
  }

  .naver-blog-skin:not(.skin-list-page) .article-meta {
    position: relative;
    min-height: 58px;
    margin: 0;
    padding: 4px 112px 0 78px;
    color: #8d8d8d;
    font-size: 0;
    line-height: 1.3;
  }

  .naver-blog-skin:not(.skin-list-page) .article-meta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background:
      radial-gradient(circle at 54% 35%, #f1d2bd 0 9px, transparent 10px),
      radial-gradient(circle at 50% 54%, #222 0 18px, transparent 19px),
      linear-gradient(135deg, #fff 0 40%, #f4f4f4 41% 100%);
    box-shadow: 0 0 0 2px #fff;
  }

  .naver-blog-skin:not(.skin-list-page) .article-meta::after {
    content: "천추\a1시간 전";
    white-space: pre;
    color: #8d8d8d;
    font-size: 17px;
    line-height: 1.45;
  }

  .naver-blog-skin:not(.skin-list-page) .article-head::before {
    content: "통계";
    position: absolute;
    right: 56px;
    bottom: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 38px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 15px;
    font-weight: 700;
  }

  .naver-blog-skin:not(.skin-list-page) .article-head::after {
    content: "⋮";
    position: absolute;
    right: 16px;
    bottom: 42px;
    color: #999;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
  }

  .naver-blog-skin:not(.skin-list-page) .article-body {
    padding: 28px 20px 32px;
  }

  .naver-blog-skin:not(.skin-list-page) .article-body p {
    color: #111;
    font-size: 20px;
    line-height: 1.85;
    font-weight: 400;
  }

  .naver-blog-skin:not(.skin-list-page) .article-body h2 {
    color: #000;
    font-size: 25px;
    line-height: 1.42;
    font-weight: 800;
  }

  .naver-blog-skin:not(.skin-list-page) .article-image {
    margin: 12px 0 34px;
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
  }

  .naver-blog-skin:not(.skin-list-page) .article-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .naver-blog-skin:not(.skin-list-page) .source-box,
  .naver-blog-skin:not(.skin-list-page) .article-link-footer {
    display: none;
  }

  .naver-blog-skin:not(.skin-list-page) main::after {
    content: "♡  💗 21      💬 17      ⌁";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    height: 58px;
    padding: 10px 22px 0;
    border-top: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, .96);
    color: #222;
    font-size: 24px;
    line-height: 1;
    box-sizing: border-box;
  }

  .naver-blog-skin .article-body p {
    font-size: 16px;
  }

  .naver-blog-skin .article-link-footer {
    padding: 22px;
  }

  .naver-blog-skin .product-box {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .naver-blog-skin .product-box img {
    width: 76px;
    height: 76px;
  }

  .naver-blog-skin.skin-list-page .list-panel {
    width: 100%;
    padding: 24px 16px 64px;
    background: #fff;
  }

  .naver-blog-skin.skin-list-page .list-tools {
    margin-bottom: 16px;
  }

  .naver-blog-skin.skin-list-page .preview-grid,
  .naver-blog-skin.skin-list-page .skin-category-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .naver-blog-skin.skin-list-page .skin-tech-grid,
  .naver-blog-skin.skin-list-page .skin-auto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .naver-blog-skin.skin-list-page .preview-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .naver-blog-skin.skin-list-page .preview-card a {
    display: block;
    min-height: 0;
  }

  .naver-blog-skin.skin-list-page .preview-thumb {
    aspect-ratio: 1 / 1;
    min-height: 0;
    border: 0;
    background: #f5f5f5;
  }

  .naver-blog-skin.skin-list-page .preview-thumb img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
  }

  .naver-blog-skin.skin-list-page .preview-copy {
    padding: 10px 0 0;
  }

  .naver-blog-skin.skin-list-page .preview-card h2 {
    color: #111;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    -webkit-line-clamp: 2;
  }

  .naver-blog-skin.skin-list-page .skin-card-meta {
    color: #999;
    font-size: 12px;
    line-height: 1.4;
  }

  @media (max-width: 390px) {
    .naver-blog-skin:not(.skin-list-page) .site-header-inner {
      grid-template-columns: 74px minmax(0, 1fr) 72px;
      padding-left: 14px;
      padding-right: 14px;
    }

    .naver-blog-skin:not(.skin-list-page) .site-header-inner::before {
      left: 14px;
      font-size: 27px;
    }

    .naver-blog-skin:not(.skin-list-page) .site-header-inner::after {
      right: 14px;
    }

    .naver-blog-skin:not(.skin-list-page) .brand span {
      gap: 7px;
    }

    .naver-blog-skin:not(.skin-list-page) .brand span::before {
      width: 22px;
      height: 22px;
      font-size: 13px;
    }

    .naver-blog-skin:not(.skin-list-page) .brand strong {
      max-width: calc(100vw - 182px);
      font-size: 18px;
    }

    .naver-blog-skin:not(.skin-list-page) .site-header-inner nav {
      right: 58px;
    }
  }

}
