@charset "UTF-8";
.table_cation {
    font-size: 17px;
    color: #000;
    font-family: 'noto5';
    margin-bottom: 13px;
}
.pop-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.pop-layer .layer-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.pop-layer .pop-container {
    position: absolute;
    left: calc(50% - 258px);
    top: calc(50% - 250px);
    width: 500px;
    height: 500px;
    border: 1px solid #000;
    background: #fff;
}
.pop-layer .pop-container .pop-top-wrap,
.layer_popup_top {
    background: #000;
    display: table;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.pop-layer .pop-container .pop-top-wrap > h2,
.pop-layer .pop-container .pop-top-wrap > span,
.layer_popup_top > p,
.layer_popup_top > span {
    display: table-cell;
    color: #fff;
    font-size: 22px;
}
.pop-layer .pop-container .pop-top-wrap > span,
.layer_popup_top > span {
    transform: rotate(45deg);
    font-size: 28px;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s;
    cursor: pointer;
}
.pop-layer .pop-container .pop-top-wrap > span:hover {
    transform: rotate(-45deg);
}
.pop-layer .pop-container .pop-conts {
    padding: 15px;
    height: 453px;
    overflow: auto;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    color: #000;
}
.pop-layer .pop-container .pop-conts > p {
    margin-bottom: 20px;
    line-height: 21px;
}
.pop-layer .pop-container .pop-conts > dl {
    margin-bottom: 15px;
}
.pop-layer .pop-container .pop-conts > dl dt {
    font-family: 'noto5';
    margin: 10px 0 5px 0;
}
.pop-layer .pop-container .pop-conts > dl dt:first-child {
    margin-top: 0;
}
.pop-layer .pop-container .pop-conts > dl dd {
    margin: 0 0 3px 10px;
}
a.cbtn {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}
a.cbtn:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}
.div_table {
    display: table;
}
.div_table > * {
    display: table-cell;
}
table.board_writing_table {
    margin-bottom: 0 !important;
}
.cr {
    color: #f31f1f !important;
}
/* input[type='text'].not('basic_text') { */
input[type='text'] {
    font-size: 13px;
    border: 0;
    height: 34px;
    width: calc(100% - 20px);
    display: inline-block;
    border: 1px solid #bbbbbb;
    background: #fff;
    background-image: none !important;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 !important;
    -moz-box-shadow: inset 0 !important;
    box-shadow: inset 0 !important;
    box-shadow: 0 !important;
}

input[name='wr_2'],
input[name='wr_name'] {
    max-width: 250px;
    width: 100%;
}

.search-box2 > p {
    position: relative;
    width: 80%;
    height: 34px;
    text-indent: 0;
    line-height: 100%;
    font-size: 100%;
    overflow: visible;
    cursor: pointer;
    color: #333;
}
.search-box2 > p:after {
    position: absolute;
    right: 10px;
    top: 20%;
    content: 'ㆍ';
    font-size: 10px;
}
.search-box2 {
    width: 255px;
    margin-right: 20px;
    position: relative;
}
.search-box2 > p a {
    display: block;
    width: 100%;
    height: 37px;
    border: 1px solid #bbb;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 35px;
}
.search-box2 ul {
    /* display: none; */
    position: absolute;
    width: 65%;
    box-sizing: border-box;
    padding: 5px;
    z-index: 99;
    border: 1px solid #000;
    background: #fff;
}
.search-box2 ul.teacher_selected {
    top: 36px;
    left: 35%;
}
.search-box2 ul li {
    float: none;
    background: #fff !important;
    border: none;
}
.search-box2 ul li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
}
.search-box2 ul li:hover a {
    background: #000;
    color: #fff;
}
.table_div {
    display: table-row;
}
.table_div > * {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
}
.table_div em {
    font-style: normal;
    font-family: 'noto5';
    font-weight: 100;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    height: 34px;
    line-height: 32px;
}
.table_div .check_box {
    padding: 0 10px 0 0;
    width: 143px !important;
}
.radio_chk {
    padding-right: 20px;
}
.table_div .check_box label,
.recrui_area1 .check_box label,
.radio_chk label {
    padding-left: 25px;
    position: relative;
    margin-right: 15px;
    font-family: 'noto5';
    vertical-align: top;
    cursor: pointer;
}
.table_div .check_box label:last-of-type,
.radio_chk label:last-of-type {
    margin-right: 0;
}
.table_div .check_box label:after,
.recrui_area1 .check_box label:after,
.radio_chk label:after {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    content: '';
    border: 1px solid #000;
}
.table_div .check_box input[type='checkbox'],
.recrui_area1 .check_box input[type='checkbox'],
.radio_chk input[type='radio'] {
    display: none;
}
.table_div .check_box input[type='checkbox']:checked + label:after,
.recrui_area1 .check_box input[type='checkbox']:checked + label:after,
.radio_chk input[type='radio']:checked + label:after {
    background: url('/_skin/sidae/images/board_new/check_icon.png') no-repeat left;
}
.recrui_wrap {
    width: 50%;
}
.recrui_wrap > li {
    width: 100%;
    position: relative;
    padding: 2% 0;
}
.recrui_wrap > li > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 1% 0;
    height: 100%;
}
.recrui_wrap > li > em {
    font-family: 'noto5';
    font-weight: 100;
    font-size: 15px;
    width: 20%;
    line-height: 150%;
}
.recrui_area1 .check_box {
}

