/* --- 버튼 스타일 --- */
.btn_tpl {
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 14px;
  border:1px solid #d6d6d6;
  background:#fff;
  color:#222;
  border-radius:10px;
  cursor:pointer;
  font-size:13px;
  font-weight:600;
}
.btn_tpl:hover { background:#f6f6f6; }
.btn_tpl.primary{
  border-color:#B62E46;
  background:#B62E46;
  color:#fff;
}
.btn_tpl.primary:hover{ filter:brightness(0.95); }
.btn_tpl.danger{
  border-color:#999;
  background:#999;
  color:#fff;
}

/* --- 미리보기 컨테이너 --- */
.news-preview-wrap{
  margin-top:12px;
  border:1px dashed #ddd;
  border-radius:14px;
  padding:14px;
  background:#fafafa;
}
.news-preview-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
  color:#666;
  font-size:12px;
}

/* --- 기사 템플릿 --- */
.news-paper{
  box-sizing:border-box;
  max-width:900px;
  margin:0 auto;
  padding:46px 54px;
  background:#fff;
  border:1px solid #e5e5e5;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  font-family:"Noto Serif KR", serif;
}

.news-top{
  display:flex;
  justify-content:space-between;
  font-size:14px;
  color:#666;
  border-bottom:1px solid #ddd;
  padding-bottom:10px;
  margin-bottom:24px;
}

.news-title{
  font-size:38px;
  line-height:1.35;
  text-align:center;
  margin:0 0 26px;
  font-weight:700;
}

.news-lead{
  font-size:18px;
  line-height:1.8;
  color:#222;
  margin:0 0 20px;
}

.news-body p{
  font-size:18px;
  line-height:1.95;
  margin:0 0 16px;
  color:#222;
}

