:root{ --accent:#0ea5e9; --line:#e5e7eb; --ink:#111827; --muted:#6b7280; --bg:#fff; }
*{box-sizing:border-box}
body{margin:0;background:var(--bg);font-family:'Noto Sans KR',sans-serif;color:var(--ink)}
.wrap{margin:0 auto;padding:10px 10px 0px 10px;}
.wrap2{margin:0 auto;padding:0px 10px}
.tab-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    border:1px solid var(--line);
    border-radius:8px;
    overflow:hidden;
    font-weight:700;
    font-size:15px;
    text-align:center;
}

.tab-top a{
    padding:10px 0;
    text-decoration:none;
    color:var(--muted);
    background:#fff;
    transition:all .2s ease;
}

/* ¼¼·Î °¡¿îµ¥ ±¸ºÐ¼± */
.tab-top a:nth-child(odd){
    border-right:1px solid var(--line);
}

/* °¡·Î °¡¿îµ¥ ±¸ºÐ¼± */
.tab-top a:nth-child(-n+2){
    border-bottom:1px solid var(--line);
}

.tab-top a.active{
    background:var(--accent);
    color:#fff;
}

/* 2Â÷ ¸Þ´º: È­¸é¿¡ µû¶ó 2ÁÙ
.subnav{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;border-bottom:1px solid var(--line);margin-top:10px;padding-bottom:8px;font-size:15px;font-weight:600;color:#555}
.subnav a{flex:1 1 calc(30.13% - 2px);text-align:center;text-decoration:none;color:#555;position:relative;padding:3px 1px}
.subnav a.active{color:var(--accent)}
.subnav a.active::after{content:'';position:absolute;bottom:-6px;left:0;width:100%;height:2px;background:var(--accent);border-radius:2px}
 */

.subnav{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:0;
    margin-top:10px;
    padding:0;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    font-size:15px;
    font-weight:500;
}

.subnav a{
    display:flex;
    align-items:center;
    justify-content:center;

    min-height:42px;
    padding:8px 4px;

    text-align:center;
    text-decoration:none;
    color:#666;
    background:#fff;

    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;

    box-sizing:border-box;
    line-height:1.3;
}

/* ¼±ÅÃµÈ ¸Þ´º */
.subnav a.active{
    color:var(--accent);
    font-weight:700;
	color:#fff;
    background:var(--accent);
}


.subnav a.active::after{
    display:none;
}

