.bid-list-wrap {
    background-color: #fff;
    box-sizing: border-box;
    min-height: 500px;
    height: auto;
    font-family:"Pretendard";
}

.bid-list-wrap:after {
    display: block;
    clear: both;
    content: "";
    padding-bottom: 50px
}

.bid-list-con {
    margin: 0 auto;
    width: 88%;
    max-width: 88%;
    padding-top: 14px;
    min-width: 1400px;
    padding-top: 45px !important;
}

/* 만광방 tab */
#list_tab {
    display: block;
}

#list_tab .tabs {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 45px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #d8dae0;
    z-index: 4
}

#list_tab .tabs li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 142px;
    height: 46px;
    line-height: 45px;
    border: 1px solid #eee;
    border-left: none;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #d8dae0;
    border-left: 0
}

#list_tab .tabs li:hover {
    background-color: #fcfcfc
}

#list_tab .tabs li.current {
    border: 1px solid #ddd;
    border-top: 2px solid #4862c0;
    border-bottom: 1px solid #ffffff;
    border-left: 0;
    font-weight: bold;
}

#list_tab .tabs li.setting {
    border: 1px solid #d9d9d9;
    width: 110px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #ebebeb;
    border-left: 0;
    color: #666
}

#list_tab .tabs li.setting:hover {
    background-color: #e0e0e0
}

#list_tab .tabs li.setting i {
    font-size: 16px;
    color: #888;
}



#list_tab .tab-container {
    clear: both;
    background-color: #FFFFFF;
    width: 100%;
}

#list_tab .tab-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d8dae0;
}

#list_tab .tab-content.current {
    display: inherit;
}

.tab-content .area-table {
    width: 100%;
    border: 1px solid #d5d5d5;
}

.tab-content .area-table tr {
    border-bottom: 1px solid #d5d5d5;
}

.area-table tr th,
.area-table tr td {
    padding: 10px;
}

.area-table tr th {
    background-color: #f3f5fa;
    color: #0e183d;
    padding-left: 15px;
    padding: 8px 13px;
    text-align: left;
    width: 118px;
    border-right: 1px solid #d5d5d5
}





/* 검색 button */
#blue_btn {
    width: 160px;
    height: 50px;
    margin: 10px auto 0;
}

#blue_btn button {
    background-color: #5c78de;
    color: #fff;
    border: 0;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

#blue_btn button:hover {
    opacity: 0.95;
}



/* 검색닫기 눌렀을 때 */
.summary-row>div {
    padding: 0 18px;
}

.summary-row span.s-ti {
    font-weight: bold;
    display: inline-block;
    width: 60px;
}

.summary-row span.bar {
    padding: 0 10px
}

#closeWrap {
    display: none;
}

.short-con {
    background: #f9f9f9;
    padding: 15px 15px;
    border: 1px solid #eaeaea;
}




/* 결과 내 검색 */
.mid-search {
    clear: both;
    width: 100%;
    border: 1px solid #d8dae0;
    border-top: none;
    box-sizing: border-box;
    height: 60px;
    background-color: #fff;
    padding: 10px 20px;
}

.mid-search input[type=text] {
    float: left;
    width: 320px;
    height: 40px;
    border: 1px solid #b8b8b8;
    padding-left: 10px;
}

#mid_sch_submit {
    background-color: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    font-size: 13px;
    width: 130px;
    text-align: center;
}

#mid_sch_submit:hover {
    opacity: 0.95;
}

#mid_sch_submit i {
    padding-right: 6px;
}

#sch_reset {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-left: 4px;
}

#sch_reset:hover {
    background-color: #f7f7f7
}


.right input[type=text] {
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px solid #d7dce5;
    border-radius: 5px;
    padding: .688rem .75rem;
    font-family: "Pretendard";
    font-size: 14px;
}

/* 검색 닫기/열기 */
.sch-close {
    float: right;
    background-color: #fff;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8dae0;
    margin-top: -1px;
    text-align: center;
}

.sch-close button {
    background-color: #fff;
    border: none;
    height: 25px;
    margin-bottom: 10px;
}

.sch-close button:focus {
    outline: none;
}

input[type=text]:focus {
    border: 1px solid #555;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

/* table */
#bid_list {
    clear: both;
    width: 100%;
    margin-top: 35px;
}

#bid_list .list-top {
    height: 30px;
    line-height: 30px;
    display: flex;
}

.left-select {
    letter-spacing: -0.3px;
    flex: 1;
}

.left-select select::-ms-expand {
    display: none;
}

.left-select select {
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.left-select select.n-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.left-select select.n-arrow::-ms-expand {
    display: none !important;
}

.left-select select {
    background: url('/assets/okems_3/bid/img/black_arrow.png')#fff 92% 50% no-repeat;
    /* font-family:"돋움", Dotum, "돋움체", DotumChe, sans-serif !important; */
}

.left-select {
    display: inline-block;
    position: relative;
}


#bid_list_con {
    box-sizing: border-box;
    border: 1px solid #d8dae0;
    border-bottom: 2px solid #d8dae0;
    border-top: 0
}

.list-table {
    width: 100%;
    border-top: 1px solid #5c78de;
    background-color: #fff;
    margin-top: 7px;
}

.list-table tr:hover {
    background: #fffceb
}

.list-table tr th {
    height: 45px;
    background-color: #f3f5fa;
    color: #0e183d;
    text-align: Center
}

.list-table tr th,
.list-table tr td {
    border-right: 1px solid #c8c8c8;
    table-layout: fixed;
    word-break: break-all;
}

.list-table tr th:last-child,
.list-table tr td:last-child {
    border-right: 0
}

.list-table tr td {
    text-align: center;
    border-top: 1px solid #c8c8c8;
    height: 60px;
    line-height: 18px;
    padding: 10px;
    height: 30px;
    line-height: 18px;
}

.list-table tr td a {
    color: #3a4f9a
}

.list-table tr .gonggo-name {
    letter-spacing: -0.7px;
    position: relative;
    text-align: left;
}

.gonggo-name .view-btn {
    border: 1px solid #d8dae0;
    background-color: #fff;
    font-size: 12px;
    padding: 2px 3px;
    position: absolute;
    top: 30%;
    right: 2%;
}

