/* Webfont Google */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); /* font-family: 'Nanum Gothic', sans-serif; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); /* font-family: 'Nanum Brush Script', cursive; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); /* font-family: 'Nanum Gothic Coding', monospace; */
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); /* font-family: 'Nanum Myeongjo', serif; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); /* font-family: 'Nanum Pen Script', cursive; */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); /* font-family: 'Noto Sans KR', sans-serif; */

html, body {
    width:100%;
    height:100%;
}
body {
    font-size:14px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', Dotum, Gulim !important;
    line-height: 24px;
    color:black;

    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#topBar {
    background-color: transparent;
    color:white;
}
#topBar ul.top-links>li>a {
    padding: 0px 10px 0px 5px;
    color:white;
}
#header.dark #topMain.nav-pills>li>a {
    font-size: 16px;
}
#header.dark:before {
    display: table;
    content: " ";
    /*background-image: url('/resources/default/images/home/top-bg.jpg');*/
    /*background-position: center top;*/
    /*background-size: 100% auto;*/
    position: absolute;
    width:100%;
    height:100px;
    /*opacity : 0.7;*/
    background: #2e2926;
}

#header.dark.main:before {
    height:110px;
}

@media only screen and (max-width: 1199px) {
    #header.dark:before {
        height:75px;
    }
}

#footer:before {
    height:82px;
    /*background-position: center bottom;*/
    /*opacity : 0.7;*/
}

#footer {
    background: white;

    line-height: 1.4em;
    color: #999;
}

.info-bar.info-bar-clean {
    background-color: transparent;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Nanum Gothic', 'Malgun Gothic', Dotum, Gulim !important;
    margin: 0;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 10px;
}

input:focus {
    background-color: aliceblue;
}
/* -------------------------------------- */
table tr td select {
    height: 32px;
    padding: 0px;
}

table button, table input[type=text] {
    margin: 0px 0;
    height: 28px;
    padding: 3px 3px;
    font-size:12px;
}

table.table-slim table {
    margin-bottom: 0px;
}

table.table-slim input[type=text], table.table-slim select {
    height: 24px;
    margin: 0px 0;
}

table tr #m03_lifeContLayer{
    padding: 0;
}

/* -------------------------------------- */

form .form-inline label {
    display:inline;
}
select {
    border: 1px solid #E5E7E9;
    font-size: 12px;
}
input {
    font-size: 12px;
    ime-mode:active;
    font: menu;
}
div.dataTables_paginate {
    float: none;
    margin: 0;
}

section {
    padding: 10px 0;
}

div.divider {
}
div.divider:after {
    top:0px;
}
/* -------------------------------------- */
.radio, .checkbox {
    margin: 0 13px 0 0;
    height: 17px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
}
.radio i, .checkbox i {
    top: 3px;
    width: 17px;
    height: 17px;
    border-width: 1px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: 0px;
}

.fancy-form>textarea, .fancy-form>input {
    padding-left: 10px;
}

.fancy-form>select {
    padding: 6px 12px;
}

.fancy-form>.fancy-arrow, .fancy-form>.fancy-arrow-double {
    top: 10px;
    width: 26px;
}

.panel-body .table-label tr td {
    border: 1px solid #cccccc;
}
.panel-body .table-youngsu tr td {
    padding: 5px;
}


.input-group-addon {
    border: 1px solid #ccc;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: normal;
}

