@charset "utf-8";

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansKR-Thin.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/NotoSansKR-Light.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansKR-Regular.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansKR-Medium.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansKR-Bold.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/NotoSansKR-Black.woff) format("woff");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: "Roboto", "Noto Sans KR", Dotum, Helvetica, AppleGothic, Gulim, "굴림", Sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    text-align: left;
    background-color: #f5f6fa;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #4c84ff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0050ff;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e5e9f2;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #ccdcff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(76, 132, 255, 0.25);
}
.form-control::placeholder {
    color: rgba(138, 144, 157, 0.7);
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.59rem + 1px);
    padding-bottom: calc(0.59rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.75rem + 1px);
    padding-bottom: calc(0.75rem + 1px);
    font-size: 1.09375rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.76562rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.59rem 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #8a909d;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(2em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.8;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #8a909d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;

    padding: 0.59rem 1.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #8a909d;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(76, 132, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.75rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.35rem 0.8rem;
    font-size: 0.76562rem;
    line-height: 1.8;
    border-radius: 0.2rem;
    font-weight: 400 !important;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-6 {
    margin: 3.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 3.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 3.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 3.5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 3.5rem !important;
}

.m-9 {
    margin: 5rem !important;
}

.mt-9,
.my-9 {
    margin-top: 5rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 5rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 5rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-6 {
    padding: 3.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 3.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 3.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 3.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 3.5rem !important;
}

.p-9 {
    padding: 5rem !important;
}

.pt-9,
.py-9 {
    padding-top: 5rem !important;
}

.pr-9,
.px-9 {
    padding-right: 5rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 5rem !important;
}

.pl-9,
.px-9 {
    padding-left: 5rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-n6 {
    margin: -3.5rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -3.5rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -3.5rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -3.5rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -3.5rem !important;
}

.m-n9 {
    margin: -5rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -5rem !important;
}

.mr-n9,
.mx-n9 {
    margin-right: -5rem !important;
}

.mb-n9,
.my-n9 {
    margin-bottom: -5rem !important;
}

.ml-n9,
.mx-n9 {
    margin-left: -5rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .m-sm-6 {
        margin: 3.5rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3.5rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3.5rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3.5rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3.5rem !important;
    }
    .m-sm-9 {
        margin: 5rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 5rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 5rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 5rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .p-sm-6 {
        padding: 3.5rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3.5rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3.5rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3.5rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3.5rem !important;
    }
    .p-sm-9 {
        padding: 5rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 5rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 5rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 5rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-n6 {
        margin: -3.5rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -3.5rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -3.5rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -3.5rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -3.5rem !important;
    }
    .m-sm-n9 {
        margin: -5rem !important;
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -5rem !important;
    }
    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -5rem !important;
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -5rem !important;
    }
    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .m-md-6 {
        margin: 3.5rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 3.5rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 3.5rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3.5rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 3.5rem !important;
    }
    .m-md-9 {
        margin: 5rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 5rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 5rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 5rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 5rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .p-md-6 {
        padding: 3.5rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 3.5rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 3.5rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3.5rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 3.5rem !important;
    }
    .p-md-9 {
        padding: 5rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 5rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 5rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 5rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 5rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-n6 {
        margin: -3.5rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -3.5rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -3.5rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -3.5rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -3.5rem !important;
    }
    .m-md-n9 {
        margin: -5rem !important;
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -5rem !important;
    }
    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -5rem !important;
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -5rem !important;
    }
    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .m-lg-6 {
        margin: 3.5rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3.5rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3.5rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3.5rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3.5rem !important;
    }
    .m-lg-9 {
        margin: 5rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 5rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 5rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 5rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .p-lg-6 {
        padding: 3.5rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3.5rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3.5rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3.5rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3.5rem !important;
    }
    .p-lg-9 {
        padding: 5rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 5rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 5rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 5rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-n6 {
        margin: -3.5rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -3.5rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -3.5rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -3.5rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -3.5rem !important;
    }
    .m-lg-n9 {
        margin: -5rem !important;
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -5rem !important;
    }
    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -5rem !important;
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -5rem !important;
    }
    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .m-xl-6 {
        margin: 3.5rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3.5rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3.5rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3.5rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3.5rem !important;
    }
    .m-xl-9 {
        margin: 5rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 5rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 5rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 5rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .p-xl-6 {
        padding: 3.5rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3.5rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3.5rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3.5rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3.5rem !important;
    }
    .p-xl-9 {
        padding: 5rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 5rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 5rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 5rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-n6 {
        margin: -3.5rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -3.5rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -3.5rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -3.5rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -3.5rem !important;
    }
    .m-xl-n9 {
        margin: -5rem !important;
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -5rem !important;
    }
    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -5rem !important;
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -5rem !important;
    }
    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1500px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .m-xxl-6 {
        margin: 3.5rem !important;
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 3.5rem !important;
    }
    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 3.5rem !important;
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 3.5rem !important;
    }
    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 3.5rem !important;
    }
    .m-xxl-9 {
        margin: 5rem !important;
    }
    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 5rem !important;
    }
    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 5rem !important;
    }
    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 5rem !important;
    }
    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 5rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .p-xxl-6 {
        padding: 3.5rem !important;
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 3.5rem !important;
    }
    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 3.5rem !important;
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 3.5rem !important;
    }
    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 3.5rem !important;
    }
    .p-xxl-9 {
        padding: 5rem !important;
    }
    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 5rem !important;
    }
    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 5rem !important;
    }
    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 5rem !important;
    }
    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 5rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-n6 {
        margin: -3.5rem !important;
    }
    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -3.5rem !important;
    }
    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -3.5rem !important;
    }
    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -3.5rem !important;
    }
    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -3.5rem !important;
    }
    .m-xxl-n9 {
        margin: -5rem !important;
    }
    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -5rem !important;
    }
    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -5rem !important;
    }
    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -5rem !important;
    }
    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -5rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

