@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR|Raleway&display=swap');

/* 
Blue Light: bcdeeb;
Blue 1: 639ec8;
Blue 2: 46a5c8;
*/

.toggletip-bubble {
    width: 20em;
    padding: 0.5rem;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

@media only screen and (max-width: 767px) {
    .toggletip-bubble {
        left: 25% !important;
    }
}

.tooltip-button {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 0;
    background: #000;
    font-family: serif;
    font-weight: bold;
    color: #fff;
}

.tooltip-button:focus,
.tooltip-button:hover {
    outline: none;
    box-shadow: 0 0 0 0.25rem skyBlue;
}

.buorg {
    top: auto !important;
    bottom: 0;
}

.mark, mark {
    background: #87c4db !important;
    border-radius: 2px;
    color: #fff !important;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    margin-top: 0 !important;
}

::-moz-selection {
    background: #46a5c8;
    text-shadow: none
}

::selection {
    background: #46a5c8;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tmFillFull {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tmFillFull {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

html {
    overflow: hidden;
    overflow-y: auto
}

body {
    overflow: hidden !important;
    font-size: 15px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Sans KR', sans-serif;
    color: #777;
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #777
}

:-moz-placeholder {
    color: #777
}

::-moz-placeholder {
    color: #777
}

:-ms-input-placeholder {
    color: #777
}

address,
blockquote,
caption,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
table,
ul {
    margin: 0;
    margin-bottom: 15px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    color: #111
}

.h1,
h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700
}

.h2,
h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700
}

.h3,
h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600
}

.h4,
h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600
}

.h5,
h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.h6,
h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .h1,
    h1 {
        font-size: 32px;
        line-height: 44px
    }

    .h2,
    h2 {
        font-size: 30px;
        line-height: 40px
    }

    .h3,
    h3 {
        font-size: 24px;
        line-height: 38px
    }
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 30px;
        line-height: 42px
    }

    .h2,
    h2 {
        font-size: 28px;
        line-height: 38px
    }

    .h3,
    h3 {
        font-size: 24px;
        line-height: 38px
    }

    .h4,
    h4 {
        font-size: 20px;
        line-height: 32px
    }

    .h5,
    h5 {
        font-size: 18px;
        line-height: 28px
    }

    .h6,
    h6 {
        font-size: 16px;
        line-height: 26px
    }
}

::-moz-selection {
    background: #46a5c8;
    color: #fff
}

::-ms-selection {
    background: #46a5c8;
    color: #fff
}

::-o-selection {
    background: #46a5c8;
    color: #fff
}

::selection {
    background: #46a5c8;
    color: #fff
}

a {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

a:visited {
    color: inherit
}

button {
    cursor: pointer
}

button,
input,
select,
textarea {
    background: 0 0;
    border: 1px solid #ebebeb;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #777;
    font-family: 'Noto Sans KR', sans-serif
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777
}

button:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777
}

button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777
}

button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0;
    border-color: #46a5c8
}

input,
select,
textarea {
    width: 100%;
    color: 15px;
    vertical-align: middle
}

button,
input,
select {
    height: 50px;
    padding: 0 15px
}

@media only screen and (max-width:767px) {

    button,
    input,
    select {
        height: 44px
    }
}

textarea {
    padding: 10px 15px
}

blockquote {
    border-left: 5px solid #46a5c8;
    font-size: 18px;
    line-height: 27px;
    padding: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    overflow: hidden
}

blockquote p {
    margin-bottom: 10px;
    font-style: italic
}

blockquote footer {
    font-size: 14px
}

blockquote footer a {
    color: #46a5c8
}

blockquote footer a:hover {
    color: #46a5c8
}

@media only screen and (max-width:767px) {
    blockquote {
        font-size: 16px;
        line-height: 25px;
        padding: 20px
    }
}

div.checkbox input[type=checkbox],
div.radio input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 30px;
    margin: -2px 5px 0 0;
}

div.checkbox {
    background: #ebf0f5;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
    line-height: 30px;
}

div.checkbox label {
    margin: 0;
    display: block;
}

.hidden {
    display: none
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.sorted-desc span,
.sorted-asc span {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
}


.sorted-asc span {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0;
    border-bottom: 5px solid #fff;
}

#theTable th {
    position: relative;
}