.input-group-addon:last-child {
    border-left: 0px;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.callout.alert {
    padding: 5px 0;
}

.form-control {
    border: #ddd 1px solid;
    height: 30px;
    padding: 0px 12px;
    font-size: 12px;
}

/*.table-label tr td {
    border: 1px solid #cccccc;
}
.table-label tr td table tr td {
    border: 0;
}*/

.table {
    margin:0px;
    font-size: 14px;
    border-bottom:2px solid #ddd;
}
.program .table {
    font-size: 12px;
}
.table>tbody>tr>th, .table>thead>tr>th, .table>tfoot>tr>th {
    background-color:#f5f5f5;
    text-align: center;
    vertical-align: middle;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    /*padding: 2px 4px !important;*/
    height:50px;
}
.program .table>tbody>tr>td, .program .table>tbody>tr>th, .program .table>tfoot>tr>td, .program .table>tfoot>tr>th, .program .table>thead>tr>td, .program .table>thead>tr>th {
    vertical-align: middle;
    padding: 2px 4px !important;
    height:auto;
}

.table-slim>tbody>tr>td, .table-slim>tbody>tr>th, .table-slim>tfoot>tr>td, .table-slim>tfoot>tr>th, .table-slim>thead>tr>td, .table-slim>thead>tr>th {
    padding: 2px 0;
}

.table-slim2>tbody>tr>td, .table-slim2>tbody>tr>th, .table-slim2>tfoot>tr>td, .table-slim2>tfoot>tr>th, .table-slim2>thead>tr>td, .table-slim2>thead>tr>th {
    padding: 1px 2px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-top: 2px solid #ddd !important;
    border-bottom:0px;
}

.table-slim {
    font-size:11px;
}

.table tr td .input-group-btn a, .table tr td .input-group-btn button {
    height: 28px;
    padding:0px 10px;
    font-size:12px;
}

.table tr th label {
    margin:0px;
}
.table-no-bordered-both {
    border-left:0!important;;
    border-right:0!important;;
    border-bottom:0!important;;
}
.program .table-no-padding>tbody>tr>td,
.program .table-no-padding>tbody>tr>th,
.program .table-no-padding>tfoot>tr>td,
.program .table-no-padding>tfoot>tr>th,
.program .table-no-padding>thead>tr>td,
.program .table-no-padding>thead>tr>th {
    padding: 0px 0px !important;
}

.table-no-bordered-both td:first-child, .table-no-bordered-both th:first-child {
    border-left:0!important;;
}
.table-no-bordered-both td:last-child, .table-no-bordered-both th:last-child {
    border-right:0!important;;
}

.table-no-bordered-both tr:last-child td, .table-no-bordered-both tr:last-child th {
    border-bottom:0!important;;
}
/* ------------------------------------------- */

#topMain>li>a>span.topMain-icon {
    margin-top: 0px;
}

#header ul.nav-second-main {
    border-left: rgba(0,0,0,0.1) 1px solid;
    padding-left: 15px;
    margin-top: 27px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
#header.fixed ul.nav-second-main {
    margin-top: 10px;
}

#header.fixed:before {
    height:85px;
}

#header.fixed #topNav a.logo {
    height: 60px;
    line-height: 50px;
}

.lawself p, .lawself pre, .lawself ul, .lawself ol, .lawself dl, .lawself dd, .lawself blockquote, .lawself address, .lawself table, .lawself fieldset, .lawself form {
    margin-bottom: 5px;
}

#datatable_wrapper .row:first-child .dataTables_length{
    display: none;
}
#datatable_wrapper .row .dataTables_info{
    display: none;
}
/* ---------------------------------------- */

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 300px;
    overflow: hidden;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 6px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    outline: medium none;
    z-index: 1050
}
.ui-dialog .ui-dialog-titlebar {
    position: relative;
    border: 1px solid;
    border-color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #ccc
}
.ui-dialog .ui-dialog-title {
    color: #404040;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -20px 0 0 0;
    padding: 1px;
    height: 18px;
    font-size: 20px;
    font-weight: 700;
    line-height: 13.5px;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=25);
    -khtml-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
    text-indent: 9999px
}
.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 1px;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    background: 0 0;
    overflow: auto
}
.ui-dialog .ui-dialog-buttonpane {
    border-width: 1px 0 0;
    background-image: none;
    margin: .5em 0 0;
    background-color: #fff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    margin-bottom: 0
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer
}
.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}
.ui-dialog-buttonset .ui-button:not(:first-child) {
    cursor: pointer;
    display: inline-block;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: .1s linear all;
    -moz-transition: .1s linear all;
    -o-transition: .1s linear all;
    transition: .1s linear all;
    overflow: visible
}
.ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    text-decoration: none
}
.ui-dialog-buttonset .ui-button.ui-button-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}
.ui-dialog-buttonset .ui-button.ui-button-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}
.ui-dialog-buttonset .ui-button.ui-button-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}
.ui-dialog-buttonset .ui-button.ui-button-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}
.ui-dialog-buttonset .ui-button.ui-button-inverse {
    color: #fff;
    background-color: #222;
    border-color: #080808
}
.ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover {
    color: #fff;
    background-color: #363636;
    border-color: #000
}
.ui-dialog {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2)
}
.widget-header>:first-child {
    margin: 13px 0
}
.ui-dialog .ui-dialog-titlebar {
    padding: 3px 10px;
    border:0px;
    border-bottom-color: #eee;
    background: #353D4B!important;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

.ui-dialog .ui-dialog-title {
    margin: 0
}
.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -16px;
    margin-right: 4px
}
.ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 .4em 0 0
}
.ui-dialog .ui-dialog-buttonpane {
    margin-top: 13px;
    padding: 19px 15px 20px;
    text-align: right;
    border-top: 1px solid #eee
}