p {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

::selection {
    background-color: #4c84ff;
    color: #ffffff;
}

button,
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    button,
    a {
        transition: none;
    }
}
button:hover,
button:focus,
button:active,
a:hover,
a:focus,
a:active {
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Padding Top */
.pt-25 {
    padding-top: 1.56rem;
}

.pt-30 {
    padding-top: 1.9rem;
}

.pt-35 {
    padding-top: 2.19rem;
}

.pt-40 {
    padding-top: 2.5rem;
}

.pt-45 {
    padding-top: 2.81rem;
}

.pt-55 {
    padding-top: 3.44rem;
}

.pt-50 {
    padding-top: 3.12rem;
}

.pt-60 {
    padding-top: 3.75rem;
}

.pt-65 {
    padding-top: 4.06rem;
}

.pt-70 {
    padding-top: 4.38rem;
}

.pt-75 {
    padding-top: 4.69rem;
}

.pt-80 {
    padding-top: 5rem;
}

.pt-90 {
    padding-top: 5.63rem;
}

.pt-100 {
    padding-top: 4.38rem;
}

.pb-25 {
    padding-bottom: 1.56rem;
}

.pb-30 {
    padding-bottom: 1.9rem;
}

.pb-35 {
    padding-bottom: 2.19rem;
}

.pb-40 {
    padding-bottom: 2.5rem;
}

.pb-45 {
    padding-bottom: 2.81rem;
}

.pb-50 {
    padding-bottom: 3.12rem;
}

.pb-55 {
    padding-bottom: 3.44rem;
}

.pb-60 {
    padding-bottom: 3.75rem;
}

.pb-65 {
    padding-bottom: 4.06rem;
}

.pb-70 {
    padding-bottom: 4.38rem;
}

.pb-75 {
    padding-bottom: 4.69rem;
}

.pb-80 {
    padding-bottom: 5rem;
}

.pb-90 {
    padding-bottom: 5.63rem;
}

.pb-100 {
    padding-bottom: 6.25rem;
}

.pv-35 {
    padding-top: 2.19rem;
    padding-bottom: 2.19rem;
}

.pv-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pv-45 {
    padding-top: 2.81rem;
    padding-bottom: 2.81rem;
}

.pv-50 {
    padding-top: 3.12rem;
    padding-bottom: 3.12rem;
}

.pv-55 {
    padding-top: 3.44rem;
    padding-bottom: 3.44rem;
}

.pv-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.pv-65 {
    padding-top: 4.06rem;
    padding-bottom: 4.06rem;
}

.pv-70 {
    padding-top: 4.38rem;
    padding-bottom: 4.38rem;
}

.pv-75 {
    padding-top: 4.69rem;
    padding-bottom: 4.69rem;
}

.pv-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pv-90 {
    padding-top: 5.63rem;
    padding-bottom: 5.63rem;
}

.pv-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

/*  margin top */
.mt-30 {
    margin-top: 1.9rem;
}

.mt-35 {
    margin-top: 2.19rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.mt-50 {
    margin-top: 3.12rem;
}

.mt-60 {
    margin-top: 3. 75rem;
}

.mt-70 {
    margin-top: 4.38rem;
}

.mt-75 {
    margin-top: 4.69rem;
}

.mt-80 {
    margin-top: 5rem;
}

.mt-85 {
    margin-top: 5.31rem;
}

.mt-90 {
    margin-top: 5.63rem;
}

.mt-95 {
    margin-top: 5.94rem;
}

.mt-100 {
    margin-top: 6.25rem;
}

/* Margin Bottom */
.mb-30 {
    margin-bottom: 1.9rem;
}

.mb-35 {
    margin-bottom: 2.19rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mb-50 {
    margin-bottom: 3.12rem;
}

.mb-60 {
    margin-bottom: 3.75rem;
}

.mb-70 {
    margin-bottom: 4.38rem;
}

.mb-75 {
    margin-bottom: 4.69rem;
}

.mb-80 {
    margin-bottom: 5rem;
}

.mb-85 {
    margin-bottom: 5.31rem;
}

.mb-90 {
    margin-bottom: 5.63rem;
}

.mb-95 {
    margin-bottom: 5.94rem;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.min-height-vh83 {
    min-height: 83vh !important;
}
.bg-lightblue {
    background-color: #e3ecf9;
}
.bg-darklogin {
    background-color: #39454d;
}
#netclinic-v7 {
    min-width: 1188px;
    background-attachment: scroll;
}
#netclinic-v7 #header {
    height: 95px;
    background: #000439;
    background-attachment: scroll;
    border-bottom: 1px solid #242d55;
}
#netclinic-v7 #header .logo {
    width: 1188px;
    margin: 0 auto;
}
#netclinic-v7 #log {
    height: 74px;
    background: #000439;
    border-bottom: 1px solid #242d55;
}
#netclinic-v7 #log .wrap {
    width: 1188px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#netclinic-v7 #log .search-form {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