.btn-default.btn {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #46a5c8;
    color: #fff !important;
    padding: 0 20px;
    margin: 10px auto;
    display: inline-block;
}

.btn-default:hover {
    background: #2b728c;
}

.btn-group .btn {
    margin-right: 1px !important;
    border-right: 1px solid #fff;
}

.btn-group .btn.btn-primary {
    background: #36304a !important;
    border-radius: 30px 30px 0 0 !important;
    border: 0;
}

.page-label {
    background: #ebebeb;
    padding: 10px 15px;
    font-style: italic;
    margin-top: 15px;
    top: 20px;
    position: relative;
    border-radius: 4px;
}

.sortable .row .col-md-6 {
    width: 100% !important;
    flex: auto;
    max-width: 100%;
    text-align: center !important;
    margin: 0 0 50px !important;
    padding: 0 !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.color-theme {
    color: #46a5c8
}

.color-secondary {
    color: #13788a
}

.color-dark {
    color: #111
}

.colog-grey {
    color: #f9fafc
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.bg-theme {
    background-color: #46a5c8
}

.bg-secondary {
    background-color: #13788a !important
}

.bg-grey {
    background-color: #f9fafc
}

.bg-dark {
    background-color: #111 !important
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff !important
}

.bg-header {
    background: url('../img/bg-header.jpg') top center no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-footer {
    background: url('../img/bg-footer.jpg') top center no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
}

body.form-page .bg-header {
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-header--inner {
    background: rgba(0, 0, 0, 0.6);
}

.bg-header--inner.alt {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 200px;
    padding-bottom: 100px;
}

.bg-footer--inner {
    background: rgba(0, 0, 0, 0.7);
}

.bg-footer--inner.alt {
    background: rgba(0, 0, 0, 0.9);
}

body.form-page .bg-footer--inner,
body.form-page .bg-footer--inner.alt {
    background: rgba(0, 0, 0, 0.9);
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-underline {
    font-style: underline
}

.body-font {
    font-family: 'Noto Sans KR', sans-serif
}

.heading-font {
    font-family: Raleway, sans-serif
}

.ms-fullscreen {
    min-height: 100vh;
    width: 100%
}

.slick-slide:active,
.slick-slide:focus {
    outline: 0
}

.slick-slide.slick-active:active,
.slick-slide.slick-active:focus,
.slick-slide.slick-current:active,
.slick-slide.slick-current:focus {
    outline: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 50px
}

.ms-padding-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.ms-padding-section-top {
    padding-top: 80px
}

.ms-padding-section-bottom {
    padding-bottom: 80px
}

.ms-padding-section-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

.ms-padding-section-sm-top {
    padding-top: 60px
}

.ms-padding-section-sm-bottom {
    padding-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ms-padding-section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .ms-padding-section-top {
        padding-top: 80px
    }

    .ms-padding-section-bottom {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .ms-padding-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ms-padding-section-top {
        padding-top: 50px
    }

    .ms-padding-section-bottom {
        padding-bottom: 50px
    }

    .bg-header {
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: 100px !important;
    }

    .bg-footer {
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

.mt-30-reverse {
    margin-top: -30px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.mt-40-reverse {
    margin-top: -40px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.mt-50-reverse {
    margin-top: -50px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

#back-top-top {
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: #46a5c8;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #46a5c8;
    -webkit-animation: slideInRight .4s ease-in-out 1 both;
    animation: slideInRight .4s ease-in-out 1 both;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    z-index: 3000000;
}

#back-top-top i {
    line-height: 43px
}

@media only screen and (max-width:767px) {
    #back-top-top {
        display: none
    }
}

.form-messages {
    margin-bottom: 0;
    text-align: center
}

.form-messages.error {
    margin-top: 20px;
    color: #f80707
}

.form-messages.success {
    margin-top: 20px;
    color: #0d8d2d
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:575px) {
    .container {
        max-width: 440px
    }
}

.ms-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    background: #272635;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.ms-preloader-logo {
    text-align: center
}

.ms-preloader-logo img {
    width: 350px;
}

.ms-preloader-progress {
    display: block;
    height: 3px;
    width: 100%;
    background: #77768e;
    margin-top: 30px;
    position: relative;
    overflow: hidden
}

.ms-preloader-text {
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
    font-style: italic;
    letter-spacing: 0.5px;
}

.ms-preloader-progress::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #46a5c8;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: tmFillFull 4s linear 0s 1 both;
    animation: tmFillFull 4s linear 0s 1 both
}

.ms-section {
    position: relative;
    z-index: 1
}

.ms-autoflex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ms-autoflex .col {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    width: auto
}

.ms-scrollanim {
    opacity: 0
}

.ms-scrollanim.scrollanim-action {
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 forwards;
    animation: fadeIn 1s ease-in-out 0s 1 forwards
}


.ms-header {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 99
}

.ms-header-toparea {
    border-bottom: 1px solid #ebebeb;
    background: #111;
    color: #fff
}

.ms-header-info {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0
}

.ms-header-info li {
    display: inline-block;
    margin-right: 30px;
    list-style: none;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    vertical-align: middle
}

#tpl-footer-contact .ms-header-info li {
    display: block;
    text-align: left;
}

.ms-header-info li i {
    margin-right: 8px;
    font-size: 16px;
    line-height: 1;
    vertical-align: text-bottom;
    position: relative;
    top: -5px;
    color: #639ec8;
}

.ms-header-info li a {
    display: inline-block;
    color: #fff;
    vertical-align: middle
}

.ms-header-info li a:hover {
    color: #46a5c8
}

.ms-header-icons {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    padding: 10px 0
}

.ms-header-icons li {
    list-style: none;
    display: inline-block;
    padding: 0 12px
}

.ms-header-icons li:not(:last-child) {
    border-right: 1px solid #555
}

.ms-header-icons li:last-child {
    padding-right: 0;
}

.ms-header-icons li a,
.ms-header-icons li button {
    display: inline-block;
    padding: 0;
    border: 0;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    height: auto;
    padding: 3px
}

.ms-header-icons li a i {
    margin-right: 10px;
    color: #46a5c8;
}

.ms-header-icons li a:hover,
.ms-header-icons li button:hover {
    color: #46a5c8
}

.ms-header-inner {
    padding: 11px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: relative
}

.ms-header-logo {
    margin-right: 20px;
    position: relative;
    top: -1px;
}

.ms-header-logo img {
    max-height: 100%
}

.sg-header-logo {
    width: 200px;
    height: 54px;
    background: url(/img/sg-logo.png) center no-repeat;
    display: inline-block;
    background-size: 200px auto;
}

.ms-header-nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
}

.ms-header-bottomarea {
    background: #fff
}

.ms-header-bottominside {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ms-header-logo {
        height: 30px
    }

    .ms-header-info {
        text-align: center;
        border-bottom: 1px solid #555;
        padding: 10px 0
    }

    .ms-header-info li {
        margin: 0 15px
    }

    .ms-header-icons {
        text-align: center
    }
}

@media only screen and (max-width:767px) {

    .ms-header-toparea .col-lg-8.col-12 {
        display: none;
    }

    .ms-header-logo {
        height: 25px
    }

    .sg-header-logo {
        width: 160px;
        background-size: 100% auto;
    }

    .ms-header-info {
        text-align: center;
        border-bottom: 1px solid #555;
        padding: 10px 0
    }

    .ms-header-info li {
        margin: 0 15px
    }

    .ms-header-icons {
        text-align: center
    }

    .bg-header,
    .bg-footer {
        background-attachment: initial;
    }

}

.ms-header-sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.ms-header-sticky.is-sticky .ms-header-bottomarea {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-animation: slideInDown .5s ease-in-out 0s 1 both;
    animation: slideInDown .5s ease-in-out 0s 1 both;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 100
}

.ms-container.ms-mobilenav {
    position: absolute;
    top: 100%;
    width: 100%
}

.ms-container.ms-mobilenav .ms-bar {
    background: #0c1923;
    padding: 0 !important;
    min-height: 0 !important;
    z-index: 99;
    top: -80px;
}

.ms-mobilenav a.meanmenu-reveal {
    margin-top: -35px !important;
    text-indent: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 25px !important;
    height: 25px !important;
    line-height: 20px;
    color: #fff !important;
    font-size: 24px !important;
}

.ms-mobilenav .ms-nav {
    margin-top: 0;
    background: #46a5c8;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    width: 100%;
    margin-top: 0px !important;
    -webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, .15);
    box-shadow: 0 2px 10px rgba(34, 34, 34, .15);
    left: -15px !important;
    right: -15px !important;
    width: auto !important;

}

.ms-mobilenav .ms-nav>ul {
    max-height: none;
    overflow-y: auto;
    box-shadow: 0 100px 100px 50px rgba(0, 0, 0, 0.7);
}

.ms-mobilenav .ms-nav .hide-nav {
    position: absolute;
    bottom: 0;
    top: 100px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 2;
    display: none;
}

.ms-mobilenav .ms-nav>ul li a {
    padding: 7px 5%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    font-family: Raleway, sans-serif;
    text-transform: inherit
}

.ms-mobilenav .ms-nav>ul li a:hover {
    background: #fff;
    color: #46a5c8
}

html body .ms-container .ms-nav ul li {
    position: relative;
    z-index: 3;
}

html body .ms-container .ms-nav ul li a.ms-expand {
    padding: 0 !important;
    height: 41px;
    line-height: 41px;
    background: rgba(52, 165, 179, .7);
    color: #fff;
    margin-top: 0;
    line-height: 52px !important;
    height: 48px !important;
    padding: 0 !important;
    width: 48px !important;
    font-size: 30px !important;
}

.ms-mobilenav .ms-nav>ul li a.ms-expand:hover {
    background: rgba(255, 255, 255, .1)
}

.ms-mobilenav .ms-nav>ul li li a {
    opacity: 1
}

.ms-mobilenav .ms-nav>ul li ul li a {
    padding: 7px 10%
}

.ms-mobilenav .ms-nav>ul li ul ul li a {
    padding: 7px 15%
}

.ms-mobilenav .ms-nav>ul li ul ul ul li a {
    padding: 7px 20%
}

.ms-header-nav ul {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}

.ms-header-nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 18px;
    position: relative;
    z-index: 3;
}

.ms-header-nav ul li:first-child {
    margin-left: 0
}

.ms-header-nav ul li:last-child {
    margin-right: 0
}

.ms-header-nav ul li a {
    display: inline-block;
    padding: 15px 0;
    color: #111;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 16px
}

.ms-header-nav ul li.current>a,
.ms-header-nav ul li:hover>a {
    color: #46a5c8
}

.ms-header-nav .ms-header-nav-dropdown>a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    padding-left: 7px;
    vertical-align: middle
}

.ms-header-nav .ms-header-nav-dropdown ul {
    position: absolute;
    text-align: left;
    padding: 10px 0;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    border-top: 4px solid #46a5c8;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s
}

.ms-header-nav .ms-header-nav-dropdown ul li {
    display: block;
    padding: 0 15px;
    -webkit-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    margin: 0
}

.ms-header-nav .ms-header-nav-dropdown ul li a {
    padding: 6px 0;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #777
}

.ms-header-nav .ms-header-nav-dropdown ul li.has-child::after {
    content: "";
    clear: both;
    display: table
}

.ms-header-nav .ms-header-nav-dropdown ul li.has-child>a::after {
    content: "\f125";
    font-family: Ionicons;
    font-size: 12px;
    float: right
}

.ms-header-nav .ms-header-nav-dropdown ul li:hover>a {
    color: #46a5c8
}

.ms-header-nav .ms-header-nav-dropdown ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.ms-header-nav .ms-header-nav-dropdown>ul {
    left: 0;
    top: 100%
}

.ms-header-nav .ms-header-nav-dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 9
}