.ui-dialog .ui-dialog-title {
    color: white;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 19px;
    opacity: initial;
    color: white;
}
.ui-dialog .row {
    margin :0;
    padding :0;
}

.ui-dialog article {
    margin :0;
    padding :0;
    height :100%;
}
.ui-dialog #dialogContent {
    margin :0;
    padding :0;
    height :auto;
}

.pagination-xs > li > a,
.pagination-xs > li > span {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
}
.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination-xs > li:last-child > a,
.pagination-xs > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* ---------------------------------------- */
.person-cost .toggle-content span > span:last-child {
    width:120px;
    text-align:right;
}
.cartContent .item {
    margin-top: -1px;
    border: rgba(0,0,0,0.05) 1px solid;
}
.cartContent .item {
    position: relative;
    background: rgba(0,0,0,0.01);
}

.btn-naver {
    color: #fff;
    background-color: #00b209;
    border-color: rgba(0,0,0,0.2);
}
.btn-naver-icon {
    margin:10px;
    padding:0px;
    display: inline-block;
    width:20px !important;
    height: 18px !important;
    background: url(http://img.naver.net/static/www/img/sp_main161101.png) no-repeat -420px -541px;
}
.btn-naver:hover {
    color: #fff;
    background-color: #008e09;
    border-color: rgba(0,0,0,0.2);
}

.btn-daum {
    color: #000;
    background-color: #fff;
    border-color: rgba(0,0,0,0.2);
}
.btn-daum:hover {
    color: #000;
    background-color: #efefef;
    border-color: rgba(0,0,0,0.2);
}

.program {
    min-width: 970px;
    padding:0;
    font-size:12px;
    font-family: 'Malgun Gothic', Dotum, Gulim !important;
    line-height: 24px;
    margin-bottom:200px;
}
.program select {
    height: 28px;
    padding:0;
}

.program input, .program select, .program textarea{
    background-color: #e2ebff;
    border:1px solid gray;
    font-size:12px;
    ime-mode:active;
}
.program input:focus, .program select:focus, .program textarea:focus {
    background-color: lavender;
    border:1px solid gray;
}
.program .has-error input, .program .has-error select, .program .has-error textarea {
    background-color: lightpink!important;
}
.program .panel-body {
    padding: 0px;
}

.program .panel-title select {
    height:30px;
    padding:5px;
}

.program .panel-sub {
    border:0;
    margin:0;
    padding:0;
}

.program .panel-sub .panel-heading {
    padding: 4px 10px 4px 10px;
    margin:0;
    border-top:1px solid lightgrey;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.program .panel-sub .panel-title {
    font-size: 14px;
    color: #000;
}

.program .nav-tabs {
    position: absolute;
    margin-top: -28px;
    right:30px;
}
.program .nav>li>a {
    padding: 5px 5px;
}
.program .nav-tabs {
    position: absolute;
    right: 20px;
}
.program .tab-content {
    padding: 10px 10px 0px 10px;
}
.program .divider {
    padding: 0;
    margin: 0;
    min-height:1px;
}
.program .description {
    padding: 10px 10px 10px 10px;
}
.program .form-inline .radio, .program .form-inline .checkbox {
    padding-left:10px;
    vertical-align: baseline;
}

.program .program-email-user {
    width:120px;
    margin-right:5px;
}
.program .program-email-domain {
    width:120px;
    margin-left:5px;
    margin-right:5px;
}
.program .program-email-select {
    width:100px;
}
.program table tr td select {
    height: 28px;
}
.program .form-group {
    margin:0;
}
.program .input-group-full {
    width: 100%;
}
.container .input-group-full {
    width: 100%;
}
.container .form-group {
    margin:0;
}

.program .input-group-btn a {
    height: 28px;
    padding:0px 10px;
    font-size:12px;
}
/* ---------------------------------------------- */

.top-links, .top-links a, .top-links a:focus, .top-links a:hover {
    color:white !important;
    padding-top: 20px;
    /*padding-right: 10px;*/
    margin-bottom: -45px;
}

@media only screen and (max-width: 1200px){
    #header #topNav a.logo>img {
        max-height: 60px !important;
    }
    #topNav a.logo {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        display: inline-block;
    }
}