.news-body .hl{
  background:linear-gradient(transparent 60%, #ffd79a 60%);
  font-weight:700;
}

.news-quote{
  margin-top:26px;
  padding-top:16px;
  border-top:1px solid #ddd;
}
.news-quote-txt{
  font-size:22px;
  line-height:1.6;
  font-weight:700;
  margin:0 0 6px;
}
.news-quote-by{
  margin:0;
  color:#666;
  font-size:14px;
  text-align:right;
}


.btn_tpl{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:10px;
  border:1px solid #d7d7d7;
  background:#fff;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
.btn_tpl:hover{ background:#f6f6f6; }

.btn_tpl.primary{
  background:#B62E46;
  border-color:#B62E46;
  color:#fff;
}
.btn_tpl.primary:hover{ filter:brightness(.95); }


@media (max-width: 768px){
  .news-paper{
    padding: 20px !important;
    margin: 10px auto !important;
  }
  .news-title{
    font-size: 22px !important;
  }
}









.news-paper--A{
  max-width:900px;
  margin:40px auto;
  padding:48px 56px;
  background:#fff;
  border:1px solid #e9e9e9;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  font-family:Pretendard, "Noto Sans KR", sans-serif;
}

.news-paper--A .news-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  margin:-48px -56px 26px;
  background:#B62E46;
  color:#fff;
  font-size:13px;
}

.news-paper--A .news-title{
  font-size:36px;
  line-height:1.28;
  font-weight:800;
  margin:30px 0 50px; 
  text-align:left;
}

.news-paper--A .news-lead{
  margin:0 0 22px;
  padding-left:12px;
  border-left:4px solid #B62E46;
  color:#333;
  line-height:1.75;
  font-size:18px;
  font-weight:600;
}

.news-paper--A .news-body p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.95;
  color:#222;
}

.news-paper--A .hl{
  background:linear-gradient(transparent 62%, #ffd79a 62%);
  font-weight:700;
}

.news-paper--A .news-quote{
  margin-top:26px;
  padding-top:18px;
  border-top:1px dashed #ddd;
}

.news-paper--A .news-quote-txt{font-size:20px;font-weight:800;line-height:1.6;margin:0 0 6px;}
.news-paper--A .news-quote-by{margin:0;color:#666;font-size:13px;text-align:right;}

@media (max-width:768px){
  .news-paper--A{padding:20px;}
  .news-paper--A .news-top{margin:-20px -20px 18px;}
  .news-paper--A .news-title{font-size:22px;}
  .news-paper--A .news-lead{font-size:15px;}
  .news-paper--A .news-body p{font-size:15px;}
}




.news-paper--B{
  max-width:900px;
  margin:20px auto;
  background:#fff;
  border:1px solid #eee;
  border-radius:10px;
  padding: 0;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  font-family:Pretendard, "Noto Sans KR", sans-serif;
}

.news-paper--B .hero{
  padding:26px 28px 24px;
  background:linear-gradient(135deg, rgba(182,46,70,.12), rgba(0,0,0,0));
  position:relative;
}

.news-paper--B .meta{
  display:flex;
  justify-content:space-between;
  font-size:15px;
  color:#666;
  margin-bottom:10px;
}

.news-paper--B .news-category{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  /* background:#B62E46; */
  color:#B62E46;
  font-weight:700;
  font-size:15px;
}

.news-paper--B .news-title{
  margin:0;
  font-size:34px;
  line-height:1.25;
  font-weight:900;
  color:#111;
}

.news-paper--B .news-lead{
  margin:0;
  padding:18px 28px;
  background:#fafafa;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  font-size:18px;
  line-height:1.75;
  color:#222;
  font-weight:600;
}

.news-paper--B .news-body{
  padding:22px 28px 30px;
}

.news-paper--B .news-body p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.95;
  color:#222;
}

.news-paper--B .hl{
  background:linear-gradient(transparent 62%, #ffd79a 62%);
  font-weight:800;
}

@media (max-width:768px){
  .news-paper--B{margin:18px auto;}
  .news-paper--B .hero{padding:18px;}
  .news-paper--B .news-title{font-size:22px;}
  .news-paper--B .news-lead{padding:14px 18px;font-size:15px;}
  .news-paper--B .news-body{padding:16px 18px 22px;}
  .news-paper--B .news-body p{font-size:15px;}
}



.news-paper--C{
  max-width:980px;
  margin:40px auto;
  padding:44px 52px;
  background:#fff;
  border:1px solid #e9e9e9;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  font-family:"Noto Serif KR", serif;
}

.news-paper--C .news-top{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  color:#666;
  border-bottom:2px solid #111;
  padding-bottom:10px;
  margin-bottom:22px;
}

.news-paper--C .news-title{
  font-size:36px;
  font-weight:800;
  margin: 30px 0;
  line-height:1.25;
}

.news-paper--C .news-lead{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.75;
  color:#222;
  font-weight:600;
}

.news-paper--C .news-columns{
  column-count:2;
  column-gap:34px;
}

.news-paper--C .news-columns p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.9;
  color:#222;
}

@media (max-width:768px){
  .news-paper--C{padding:20px;}
  .news-paper--C .news-title{font-size:22px;}
  .news-paper--C .news-columns{column-count:1;}
  .news-paper--C .news-columns p{font-size:15px;}
}

/* =========================
   Template D
========================= */
.news-paper--D{
  max-width:920px;
  margin:40px auto;
  padding:46px 54px;
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  box-shadow:0 14px 32px rgba(0,0,0,.08);
  font-family:Pretendard,"Noto Sans KR",sans-serif;
  position:relative;
  overflow:hidden;
}

.news-paper--D:before{
  content:"";
  position:absolute;
  top:-120px; right:-120px;
  width:240px; height:240px;
  background:rgba(182,46,70,.12);
  border-radius:50%;
}

.news-paper--D .news-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  /* border-radius:12px;
  background:linear-gradient(135deg, rgba(182,46,70,.10), rgba(0,0,0,0)); */
  color:#555;
  font-size:14px;
  margin-bottom:18px;
}

.news-paper--D .news-title{
  margin: 30px 0;
  font-size:34px;
  line-height:1.25;
  font-weight:900;
  color:#111;
}

.news-paper--D .news-lead{
  margin:16px 0 22px;
  padding:14px 16px;
  border:1px solid #eee;
  border-radius:14px;
  background:#fafafa;
  font-size:17px;
  line-height:1.75;
  font-weight:700;
  color:#222;
}

.news-paper--D .news-body p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.95;
  color:#222;
}

.news-paper--D .hl{
  background:linear-gradient(transparent 62%, #ffd79a 62%);
  font-weight:800;
}

.news-paper--D .news-kv{
  margin:14px 0 10px;
  padding:18px;
  border-radius:16px;
  border:1px solid rgba(182,46,70,.18);
  background:linear-gradient(135deg, rgba(182,46,70,.08), rgba(255,255,255,1));
}

.news-paper--D .kv-title{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  font-size:13px;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#B62E46;
  margin-bottom:12px;
}

.news-paper--D .kv-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
}

.news-paper--D .kv-item{
  display:flex;
  gap:10px;
  padding:12px 12px;
  border:1px solid #eee;
  border-radius:14px;
  background:#fff;
}