.ms-header-nav .ms-header-nav-dropdown.overflow-element ul {
    left: auto;
    right: 100%
}

.ms-header-nav .ms-header-nav-dropdown.overflow-element>ul {
    left: auto;
    right: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ms-header-nav ul li {
        margin: 0 11px
    }
}

.ms-main-title {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif
}

.ms-main-title a {
    color: #111
}

.ms-main-title a:hover {
    color: #46a5c8
}

.ms-main-content {
    margin-top: 25px
}

.ms-main-content blockquote {
    margin-top: 25px;
    margin-bottom: 25px
}

.ms-main-meta {
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 12px
}

.ms-main-meta li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px
}

.ms-main-meta li:not(:last-child) {
    margin-right: 15px
}

.ms-main-meta li i {
    color: #46a5c8;
    margin-right: 5px
}

.ms-main-meta li a {
    color: #777
}

.ms-main-meta li a:hover {
    color: #46a5c8
}

.ms-main-item .ms-main-title {
    font-size: 26px
}

.ms-main-item .ms-main-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ms-main-item .ms-main-title {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .ms-main-item .ms-main-title {
        font-size: 22px
    }
}

.ms-breadcrumb-area {
    background-position: center center
}

.ms-breadcrumb h2 {
    margin-top: -5px;
    color: #fff;
    font-weight: bold;
}