.recrui_area2 p {
    border: 1px solid #bbbbbb;
    width: 80%;
    max-width: 130px;
    text-align: left;
    font-size: 13px;
}
.recrui_area2 p > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5%;
    position: relative;
    box-sizing: border-box;
}
.recrui_area2 p > a:after {
    position: absolute;
    right: 6%;
    top: 29%;
    height: 100%;
    content: '▼';
    font-size: 10px;
    display: inline-block;
}
.recrui_area2 .teacher_selected {
    position: absolute;
    left: 21%;
    width: 100%;
    max-width: 130px;
    box-sizing: border-box;
    background: #fff;
    z-index: 9;
    border: 1px solid #000;
}
.recrui_area2 .teacher_selected li {
    float: none;
    width: 100%;
}
.recrui_area2 .teacher_selected li > a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 2% 5%;
    font-size: 13px;
}
.recrui_area2 .teacher_selected li > a:hover {
    background: #000;
    color: #fff;
}
/*채용*/

.tbTrSt {
    background-color: #ffffff;
    height: 48px;
    font-size: 14px;
    text-align: center;
}
input[name='mb_agree2'] {
    display: none;
}
label.curPointer {
    position: relative;
    display: inline-block;
    color: #000;
    padding-left: 27px;
    /*! margin-left:20px; */
    vertical-align: top;
}
input[name='mb_agree2'] + label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    left: 5px;
    top: 3px;
    content: '';
    border: 1px solid #000;
    box-sizing: border-box;
}

input[name='mb_agree2']:checked + label:after {
    border: none;
    background: url(/_skin/sidae/images/board_new/check_icon.png) no-repeat;
}
.moreBtn,
.moreBtn:hover,
.moreBtn:focus {
    background-color: #257dfe;
    color: #fff;
    text-decoration: none;
    height: 25px;
    top: 12px;
    line-height: 1.7;
    position: absolute;
    letter-spacing: -2px;
    width: 110px;
    left: 40px;
}
.table_new table tr td.title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -2px;
}
/*이메일*/
input[name='f_mail_2'] {
    background: #ededed;
}
.email_wrap > li {
    width: 33.33%;
    text-align: left;
}
.email_wrap > li:first-child > input {
    width: 90%;
}
.email_wrap > li > input {
    width: 100%;
}
.email_wrap > li > span {
    display: inline-block;
    margin-right: 1%;
}
div.select-box.e_mail_box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 34px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    vertical-align: bottom;
    margin: 0 1%;
}
div.select-box.e_mail_box label {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    width: 90%;
    height: 34px;
    line-height: 34px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
div.select-box.e_mail_box label:after {
    position: absolute;
    content: '▼';
    right: 2%;
    top: 50%;
    margin-top: -17px;
    font-size: 10px;
}
div.select-box.e_mail_box select {
    width: 100%;
    height: 34px;
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    opacity: 0;
    z-index: 1;
    filter: alpha(opacity=0); /* IE 8 */
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
/* 전화번호 */
.ph-box,
.fax-ph {
    display: table;
    position: relative;
    width: 100%;
    max-width: 250px;
}
.ph-box > *,
.fax-ph > * {
    display: table-cell;
    vertical-align: middle;
    width: 34%;
    text-align: right;
}
.ph-box > div:first-child,
.fax-ph > div:first-child {
    width: 31%;
    /*! position: relative; */
}
.fax-ph > div:first-child {
    text-align: left;
}
.fax-ph > div:first-child > input {
    width: 93%;
    /*! text-align: right; */
}
.ph-box > div > p,
.fax-ph > div > p {
    display: inline-block;
    margin-right: 8%;
}
.ph-box > p,
.fax-ph > p {
    padding: 0 5px;
    text-align: center;
}
.ph-box > .search-box > p,
.ph-box > input[type='text'] {
    position: relative;
    background: #fff;
    width: 94%;
    height: 35px;
    border: 1px solid #bbb;
    text-align: left;
    line-height: 35px;
}
.ph-box > .search-box > p > a:after {
    position: absolute;
    right: 10px;
    top: calc(50% - 17px);
    content: '▼';
    font-size: 10px;
    z-index: 1;
}
.ph-box > .search-box > p > a {
    padding-left: 25%;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 229%;
    box-sizing: border-box;
}
.ph-box #selectCon,
.ph-box #selectCon2 {
    position: absolute;
    z-index: 99;
    border: 1px solid #000;
    width: 74px;
    box-sizing: border-box;
    background: #fff;
}
.ph-box #selectCon li,
.ph-box #selectCon2 li {
    width: 100%;
    text-align: center;
}
.ph-box #selectCon li a,
.ph-box #selectCon2 li a {
    background: #fff;
    color: #000;
    width: 100%;
    /*! padding-left:20px; */
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.ph-box #selectCon li a:hover,
.ph-box #selectCon2 li a:hover {
    background: #000;
    color: #fff;
}
/*Ã¬Â²Â¨Ã«Â¶â‚¬Ã­Å’Å’Ã¬ÂÂ¼*/
.file_add_wrap {
    width: 100%;
}
.fake-txt {
    height: 34px;
    box-sizing: border-box;
    line-height: 27px;
}
label.fake-file-btn {
    height: 34px;
    box-sizing: border-box;
    line-height: 27px;
}
input[type='file'].fake-file {
    /* height:35px;
	width: 395px;
    left: -285px !important; */
}
/*ÃªÂ°Å“Ã¬ÂÂ¸Ã¬Â â€¢Ã«Â³Â´ Ã¬Ë†ËœÃ¬Â§â€˜*/
.write_option {
}
.option_1 {
    border-bottom: 1px solid #bbb;
    padding: 25px 0;
}
.option_1:first-child {
}
.option_1 > h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 12px;
    font-family: 'noto5';
    font-weight: 100;
}
.option_1 > .option_txt {
    font-size: 14px;
    color: #605f5f;
    font-family: 'noto3';
    overflow: hidden;
}
.option_1 > .option_txt > * {
    display: table-cell;
    vertical-align: middle;
}
.option_1 > .option_txt > li:last-child {
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
    width: 100%;
}
.option_1 > .option_txt .btn-example {
    border: 1px solid #605f5f;
    font-size: 13px;
    width: 100%;
    max-width: 70px;
    height: 26px;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
}
.option_1 > .option_txt .btn-example:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.option_1 > .option_txt p {
    padding-right: 20px;
    vertical-align: middle;
    word-break: keep-all;
    width: 100%;
    line-height: 120%;
}
.option_1_3 > .option_txt p {
    width: 100%;
}

