@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Roboto', 'NanumSquare', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    word-break: keep-all;
    background-color: #f9f9f9;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #222;
    -webkit-transition: background-color .5s ease, color .5s ease;
    transition: background-color .5s ease, color .5s ease;
}

a:hover, a:link, a:visited {
    text-decoration: none;
}

a.btn {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

p {
    line-height: 1.4em;
}

small {
    font-size: .8em;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1em;
    }

    h6 {
        font-size: .9em;
    }

    p {
        font-size: .9em;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: .98em;
    }

    h6 {
        font-size: .9em;
    }

    p {
        font-size: .9em;
    }
}

@media only screen and (max-width: 414px) {
    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.1em;
    }

    h4 {
        font-size: 1em;
    }

    h5 {
        font-size: .9em;
    }

    h6 {
        font-size: .85em;
    }

    p {
        font-size: .85em;
    }
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    color: #ccc;
}

sup, sub {
    font-size: .5em;
}

strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

input[type="password"] {
    font-family: sans-serif;
}


/* pace */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* wrap */
.weight-700 {
    font-weight: 700 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-100 {
    font-weight: 100 !important;
}

.radius {
    border-radius: 5px;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(50, 50, 50, .2);
}

.overflow-hidden {
    overflow: hidden;
}

.block {
    display: block;
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative;
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.empty-td {
    padding: 30px!important;
    text-align: center;
}

.valign90 {
    position: relative;
    display: block;
    top: 90%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}

.valign80 {
    position: relative;
    display: block;
    top: 80%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

.valign70 {
    position: relative;
    display: block;
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}

.valign50 {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.valign30 {
    position: relative;
    display: block;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.height-100 {
    height: 100vh;
}

.height-50 {
    height: 50vh;
}

.height-40 {
    height: 40vh;
}

.height-30 {
    height: 30vh;
}

.height-25 {
    height: 25vh;
}

.height-20 {
    height: 20vh;
}

.height-10 {
    height: 10vh;
}

.bg-photo {
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-photo-parallax {
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
}

.bg-photo-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.bg-photo-overlay-gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%)
}

.pad-top {
    padding-top: 30px;
}

.pad-top-double {
    padding-top: 60px;
}

.pad-top-half {
    padding-top: 15px;
}

.pad-bottom {
    padding-bottom: 30px;
}

.pad-bottom-double {
    padding-bottom: 60px;
}

.pad-bottom-half {
    padding-bottom: 15px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-center .img-responsive {
    display: inline-block;
}


/* color-set */
.text-1 {
    color: #031634;
}

.text-2 {
    color: #033649;
}

.text-3 {
    color: #036564;
}

.text-4 {
    color: #cdb380;
}

.text-5 {
    color: #e8ddcb;
}

.text-cpp {
    color: #55ccff;
}

.text-bright-blue {
    color: #009cff;
}

.text-limey {
    color: #d1e751;
}

.text-white {
    color: #fff;
}

.text-white a:link,
.text-white a:visited {
    color: #fff;
}

.text-white a:hover {
    color: rgba(255, 255, 255, .7);
}

.text-black {
    color: #000;
}

.text-offwhite {
    background-color: #f0f4f7;
}

.text-gray {
    color: #c5c5c4;
}

.text-red {
    color: #d9534f;
}

.bg-1 {
    background-color: #031634;
}

.bg-2 {
    background-color: #033649;
}

.bg-3 {
    background-color: #036564;
}

.bg-4 {
    background-color: #cdb380;
}

.bg-5 {
    background-color: #e8ddcb;
}

.bg-cpp {
    background-color: #55ccff;
}

.bg-bright-blue {
    background-color: #009cff;
}

.bg-limey {
    background-color: #d1e751;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-offwhite {
    background-color: #f0f4f7;
}

.bg-gray {
    background-color: #e2e2e2;
}

.bg-login {
    background-color: #30355b;
}

.bg-primary {
    background-color: #2b365e;
}

.bg-offprimary {
    background-color: #345d88;
}

.bg-warning {
    background-color: #fcb119;
}

.bg-danger {
    background-color: #d9534f;
}

.bg-success {
    background-color: #34b3ba;
}

.bg-info {
    background-color: #03a9f4;
}

.text-primary a {
    color: #2b365e;
}

.form-group .checkbox label.text-primary, .form-group .radio label.text-primary, .form-group label.text-primary {
    color: #30355b;
}
.form-control.text-primary {
    color: #30355b;
}
.form-group.is-focused .togglebutton label.text-primary {
    color: rgba(48,53,91, .1);
}
.form-group.is-focused .togglebutton label.text-primary:hover,
.form-group.is-focused .togglebutton label.text-primary:focus {
    color: rgba(48,53,91, .1);
}
.form-group.is-focused label.text-primary,
.form-group.is-focused label.control-label.text-primary {
    color: #30355b;
}
.page-header {
    margin: 10px 0 20px 0;
}
.table {
    margin-bottom :0;
    border-bottom: 1px solid #eaeaea;
}
.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 !important;
    font-size: 13px;
    padding: 16px 8px;
    border-bottom: 1px solid #eaeaea;
}
.table>thead>tr>td, .table>thead>tr>th {
    background-color: #f5f5f5;
    border-top: 1px solid #d5d7d9 !important;
    border-bottom: 1px solid #d5d7d9;
}
.table.table-checkbox>tbody>tr>td, .table.table-checkbox>tbody>tr>th, .table.table-checkbox>tfoot>tr>td, .table.table-checkbox>tfoot>tr>th, .table.table-checkbox>thead>tr>td, .table.table-checkbox>thead>tr>th {
    padding: 2px 8px;
}
.table>thead>tr.bg-offprimary>td, .table>thead>tr.bg-offprimary>th {
    background-color: #345d88;
    color: #fff;
}
.table>thead>tr.bg-warning>td, .table>thead>tr.bg-warning>th {
    background-color: #fcb119;
    color: #fff;
}
.table>thead>tr.bg-success>td, .table>thead>tr.bg-success>th {
    background-color: #34b3ba;
    color: #fff;
}
.table>thead>tr.bg-info>td, .table>thead>tr.bg-info>th {
    background-color: #03a9f4;
    color: #fff;
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: 0 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#30355b), to(#30355b)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#30355b, #30355b), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#30355b, #30355b), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#30355b, #30355b), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: transparent;
    border: 0 !important;
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#30355b), to(#30355b)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#30355b, #30355b), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#30355b, #30355b), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#30355b, #30355b), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        margin-bottom: 0;
    }
}
.pagination {
    margin: 10px 1px;
}
.btn-group-vertical.btn-group-raised, .btn-group.btn-group-raised {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.list-search-form {
    overflow: hidden;
    position: fixed;
    width: 0;
    height: 0;
    top: 250px;
    left: 247px;
    border-radius: 100%;
    background-color: rgba(43, 54, 94, 0.9);
    -webkit-transition-duration: .5s;
    -webkit-transition-property: width, height, top, left, border-radius, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-duration: .5s;
    transition-property: width, height, top, left, border-radius, transform;
    transition-timing-function: ease;
    z-index: 1000;
}
.list-search-form.doing {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list-search-form .input-group {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.list-search-form.doing .input-group {
    width: 100%;
    overflow: hidden;
    opacity: 0;
}
.list-search-form .form-group.form-group-sm {
    margin: 0;
}
.list-search-form .close {
    position: absolute;
    top: 30px;
    right: 10px;
    zoom: 3;
}
.list-search-form .close a {
    color: #fff;
}
.list-search-form input,
.list-search-form select {
    color: #fff;
    zoom: 3;
}
.list-search-form input {
    min-width: 200px;
}
@media only screen and (max-width: 991px) {
    .list-search-form .form-group {
        padding: 0 20px;
    }
    .list-search-form .close {
        zoom: 2;
    }
    .list-search-form input,
    .list-search-form select {
        zoom: 2;
    }
}
@media only screen and (max-width: 414px) {
    .list-search-form .close {
        zoom: 1;
    }
    .list-search-form input,
    .list-search-form select {
        zoom: 1;
    }
}
.map-dp {
    padding: 10px;
}
.marker {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
/* login */
#login {
    margin: 0 auto;
    max-width: 800px;
    background-color: #dadada;
    box-shadow: -30px 40px 100px 0px rgba(0, 0, 0, .7)
}
#login h1 {
    padding-bottom: 40px;
}
#login .btn-lg {
    padding: 20px 0;
}
#login > div {
    width: 50%;
}
#login > .pull-right {
    padding: 90px 60px;
}
/* header */

#header {
    overflow: hidden;
    background-color: #2b365e;
}

.webview #header {
    padding-top: 20px;
    height: 68px;
}