.ms-breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
    color: #fff;
    margin-bottom: -10px
}

.ms-breadcrumb ul li {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 500
}

.ms-breadcrumb ul li::after {
    content: '/';
    padding: 0 5px
}

.ms-breadcrumb ul li:last-child::after {
    display: none
}

.ms-breadcrumb ul li a {
    color: #111
}

.ms-breadcrumb ul li a:hover {
    color: #46a5c8
}

@media only screen and (max-width:767px) {
    .ms-breadcrumb ul li {
        font-size: 16px
    }
}

.w-item .w-title {
    font-weight: 600;
    position: relative;
    padding-bottom: 13px;
    margin-top: -5px;
    margin-bottom: 30px
}

.w-item .w-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 65px;
    background: #46a5c8
}

.w-item ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.ms-w-left-list ul li {
    border-bottom: 1px solid #eee;
    padding: 12px 0
}

.ms-w-left-list ul li:first-child {
    padding-top: 0
}

.ms-w-left-list ul li a {
    display: block;
    font-weight: 400;
    color: #777
}

.ms-w-left-list ul li a::after {
    content: "";
    clear: both;
    display: table
}

.ms-w-left-list ul li a span {
    float: right
}

.ms-w-left-list ul li a span::before {
    content: "("
}

.ms-w-left-list ul li a span::after {
    content: ")"
}

