﻿@charset "utf-8";
/****************************************/

/*	Name: PUBLISHING GUIDE
/*	PART: MAIN STYLE
/*	Version: 1.0
/*	Author: 윤세희
/****************************************/

/*=======================================
// table(기본)
=======================================*/

table {
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #fff;
}

.table_wrap {
  border-top: 1px solid #d1d1d1;
  margin-top: -1px;
}

.table_wrap .table {
  border-bottom: 1px solid #eee;
}

.table_wrap .table>tbody>tr {
  border-bottom: 1px solid #e6e6e6;
}

.table_wrap .table>thead>tr>th {
  padding: 5px 5px 6px;
  height: 38px;
  line-height: 18px;
  color: #111;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
  background: #efefef;
}

.table_wrap .table>tbody>tr>td {
  padding: 3px 5px;
  height: 34px;
  line-height: 18px;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.table_wrap .table>tfoot>tr td {
  padding: 5px 5px 6px;
  height: 38px;
  line-height: 18px;
  color: #111;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  /* border-bottom: 1px solid #d1d1d1; */
  background: #e0e0e0;
}

/*=======================================
// table(상세보기)
=======================================*/

.table_wrap {
  border-top: 2px solid #d1d1d1;
  /*margin:0 20px;*/
  margin-top: -1px;
}

.table_wrap .row_type {
  border-bottom: 1px solid #eee;
}

.table_wrap .row_type>tbody>tr>th {
  padding: 5px 10px 6px;
  height: 38px;
  line-height: 18px;
  color: #111;
  text-align: left;
  font-weight: 600;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
  background: #f3f3f3;
}

.table_wrap .row_type>tbody>tr>td {
  padding: 5px 10px;
  height: 34px;
  line-height: 18px;
  color: #333;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
}

/*=======================================
// 리스트 테이블
=======================================*/

/* col_type */

.table.common.col_type tr th, .table.common.col_type tr td {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  /* padding: 10px; */
  padding: 5px;
}

.table.common.col_type tr th {
  vertical-align: middle;
  border-bottom: 2px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  font-weight: bold;
}

.table.col_type.pd_5_20 tr td, .table.row_type.pd_5_20 tr td {
  padding: 5px 20px !important;
}

/* row_type */

.table.common.row_type tr th, .table.common.row_type tr td {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}

.table.common.row_type tr th {
  text-align: center;
  background: #f3f3f3;
  font-weight: bold;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.table.common.row_type tr td {
  text-align: left;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.table tr td span.move {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url('/images/icon_list_move.png');
}