@charset "utf-8";
#bbs .title h3 {
    font-size: 20px !important;
    font-weight: bold;
    text-align: left !important;
    position: relative;
    margin: 20px 0 10px 0 !important;
    padding: 5px 0 5px 20px !important;
    border-left: 4px solid orangered;

}
#bbs .title h3::after {
    content: unset !important;
    width: unset !important;
    height: unset !important;
    background-color: unset !important;
    position: unset !important;
    left: unset !important;
    bottom: unset !important;
    transform: unset !important;
}

/* 리스트 (list) */
#bo_list { width: 100%; margin-bottom:50px; }
#bo_list .list_tbl_wrap {
    min-height: 400px;
}
#bo_list .list_btn_top_Wrap {
    display: flex;
    justify-content: space-between;
}
#bo_list .list_btn_bottom_Wrap {
    display: none;
    justify-content: space-between;
}
#bo_list .list_btn_bottom_Wrap div,
#bo_list .list_btn_top_Wrap div {
    flex: 1;
}

/* 리스트 상단 { 전체수 / 페이징 / 버튼 } */
.list-top-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin:30px 0;
}
.list-top-info div {
    flex: 1;
}

/* 상세보기(view) */
#bo_v {
    width:100%;
    margin-bottom:30px;
}
#bo_v_top {
    display: flex;
    justify-content: space-between;
}

.no_data {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 80px 0;
}

