.right_newccaa { 
	float:left; width:220px;font-size:16px;
	line-height:150%;font-weight: 400;
	position:relative;
}
 .audtkd {
	top:55px;
	left:0px;
	position:absolute;
}

.sidebar {
  width: 305px;
  background: #fff;
  padding: 0 20px 0px 20px;

  font-family: "³ª´®°íµñ", sans-serif;
}

.premium-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0px 20px 30px 20px;
  margin-bottom: 0px;
  text-align: center;
}

.premium-box h3 {
  font-size: 16px;
  font-weight: bold;

  line-height: 1.4;
}

.premium-box h4 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.premium-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.btn-wrap .btn {
  display: inline-block;
  background: #003366;
  color: #fff;
  padding: 8px 12px;
  margin: 5px;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-wrap .btn:hover {
  background: #0055aa;
}

.search-box {
  background: #eff4f9;
  border: 1px solid #c9daeb;
  padding: 5px 15px;
}

.search-box label {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}

.search-input {
  display: flex;
  margin-top: 10px;
}

.search-input input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}

.search-input button {
  padding: 8px 12px;
  border: none;
  background: #003366;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.search-input button:hover {
  background: #0055aa;
}

	
.mid-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 0px;
    }

    .property-item, .company-list {
      border: 1px solid #ddd;
      background: #fff;
      padding: 20px 20px 0px 20px;
      margin-bottom: 10px;
    }
    .company-list {
      display: flex;
      justify-content: space-around;
      align-items: center;
    }
    .company-list div {
      text-align: center;
	  width:150px;
	  height:160px;
	  overflow-wrap: break-word;
	  vertical-align: middle;
    }



    .company-list img {
      width: 140px;          /* °íÁ¤ °¡·Î */
	  height: 100px;
	  border:1px solid #ccc;

    }

	.house_intro {overflow:hidden;height:65px;background:#ffffff;line-height:22px;font-size:15px;}






















.container {
  font-family:'³ª´®°íµñ' !important;
  width: 800px;
  margin: auto;
}

.tabs {
  display: flex;
  margin-bottom: 10px;
}

.tab {
  flex: 1;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  background: #0066aa;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 18px;
  cursor: pointer;
}
.tab:last-child {
  border-right: none;
}
.tab.active {
  background: #aedff9;
}
.tab.yellow {
  background: #aedff9;
  color: #000;
}

.view-toggle {

  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  

}
.view-toggle a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin: 10px 80px;
}
.view-toggle a.active {
  color: #0066aa;
}

.view-toggle img {
	
  display: inline-block;
  line-height: 250px; /* ºÎ¸ð ³ôÀÌ¿Í µ¿ÀÏ */
  vertical-align: middle;

}




.filter-box0 {
  border: 1px solid #c9daeb;
  padding: 5px 4px;

  background: #eff4f9;
}


.filter-box {
  border: 1px solid #c9daeb;
  padding: 10px;
  margin-bottom: 20px;
  background: #eff4f9;
}
.filter-row {
  margin-bottom: 10px;
}
.filter-row label {

  margin-right: 7px;
  font-size: 14px;

}
.filter-row select, 
.filter-row input {
  margin-right: 8px;
  padding: 5px;
  font-size: 13px;
  border:1px solid #c3c3c3;
}

.filter-row button {
  padding: 6px 12px;
  border: none;
  background: #003366;
  color: #fff;
  border-radius: 4px 4px;
  cursor: pointer;
}

.filter-row .button_s  {
  padding: 6px 12px;
  border: none;
  background: #fe4d01;
  color: #fff;
  border-radius: 4px 4px;
  cursor: pointer;
}

.s_title1 {font-size: 17px;
    color: #000;
    font-weight: bold;}

.list-item {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px;
  font-family:'³ª´®°íµñ','³ª´®°íµñ','Noto Sans KR', 'Dotum', 'Gulim', 'Arial', sans-serif;
}
.person-photo, .building-photo {
  width: 100px;
  height: 100px;
  background: #eee;
  text-align: center;

  font-size: 12px;
  color: #555;
  margin-right: 20px;
}
.info {
  flex: 1;
  margin-left: 40px;
  font-size: 16px;
  line-height:50%;

}
.info .blue {
  color: #0066cc;
  font-weight: bold;
}
.stats {
  margin-right: 60px;
  text-align: center;
  font-size: 15px;
  color: #555;

	width:150px;

}




.stats2 {

  text-align: center;
  font-size: 15px;
  color: #000;
}

.tt1 a{
	font-size: 17px;
    color: #000;
    font-weight: bold;
	 line-height:150%;
	 font-family:'³ª´®°íµñ','³ª´®°íµñ','Noto Sans KR', 'Dotum', 'Gulim', 'Arial', sans-serif;

  }

  .tt1 img {
  vertical-align: middle;
}

.tt2 a{
	font-size: 15px;
    color: #0055aa;
    font-weight: bold;
  }

  .tt3 a{
	font-size: 15px;
    color: #000;
  
  }