.gonggo-name .view-btn i {
    color: #999;
    margin-right: 4px;
}

.gonggo-name .view-btn:hover {
    background-color: #eaeaea;
}

.wd-table {
    margin: 0px 15px 0px 0px;
    width: 100%;
    max-width: 160px;
    line-height: 25px;
}

.select-s2 {
    width: 70px !important;
    padding: 2px;
    height: 30px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    color: #666666;
}

.select-s5 {
    width: 115px !important;
    padding: 2px;
    height: 30px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    color: #666666;
    background: url("/assets/okems_3/bid/img/black_arrow.png") #fff 90% 50%
    no-repeat;
}
.s-con:hover .tooltip {
    max-width: 450px !important;
}
.tooltip {
    max-width: 450px !important;
}

.form-control {
    border-radius: 2px;
    padding: .375rem .75rem;
    margin-right: 0
}


.blue-top {
    position: relative;
}

.blue-tooltip {
    display: block;
    position: absolute;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    min-width: 10px;
    box-shadow: 2px 2px 4px #aaa;
    background-color: #5e7ef0;
    left: -95px;
    top: -4px;
}

.blue-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #5e7ef0;
}

.bold {
    font-weight: bolder;
}


/* 이전페이지, 다음페이지 이동 */
.pagination {
    width: 440px;
    margin: 30px auto 0;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li {
    position: relative;
    float: left;
    width: 220px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d8dae0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 17px;
}

.pagination ul li:hover {
    border: 1px solid #ccc;
}

.pagination ul li:last-child {
    border-left: 0;
}

.pagination ul li a {
    display: block;
}

.pagination ul li i.fa-chevron-left {
    position: absolute;
    left: 20px;
    top: 24px
}

.pagination ul li i.fa-chevron-right {
    position: absolute;
    right: 20px;
    top: 24px
}




.page-count {
    float: right;
    margin-top: -55px;
}

.page-count li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left
}

.page-count li a {
    width: 100%;
    height: 100%;
    text-align: center;
}

.page-count li.page {
    border: none;
    margin: 0 10px;
    width: auto;
    font-size: 13px;
}

.page-count li.count {
    border: none;
    margin-right: 10px;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    min-width: 30px;
}

.page-count input[type='text'] {
    height: 40px;
    width: 70px;
    font-size: 14px;
    border: 1px #dde1e4 solid;
    background-color: #f0f3f8;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}

.margin-minus2 {
    margin-top: -2px;
}

/* 개발 참고 버튼_만든 페이지 */
.test-ckeck {
    width: 90px;
    padding: 7px;
    background-color: #5e7ef0;
    color: #fff;
}

#summary_content {
    display: none;
}

.blue_txt {
    font-weight: bold;
    color : #5c78de;
}

/* 대업종 코드란 */
.big-sector{
    border: 1px solid #e1e1e1;
    width: 350px;
    vertical-align: top;
}

.big-sector .on{
    display: inline-block;
    border: 1px solid #3399ff;
    padding: 6px 8px;
    color: #3399ff;
    border-radius: 2px;
}

.sector-title{
    display: inline-block;
    border: 1px solid #ccc;
    color: #666;
    padding: 6px 8px;
    border-radius: 2px;
    cursor: pointer;
}

.sector-title:hover{
    border: 1px solid #3399ff;
    color: #3399ff;
}

.big-sector ul li{
    float: left;
}

.sector-inner {
    padding-left: 5px;
}

.sector-inner label{
    margin-top: 7px;
    padding-right: 15px;
}

/* 230721 협정단계별 이벤트 배너 시작  */
.hongbo-meet{
    position:absolute;
    right:0;
    top:-24px;
    cursor: pointer;
}

.hongbo-img{
    background:url('/assets/okems_3/gongdong/meet/meet_list/img/ddangcong_event_meetlist.png')no-repeat;
    width:374px;
    height:65px;
    padding:38px 0 0 20px;
}

.hongbo-meet:hover .ov-btn{
    display:block;
    position: absolute;
    top:15px;
    right:145px;
}

/* 9월 이벤트 배너 */
.hongbo-img.event153{
    background:url('/assets/okems_3/gongdong/meet/meet_list/img/sep_list_bg.png')no-repeat;
    width:374px;
    height:65px;
    padding:38px 0 0 20px;
}

.hongbo-img .txt-01{
    font-size:14px;
    font-weight: 400;
}

.hongbo-meet .ov-btn{
    display: none;
}

.hongbo-meet:hover .ov-btn.event153{
    display:block;
    position: absolute;
    top:15px;
    right:100px;
}
/* 230721 협정단계별 이벤트 배너 끝  */


/* 230915 협정단계별 이벤트(10월) 배너 시작  */

.hongbo-img.event157{
    background:url('/assets/okems_3/gongdong/meet/meet_list/img/event_157/oct_list_bg.jpg')no-repeat;
    width:374px;
    height:65px;
    padding:38px 0 0 20px;
    /* transition: 0.1s; */
}

.hongbo-img.event157:hover{
    background:url('/assets/okems_3/gongdong/meet/meet_list/img/event_157/oct_list_bg_hover.jpg')no-repeat;
}

.hongbo-img.event157 .txt-01{
    font-size:14px;
    font-weight: 400;
    display: flex;
}

.hongbo-img.event157 .txt-01 .nickname{
    max-width: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 230915 협정단계별 이벤트(10월) 배너 끝  */


/* 231019 협정단계별 이벤트(11월) 배너 시작 */
.hongbo-meet.event160 {
    position: absolute;
    right: 0;
    top: -24px;
    cursor: pointer;
}

.hongbo-img.event160 {
    background-image: url('/assets/okems_3/gongdong/meet/meet_list/img/event_160/ddangcong_nov_list.png');
    background-repeat: no-repeat;
    width: 374px;
    height: 65px;
    padding: 38px 0 0 20px
}

.hongbo-img.event160 .txt-01 {
    font-size: 14px;
    font-weight: 400;

}

.hongbo-meet.event160 .ov-btn {
    display: none;
}

.hongbo-meet.event160:hover .ov-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 150px;
}

.hongbo-img.event160 .txt-01 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