.news-paper--D .kv-badge{
  width:34px; height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#fff;
  background:#B62E46;
  flex:0 0 34px;
}

.news-paper--D .kv-text{
  font-size:14px;
  line-height:1.55;
  color:#222;
}

.news-paper--D .news-quote{
  margin-top:24px;
  padding:18px 18px;
  border-radius:16px;
  background:rgba(0,0,0,.03);
  border:1px dashed #ddd;
}
.news-paper--D .news-quote-txt{
  margin:0;
  font-size:20px;
  line-height:1.6;
  font-weight:900;
  color:#111;
}

@media (max-width:768px){
  .news-paper--D{padding:18px;margin:18px auto;border-radius:14px;}
  .news-paper--D .news-title{font-size:22px;}
  .news-paper--D .news-body p{font-size:15px;}
  .news-paper--D .kv-grid{grid-template-columns:1fr;}
}

/* =========================
   Template E
========================= */
.news-paper--E{
  max-width:920px;
  margin:40px auto;
  padding:46px 54px;
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  box-shadow:0 14px 32px rgba(0,0,0,.08);
  font-family:Pretendard,"Noto Sans KR",sans-serif;
}

.news-paper--E .news-top{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  color:#666;
  border-bottom:1px solid #eee;
  padding-bottom:10px;
  margin-bottom:18px;
}

.news-paper--E .news-title{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.25;
  font-weight:900;
  color:#111;
}

.news-paper--E .news-lead{
  margin:0 0 20px;
  padding:12px 14px;
  border-left:4px solid #B62E46;
  background:rgba(182,46,70,.06);
  border-radius:6px;
  font-size:17px;
  line-height:1.75;
  font-weight:700;
  color:#222;
}

.news-paper--E .news-qa{
  display:grid;
  gap:12px;
  margin:18px 0 22px;
}

.news-paper--E .qa-item{
  border:1px solid #eee;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}

.news-paper--E .q{
  padding:14px 16px;
  background:#B62E46;
  color:#fff;
  font-weight:900;
  font-size:15px;
  line-height:1.5;
}

.news-paper--E .a{
  padding:14px 16px;
  background:#fafafa;
  color:#222;
  font-size:16px;
  line-height:1.8;
  font-weight:600;
}

.news-paper--E .news-body p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.95;
  color:#222;
}

.news-paper--E .hl{
  background:linear-gradient(transparent 62%, #ffd79a 62%);
  font-weight:800;
}

@media (max-width:768px){
  .news-paper--E{padding:18px;margin:18px auto;}
  .news-paper--E .news-title{font-size:22px;}
  .news-paper--E .news-body p{font-size:15px;}
  .news-paper--E .a{font-size:15px;}
}
/* =========================
   Template F
========================= */
.news-paper--F{
  max-width:920px;
  margin:40px auto;
  padding: 40px;
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  box-shadow:0 14px 32px rgba(0,0,0,.08);
  font-family:Pretendard,"Noto Sans KR",sans-serif;
}

.news-paper--F .news-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:8px;
  background:rgba(0,0,0,.03);
  color:#666;
  font-size:13px;
  margin-bottom:18px;
}

.news-paper--F .news-title{
  margin:30px 0;
  font-size:34px;
  line-height:1.25;
  font-weight:900;
  color:#111;
}

.news-paper--F .news-lead{
  margin:0 0 20px;
  font-size:17px;
  line-height:1.75;
  font-weight:700;
  color:#222;
}

.news-paper--F .news-body p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.95;
  color:#222;
}

.news-paper--F .hl{
  background:linear-gradient(transparent 62%, #ffd79a 62%);
  font-weight:800;
}

.news-paper--F .news-assets{
  margin-top:26px;
  padding:18px;
  border-radius:16px;
  border:1px solid #eee;
  background:linear-gradient(135deg, rgba(182,46,70,.06), rgba(0,0,0,0));
}

.news-paper--F .assets-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:10px;
  margin-bottom:12px;
}

.news-paper--F .assets-title{
  font-weight:900;
  font-size:14px;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#B62E46;
}

.news-paper--F .assets-sub{
  font-size:12px;
  color:#777;
  font-weight:700;
}

.news-paper--F .assets-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.news-paper--F .asset-item a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid #eee;
  text-decoration:none;
  color:#111;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}

.news-paper--F .asset-item a:hover{
  border-color:rgba(182,46,70,.35);
  transform:translateY(-1px);
}