/* 기본 테이블 write and view */
.board_wrap > ul { display:table; width:100%'' }
.board_wrap > ul:after { display:block;clear:both;content:"" }
.board_wrap > ul > li { display:table-cell;padding:5px 10px 5px 10px ;line-height:25px; }
.board_wrap .board_wrap_form { display:table; width:100%; border-collapse: collapse; height:30px; padding:10px 0; margin:0px; font-size:16px; color:#777777; border-bottom:1px solid #e3e3e3; }
.board_wrap .first_form {border-top:1px solid #c0c0c0}
.board_wrap .board_wrap_form li{line-height:30px}
.board_wrap .li_tit { position:relative; width:170px;text-align:left;font-weight:bold;border-right:1px solid #e3e3e3;background:#f8f8f8; vertical-align: middle; }
.board_wrap .li_tit .requiredMark { position: absolute; top: 50%; right: 10px; color:#FF8811; font-size:10px; transform: translate(0, -50%);}
.board_wrap .li_tit > label { display: block; padding:0 30px 0 20px;}
.board_wrap .li_form{padding-left:10px;text-align:left}
.board_wrap .li_form .help { display: block; font-size:14px; }
.board_wrap .li_form table { width:100%; border-spacing:0; border-collapse:collapse; }
.board_wrap .li_form th { height:34px; text-align:center; background:#eeeeee; border:1px solid #cccccc; }
.board_wrap .li_form td { height:30px; text-align:left; border:1px solid #cccccc; padding:5px 10px; }
.board_wrap .li_form tbody tr:hover {background: #FFFFDB;}
.board_wrap .li_form label { font-weight: normal; }
.board_wrap .board_wrap_form textarea,
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input { border:1px solid #ccc; font-size: 16px; }
.board_wrap .board_wrap_form textarea {width:100%; padding:10px; resize:none;}
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input { height:40px; padding:0 10px; }
.board_wrap .board_wrap_form a {text-decoration:none}
.board_wrap .board_wrap_form select { -webkit-appearance: auto !important; }
.board_wrap .visit_form{line-height:18px !important}
.board_wrap .visit_tit { position:relative; display:block; margin:20px 0px 10px 0px; padding-left:6px; font-weight:bold; vertical-align:middle; color:#555; }
.board_wrap .visit_tit:first-child { margin-top:0 }
.board_wrap .visit_label{ display:inline-block; width:50%; text-indent:10px; line-height:120%; font-weight: 400 !important; font-size: 16px; }
.board_wrap .visit_label input{ vertical-align:middle; }
.board_wrap label { cursor:pointer; font-size:16px !important; padding-left:10px; }
.board_wrap .li_form_tit{padding-left:20px}
.board_wrap h3.tit_second{margin-top:50px}
.board_wrap input[type="radio"], input[type="checkbox"] { margin:0 !important; }
.board_wrap input[type="radio"]:checked + label,
.board_wrap input[type="checkbox"]:checked + label { color: blue; }
.board_wrap legend { display:none; }
.board_wrap_captcha { border: 1px solid #c0c0c0; padding: 10px; }
.board_wrap .option-checkbox-wrap,
.board_wrap .option-radio-wrap { padding:0px; }
.board_wrap .option-checkbox-wrap > li,
.board_wrap .option-radio-wrap > li { display: inline-block;}
.board_wrap .option-checkbox-wrap > li > label { padding:0 20px 0 0; }
.board_wrap .option-radio-wrap > li > label { padding:0px 20px 0 5px; font-weight: normal; }
.board_wrap .cmsForm,
.board_wrap .transferForm,
.board_wrap .appointForm { display: none; }
.board_wrap .subTitle { border:1px solid #c0c0c0; padding: 20px; }
.section-title { border-left: 3px solid #175d53; margin:30px 0 5px 0; padding:3px 10px; font-size:16px !important; }
.section-title > .requiredMark { color:#FF8811; font-size:10px; }
.cmsHelp { width:100%; border:1px solid #ccc; background:#eee; border-radius: 5px; padding:20px; margin-bottom:20px; }
#cms { display: none; }

/* 자동등록방지 */
#captcha_mp3 { background:#333; color:#fff; height:50px; padding:0 5px; }
#captcha_info { display: none; }
#captcha_key { font-size: 30px; font-weight: bold; color:blue; width:130px; }

/* 동의 */
#agree { width:100%; border:1px solid #ccc; border-top:3px solid #175d53; padding:50px; font-size: 16px;}
#agree .agree-title { width:100%; padding:10px; text-align: center; font-size:22px; font-weight:bold; }
#agree .agree-top { width:100%; text-align: center; padding:20px 0 30px 0; }
#agree .agree-content { width:100%; padding: 20px 0px 30px 0; }
#agree .agree-sub-title { width:100%; background:#eee; padding:10px 10px; font-weight:600; }
#agree .agreeChk { width: 100%; background: #FFFFC1; border: 1px solid #ccc; text-align: center; padding: 15px;}
#agree .agreeChk label { padding-left:5px; }
#agree .agree-sub-content { padding:10px 20px; line-height:150%; }
#agree .agree-sub-content ul { padding-left:20px; }
#agree .agree-sub-content ul li { display: list-item !important; padding:4px 0 !important; }
#agree .agree-sub-content ul li span { display: block; padding-left: 30px; }
#agree .agree-bottom { width:100%; text-align: right; margin-top:30px; }
#agree .agree-btns { width:100%; text-align: right; margin-top:10px; }
#agree .option-radio-wrap label { color:blue; }
#agree .agree-sub-content .option-checkbox-wrap { list-style: none; }
#agree .agree-sub-content .option-checkbox-wrap li { display: inline-block; }

/* 만 14세 미만 보호자 동의 */
#agree .parent-agree { width:100%; padding:20px; }
#agree .parent-agree .parent-agree-title { font-size:18px; text-align: center; margin-top:20px; }
#agree .parent-agree .parent-agree-date { font-size:18px; font-weight:600; text-align: center; margin:20px 0 35px 0; }
#agree .parent-agree .parent-agree-name { font-size:16px; text-align: right; margin-top:5px; }
#agree .parent-agree .parent-agree-name span { display: block; width:100%; margin-bottom:5px; }
#agree .parent-agree .parent-agree-name input { width:100px; border:1px solid #ccc; border-radius:3px; height:30px; padding:0 10px; }
#agree .parent-agree .parent-agree-sign { text-align: right;margin-top:20px; }
#agree .agree-tail-content { padding:10px; text-align: center; background: #FFFBD5; }

/* 첨부파일 */
#bo_w .bo_w_flie { margin-top: 20px; }
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input { border:1px solid #ccc; width:100%; height:40px; margin:10px 0 0px 0; padding:0 10px; }
#bo_w .bo_w_flie .file_del {font-size:0.92em;color:#7d7d7d}

/* jQuery 달력 스타일 변경 시작 */
#ui-datepicker-div { padding:0px !important;border-radius:5px;overflow: hidden;min-width:270px; }
#ui-datepicker-div table { width:98%;margin:0 auto;}
#ui-datepicker-div td span,
#ui-datepicker-div td a {text-align:center !important;border-radius:3px;}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {top:11px !important;cursor:pointer; }
#ui-datepicker-div th:first-child {color:red !important;}
#ui-datepicker-div th:last-child {color:blue !important;}
#ui-datepicker-div td:first-child a {color:red;}
#ui-datepicker-div td:last-child a {color:blue;}
#ui-datepicker-div td span,
#ui-datepicker-div td a:hover {background:#dd6666 !important;color:#fff !important;border:1px solid #dd6666 !important;}
#ui-datepicker-div .ui-datepicker-header { border:0px;border-radius:0;border-bottom:1px solid #aaa;padding:8px 0px;}
#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {background:#0089D2 !important;border:1px solid #0089D2 !important;color:#fff !important;}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {padding:6px;font-size:16px;}
#ui-datepicker-div .ui-datepicker-title select {outline:none;height:30px;border-radius:3px;cursor:pointer;font-size:14px;padding:0 10px;}
#ui-datepicker-div .ui-datepicker-year {margin-right:3px;}
/* jQuery 달력 스타일 변경 끝 */

/* 채용정보 -  리스트 */
#job-allchk { width: 100%; text-align: left; }
#job-wrap { width:100%; }
#job-wrap .job-list {
    display:flex;
    flex-wrap: wrap;
    justify-content: start ;
    gap:16px;
    border:0px;
    width:100%;
}
#job-wrap .job-list .job-item {
    position:relative;
    flex-basis:416px;
    border:1px solid #ccc;
    padding: 30px 20px 30px 20px;
    font-size: 14px;
    height:260px;
    background: url('../img/list_bg.jpg');
}
#job-wrap .job-chk { position: absolute; top: 5px; left: 5px; z-index:1;}
#job-wrap .job-category { width: 100%; text-align: center; }
#job-wrap .job-coname {
    width:100%;
    text-align: center;
    font-size: 16px;
    font-weight:600;
    margin-bottom:10px;
}
#job-wrap .job-subject {
    width:100%;
    text-align: center;
    font-size: 18px;
    font-weight:600;
}
#job-wrap .job-grid {
    display: flex;
    justify-content: space-between;
    gap:0;
    flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
#job-wrap .job-grid > div {
    flex: 1 1 33.33333%;
    font-size: 16px;
    padding:10px 0px;
    border-right:0px solid #ccc;
    border-bottom:0px solid #ccc;

}
#job-wrap .job-category .job-cate-label { display:block; width:140px; border:0px; height:40px; line-height:40px; border-radius:5px; text-align:center; margin:15px auto; font-size:16px; }
#job-wrap .job-info { position: absolute; bottom:0; left:0; width:100%; height: 20px; padding:0 10px; }
#job-wrap .job-date { position: absolute; bottom:43px; left: 0; width: 100%;  }
#job-wrap .job-date > span { display: block; height:24px; line-height:24px; text-align: center; }
#job-wrap .job-stat-ing { background:#E35396; color:#fff; font-weight:bold; }
#job-wrap .job-stat-end { background:#888; color: #000; font-weight:bold; }
#job-wrap .job-stat-wait { background:#333333; color: #fff; font-weight:bold; }
#job-wrap .job-stat-eval { background:#9F7413; color:#fff; font-weight:bold; }
#job-wrap .job-result-btns { position: absolute; bottom:105px; left:0; width: 100%; text-align: center;}
#job-wrap .job-result-btns > span { display: block; font-size:16px; width:140px; height:40px; line-height:40px; text-align: center; margin:0 auto 5px auto; border-radius:5px; cursor:pointer; }
#job-wrap .job-result-doc { background:#83AB20; color:#fff; font-weight:bold; }
#job-wrap .job-result-accept { background:#139F72; color:#fff; font-weight:bold; }
#job-wrap .job-result-none { background:#888; color: #fff; }
#job-wrap .job-day { width:100%; text-align: center; font-size:28px; font-weight:bold; margin-top:8px; }

/* 팝업 */

.job-popup-wrap { position: fixed; display:none; width:100%; height:100%; top:0; left:0; z-index:9999;}
.job-popup { position: fixed; background:#fff;
    max-height:800px;
    overflow-y:scroll;
    border:1px solid #555; width:100%; max-width:600px; min-height:660px; top:50%; left:50%; transform: translate(-50%, -50%);padding:30px 20px;border-radius:10px;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:  0 0 0 9999px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
}
.job-popup .popup-close { position:absolute;top:-7px;right:0;font-size:40px; font-weight:bold; cursor:pointer; width:32px;}
.job-popup .popup-title { width:100%; text-align: center; font-weight: bold; font-size:24px; }
.job-popup .popup-list { width:100%;margin-top:20px; border:2px solid #ccc; margin:20px auto 0 auto; border-radius:0px; padding:10px; }
.job-popup .popup-list ul { margin:0;padding:0;}
.job-popup .popup-list ul li {display:inline-block;padding:3px;font-size:18px;width:33.3333%;text-align: center;}
.job-popup .meet-title { margin:30px 0 10px 0; font-size:20px; font-weight:bold; text-align: center;}
.popup-content > div { width:100%; }
.popup-content table { width:100%; border-spacing:0; border-collapse:collapse; }
.popup-content th { width:50px; font-size:18px; height:40px; text-align:right; background:#eeeeee; border:1px solid #cccccc; padding:0px 10px; }
.popup-content td { font-size:18px; height:36px; text-align:left; background:#ffffff; border:1px solid #cccccc; padding:0px 10px; }
.popup-msg { width:100%; padding:15px; min-height:150px; border:1px solid #ccc; font-size:18px; }
.popup-msg2 { width:100%; padding:15px; min-height:150px; border:0px; font-size:16px; }



@media (min-width:1500px) {

}


@media (max-width:1499px) and (min-width:1100px) {

}

@media (max-width:1300px) {

}

@media (max-width:1099px) and (min-width:780px) {

}

@media (max-width:768px) {
    #bo_list table {
        width:100%;
        border-spacing:0 !important;
        border-collapse:collapse !important;
        border: 0px !important;
    }
    #bo_list table col {
        width:100%;
    }
    #bo_list table thead {
        display: none;
    }
    #bo_list table tbody td {
        width: 100%;
        display: flex;
        align-items: center;
        background: #efefef;
        padding: 0px !important;
        font-size: 14px;
        line-height: 100%;
        text-align: left !important;
        height: 100% !important;
        margin: -1px !important;
        align-items: stretch;
        border: 1px solid #ccc;
    }
    #bo_list table tbody tr {
        display: block;
        margin-bottom: 15px !important;
    }
    #bo_list table tbody tr td:before {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 80px;
        font-weight: 700;
        content: attr(data-label);
        border-right: 1px solid #ccc;
        background: #efefef;
        padding: 8px 5px;
    }
    #bo_list table tbody tr td > span{
        display: flex;
        align-items: center;
        background: #fff;
        width: 100%;
        padding: 5px 5px 5px 10px;
        text-align: left;
    }
}

@media (max-width:640px) {
    .board_wrap .board_wrap_form {
        border: 1px solid #e3e3e3;
    }
    .board_wrap > ul {
        margin-bottom:15px;
    }
    .board_wrap > ul > li {
        display: block;
    }
    .board_wrap .li_tit {
        width: unset;
        border-right: 0px;
    }
    .board_wrap .li_form {
        padding:10px;
    }
    .agree-sub-title .agreeChk {
        display: block;
        width: 100%;
        text-align: right;
        margin-left:0 !important;
    }
    #agree {
        padding:15px;
    }
    .event_wrap {
        width: 98%;
    }
    .option-radio-wrap li {
        padding:5px 0;
    }
}


#frmSearch table { width:100%; border-spacing:0; border-collapse:collapse;}
#frmSearch th { background:#eeeeee; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:0 10px; }
#frmSearch td { border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:0px 10px; text-align: left; padding:5px 10px; height: 57px;}
#frmSearch .option-radio-wrap
#frmSearch .option-checkbox-wrap { width:100%; }
#frmSearch .option-radio-wrap li,
#frmSearch .option-checkbox-wrap li {
	display: inline-block;
	padding-right:20px;
	font-weight: 400;
}
#frmSearch .option-radio-wrap li label,
#frmSearch .option-checkbox-wrap li label {
	cursor:pointer;
	font-weight: 400;
}
#frmSearch .option-radio-wrap li input[type="radio"]:checked + label,
#frmSearch .option-checkbox-wrap li input[type="checkbox"]:checked + label {
	color: blue;
	font-weight: 600;
}

#frmSearch .option-checkbox-wrap input[type="checkbox"],
#frmSearch .option-checkbox-wrap input[type="radio"],
#frmSearch .option-radio-wrap input[type="radio"],
#frmSearch .option-radio-wrap input[type="checkbox"]{
    display: none;
}
#frmSearch .option-radio-wrap li label, #frmSearch .option-checkbox-wrap li label {
    cursor: pointer;
    padding: 4px 11px;
}
#frmSearch .option-radio-wrap li input[type="radio"]:checked + label,
#frmSearch .option-checkbox-wrap li input[type="checkbox"]:checked + label{
    color: #05a7ce !important;
    border: 1px solid #05a7ce;
    border-radius: 30px;
    padding: 2px 10px;
}
#frmSearch .option-radio-wrap li .btn_close,
#frmSearch .option-checkbox-wrap li .btn_close{
    font-family: 'Noto Sans';
    display: none;
}
#frmSearch .option-radio-wrap li input[type="radio"]:checked + label .btn_close,
#frmSearch .option-checkbox-wrap li input[type="checkbox"]:checked + label .btn_close{
    display: inline;
}
#frmSearch .btn_submit {
    height:40px;
    border:0px;
    background:#1E617C;
    color:#fff;
    padding: 0px 20px;
    font-size: 16px;
}