.hongbo-img.event160 .txt-01 .nickname {
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 231019 협정단계별 이벤트(11월) 배너 끝  */


/* 231114 협정단계별 이벤트(12월) 배너 시작 */
.hongbo-meet.event165{
    position:absolute;
    right:0;
    top:-24px;
    cursor: pointer;
}

.hongbo-img.event165{
    /*     background:url('/okems/okems_square/assets/img/ddangcong_event_meetlist.png')no-repeat; */
    background-image: url('/assets/okems_3/gongdong/meet/meet_list/img/dec_event_detail.png');
    background-repeat: no-repeat;
    width:374px;
    height:65px;
    padding:38px 0 0 20px
}

.hongbo-img.event165 .txt-01{
    font-size:14px;
    font-weight: 400;

}
.hongbo-meet.event165 .ov-btn{
    display: none;
}

.hongbo-meet .event165:hover .ov-btn{
    display:block;
    position: absolute;
    top: 11px;
    right: 125px;
}

.hongbo-img.event165 .txt-01{
    font-size:14px;
    font-weight: 400;
    display: flex;
    color: #fff;
}

.hongbo-img.event165 .txt-01 .nickname{
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 231114 협정단계별 이벤트(12월) 배너 끝  */

/* 250207 만광 방 개설 경로 개선 */
.btn-list-top-metting{
    background: url(/assets/okems_3/gongdong/meet/meet_list/img/bi_crop_metting_s.png) #fc9244 right bottom no-repeat;
    width:104px;
    height:30px;
    display:inline-block;
    color:#fff;
    text-align: center;
    cursor: pointer;
    font-family: "Pretendard";
    font-size: 14px;
}

.btn-list-top-metting:hover{
    background: url(/assets/okems_3/gongdong/meet/meet_list/img/bi_crop_metting_s.png) #ff8834  right bottom no-repeat;
    cursor: pointer;

}

/* 251016 빠른 방 참여 버튼 추가 */
.btn-list-top-quick-metting{
    margin-left: 6px;
    width:104px;
    height:30px;
    display:inline-block;
    color:#fff;
    text-align: center;
    background: url(/assets/okems_3/gongdong/meet/meet_list/img/image.png) 70px bottom no-repeat;
    background-color: #5c78de;
    cursor: pointer;
    font-family: "Pretendard";
    font-size: 14px;
}
.btn-list-top-quick-metting:hover{
    background-color: #4e68dc;
}


/* 240412 만남의광장 연결버튼 시작 */

#list_tab ul.tabs li.use-btn {
    float: right;
    background: #ffecec;
    border: 1px solid #dc3545;
    width: 168px;
    font-family: "Noto Sans KR", sans-serif;
    letter-spacing: -.8px;
}

#list_tab ul.tabs li.use-btn button{
    color: #dc3545;
    font-weight: bold;
    font-size: 12px;
    height: inherit;
}

#list_tab ul.tabs li.use-btn .tip-bg {
    background: #dc3545;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    padding: 1px 4px;
}


/* 240412 만남의광장 연결버튼 RMx */


/* 250220 만광방 없을때 */
.info-no-result{
    padding:40px 0
}

.info-no-result .result-txt01{
    font-size:18px;
    font-weight:400;
    color:#000;
    margin-bottom:6px;
}

.info-no-result .result-txt01 span{
    color:#5c78de
}
.info-no-result .result-txt02{
    font-size:16px;
    color:#888888;
}

.btn-line-blue{
    border:1px solid #5c78de;
    color:#5c78de;
    width:220px;
    height:50px;
    line-height:50px;
    font-size:18px;
    margin-top:18px;
    background:#fff;
    box-sizing: border-box;
    transition: all 0.5s;
}

.btn-line-blue i{
    font-size:15px;
    vertical-align: 1px;
    padding-left:4px
}

.btn-line-blue:hover{
    background: #5c78de;
    color:#fff
}
.list-table tr.hv-none:hover {
    background: transparent;
}

.service-info{
    background:#f3f5fa;
    border:1px solid #e9edf5;
    width:860px;
    margin:50px auto 0;
    height:90px;
    display:flex;
    position: relative;
}

.service-info .con{
    flex:1;
    text-align: left;
    padding-left:35px;
    padding-top:16px;
    display:flex;
    cursor: pointer;

}

.service-info .tit{
    position: absolute;
    top:-34px;
    left:-10px
}

.service-info .con-left::after{
    content:"";
    width:0.5px;
    height:50px;
    background:#d3dff9;
    position:Absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);

}

.service-info .con .service-txt01{
    font-size:16px;
    margin-bottom:4px;
    display:flex
}

.service-info .con .service-txt02{
    font-size:14px;
    color:#888
}

.con:hover .service-txt01 .underline{
    text-decoration: underline;
    text-underline-offset: 2px;
}


.service-info .con .service-txt01 i{
    font-size:12px;
    color:#555;
    padding-left:4px;
    margin-top:4px;
}
.service-txt01 span.reference{
    margin-left:auto;
    font-size:12px;
    color:#aaa
}



/* 만광 협정보류 레이어 */
.meet_hold_req_layer .layer-wrap .title{
    background:#3c8aff;
    height:55px;
    line-height:55px;
    color:#fff;
    font-family: 'S-CoreDream-3Light';
    font-weight: 600;
    font-size:17px;
    padding-left:15px;
}

.meet_hold_req_layer .modal-content{
	width: 452px;
	margin-left: 25px;
}

.meet_hold_req_layer .layer-wrap .content{
    padding:38px 0 54px;
    position: relative;
}

.meet_hold_req_layer .layer-wrap .content .txt01{
    font-size:20px;
    font-weight:500;
}

.meet_hold_req_layer .layer-wrap .content .txt02{
    font-size:16px;
    color:#666;
}

.meet_hold_req_layer .layer-wrap .content .txt02 span{
    font-weight:500;
}

.meet_hold_req_layer .layer-wrap .content .btn-move{
    background:#000;
    color:#fff;
    padding:12px 0;
    width:200px;
    margin:0 auto;
    border-radius:25px;
    font-family: 'S-CoreDream-3Light';
    font-size:16px;
    margin-top:20px;
    cursor: pointer;
}