#netclinic-v7 #log p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 5px 35px;
    letter-spacing: -0.4px;
    margin-top: 23px;
    vertical-align: bottom;
    background: url(../images/icon_support.png) 5px 3px no-repeat;
}
#netclinic-v7 #log p strong {
    color: #ffe833;
    font-weight: normal;
}
#netclinic-v7 #section-1 {
    height: 154px;
    background-color: #000439;
}
#netclinic-v7 #section-1 .wrap {
    width: 1188px;
    min-width: 1188px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#netclinic-v7 #section-1 .search-form {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
#netclinic-v7 #section-1 h2 {
    background: url(../images/cust_symbol.png) 0 1px no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 10px 54px;
    letter-spacing: -1px;
    margin-top: 58px;
}
#netclinic-v7 #section-2 {
    display: flex;
    align-items: center;
    height: 230px;
    background-color: #000439;
}
#netclinic-v7 #section-2 .wrap {
    min-width: 1188px;
    width: 1188px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
#netclinic-v7 #section-2 h2 {
    display: flex;
    align-items: center;
    margin-top: -2px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding: 0 0 0 3px;
    letter-spacing: -1px;
}
#netclinic-v7 #section-3 {
    width: 1188px;
    margin: -40px auto;
    display: flex;
    justify-content: space-between;
}
#netclinic-v7 #section-3 .wrap-left {
    width: 574px;
    /* height: 275px; */
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
}
#netclinic-v7 #section-3 .wrap-right {
    width: 574px;
    /* height: 275px; */
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
}
#netclinic-v7 #section-3 .title {
    height: 68px;
    border-bottom: 1px solid #eceded;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -0.6px;
}
#netclinic-v7 #section-3 .title h3 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}
#netclinic-v7 #section-3 .title p {
    flex-grow: 1;
    font-size: 15px;
    color: #666;
}
#netclinic-v7 #section-4 {
    display: flex;
    margin-top: 80px;
}
#netclinic-v7 #section-4 .wrap {
    width: 1188px;
    min-width: 1188px;
    height: 74px;
    margin: 0 auto 40px;
    background: #edf8ff;
    border: 1px solid #9bd0f6;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
}
#netclinic-v7 #section-4 h3 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}
#netclinic-v7 #section-4 p {
    text-align: left;
    flex-grow: 1;
}
#netclinic-v7 #section-4 .arrow {
    display: flex;
    flex-direction: column;
    padding-right: 6px;
}
#netclinic-v7 #section-4 .arrow img {
    padding: 2px;
    opacity: 0.3;
}
#netclinic-v7 #section-4 .arrow img:hover {
    opacity: 0.8;

    cursor: pointer;
}
#netclinic-v7 #container {
    height: 100%;
}
#netclinic-v7 #container .wrap {
    width: 1188px;
    margin: 50px auto 0;
}
#netclinic-v7 .connect-message {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}
#netclinic-v7 .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 0.59rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    height: calc(1.5em + 1.18rem + 2px);
    border: 1px solid #ced4da;
}
#netclinic-v7 .btn-darkblue {
    color: #ffffff;
    background-color: #194bc2;
}
#netclinic-v7 .btn-darkblue:hover {
    color: #ffffff;
    background-color: #0026b6;
}
#netclinic-v7 .btn-darkblue:focus,
#netclinic-v7 .btn-darkblue.focus {
    color: #ffffff;
}
#netclinic-v7 .btn-darkblue.disabled,
#netclinic-v7 .btn-darkblue:disabled {
    color: #ffffff;
    background-color: #1b223c;
    border-color: #1b223c;
}