/* css 커스텀 231108 */
#frmSearch .option-radio-wrap li label,
#frmSearch .option-checkbox-wrap li label {
    font-size:17px!important;
}
#frmSearch .option-radio-wrap li input[type="radio"]:checked + label,
#frmSearch .option-checkbox-wrap li input[type="checkbox"]:checked + label {
    color: #004ea2 !important;
    border: 1px solid #004ea2;
    font-size:17px!important;
}
#frmSearch .board_wrap_form li {
    padding:5px 10px 0px 10px;
}
#frmSearch .btn_submit {
    background: #004ea2;
}
#frmSearch .stxWrap {
    position: relative;
    width: 100%;
}
#frmSearch .stxWrap .stx:focus {
    background-color: #EEEEFF;
}
#frmSearch .stxWrap .btn_submit {
    position: absolute;
    top: 0px;
    right: 0px;
}


#job-wrap .job-coname {
    color:#004ea2;
}
.txt-open {
    color: #ce2828;
}

.ck_btn_a,
.ck_btn {
    background: #6C6C6C;
    color:#fff;
}
.ck_btn:hover, .ck_btn_a:hover {
    border: 1px solid #444 !important;
    background: #444;
    background: -moz-linear-gradient(#444, #444) !important;
    background: -webkit-linear-gradient(#444, #444) !important;
    background: linear-gradient(#444, #444) !important;
}
.rumiPaging .page-num:hover {
    background: #004ea2!important;
}
#job-wrap .job-list {
    justify-content: center;
}
#job-wrap .job-list .job-item {
    flex-basis:unset;
    width:30.333%;
    height: auto;
}
.totalT {
    font-weight:bold;
}
.totalT .count {
    font-weight:normal;
}

.recruitment_view_title {
    padding:20px 10px;
    font-size:1.22rem;
    background-color:#fff;
    border-left:none;
    border-right:none;
    border-top:2px solid #333;
    border-bottom-color:#333;
}
.section-title {
    border-left:none;
    margin: 30px 0 5px 0;
    padding: 5px 10px;
    font-size: 18px !important;
    font-weight: bold;
}

@media (max-width:991px) {
    #job-wrap .job-list .job-item {
        width:46%;
    }


}
@media (max-width:768px) {
    #frmSearch th {
        background: #efefef;
        width: 100%;
        display: block;
        padding: 10px;
    }
    #bo_list table tbody tr td:before {
        display:none;
    }
    #bo_list table tbody tr td {
        background-color:#fff;
        padding:10px!important;
        justify-content: center;
        border-right:none;
        border-left:none;
    }
    #frmSearch .option-checkbox-wrap {
        text-align:center;
    }
    #frmSearch .option-checkbox-wrap li{
        min-width:95px;
    }
    #bo_list table tbody tr {
        margin-bottom:0!important;
    }
    #bo_list .list_btn_top_Wrap {
        display: none;
    }
    #bo_list .list_btn_bottom_Wrap {
        display: block;
        margin-top: 10px;
    }
    #bo_list .list-top-info div {
        flex: auto !important;
    }
    #frmSearch .board_wrap_form {
        margin-bottom: 10px !important;
    }
    #frmSearch .board_wrap .li_tit label {
        text-align: center;
        padding: 8px 0;
    }
}

@media (max-width: 640px){
    .board_wrap .board_wrap_form {
        border: 1px solid #e3e3e3;
        margin-top:-1px;
    }
}


@media (max-width:570px) {
    #bo_list table tbody tr td {
        justify-content: left;
    }
    #frmSearch .option-checkbox-wrap {
        text-align:left;
    }
    #frmSearch .option-checkbox-wrap li{
        min-width: auto;
    }
    #job-wrap .job-list .job-item {
        width:100%;
    }
    .totalT {
        padding-left:0;
    }
    .placeholder {
        padding:10px!important;
        height:auto!important;
    }
    .placeholder::placeholder {
        font-size:16px;
    }
    #frmSearch .btn_submit {
        height:42px!important;
    }
}

