@charset "utf-8";

/*** 기본 ***/
.board_sch {
    padding: 17px 20px;
    background: #f7f7fb;
    margin-bottom: 20px
}

.board_sch input {
    height: 48px;
    width: 100%;
    padding-left: 8px
}

.board_sch .bSch_box label {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    font-size: 18px
}

.board_sch .bSch_box {
    width: 625px;
    padding-left: 65px;
    padding-right: 55px;
    position: relative;
    margin: 0 auto;
}

.board_sch .bSch_btn {
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 0
}

.board_sch .bSch_btn02 {
    display: inline-block;
    position: relative;
    bottom: -2px;
    margin-left: 5px;
}

.bSch_date input,.bdM_date input
{
    width: calc((100% - 19px) / 2);
    padding-right: 40px;
    background: #fff url(../images/board/call_blit.png) right 10px center no-repeat;
}

.board_sch input::placeholder {
    color: #444;
}

.board_sch .bSch_date .mid {
    display: inline-block;
    width: 3%;
    text-align: center;
    margin: 0 5px;
}

.board_sch .item-last {
    position: relative;
    width: 45%;
    padding-right: 120px;
}

/*입력 및 달력*/

.board_sch .bSchInput02 {
    width: auto;
    padding-right: 0;
}

.board_sch h3.board-tit {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    align-items: center;
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.bSchInput02 > ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 5px;
    vertical-align: middle;
    align-items: center;
}

.bSchInput02 > ul > li {
    position: relative;
}

.bSchInput02 > ul > li:not(:nth-last-child(1)) {
    margin-right: 5px;
}

.bSchInput02 > ul > li .bSch_btn {
    bottom: 0;
    position: relative;
}

.board_sch.t01 {
    padding: 20px 35px;
    position: relative;
}

.board_sch.t02 {
    padding: 20px;
    position: relative;
}

.board_sch.t01 > * {
    display: flex;
    justify-content: center;
}

.board_sch.t01 .bSchSelect,
.board_sch.t01 .bSchInput,
.board_sch.t01 .bSch_date {
    margin-left: 0.5%;
}

.board_sch.t01 .bSchSelect {
    width: 20%;
}

.board_sch.t01 .bSchSelect select {
    width: 100%;
    height: 48px;
    padding-left: 15px;
}

.board_sch.t01 .bSchSelect.sel_type2 {
    width: 15%;
    margin: 0 0 0 auto
}

.board_sch.t01 .bSch_date {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

@media (max-width:1190px) {
    .board_sch.t01 .bSchSelect.sel_type2 {
        width: 15%;
    }
}

.tbl_responsed {
    display: none;
}


@media (max-width:1024px) {
    .board_sch.t01 {
        padding: 15px;
    }
}

@media (max-width:780px) {
    .board_sch.t01 {
        padding: 15px;
    }

    .board_sch.t01 > * {
        display: block;
        width: 100%;
    }

    .board_sch .bSch_box {
        width: 100%;
        padding-left: 0
    }

    .board_sch .bSch_box label {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        margin: 0 0 10px 0
    }

    .board_sch.t01 .bSchSelect,
    .board_sch.t01 .bSchInput,
    .board_sch.t01 .bSch_date {
        width: 100% !important;
        margin: 8px 0 0
    }

    .board_sch.t01 .bSchSelect,
    .board_sch.t01 .bSchInput {
        width: 100%
    }

    .board_sch.t01 .bSchSelect.sel_type2 {
        width: 100%
    }

    .board_sch.t01 .bSchInput {
        margin-left: 0
    }

    .board_sch .item-last {
        padding-right: 0;
    }

    .board_sch .bSch_btn,
    .board_sch .bSch_btn .btn-default {
        position: static;
        display: block;
    }

    .board_sch .bSch_btn .btn-default {
        margin-top: 8px;
    }

    .board_sch.t02 h3:nth-child(4) {
        margin-top: 20px;
    }

    .board_sch .bSchInput02 {
        margin-top: 10px !important;
    }

    .bSchInput02 > ul {
        justify-content: center;
    }
}


/*** 게시판정보 ***/
.pageInfo {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.pageInfo .condi_num {
    float: right
}

.pageInfo .condi_num select {
    height: 30px;
    vertical-align: middle
}

.pageInfo .condi_num button {
    padding: 0 10px;
    height: 30px;
    background: #009afa;
    color: #fff;
    vertical-align: middle
}

.pageInfo .pageCount {
    margin-top: 10px
}

.pageInfo.icon_page .pageCount {
    margin-top: 20px
}

.pageInfo .condi_num.t02 {
    float: right
}

.pageInfo .condi_num.t02 select {
    width: 70px;
    height: 40px;
    border: 1px solid #d2d2d2;
    background: #fff
}

.pageInfo .condi_num.t02 label {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-right: 5px
}

.pageInfo .pageCount {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #444444;
}

.pageInfo .pageCount span:first-child {
    color: #404dc7;
    font-size: 17px;
    font-weight: 900;
}

.pageInfo .board_etcM {
    float: right
}

.pageInfo .board_etcM ul {
    float: left;
    overflow: hidden
}

.pageInfo .board_etcM ul li {
    float: left
}

.pageInfo .board_etcM ul li a {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #c9c9c9;
    background: #f7f7fb;
    text-align: center
}

.pageInfo .board_etcM ul li a.on {
    background: #3e4856;
    color: #fff
}

.pageInfo .board_etcM ul li:first-child a {
    border-left: 1px solid #c9c9c9
}

.pageInfo .boardSel {
    float: left;
    margin-left: 10px;
    border: 1px solid #c9c9c9;
}

@media(max-width: 480px) {

    .pageInfo .board_etcM,
    .pageInfo .boardSel {
        width: 100%;
        float: none;
    }

    .pageInfo .boardSel {
        margin-left: 0;
        margin-top: 5px;
    }
}

/*** pagenation ***/
.page_list {
    text-align: center;
    margin-top: 40px;
    display: block
}

.page_list strong {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #48577e;
    border: 1px solid #d5d5db;
    color: #fff;
    vertical-align: top;
    text-align: center;
    line-height: 38px;
    font-weight: normal;
    border-radius: 100%;
}

.page_list > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d5d5db;
    vertical-align: middle;
    position: relative;
    border-radius: 100%;
    font-size: 15px;
    margin: 0 3px;
}

.page_list > a > img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.page_list .p_first > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list .p_prev > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list .p_next > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list .p_end > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list > a:hover,
.page > a:focus {
    border: 1px solid #797979;
    background: #fff
}

.page_list > a.start,
.page > a.prev,
.page > a.next,
.page > a.end,
.page_list > a.start:hover,
.page > a.prev:hover,
.page > a.next:hover,
.page_list > a.end:hover,
.page_list > a.start:focus,
.page > a.prev:focus,
.page > a.next:focus,
.page_list > a.end:focus {
    border: 0;
    background: none
}



/***게시판상세***/
.board_view {
    overflow: hidden;
    border-top: 2px solid #848692;
    clear: both
}

.board_view .view_bg {
    background: #f7f7fb;
    overflow: hidden
}

.board_view .b_info {
    border-bottom: 1px solid #848692;
}

.board_view .b_info strong {
    padding: 20px 10px;
    color: #323232;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    display: block;
    font-weight: 600;
}

.board_view .b_info .infoWrap {
    overflow: hidden;
    padding: 17px 33px;
}

.board_view .b_info .infoWrap .left {
    float: left
}

.board_view .b_info .infoWrap .right {
    float: right
}

.board_view .b_info .infoWrap .infoItem:after {
    content: '';
    display: block;
    clear: both
}

.board_view .b_info .infoWrap .infoItem em {
    float: left;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-weight: 600;
}

.board_view .b_info .infoWrap .infoItem em:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: #d2d2d2
}

