/* 텍스트 일괄 효과 */
html {
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

/* 코어 업데이트에 따른 수정 페이저 ul 태그 수정 */
ul{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul li{
    display: inline-block;
}

body {
    scrollbar-width: thin;
    overflow-y: scroll;
}

body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {

    background-color: gray;
}
body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::selection {
    background: #013a86;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #013a86;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #013a86;
    color: #FFF;
    text-shadow: none;
}




/* AOS 사용을 위한 세팅 */
html, body { background: #ffffff; height: 100%; position: relative; }

a{
    text-decoration: none;
    color: #232323;
}


/* 테이블 */
.table_panel{
    margin: 10px 0 20px;
}

.info_table .ali_left {
    text-align: left;
}

.info_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.info_table:before{
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: #707070;
}
.info_table th {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-top: 0;
    font-weight: normal;
}
.info_table td {
    border: 1px solid #e5e5e5;
}
.info_table th:last-child {
    border-right: none;
}

.info_table td:last-child {
    border-right: none;
}

.info_table th:first-child {
    border-left: none;
}

.info_table td:first-child {
    border-left: none;
}

@media all and (min-width: 1240px){
    .info_table {
        font-size: 16px;
        line-height: 26px;
    }
    .info_table th {
        padding: 16px;
    }
    .info_table td {
        padding: 16px;
    }
}
@media all and (max-width: 1240px) and (min-width: 768px){
    .info_table {
        font-size: 14px;
        line-height: 24px;
    }
    .info_table th {
        padding: 15px;
    }
    .info_table td {
        padding: 15px;
    }
}
@media all and (max-width: 767px){
    .info_table {
        font-size: 14px;
        line-height: 24px;
    }
    .info_table th {
        padding: 15px;
    }
    .info_table td {
        padding: 15px;
    }
}



/* 세부페이지 타이틀 */
.content_write_wrapper:last-child{
    margin-bottom: 0px;
}



.h2_title, .h3_title {
    font-weight: normal;
}


/* PC */
@media all and (min-width:1240px) {
    .h2_title {
        font-size: 24px;
        color: #013a86;
        font-family: notokr-medium;
        line-height: 1;
        margin-top: 73px;
        margin-bottom: 40px;
    }

    .h2_title:first-child{
        margin-top: 0;
    }

    .h3_title {
        position: relative;
        color: #232323;
        font-family: notokr-medium;
        line-height: 1;
        font-size: 20px;
        padding-left: 14px;
        margin-top: 43px;
        margin-bottom: 23px;
    }

    .h3_title::before {
        content: "";
        background: url(/res/service/img/department16/sub_common/bu_title.png);
        background-size: cover;
        height: 16px;
        width: 4px;
        position: absolute;
        left: 0;
        bottom: 1px;
    }
    .h5_title{
        position: relative;
        font-size: 16px;
        color:#707070;
        padding-left: 23px;
        letter-spacing: -0.32px;
        line-height: 31px;
    }
    .h5_title::before{
        content: "";
        position: absolute;
        background: url(/res/service/img/department16/sub_common/bu_title2.png);
        background-size: cover;
        width: 3px;
        height: 5px;
        top: 12px;
        left: 10px;
    }

    .content_write_wrapper{
        margin-bottom: 80px;
    }
    .content_write{
        font-size: 16px;
        line-height: 31px;
    }
}

/* Tablet */
@media all and (min-width:768px) and (max-width:1239px) {
    .h2_title {
        font-size: 20px;
        color: #013a86;
        font-family: notokr-medium;
        line-height: 30px;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .h2_title:first-child{
        margin-top: 0;
    }

    .h3_title {
        position: relative;
        color: #232323;
        font-family: notokr-medium;
        line-height: 1;
        font-size: 16px;
        padding-left: 14px;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .h3_title::before {
        content: "";
        background: url(/res/service/img/department16/sub_common/bu_title.png);
        background-size: cover;
        height: 16px;
        width: 4px;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

    .h5_title{
        position: relative;
        font-size: 14px;
        color:#707070;
        padding-left: 23px;
        letter-spacing: -0.28px;
        line-height: 24px;
    }
    .h5_title::before{
        content: "";
        position: absolute;
        background: url(/res/service/img/department16/sub_common/bu_title2.png);
        background-size: cover;
        width: 3px;
        height: 5px;
        top: 9px;
        left: 10px;
    }

    .content_write_wrapper{
        margin-bottom: 40px;
    }
    .content_write{
        font-size: 14px;
        line-height: 24px;
    }
}

/* Mobile */

@media all and (max-width:767px) {
    .h2_title {
        font-size: 20px;
        color: #013a86;
        font-family: notokr-medium;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .h2_title:first-child{
        margin-top: 0;
    }

    .h3_title {
        position: relative;
        color: #232323;
        font-family: notokr-medium;
        line-height: 1;
        font-size: 16px;
        padding-left: 14px;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .h3_title::before {
        content: "";
        background: url(/res/service/img/department16/sub_common/bu_title.png);
        background-size: cover;
        height: 16px;
        width: 4px;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

    .h5_title{
        position: relative;
        font-size: 14px;
        color:#707070;
        padding-left: 23px;
        letter-spacing: -0.28px;
        line-height: 24px;
    }
    .h5_title::before{
        content: "";
        position: absolute;
        background: url(/res/service/img/department16/sub_common/bu_title2.png);
        background-size: cover;
        width: 3px;
        height: 5px;
        top: 9px;
        left: 10px;
    }

    .content_write_wrapper{
        margin-bottom: 40px;
    }
    .content_write{
        font-size: 14px;
        line-height: 24px;
    }
}

/* 이미지 드래그 방지 */
.prevent_drag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none;
    -webkit-user-drag: none;
    -ms-user-select: none
}

/* 텍스트 드래그 방지 ; IE에서는 안됨 */
.prevent_select{
    ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

legend {
    display: table;
    padding: 0;
}

fieldset {
    /* reset */
    border: 0px;
    margin: 0px;
    min-width: 0px;
    padding: 0px;
}
body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
}

/* 신대원 규정집 전용 */

.basic_set_title{
    font-family: 'notokr-medium', Sans-Serif;
}
.basic_set_clause ul{
    padding: 0px;
}
.basic_set_clause li{
    display: block;
}
.basic_set_title::before {
    content: " ";
    display: block;
    width: 4px;
    height: 16px;
    background: linear-gradient(#013a86 50%, #cbd9ee 50%);
    position: absolute;
}
.basic_set_subclause > span{
    margin-top: 20px;
    font-family: 'notokr-medium', Sans-Serif;
}
.basic_set_table{
    margin: 10px 0px;
}
@media all and (min-width: 1240px){
    .basic_set_wrapper{
        margin-bottom: 40px;
    }
    .basic_document_set > div.basic_set_wrapper:last-child{
        margin-bottom: 0px;
    }

    .basic_set_title{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
        margin-left: 14px;
    }
    .basic_set_clause{
        font-size: 16px;
        line-height: 31px;
    }

    .basic_set_title::before {
        transform: translate(-14px, 2px);
    }
    .basic_set_clause ul{
        margin: 10px 20px 20px;
    }
    .basic_set_subclause{
        margin: 10px 0px 20px;
    }

}
@media all and (max-width: 1240px) and (min-width: 768px){
    .basic_set_wrapper{
        margin-bottom: 30px;
    }
    .basic_document_set > div.basic_set_wrapper:last-child{
        margin-bottom: 0px;
    }
    .basic_set_title{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px;
        margin-left: 14px;
    }
    .basic_set_clause{
        font-size: 14px;
        line-height: 29px;
    }
    .basic_set_title::before {
        transform: translate(-14px, 0px);
    }
    .basic_set_clause ul{
        margin: 10px 0px 20px 20px;
    }
    .basic_set_subclause{
        margin: 10px 0px 20px;
    }
}
@media all and (max-width: 767px){
    .basic_set_wrapper{
        margin-bottom: 30px;
    }
    .basic_document_set > div.basic_set_wrapper:last-child{
        margin-bottom: 0px;
    }
    .basic_set_title{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px;
        margin-left: 14px;
    }
    .basic_set_clause{
        font-size: 14px;
        line-height: 29px;
    }
    .basic_set_title::before {
        transform: translate(-14px, 0px);
    }
    .basic_set_clause ul{
        margin: 10px 0px 20px 20px;
    }.basic_set_subclause{
         margin: 10px 0px 20px;
     }

}


#footer {
    clear: both;
}

select::-ms-expand {
    display: none;
}


/* clearfix */
.clearfix {
    *zoom:1;
}
.clearfix:before, .clearfix:after {
    display:block;
    content: '';
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.page_subtitle{font-family: 'notokr-medium';letter-spacing: -0.4px;}
.subtitle_img{height: 16px;}

/* PC */
@media all and (min-width: 1201px) {
    .page_subtitle{padding-left:11px;font-size: 20px;margin-top: 40px;margin-bottom: 20px;}
    .subtitle_img{transform: translate(-11px, 1px);}
    .page_subtitle:first-child{margin-top: 0;}
}

/* Tablet */
@media all and (min-width:768px) and (max-width:1200px) {
    .page_subtitle{padding-left:11px;font-size: 16px;margin-top: 40px;margin-bottom: 20px;}
    .subtitle_img{transform: translate(-11px, 1px);}
    .page_subtitle:first-child{margin-top: 0;}
}

/* mobile */
@media all and (max-width:767px){
    .page_subtitle{padding-left:11px;font-size: 16px;margin-top: 40px;margin-bottom: 20px;}
    .subtitle_img{transform: translate(-11px, 1px);}
    .page_subtitle:first-child{margin-top: 0;}
}


/* TOP loading bar */

#wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

.top_loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: #f8f8f8;
    z-index: 99;
}

.top_loading.showing {
    display: block;
}

.top_loading.showing .top_loading_bar {
    height: 5px;
    background-color: #2b364a;
}

/* 페이지 최소 높이 */

.page_content_container {
    min-height: 50vh;
}

/* PDF 뷰 로딩 */

.apply_pdf{
    background-color: #f8f8f8;
}

/*.apply_pdf::before {*/
/*    content: "PDF 로딩중입니다.";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 0;*/
/*    font-family: notokr-bold, san-serif;*/
/*    color: black;*/
/*}*/

.apply_pdf iframe {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
}


/* PC */
@media all and (min-width: 1201px) {
    .apply_pdf::before {
        font-size: 20px;
    }
}

/* Tablet */
@media all and (min-width:768px) and (max-width:1200px) {
    .apply_pdf::before {
        font-size: 16px;
    }
}

/* mobile */
@media all and (max-width:767px){
    .apply_pdf::before {
        font-size: 16px;
    }
}

/* 이미지 깨짐 방지 */
img{
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}