.meet_hold_req_layer .layer-wrap .close{
    position: absolute;
    top:12px;
    right:15px;
    opacity: 0.75;
    cursor: pointer;
}

.meet_hold_req_layer .layer-wrap .close:hover{
    opacity:1.0
}

.meet_hold_req_layer .check-hide{
    position:absolute;
    bottom:0px;
    right:0;
    text-align: right;
    padding:3px 5px 3px 0;
    color:#666;
    background:#f3f3f3;
    width:100%
}

/* 20250331 okEMS 지역사 방 개설알림 리뉴얼_전은별 시작 */
#ad_alarmset_layer_square .modal-content {
    width:600px;
    height: 600px;
    background: url("/assets/okems_3/layer/meet_open_notice_layer/img/bg_layer_alarm_roomset.png") no-repeat center / cover;
    border: none;
    border-radius: 0;
}
/* 닫기 버튼 */
#ad_alarmset_layer_square .btn-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top:0;
    right: 0;
    background: url("/assets/okems_3/layer/meet_open_notice_layer/img/btn_close_off.png") no-repeat center / 100%;
    cursor: pointer;
    transition: all 0.2s;
  }
#ad_alarmset_layer_square .btn-close:hover {background: url("/assets/okems_3/layer/meet_open_notice_layer/img/btn_close_on.png") no-repeat center / 100%;}
/* 내용 */
#ad_alarmset_layer_square .txt {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 185px;
    text-align: center;
    font-size: 20px;
    font-family: 'Paperlogy-4Regular';
    color: #c0c0c0;
    line-height: 25px;
}
/* 하단버튼  */
#ad_alarmset_layer_square .btn-lower {
    width: 600px;
    height: 75px;
    position: absolute;
    bottom: 0;
    background: url("/assets/okems_3/layer/meet_open_notice_layer/img/btn_lower_alarmmore_off.png") no-repeat center / cover;
    cursor: pointer;
    transition: all 0.2s;
}
#ad_alarmset_layer_square .btn-lower:hover {background: url("/assets/okems_3/layer/meet_open_notice_layer/img/btn_lower_alarmmore_on.png") no-repeat center / cover;}
#ad_alarmset_layer_square .btn-lower a{width: 600px; height: 75px; position: absolute; top: 0; left: 0;}

/* Bootstrap 4: static backdrop 시 부여되는 피드백 애니메이션 제거 */
.modal.modal-static .modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
}

/* 검색영역 */
.sch-wrap{
    width:100%;
    border:1px solid#999;
    padding:20px 25px;
    border-radius: 8px;
    box-sizing: border-box;
}



.sch-wrap .sch-cont{
    border:1px solid #d3d3d3;
    border-radius:5px;
    width:1200px;
    display:flex;
    cursor: pointer;
    height:60px;
    box-sizing: border-box;


}

.sch-wrap .sch-cont:hover{
    border:1px solid #aaa
}

.sch-wrap .sch-cont.active {
    border:1px solid #333 !important;
}

.sch-wrap .sch-cont .sch-item{

    padding:7px 0 7px 18px;
    font-size:16px;
    font-weight:600;
    display: flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
}


.sch-wrap .sch-cont .sch-tit{
    position: relative;
    top:-2px;
    margin-left:2px;
}

.sch-wrap .sch-cont > div::after{
    content:"";
    border-right:1px solid #ccc;
    height:40px;
    display:inline-block;
    width:1px;
}


.sch-wrap .sch-cont > div:last-child:after{
    content:"";
    border-right:none


}
.w-full {
    width: 100% !important;
}
.sch-wrap .sch-cont .region{
    width:320px;
}

.sch-wrap .sch-cont .license{
    width:calc(100% - 320px - 380px);
}


.sch-wrap .sch-cont .mg-kind{
    width:380px;
}

.sch-wrap .btn-sch{
    margin-left:auto;
    
}
.sch-wrap .btn-sch button{
    width:136px;
    margin-right:0;
    border-radius: 5px !important;
    height:60px;
    font-size:16px !important;
    font-weight: 600;
    font-family: "Pretendard"!important;
}


.sch-wrap .sch-cont .region .icn{
    background:url(/assets/okems_3/bid/img/icn_location_fill.svg) no-repeat;
    height:22px;
    width:22px;
    position: relative;
    top:2px;
    filter: invert(64%) sepia(60%) saturate(495%) hue-rotate(345deg) brightness(101%) contrast(102%);
    display: inline-block;
}

.sch-wrap .sch-cont .license .icn{
    background:url(/assets/okems_3/bid/img/icn_build_fill.svg) no-repeat;
    height:22px;
    width:22px;
    position: relative;
    top:2px;
    filter: invert(69%) sepia(38%) saturate(495%) hue-rotate(338deg) brightness(100%) contrast(102%);
    display: inline-block;
}


.sch-wrap .sch-cont .mg-kind .icn{
    background:url(/assets/okems_3/bid/img/icn_human_fill.svg) no-repeat;
    height:22px;
    width:22px;
    position: relative;
    top:2px;
    filter: invert(69%) sepia(38%) saturate(495%) hue-rotate(338deg) brightness(100%) contrast(102%);
    display: inline-block;
}

.sch-wrap .sch-cont .sch-item .w-full::after{
    content:"";
    position: absolute;
    top:18px;
    right:18px;
    background:url(/assets/okems_3/bid/img/icn_arrow_down.svg) no-repeat;
    background-size: 24px 24px;
    width:24px;
    height:24px;
    opacity: 0.4;

}

.sch-wrap .sch-recent{
    margin-top:18px;
    position: relative;
}

.sch-wrap .sch-recent .tit-recent{
    font-size:15px;
    margin-right:15px;
    width:100px;
    box-sizing: border-box;
    display:inline-block
}

.sch-wrap .sch-recent .tit-recent img{
    position: relative;
    top:-2px;
    margin-right:3px;
}

.sch-recent .icn-sch{
    background: url(/assets/okems_3/bid/img/icn_search.svg)no-repeat;
    position:relative;
    top:5px;
    margin-right:6px;
}

.sch-wrap .sch-recent .icn-close{
    background: url(/assets/okems_3/bid/img/icn_close.svg)no-repeat;
    background-size: 15px 15px;
    position: relative;
    top:-3px;
    width:15px;
    height:15px;
    display:inline-block;
    opacity: .7;
}