.board_view .b_info .infoWrap .infoItem > span {
    float: left;
    padding-left: 20px;
    font-weight: 500;
}

.board_view .b_content {
    position: relative;
    padding: 30px;
    line-height: 1.9;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.b_content > h2 {
    line-height: 1.5;
}

.b_content > img {
    text-align: center;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}

.board_view .view-items {
    display: flex;
}

.board_view .view-items-tit {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    width: 106px;
    text-align: center;
    padding: 21px 0;
    font-weight: 600;
    margin-right: 8px;
}

.view-items-content {
    width: calc(100% - 106px);
    padding: 6px 0;
    position: relative;
    padding-left: 10px;
}

.view-items-content:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 33px);
    background: #ccc;
    position: absolute;
    top: 17px;
    left: -12px;
}

.view-items-content li {
    display: block;
    padding: 11px 0;
}

.view-items-content li:first-of-type {
    padding-bottom: 0
}

.view-items-content li a:hover,
.view-items-content li a:focus {
    text-decoration: underline;
}

.view-items-content li .ico-file-upload {
    padding-left: 5px;
}

@media all and (max-width:1024px) {
    .board_view .b_info strong {
        font-size: 17px;
        padding: 9px 0;
        line-height: 1.5;
    }

    .board_view .b_info .infoWrap {
        padding: 10px 15px
    }




}

@media all and (max-width:780px) {

    .board_view .view_bg {
        padding: 0 20px 20px
    }

    .board_view .b_info .infoWrap {
        padding: 0
    }

    .board_view .b_info .infoWrap .infoItem {
        margin-top: 10px
    }

    .board_view .b_info .infoWrap .infoItem em {
        min-width: inherit;
        padding-right: 10px;
        font-size: 13px
    }

    .board_view .b_info .infoWrap .infoItem > span {
        padding-left: 10px;
        font-size: 13px
    }

    .board_view .b_info .infoWrap .infoItem {
        float: none
    }

    .board_view .view-items,
    .board_view .view-items-tit,
    .view-items-content {
        display: block;
        width: 100%;
    }

    .board_view .view-items-tit {
        text-align: left;
        padding-bottom: 0;
    }

    .board_view .b_content {
        padding: 30px 25px;
    }

    .b_content > h2 {
        line-height: 1.5;
    }

}


/*** 상세 이전글,다음글 ***/
.b_page {
    overflow: hidden;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    margin-top: 40px
}

.b_page ul li {
    width: 50%;
    float: left
}

.b_page ul li:first-child {
    border-right: 1px solid #ccc;
}

.b_page ul li a {
    display: block;
    padding: 28px 0;
    text-align: center
}

.b_page ul li a div:first-child {
    color: #323232
}

.b_page ul li a div span {
    font-size: 18px;
    color: #323232;
    font-weight: 600;
    margin-left: 6px;
}

/*

.b_page ul li a div span img {
    margin-top: -8px;
}
*/

.b_page ul li a .before_txt {
    display: block;
    margin-top: 6px;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #444;
    font-size: 17px
}

.form_text input[type=text] {
    width: 400px
}

.b_page ul li a .ico-arr-next,
.b_page ul li a .ico-arr-prev,
.b_page ul li a:hover .ico-arr-next,
.b_page ul li a:focus .ico-arr-prev {
    transition: all 0.3s ease;
}

.b_page ul li a:hover .ico-arr-next,
.b_page ul li a:focus .ico-arr-next {
    transform: translate(10px, 0);
}