#netclinic-v7 .btn {
    display: inline-block;
    font-weight: 500;
    color: #ddd;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.59rem 1.2rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#netclinic-v7 .--btn {
    display: inline-block;
    font-weight: 500;
    color: #ddd;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.59rem 1.2rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#netclinic-v7 .login-section .title {
    display: flex;
    justify-content: center;
    background: #222;
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
}
#netclinic-v7 .login-section .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding-top: 10px;
}
#netclinic-v7 .login-section .title h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
#netclinic-v7 .login-section .log-id {
    background: url(../images/login_id.png) 0 4px no-repeat;
}
#netclinic-v7 .login-section .log-pass {
    background: url(../images/login_pass.png) 0 4px no-repeat;
}
#netclinic-v7 .login-section .log-phone {
  background: url(../images/login_phone.png) 0 4px no-repeat;
}
#netclinic-v7 .login-section .log-email {
  background: url(../images/login_email.png) 0 4px no-repeat;
}
#netclinic-v7 .login-section .remember-wrap {
    color: #d2d2d2;
    text-align: right;
    width: 100%;
    font-weight: 300;
    padding: 10px 8px 0 0;
}
#netclinic-v7 .login-alert {
    margin-top: 15px;
}
#netclinic-v7 .login-alert p {
    color: #b1b1c9;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: -0.2px;
    text-align: center;
    font-style: italic;
}
#netclinic-v7 .btn-login-supp button {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 18px 0;
    width: 100%;
}
#netclinic-v7 .btn-login-supp {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to right, #18d3be 0%, #2982dd 51%, #5447ec 100%);
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 0 0 0.5rem 0.5rem;
}
#netclinic-v7 .btn-login-supp:hover {
    background-image: linear-gradient(to right, #21e7d0 0%, #4869ff 100%);
}
#netclinic-v7 .btn-login-admin button {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 18px 0;
    width: 100%;
}
#netclinic-v7 .btn-login-admin {
    display: flex;
    justify-content: center;
    background: #00ddff;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 0 0 0.5rem 0.5rem;
}
#netclinic-v7 .btn-login-admin:hover {
    background: #0cffff;
}