.sch-wrap .sch-recent .icn-close:hover{
    opacity: 1;
}

.sch-recent  .recent-data-wrap{
    display:inline-block;
    width:1084px;
}

.sch-recent  .recent-data-wrap li.recent-data{
    position: relative;
    background:#f0f0f0;
    padding:2px 8px 0px;
    display:inline-block;
    box-sizing:border-box;
    height:32px;
}

.sch-recent  .recent-data-wrap li.recent-data:hover{
    background: #fff4ee
}

.sch-recent  .recent-data-wrap li.recent-data.on{
    background:#fff4ee;
    color:#ff842e;
    box-shadow: 0 0 0 1px #ff842e inset;
    box-sizing:border-box;
}

.sch-recent  .recent-data-wrap .tooltip-show{
    display:inline-block;
    max-width:326px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.sch-recent .recent-data-wrap li.recent-data .txt-recent::after{
    content:"";
    border-right:1px solid #aaa;
    width:1px;
    height:6px;
    margin:0 5px
}

.sch-recent .recent-data-wrap li.recent-data .txt-recent.last::after{
    content:"";
    border-right:none;
    width:1px;
    height:6px;
    margin:0 5px
}

.sch-recent .txt-con{
    position: relative;
    top:5px;
}

/* 드롭다운 */
.filter-box {
    position: absolute;
    width:1200px;
    height:252px;
    z-index:99;
    
    border: 1px solid #333;
    border-radius: 6px;
    background: #fff;
    display: none;
    margin-top:-1px;
}


.filter-box.active {
    display: flex;
}


.filter-box .filter-left,
.filter-box .filter-center,
.filter-box .filter-right {
    padding: 22px;
    border-right: 1px solid #ccc;
}

.filter-box .filter-left{
    width:320px;
}

.filter-box .filter-center{
    width:498px;
}
.filter-box .filter-right{
    width:380px;
}
.filter-right { border-right: none !important; }

/* 헤더 라인 */
.filter-box .filter-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.filter-box .filter-head img{
    opacity: .5;
}

.filter-box .filter-head .btn-reset:hover{
    color:#666
}
.filter-box .btn-reset {
    border: none;
    background: none;
    color: #999;
    cursor: pointer;
    font-size: 13px;
    font-family:"Pretendard";

}

.filter-box .region-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px 0;
    list-style: none;
    padding: 0;
}
.filter-box .region-list li {
    cursor: pointer;
    padding: 3px 2px;
    border-radius: 4px;
    text-align: center;
    margin:0 2px;
}
.filter-box .region-list li label span {
    font-size: 14px;
    cursor: pointer;
}
/* 체크박스가 체크되었을 때 스타일 */
.filter-box .region-list li:has(input[type="checkbox"]:checked) {
    color: #ff6f2e;
    font-weight: 500;
    background: #fff5e6;
}
.filter-box .region-list li:has(input[type="checkbox"]:checked) span {
    font-weight: 500;
}
/* 체크박스 숨김 */
.region-list input[type="checkbox"] {
    display: none;
}

.filter-box .search-box {
    display: flex;
    gap: 6px;
    margin:0 !important;
    margin-bottom: 16px;
    width:285px  !important
}



.filter-box .search-box input {
    flex: 1;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width:285px  !important;
    border-radius: 0 !important;
}
.filter-box .btn-search {
    width: 40px;
    border: none;
    background: #f3f3f3;
    border-radius: 6px;
    cursor: pointer;
}



.filter-box .type-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.filter-box .type-list label {
    width: fit-content;
    cursor: pointer;
}

.filter-box #search_btn{
    position: absolute;
    background: url(/assets/okems_3/component/img/icn_search.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    right: 10px;
}


.filter-box .search-box .sch-list{
    position: absolute;
    z-index:4;
    top:100%;
    width:285px;
    background:#fff;
    border:1px solid #999;
    border-top:none !important;
    /* margin-top:-1px; */
    
}



.filter-box .sch-list ul li{
    padding:3px 0 3px 22px;
    cursor: pointer;
}

.filter-box .search-box .sch-list ul li:hover{
    background: #f7f7f7
}

.filter-box .search-box .sch-list ul li.firstLi{
    padding-left:15px;
    font-weight:bold;
    background: transparent;   /* 기본 배경 유지 */
    cursor: default;           /* 선택 느낌 없게 커서도 고정 */
    
}

.filter-box .search-box .sch-clear{
    position:absolute;
    right:40px;
    z-index:5;
    top:11px;
    opacity: .5;
}

.filter-box .search-box   .sch-clear:hover{
    opacity: .7;
}
.filter-box .search-box  .sch-list .area-btn{
    
    position: absolute;
    width:calc(100% + 2px);
    padding:6px 0;
    margin-left:-1px;
    
    border:1px solid #999;
    border-top:1px solid #e7e7e7;
    background: #f7f7f7;
}

.filter-box .search-box .sch-list .area-btn button{
    color:#888;
    font-size:14px;
    font-family: "Pretendard";
    padding-right: 6px !important;
}


.filter-box .search-box .sch-list .area-btn button span.icn-close{
    
    background-color: #888; /* 바꾸고 싶은 색상 */
    vertical-align:-3px;
}
.filter-box .search-box .sch-list .area-btn button:hover span.icn-close {
    
    background-color: #333;
}
.filter-box .search-box .sch-list .area-btn button:hover {

    color: #333;
}
.filter-box .search-box .sch-list .list-scroll{
    max-height: 135px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.30) transparent;
}