.b_page ul li a:hover .ico-arr-prev,
.b_page ul li a:focus .ico-arr-prev {
    transform: translate(-10px, 0);
}






@media(max-width:1000px) {
    .b_page ul li a div span {
        font-size: 16px
    }

    .b_page ul li a .before_txt {
        font-size: 14px
    }

    aBtn.board:link,
    aBtn.board:active {
        font-size: 14px
    }
}

@media all and (max-width:800px) {
    .b_page ul {
        display: table;
        width: 100%
    }

    .b_page ul li {
        display: table-cell;
        vertical-align: middle
    }

    .b_page ul li a {
        padding: 20px 10px
    }

    .b_page ul li a .before_txt {
        text-overflow: clip;
        white-space: normal
    }
}




/*** 게시판 write ***/
.board_write {
    overflow: hidden;
    border-top: 2px solid #848692;
    font-size: 14px;
    clear: both;
    border-right: 0;
    border-left: 0
}

.board_write input[type="text"],
.board_write input[type="password"],
.board_write select {
    height: 40px
}

.board_write dl {
    position: relative;
    display: table;
    border-bottom: 1px solid #d5d5db;
    float: left
}


.board_write dl dt {
    width: 185px;
    text-align: center;
    color: #444;
    background: #f7f7fb;
    border-right: 1px solid #d5d5db;
    border-left: 0;
    font-weight: 600;
}

.board_write dl dt,
.board_write dl dd {
    padding: 12px 7px;
    display: table-cell;
    vertical-align: middle;
    border-right: 0;
    border-left: 0;
}

.info-div dl {
    border-bottom: 1px solid #d1d1ff;
}

.bw-info {
    border-top: 2px solid #00a591;
}

.info-div dl dt {
    background: #f7f7fb;
    border-right: 1px solid #d5d5db;
    border-left: 1px solid #d5d5db !important;
}

.info-div dl dd {
    border-right: 1px solid #d5d5db !important;
}

.bw-info input,
.bw-info textarea,
.bw-info .file_name {
    border: 1px solid #b1a9e6;
}

.board_write dl dd {

    /*
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
*/

    margin-left: 185px;
    border-right: 0
}

.board_write dl.fileWrap dd {
    white-space: normal
}

.board_write dl:nth-of-type(1) dt,
.board_write .b_info dl:nth-of-type(3) dt,
.board_write .b_info dl:nth-of-type(6) dt {
    border-left: 0
}

.board_write dl.b_full {
    width: 100%
}

.board_write dl.b_full .n_title input {
    width: 100%
}

.board_write dl.b_full .n_writer input {
    width: 200px
}

.board_write dl.b_full .w_cont textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d2d2d2
}

.board_write dl.b_full .n_mail input,
.board_write dl.b_full .n_mail select {
    width: 200px
}

.board_write dl.b_full .p_mobile input,
.board_write dl.b_full .p_mobile select {
    width: 200px
}

.board_write dl.b_half {
    width: 50%
}

.board_write dl.b_tit {
    width: 66.6%
}

.board_write dl.b_date {
    width: 33.4%
}

.board_write dl.b_team {
    width: 40%
}

.board_write dl.b_writer {
    width: 26.6%
}

.board_write dl.b_tel {
    width: 33.4%
}

.blit_h {
    display: none
}

.text_w {
    overflow: hidden
}

.text_w .w_cont {
    width: 100%;
    resize: none;
    border: 1px solid #d5d5db;
    padding: 10px;
    background: #f2f5f8;
    border-top: 0;
    border-bottom: 0
}

.file_w {
    overflow: hidden
}

.file_w dl {
    position: relative;
    float: left;
    border: 1px solid #d5d5db;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #848692
}

.file_w dl dt,
.file_w dl dd {
    padding: 12px 10px;
    border-right: 0;
    border-left: 0
}

.file_w dl dt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 185px;
    text-align: center;
    background: #f7f7fb;
    border-right: 0;
    border-left: 0;
    color: #444
}

.file_w dl dd {
    margin-left: 185px
}

.file_w dl dd div {
    margin-bottom: 5px
}

.file_w dl dd .last {
    margin-bottom: 0
}

.filebox {
    overflow: hidden;
    position: relative;
    width: 580px;
    padding-right: 137px;
    margin-bottom: 7px
}

.file_name {
    height: 40px;
    background: #fff;
    display: inline-flex;
    border: 1px solid #d2d2d2;
    padding: 10px 15px 10px 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    align-items: center;
    color: #2f47a1;
}


.file_name > a {
    float: right;
    right: 0;
}

.upload-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.upload {
    position: absolute;
    right: 0;
    top: 0
}

.filebox .btn {
    margin: 0;
    padding: 7px 23px;
    border: 1px solid #4f76f8;
    color: #333;
    background: url(../images/board/file_add.png) 20px center no-repeat;
    padding-left: 44px;
    font-weight: 500;
    height: 100%;
    border-radius: 3px;
    line-height: 24px;
}

.filebox .btn:hover {
    background-color: #fff;
    color: #4f76f8 !important
}

.fileDel {
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 151px;
    border: 0;
    top: 0;
    color: #fff;
    text-align: center;
    text-indent: -9999px;
    border-left: 1px solid #d2d2d2
}

.fileDel:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: url(../images/common/snsLayer_close.png) center center no-repeat;
    transition: all .3s
}

.fileDel:hover:before {
    transform: rotate(180deg)
}

.memberF_box.write input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 5px
}

.file_add_p {
    color: #444
}

.n_mail {
    display: inline-block
}

.memInfo_change {
    display: inline-block;
    margin-left: 10px
}

.memInfo_change label input[type=checkbox] {
    margin-right: 5px
}

