
/* 똑순이 지역허브 커스텀 CSS */
.ddoksun-logo a{display:flex;align-items:center;gap:10px;text-decoration:none!important;}
.ddoksun-logo-main{font-weight:800;font-size:24px;letter-spacing:-0.04em;color:#222;}
.ddoksun-logo-sub{font-size:14px;font-weight:700;color:#1a73e8;border-left:1px solid #ddd;padding-left:10px;}
.ddoksun-gnb>ul>li>a{font-weight:700;letter-spacing:-0.03em;}
.ddoksun-footer{background:#15171a!important;color:#e9ecef!important;border-bottom:0!important;margin-top:60px;}
.ddoksun-footer a{color:#cfd6dd!important;text-decoration:none!important;}
.ddoksun-footer a:hover{color:#fff!important;text-decoration:underline!important;}
.ddoksun-footer-inner{max-width:1180px;margin:0 auto;padding:42px 24px;display:grid;grid-template-columns:1.1fr 2fr;gap:40px;box-sizing:border-box;}
.ddoksun-footer-brand strong{display:block;font-size:28px;line-height:1.2;margin-bottom:12px;color:#fff;letter-spacing:-0.05em;}
.ddoksun-footer-brand p{font-size:14px;line-height:1.7;color:#aeb6bf;margin:0;}
.ddoksun-footer-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}
.ddoksun-footer-map strong{display:block;color:#fff;font-size:16px;margin-bottom:14px;letter-spacing:-0.03em;}
.ddoksun-footer-map a{display:block;font-size:14px;line-height:2;color:#cfd6dd;}
.ddoksun-copy{border-top:1px solid rgba(255,255,255,.08);max-width:1180px;margin:0 auto;padding:18px 24px 26px;color:#87919c;font-size:13px;box-sizing:border-box;}
@media(max-width:768px){.ddoksun-footer-inner{grid-template-columns:1fr;gap:26px;padding:32px 20px}.ddoksun-footer-map{grid-template-columns:1fr}.ddoksun-logo-sub{display:none}.ddoksun-logo-main{font-size:21px}}


/* ddoksun v4 clean feed */
.ddoksun-logo-main{
  font-weight:800;
  letter-spacing:-0.04em;
  font-size:24px;
  color:#222;
}
.ddoksun-logo-sub{display:none!important;}
.ddoksun-clean-gnb > ul > li > a{
  font-weight:600;
  letter-spacing:-0.03em;
}
.ddoksun-feed-hero{
  max-width:1080px;
  margin:40px auto 24px;
  padding:42px 24px 34px;
  border-radius:24px;
  background:linear-gradient(135deg,#f7f9fc,#ffffff);
  border:1px solid #edf0f5;
  text-align:center;
  box-shadow:0 12px 34px rgba(0,0,0,.04);
}
.ddoksun-feed-hero h2{
  font-size:42px;
  line-height:1.2;
  margin:0 0 14px;
  letter-spacing:-0.06em;
  color:#111;
  font-weight:900;
}
.ddoksun-feed-hero p{
  margin:0 auto;
  max-width:680px;
  font-size:17px;
  color:#555;
  line-height:1.7;
  letter-spacing:-0.03em;
}
.ddoksun-feed-actions{
  margin-top:24px;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.ddoksun-feed-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:130px;
  padding:12px 18px;
  border-radius:999px;
  background:#111;
  color:#fff!important;
  font-weight:700;
  text-decoration:none!important;
}
.ddoksun-feed-btn-outline{
  background:#fff;
  color:#111!important;
  border:1px solid #ddd;
}
.ddoksun-clean-footer{
  background:#171717;
  color:#fff;
  margin-top:60px;
}
.ddoksun-clean-footer .ddoksun-footer-inner{
  max-width:1080px;
  margin:0 auto;
  padding:36px 24px 24px;
  display:flex;
  justify-content:space-between;
  gap:34px;
  flex-wrap:wrap;
}
.ddoksun-clean-footer .ddoksun-footer-brand strong{
  font-size:24px;
  font-weight:900;
  letter-spacing:-0.05em;
}
.ddoksun-clean-footer .ddoksun-footer-brand p{
  color:#bdbdbd;
  margin:10px 0 0;
  line-height:1.6;
}
.ddoksun-clean-footer .ddoksun-footer-map{
  display:flex;
  gap:40px;
}
.ddoksun-clean-footer .ddoksun-footer-map div{
  min-width:160px;
}
.ddoksun-clean-footer .ddoksun-footer-map strong{
  display:block;
  margin-bottom:12px;
  font-size:15px;
}
.ddoksun-clean-footer .ddoksun-footer-map a{
  display:block;
  color:#d9d9d9;
  margin:7px 0;
  text-decoration:none;
}
.ddoksun-clean-footer .ddoksun-copy{
  max-width:1080px;
  margin:0 auto;
  padding:16px 24px 28px;
  color:#888;
  border-top:1px solid rgba(255,255,255,.08);
}
@media(max-width:768px){
  .ddoksun-feed-hero{margin:22px 14px 18px;padding:30px 18px}
  .ddoksun-feed-hero h2{font-size:32px}
  .ddoksun-clean-footer .ddoksun-footer-inner{display:block}
  .ddoksun-clean-footer .ddoksun-footer-map{margin-top:24px}
}

/* ddoksun v5 simple feed */
.ddoksun-logo-main{font-size:26px!important;font-weight:900!important;color:#111!important;letter-spacing:-0.06em}
.ddoksun-simple-gnb > ul > li > a{font-weight:700;letter-spacing:-0.04em}
.ddoksun-feed-hero{display:none!important}
.ddoksun-feed-head{max-width:1080px;margin:36px auto 24px;padding:0 24px}
.ddoksun-feed-head h2{font-size:34px;line-height:1.2;margin:0 0 10px;font-weight:900;letter-spacing:-0.06em;color:#111}
.ddoksun-feed-head p{font-size:16px;line-height:1.7;margin:0;color:#555;letter-spacing:-0.03em}
.ddoksun-simple-footer{background:#171717;color:#fff;margin-top:60px}
.ddoksun-simple-footer .ddoksun-footer-inner{max-width:1080px;margin:0 auto;padding:32px 24px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ddoksun-simple-footer strong{font-size:22px;font-weight:900;letter-spacing:-0.05em}
.ddoksun-simple-footer p{color:#bbb;line-height:1.6;margin:10px 0 0}
.ddoksun-simple-footer a{display:block;color:#ddd;text-decoration:none;margin:6px 0}
.ddoksun-simple-footer .ddoksun-copy{max-width:1080px;margin:0 auto;padding:14px 24px 26px;border-top:1px solid rgba(255,255,255,.08);color:#888}

/* 기본 게시판 표를 조금 더 피드형에 가깝게 정리 */
.bd_lst, .board_list, table.bd_lst{max-width:1080px;margin-left:auto!important;margin-right:auto!important}
.content table{border-top:1px solid #111}
.content table th{font-weight:800;color:#111}
.content table td a{font-weight:700;color:#111;text-decoration:none}
.content table td a:hover{text-decoration:underline}
@media(max-width:768px){
  .ddoksun-feed-head{margin:24px auto 18px;padding:0 16px}
  .ddoksun-feed-head h2{font-size:28px}
}

/* ddoksun v9 landing widget */
.ddoksun-logo-main{font-size:26px!important;font-weight:900!important;color:#111!important;letter-spacing:-0.06em}
.ddoksun-simple-gnb>ul>li>a{font-weight:700;letter-spacing:-0.04em}
.ddoksun-landing{max-width:1480px;margin:34px auto 0;padding:0 24px;box-sizing:border-box}
.ddoksun-landing h2{font-size:36px;line-height:1.2;margin:0 0 8px;font-weight:900;letter-spacing:-0.06em;color:#111;text-align:left}
.ddoksun-landing>p{font-size:16px;color:#555;line-height:1.7;margin:0 0 24px;letter-spacing:-0.03em}
.ddoksun-widget-wrap{margin-top:20px}
.ddoksun-short-desc{margin-top:28px!important;padding-top:16px;border-top:1px solid #eee;color:#555!important}
.ddoksun-admin-write{display:inline-flex;margin-top:12px;height:38px;padding:0 14px;align-items:center;border-radius:8px;background:#111;color:#fff!important;text-decoration:none;font-weight:700}
.ddoksun-simple-footer{background:#171717;color:#fff;margin-top:60px}
.ddoksun-simple-footer .ddoksun-footer-inner{max-width:1480px;margin:0 auto;padding:32px 24px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ddoksun-simple-footer strong{font-size:22px;font-weight:900;letter-spacing:-0.05em}
.ddoksun-simple-footer p{color:#bbb;line-height:1.6;margin:10px 0 0}
.ddoksun-simple-footer a{display:block;color:#ddd;text-decoration:none;margin:6px 0}
.ddoksun-simple-footer .ddoksun-copy{max-width:1480px;margin:0 auto;padding:14px 24px 26px;border-top:1px solid rgba(255,255,255,.08);color:#888}
@media(max-width:768px){.ddoksun-landing{padding:0 16px}.ddoksun-landing h2{font-size:30px}}

/* searchdoc xedition landing header: symbol + region */
.header.sub .side .click {
    display: none !important;
}

.ddoksun-simple-gnb {
    display: none !important;
}

.header_wrap {
    background: #fff !important;
    border-bottom: 1px solid #eef2f7 !important;
}

.header.sub {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 20px 40px !important;
    box-sizing: border-box !important;
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.header.sub .ddoksun-logo {
    margin: 0 !important;
    padding: 0 !important;
}

.header.sub .ddoksun-logo a {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.searchdoc-xedition-brand {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    line-height: 1 !important;
}

.searchdoc-xedition-logo-img {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    flex-shrink: 0 !important;
}

.searchdoc-xedition-divider {
    display: block !important;
    width: 1px !important;
    height: 22px !important;
    background: #dbe3ef !important;
    flex-shrink: 0 !important;
}

.searchdoc-xedition-region {
    display: block !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #111827 !important;
    letter-spacing: -0.06em !important;
    white-space: nowrap !important;
}

@media (max-width: 768px) {
    .header.sub {
        padding: 17px 20px !important;
        min-height: 64px !important;
    }

    .searchdoc-xedition-brand {
        gap: 10px !important;
    }

    .searchdoc-xedition-logo-img {
        width: 30px !important;
        height: 30px !important;
        border-radius: 9px !important;
    }

    .searchdoc-xedition-divider {
        height: 18px !important;
    }

    .searchdoc-xedition-region {
        font-size: 19px !important;
    }
}

/* searchdoc landing gray area cleanup */
.ddoksun-simple-gnb,
.visual.sub {
    display: none !important;
}

.header_wrap {
    background: #fff !important;
    border-bottom: 1px solid #eef2f7 !important;
    box-shadow: none !important;
}

.body.sub,
.body.fixed-width.sub {
    padding-top: 24px !important;
}

/* searchdoc board article title cleanup */
.board_read .read_header,
.board_read .document_title,
.board_read .titleArea,
.board_read .board-title,
.board_read h1.title,
.board_read h2.title,
.rd_hd,
.rd_hd .board_title,
.rd_hd h1,
.rd_hd h2 {
    display: none !important;
}

/* SEARCHDOC xedition landing header logo fix */
.searchdoc-xedition-brand{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:14px !important;
    line-height:1 !important;
    white-space:nowrap !important;
}

.searchdoc-xedition-logo-img{
    display:block !important;
    width:118px !important;
    max-width:118px !important;
    height:auto !important;
    object-fit:contain !important;
    flex:0 0 auto !important;
    transform:none !important;
}

.searchdoc-xedition-divider{
    display:block !important;
    width:1px !important;
    height:28px !important;
    background:#d8dfeb !important;
    flex:0 0 auto !important;
}

.searchdoc-xedition-region{
    display:inline-flex !important;
    align-items:center !important;
    font-size:24px !important;
    font-weight:900 !important;
    color:#081427 !important;
    letter-spacing:-0.06em !important;
    line-height:1.15 !important;
}

.logo-item.ddoksun-logo a{
    display:inline-flex !important;
    align-items:center !important;
    text-decoration:none !important;
}

@media(max-width:768px){
    .searchdoc-xedition-brand{
        gap:10px !important;
    }

    .searchdoc-xedition-logo-img{
        width:92px !important;
        max-width:92px !important;
    }

    .searchdoc-xedition-divider{
        height:22px !important;
    }

    .searchdoc-xedition-region{
        font-size:18px !important;
    }
}

@media(max-width:420px){
    .searchdoc-xedition-logo-img{
        width:82px !important;
        max-width:82px !important;
    }

    .searchdoc-xedition-region{
        font-size:16px !important;
    }
}


/* SEARCHDOC xedition image-only cropped logo final */
.logo-item.ddoksun-logo a{
    display:inline-flex !important;
    align-items:center !important;
    text-decoration:none !important;
}

.searchdoc-xedition-brand{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:14px !important;
    line-height:1 !important;
    white-space:nowrap !important;
}

/* 핵심: 이미지 좌우를 잘라 보이게 하는 박스 */
.searchdoc-xedition-logo-crop{
    width:92px !important;
    height:38px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    flex:0 0 92px !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
}

/* 원본 가로 로고를 크게 넣고 좌우를 잘라냄 */
.searchdoc-xedition-logo-img{
    display:block !important;
    width:138px !important;
    max-width:none !important;
    height:auto !important;
    object-fit:contain !important;
    transform:translateX(0) scale(1.08) !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
}

/* 세로선 */
.searchdoc-xedition-divider{
    display:block !important;
    width:1px !important;
    height:28px !important;
    background:#d8dfeb !important;
    flex:0 0 auto !important;
}

/* 지역명 */
.searchdoc-xedition-region{
    display:inline-flex !important;
    align-items:center !important;
    font-size:24px !important;
    font-weight:950 !important;
    color:#081427 !important;
    letter-spacing:-0.06em !important;
    line-height:1.15 !important;
}

/* 기존 충돌 제거 */
.searchdoc-xedition-service,
.searchdoc-xedition-icon,
.searchdoc-xedition-name{
    display:none !important;
}

/* 모바일 */
@media(max-width:768px){
    .searchdoc-xedition-brand{
        gap:10px !important;
    }

    .searchdoc-xedition-logo-crop{
        width:76px !important;
        height:32px !important;
        flex-basis:76px !important;
    }

    .searchdoc-xedition-logo-img{
        width:116px !important;
        transform:translateX(0) scale(1.05) !important;
    }

    .searchdoc-xedition-divider{
        height:22px !important;
    }

    .searchdoc-xedition-region{
        font-size:18px !important;
    }
}

@media(max-width:420px){
    .searchdoc-xedition-logo-crop{
        width:68px !important;
        height:30px !important;
        flex-basis:68px !important;
    }

    .searchdoc-xedition-logo-img{
        width:106px !important;
    }

    .searchdoc-xedition-region{
        font-size:16px !important;
    }

    .searchdoc-xedition-divider{
        height:18px !important;
    }
}

