main {
	padding-top: 50px; 
}
/* Layout */
article {
  display: flex;
  flex-direction: column;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px;
}

article .arti-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  border-bottom: solid 1px var(--gray-dark);
}

article .arti-header .category {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-top: 28px;
  margin-bottom: 8px;
}

article .arti-header h1.headline {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  min-height: 36px;
}

article .arti-header div {
  display: flex;
  flex-direction: column;
  padding-top: 28px;
}

article .arti-header div p {
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
article .sub_tit {
    position: relative;
    line-height: 28px;
    border-left: 3px solid #bc0943;
    font-weight: 500;
    color: #333333;
    height: 100%;
    padding-bottom: 0;
    padding: 0 0px;
    padding-left: 12px;
    margin: 24px 0px;
}
.article-img {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.article-img .imgwrap {
   width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.article-img img {
  width: 100%;
  height: auto;
  display: block;
}

.article-img figcaption {
  font-size: 13px;
  color: var(--gray-dark);
  margin-top: 4px;
  text-align: left;
  width: 100%;
}

.article-img figcaption.article_view_cap {
  font-size: 13px;
  color: var(--gray-dark);
  margin-top: 4px;
  text-align: left;
  width: 100%;
}
.article-img figcaption.article_view_mid {
  font-size: 13px;
  color: var(--gray-dark);
  margin-top: 4px;
  text-align: center;
  width: 100%;
}
/* ±¤°í ÀÚ¸® È®º¸ (CLS) */
article .ad-placeholder {
  min-width: 350px;
  min-height: 250px;
  background-color: var(--ad-bg-color);
  border: 1px dashed var(--light-gray);
  margin: 2rem 0;
}

/* ------------------------------
   °ü·Ã±â»ç
------------------------------ */
.related-articles {
  margin-top: 40px;
  padding: 0px 20px;
  border-top: 1px solid var(--soft-gray);
}

.cc_title {
  color: var(--black);
    font-size: 21px;
    font-weight: 900;
    padding: 18px 0px;
}

.related-articles ul {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.related-articles li {
  display: flex;
  padding: 0px 0;
}

.related-link {
  display: flex;	
  align-items: center;
  text-decoration: none;
  color: inherit;  
  gap: 8px;
}

.related-link .rl_ranking {
  font-size: 20px;
}

.ed_content {
  flex: 1;
}

.ed_txt {
  display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	overflow: hidden;	
}

/* ================================
  ÇªÅÍ ¿µ¿ª ¸¹ÀÌ º» ±â»ç ºí·Ï
================================ */
.hranking {
  width: 100%;
  margin-top: 40px;
  padding: 0;
  box-sizing: border-box;
  border-top: 3px solid var(--black); /* was --ranking-border */
}

.ra_head {
  color: var(--black); /* was --ranking-text */
  font-size: 21px;
  font-weight: 900;
  padding: 18px 20px; /* was var(--ranking-padding) */
  border-bottom: 1px solid var(--light-gray); /* was --ranking-border-sub */
}

.ranking_list {
  padding-top: 1px;
  margin-bottom: 35px;
}

.ranking_list .rl_item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 0 20px; 
  border-bottom: 1px solid var(--soft-gray); 
}

.ranking_list .rl_link_end {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.ranking_list .rl_ranking {
  flex-shrink: 0;
  width: 26px;
  font-size: 42px; 
  color: var(--black); 
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-style: normal;
}

.ranking_list .rl_content {
  margin-left: 16px;
  flex-grow: 1;
  line-height: normal;
}

.ranking_list .rl_txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 19px;
  font-weight: 400;
  color: var(--black);
  line-height: 1.4;
}

/* »ö»ó °­Á¶ ¾àÇÑ ¼øÀ§ */
.ranking_list .four,
.ranking_list .five {
  color: var(--gray);
}

.ad-placeholder {
  display: block;
  width: 100%;
  margin: 16px 0;
}
 .adsbygoogle {
    display: block;
  }