#netclinic-v7 .btn-login-cust button {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 18px 0;
    width: 100%;
}
#netclinic-v7 .btn-login-cust {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to right, #18d3be 0%, #2982dd 51%, #5447ec 100%);
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 0 0 0.5rem 0.5rem;
}
#netclinic-v7 .btn-login-cust:hover {
    background-image: linear-gradient(to right, #21e7d0 0%, #4869ff 100%);
}

#netclinic-v7 .btn-lg {
    display: inline-block;
    font-weight: normal;
    color: #eee;
    background: #0287ff url(../images/cust_symbol.png) 34px 19px no-repeat;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.4rem 2.4rem 1.4rem 5.4rem;
    font-size: 25px;
    line-height: 1.5;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
#netclinic-v7 .btn-lg:hover {
    background: #2849d7 url(../images/cust_symbol.png) 34px 19px no-repeat;
}
#netclinic-v7 .btn-lg:active {
    background: #1731a1 url(../images/cust_symbol.png) 34px 19px no-repeat;
}
#netclinic-v7 .btn-sm {
    display: inline-block;
    font-weight: 300 !important;
    color: #fff;
    background: #008ef8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.3rem 0.4rem 0.38rem;
    font-size: 12px;
    line-height: 100%;
    border-radius: 0.05rem;
}
#netclinic-v7 .btn-sm:hover {
    background: #19b3ff;
}
#netclinic-v7 #container .wrap-cust .item {
    position: relative;
    float: left;
    width: 150px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    cursor: pointer;
}

#netclinic-v7 #container .wrap-cust .item .user-icon {
    width: 50px;
    height: 50px;
    border-radius: 35px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/icon_user.png) center 44% no-repeat;
}

#netclinic-v7 #container .wrap-cust .item:hover {
    background-color: #b3b9ff;
}
#netclinic-v7 #container .wrap-cust .item:hover .user-icon {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #4c55e5 url(../images/icon_user_on.png) center 44% no-repeat;
}
#netclinic-v7 #container .wrap-cust .item:hover .user-name {
    display: none;
}
#netclinic-v7 #container .wrap-cust .item:active .status-icon {
    background: url(../images/select_on.png) no-repeat;
}

#netclinic-v7 #container .wrap-cust .item:focus .status-icon {
    background: url(../images/select_on.png) no-repeat;
}

#netclinic-v7 #container .wrap-cust .item2 {
    position: relative;
    float: left;
    width: 150px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    cursor: pointer;
}
#netclinic-v7 #container .wrap-cust .item2:hover {
    background-color: yellow;
}
#netclinic-v7 #container .wrap-cust .item2:focus {
    background-color: blue;
}
#netclinic-v7 #container .wrap-cust .item2:active {
    background-color: aqua;
}
#netclinic-v7 #container .wrap-cust .item .status-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 18px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/select_off.png) no-repeat;
}
#netclinic-v7 #notifi {
    position: absolute;
    right: 20px;
    top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#netclinic-v7 .notification {
    background: #ffe76d url(../images/icon_home.png) 18px 16px no-repeat;
    color: #000;
    min-width: 400px;
    border-radius: 3px;
    padding: 16px 45px;
    position: relative;
}
#netclinic-v7 .notification a {
    color: #000;
    padding: 10px 0;
}
#netclinic-v7 #notifi .close-btn {
    display: inline-block;
    *display: inline;
    color: #000;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
#netclinic-v7 #notifi .close-btn:after {
    display: inline-block;
    content: "\00d7";
    font-size: 18px;
    font-weight: normal !important;
    line-height: 100%;
    opacity: 0.6;
}