.news-paper--F .asset-ico{
  width:34px; height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#B62E46;
  color:#fff;
  font-weight:900;
  flex:0 0 34px;
}

.news-paper--F .asset-text b{
  display:block;
  font-size:14px;
  font-weight:900;
  margin-bottom:2px;
}

.news-paper--F .asset-text em{
  display:block;
  font-size:12px;
  color:#777;
  font-style:normal;
  font-weight:700;
}

@media (max-width:768px){
  .news-paper--F{padding:18px;margin:18px auto;}
  .news-paper--F .news-title{font-size:22px;}
  .news-paper--F .news-body p{font-size:15px;}
}



/* =========================
   Template G (Press Release)
========================= */
.news-paper--G{
  max-width:920px;
  margin:40px auto;
  padding:46px 54px;
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  box-shadow:0 14px 32px rgba(0,0,0,.08);
  font-family:Pretendard,"Noto Sans KR",sans-serif;
  position:relative;
  overflow:hidden;
}

.news-paper--G:before{
  content:"";
  position:absolute;
  top:-110px; left:-110px;
  width:220px; height:220px;
  border-radius:50%;
  background:rgba(182,46,70,.10);
}

.news-paper--G .news-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(0,0,0,.03);
  color:#666;
  font-size:13px;
  margin-bottom:16px;
}

.news-paper--G .news-pr-head{
  margin-bottom:18px;
}

.news-paper--G .pr-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#B62E46;
  color:#fff;
  font-weight:900;
  font-size:12px;
  letter-spacing:.6px;
  margin-bottom:10px;
}

.news-paper--G .news-title{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.25;
  font-weight:900;
  color:#111;
}

.news-paper--G .news-lead{
  margin:0;
  padding:12px 14px;
  border-left:4px solid #B62E46;
  background:rgba(182,46,70,.06);
  border-radius:12px;
  font-size:17px;
  line-height:1.75;
  font-weight:700;
  color:#222;
}

.news-paper--G .news-info{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
  margin:18px 0 24px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(182,46,70,.18);
  background:linear-gradient(135deg, rgba(182,46,70,.08), rgba(255,255,255,1));
}

.news-paper--G .info-item{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:12px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid #eee;
}

.news-paper--G .info-item .k{
  font-weight:900;
  font-size:12px;
  color:#B62E46;
  letter-spacing:.3px;
  text-transform:uppercase;
}

.news-paper--G .info-item .v{
  font-weight:800;
  font-size:13px;
  color:#222;
  text-align:right;
}

.news-paper--G .news-section{
  margin:0 0 18px;
}

.news-paper--G .sec-title{
  margin:0 0 10px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#111;
}

.news-paper--G .sec-title:after{
  content:"";
  display:block;
  height:2px;
  width:42px;
  margin-top:8px;
  background:#B62E46;
  border-radius:999px;
}

.news-paper--G .news-body p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.95;
  color:#222;
}

.news-paper--G .hl{
  background:linear-gradient(transparent 62%, #ffd79a 62%);
  font-weight:800;
}

.news-paper--G .news-quote{
  margin-top:22px;
  padding:18px;
  border-radius:16px;
  background:rgba(0,0,0,.03);
  border:1px dashed #ddd;
}

.news-paper--G .news-quote-txt{
  margin:0;
  font-size:20px;
  line-height:1.6;
  font-weight:900;
  color:#111;
}

@media (max-width:768px){
  .news-paper--G{padding:18px;margin:18px auto;}
  .news-paper--G .news-title{font-size:22px;}
  .news-paper--G .news-info{grid-template-columns:1fr;}
  .news-paper--G .news-body p{font-size:15px;}
}



.tpl_toolbar{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  padding:10px 12px;
  border:1px solid #e7e7e7;
  border-radius:12px;
  background:#fafafa;
  margin-bottom:10px;
}

.tpl_group{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.tpl_label{
  font-size:12px;
  color:#666;
  font-weight:700;
  margin-right:4px;
}

.tpl_radio{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding: 0px 10px;
  border:1px solid #ddd;
  border-radius: 10px;
  background:#fff;
  cursor:pointer;
  font-size:12px;
  font-weight:700;
  color:#333;
}
.tpl_radio input{ margin:0; }

.tpl_actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.btn_tpl.danger{
  background:#fff;
  border:1px solid rgba(182,46,70,.45);
  color:#B62E46;
  font-weight:800;
}
.btn_tpl.danger:hover{
  background:rgba(182,46,70,.08);
}