.ms-w-left-list ul li a:hover {
    color: #46a5c8
}

.ms-w-left-list ul li a.active {
    color: #46a5c8;
    font-weight: bold;
}

.ms-w-left-list ul li a i {
    color: #46a5c8;
    float: right;
}

.widget-info-logo {
    display: inline-block;
    margin-bottom: 40px;
    width: 180px;
    position: relative;
    top: -7px;
}

.widget-info ul {
    margin-top: 20px;
    font-size: 0
}

.widget-info ul li {
    display: inline-block;
    font-size: 18px
}

.widget-info ul li:not(:last-child) {
    margin-right: 10px
}

.widget-info ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #a3a3a3;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #777
}

.widget-info ul li a i {
    line-height: 37px
}

.widget-info ul li a:hover {
    background: #46a5c8;
    border-color: #46a5c8;
    color: #fff
}

.widget-links ul li {
    position: relative;
    float: left;
    padding-left: 0;
}

.widget-links ul li:not(:last-child) {
    margin-bottom: 20px
}

.widget-links ul li i {
    color: #46a5c8;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 22px
}

.widget-links ul li a {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #111;
    margin-bottom: 5px
}

.widget-links ul li a {
    color: #fff
}

.widget-links ul li a:hover {
    color: #46a5c8
}

.widget-links ul li i {
    font-size: 14px;
    color: #46a5c8;
    margin-right: 7px;
    position: relative;
    top: 0px;
}

.w-item-contact ul li {
    padding-left: 37px;
    position: relative
}

.w-item-contact ul li:not(:last-child) {
    margin-bottom: 15px
}

.w-item-contact ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    color: #46a5c8;
    font-size: 20px
}

.w-item-contact ul li p {
    margin-bottom: 0
}

.w-item-contact ul li p a {
    color: #777
}

.w-item-contact ul li p a:hover {
    color: #46a5c8
}

.ms-w-holders {
    margin-top: -50px;
    padding-left: 40px
}

.ms-w-holders .w-item {
    margin-top: 50px
}

.ms-w-holders.ms-w-footer {
    padding-left: 0
}

.ms-w-holders.w-article {
    padding-left: 0;
    margin-top: 0;
    padding: 30px;
    background: #f9fafc
}