@media only screen and (max-width: 992px){
    #header {
        height: auto !important;
    }
    #header ul.nav-second-main {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 960px) {
    .callout-box.callout-default .btn, .callout .btn {
        display: inline-block;
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 768px) {

    #header #topNav a.logo {
        height: 50px !important;
        line-height: 50px !important;

        margin-top: 5px;
        margin-bottom: 5px;
    }
    #header.dark.main:before {
        height: 70px !important;
    }
    #header.dark:before {
        height: 60px;
    }
    #header.header-md #topNav a.logo>img {
        height: auto;
        width: 150px;
    }
    .main .top-links {
        margin-top: 0px !important;
    }

    .ui-dialog {
        left:0px !important;
        width:100% !important;
    }
}
@media (min-width: 768px) {

    #header #topNav a.logo {
        height: 70px !important;
        line-height: 70px !important;

        margin-top: 20px;
        margin-bottom: 20px;
    }
    #header.header-md #topNav a.logo>img {
        height: auto;
        width:194px;
    }
    #header.dark.main:before {
        height: 110px;
    }
    #header.dark:before {
        height: 110px;
    }
    .top-links, .top-links a, .top-links a:focus, .top-links a:hover {
        padding-top: 10px;
    }
    .main .top-links {
        padding-top: 20px;
        margin-top: 20px;
    }
}
/* ---------------------------------------------- */

#dialogBox {
    display : none;
}

.table-pay-items-income thead tr th, .table-pay-items-income tfoot tr th {
    background-color: #9cd9ff;
    text-align: center;
}

.table-pay-items-deduct thead tr th, .table-pay-items-deduct tfoot tr th {
    background-color: #b6f39c;
    text-align: center;
}

.table-pay-items-etc thead tr th, .table-pay-items-etc tfoot tr th {
    background-color: #f3eec9;
    text-align: center;
}

.select-warning-color {
    color:red;
}

.table-sample th, .table-sample td {
    color:gray;
}
.table-skin-finish .title {
    font-size:20px;
    font-weight: bold;
}
.table-skin-finish {
    width: auto;
    margin: auto;
}
.table-skin-finish tbody>tr>td {
    font-size:14px;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
}

.table-green>tbody>tr>th, .table-green>thead>tr>th, .table-green>tfoot>tr>th {
    background-color: #d7ecff;
}
.table-green>tbody>tr>td, .table-green>tbody>tr>th, .table-green>tfoot>tr>td, .table-green>tfoot>tr>th, .table-green>thead>tr>td, .table-green>thead>tr>th {
    border: 1px solid #00c8ff;
}

.pagination .tooltip-inner {
    max-width: initial;
}

/* -------------------------- */
.search-wrapper .search-box, .search-wrapper .close-icon, .search-wrapper {
    position: relative;
}

.search-wrapper .close-icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    top: 0px;
    right: 0px;
    position: absolute;
}
.search-wrapper .close-icon:after {
    content: "X";
    color: gray;
    font-weight: bold;
    font-size: 12px;
}