.filter-box .search-box .sch-list .list-scroll ul li.checked{
    background: url(/assets/okems_3/bid/img/check_solid_orange.png) #fff5e6 96% 50% no-repeat;
    color:#ff842e;
    font-weight:bold

}
.filter-box .btn-close span.icn-close {
    width: 16px;
    height: 16px;
    display: inline-block;
    mask: url(/assets/okems_3/component/img/icn_close.svg) no-repeat;
    -webkit-mask: url(/assets/okems_3/component/img/icn_close.svg) no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
  .filter-box .item-wrap .item-left .item-select {
    display: flex;
    height: 320px;
}

.filter-box .filter-center .tag-box{
    position: absolute;
    width:453px;
    max-height:156px;
    font-size:0;
    overflow-y: auto;
}
.filter-box .filter-center .tag-box .tag{
    background:#fff5e6;
    color:#ff842e;
    padding:4px 6px 4px 8px;
    margin-bottom:4px;
    display:inline-block;
    font-size:14px;
}

.filter-box .filter-center .tag-box .tag .icn-close{
    background: url(/assets/okems_3/bid/img/icn_close.svg)no-repeat;
    background-size: 15px 15px;
    position: relative;
    top:2px;
    width:15px;
    height:15px;
    display:inline-block;
    opacity: .7;
    margin-left:2px;
}


/* 체크박스를 X 버튼처럼 보이게 */
.filter-box .filter-center .tag-box .tag input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: url(/assets/okems_3/bid/img/icn_close.svg) no-repeat center;
    background-size: 15px 15px;
    opacity: 0.7;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
}

.filter-box .filter-center .tag-box .tag input[type="checkbox"]:hover{
    opacity: 1;
}

.filter-box label input[type="checkbox"]:checked.default-check{
    border: #ff842e !important;
    background: url(/assets/okems_3/component/img/icn_check_white.svg)center #ff842e no-repeat  !important;
    background-size: 13px !important;
}
.left label input[type="checkbox"]:checked.default-check{
    border: #5c78de !important;
    background: url(/assets/okems_3/component/img/icn_check_white.svg)center #5c78de no-repeat  !important;
    background-size: 13px !important;
}
.filter-box label:has(input[type="checkbox"]:checked) {
    /* color: #ff842e */
}

label input[type="checkbox"].default-check {
    appearance: none;
    box-sizing: border-box;
    padding: 0.25em;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin: 2px 5px 2px 2px;
}
.default-input-span {
    position: relative;
    top: 1px;
    cursor: pointer;
    font-size: 14px;
}
.ml-1 {
    margin-left: 2px !important;
}
 .icn-16 {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.mg-h2{
    font-size: 28px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.meet-list-con {
    position: relative;
    margin: 0 auto;
    width: 88%;
    max-width: 88%;
    padding-top: 14px;
    width: 1400px;
    min-width: 1400px;
    padding-top: 45px !important;
}
.sch-wrap input[type=text] {
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px solid #d7dce5;
    border-radius: 5px;
    padding: .688rem .75rem;
    font-family: "Pretendard";
}
.sch-wrap input[type=text]:focus {
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px solid #555;
    border-radius: 5px;
    padding: .688rem .75rem;
    font-family: "Pretendard";
}

.filter-box .type-list label {
    margin-bottom: 10px;
}

/* 오른쪽 배너 */

.right-banner-wrap {
    position: fixed;
    left: 50%;
    margin-left: calc(1240px / 2 + 95px);
    width: 130px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    padding: 3px 0;
}


.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
  }
  

  .menu-item:first-child:hover .menu-title{
    color:#5c78de;
  }

  .menu-item:nth-child(2):hover .menu-title{
    color:#ff842e;
  }


  .menu-item:last-of-type {
    border-bottom: none;
  }
  
  .menu-text {
    display: flex;
    flex-direction: column;
  }
  
  .menu-label {
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 4px;
    width:42px;
    text-align: center;
    padding-top:2px
  }
  
  .menu-title {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
  }

  .bg-orange-light {
    background: #fff4ee;
  }
 
  .bg-orange:hover {
    background: #f65600;
  }
 
  .menu-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    margin-left: 6px;
  }
  
  .icn-arrow {
    color: #aaa;
    font-size: 16px;
    position: relative;
    top:11px
  }
  
  .menu-link-wrap {
    display: flex;
    flex-direction: column;
    padding: 6px 12px 2px;
  }
  
  .menu-link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 0px 0;
  }
  
  .menu-link:hover {
    color: #333;
  }

  .menu-link-wrap a{
    padding: 5px 0
  }
.text-orange{
    color: #ff842e;
}
.bg-orange{
    background: #ff842e;
}

/* Firefox */
.region-wrap .select-1,
.region-wrap .select-2,
.filter-box .search-box .sch-list .list-scroll,
.filter-box .filter-center .tag-box {
  scrollbar-width: thin;              
  scrollbar-color: rgba(0,0,0,0.30) transparent; 
}

@supports (scrollbar-color: auto) {
  /* already covered by Firefox rule; WebKit handled above */
}
.text-blue {
    color: #5c78de;
}
.bg-blue-light {
    background: #f1f6ff;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.admin-start{
    position: fixed;
    left: 50%;
    /* top:445px; */
    margin-left: calc(1240px / 2 + 95px);
    width: 130px;
    border: 1px solid #e5e5e5;
    background: black;
    padding: 3px 0;
    text-align: center;
    font-size:14.5px;
    margin-top:15px;
}

.admin-start:hover{
    background:#555
}

/* 만광 테이블 */
.w-75 {
    width: 75px !important;
}
.w-150 {
    width: 150px !important;
}
.left select {
    appearance: none;
    background: url(/assets/okems_3/component/img/icn_arrow_down.svg) #fff no-repeat right 8px center;
    background-size: 23px 22px;
    vertical-align: top;
    font-family: "Pretendard";
}
.meet-list-contents {
    margin: 0 auto;
    padding-top: 14px;
    width: 100%;
    margin-top: 30px;
}

.meet-list-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.meet-list-top .num-txt {
    font-size: 18px;
    font-weight: bold;
    position:relative;
    top:3px;
    margin-right:5px;
    
}
.meet-list-top .search-txt {
    font-size: 14px;
    color: #888888;
}



.meet-list-table td{
    
    word-break: keep-all;
}

.meet-list-table td:nth-child(3), .meet-list-table th:nth-child(3){
    
    padding-right:12px !important;
}
.meet-list-table td:nth-child(4), .meet-list-table th:nth-child(4){
    border-left:1px solid #d0d0d0;

}

.meet-list-table td:nth-child(7), .meet-list-table th:nth-child(7){
    border-right:1px solid #d0d0d0;
    padding-right:12px !important;

}
.meet-list-table td:nth-child(7){
    letter-spacing: -0.5px;
}
.table-hor .mg-name{
    padding : 17px 0 17px 10px !important;
    line-height:24px;
}