#header .gnb-trigger {
    display: none;
    position: absolute;
    top: 0;
    left: 48px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: top .6s ease, left .6s ease .6s;
    transition: top .6s ease, left .6s ease .6s;
}
#header.sub .gnb-trigger {
    left: 100%;
}
#header .back-trigger {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .6s ease .6s;
    transition: transform .6s ease .6s;
}
#header.sub .back-trigger {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
#header .logo {
    position: relative;
    display: inline-block;
    padding: 8px;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: padding .6s ease, font-size .6s ease, left .6s ease, -webkit-transform .6s ease;
    transition: padding .6s ease, font-size .6s ease, left .6s ease, transform .6s ease;
}
#header .logo img {
    width: 50%;
}
#header .gnb {
    position: absolute;
    top: 0;
    right: 0;
}
#header .gnb-list > li {
    position: relative;
    float: left;
}
#header .gnb-list > li > a {
    display: block;
    width: 100%;
    padding: 22.5px 30px;
    font-weight: 100;
    font-size: 14px;
}
#header .gnb-list > li .snb-list {
    position: fixed;
    left: 0;
    background-color: #fff;
    padding: 10px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
#header .gnb-list > li:hover .snb-list {
    display: block;
    z-index: 1;
    opacity: 1;
}
#header .snb-list > li {
    padding: 10px;
}
#header .snb-list > li > a {
    color: #30355b;
}
#header .gnb-list:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 92px;
    height: 40px;
    border-bottom: 3px solid #fcb119;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: left .5s ease, width .5s ease;
    transition: left .5s ease, width .5s ease;
}
#tnb {
    display: none;
}
@media only screen and (min-width: 992px) {
    #header.top .logo {
        padding: 25px 0;
    }
    #header.top .gnb {
        top: 16px;
    }
    #header.top .gnb-list:before {
        border: 3px solid #fcb119;
    }
    #header .gnb-list.chart:before {
        left: 0px;
        opacity: 1;
    }
    #header .gnb-list.history:before,
    #header .gnb-list.pump:before,
    #header .gnb-list.patient:before {
        left: 91px;
        opacity: 1;
    }
    #header .gnb-list.treatment:before {
        left: 182px;
        opacity: 1;
    }
    #header .gnb-list.user:before {
        left: 280px;
        opacity: 1;
    }
    #header .gnb-list.hospital:before {
        left: 378px;
        opacity: 1;
    }
    #header .gnb-list > li > a {
        padding: 21.5px 30px;
        font-size: 17px;
    }
    /* tnb */
    .top #tnb {
        display: block;
        height: 40px;
    }
    .top #tnb .tnb-list {
        position: absolute;
        top: 0;
        right: 0;
    }
    .top #tnb .tnb-list li {
        position: relative;
        float: left;
        margin-left: 17px;
    }
    .top #tnb .tnb-list li:after {
        content: '';
        position: absolute;
        top: 17px;
        right: -10px;
        width: 3px;
        height: 3px;
        background-color: #486e93;
        border-radius: 1px;
    }
    .top #tnb .tnb-list li:last-child:after {
        display: none;
    }
    .top #tnb .tnb-list a {
        font-size: 12px;
        display: inline-block;
        padding: 12px 0;
        color: #325d88;
    }
}
@media only screen and (max-width: 991px) {
    #header {
        height: 48px;
    }
    #header .logo img {
        width: 140px;
    }
    #header.gnb-on {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #header .gnb-trigger {
        display: block;
    }
    #header .gnb-trigger a,
    #header .back-trigger a {
        position: relative;
        display: inline-block;
        width: 48px;
        height: 48px;
    }
    #header .gnb-trigger a:before,
    #header .gnb-trigger a:after,
    #header .back-trigger a:before,
    #header .back-trigger a:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 1px;
        top: 20px;
        left: 15px;
        background-color: #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: width .6s ease-in-out, top .6s ease-in-out, left .6s ease-in-out, -webkit-transform .6s ease-in-out;
        transition: width .6s ease-in-out, top .6s ease-in-out, left .6s ease-in-out, transform .6s ease-in-out;
    }
    #header .gnb-trigger a:hover:before,
    #header .gnb-trigger a:hover:after,
    #header .back-trigger a:hover:before,
    #header .back-trigger a:hover:after {
        background-color: rgba(255, 255, 255, .7);
    }
    #header .gnb-trigger a:after,
    #header .back-trigger a:after {
        top: 27px;
    }
    #header.gnb-on .gnb-trigger a:before {
        top: 23.5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #header.gnb-on .gnb-trigger a:after {
        top: 23.5px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    #header.sub .back-trigger a:before,
    #header.sub .back-trigger a:after {
        width: 11px;
    }
    #header.sub .back-trigger a:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #header.sub .back-trigger a:after {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #header.back .back-trigger a:before,
    #header.back .back-trigger a:after {
        top: 23.5px;
        left: 0;
        width: 0;
    }

    #header .logo {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #header .gnb {
        position: relative;
        top: 20px;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    #header .gnb-list {
        overflow-x: hidden;
        overflow-y: auto;
    }
    #header .gnb-list > li {
        float: none;
        margin: -10px;
        border-bottom: 1px solid rgba(255, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: margin .4s ease-in-out, opacity .5s ease, -webkit-transform .4s ease;
        transition: margin .4s ease-in-out, opacity .5s ease, transform .4s ease;
    }
    #header .gnb-list > li:nth-child(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #header .gnb-list > li:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }
    #header .gnb-list > li:nth-child(3) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    #header .gnb-list > li:nth-child(4) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    #header .gnb-list > li:nth-child(5) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    #header .gnb-list > li:nth-child(6) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }
    #header.gnb-on .gnb-list > li {
        margin: 0 48px;
        opacity: 1;
    }
    #header .gnb-list > li.going {
        opacity: 1;
        margin: 30px;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #tnb {
        display: none;
    }
}
/* container */
#container {
    min-height: 800px;
    -webkit-transition: padding-top .5s ease;
    transition: padding-top .5s ease;
}
#container > .old {
    position: absolute;
    width: 100%;
    animation-delay: .6s;
}
#container .container > .well {
    padding: 15px 30px;
}