@media all and (max-width:1100px) {
    .n_mail {
        display: block
    }

    .memInfo_change {
        margin: 8px 0 0 0
    }
}

@media all and (max-width:680px) {
    .file_name {
        font-size: 14px
    }

    .board_write dl.b_full .w_cont textarea {
        height: 250px
    }
}

@media (max-width:1000px) {
    .filebox {
        width: 100%;
        padding-right: 147px;
        margin-bottom: 5px
    }

    .fileDel {
        right: 148px
    }

    .file_name {
        white-space: normal
    }

    .board_write dl.b_full .n_mail input,
    .board_write dl.b_full .n_mail select {
        width: 30%;
        width: -webkit-calc(33% - 7px);
        width: calc(33% - 7px)
    }

    .board_write dl.b_full .p_mobile input,
    .board_write dl.b_full .p_mobile select {
        width: 30%;
        width: -webkit-calc(33% - 7px);
        width: calc(33% - 7px)
    }

    .board_write dl.b_full .n_mail.dt_p input,
    .board_write dl.b_full .n_mail.dt_p select {
        width: 32%;
        width: -webkit-calc(33% - 1px);
        width: calc(33% - 1px)
    }

    .board_write dl.b_full .n_mail.solo input,
    .board_write dl.b_full .n_mail.solo select {
        width: 50%
    }
}

@media (max-width:767px) {
    .board_write dl.b_half {
        width: 100%
    }
}

@media all and (max-width:650px) {
    .filebox {
        padding-right: 47px
    }

    .filebox .btn {
        padding: 0;
        text-indent: -9999px;
        width: 42px;
        height: 42px;
        background-position: center
    }

    .fileDel {
        right: 47px
    }
}

@media (max-width:540px) {
    .file_w dl dt {
        width: 90px
    }

    .file_w dl dd {
        margin-left: 90px
    }

    .board_write {
        border-width: 2px 0 0 0
    }

    .file_w dl dt {
        width: 100%;
        position: relative;
        border-right: 0;
        border-bottom: 1px solid #d5d5db;
        text-align: left
    }

    .info-div dl dd {
        border-right: 0 !important;
    }

    .file_w dl dd {
        margin-left: 0
    }

    .board_write dl dt {
        width: 100%;
        position: relative;
        border-right: 0;
        border-bottom: 0;
        background: none;
        padding-bottom: 0;
        text-align: left
    }

    .board_write dl dd {
        margin-left: 0
    }

    .board_write dl dt,
    .board_write dl dd {
        display: block
    }

    .board_write dl.b_full .n_writer input {
        width: 100%
    }

    .board_write dl.b_full .n_mail input,
    .board_write dl.b_full .n_mail select {
        width: 40%;
        width: -webkit-calc(49% - 7px);
        width: calc(49% - 7px);
    }

    .board_write dl.b_full .n_mail.solo input,
    .board_write dl.b_full .n_mail.solo select {
        width: 100%
    }

    .board_write dl.b_full .n_mail.dt_p input,
    .board_write dl.b_full .n_mail.dt_p select {
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px);
        display: inline-block
    }

    .board_write dl.b_full .n_mail .mail_03 {
        width: 100%;
        display: block;
        margin-top: 5px
    }

    .board_write dl.b_full .n_mail.dt_p .mail_01 {
        width: 100%;
        display: block
    }

    .board_write dl {
        border-bottom: 2px dashed #d5d5db
    }

    .bw-info02 > .bw-imgBox {
        border: none !important;
        border-bottom: 2px dashed #d5d5d5 !important;
        padding: 30px 0 !important;
    }


    .board_write dl.no_line {
        border-bottom: 0
    }

    .board_write dl dt.d_date {
        position: absolute;
        width: 90px;
        padding: 12px 7px
    }

    .board_write dl dt.d_date div {
        position: relative
    }

    .board_write dl dt.d_date div:before {
        content: "";
        position: absolute;
        width: 1px;
        top: 50%;
        left: 71px;
        height: 14px;
        display: block;
        background: #d5d5db;
        margin-top: -7px
    }

    .board_write dl dd.e_date {
        margin-left: 90px;
        padding: 12px 7px
    }

    .blit_h {
        display: block
    }

    .board_write dl:nth-of-type(1) dt {
        margin-top: 10px
    }


    .file_w dl dt {
        background: none;
        border-bottom: 0
    }

    .file_w dl {
        border: 0;
        border-bottom: 1px solid #d5d5db
    }

    .board_write dl.fileWrap {
        display: block;
        white-space: nowrap
    }

    .file_name {
        white-space: nowrap
    }

    .filebox {
        overflow: visible;
    }

    .info-div dl dt {
        border-left: 0 !important;
    }

    .board_write dl {
        display: block;
    }

    .board_write dl dd {
        overflow: visible;
        text-overflow: inherit;
        white-space: inherit
    }

    .info-div dl dt {}
}



/*** 갤러리형 게시판 ***/
.board-photo .photo-list {
    padding: 45px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.board-photo .photo-list:after {
    content: "";
    display: block;
    clear: both;
}

.board-photo .photo-list > li {
    border-bottom: 1px solid #ddd;
    width: calc((100% - 95px) / 3);
    float: left;
    margin-right: 45px;

    transition: all 0.3s ease;
}

.board-photo .photo-list > li:nth-child(3n) {
    margin-right: 0;
}

.board-photo .photo-list > li:nth-child(n+4) {
    margin-top: 45px;
}

.board-photo .photo-list > li:hover,
.board-photo .photo-list > li:focus {
    box-shadow: 5px 4px 37px rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease;
}

.board-photo .photo-list > li .img-wrap {
    height: 235px;
    background: #e7e7e7;
}

.board-photo .photo-list > li .img-wrap {
    position: relative;
    overflow: hidden;
}

.board-photo .photo-list > li .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: #dfdfde;
    transition: all 0.3s ease;
}