.program .search-wrapper input, .program .search-wrapper select {
    background-color: #f3eec9;
}

.display-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

a.btn-list-row-delete {
    padding:0;
    height:14px;
    line-height: 1 !important;
}
a.btn-list-row-delete > i {
    padding-left:2px;
    padding-right:2px;
    font-size:8pt;
}
.layout-pagination {
    border-top:1px solid lightgrey;
    width:100%;
    position: fixed;
    bottom: 0px;
    left:0px;
    padding: 5px 0px 0px 0px;
    background-color:rgba(255, 255, 255, 0.9);
    z-index: 999;
}
.pagination {
    margin: 5px 0px 0px 0px;
}

 table.table-pay-items-income>tbody>tr>td,
 table.table-pay-items-income>tbody>tr>th,
 table.table-pay-items-income>tfoot>tr>th,
 table.table-pay-items-deduct>tbody>tr>td,
 table.table-pay-items-deduct>tbody>tr>th,
 table.table-pay-items-deduct>tfoot>tr>th,
 table.table-pay-items-etc>tbody>tr>td,
 table.table-pay-items-etc>tbody>tr>th,
 table.table-pay-items-etc>tfoot>tr>th {
     padding:0;
     margin:0;
 }
table.table-pay-items-income input,
table.table-pay-items-deduct input,
table.table-pay-items-etc input {
    padding:0;
    margin:0;
    border:1px solid #aaaaaa;
    border-radius: 0;
}
table.table-pay-items-income input:focus,
table.table-pay-items-deduct input:focus,
table.table-pay-items-etc input:focus {
    padding:0;
    margin:0;
    border:0;
    border:1px solid #666666;
    border-radius: 0;
}

.program .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.program .btn-circle.active {
    background-color: gray !important;
    border-color: black;
}
.program .btn-circle i {
    padding:0px;
    line-height: 17px;
    color:white;
}
.program .btn-help {
    margin-top: -38px;
    right:26px;
    position: absolute;
}
.program .panel-body .nav-tabs {
    display: none;
}
.program .panel-body .tab-content {
    padding:0;
}
.program .panel-body .tab-content .tab-pane {
    display: none;
    padding:10px;
}
.program .panel-default {
    border-color: #000;
}
/*
.program a.btn-list-row-delete {
    position: absolute;
    left: -5px;
    margin-top: -25px;
}
*/
a.btn-list-row-create {
    padding: 0;
    height: 14px;
    line-height: 1 !important;
}
a.btn-list-row-create > i {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 8pt;
}
.program .row-updown {
    float:right;
}
.program a.btn-list-row-up {
    border:none;
    background-color: #666666;
    margin:0;
    padding:0 2px;
}
.program a.btn-list-row-down {
    border:none;
    background-color: #666666;
    margin:0;
    padding:0 2px;
}
.tooltip {
    white-space: nowrap;
}
.program .ui-state-highlight {
    height: 100px;
    background-color: #ffecea;
}
.program textarea:not([value='']):not(disabled):not([readonly]):not([disabled=disabled]):not([readonly=readonly]),
.program input:not([value='']):not(disabled):not([readonly]):not([disabled=disabled]):not([readonly=readonly]) {
    background-color: #dff0d8;
}


.program textarea[value='']:not(disabled):not([readonly]):not([disabled=disabled]):not([readonly=readonly]),
.program input[value='']:not(disabled):not([readonly]):not([disabled=disabled]):not([readonly=readonly]) {
    background-color: #e2ebff;
}

.program .program-doc {
    border-color: #d6e9c6;
}

.program .program-doc .panel-body {
    padding:5px;
}

.program .program-doc .panel-heading {
    background-color: #dff0d8;
}

.program .program-doc .program-doc-item {
    padding:0px 0px 5px 10px;
    font-size: 14px;
}

.side-nav {
    position: relative;
    height:100%;
    /*background-image: linear-gradient(to bottom, rgba(83,50,82,0.3) 0%,rgba(83,50,82,0.3) 100%), url('/resources/default/images/home/top-bg.jpg');*/
    /*background: #2e2926;*/
    background-position: center top;
    border-radius:5px;
}

