@charset "UTF-8"; 

/* ==========================================================================
   HTML(Common) Elements
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "LGSmHaR";
    src: url('fonts/LGSmHaR.eot');
    src: url('fonts/LGSmHaR.eot?') format('eot'), url('fonts/LGSmHaR.woff') format('woff'), url('fonts/LGSmHaR.ttf') format('truetype');
}
@font-face {
    font-family: "LGSmHaL";
    src: url('fonts/LGSmHaL.eot');
    src: url('fonts/LGSmHaL.eot?') format('eot'), url('fonts/LGSmHaL.woff') format('woff'), url('fonts/LGSmHaL.ttf') format('truetype');
}
@font-face {
    font-family: "LGSmHaB";
    src: url('fonts/LGSmHaB.eot');
    src: url('fonts/LGSmHaB.eot?') format('eot'), url('fonts/LGSmHaB.woff') format('woff'), url('fonts/LGSmHaB.ttf') format('truetype');
}
@font-face {
    font-family: "LGSmHaSB";
    src: url('fonts/LGSmHaSB.eot');
    src: url('fonts/LGSmHaSB.eot?') format('eot'), url('fonts/LGSmHaSB.woff') format('woff'), url('fonts/LGSmHaSB.ttf') format('truetype');
}
html,
body {
    width: 100%;
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    min-height: 100%;
    /*background: #f9f9f9;*/
    background: #fff;
    position: relative;
    overflow: hidden;
    color: #262930;
    font-family: "Malgun Gothic", sans-serif;
    font-size: 12px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