.board-photo .card-list > li .img-wrap {
    height: 385px;
}

.board-photo .photo-list > li > a:hover .img-wrap img,
.board-photo .photo-list > li > a:focus .img-wrap img {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 0.3s ease;
}

.board-photo .photo-list > li .txt-wrap {
    padding: 20px 15px;
}

.board-photo .photo-list > li .txt-wrap strong {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    font-size: 20px;
}

.board-photo .photo-list > li .txt-wrap .date {
    display: block;
    padding-top: 6px;
    color: #555555;
    font-size: 17px;
}


@media (max-width:1024px) {
    .board-photo .photo-list > li {
        margin-right: 20px;
        width: calc((100% - 46px) / 3);
    }

    .board-photo .photo-list > li:nth-child(n+4) {
        margin-top: 20px;
    }

    .board-photo .photo-list > li .txt-wrap {
        padding: 15px 10px;
    }

    .board-photo .photo-list > li .txt-wrap strong {
        width: 100%;
    }
}

@media (max-width:780px) {
    .board-photo .photo-list > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px 0;
    }

    .board-photo .photo-list > li:nth-child(n+4) {
        margin-top: 0
    }

}

/*** slick slider ***/
.board_view .slick-list {
    max-width: 900px;
    margin: 0 auto;
}

.board_view .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    height: 50px;
    width: 25px;
    text-indent: -9999px;
    z-index: 1;
}

.board_view .slick-next {
    right: 0;
    background: url(../images/board/sl_right.png) no-repeat;
}

.board_view .slick-prev {
    left: 0;
    background: url(../images/board/sl_left.png) no-repeat;
}

.board_view .slider-thmb {
    margin-top: 32px;
    border-top: 1px solid #ddd;
    padding-top: 32px;
}

.board_view .slider-thmb .slick-slide {
    margin-right: 15px;
    height: 93px;
    position: relative;
}

.board_view .slider-thmb .slick-slide > div {
    height: 100%;
}

.board_view .slider-thmb .slick-current:after {
    position: absolute;
    width: 97%;
    height: 93%;
    z-index: 2;
    content: "";
    display: block;
    top: 0;
    left: 0;
    border: 4px solid #4357b3;
    background: none;
}

.board_view .slider-thmb .slick-arrow {
    margin-top: -3px;
}

.board_view .img-wrap {
    width: 100%;
    background: #ddd;
}

.board_view .img-wrap img {
    margin: 0 auto;
}

.slider-thmb .slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slider-thmb .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    min-width: 100%;
    background: #dfdfde;
}

@media (max-width:1200px) {
    .board_view .slick-list {
        max-width: 80%;
    }

    .board_view .slider-main .slick-arrow {
        transform: scale(0.8) translate(0px, -13px);
    }

    .board_view .slider-thmb .slick-arrow {
        transform: scale(0.8) translate(0px, 12px);
        margin-top: 0;
    }
}

@media (max-width:780px) {
    .board_view .slider-thmb {
        padding-top: 20px;
        margin-top: 20px;
    }

}

/***보도형 게시판 ***/
.board-list {
    border-top: 1px solid #46474f;
}

.board-list .search-result.type-list {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
}

.board-list .search-result.type-list > li {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
}

.board-list .search-result.type-list a {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    border: 1px solid #e2e2e3;
    max-height: 190px;
    border-right: 0;
    border-left: 0;
}

.board-list .type-list .media_cont {
    margin-bottom: 0;
}

.board-list .type-list .img_area {
    display: table-cell;
    overflow: hidden;
    width: 212px;
    min-height: 160px;
    max-height: 160px;
    text-align: left;
    position: relative;
}