div.side-nav ul {
    border:1px solid #eeeeee !important;
}

div.side-nav ul>li>a {
    /*color: white;*/
    font-size:14px;
}
div.side-nav ul.list-group-bordered>li>a {
    padding-left:20px;
}
div.side-nav li.list-group-item {
    padding: 0px;
}
body div.side-nav ul.list-group-bordered>li.active>a {
    color: #b63cb1 !important;
    font-weight: bold;
}
body .inews-content-inner h3>a,
body div.side-nav ul>li:hover>a,
body div.side-nav ul>li.active>a,
body .pagination.pagination-simple>li.active>a,
body div.side-nav ul.list-group-bordered>li>a:hover,
body section .theme-color {
    color: #b63cb1 !important;
}
body div.side-nav ul.list-group-bordered>li>a:focus,
body div.side-nav ul.list-group-bordered>li>a:hover {
    /*color: #fff !important;*/
    font-weight: bold;
}
.list-group {
    padding: 0px 10px;
}
div.side-nav ul>li>ul {
    padding: 0px 10px;
    border: 1px solid #cccccc !important;
}
div.side-nav ul.list-group-noicon>li:before,
div.side-nav ul.list-group-noicon>li ul>li:before {
    content: '';
    display: none;
}
body div.side-nav ul>li.active > a {
    /*color: #c1edff !important;*/
    font-weight: bold;
}
body div.side-nav ul>li>ul>li a:focus, body div.side-nav ul>li>ul>li a:hover {
    /*color: #fff !important;*/
    font-weight: bold;
}
body div.side-nav ul.list-group-bordered>li>a {
    border-bottom: 0;
}
div.side-nav-head {
    text-align: center;
    padding:10px 0px;
    /*border-bottom: 1px solid gray;*/
    background-repeat: no-repeat;
    background-color: #693f63;
    background-image: url(/resources/images/subtit_bg.jpg);
    background-position: right
}
div.side-nav .side-nav-head h4 {
    color:white;
    font-size:22px;
}
div.side-nav ul>li>a.dropdown-toggle:before {
    /*color: white;*/
}

.lawself {
}
.lawself table td {
    font-size:14px !important;
    line-height: 26px !important;
}

.lawself > table:first-child font {
    font-size:16px !important;
    line-height: 25px !important;
    font-family: 'Nanum Gothic', 'Malgun Gothic', Dotum, Gulim !important;
}

.lawself table {
    width: 100% !important;
    margin-bottom: 0px !important;
}

.lawself > table {
    background-color: white !important;
}
.lawself > table:nth-child(2) {
    border:1px solid #cccccc;
}
.lawself > table:nth-child(2) > tbody > tr > td {
    padding:10px;
}

.lawself > table:first-child > tbody > tr:first-child {
    background: #533252 !important;
    padding:10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.lawself > table:first-child > tbody > tr:first-child > td {
    background: transparent !important;
    padding:10px !important;
    padding: 10px;
}
.lawself > table:first-child > tbody > tr:first-child > td, .lawself > table:first-child > tbody > tr:first-child > td td {
    background: transparent !important;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 100px;
    text-align: center;
    padding-top: 40px;
    background-color:rgba(255, 255, 255, 0.5);
}
div.dataTables_wrapper div.dataTables_processing:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f013";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font-size:30px;
    margin-right:10px;
    line-height:20px;
    vertical-align: middle;
}
.input input:focus, .select select:focus, .textarea textarea:focus, .radio input:focus + i, .checkbox input:focus + i, .toggle input:focus + i {
    border-color: rgba(255, 87, 87, 0.6);
}

.visual_slide{width: 100%}
.visual_btn_wrap{width: 1200px; margin: 0 auto;}
.visual_btn{position: absolute; top: 240px;}
.visual_btn ul li{float: left; margin-right: 20px;list-style-type: none;}

