/* 게시판 관련 사항 */
.search_group { background-color:#f8f8f8;text-align: center;height:75px;padding:25px 0 0 0;margin-bottom:50px; }
.search_group select { display:inline-block;outline:none;margin-right:10px;height:48px;border:1px solid #e5e5e5;padding:0 10px;width:138px;font-family: notokr-regular;color:#707070;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-size: cover !important;background: white url("/res/service/img/department12/common/selectbox_bg.png") !important;background-position:  right !important;cursor: pointer; }
.search_group input { display:inline-block;outline:none;height:48px;margin:0;border:1px solid #e5e5e5;padding:0 50px 0 10px;width:578px;font-family: notokr-regular;color:#707070; }
.search_group .search_group_input { position:relative;display:inline-block; }
.search_group .search_group_input img { position:absolute;width:24px;top:13px;right:10px; }

.total_count { font-family: 'notokr-regular';color:#707070;font-size:16px;line-height:20px;margin-bottom:26px; }
.total_count .total_count_text { font-family: 'notokr-medium';color:#232323; }

.normal_list { width: 100%;border-collapse: collapse;text-align: center;border-top: 1px solid #707070; }
.normal_list thead tr td { color: #232323;font-family: 'notokr-medium';font-size: 16px; }
.normal_list tr { border-bottom: 1px solid #e9e9e9;height:70px; }
.normal_list tr td { padding: 10px 0;line-height: 24px;font-family: notokr-regular;color:#707070;vertical-align: middle; }
.normal_list tbody .title { color:#232323;text-align: left;cursor: pointer; }
.normal_list tbody tr:hover .title { text-decoration: underline; }
.normal_list .comment_count { color: #b9b9bb; }

/*.normal_list .notice { font-family: 'notokr-medium'; }*/
.normal_list .notice { font-family: 'notokr-medium'; }
.normal_list .new { margin-left: 10px; }
.normal_list .attach { cursor: pointer; }

.normal_list .status.status_completed { background-color:#013a86;border:1px solid #013a86;color:#ffffff; }
.normal_list .status { margin:0 auto;cursor: pointer;background-color:#f8f8f8;border:1px solid #e5e5e5;border-radius: 5px;color:#707070;width:70px;height:28px;line-height:28px;font-size:14px; }

.faq_list { width: 100%;border-top: 1px solid #707070; }

.faq_list .faq_item {}
.faq_list .faq_item .faq_title {
    position: relative;
    padding-left: 120px;
    padding-right:70px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
    background-image: url('/res/service/img/index/sub_common/ico_q.png');
    background-repeat: no-repeat;
    background-size:28px 28px;
    background-position: 28px center;
    cursor: pointer;
    font-family: notokr-regular;
    font-size:16px;
    color:#232323;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}

.faq_list .faq_item .faq_title span {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 34px;
    width: 16px;
    height: 10px;
    background-size:16px 10px;
    background-image: url('/res/service/img/index/sub_common/arr_faq_down.png');
    background-repeat: no-repeat;
}

.faq_list .faq_item.on .faq_title span {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 34px;
    width: 16px;
    height: 10px;
    background-size:16px 10px;
    background-image: url('/res/service/img/index/sub_common/arr_faq_up.png');
    background-repeat: no-repeat;
}

.faq_list .faq_item.on .faq_title {  }
.faq_list .faq_item .faq_answer { display: none;position:relative; }
.faq_list .faq_item .faq_answer_body {
    position:relative;
    padding: 30px 30px 30px 120px;
    line-height: 24px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    font-family: notokr-regular;
    font-size:16px;
    color:#232323;
}

.faq_list .faq_item .faq_answer_icon {
    width:28px;
    position:absolute;
    top:28px;
    left:28px;
}


.no_content { border-bottom:1px solid #e9e9e9;line-height:400px;height:400px;text-align:center;display:none; }

.pager { margin-top:50px;text-align: center; }
.pager ul { display:inline-block; }

.page_content_button { margin-top:50px; margin-bottom:50px;overflow: auto; }
.page_content_button .page_content_button_write { width:120px;height:50px;font-family: notokr-regular;color:#ffffff;font-size:16px;text-align:center;line-height:50px;background:#2b364a;cursor:pointer;float:right; }

.pager ul li.prev { margin:0 20px; }
.pager ul li.next { margin:0 20px; }
.pager ul li.first {}
.pager ul li.last {}

.pager ul li.prev img,
.pager ul li.next img,
.pager ul li.first img,
.pager ul li.last img {
    width:auto;
    height: 10px;
}

.pager ul li { cursor: pointer;height:40px;width:40px;line-height: 40px;font-family: notokr-medium; border:1px solid #ffffff; }
.pager ul li.on { background-color: #013a86;color: #ffffff;border:1px solid #013a86; }


/* Mobile */
@media screen and (max-width:420px) {

    .search_group select { width:100px; }
    .search_group input { width:100px; }

    .pager ul li.prev { margin:0 10px; }
    .pager ul li.next { margin:0 10px; }

    .faq_list .faq_item .faq_title {
        position: relative;
        padding-left: 120px;
        padding-right:120px;
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #e5e5e5;
        background-image: url('/res/service/img/index/sub_common/ico_q.png');
        background-repeat: no-repeat;
        background-size:24px;
        background-position: 28px center;
        cursor: pointer;
        font-family: notokr-regular;
        font-size:16px;
        color:#232323;
        text-overflow:ellipsis;
        white-space:nowrap;
        word-wrap:normal;
        overflow:hidden;
    }

    .faq_list .faq_item.on .faq_title span {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 25px;
        width: 16px;
        height: 10px;
        background-size:16px 10px;
        background-image: url('/res/service/img/index/sub_common/arr_faq_up.png');
        background-repeat: no-repeat;
    }
}

/* Mobile */
@media screen and (min-width:421px) and (max-width:767px) {

    .search_group select { width:100px; }
    .search_group input { width:200px; }

    .faq_list .faq_item .faq_title {
        position: relative;
        padding-left: 120px;
        padding-right:120px;
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #e5e5e5;
        background-image: url('/res/service/img/index/sub_common/ico_q.png');
        background-repeat: no-repeat;
        background-size:24px;
        background-position: 28px center;
        cursor: pointer;
        font-family: notokr-regular;
        font-size:16px;
        color:#232323;
        text-overflow:ellipsis;
        white-space:nowrap;
        word-wrap:normal;
        overflow:hidden;
    }


    .faq_list .faq_item.on .faq_title span {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 25px;
        width: 16px;
        height: 10px;
        background-size:16px 10px;
        background-image: url('/res/service/img/index/sub_common/arr_faq_up.png');
        background-repeat: no-repeat;
    }

    .faq_list .faq_item .faq_answer_icon {
        width:24px;
        position:absolute;
        top:28px;
        left:28px;
    }
}


@media screen and (max-width:767px) {

    .normal_list thead { display:none; }
    .normal_list { display:block; }
    .normal_list tbody { display:block; }
    .normal_list tr { display:block;height:auto;padding:18px 20px;position:relative; }
    .normal_list tr td { display:block;padding:0;text-align:left;line-height:30px; }
    .normal_list tr td.attachment { position:absolute;right:20px;top:30px; }
    .normal_list tr td.title {
        color:#232323;
        width: 80%;

        font-family: notokr-medium, sans-serif !important;
        font-size: 14px !important;
        line-height: 1.7 !important;

        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important; /* 라인수 */
        -webkit-box-orient: vertical !important;
        word-wrap:break-word !important;
        height: 45px;
    }
    .normal_list tr td.attachment.none {display:none; }
    .normal_list tr td.no { display:none; }
    .normal_list tr.notice td.no { display:block; }


    .faq_list .faq_item .faq_title {
        height: 60px;
        line-height: 60px;
        bbackground-size:24px 24px;
        background-position: 16px center;
        font-size:14px;
        padding-right:60px;
        padding-left:60px;
    }

    .faq_list .faq_item .faq_title span {
        right: 15px !important;
        top: 25px !important;
    }
    .faq_list .faq_item .faq_answer_body {
        padding: 20px 60px 20px 60px;
        line-height: 22px;
        font-size:14px;
    }

    .faq_list .faq_item .faq_answer_icon {
        top:18px;
        left: 16px;
        width:24px;
        position:absolute;
    }


}

/* Tablet */
@media screen and (min-width:768px) and (max-width:1239px) {

    .search_group select { width:100px; }
    .search_group input { width:400px; }
}

/* PC */
@media screen and (min-width:1240px) {
}


/*  PDF 뷰의 경우  */

.pdf_wrapper {

}

.apply_pdf {position: relative; background-color: #dfdfdf;}

.pdf_controll {

}

.pdf_controll button {
    background-color: transparent;
    border: 1px solid #2b364a;
    cursor: pointer;
    color: #2B364A;
}

.pdf_controll button.go_docs {
    background-color: #002f87;
    border: none !important;
    width: 100%;

    background: linear-gradient(0deg, #002f87, #184baa);
    background-size: 400% 400%;
    -webkit-animation: glow 5s ease infinite;
    -moz-animation: glow 5s ease infinite;
    -o-animation: glow 5s ease infinite;
    animation: glow 5s ease infinite;
}

@-webkit-keyframes glow {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}
@-moz-keyframes glow {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}
@-o-keyframes glow {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}
@keyframes glow {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}

.pdf_controll button.go_docs span{
    color: white;
}

.pdf_controll img {
    display: inline-block;
    vertical-align: middle;
}

.pdf_controll span {
    display: inline-block;
    font-family: notokr-regular, sans-serif;
}
.pdf_controll button{color: #2b364a;}
.pdf_controll button:hover{background: #2B364A;color: white;}
.pdf_controll button img:nth-child(2){display: none;}
.pdf_controll button:hover img:nth-child(1){display: none;}
.pdf_controll button:hover img:nth-child(2){display: inline-block;}
@media screen and (min-width:1240px) {

    .pdf_wrapper {
        min-height: 1000px;
    }

    .apply_pdf, .apply_pdf iframe {
        width: 100%;
        height: 1000px;
        float: left;
    }
    .pdf_controll {
        width: 100%;
        /*float: right;*/
    }
    .pdf_controll button {
        display: inline-block;
        margin-bottom: 10px;
        padding: 11px 0px;
        width: 150px;
    }

    .pdf_controll button:not(:last-child) {
        margin-right: 10px;
    }

    .pdf_controll button.go_docs {
        margin-bottom: 10px;
        padding: 33px 0px;
        width: 150px;
    }

    .pdf_controll span {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .pdf_controll img {
        width: 13px;
        margin-right: 10px;
    }

    .pdf_viewer img{
        width: 14px !important;
    }
    .pdf_controll span {
    }
}
@media screen and (min-width:768px) and (max-width:1239px) {
    .pdf_wrapper {
        min-height: 1000px;
    }

    .apply_pdf, .apply_pdf iframe {
        width: 100%;
        height: 1000px;
    }
    .pdf_controll {
        width: 100%;
        text-align: right;
        display: block;
    }
    .pdf_controll button {
        margin-bottom: 10px;
        padding: 11px 0px;
        width: 150px;
    }

    .pdf_controll button.go_docs {
        margin-bottom: 10px;
        padding: 12px 0px;
        width: 200px;
    }

    .pdf_controll span {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .pdf_controll button:not(:last-child) {
        margin-right: 10px;
    }

    .pdf_controll img {
        width: 13px;
        margin-right: 10px;
    }

    .pdf_viewer img{
        width: 14px !important;
    }
}
@media screen and (max-width:767px) {

    .pdf_wrapper {
        min-height: 500px;
    }

    .apply_pdf, .apply_pdf iframe {
        width: 100%;
        height: 500px;
    }
    .pdf_controll {
        width: 100%;
        text-align: right;
        display: table;
        border-collapse: collapse;
    }
    .pdf_controll button {
        display: table-cell;
        table-layout: fixed;
        width: 33.3%;
        padding: 5px 0px;
    }

    .pdf_controll button.go_docs {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        height: 60px;

    }

    .pdf_controll button.go_docs span {
        font-size:  16px;
        letter-spacing: -0.32px;
        margin-top: 0px;
    }

    .top_down_button { display: none !important; }

    .pdf_controll span {
        font-size: 12px;
        letter-spacing: -0.30px;
        display: block;
        margin-top: 5px;
    }

    .pdf_controll button:not(:last-child) {
        /*margin-right: 10px;*/
    }

    .pdf_controll img {
        width: 13px;
    }

    .pdf_viewer img{
        width: 14px !important;
    }
}



/* 교수소개 */
.prof_list{display: inline-block; width: 100%; }
.prof_list .prof_box{border: 1px solid #E5E5E5;position: relative;box-sizing: border-box;}
.prof_list .prof_img{background-size: cover; background-position: center;}
.prof_list .prof_name{font-family: 'notokr-medium';}
.prof_list .prof_info{color: #707070;}
.prof_list .prof_info span{color: #232323;float: left;}
.prof_list .prof_info span::before {content: "";position: absolute;width: 3px;height: 3px;background-color: #232323;}
.prof_list .prof_detail{position: absolute;box-sizing: border-box;bottom: 0;width: 50%;text-align: center;border-top: 1px solid #E5E5E5;letter-spacing: -0.28px;font-size: 14px;}
.prof_list .prof_detail img{width: 14px;margin-bottom: -2px;margin-right: 5px;}
.prof_list .prof_detail:hover{background-color: #2B364A;color: white;}
.prof_list .prof_detail img:nth-child(2n){display: none;}
.prof_list .prof_detail:hover img:first-child{display: none;}
.prof_list .prof_detail:hover img:nth-child(2n){display: inline-block;}
.prof_list .prof_but_left{left:0;border-right: 1px solid #E5E5E5;cursor:pointer;}
.prof_list .prof_but_right{right:0;cursor:pointer;}

/* PC */
@media screen and (min-width: 1201px) {

    .prof_list .prof_box{padding: 45px;padding-left: 210px;margin-bottom: 50px;width: 100%;height: 280px;}
    .prof_list .prof_img{position: absolute;left: 40px;top: 40px;width: 120px;height: 150px;}
    .prof_list .prof_name{font-size: 20px;margin-bottom: 20px;}
    .prof_list .prof_info span{width: 70px;padding-left:13px;}
    .prof_list .prof_info span::before {transform: translate(-13px, 11px);}
    .prof_list .prof_detail{height: 50px;line-height: 50px;}  /* 팝업 */ .popup_content {display: none;width: 800px;height: 740px;border: none;position: fixed;z-index: 2;background-color: white;text-align: left;top: 20%;left: 25%;}
    .prof_list .popup_back{display: none;background-color: black;opacity: 0.7;width: 100%;height: 100%;left: 0;top: 0;position: fixed;z-index: 1;}
    .prof_list .popup_paragraph{font-size: 16px;letter-spacing: -0.32px;line-height: 1.9;}
    .prof_list .show {visibility: visible;}
    .prof_list .popup_info{padding: 35px 40px;}
    .prof_list .popup_title{font-size:24px;font-family: notokr-regular;font-weight: bold;text-align: left;height: 100px;line-height: 100px;border-bottom:2px solid #013A86;padding-left: 40px;position: relative;}
    .prof_list .popup_close{position: absolute;width: 24px;top: 40%;right: 40px;cursor: pointer;}
    .prof_list .popup_content li{margin-left: 16px;float: none;display: list-item;}
    .prof_list .popup_content li::before {content: "";position: absolute;width: 3px;height: 3px;background-color: #232323;transform: translate(-13px, 11px);}
    .prof_list .popup_content ul{list-style: none;padding-left: 0;}
}

/* Tablet */
@media screen and (min-width:768px) and (max-width:1200px) {
    .prof_list .prof_box{padding: 30px;float: left;margin-bottom: 40px;width: 48%;height: 330px;font-size:14px;}
    .prof_list .prof_box:nth-child(odd){margin-right: 4%;}
    .prof_list .prof_img{width: 80px;height: 100px;position: inherit;margin: auto;}
    .prof_list .prof_name{font-size: 16px;margin: 10px 0px;text-align: center;}
    .prof_list .prof_info span{width: 55px;padding-left:13px;}
    .prof_list .prof_info span::before {transform: translate(-13px, 11px);}
    .prof_list .prof_detail{height: 45px;line-height: 45px;width: 50%;}
    .prof_list .prof_detail img{margin-right: 7px;}  /* 팝업 */ .popup_content {display: none;width: calc(100% - 128px);border: none;position: fixed;z-index: 2;background-color: white;text-align: left;top: 20%;left: 7%;}
    .prof_list .popup_back{display: none;background-color: black;opacity: 0.7;width: 100%;height: 100%;left: 0;top: 0;position: fixed;z-index: 1;}
    .prof_list .popup_paragraph{font-size: 14px;letter-spacing: -0.32px;line-height: 1.9;}
    .prof_list .show {visibility: visible;}
    .prof_list .popup_info{padding: 30px;width: 540px;overflow-y: scroll;}
    .prof_list .popup_title{font-size:20px;font-family: notokr-regular;font-weight: bold;text-align: left;height: 60px;line-height: 60px;border-bottom:2px solid #013A86;padding-left: 30px;position: relative;}
    .prof_list .popup_close{position: absolute;width: 24px;top: 50%;transform: translate(0, -50%);right: 30px;cursor: pointer;}
    .prof_list .popup_content li{margin-left: 18px;float: none;display: list-item;position: relative;}
    .prof_list .popup_content li::before {content: "";position: absolute;width: 3px;height: 3px;background-color: #232323;transform: translate(-18px, 10px);}
    .prof_list .popup_content ul{list-style: none;padding-left: 0;}
    .prof_list .mobile_hide{display: none;}
}

/* mobile */
@media screen and (max-width:767px){
    .prof_list .prof_list{width: 100%;}
    .prof_list .prof_box{padding:30px 20px;padding-bottom: 0;margin-bottom: 40px;width: 100%;height: 330px;}
    .prof_list .prof_img{width: 80px;height: 100px;position: inherit;margin: auto;}
    .prof_list .prof_name{font-size: 16px;margin: 15px 0px;margin-bottom: 10px;text-align: center;}
    .prof_list .prof_info span{width: 55px;padding-left:18px;}
    .prof_list .prof_info span::before {transform: translate(-18px, 8px);}
    .prof_list .prof_detail{height: 45px;line-height: 45px;width: 50%;}
    .prof_list .mobile_hide{display: none;}
    .prof_list .prof_detail img{margin-right: 7px;}  /* 팝업 */ .popup_content {display: none;width: calc(100% - 40px);border: none;position: fixed;z-index: 2;background-color: white;text-align: left;top: 20%;left: 4%;}
    .prof_list .popup_back{display: none;background-color: black;opacity: 0.7;width: 100%;height: 100%;left: 0;top: 0;position: fixed;z-index: 1;}
    .prof_list .popup_paragraph{font-size: 14px;letter-spacing: -0.32px;line-height: 1.9;}
    .prof_list .show {visibility: visible;}
    .prof_list .popup_info{padding: 30px;overflow: scroll;height: 380px;}
    .prof_list .popup_title{font-size:20px;font-family: notokr-regular;font-weight: bold;text-align: left;height: 60px;line-height: 60px;border-bottom:2px solid #013A86;padding-left: 30px;position: relative;}
    .prof_list .popup_close{position: absolute;width: 24px;top: 50%;right: 22px;transform: translate(0, -50%);cursor: pointer;}
    .prof_list .popup_content li{margin-left: 18px;float: none;display: list-item;position: relative;}
    .prof_list .popup_content li::before {content: "";position: absolute;width: 3px;height: 3px;background-color: #232323;transform: translate(-18px, 10px);}
    .prof_list .popup_content ul{list-style: none;padding-left: 0;}
    .prof_list .mobile_hide{display: none;}
}


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

/* PC */
@media screen 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 screen 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 screen 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;}
}


/* 로딩 이미지 */
.loading_img {
    width: 100px;
    height: 100px;
}

.apply_pdf .loading_img {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: -1;
}


.press_list .gallery_item {display: inline-block;vertical-align: top;}
.press_list .gallery_item .gallery_item_thumb {background: url("/res/service/img/common/img_none.png");background-size: cover !important;background-position: center !important;cursor: pointer;}
.press_list .gallery_item .gallery_item_body {}
.press_list .gallery_item .gallery_item_body .gallery_item_category {font-family: notokr-regular, sans-serif;color: #013a86;}
.press_list .gallery_item .gallery_item_body .gallery_item_title {font-family: notokr-medium, sans-serif;}
.press_list .gallery_item .gallery_item_body .gallery_item_content {}
.press_list .gallery_item .gallery_item_body .gallery_item_info {color: #707070;}
.press_list .gallery_item .gallery_item_body .gallery_item_info .gallery_item_user::before {}

@media screen and (min-width: 1240px) {
    .press_list .gallery_item {
        width: calc(50% - 20px);
        height: 420px;
        margin-bottom: 50px;
    }

    .press_list .gallery_item:not(:nth-child(2n)) {
        margin-right: 40px;
    }

    .press_list .gallery_item .gallery_item_thumb {
        width: 100%;
        height: 253px;
    }

    .press_list .gallery_item .gallery_item_body {
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_category {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 1;
        margin: 27px 0px 19px 0px;
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_title {
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 30px;
        width: 100%;
        height: 60px;
        margin-bottom: 30px;
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_info {
        line-height: 1;
        font-size: 16px;
        letter-spacing: -0.32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
    .press_list .gallery_item {
        width: calc(50vw - 48px);
        height: 305px;
        margin-bottom: 40px;
    }

    .press_list .gallery_item:not(:nth-child(2n)) {
        margin-right: 30px;
    }

    .press_list .gallery_item .gallery_item_thumb {
        width: 100%;
        height: 190px;
    }

    .press_list .gallery_item .gallery_item_body {
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_category {
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 1;
        margin: 20px 0px 11px 0px;
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_title {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 26px;
        width: 100%;
        height: 53px;
        margin-bottom: 15px;
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_info {
        line-height: 1;
        font-size: 14px;
        letter-spacing: -0.28px;
    }
}

@media screen and (max-width: 767px) {
    .press_list .gallery_item {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }

    .press_list .gallery_item .gallery_item_thumb {
        width: calc(100vw - 40px);
        height: calc(56.2vw - 24px);
    }

    .press_list .gallery_item .gallery_item_body {
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_category {
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 1;
        margin: 20px 0px 10px 0px;
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_title {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 26px;
        width: 100%;
        height: 53px;
        margin-bottom: 20px;
    }

    .press_list .gallery_item .gallery_item_body .gallery_item_info {
        line-height: 1;
        font-size: 14px;
        letter-spacing: -0.28px;
    }
}

/* 탭메뉴 */

.page_sub_tab {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.page_sub_tab_row {
    display: table-row;
}

.page_sub_tab_item {
    display: table-cell;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.page_sub_tab_item.active {
    background-color: #013a86;
    color: white;
    border: 1px solid #013a86;
}

@media screen and (min-width:1240px) {
    .page_sub_tab.showing {
        margin-bottom: 40px;
    }

    .page_sub_tab_item {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 60px;
    }
}

@media screen and (min-width:768px) and (max-width:1239px) {

}

@media screen and (max-width:767px) {

}



/* 규정집 모바일 탭 */

.page_sub_tab_mobile {
    display: none;
}

.page_sub_tab_mobile.showing {
    display: block;
}

.page_sub_tab_mobile.showing .page_sub_tab_label {
    display: block;
    background: #013a86 url(/res/service/img/department15/common/arr_basic_down_white.png);
    background-repeat: no-repeat;
    color: white;
    text-align: center;

    font-family: notokr-regular, san-serif;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.page_sub_tab_mobile.showing #page_sub_tab_select {
    display: block;
    position: relative;
    z-index: 0;
}

@media screen and (min-width:1240px) {

}

@media screen and (min-width:768px) and (max-width:1239px) {
    .page_sub_tab_mobile.showing {
        margin-bottom: 30px;
    }
    .page_sub_tab_mobile.showing .page_sub_tab_label {
        line-height: 50px;
        font-size: 16px;
        letter-spacing: -0.32px;
        background-size: 10px;
        background-position-y: 50%;
        background-position-x: calc(100% - 20px);
    }

    .page_sub_tab_mobile.showing #page_sub_tab_select{
        width: 100%;
        min-height: 50px;
        margin-top: -50px;
    }

    .page_sub_tab_mobile.showing #page_sub_tab_select.drop{
        margin-top: 0px;
    }

}

@media screen and (max-width:767px) {
    .page_sub_tab_mobile.showing {
        margin-bottom: 30px;
    }
    .page_sub_tab_mobile.showing .page_sub_tab_label {
        line-height: 50px;
        font-size: 16px;
        letter-spacing: -0.32px;
        background-size: 10px;
        background-position-y: 50%;
        background-position-x: calc(100% - 20px);
    }

    .page_sub_tab_mobile.showing #page_sub_tab_select{
        width: 100%;
        min-height: 50px;
        margin-top: -50px;
    }

    .page_sub_tab_mobile.showing #page_sub_tab_select.drop{
        margin-top: 0px;
    }
}


/* 문서리스트 게시판 (TypeCode 10) */

.document_list {
    border-top: 1px solid #707070;
    font-size: 0;
}

.document_list .document_item {
    border-bottom: 1px solid #e5e5e5;
}

.document_list .document_item .document_title {
    font-family: notokr-regular, san-serif;
    color: #232323;
}

.document_list .document_btn_list {
    font-size: 0;
}

.document_list .document_item .document_btn_item {
    border: 1px solid #2b364a;
    background: transparent;
    padding: 0;
    text-align: center;
    cursor: pointer;

    font-family: notokr-regular, san-serif;
    color: #2b364a;
}

.document_list .document_item .document_btn_item .btn_icon {
    display: inline-block;
    vertical-align: middle;
}

.document_list .document_item .document_btn_item .btn_text {
    display: inline-block;
    vertical-align: middle;

    font-family: notokr-regular, san-serif;
}

.document_list .document_item .document_btn_item .btn_icon.btn_icon_pressed {
    display: none;
}

.document_list .document_item .document_btn_item:hover {
    background-color: #2b364a;
    color: white;
}

.document_list .document_item .document_btn_item:hover .btn_icon {
    display: none;
}

.document_list .document_item .document_btn_item:hover .btn_icon.btn_icon_pressed {
    display: inline-block;
    vertical-align: middle;
}


@media screen and (min-width:1240px) {
    .document_list {}
    .document_list .document_item {padding: 20px 30px;}
    .document_list .document_item .document_title {font-size: 16px;letter-spacing: -0.32px;line-height: 36px;display: inline-block;vertical-align: middle;width: calc(100% - 310px);height: 36px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .document_list .document_btn_list {display: inline-block;vertical-align: middle;}
    .document_list .document_item .document_btn_item {width: 150px;height: 36px;display: inline-block;font-size: 14px;letter-spacing: -0.28px;}
    .document_list .document_item .document_btn_item .btn_icon {width: 14px;margin-right: 10px;}
    .document_list .document_item .document_preview {margin-right: 10px;}
    .document_list .document_item .document_preview {}
}
@media screen and (min-width:768px) and (max-width:1239px) {
    .document_list {}
    .document_list .document_item {padding: 20px;}
    .document_list .document_item .document_title {font-size: 14px;letter-spacing: -0.32px;line-height: 36px;display: inline-block;vertical-align: middle;width: calc(100% - 310px);height: 36px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .document_list .document_btn_list {display: inline-block;vertical-align: middle;}
    .document_list .document_item .document_btn_item {width: 150px;height: 36px;display: inline-block;font-size: 14px;letter-spacing: -0.28px;}
    .document_list .document_item .document_btn_item .btn_icon {width: 14px;margin-right: 10px;}
    .document_list .document_item .document_preview {margin-right: 10px;}
}
@media screen and (max-width:767px) {
    .document_list {}
    .document_list .document_item {padding: 20px;}
    .document_list .document_item .document_title {font-size: 14px;letter-spacing: -0.32px;line-height: 24px;display: inline-block;vertical-align: middle;width: calc(100% - 74px);}
    .document_list .document_btn_list {display: inline-block;vertical-align: middle;}
    .document_list .document_item .document_btn_item {width: 32px;height: 32px;border-radius: 100%;background-color: #2b364a;vertical-align: middle;}
    .document_list .document_item .document_btn_item .btn_icon {width: 14px;}
    .document_list .document_item .document_btn_item .btn_icon:not(.btn_icon_pressed) {display: none;}
    .document_list .document_item .document_btn_item .btn_icon.btn_icon_pressed {display: inline-block;vertical-align: middle;}
    .document_list .document_item .document_btn_item .btn_text {display: none;}
    .document_list .document_item .document_preview {margin-right: 10px;}
}