.board-list .type-list .img_area .img-wrap {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.board-list .type-list .img_area img {
    max-height: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: #dfdfde;
}

.board-list .type-list .news_info {
    display: table-cell;
    width: 100%;
    padding: 0 37px;
    padding-right: 0;
    vertical-align: middle;
    text-align: left;
}

.board-list .type-list .news_info h4 {
    font-size: 22px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0;
    background: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 4px;
}

.board-list .type-list .news_info:hover h4,
.board-list .type-list .news_info:focus h4 {
    text-decoration: underline;
}

.board-list .type-list .news_info .news_date {
    display: block;
    margin-top: 9px;
    color: #676767;
    font-weight: 300;
    text-align: left;
    font-size: 0.938em;
}

.board-list .type-list .news_info .date {
    position: relative;
    padding-left: 23px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}

.board-list .type-list .news_info .date:before {
    content: "";
    display: block;
    background: url(../images/board/ico-date.png) no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
    width: 17px;
    height: 17px;
}

.board-list .type-list .news_txt {
    word-wrap: break-word;
    line-height: 22px;
    height: 4em;
    margin-top: 13px;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: none;
    padding-left: 0;
}

.board-list .type-list .news_txt > strong {
    color: #f84040 !important;
}

.board-list .search-result.type-list a {
    padding: 31px 15px;
    border-top: 0;
}

.board-list .search-result.type-list > li:hover {
    box-shadow: 1px 9px 31px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease;
}

.board-list .search-result.type-list > li:hover h4,
.board-list .search-result.type-list > li:focus h4 {
    text-decoration: underline;
}



@media only screen and (max-width: 780px) {
    .search-top.type03 {
        padding: 32px 15px;
    }

    .board-list .search-result.type-list a {
        display: block;
        max-height: 100%;
    }

    .board-list .type-list .img_area {
        display: block;
        width: 100%;
        max-height: 100%;
        min-height: 100%;
    }

    .board-list .type-list .news_info {
        display: block;
        width: 100%;
        padding: 0;
        padding-top: 15px;
    }

    .board-list .type-list .img_area .img-wrap {
        height: 250px;
    }

    .board-list .type-list .news_txt {
        font-size: 15px;
        height: auto;
        margin-top: 10px;
    }

    .board-list .type-list .news_info h4 {
        font-size: 20px;
        margin-bottom: 0;
        padding-left: 0;
    }

}

@media only screen and (max-width: 480px) {
    .search-top.type03 {
        padding: 40px 15px;
    }

    .search-result.type-list .img_area {
        width: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    .board-list .search-result.type-list a {
        padding: 0;
        padding: 20px 0;
        display: block;
        max-height: inherit;
    }

    .search-result.type-list .img_area,
    .board-list .type-list .news_info {
        display: block;
    }

    .board-list .type-list .news_info {
        padding-left: 0;
        padding-top: 0;
    }

    .search-result.type-list .img_area {
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 20px;
    }
}




/* FAQ */
/*
.faq {
    border-top: 2px solid #000
}

.faq li {
    border-bottom: 1px solid #e7e7e7;
}

.faq li > a {
    display: block;
    position: relative;
    padding: 20px 30px 20px 97px;
    background: url('../images/content/Q.png') 30px center no-repeat;
    font-weight: 500;
    font-size: 17px;
}

.faq li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 17px;
    height: 10px;
    margin-right: 30px;
    margin-top: -3px;
    background: url('../images/content/arr_t1.png') bottom center no-repeat;
    content: '';
    transition: all .4s
}

.faq li > a.on:after {
    width: 17px;
    height: 10px;
    margin-top: -1px;
    background: url('../images/content/arr_t1.png') no-repeat top center;
    transform: rotate(180deg);
}

.faq li .faq_a {
    display: none;
    padding: 30px 30px 30px 95px;
    border-top: 1px solid #c8c8c8;
    background: #f8f8f8 url('../images/content/A.png') 30px 30px no-repeat;
    line-height: 1.5;
}

.faq li .faq_a p {
    margin-top: 10px;
    padding-left: 20px;
}

.faq li .faq_a p:first-child {
    margin-top: 0;
    font-weight: 200;
    font-size: 16px;
    padding: 0 10px 0 65px;
    line-height: 2;
    letter-spacing: -1px;
}

.faq li .faq_a p a {
    text-decoration: underline
}

.faq li .faq_a p a:hover {
    color: #418117
}
*/

.page_list.faq_page {
    margin-top: 50px;
}

.container_title1.type0001 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
}

.board_sch.t01.align_center > * {
    justify-content: center;
}

.board_sch.t01.align_center {
    margin: 30px 0;
}

@media(max-width:639px) {
    /*
    .faq li > a {
        padding: 20px 30px 20px 60px;
        background: url('../images/content/Q.png') 10px center no-repeat;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .faq li > a:after {
        margin: 0 5px;
    }

    .faq li .faq_a p:first-child {
        padding: 40px 10px;
    }

    .faq li .faq_a {
        padding: 20px 40px 30px 60px;
        background: #f8f8f8 url(../images/content/A.png) 10px 10px no-repeat;
    }
*/

    .container_title1.type0001 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 15px;
    }
}



.l_Top {
    margin-bottom: 80px;
    padding: 40px 20px;
    background: #f7f7fb;
    text-align: center;
    margin-top: 40px;
    height: 135px;
}

.l_Top span {
    display: inline-block;
    padding: 8px 0 8px 15px;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    height: 60px;
    line-height: 2.2;
}

@media screen and (max-width:639px) {
    .l_Top {
        margin-bottom: -20px;
        padding: 15px 20px;
        background: #f7f7fb;
        text-align: center;
        height: 160px;
    }

    .l_Top span {
        display: inline-block;
        padding: 8px 0 8px 0px;
        color: #333;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        height: 60px;
        line-height: 2;
        width: 90%;
    }

    .login_page .other_social a {
        display: block;
        padding: 32px 20px 20px 92px;
        border-radius: 10px;
        margin-bottom: 16px;
        position: relative;
        box-sizing: border-box;
        border-radius: 10px;
        width: 100%
    }
}

.delete_box {
    overflow: hidden
}

.delete_box ul li {
    color: #606060
}

.delete_box .del_check {
    padding-left: 20px
}

.delete_box .del_check label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -4px
}

.txt_list.del li {
    color: #606060
}

@media (max-width:1000px) {
    .delete_box .del_check label input {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        vertical-align: -2px
    }
}

.imgArea_box > img {
    max-width: 100%;
}

.img_area01 {
    width: 100%;
    text-align: center;
}

.filebox > a {
    position: absolute;
    top: 10px;
    right: 26%;
    float: right;
    display: none;
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .filebox > a {
        right: 30%;
        top: 12px;
    }
}

@media screen and (max-width:639px) {
    .filebox > a {
        right: 19%;
        top: 12px;
    }
}

.mid02 {
    margin: 0 10px;
}