.visual_slide ul li h2{color: #fff; font-size: 2em; font-weight: 300; font-family: 'Nanum Myeongjo', serif !important;}
.visual_slide ul li h1{color: #fff; font-size: 4.5em; margin-top: 20px; line-height: 1.3em; letter-spacing: -0.03em}
.visual_slide ul li h1 span{font-size:1.5em; color:white; }
.visual_txt{width: 1200px; margin: 0 auto; padding-top: 120px;}

/* contents */
.contents_wrap{width: 1200px; margin: 50px auto}
.contents_wrap:after{display:block;visibility:hidden;clear:both;content:""}
.notice{width: 100%; }
.notice-right-line{ border-right: 1px solid #eee; }
.notice ul li{list-style-type: none;}
.notice ul li:first-child{margin-top: 10px;}
.notice ul li:last-child{clear:both;padding-top:10px;width:100%}
.notice ul a:active{color:black;}
.notice ul li p{color: #333; line-height: 1.6em;width:100%}
.notice ul li p a{ display: inline-block;width:calc(100% - 70px); overflow: hidden;  text-overflow: ellipsis; white-space: nowrap; }
.notice ul li h1{float:left;color:#333; font-size: 2em}
.notice ul li h3{float:right;color: #999; margin-top:10px;font-size: 0.9em; }
.notice ul li span{float: right; font-size:9pt;}
.contact{ text-align: center;}
/* //contents */

@media only screen and (max-width: 768px) {
    .notice {
        width: 100%;
    }
    .notice ul li,.notice ul li:last-child {
        width: 100%;
    }
    .visual_btn ul li:first-child {
        margin-top:4px !important;
    }
}

@media screen and (max-width: 991px) {
    .visual_btn{position: absolute; top: 200px;}
    .visual_btn ul li a img { width: 70%; height: 70%; }
    .visual_slide{ height: 450px !important; }
    .notice{ border-right: none;}
    .contact img { margin-top: 30px; }
}

@media screen and (min-width: 1200px) {
    .visual_btn_right { position: absolute; left: 1000px; bottom: 100px; }
    .visual_kakao_btn { position: absolute; right: 0; top: 320px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visual_btn_right{position: absolute; bottom: 120px; left: 800px; }
    .visual_kakao_btn { position: absolute; right: 0; top: 220px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visual_btn_right{position: absolute; bottom: 50px; left: 520px; }
    .visual_kakao_btn { position: absolute; right: 0; top: 200px; }
}

@media screen and (max-width: 767px) {
    .visual_slide{ height: 320px !important; }
    .visual_slide ul li h2{ font-size: 14px; }
    .visual_slide ul li h1{ font-size: 25px; margin-top: 20px; line-height: 1.3em; letter-spacing: -0.03em }
    .visual_slide ul li h1 span{font-size:30px; color:white; }
    .visual_btn{position: absolute; top: 150px;}
    .visual_btn ul { padding-left: 5px;}
    .visual_btn ul li{ margin-right: -25px; }
    .notice ul li{float: none; }
    .notice ul li:first-child { margin-bottom: 20px; border-bottom: 1px solid #eee; }
    .visual_btn ul li a img { width: 50%; height: 50%; }
    .visual_btn_right{position: absolute; top: 50px; left: 230px;}
    .visual_btn_right img { width: 500% !important; height: 500% !important; }
    .visual_kakao_btn { display: none; }
    .contact{ margin-top: 0px !important; }
    .contact img { margin-top: 0px; }
    .contact_kakao { text-align: center;}
}


.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color:#cccccc;
}


@media only screen and (max-width: 767px) {
    div.side-nav .side-nav-head {
        height: auto;
        margin-bottom: 0px;
        background-color:#693f63;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        color: white;
    }
    .margin-bottom-60 {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 992px) {
    #topMain li.hidden-sm, #topMain li.hidden-xs {
        display: none !important;
    }
}

.btn-desc {
    background-color: #e5d8ff;
    border:1px solid #aa58ff;
    border-radius: 3px;
    padding:2px 3px;
    white-space: nowrap;
}
.tooltip {
    font-size:8pt;
}
.text-mute {
    color: #777;
}
.tooltip-inner {
    max-width: 300px;
}