/*
.subnav::after{
    content:'';
    min-height:58px;
    background:#fff;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    box-sizing:border-box;
} */
/* È­Á¦ÀÇ ¸í»ç: ¸ð¹ÙÀÏ ±âº» 3°³, ³ÐÀ»¼ö·Ï È®Àå */
.people-sec{margin-top:10px}
.people-sec h2{margin:0 0 10px;font-size:18px;text-align:left;padding-top:10px;font-weight:500;color:#000 !important; display:block;}
.people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width:400px){ .people-grid{grid-template-columns:repeat(2,1fr)} }
@media (min-width:600px){ .people-grid{grid-template-columns:repeat(3,1fr)} }
.pcard{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.pcard .thumb{aspect-ratio:1/1;object-fit:cover;width:100%;display:block}
.pcard .body{padding:10px}
.pcard .name{font-weight:600;margin:0 0 4px;font-size:15px;color:#000;}
.pcard .name a{color:#000;text-decoration:none}
.pcard .org{color:#6b7280;font-size:13px;margin:0 0 4px}
.pcard .tag{color:#ef4444;font-size:12px;font-weight:700;margin:0}

.company-header, .stars-header{
display:grid;grid-template-columns:1fr max-content;column-gap:12px;align-items:center;margin-bottom:10px
}
.company-header h2, .stars-header h2{margin:0;min-width:0;font-size:18px;font-weight:500;color:#000 !important; display:block;}
.company-header form, .stars-header form{display:flex;gap:6px;align-items:center;justify-self:end;flex-wrap:nowrap}
.company-header input, .stars-header input{padding:6px 8px;border:1px solid #ccc;border-radius:6px;font-size:14px;width:clamp(160px,30vw,260px)}
.company-header button, .stars-header button{background:#0ea5e9;color:#fff;border:0;border-radius:6px;padding:6px 10px;font-weight:700;cursor:pointer}
/* ¾ÆÁÖ Á¼Àº È­¸é¿¡¼­¸¸ ¾Æ·¡·Î ¶³¾îÁöµµ·Ï */
@media (max-width:300px){
.company-header, .stars-header{grid-template-columns:1fr;row-gap:8px}
.company-header form, .stars-header form{justify-self:stretch}
.company-header input, .stars-header input{width:100%}
}


/* °ü½É ±â¾÷: 3¿­ °íÁ¤ + ÀÌ¹ÌÁö Å×µÎ¸® */
.company-sec{margin-top:30px}
.company-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;justify-content:center;align-items:start;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;text-align:center}
@media(max-width:600px){ .company-list{grid-template-columns:repeat(3,1fr)} }
.company-item img{width:100%;height:auto;display:block;margin:0 auto 6px;border:1px solid #d1d5db;border-radius:6px}
.company-item span{display:block;font-weight:700;font-size:14px;margin-top:4px;color:#0ea5e9}


/* °ü½É ¸í»ç: ÀÚµ¿ ÁÙ¹Ù²Þ + °Ë»ö */
.stars-sec{margin-top:30px}
.stars-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:#f3f6fa;border:1px solid var(--line);border-radius:8px;padding:16px 3px;}
@media(max-width:400px){ .stars-list{grid-template-columns:repeat(2,1fr)} }
.star-item{text-align:center}
.star-item .avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 2px;border:2px solid #e5e7eb}
.star-item .nm{font-weight:800;margin:0 0 6px}
.star-item .org{font-size:13px;color:#6b7280;margin:0 0 4px}
.star-item .tag{font-size:12px;color:#ef4444;margin:0}



.container {
  font-family:'³ª´®°íµñ' !important;
  width: 100%;
  margin: auto;
}

.tabs {
  display: flex;
  margin: 0px 0px 10px 0px;
}

.tab {
  flex: 1;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background: #0066aa;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
}
.tab:last-child {
  border-right: none;
}
.tab.active {
  background: #aedff9;
}
.tab.yellow {
  background: #aedff9;
  color: #000;
}



.view-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  text-align: center;
  width:100%;
  

}
.view-toggle a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin: 10px 20px;
}
.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: 0px 4px;
  background: #eff4f9;
}


.filter-box {
  border: 1px solid #c9daeb;
  padding: 10px 0px 10px 10px;
  margin-bottom: 20px;
  background: #eff4f9;
}
.filter-row {
  margin-bottom: 10px;
  font-size: 12px;
}
.filter-row label {

  margin-right: 0px;
  font-size: 12px;

}
.filter-row select, 
.filter-row input {
  margin-right: 4px;
  padding: 5px;
  font-size: 12px;
  border:1px solid #c3c3c3;
  background:#fff;
}

.filter-row .half  {
  width:160px;
}


.filter-row button {
  padding: 6px 8px;
  border: none;
  background: #003366;
  color: #fff;
  border-radius: 4px 4px;
  cursor: pointer;
   font-size: 12px;
}

.filter-row .button_s  {
  padding: 6px 8px;
  border: none;
  background: #fe4d01;
  color: #fff;
  border-radius: 4px 4px;
  cursor: pointer;
  font-size: 12px;
}

.s_title1 {font-size: 12px;
    color: #000;
    font-weight: bold;
}




	.area-toggle-btn{
  padding: 3px 4px;
  border: none;
  background: #0b5fa5;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  margin-right: 8px;
}

.area-toggle-btn.is-pyeong{
  background:#593774;
}


.area-input{
  width:50px;
  padding:5px;
  font-size:13px;
  border:1px solid #c3c3c3;
}


.filter-row .button_s2  {
  padding: 6px 12px;
  border: none;
  background: #2dbbff;
  color: #fff;
  border-radius: 4px 4px;
  cursor: pointer;
}

.filter-row .button_s2_view  {
  padding: 6px 12px;
  border: none;
  background: #0472d3;
  color: #fff;
  border-radius: 8px 8px;
  cursor: pointer;
  font-size: 23px;
}




.view-toggle2 {
    display: flex;
    width: 100%;
    margin: 0px 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.view-toggle2 a {
    display: flex;
    flex: 1 1 33.333%;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-width: 0;
    margin: 0;
    padding: 12px 5px;



    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;

    box-sizing: border-box;
}

.view-toggle2 a:last-child {
    border-right: 0;
}

.view-toggle2 a.active {
    color: #0066aa;
}

.view-toggle2 img {
    display: block;
    width: auto;
    height: 38px;
    max-width: 45px;
    object-fit: contain;
}


/* ¸ð¹ÙÀÏ */
@media screen and (max-width: 600px) {

    .view-toggle2 {
        margin: 0px 0;
    }

    .view-toggle2 a {
        flex-direction: column;
        gap: 5px;

        padding: 0px 2px 12px 2px;

        font-size: 12px;
        white-space: nowrap;
    }

    .view-toggle2 img {
        height: 32px;
        max-width: 38px;
    }
}


/* ¾ÆÁÖ ÀÛÀº ¸ð¹ÙÀÏ */
@media screen and (max-width: 360px) {

    .view-toggle2 a {
        font-size: 11px;
    }

    .view-toggle2 img {
        height: 28px;
        max-width: 34px;
    }
}