@charset "utf-8";

/* common */
:root{
	--black:#000;
	--white:#FFF;
}
i{font-style:inherit}
.tc {text-align:center !important}
.tl {text-align:left !important}
.tr {text-align:right !important}
.black{color:var(--black) !important}
.white{color:var(--white) !important}
.fw600{font-weight:600 !important}
.w100p{    width: 100%;}
.sound_only,
legend,
caption{
	display: inline !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
    visibility: hidden;

}
/* display flex */
.flexBox{display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;}
.flexBox.area02{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.flexBox.area02.ver_noList,
.flexBox.ver_noList{-webkit-box-lines: single;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.flexBox.area02.ver_noList > *{width:auto;}
.flexBox.area02.ver_auto_h{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flexBox.justify-center{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.flexBox.align-center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.flexBox.flex-center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.flex1{flex:1}
.inner_left{
    padding-left:calc((100% - 1400px) /2) !important
}
.inner_right{
    padding-right:calc((100% - 1400px) /2) !important
}
.font_in_title{
    font-size: 22px;
}

.inner_full{
    width: 94%;
    margin: 0 auto;
}

/* 가로사이즈 */
.inner{width:1400px;margin-left:auto;margin-right:auto;}
.inner_wide{width:90%;margin-left:auto;margin-right:auto;min-width: 1200px;}
.date_box {
    display: inline-flex;

}
.date_box button.date_btn{
    display: inline-block;
    width: 50px;
    height: 45px;
    background: #000 url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_pnyraqne.cat) no-repeat center center;
    background-size: 18px;
    color: #FFF;
    border:2px solid #000;
    border-left: 0;
}
.register_table input[type="text"], 
.register_table input[type="email"], 
.register_table input[type="date"], 
.register_table input[type="password"],
.register_table select{
    border:1px solid #DDD;
    border-radius: 0;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
}
.mt-20{
    margin-top: 20px !important;
}
.inp_flex{
    gap: 5px;
}
.inp_flex select{
    min-width: 100px;
}
.inp_flex.inp_email select{
    min-width: 200px;
}
.register_table .in_btn{
    display: inline-block;
    background: #000;
    color: #FFF;
    line-height: 38px;
    font-size: 14px;
}
.register_table .comment{
    display: block;
    margin-left: 0;
    line-height: 1.2;
    font-size: 14px;
    /* background: #f8f8f8; */
    padding: 0;
    margin-top: 10px;
}

.font_h1,h1{
    font-size:52px;
}
.font_h2,h2{
    font-size:32px;
}
.font_h3,h3{
    font-size:26px;
}
.font_h4,h4{
    font-size:22px;
}
.font_h5,h5{
    font-size:18px;
}
.font_lg{
    /* font-family: 'GmarketSansMedium'; */
    font-weight: 700;
}
.font_lg_b{
    /* font-family: 'GmarketSansMedium'; */
    font-weight: 700;
}
table.basic_table{
    padding:0;
    border:0;
    border-spacing:0px;
    border-collapse:collapse;
    width: 100%;
    table-layout: fixed;
}
.basic_table .w1{
    text-align: center;
    width: 7%;
}
.basic_table .w3{
   width: 15%;
}
.basic_table .w4{
   width: 20%;
}
.basic_table .w6{
    width: 10%;
 }
.basic_table .w25{
    width: 25%;
}
.basic_table th{
    line-height: 55px;
    border-bottom: 2px solid #222;
    border-top: 2px solid #222;
    text-align: center;
    background: #FFF;
}
.basic_table.ver_black th{
    line-height: 55px;
    border-bottom:1px solid #666;
    border-top: 0;
    text-align: center;
    background: #111;
    color: #FFF;
    border-right:1px solid #666;
    border-left: 1px solid #666;
}
.basic_table td{
    border-bottom: 1px solid #DDD;
    text-align: center;
    line-height: 70px;
    background: #FFF;
}
.basic_table td.state span{
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    width: 55px;
    font-size: 15px;
}
.basic_table td.state span.end{
   background: #999;
   color: #DDD;
}
.basic_table td.state span.ing{
    background: #000;
    color: #FFF;
 }
.basic_table td.state span.yet{
    background: #47eedb;
    color: #FFF;
}
.basic_table td.subject .in_cont{
    line-height: 1.2;
    text-align: left;
    width: 100%;
}
.basic_table .notice td{
    background:#f0f0f0
}
.basic_table .notice td:hover{
    background: #f0f0f0;
}
.basic_table .notice td:nth-child(1) span,
.basic_table td span.cate{
    background:#000;
    color: #FFF;
    display: inline;
    padding: 5px 10px;
    font-size: 14px;
}
.basic_table td a{
    display: block;
    text-align: left;
    overflow: hidden;
    height: 70px;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.basic_table td a.file_link{
    height: auto;
    text-decoration: underline;
    display: inline-block;
    margin-right: 5px;
}
.basic_table td a.file_link:hover{
    font-weight: 600;
}
.basic_table tbody tr:hover td{
    background: #f4f4f4
}
.basic_table.ver_black{
    border-right: 1px solid #DDD;
}
.basic_table.ver_black td{
    line-height: 1.5;
    padding: 12px;
    border-left:1px solid #DDD
}
.board_box{
    margin-top: 50px;
}
.board_box .center_tit{
    text-align:center;
}
.board_box .center_tit.tit h2{
    display: inline-flex;
    margin-left: -20px;
}
.board_box .center_tit.tit h2::before,
.sub_cont_wrap .c_pp01.tit h2::before{
    background: var(--pp01);
}
.board_box .bo_top_area{
    margin-bottom: 12px;
}

.board_box .bo_list_total span{
    font-size: 16px;
    color: #222;
}
.board_box .bo_sch_wrap select{
    width: 150px;
    height: 45px;
    border: 1.5px solid #000;
    border-radius: 2px;
    font-size: 16px;
    padding: 0 16px 0 14px;
    margin-right: 5px;
    outline: none;
    line-height: 1;
}
.board_box .bo_sch_wrap .sch_bar{
    display: flex;
    width: 380px;
    clear: both;
    background: #FFF;
    padding: 0 12px;
    line-height: 45px;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    float: right;
    border: 1.5px solid #000;
    border-radius: 2px;
    font-size: 16px;
}
.board_box .bo_sch_wrap .sch_bar input{
    width: 100%;
    height: 45px;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    outline: none !important;

}
.board_box .bo_sch_wrap .sch_bar input:focus{
    outline: none;
    border:0 !important;
}

.board_box .bo_sch_wrap .sch_bar .sch_btn{
    height: 24px;
    float: right;
    color: #656565;
    background: none;
    border: 0;
    width: 24px;
    font-size: 19px;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_frnepu.fit) no-repeat center center;
    background-size: 18px;
}

.board_box .bo_sch_wrap.ver_sch_box{
    background: #f8f8f8;
    margin-bottom: 50px;
    padding: 50px;
}
.board_box .bo_sch_wrap.ver_sch_box ul{
   flex-wrap: wrap;
}
.board_box .bo_sch_wrap.ver_sch_box ul li{
    width: 45%;
    display: inline-flex;
    align-items: center;
    min-width: 33%;
    flex: 1 1 auto;
}
.board_box .bo_sch_wrap.ver_sch_box ul li.last{
    margin-top: 20px;
}
.board_box .bo_sch_wrap.ver_sch_box ul li.last select{
	width:auto;
    min-width: 120px;
	
}
.board_box .bo_sch_wrap.ver_sch_box ul li .nm{
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
    width: 80px;
    text-align: left;
    font-weight: 600;
}
.board_box .bo_sch_wrap.ver_sch_box .nm_cate{
    display: inline-block;
    margin: 0 10px
}
.board_box .bo_sch_wrap.ver_sch_box select{
    width: 320px;
}
.board_box .bo_sch_wrap.ver_sch_box button.searchBtn{
    background: #000;
    display: inline-block;
    text-align: center;
    padding: 0 50px;
    line-height: 50px;
}
.board_box .bo_sch_wrap.ver_sch_box input[type='date']{
    border: 1.5px solid #000;
    border-radius: 2px;
}

.board_box .btn_list{
    display: inline-block;
    border-radius: 0;
    line-height: 34px;
    padding: 0 12px;
    background: #000;
    color: #FFF;
    font-size: 14px;
 }
.board_box .bo_view_area .bo_view_hd{
     width: 100%;
     border-top: 2px solid #000;
     border-bottom: 2px solid #000;
     padding: 20px 24px;
     align-items: center;
 }
.board_box .bo_view_cont{
     border-bottom: 1px solid #000;
     padding: 24px;
 }
.board_box .bo_view_cont img{
     max-width: 100%;
 }
 /* 주요일정 */
 .board_box .bo_view_cont .img_area img{
    display: inline-block;
}
.board_box .bo_view_cont .img_area {
    /* text-align:center; */
    width: 100%;
    margin-bottom: 24px;
  }
.board_box .bo_view_area .bo_v_tit{
     flex: 1;
     font-size: 20px;
     color: #000;
     padding-right: 24px;
     word-break: keep-all;
 }
 .board_box .bo_view_area.ver_mjList .bo_v_tit{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
 }
.board_box .bo_view_area .bo_v_cate{
     display: inline-flex;
     gap: 24px;
 }
.board_box .bo_view_area .bo_v_cate b{
     display: inline-block;
     margin-right: 12px;
 }
 .board_box .bo_view_area .bo_v_cate.sns_link{
    gap: 5px;
 }
 .board_box .bo_view_area .bo_v_cate.sns_link img{
    width: 20px;
 }

/* 지난사업결과 */
.board_box.board_busi_ver .bo_view_area .bo_view_hd{
    text-align: center;
    flex-direction: column-reverse;
}
.board_box.board_busi_ver .bo_view_area .bo_v_tit{
    padding-right: 0;
    padding-top: 12px;
}
.board_box.board_sch_type {
    padding-bottom: 120px;
}



table.basic_table.form_table td{
    text-align: left;
}
table.basic_table.form_table tr:hover td{
    background: #FFF;
}
.basic_table.form_table th{
    padding: 5px 10px;
    line-height: 42px;
    text-align: left;
    border-bottom: 1px solid #000;
    border-top: 0;
}
.basic_table.form_table th label{
    cursor: inherit;
}
.basic_table.form_table td{
    line-height: 24px;
    padding: 20px 12px;
}

table.basic_table.register_table{
    border-top: 3px solid #000;
}

table.basic_table.register_table td{
    text-align: left;
}
table.basic_table.register_table tr:hover td{
    background: #FFF;
}
.basic_table.register_table th{
    padding: 5px 10px;
    line-height: 42px;
    text-align: left;
    border-bottom: 1px solid #000;
    border-top: 0;
    width: 100px;
}
.basic_table.register_table th label{
    cursor: inherit;
}
.basic_table.register_table td{
    line-height: 24px;
    padding: 20px 12px;
}
table .w01{
    width: 200px;
}


.board_box .pg_wrap{
    margin-top: 95px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.board_box .pg_wrap a{
    display:inline-flex;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0;
    justify-content: center;
}
.board_box .pg_wrap a.pg_arw{
    text-align:center;
    transform: rotate(0deg);
}
.board_box .pg_wrap a.active{
    background: #000;
    color:#FFF;
}
.board_box .pg_wrap a.pg_pprev{
    background:#f0f0f0 url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_nej_arkg.cat) no-repeat center center;
    transform: rotate(-180deg);
    background-size: 8px
}
.board_box .pg_wrap a.pg_prev{
    background: #f0f0f0 url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_nej.cat) no-repeat center center;
    transform: rotate(-180deg);
    background-size: 5px

}
.board_box .pg_wrap a.pg_next{
    background:#f0f0f0  url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_nej.cat) no-repeat center center;
    background-size: 5px

}
.board_box .pg_wrap a.pg_nnext{
    background: #f0f0f0 url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_nej_arkg.cat) no-repeat center center;
    background-size: 8px

}
.list_dot li{
    position: relative;
    padding-left: 12px;
}
.list_dot li::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 12px;
}
.board_box .add_file_list{
    align-items: center;
    border-bottom:1px solid #000
}
.board_box .add_file_list .tit{
    width: 200px;
    text-align: center;
    padding:12px 0;
    font-weight: 600;
}
.board_box .add_file_list .link_box{
    border-left: 1px solid #000;
    padding: 12px 24px;
    padding-left: 24px;
    display: inline-flex;
    flex-direction: column;
}
.board_box .add_file_list .link_box a{
    display: inline-block;
    position: relative;
    color: rgba(0,0,0,.8);
}
.board_box .add_file_list .link_box a:hover{
  
    color: rgba(0,0,0,1);
}
.board_box .add_file_list .link_box a:hover:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
    position:absolute;
    bottom: 4px;
    left:0;
}

.inp_check input{   
    display: inline !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
    visibility: hidden;
}
.inp_check{
    display: inline-block;
    margin-right: 10px;
}
.inp_check input + label{
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.inp_check input + label i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #000;
    position: relative;
}
.inp_check input:checked + label i{
    background: #000;
}
.inp_check input:checked + label i::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_purpx_j.fit) no-repeat center center;
    background-size: 70%;
}
.inp_check input:disabled + label i{
    background: #f4f4f4;
    border: 1px solid #ccc;
}
.inp_check input:disabled + label{
    color:#888
}
table.basic_table.ver_list03 {
    border-top:2px solid #000
}

input.btn_add_file{overflow: hidden;width: 70px;}
input.btn_add_file::before{
    content: '파일추가';
    display: inline-block;
    width: 70px;
    background: #000;
    color: #FFF;
    text-align: center;
    line-height: 35px;
}
.add_file input[type="text"]{
    width: 50%;
}
.column{
    flex-direction: column;
}
.add_fileList{
    border:1px solid #000;
    padding: 10px;
    margin-top: 5px;
}
.register_form_area .add_fileList .inp_check{
    display:flex;
    align-items: center;
    gap: 5px;
    float: inherit;
}
.add_file .btnDelet{
    display: inline-block;
    border:2px solid #000;
    border-radius: 0;
    line-height: 29px;
    margin-left: 3px;
    margin-bottom: 10px;
}

/* 비밀글 */
.businessArea .basic_table tbody td.subject a.secret{
    position: relative;
    word-break: break-all;
}
.businessArea .basic_table tbody td.subject a.secret::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 70px;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.zhfvfvf.be.xe%2Spff%2S..%2Svzntrf%2Spbzzba%2Svpb_frperg.cat) no-repeat center center;
    background-size: 10px auto;
    float: left;
}
@media (min-width: 1024px) {
    .mobVer {display:none !important}
}
@media (max-width: 1550px) {
	.inner_wide{
		width:94%;
	}
}


