@charset "utf-8";

/* CSS Document */


.tblHead {
    text-align: right;
    margin: 30px 0 15px;
}

/*search form*/
fieldset.sch-form {
    padding: 15px 0;
    margin-top: 30px;
    background-color: #fafafa;
    text-align: center;
}

fieldset.sch-form.top {
    margin: 0 0 30px;
}

fieldset.sch-form select {
    width: 110px;
}

fieldset.sch-form input[type=search] {
    width: 180px;
}

fieldset.sch-form .bt-basic {
    cursor: pointer;
    width: 65px;
}

fieldset.sch-form label {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    padding: 0 25px 0 0;
}

fieldset.sch-form span {
    padding: 0 3px;
}

/************************************************
	table
************************************************/

table.list {
    /*border-top:#777 2px solid;*/
    border-right: 0px solid #dbdbdb;
    color: #666;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
}

table.list th,
table.list td {
    padding: 11px 0;
    border-bottom: 1px solid #dbdbdb;
    border-left: 0px solid #dbdbdb;
    vertical-align: middle;
    text-align: center;
}

table.list th {
    background: #F2F2F2;
    font-size: 13px;
    font-weight: 600;
}

table.list td.subject {
    text-align: left;
    padding-left: 20px;
}

table.list td.subject .icon {
    margin-left: 10px;
    vertical-align: middle;
}

table.list td.left {
    text-align: left;
    padding-left: 20px;
}

table.list td img {
    vertical-align: middle;
}

table.list td.noData {
    padding: 30px 0;
}

table.list .fir {
    border-left: none;
}

table.view {
    border-top: #777 2px solid;
    color: #666;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
    margin-top: 100px;
}

table.view th,
table.view td {
    padding: 11px 0;
    border-bottom: 1px solid #dbdbdb;
    vertical-align: middle;
}

table.view th {
    background: #fafafa;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

table.view td {
    padding-left: 10px;
}

table.view td img {
    vertical-align: middle;
}

.viewTd {
    padding: 30px 20px;
    border-left: none;
}

table.view1 {
    border-top: #777 2px solid;
    color: #666;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
    border-right: 1px solid #dbdbdb;
}

table.view1 th,
table.view1 td {
    padding: 11px 0;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
}

table.view1 th span {
    font-size: 11px;
    color: #999
}

table.view1 thead th {
    background: #F0F0F0;
}

table.view1 th {
    background: #fafafa;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

table.view1 td {
    padding-left: 10px;
}

table.view1 td span {
    font-size: 11px;
    color: #999
}

table.view1 td img {
    vertical-align: middle;
}

table.view1 th.tol {
    background-color: #cad5da;
}

table.view1 td.tol {
    background-color: #cad5da;
    font-size: 14px;
    color: #647883;
    font-weight: bold;
}

.view1Td {
    padding: 30px 20px;
    border-left: none;
}

table.view2 {
    border-top: #777 2px solid;
    color: #666;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
    border-right: 1px solid #dbdbdb;
    margin-left: 15px;
}

table.view2 th,
table.view2 td {
    padding: 11px 0;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
}

table.view2 th {
    background: #e9eef0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #72919f
}

table.view2 td {
    padding-left: 10px;
}

table.view2 td img {
    vertical-align: middle;
}

.view2Td {
    padding: 30px 20px;
    border-left: none;
}

table.write {
    border-top: #777 2px solid;
    border-right: 1px solid #dbdbdb;
    color: #666;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
}

table.write.brdT {
    border-top: #dbdbdb 1px solid;
}

table.write th,
table.write td {
    padding: 11px 0;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
}

table.write th {
    background: #fafafa;
    font-size: 13px;
    text-align: left;
    padding-left: 20px;
}

table.write td {
    padding-left: 10px;
}

table.write td img {
    vertical-align: middle;
}

table.write td .ui-datepicker-trigger {
    margin-left: 5px;
}

table.data {
    border-top: #777 2px solid;
    border-right: 1px solid #dbdbdb;
    color: #666;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
}

table.data th,
table.data td {
    padding: 11px 10px;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
    text-align: center;
}

table.data th {
    background: #fafafa;
    font-size: 13px;
}

table.data td.subject {
    text-align: left;
    padding-left: 20px;
}

table.data td.subject .icon {
    margin-left: 10px;
    vertical-align: middle;
}

table.data td.left {
    text-align: left;
    padding-left: 20px;
}

table.data td img {
    vertical-align: middle;
}

table.data td.noData {
    padding: 30px 0;
}

table.data .fir {
    border-left: none;
}

table.loca {
    border-top: #777 2px solid;
    color: #666;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
}

table.loca th,
table.loca td {
    padding: 11px 0;
    border-bottom: 1px solid #dbdbdb;
    vertical-align: middle;
}

table.loca th {
    background: #F6F6F6;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

table.loca td {
    padding: 20px 10px;
    border-left: 1px solid #dbdbdb;
}

table.loca td img {
    vertical-align: middle;
}

.locaTd {
    padding: 30px 20px;
    border-left: none;
}

/* 이전글/다음글 */
.viewBottomList {
    margin: 0;
    border-top: #777 2px solid;
    border-bottom: #dbdbdb 1px solid;
}

.viewBottomList .viewBottomPrev {
    padding: 0 125px 0 120px;
    height: 38px;
    line-height: 38px;
    position: relative;
    border-bottom: #dbdbdb 1px solid;
    background: #F3F3F3;
}

.viewBottomList .viewBottomNext {
    padding: 0 125px 0 120px;
    height: 38px;
    line-height: 38px;
    position: relative;
    background: #F3F3F3;
}

.viewBottomList .orderPrev {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    line-height: 38px;
    color: #333;
    padding-left: 30px;
    font-weight: 600;
}

.viewBottomList .orderNext {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    line-height: 38px;
    color: #333;
    padding-left: 30px;
    font-weight: 600;
}

.viewBottomList a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    height: 38px;
    line-height: 38px
}

.viewBottomList .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 104px;
    text-align: center;
    line-height: 38px;
}

/* //이전글/다음글 */



/* WP-PageNavi plugin Style
 * http://wordpress.org/extend/plugins/wp-pagenavi/
 * ---------------------------------------------------------------------- */
div.paging {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    float: left;
}

.wp-pagenavi {
    clear: both;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 30px
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #666666;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #EEE;
    padding: 3px 10px;
    margin: 0 3px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span.pages {
    /*	background-color:#3B5998;
	border-color:#3B5998;
	color:#FFF;*/
    background-color: #fff;
    border-color: #bbb;
    color: #333;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

.wp-pagenavi span.pages {
    font-weight: bold;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/* Page Navigation */
.navigation {
    margin-bottom: 30px;
}

.navigation a {
    color: #666666;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #EEE;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
}

.navigation a:hover {
    background-color: #3B5998;
    border-color: #3B5998;
    color: #FFF;
}

/* Post Navigation */
.post-navigation {
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    padding: 15px 0
}

.post-navigation .left,
.post-navigation .right {
    width: 48%;
}

.post-navigation strong {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.post-navigation a {}