#netclinic-v7 .login-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#netclinic-v7 .log-button {
    display: flex;
}
#netclinic-v7 .log-button .password,
#netclinic-v7 .log-button .logout {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 74px;
    opacity: 0.5;
}
#netclinic-v7 .log-button .password:hover,
#netclinic-v7 .log-button .logout:hover {
    opacity: 1;
}
#netclinic-v7 .table-wrap {
    padding: 20px;
}
#netclinic-v7 .project-list-table {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%;
}
#netclinic-v7 .project-list-table thead td {
    padding: 0 10px 8px;
    font-weight: 500;
}
#netclinic-v7 .project-list-table tbody tr {
    background-color: rgba(244, 248, 249);
}
#netclinic-v7 .project-list-table tbody td {
    padding: 8px 12px;
}
#netclinic-v7 .project-list-table tbody td.py-4{
	padding:4px 0 !important;
}
#netclinic-v7 .project-list-table .bar {
    width: 12px;
    height: 7px;
    margin-right: 7px;
}
#netclinic-v7 .project-list-table .wait {
    display: flex;
    align-items: center;
}
#netclinic-v7 .project-list-table .connect {
    display: flex;
    align-items: center;
}
#netclinic-v7 .project-list-table .all {
    display: flex;
    align-items: center;
}
#netclinic-v7 .project-list-table .wait .bar {
    background-color: #ffcc00;
}
#netclinic-v7 .project-list-table .connect .bar {
    background-color: #37c936;
}
#netclinic-v7 .project-list-table .all .bar {
    background-color: #0f9aee;
}
#netclinic-v7 .text-center {
    text-align: center;
}
#netclinic-v7 .font-color-blue {
    color: #0086f7;
}
#netclinic-v7 .login-wrap {
    position: relative;
    width: 310px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
#netclinic-v7 .form-wrap {
    position: relative;
    background: #2b2b35;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 56px;
}
#netclinic-v7 .login-wrap .form-control {
    display: block;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    font-family: "Roboto", "Noto Sans KR";
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #444;

    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#netclinic-v7 .form-group {
    position: relative;
}
#netclinic-v7 .refresh-message {
    position: relative;
    text-align: center;
    width: 500px;
    height: 300px;
    margin: 200px auto 50px;
    padding-top: 0px;
}
#netclinic-v7 .refresh-message img {
    opacity: 0.3;
}
#netclinic-v7 .refresh-message h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 300;
    color: #203999;
}
#netclinic-v7 .refresh-message p {
    font-weight: 300;
    letter-spacing: -0.7px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .remember-wrap input[type="checkbox"] {
        --active: #275efe;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, 0.3);
        --border: #bbc1e1;
        --border-hover: #275efe;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 20px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .remember-wrap input[type="checkbox"]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .remember-wrap input[type="checkbox"]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }
    .remember-wrap input[type="checkbox"]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    .remember-wrap input[type="checkbox"]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    .remember-wrap input[type="checkbox"]:disabled + label {
        cursor: not-allowed;
    }
    .remember-wrap input[type="checkbox"]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    .remember-wrap input[type="checkbox"]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    .remember-wrap input[type="checkbox"]:not(.switch) {
        width: 20px;
    }
    .remember-wrap input[type="checkbox"]:not(.switch):after {
        opacity: var(--o, 0);
    }
    .remember-wrap input[type="checkbox"]:not(.switch):checked {
        --o: 1;
    }
    .remember-wrap input[type="checkbox"] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 2px;
    }

    .remember-wrap input[type="checkbox"]:not(.switch) {
        border-radius: 11px;
    }
    .remember-wrap input[type="checkbox"]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    .remember-wrap input[type="checkbox"]:not(.switch):checked {
        --r: 43deg;
    }
}

.remember-wrap * {
    box-sizing: inherit;
}
.remember-wrap *:before,
.remember-wrap *:after {
    box-sizing: inherit;
}

.demoMessage {
    position: absolute;
    top: 0;
    min-width: 1188px;
    width: 100%;
    background-color: #00b1bd;
    color: #fff;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    letter-spacing: 1px;
}
