 button{
    padding: 0;
    border:0;
}
    /* 예시 – 섹션별 색만 다르게 */
.drop--data      > .dropbtn { background:#eef6ff !important; }
.drop--achive    > .dropbtn { background:#fff6ea !important; }
.drop--community > .dropbtn { background:#eefcf0 !important; }

/* current 표시 보강 */
.sub-menu a.current p { font-weight:700; text-decoration:underline; }
.support-cards {
      display: grid;
    gap: 18px;width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}
.support-cards .card {
  flex: 1 1 30%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.support-cards .card .tags {
  color: #4466cc;
  font-size: 14px;
  margin-bottom: 10px;
}
.support-cards .card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.support-cards .card p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.support-cards .card .btn {
  display: inline-block;
  background: #005bac;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
.card{
    color: #000;
}

#orgModalWrap {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4); z-index:9999;}
#orgModal {width:900px; background:#fff; margin:50px auto; padding:16px; border-radius:8px;}
#orgModal .thumb {
    width:100%; height:300px; background:#fff; display:flex; justify-content:center; align-items:center;}
    
#orgModal .info_box {margin-left:40px;min-width: 80%;}
#orgModal .row {margin-bottom:12px; display:flex;
margin-right:4px;}
#orgModal .row .label {width:120px; display:inline-block; font-weight:600;}
#orgModalClose {float:right; cursor:pointer; font-size:20px;}
#orgModal .go_btn {
    /* margin-top:20px; */
    /* padding:12px 30px; border:none; background:#173f75; color:#fff; border-radius:6px; */
    /* margin-right:10px; */
}
.go_btn {
    /* margin-top:20px; */
    padding:12px 30px; border:none; background:#173f75; color:#fff; border-radius:6px;
    line-height:1.6;
    /* margin-right:10px; */
}
.download_items{
    display:flex;
}
.download_items a.go_btn:first-child{
    display: none;
}
.go_btn_warp{
    display: flex;    align-items: center;
}
#orgBiz{white-space: pre-line;    
    /* min-height: 150px; */
    text-align:left;
}
#orgModal{
    position: relative;
    width:70%;
    max-width:900px;

}
#orgModal .info_box{
        position: absolute;
    display: flex;
    align-items: center;
    top:20px;
    margin-left:0 ;
}
#orgModal .row{
    width: auto;
    /* min-width: 77px; */
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    padding:10px;
    justify-content: center;
}

#orgModal .row .label{
    display: none;
}
/* #orgModal .go_btn{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
} */

/* 페이징 */
.pg_wrap {position:absolute;
    bottom:0;
}
.poos{
    padding: 60px 0;
    display: flex;flex-direction: column;
}
#orgModal .row.last{
    border: 0;
    width: 100%;
    display: block;
}
@media (max-width: 1200px) {
        .gdc-tablist{
            display: flex;
        flex-wrap: wrap;
        }
        .gdc-tablist .gdc-tab{
            width: 49.5%;
        }
    }
@media (max-width: 900px) {
        .gall_row .col-gn-4{
            width: 50%;
        }
        .pos2{
            flex-wrap: wrap;padding: 10px 0 50px 0;
            }
        .pos2>div{
            width: 100% !important;
        }
        #orgModal .row{
            font-size:0.65rem;padding: 3px 7px;
        }

        #orgModal .row div{
        padding-left: 0px;
        padding-top: 20px;        
        width: 100%;
        overflow: scroll;
        /* height: 128px; */
        }
        .row .qwe{
            overflow: hidden;
            height: 133px;
        }

        #orgModal .thumb{
            height:150px;

        }
            .gall_row .col-gn-4{
            width: 100%;
        }
        #orgModal .info_box{
            top:50px;
                flex-wrap: wrap;
        }

    
    }

     .gdc-tablist .gdc-tab {
    width: 24.5%;
}
.no_image{
    line-height: auto !important;
}
.btn_box{
    display: flex;   
    align-items: center;
justify-content: flex-start;
}

.pos2{
    display: flex;
    padding:50px 0 0 0;
    width: 100%;
}
.pos2>div{
    width: 50%;
}

#orgModal .thumb {
    width: 350px;
    height: 250px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#orgModal .info_boxs{width: calc(100% - 390px);}
#orgModal .go_btn{
   position: relative;
   margin-right:3px;
}
#orgThumbImg{
    object-fit: contain !important;
}
    @media (max-width: 1200px) {
        .gdc-tablist{
            display: flex;
    flex-wrap: wrap;
        }
        .gdc-tablist .gdc-tab{
            width: 49.5%;
        }
    }
        @media (max-width: 900px) {
        .gall_row .col-gn-4{
            width: 50%;
        }
        .go_btn{
            font-size: 0.56rem;
        }
    }
    @media (max-width: 450px) {
        .gall_row .col-gn-4{
            width: 100%;
        }
    }
.more_opt li{
    padding: 10px;
}