ol, ul {
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #575757;
    margin: 0;
    padding: 0;
}
a:hover {
    color: #575757;
}
a:focus, a:hover {
    text-decoration: none;
}
hr {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
img {
    border: none;
    vertical-align: middle;
}
input, select, button, textarea {
    color: #4d4c4c;
}
textarea {
    width: 100%;
    vertical-align: middle;
}
button {
    border: none;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    width: 100%;
}
iframe {
    border: none;
}
*:focus {
    outline: none;
}
caption {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
legend, caption {
    display: none;
}
em, i {
    font-style: normal;
}
h1, h2, h3 {
    margin-top: 10px;
}
label {
    margin: 0;
}
td input[type="text"]{
    vertical-align: bottom!important;
}
.clear {
    clear: both;
}
.clearFix:after {
    content: '';
    display: block;
    clear: both;
}
.noDisplay {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
.hiddenBlock {
    display: none;
}
.show {
    display: block;
}
[class^='col-xs-'], 
[class^='col-sm-'] {
    padding-left: 0;
    padding-right: 5px;
}
.row {
    margin-left: 0;
    margin-right: -5px;
}
.txt-center {
    text-align: center !important;
}
.txt-left {
    text-align: left !important;
}
.txt-right {
    text-align: right !important;
}
.txt-red {
    color: #f01313 !important;
}
.txt-blue {
    color: #1456CF !important;
}
.txt-LGS {
    font-family: "LGSmHaR";
}
.mt3 {
    margin-top: 3px;
}
.mr0{
    margin-right: 0!important;
}
.bor-right-none{
    border-right: none!important;
}
.form-inline .inline-tex{
    display: inline-block;
    /*line-height: 26px;*/
    padding: 0 0 4px;
}

/* ==========================================================================
   header
   ========================================================================== */
header.top-header{
    position: relative;
    height: 60px;
    border-bottom: 1px solid #dedede;
    background: #f8f8f8
}
header.top-header .sysLogo{
    float: left;
    width: 210px;
}
header.top-header .sysLogo h1{
    font-size: 20px;
}   
header.top-header .sysLogo h1 a{
     padding-top: 13px;
}
header.top-header .sysLogo h1 span{
    font-size: 12px;
    padding-top: 5px;
}
header .gnb-header .gnb{
    position: relative;
    background: blue;
}
header .gnb-header .gnb li{
    float: left;
    height: 60px;
    line-height: 60px;
}
header .gnb-header .gnb li a{
    font-family: "LGSmHaR";
    font-size: 14px;
    /*font-weight: 600;*/
    color: #333;
    display: block;
    padding: 0 15px;
}
header .gnb-header .gnb li a:hover{
    color: #da1c5a;
}
header .gnb-header .gnb li a.select{
     color: #da1c5a;
}
header .gnb-header .global-menu li{
    border-right: none;
}
header .gnb-header .global-menu .header-logout span{
    line-height: 60px;
}
header .gnb-header .global-menu .header-logout button,
header .gnb-header .global-menu .header-setting button{
    top: 21px;
}
.page-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1280px;
}
.page-left {
    width: 211px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dedede;
    background: #f8f8f8;
}
.page-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 211px;
}
.page-head {
    position: relative;
    min-width: 1280px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.leftCon {
    display: block;
    width: 45px;
    height: 45px;
    border-right: 1px solid #ededed;
    text-align: center;
    float: left;
}
.leftCon img {
    margin: 15px 0 0 0;
}
.page-title {
    float: left;
    font-size: 16px;
    margin: 13px 0 0 17px;
    font-weight: bold;
    color: #666;
}
.global-menu {
    position: relative;
    margin-right: 10px;
}
.global-menu li {
    position: relative;
    float: left;
    height: 100%;
    margin: 0 10px;
    height: 45px;
}
.global-menu li:first-child{
    border-right: 1px solid #ededed;
}
.global-menu .header-help button,
.global-menu .header-logout button,
.global-menu .header-setting button{
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
}
.global-menu .header-help button{
    background: url(../images/ico_help.png) no-repeat;
    top: 14px;
    margin-right: 20px;
}
.global-menu .header-logout span{
    font-family: "LGSmHaR";
    color: #666;
    display: inline-block;
    line-height: 45px;
    padding-right: 29px;
}
.global-menu .header-logout button{
    top: 14px;
    background: url(../images/ico_logout.png) no-repeat;  
}
.global-menu .header-setting{
    width:18px;
}
.global-menu .header-setting button{
    background: url(../images/ico_setting.png) no-repeat;
    top: 14px;
}
.systemSearch {
    position: relative;
    width: 240px;
}
.systemSearch input {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px 0 0 3px;
    border-right: none;
    width: 200px;
    padding: 0 0 0 10px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-top: 16px;
}
.systemSearch button {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0 3px 3px 0;
    border-left: none;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-top: 16px;
    padding: 0 6px 0 0;
}
.systemSearch button img {
    position: relative;
    top: -2px;
}

/* ==========================================================================
   left & Navigation
   ========================================================================== */
.page-navigation {
    overflow: hidden; 
    overflow-y: auto; 
    scrollbar-3dLight-Color: #eee; 
    scrollbar-arrow-color: #696969; 
    scrollbar-base-color: #efefef; 
    scrollbar-Face-Color: #d8d8d8; 
    scrollbar-Track-Color: #eee; 
    scrollbar-DarkShadow-Color: #eee; 
    scrollbar-Highlight-Color: #eee; 
    scrollbar-Shadow-Color: #eee;
}
.page-navigation::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.page-navigation::-webkit-scrollbar-track {
    background: #eee;
}
.page-navigation::-webkit-scrollbar-thumb {
    background: #d8d8d8;
}
.sysLogo {
    position: relative;
    text-align: center;
    height: 45px;

}
.sysLogo h1{
    font-family: "LGSmHaR";
    margin-top: 0;
    font-size: 18px; 
    font-weight: bold;
}
.sysLogo h1 a{
    padding-top: 7px;
    display: block;
    color: #da1c5a;
}
.sysLogo h1 span{
    font-size: 11px;
    display: block;
    padding-top: 3px;
    color: #545353;
}

/* ==========================================================================
   main
   ========================================================================== */
.container {
    max-width: none!important;
    width: auto;
    overflow: auto;
    padding: 0;
    margin: 0;
    background-color: #fff; 
}
.content {
    min-width: 1069px;
    padding: 20px;
}
.content-footer {
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #bbbbbb;
}
.content-footer:after {
    display: block;
    content: "";
    clear: both;
}
#iframeContainer {
    padding: 0;
    overflow: hidden;
}

/* ==========================================================================
   widget
   ========================================================================== */
.widgetWrapper .widget + .widget {
    margin-top: 0;
}
.widgetWrapper:after {
    display: block;
    content: "";
    clear: both;
}
.widget + .widget {
    margin-top: 30px;
}
.widget-header:after {
    display: block;
    content: "";
    clear: both;
}
.widget-header.fold > * {
    display: none;
}
.widget-header.fold > .widget-toggleBtn {
    display: block;
    background-position-y: -11px;
}
.widget-footer {
    margin-top: 20px;
}
.widget-footer:after {
    display: block;
    content: "";
    clear: both;
}

/* ==========================================================================
   title
   ========================================================================== */
.widget-header {
    height: 31px;
    line-height: 31px;
    margin-bottom: 5px;
}
.widget-header h1, .widget-header h2 {
    height: 31px;
    line-height: 31px;
    margin: 0;
    margin-right: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #262930;
}
.widget-header h3 {
    height: 31px;
    line-height: 31px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #262930;
}
.widget-header > * {
    float: left;
}
.page-view{
    margin-bottom: 5px;
}
.page-view select {
    margin-left: 8px;
    width: 85px;
}
.page-view select + span {
    margin-left: 2px;
}

/* ==========================================================================
   search
   ========================================================================== */
.search:after {
    display: block;
    content: "";
    clear: both;
}
.search-content {
    position: relative;
    padding: 10px;
    border: 1px solid #c3c3c3;
    background: #fff;
}
.search-content table tbody th {
    text-align: right
}
.search-content table tbody th, 
.search-content table tbody td {
    height: 34px;
    padding: 4px 10px;
}
.search-footer {
    float: right;
    position: relative;
    margin-top: 12px
}
.search .row + .row {
    margin-top: 8px;
}
.search .row > label {
    height: 27px;
    line-height: 27px;
    padding-right: 10px;
    text-align: right;
    color: #4d4c4c;
    font-weight: bold;
}
.search .row > label + div {
    color: #4d4c4c;
}
.search .row:last-of-type .form-group {
    margin-bottom: 0;
}
.search-toggleBtn {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -40px;
}
.search-toggleBtn button.btn-default {
    width: 80px;
    height: 18px;
    padding: 0;
    border-top: none;
    background: #fff url("../images/ico_arrowUpDown01.png") no-repeat center 6px;
    text-indent: -9999px;
}
.search-toggleBtn.spread button {
    background-position-y: -12px;
}
.search .row + .hiddenBlock.show {
    margin-top: 8px;
}
.search-single .row > label {
    height: 33px;
    line-height: 33px;
}
.search-single .row > label + div {
    padding: 3px 0;
    height: 33px;
}
.search-single .search-footer {
    float: left;
    margin-top: 0;
    margin-left: 12px;
}
.search-content .display-row {
    display: table-row;
}
.search-content .display-row ~ tr {
    display: none;
}

/* ==========================================================================
   form
   ========================================================================== */
.form-asterisk {
    color: #e5113e;
    margin-right: 4px;
}
.checkbox-inline input[type=checkbox], 
.radio-inline input[type=radio] {
    margin-top: 8px;
}
.singleView-input{
    display: inline-block;
    height: auto;
    border: 1px solid #c3c3c3;
}
.singleView-input .form-control{
    border: transparent;
    height: 24px;
}
input.form-asterisk,
select.form-asterisk{
    background-color: #ffdee9;
}
.form-control {
    display: inline-block;
    height: 27px;
    padding: 4px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    margin-right: 1px;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background-color: #ebebeb;
}
.form-control[readonly]{
     background-color: #fff;
}
select.form-control {
    padding: 3px 1px 4px 6px;
}
textarea.form-control {
    padding: 6px 10px;
}
.inline-data > * {
    float: left !important;
}
.inline-data > span {
    height: 27px;
    line-height: 27px;
    text-align: center;
}
.inline-data:after {
    display: block;
    content: "";
    clear: both;
}
.input-group[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.radio-inline, 
.checkbox-inline {
    position: relative;
    height: 27px;
    line-height: 27px;
    padding-left: 24px;
}
.radio-inline input[type="radio"] + ins.form-control, 
.checkbox-inline input[type="checkbox"] + ins.form-control {
    position: absolute;
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
    padding: 0;
    border: none;
}
.radio-inline input[type="radio"] + ins.form-control {
    background: url("../images/bg_radio.png") no-repeat center bottom;
    background: none \0/IE8;
}
.radio-inline input[type="radio"]:checked + ins.form-control {
    background-position-y: top;
}
.radio-inline ins.form-control + span {
    margin-left: 2px;
}
.checkbox-inline input[type="checkbox"] + ins.form-control {
    background: url("../images/bg_checkbox.png") no-repeat center bottom;
    background: none \0/IE8;
}
.checkbox-inline input[type="checkbox"]:checked + ins.form-control {
    background-position-y: top;
}
.checkbox-inline ins.form-control + span {
    margin-left: 2px;
}
.input-search input[type="text"] {
    border-right: none;
}
.input-search .input-group-btn button {
    width: 34px;
    height: 27px;
    padding: 0;
    margin-left: -1px;
    border: 1px solid #c3c3c3;
    border-left: none;
    background: #fff url("../images/ico_search.png") no-repeat center 4px;
    text-indent: -9999px;
}
.input-group.date .input-group-addon {
    padding: 0;
    border: none;
    background: none;
}
.input-group.date .input-group-addon button {
    width: 28px;
    height: 27px;
    padding: 0;
    margin-left: 5px;
    border: none;
    background: url("../images/ico_datepicker.png") 4px 3px no-repeat;
    text-indent: -9999px;
    border: 1px solid #c3c3c3;
}
.input-group.date + .calendar-tilda {
    height: 27px;
    line-height: 27px;
}
.input-file {
    position: relative;
}
.input-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 143px;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    clip: rect(0px,143px,27px,67px);
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
    margin-right: 0;
}

/* ==========================================================================
   table
   ========================================================================== */
.table {
    margin-bottom: 0;
}
.table > caption + thead > tr:first-child > td, 
.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > td, 
.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #c3c3c3;
}
.table >tbody > tr > td, 
.table > tbody > tr > th,
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    height: 34px;
    padding: 3px 12px;
    vertical-align: middle;
    border: 1px solid #c3c3c3;
    color: #666;
}
.table > tbody > tr > td, 
.table > tfoot > tr > td, 
.table > thead > tr > td {
    padding: 3px 8px;
}
.table td a {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    margin: 0 5px;
    text-decoration: underline;
    color: #3166a2;
}
td .btn {
    float: none;
}
td .row + .row {
    margin-top: 5px;
}
.listTable table thead th{
    background-color: #ddd;
    text-align: center;
}
.listTable table tbody th {
    text-align: center;
    background: #e9e9e9;
    font-weight: bold;
}
.listTable table tfoot th{
    background: #e9e9e9;
}
.listTable table tbody td {
    text-align: center;
    background: #fff;
}
.listTable .table > tbody > tr > td, 
.listTable .table > tfoot > tr > td, 
.listTable .table > thead > tr > td {
    padding: 3px 14px;
}
.listTable tbody tr.even td { background: #f8f8f8; }
.listTable tbody tr:hover td { background: #fff1f1; }
.paginate {
    float: none;
    margin: 8px 0;
    padding: 0;
    text-align: center;
}
.paginate:after {
    display: block;
    content: "";
    clear: both;
}
.paginate .paginateWrapper {
    display: inline-block;
}
.paginate .paginate_button {
    float: left;
    display: inline-block;
    width: 28px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #4d4c4c !important;
}
.paginate span {
    float: left;
    /*display: inline-block;*/
    margin: 0 12px;
    padding: 0 8px;
    /*border-left: 1px solid #dfdfdf;*/
    /*border-right: 1px solid #dfdfdf;*/
}

.paginate span .paginate_button.current, 
.paginate span .paginate_button.current:hover {
    width: 28px;
    line-height: 26px;
    padding: 0;
    margin: 0 5px;
    border: 1px solid #c3c3c3;
    background: #fff !important;
    font-weight: normal !important;
    cursor: default;
}
.paginate .paginate_button {
    border: 1px solid #c3c3c3;
}
.paginate span .paginate_button {
    border: none;
}
.paginate .paginate_button:hover {
    color: #da1c5a!important;
}
.paginate .paginate_button.first {
    margin-right: 4px;
    text-indent: -9999px;
    background: #fff url("../images/ico_arrowLeftRight.png") no-repeat 7px center !important;
}
.paginate .paginate_button.previous {
    text-indent: -9999px;
    background: #fff url("../images/ico_arrowLeftRight.png") no-repeat -27px center;
}
.paginate .paginate_button.next {
    text-indent: -9999px;
    background: #fff url("../images/ico_arrowLeftRight.png") no-repeat -70px center;
}
.paginate .paginate_button.last {
    margin-left: 4px;
    text-indent: -9999px;
    background: #fff url("../images/ico_arrowLeftRight.png") no-repeat -104px center;
}
.paginate .paginate_button.disabled {
    cursor: default;
    border: 1px solid transparent;
}
.detailTable th {
    text-align: right;
    background: #e9e9ea;
    font-weight: bold;
}
.detailTable td {
    background: #fff;
}
.table .table {
    margin: 6px 0;
}
.table .table.listTable th {
    text-align: center;
    background: #ddd;
    font-weight: bold;
}

/* ==========================================================================
   data table
   ========================================================================== */
table.dataTable {
    margin: 0;
    border-collapse: collapse;
}
.dataTables_wrapper .dataTables_length {
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    line-height: 31px;
}
.dataTables_wrapper .dataTables_length label {
    font-weight: normal;
}
.dataTables_wrapper .dataTables_length select {
    display: inline-block;
    height: 27px;
    margin-right: 3px;
    padding: 3px 1px 4px 6px;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_filter {
    height: 31px;
    line-height: 31px;
    margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_filter input {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 24px 0 10px;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    background: url("../images/ico_search_grey.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_info {
     position: absolute; 
     top: 0; 
     left: 150px; 
     height: 31px; 
     line-height: 31px; 
     padding: 0; 
 }
.dataTables_scroll + .dataTables_info { 
    left: 0; 
}
table.dataTable tfoot th:first-child { 
    border-left: 1px solid #cdcdcd; 
    border-right: none; 
}
.listTable table.dataTable.display tbody tr > .sorting_1, 
.listTable table.dataTable.order-column.stripe tbody tr > .sorting_1 {
    background-color: #e9e9ea;
}
table.dataTable thead th, 
table.dataTable tbody td {
    border: 1px solid #c3c3c3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.dataTable tbody td {
    height: 34px;
    padding: 4px 5px;
    box-sizing: border-box;
}
.dataTable tbody tr.even td {
    background: #f8f8f8;
}
.dataTable tbody tr:hover td {
    background: #fff1f1;
}
table.dataTable thead .sorting {
    background: #ddd url("../images/ico_sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
    background: #ddd url("../images/ico_sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
    background: #ddd url("../images/ico_sort_desc.png") no-repeat center right;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody > table {
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    margin: 8px 0;
    padding: 0;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 28px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #4d4c4c !important;
    border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate > span {
    display: inline-block;
    margin: 0 12px;
    padding: 0 8px;
}
.dataTables_wrapper .dataTables_paginate > span .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate > span .paginate_button.current:hover {
    width: 28px;
    line-height: 26px;
    padding: 0;
    margin: 0 5px;
    border: 1px solid #c3c3c3;
    background: #fff !important;
    font-weight: normal !important;
    cursor: default;
}
.dataTables_wrapper .dataTables_paginate > span .paginate_button:hover {
    color: #da1c5a !important;
    border-width: 0;
    background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate > .paginate_button {
    border: 1px solid #c3c3c3;
}
.dataTables_wrapper .dataTables_paginate > .paginate_button:hover {
    border-color: #c3c3c3;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first {
    margin-right: 4px;
    text-indent: -9999px;
    background: #fff url("../images/ico_arrowLeftRight.png") no-repeat 7px center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled  {
    text-indent: -9999px;
    background: url("../images/ico_arrowLeftRight.png") no-repeat -27px center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    text-indent: -9999px;
    background: #fff url("../images/ico_arrowLeftRight.png") no-repeat -70px center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    background: url("../images/ico_arrowLeftRight.png") no-repeat -70px center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    margin-left: 4px;
    text-indent: -9999px;
    background: #fff url("../images/ico_arrowLeftRight.png") no-repeat -104px center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled {
    background: url("../images/ico_arrowLeftRight.png") no-repeat -104px center !important;
}
.cellEdit .dataTables_wrapper .dataTables_filter {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.cellEdit .dataTables_wrapper td input {
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding: 2px 10px;
    border: none;
    background: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cellEdit .dataTables_wrapper tr.row-remove td {
    background: #cdcdcd;
}
.cellEdit .dataTables_wrapper td input:focus {
    border: 1px solid #c3c3c3;
    background: #fff;
    text-align: left;
}
.cellEdit .dataTables_wrapper tr.row-edit td input {
    border: 1px solid #c3c3c3;
    background: #fff;
    text-align: left;
}
.cellEdit .dataTables_wrapper td .btn-edit {
    margin-left: 3px;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 4px 8px 4px 8px;
    border: 1px solid #cdcdcd;
    border-left: none;
}
table.dataTable tfoot th:first-child {
    border-left: 1px solid #cdcdcd;
    border-right: none;
}
/*table.DTCR_clonedTable {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 202;
    cursor: move;
}
div.DTCR_pointer {
    width: 1px;
    background-color: #f01313;
    z-index: 201;
    cursor: move;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #c3c3c3;
    box-shadow: none;
}

/* ==========================================================================
   jqGrid
   ========================================================================== */
.listTable .ui-jqgrid.ui-widget-content {
    border: none;
}
.listTable .ui-state-default, 
.listTable .ui-widget-content .ui-state-default, 
.listTable .ui-widget-header .ui-state-default {
    border: none;
    border-radius: 0;
}
.listTable .ui-jqgrid {
    border-radius: 0;
    background: none;
}
.listTable .ui-jqgrid .ui-jqgrid-htable {
    border-collapse: collapse;
}
.listTable .ui-jqgrid .ui-jqgrid-htable th {
    height: 38px;
    border: 1px solid #cdcdcd;
    background: #e9e9e9;
    font-family: "Malgun Gothic";
    color: #262930;
    font-size: 12px;
}
.listTable .ui-jqgrid .ui-jqgrid-bdiv {
    border-bottom: 1px solid #cdcdcd;
}
.listTable .ui-jqgrid .ui-jqgrid-bdiv > div {
    top: -3px;
}
.listTable .ui-jqgrid .ui-jqgrid-btable {
    border-collapse: collapse;
}
.listTable .ui-jqgrid tbody tr td {
    height: 34px;
    padding: 1px 6px 1px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    background: #f8f8f8;
    font-family: "Malgun Gothic";
    font-size: 12px;
    color: #262930;
}
.listTable .ui-jqgrid tbody tr.even td {
    background: #fff;
}
.listTable .ui-jqgrid tbody tr.jqgfirstrow td {
    border: none;
}
.listTable .ui-jqgrid .ui-jqgrid-view input, 
.listTable .ui-jqgrid .ui-jqgrid-view select, 
.listTable .ui-jqgrid .ui-jqgrid-view textarea, 
.listTable .ui-jqgrid .ui-jqgrid-view button {
    padding: 4px 5px;
    font-size: 12px;
    font-family: "Malgun Gothic";
}
.ui-icon-triangle-1-n {
    margin-top: -2px;
    background-position: 2px -16px;
}
.listTable .ui-icon-triangle-1-s {
    margin-top: 6px;
    background-position: -63px -18px;
}

/* ==========================================================================
   button
   ========================================================================== */
.module-group{
    float: right;
    margin-bottom: 10px;
}
.btn {
    float: left;
    border-radius: 0!important;
    font-size: 12px;
    padding: 0 20px;
}
.btn-default{
    height: 27px;
    color: #333;
    border-color: #c3c3c3;
}
.btn-lgred,
.btn-lgred:hover{
    color: #fff!important;
    background-color: #da1c5a!important;
    border-color: #da1c5a!important;
}
/*.btn-save,
.btn-save:hover{
    color: #fff!important;
    border-color: #da1c5a!important;
    background-color: #da1c5a!important;
}*/
.btn-dark-grey,
.btn-dark-grey:hover{
    color: #fff!important;
    border-color: #5c5c5c!important;
    background-color: #5c5c5c!important;
}
.btn-search {
    height: 27px;
    font-weight: bold;
}
.btn-add > span > i,
.btn-del > span > i,
.btn-copy > span > i,
.btn-domform > span > i,
.btn-upload > span > i,
.btn-download > span > i,
.btn-print > span > i{
    position: relative;
    margin-right: 5px;    
}
.btn-add > span > i > img,
.btn-del > span > i > img,
.btn-copy > span > i > img,
.btn-domform > span > i > img,
.btn-upload > span > i > img,
.btn-download > span > i > img,
.btn-print > span > i > img{
    margin-top: -1px;
    vertical-align: middle;
}
.btn-sm {
    height: 27px;
    padding: 0 20px;
}
.btn-group {
    float: left;
}
.btn-group + .btn-group {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #dfdfdf;
}
.btn-group .btn + .btn, 
.btn-group .btn + .btn-group, 
.btn-group .btn-group + .btn, 
.btn-group .btn-group + .btn-group {
    margin-left: 10px;
}
.inline-data > * + .btn-group {
    margin-left: 10px;
}
td > .btn-group {
    height: 100%;
}
.btn-grey {
    border-color: #c3c3c3 !important;
    background: #f3f3f3 !important;
    color: #666 !important;
}
.btn-default.disabled, 
.btn-default.disabled.active, 
.btn-default.disabled.focus, 
.btn-default.disabled:active, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled], 
.btn-default[disabled].active, 
.btn-default[disabled].focus, 
.btn-default[disabled]:active, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default, 
fieldset[disabled] .btn-default.active, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:active, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover,
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
    border-color: #c3c3c3;
    background-color: transparent;
    color: #333;
    box-shadow: none;
}
.btn-default[disabled],
.btn-default[disabled]:hover{
    border-color: #c4c4c4;
    background-color: #f3f3f3;
    color: #999;
}
.btn-default:active:hover,
.btn-default:focus,
.btn:active,
.btn-default:active,
.btn-default:hover {
    border-color: #c3c3c3;
    background-color: transparent;
    color: #333;
    box-shadow: none;
}
.search-footer:after {
    display: block;
    content: "";
    clear: both;
}
.search-footer .btn {
    font-weight: bold;
    font-size: 14px;
}
.content-footer .btn {
    font-weight: bold;
    border-radius: 3px;
}
.widget-toggleBtn.btn-default {
    width: 31px;
    height: 31px;
    padding: 0;
    margin-right: 14px;
    background: #fff url("../images/ico_arrowUpDown02.png") no-repeat center 11px;
    text-indent: -9999px;
}
button.close {
    width: 20px;
    height: 20px;
    background: url("../images/btn_close.png") no-repeat center;
    text-indent: -9999px;
    opacity: 1;
}
button.close:hover{
    opacity: 1;
}
/* ==========================================================================
   tab
   ========================================================================== */
.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
}
* + .nav-tabs {
    margin-top: 10px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover{
    margin-right: 4px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background: #eee;
    color: #666;
    padding: 8px 20px 7px;
    border-bottom-color: #999;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #fff;
    color: #575757;
    border: 1px solid #999!important;
    border-bottom-color: transparent!important;
}
.innerTabs.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.innerTabs.nav-tabs > li > a {
    padding: 8px 20px;
    margin-right: 0;
    color: #666;
    border-color: transparent;
    background: transparent;
}
.innerTabs.nav-tabs > li.active > a, 
.innerTabs.nav-tabs > li.active > a:focus, 
.innerTabs.nav-tabs > li.active > a:hover {
    border-color:transparent!important;
    border-bottom: 2px solid #da1c5a!important;
    background: #fff;
    color: #da1c5a;
}
/* .innerTabs.nav-tabs > li > a:hover {
    border: 1px solid #aaaaaa;
    background: #ccc;
} */

/* ==========================================================================
   indicator
   ========================================================================== */
.indicator.nav-tabs {
    margin-bottom: 15px;
    border-bottom: none;
}
.indicator.nav-tabs > li {
    margin-bottom: 0;
}
.indicator.nav-tabs > li > a {
    height: 34px;
    margin: 0 6px 0 13px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    background: #f9f9f9;
    color: #575757;
    width: 190px;
    text-align: center;
    font-weight: bold;
}
.indicator.nav-tabs > li > a:before {
    right: 100%;
    top: -1px;
    content: " ";
    height: 34px;
    width: 13px;
    position: absolute;
    background: url("../images/bg_indicatorLeft.png") no-repeat bottom;
}
.indicator.nav-tabs > li > a:after {
    left: 100%;
    top: -1px;
    content: " ";
    height: 34px;
    width: 13px;
    position: absolute;
    background: url("../images/bg_indicatorright.png") no-repeat bottom;
}
.indicator.nav-tabs > li:first-child a {
    margin-left: 0;
}
.indicator.nav-tabs > li:first-child a:before {
    display: none;
}
.indicator.nav-tabs > li:first-child a,
.indicator.nav-tabs > li:last-child a{
    width: 203px;
}
.indicator.nav-tabs > li:last-child a:after {
    background-image: none;
}
.indicator.nav-tabs > li.completed > a, 
.indicator.nav-tabs > li.completed > a:focus, 
.indicator.nav-tabs > li.completed > a:hover {
    border-color: #cdcdcd;
    background: #ebebeb;
    color: #8f8f8f;
}
.indicator.nav-tabs > li.completed > a:before, 
.indicator.nav-tabs > li.completed > a:after {
    background-position-y: top;
}
.indicator.nav-tabs > li.active > a, 
.indicator.nav-tabs > li.active > a:focus, 
.indicator.nav-tabs > li.active > a:hover {
    border-color: #da1c5a !important;
    background: #da1c5a !important;
    color: #fff !important;
}
.indicator.nav-tabs > li.active > a:before, 
.indicator.nav-tabs > li.active > a:after {
    background-position-y: center;
}
.indicator.nav-tabs > .nav > li > a {
    padding: 0;
}
/* ==========================================================================
   instruction
   ========================================================================== */
.instruction {
    float: left;
}
.instruction > p {
    margin: 0;
    padding-left: 22px;
    background: url("../images/ico_instruction.png") no-repeat left center;
}
.instruction > p + p {
    margin-top: 6px;
}
.widget-content .instruction {
    margin: 4px 0 14px;
}
.nav-tabs .instruction {
    line-height: 36px;
    margin-left: 15px;
}
.btn-tooltip {
    width: 21px;
    height: 21px;
    background: url("../images/btn_tooltip.png") no-repeat center;
    text-indent: -9999px;
}
.widget-header .btn-tooltip {
    margin-top: 5px;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -10px;
}
.tooltip-inner {
    max-width: 530px;
    padding: 10px 22px;
    color: #b8062c;
    text-align: center;
    text-decoration: none;
    background-color: #fff1f1;
    border: 1px solid #f75f71;
    border-radius: 0;
}
.tooltip-arrow {
    position: absolute;
    width: 13px;
    height: 12px;
    border: none;
}
.tooltip.top .tooltip-arrow {
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    margin-left: -5px;
    background: url("../images/bg_tooltip_top.png") no-repeat center;
}
.alert {
    padding: 16px 20px;
    line-height: 18px;
    border-radius: 0;
}
.alert strong + p {
    margin-top: 10px;
}
.alert-info {
    border-color: #f5be00;
    background: #fffac4;
    color: #252525;
}
/* ==========================================================================
   accordion
   ========================================================================== */

.accordion{
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 0;
    /*padding: 15px 0;*/
}
.accordion:first-child{
    border-top: 1px solid #c3c3c3;
}
.accordion > [data-toggle="collapse"]{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    height: 34px;
    line-height: 34px;
    /*background: blue;*/
}
.accordion > [data-toggle="collapse"] a{
    display: block;
}
.accordion > [data-toggle="collapse"] > a:after{
    content:'';
    position: absolute;
    top: 7px;
    right: 20px;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
    background: url(../images/accordion-arrow.png) 4px 7px no-repeat;
}
.accordion > [data-toggle="collapse"] > a.rotate180:after{
     -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.accordion > [data-toggle="collapse"] + .collapse{
    padding-bottom: 10px;
}
/* ==========================================================================
   popup
   ========================================================================== */
.modal-dialog {
    width: 475px;
    margin: 50px auto;
}
.modal-sm {
    width: 350px;
    height: 350px;
}
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-sm .modal-content {
    height: 350px
}
.modal-header {
    padding: 17px 24px;
    border-color: #666666;
}
.modal-title {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
}
.modal-header .close {
    position: absolute;
    top: 17px;
    right: 24px;
    margin: 0;
}
.modal-body {
    padding: 16px 24px 14px;
    color: #4c4c4c;
}
.modal-body > * + * {
    margin-top: 5px;
}
.modal-body > p {
    margin: 0;
}
.modal-body textarea[readonly="readonly"] {
    border-color: #dfdfdf;
    background: #f8f8f8;
}
.modal-body.txt-center {
    padding: 14px 60px 10px;
}
.modal-body .alertImg {
    margin: 15px 0 25px;
}
.modal-body .loadingImg {
    display: block;
    position: relative;
    top: 105px;
    margin: 0 auto;
}
.modal-body .progressingImg {
    display: block;
    position: relative;
    top: 140px;
    margin: 0 auto;
}
.modal-body em {
    color: #767676;
    font-weight: bold;
    font-size: 18px;
}
.modal-body img + em {
    display: block;
    position: relative;
    top: 115px;
}
.modal-body .progressingImg + em {
    top: 156px;
}
.modal-footer {
    padding: 14px 0 26px;
    text-align: center;
    border: none;
}
.modal-footer .btn-group {
    float: none;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: 5px;
}

/* ==========================================================================
   window popup
   ========================================================================== */
.popup {
    width: 800px;
    height: 600px;
    overflow: auto;
    padding: 0;
    margin: 0;
}
.popup-header {
    position: relative;
    height: 52px;
    border-bottom: 1px solid #666666;
}
.popup-header h1 {
    height: 52px;
    line-height: 50px;
    margin: 0 0 0 25px;
    font-size: 14px;
    color: #4c4c4c;
}
.popup-header button.close {
    position: absolute;
    top: 15px;
    right: 25px;
}
.popup .content {
    height: 455px;
    min-width: 0;
    padding: 20px 25px;
    overflow-y: auto;
}
.popup-footer {
    margin: 20px 25px 0;
    padding-top: 12px;
    padding-bottom: 20px;
    border-top: 1px solid #666666;
}
.popup-footer:after {
    display: block;
    content: "";
    clear: both;
}

/* ==========================================================================
   datepicker
   ========================================================================== */
.datepicker {
    padding: 0;
    border: 2px solid #828282;
    border-radius: 0;
}
.datepicker:before, 
.datepicker:after {
    display: none;
}
.datepicker td, .datepicker th {
    width: 38px;
    height: 38px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}
.datepicker thead tr th {
    border: none;
}
.datepicker thead tr {
    border-bottom: 1px solid #666666;
}
.datepicker thead tr th.prev, 
.datepicker thead tr th.prev:hover {
    background: url("../images/ico_arrowLeftRight02.png") no-repeat 12px center;
    text-indent: -9999px;
}
.datepicker thead tr th.next, 
.datepicker thead tr th.next:hover {
    background: url("../images/ico_arrowLeftRight02.png") no-repeat -30px center;
    text-indent: -9999px;
}
.datepicker thead tr th.prev:hover, 
.datepicker thead tr th.next:hover {
    background-color: #eee;
}
.datepicker thead tr + tr th {
    background: #f8f8f8;
}
.datepicker .datepicker-switch {
    background: none!important;
}
.datepicker thead tr + tr th:first-child {
    color: #ec486b;
}
.datepicker thead tr + tr th + th + th + th + th + th + th {
    color: #00c9bd;
}
.datepicker tbody td:first-child {
    border-left: none;
    color: #ec486b;
}
.datepicker tbody td.old, 
.datepicker tbody td.new {
    color: #c5c5c5;
}
.datepicker tbody td + td + td + td + td + td + td {
    color: #00c9bd;
}
.datepicker tbody tr td.active {
    position: absolute;
    background: #e63c6b !important;
    text-shadow: none;
    border: none;
    line-height: 28px;
}
.datepicker .datepicker-months td, 
.datepicker .datepicker-years td {
    width: 280px;
    padding: 0;
    border-top: none;
}
.datepicker .datepicker-months table tr td span, 
.datepicker .datepicker-years table tr td span {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0;
    color: #666;
}
.datepicker .datepicker-months table tr td span:first-child, 
.datepicker .datepicker-years table tr td span:first-child {
    border-left: none;
}
.datepicker .datepicker-months table tr td span.active, 
.datepicker .datepicker-years table tr td span.active {
    background: #e63c6b !important;
    text-shadow: none;
    border: none;
    color: #fff;
    line-height: 40px;
}

/* ==========================================================================
   comment
   ========================================================================== */
.commentList {
    margin-top: 8px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.commentList li {
    position: relative;
    padding: 14px 22px;
}
.commentList li:after {
    display: block;
    content: "";
    clear: both;
}
.commentList li + li {
    border-top: 1px dotted #dfdfdf;
}
.commentList li > div {
    line-height: 11px;
}
.commentList li > div > * {
    display: inline-block;
}
.commentList li p {
    margin-bottom: 16px;
}
.commentList li span {
    color: #959595;
}
.commentList li em {
    padding-right: 15px;
    margin-left: 1px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    color: #4c4c4c;
}
.reply {
    position: absolute;
    top: 17px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: url("../images/ico_rereply.png") no-repeat center;
    text-indent: -9999px;
}
.commentList .reply + p {
    padding-left: 20px;
}
.commentList .btn-delete {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 8px;
    background: url("../images/btn_delete.png") no-repeat center;
    text-indent: -9999px;
}

/* ==========================================================================
   file attach
   ========================================================================== */
.fileAttach {
    height: 110px;
    text-align: center;
    border: 1px solid #c6c6c6;
    background: #fff;
}
.fileAttach p {
    padding-top: 50px;
    margin-top: 23px;
    background: url("../images/ico_fileAttach.png") no-repeat center top;
    color: #b7b7b7;
}
.fileAttachHeader {
    margin-top: 5px;
}
.fileAttachHeader > div > span {
    float: left;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    margin-right: 15px;
}
.fileAttachHeader:after {
    display: block;
    content: "";
    clear: both;
}
.fileAttachList {
    margin: 15px 0 10px;
}
.fileAttachList li {
    position: relative;
    height: 30px;
    margin: 3px 4px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #f9f9f9;
}
.fileAttachList li p {
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 28px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fileAttachList li p span {
    margin-left: 5px;
}
.fileAdd-single-delete,
.fileAttachList li button.delete {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 11px;
    height: 11px;
    background: url("../images/btn_delete02.png") no-repeat center;
    text-indent: -9999px;
}

/* ==========================================================================
   jstree
   ========================================================================== */
.jstree {
    width: 100%;
    height: 300px;
    padding: 8px 14px;
    overflow-y: auto;
    border: 1px solid #dfdfdf;
    background: #ffffff;
}
.jstree-default .jstree-node, 
.jstree-default .jstree-icon {
    background-image: url("../images/bg_tree.png");
}
.jstree-default .jstree-last {
    background: 0 0;
}

/* ==========================================================================
   only for GPortal Embeded Version
   ========================================================================== */
.g_sysLogo {
    height: 67px;
    background: url(../images/bg_g_sysLogo.png) no-repeat;
    position: relative;
}
.g_sysLogo a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.g_sysLogo a img {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 40px;
    height: 40px;
}
.g_sysLogo a h1 {
    width: 100%;
    font-family: "LGSmHaR";
    font-size: 16px;
    font-weight: bold;
    color: #f6e8ee;
    position: absolute;
    left: 70px;
    top: 16px;
}
.G-page-content {
    padding-top: 67px;
}
.G-page-head {
    padding: 0 0 0 211px;
}
.G-page-head .page-title {
    border-bottom: 1px solid #cdcdcd;
    float: none;
    height: 67px;
    margin: 0 20px;
    padding-left: 3px;
    position: relative;
}
.G-page-head .page-title .breadcrumb {
    position: absolute;
    top: 22px;
}
.G-page-head .page-title ul {
    float: right;
}
.G-page-head .page-title div.systemSearch {
    position: absolute;
    right: -15px;
    top: 5px;
}
.G-page-head .page-title div.systemSearch input {
    font-size: 12px;
}

/* ==========================================================================
   LNB
   ========================================================================== */
.lnb  li a{
    transition: background-color 200ms linear;
}
.lnb > .depth1 > li > a {
	font-size: 14px;
	color: #333;
    padding: 13px 18px;
    transition: background-color 200ms linear;
}
.lnb .depth1 li a,
.lnb .depth2 li a,
.lnb .depth3 li a,
.lnb .depth4 li a {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap; 
    display: block;
    background:#eee url(../images/menu_open.png) 182px 18px no-repeat;
    /*border-bottom: 1px solid #484c56;*/
    font-family: LGSmHaR;
    position: relative;
}
.lnb .depth1 li a:hover, 
.lnb .depth1 .depth2 li a:hover, 
.lnb .depth1 .depth2 li .depth3 li a:hover, 
.lnb .depth1 .depth2 li .depth3 li .depth4 li a:hover {
    background-color: #d8d8d8;
}
.lnb .depth2 li a {
    font-size: 12px;
    padding: 12px 30px;
    background-color:#f8f8f8;
}
.lnb > .depth1 li > .depth2 > li > a{
    color: #333;
}
.lnb > .depth1 li > .depth2 > li > a:before,
.lnb > .depth1 li > .depth2 > li > .depth3 > li > a:before{
    content:'';
    display: block;
    overflow: hidden;
    position: absolute;
    top: 18px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
}
.lnb > .depth1 li > .depth2 > li > a:before{
    left: 23px;
    background: #666;
}
.lnb > .depth1 li > .depth2 > li > .depth3 > li > a:before{
    left: 33px;
    background: #999;
}
.lnb > .depth1 li > .depth2 > li > .depth3 > li > a, 
.lnb > .depth1 li > .depth2 > li > .depth3 > li > .depth4 > li > a{
    padding: 12px 41px;
    color: #666;
}
.lnb .depth1 li .depth2, 
.lnb .depth1 li .depth2 li .depth3, 
.lnb .depth1 li .depth2 li .depth3 li .depth4 {
    display: none; 
}
.lnb .depth2 li a.finalDepth, 
.lnb .depth3 li a.finalDepth, 
.lnb .depth4 li a.finalDepth {
    background-image: none;
    border-bottom: none;
    padding: 8px 30px;
}
.finalDepth {
    background-image: none!important;
}
.lnb ul li a.select, 
.lnb ul li ul li a.select {
    background-image: url(../images/menu_close.png)!important;
    /*-webkit-transform:rotate(180deg);
    transform:rotate(180deg);*/
}
.lnb ul li a.color{
    color: #da1c5a!important;
}
.hr-system{
    position: fixed;
    left: 18px;
    bottom: 38px;
}
.hr-system button{
    font-family: "LGSmHaR";
    width: 173px;
    background: #666;
}
.hr-system button a{
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    color: #fff;
}