@media (max-width: 1420px) {
	.inner{width:92%}	
	img{max-width:100%}
    .inner_left {
        padding-left: 4% !important;
    }
    .inner_right {
        padding-right: 4% !important;
    }
}

@media (max-width: 1024px) {
	.inner,
	.inner_wide{width:calc(100% - 40px)}
    .inner_left {
        padding-left: 20px !important;
    }
    .inner_right {
        padding-right: 20px !important;
    }
	.m_full_inner{width:100% !important}
	.pcVer {display:none !important}
	.m-column{-webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column;}
    .m-column-s{-webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column;
        align-items: flex-start !important;
    word-break: keep-all;}
	.m-column > *{width:100% !important}
	.m-column-reverse{-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.flexBox.area02.ver_noList{-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.flexBox.area02.ver_noList.m-column-reverse,
	.flexBox.area02.ver_noList.m-column{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}

	.nm_radio + .nm_radio{margin-left:0}
	.nm_radio input[type="radio"] + label{font-size:14px}
	.inp_box_area .inp_box{line-height:35px;height:35px}
	.nm_checkbox > input[type="checkbox"] + label{font-size:14px}
	.nm_checkbox > input[type="checkbox"] + label span{width:16px;height:16px}    
        
    .font_h1,h1{
        font-size:42px;
    }
    .font_h2,h2{
        font-size:28px;
    }
    .font_h3,h3{
        font-size:24px;
    }
    .font_h4,h4{
        font-size:22px;
    }
    .font_h5,h5{
        font-size:17px;
    }
    
    table .w01{
        width: 120px;
    }
    .basic_table.register_table td{
        padding: 10px 12px;
    }
    .register_table input[type="text"], 
    .register_table input[type="email"], 
    .register_table input[type="date"], 
    .register_table input[type="password"],
    .register_table select{
        border:1px solid #DDD;
        border-radius: 0;
        padding: 0 5px;
        line-height: 36px;
        height: 36px;
        width: 100%;
    }

    .inp_flex.inp_email select{
        min-width: auto;
        width: 100%;
    }
    .inp_flex{
        flex-wrap: wrap;
    }
    .register_table input.w20{
        width: calc(100% - 65px)
    }
    .register_table .in_btn{
        line-height: 34px;
    }
    table.basic_table.register_table td.inp_tel{
        flex-wrap: nowrap;
        gap: 1px;
    }
    table.basic_table.register_table td.inp_tel > *{
        flex: 1;
        min-width: auto;
        max-width: 120px;
    }
    table.basic_table.register_table .inp_email input{
       width: 44% !important;
       max-width: 120px;
    }
    
    
    
}
@media (max-width: 768px) {
           
    .font_h1,h1{
        font-size: 28px;
    }
    .font_h2,h2{
        font-size:26px;
    }
    .font_h3,h3{
        font-size:24px;
    }
    .font_h4,h4{
        font-size:18px;
    }
    .font_h5,h5{
        font-size:16px;
    }
    .board_box .bo_sch_wrap .sch_bar{
        width: auto;
        flex: 1;
    }
    .board_box .bo_list_total span{
        font-size: 14px;
    }
    .board_box{
        margin-top:12px;
    }
    .bo_sch_wrap form{
        display: flex;
        align-items: center;
    }
    .board_box .bo_sch_wrap select{
        width: 100px;
        font-size: 14px;
    }
    .businessArea .basic_table td.subject{
        height: auto;
        display: block;
        float: left;
        position: relative;
        padding: 0 0 10px;
        width: calc(100% - 59px);
        letter-spacing: -1px;
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-wrap: normal;
        white-space: nowrap;
        box-sizing: border-box;
        border-bottom: 0;
    }
    .businessArea .basic_table.notice_table td.subject{
        width: 100%;
    }
    .businessArea .basic_table tbody td.subject a {
        position: relative;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle;
        height: auto;
        width: 100%;
        display: inline-block;
    }
    .businessArea .basic_table.notice_table .notice .subject::before{
        content: '공지';
        display: inline-block;
        white-space: normal;
        text-overflow: inherit;
        background: #000;
        color: #FFF;
        position: absolute;
        left: 0;
        padding: 0 4px;
        font-size: 13px;
        top: 2px;
    }
    .businessArea .basic_table.notice_table .notice .subject{
        padding-left: 34px;
    }
	.businessArea .basic_table tbody td.subject a.secret::before{
		height:20px
	}
    .businessArea .basic_table thead, .businessArea .basic_table tbody td{
        display: none;
    }
    .businessArea .basic_table tbody tr{
        position: relative;
        background: #FFF;
        padding: 10px;
        border-bottom: 2px solid #000;
        overflow: hidden;
        display: block;
    }
    .businessArea .basic_table tbody td.state{
        display: block;
        float: right;
        position: relative;
        margin-top: -2px;
        font-size: 12px;
        border-bottom: 0;
        padding: 0;
        line-height: 1.5;
    }
    .businessArea .basic_table td.date{
        display: block;
        float: left;
        position: relative;
        padding: 0;
        font-size: 15px;
        color: #777;
        box-sizing: border-box;
        border-bottom: 0;
        line-height: 1.5;
    }
    .businessArea .basic_table tbody tr td{
        background: #FFF !important;
    }
    .businessArea .basic_table td.state span{
        height: 52px;
        line-height: 52px;
    }
    .board_box .pg_wrap{
        margin-top: 32px;
    }
    .board_box .pg_wrap a{
        line-height: 25px;
        height: 25px;
        width: 25px;
    }
    .board_box .bo_sch_wrap .sch_bar input{
        font-size: 15px;
    }
    .board_box .bo_top_area .bo_list_total{
        display: none;

    }
    .board_box .bo_top_area .bo_sch_wrap{
        width: 100%;
    }
    .board_box .bo_top_area{
        margin-bottom: 16px;
    }
    .board_box .bo_view_area .bo_view_hd{
        padding: 15px 12px;
    }
    .board_box .bo_view_cont{
        padding: 15px 12px;
        border-bottom: 0;
    }
    .board_box .add_file_list .tit{
        margin-bottom: 8px;
        border-top:2px solid #000;
        border-bottom: 2px solid #000;
        color: #000;
    }
    .board_box .add_file_list .link_box{
        border: 0;
        padding: 0;
    }
    .basic_table.ver_black th{
        line-height: 1.2;
        padding: 10px;
    }
    .basic_table.ver_black tr:hover td{
        background-color: transparent;
    }
    .basic_table.ver_black td{
        word-break: keep-all;
        line-height: 1.2;
        padding:8px  5px;
        text-align: center !important;
    }

    /* 대관신청 */
    .basic_table.form_table .w25{
        width: 100px;
    }
    .basic_table.form_table th{
        line-height: 1.5;
        padding: 10px 0;
        padding-left: 5px;
    }
    .basic_table.form_table td{
        padding: 10px;
    }
    .board_box .bo_sch_wrap.ver_sch_box ul li .nm{
        width: 60px;
        margin-top: 0;
    }
    .board_box .bo_sch_wrap.ver_sch_box .form_fied_top{
        gap: 5px;
        display: block;
    }
    .board_box .bo_sch_wrap.ver_sch_box {
        padding: 24px;
        margin-bottom: 32px;
    }
    .bo_sch_wrap form{
        width: 100%;
    }
    .board_box .bo_sch_wrap.ver_sch_box select{
        width: auto;
        flex: 1;
    }
    .bo_sch_wrap form fieldset{
        width: 100%;
    }
    .board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top li{
        display: block;
    }
	.board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top li.last{
		margin-top:0
	}
    .board_box .bo_sch_wrap.ver_sch_box select{

    }
    .board_box .bo_sch_wrap.ver_sch_box select{

    }
    .board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top{
        position: relative;
    }
    .board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top li .nm{
        position: absolute;
        left: 0;
    }
    .board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top li .nm + *{
        display: inline-block;
        width: calc(100% - 80px);
        margin-left: 80px;
    }

    .board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top li + li{
        margin-top: 12px;
    }
    .board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top li .nm.pcVer + *.select{
        width:80px;
        float: left;
        margin-left: 0;
        margin-top: 5px;
    }
    .board_box .bo_sch_wrap.ver_sch_box ul.form_fied_top .sch_bar{
        width: calc(100% - 122px);
        margin-top: -45px;
    }
    .board_box .bo_view_area .bo_v_tit{
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .board_box .bo_view_area.ver_mjList .bo_v_tit{
        text-align: center;
        font-size: 20px;
    }
    .board_box .bo_view_area .bo_v_cate{
        gap:5px
    }
    .board_box .bo_view_area .bo_v_cate b{
        margin-right: 5px;
        font-size: 13px;
    }
    .board_box .bo_view_area .bo_v_cate span{
        font-size: 13px;
    }
    .businessArea .basic_table.notice_table tbody tr.notice,
    .businessArea .basic_table.notice_table tbody tr.notice > *{
        background: #f0f0f0 !important;
    }
    .businessArea .basic_table tbody tr td.cate_td{
        display: block;
        text-align: left;
    }
    .businessArea .basic_table tbody tr td.cate_td{
        line-height: 30px;
        border-bottom: 0;
    }
    .basic_table.register_table th{
        padding: 0 5px;
    }
    table .w01{
        width: 100px;
    }
    .sub_s_title + .s_txt{
        font-size: 14px;
    }
    .date_box button.date_btn{
        height: 40px;
        width: 40px;
        outline: none;
    }

}


@media (max-width: 360px) {
   .register_form .basic_table.form_table .w25{
    width: 100%;
   }
   .register_form .basic_table.form_table .w2{
   
   }
    .register_form table.form_table tr{
        display: flex;
        width: 100% !important;
        flex-direction: column;

    }
    .register_form table.form_table tr td{
        width: 100% !important;
        display: block;
        border-bottom: 0;
    }
    .register_form table.form_table tr th{
        width: 100% !important;
        display: block;
    }
    .register_form_area .register_form input[type="date"], .register_form_area .register_form input[type="text"]{
        width: 100% !important;
    }

}