.bul-down02 {
    width: 30px;
    position: absolute;
    margin-top: -4px;
    margin-left: 10px;
    display: inline-block;
    height: 30px;
    background-image: url(../images/board/bul_down02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bul-down02:hover {
    background-image: url(../images/board/bul_down02_ov.png);
}

.right_box {
    position: absolute;
    right: 0;
    bottom: 0;
}

.right_box02 {
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
}

.flex {
    display: flex;
    position: relative;
    vertical-align: middle;
    align-items: center;
}

.tb-tit > h4.h4_tit {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width:639px) {}

.btn-style {
    position: relative;
}

.btn-style > ul {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.btn-style > ul > li {
    padding: 15px 0;
    width: calc(100% / 2);
}

.btn-style > ul > li > p {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.file_Nmbox > ul > li > a.empty {
    padding-left: 0;
}

.file_Nmbox > ul > li > a.empty::before {
    content: none;
}

/* 자주하는 질문 */
.bbs_faq {
    padding: 20px 0;
    position: relative;
    width: 100%;
    border-top: 1px solid #333;
}

.bbs_faq .question {
    border-bottom: 1px solid #e7e7e7
}

.bbs_faq .question a {
    position: relative;
    padding: 20px 50px 20px 60px;
    background: url(../images/board/faq_q.png) no-repeat 25px 25px;
    display: block;
}

.bbs_faq .question a .arr {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: transform 300ms;
    -webkit-transition: transform 300ms;
    transform-origin: 50% 25%;
    -webkit-transform-origin: 50% 25%;
    transform: rotate(180deg);
}

.bbs_faq .question a.ov {
    background: url(../images/board/faq_q_ov.png) no-repeat 15px 16px
}

.bbs_faq .question a.ov .arr {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.bbs_faq .question div {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: inline-flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
}

.bbs_faq .answer {
    display: none;
    padding: 30px 20px 30px 60px;
    background: #f7f7fb url(../images/board/faq_a.png) no-repeat 15px 25px;
    font-size: 19px;
    font-weight: bold;
}

/*댓글 등록*/

.reply_wrap {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.reply-tit h3 {
    font-size: 22px;
    font-weight: bold;
    color: #2f5aa9;
    vertical-align: middle;
    padding: 10px 0;
}

.reply-tit h3 > img {
    top: 3px;
    position: relative;
    margin-right: 6px;
}

.reply_box {
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
}

.reply_box > textarea {
    width: calc(100% - 95px);
    margin-right: 10px;
    background: #f7f7f7;
}

.reply_box > button {
    width: 95px;
    padding: 0;
    font-size: 19px;

}

.reply_cont {
    margin: 15px 0;
    padding: 25px 15px;
    position: relative;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.reply_cont > ul {
    display: block;
    position: relative;
    width: 100%;
}

.reply_cont > ul > li {
    width: 100%;
    position: relative;
}

.reply_cont > ul > li:not(:nth-last-child(1)) {
    margin-bottom: 20px;
}

.reply_cont > ul > li > strong {
    padding-bottom: 10px;
    display: block;
    font-size: 19px;
}

.reply_cont > ul > li > strong > b {
    font-size: 13px;
    padding-left: 10px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    color: #000;
    opacity: .5;
}

.reply_cont > ul > li > p {
    line-height: 1.3;
    font-size: 17px;
}

.reply-btn {
    position: absolute;
    right: 0;
    top: -16px;
}

.reply-btn > ul {
    display: flex;
    flex-wrap: nowrap;
}

.reply-btn > ul > li:not(:nth-child(2)) {
    margin-right: 6px;
}

.reply-btn > ul > li .btn.small {
    padding: 8px 7px;
    min-height: inherit;
    font-size: 15px;
}

.btn.small i {
    font-size: 17px;
}

/*    2023/11/28 댓글등록 및 만족도 조사 추가 */

.attachment-box {
    position: relative;
}

.attachment-box ul li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.detail-file > ul > li > p {
    padding: 5px 0;
    display: inline-block;
}

.center tr td a {
    text-align: center;
}

/* 2024-02-01 */

.tbl-img {
    width: 120px;
    position: relative;
    height: 120px;
    overflow: hidden;
    background: #eee;
    margin: 0 auto;
}

.tbl-img > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bw-info02 dd p {
    padding-left: 10px;
    line-height: 1.4;
}

.bw-info02 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

.bw-info02 > .bw-imgBox {
    position: relative;
    width: 900px;
    border-right: 1px solid #d5d5db;
    border-bottom: 1px solid #d5d5db;
    padding: 20px;
}

.bw-info02 > .bw-imgBox > img {
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flex-text {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
}

.flex-text ul {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-left: 12px;
}

.flex-text ul li {
    padding: 6px 12px;
    position: relative;
    border-radius: 20px;
}

.flex-text ul li:not(:nth-last-child(1)) {
    margin-right: 6px;
}

.complete {
    background: #4973EB;
    color: #fff !important;
    font-size: 16px;
}

.request {
    background: #FFC000;
    color: #333 !important;
    font-size: 16px;
}

.processing {
    background: #139958;
    color: #fff !important;
    font-size: 16px;
}

.tbl-border th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #f7f7fb;
}

.tbl-border {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.txt-blue {
    color: #404dc7;
    font-weight: bold;
}

.tbl-flex {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;

}

.tbl-flex > div:nth-child(2) {
    width: 400px
}

.tbl-flex > div:nth-child(1) {
    margin-right: 30px;
    width: calc((100% - 400px) - 30px);
}

.tbl-date {
    width: 100%;
    position: relative;
}

.tbl-date > input {
    width: 100%;
}


.board-photo .photo-list.community > li .img-wrap {
    background: #e7eedb;
}

.board-photo .photo-list.community > li .txt-wrap strong {
    font-size: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    display: inline-block;
}

.board-photo .photo-list.community > li .txt-wrap > p {
    width: 100%;
    color: #000;
    line-height: 1.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}

.board-photo .photo-list.community > li .img-wrap.no-img {
    background-image: url(../images/content/thumb/no_img.png);
    background-repeat: no-repeat;
    z-index: 999;
    background-position: center center;
    background-size: 130px 130px;
}

.user-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.user-wrap > ul {}

.user-wrap > ul > li {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
}

.user-wrap > ul > li:nth-last-child(1) {
    padding: 7px 0;
}

.user-wrap > ul > li:nth-last-child(1) i {
    font-size: 20px;
}

.user-wrap strong {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.user-wrap b {
    font-size: 17px;
}

.board-photo .photo-list.community > li:hover {
    box-shadow: none;
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 20px -20px;
}

.board-photo .photo-list.community > li .date {
    isplay: block;
    padding-top: 6px;
    color: #555555;
    font-size: 17px;
}

.board-photo .photo-list.community > li .reply-message {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    font-size: 16px;
}

.board-photo .photo-list.community > li .reply-message > i {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.com_img-wrap {
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.tbl_responsed {
    display: none;
}

@media (max-width:1500px) {
    .board_sch h3.board-tit {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .board_sch.t02 fieldset {
        flex-wrap: wrap;
    }

    .board_sch h3.board-tit {
        font-size: 18px;
    }

    .board_sch .bSchInput02 {
        margin-top: 20px;
    }

    .bSchInput02 > ul > li:not(:nth-last-child(1)) {
        margin-right: 15px;
    }
}

@media (max-width:1024px) {
    .bw-info02 {
        display: flex;
        flex-wrap: wrap;
    }

    .bw-info02 > .bw-imgBox {
        width: 100%;
        overflow: hidden;
        position: relative;
        border-left: 1px solid #ddd;
    }

    .bw-info02 > .bw-imgBox > img {
        width: auto;
        text-align: center;
        display: block;
        position: relative;
    }
}


@media (max-width:900px) {
    .tbl_responsed {
        display: block;
    }

    .ss {
        display: none;
    }

    .tbl_responsed {
        display: block
    }

    .tbl_responsed ul {}

    .tbl_responsed ul li {
        padding: 5px 10px;
        margin-top: 10px;
        border: 1px solid #dcdcdc;
        border-top: 2px solid #00a591;
        box-shadow: 1px 1px 0 #dcdcdc
    }

    .tbl_responsed ul li:first-child {
        margin-top: 0
    }

    .tbl_responsed ul li > div {
        line-height: 150%;
        padding: 5px 0;
        padding-left: 100px;
        border-top: 1px dashed #dcdcdc;
        overflow: hidden
    }

    .tbl_responsed ul li > div:first-child {
        border-top-width: 0
    }

    .tbl_responsed ul li > div > b {
        line-height: inherit;
        float: left;
        margin-left: -100px;
        width: 130px;
        color: #222;
        font-weight: bold;
    }

    .tbl_responsed .tbl-img {
        margin: 0;
    }

    .page_list > a,
    .page_list strong {
        width: 30px;
        height: 30px;
        line-height: 2;
        font-size: 14px;
    }

    .tbl-flex {
        display: block;
    }

    .tbl-flex > div {
        width: 100% !important;
        position: relative;

    }

    .tbl-left .tbl_responsed,
    .tbl-right .tbl_responsed {
        display: none;
    }

    .tbl-right input {
        width: 100%;
    }

    .board_sch.t02 .bSch_date {
        width: calc((100% - 100px) / 2);
    }
}


@media (min-width:800px) and (max-width:900px) {
    .board-photo .card-list > li .img-wrap {
        height: 235px;
    }

    .board-photo .photo-list > li {
        width: calc((100% - 20px) / 2);
        margin-bottom: 30px;
    }

    .board-photo .photo-list > li:nth-child(3n) {
        margin-right: 20px;
    }

    .board-photo .photo-list > li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .board-photo .photo-list > li:nth-child(n+4) {
        margin-top: 0;
    }
}

.view_tbl td input[type="checkbox"],
.view_tbl th input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

@media (max-width:500px) {
    .reply_box > button {
        font-size: 17px;
        width: 80px;
    }
}

/*메뉴 여러개 */

.board_sch.t01 .bdM01 .bSchSelect {
    width: auto;
}

.board_sch.cal4 > fieldset{
    justify-content: center;
    display: flex;
}

.board_sch.cal4 > fieldset > div:not(.item-last) {
    width: calc(100% / 4);
    margin-right: 20px;
    display: inline-block;
}

.board_sch.cal4 > fieldset > *:nth-last-child(1){
    margin-right: 0;
}

.board_sch.cal4 > fieldset > .item-last{
    vertical-align: bottom;
    align-items: end;
    display: flex;
}

.bdM01 {
    display: flex;
    flex-wrap: nowrap;
}

.bdM01> h3.board-tit,
.bdM02> h3.board-tit,
.bdM03 > h3.board-tit {
    margin: 0;
    margin-bottom: 10px;
}

.bdM_date{
    display: flex;
}

.bdM_date .mid{
    margin: 0 5px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.bdMSchSelect > select{
    height: 48px;
    width: 100%;
}

@media (max-width:1000px){
    .board_sch.cal4 > fieldset > div:not(.item-last){
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width:639px){
    .tbl_responsed ul li > div > b {
        width: 130px;
        font-weight: bold;
        font-size: 16px;
        position: relative;
    }
    
    .tbl_responsed ul li > div{
        padding-left: 110px;
    }
}

.disabled{
    background: #D9D9D9;
}

.bd-btn{
    position: relative;
    margin-left: 10px;
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    top: 2px;
}
@media (max-width:1100px){
    .custom-bd.board_sch .item-last{
        padding-right: 0;
        width: auto;
    } 
}

@media (max-width:830px){
    .custom-bd.board_sch.t01{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    
    .custom-bd.board_sch.t01 .bSchSelect, .custom-bd.board_sch.t01 .bSchInput, .custom-bd.board_sch.t01 .bSch_date{
        display: block;
        
    }
}


.board_sch.t01 .bdM02 .bSchSelect{
    width: 100%;
    display: block;
}