/* 모바일용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (max-width: 639px) {
  /*================ 공통사용 ================*/
  html {
    min-width: 320px;
  }

  select {
    width: 100%;
    padding: 5px 25px 5px 5px;
    background-image: url('/images/global/selec.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: #cccccc 1px solid;
    font-size: 15px;
  }

  .cen {
    width: 100%;
    max-width: 1100px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    height: auto;
    margin: 0 auto;
  }

  .cl {
    clear: both;
  }

  .ptonly {
    display: none;
  }

  .monly {
    display: block;
  }

  /* 문자 스타일 */
  .tit_txt {
    height: 30px;
    font-size: 18px;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0px;
    line-height: 18px;
    position: relative;
  }
  .tit_txt:first-child {
    margin-top: 0;
  }
  .tit_txt:before {
    content: '';
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    background: url('/images/global/tit_dot.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 18px;
    position: relative;
    float: left;
  }
  .tit_txt > div {
    height: 30px;
    font-size: 0.8em;
    display: inline-block;
    float: right;
  }
  .lined_box_txt {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: #ccc 1px solid;
  }

  .td_add_under_txt {
    display: block;
    padding: 5px 0 0 0;
    clear: both;
  }
  .td_inline_add_txt {
    padding: 0 0 0 5px;
    line-height: 25px;
    float: left;
  }

  .colored_box {
    background: #f2f2f2;
    border: #ccc 1px solid;
    box-sizing: border-box;
    padding: 20px 10px;
  }

  .colored_box span {
    color: #c5003e;
    font-weight: 600;
  }

  .dashed_txt {
    width: 100%;
    line-height: 1.5em;
    box-sizing: border-box;
    padding: 5px 0 5px 10px;
    position: relative;
  }
  .dashed_txt:before {
    content: '-';
    line-height: 1.3em;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
  }

  .td_btn > input[type='button'] {
    height: 30px;
  }

  /*================ 공통사용 끝 ================*/

  /*================ GNV ================*/

  .gnv_top_wrap {
    width: 100%;
    height: 40px;
    border-bottom: #ccc 1px solid;
  }
  .skipto {
    height: 40px;
    line-height: 40px;
    float: left;
    display: none;
  }
  .gnv_top_menu_box {
    float: right;
  }
  .gnv_top_menu {
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    float: left;
  }
  .gnv_top_menu:before {
    content: '·';
    position: absolute;
    font-weight: bold;
    font-size: 1.2em;
    left: -16px;
    top: 0;
  }
  .gnv_top_menu:first-child:before {
    display: none;
  }
  .gnv_top_menu span {
    height: 40px;
    color: #c5003e;
  }

  .gnv_menu_wrap {
    height: 90px;
    border-bottom: #c5003e 2px solid;
    position: relative;
  }

  .gnv_menu_wrap .cen {
  }

  .gnv_logo {
    margin: 32px 0 0 0;
    cursor: pointer;
    float: left;
	width:240px;
  }
  .gnv_menu_box {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    z-index: 130;
    top: 92px;
    left: 0px;
    background: #fff;
    transition: max-height 0.3s;
  }
  .gnv_menu_box.on {
    max-height: 5000px;
    border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  }
  .gnv_menu {
    width: 33.3%;
    line-height: 90px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 11;
    float: left;
    transition: max-height 0.2s;
    background: #fff;
  }

  .menu_dep1 {
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
    color: #c5003e;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
	font-weight: bold;
  }
  .menu_dep2 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s;
  }
  .menu_dep2:hover {
    background: #c5003e;
    color: #fff;
  }
  .gnv_menu a:last-child > .menu_dep2 {
    margin-bottom: 12px;
  }
  .dep2_bg {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    top: 92px;
    transition: all 0.2s;
    z-index: 10;
  }
  .gnv_menu_box:hover .dep2_bg {
    height: 270px;
    background: #fff;
  }
  .gnv_menu_box.on .dep2_bg {
    height: 270px;
    background: #fff;
  }

  .gnv_btn_wrap {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 35px 0 0 30px;
    overflow: hidden;
    float: right;
  }
  .gnv_btn_bar {
    height: 3px;
    border-radius: 6px;
    background: #c5003e;
    position: absolute;
  }
  .gnv_btn_bar:nth-child(1) {
    width: 24px;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .gnv_btn_bar:nth-child(2) {
    width: 18px;
    top: 10px;
    left: 6px;
    transition: all 0.3s;
  }
  .gnv_btn_bar:nth-child(3) {
    width: 24px;
    top: 20px;
    left: 0;
    transition: all 0.3s;
  }
  .gnv_btn_wrap.on .gnv_btn_bar {
    background: #333;
  }
  .gnv_btn_wrap.on .gnv_btn_bar:nth-child(1) {
    width: 24px;
    top: 10px;
    transform: rotate(45deg);
    left: 0;
    z-index: 130;
  }
  .gnv_btn_wrap.on .gnv_btn_bar:nth-child(2) {
    width: 18px;
    top: 10px;
    transform: rotate(45deg);
    left: 24px;
    z-index: 130;
  }
  .gnv_btn_wrap.on .gnv_btn_bar:nth-child(3) {
    width: 24px;
    top: 10px;
    transform: rotate(-45deg);
    left: 0;
    z-index: 130;
  }
  .gnv_btn_click {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
  }
  /*================ GNV 끝 ================*/


  /*================ 슬라이더 ================*/

  .visual_wrap {
    width: 100%;
    position: relative;
    background: #fff;
  }
  .slider_01 {
    width: 100%;
    padding-bottom: 550px;
    background: url('/images/main/mainbg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* 슬라이더 내부 컨텐츠 */

  .visual_con_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .visual_search_wrap {
    width: 100%;
    height: 60px;
    max-width: 800px;
    border-radius: 20px;
    background: #fff;
    margin: 30px auto 0 auto;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px;
  }
  .visual_search_select_wrap {
    width: 30%;
    height: calc(100% - 20px);
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    border-right: #ccc 1px solid;
    float: left;
  }
  .visual_search_select_wrap > select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 1.1em;
  }
  .visual_search_input_wrap {
    width: calc(70% - 50px);
    height: calc(100% - 20px);
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 10px;
    float: left;
  }
  .visual_search_input_wrap .pl_wrap {
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
  }
  .visual_search_input_wrap .pl_wrap .pl_txt {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
    position: absolute;
    font-size: 1.1em;
    left: 0;
    top: 0;
  }
  .visual_search_input_wrap .pl_wrap .pl_ip {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    font-size: 1.1em;
    left: 0;
    top: 0;
    background: none;
  }
  .visual_search_btn_wrap {
    width: 50px;
    height: calc(100% - 20px);
    margin-top: 10px;
    position: relative;
    float: left;
  }
  .visual_search_btn {
    width: 24px;
    height: 24px;
    margin: 8px 0px 0 3px;
    position: relative;
    cursor: pointer;
  }
  .visual_search_btn:active {
    margin: 9px 0 0 4px;
  }
  .visual_search_btn:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border: #7f7f7f 3px solid;
    position: absolute;
    left: 0;
    top: 0;
  }
  .visual_search_btn:before {
    content: '';
    width: 3px;
    height: 8px;
    background: #7f7f7f;
    position: absolute;
    transform: rotate(-45deg);
    right: 0;
    bottom: 0;
  }
  .visual_search_txt {
    width: 100%;
    height: 60px;
    max-width: 800px;
    text-align: left;
    margin: 15px auto 0px auto;
  }
  .visual_bottom_wrap {
    width: 100%;
  }
  .visual_quick_box {
    width: calc(50% - 10px);
    height: 100px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    margin-right: 20px;
    background: #333;
    margin-bottom: 20px;
    display: table;
    background: #067391;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 7px;
    cursor: pointer;
    float: left;
  }
  .visual_quick_box:nth-child(2n) {
    margin-right: 0;
  }
  .visual_quick_box_t {
    display: table-cell;
    vertical-align: middle;
  }
  .visual_quick_eng {
    margin: 0 0 5px 0;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
  }
  .visual_quick_kor {
  	color:#fff;
  }
/*
  .visual_quick_box:last-child {
    box-shadow: none;
    background: none;
    cursor: default;
  }
  .visual_quick_box:last-child > div:nth-child(1) {
    width: 100%;
    height: 45px;
    text-align: center;
    border-radius: 15px;
    line-height: 45px;
    background: #fff;
    margin-bottom: 10px;
    border: #c5003e 2px solid;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 7px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .visual_quick_box:last-child > div:nth-child(2) {
    width: 100%;
    height: 45px;
    text-align: center;
    border-radius: 15px;
    line-height: 45px;
    background: #fff;
    border: #c5003e 2px solid;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 7px;
    cursor: pointer;
    box-sizing: border-box;
  }
*/
  /*================ 슬라이더 끝 ================*/

  /*================ 메인컨텐츠 ================*/

  .main_con_wrap {
    width: 100%;
    padding: 50px 0;
  }
  .main_quick_wrap {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .main_quick_box {
    width: calc(50% - 10px);
    height: 75px;
    border-radius: 15px;
    margin-bottom: 12px;
    background: #7D95A1;
    display: table;
    float: left;
    margin-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px;
    cursor: pointer;
  }
  .main_quick_box:first-child {
    background: #f2f2f2;
    color: #707070;
  }
  .main_quick_box:nth-child(2n) {
    margin-right: 0;
  }
  .main_quick_d {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .main_quick_eng {
    color: #fff;
    font-weight: 500;
  }
  .main_quick_kor {
    margin: 5px 0 0 0;
    color: #cbccb3;
    font-size: 0.8em;
  }

  .main_board_wrap {
    width: 100%;
  }

  .main_board_box {
    width: 100%;
    box-sizing: border-box;
  }
  .main_board_tit_wrap {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-bottom: #000000 2px solid;
  }
  .main_board_tit {
    font-size: 20px;
    font-weight: 700;
    float: left;
  }
  .main_board_tit_more {
    width: 16px;
    height: 16px;
    margin: 6px 0 0 0;
    border: #c5003e 1px solid;
    background: url('/images/global/more.svg');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
  }

  .main_board_list {
  }
  .main_board_line {
    width: 100%;
    padding: 15px 0;
    display: table;
    border-bottom: #bcbcbc 1px solid;
  }
  .main_board_list_tit {
    padding: 0 10px;
    display: table-cell;
  }
  .main_board_list_date {
    width: 80px;
    color: #bcbcbc;
    display: table-cell;
  }

  .main_info_box {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .main_board_tit_wrap {
  }
  .main_board_tit {
  }

  .main_info_t {
    width: 100%;
    padding: 10px 0;
    display: table;
  }

  .main_info_t:nth-child(2) {
    padding: 20px 0 10px 0;
  }
  .main_info_c:nth-child(1) {
    width: 90px;
    box-sizing: border-box;
    padding: 0 10px;
    display: table-cell;
  }
  .main_info_c:nth-child(2) {
    display: table-cell;
  }
  .main_info_c > div:nth-child(1) {
  }
  .main_info_c > div:nth-child(2) {
    padding: 5px 0 0 0;
    color: #c5003e;
  }

  /*================ 메인컨텐츠 끝 ================*/

  /*================ 서브공통 ================*/

  .sub_wrap {
    width: 100%;
    padding: 30px 0;
  }

  .sub_tit_wrap {
    width: 100%;
    height: 180px;
    background: url('/images/sub/subtit_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sub_tit_t {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    display: table;
  }
  .sub_tit_c {
    width: 100%;
    height: 100%;
    font-size: 1.9em;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .sub_tab_wrap {
    width: 100%;
    height: 120px;
    background: #7D95A1;
  }
  .sub_tab_wrap > .cen {
    padding: 0;
  }
  .sub_tab {
    width: 50%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-right: rgba(255, 255, 255, 0.3) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    font-weight: 600;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: left;
  }
  .sub_tab.on {
    background: #093551;
  }
  .sub_tab:nth-child(odd) {
    border-left: rgba(255, 255, 255, 0.3) 1px solid;
  }

  .con_tab_wrap {
    width: 100%;
    height: 50px;
    text-align: center;
    border-bottom: #c5003e 2px solid;
    display: table;
  }
  .con_tab {
    height: 50px;
    box-sizing: border-box;
    border-top: #c5c5c5 1px solid;
    border-right: #c5c5c5 1px solid;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  .con_tab.on {
    background: #c5003e;
    border: #c5003e 1px solid;
    color: #fff;
  }
  
  .con_tab_wrap2 {
    width: 100%;
    height: 50px;
    text-align: center;
    border-bottom: #00a4c5 2px solid;
    display: table;
  }
  .con_tab2 {
    height: 50px;
    box-sizing: border-box;
    border-top: #c5c5c5 1px solid;
    border-right: #c5c5c5 1px solid;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  .con_tab2.on {
    background: #00a4c5;
    border: #00a4c5 1px solid;
    color: #fff;
  }

  /* 일반 게시판 */
  .normal_table {
    width: 100%;
    border-top: #d2d2d2 2px solid;
    border-collapse: collapse;
  }
  .normal_table .checkTxt {
    font-size: 14px;
    line-height: 18px;
  }
  .normal_table tr {
    border-bottom: #d2d2d2 1px solid;
  }

  .normal_table th {
    font-size: 16px;
    background: #f2f2f2;
    border-right: #fff 1px solid;
  }
  .normal_table th:last-child {
    border-right: none;
  }

  .normal_table th,
  .normal_table td {
    padding: 15px;
    vertical-align: middle;
  }

  /* 게시물 고정 공지사항 */

  table td.fixed_notice {
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    background: url('/images/global/megaphone.svg');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  /* 게시물 답변 */

  .board_reply_hidden {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    background: url('/images/board/lock.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 15px;
  }
  .board_reply_line {
    width: calc(100% - 5px);
    box-sizing: border-box;
    margin: 10px 0 0 5px;
    padding-left: 20px;
    background: url('/images/board/reply.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
  }

  /* 게시물 카운트 */
  .page_count {
    margin: 0 0 10px 0;
    text-align: left;
  }

  /* 반응형 게시판 */
  .responsive_table {
    width: 100%;
    border-top: #d2d2d2 2px solid;
    border-collapse: collapse;
  }
  .responsive_table .checkTxt {
    font-size: 14px;
    line-height: 18px;
  }
  .responsive_table tr {
    border-bottom: #d2d2d2 1px solid;
  }

  .responsive_table .emty td.emty {
    padding-left: 0;
  }
  .responsive_table td.emty:before {
    display: none;
  }

  .responsive_table th {
    font-size: 14px;
    background: #f2f2f2;
  }

  .responsive_table th,
  .responsive_table td {
    padding: 15px;
    min-height: 17px;
    vertical-align: middle;
    border-right: #ccc 1px solid;
  }

  .responsive_table th:last-child,
  .responsive_table td:last-child {
    border-right: none;
  }

  .responsive_table th.line_number {
    width: 80px;
  }

  .table_under_txt {
    margin: 15px 0 0 0;
  }

  /* 반응형 테이블 모바일 */

  .responsive_table {
    display: block;
    border-top: none;
    font-size: 0.9em;
  }
  .responsive_table thead,
  .responsive_table tbody,
  .responsive_table tr,
  .responsive_table th,
  .responsive_table td {
    display: block;
  }
  .responsive_table th {
    display: none;
  }
  .responsive_table thead:nth-child(1) {
    display: none;
  }
  .responsive_table tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  .responsive_table td {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 130px;
  }
  .responsive_table td:before {
    position: absolute;
    box-sizing: border-box;
    padding: 10px 0 0 6px;
    top: 0px;
    left: 0px;
    height: 100%;
    border-right: #eee 1px solid;
    white-space: nowrap;
    font-weight: 700;
    background: #f9f9f9;
  }

  .responsive_table tr {
    border-top: #ccc 2px solid;
    margin-bottom: 20px;
  }

  /* 체크박스 */

  .check_wrap {
    margin: 0 20px 0 0;
    display: inline-block;
  }
  .check_wrap:last-child {
    margin-right: 0;
  }

  /* 셀렉트박스 */
  .short_select {
    width: calc(100% - 100px);
    max-width: 200px;
    float: left;
  }

  /* 기간선택 기능 */

  .period_wrap {
  }

  .period_box {
    min-width: 50px;
    vertical-align: middle;
  }
  .period_sym {
    clear: both;
  }

  .period_input {
    width: calc(100% - 50px);
    margin-bottom: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    float: left;
  }
  .period_txt {
    width: 50px;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    float: left;
  }
  .period_add {
    width: 100%;
    clear: both;
    vertical-align: middle;
  }

  .full_input {
    width: 100%;
  }

  .short_input {
    width: calc(100% - 100px);
    max-width: 300px;
    float: left;
  }

  .x_short_input {
    width: calc(100% - 100px);
    max-width: 100px;
    float: left;
  }

  .input_full {
    width: 100%;
    height: 30px;
  }
  .pl_txt {
    line-height: 30px;
    font-size: 15px;
  }
  .pl_ip {
    font-size: 15px;
  }

  .input_full .pltxt {
    padding-top: 5px;
    height: 100%;
  }

  .textarea_full {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: #ccc 1px solid;
    box-sizing: border-box;
    height: 200px;
  }

  /* 기간 선택 셀렉트박스 */
  .separate_period {
  }
  .separate_period_t {
    width: 100%;
    display: table;
    float: left;
  }
  .separate_period_t:nth-child(2) {
    width: 20px;
  }
  .separate_period_t > div {
    padding: 0 8px 0 2px;
    vertical-align: middle;
    display: table-cell;
  }
  .separate_period_t > div.separate_period_select {
    padding-right: 0;
  }

  .sub_sec {
    margin: 30px 0 0 0;
  }

  .pagenation_wrap {
    width: 100%;
    text-align: center;
  }
  .pagenation_box {
    margin: 30px auto;
    text-align: center;
    display: inline-block;
  }
  .pagenation_box > div {
    width: 26px;
    height: 26px;
    margin: 0 3px;
    text-align: center;
    background: #f1f1f1;
    border: #cccccc 1px solid;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
  }
  .pagenation_box .pagenation_num.on {
    background: #c5003e;
    border: #c5003e 1px solid;
    color: #fff;
    cursor: poniter;
  }
  .pagenation_arr:first-child {
    letter-spacing: -3px;
  }
  .pagenation_arr:last-child {
    letter-spacing: -3px;
  }
  .pagenation_arr {
    font-size: 12px;
    font-family: 'Dotum';
  }
  .pagenation_num {
    width: 26px;
    height: 26px;
  }

  .pagenation_box > div {
    display: table;
  }

  .pagenation_box > div > div {
    display: table-cell;
    vertical-align: middle;
  }

  /*================ 서브공통 끝 ================*/

  /* sub11 */
  .normal_table.sub11 th:nth-child(1) {
    width: 80px;
    font-size: 14px;
  }
  .responsive_table.sub_11 td:nth-child(2) {
    width: 135px;
  }
  .responsive_table.sub11 th:nth-child(1) {
    width: 80px;
    font-size: 14px;
  }

  .responsive_table.sub11 td {
    padding-left: 80px;
    height: 30px;
  }
  .responsive_table.sub11 td:before {
    width: 60px;
    text-align: center;
  }
  .responsive_table.sub11 td:nth-of-type(1):before {
    content: 'NO';
  }
  .responsive_table.sub11 td:nth-of-type(2):before {
    content: '서명';
  }
  .responsive_table.sub11 td:nth-of-type(3):before {
    content: '저자명';
  }

  /* sub12 */
  .responsive_table.sub_12 td {
    text-align: center;
  }
  .normal_table.sub12 th:nth-child(1) {
    width: 70px;
    font-size: 14px;
  }

  .period_wrap.sub12 {
    margin: 10px 0 0 0;
  }

  .responsive_table.sub_12 td {
    padding-left: 120px;
  }
  .responsive_table.sub_12 td:before {
    width: 120px;
  }
  .responsive_table.sub_12 td:nth-of-type(1):before {
    content: 'NO';
  }
  .responsive_table.sub_12 td:nth-of-type(2):before {
    content: '서명';
  }
  .responsive_table.sub_12 td:nth-of-type(3):before {
    content: '저자명';
  }
  .responsive_table.sub_12 td:nth-of-type(4):before {
    content: '출판사';
  }
  .responsive_table.sub_12 td:nth-of-type(5):before {
    content: '출판년도';
  }
  .responsive_table.sub_12 td:nth-of-type(6):before {
    content: '입수일자';
  }
  .responsive_table.sub_12 td:nth-of-type(7):before {
    content: '소장기관';
  }

  /* sub13 */
  .sub_13_sort_wrap {
  }
  .sub_13_sort_list {
    width: 100%;
    padding: 20px;
    margin: 30px 0 0 0;
    box-sizing: border-box;
    border: #ccc 1px solid;
  }
  .sub_13_sort {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .sub_13_sort:nth-child(2n) {
    margin-right: 0;
  }
  .sub_13_sort > div {
    float: left;
  }
  .sub_13_sort > div:first-child {
    font-weight: 600;
  }
  .sub_13_sort > div:nth-child(2) {
    color: #707070;
  }

  .sub_13_sort_alphabet {
    width: 100%;
    margin: 30px 0 0 0;
    border-top: #ccc 2px solid;
    border-bottom: #ccc 1px solid;
  }
  .sub_13_sort_alphabet_tit {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    background: #eee;
    border-bottom: #ccc 1px solid;
  }
  .sub_13_sort_alphabet_tit > div {
    height: 50px;
    line-height: 50px;
    padding: 0 3px;
    float: left;
  }
  .sub_13_sort_alphabet_count {
    color: #707070;
  }
  .sub_13_alphabet_list {
    padding: 20px 0;
    display: table;
  }
  .sub_13_alphabet_list > div:nth-child(1) {
    width: 50px;
    padding: 0 5px 0 0;
    display: table-cell;
    vertical-align: top;
  }
  .sub_13_alphabet_list > div:nth-child(2) {
    display: table-cell;
  }
  .sub_13_alphabet_kor {
    width: 100%;
    clear: both;
    padding-bottom: 5px;
  }
  .sub_13_alphabet_eng {
    width: 100%;
    clear: both;
  }

  .responsive_table.sub_13 > tbody > tr:hover {
    cursor: pointer;
    background: #f9f9f9;
  }

  .lined_box_txt.sub_13 > div {
    display: inline-block;
  }
  .lined_box_txt.sub_13 > div:nth-child(1) {
    padding: 0 10px;
    background: #707070;
    color: #fff;
  }
  .lined_box_txt.sub_13 > div:nth-child(3) {
    color: #c5003e;
  }

  .responsive_table.sub_13 td {
    padding-left: 90px;
    text-align: center;
  }
  .responsive_table.sub_13 td:before {
    width: 80px;
  }
  .responsive_table.sub_13 td:nth-of-type(1):before {
    content: '번호';
  }
  .responsive_table.sub_13 td:nth-of-type(2):before {
    content: '서명';
  }
  .responsive_table.sub_13 td:nth-of-type(3):before {
    content: '청구기호';
  }

  .responsive_table.sub13_pop td {
    padding-left: 100px;
    text-align: center;
  }
  .responsive_table.sub13_pop td:before {
    width: 90px;
  }
  .responsive_table.sub13_pop td:nth-of-type(1):before {
    content: '등록번호';
  }
  .responsive_table.sub13_pop td:nth-of-type(2):before {
    content: '청구기호';
  }
  .responsive_table.sub13_pop td:nth-of-type(3):before {
    content: 'VoLCopy';
  }
  .responsive_table.sub13_pop td:nth-of-type(4):before {
    content: '별치기호';
  }
  .responsive_table.sub13_pop td:nth-of-type(5):before {
    content: '소장위치';
  }
  .responsive_table.sub13_pop td:nth-of-type(6):before {
    content: '대출상태';
  }
  .responsive_table.sub13_pop td:nth-of-type(7):before {
    content: '예약';
  }

  .normal_table.sub13_pop th:nth-child(1) {
    width: 80px;
    font-size: 14px;
  }

  /* sub24 */
  .responsive_table.sub_24 td > div:nth-child(2) {
    margin: 5px 0 0 0;
    color: #777;
  }

  .responsive_table.sub24 td {
    padding-left: 110px;
    text-align: left;
  }
  .responsive_table.sub24 td:before {
    width: 90px;
    text-align: center;
  }
  .responsive_table.sub24 td:nth-of-type(1):before {
    content: 'DB명';
  }
  .responsive_table.sub24 td:nth-of-type(2):before {
    content: '설명';
  }
  .responsive_table.sub24 td:nth-of-type(3):before {
    content: '바로가기';
  }

  /* sub31 */

  .responsive_table.sub31 td {
    padding-left: 120px;
  }
  .responsive_table.sub31 td:before {
    width: 120px;
  }
  .responsive_table.sub31 td:nth-of-type(1):before {
    content: '등록번호';
  }
  .responsive_table.sub31 td:nth-of-type(2):before {
    content: '서명';
  }
  .responsive_table.sub31 td:nth-of-type(3):before {
    content: '대출일';
  }
  .responsive_table.sub31 td:nth-of-type(4):before {
    content: '반납예정일';
  }
  .responsive_table.sub31 td:nth-of-type(5):before {
    content: '대출유형';
  }
  .responsive_table.sub31 td:nth-of-type(6):before {
    content: '갱신';
  }

  .normal_table.sub31 th:nth-child(1) {
    width: 50px;
    font-size: 14px;
  }

  /* sub31_1 */

  .responsive_table.sub31_1 td {
    padding-left: 120px;
  }
  .responsive_table.sub31_1 td:before {
    width: 120px;
  }
  .responsive_table.sub31_1 td:nth-of-type(1):before {
    content: '번호';
  }
  .responsive_table.sub31_1 td:nth-of-type(2):before {
    content: '서명';
  }
  .responsive_table.sub31_1 td:nth-of-type(3):before {
    content: '저자';
  }
  .responsive_table.sub31_1 td:nth-of-type(4):before {
    content: '출판사';
  }
  .responsive_table.sub31_1 td:nth-of-type(5):before {
    content: '년도';
  }
  .responsive_table.sub31_1 td:nth-of-type(6):before {
    content: '대출일';
  }
  .responsive_table.sub31_1 td:nth-of-type(7):before {
    content: '반납일';
  }
  .responsive_table.sub31_1 td:nth-of-type(8):before {
    content: '상태';
  }

  /* sub32 */

  .normal_table.sub32 th:nth-child(1) {
    width: 70px;
    font-size: 14px;
  }

  /* sub32_1 */

  .normal_table.sub32_1 th:nth-child(1) {
    width: 70px;
    font-size: 14px;
  }

  .normal_table.sub32_1 tr:nth-child(1) .short_input {
    width: calc(100% - 105px);
    box-sizing: border-box;
    float: left;
  }

  /* sub32_2 */

  .responsive_table.sub32_2 td {
    padding-left: 140px;
  }
  .responsive_table.sub32_2 td:before {
    width: 130px;
  }
  .responsive_table.sub32_2 td:nth-of-type(1):before {
    content: '번호';
  }
  .responsive_table.sub32_2 td:nth-of-type(2):before {
    content: '구분';
  }
  .responsive_table.sub32_2 td:nth-of-type(3):before {
    content: '신청 도서 / 저널 명';
  }
  .responsive_table.sub32_2 td:nth-of-type(4):before {
    content: '신청일';
  }
  .responsive_table.sub32_2 td:nth-of-type(5):before {
    content: '처리상태	';
  }
  .responsive_table.sub32_2 td:nth-of-type(6):before {
    content: '상세정보';
  }

  /* sub33 */
  .normal_table.sub33 th:nth-child(1) {
    width: 80px;
    font-size: 14px;
  }
  .normal_table.sub33 td {
    border-right: #ccc 1px solid;
    text-align: center;
  }
  .normal_table.sub33 td:last-child {
    border-right: none;
  }
  .normal_table.sub33 th {
    font-size: 14px;
  }
  .normal_table.sub_33 th:nth-child(1) {
    width: 100px;
    font-size: 14px;
  }

  /* sub33_1 */

  .responsive_table.sub33_1 td {
    padding-left: 140px;
  }
  .responsive_table.sub33_1 td:before {
    width: 130px;
  }
  .responsive_table.sub33_1 td:nth-of-type(1):before {
    content: '번호';
  }
  .responsive_table.sub33_1 td:nth-of-type(2):before {
    content: '연속간행물 명';
  }
  .responsive_table.sub33_1 td:nth-of-type(3):before {
    content: '논문명';
  }
  .responsive_table.sub33_1 td:nth-of-type(4):before {
    content: '진행중	';
  }
  .responsive_table.sub33_1 td:nth-of-type(5):before {
    content: '상세정보	';
  }

  /* sub 41 */
  .ref_source_wrap {
  }
  .ref_source_wrap a {
    width: 49%;
    box-sizing: border-box;
    border: #ccc 1px solid;
    height: 60px;
    margin-bottom: 20px;
    text-align: center;
  }
  .ref_source_wrap a {
    display: table;
  }
  .ref_source_wrap a div {
    font-size: 1.1em;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
  }
  .ref_source_wrap a:nth-child(1n) {
    float: left;
  }
  .ref_source_wrap a:nth-child(2n) {
    float: right;
  }

  /* sub_51 */

  .normal_table.sub_51_1 th:nth-child(1) {
    width: 110px;
    font-size: 14px;
  }

  .normal_table.sub_51_1 th {
    font-size: 14px;
  }

  /* sub_51_3 */
  .normal_table.sub51_3 th {
    font-size: 14px;
  }
  .normal_table.sub51_3 th:nth-child(1) {
    width: 100px;
    font-size: 14px;
  }

  /* sub_52 */

  .normal_table.sub52 th:nth-child(1) {
    width: 100px;
  }

  /* sub_52_1 */

  .responsive_table.sub52_1 td {
    padding-left: 100px;
    text-align: center;
  }
  .responsive_table.sub52_1 td:before {
    width: 90px;
    text-align: center;
  }
  .responsive_table.sub52_1 td:nth-of-type(1):before {
    content: '발행번호';
  }
  .responsive_table.sub52_1 td:nth-of-type(2):before {
    content: '수신기관';
  }
  .responsive_table.sub52_1 td:nth-of-type(3):before {
    content: '자료명';
  }
  .responsive_table.sub52_1 td:nth-of-type(4):before {
    content: '신청일자	';
  }
  .responsive_table.sub52_1 td:nth-of-type(5):before {
    content: '열람기간	';
  }
  .responsive_table.sub52_1 td:nth-of-type(6):before {
    content: '인쇄	';
  }

  /* sub_53 */

  .sub_53_search {
    width: 100%;
  }
  .sub_53_search_t {
    width: 100%;
    display: table;
  }
  .sub_53_search_t:nth-child(1) {
    margin: 0 0 10px 0;
  }
  .sub_53_search_t:nth-child(2) {
    box-sizing: border-box;
  }
  .sub_53_search_t:nth-child(1) > div:nth-child(1) {
    width: 100px;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
  }
  .sub_53_search_t:nth-child(2) > div:nth-child(1) {
    width: 100%;
  }
  .sub_53_search_t > div {
    display: table-cell;
    vertical-align: top;
  }
  .normal_table.sub53 th:nth-child(4),
  .normal_table.sub53 td:nth-child(4),
  .normal_table.sub53 th:nth-child(5),
  .normal_table.sub53 td:nth-child(5) {
    display: none;
  }
  /* sub54 */
  .normal_table.sub54 th:nth-child(4),
  .normal_table.sub54 td:nth-child(4),
  .normal_table.sub54 th:nth-child(5),
  .normal_table.sub54 td:nth-child(5) {
    display: none;
  }
	.index_new_wrap {
		width:100%;
		margin-top:50px;
		margin-bottom:50px;
	}
  .index_new_box {
  	width:24%;
	height:170px;
	margin:0px 0.5%;
	border:1px solid #dfdfdf;
	float:left;
	box-sizing:border-box;
	position:relative;
  }
  .index_new_title {
  	position:absolute;
  	width:100%;
	height:50px;
	top:101%;
	left:0px;
	text-align:center;
	font-weight:bold;
  }
  .clear_both {
  	clear:both;
  }
.index_pop_wrap {
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
}
  .index_pop_box {
  	width:24%;
	height:170px;
	margin:0px 0.5%;
	border:1px solid #dfdfdf;
	float:left;
	box-sizing:border-box;
	position:relative;
  }
	
	.index_pop_wrap .slick-slide {
		height: 280px;
		border: 1px #dfdfdf solid;
		margin: 0 0.3%;
	}
	.index_new_wrap .slick-slide{
		height: 180px;
		border: 1px #dfdfdf solid;
		margin: 0 0.1%;
	}
	.index_new_wrap .slick-slide .new_book_img {
		height: 160px;
		background-repeat:no-repeat;
		background-position: center;
		background-size:contain;
	}
	.index_new_wrap .slick-slide .new_book_title {
		text-align:center;
		height: 20px;
	}
}