.bu_up2 a{color: #0066aa;}
.bu_up1 {color: #000;}


 .news-box {
      width: 300px;
	
 
      background: #fff;
    }
    .news-box h3 {
      font-size: 15px;
      margin-bottom: 10px;
    }
    .news-box .main-banner img {
      width: 100%;
	  height:200px;
      border-radius: 4px;
	  cursor : pointer;
    }
    .main-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 8px 0 25px 0;
    }
    .main-title .title {
      font-size: 15px;
      line-height: 1.4em;
      flex: 1;
      margin-right: 8px;
	  cursor : pointer;
    }
    .main-title .db-btn {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #e6f0fa;
      color: #0066cc;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
      flex-shrink: 0;
	  cursor : pointer;
    }
    .news-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
	  cursor : pointer;
    }
    .news-item img {
      width: 60px;
      height: 60px;
      border-radius: 4px;
      object-fit: cover;
      margin-right: 10px;
	  cursor : pointer;
    }
    .news-item .title {
      flex: 1;
      font-size: 13px;
      line-height: 1.3em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
	  cursor : pointer;
    }
    .news-item .db-btn {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #e6f0fa;
      color: #0066cc;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      font-weight: bold;
      margin-left: 5px;
      cursor: pointer;
      flex-shrink: 0;
	  cursor : pointer;
    }




	
.efactimg3bx_bu{
width:300px;
height:375px;
margin:0px 0px 50px 0px;
float:left;

}

.efactimg3bx_bu a{
	font-size:20px; 
	line-height:120%; 
/*	color:#000; */
	font-weight:400; 
	margin:0px 0px 20px 0px;
	display:block;
}

.efactimg3bx_bu img{
	margin-bottom:20px;
}

.unboximg{
	cursor:pointer; 
	width:135px; 
	height:105px;
	float:left;
	overflow:hidden; 
	background-repeat: no-repeat; 
	background-position:top;
	background-size:cover;
	background-position:center;
	margin-right:10px;
}

.efactimg3bx_bu font{
font-size:15px; font-weight:400;	
}




















.journalistwrapaa{
	width:auto;

	height:270px;
	background-color:#eff4f9;
}


.journalistaa{
	
	width:1200px; 
	margin:0 auto; 
	padding:10px 0px;

		
}

.journalist1aa{
	cursor:pointer; 
	width:160px;
	height:220px;
	padding-top:0px; 
	float:left; 
	line-height:150%;
	margin-left:38px; /*»çÁø ¿ÞÂÊ ÆÐµù */
	
}

.journalistimgaa{
	cursor:pointer; 
	width:150px; /*»çÁø °¡·Î°ª*/
	height:150px;
	border-radius:100px;
	overflow:hidden; 
	background-repeat: no-repeat; 
	background-position:center;
	background-size:cover;
	
	margin-right:20px; 
	margin-bottom:10px;
	
}

.journalist1aa a{
	font-size:15px; 	
	display:block;
	text-align:center;
	color:#272727; 
	font-size:15px; 
}


.journalist1aa font{	
	
	font-size:15px; 
	color:#000; 
	display:block;	
	text-align:center;
	font-weight: bold;
}