/*자동글쓰기 입력 방지*/
.option_1_2 .option_txt :first-child {
}
.option_1_2 .write_head {
    margin: 1% 2% 0 0;
    display: inline-block;
    vertical-align: bottom;
}
.option_1 input {
    width: 209px;
    height: 32px;
    border: 1px solid #bbbbbb;
    background-image: none !important;
}
.option_1_2 #kcaptcha_image {
    border: 1px solid #000;
    box-sizing: border-box;
}
.option_1_3 .option_txt li:first-child {
    width: 100%;
    display: block;
}
.layer_popup_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    /*	display:table;*/
    display: none;
    transition: all 0.5s;
    z-index: var(--z-index-modal, 100);
}
.layer_popup_wrap.pop_show {
    display: table;
    transition: all 0.5s;
}
.layer_popup_wrap .layer_popup_bg {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.layer_popup_wrap .layer_popup_content {
    position: relative;
    z-index: 105;
    vertical-align: middle;
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
    background: #fff;
}
.layer_popup_wrap .layer_popup_txt {
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
}
.layer_popup_wrap .layer_popup_txt strong {
    font-size: 16px;
}
.layer_popup_wrap .layer_popup_txt p {
    word-break: keep-all;
}
.layer_popup_wrap .layer_popup_txt table {
    border: 1px solid #000;
    width: 100%;
    margin: 10px auto;
}
.layer_popup_wrap .layer_popup_txt table th,
.layer_popup_wrap .layer_popup_txt table td {
    font-size: 13px;
    padding: 7px 10px;
    border: 1px solid #000;
    text-align: center;
}
.layer_popup_wrap .layer_popup_txt table th {
    background: #eee;
    font-family: 'noto5';
    text-align: center;
    height: auto;
}
.layer_popup_wrap .div-table {
    display: table;
    width: 100%;
}
.layer_popup_wrap .layer_popup_txt .div-table > * {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.layer_popup_wrap .layer_popup_txt .div-table > *:first-child {
    width: 60px;
}
.layer_popup_wrap .agree_select_wrap {
    width: 100%;
    margin: 5px auto;
    background: #eee;
    overflow: hidden;
    padding: 14px 0 14px 10px;
    box-sizing: border-box;
}
.layer_popup_wrap .agree_select_wrap > p {
    width: auto;
    float: left;
}
.layer_popup_wrap .agree_select_wrap > .agree_select {
    text-align: right;
    float: right;
    display: table;
    width: auto;
}
.layer_popup_wrap .agree_select_wrap > .agree_select li {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50%;
}
.layer_popup_wrap .agree_select_wrap .agree_select input[type='radio'] {
    display: none;
}
.layer_popup_wrap .agree_select_wrap .agree_select label {
    position: relative;
    width: 87px;
    display: inline-block;
    text-align: left;
    padding-left: 22px;
    box-sizing: border-box;
}
.layer_popup_wrap .agree_select_wrap .agree_select label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    left: 0px;
    top: 2px;
    content: '';
    border: 1px solid #000;
    box-sizing: border-box;
    margin-top: -0.5px;
}
.layer_popup_wrap .agree_select_wrap .agree_select input[type='radio']:checked + label:after {
    border: none;
    background: url(/_skin/sidae/images/board_new/check_icon.png) no-repeat;
}
.layer_popup_wrap .agree_box p,
.layer_popup_wrap .agree_box .agree_select {
    float: none;
}
.layer_popup_wrap .agree_box p {
    word-break: keep-all;
}
.layer_popup_wrap .agree_box em {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    text-decoration: underline;
}
.layer_popup_wrap .agree_box .agree_select {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
}
.layer_popup_wrap .agree_box .agree_select li {
    width: auto;
    white-space: nowrap;
}
.layer_popup_wrap .agree_box .agree_select label {
    width: auto;
}
.layer_popup_wrap .agree_box .agree_select label:after {
    border-radius: 50%;
}
.layer_popup_wrap .agree_box .agree_select label:before {
    display: none;
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.layer_popup_wrap .agree_box .agree_select input[type='radio']:checked + label:after {
    border: 1px solid #000;
    background: none;
}
.layer_popup_wrap .agree_box .agree_select input[type='radio']:checked + label:before {
    display: block;
}
.layer_popup_wrap .layer_popup_btn {
    display: table;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.layer_popup_wrap .layer_popup_btn > * {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    height: 40px;
    font-size: 15px;
}
.layer_popup_wrap .layer_popup_btn > *:hover {
    text-decoration: none;
}
.layer_popup_wrap .layer_popup_btn > *:first-child {
    background: #000;
    color: #fff;
}
.layer_popup_wrap .layer_popup_btn > *:last-of-type {
    border: 1px solid #000;
    color: #000;
}
@media (min-width: 0px) and (max-width: 700px) {
    .dhei .recrui_area2 .teacher_selected {
        left: 31%;
    }
    .dhei .email_wrap > li > input {
        width: 70%;
    }
    .dhei .email_wrap > li {
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        width: 49%;
        text-align: left;
        margin: 1% 0 0 0;
    }

    .dhei .email_wrap > li:first-child {
        width: 100%;
    }
    .dhei .email_wrap > li > input[name='f_mail_2'] {
        width: 100%;
        vertical-align: middle;
        margin: 0 !important;
    }
    .dhei .fake-txt {
        font-size: 0.567rem;
    }
    .dhei .option_1 {
        padding: 3% 0;
    }
    .dhei .option_1_2 .write_head {
        float: none;
        width: 50%;
        display: inline-block;
    }
    .dhei .option_1_2 #kcaptcha_image {
        width: 50% !important;
        min-width: 100px;
        max-width: 120px;
        height: auto !important;
        vertical-align: bottom;
        display: inline-block;
    }
    .dhei .option_1 input {
        margin: 0 !important;
        vertical-align: bottom;
    }
    .dhei .pop-layer .pop-container {
        width: 90%;
        height: 50%;
        top: 25%;
        left: 5%;
    }
    .dhei .pop-layer .pop-container .pop-top-wrap > h2 {
        font-size: 0.767rem;
    }
    .dhei .pop-layer .pop-container .pop-top-wrap > span {
        font-size: 1.1rem;
    }
    .dhei .pop-layer .pop-container .pop-conts {
        height: 88%;
        padding: 5% 3% 10%;
    }

    .dhei .recrui_wrap {
        width: 100%;
    }
    .dhei .recrui_wrap > li > em {
        width: 30%;
        font-size: 0.667rem;
    }
    .dhie .recrui_area2 p {
        width: 70%;
    }
}

@media (min-width: 0px) and (max-width: 522px) {
    .dhei .option_1 > .option_txt > * {
        display: inline-block;
        margin-bottom: 2%;
    }
    .dhei .option_1_2 .write_head {
        width: 100%;
        margin-bottom: 2%;
    }
}

@media (min-width: 0px) and (max-width: 360px) {
    .dhei label.curPointer {
        display: block;
    }
    .dhei .option_1 > .option_txt > .dhei .option_1 > .option_txt > li:first-child {
        width: 100%;
        margin: 0 0 3% 0;
    }
    .dhei .option_1 > .option_txt p {
        width: 100%;
    }
}
