:root{
  --shv1-bg:#f5f6f2;
  --shv1-surface:#ffffff;
  --shv1-ink:#14211f;
  --shv1-muted:#60706c;
  --shv1-line:#dce2dc;
  --shv1-teal:#0f766e;
  --shv1-teal-dark:#0a4f4a;
  --shv1-amber:#d89b2b;
  --shv1-coral:#c85f46;
  --shv1-footer:#101715;
  --shv1-max:1180px;
  --shv1-radius:8px;
  --shv1-shadow:0 18px 48px rgba(19,34,31,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0!important;
  background:var(--shv1-bg)!important;
  color:var(--shv1-ink)!important;
  font-family:'Paperlogy','Apple SD Gothic Neo','Noto Sans KR',system-ui,sans-serif!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.72!important;
  letter-spacing:0!important;
  word-break:keep-all;
  overflow-x:hidden;
}
.wp-site-blocks{padding:0!important}
.wp-site-blocks>*{margin-block-start:0!important}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;height:auto}
::selection{background:#cfe9e4;color:#0b2421}
.shv1-site-header{
  position:sticky;
  top:0;
  z-index:9999;
  width:100%;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(20,33,31,.08);
  box-shadow:0 12px 30px rgba(20,33,31,.05);
  backdrop-filter:saturate(1.2) blur(14px);
}
.shv1-header-inner{
  width:min(var(--shv1-max),calc(100% - 48px));
  min-height:74px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.shv1-brand-link{display:flex;align-items:center;gap:12px;min-width:220px}
.shv1-brand-mark{
  width:42px;height:42px;border-radius:8px;
  display:grid;place-items:center;
  background:var(--shv1-ink);
  color:#fff;
  font-size:15px;
  font-weight:800;
  box-shadow:inset 0 -3px 0 rgba(216,155,43,.55);
}
.shv1-brand-copy{display:grid;gap:1px}
.shv1-brand-copy strong{font-size:20px;font-weight:800;line-height:1.05;letter-spacing:0}
.shv1-brand-copy small{font-size:12px;color:var(--shv1-muted);font-weight:600;letter-spacing:0}
.shv1-desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;flex:1}
.shv1-desktop-nav a,.shv1-mobile-nav a{
  border-radius:8px;
  color:#263532;
  font-size:15px;
  font-weight:700;
  line-height:1;
  padding:12px 13px;
  white-space:nowrap;
}
.shv1-desktop-nav a:hover,.shv1-mobile-nav a:hover{background:#eef3ef;color:var(--shv1-teal-dark)}
.shv1-header-cta,.shv1-primary-link,.shv1-secondary-link{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;border-radius:8px;
  font-weight:800;line-height:1;white-space:nowrap;
}
.shv1-header-cta{background:var(--shv1-teal);color:#fff;padding:0 18px;box-shadow:0 10px 24px rgba(15,118,110,.18)}
.shv1-header-cta:hover,.shv1-primary-link:hover{background:var(--shv1-teal-dark);color:#fff}
.shv1-mobile-nav{display:none;border-top:1px solid rgba(20,33,31,.07);overflow-x:auto;padding:8px 18px;gap:4px;scrollbar-width:none}
.shv1-mobile-nav::-webkit-scrollbar{display:none}
.shv1-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#18211f;
}
.shv1-hero-media{
  position:absolute;inset:0;
  background-image:url('https://sh-v1.com/wp-content/uploads/2026/04/성형백과-대표이미지.jpeg');
  background-position:center;
  background-size:cover;
  transform:none;
}
.shv1-hero::before{content:"";position:absolute;inset:0;background:rgba(10,20,18,.56);z-index:1}
.shv1-hero-content{
  position:relative;z-index:2;
  width:min(var(--shv1-max),calc(100% - 48px));
  margin:0 auto;
  padding:92px 0 58px;
  color:#fff;
}
.shv1-eyebrow{
  margin:0 0 14px!important;
  color:var(--shv1-amber);
  font-size:13px!important;
  font-weight:800;
  letter-spacing:0!important;
  text-transform:uppercase;
}
.shv1-hero h1{
  max-width:760px;
  margin:0!important;
  color:#fff;
  font-size:58px!important;
  line-height:1.06!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.shv1-hero-lead{
  max-width:700px;
  margin:20px 0 0!important;
  color:rgba(255,255,255,.88);
  font-size:21px!important;
  line-height:1.65!important;
  font-weight:500;
}
.shv1-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.shv1-primary-link{background:#fff;color:var(--shv1-ink);padding:0 20px}
.shv1-secondary-link{border:1px solid rgba(255,255,255,.34);color:#fff;padding:0 20px}
.shv1-secondary-link:hover{background:rgba(255,255,255,.1);color:#fff}
.shv1-category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:36px}
.shv1-category-tabs a{
  display:inline-flex;align-items:center;min-height:42px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:8px;
  padding:0 14px;
  color:#fff;
  background:rgba(255,255,255,.08);
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
.shv1-category-tabs a:hover{background:#fff;color:var(--shv1-teal-dark)}
.shv1-category-tabs-light{margin-top:22px}
.shv1-category-tabs-light a{border-color:var(--shv1-line);background:#fff;color:var(--shv1-ink)}
.shv1-category-tabs-light a:hover{background:#edf6f4;color:var(--shv1-teal-dark)}
.shv1-content-band,.shv1-archive-main,.shv1-single-main,.shv1-page-main{
  width:min(var(--shv1-max),calc(100% - 48px));
  margin:0 auto!important;
  padding:64px 0 78px;
}
.shv1-section-head{max-width:760px;margin:0 0 30px}
.shv1-section-head h2,.shv1-archive-hero h1,.shv1-page-title,.shv1-article-title{
  margin:0!important;
  color:var(--shv1-ink);
  font-weight:900!important;
  letter-spacing:0!important;
}
.shv1-section-head h2{font-size:34px!important;line-height:1.18!important}
.shv1-section-head p:not(.shv1-eyebrow){margin:10px 0 0!important;color:var(--shv1-muted);font-size:17px!important;line-height:1.7}
.shv1-featured-query{width:100%!important;max-width:none!important}
.shv1-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  padding:0!important;
}
.shv1-card-grid>li{
  list-style:none!important;
  min-width:0;
  background:var(--shv1-surface);
  border:1px solid rgba(20,33,31,.08);
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(20,33,31,.07);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.shv1-card-grid>li:hover{transform:translateY(-3px);box-shadow:var(--shv1-shadow);border-color:rgba(15,118,110,.22)}
.shv1-post-card{height:100%;display:flex;flex-direction:column;gap:0;padding:0!important}
.shv1-post-card .wp-block-post-featured-image{margin:0!important;overflow:hidden;background:#e8ece6;aspect-ratio:16/10}
.shv1-post-card .wp-block-post-featured-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block;transition:transform .25s ease}
.shv1-card-grid>li:hover .wp-block-post-featured-image img{transform:scale(1.035)}
.shv1-card-terms{padding:20px 22px 0!important;margin:0!important;color:var(--shv1-teal)!important;font-size:13px!important;font-weight:900}
.shv1-card-terms a{color:var(--shv1-teal)!important}
.shv1-card-title{padding:8px 22px 0!important;margin:0!important;font-size:22px!important;line-height:1.34!important;font-weight:900!important;letter-spacing:0!important}
.shv1-card-title a{display:block;color:var(--shv1-ink)}
.shv1-card-title a:hover{color:var(--shv1-teal-dark)}
.shv1-card-excerpt{padding:12px 22px 0!important;margin:0!important;color:var(--shv1-muted);font-size:15px!important;line-height:1.65!important}
.shv1-card-excerpt .wp-block-post-excerpt__more-link{display:inline-flex;margin-top:12px;color:var(--shv1-teal-dark);font-weight:900}
.shv1-card-date{margin:auto 22px 22px!important;padding-top:18px;color:#7c8884;font-size:13px!important;font-weight:700}
.shv1-pagination{margin-top:30px!important}
.shv1-pagination a,.shv1-pagination .page-numbers{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:38px;min-height:38px;border-radius:8px;
  background:#fff;border:1px solid var(--shv1-line);
  padding:0 12px;font-weight:800;color:var(--shv1-ink);
}
.shv1-pagination .current,.shv1-pagination a:hover{background:var(--shv1-ink);color:#fff;border-color:var(--shv1-ink)}
.shv1-archive-hero{
  max-width:none!important;
  margin:0 0 30px!important;
  padding:42px!important;
  background:#fff;
  border:1px solid rgba(20,33,31,.08);
  border-radius:8px;
  box-shadow:0 14px 38px rgba(20,33,31,.06);
}
.shv1-archive-hero h1{font-size:42px!important;line-height:1.16!important}
.shv1-archive-hero p{max-width:760px;color:var(--shv1-muted);font-size:17px!important}
.shv1-search-box{max-width:760px!important;margin-top:22px!important}
.shv1-search-box input{border:1px solid var(--shv1-line)!important;border-radius:8px!important;min-height:52px!important;padding:0 16px!important;font-family:inherit!important;font-size:16px!important}
.shv1-search-box button{border-radius:8px!important;min-height:52px!important;background:var(--shv1-teal)!important;color:#fff!important;font-weight:900!important}
.shv1-article-shell,.shv1-page-shell{
  max-width:920px!important;
  margin:0 auto!important;
  padding:52px 56px!important;
  background:#fff;
  border:1px solid rgba(20,33,31,.08);
  border-radius:8px;
  box-shadow:0 14px 40px rgba(20,33,31,.06);
}
.shv1-page-shell{max-width:1040px!important}
.shv1-article-terms{margin:0 0 14px!important;color:var(--shv1-teal)!important;font-size:14px!important;font-weight:900}
.shv1-article-terms a{color:var(--shv1-teal)!important}
.shv1-article-title,.shv1-page-title{font-size:44px!important;line-height:1.18!important}
.shv1-article-meta{gap:10px!important;margin:18px 0 28px!important;color:#6b7773;font-size:14px!important;font-weight:700}
.shv1-article-meta p{margin:0!important}
.shv1-article-featured{margin:0 0 38px!important;overflow:hidden;border-radius:8px;background:#e8ece6}
.shv1-article-featured img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}
.shv1-article-content{max-width:760px!important;margin-left:auto!important;margin-right:auto!important}
.shv1-page-content{max-width:100%!important;margin-left:auto!important;margin-right:auto!important}
.shv1-page-content>p,.shv1-page-content>ul,.shv1-page-content>ol,.shv1-page-content>h2,.shv1-page-content>h3,.shv1-page-content>.wp-block-list{
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.shv1-article-content p,.shv1-page-content p,.shv1-page p{
  color:#263532;
  font-size:18px!important;
  line-height:1.88!important;
  letter-spacing:0!important;
}
.shv1-article-content h2,.shv1-page-content h2,.shv1-page h2{
  margin-top:44px!important;
  margin-bottom:14px!important;
  color:var(--shv1-ink);
  font-size:28px!important;
  line-height:1.32!important;
  font-weight:900!important;
  letter-spacing:0!important;
  padding-top:20px;
  border-top:1px solid var(--shv1-line);
}
.shv1-article-content h3,.shv1-page-content h3{font-size:23px!important;font-weight:900!important;margin-top:32px!important}
.shv1-article-content ul,.shv1-page-content ul{padding-left:1.2rem}
.shv1-article-content li,.shv1-page-content li{margin:.4rem 0;line-height:1.8}
.shv1-article-content a,.shv1-page-content a,.shv1-page a{color:var(--shv1-teal-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.shv1-article-content img,.shv1-page-content img,.entry-content img{
  border:0!important;
  border-radius:8px!important;
  box-shadow:0 16px 38px rgba(20,33,31,.13)!important;
  margin:34px auto!important;
}
.shv1-medical-notice{
  margin-top:48px!important;
  padding:24px!important;
  border:1px solid #cbded9!important;
  background:#f6fbfa!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
.shv1-medical-notice h2{border-top:0!important;padding-top:0!important;margin:0 0 10px!important;font-size:20px!important}
.shv1-medical-notice p,.shv1-medical-notice li{font-size:15px!important;line-height:1.75!important;color:#3c4b47!important}
.shv1-related-guides{padding-top:44px!important}
.shv1-site-footer{
  background:var(--shv1-footer);
  color:#f6f3ea;
  margin-top:0;
  padding:58px 0 28px;
}
.shv1-footer-inner{
  width:min(var(--shv1-max),calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(180px,.7fr) minmax(180px,.7fr);
  gap:42px;
}
.shv1-footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.shv1-footer-logo span{width:40px;height:40px;border-radius:8px;display:grid;place-items:center;background:#fff;color:var(--shv1-footer);font-weight:900;font-size:14px}
.shv1-footer-logo strong{font-size:22px;font-weight:900}
.shv1-footer-brand p{max-width:560px;margin:0 0 14px!important;color:rgba(246,243,234,.78);font-size:15px!important;line-height:1.75!important}
.shv1-footer-disclaimer{color:rgba(246,243,234,.62)!important}
.shv1-footer-col{display:flex;flex-direction:column;gap:10px}
.shv1-footer-col strong{margin-bottom:8px;color:#fff;font-size:15px;font-weight:900}
.shv1-footer-col a{color:rgba(246,243,234,.74);font-size:14px;font-weight:700}
.shv1-footer-col a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.shv1-footer-bottom{
  width:min(var(--shv1-max),calc(100% - 48px));
  margin:36px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  color:rgba(246,243,234,.58);
  font-size:13px;font-weight:700;
}
.shv1-page{max-width:760px!important}
.shv1-note{border-radius:8px!important;background:#f6fbfa!important;border-color:#cbded9!important}
.shv1-editorial-page{
  width:100%;
  max-width:100%!important;
  min-width:0;
  display:grid;
  gap:40px;
}
.shv1-page-content>.shv1-editorial-page{
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.shv1-editorial-hero{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) 320px;
  gap:34px;
  align-items:end;
  padding:42px;
  background:#101715;
  color:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(16,23,21,.16);
}
.shv1-editorial-hero>*,.shv1-editorial-panel,.shv1-editorial-panel div,.shv1-editorial-card,.shv1-policy-table div{
  min-width:0;
}
.shv1-editorial-kicker{
  margin:0 0 10px!important;
  color:var(--shv1-amber)!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:uppercase;
}
.shv1-editorial-hero h2{
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#fff!important;
  font-size:34px!important;
  line-height:1.26!important;
  font-weight:900!important;
  letter-spacing:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.shv1-editorial-hero p:not(.shv1-editorial-kicker){
  margin:16px 0 0!important;
  color:rgba(255,255,255,.78)!important;
  font-size:17px!important;
  line-height:1.76!important;
  font-weight:500!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.shv1-editorial-panel{
  display:grid;
  gap:10px;
  margin:0!important;
}
.shv1-editorial-panel div{
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:rgba(255,255,255,.06);
}
.shv1-editorial-panel dt{
  margin:0 0 4px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:13px!important;
  font-weight:800!important;
}
.shv1-editorial-panel dd{
  margin:0!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.shv1-editorial-section{
  max-width:780px;
  margin:0 auto!important;
}
.shv1-editorial-section h2{
  margin:0 0 14px!important;
  padding:0!important;
  border:0!important;
  color:var(--shv1-ink)!important;
  font-size:28px!important;
  line-height:1.32!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.shv1-editorial-section p{
  margin:0 0 16px!important;
  color:#263532!important;
  font-size:18px!important;
  line-height:1.88!important;
}
.shv1-editorial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.shv1-editorial-card{
  min-width:0;
  padding:24px;
  background:#fbfcf8;
  border:1px solid var(--shv1-line);
  border-radius:8px;
}
.shv1-editorial-card strong{
  display:block;
  margin:0 0 8px!important;
  color:var(--shv1-ink)!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:900!important;
}
.shv1-editorial-card p{
  margin:0!important;
  color:#53625e!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.shv1-editorial-list{
  display:grid;
  gap:12px;
  margin:20px 0 0!important;
  padding:0!important;
  list-style:none!important;
  counter-reset:shv1-list;
}
.shv1-editorial-list li{
  position:relative;
  margin:0!important;
  padding:18px 20px 18px 56px;
  background:#fff;
  border:1px solid var(--shv1-line);
  border-radius:8px;
  color:#2e3c39;
  font-size:16px!important;
  line-height:1.72!important;
}
.shv1-editorial-list li:before{
  counter-increment:shv1-list;
  content:counter(shv1-list);
  position:absolute;
  left:18px;
  top:18px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#edf6f4;
  color:var(--shv1-teal-dark);
  font-size:13px;
  font-weight:900;
}
.shv1-editorial-note{
  max-width:780px;
  margin:0 auto!important;
  padding:22px 24px;
  border:1px solid #cbded9;
  border-radius:8px;
  background:#f6fbfa;
}
.shv1-editorial-note p{
  margin:0!important;
  color:#3b4a47!important;
  font-size:15px!important;
  line-height:1.75!important;
}
.shv1-contact-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.shv1-contact-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:8px;
  background:var(--shv1-ink);
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.shv1-contact-actions a:nth-child(2){
  background:#fff;
  color:var(--shv1-ink)!important;
  border:1px solid var(--shv1-line);
}
.shv1-policy-table{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.shv1-policy-table div{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:16px;
  padding:16px 18px;
  background:#fff;
  border:1px solid var(--shv1-line);
  border-radius:8px;
}
.shv1-policy-table strong{
  color:var(--shv1-ink)!important;
  font-weight:900!important;
}
.shv1-policy-table span{
  color:#4d5d59!important;
  line-height:1.7!important;
}
.shv1-article-content .post-wrapper{
  max-width:760px!important;
  margin:0 auto!important;
  padding:0!important;
  color:inherit!important;
  font-family:inherit!important;
  line-height:inherit!important;
  word-break:keep-all!important;
}
.shv1-article-content .post-wrapper p{
  margin:0 0 1.35em!important;
  text-align:left!important;
}
.shv1-article-content .highlight-box,
.shv1-article-content .summary-card{
  margin:34px 0!important;
  padding:24px!important;
  background:#f7fbfa!important;
  border:1px solid #cbded9!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
.shv1-article-content .summary-card{
  background:#fff!important;
  border-color:var(--shv1-line)!important;
}
.shv1-article-content .summary-tag{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  margin:0 0 14px!important;
  padding:0 12px!important;
  background:#edf6f4!important;
  color:var(--shv1-teal-dark)!important;
  border-radius:8px!important;
  font-size:13px!important;
  font-weight:700!important;
  position:static!important;
}
.shv1-article-content .table-container{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  margin:34px 0!important;
  border:1px solid var(--shv1-line)!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
.shv1-article-content .table-container table{
  min-width:640px!important;
  margin:0!important;
}
.shv1-article-content th{
  background:#101715!important;
  color:#fff!important;
  font-weight:700!important;
}
.shv1-article-content td{
  color:#2e3c39!important;
}
.shv1-article-content .check-mark{
  color:var(--shv1-teal-dark)!important;
  font-weight:700!important;
}
/* Typography calibration: keep Paperlogy sharp without using Black weight everywhere. */
body{font-weight:400!important}
.shv1-brand-mark,
.shv1-brand-copy strong,
.shv1-desktop-nav a,
.shv1-mobile-nav a,
.shv1-header-cta,
.shv1-primary-link,
.shv1-secondary-link{
  font-weight:700!important;
}
.shv1-brand-copy small,
.shv1-hero-lead,
.shv1-section-head p:not(.shv1-eyebrow),
.shv1-card-excerpt,
.shv1-article-content p,
.shv1-page-content p,
.shv1-editorial-section p,
.shv1-editorial-note p,
.shv1-footer-brand p{
  font-weight:400!important;
}
.shv1-hero h1,
.shv1-section-head h2,
.shv1-archive-hero h1,
.shv1-page-title,
.shv1-article-title,
.shv1-editorial-hero h2{
  font-weight:800!important;
}
.shv1-card-title{
  font-size:21px!important;
  line-height:1.42!important;
  font-weight:700!important;
  color:#16211f!important;
}
.shv1-card-title a{font-weight:inherit!important}
.shv1-card-terms,
.shv1-card-terms a,
.shv1-card-excerpt .wp-block-post-excerpt__more-link,
.shv1-card-date,
.shv1-article-terms,
.shv1-article-terms a,
.shv1-eyebrow,
.shv1-editorial-kicker,
.shv1-footer-col strong,
.shv1-footer-col a{
  font-weight:700!important;
}
.shv1-card-excerpt{
  color:#53625e!important;
  font-size:16px!important;
  line-height:1.72!important;
}
.shv1-card-date{
  color:#7d8985!important;
  font-weight:500!important;
}
.shv1-article-content h2,
.shv1-page-content h2,
.shv1-page h2,
.shv1-article-content h3,
.shv1-page-content h3,
.shv1-editorial-section h2,
.shv1-editorial-card strong,
.shv1-editorial-list li strong,
.shv1-policy-table strong{
  font-weight:700!important;
}
.shv1-editorial-panel dd,
.shv1-contact-actions a,
.shv1-search-box button,
.shv1-pagination a,
.shv1-pagination .page-numbers,
.shv1-footer-logo span,
.shv1-footer-logo strong{
  font-weight:700!important;
}
.cookieadmin_box,.cookieadmin_popup{font-family:'Paperlogy','Apple SD Gothic Neo',sans-serif!important;border-radius:8px!important}
.cookieadmin_btn,.cookieadmin_button{border-radius:8px!important;font-weight:700!important}
@media (max-width:900px){
  .shv1-editorial-hero{grid-template-columns:1fr}
  .shv1-editorial-grid{grid-template-columns:1fr}
}
@media (max-width:1024px){
  .shv1-desktop-nav{display:none}
  .shv1-mobile-nav{display:flex}
  .shv1-header-inner{width:min(var(--shv1-max),calc(100% - 36px));min-height:68px}
  .shv1-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .shv1-footer-inner{grid-template-columns:1fr 1fr}
  .shv1-footer-brand{grid-column:1/-1}
}
@media (max-width:720px){
  body{font-size:16px!important}
  .shv1-header-inner{width:calc(100% - 28px);gap:12px}
  .shv1-brand-link{min-width:0}
  .shv1-brand-copy strong{font-size:18px}
  .shv1-brand-copy small{display:none}
  .shv1-brand-mark{width:38px;height:38px}
  .shv1-header-cta{min-height:40px;padding:0 13px;font-size:14px}
  .shv1-hero{min-height:520px}
  .shv1-hero-content{width:calc(100% - 32px);padding:72px 0 38px}
  .shv1-hero h1{font-size:38px!important;line-height:1.12!important}
  .shv1-hero-lead{font-size:17px!important;line-height:1.7!important}
  .shv1-hero-actions a{width:100%}
  .shv1-mobile-nav a[href*="/about/"],
  .shv1-mobile-nav a[href*="%eb%ac%b8%ec%9d%98"],
  .shv1-mobile-nav a[href*="문의"]{display:none!important}
  .shv1-category-tabs{flex-wrap:wrap;overflow:visible;padding-bottom:0;scrollbar-width:none}
  .shv1-category-tabs::-webkit-scrollbar{display:none}
  .shv1-content-band,.shv1-archive-main,.shv1-single-main,.shv1-page-main{width:calc(100% - 28px);padding:42px 0 56px}
  .shv1-section-head h2{font-size:28px!important}
  .shv1-card-grid{grid-template-columns:1fr!important;gap:18px!important}
  .shv1-card-title{font-size:20px!important;line-height:1.45!important;font-weight:700!important}
  .shv1-archive-hero{padding:28px 22px!important}
  .shv1-archive-hero h1{font-size:31px!important}
  .shv1-article-shell,.shv1-page-shell{padding:32px 20px!important}
  .shv1-article-title,.shv1-page-title{font-size:31px!important;line-height:1.24!important}
  .shv1-page-title{margin-bottom:22px!important}
  .shv1-editorial-page{gap:30px}
  .shv1-editorial-hero{padding:28px 22px}
  .shv1-editorial-hero h2{font-size:25px!important;line-height:1.34!important}
  .shv1-editorial-hero p:not(.shv1-editorial-kicker){font-size:16px!important}
  .shv1-editorial-panel dd{font-size:16px!important}
  .shv1-editorial-section h2{font-size:23px!important}
  .shv1-editorial-section p{font-size:16px!important;line-height:1.84!important}
  .shv1-policy-table div{grid-template-columns:1fr;gap:6px}
  .shv1-article-content p,.shv1-page-content p,.shv1-page p{font-size:16px!important;line-height:1.86!important}
  .shv1-article-content h2,.shv1-page-content h2,.shv1-page h2{font-size:23px!important}
  .shv1-footer-inner{width:calc(100% - 32px);grid-template-columns:1fr;gap:28px}
  .shv1-footer-bottom{width:calc(100% - 32px);display:grid}
}

/* Restored inline block: shv1-premium-polish-20260520 */
body .cookieadmin_law_container{
  width:min(360px,calc(100vw - 32px))!important;
  max-width:calc(100vw - 32px)!important;
  left:auto!important;
  right:20px!important;
  bottom:20px!important;
  z-index:100000!important;
}
body .cookieadmin_consent_inside{
  padding:18px!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(20,33,31,.12)!important;
  box-shadow:0 18px 46px rgba(16,26,24,.18)!important;
}
body #cookieadmin_notice_title{
  font-size:18px!important;
  line-height:1.34!important;
  margin-bottom:8px!important;
}
body #cookieadmin_notice{
  font-size:14px!important;
  line-height:1.58!important;
  margin:0!important;
}
body .cookieadmin_consent_btns{
  gap:7px!important;
  margin-top:14px!important;
}
body .cookieadmin_btn,body .cookieadmin_button{
  min-height:40px!important;
  border-radius:6px!important;
  font-size:13px!important;
  font-weight:700!important;
}
.shv1-site-header{
  backdrop-filter:saturate(1.25) blur(18px)!important;
}
.shv1-hero{
  min-height:620px!important;
}
.shv1-hero-content{
  transform:translateY(-8px);
}
.shv1-home-trust{
  margin-top:-42px!important;
  position:relative!important;
  z-index:3!important;
}
.shv1-post-card{
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.shv1-post-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(15,118,110,.22)!important;
  box-shadow:0 20px 46px rgba(20,33,31,.10)!important;
}
.shv1-article-shell,.shv1-page-shell{
  border-radius:10px!important;
}
.shv1-article-content .summary-card,.shv1-article-content .highlight-box,.shv1-source-box{
  border-radius:8px!important;
}
@media (max-width:782px){
  body .cookieadmin_law_container{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    width:auto!important;
  }
  body .cookieadmin_consent_inside{padding:16px!important}
  body .cookieadmin_consent_btns{grid-template-columns:1fr!important}
  .shv1-hero{min-height:560px!important}
  .shv1-home-trust{margin-top:-24px!important}
}

/* Restored inline block: shv1-editorial-redesign-20260522 */
:root{
  --shv1-editorial-bg:#fbfaf6;
  --shv1-editorial-ink:#101816;
  --shv1-editorial-text:#283532;
  --shv1-editorial-muted:#6d7b76;
  --shv1-editorial-line:#dfe6e2;
  --shv1-editorial-deep:#0d1916;
  --shv1-editorial-teal:#146c64;
  --shv1-editorial-gold:#c39545;
}
html{scroll-behavior:smooth}
body,.wp-site-blocks{background:var(--shv1-editorial-bg)!important;color:var(--shv1-editorial-text)!important}
.shv1-site-header{
  height:74px!important;
  background:rgba(251,250,246,.93)!important;
  border-bottom:1px solid rgba(16,24,22,.08)!important;
  box-shadow:none!important;
  backdrop-filter:saturate(1.25) blur(18px)!important;
}
.shv1-header-inner{max-width:1180px!important;padding:0 28px!important}
.shv1-brand-mark{border-radius:7px!important;box-shadow:none!important;background:#101816!important}
.shv1-brand-text strong{font-size:19px!important;letter-spacing:0!important}
.shv1-brand-text span{font-size:11px!important;color:#6d7b76!important}
.shv1-desktop-nav{gap:4px!important}
.shv1-desktop-nav a{
  padding:10px 12px!important;
  border-radius:6px!important;
  font-size:14px!important;
  font-weight:800!important;
  color:#17221f!important;
}
.shv1-desktop-nav a:hover{background:#eef4f1!important;color:#0c5d55!important}
.shv1-header-cta{
  border-radius:7px!important;
  background:#146c64!important;
  box-shadow:0 10px 22px rgba(20,108,100,.18)!important;
}
.shv1-hero{
  height:clamp(560px,calc(100vh - 74px),700px)!important;
  min-height:560px!important;
  background:#101816!important;
  overflow:hidden!important;
  position:relative!important;
}
.shv1-hero-media{
  opacity:1!important;
  filter:saturate(1.02) contrast(1.03)!important;
  transform:scale(1.015)!important;
  background-position:center center!important;
}
.shv1-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(10,18,16,.84) 0%,rgba(10,18,16,.62) 34%,rgba(10,18,16,.24) 66%,rgba(10,18,16,.16) 100%),
    linear-gradient(0deg,rgba(10,18,16,.74) 0%,rgba(10,18,16,0) 34%)!important;
}
.shv1-hero::after{
  content:""!important;
  position:absolute!important;
  left:50px!important;
  right:50px!important;
  bottom:34px!important;
  height:1px!important;
  background:rgba(255,255,255,.28)!important;
  z-index:2!important;
}
.shv1-hero-content{
  max-width:1180px!important;
  width:calc(100% - 100px)!important;
  padding:124px 0 84px!important;
  transform:none!important;
}
.shv1-eyebrow,.shv1-hero .shv1-eyebrow{
  color:#d8ad5d!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
}
.shv1-hero h1{
  margin:18px 0 0!important;
  max-width:880px!important;
  color:#fff!important;
  font-size:clamp(72px,8vw,112px)!important;
  line-height:.92!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-shadow:0 18px 42px rgba(0,0,0,.24)!important;
}
.shv1-hero h1::after{
  content:"성형·시술 안전 매거진";
  display:block;
  margin-top:16px;
  color:rgba(255,255,255,.92);
  font-size:clamp(26px,3vw,44px);
  line-height:1.16;
  font-weight:800;
  letter-spacing:0;
}
.shv1-hero-lead{
  max-width:700px!important;
  margin-top:28px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:21px!important;
  line-height:1.72!important;
  font-weight:500!important;
}
.shv1-hero-actions{margin-top:34px!important;gap:12px!important}
.shv1-hero-actions a{
  border-radius:7px!important;
  min-height:50px!important;
  padding:0 22px!important;
  font-size:15px!important;
  font-weight:900!important;
}
.shv1-primary-link{background:#fff!important;color:#101816!important;box-shadow:0 18px 40px rgba(0,0,0,.18)!important}
.shv1-secondary-link{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.38)!important}
.shv1-category-tabs{
  position:absolute!important;
  left:50px!important;
  right:50px!important;
  bottom:48px!important;
  margin:0!important;
  z-index:3!important;
  display:flex!important;
  gap:0!important;
  width:auto!important;
  max-width:1180px!important;
}
.shv1-category-tabs a{
  border:0!important;
  border-right:1px solid rgba(255,255,255,.22)!important;
  border-radius:0!important;
  background:transparent!important;
  padding:0 22px!important;
  color:rgba(255,255,255,.86)!important;
  font-size:14px!important;
  font-weight:800!important;
  min-height:22px!important;
}
.shv1-category-tabs a:first-child{padding-left:0!important}
.shv1-category-tabs a:hover{color:#fff!important;background:transparent!important}
.shv1-home-trust{
  margin:0!important;
  padding:42px 50px!important;
  max-width:none!important;
  background:#101816!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}
.shv1-home-trust .shv1-editorial-grid{
  max-width:1180px!important;
  margin:0 auto!important;
  gap:0!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
  border-bottom:1px solid rgba(255,255,255,.16)!important;
}
.shv1-home-trust .shv1-editorial-card{
  border:0!important;
  border-right:1px solid rgba(255,255,255,.14)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:26px 28px!important;
}
.shv1-home-trust .shv1-editorial-card:last-child{border-right:0!important}
.shv1-home-trust .shv1-editorial-card strong{color:#fff!important;font-size:18px!important;line-height:1.4!important}
.shv1-home-trust .shv1-editorial-card p{color:rgba(255,255,255,.70)!important;font-size:15px!important;line-height:1.75!important}
.shv1-home-trust .shv1-editorial-card a{color:#fff!important;text-decoration:underline!important;text-underline-offset:4px!important}
.shv1-content-band{
  padding:92px 50px 104px!important;
  max-width:1280px!important;
  margin:0 auto!important;
}
.shv1-section-head{
  max-width:none!important;
  margin:0 0 36px!important;
  padding-bottom:28px!important;
  border-bottom:1px solid var(--shv1-editorial-line)!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1fr)!important;
  gap:36px!important;
  align-items:end!important;
}
.shv1-section-head .shv1-eyebrow{grid-column:1/-1;margin:0!important;color:#146c64!important}
.shv1-section-head h2{
  margin:0!important;
  color:#101816!important;
  font-size:clamp(40px,4.2vw,62px)!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.shv1-section-head p:not(.shv1-eyebrow){margin:0!important;max-width:560px!important;font-size:18px!important;line-height:1.74!important;color:#5c6965!important}
.shv1-card-grid.wp-block-post-template{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:34px 28px!important;
}
.shv1-card-grid>li{
  grid-column:span 4!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid var(--shv1-editorial-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  transition:none!important;
}
.shv1-card-grid>li:hover{transform:none!important;box-shadow:none!important;border-color:var(--shv1-editorial-line)!important}
.shv1-card-grid>li:first-child{grid-column:span 8!important;grid-row:span 2!important}
.shv1-post-card{background:transparent!important;padding:0!important;gap:0!important}
.shv1-post-card .wp-block-post-featured-image{
  margin:0 0 18px!important;
  border-radius:7px!important;
  overflow:hidden!important;
  background:#e8ece6!important;
  aspect-ratio:16/10!important;
}
.shv1-card-grid>li:first-child .wp-block-post-featured-image{aspect-ratio:16/9!important;margin-bottom:22px!important}
.shv1-post-card .wp-block-post-featured-image img{filter:saturate(.98) contrast(1.02)!important;transition:transform .25s ease!important}
.shv1-card-grid>li:hover .wp-block-post-featured-image img{transform:scale(1.025)!important}
.shv1-card-terms{margin:16px 0 10px!important;color:#146c64!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important}
.shv1-card-terms a{color:#146c64!important;text-decoration:none!important}
.shv1-card-title{margin:0!important;padding:0!important}
.shv1-card-title a{
  color:#101816!important;
  font-size:23px!important;
  line-height:1.34!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.shv1-card-grid>li:first-child .shv1-card-title a{font-size:clamp(34px,3.4vw,50px)!important;line-height:1.12!important}
.shv1-card-excerpt{margin-top:12px!important;color:#5d6a66!important;font-size:15px!important;line-height:1.72!important}
.shv1-card-grid>li:first-child .shv1-card-excerpt{max-width:760px!important;font-size:17px!important;line-height:1.75!important}
.shv1-card-date{margin-top:18px!important;color:#89938f!important;font-size:13px!important;font-weight:800!important}
.shv1-pagination{border-top:1px solid var(--shv1-editorial-line)!important;padding-top:30px!important;margin-top:50px!important}
.single-post .shv1-single-main,.single-post main{background:linear-gradient(180deg,#f6f4ee 0,#fbfaf6 440px,#fff 441px)!important}
.shv1-article-shell,.shv1-page-shell{
  max-width:1120px!important;
  margin:68px auto 0!important;
  padding:72px 48px 0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.shv1-article-terms{margin:0 0 22px!important}
.shv1-article-terms a{
  display:inline-flex!important;
  min-height:28px!important;
  align-items:center!important;
  border:1px solid rgba(20,108,100,.24)!important;
  border-radius:999px!important;
  padding:0 12px!important;
  color:#146c64!important;
  background:#eff6f3!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.shv1-article-title,.shv1-page-title{
  max-width:930px!important;
  margin:0!important;
  color:#101816!important;
  font-size:clamp(44px,5.8vw,72px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.shv1-article-meta{
  max-width:760px!important;
  margin:28px 0 34px!important;
  padding:16px 0!important;
  border-top:1px solid var(--shv1-editorial-line)!important;
  border-bottom:1px solid var(--shv1-editorial-line)!important;
  color:#71807a!important;
  font-size:14px!important;
  font-weight:800!important;
}
.shv1-article-featured{
  max-width:1040px!important;
  margin:0 0 58px!important;
  border-radius:7px!important;
  box-shadow:0 28px 70px rgba(18,28,26,.12)!important;
  border:1px solid rgba(16,24,22,.08)!important;
}
.shv1-article-content{max-width:760px!important;margin:0 auto!important}
.shv1-article-content .post-wrapper{max-width:760px!important;margin:0 auto!important}
.shv1-article-content p,.shv1-page-content p,.shv1-page p{
  color:#283532!important;
  font-size:18px!important;
  line-height:1.95!important;
  font-weight:500!important;
}
.shv1-article-content>p:first-child,.shv1-article-content .post-wrapper>p:first-child{
  font-size:20px!important;
  line-height:1.85!important;
  color:#1c2926!important;
}
.shv1-medical-review-note{
  margin:30px 0 34px!important;
  padding:20px 22px!important;
  border:1px solid rgba(20,108,100,.18)!important;
  border-left:4px solid #146c64!important;
  border-radius:7px!important;
  background:#f1f7f4!important;
  box-shadow:none!important;
}
.shv1-medical-review-note strong{color:#0f5c55!important;font-size:15px!important;font-weight:900!important}
.shv1-medical-review-note p{margin-top:8px!important;font-size:15px!important;line-height:1.75!important;color:#52605c!important}
.shv1-article-content h2,.shv1-page-content h2,.shv1-page h2{
  margin:68px 0 22px!important;
  padding:24px 0 0!important;
  border-top:1px solid var(--shv1-editorial-line)!important;
  border-left:0!important;
  color:#101816!important;
  font-size:clamp(29px,3vw,40px)!important;
  line-height:1.28!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.shv1-article-content h3,.shv1-page-content h3{font-size:24px!important;line-height:1.38!important;color:#101816!important}
.shv1-article-content img:not(.wp-post-image),.shv1-page-content img:not(.wp-post-image){
  max-width:760px!important;
  border-radius:7px!important;
  border:1px solid rgba(16,24,22,.08)!important;
  box-shadow:0 18px 46px rgba(16,24,22,.10)!important;
}
.shv1-article-content .highlight-box,.shv1-article-content .summary-card,.shv1-source-box{
  border-radius:7px!important;
  border:1px solid rgba(20,108,100,.18)!important;
  box-shadow:none!important;
}
.shv1-article-content .highlight-box{
  background:#101816!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.75!important;
}
.shv1-article-content .summary-card{background:#f7f5ef!important;padding:26px!important}
.shv1-article-content .summary-tag{color:#146c64!important;font-weight:900!important}
.shv1-source-box{background:#f7faf8!important;padding:28px!important;margin:54px 0!important}
.shv1-source-box h2{border:0!important;margin:0 0 12px!important;padding:0!important;font-size:25px!important}
.shv1-article-content .table-container{border-radius:7px!important;border:1px solid var(--shv1-editorial-line)!important;box-shadow:none!important}
.shv1-article-content th{background:#101816!important;color:#fff!important}
.shv1-footer-inner{max-width:1180px!important}
body .cookieadmin_law_container{
  width:min(760px,calc(100vw - 40px))!important;
  left:50%!important;
  right:auto!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
}
body .cookieadmin_consent_inside{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:16px!important;
  align-items:center!important;
  padding:14px 16px!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(16,24,22,.12)!important;
  box-shadow:0 16px 44px rgba(16,24,22,.16)!important;
}
body #cookieadmin_notice_title{font-size:15px!important;line-height:1.35!important;margin:0 0 4px!important;color:#101816!important}
body #cookieadmin_notice{font-size:13px!important;line-height:1.5!important;color:#46534f!important;margin:0!important}
body .cookieadmin_consent_btns{display:flex!important;gap:7px!important;margin:0!important;white-space:nowrap!important}
body .cookieadmin_btn,body .cookieadmin_button{min-width:86px!important;min-height:38px!important;border-radius:6px!important;font-size:12px!important;font-weight:900!important;padding:0 10px!important}
body .cookieadmin-poweredby,body .cookieadmin_poweredby{display:none!important}
@media (max-width:900px){
  .shv1-header-inner{padding:0 18px!important}
  .shv1-hero{height:auto!important;min-height:620px!important}
  .shv1-hero-content{width:calc(100% - 36px)!important;padding:92px 0 108px!important}
  .shv1-hero h1{font-size:52px!important;line-height:.98!important}
  .shv1-hero h1::after{font-size:25px!important;line-height:1.22!important}
  .shv1-hero-lead{font-size:17px!important;line-height:1.72!important}
  .shv1-category-tabs{left:18px!important;right:18px!important;bottom:28px!important;overflow:auto!important;padding-bottom:2px!important}
  .shv1-category-tabs a{padding:0 14px!important;flex:0 0 auto!important}
  .shv1-home-trust{padding:30px 18px!important}
  .shv1-home-trust .shv1-editorial-grid{grid-template-columns:1fr!important;border-bottom:0!important}
  .shv1-home-trust .shv1-editorial-card{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.14)!important;padding:22px 0!important}
  .shv1-content-band{padding:62px 18px 76px!important}
  .shv1-section-head{display:block!important;padding-bottom:22px!important}
  .shv1-section-head h2{font-size:36px!important;margin-top:10px!important}
  .shv1-section-head p:not(.shv1-eyebrow){font-size:16px!important;margin-top:14px!important}
  .shv1-card-grid.wp-block-post-template{grid-template-columns:1fr!important;gap:30px!important}
  .shv1-card-grid>li,.shv1-card-grid>li:first-child{grid-column:auto!important;grid-row:auto!important}
  .shv1-card-title a,.shv1-card-grid>li:first-child .shv1-card-title a{font-size:24px!important;line-height:1.3!important}
  .shv1-article-shell,.shv1-page-shell{margin:28px auto 0!important;padding:40px 18px 0!important}
  .shv1-article-title,.shv1-page-title{font-size:37px!important;line-height:1.16!important}
  .shv1-article-featured{margin-bottom:36px!important}
  .shv1-article-content p,.shv1-page-content p,.shv1-page p{font-size:16px!important;line-height:1.86!important}
  .shv1-article-content h2,.shv1-page-content h2,.shv1-page h2{font-size:27px!important;margin-top:48px!important}
  body .cookieadmin_law_container{left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;transform:none!important}
  body .cookieadmin_consent_inside{display:block!important;padding:15px!important}
  body .cookieadmin_consent_btns{display:grid!important;grid-template-columns:1fr!important;margin-top:12px!important}
}

/* Restored inline block: shv1-cookie-bar-fix-20260522 */
body .cookieadmin_law_container{
  width:min(370px,calc(100vw - 32px))!important;
  max-width:370px!important;
  left:auto!important;
  right:24px!important;
  bottom:24px!important;
  transform:none!important;
  z-index:100000!important;
}
body .cookieadmin_consent_inside{
  display:block!important;
  padding:17px!important;
  min-height:0!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.97)!important;
  border:1px solid rgba(16,24,22,.12)!important;
  box-shadow:0 18px 48px rgba(16,24,22,.18)!important;
  overflow:hidden!important;
}
body #cookieadmin_notice_title{
  margin:0 0 7px!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:900!important;
  color:#101816!important;
}
body .cookieadmin_notice_con{margin:0!important;padding:0!important;max-width:none!important}
body #cookieadmin_notice{
  margin:0!important;
  font-size:13px!important;
  line-height:1.5!important;
  color:#46534f!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body .cookieadmin_consent_btns{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:7px!important;
  margin:13px 0 0!important;
  padding:0!important;
  white-space:normal!important;
}
body .cookieadmin_btn,body .cookieadmin_button{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:38px!important;
  padding:0 8px!important;
  border-radius:6px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
}
body .cookieadmin_cookie_modal{border-radius:8px!important}
body .cookieadmin-poweredby,body .cookieadmin_poweredby{display:none!important}
@media (max-width:760px){
  body .cookieadmin_law_container{left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;max-width:none!important;transform:none!important}
  body .cookieadmin_consent_inside{padding:14px!important}
  body #cookieadmin_notice{display:block!important;overflow:visible!important}
  body .cookieadmin_consent_btns{grid-template-columns:1fr!important}
  body .cookieadmin_btn,body .cookieadmin_button{width:100%!important}
}

/* Restored inline block: shv1-article-refinement-20260522 */
.single-post .shv1-single-main,.single-post main{background:linear-gradient(180deg,#f6f4ee 0,#fbfaf6 260px,#fff 261px)!important}
.single-post .shv1-single-main{padding-top:0!important}
.shv1-article-shell,.shv1-page-shell{margin:0 auto!important;padding:40px 48px 0!important}
.shv1-article-title,.shv1-page-title{max-width:900px!important;font-size:clamp(40px,4.7vw,58px)!important;line-height:1.12!important;font-weight:800!important;letter-spacing:0!important}
.shv1-article-terms{margin-bottom:18px!important}
.shv1-article-meta{margin:24px 0 32px!important;padding:14px 0!important;max-width:760px!important}
.shv1-article-featured{margin-bottom:52px!important}
@media (max-width:900px){
  .single-post .shv1-single-main{padding-top:0!important}
  .shv1-article-shell,.shv1-page-shell{margin:0 auto!important;padding:28px 18px 0!important}
  .shv1-article-title,.shv1-page-title{font-size:34px!important;line-height:1.18!important;font-weight:850!important}
}

/* Restored inline block: shv1-alignment-fix-20260522 */
/* 1. Article cards: no masonry, no odd feature span, equal rows. */
.shv1-featured-query{width:100%!important}
.shv1-card-grid.wp-block-post-template{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:34px 28px!important;
  align-items:stretch!important;
  grid-auto-flow:row!important;
}
.shv1-card-grid>li,
.shv1-card-grid>li:first-child{
  grid-column:auto!important;
  grid-row:auto!important;
  align-self:stretch!important;
  display:flex!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid #dfe6e2!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
.shv1-post-card{
  width:100%!important;
  height:100%!important;
  min-height:520px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:0!important;
  background:transparent!important;
}
.shv1-post-card .wp-block-post-featured-image,
.shv1-card-grid>li:first-child .wp-block-post-featured-image{
  width:100%!important;
  aspect-ratio:16/10!important;
  height:auto!important;
  margin:0 0 18px!important;
  border-radius:7px!important;
  overflow:hidden!important;
  background:#e8ece6!important;
}
.shv1-post-card .wp-block-post-featured-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.shv1-card-terms{min-height:18px!important;margin:0 0 10px!important;font-size:12px!important;line-height:1.35!important;font-weight:900!important;color:#146c64!important}
.shv1-card-title{margin:0!important;padding:0!important;min-height:86px!important;display:block!important}
.shv1-card-title a,
.shv1-card-grid>li:first-child .shv1-card-title a{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  color:#101816!important;
  font-size:27px!important;
  line-height:1.28!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-decoration:none!important;
}
.shv1-card-excerpt,
.shv1-card-grid>li:first-child .shv1-card-excerpt{
  margin:12px 0 0!important;
  padding:0!important;
  max-width:none!important;
  min-height:112px!important;
  color:#5d6a66!important;
  font-size:16px!important;
  line-height:1.72!important;
}
.shv1-card-excerpt .wp-block-post-excerpt__excerpt{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:0!important;
}
.shv1-card-excerpt .wp-block-post-excerpt__more-text{margin:16px 0 0!important}
.shv1-card-excerpt .wp-block-post-excerpt__more-link{font-size:15px!important;line-height:1.3!important;color:#0f5f58!important;font-weight:900!important;text-decoration:none!important}
.shv1-card-date{margin:auto 0 0!important;padding-top:20px!important;color:#89938f!important;font-size:14px!important;line-height:1.2!important;font-weight:900!important}
/* 2. Category hero: fixed typography, no clipped text. */
.shv1-archive-main{padding-top:48px!important}
.shv1-archive-hero{
  display:grid!important;
  grid-template-columns:minmax(260px,.5fr) minmax(0,1fr)!important;
  align-items:center!important;
  gap:54px!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto 54px!important;
  padding:44px 50px!important;
  border:1px solid rgba(16,24,22,.10)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 20px 52px rgba(16,24,22,.06)!important;
  overflow:visible!important;
}
.shv1-archive-hero h1,
.shv1-archive-hero .wp-block-query-title{
  margin:0!important;
  color:#101816!important;
  font-size:clamp(44px,4.8vw,68px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:0!important;
  word-break:keep-all!important;
  overflow:visible!important;
}
.shv1-archive-hero .wp-block-term-description,
.shv1-archive-hero .wp-block-term-description p,
.shv1-archive-hero p{
  margin:0!important;
  color:#53615d!important;
  font-size:19px!important;
  line-height:1.82!important;
  font-weight:600!important;
  word-break:keep-all!important;
  overflow:visible!important;
  max-width:720px!important;
  height:auto!important;
  min-height:0!important;
  text-indent:0!important;
}
/* 3. Static editorial pages: dark panels must be readable. */
.shv1-page-shell{padding-top:50px!important}
.shv1-page-title{margin-bottom:34px!important;color:#101816!important;font-size:clamp(46px,5.2vw,76px)!important;line-height:1.08!important;font-weight:900!important}
.shv1-editorial-hero{
  background:#101816!important;
  color:#fff!important;
  border-radius:8px!important;
  overflow:visible!important;
}
.shv1-editorial-hero .shv1-editorial-kicker,
.shv1-editorial-hero p.shv1-editorial-kicker{
  color:#caa15b!important;
  opacity:1!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.shv1-editorial-hero h2{
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:clamp(42px,4.5vw,72px)!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:0!important;
  margin:20px 0 28px!important;
  max-width:780px!important;
}
.shv1-editorial-hero p:not(.shv1-editorial-kicker){
  color:rgba(255,255,255,.82)!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:19px!important;
  line-height:1.85!important;
  font-weight:600!important;
  max-width:780px!important;
}
.shv1-editorial-panel div{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.18)!important}
.shv1-editorial-panel dt{color:rgba(255,255,255,.62)!important;font-size:15px!important;line-height:1.45!important;font-weight:900!important}
.shv1-editorial-panel dd{color:#fff!important;font-size:22px!important;line-height:1.35!important;font-weight:900!important}
@media (max-width:1020px){
  .shv1-card-grid.wp-block-post-template{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .shv1-post-card{min-height:500px!important}
  .shv1-archive-hero{grid-template-columns:1fr!important;gap:20px!important;padding:36px 28px!important}
}
@media (max-width:700px){
  .shv1-card-grid.wp-block-post-template{grid-template-columns:1fr!important;gap:30px!important}
  .shv1-post-card{min-height:0!important}
  .shv1-card-title{min-height:0!important}
  .shv1-card-title a,.shv1-card-grid>li:first-child .shv1-card-title a{font-size:24px!important;line-height:1.32!important;-webkit-line-clamp:3!important}
  .shv1-card-excerpt,.shv1-card-grid>li:first-child .shv1-card-excerpt{min-height:0!important;font-size:15px!important}
  .shv1-archive-main{padding-top:28px!important}
  .shv1-archive-hero{padding:28px 20px!important;margin-bottom:34px!important}
  .shv1-archive-hero h1,.shv1-archive-hero .wp-block-query-title{font-size:36px!important;line-height:1.14!important}
  .shv1-archive-hero .wp-block-term-description p,.shv1-archive-hero p{font-size:16px!important;line-height:1.78!important}
  .shv1-page-title{font-size:40px!important;line-height:1.14!important}
  .shv1-editorial-hero h2{font-size:34px!important;line-height:1.12!important}
  .shv1-editorial-hero p:not(.shv1-editorial-kicker){font-size:16px!important;line-height:1.78!important}
}

/* Restored inline block: shv1-category-nav-fix-20260522 */
.shv1-archive-hero .shv1-category-tabs,
.shv1-archive-hero .shv1-category-tabs-light{
  position:static!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:auto!important;
  max-width:none!important;
  grid-column:1 / -1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:4px 0 0!important;
  padding:24px 0 0!important;
  border-top:1px solid #dfe6e2!important;
  overflow:visible!important;
}
.shv1-archive-hero .shv1-category-tabs a,
.shv1-archive-hero .shv1-category-tabs-light a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:0 14px!important;
  border:1px solid #dfe6e2!important;
  border-radius:999px!important;
  background:#fbfaf6!important;
  color:#263532!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
.shv1-archive-hero .shv1-category-tabs a:hover,
.shv1-archive-hero .shv1-category-tabs-light a:hover{background:#eaf4f1!important;color:#0f5f58!important}
@media (max-width:700px){
  .shv1-archive-hero .shv1-category-tabs,.shv1-archive-hero .shv1-category-tabs-light{padding-top:18px!important;gap:7px!important}
  .shv1-archive-hero .shv1-category-tabs a,.shv1-archive-hero .shv1-category-tabs-light a{font-size:12px!important;min-height:34px!important;padding:0 11px!important}
}

/* Restored inline block: shv1-hero-rail-alignment-fix-20260522 */
.shv1-hero::after{display:none!important;content:none!important}
.shv1-home-trust{border-top:0!important}
.shv1-hero .shv1-category-tabs{
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:auto!important;
  max-width:none!important;
  height:72px!important;
  min-height:72px!important;
  display:flex!important;
  align-items:stretch!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  border-top:1px solid rgba(255,255,255,.26)!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;
  background:linear-gradient(90deg,rgba(8,16,14,.34),rgba(8,16,14,.08))!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.shv1-hero .shv1-category-tabs a{
  flex:1 1 0!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 18px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.22)!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.88)!important;
  line-height:1.1!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.shv1-hero .shv1-category-tabs a:first-child{padding-left:18px!important}
.shv1-hero .shv1-category-tabs a:last-child{border-right:0!important}
.shv1-hero .shv1-category-tabs a:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
.cookieadmin_re_consent{left:auto!important;right:18px!important;bottom:88px!important;width:42px!important;height:42px!important;box-shadow:0 14px 34px rgba(0,0,0,.22)!important}
.cookieadmin_reconsent_img{width:32px!important;height:32px!important}
@media (max-width:900px){
  .shv1-hero .shv1-category-tabs{left:0!important;right:0!important;height:64px!important;min-height:64px!important;bottom:0!important;overflow:hidden!important}
  .shv1-hero .shv1-category-tabs a{padding:0 8px!important;font-size:12px!important;line-height:1.18!important;word-break:keep-all!important}
  .cookieadmin_re_consent{right:14px!important;bottom:78px!important;width:40px!important;height:40px!important}
}

/* Restored inline block: shv1-premium-typography-fix-20260522 */
:root{--shv1-premium-font:"Apple SD Gothic Neo","Noto Sans KR",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body,
button,
input,
select,
textarea{font-family:var(--shv1-premium-font)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{font-weight:400!important;color:#17201d!important}
.shv1-hero h1,
.shv1-section-head h2,
.shv1-archive-hero h1,
.shv1-page-title,
.shv1-article-title,
.shv1-editorial-hero h2,
.shv1-card-title a,
.shv1-card-title,
.shv1-brand-copy strong{font-family:var(--shv1-premium-font)!important;letter-spacing:0!important;text-wrap:balance}
.shv1-hero h1{font-weight:760!important;font-size:clamp(68px,7.3vw,98px)!important;line-height:.98!important;text-shadow:0 16px 38px rgba(0,0,0,.20)!important}
.shv1-hero h1::after{font-weight:650!important;font-size:clamp(25px,2.7vw,38px)!important;line-height:1.22!important;margin-top:18px!important}
.shv1-section-head h2{font-weight:720!important;font-size:clamp(34px,3.4vw,48px)!important;line-height:1.16!important;color:#16201d!important}
.shv1-card-title,
.shv1-card-title a{font-weight:680!important;font-size:clamp(22px,1.65vw,27px)!important;line-height:1.34!important;color:#111a17!important}
.shv1-card-grid>li:first-child .shv1-card-title a,
.shv1-card-grid>li:first-child .shv1-card-title{font-weight:700!important;font-size:clamp(23px,1.85vw,29px)!important;line-height:1.32!important}
.shv1-card-excerpt{font-family:var(--shv1-premium-font)!important;font-weight:400!important;font-size:16px!important;line-height:1.78!important;color:#606d69!important}
.shv1-eyebrow,
.shv1-card-category,
.shv1-post-category,
.shv1-card-read-more,
.shv1-card-read-more a,
.shv1-more-link,
.shv1-hero-actions a,
.shv1-category-tabs a,
.shv1-desktop-nav a,
.shv1-mobile-nav a{font-family:var(--shv1-premium-font)!important;font-weight:680!important;letter-spacing:0!important}
.shv1-eyebrow,
.shv1-card-category,
.shv1-post-category{font-weight:700!important;color:#23645e!important}
.shv1-hero .shv1-eyebrow{font-weight:700!important;color:#d9ad5e!important}
.shv1-archive-hero h1,
.shv1-page-title,
.shv1-article-title{font-weight:720!important;line-height:1.14!important;color:#16201d!important}
.shv1-editorial-hero h2{font-weight:720!important;line-height:1.16!important}
.shv1-article-content h2,
.shv1-page-content h2,
.shv1-editorial-section h2{font-family:var(--shv1-premium-font)!important;font-weight:700!important;line-height:1.28!important;letter-spacing:0!important;color:#16201d!important}
@media (max-width:900px){
  .shv1-hero h1{font-size:52px!important;line-height:1.04!important;font-weight:740!important}
  .shv1-section-head h2{font-size:34px!important;line-height:1.18!important}
  .shv1-card-title a,.shv1-card-title{font-size:23px!important;line-height:1.34!important;font-weight:680!important}
}
@media (max-width:520px){
  .shv1-hero h1{font-size:44px!important;line-height:1.06!important}
  .shv1-hero h1::after{font-size:23px!important;line-height:1.22!important}
  .shv1-card-title a,.shv1-card-title{font-size:22px!important;line-height:1.36!important}
}

/* Restored inline block: shv1-trust-depth-css */
.shv1-home-trust-depth{background:#f7f5ef;border-top:1px solid rgba(18,31,28,.12);border-bottom:1px solid rgba(18,31,28,.12);padding:72px 24px;margin-top:48px;color:#13201d}
        .shv1-home-trust-inner{max-width:1120px;margin:0 auto}.shv1-home-trust-kicker{margin:0 0 14px;color:#146c64;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shv1-home-trust-depth h2{font-size:clamp(34px,4vw,56px);line-height:1.08;margin:0 0 24px;font-weight:760;letter-spacing:0}.shv1-home-trust-depth p{font-size:18px;line-height:1.8;color:#36433f;max-width:920px}.shv1-home-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:34px 0}.shv1-home-trust-grid article{background:#fff;border:1px solid rgba(18,31,28,.12);border-radius:8px;padding:24px;box-shadow:0 18px 44px rgba(38,30,20,.08)}.shv1-home-trust-grid span{display:block;color:#146c64;font-size:12px;font-weight:800;margin-bottom:16px}.shv1-home-trust-grid h3{margin:0 0 10px;font-size:22px;font-weight:740;letter-spacing:0}.shv1-home-trust-grid p{font-size:15px;line-height:1.7;margin:0;color:#52605c}.shv1-trust-depth{margin-top:48px}.shv1-trust-depth h2{letter-spacing:0}.shv1-trust-depth p{word-break:keep-all}@media(max-width:780px){.shv1-home-trust-depth{padding:48px 18px}.shv1-home-trust-depth h2{font-size:34px}.shv1-home-trust-depth p{font-size:16px}.shv1-home-trust-grid{grid-template-columns:1fr}}

/* Restored inline block: shv1-home-final-note-css */
.shv1-home-final-note{background:#fff;padding:42px 24px;color:#13201d}.shv1-home-final-note>div{max-width:1120px;margin:0 auto;border-top:1px solid rgba(18,31,28,.12);padding-top:30px}.shv1-home-final-note h2{font-size:30px;line-height:1.2;margin:0 0 14px;font-weight:740;letter-spacing:0}.shv1-home-final-note p{max-width:900px;font-size:17px;line-height:1.8;color:#3c4945;margin:0 0 14px}@media(max-width:780px){.shv1-home-final-note{padding:34px 18px}.shv1-home-final-note h2{font-size:26px}.shv1-home-final-note p{font-size:16px}}

/* Restored inline block: shv1-review-stabilization-20260616 */
.shv1-related-static{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}
        .shv1-related-static a{display:flex;min-height:142px;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid rgba(18,31,28,.12);border-radius:8px;background:#fff;color:#13201d;text-decoration:none;box-shadow:0 12px 32px rgba(18,31,28,.06)}
        .shv1-related-static strong{font-size:18px;line-height:1.35;font-weight:800;color:#13201d}
        .shv1-related-static span{font-size:14px;line-height:1.65;color:#52605c}
        .shv1-review-summary{border:1px solid rgba(15,95,88,.18);background:#f7faf8;border-radius:8px;padding:22px;margin:36px 0}
        .shv1-review-summary h2{font-size:22px;line-height:1.35;margin:0 0 12px}
        .shv1-review-summary p,.shv1-review-summary li{font-size:15px;line-height:1.75;color:#3c4b47}
        .shv1-review-summary ul{margin:12px 0 0 18px}
        @media(max-width:900px){.shv1-related-static{grid-template-columns:repeat(2,minmax(0,1fr))}}
        @media(max-width:620px){.shv1-related-static{grid-template-columns:1fr}.shv1-related-static a{min-height:0}}

/* 2026-07-20 visual QA: prevent constrained search hero children from exceeding the 320px viewport. */
@media (max-width:360px){
  .shv1-search-main .shv1-archive-hero>*{width:100%!important;max-width:100%!important;min-width:0!important}
  .shv1-search-main .shv1-search-box,.shv1-search-main .wp-block-search__inside-wrapper{min-width:0!important}
  .shv1-mobile-nav{justify-content:space-between!important;gap:0!important;overflow-x:hidden!important;padding:8px!important}
  .shv1-mobile-nav a{flex:0 1 auto!important;font-size:12px!important;padding:10px 5px!important}
}