.ms-w-holders.w-article .w-item:first-child {
    margin-top: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ms-w-holders {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ms-w-holders {
        margin-top: 10px;
        padding-left: 0
    }

    .ms-w-holders.w-article {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .ms-w-holders {
        margin-top: 10px;
        padding-left: 0
    }

    .ms-w-holders.w-article {
        margin-top: 50px
    }
}

.ms-footer-toparea {
    background-position: top center
}

.ms-footer-bottomarea {
    padding: 20px 0;
    color: #fff
}

.ms-footer-copyright {
    margin-bottom: 0;
    margin: 5px 0;
    color: #fff;
    text-align: center;
}

.ms-footer-copyright a {
    font-weight: 600;
    color: #fff
}

.ms-footer-copyright a:hover {
    color: #46a5c8
}

@media only screen and (max-width:767px) {
    .ms-footer-copyright {
        text-align: center
    }
}

.ms-w-footer {
    margin-top: -50px
}

.ms-w-footer .w-item {
    margin-top: 50px;
    padding: 0;
    color: #fff
}

.ms-w-footer .w-item .w-title {
    color: #fff
}

.ms-w-footer .w-item .w-title::after {
    display: none
}

.ms-w-footer .widget-info ul li a {
    color: #fff;
    border-color: #fff
}

.ms-w-footer .widget-info ul li a:hover {
    border-color: #46a5c8
}

.ms-w-footer .w-item-contact ul li {
    color: #fff
}

.ms-w-footer .w-item-contact ul li a {
    color: #fff
}

.ms-w-footer .w-item-contact ul li a:hover {
    color: #46a5c8
}

.ms-login-form h4,
.ms-register-form h4 {
    margin-top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ms-register-form {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .ms-register-form {
        margin-top: 50px
    }
}


#theTable {
    width: 100%;
}

.wrap-table {
    width: 1170px
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative
}

table * {
    position: relative
}

table td,
table th {
    padding-left: 15px
}

table thead tr {
    height: 60px;
    background: #36304a;
    color: #fff;
}

table tbody tr {
    height: 50px
}

table tbody tr:last-child {
    border: 0
}

table td,
table th {
    text-align: left
}

table td.l,
table th.l {
    text-align: right
}

table td.c,
table th.c {
    text-align: center
}

table td.r,
table th.r {
    text-align: center
}

.table-head th {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

tbody tr {
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset
}

tbody tr:hover {
    color: #555;
    background-color: #f5f5f5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login-ss {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
}

.wrap-login-ss {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 55px 33px 55px;

    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login-ss-form {
    width: 100%;
}

.login-ss-form-title {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
}

.login-ss-form-title i {
    font-size: 30px;
    margin-right: 12px;
    color: #46a5c8;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input-ss {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

.new-form input[type=submit] {
    font-size: 15px;
    color: #555555;
    line-height: 1.2;

    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

#kc-form-options {
    padding: 10px 0;
}

/*---------------------------------------------*/
.focus-input-ss {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input-ss::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #6a7dfe;
    background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    background: -o-linear-gradient(left, #21d4fd, #b721ff);
    background: -moz-linear-gradient(left, #21d4fd, #b721ff);
    background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input-ss::after {
    font-size: 15px;
    color: #999999;
    line-height: 1.2;

    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0px;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input-ss:focus+.focus-input-ss::after {
    top: -20px;
}

.input-ss:focus+.focus-input-ss::before {
    width: 100%;
}

.has-val.input-ss+.focus-input-ss::after {
    top: -20px;
}

.has-val.input-ss+.focus-input-ss::before {
    width: 100%;
}

.txt-below {
    padding-top: 50px;
}

/*---------------------------------------------*/
.btn-show-pass {
    font-size: 15px;
    color: #999999;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-show-pass:hover {
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login-ss-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-login-ss-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}

.new-form input[type=submit] {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: #46a5c8;
    border-radius: 4px;
    margin: 15px 0;
    background: -webkit-linear-gradient(right, #66c5e8, #54a5e3, #639ec8, #46a5c8);
    background: -o-linear-gradient(right, #66c5e8, #54a5e3, #639ec8, #46a5c8);
    background: -moz-linear-gradient(right, #66c5e8, #54a5e3, #639ec8, #46a5c8);
    background: linear-gradient(right, #66c5e8, #54a5e3, #639ec8, #46a5c8);
}

#kc-login:hover {
    background: #66c5e8;
    background: -webkit-linear-gradient(right, #46a5c8, #639ec8, #54a5e3, #66c5e8);
    background: -o-linear-gradient(right, #46a5c8, #639ec8, #54a5e3, #66c5e8);
    background: -moz-linear-gradient(right, #46a5c8, #639ec8, #54a5e3, #66c5e8);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.new-form input {
    margin-bottom: 15px;
}

.wrap-login-ss-form-btn:hover .login-ss-form-bgbtn {
    left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login-ss {
        padding: 77px 30px 33px 30px;
    }

    .bg-header--inner.alt {
        padding: 110px 0 10px 0;
    }

    body.form-page .bg-header--inner.alt {
        padding: 10px 0 10px 0;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert {
    background: #fbd3d3;
    border-left: 4px solid #de2020 !important;
    margin-bottom: 30px !important;
}

.alert-success {
    border-color: #85b9a6 !important;
}

#kc-info-wrapper {
    font-style: italic;
    font-size: 14px;
    padding: 10px 15px;
    background: #e0f5fb;
    border-radius: 3px;
    border: 1px solid lightsteelblue;
    border-left: 3px solid lightsteelblue;
    margin-top: 30px;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;

    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #c80000;
    font-weight: 900;

    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

    {
    position: fixed;
    z-index: 3000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182937
}



html body .buorg-icon {
    display: none !important;
}


html body .buorg {
    background: rgba(0, 0, 0, 0.84);
    border: 0 !important;
    color: #fff;
}

html body .buorg-pad {
    padding: 15px;
}

html body .buorg-buttons {
    padding: 15px 0 0;
}

html body #buorgig,
#buorgul {
    border-radius: 3px;
    background: #46a5c8 !important;
    padding: 5px 15px !important;
    margin: 0 5px !important;
}

html body #buorgig {
    background: #111 !important;
}


#buorgclose {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    font: 28px bold;
    padding: 0;
    line-height: 20px;
}

.buorg {
    position: absolute;
    position: fixed;
    z-index: 111111;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #000;
    background-color: #fff8ea;
    font: 18px Calibri, Helvetica, sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    animation: buorgfly 1s ease-out 0s;
    bottom: 0;
    top: auto;
    padding: 15px;
    border-top: 1px solid #A29330;
}

@keyframes buorgfly {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0px)
    }

}

.buorg-pad {
    padding: 9px;
    line-height: 1.7em;
}

.buorg-buttons {
    display: block;
    text-align: center;
}

#buorgig,
#buorgul,
#buorgpermanent {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: normal;
    background: #5ab400;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}

#buorgig {
    background-color: #edbc68;
}

@media only screen and (max-width: 700px) {
    .buorg div {
        padding: 5px 12px 5px 9px;
        line-height: 1.3em;
    }
}

.buorg-fadeout {
    transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
}


.buorg>div>a,
.buorg>div>a:visited {
    color: #E25600;
    text-decoration: underline;
}

#buorga {
    display: block;
}

.search-box-holder {
    position: relative;
    margin-bottom: 30px;
}

.search-box-holder .fas {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 8px;
    height: 50px;
    width: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    color: #36304a;
}

.search-box-holder .fas.fa-times-circle {
    display: none;
    cursor: pointer !important;
}

.search-input {
    border-radius: 7px;
    margin: 0px 0px 0 0;
    border: 2px solid rgb(70, 165, 200);
    color: #444;
}



/*
 * table-sortable
 * version: 0.1.0
 * (c) Ravi Dhiman <ravid7000@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
*/

.gs-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.gs-table td,
.gs-table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.gs-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 0.5rem 15px;
    border-width: 0;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}

.gs-table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.gs-table tbody td,
.gs-table tbody th {
    padding: 15px 15px;
    border-color: #e9ecef;
}

.gs-table-head-default tr th:first-child {
    padding-left: 20px;
}

.gs-table-head-default tr th:last-child {
    padding-right: 20px;
}

.gs-table-body-default {
    background: #FFFFFF;
}

.gs-table-body-default td,
.gs-table-body-default th {
    font-size: 0.9rem;
}

.gs-table-body-default tr:first-child th,
.gs-table-body-default tr:first-child td {
    border-top-width: 0;
}

.gs-table-body-default tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

.gs-table-body-default tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.gs-table-body-default tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.gs-table-body-default tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.gs-table-body-default tr td:first-child {
    padding-left: 20px;
}

.gs-table-body-default tr td:last-child {
    padding-right: 20px;
}

.gs-table .gs-table {
    background-color: #fff
}

.gs-table-sm td,
.gs-table-sm th {
    padding: .3rem
}

.gs-table-bordered {
    border: 1px solid #dee2e6
}

.gs-table-bordered td,
.gs-table-bordered th {
    border: 1px solid #dee2e6
}

.gs-table-bordered thead td,
.gs-table-bordered thead th {
    border-bottom-width: 2px
}

.gs-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.gs-table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.gs-table-primary,
.gs-table-primary>td,
.gs-table-primary>th {
    background-color: #b8daff
}

.gs-table-hover .gs-table-primary:hover {
    background-color: #9fcdff
}

.gs-table-hover .gs-table-primary:hover>td,
.gs-table-hover .gs-table-primary:hover>th {
    background-color: #9fcdff
}

.gs-table-secondary,
.gs-table-secondary>td,
.gs-table-secondary>th {
    background-color: #d6d8db
}

.gs-table-hover .gs-table-secondary:hover {
    background-color: #c8cbcf
}

.gs-table-hover .gs-table-secondary:hover>td,
.gs-table-hover .gs-table-secondary:hover>th {
    background-color: #c8cbcf
}

.gs-table-success,
.gs-table-success>td,
.gs-table-success>th {
    background-color: #c3e6cb
}

.gs-table-hover .gs-table-success:hover {
    background-color: #b1dfbb
}

.gs-table-hover .gs-table-success:hover>td,
.gs-table-hover .gs-table-success:hover>th {
    background-color: #b1dfbb
}

.gs-table-info,
.gs-table-info>td,
.gs-table-info>th {
    background-color: #bee5eb
}

.gs-table-hover .gs-table-info:hover {
    background-color: #abdde5
}

.gs-table-hover .gs-table-info:hover>td,
.gs-table-hover .gs-table-info:hover>th {
    background-color: #abdde5
}

.gs-table-warning,
.gs-table-warning>td,
.gs-table-warning>th {
    background-color: #ffeeba
}

.gs-table-hover .gs-table-warning:hover {
    background-color: #ffe8a1
}

.gs-table-hover .gs-table-warning:hover>td,
.gs-table-hover .gs-table-warning:hover>th {
    background-color: #ffe8a1
}

.gs-table-danger,
.gs-table-danger>td,
.gs-table-danger>th {
    background-color: #f5c6cb
}

.gs-table-hover .gs-table-danger:hover {
    background-color: #f1b0b7
}

.gs-table-hover .gs-table-danger:hover>td,
.gs-table-hover .gs-table-danger:hover>th {
    background-color: #f1b0b7
}

.gs-table-light,
.gs-table-light>td,
.gs-table-light>th {
    background-color: #fdfdfe
}

.gs-table-hover .gs-table-light:hover {
    background-color: #ececf6
}

.gs-table-hover .gs-table-light:hover>td,
.gs-table-hover .gs-table-light:hover>th {
    background-color: #ececf6
}

.gs-table-dark,
.gs-table-dark>td,
.gs-table-dark>th {
    background-color: #c6c8ca
}

.gs-table-hover .gs-table-dark:hover {
    background-color: #b9bbbe
}

.gs-table-hover .gs-table-dark:hover>td,
.gs-table-hover .gs-table-dark:hover>th {
    background-color: #b9bbbe
}

.gs-table-active,
.gs-table-active>td,
.gs-table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.gs-table-hover .gs-table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.gs-table-hover .gs-table-active:hover>td,
.gs-table-hover .gs-table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.gs-table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.gs-table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.gs-table-dark {
    color: #fff;
    background-color: #212529
}

.gs-table-dark td,
.gs-table-dark th,
.gs-table-dark thead th {
    border-color: #32383e
}

.gs-table-dark.gs-table-bordered {
    border: 0
}

.gs-table-dark.gs-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.gs-table-dark.gs-table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .gs-table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .gs-table-responsive-sm>.gs-table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .gs-table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .gs-table-responsive-md>.gs-table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .gs-table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .gs-table-responsive-lg>.gs-table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .gs-table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .gs-table-responsive-xl>.gs-table-bordered {
        border: 0
    }
}

.gs-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.gs-table-responsive>.gs-table-bordered {
    border: 0
}