/*Àü¹®°¡ ÇÊÁø */






























 :root{
      --bg:#ffffff;
      --text:#0f172a;
      --muted:#6b7280;
      --card:#ffffff;
      --line:#e5e7eb;
      --head:#5b9bd5;
      --head-text:#ffffff;
      --row-alt:#eef3f8;
      --bar:#dbe2ea;
      --tile:#8bc34a;
      --tile-dark:#6aa436;
      --anim:.45s;
      --ease:cubic-bezier(.2,.7,.2,1);
      --focus:#2563eb;
    }

  
    .wrapbu{max-width:1200px;margin:40px auto;padding:0 0px}
    h1{font-size:25px;margin:0 0 14px}

    .top{display:flex;align-items:center;gap:12px}
    .top .spacer{flex:1}
    .search{display:flex;gap:8px;align-items:center;padding:6px 8px;border:1px solid var(--line);border-radius:10px;background:#fafafa;box-shadow:inset 0 1px 2px rgba(0,0,0,0.06)}
    .search input{border:none;outline:none;background:transparent;width:200px;font-size:14px;padding:6px 4px}
    .search button{ padding: 8px 12px;
  border: none;
  background: #003366;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;}
    .search button:hover{background: #0055aa;}
    .search button:active{transform:scale(.97)}

    .unit{color:var(--muted);text-align:right;margin:30px 2px 16px;color:#000;}

    .card{background:var(--card);border:1px solid var(--line);border-radius:14px;overflow:hidden}

	.bu3 {width:100%;border-collapse:separate;border-spacing:0}
	.bu3  thead th{background:var(--head);color:var(--head-text);font-weight:600;text-align:center;padding:12px 8px;border-bottom:1px solid var(--line)}
	.bu3  tbody td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:center}
	.bu3  tbody tr:nth-child(odd) td{background:#fff;cursor:pointer}

	.bu3  tbody tr:hover td{background:#eff4f9;cursor:pointer}

	.row-alt td{background:var(--row-alt)}

    .logo-cell{display:flex;align-items:center;gap:10px;justify-content:center}
	.logo-cell img{width:120px; height:70px;}
    .logo{font-weight:600;letter-spacing:.5px;padding:4px 8px;border-radius:6px;background:#e7eef7;color:#264c7d}
    .lgmark{background:#ffe0e6;color:#9a1036}

    .group-btn{background:none;border:none;padding:0;font:inherit;color:var(--text);font-weight:800;cursor:pointer}
    .group-btn:hover{text-decoration:underline;cursor:pointer}
    .group-btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:4px;cursor:pointer}

    .bar{background:var(--bar);color:#334155;text-align:center;padding:10px 8px;font-weight:700}
    .bar small{color:#ef4444}
.center {text-align:center;}

    .aff{padding:10px 14px 16px;background:#f8fafc;border-top:1px solid var(--line)}

    .tiles{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;padding:20px;justify-content:center;}
	.tiles:hover{cursor:pointer}

    .tile{background:linear-gradient(180deg,var(--tile),var(--tile-dark));color:#fff;border-radius:10px;padding:20px 8px;text-align:center;font-weight:400;box-shadow:0 3px 1px rgba(88,139,58,.25);
    text-overflow: ellipsis;word-break: break-word;}

    .tile:hover{background:linear-gradient(180deg,var(--focus),var(--focus));color:#fff;border-radius:10px;padding:20px 8px;text-align:center;font-weight:400;box-shadow:0 3px 1px rgba(88,139,58,.25);
    text-overflow: ellipsis;word-break: break-word;}



    .collapsible{overflow:hidden;max-height:0;opacity:0;transition:max-height var(--anim) var(--ease), opacity var(--anim) var(--ease);background:#f8fafc;}
    .collapsible.open{opacity:1}
    [hidden]{display:none !important}



#lineChart{height:800px}
.footnote{color:var(--muted); margin-top:10px; font-size:12px}



	  .container2 {
      width: 850px;
      margin: 0px auto;
      background: #fff;
      border-radius: 7px;
      display: flex;
      overflow: hidden;
	  font-family:'³ª´®°íµñ';
    }
    .sidebar2 {
      flex: 0 0 200px;
      background: #fff;
      border-right: 1px solid #eee;
      text-align: center;
      padding: 10px 20px 20px 20px;
    }
    .sidebar2 img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    }
    .content22 {
      flex: 1;
      padding: 10px 20px;
	   font-family:'³ª´®°íµñ';
    }
	
	
	.container2 header h1 {
      margin: 0;
      font-size: 1.5em;
      color: #2c3e50;
	   font-family:'³ª´®°íµñ';
    }


	  .container2 header h1 img {
  vertical-align: middle;
}

    .container2 header p {
      margin: 5px 0 10px;
      font-size: 1.05em;
      color: #007bb7;

    }


	.h2_class1 {
      font-size: 1.1em;
      color: #4e73df;
      margin-top: 30px;
      border-bottom: 2px solid #4e73df;
      display: inline-block;
      padding-bottom: 4px;
	   font-family:'³ª´®°íµñ';
    }


    .highlight {
      background: #f9fbff;
      border-left: 4px solid #4e73df;
      padding: 15px 20px;
      border-radius: 6px;
      margin-top: 30px;
    }






	
.tabbar {
  display: flex;
  gap: .25rem;
  background: var(--bg);
  border-radius: 9999px;     /* pill ½ºÅ¸ÀÏ */
  padding: .0rem;
  width: 800px;
   background:#f9fafb;
}

.tabca {
  flex: 1;
  appearance: none;
  border: none;
  background: transparent;
  padding: .6rem 1.4rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  color: #5b5b5b;
  cursor: pointer;
  transition: all .2s ease;
 
}

.tabca:hover {
   color: #5b5b5b;
  background: rgba(0,0,0,0.04);
}

.tabca.is-active,
.tabca[aria-selected="true"] {
  background: #f59e0b;
  color: white;
  box-shadow: 0 2px 6px rgba(245, 158, 11, 0.4);
}


.info-box1 {
  display: flex;


}

.info-box1 section {
  width: 130px;   /* °íÁ¤ ³ÐÀÌ */
  flex-shrink: 0; /* È­¸é ÁÙ¾îµé¾îµµ width À¯Áö */
}

.info-box1 section {
  margin-right: 20%;  /* ¼½¼Ç »çÀÌ °£°ÝÀ» È­¸é ³ÊºñÀÇ 5% */
}

.info-box1 section:last-child {
  margin-right: 0;   /* ¸¶Áö¸·Àº °£°Ý ¾øÀ½ */
}



.info-box2 {
  display: flex;

}

.info-box2 section {
  width: 120px;   /* °íÁ¤ ³ÐÀÌ */
  flex-shrink: 0; /* È­¸é ÁÙ¾îµé¾îµµ width À¯Áö */
}

.info-box2 section {
  margin-right: 10%;  /* ¼½¼Ç »çÀÌ °£°ÝÀ» È­¸é ³ÊºñÀÇ 5% */
}

.info-box2 section:last-child {
  margin-right: 0;   /* ¸¶Áö¸·Àº °£°Ý ¾øÀ½ */
}