.table-hor .mg-name .tooltip-wrap{
    display:inline-block

}

.re-up-time{
    font-size:11.5px;
    background:#fff1ec;
    color:#ff9b54;
    padding:2px 6px;
    border-radius:20px;
    font-weight:500;
    letter-spacing:-0.5px;
}
.table-hor .opened .tooltip-text, .table-hor .participation .tooltip-text{
    font-size: 13px  !important;
    font-weight:500;
    
}
.text-title:visited{
    color:#a9afb8;
}
.tooltip-wrap .tooltip-text.bottom {
    top: 100%;
}
.tooltip-wrap:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.tooltip-wrap .tooltip-text.bk {
    background: #333;
    color: #fff;
}
.tooltip-wrap .tooltip-text {
    visibility: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    padding: 5px 12px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    /* max-width: 100%; */
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;  
}
.participation::after {
    content: attr(data-tip);
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: pre-wrap; /* 줄바꿈 허용 */
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 10;
}
.table-hor .opened{
    font-size:11.5px;
    background:#dc3545;
    color:#fff;
    padding:2px 6px;
    border-radius:20px;
    font-weight:500;
    position: relative;
}
.table-hor .participation{
    position: relative;
    font-size:11.5px;
    background:#4c94ff;
    color:#fff;
    padding:2px 6px;
    border-radius:20px;
    font-weight:500
}
.table-hor .mg-name .tooltip-wrap{
    display:inline-block

}

.table-hor tr th{
    padding:6px 0 !important;
    line-height:18px;
    font-size:14px !important
}
.table-hor .tooltip-wrap:has(.tooltip-text) .text-clamp {
    max-width: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;          /* 텍스트만 숨김 */
    text-overflow: ellipsis;
    line-height: 1.2em;
    word-break: keep-all;
    /* height:36px;   */
}

.tooltip-wrap .text-clamp + .tooltip-text.bottom{
    top:calc(100% + 4px)  !important;
    font-weight: normal !important;
}
.select-wrap {
    appearance:none;
    background:url('/assets/okems_3/gongdong/meet_new/meet_list/img/arrow.png') no-repeat right 8px center;
    vertical-align: top;
    border: 1px solid #d7dce5;
    border-radius: 3px;
    padding: .688rem .75rem;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top:-3px;
}

.meet-list-top .left-ck {
    position: relative;
    top:2px;
    left:5px;
}

.right-search-box {
    position: relative;
    display: inline-block;
}