@media only screen and (max-width: 991px) {
    #container > .new {
        animation-delay: .3s;
    }
    #container.back > .new {
        animation-delay: 0s;
    }
    #container > .container {
        padding: 0px;
    }
    #container .container > .well {
        padding: 15px;
    }
}

/* main */
#main {
    padding-top: 30px;
}
#main h6 {
    position: relative;
    font-weight: 400;
    padding-bottom: 10px;
}
#main h6 .plus {
    position: absolute;
    right: 10px;
}
#main .user-info {
    min-height: 256px;
    border: 1px solid #e0e1e2;
    background-color: #f3f6f7;
}
#main .user-content {
    padding: 30px 35px;
}
#main .user-info p {
    line-height: 1.8em;
}
#main .user-info .mb-name {
    font-size: 1.3em;
}

#main .user-nav {
    width: 100%;
    border-top: 1px solid #e0e1e2;
}
#main .user-nav li {
    float: left;
    width: 33.3%;
    border-right: 1px solid #e0e1e2;
}
#main .user-nav li:last-child {
    border-right: none;
}
#main .user-nav li a {
    display: inline-block;
    padding: 20px;
}
#main .user-nav li a i {
    font-size: 1.2em;
}
#main .user-nav li a p {
    font-size: .8em;
    font-weight: 700;
}
#main .chart {
    border: 1px solid #e0e1e2;
    background-color: #fff;
}
/* footer */
#footer {
    font-size: 10px;
    padding: 36px;
}
#chartdiv {
    width: 100%;
    height: 500px;
}