.search-input {
    position: relative;
    top:-3px;
}
.search-icon {
    position: absolute;
    right: 10px;
    top:19px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 0;
}
.icn-20 {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.table-hor .text-center .star-icon {
    position: relative;
    top:-4px;
}

.table-hor .count {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px 0 7px;
    color: #ff4234;
    background-color: #e9e9e9;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}


.table-hor tr:hover {
    background: #fffceb
}
.table-hor  .gonggo-name{
    display: inline-block;
    max-width:302px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.table-hor .list-level{
    border:1px solid #ff9b54;
    color:#ff9b54;
    padding:2px 4px;
    font-size:11px;
    border-radius:15px;
    margin-left:4px;
    font-weight:500;
    position: relative;
    top:-2px


}

.text-blue-4{
    color:#284ac6
}

.text-orange-4.done{
    color:#666;
    font-size:15px;
}

.table-hor .date{
    font-size:13.5px !important;
}
/* 페이지네이션 */


.pagination-wrap {
        margin: 0 auto;
    width: 88%;
    max-width: 88%;
    padding-top: 14px;
    width: 1240px;
    min-width: 1240px;
    margin-top: 30px;
}

.pagination-square {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
}
.pagination-square li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.pagination-square li.on a {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}
.pagination-square .disabled svg {
    fill: #d0d0d0;
    cursor: initial;
}


.text-visited{
    color:#a9afb8
}



.region-wrap .select-1::-webkit-scrollbar,
.region-wrap .select-2::-webkit-scrollbar,
.filter-box .search-box .sch-list .list-scroll::-webkit-scrollbar,
.filter-box .filter-center .tag-box::-webkit-scrollbar{
  width: 6px;             
}

.region-wrap .select-1::-webkit-scrollbar-track,
.region-wrap .select-2::-webkit-scrollbar-track,
.filter-box .search-box .sch-list .list-scroll::-webkit-scrollbar-track,
.filter-box .filter-center .tag-box::-webkit-scrollbar-track  {
  background: transparent; 
  border-radius: 8px;
}

.region-wrap .select-1::-webkit-scrollbar-thumb,
.region-wrap .select-2::-webkit-scrollbar-thumb,
.filter-box .search-box .sch-list .list-scroll::-webkit-scrollbar-thumb,
.filter-box .filter-center .tag-box::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  border: 2px solid transparent; 
  background-clip: padding-box;
}
/* 공고 이동 */
.btn-bid-detail{
    padding-right:2px;
    padding-bottom:2px;
    margin-left:4px;
    border:1px solid #e5e5e5;
    border-radius: 15px;
    background:#fff;
    padding-left:2px;
    cursor:pointer;

}

.btn-bid-detail:hover{
    background:#efefef
}

.list-none{
    font-size:15px;
    padding:40px 0
}
.table-hor {
    border-top: 1px solid #000;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    color: #333333;
}
.table-hor tr th {
    text-align: center;
    background: #fff;
    color: #000;
    padding: 15px 0;
    font-weight: 500;
    font-size: 15px;
}
.table-hor tr {
    border-bottom: 1px solid #d7dce5;
}
.meet-list-table td:nth-child(3), .meet-list-table th:nth-child(3) {
    padding-right: 12px !important;
}
.meet-list-table td:nth-child(4), .meet-list-table th:nth-child(4) {
    border-left: 1px solid #d0d0d0;
}
.tit-mg-name.m-list {
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
 .text-gray {
    color: #888;
}
.font-weight-bold {
    font-weight: bold !important;
}
a.gonggo-name:visited {
    color: #551a8b;
}
.tit-mg-name .tit-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 1 auto;
}

.tit-mg-name .count {
    align-self: flex-end;
    margin-bottom: 2px;
}

.tit-mg-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 462px;
    white-space: nowrap;
    align-items: flex-end;
}

.tooltip-wrap .tooltip-text:hover {
    visibility: hidden !important; 
    opacity: 0 !important;
}
.tooltip-wrap .tooltip-text.bottom {
    top: 120%;
}
.tooltip-wrap .tooltip-text.bk {
    background: #333;
    color: #fff;
}


/* 뉴만광 코치마크 */
.coach-bg.smart-bidding{
    position: absolute;
    inset: 0;

    background: url(/assets/okems_3/gongdong/meet/meet_list/img/coach-background_260408.png) no-repeat;
    background-size: cover;                 
    background-position: center top;      

}


/* .coach-click {
    position: fixed;
    left: 50%;
    top:480px;
    margin-left: calc(1240px / 2 + 95px);
    width: 130px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    padding: 3px 0;
    text-align: center;
} */

.coach{
    top: 0px;
    display: none;
      position: fixed;      
    inset: 0;             
    z-index: 1000000;
    width: 100%;
    height: 100%;
}

.coach-in{
      position: relative;  
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.coach-in .coach-btn {
    position: fixed;
    top: 40px;
    left: 50%;
     transform: translateX(
        clamp(
            670px,        /* 최소: 1400 기준 */
            35vw,         /* 화면 커질수록 이동 */
            900px         /* 최대 이동 제한 */
        )
    );
    z-index: 10000;
    
}
.coach-in .coach-btn button {
    width: 30px;
    height: 30px;
    background: #979797;
    border-radius: 50%;
}


.coach-in .coach-btn img {
    transition: transform 0.4s ease;
}

.coach-in .coach-btn button:hover img {
    transform: rotate(360deg);
}
.meet-list-table td:nth-child(3), .meet-list-table td:nth-child(4){
    line-height:1.2em
}


.mg-h2.banner-wrap {
    justify-content: space-between !important;
    position: relative;
}


.banner-rotate {
    position: absolute;
    width: 250px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    right: 0px;
    bottom: 0px;
}

.banner-rotate img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: crossFade 6.5s infinite ease-in-out;
  will-change: opacity;
}

.banner-rotate img:nth-child(2) {
  animation-delay: -3.25s; /* 전체 시간의 절반 */
}

@keyframes crossFade {
  0%   { opacity: 0; }
  12%  { opacity: 1; }
  50%  { opacity: 1; }
  62%  { opacity: 0; }
  100% { opacity: 0; }
}

/* 만광 업종 UI 개선 시작 */
.tag-container {
    display: inline-block;
    width: fit-content;
    height: 27px;
    margin-right:4px;
    margin-bottom: 6px;
    padding: 0 2px 0 5px;
    background: #fff5e6;
    color: #ff842e;
    border-radius: 4px;
    text-align: left;
}

.tag-container input[type="checkbox"] {
    /* 스크린 리더를 고려해서 체크박스를 화면에서 숨김 */
    position: absolute;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.tag-container .label-box {
    display: inline-block;
    position: relative;
}

.tag-container .check-icon {
    display: inline-block;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #fdccab;
    cursor: pointer;    
}

.tag-container .check-icon::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 7px;
    height: 10px;
    top: 0;
    left: 4px;
    transform: rotateZ(40deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.tag-container label {
    height: 27px;
    padding-left: 22px;
    padding-right: 5px;
    position: relative;
    text-align: left;
    font-size: 14px;
    font-family:"Pretendard";
    line-height: 27px;
    cursor: pointer;
}

.tag-container [type="checkbox"]:checked+.label-box .check-icon {
    border-color: #ff842e;
    background-color: #ff842e;
}

.tag-container [type="checkbox"]:checked+.label-box .check-icon::before {
    border-color: #fff;
}

.tag-container button {
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    padding: 6px 0;
    margin-left: -3px;
}

.tag-container .icn-close {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    background: url('/assets/okems_3/bid/img/icn_close_meet_list.svg') no-repeat;
    background-size: 15px 15px;
    opacity: .5;
    transition: all 0.1s;
}

.tag-container .icn-close:hover {
    opacity: 1;
}
/* 만광 업종 UI 개선 끝 */

/* 만광관리함 버튼 디자인 수정 시작 */
.wrap-btn-box{
    width: 130px;
    height: 51px;
    position: absolute;
    top: -61px;
    right: 0;
}

.wrap-btn-box .link-mydoc-meet{
    display: inline-block;
    width: 130px;
    height: 51px; 
}

.wrap-btn-box .link-mydoc-meet {
    display: inline-block;
    width: 130px;
    height: 51px;
    position: relative;
    cursor: pointer;
}
.wrap-btn-box .link-mydoc-meet .main-box {
    box-sizing: border-box;
    width: 130px;
    height: 40px;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #fff9f3;
    border: 1px solid;
    border-color: #ff842e;
    border-radius: 5px;
    text-align: center;
    color: #f65901;
    font-size: 15px;
    font-family:"Pretendard";
    font-weight: 700;
    line-height: 42px;
    transition: all 0.2s;
}
.wrap-btn-box .link-mydoc-meet .upper-box {
    width: 90px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 7px;
}
.wrap-btn-box .link-mydoc-meet .upper-box svg.speech-bubble {
    width: 90px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    fill: #ff842e;
    transition: all 0.2s;
}
.wrap-btn-box .link-mydoc-meet .upper-box .btn-text {
    width: 90px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: "Pretendard";
    line-height: 20px;
    word-spacing: -1px;
    letter-spacing: -0.5px;
}
.wrap-btn-box .link-mydoc-meet:hover .main-box {
    border-color: #f65901;
}
.wrap-btn-box .link-mydoc-meet:hover svg.speech-bubble {
    fill: #f65901;
}
/* 만광관리함 버튼 디자인 수정 끝 */
/* 260713 [공통] 전남광주통합특별시 지역 개편 서비스 적용 / 고수정 */

.jeonnam-gwangju {
    letter-spacing: -1px;
}


/* 260713 [공통] 전남광주통합특별시 지역 개편 서비스 적용 / 고수정 끝 */
