/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc. 
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

*,
::after,
::before {
    box-sizing: border-box
}


article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.w_body {
    margin: 0;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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: -.25em
}

sup {
    top: -.5em
}


a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/* @media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
} */
/* 
@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
} */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    main:not(.mobile_bugo) .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table t.w_body+t.w_body {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless t.w_body+t.w_body,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped t.w_body tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover t.w_body tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary t.w_body+t.w_body,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary t.w_body+t.w_body,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success t.w_body+t.w_body,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info t.w_body+t.w_body,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning t.w_body+t.w_body,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger t.w_body+t.w_body,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light t.w_body+t.w_body,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark t.w_body+t.w_body,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped t.w_body tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover t.w_body tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.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: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-.w_body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-.w_body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-.w_body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-.w_body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-.w_body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .bugo_new .modal-dialog {
        max-width: 800px;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-.w_body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: 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: -webkit-sticky !important;
    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
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.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: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .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
}

.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: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .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
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.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-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: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .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
    }

    .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: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.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-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: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .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
    }

    .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: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .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
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.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-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: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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
    }

    .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: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.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-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: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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
    }

    .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: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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-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
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {}

.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
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-.w_body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        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
    }

    @page {
        size: a3
    }

    .w_body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark t.w_body+t.w_body,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

p,
ul,
li,
div,
section,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
label,
address {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.container,
.container-fluid {
    position: relative;
}

@media (min-width: 1199.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px;
    }
}

.row.row-lg>[class^='col-'] {
    padding-left: 20px;
    padding-right: 20px;
}

.row.row-sm>[class^='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.row-xs>[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row-none {
    margin-left: 0;
    margin-right: 0;
}

.row.row-none>[class^='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.text_blind {
    position: absolute !important;
    opacity: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    text-indent: -10000px !important;
    width: 0 important;
    height: 0 important;
}



/*animate*/
.animate02 {
    transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
}

.animate03 {
    transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.animate04 {
    transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
}

.animate05 {
    transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
}

.animate06 {
    transition: all 0.6s ease-in-out !important;
    -moz-transition: all 0.6s ease-in-out !important;
    -webkit-transition: all 0.6s ease-in-out !important;
    -o-transition: all 0.6s ease-in-out !important;
}

.animate07 {
    transition: all 0.7s ease-in-out !important;
    -moz-transition: all 0.7s ease-in-out !important;
    -webkit-transition: all 0.7s ease-in-out !important;
    -o-transition: all 0.7s ease-in-out !important;
}

.animate08 {
    transition: all 0.8s ease-in-out !important;
    -moz-transition: all 0.8s ease-in-out !important;
    -webkit-transition: all 0.8s ease-in-out !important;
    -o-transition: all 0.8s ease-in-out !important;
}

.animate09 {
    transition: all 0.9s ease-in-out !important;
    -moz-transition: all 0.9s ease-in-out !important;
    -webkit-transition: all 0.9s ease-in-out !important;
    -o-transition: all 0.9s ease-in-out !important;
}

.animate1 {
    transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -webkit-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
}



/*************************** margin *************************/

.mt0 {
    margin-top: 0rem !important;
}

.mt05 {
    margin-top: .5rem !important;
    flex-wrap: nowrap;
}

.mt08 {
    margin-top: .8rem !important;
}

.mt10 {
    margin-top: 1rem !important;
}

.mt15 {
    margin-top: 1.5rem !important;
}

.mt20 {
    margin-top: 2rem !important;
}

.mt25 {
    margin-top: 2.5rem !important;
}

.mt30 {
    margin-top: 3rem !important;
}

.mt35 {
    margin-top: 3.5rem !important;
}

.mt40 {
    margin-top: 4rem !important;
}

.mt50 {
    margin-top: 5rem !important;
}

.mt55 {
    margin-top: 5.5rem !important;
}

.mt60 {
    margin-top: 6rem !important;
}

.mt70 {
    margin-top: 7rem !important;
}

.mt80 {
    margin-top: 8rem !important;
}

.mb0 {
    margin-bottom: 0rem !important;
}

.mb03 {
    margin-bottom: .3rem !important;
}

.mb05 {
    margin-bottom: .5rem !important;
}

.mb08 {
    margin-bottom: .8rem !important;
}

.mb10 {
    margin-bottom: 1rem !important;
}

.mb15 {
    margin-bottom: 1.5rem !important;
}

.mb20 {
    margin-bottom: 2rem !important;
}

.mb25 {
    margin-bottom: 2.5rem !important;
}

.mb30 {
    margin-bottom: 3rem !important;
}

.mb35 {
    margin-bottom: 3.5rem !important;
}

.mb40 {
    margin-bottom: 4rem !important;
}

.mb50 {
    margin-bottom: 5rem !important;
}

.mb55 {
    margin-bottom: 5.5rem !important;
}

.mb60 {
    margin-bottom: 6rem !important;
}

.mb70 {
    margin-bottom: 7rem !important;
}

.mb80 {
    margin-bottom: 8rem !important;
}

.ml0 {
    margin-left: 0rem !important;
}

.ml05 {
    margin-left: .5rem !important;
}

.ml08 {
    margin-left: .8rem !important;
}

.ml10 {
    margin-left: 1rem !important;
}

.ml15 {
    margin-left: 1.5rem !important;
}

.ml20 {
    margin-left: 2rem !important;
}

.ml25 {
    margin-left: 2.5rem !important;
}

.ml30 {
    margin-left: 3rem !important;
}

.ml35 {
    margin-left: 3.5rem !important;
}

.ml40 {
    margin-left: 4rem !important;
}

.ml50 {
    margin-left: 5rem !important;
}

.ml55 {
    margin-left: 5.5rem !important;
}

.ml60 {
    margin-left: 6rem !important;
}

.ml70 {
    margin-left: 7rem !important;
}

.ml80 {
    margin-left: 8rem !important;
}

.mr0 {
    margin-right: 0rem !important;
}

.mr05 {
    margin-right: .5rem !important;
}

.mr08 {
    margin-right: .8rem !important;
}

.mr10 {
    margin-right: 1rem !important;
}

.mr15 {
    margin-right: 1.5rem !important;
}

.mr20 {
    margin-right: 2rem !important;
}

.mr25 {
    margin-right: 2.5rem !important;
}

.mr30 {
    margin-right: 3rem !important;
}

.mr35 {
    margin-right: 3.5rem !important;
}

.mr40 {
    margin-right: 4rem !important;
}

.mr50 {
    margin-right: 5rem !important;
}

.mr55 {
    margin-right: 5.5rem !important;
}

.mr60 {
    margin-right: 6rem !important;
}

.mr80 {
    margin-right: 8rem !important;
}


@media (max-width: 1199.98px) {
    .mt0-xl {
        margin-top: 0rem !important;
    }

    .mt05-xl {
        margin-top: .5rem !important;
    }

    .mt08-xl {
        margin-top: .8rem !important;
    }

    .mt10-xl {
        margin-top: 1rem !important;
    }

    .mt15-xl {
        margin-top: 1.5rem !important;
    }

    .mt20-xl {
        margin-top: 2rem !important;
    }

    .mt25-xl {
        margin-top: 2.5rem !important;
    }

    .mt30-xl {
        margin-top: 3rem !important;
    }

    .mt35-xl {
        margin-top: 3.5rem !important;
    }

    .mt40-xl {
        margin-top: 4rem !important;
    }

    .mt50-xl {
        margin-top: 5rem !important;
    }

    .mt55-xl {
        margin-top: 5.5rem !important;
    }

    .mt60-xl {
        margin-top: 6rem !important;
    }

    .mt70-xl {
        margin-top: 7rem !important;
    }

    .mt80-xl {
        margin-top: 8rem !important;
    }

    .mb0-xl {
        margin-bottom: 0rem !important;
    }

    .mb03-xl {
        margin-bottom: .3rem !important;
    }

    .mb05-xl {
        margin-bottom: .5rem !important;
    }

    .mb08-xl {
        margin-bottom: .8rem !important;
    }

    .mb10-xl {
        margin-bottom: 1rem !important;
    }

    .mb15-xl {
        margin-bottom: 1.5rem !important;
    }

    .mb20-xl {
        margin-bottom: 2rem !important;
    }

    .mb25-xl {
        margin-bottom: 2.5rem !important;
    }

    .mb30-xl {
        margin-bottom: 3rem !important;
    }

    .mb35-xl {
        margin-bottom: 3.5rem !important;
    }

    .mb40-xl {
        margin-bottom: 4rem !important;
    }

    .mb50-xl {
        margin-bottom: 5rem !important;
    }

    .mb55-xl {
        margin-bottom: 5.5rem !important;
    }

    .mb60-xl {
        margin-bottom: 6rem !important;
    }

    .mb70-xl {
        margin-bottom: 7rem !important;
    }

    .mb80-xl {
        margin-bottom: 8rem !important;
    }

    .ml0-xl {
        margin-left: 0rem !important;
    }

    .ml05-xl {
        margin-left: .5rem !important;
    }

    .ml08-xl {
        margin-left: .8rem !important;
    }

    .ml10-xl {
        margin-left: 1rem !important;
    }

    .ml15-xl {
        margin-left: 1.5rem !important;
    }

    .ml20-xl {
        margin-left: 2rem !important;
    }

    .ml25-xl {
        margin-left: 2.5rem !important;
    }

    .ml30-xl {
        margin-left: 3rem !important;
    }

    .ml35-xl {
        margin-left: 3.5rem !important;
    }

    .ml40-xl {
        margin-left: 4rem !important;
    }

    .ml50-xl {
        margin-left: 5rem !important;
    }

    .ml55-xl {
        margin-left: 5.5rem !important;
    }

    .ml60-xl {
        margin-left: 6rem !important;
    }

    .ml70-xl {
        margin-left: 7rem !important;
    }

    .ml80-xl {
        margin-left: 8rem !important;
    }

    .mr0-xl {
        margin-right: 0rem !important;
    }

    .mr05-xl {
        margin-right: .5rem !important;
    }

    .mr08-xl {
        margin-right: .8rem !important;
    }

    .mr10-xl {
        margin-right: 1rem !important;
    }

    .mr15-xl {
        margin-right: 1.5rem !important;
    }

    .mr20-xl {
        margin-right: 2rem !important;
    }

    .mr25-xl {
        margin-right: 2.5rem !important;
    }

    .mr30-xl {
        margin-right: 3rem !important;
    }

    .mr35-xl {
        margin-right: 3.5rem !important;
    }

    .mr40-xl {
        margin-right: 4rem !important;
    }

    .mr50-xl {
        margin-right: 5rem !important;
    }

    .mr55-xl {
        margin-right: 5.5rem !important;
    }

    .mr60-xl {
        margin-right: 6rem !important;
    }

    .mr80-xl {
        margin-right: 8rem !important;
    }
}

@media (max-width: 991.98px) {
    .mt0-lg {
        margin-top: 0rem !important;
    }

    .mt05-lg {
        margin-top: .5rem !important;
    }

    .mt08-lg {
        margin-top: .8rem !important;
    }

    .mt10-lg {
        margin-top: 1rem !important;
    }

    .mt15-lg {
        margin-top: 1.5rem !important;
    }

    .mt20-lg {
        margin-top: 2rem !important;
    }

    .mt25-lg {
        margin-top: 2.5rem !important;
    }

    .mt30-lg {
        margin-top: 3rem !important;
    }

    .mt35-lg {
        margin-top: 3.5rem !important;
    }

    .mt40-lg {
        margin-top: 4rem !important;
    }

    .mt50-lg {
        margin-top: 5rem !important;
    }

    .mt55-lg {
        margin-top: 5.5rem !important;
    }

    .mt60-lg {
        margin-top: 6rem !important;
    }

    .mt70-lg {
        margin-top: 7rem !important;
    }

    .mt80-lg {
        margin-top: 8rem !important;
    }

    .mb0-lg {
        margin-bottom: 0rem !important;
    }

    .mb03-lg {
        margin-bottom: .3rem !important;
    }

    .mb05-lg {
        margin-bottom: .5rem !important;
    }

    .mb08-lg {
        margin-bottom: .8rem !important;
    }

    .mb10-lg {
        margin-bottom: 1rem !important;
    }

    .mb15-lg {
        margin-bottom: 1.5rem !important;
    }

    .mb20-lg {
        margin-bottom: 2rem !important;
    }

    .mb25-lg {
        margin-bottom: 2.5rem !important;
    }

    .mb30-lg {
        margin-bottom: 3rem !important;
    }

    .mb35-lg {
        margin-bottom: 3.5rem !important;
    }

    .mb40-lg {
        margin-bottom: 4rem !important;
    }

    .mb50-lg {
        margin-bottom: 5rem !important;
    }

    .mb55-lg {
        margin-bottom: 5.5rem !important;
    }

    .mb60-lg {
        margin-bottom: 6rem !important;
    }

    .mb70-lg {
        margin-bottom: 7rem !important;
    }

    .mb80-lg {
        margin-bottom: 8rem !important;
    }

    .ml0-lg {
        margin-left: 0rem !important;
    }

    .ml05-lg {
        margin-left: .5rem !important;
    }

    .ml08-lg {
        margin-left: .8rem !important;
    }

    .ml10-lg {
        margin-left: 1rem !important;
    }

    .ml15-lg {
        margin-left: 1.5rem !important;
    }

    .ml20-lg {
        margin-left: 2rem !important;
    }

    .ml25-lg {
        margin-left: 2.5rem !important;
    }

    .ml30-lg {
        margin-left: 3rem !important;
    }

    .ml35-lg {
        margin-left: 3.5rem !important;
    }

    .ml40-lg {
        margin-left: 4rem !important;
    }

    .ml50-lg {
        margin-left: 5rem !important;
    }

    .ml55-lg {
        margin-left: 5.5rem !important;
    }

    .ml60-lg {
        margin-left: 6rem !important;
    }

    .ml70-lg {
        margin-left: 7rem !important;
    }

    .ml80-lg {
        margin-left: 8rem !important;
    }

    .mr0-lg {
        margin-right: 0rem !important;
    }

    .mr05-lg {
        margin-right: .5rem !important;
    }

    .mr08-lg {
        margin-right: .8rem !important;
    }

    .mr10-lg {
        margin-right: 1rem !important;
    }

    .mr15-lg {
        margin-right: 1.5rem !important;
    }

    .mr20-lg {
        margin-right: 2rem !important;
    }

    .mr25-lg {
        margin-right: 2.5rem !important;
    }

    .mr30-lg {
        margin-right: 3rem !important;
    }

    .mr35-lg {
        margin-right: 3.5rem !important;
    }

    .mr40-lg {
        margin-right: 4rem !important;
    }

    .mr50-lg {
        margin-right: 5rem !important;
    }

    .mr55-lg {
        margin-right: 5.5rem !important;
    }

    .mr60-lg {
        margin-right: 6rem !important;
    }

    .mr80-lg {
        margin-right: 8rem !important;
    }
}

@media (max-width: 767.98px) {
    .mt0-md {
        margin-top: 0rem !important;
    }

    .mt05-md {
        margin-top: .5rem !important;
    }

    .mt08-md {
        margin-top: .8rem !important;
    }

    .mt10-md {
        margin-top: 1rem !important;
    }

    .mt15-md {
        margin-top: 1.5rem !important;
    }

    .mt20-md {
        margin-top: 2rem !important;
    }

    .mt25-md {
        margin-top: 2.5rem !important;
    }

    .mt30-md {
        margin-top: 3rem !important;
    }

    .mt35-md {
        margin-top: 3.5rem !important;
    }

    .mt40-md {
        margin-top: 4rem !important;
    }

    .mt50-md {
        margin-top: 5rem !important;
    }

    .mt55-md {
        margin-top: 5.5rem !important;
    }

    .mt60-md {
        margin-top: 6rem !important;
    }

    .mt70-md {
        margin-top: 7rem !important;
    }

    .mt80-md {
        margin-top: 8rem !important;
    }

    .mb0-md {
        margin-bottom: 0rem !important;
    }

    .mb03-md {
        margin-bottom: .3rem !important;
    }

    .mb05-md {
        margin-bottom: .5rem !important;
    }

    .mb08-md {
        margin-bottom: .8rem !important;
    }

    .mb10-md {
        margin-bottom: 1rem !important;
    }

    .mb15-md {
        margin-bottom: 1.5rem !important;
    }

    .mb20-md {
        margin-bottom: 2rem !important;
    }

    .mb25-md {
        margin-bottom: 2.5rem !important;
    }

    .mb30-md {
        margin-bottom: 3rem !important;
    }

    .mb35-md {
        margin-bottom: 3.5rem !important;
    }

    .mb40-md {
        margin-bottom: 4rem !important;
    }

    .mb50-md {
        margin-bottom: 5rem !important;
    }

    .mb55-md {
        margin-bottom: 5.5rem !important;
    }

    .mb60-md {
        margin-bottom: 6rem !important;
    }

    .mb70-md {
        margin-bottom: 7rem !important;
    }

    .mb80-md {
        margin-bottom: 8rem !important;
    }

    .ml0-md {
        margin-left: 0rem !important;
    }

    .ml05-md {
        margin-left: .5rem !important;
    }

    .ml08-md {
        margin-left: .8rem !important;
    }

    .ml10-md {
        margin-left: 1rem !important;
    }

    .ml15-md {
        margin-left: 1.5rem !important;
    }

    .ml20-md {
        margin-left: 2rem !important;
    }

    .ml25-md {
        margin-left: 2.5rem !important;
    }

    .ml30-md {
        margin-left: 3rem !important;
    }

    .ml35-md {
        margin-left: 3.5rem !important;
    }

    .ml40-md {
        margin-left: 4rem !important;
    }

    .ml50-md {
        margin-left: 5rem !important;
    }

    .ml55-md {
        margin-left: 5.5rem !important;
    }

    .ml60-md {
        margin-left: 6rem !important;
    }

    .ml70-md {
        margin-left: 7rem !important;
    }

    .ml80-md {
        margin-left: 8rem !important;
    }

    .mr0-md {
        margin-right: 0rem !important;
    }

    .mr05-md {
        margin-right: .5rem !important;
    }

    .mr08-md {
        margin-right: .8rem !important;
    }

    .mr10-md {
        margin-right: 1rem !important;
    }

    .mr15-md {
        margin-right: 1.5rem !important;
    }

    .mr20-md {
        margin-right: 2rem !important;
    }

    .mr25-md {
        margin-right: 2.5rem !important;
    }

    .mr30-md {
        margin-right: 3rem !important;
    }

    .mr35-md {
        margin-right: 3.5rem !important;
    }

    .mr40-md {
        margin-right: 4rem !important;
    }

    .mr50-md {
        margin-right: 5rem !important;
    }

    .mr55-md {
        margin-right: 5.5rem !important;
    }

    .mr60-md {
        margin-right: 6rem !important;
    }

    .mr80-md {
        margin-right: 8rem !important;
    }
}

@media (max-width: 575.98px) {
    .mt0-sm {
        margin-top: 0rem !important;
    }

    .mt05-sm {
        margin-top: .5rem !important;
    }

    .mt08-sm {
        margin-top: .8rem !important;
    }

    .mt10-sm {
        margin-top: 1rem !important;
    }

    .mt15-sm {
        margin-top: 1.5rem !important;
    }

    .mt20-sm {
        margin-top: 2rem !important;
    }

    .mt25-sm {
        margin-top: 2.5rem !important;
    }

    .mt30-sm {
        margin-top: 3rem !important;
    }

    .mt35-sm {
        margin-top: 3.5rem !important;
    }

    .mt40-sm {
        margin-top: 4rem !important;
    }

    .mt50-sm {
        margin-top: 5rem !important;
    }

    .mt55-sm {
        margin-top: 5.5rem !important;
    }

    .mt60-sm {
        margin-top: 6rem !important;
    }

    .mt70-sm {
        margin-top: 7rem !important;
    }

    .mt80-sm {
        margin-top: 8rem !important;
    }

    .mb0-sm {
        margin-bottom: 0rem !important;
    }

    .mb03-sm {
        margin-bottom: .3rem !important;
    }

    .mb05-sm {
        margin-bottom: .5rem !important;
    }

    .mb08-sm {
        margin-bottom: .8rem !important;
    }

    .mb10-sm {
        margin-bottom: 1rem !important;
    }

    .mb15-sm {
        margin-bottom: 1.5rem !important;
    }

    .mb20-sm {
        margin-bottom: 2rem !important;
    }

    .mb25-sm {
        margin-bottom: 2.5rem !important;
    }

    .mb30-sm {
        margin-bottom: 3rem !important;
    }

    .mb35-sm {
        margin-bottom: 3.5rem !important;
    }

    .mb40-sm {
        margin-bottom: 4rem !important;
    }

    .mb50-sm {
        margin-bottom: 5rem !important;
    }

    .mb55-sm {
        margin-bottom: 5.5rem !important;
    }

    .mb60-sm {
        margin-bottom: 6rem !important;
    }

    .mb70-sm {
        margin-bottom: 7rem !important;
    }

    .mb80-sm {
        margin-bottom: 8rem !important;
    }

    .ml0-sm {
        margin-left: 0rem !important;
    }

    .ml05-sm {
        margin-left: .5rem !important;
    }

    .ml08-sm {
        margin-left: .8rem !important;
    }

    .ml10-sm {
        margin-left: 1rem !important;
    }

    .ml15-sm {
        margin-left: 1.5rem !important;
    }

    .ml20-sm {
        margin-left: 2rem !important;
    }

    .ml25-sm {
        margin-left: 2.5rem !important;
    }

    .ml30-sm {
        margin-left: 3rem !important;
    }

    .ml35-sm {
        margin-left: 3.5rem !important;
    }

    .ml40-sm {
        margin-left: 4rem !important;
    }

    .ml50-sm {
        margin-left: 5rem !important;
    }

    .ml55-sm {
        margin-left: 5.5rem !important;
    }

    .ml60-sm {
        margin-left: 6rem !important;
    }

    .ml70-sm {
        margin-left: 7rem !important;
    }

    .ml80-sm {
        margin-left: 8rem !important;
    }

    .mr0-sm {
        margin-right: 0rem !important;
    }

    .mr05-sm {
        margin-right: .5rem !important;
    }

    .mr08-sm {
        margin-right: .8rem !important;
    }

    .mr10-sm {
        margin-right: 1rem !important;
    }

    .mr15-sm {
        margin-right: 1.5rem !important;
    }

    .mr20-sm {
        margin-right: 2rem !important;
    }

    .mr25-sm {
        margin-right: 2.5rem !important;
    }

    .mr30-sm {
        margin-right: 3rem !important;
    }

    .mr35-sm {
        margin-right: 3.5rem !important;
    }

    .mr40-sm {
        margin-right: 4rem !important;
    }

    .mr50-sm {
        margin-right: 5rem !important;
    }

    .mr55-sm {
        margin-right: 5.5rem !important;
    }

    .mr60-sm {
        margin-right: 6rem !important;
    }

    .mr80-sm {
        margin-right: 8rem !important;
    }
}



/*************************** padding *************************/

.pt0 {
    padding-top: 0rem !important;
}

.pt05 {
    padding-top: .5rem !important;
}

.pt08 {
    padding-top: .8rem !important;
}

.pt10 {
    padding-top: 1rem !important;
}

.pt15 {
    padding-top: 1.5rem !important;
}

.pt20 {
    padding-top: 2rem !important;
}

.pt25 {
    padding-top: 2.5rem !important;
}

.pt30 {
    padding-top: 3rem !important;
}

.pt35 {
    padding-top: 3.5rem !important;
}

.pt40 {
    padding-top: 4rem !important;
}

.pt50 {
    padding-top: 5rem !important;
}

.pt55 {
    padding-top: 5.5rem !important;
}

.pt60 {
    padding-top: 6rem !important;
}

.pt70 {
    padding-top: 7rem !important;
}

.pt80 {
    padding-top: 8rem !important;
}

.pb0 {
    padding-bottom: 0rem !important;
}

.pb03 {
    padding-bottom: .3rem !important;
}

.pb05 {
    padding-bottom: .5rem !important;
}

.pb08 {
    padding-bottom: .8rem !important;
}

.pb10 {
    padding-bottom: 1rem !important;
}

.pb15 {
    padding-bottom: 1.5rem !important;
}

.pb20 {
    padding-bottom: 2rem !important;
}

.pb25 {
    padding-bottom: 2.5rem !important;
}

.pb30 {
    padding-bottom: 3rem !important;
}

.pb35 {
    padding-bottom: 3.5rem !important;
}

.pb40 {
    padding-bottom: 4rem !important;
}

.pb50 {
    padding-bottom: 5rem !important;
}

.pb55 {
    padding-bottom: 5.5rem !important;
}

.pb60 {
    padding-bottom: 6rem !important;
}

.pb70 {
    padding-bottom: 7rem !important;
}

.pb80 {
    padding-bottom: 8rem !important;
}

.pl0 {
    padding-left: 0rem !important;
}

.pl05 {
    padding-left: .5rem !important;
}

.pl08 {
    padding-left: .8rem !important;
}

.pl10 {
    padding-left: 1rem !important;
}

.pl15 {
    padding-left: 1.5rem !important;
}

.pl20 {
    padding-left: 2rem !important;
}

.pl25 {
    padding-left: 2.5rem !important;
}

.pl30 {
    padding-left: 3rem !important;
}

.pl35 {
    padding-left: 3.5rem !important;
}

.pl40 {
    padding-left: 4rem !important;
}

.pl50 {
    padding-left: 5rem !important;
}

.pl55 {
    padding-left: 5.5rem !important;
}

.pl60 {
    padding-left: 6rem !important;
}

.pl70 {
    padding-left: 7rem !important;
}

.pl80 {
    padding-left: 8rem !important;
}

.pr0 {
    padding-right: 0rem !important;
}

.pr05 {
    padding-right: .5rem !important;
}

.pr08 {
    padding-right: .8rem !important;
}

.pr10 {
    padding-right: 1rem !important;
}

.pr15 {
    padding-right: 1.5rem !important;
}

.pr20 {
    padding-right: 2rem !important;
}

.pr25 {
    padding-right: 2.5rem !important;
}

.pr30 {
    padding-right: 3rem !important;
}

.pr35 {
    padding-right: 3.5rem !important;
}

.pr40 {
    padding-right: 4rem !important;
}

.pr50 {
    padding-right: 5rem !important;
}

.pr55 {
    padding-right: 5.5rem !important;
}

.pr60 {
    padding-right: 6rem !important;
}

.pr80 {
    padding-right: 8rem !important;
}


@media (max-width: 1199.98px) {
    .pt0-xl {
        padding-top: 0rem !important;
    }

    .pt05-xl {
        padding-top: .5rem !important;
    }

    .pt08-xl {
        padding-top: .8rem !important;
    }

    .pt10-xl {
        padding-top: 1rem !important;
    }

    .pt15-xl {
        padding-top: 1.5rem !important;
    }

    .pt20-xl {
        padding-top: 2rem !important;
    }

    .pt25-xl {
        padding-top: 2.5rem !important;
    }

    .pt30-xl {
        padding-top: 3rem !important;
    }

    .pt35-xl {
        padding-top: 3.5rem !important;
    }

    .pt40-xl {
        padding-top: 4rem !important;
    }

    .pt50-xl {
        padding-top: 5rem !important;
    }

    .pt55-xl {
        padding-top: 5.5rem !important;
    }

    .pt60-xl {
        padding-top: 6rem !important;
    }

    .pt70-xl {
        padding-top: 7rem !important;
    }

    .pt80-xl {
        padding-top: 8rem !important;
    }

    .pb0-xl {
        padding-bottom: 0rem !important;
    }

    .pb03-xl {
        padding-bottom: .3rem !important;
    }

    .pb05-xl {
        padding-bottom: .5rem !important;
    }

    .pb08-xl {
        padding-bottom: .8rem !important;
    }

    .pb10-xl {
        padding-bottom: 1rem !important;
    }

    .pb15-xl {
        padding-bottom: 1.5rem !important;
    }

    .pb20-xl {
        padding-bottom: 2rem !important;
    }

    .pb25-xl {
        padding-bottom: 2.5rem !important;
    }

    .pb30-xl {
        padding-bottom: 3rem !important;
    }

    .pb35-xl {
        padding-bottom: 3.5rem !important;
    }

    .pb40-xl {
        padding-bottom: 4rem !important;
    }

    .pb50-xl {
        padding-bottom: 5rem !important;
    }

    .pb55-xl {
        padding-bottom: 5.5rem !important;
    }

    .pb60-xl {
        padding-bottom: 6rem !important;
    }

    .pb70-xl {
        padding-bottom: 7rem !important;
    }

    .pb80-xl {
        padding-bottom: 8rem !important;
    }

    .pl0-xl {
        padding-left: 0rem !important;
    }

    .pl05-xl {
        padding-left: .5rem !important;
    }

    .pl08-xl {
        padding-left: .8rem !important;
    }

    .pl10-xl {
        padding-left: 1rem !important;
    }

    .pl15-xl {
        padding-left: 1.5rem !important;
    }

    .pl20-xl {
        padding-left: 2rem !important;
    }

    .pl25-xl {
        padding-left: 2.5rem !important;
    }

    .pl30-xl {
        padding-left: 3rem !important;
    }

    .pl35-xl {
        padding-left: 3.5rem !important;
    }

    .pl40-xl {
        padding-left: 4rem !important;
    }

    .pl50-xl {
        padding-left: 5rem !important;
    }

    .pl55-xl {
        padding-left: 5.5rem !important;
    }

    .pl60-xl {
        padding-left: 6rem !important;
    }

    .pl70-xl {
        padding-left: 7rem !important;
    }

    .pl80-xl {
        padding-left: 8rem !important;
    }

    .pr0-xl {
        padding-right: 0rem !important;
    }

    .pr05-xl {
        padding-right: .5rem !important;
    }

    .pr08-xl {
        padding-right: .8rem !important;
    }

    .pr10-xl {
        padding-right: 1rem !important;
    }

    .pr15-xl {
        padding-right: 1.5rem !important;
    }

    .pr20-xl {
        padding-right: 2rem !important;
    }

    .pr25-xl {
        padding-right: 2.5rem !important;
    }

    .pr30-xl {
        padding-right: 3rem !important;
    }

    .pr35-xl {
        padding-right: 3.5rem !important;
    }

    .pr40-xl {
        padding-right: 4rem !important;
    }

    .pr50-xl {
        padding-right: 5rem !important;
    }

    .pr55-xl {
        padding-right: 5.5rem !important;
    }

    .pr60-xl {
        padding-right: 6rem !important;
    }

    .pr80-xl {
        padding-right: 8rem !important;
    }
}

@media (max-width: 991.98px) {
    .pt0-lg {
        padding-top: 0rem !important;
    }

    .pt05-lg {
        padding-top: .5rem !important;
    }

    .pt08-lg {
        padding-top: .8rem !important;
    }

    .pt10-lg {
        padding-top: 1rem !important;
    }

    .pt15-lg {
        padding-top: 1.5rem !important;
    }

    .pt20-lg {
        padding-top: 2rem !important;
    }

    .pt25-lg {
        padding-top: 2.5rem !important;
    }

    .pt30-lg {
        padding-top: 3rem !important;
    }

    .pt35-lg {
        padding-top: 3.5rem !important;
    }

    .pt40-lg {
        padding-top: 4rem !important;
    }

    .pt50-lg {
        padding-top: 5rem !important;
    }

    .pt55-lg {
        padding-top: 5.5rem !important;
    }

    .pt60-lg {
        padding-top: 6rem !important;
    }

    .pt70-lg {
        padding-top: 7rem !important;
    }

    .pt80-lg {
        padding-top: 8rem !important;
    }

    .pb0-lg {
        padding-bottom: 0rem !important;
    }

    .pb03-lg {
        padding-bottom: .3rem !important;
    }

    .pb05-lg {
        padding-bottom: .5rem !important;
    }

    .pb08-lg {
        padding-bottom: .8rem !important;
    }

    .pb10-lg {
        padding-bottom: 1rem !important;
    }

    .pb15-lg {
        padding-bottom: 1.5rem !important;
    }

    .pb20-lg {
        padding-bottom: 2rem !important;
    }

    .pb25-lg {
        padding-bottom: 2.5rem !important;
    }

    .pb30-lg {
        padding-bottom: 3rem !important;
    }

    .pb35-lg {
        padding-bottom: 3.5rem !important;
    }

    .pb40-lg {
        padding-bottom: 4rem !important;
    }

    .pb50-lg {
        padding-bottom: 5rem !important;
    }

    .pb55-lg {
        padding-bottom: 5.5rem !important;
    }

    .pb60-lg {
        padding-bottom: 6rem !important;
    }

    .pb70-lg {
        padding-bottom: 7rem !important;
    }

    .pb80-lg {
        padding-bottom: 8rem !important;
    }

    .pl0-lg {
        padding-left: 0rem !important;
    }

    .pl05-lg {
        padding-left: .5rem !important;
    }

    .pl08-lg {
        padding-left: .8rem !important;
    }

    .pl10-lg {
        padding-left: 1rem !important;
    }

    .pl15-lg {
        padding-left: 1.5rem !important;
    }

    .pl20-lg {
        padding-left: 2rem !important;
    }

    .pl25-lg {
        padding-left: 2.5rem !important;
    }

    .pl30-lg {
        padding-left: 3rem !important;
    }

    .pl35-lg {
        padding-left: 3.5rem !important;
    }

    .pl40-lg {
        padding-left: 4rem !important;
    }

    .pl50-lg {
        padding-left: 5rem !important;
    }

    .pl55-lg {
        padding-left: 5.5rem !important;
    }

    .pl60-lg {
        padding-left: 6rem !important;
    }

    .pl70-lg {
        padding-left: 7rem !important;
    }

    .pl80-lg {
        padding-left: 8rem !important;
    }

    .pr0-lg {
        padding-right: 0rem !important;
    }

    .pr05-lg {
        padding-right: .5rem !important;
    }

    .pr08-lg {
        padding-right: .8rem !important;
    }

    .pr10-lg {
        padding-right: 1rem !important;
    }

    .pr15-lg {
        padding-right: 1.5rem !important;
    }

    .pr20-lg {
        padding-right: 2rem !important;
    }

    .pr25-lg {
        padding-right: 2.5rem !important;
    }

    .pr30-lg {
        padding-right: 3rem !important;
    }

    .pr35-lg {
        padding-right: 3.5rem !important;
    }

    .pr40-lg {
        padding-right: 4rem !important;
    }

    .pr50-lg {
        padding-right: 5rem !important;
    }

    .pr55-lg {
        padding-right: 5.5rem !important;
    }

    .pr60-lg {
        padding-right: 6rem !important;
    }

    .pr80-lg {
        padding-right: 8rem !important;
    }
}

@media (max-width: 767.98px) {
    .pt0-md {
        padding-top: 0rem !important;
    }

    .pt05-md {
        padding-top: .5rem !important;
    }

    .pt08-md {
        padding-top: .8rem !important;
    }

    .pt10-md {
        padding-top: 1rem !important;
    }

    .pt15-md {
        padding-top: 1.5rem !important;
    }

    .pt20-md {
        padding-top: 2rem !important;
    }

    .pt25-md {
        padding-top: 2.5rem !important;
    }

    .pt30-md {
        padding-top: 3rem !important;
    }

    .pt35-md {
        padding-top: 3.5rem !important;
    }

    .pt40-md {
        padding-top: 4rem !important;
    }

    .pt50-md {
        padding-top: 5rem !important;
    }

    .pt55-md {
        padding-top: 5.5rem !important;
    }

    .pt60-md {
        padding-top: 6rem !important;
    }

    .pt70-md {
        padding-top: 7rem !important;
    }

    .pt80-md {
        padding-top: 8rem !important;
    }

    .pb0-md {
        padding-bottom: 0rem !important;
    }

    .pb03-md {
        padding-bottom: .3rem !important;
    }

    .pb05-md {
        padding-bottom: .5rem !important;
    }

    .pb08-md {
        padding-bottom: .8rem !important;
    }

    .pb10-md {
        padding-bottom: 1rem !important;
    }

    .pb15-md {
        padding-bottom: 1.5rem !important;
    }

    .pb20-md {
        padding-bottom: 2rem !important;
    }

    .pb25-md {
        padding-bottom: 2.5rem !important;
    }

    .pb30-md {
        padding-bottom: 3rem !important;
    }

    .pb35-md {
        padding-bottom: 3.5rem !important;
    }

    .pb40-md {
        padding-bottom: 4rem !important;
    }

    .pb50-md {
        padding-bottom: 5rem !important;
    }

    .pb55-md {
        padding-bottom: 5.5rem !important;
    }

    .pb60-md {
        padding-bottom: 6rem !important;
    }

    .pb70-md {
        padding-bottom: 7rem !important;
    }

    .pb80-md {
        padding-bottom: 8rem !important;
    }

    .pl0-md {
        padding-left: 0rem !important;
    }

    .pl05-md {
        padding-left: .5rem !important;
    }

    .pl08-md {
        padding-left: .8rem !important;
    }

    .pl10-md {
        padding-left: 1rem !important;
    }

    .pl15-md {
        padding-left: 1.5rem !important;
    }

    .pl20-md {
        padding-left: 2rem !important;
    }

    .pl25-md {
        padding-left: 2.5rem !important;
    }

    .pl30-md {
        padding-left: 3rem !important;
    }

    .pl35-md {
        padding-left: 3.5rem !important;
    }

    .pl40-md {
        padding-left: 4rem !important;
    }

    .pl50-md {
        padding-left: 5rem !important;
    }

    .pl55-md {
        padding-left: 5.5rem !important;
    }

    .pl60-md {
        padding-left: 6rem !important;
    }

    .pl70-md {
        padding-left: 7rem !important;
    }

    .pl80-md {
        padding-left: 8rem !important;
    }

    .pr0-md {
        padding-right: 0rem !important;
    }

    .pr05-md {
        padding-right: .5rem !important;
    }

    .pr08-md {
        padding-right: .8rem !important;
    }

    .pr10-md {
        padding-right: 1rem !important;
    }

    .pr15-md {
        padding-right: 1.5rem !important;
    }

    .pr20-md {
        padding-right: 2rem !important;
    }

    .pr25-md {
        padding-right: 2.5rem !important;
    }

    .pr30-md {
        padding-right: 3rem !important;
    }

    .pr35-md {
        padding-right: 3.5rem !important;
    }

    .pr40-md {
        padding-right: 4rem !important;
    }

    .pr50-md {
        padding-right: 5rem !important;
    }

    .pr55-md {
        padding-right: 5.5rem !important;
    }

    .pr60-md {
        padding-right: 6rem !important;
    }

    .pr80-md {
        padding-right: 8rem !important;
    }
}

@media (max-width: 575.98px) {
    .pt0-sm {
        padding-top: 0rem !important;
    }

    .pt05-sm {
        padding-top: .5rem !important;
    }

    .pt08-sm {
        padding-top: .8rem !important;
    }

    .pt10-sm {
        padding-top: 1rem !important;
    }

    .pt15-sm {
        padding-top: 1.5rem !important;
    }

    .pt20-sm {
        padding-top: 2rem !important;
    }

    .pt25-sm {
        padding-top: 2.5rem !important;
    }

    .pt30-sm {
        padding-top: 3rem !important;
    }

    .pt35-sm {
        padding-top: 3.5rem !important;
    }

    .pt40-sm {
        padding-top: 4rem !important;
    }

    .pt50-sm {
        padding-top: 5rem !important;
    }

    .pt55-sm {
        padding-top: 5.5rem !important;
    }

    .pt60-sm {
        padding-top: 6rem !important;
    }

    .pt70-sm {
        padding-top: 7rem !important;
    }

    .pt80-sm {
        padding-top: 8rem !important;
    }

    .pb0-sm {
        padding-bottom: 0rem !important;
    }

    .pb03-sm {
        padding-bottom: .3rem !important;
    }

    .pb05-sm {
        padding-bottom: .5rem !important;
    }

    .pb08-sm {
        padding-bottom: .8rem !important;
    }

    .pb10-sm {
        padding-bottom: 1rem !important;
    }

    .pb15-sm {
        padding-bottom: 1.5rem !important;
    }

    .pb20-sm {
        padding-bottom: 2rem !important;
    }

    .pb25-sm {
        padding-bottom: 2.5rem !important;
    }

    .pb30-sm {
        padding-bottom: 3rem !important;
    }

    .pb35-sm {
        padding-bottom: 3.5rem !important;
    }

    .pb40-sm {
        padding-bottom: 4rem !important;
    }

    .pb50-sm {
        padding-bottom: 5rem !important;
    }

    .pb55-sm {
        padding-bottom: 5.5rem !important;
    }

    .pb60-sm {
        padding-bottom: 6rem !important;
    }

    .pb70-sm {
        padding-bottom: 7rem !important;
    }

    .pb80-sm {
        padding-bottom: 8rem !important;
    }

    .pl0-sm {
        padding-left: 0rem !important;
    }

    .pl05-sm {
        padding-left: .5rem !important;
    }

    .pl08-sm {
        padding-left: .8rem !important;
    }

    .pl10-sm {
        padding-left: 1rem !important;
    }

    .pl15-sm {
        padding-left: 1.5rem !important;
    }

    .pl20-sm {
        padding-left: 2rem !important;
    }

    .pl25-sm {
        padding-left: 2.5rem !important;
    }

    .pl30-sm {
        padding-left: 3rem !important;
    }

    .pl35-sm {
        padding-left: 3.5rem !important;
    }

    .pl40-sm {
        padding-left: 4rem !important;
    }

    .pl50-sm {
        padding-left: 5rem !important;
    }

    .pl55-sm {
        padding-left: 5.5rem !important;
    }

    .pl60-sm {
        padding-left: 6rem !important;
    }

    .pl70-sm {
        padding-left: 7rem !important;
    }

    .pl80-sm {
        padding-left: 8rem !important;
    }

    .pr0-sm {
        padding-right: 0rem !important;
    }

    .pr05-sm {
        padding-right: .5rem !important;
    }

    .pr08-sm {
        padding-right: .8rem !important;
    }

    .pr10-sm {
        padding-right: 1rem !important;
    }

    .pr15-sm {
        padding-right: 1.5rem !important;
    }

    .pr20-sm {
        padding-right: 2rem !important;
    }

    .pr25-sm {
        padding-right: 2.5rem !important;
    }

    .pr30-sm {
        padding-right: 3rem !important;
    }

    .pr35-sm {
        padding-right: 3.5rem !important;
    }

    .pr40-sm {
        padding-right: 4rem !important;
    }

    .pr50-sm {
        padding-right: 5rem !important;
    }

    .pr55-sm {
        padding-right: 5.5rem !important;
    }

    .pr60-sm {
        padding-right: 6rem !important;
    }

    .pr80-sm {
        padding-right: 8rem !important;
    }
}


/*가로*/
.w-auto {
    width: auto !important
}

.w10 {
    width: 10px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px !important;
}

.w220 {
    width: 220px !important;
}

.w230 {
    width: 230px !important;
}

.w240 {
    width: 240px !important;
}

.w250 {
    width: 250px !important;
}

.w260 {
    width: 260px !important;
}

.w270 {
    width: 270px !important;
}

.w280 {
    width: 280px !important;
}

.wp100 {
    width: 100% !important;
}

.wp90 {
    width: 90% !important;
}

.wp80 {
    width: 80% !important;
}

.wp70 {
    width: 70% !important;
}

.wp60 {
    width: 60% !important;
}

.wp50 {
    width: 50% !important;
}

.wp40 {
    width: 40% !important;
}

.wp30 {
    width: 30% !important;
}

.wp20 {
    width: 20% !important;
}

.wp10 {
    width: 10% !important;
}


@media(max-width:991.98px) {
    .w10-lg {
        width: 10px !important;
    }

    .w20-lg {
        width: 20px !important;
    }

    .w30-lg {
        width: 30px !important;
    }

    .w40-lg {
        width: 40px !important;
    }

    .w50-lg {
        width: 50px !important;
    }

    .w60-lg {
        width: 60px !important;
    }

    .w70-lg {
        width: 70px !important;
    }

    .w80-lg {
        width: 80px !important;
    }

    .w90-lg {
        width: 90px !important;
    }

    .w100-lg {
        width: 100px !important;
    }

    .w110-lg {
        width: 110px !important;
    }

    .w120-lg {
        width: 120px !important;
    }

    .w130-lg {
        width: 130px !important;
    }

    .w140-lg {
        width: 140px !important;
    }

    .w150-lg {
        width: 150px !important;
    }

    .w160-lg {
        width: 160px !important;
    }

    .w170-lg {
        width: 170px !important;
    }

    .w180-lg {
        width: 180px !important;
    }

    .w190-lg {
        width: 190px !important;
    }

    .w200-lg {
        width: 200px !important;
    }

    .w210-lg {
        width: 210px !important;
    }

    .w220-lg {
        width: 220px !important;
    }

    .w230-lg {
        width: 230px !important;
    }

    .w240-lg {
        width: 240px !important;
    }

    .w250-lg {
        width: 250px !important;
    }

    .w260-lg {
        width: 260px !important;
    }

    .w270-lg {
        width: 270px !important;
    }

    .w280-lg {
        width: 280px !important;
    }

    .wp100-lg {
        width: 100% !important;
    }

    .wp90-lg {
        width: 90% !important;
    }

    .wp80-lg {
        width: 80% !important;
    }

    .wp70-lg {
        width: 70% !important;
    }

    .wp60-lg {
        width: 60% !important;
    }

    .wp50-lg {
        width: 50% !important;
    }

    .wp40-lg {
        width: 40% !important;
    }

    .wp30-lg {
        width: 30% !important;
    }

    .wp20-lg {
        width: 20% !important;
    }

    .wp10-lg {
        width: 10% !important;
    }
}

@media(max-width:767.98px) {
    .w10-md {
        width: 10px !important;
    }

    .w20-md {
        width: 20px !important;
    }

    .w30-md {
        width: 30px !important;
    }

    .w40-md {
        width: 40px !important;
    }

    .w50-md {
        width: 50px !important;
    }

    .w60-md {
        width: 60px !important;
    }

    .w70-md {
        width: 70px !important;
    }

    .w80-md {
        width: 80px !important;
    }

    .w90-md {
        width: 90px !important;
    }

    .w100-md {
        width: 100px !important;
    }

    .w110-md {
        width: 110px !important;
    }

    .w120-md {
        width: 120px !important;
    }

    .w130-md {
        width: 130px !important;
    }

    .w140-md {
        width: 140px !important;
    }

    .w150-md {
        width: 150px !important;
    }

    .w160-md {
        width: 160px !important;
    }

    .w170-md {
        width: 170px !important;
    }

    .w180-md {
        width: 180px !important;
    }

    .w190-md {
        width: 190px !important;
    }

    .w200-md {
        width: 200px !important;
    }

    .w210-md {
        width: 210px !important;
    }

    .w220-md {
        width: 220px !important;
    }

    .w230-md {
        width: 230px !important;
    }

    .w240-md {
        width: 240px !important;
    }

    .w250-md {
        width: 250px !important;
    }

    .w260-md {
        width: 260px !important;
    }

    .w270-md {
        width: 270px !important;
    }

    .w280-md {
        width: 280px !important;
    }

    .wp100-md {
        width: 100% !important;
    }

    .wp90-md {
        width: 90% !important;
    }

    .wp80-md {
        width: 80% !important;
    }

    .wp70-md {
        width: 70% !important;
    }

    .wp60-md {
        width: 60% !important;
    }

    .wp50-md {
        width: 50% !important;
    }

    .wp40-md {
        width: 40% !important;
    }

    .wp30-md {
        width: 30% !important;
    }

    .wp20-md {
        width: 20% !important;
    }

    .wp10-md {
        width: 10% !important;
    }
}

@media(max-width:575.98px) {
    .w10-sm {
        width: 10px !important;
    }

    .w20-sm {
        width: 20px !important;
    }

    .w30-sm {
        width: 30px !important;
    }

    .w40-sm {
        width: 40px !important;
    }

    .w50-sm {
        width: 50px !important;
    }

    .w60-sm {
        width: 60px !important;
    }

    .w70-sm {
        width: 70px !important;
    }

    .w80-sm {
        width: 80px !important;
    }

    .w90-sm {
        width: 90px !important;
    }

    .w100-sm {
        width: 100px !important;
    }

    .w110-sm {
        width: 110px !important;
    }

    .w120-sm {
        width: 120px !important;
    }

    .w130-sm {
        width: 130px !important;
    }

    .w140-sm {
        width: 140px !important;
    }

    .w150-sm {
        width: 150px !important;
    }

    .w160-sm {
        width: 160px !important;
    }

    .w170-sm {
        width: 170px !important;
    }

    .w180-sm {
        width: 180px !important;
    }

    .w190-sm {
        width: 190px !important;
    }

    .w200-sm {
        width: 200px !important;
    }

    .w210-sm {
        width: 210px !important;
    }

    .w220-sm {
        width: 220px !important;
    }

    .w230-sm {
        width: 230px !important;
    }

    .w240-sm {
        width: 240px !important;
    }

    .w250-sm {
        width: 250px !important;
    }

    .w260-sm {
        width: 260px !important;
    }

    .w270-sm {
        width: 270px !important;
    }

    .w280-sm {
        width: 280px !important;
    }

    .wp100-sm {
        width: 100% !important;
    }

    .wp90-sm {
        width: 90% !important;
    }

    .wp80-sm {
        width: 80% !important;
    }

    .wp70-sm {
        width: 70% !important;
    }

    .wp60-sm {
        width: 60% !important;
    }

    .wp50-sm {
        width: 50% !important;
    }

    .wp40-sm {
        width: 40% !important;
    }

    .wp30-sm {
        width: 30% !important;
    }

    .wp20-sm {
        width: 20% !important;
    }

    .wp10-sm {
        width: 10% !important;
    }
}




/*공통 체크박스*/
.checkbox_type1,
.radio_type1 {
    margin-right: 25px;
    vertical-align: top;
}

.checkbox_type1.middle,
.radio_type1.middle {
    vertical-align: middle;
}


.checkbox_type1:last-child,
.radio_type1:last-child {
    margin-right: 0;
}

p[class^="checkbox_"] {
    overflow: hidden;
    display: inline-block;
    color: #111;
    font-size: 1.4rem;
}

p[class^="checkbox_"]>input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: -100%;
}

.checkbox_type1>label {
    display: block;
    padding: 5px 0;
    padding-left: 2.5rem;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.8rem;
}


.agree_wrap span {
    font-size: 1.6rem;
}

.checkbox_type1>label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: #f6f6f6;
    border-radius: 3px;
    border: 1px solid #ccc;
    /* 	transition:all .1s ease-in-out; */
}

.checkbox_type1>label::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 3px;
    background: #333;
    border: 1px solid #333;
    z-index: 1;
    display: none;
}

.checkbox_type1>input:checked+label::before {
    display: block;
}


.checkbox_type1.checkbox_square>label::before {
    background: url('../_img/icon/check_green.png')no-repeat center center/ contain;
    border: none;
    border-radius: 0;
    width: 11px;
    height: 11px;
}

.checkbox_type1.checkbox_square>label::after {
    border-radius: 0;
}






/*공통 라디오박스*/
p[class^="radio_"] {
    overflow: hidden;
    display: inline-block;
    color: #111;
    font-size: 1.4rem;
}

p[class^="radio_"]>input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: -100%;
}

.radio_type1>label {
    display: block;
    padding: 5px 0;
    padding-left: 2rem;
    position: relative;
    cursor: pointer;
}

.radio_type1>label::after,
.radio_type1>label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .1s ease-in-out;
    border-radius: 100%;

}

.radio_type1>label::after {
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: 1px solid #444;
}

.radio_type1>input:checked+label::before {
    width: 9px;
    height: 9px;
    background: #444;
    left: 3px;
}



p[class^="radio_"].sm,
p[class^="checkbox_"].sm {
    font-size: 1.4rem;
}

.checkbox_type1.text_none,
.radio_type1.text_none {
    margin-left: 0;
}

.checkbox_type1.text_none>label {
    padding-left: 0px;
    width: 18px;
    height: 18px;
    font-size: 0;
    text-indent: -100px;
}

.checkbox_type1.right>label,
.radio_type1.right>label {
    padding-left: 0;
    padding-right: 30px;
}

.checkbox_type1.right>label::after,
.radio_type1.right>label::after {
    left: auto;
    right: 0;
}


.checkbox_type1.sm>label,
.radio_type1.sm>label {
    padding-left: 24px;
}

.checkbox_type1.right>label,
.radio_type1.right>label {
    padding-left: 0;
    padding-right: 24px;
}

.checkbox_type1.sm>label::after {
    margin-left: 0;
    background: url('/_img/icon/icon_checkbox_type1.png') no-repeat left top / 18px auto;
    width: 18px;
    height: 18px;
}

.checkbox_type1.sm>input:checked+label::after {
    background: url('/_img/icon/icon_checkbox_type1.png') no-repeat left -18px / 18px auto;
}

.radio_type1.sm>label::after {
    width: 18px;
    height: 18px;
    overflow: hidden;
    border: 1px solid #444;
}

.radio_type1.sm>input:checked+label::before {
    width: 10px;
    height: 10px;
    background: #444;
    left: 4px;
}





/*추가 체크박스*/
.checkbox_square,
.checkbox_circle {
    overflow: hidden;
    vertical-align: top;
    font-size: 0 !important
}

.checkbox_square.ntxt label {
    width: 2rem;
    height: 2rem;
    vertical-align: top;
    background: url('/html/_img/comm/check_square.png') no-repeat center top / 2rem auto;
    cursor: pointer;
    position: relative;
}

.checkbox_square.ntxt input:checked+label {
    background: url('/html/_img/comm/check_square.png') no-repeat center bottom / 2rem auto;
}

.checkbox_square:not(.ntxt) label {
    padding: 5px 5px 5px 3.5rem;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
}

.checkbox_square:not(.ntxt) label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/html/_img/comm/check_square.png') no-repeat center top / 2rem auto;
    width: 2rem;
    height: 2rem;
}

.checkbox_square:not(.ntxt) input:checked+label::after {
    background: url('/html/_img/comm/check_square.png') no-repeat center bottom / 2rem auto;
}

/* 수정 " 20230306 */
.checkbox_square input:disabled+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    width: 2rem;
    height: 2rem;
    opacity: .2;
}

/*추가 - 20241011 ysh*/
.checkbox_square.r label {
    padding-left: 0;
    padding-right: 3rem;
    min-width: 2.4rem;
    min-height: 2.4rem;
}

.checkbox_square.r label::after {
    left: auto;
    right: 0;
}

.checkbox_square.r label::after {
    background: url('/html/_img/comm/check_square.png') no-repeat center top / 2.4rem auto;
    width: 2.4rem;
    height: 2.4rem;
}

.checkbox_square.r input:checked+label::after {
    background: url('/html/_img/comm/check_square.png') no-repeat center bottom / 2.4rem auto;
}





.checkbox_circle {
    overflow: hidden;
}

.checkbox_circle.ntxt label {
    width: 2rem;
    height: 2rem;
    vertical-align: top;
    background: url('/html/_img/comm/check_circle.png') no-repeat center top / 2rem auto;
    cursor: pointer;
    position: relative;
}

.checkbox_circle.ntxt input:checked+label {
    background: url('/html/_img/comm/check_circle.png') no-repeat center bottom / 2rem auto;
}

.checkbox_circle:not(.ntxt) label {
    padding: 5px 5px 5px 3.5rem;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.checkbox_circle:not(.ntxt) label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/html/_img/comm/check_circle.png') no-repeat center top / 2rem auto;
    width: 2rem;
    height: 2rem;
}

.checkbox_circle:not(.ntxt) input:checked+label::after {
    background: url('/html/_img/comm/check_circle.png') no-repeat center bottom / 2rem auto;
}

/* 수정 " 20230306 */
.checkbox_circle input:disabled+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    opacity: .2;
}







/*자동등록방지*/
#captcha {}

#captcha legend {
    display: none;
}

#captcha audio {
    vertical-align: middle;
}

#captcha_img {
    height: 54px;
    padding: 5px 5px 2px;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#captcha #captcha_key {
    border: 1px solid #ddd;
    padding: 10px;
    height: 54px;
    border-radius: 8px;
    vertical-align: middle;
}

#mb_recommend_search button {
    border: 0;
    border: 1px solid #222;
    padding: 0px 15px;
    background: #fff;
    height: 48px;
    line-height: 46px;
    font-size: 1.3rem;
    vertical-align: middle;
}

#captcha button {
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.4rem;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
    text-align: center;
    background: #888;
    border: 1px solid #888;
    color: #fff;
}

#captcha_info {
    color: #999;
    font-size: 1.3rem;
    display: block;
    margin: 0.5rem;
}

@media(max-width:767.98px) {
    #captcha audio {
        width: 100%;
        margin-bottom: 5px;
    }

    #captcha_img {
        padding: 5px 0 0;
        width: 100px;
    }

    #captcha #captcha_key {
        padding: 10px;
        width: 85px;
    }

    #captcha button {
        padding: 0 10px;
        font-size: 1.2rem;
        height: 40px;
        line-height: 38px;
    }

    #captcha #captcha_key,
    #captcha_img {
        height: 40px;
    }
}


/**/
.s_only,
.sound_only {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
    font-size: 0;
}


/*게시판 공통 css*/


/********* 비밀번호 팝업 *********/
#password_check_pop {}

#password_check_pop .modal-dialog {
    width: 400px;
}

#password_check_pop .modal-content {
    border: 0;
    border-radius: 0;
    padding: 3.5rem;
    background: #fff;
}

#password_check_pop .modal-content h1 {
    border-bottom: 2px solid #000;
    padding-bottom: 1.5rem;
    margin: 0;
    position: relative;
    font-size: 2.2rem;
    font-weight: 800;
}

#password_check_pop .modal-content h1>a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-75%);
    color: #000;
}

#password_check_pop .modal-content fieldset {
    text-align: center;
}

#password_check_pop .modal-content fieldset .password {
    position: relative;
}

#password_check_pop .modal-content fieldset .password i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
}

#password_check_pop .modal-content fieldset input[type='password'] {
    width: 100%;
    margin: 15px 0 15px;
    background: #f9f9f9;
    padding-left: 40px;
}

#password_check_pop .modal-content fieldset input[type='submit'] {
    height: 50px;
    width: 100px;
    text-align: center;
    color: #fff;
    background: #000;
    border: 0;
    font-size: 1.6rem;
}

@media(max-width:485px) {
    #password_check_pop .modal-dialog {
        width: 90%;
    }
}

/********* //비밀번호 팝업 *********/



/********* 게시판 카테고리 *********/
#board_category {
    text-align: center;
    margin-bottom: 3rem;
}

#board_category>ul {
    display: inline-block;
    vertical-align: top;
}

#board_category>ul>li {
    float: left;
    margin-left: -1px;
}

#board_category>ul>li>a {
    display: block;
    font-size: 1.8rem;
    color: #555;
    padding: 0px 15px;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    padding: 1.4rem;
    width: 140px;
}

#board_category>ul>li>a#bo_cate_on {
    background: #273346;
    color: #fff;
    border: 1px solid #273346;
}

@media(max-width:991.98px) {
    #board_category>ul {
        display: block;
    }

    #board_category>ul>li {
        float: left;
        margin-left: -1px;
        margin-top: -1px;
        width: 33.33%;
    }

    #board_category>ul>li>a {
        padding: 1rem;
        width: 100%;
    }
}

/********* //게시판 카테고리 *********/



/*********상단 검색 *********/
#board_list_wrap_wrap {}

#board_list_wrap>#board_top {
    margin-bottom: 2rem;
}

#board_list_wrap>#board_top>.total {
    float: left;
    color: #222;
    font-size: 1.5rem;
    margin-top: 30px;
}

#board_list_wrap>#board_top>.total>strong {}

#board_list_wrap>#board_top>.board_search {
    float: right;
}

#board_list_wrap>#board_top>.board_search .box {
    display: table;
}

#board_list_wrap>#board_top>.board_search .box>div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

#board_list_wrap>#board_top>.board_search .box>div:first-child {
    padding-left: 0;
}

#board_list_wrap>#board_top>.board_search .box>div:last-child {
    width: 50px;
}


#board_list_wrap>#board_top>.board_search input,
#board_list_wrap>#board_top>.board_search select {
    border: 1px solid #ddd;
    height: 50px;
    padding: 10px 15px;
    font-size: 1.6rem;
    width: 100%;
}

#board_list_wrap>#board_top>.board_search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../_img/board/board_select_arrow.png') no-repeat 90% center / 10px 10px;
}

#board_list_wrap>#board_top>.board_search button {
    border: 0;
    background: #222;
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 2.4rem;
}

@media(max-width:767.98px) {
    #board_list_wrap>#board_top>.total {
        float: none;
        margin-top: 20px;
    }

    #board_list_wrap>#board_top>.board_search {
        float: none;
    }

    #board_list_wrap>#board_top>.board_search .box {
        width: 100%;
    }
}

/********* //상단 검색 *********/




/********* 게시판 페이지 *********/
.page_wrap {
    text-align: center;
    margin-top: 4rem;
}

.page_wrap>.page_inner {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.page_wrap>.page_inner>li {
    float: left;
}

.page_wrap>.page_inner>li>strong,
.page_wrap>.page_inner>li>a {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    line-height: 4.4rem;
    border-radius: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666;
}

.page_wrap>.page_inner>li>strong {
    background: #000;
    color: #fff;
}

.page_wrap>.page_inner>li.arrow>a {
    border: 1px solid #ddd;
}

.page_wrap>.page_inner>li.arrow_left1>a {
    background: #fff url('../_img/board/icon_page_arrow1.png') no-repeat center center / 11px 11px;
}

.page_wrap>.page_inner>li.arrow_left2>a {
    background: #fff url('../_img/board/icon_page_arrow2.png') no-repeat center center / 11px 11px;
}

.page_wrap>.page_inner>li.arrow_right1>a {
    background: #fff url('../_img/board/icon_page_arrow3.png') no-repeat center center / 11px 11px;
}

.page_wrap>.page_inner>li.arrow_right2>a {
    background: #fff url('../_img/board/icon_page_arrow4.png') no-repeat center center / 11px 11px;
}

/********* //게시판 페이지 *********/




/********* 게시판 파일첨부 스타일 *********/
.fileBox.fileBox_board {
    width: 100%;
    max-width: 650px !important;
    position: relative;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 130px;
}

.fileBox.fileBox_board .fileName {
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 1px solid #ccc;
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.6rem;
    background-color: #f6f6f6;
    border-radius: 8px !important;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileBox.fileBox_board .btn_file {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 15px;
    z-index: 5;
}

.fileBox.fileBox_board .btn_file>span {
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    text-align: center;
    line-height: 48px;
    height: 50px;
    background: #fff;
    border: 1px solid #222;
}

.fileBox.fileBox_board .btn_file>span>i {
    display: inline-block;
    font-style: normal;
    padding-left: 20px;
    color: #222;
    background: url('../_img/board/icon_file_clip.png') no-repeat left center / 13px auto;
}

.fileBox.fileBox_board input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media(max-width:991.98px) {
    .fileBox.fileBox_board .fileName {
        height: 40px;
        line-height: 38px;
        font-size: 1.4rem;
    }
}

/********* //게시판 파일첨부 스타일 *********/



/********* 게시판 form *********/
.form-member,
.form-board {
    border: 1px solid #ccc;
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.6rem;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
}

.form-member,
.form-board {
    position: relative;
}

p.datepicker,
p.datetimepicker {
    position: relative;
}

p.datepicker:after,
p.datetimepicker:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 23px;
    height: 23px;
    background: url(../_img/board/icon_calendar.png) no-repeat center center / 23px auto;
}

@media(max-width:991.98px) {

    p.datepicker:after,
    p.datetimepicker:after {
        right: 10px;
        top: 10px;
        width: 18px;
        height: 18px;
        background: url(../_img/board/icon_calendar.png) no-repeat center center / 18px auto;
    }
}

.form-board.form-board-sm {
    width: 160px;
}

.form-board.form-board-full {
    width: 100%;
}

.form-board[readonly],
.form-board[readonly="readonly"],
.form-board[disabled],
.form-board[disabled="disabled"] {
    background: #f6f6f6;
}

textarea.nm_content {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    padding: 10px 15px;
    width: 100%;
    min-height: 150px;
    background: #f6f6f6;
    border-radius: 8px;
}

textarea#wr_content {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    padding: 10px 15px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 8px;
}

select.form-board {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/resources/images/before/icon_sel.png') no-repeat right 9px center #f6f6f6;
}

select.form-board::-ms-expand {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media(max-width:991.98px) {
    select.form-board {
        background-size: 8px;
    }
}

.btn-board-form {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    background: #fff;
    height: 50px;
    line-height: 48px;
    padding: 0px 15px;
    vertical-align: top;
    min-width: 120px;
    text-align: center;
}

.btn-board-form2 {
    display: inline-block;
    border: 1px solid #2e2e2e;
    color: #fff;
    background: #2e2e2e;
    height: 50px;
    line-height: 48px;
    padding: 0px 15px;
    vertical-align: top;
    min-width: 120px;
    text-align: center;
}


@media (max-width: 1199.98px) {
    .form-board {
        width: 280px;
    }
}

@media (max-width: 991.98px) {
    .form-board {
        width: 100% !important;
    }

    .form-member,
    .form-board {
        font-size: 1.4rem;
    }

    .form-member,
    .form-board {
        font-size: 1.4rem;
        height: 40px;
        line-height: 38px;
    }
}

/********* //게시판 form *********/




/********* 게시판 하단 버튼 *********/
#board_btn_wrap {
    margin-top: 4rem;
    text-align: right;
    width: 100%;
}

#board_btn_wrap>ul {
    display: inline-block;
    vertical-align: top;
}

#board_btn_wrap>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

#board_btn_wrap [class^="btn-"] {
    display: block;
    /* 	border-radius:5px; */
    padding: 1.2rem 4.4rem;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    min-width: 13rem;
    border-radius: 8px;
    font-weight: 700;
}

#board_btn_wrap .btn-black {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

#board_btn_wrap .btn-black-o {
    background: #888888;
    color: #fff;
    border: 1px solid #888888;
}

#board_btn_wrap .btn-navy {
    background: #273346;
    color: #fff;
    border: 1px solid #273346;
}

#board_btn_wrap .btn-white {
    background: #fff;
    color: #333;
    border: 1px solid #333;
}

@media(max-width:991.98px) {
    #board_btn_wrap [class^="btn-"] {
        padding: 0.8rem 1rem;
        font-size: 1.3rem;
        min-width: 6rem;
    }
}

/********* //게시판 하단 버튼 *********/






/********* 게시판 댓글 *********/

.board_comment {
    margin-top: 4rem;
}

.board_comment>h4 {
    font-size: 1.8rem;
    font-weight: 800;
    padding-bottom: 1.5rem;
}

.board_comment>h4>span {
    color: red;
    font-weight: 400;
}

.board_comment #bo_vc {}

.board_comment #bo_vc>article {

    border-top: 1px solid #ddd;
}

.board_comment #bo_vc>article>.inner {
    padding: 2rem 1.5rem;
    position: relative;
}

.board_comment #bo_vc>article.dp_comm>.inner {
    background: url('../_img/board/icon_comment_arrow.png') no-repeat left 3rem / 15px auto;
}

.board_comment #bo_vc>article .cm_wrap {}

.board_comment #bo_vc>article .cm_wrap .name {
    color: #222;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.board_comment #bo_vc>article .cm_wrap .cmt_contents {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 1.5rem;
}

.board_comment #bo_vc>article .cm_wrap .s_cmt {
    color: #999;
}


.board_comment #bo_vc>article .bo_vl_opt {}

.board_comment #bo_vc>article .bo_vl_opt time {
    font-size: 1.4rem;
    color: #666;
    margin-right: 10px;
}

.board_comment #bo_vc>article .bo_vl_opt a {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    color: #666;
    padding: 3px 10px;
    border-radius: 20px;
}

.board_comment #bo_vc>article .bo_vl_opt a.btn-del {
    background: #d9d9d9;
    color: #666
}

.board_comment .bo_vcw_box {
    background: #f4f4f4;
    padding: 15px;
    margin-top: 1rem;
}

.board_comment .bo_vcw_box textarea {
    border: 1px solid #fff;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 140px;
    font-size: 1.6rem;

}

.board_comment .bo_vcw_box .bo_vc_w_wr {
    margin-top: 5px;
}

.board_comment .bo_vcw_box .bo_vc_w_wr .bo_vcw_inner {
    display: table;
    width: 100%;
}

.board_comment .bo_vcw_box .bo_vc_w_wr .bo_vcw_inner>div {
    display: table-cell;
    vertical-align: middle;
}

.board_comment .bo_vcw_box .bo_vc_w_wr .bo_vcw_inner>div:nth-child(2) {
    text-align: right;
}

.board_comment .bo_vcw_box .bo_vc_w_wr .bo_vcw_inner>div input[type="text"],
.board_comment .bo_vcw_box .bo_vc_w_wr .bo_vcw_inner>div input[type="password"] {
    border: 1px solid #fff;
    background: #fff;
    height: 50px;
    padding: 0px 10px;
    width: 200px;
    margin-right: 5px;
    font-size: 1.6rem;
}

.board_comment .bo_vcw_box .bo_vc_w_wr .bo_vcw_inner>div .btn_submit {
    border: 1px solid #273346;
    background: #273346;
    height: 50px;
    padding: 0px 10px;
    width: 160px;
    color: #fff;
    font-size: 1.6rem;
}

.board_comment #captcha {
    margin-top: 10px;
}

#bo_vc_empty {
    padding: 25px 15px;
    text-align: center;
    color: #999;
    font-size: 1.6rem;
    background: #f4f4f4;
}

/********* //게시판 댓글 *********/

.note-editor.note-frame,
.note-editor.note-airframe {
    margin-top: 4px;
}

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    background: #fff;
}


select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/resources/images/before/icon_sel.png') no-repeat right 9px center #f6f6f6;
}

select::-ms-expand {
    display: none;
}

@media(max-width:991.98px) {
    select {
        background-size: 8px;
    }
}


/*서브 공통*/
.flex-box {
    display: flex;
}

.flex-box.align-center {
    align-items: center;
}

.flex-box.justify-conter {
    justify-content: center;
}

.flex-box.space-around {
    justify-content: space-around;
}

.flex-box.space-between {
    justify-content: space-between;
}

.ul_table>li {
    margin-bottom: 4rem;
}

.ul_table>li>select,
.ul_table>li>input {
    margin-bottom: 3px;
}

.ul_table>li>select:last-child,
.ul_table>li>input:last-child {
    margin-bottom: 0;
}

[class*="btn_add"] {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    max-width: 12rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1.2rem 2rem;
    cursor: pointer;
    font-weight: 700;
}

[class*="time_reset"] {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    max-width: 12rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1.6rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
}

.btn_add,
.btn_add2,
.time_reset {
    min-width: 50px;
    background: #333;
    color: #fff;
    display: inline-block;
}

.time_reset {
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: unset;
    height: 48px;
    font-size: 1.5rem;
    white-space: nowrap;
}

@media(max-width:767.98px) {
    .time_reset {
        height: 40px;

        margin-top: 3px;
    }
}

.etc_setting_btn.is-open i {
    transform: rotate(180deg);
}

.btn_focus {
    background: #333;
    border: 1px solid #ff0000;
    color: #ff0000;
    display: inline-block;
}

@media(max-width:991.98px) {
    [class*="btn_add"] {
        padding: 6px 1rem;
        font-size: 1.3rem;
        min-width: 50px;
    }

    .btn_add,
    .btn_add2 {}
}


.funeral_reg .btn_mn_add {
    max-width: 18rem;
    padding: 1.2rem 4rem;
}

@media(max-width:991.98px) {
    .funeral_reg .btn_mn_add {
        padding: 1rem 3rem;
        font-size: 1.4rem;
    }

    [class*="time_reset"] {
        padding: 1.1rem 0.8rem;

    }
}

@media(max-width:767.98px) {

    .pc_only,
    .only_pc {
        display: none !important
    }
}

@media(min-width:768px) {

    .mo_only,
    .only_mo {
        display: none !important
    }
}

@media(max-width:991.98px) {

    .pc_only_md,
    .only_pc_md {
        display: none !important
    }
}

@media(min-width:992px) {

    .mo_only_md,
    .only_mo_md {
        display: none !important
    }
}


.reg_btns {}

.upd_div {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    font-size: 18px;
}

.upd_div>.upd_item {
    flex-basis: 0;
    flex-grow: 1;
    background: #fff;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.upd_div>.upd_item.btn_remove {
    background: #888;
}

.upd_div>.upd_item.mouners_up {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.upd_div>a i {
    font-size: 1.6rem;
    color: #212529;
}

.upd_div>.upd_item.btn_remove i {
    color: #fff;
}

@media(max-width:991.98px) {
    .upd_div>.upd_item {
        width: 40px;
        /* height: 40px; */
    }

    .upd_div>.upd_item i {
        font-size: 1.6rem;
    }
}

/*.chunk_wrap2 .upd_div*/
.chunk_wrap2 .upd_div {
    height: 111px;
}

.chunk_wrap2 .upd_div .btn_control {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.chunk_wrap2 .upd_div .btn_control a {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.chunk_wrap2 .upd_div .btn_control a:first-child {
    border-bottom: 1px solid #ddd;
}

.chunk_wrap2 .upd_div .btn_control a i {
    font-size: 16px;
}

.chunk_wrap2 .upd_div .btn_remove {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}





.chunk_wrap {}

.chunk_wrap>.chunk:first-child {
    border-top: 0px dotted #333;
    /*border-bottom:1px dotted #333;*/
}

.chunk_wrap>.chunk {

    position: relative;

    /*border-bottom:1px dotted #333;*/
}

.chunk_wrap>.chunk+.chunk {
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px dotted #333;
}

.chunk_wrap>.chunk:last-child {
    margin-bottom: 8px;
}

.chunk_wrap>.chunk:last-child {
    border-bottom: 0px dotted #333;
}

.chunk_wrap>.chunk .flex-box select {
    width: calc(100% - 50px);
}


@media(max-width:991.98px) {
    .chunk_wrap>.chunk .flex-box select {
        width: calc(100% - 40px);
    }

    .funeral_reg .ul_table>li .chunk_wrap .row.row-none .pl05 {
        padding-left: 5px !important;
        margin-top: 0 !important;
    }

    .funeral_reg .ul_table>li .chunk_wrap .row.row-none>div:nth-child(1),
    .funeral_reg .ul_table>li .chunk_wrap .row.row-none>div:nth-child(2) {
        margin-bottom: 5px;
    }

    .funeral_reg .ul_table>li .chunk_wrap .row.row-none>div:nth-child(3).pl05 {
        padding-left: 0 !important;
    }
}

/*chunk_wrap2*/
.chunk_wrap.chunk_wrap2 {
    margin-top: 5px
}

.chunk_wrap.chunk_wrap2>.chunk {
    position: relative;
    /*border-bottom:1px dotted #333;*/
}

.chunk_wrap.chunk_wrap2>.chunk+.chunk {
    padding-top: 10px;
}

.chunk_wrap.chunk_wrap2>.chunk .flex-box select {
    width: calc(100% - 50px);
}

.chunk_wrap.chunk_wrap2>.chunk {
    display: flex;
}

.chunk_wrap.chunk_wrap2>.chunk .chunk_form_group {
    width: 100%;
}

.chunk_wrap.chunk_wrap2>.chunk .chunk_group_control {
    width: 80px;
    flex-shrink: 0;
    padding-left: 5px;
}

/*chunk_wrap3*/
.chunk_wrap3>.chunk {
    display: flex;
    gap: 0 5px;
}

.chunk_wrap3>.chunk .text_width_helper {
    position: absolute;
    left: 0;
    font-size: 1.6rem;
    opacity: 0;
    z-index: -1;
}

.chunk_wrap.chunk_wrap3>.chunk+.chunk {
    padding-top: 10px;
}

.chunk_wrap3>.chunk>div.col_mourner {
    width: 16%;
    position: relative;
    flex-shrink: 0;
}

.chunk_wrap3>.chunk>div.col_mourner .mourner_rl_write {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.chunk_wrap3>.chunk>div.col_mourner .mourner_rl_write input {
    padding-right: 22px;
    letter-spacing: -0.04em;
    padding-left: 8px;
}

.chunk_wrap3>.chunk>div.col_mourner .mourner_rl_write button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none;
    color: #222;
    z-index: 1;
    width: auto;
    padding: 6px;
    margin: 0;
}

.chunk_wrap3>.chunk>div.col_mourner .mourner_rl_write button i {
    color: #000;
    transform: scale(2);
}

.chunk_wrap3>.chunk>div.col_name {
    width: calc(68% - 10px);
    flex-shrink: 0;
}

.chunk_wrap3>.chunk>div.col_sumit {
    width: 15%;
    max-width: 50px;
    flex-shrink: 0;
}

.chunk_wrap3>.chunk>div.col_sumit a {
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: unset;
    height: 52px;
    border-radius: 8px;
}

.chunk_wrap3>.chunk>div.col_name .name_write_input {
    min-width: 6rem;
    flex-shrink: 0;
}

.chunk_wrap3>.chunk>div.col_control {
    width: 16%;
    display: flex;
    font-size: 1.3rem;
    letter-spacing: -0.04em;
    line-height: 1.2;
    flex-shrink: 0;
}

.chunk_wrap3>.chunk>div.col_control a:nth-child(1) {
    border-radius: 8px 0 0 8px;
}

.chunk_wrap3>.chunk>div.col_control a {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100%/3);
    border-right: 0;
    cursor: pointer;
}

.chunk_wrap3>.chunk>div.col_control .btn_remove {
    width: calc(100%/3);
    background: #999;
    border: 1px solid #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 8px 8px 0;
    cursor: pointer;
}

.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 10px;
}

.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
}

.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar-button {
    display: none;
}


/*.chunk_wrap_m*/
.funeral_reg .chunk_wrap_m {}

.funeral_reg .chunk_wrap_m .chunk {
    flex-wrap: wrap;
    gap: 5px
}

.funeral_reg .chunk_wrap_m .col_mourner {
    order: -2;
    width: 12rem !important;
}

.funeral_reg .chunk_wrap_m .col_control {
    order: -1;
    margin-left: auto;
    width: 14rem !important;
}

.funeral_reg .chunk_wrap_m .col_name {
    width: calc(85% - 5px) !important;
}

.funeral_reg .chunk_wrap_m .col_sumit {
    width: 15% !important;
    max-width: unset !important;
}

.funeral_reg .chunk_wrap_m .list_inbox {
    height: auto;
    min-height: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    overflow: hidden !important;
}

.funeral_reg .chunk_wrap_m .list_inbox>.name_box {
    flex-wrap: wrap;
    align-items: flex-start;
}

.funeral_reg .chunk_wrap_m .list_inbox>.name_box>p {
    word-break: break-all;
    white-space: unset;
}

.funeral_reg .chunk_wrap_m>.chunk>div.col_name .name_write_input {
    width: 100%;
}


[class*="bottom_btn_box"] {
    margin-top: 6rem;
    text-align: right;
}

[class*="bottom_btn_box"]::after {
    content: '';
    display: block;
    clear: both;
}

[class*="bottom_btn_box"] a {
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    min-width: 25rem;
    margin: 0 0.4rem;
    float: left;
}

[class*="bottom_btn_box"] a.submit_btn {
    background: #333;
    color: #fff !important;
    font-size: 2rem;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 15px 10px;
    outline: none;
    max-width: 22rem;
    font-weight: 700;
    margin: 0 auto;
}

[class*="bottom_btn_box"] a.send_btn {
    background: #b38b2d;
    color: #fff !important;
    font-size: 2rem;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 15px 10px;
    outline: none;
    font-weight: 700;
    margin: 0 auto;
}


[class*="bottom_btn_box"] a.send_btn2 {
    background: #000000;
    color: #fff !important;
    font-size: 2rem;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 15px 10px;
    outline: none;

    font-weight: 700;
    margin: 0 auto;
}

.mobile_bugo a.send_btn2 {
    max-width: 50%;
}

[class*="bottom_btn_box"] a.send_btn.none,
[class*="bottom_btn_box"] a.send_btn2.none {
    display: none !important;
}

[class*="bottom_btn_box"] [class*="btn"] {
    background: #333333;
    color: #fff !important;
    font-size: 1.4rem;
    font-size: 2rem;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 15px 10px;
    outline: none;
    text-align: center;
    max-width: 56rem;
    font-weight: 700;
    margin: 0 auto;
}

[class*="bottom_btn_box"] .btn-green {
    background: #333;
}

[class*="bottom_btn_box"] .btn-gold {
    background: #e4bc67;
}

[class*="bottom_btn_box"] .btn-crimson {
    background: #FF9933;
}

[class*="bottom_btn_box"] .btn-black {
    border: 1px solid #333;
}

[class*="bottom_btn_box"] .btn-gray {
    background: #525252;
    color: #fff !important;
    border: none;
    font-weight: 700;
}

.bottom_btn_box.center {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_btn_box.center .btn {
    width: auto !important;
    float: unset;
}


@media(max-width:991.98px) {
    [class*="bottom_btn_box"] {
        margin-top: 2rem;
        text-align: center;
    }

    [class*="bottom_btn_box"] a {
        min-width: 8rem;
        margin: 0 auto;
        float: none;
    }

    [class*="bottom_btn_box"] a.submit_btn,
    [class*="bottom_btn_box"] [class*="btn"] {
        font-size: 1.5rem;
        max-width: 20rem;
        padding: 0.9rem 1.2rem;
        box-sizing: border-box;
    }

    .chunk_wrap3>.chunk>div.col_sumit a {
        height: 40px;
    }
}

.form-control {
    border: 1px solid #ccc;
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.6rem;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
}

.form-control.button-green {
    background: #333;
    color: #fff;
    font-weight: 700;
}

.form-control.button-gray {
    background: #525252;
    color: #fff;
    font-weight: 700;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.4rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.search_box {
    background: #fff;
    position: relative;
    padding: 5px;
    border: 1px solid #e2e2e2;
}

.search_box input[type='text'],
.search_box input[type='password'] {
    background: #fff;
    width: 100%;
    padding: 1rem;
    border: 0;
    font-size: 1.4rem;
}

.cta>a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 1.4rem 3rem;
    min-width: 17rem;
    text-align: center;
    border-radius: 0;
    margin: 0 0.2rem;
    border-radius: 8px;
    font-weight: 700;
}

.cta>a.cta-white {
    color: #fff;
    background: #888;
    border: 1px solid #888;
}

.cta>a.cta-green {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

@media(max-width:991.98px) {
    .cta>a {
        font-size: 1.4rem;
        min-width: 7rem !important;
        padding: 0.8rem 1rem;
    }
}

.pager {
    text-align: center;
    font-size: 14px;
    margin-top: 1rem;
}

.pager>li {
    color: #333;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.pager>li i {
    font-size: 20px;
    transform: translateY(1px);
}

.pager>li a {
    height: 100%;
    width: 100%;
    line-height: 4.5rem;
    display: inline-block;
    color: #333;
}

.share_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.share_wrap>a {
    display: block;
    color: #fff;
    text-align: left;
    margin: 0.5rem auto;
    font-size: 1.5rem;
    position: relative;
    min-height: 54px;
    width: 24%;
    border-radius: 8px;
    text-align: center;
}

.share_wrap1>a {
    width: 99%;
}

.share_wrap2>a {
    width: 99%;
}

.share_wrap>a i {
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.share_wrap>a.sns-text {
    background: #333;
}

.share_wrap>a.sns-text i {
    font-size: 1.8rem;
}

.share_wrap>a.fu_view {
    background: #333;
    color: #fff !important;
}

.share_wrap>a.fu_view2 {
    background: #1d3b5c;
    color: #fff !important;
}

.share_wrap>a.sns-kakao {
    background: #fae100;
}

.share_wrap>a.sns-kakao i {
    font-size: 2.2rem;
}

.share_wrap>a div {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@media(max-width:991.98px) {
    .share_wrap {
        display: block;
    }

    .share_wrap>a {
        font-size: 1.4rem;
        height: 50px;
        line-height: 50px;
        min-height: 50px;
        width: 100%;
        margin-bottom: 1rem;
        padding: 0 3rem;
    }

    .share_wrap>a div {
        justify-content: flex-start;
    }

    .pager>li a {
        height: 100%;
        width: 100%;
        line-height: 2.5rem;
        display: inline-block;
        color: #333;
    }
}

.bullet-list>li {
    position: relative;
    padding-left: 1rem;
    font-size: 1.3rem;
    color: #888;
    line-height: 1.8;
    word-break: keep-all;
}

.bullet-list>li:last-child {
    margin-bottom: 0;
}

.bullet-list>li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    top: 10px;
    left: 0;
}

.bullet-list2>li {
    position: relative;
    padding-left: 1.3rem;
    font-size: 1.8rem;
    color: #222;
    line-height: 1.8;
    word-break: keep-all;
    font-weight: 500;
}

.bullet-list2>li:last-child {
    margin-bottom: 0;
}

.bullet-list2>li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #222;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 100%;
}

.table_black table {
    width: 100%;
    border-top: 2px solid #000;
}

.table_black table th,
.table_black table td {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    padding: 1.7rem 2px;
    line-height: 1.5;
    border-bottom: 1px solid #e2e2e2;
}

.table_black table thead tr th {
    color: #000;
    font-weight: 700;
}

.table_black table t.w_body tr td {
    color: #333;
    background: #fff;
}

.table_black table t.w_body tr td [class*="cta-"] {
    font-size: 1.3rem;
    display: inline-block;
    ;
    text-align: center;
    margin: 3px 0;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.table_black table t.w_body tr td .cta-basic1 {
    background: #333;
    color: #fff;
}

.table_black table t.w_body tr td .cta-basic2 {
    background: #dbdbdb;
    color: #fff;
}

.table_black table t.w_body tr td .cta-basic3 {
    background: #fff;
    color: #333;
    box-shadow: inset 0 0 0 1px #333;
}

.table_black table t.w_body tr td .cta-modify {
    background: #333;
    color: #fff;
}

.table_black table t.w_body tr td .cta-delete {
    background: #dbdbdb;
    color: #222;
}

/*table_black2*/
.table_black2 table {
    border-top: 2px solid #000;
    width: 100%;
}

.table_black2 table th {
    background: #f2f2f2;
    font-weight: 600;
}

.table_black2 table th strong {
    display: block;
    margin-bottom: 5px;
}

.table_black2 table th,
.table_black2 table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: middle;
}

.table_black2 table th:first-child,
.table_black2 table td:first-child {
    border-left: 0;

}

@media(max-width:576.98px) {

    .table_black2 table th,
    .table_black2 table td {
        padding: 5px;
    }
}

@media(max-width: 400px) {

    .table_black2 table th,
    .table_black2 table td {
        font-size: 12px;
    }
}

@media(max-width: 333px) {

    .table_black2 table th,
    .table_black2 table td {
        font-size: 12px;
    }
}


.table-like-white {
    border-top: 2px solid #000;
    background: #fff;
}

.table-like-white>a {
    color: #222;
    display: block;
}

.table-like-white dl {
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}

.table-like-white dl dt,
.table-like-white dl dd {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem 0;
}

.table-like-white dl dt {
    font-weight: 700;
    text-align: center;
    width: 25%;
    background: #f3f3f3;
}

.table-like-white dl dd {
    width: 75%;
    word-break: break-all;
    padding-right: 1rem;
}

.table-like-white.updown dl {
    display: block;
    padding: 1.5rem;
}

.table-like-white.updown dl dt,
.table-like-white.updown dl dd {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 1.6rem;
}

.table-like-white.updown dl dd {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.table-like-white .if_nothing {
    text-align: center;
    padding: 2rem;
    background: #f7f7f7;
}

.table-like-white ul {
    width: 100%;
    padding: 1.5rem;
    border-top: 1px solid #ebebeb;
}

.table-like-white ul>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.8;
    font-size: 1.3rem;
}

.table-like-white ul.total>li {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
}

@media(max-width:991.98px) {

    .table_black table th,
    .table_black table td {
        font-size: 1.3rem;
        background: #fff;
    }

    .table-like-white dl dt,
    .table-like-white dl dd {
        font-size: 1.5rem;
    }

    .table-like-white.updown dl dt,
    .table-like-white.updown dl dd {
        width: 100%;
        text-align: left;
        padding: 0;
        font-size: 1.5rem;
    }

    .table-like-white ul.total>li {
        font-size: 1.5rem;
    }

    .table_black table t.w_body tr td [class*="cta-"] {
        padding: 0.5rem 0.6rem;
        font-size: 1.2rem;
    }
}


.table_1>table {
    width: 100%;
    border-top: 2px solid #000;
}

.table_1>table tr th,
.table_1>table tr td {
    font-size: 1.6rem;
    color: #333;
    font-weight: 400;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.6;
}

.table_1>table tr th {
    background: #f3f3f3;
    color: #111;
    font-weight: 700;
    text-align: center;
}

.scroll-info {
    display: none;
}

@media(max-width:991.98px) {

    /* 	.table_1 > table,
	.table_1 > table thead,
	.table_1 > table t.w_body,
	.table_1 > table tr,
	.table_1 > table th,
	.table_1 > table td{
		display:block;
	} */
    .table_1>table colgroup {
        display: none;
    }

    .table_1>table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .table_1>table tr th,
    .table_1>table tr td {
        font-size: 1.5rem;
        padding: 1rem;
        word-break: keep-all;
    }

    .table_1>table tr th {
        display: block;
        width: 27%;
    }

    .table_1>table tr td {
        display: block;
        width: 73%;
        padding: 1.5rem 1rem;
        background: #fff;
        font-weight: 600;
    }

    .mo-scroll {
        overflow-x: scroll;
        width: 100%;
    }

    .mo-scroll>table {
        width: 700px;
    }

    /* 	.scroll-info{
		font-size:1.2rem;
		color:#222;
		margin-bottom: 0.5rem;
		display:block;
		text-align: right;
		margin-top: 3rem;
	} */
}

.table_flex_type1 {
    border-top: 2px solid #000;
    padding: 2rem 0;
}

.table_flex_type1 hr {
    border-top: 1px solid #ddd;
    margin: 1.5rem 0;
}

.table_flex_type1 .tf_row {
    display: flex;
    font-size: 1.8rem;
    align-items: center;
    padding: .6rem 0;
}

.table_flex_type1 .tf_row>.th {
    color: #888;
    width: 10rem;
    flex-shrink: 0;
}

.table_flex_type1 .tf_row>.td {
    flex-grow: 1;
    font-weight: 800;
    color: #000;
}

.table_flex_type1 .mourner_contact {
    font-size: 1.8rem;
    font-weight: 800;
    display: inline-block;
    margin-right: 2rem;
    padding-right: 2.5rem;
    background: url(../_img/icon/icon_tell.png) no-repeat right center / 17px auto;
}

@media (max-width: 991.98px) {
    .sub_wrap .table_flex_type1 p {
        font-size: 1.8rem;
    }
}

@media(max-width:576.98px) {
    .table_flex_type1 .tf_row {
        font-size: 1.6rem;
    }

    .table_flex_type1 .mourner_contact {
        font-size: 1.6rem;
        background: url(../_img/icon/icon_tell.png) no-repeat right center / 15px auto;
    }

    .table_flex_type1 .mourner_no_contact,
    .sub_wrap .table_flex_type1 p {
        font-size: 1.6rem;
    }

    .table_flex_type1 .tf_row>.th {
        width: 7rem;
    }

}


.icon {
    position: absolute;
    top: 5px;
    left: 5px;
    transform: translate(0);

    z-index: 2;
}

.icon [class*="icon-"] {
    color: #fff;
    font-size: 12px;
    width: 5rem;
    padding: 0.1rem 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.icon .icon-best {
    background: #d45e26;
}

.icon .icon-sale {
    background: #3a9100;
}


.tab2>ul {
    display: flex;
}

.tab2>ul>li {
    font-size: 1.6rem;
    font-weight: 400;
    color: #555;
    background: #f2f2f2;
    width: 17rem;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    margin-right: 5px;
}

.tab2>ul>li a {
    color: #555;
    padding: 1.5rem;
    display: block;
}

.tab2>ul>li.on {
    background: #333;
    color: #fff;
}

.tab2>ul>li.on a {
    color: #fff;
}

@media(max-width:991.98px) {
    .tab2 {
        width: 100%;
        height: 41px;
        position: relative;
        margin-bottom: 3rem;
    }

    .tab2>ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 41px;
        z-index: 3;
        box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);
    }

    .tab2>ul li {
        width: 100%;
        margin: 0;
        display: none;
        font-size: 1.5rem;
        border-radius: 0;
    }

    .tab2>ul li.on {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .tab2>ul li.on::after {
        content: '';
        width: 9px;
        height: 6px;
        background: url('../_img/icon/icon_down.png') no-repeat center center/ contain;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translatey(-50%);
    }

    .tab2>ul>li a {
        padding: 1rem;
    }

    .tab2.on ul li {
        display: block;
    }

    .tab2.on ul li.on::after {
        transform: translatey(-50%) rotate(180deg);
    }
}

.tab3>ul {
    display: flex;
}

.tab3>ul>li {
    font-size: 1.5rem;
    font-weight: 400;
    color: #555;
    background: #f2f2f2;
    width: 17rem;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    margin-right: 5px;
}

.tab3>ul>li a {
    color: #555;
    padding: 1.5rem;
    display: block;
}

.tab3>ul>li.on {
    background: #333;
    color: #fff;
}

.tab3>ul>li.on a {
    color: #fff;
}

.coin_tab.tab3>ul>li:last-child {
    /*margin-left:auto;*/
}

.coin_tab.tab3>ul>li.cache_reset {
    margin-left: auto;
}

@media(max-width:991.98px) {
    .tab3>ul {
        justify-content: space-between;
    }

    .tab3>ul>li {
        font-size: 1.5rem;
        width: 49%;
        margin-right: 0;
    }

    .tab3>ul>li a {
        padding: 1rem;
    }

    .coin_tab.tab3>ul {
        flex-wrap: wrap;
    }

    /*.coin_tab.tab3 > ul > li{ width:32%; }*/
    .coin_tab.tab3>ul>li {
        width: 49%;
    }

    .coin_tab.tab3>ul>li.cache_reset {
        width: 100%;
        margin-top: 1rem;
    }

    .coin_tab.tab3>ul>li:last-child {
        width: 100%;
        margin-top: 1rem;
    }
}

.num-list {
    counter-reset: num;
}

.num-list>li {
    position: relative;
    padding-left: 1.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    word-break: keep-all;
}

.num-list>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(num)".";
    counter-increment: num;
}

@media(max-width:991.98px) {
    .num-list>li {
        padding-left: 1.5rem;
        font-size: 1.5rem;
    }
}

main:not(.bugo_sign) [class*="round-"] {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    min-width: 9rem;
}

.round-gray {
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
    color: #111;
}

.round-red {
    border: 1px solid #ff0000;
    background: #fff;
    color: #ff0000;
}

.round-green {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}

@media(max-width:991.98px) {
    [class*="round-"] {
        font-size: 1.2rem;
        min-width: 7.8rem;
    }
}

#txt_type_detail {
    position: relative;
    padding-left: 2rem;
    word-break: keep-all;
}

#txt_type_detail i {
    position: absolute;
    top: 3px;
    left: 0;
}


.sub_search_content {
    font-size: 0;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 0;
}

.hide_text {
    opacity: 0;
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
}


@media(max-width:991.98px) {
    .hide-md {
        display: none !important;
    }
}


.page_description {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    font-size: 1.7rem;
    line-height: 1.6;
    color: #555;
}

.page_description.mb0 {
    border-bottom: 0;
}

.checkbox_type1.mobile_show>label.fsr1_6.fcGray6 {
    padding: 0 2.5rem 5px;
}

.checkbox_type1.mobile_show>label.fsr1_6.fcGray6::before {
    top: calc(50% - 2px);
}


.checkbox_type1.mobile_show>label.fsr1_6.fcGray6::after {
    top: calc(50% - 2px);
}


/* .mobile_bugo .checkbox_type1 > label.fsr1_6.fcGray6 {
    padding: 0 2.5rem 5px;
} */

.mobile_bugo .checkbox_type1>label.fsr1_6.fcGray6::before {
    top: calc(50% - 2px);
}


.mobile_bugo .checkbox_type1>label.fsr1_6.fcGray6::after {
    top: calc(50% - 2px);
}

@media(max-width:991px) {
    .mobile_show {
        display: normal !important;
    }

    .pc_show {
        display: none !important;
    }
}

@media(max-width:767.98px) {

    .page_description {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
        font-size: 1.5rem;
    }
}

@media(max-width:576.98px) {
    .page_description {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
        font-size: 1.4rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page_description br {
        display: none;
    }
}

#sub_menu {
    /*display:none;*/
}

.logo_checked_box {
    padding-right: 10px;
    overflow: hidden;
    position: relative;
}

.logo_checked_box>input {
    position: absolute;
    left: -100px;
    width: 0;
    height: 0;
}


.logo_checked_box label {
    display: flex;
    position: relative;
    height: 54px;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999;
    border-radius: 10px;
}

.logo_checked_box label span {
    width: 18px;
    height: 18px;
    background: #ccc;
    position: relative;
    margin-right: 5px;
    border-radius: 5px;
}

.logo_checked_box label span::after {
    content: "";
    font-family: "xeicon";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
}

.logo_checked_box>input:checked+label {
    border: 1px solid #333;
    color: #fff;
    background: #333
}

.logo_checked_box input:checked+label span {
    background: #fff;
}

.logo_checked_box input:checked+label span::after {
    content: "";
    opacity: 1;
    color: #ff0000;
}

.form-control:disabled,
.form-control[readonly] {
    background: #e3e3e3;
    color: #444;
}

@media(max-width:991.98px) {
    .logo_checked_box label {
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
    }

    .logo_checked_box label span {
        width: 16px;
        height: 16px;
        margin-right: 3px;
        border-radius: 3px;
    }
}


/* 추가 : 20230307 */
@media(min-width:991.98px) {
    .mobile_show {
        display: none !important;
    }

    .pc_show {
        display: normal !important;
    }
}

.btn3.btn-box {
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 8px;
    padding: 5px;
}

.btn3.btn-box a {
    display: block !important;
    width: 100%;
    color: #000;
}


.p_info_txt::after {
    content: '*';
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0.3rem;
    left: 0.8rem;
}

.fix_btn_wrap>.btn_go_back {
    border-top: 1px solid #ddd;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    background: #fff;
}

.fix_btn_wrap>.btn_go_back>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    height: 8rem;
    color: #000;
}

.fix_btn_wrap>.btn_go_back>a img {
    max-width: 2.6rem;
    margin-right: .5rem;
}

.fix_btn_wrap>.btn_go_back>a.intro_reset {
    background: #000;
    color: #fff;
}




/*버튼 공통 스타일*/
.fix_btn_wrap2 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 30;
    padding: 1rem;
    text-align: center;
}

.fix_btn_wrap2 .bottom_btn_box {
    background: #ffc600 url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 0;
}

.fix_btn_wrap2 .bottom_btn_box.box2 {
    background: #dbdada url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
    margin-top: 5px;
}

.fix_btn_wrap2 .bottom_btn_box>div {
    display: flex;
}

.fix_btn_wrap2 .bottom_btn_box>div>div {
    width: 100%;
    position: relative;
}

.fix_btn_wrap2 .bottom_btn_box>div>div>a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0;
    position: relative;
    width: 100%;
    color: #000 !important;
}

.fix_btn_wrap2 .bottom_btn_box.box2>div>div>a {
    font-size: 1.8rem;
    font-weight: 700;
}

.fix_btn_wrap2 .bottom_btn_box>div>div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 3rem;
    background: #b89312;
}

.fix_btn_wrap2 .bottom_btn_box>div>div:nth-child(1):after {
    display: none;
}


.fix_btn_wrap2 .bottom_btn_box>div>div>a.y {
    color: #0038da !important;
    font-weight: 800;
}


.fix_btn_wrap2 .bottom_btn_box.box2 .notice {
    text-align: center;
    transform: translateY(-5px);
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.fix_btn_wrap2 .bottom_btn_box.box3 {
    background: #999;
    padding: 0.9rem 1.2rem;
    margin-top: -1px;
}

.fix_btn_wrap2 .bottom_btn_box.box3 a {
    padding: 1.8rem 0;
}






/* 240123 제단상품 주문 및 모달 */
.altar_product_table table t.w_body tr td:last-child {
    flex-direction: column;
    align-items: center;
}

.altar_product_table table t.w_body tr td [class*="cta-"] {
    max-width: 15rem;
    width: 100%;
    font-size: 1.6rem;
}

#altar_order_pop .pop_contents .inner,
#altar_prod_pop .pop_contents .inner {
    padding: 2rem 0;
}

#altar_order_pop .pop_contents .inner .title,
#altar_prod_pop .pop_contents .inner .title {
    padding-bottom: 1.5rem;
}

#altar_order_pop.modal_pop_type2 .pop_sec_cont,
#altar_prod_pop.modal_pop_type2 .pop_sec_cont {
    padding: 1.5rem;
}

#altar_order_pop.modal_pop_type2 .cont_info {
    margin-bottom: 2.5rem;
}

#altar_order_pop.modal_pop_type2 .cont_info p:nth-child(1) {
    margin-bottom: 1rem;
}

#altar_order_pop.modal_pop_type2 .cont_info>p img {
    max-width: 7rem !important;
}

#altar_order_pop.modal_pop_type2 .cont_info p:nth-child(2) {
    font-size: 1.7rem;
}

#altar_order_pop .cont_form .name_box {
    display: flex;
    align-items: center;
    margin: 0;
}

#altar_order_pop .cont_form .name_box>p {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-right: 1.5rem;
    width: 11rem;
    text-align: left;
}

#altar_order_pop.modal_pop_type2 .cont_form .form-control {
    height: 4.5rem;
    line-height: 40px;
}

#altar_order_pop .cont_form .name_box div,
#altar_order_pop .cont_form .name_box select {
    width: calc(100% - 11rem);
    margin: 0 !important;
    font-size: 1.6rem;
    text-align: left;
}

#altar_order_pop .cont_form .name_box2 div {
    display: flex;
    align-items: center;
}

#altar_order_pop .cont_form .name_box2 div input {
    width: calc(100% - 4rem);
}

#altar_order_pop .cont_form .name_box2 div span,
#altar_order_pop .cont_form .name_box3 div span {
    padding-left: 1rem;
    display: inline-block;
    width: 4rem;
    font-size: 1.6rem;
}

#altar_order_pop .cont_form .name_box3 div p {
    width: auto;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
}

#altar_order_pop .cont_form .name_box3 div span {
    width: auto;
    padding-left: 5px;
}

#altar_order_pop .cont_form .altar_send {
    color: #fff !important;
    font-size: 1.8rem;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 1rem;
    outline: none;
    text-align: center;
    font-weight: 700;
    margin: 0 0.5rem;
    background: #333;
    border: 1px solid #333;
}

#altar_order_pop .inner .div-close,
#altar_prod_pop .inner .div-close {
    background: #333;
}

#altar_prod_pop .pop_sec_cont .mySwiper {
    overflow: hidden;
}

#altar_prod_pop .pop_sec_cont ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
}

#altar_prod_pop .pop_sec_cont ul li img {
    margin-bottom: 1rem;
    max-width: 500px;
    width: 100% !important;
}

#altar_prod_pop .pop_sec_cont ul li p {
    font-weight: 400;
}

#altar_prod_pop .swiper-button-next,
#altar_prod_pop .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    margin-top: -1.7rem;
    background-image: none;
    border-radius: 50%;
    color: #fff;
    font-size: 2.5rem;
    background-color: #333;
}



.fprod_list_con {
    max-width: 992px;
    margin: 0 auto;
    overflow: hidden;
}

.fprod_list_con .inner {
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.fprod_list_con .inner .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    border-bottom: 1px solid #ebebeb;
}

.fprod_list_con .inner .title h4 {
    color: #111;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
    word-break: keep-all;
    margin: 0;
}

.fprod_list_con .inner .pop_sec_cont {
    padding: 6rem 0;
    padding-bottom: 5rem;
}

.fprod_list_con .inner .mySwiper {
    overflow: hidden;
}

.fprod_list_con .inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fprod_list_con .inner ul li+li {
    margin-top: 3rem;
}

.fprod_list_con .inner ul li img {
    width: 100% !important;
}

.fprod_list_con .swiper-button-next,
.fprod_list_con .swiper-button-prev {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 8rem;
    height: 8rem;
    margin-top: 0;
    background-image: none;
    border-radius: 50%;
    color: #fff;
    font-size: 4.5rem;
    background-color: #000;
}

.fprod_list_con .swiper-button-prev {
    justify-content: flex-end;
}

.fprod_list_con .swiper-button-next {
    justify-content: flex-start;
}

.fprod_list_con .swiper-button-prev,
.fprod_list_con .swiper-container-rtl .swiper-button-next {
    left: -38px;
}

.fprod_list_con .swiper-button-next,
.fprod_list_con .swiper-container-rtl .swiper-button-prev {
    right: -38px;
}

.fprod_list_con_2 .back {
    display: block;
    width: 95%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto;
    border-radius: 8px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.modal-backdrop.show {
    opacity: 0.85 !important;
}

#fprod_list_pop {
    padding: 0 !important;
    overflow-y: hidden;
}

#fprod_list_pop .pop_contents {
    padding-top: 2rem;
}

#fprod_list_pop .inner {
    padding: 0;
    background: rgba(0, 0, 0, 0);
}

#fprod_list_pop .inner_img {
    height: 80vh;
    overflow: auto;
}

#fprod_list_pop .inner .pinch-zoom-image,
#fprod_list_pop .inner img {
    width: 100%;
}

#fprod_list_pop .inner .div-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: none;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
    font-size: 3rem;
}

@media (min-width: 576px) {
    #fprod_list_pop .modal-dialog {
        max-width: 800px;
    }
}

@media (max-width:991.98px) {
    .altar_product_table table t.w_body tr td [class*="cta-"] {
        max-width: 12rem;
        font-size: 1.3rem;
    }

    #altar_order_pop .cont_form .name_box>p {
        font-size: 1.6rem;
        width: 9rem;
    }

    #altar_order_pop .form-control {
        height: 40px;
        padding: 0px 1rem;
        line-height: 38px;
        font-size: 1.4rem;
    }

    #altar_order_pop .cont_form .name_box div,
    #altar_order_pop .cont_form .name_box select {
        width: calc(100% - 9rem);
    }

    #altar_order_pop .cont_form .altar_send {
        font-size: 1.5rem;
    }

    #altar_prod_pop .pop_sec_cont ul li img {
        max-width: 350px;
    }
}

@media (max-width:767.98px) {

    .fprod_list_con .swiper-button-next,
    .fprod_list_con .swiper-button-prev {
        padding: 4px;
        width: 6rem;
        height: 6rem;
        font-size: 3rem;
    }

    .fprod_list_con .swiper-button-prev,
    .fprod_list_con .swiper-container-rtl .swiper-button-next {
        left: -30px;
    }

    .fprod_list_con .swiper-button-next,
    .fprod_list_con .swiper-container-rtl .swiper-button-prev {
        right: -30px;
    }

    #fprod_list_pop .modal-dialog {
        width: 100%;
    }

    /* #fprod_list_pop .inner_img {
		height: 400px;
	} */
}

@media (max-width:575.98px) {
    #altar_order_pop {
        padding-left: 0 !important;
    }

    #altar_order_pop.modal_pop_type2 .cont_info>p img {
        max-width: 5rem !important;
    }

    #altar_order_pop.modal_pop_type2 .cont_info p:nth-child(2) {
        font-size: 1.6rem;
    }

    .modal_pop_type2 .cont_info p:nth-child(2) strong br:first-child {
        display: none;
    }

    #altar_prod_pop .pop_sec_cont ul li img {
        width: 80% !important;
    }

    #altar_prod_pop .swiper-button-next,
    #altar_prod_pop .swiper-button-prev {
        font-size: 2.2rem;
    }

    .fprod_list_con .inner .title h4 {
        font-size: 1.8rem;
    }

    /* .fprod_list_con .inner .pop_sec_cont {
		padding: 4rem 0;
	} */
    /* .fprod_list_con .swiper-button-next, 
	.fprod_list_con .swiper-button-prev {
		padding: 3px;
		width: 5rem;
		height: 5rem;
		font-size: 2.5rem;
	}
	.fprod_list_con .swiper-button-prev, 
	.fprod_list_con .swiper-container-rtl .swiper-button-next {
		left: -25px;
	}
	.fprod_list_con .swiper-button-next, 
	.fprod_list_con .swiper-container-rtl .swiper-button-prev {
		right: -25px;
	} */
    #fprod_list_pop .pop_contents {
        padding-top: 0;
    }

    /* #fprod_list_pop .inner_img {
		height: 300px;
	} */
    #fprod_list_pop .inner .div-close {
        top: 3%;
    }
}

/* @media (max-width:400px){
	#fprod_list_pop .inner_img {
		height: 270px;
	}
} */







.thanks_letter_wrap .top {
    flex-wrap: wrap;
}

.write_warning {
    padding-top: 1.4rem;
    color: #dd2e2e;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}



/**/
.bottom_fix_area {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 1rem;
    width: 100%;
}


/**/

.dp-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-flex.gap-10 {
    gap: 10px;
}

.dp-flex>div {
    width: 100%;
}

/**/
.block-center {
    margin: 0 auto;
}


/*윤대원 이사장 전용 폰트사이즈*/
@media(max-width:629.98px) {
    .sub7_view_wrap section.pic_area .info h2.raon_ys {
        font-size: 4.6vw;
    }
}

@media(max-width:309.98px) {
    .sub7_view_wrap section.pic_area .info h2.raon_ys {
        font-size: 4.5vw;
    }
}



.btn-type1 {
    display: block;
    /* border-radius: 5px; */
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
}

.btn-type1.btn-black {
    background: #222;
    color: #fff;
    border: 1px solid #222;
}

.btn-type1.btn-green {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

@media(max-width:991.98px) {
    .dp-none-mg {
        display: none;
    }

    .responsive-btn {
        height: 4rem !important;
        font-size: 1.4rem;
    }
}

@media(max-width:767.98px) {
    .btn-type1 {
        padding: 1rem 5px;
        font-size: 1.3rem;
    }

}



/*추가 20241022*/
.btn-kakao.ind_share,
.btn-sms.ind_share {
    display: flex;
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    width: 6rem;
}

.btn-kakao.ind_share {
    background: #fae100;
    color: #333;
    margin: 0 auto;
}

.btn-sms.ind_share {
    background: #333;
    color: #fff;
    margin: 0 auto;
}

@media(max-width:576.98px) {

    .btn-kakao.ind_share,
    .btn-sms.ind_share {
        width: 5rem;
        font-size: 1.3rem;
    }
}



html {
    /* font-size: 11px; */
    /* font-size:10px; */
}

.w_body {
    font-size: 1.4rem;
    overflow-x: hidden;
    background: #f0ede9
}

/* 
.mobile-menu .sub-menu .side-list li {
    font-size: 2rem;
}

.mobile-menu .sub-menu h3 {
    font-size: 2rem;
}

.mobile-menu .check-box p {
    font-size: 2.4rem;
} */
#Wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/*footer*/
#footer {
    background: #333;
}

#footer>.container {}

#footer>.container h2 {
    margin-right: 9rem;
}

#footer>.container .f_menu_wrap .f_menu {
    padding: 2.5rem 0;
    position: relative;
}

#footer>.container .f_menu_wrap .f_menu>a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-right: 3rem;
}

#footer>.container .f_menu_wrap .f_menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#footer>.container .f_menu_wrap address {
    padding: 3.5rem 0;
}

#footer>.container .f_menu_wrap address p {
    color: #b0b0b0;
    font-size: 1.6rem;
    font-weight: 400;
    display: inline-block;
    line-height: 2;
    margin-right: 2rem;
}

#footer>.container .f_menu_wrap address p a {
    display: inline-block;
    color: #d5d5d5;
    background: #535353;
    padding: .1rem 1rem;
    font-size: 1.4rem;
    border-radius: 5rem;
    margin-left: .5rem;
}

#footer>.copy {
    background: #222;
    padding: 2rem 0;
}

#footer>.copy p {
    color: #666666;
    font-size: 14px;
}

@media(max-width:991.98px) {
    #footer>.container h2 {
        margin-right: 0;
        margin-bottom: 3rem;
    }

    #footer>.container h2 img {
        max-width: 100px;
    }

    #footer>.container .f_menu_wrap .f_menu {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    #footer>.container .f_menu_wrap .f_menu>a {
        font-size: 12px;
        margin: 0 0.5rem;
        letter-spacing: -0.02em;
    }

    #footer>.container .f_menu_wrap address {
        padding: 2.5rem 0;
    }

    #footer>.container .f_menu_wrap address p {
        font-size: 12px;
        margin-right: 1rem;
    }

    #footer>.container .f_menu_wrap address p a {
        display: inline-block;
        color: #d5d5d5;
        background: #535353;
        padding: .5rem .5rem;
        font-size: 1.2rem;
        line-height: 1.2rem;
        border-radius: 5rem;
        margin-left: .5rem;
    }

    #footer>.copy p {
        font-size: 12px;
    }

    .mb_display {
        display: none !important;
    }
}

/*로딩*/
#page_loading {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);

}

/*서브 레이아웃*/
#sub_menu .sub_dp_menu {
    margin-bottom: 5rem;
}

#sub_menu .sub_dp_menu>ul {
    display: flex;
    border-right: 1px solid #ddd;
}

#sub_menu .sub_dp_menu>ul>li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

#sub_menu .sub_dp_menu>ul>li>a {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    display: block;
    padding: 1.5rem 1rem;
    border: 1px solid #ddd;
    border-bottom: 1px solid #333;
    border-right: none;
}

#sub_menu .sub_dp_menu>ul>li.on>a {
    font-weight: 700;
    color: #333;
    border: 1px solid #333;
    border-bottom: none
}

#sub_wrap {
    position: relative;
}

#sub_wrap .sub_tt {
    margin-bottom: 1.5rem;
    text-align: center;
}

#sub_wrap .sub_tt h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}

#sub_wrap .container>.bg-white {
    /* padding:6rem 15rem; */
    padding: 6rem;
    margin: 0 auto;
}

#sub_wrap .container>.bg-white.viewpage {
    padding: 0;
}

.sub_wrap p {
    font-size: 1.8rem;
    font-weight: 600;
}

.none_padding {
    padding: 0 !important;
}

@media(max-width:991.98px) {
    #sub_menu {
        display: none;
    }

    #sub_wrap .sub_tt h2 {
        font-size: 2.2rem;
    }

    #sub_wrap .container>.bg-white {
        padding: 1rem;
    }

    .sub_wrap p {
        /* font-size:1.5rem; */
        word-break: keep-all;
    }

    .none_padding {
        padding: 0 0 3rem !important;
    }
}

@media(max-width:767.98px) {
    #sub_wrap.viewpage {
        padding: 60px 0 0rem 0;
    }

    #sub_wrap.viewpage .sub_tt {
        display: none;
    }
}

.loading_wrap {
    text-align: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_wrap img {
    max-width: 100%;
}

.loading_wrap .front {
    width: 100%;
    position: relative;
    height: 50%;
}

.loading_wrap .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 70%;
    opacity: 0.2;
}

.loading_wrap .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
}

.loading_wrap .background_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.loading_wrap .background_wrap .gold-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.loading_wrap .background_wrap .gold-bg-bar {
    animation: updown 8s forwards;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: #464646;
}

@keyframes updown {
    to {
        height: 0;
    }
}

.splash_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.splash_wrap .bg {
    position: relative;
    background: rgb(83, 153, 207);
    background: linear-gradient(0deg, rgba(83, 153, 207, 1) 0%, rgba(88, 178, 189, 1) 100%);
    width: 100%;
    height: 100%;
}

.splash_wrap .bg img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.splash_wrap .logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    text-align: center;
}

.splash_wrap .logo img {
    max-width: 90px;
}

.splash_wrap h2 {
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 4rem;
}


/**/


/*얼럿*/





/*팝업*/
#hd_pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
}

#hd_pop>.hd_pops {
    position: absolute;
    background: #fff;
}

#hd_pop .hd_pops_footer {
    background: #000;
    padding: 5px;
    overflow: hidden;
}

#hd_pop .hd_pops_footer>button {
    float: right;
    border: 0;
    background: #000;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    color: #fff;
    padding: 0px 5px;
    margin-left: 5px;
    opacity: .7;
    height: 28px;
}

#hd_pop .hd_pops_footer>button.hd_pops_reject {
    font-size: 1.4rem;
    font-weight: 400;
}

/*newpopo*/

#pop_content img {
    width: 100%;
}

.popop_wrap {
    position: fixed;
    z-index: 1001;
    min-width: 400px;
}

.popop_win_wrap {
    position: relative !important;
    z-index: 1001;
    min-width: 400px;
}

.popop_wrap>.poppup_.w_body {}

.popop_wrap>.poppup_footer {
    padding: 10px;
    background: #000;
    overflow: hidden;
}

.popop_wrap>.poppup_footer>.day_check {
    float: left;
    position: relative;
}

.popop_wrap>.poppup_footer>.day_check>input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.popop_wrap>.poppup_footer>.day_check>label {
    cursor: pointer;
    display: inline-block;
    padding-left: 24px;
    position: relative;
}

.popop_wrap>.poppup_footer>.day_check>label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    z-index: 1;
}

.popop_wrap>.poppup_footer>.day_check>input:checked+label::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -5px;
    width: 11px;
    height: 7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    z-index: 2;
    transform: rotate(-45deg);
}

.popop_wrap>.poppup_footer>.pop_close {
    float: right;
    color: inherit;
}

.popop_wrap>.poppup_footer>.pop_close>a {
    color: inherit
}

.popop_wrap>.poppup_footer>.hd_pops_new_close {
    float: right;
    color: inherit;
}

.popop_wrap>.poppup_footer>.hd_pops_new_close>a {
    color: inherit
}

.popop_wrap .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.popop_wrap .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0px 4px;
}

.popop_wrap .owl-dots button.owl-dot span {
    display: block;
    border-radius: 100%;
    background: rgba(255, 255, 255, .3);
    width: 1.2rem;
    height: 1.2rem;
}

.popop_wrap .owl-dots button.owl-dot.active span {
    background: rgba(255, 255, 255, .8);
}

@media(max-width:767.98px) {
    .popop_wrap {
        position: fixed;
        z-index: 1001;
        min-width: 300px;
        width: 90% !important;
        left: 5% !important;
        top: 5% !important;
    }

    .popop_wrap>.poppup_.w_body {
        width: 100% !important;
    }

    .popop_wrap .poppup_footer {
        min-width: 300px;
    }
}

/*newpopo*/
.popop_win_wrap {
    position: fixed;
    z-index: 1001;
    min-width: 400px;
}

.popop_win_wrap>.poppup_.w_body {}

.popop_win_wrap>.poppup_footer {
    padding: 10px;
    background: #000;
    overflow: hidden;
}

.popop_win_wrap>.poppup_footer>.day_check {
    float: left;
    position: relative;
}

.popop_win_wrap>.poppup_footer>.day_check>input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.popop_win_wrap>.poppup_footer>.day_check>label {
    cursor: pointer;
    display: inline-block;
    padding-left: 24px;
    position: relative;
}

.popop_win_wrap>.poppup_footer>.day_check>label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    z-index: 1;
}

.popop_win_wrap>.poppup_footer>.day_check>input:checked+label::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -5px;
    width: 11px;
    height: 7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    z-index: 2;
    transform: rotate(-45deg);
}

.popop_win_wrap>.poppup_footer>.pop_close {
    float: right;
    color: inherit;
}

.popop_win_wrap>.poppup_footer>.pop_close>a {
    color: inherit
}

.popop_win_wrap>.poppup_footer>.hd_pops_new_close {
    float: right;
    color: inherit;
}

.popop_win_wrap>.poppup_footer>.hd_pops_new_close>a {
    color: inherit
}

.popop_win_wrap .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.popop_win_wrap .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0px 4px;
}

.popop_win_wrap .owl-dots button.owl-dot span {
    display: block;
    border-radius: 100%;
    background: rgba(255, 255, 255, .3);
    width: 1.2rem;
    height: 1.2rem;
}

.popop_win_wrap .owl-dots button.owl-dot.active span {
    background: rgba(255, 255, 255, .8);
}

@media(max-width:767.98px) {
    .popop_win_wrap {
        position: fixed;
        z-index: 1001;
        min-width: 100%;
        width: 10%;
        left: 0;
        top: 0;
    }

    .popop_win_wrap .poppup_footer {
        min-width: 100%;
    }
}


/* 팝업 */
.modal-dialog {
    height: 100%;
}

.modal-content {
    border: none;
    overflow: hidden;
    background: transparent;
}

.modal-content .xi-close {
    cursor: pointer;
}

.modal-square .modal-content {
    border-radius: 0;
    padding: 1rem;
}

.modal-dialog.modal-xs {
    width: 85%;
    margin: 8rem auto;
}

.pop_contents {
    padding-top: 5rem;
}

.pop_contents .inner {
    padding: 3rem 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.pop_contents .inner .div-close {
    position: absolute;
    top: -2rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #292a3c;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    right: 1rem;
    cursor: pointer;
}

.pop_contents .inner .div-close i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pop_contents .inner .title h3 {
    color: #111;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
    word-break: keep-all;
}

.pop_contents .inner .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ebebeb;
    padding-left: 2rem;
    padding-right: 2rem;
}

.bugo_new .step2 .step_4 {
    height: 55px;
}

.mobile_bugo .step2 .step_4 {
    height: 55px;
}

.bugo_new .pop_contents .inner .title {
    border-bottom: none;
}

.pop_contents .inner .title h3 {
    color: #111;
    font-size: 2rem;
    font-weight: 800;
}

.pop_contents .inner .title h4 {
    color: #111;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.pop_contents .inner .title h3 img,
.pop_contents .inner .title h4 img {
    max-width: 20px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.pop_contents .inner .sns {
    display: flex;
    justify-content: center;
    align-content: space-between;
    width: 80%;
    margin: 4rem auto;
}

.pop_contents .inner .sns>li {
    flex-basis: 0;
    flex-grow: 1;
}

.pop_contents .inner .sns>li a {
    display: block;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    height: 100%;
}

.pop_contents .inner .sns>li a::after {
    content: '';
    width: 1px;
    height: 80%;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}

.pop_contents .inner .sns>li:last-child a::after {
    content: none;
}

.pop_contents .inner .sns>li a img {}

.pop_contents .inner .sns>li a p {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    width: 100%;
    padding-top: 2rem;
}

@media(max-width:991.98px) {
    .pop_contents .inner {
        padding: 4rem 0;
    }

    .pop_contents .inner .div-close {
        top: -17px;
    }

    .pop_contents .inner .div-close {
        width: 3.4rem;
        height: 3.4rem;
        line-height: 3.4rem;
    }

    .pop_contents .inner .div-close img {
        max-width: 38px;
    }

    .pop_contents .inner .title {
        padding-bottom: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pop_contents .inner .title h3 {
        font-size: 1.8rem;
    }

    .pop_contents .inner .title h4 {
        font-size: 1.6rem;
    }

    .pop_contents .inner .sns {
        width: 100%;
    }

    .pop_contents .inner .sns>li a img {
        max-width: 38px;
        max-height: 40px;
    }

    .pop_contents .inner .sns>li a p {
        font-size: 1.6rem;
        padding-top: 1rem;
    }
}

.pop_contents .inner .search_box {
    background: #f3f3f3;
    box-shadow: none;
    border-radius: 0;
}

.pop_contents .inner .search_box input,
.pop_contents .inner .search_box button {
    background: #f3f3f3;
}

.pop_contents .inner .search_box input {
    font-size: 14px;
}

.pop_contents .inner .search_box button {
    background: transparent;
    outline: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    border: 0;
    margin-top: -12px;
}

.pop_contents .inner .sch_result {
    margin-top: 2rem;
}

.pop_contents .inner .sch_result>p,
.pop_contents .inner .sch_result .result>li {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pop_contents .inner .sch_result .result>li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.pop_contents .inner .cont p {
    word-break: keep-all;
    letter-spacing: -0.015em;
}

.pop_contents .cta {
    display: flex;
    margin-top: 1rem;
}

.pop_contents .cta>a {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.pop_contents .cta>a.cta-black {
    background: #333;
}

.pop_contents .cta>a.cta-blue {
    background: #5399cf;
}

.pop_contents .info-bg {
    text-align: center;
    padding: 4rem 1rem;
}

.pop_contents .info-bg p.fw800 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.pop_contents .tab_wrap {
    width: 100%;
}

.pop_contents .tab_wrap .tab {
    display: flex;
    width: 100%;
}

.pop_contents .tab_wrap .tab>li {
    width: 50%;
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: 400;
    background: #ececec;
    color: #555;
    font-size: 1.8rem;
    cursor: pointer;
}

.pop_contents .tab_wrap .tab>li.on {
    border-top: 2px solid #333;
    color: #333;
    font-weight: 700;
    background: #fff;
}

.pop_contents .tab_cont {
    display: none;
    padding: 5rem 0;
}

.pop_contents .tab_cont.on {
    display: block;
}

.pop_contents .tab_cont .bullet-list>li:last-child {
    margin-bottom: 0;
}

.pop_contents .no-info {
    padding: 2rem 0 0;
}

.pop_contents .no-info p {
    color: #aaa;
    font-size: 1.3rem;
}

.pop_contents .inner .sns>a {
    display: flex;
    padding: 5px;
    margin: 1rem auto;
    align-items: center;
}

.pop_contents .inner .sns>a div {
    width: 25%;
    text-align: center;
}

.pop_contents .inner .sns>a div img {
    width: 100%;
}

@media(max-width:991.98px) {
    .pop_contents .tab_cont {
        padding: 3rem 0;
    }

    .pop_contents .tab_wrap .tab>li {
        padding: 1rem 1rem;
        font-size: 1.5rem;
    }
}

/* 장례식장 검색 */
#pop_hall .pop_contents .inner .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

/* 부고만들기 등록 */
#pop_complete_1 .title .esc {
    text-align: right;
}

#pop_complete_1 .cont {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ebebeb;
    line-height: 1.6;
}

#pop_donation .title {
    padding-bottom: 1.5rem;
    margin-top: -1rem;
}

#pop_donation .pop_contents .inner .account_wrap {
    padding: 2rem 1.5rem;
    text-align: center;
}

#pop_donation .pop_contents .inner .account_wrap .inner_scroll_wrap {
    max-height: 50vh;
    overflow-y: auto;
    padding: 0 .5rem;
}

#pop_donation .pop_contents .inner .account_wrap .inner_scroll_wrap::-webkit-scrollbar {
    width: 4px;
    background: #eee;
}

#pop_donation .pop_contents .inner .account_wrap .inner_scroll_wrap::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
}

#pop_donation .pop_contents .inner .account_wrap .inner_scroll_wrapr::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
}


#pop_donation .pop_contents .inner .account_wrap .info {
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 1rem;
    text-align: left;
    padding: 1.5rem;
}

#pop_donation .pop_contents .inner .account_wrap .info+.info {
    margin-top: 1.5rem;
}

#pop_donation .pop_contents .inner .account_wrap .info_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pop_donation .pop_contents .inner .account_wrap .info_top>p.name {
    font-size: 1.7rem;
    display: flex;
    align-items: center;
}

#pop_donation .pop_contents .inner .account_wrap .info_top>p.name span:nth-child(1) {
    font-size: 3rem;
}

#pop_donation .pop_contents .inner .account_wrap .info_top>p.name span:nth-child(3) {
    font-size: 1.6rem;
    font-weight: 400;
    transform: translateY(1px);

}

#pop_donation .pop_contents .inner .account_wrap .info_top>p.name i {
    border-left: 1px solid #d0d0d0;
    height: 1.6rem;
    margin: 0 2rem;
    transform: translateY(2px);
}

#pop_donation .pop_contents .inner .account_wrap .info_top .copy_btns {
    font-size: 1.4rem;
    cursor: pointer;
    border: 2px solid #999;
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 1.6rem;
    font-weight: 500;
}

#pop_donation .pop_contents .inner .account_wrap .bank_info {
    display: flex;
    margin-top: .5rem;
    gap: 1.5rem;
}

#pop_donation .pop_contents .inner .account_wrap .bank_info>p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
}

#pop_donation .pop_contents .inner .account_wrap .bank_info>p:nth-child(1) {
    max-width: 10rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#pop_donation .pop_contents .inner .account_wrap .bank_info>p.bank_num {
    font-weight: 500;
    margin-left: auto;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box {
    border-top: 1px solid #dedede;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: Flex;
    justify-content: space-between;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a {
    display: flex;
    width: calc(33.33% - 10px);
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    color: #444444;
    font-size: 1.7rem;
    height: 5rem;
    border: 1px solid #dedede;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a i {
    font-size: 2.4rem;
    margin-right: .5rem;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a img {
    width: 17px;
    margin-right: .5rem;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-kakao i {
    font-size: 2.8rem;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-kakao {
    color: #3c1e1e;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-message {}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-message i {
    color: #888;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-band {}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-kakao:hover {
    background: #fae100;
    border: 1px solid #fae100;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-message:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-message:hover i {
    color: #fff;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-band:hover {
    background: #31b349;
    border: 1px solid #31b349;
    color: #fff;
}

#pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-band:hover img {
    filter: brightness(0) invert(1);
}





#pop_donation .pop_contents .inner .account_wrap>a {
    display: inline-block;
    margin: 3rem auto 0;
    padding: 1.5rem 4rem;
    color: #fff;
    font-weight: 400;
    background: #333;
    font-size: 1.7rem;
    border-radius: 8px;
}

#pop_donation .pop_contents .inner .desc {
    background: #4c4c4c;
    padding: 2rem 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}

#pop_donation .pop_contents .inner .desc p.fw700 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

#pop_donation .pop_contents .inner .desc p.fw700 i {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 1px;
}

#pop_donation .pop_contents .inner .desc ul>li {
    color: #c5c5c5;
    font-size: 1.5rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
}

#pop_donation .pop_contents .inner .desc ul>li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width:991.98px) {
    #pop_donation .pop_contents .inner .account_wrap {
        padding: 3rem .5rem 3rem;
    }

    #pop_donation .pop_contents .inner .account_wrap .info>p.name {
        font-size: 1.8rem;
    }

    #pop_donation .pop_contents .inner .account_wrap>a {
        margin: 2rem auto 0;
        padding: 1rem 3rem;
        font-size: 1.4rem;
    }

    #pop_donation .pop_contents .inner .desc p.fw700 {
        font-size: 1.5rem;
    }

    #pop_donation .pop_contents .inner .desc ul {
        margin-top: 0.5rem;
    }

    #pop_donation .pop_contents .inner .desc ul>li {
        font-size: 1.3rem;
    }

    #pop_donation .pop_contents .inner .account_wrap .info_top>p.name i {
        margin: 0 1.5rem;
    }

    #pop_donation .pop_contents .inner .account_wrap .bank_info>p {
        font-size: 1.5rem;
        letter-spacing: -0.02em;
    }

    #pop_donation .pop_contents .inner .account_wrap .btns_box a.btn-kakao i,
    #pop_donation .pop_contents .inner .account_wrap .btns_box a i {
        font-size: 2.2rem;
    }

    #pop_donation .pop_contents .inner .account_wrap .btns_box a {
        width: calc(33.33% - 5px);
        font-size: 1.3rem;
        height: 4.6rem;
    }

    #pop_donation .pop_contents .inner .account_wrap .btns_box a i {
        margin-right: .2rem;
    }

    #pop_donation .pop_contents .inner .account_wrap .info_top>p.name span:nth-child(1) {
        font-size: 2.4rem;
    }

    #pop_donation .pop_contents .inner .account_wrap .info_top .copy_btns {
        padding: 3px 6px;
    }

    #pop_donation .pop_contents .inner .account_wrap .bank_info {
        gap: 1rem;
    }
}

@media(max-width:991.98px) {
    .modal-dialog {
        margin: 1rem auto;
        width: 94%;
    }
}

/*부고장 수동발송*/
.modal_pop_type2 {}

.modal_pop_type2 .pop_contents {
    text-align: center;
}

.modal_pop_type2 .pop_contents .inner .title {
    justify-content: center;
}

.modal_pop_type2 .pop_contents .inner .title h4 {
    font-weight: 600;
    font-size: 2rem !important;
}

.modal_pop_type2 .pop_sec_cont {
    padding: 3rem 2rem;
}

.modal_pop_type2 .cont_info {
    margin-bottom: 4rem;
}

.modal_pop_type2 .cont_info p:nth-child(1) {
    margin-bottom: 2rem;
}

.modal_pop_type2 .cont_info p:nth-child(2) {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.modal_pop_type2 .cont_info p:nth-child(2) strong {
    color: #990000;
    background: linear-gradient(to top, #fceeb2 50%, transparent 50%)
}

.modal_pop_type2 .cont_form .form-control {
    height: 6rem;
    font-size: 1.6rem;
}

.modal_pop_type2 .cont_form div:nth-child(2) {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 1rem;
}

.modal_pop_type2 .cont_form div:nth-child(2) p {
    width: 50%;
    padding: 0 5px;
}

.modal_pop_type2 .cont_form div:nth-child(2) p a {
    display: flex;
    height: 6rem;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.6rem;
}

.modal_pop_type2 .cont_form div:nth-child(2) p a i {
    font-size: 3.6rem;
    margin-right: .5rem;
}

.modal_pop_type2 .cont_form div:nth-child(2) p a.kakao {
    background: #fae100;
    color: #3b1d1d;
}

.modal_pop_type2 .cont_form div:nth-child(2) p a.sms {
    background: #292a3c;
    color: #fff;
}

.modal_pop_type2 .cont_form div:nth-child(2) p a.sms i {
    font-size: 3rem;
}

.modal_pop_type2 .cont_notice {
    margin-top: 1rem;
    text-align: left;
}

.modal_pop_type2 .cont_notice p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #f3000b;
    margin-bottom: .6rem;
}

.modal_pop_type2 .cont_notice p i {
    margin-right: .5rem;
}

.modal_pop_type2 .cont_notice ul {
    font-size: 1.5rem;
}

.modal_pop_type2 .cont_notice ul span {
    color: #f3000b
}

.info_pop_like {
    display: none;
}

.no-action-.w_body {
    position: relative;
    overflow: hidden;
}

.no-action-.w_body::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
}

.no-action-.w_body #sub_wrap .sub_tt {
    margin-bottom: 0;
}

.no-action-.w_body .info_pop_like {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 8rem 2rem;
    width: 85%;
    display: block;
    max-width: 700px;
    z-index: 400;
}

.no-action-.w_body .info_pop_like>img {
    max-width: 150px;
    margin: 2rem auto;
}

.no-action-.w_body .info_pop_like p {
    font-size: 1.9rem;
}

.no-action-.w_body .info_pop_like .esc {
    position: absolute;
    top: -2.6rem;
    right: 2rem;
    cursor: pointer;
}

@media(max-width:991.98px) {
    .no-action-.w_body .info_pop_like {
        padding: 4rem 2rem 5rem;
    }

    .no-action-.w_body .info_pop_like>img {
        max-width: 120px;
    }

    .no-action-.w_body .info_pop_like p {
        font-size: 1.8rem;
        margin-top: 1rem;
    }

    .no-action-.w_body .info_pop_like .esc {
        top: -2rem;
        right: 1.5rem;
    }

    .no-action-.w_body .info_pop_like .esc img {
        max-width: 38px;
    }
}

/* 서브 */

.agree_wrap label {
    display: inline-block;
}

.agree_wrap span {
    display: inline-block;
    margin-left: 1rem;
}

.agree_wrap span a {
    color: #222;
}

.sub2_wrap {
    text-align: center;
}

.sub2_wrap h3 {
    line-height: 1.8;
    font-size: 1.8rem;
}

.sub2_wrap h3 b {
    font-weight: 800;
}

@media(max-width:991.98px) {
    .sub2_wrap h3 {
        font-size: 1.7rem;
    }
}

.sub4_wrap.sub4_message .xi-close_wrap {
    color: #000;
    font-size: 1.8rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
}

.sub4_wrap.sub4_message .round-box .info {
    border-bottom: 1px dotted #ebebeb;
    padding: 2rem 0;
}

.sub4_wrap.sub4_message .round-box .info p {
    color: #000;
    font-size: 1.4rem;
    margin: 2px 0;
}

.sub4_wrap.sub4_message .round-box>a {
    color: #5399cf;
    font-weight: 800;
    display: block;
    padding: 2rem;
    text-align: center;
}

@media(max-width:991.98px) {
    .sub4_wrap.sub4_message .xi-close_wrap {
        font-size: 1.6rem;
    }
}

.sub4_1_wrap .table-like-white dl {
    display: flex;
    align-items: center;
}

.sub4_1_wrap .table-like-white dl dd {
    flex-grow: 1;
    flex-basis: 0;
}

.sub4_1_wrap .table-like-white dl dt {
    flex-grow: 3;
    flex-basis: 0;
    font-weight: 800;
}

.sub4_1_wrap .table-like-white dl dd.flex-box {
    justify-content: flex-end;
}

.sub4_1_wrap .table-like-white dl dd.flex-box .btn_remove2 {
    color: #fff;
    background: #7f7f7f;
    border: 1px solid #7f7f7f;
    font-size: 1.4rem;
    padding: 6px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
}

.sub4_2_wrap .ul_table>li {
    margin-bottom: 3rem;
    padding-bottom: 4rem !important;
    border-bottom: 1px solid #ddd;
}

.sub4_2_wrap .ul_table>li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.sub4_2_wrap .ul_table>li .flex-box {
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1rem;
}

.sub4_2_wrap .ul_table>li .flex-box:last-child {
    margin-bottom: 0;
}

.sub4_2_wrap .ul_table>li .flex-box>p {
    flex-grow: 1;
    flex-basis: 0;
}

.sub4_2_wrap .ul_table>li .flex-box>div {
    flex-grow: 4;
    flex-basis: 0;
    display: flex;
}

.sub4_2_wrap .ul_table>li .flex-box>div>a {
    width: 100px;
    height: 54px;
    background: #7f7f7f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 8px;
    margin-left: 5px;
}

.sub4_2_wrap .account_delete {
    width: 120px;
    height: 54px;
    line-height: 52px;
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 8px;
}

@media(max-width:991.98px) {
    .sub4_2_wrap .ul_table>li .flex-box>div>a {
        height: 40px;
    }

    .sub4_2_wrap .account_delete {
        height: 40px;
        line-height: 40px;
    }

    .sub4_2_wrap [class*="bottom_btn_box"] a.submit_btn {
        width: fit-content;
        max-width: 10rem;
    }
}

.sub6_2_wrap .table-like-white.updown dl dd {
    overflow: visible;
    text-overflow: normal;
    white-space: normal;
    height: auto;
}

.sub6_2_wrap .table-like-white.modify dl {
    position: relative;
    padding-right: 34%;
}

.sub6_2_wrap .table-like-white.modify dl dd {
    word-break: keep-all;
}

.sub6_2_wrap .table-like-white.modify dl dd.link {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    display: inline-block;
    width: auto;
}

.sub6_2_wrap .table-like-white.modify dl dd.link .cta>a.cta-white {
    padding: 0.6rem 1.5rem;
    font-size: 1.1rem;
}

.sub6_2_wrap .title label {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    word-break: keep-all;
    letter-spacing: -0.04em;
}

.sub6_2_wrap .tab_cont .round-box {
    padding: 2rem;
}

.sub6_2_wrap .tab_cont .round-box ul {
    margin-top: 1rem;
}

.sub6_2_wrap .tab_cont .round-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 1.3rem;
    padding: 0.5rem 0;
}

.sub6_2_wrap .tab_cont .round-box ul li:last-child {
    padding-bottom: 0;
}

.sub6_2_wrap .tab_cont .round-box ul li a {
    color: #5399cf;
    font-size: 1.3rem;
}

/*sub7_view_wrap*/
.sub7_view_wrap {}

.sub7_view_wrap>.hd {
    background: #292a3c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.5rem;
}

.sub7_view_wrap>.hd>p {
    padding: 0px 3rem;
    position: relative;
    font-size: 2rem;
}

.sub7_view_wrap>.hd>p:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2rem;
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.sub7_view_wrap section {
    margin-bottom: 6rem;
}

.sub7_view_wrap section .links>a {
    display: inline-block;
    width: 13rem;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    border: 1px solid #56625f;
    background: #56625f;
    text-align: center;
    border-radius: 8px;
}

.sub7_view_wrap section.pic_area {
    margin-bottom: 4rem;
    padding-top: 5rem;
    position: relative;
    z-index: 1;
}

.sub7_view_wrap section.pic_area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30rem;
    background: url(../_img/sub/obituary_visual.jpg) no-repeat center center / cover;
    z-index: -1;
}

.sub7_view_wrap section.pic_area .add_img_wrap {
    display: flex;
    height: 30rem;
    align-items: center;
    justify-content: center;
}

.sub7_view_wrap section.pic_area .add_img_wrap .in {
    width: 25rem;
    height: 30rem;
    border: 4px solid #000;
    border-radius: 5px;
    background: #fff;
    padding: 4px;
}

.sub7_view_wrap section.pic_area .add_img_wrap .in>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.sub7_view_wrap section.pic_area .add_img_wrap .in>div::after {
    content: "";
    background: #ccc url(../_img/sub/deceased_noimg_new.jpg) no-repeat center center / cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #666;
}

.sub7_view_wrap section.pic_area .add_img_wrap .in>div>p {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.sub7_view_wrap section.pic_area .info {
    padding: 3rem;
    text-align: center;
}

.sub7_view_wrap section.pic_area .info h2 {
    font-size: 3rem;
    font-weight: 900;
}

.sub7_view_wrap section.pic_area .info h2 .min_font {
    font-size: .8em;
}

.sub7_view_wrap section.pic_area .info .view_logo {
    text-align: center;
}

.sub7_view_wrap section.pic_area .info .view_logo>div {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 22rem;
    display: inline-block;
    padding: 1rem 1.6rem;
    text-align: center;
}

.sub7_view_wrap section.pic_area .info .view_logo>div img {
    max-width: 19.2rem;
    width: 100%;
}

.sub7_view_wrap .detail_container {
    padding: 0px 3rem;
    padding-bottom: 8rem;
}

.sub7_view_wrap .detail_container>section {
    max-width: 900px;
    margin: 0 auto;
}

.sub7_view_wrap section .sub_title {
    position: relative;
    padding-left: 3.2rem;
    background: url(../_img/icon/title_bullet.png) no-repeat left center / 2.5rem auto;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    font-weight: 600;
}

.sub7_view_wrap section .sub_title a {
    color: #000;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.sub7_view_wrap hr.section_line {
    border-top: 10px solid #f7f8f7;
    margin: 8rem -3rem;
}

@media(max-width:991.98px) {

    /* 수정 " 20230306 */
    .sub7_view_wrap section.pic_area::after {
        background: url(../_img/sub/obituary_visual.jpg) no-repeat center center / cover;
    }

    .sub7_view_wrap hr.section_line {
        border-top: 6px solid #f7f8f7;
        margin: 5rem -3rem;
    }
}

@media(max-width:767.98px) {
    .container.viewpage {
        max-width: unset;
        width: 100%;
        padding: 0;
    }

    .sub7_view_wrap>.hd {
        height: 6rem;
    }

    .sub7_view_wrap>.hd>p {
        font-size: 1.6rem;
        flex-grow: 1;
        width: 100%;
        text-align: center;
    }
}

@media(max-width:576.98px) {
    .sub7_view_wrap>.hd>p {
        font-size: 1.5rem;
        letter-spacing: -0.02em;
    }

    .sub7_view_wrap section.pic_area {
        padding-top: 3rem;
    }

    .sub7_view_wrap section.pic_area .add_img_wrap {
        height: 24rem;
    }

    .sub7_view_wrap section.pic_area .add_img_wrap .in {
        width: 20rem;
        height: 24rem;
        border: 3px solid #000;
        padding: 3px;
    }

    .sub7_view_wrap section.pic_area::after {
        height: 24rem;
    }

    .sub7_view_wrap section.pic_area .info h2 {
        font-size: 2.4rem;
    }

    .sub7_view_wrap section.pic_area .info .view_logo>div {
        width: 18rem;
        padding: 0.8rem 1.2rem;
    }

    .sub7_view_wrap section .sub_title {
        padding-left: 2.8rem;
        background: url(../_img/icon/title_bullet.png) no-repeat left center / 2.2rem auto;
        font-size: 2rem;
    }

    .sub7_view_wrap .detail_container {
        padding: 0px 15px;
        padding-bottom: 4rem;
    }

    .sub7_view_wrap hr.section_line {
        border-top: 6px solid #f7f8f7;
        margin: 3rem -15px;
    }

    .sub7_view_wrap section.pic_area .info {
        padding: 2rem;
        text-align: center;
    }

}




/*오시는길*/

.sub7_view_wrap .map_img_kakao {}

.map_img_kakao {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-bottom: 2rem;
}

.map_img_kakao>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.map_img_kakao>.marker {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 2;
    transform: translate(-50%, -50%);
    margin-top: -10px;
}

.map_img_kakao>.detail_view {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 1px 5px;
    font-weight: 500;
}

.map_img_kakao>.kakao_bi {
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 2;
}

.sub7_view_wrap .nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub7_view_wrap .nav-wrap dt {
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

.sub7_view_wrap .nav-wrap dd {
    font-size: 1.8rem;
}

.sub7_view_wrap .nav-wrap .btns {
    display: flex;
}

.sub7_view_wrap .nav-wrap .btns a {
    background: #f2f2f2;
    padding: 1.5rem;
    min-width: 17rem;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub7_view_wrap .nav-wrap .btns a i {
    font-size: 1.8rem;
    margin-right: .5rem;
}

.sub7_view_wrap .nav-wrap .btns a+a {
    margin-left: 1rem;
}

.sub7_view_wrap .sec_location .link_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub7_view_wrap .sec_location .link_box a {
    padding: 1rem 6rem;
    text-align: center;
    color: #000;
}

.sub7_view_wrap .sec_location .link_box a+a {
    border-left: 1px solid #ddd;
}

.sub7_view_wrap .sec_location .link_box a p {
    font-size: 1.8rem;
}

.sub7_view_wrap .sec_location .link_box .btn-kakao-map img {
    width: 8.1rem;
}

.sub7_view_wrap .sec_location .link_box a .ico {
    padding: 1rem 0 1.4rem 0;
}

.sub7_view_wrap .sec_location .link_box a .ico img {
    width: 3.1rem;
}

.sub7_view_wrap .sec_location .btn_section {
    margin-top: 6rem;
}

.sub7_view_wrap .sec_location .btn_section .wreath_send {
    background: url(../_img/sub/wreath_send_bg.jpg) no-repeat center center / cover;
    height: 12rem;
    padding: 1rem 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub7_view_wrap .sec_location .btn_section .wreath_send>div {
    width: 100%;
    max-width: 60rem;
}

.sub7_view_wrap .sec_location .btn_section .wreath_send>div>p:nth-child(1) {
    color: #ffcb70;
    font-size: 2.4rem;
}

.sub7_view_wrap .sec_location .btn_section .wreath_send>div>p:nth-child(1) strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.sub7_view_wrap .sec_location .btn_section .wreath_send>div>p:nth-child(1) strong::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);

}

.sub7_view_wrap .sec_location .btn_section .wreath_send>div>p:nth-child(2) {
    color: #ffe9c3;
    font-size: 1.6rem;
}

.sub7_view_wrap .sec_location .btn_section .btn_group {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.sub7_view_wrap .sec_location .btn_section .btn_group>p {
    padding: 5px;
    width: calc(100%/5);
}

.sub7_view_wrap .sec_location .btn_section .btn_group>p a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 1.6rem;
    height: 5rem;
    font-weight: 500;
}

.sub7_view_wrap .sec_location .btn_section .btn_group>p.home a {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #000;
}

.sub7_view_wrap .sec_location .btn_section .btn_group>p.modify a {
    background: #e2e2e2;
    color: #000;
}

.sub7_view_wrap .sec_location .btn_section .btn_group>p.send a {
    background: #c9a246;
}

.sub7_view_wrap .sec_location .btn_section .btn_group>p.share a {
    background: #1d3b5c;
}

.sub7_view_wrap .sec_location .btn_section .btn_group>p.money a {
    background: #4c4c4c;
}


@media(max-width: 991.98px) {
    .map_img_kakao {
        position: relative;
        overflow: hidden;
        min-height: 200px;
        height: auto;
    }

    .sub7_view_wrap .nav-wrap .btns a {
        width: 50%;
    }

    .sub7_view_wrap .sec_location .btn_section {
        margin-top: 2rem;
    }

    .sub7_view_wrap .sec_location .btn_section .btn_group {
        flex-wrap: wrap;
    }

    .sub7_view_wrap .sec_location .btn_section .btn_group>p {
        padding: 5px;
        width: 100%;
    }

    .sub7_view_wrap .sec_location .btn_section .btn_group>p.home {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #000;
        display: none;
    }

    .sub7_view_wrap .sec_location .btn_section .btn_group>p.modify {
        background: #e2e2e2;
        color: #000;
        display: none;
    }
}

@media(max-width:767.98px) {
    .sub7_view_wrap .sec_location .link_box a {
        padding: 1rem 0rem;
        text-align: center;
        color: #000;
        width: 33.33%;
    }
}

@media(max-width:576.98px) {
    .sub7_view_wrap .nav-wrap dt {
        font-size: 1.6rem;
    }

    .sub7_view_wrap .nav-wrap dd {
        font-size: 1.6rem;
    }

    .sub7_view_wrap .sec_location .link_box a p {
        font-size: 1.6rem;
    }

    .sub7_view_wrap .nav-wrap .btns a {
        padding: 1.2rem .5rem;
        min-width: 14rem;
        font-size: 1.5rem;
    }
}













.sub7_view_wrap section .root_daum_roughmap {
    width: 100%;
    height: 250px;
}

.sub7_view_wrap section .d-flex.has-a {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.sub7_view_wrap section .d-flex.has-a .sub_title {
    margin-bottom: 0;
}

.sub7_view_wrap section .d-flex.has-a .links>a {
    width: 8rem;
    height: 3rem;
    line-height: 2.8rem;
    font-size: 1.3rem;
    color: #fff;
    position: relative;
    top: 0;
    transform: translate(0);
    margin-left: 1.5rem
}

.sub7_view_wrap section .d-flex.has-a a {
    font-size: 1.5rem;
    color: #000;
}

.sub7_view_wrap section .d-flex.has-a a i {
    font-weight: 800;
    font-size: 14px;
}

.sub7_view_wrap section .dl-wrap {
    border-top: 2px solid #000;
}

.sub7_view_wrap section .dl-wrap dl {
    padding: 2rem;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.sub7_view_wrap section .dl-wrap dl::before {
    content: '';
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.sub7_view_wrap section .dl-wrap dl dt,
.sub7_view_wrap section .dl-wrap dl dd {
    padding-left: 9rem;
}

.sub7_view_wrap section .dl-wrap dl dt {
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.sub7_view_wrap section .dl-wrap dl dd {
    font-size: 1.6rem;
    color: #666;
    font-weight: 400;
}

.sub7_view_wrap section .message .dl-wrap dl::before {
    background: url('../_img/icon/icon_message.jpg') no-repeat center center/ contain;
}

.sub7_view_wrap section .flower .dl-wrap dl::before {
    background: url('../_img/icon/icon_wreath.jpg') no-repeat center center/ contain;
}

.sub7_view_wrap section .message .write_btn {
    text-align: right;
    margin-top: 2rem;
}

.sub7_view_wrap section .message .write_btn a {
    background: #f7f7f7;
    color: #000;
    display: inline-block;
    padding: 1.2rem 3.5rem;
    font-weight: 500;
}


.sub7_view_wrap .button_wrap {
    width: 56%;
    margin: 0 auto;
}

.sub7_view_wrap .button_wrap .bottom_btn_box {
    margin-bottom: 2rem;
}

.sub7_view_wrap .button_wrap .bottom_btn_box a {
    margin: 0.5rem auto;
    width: 100%;
    min-width: auto;
}

.sub7_view_wrap .button_wrap .buttom_btn_send a {
    background: #3a7062;
    border: 3px solid #232323;
    color: #fff;
    width: 100%;
    display: block;
    padding: 1rem;
    outline: none;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.sub7_view_wrap .button_wrap .buttom_btn_send a::before,
.sub7_view_wrap .button_wrap .buttom_btn_send a::after {
    content: '';
    width: 83px;
    height: 68px;
    position: absolute;
    bottom: 0;
    background: url('../_img/sub/img_f_2.png')no-repeat center center / contain;
}

.sub7_view_wrap .button_wrap .buttom_btn_send a::before {
    left: 1rem;
}

.sub7_view_wrap .button_wrap .buttom_btn_send a::after {
    right: 1rem;
}

.sub7_view_wrap .button_wrap .buttom_btn_send p {
    position: relative;
    z-index: 1;
}

.sub7_view_wrap .view_logo>div {}

.sub7_view_wrap .view_logo>img {
    width: auto;
    height: 50px;
    border-radius: 8px;
}

.table-like-white.dd-bold dd {
    font-weight: 700;
}

@media(max-width:991.98px) {
    .sub7_view_wrap section {
        margin-bottom: 4rem;
    }

    .sub7_view_wrap section .links>a {
        width: 10rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.4rem;
    }

    .sub7_view_wrap section.pic_area {
        margin-bottom: 4rem;
    }

    .sub7_view_wrap section.pic_area .d-flex {
        display: block !important;
    }

    .sub7_view_wrap section.pic_area .d-flex>div {
        padding: 0;
    }

    .sub7_view_wrap section.pic_area .d-flex>div.info {
        margin-top: 3rem;
        text-align: center;
    }

    .sub7_view_wrap section.pic_area .d-flex>div.info h2 {
        font-size: 2.2rem;
        padding-left: 0;
    }

    .sub7_view_wrap section.pic_area .d-flex>div.info img {
        max-width: 8rem;
    }

    .sub7_view_wrap section .root_daum_roughmap {
        height: 150px;
    }

    .sub7_view_wrap section .nav-wrap {
        margin-top: 2rem;
        display: block;
    }

    .sub7_view_wrap section .nav-wrap .addr {
        margin-bottom: 2rem;
    }

    .sub7_view_wrap section .nav-wrap .addr p.fw400 {
        font-size: 1.5rem;
    }

    .sub7_view_wrap section .d-flex.has-a a {
        font-size: 1.3rem;
    }

    .sub7_view_wrap section .dl-wrap dl {
        padding: 1.4rem 0.6rem;
    }

    .sub7_view_wrap section .dl-wrap dl::before {
        width: 34px;
        height: 34px;
    }

    .sub7_view_wrap section .dl-wrap dl dt,
    .sub7_view_wrap section .dl-wrap dl dd {
        padding-left: 5rem;
    }

    .sub7_view_wrap section .dl-wrap dl dt {
        font-size: 1.2rem;
    }

    .sub7_view_wrap section .dl-wrap dl dd {
        font-size: 1.1rem;
    }

    .sub7_view_wrap .button_wrap {
        width: 100%;
    }

    .sub7_view_wrap .button_wrap .buttom_btn_send a {}

    .sub7_view_wrap .button_wrap .buttom_btn_send a::before,
    .sub7_view_wrap .button_wrap .buttom_btn_send a::after {
        width: 103px;
        height: 88px;
    }

    .sub7_view_wrap .button_wrap .buttom_btn_send a::before {
        left: -1em;
    }

    .sub7_view_wrap .button_wrap .buttom_btn_send a::after {
        right: -1em;
    }

    .sub7_view_wrap .button_wrap .bottom_btn_box span {
        max-width: 48rem;
    }

    .sub7_view_wrap .table_1>table tr th {
        padding-top: 1.5rem;
        text-align: left;
    }

    .sub7_view_wrap .table_1>table tr td,
    .sub7_view_wrap .table_1>table tr td p {
        font-weight: 600;
        word-break: keep-all;
        font-size: 1.6rem;
        font-weight: 700;
        color: #000;
    }

    .sub7_view_wrap section .d-flex.has-a .links>a {
        width: 7rem;
        height: 2.8rem;
        line-height: 2.6rem;
        font-size: 1.2rem;
        margin-left: 0.5rem;
    }

    .sub7_view_wrap section .message .write_btn a {
        width: 100%;
        text-align: center;
    }
}

@media(max-width:576.98px) {
    .sub7_view_wrap section.pic_area {
        margin-bottom: 2rem;
    }
}

/* .sub_page_nema > h2{
	position: relative;
	display:inline-block;
}
.sub_page_nema > h2::before{
	content:'';
	width:18px;
	height:15px;
	position: absolute;
	top:3px;
	left:-20px;
	background: url('/html/_img/icon/icon_tel.jpg')no-repeat center center/ contain;
}
.mourner_contact{
	position: relative;
	display:inline-block;
	padding-left:15px;
}
.mourner_contact:before{
	content:'';
	width:10px;
	height:10px;
	position: absolute;
	top:6px;
	left:0px;
	background: url('/html/_img/icon/icon-call.png')no-repeat center center/ contain;
} */

.sub8_wrap .table-like-white {
    padding: 0 2rem;
    border: 1px solid #333;
    border-radius: 10px;
}

.sub8_wrap .table-like-white dl {
    padding: 2rem 0;
    border-bottom: 1px dotted #ebebeb;
}

.sub8_wrap .table-like-white dl:last-child {
    border-bottom: 0;
}

.sub8_wrap .table-like-white dl dd {
    height: auto;
    word-break: keep-all;
    white-space: normal;
    color: #888;
}

.sub9_wrap textarea {
    margin-top: 0.5rem;
    min-height: 200px;
}

.sub10_view_wrap .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sub10_view_wrap .thumb_wrap {
    position: relative;
}

.sub10_view_wrap .thumb_wrap .icon {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 11;
}

.sub10_view_wrap .thumb_wrap .icon img {
    width: 6rem;
}

.sub10_view_wrap .thumb_wrap .thum {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.sub10_view_wrap .thumb_wrap .thum img {
    width: 100%;
}

.sub10_view_wrap .flex-box {
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.sub10_view_wrap .info {
    color: #111;
    width: 40%;
}

.sub10_view_wrap .info p {
    font-size: 1.4rem;
    font-weight: 400;
}

.sub10_view_wrap .info .price span {
    font-size: 1.8rem;
    font-weight: 800;
    display: inline-block;
    margin-right: 3px;
}

.sub10_view_wrap .flex-box .bottom_btn_box {
    padding: 0;
    margin: 0;
    width: 55%;
}

.sub10_view_wrap .flex-box .bottom_btn_box button {
    background: url('../_img/icon/icon_nav_4.jpg') no-repeat center center / cover;
}

.sub10_view_wrap .pop_contents {
    background: #fff;
}

.sub10_view_wrap .pop_contents .tab_cont {
    padding: 3rem 2rem 2rem;
}

.sub10_view_wrap .thum>img {
    width: 100%;
}

.sub10_view_wrap .zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-indeX: 10;
    outline: none;
}

.sub10_view_wrap .zoom i {
    font-size: 1.8rem;
    padding: 1rem;
    outline: none;
    color: #111;
}

.sub10_view_wrap .swiper-slide {
    padding: 0rem 0rem;
}

.sub10_view_wrap .swiper-button-next,
.sub10_view_wrap .swiper-button-prev {
    background: none;
    height: auto;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    outline: none;
}

.sub10_view_wrap .swiper-button-prev {
    left: 0;
}

.sub10_view_wrap .swiper-button-next {
    right: 0;
}

.sub10_view_wrap .swiper-button-next i,
.sub10_view_wrap .swiper-button-prev i {
    font-size: 1.6rem;
}

.thumSwiper {
    margin-top: 10px;
}

.thumSwiper .swiper-slide p {
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

.item_view .sec1 .d-flex {
    justify-content: space-between;
}

.item_view .sec1 .d-flex>div {
    position: relative;
}

.item_view .sec1 .d-flex>div:first-child {
    width: 40%;
}

.item_view .sec1 .d-flex>div:last-child {
    width: 50%;
    padding-bottom: 6rem;
}

.item_view .sec1 .d-flex>div.thumb_wrap .icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
}

.item_view .sec1 .d-flex>div.thumb_wrap .thum {
    border: 1px solid #ddd;
}

.item_view .sec1 .d-flex>div.thumb_wrap .thum ul>li {
    display: none;
}

.item_view .sec1 .d-flex>div.thumb_wrap .thum ul>li:first-child {
    display: block;
}

.item_view .sec1 .d-flex>div.thumb_wrap .thum ul>li>div {
    width: 100%;
    padding-top: 150%;
}

.item_view .sec1 .d-flex>div.thumb_wrap .thum_small {
    display: flex;
    margin-top: 1rem;
}

.item_view .sec1 .d-flex>div.thumb_wrap .thum_small>li {
    width: 25%;
}

.item_view .sec1 .d-flex>div.thumb_wrap .thum_small>li>div.item {
    border: 1px solid #ddd;
    cursor: pointer;
    padding-top: 110%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.item_view .sec1 .d-flex>div.info .title {
    padding: 3rem 0;
}

.item_view .sec1 .d-flex>div.info .title h3 {
    font-size: 3rem;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.item_view .sec1 .d-flex>div.info .dl-wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2rem 0 2.5rem;
}

.item_view .sec1 .d-flex>div.info .dl-wrap dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.item_view .sec1 .d-flex>div.info .dl-wrap dl>dt,
.item_view .sec1 .d-flex>div.info .dl-wrap dl>dd {
    letter-spacing: -0.02em;
}

.item_view .sec1 .d-flex>div.info .dl-wrap dl>dt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
}

.item_view .sec1 .d-flex>div.info .dl-wrap dl>dt span {
    font-size: 1.5rem;
    font-weight: 400;
    color: #555;
}

.item_view .sec1 .d-flex>div.info .dl-wrap dl>dd {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}

.item_view .sec1 .d-flex>div.info .total .dl-wrap {
    border: none;
}

.item_view .sec1 .d-flex>div.info .total .dl-wrap dl>dt {
    font-size: 1.8rem;
}

.item_view .sec1 .d-flex>div.info .total .dl-wrap dl>dd {
    font-size: 2.8rem;
    font-weight: 800;
}

.item_view .sec1 .d-flex>div.info .total .bottom_btn_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.item_view .sec1 .d-flex>div.info .total .bottom_btn_box a.submit_btn {
    max-width: 60rem;
}

@media(max-width:1199.98px) {
    .item_view .sec1 .d-flex>div {
        width: 48%;
    }
}

@media(max-width:991.98px) {
    .item_view .sec1 .d-flex {
        display: block !important;
    }

    .item_view .sec1 .d-flex>div {
        width: 100%;
    }

    .item_view .sec1 .d-flex>div:first-child {
        width: 100%;
    }

    .item_view .sec1 .d-flex>div:last-child {
        width: 100%;
        padding-bottom: 0;
    }

    .item_view .sec1 .d-flex>div.info {
        /* margin-top: 3rem; */
    }

    .item_view .sec1 .d-flex>div.info .title {
        padding: 1.3rem 0;
    }

    .item_view .sec1 .d-flex>div.info .title h3 {
        font-size: 1.8rem;
    }

    .item_view .sec1 .d-flex>div.info .dl-wrap {
        padding: 0.5rem 0;
    }

    .item_view .sec1 .d-flex>div.info .dl-wrap dl {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .item_view .sec1 .d-flex>div.info .dl-wrap dl>dt {
        font-size: 1.5rem;
    }

    .item_view .sec1 .d-flex>div.info .dl-wrap dl>dt span {
        display: block;
        margin-top: 0.5rem;
        font-size: 1.4rem;
    }

    .item_view .sec1 .d-flex>div.info .total .dl-wrap dl>dt {
        font-size: 1.6rem;
    }

    .item_view .sec1 .d-flex>div.info .total .dl-wrap dl>dd {
        font-size: 2rem;
    }

    .item_view .sec1 .d-flex>div.info .total .bottom_btn_box {
        position: relative;
    }

    .item_view .sec1 .d-flex>div.info .total .bottom_btn_box {
        margin-top: 0;
    }

    .item_view .sec1 .d-flex>div.thumb_wrap .thum ul>li>div {
        padding-top: 110%;
    }
}

.sub11_wrap .tab_wrap .tab_cl {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.sub11_wrap .tab_wrap .tab_cl>li {
    width: 50%;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    background: #d0d0d0;
    color: #8d8d8d;
    font-size: 1.4rem;
}

.sub11_wrap .tab_wrap .tab_cl>li.on {
    border-top: 2px solid #5399cf;
    color: #333;
    font-weight: 800;
    background: #fff;
}

.sub11_wrap .tab_cont {
    display: none;
}

.sub11_wrap .tab_cont.on {
    display: block;
}

.sub11_wrap .tab_cont .bullet-list>li:last-child {
    margin-bottom: 0;
}

.sub11_wrap .tab_cont {
    position: relative;
    background: #fff;
}

.sub11_wrap .tab_cont .txt {
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 6rem 0 9rem;
    position: relative;
    border: 8px solid #292524;
}

.sub11_wrap .tab_cont .txt::before {
    content: '';
    width: 95%;
    height: 96%;
    border: 3px solid #e0e0e0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.sub11_wrap .tab_cont .txt p {
    font-size: 1.4rem;

    font-weight: 700;
    line-height: 1.8;
}

.sub11_wrap .tab_cont .txt #textarea {
    width: 90%;
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0 auto;
    border: none;
    font-size: 1.4rem;

    font-weight: 700;
    line-height: 1.8;
    white-space: pre-line;
    outline: none;
    min-height: 41.4rem;
    background-color: transparent;
    overflow-y: auto;
}

.sub11_wrap .tab_cont .bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub11_wrap .tab_cont .deco_imgs img {
    position: absolute;
    max-width: 60px;
    z-index: 3;
}

.sub11_wrap .tab_cont .deco_imgs img.t {
    top: 0;
    left: auto;
    right: 0;
}

.sub11_wrap .tab_cont .deco_imgs img.b {
    bottom: 0;
}

.product_cat ul {
    text-align: center;
    margin-bottom: 4rem;
}

.product_cat ul li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2rem;
}

.product_cat ul li a {
    color: #555;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.25rem 1rem;
    display: block;
    background: #f2f2f2;
    position: relative;
    min-width: 15rem;
    border-radius: 0;
}

.product_cat ul li.on a {
    font-weight: 700;
    color: #fff;
    background: #333;
}

@media(max-width:991.98px) {
    .product_cat {
        height: 41px;
        position: relative;
        margin-bottom: 4rem;
    }

    .product_cat ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 46px;
        z-index: 3;
    }

    .product_cat ul li {
        width: 100%;
        margin: 0;
        display: none;
    }

    .product_cat ul li a {
        font-size: 1.4rem;
    }

    .product_cat ul li.on {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .product_cat ul li.on::after {
        content: '';
        width: 9px;
        height: 6px;
        background: url('../_img/icon/icon_down.png')no-repeat center center/ contain;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translatey(-50%);
    }

    .product_cat.on ul li {
        display: block;
    }

    .product_cat.on ul li.on::after {
        transform: translatey(-50%) rotate(180deg);
    }
}

.product_list .row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.product_list .row>div {
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.product_list .row>div a {
    display: block;
    color: #000;
    font-size: 1.3rem;
}

.product_list .row>div .thum_wrap {
    border: 2px solid #ddd;
    background: #fff;
    position: relative;
}

.product_list .row>div .thum_wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.product_list .row>div .thum_wrap .thum {
    overflow: hidden;
    width: 100%;
}

.product_list .row>div .thum_wrap .thum.thum-pt {
    padding-top: 150%;
}

.product_list .row>div .thum>img {
    width: 100%;
}

.product_list .row>div p {
    font-size: 1.6rem;
    color: #000;
    padding: 3px 0;
    text-align: center;
    font-weight: 400;
    word-break: keep-all;
}

.product_list .row>div .price {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}

.product_list .row>div .price p,
.product_list .row>div .price span {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.product_list .row>div .price del {
    font-size: 1.6rem;
    color: #999;
    margin-right: 5px;
}

.product_list .row>div .price .perc {
    color: #f51e1e;
    font-weight: 800;
    display: none;
}

.product_list .row>div .zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-indeX: 10;
    outline: none;
}

.product_list .row>div .zoom i {
    font-size: 1.8rem;
    padding: 1rem;
    outline: none;
}

.product_list .row>div .swiper-button-next,
.product_list .row>div .swiper-button-prev {
    background: none;
    height: auto;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    outline: none;
}

.product_list .row>div .swiper-button-prev {
    left: 0;
}

.product_list .row>div .swiper-button-next {
    right: 0;
}

.product_list .row>div .swiper-button-next i,
.product_list .row>div .swiper-button-prev i {
    font-size: 1.6rem;
}

.product_list .row>div .name_wrap {
    margin: 1.5rem auto;
}

@media(max-width:991.98px) {
    .product_list .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .product_list .row>div {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .product_list .row>div p {
        font-size: 1.5rem;
        word-break: keep-all;
    }

    .product_list .row>div .price p,
    .product_list .row>div .price span {
        font-size: 1.5rem;
    }

    .product_list .row>div .price del {
        font-size: 1.2rem;
    }
}

.product_banner img {
    width: 100%;
}

.product_banner .cs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    color: #333;
    font-size: 1.3rem;
    background: #fff;
}

.product_banner .cs span {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 1rem;
}

.round-box {
    border: 1px solid #333;
    border-radius: 5px;
    background: #fff;
    margin: 2rem 0;
    padding: 0 2rem;
}

.tab_cont {
    display: none;
}

.tab_cont.on {
    display: block;
}

.tab_pay {
    display: flex;
}

.tab_pay>li {
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #ebebeb;
    color: #333;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: ceter;
    text-align: center;
    background: #fff;
    padding: 1.5rem;
    cursor: pointer;
}

.tab_pay>li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tab_pay>li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab_pay>li.on {
    background: #333;
    color: #fff;
}

.order_pay .table-like-white.updown dl {
    padding: 0;
}

.order_pay .table-like-white.updown dl dt,
.order_pay .table-like-white.updown dl dd {
    padding: 1.5rem;
    line-height: 1.7;
}

.order_pay .table-like-white ul.total>li p {
    font-weight: 700;
}

.select-like-info>.title {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-like-info>.title.on i {
    transform: rotate(180deg);
}

.select-like-info>.txt {
    color: #888;
    text-align: left;
    padding: 1rem;
    border: 1px solid #ebebeb;
    border-top: none;
    height: 150px;
    overflow-y: scroll;
    display: none;
    background: #fff;
}

.select-like-info>.txt p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
}

.sending .cta>.cta-black {
    display: block;
    background: #333;
    color: #fff !important;
    font-size: 1.5rem;
    width: 100%;
    border-radius: 0;
    display: block;
    padding: 15px 10px;
    outline: none;
    text-align: center;
    border-radius: 3px;
}

@media(max-width:991.98px) {
    .order_pay .table-like-white ul>li p {
        word-break: keep-all;
    }

    .order_pay .table-like-white ul>li p:first-child.fcGray8 {
        width: 70%;
    }

    .order_pay .table-like-white ul>li p:last-child.fcBlack {
        width: 25%;
    }

    .tab_pay>li {
        font-size: 1.4rem;
        padding: 1.5rem 1rem;
        word-break: keep-all;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.joinus-select-form p[class^="radio_"] {
    display: block;
    margin: 0;
}

.joinus-select-form .radio_type1>label::after,
.joinus-select-form .radio_type1>label::before {
    top: 52%;
}

.joinus-select-form .member-type2 {
    display: none;
}

.com_logo {
    border-radius: 7px;
}

.quantity-text {
    margin: 0.5rem 0 0;
    display: block;
}

.quantity-text p {
    font-size: 1.2rem;
    text-align: center;
    background: #fff;
    padding: 0.5rem;
}

.quantity-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-box button {
    background: #fff;
}

.quantity-box>.quantity {
    display: flex;
    align-items: center;
}

.quantity-box>.quantity button {
    width: 4rem;
    height: 4rem;
    position: relative;
    border: 1px solid #ddd;
    outline: none;
}

.quantity-box>.quantity button.q-minus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    margin: -1px 0 0 -6px;
    content: "";
    background: #000;
}

.quantity-box>.quantity button.q-plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    margin: -1px 0 0 -6px;
    content: "";
    background: #000;
}

.quantity-box>.quantity button.q-plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 11px;
    margin: -6px 0 0 -1px;
    content: "";
    background: #000;
}

.quantity-box>.quantity button span {
    display: none;
}

.quantity-box>.quantity input {
    width: 4rem;
    height: 4rem;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 1.5rem;
    color: #666;
}

@media(max-width:991.98px) {

    .quantity-box>.quantity button,
    .quantity-box>.quantity input {
        width: 3rem;
        height: 3rem;
    }
}

.add_img_wrap {
    display: flex;
    align-items: flex-end;
}

.add_img_wrap .img_box {
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.5);
    width: 220px;
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.add_img_wrap .img_box .xi-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
    padding: 0.6rem;
    cursor: pointer;
    display: none !important;
}

.add_img_wrap .img_box .img {
    background: #f1f1f1;
    width: 100%;
    height: 100%;
}

.add_img_wrap .btn_wrap {
    padding-left: 15px;
    width: calc(100% - 165px);
    max-width: 30rem;
}

.add_img_wrap .btn_wrap #board_btn_wrap {
    text-align: left;
}

.add_img_wrap .btn_wrap #board_btn_wrap>div {
    max-width: 12rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1.2rem;
    cursor: pointer;
}

.add_img_wrap .btn_wrap #board_btn_wrap>div:first-child {
    margin-right: 4px;
}

.add_img_wrap .btn_wrap #board_btn_wrap>div label {
    cursor: pointer;
}

.logo_img_wrap {
    display: flex;
    align-items: flex-end;
}

.logo_img_wrap .img_box {
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.5);
    width: 220px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.logo_img_wrap .img_box .xi-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
    padding: 0.6rem;
    cursor: pointer;
    display: none !important;
}

.logo_img_wrap .img_box .img {
    background: #f1f1f1;
    width: 100%;
    height: 100%;
}

.logo_img_wrap .btn_wrap {
    padding-left: 15px;
    width: calc(100% - 165px);
    max-width: 30rem;
}

.logo_img_wrap .btn_wrap #board_btn_wrap {
    text-align: left;
}

.logo_img_wrap .btn_wrap #board_btn_wrap>div {
    max-width: 12rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1.2rem;
    cursor: pointer;
}

.logo_img_wrap .btn_wrap #board_btn_wrap>div:first-child {
    margin-right: 4px;
}

.logo_img_wrap .btn_wrap #board_btn_wrap>div label {
    cursor: pointer;
}

@media(max-width:991.98px) {
    .add_img_wrap {
        align-items: flex-start;
    }

    .add_img_wrap .img_box {
        width: 150px;
        height: 180px;
    }

    .add_img_wrap .btn_wrap {
        padding-left: 5px;
    }

    .add_img_wrap #board_btn_wrap {
        margin-top: 0;
    }

    .add_img_wrap .btn_wrap #board_btn_wrap>div {
        padding: 0.8rem;
        width: 100%;
    }

    .add_img_wrap .btn_wrap #board_btn_wrap>div:first-child {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .logo_img_wrap .img_box {
        width: 150px;
        height: 75px;
    }

    .logo_img_wrap .btn_wrap {
        padding-left: 1rem;
    }

    .logo_img_wrap .btn_wrap #board_btn_wrap>div {
        padding: 0.8rem;
        width: 100%;
    }

    .logo_img_wrap .btn_wrap #board_btn_wrap>div:first-child {
        margin-right: 0;
        margin-bottom: 4px;
    }
}

.representative-account>dl {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.representative-account>dl:last-child {
    margin-bottom: 0;
}

.representative-account>dl dt {
    width: 60px;
    font-weight: 700;
}

.representative-account>dl dd {
    width: calc(100% - 60px);
}

.representative-account>dl dd.dd-check {
    display: flex;
    align-items: center;
}

.representative-account>dl dd.dd-check .form-control {
    width: calc(100% - 84px);
}

.representative-account>dl dd.dd-check .btn-check {
    background: #999;
    padding: 6px 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 80px;
    margin-left: 4px;
}

#pay_list .points_wrap {
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 2rem;
}

#pay_list .points_wrap dl {
    display: flex;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #ddd;
}

#pay_list .points_wrap dl:last-child {
    border-bottom: none;
}

#pay_list .points_wrap dl dt {
    color: #000;
    font-weight: 700;
    width: 35%;
}

#pay_list .points_wrap dl dd {
    color: #5399cf;
    font-weight: 800;
    width: 65%;
}

#pay_list .search_box_wrap {
    margin-bottom: 4rem;
}

#pay_list .search_box_wrap .search_box {
    padding: 0;
}

#pay_list .search_box_wrap .search_box i {
    color: #888;
}

#pay_list .search_box_wrap .d-flex {
    margin-top: 0.5rem;
    align-items: center;
}

#pay_list .search_box_wrap .d-flex p.fcGray8 {
    padding: 0 0.5rem;
}

#pay_list .table_black table t.w_body tr td .cta-modify {
    width: 32px;
    height: 34px;
    line-height: 1.2;
    padding: 0.2rem 0.1rem;
    margin: 0.5rem auto 0;
}

#pay_view .table-like-white dl dt {
    width: 35%;
}

#pay_view .table-like-white dl dd {
    width: 65%;
}

.confirm_btn_wrap {
    margin-top: 4rem;
}

.confirm_btn_wrap>p {
    display: inline-block;
    vertical-align: middle;
}

.confirm_btn_wrap [class*="confirm_btn_"] {
    border: 1px solid #ccc;
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.6rem;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    min-width: 12rem;
}

.confirm_btn_wrap .confirm_btn_y {
    background: #333;
    color: #fff;
}

@media(max-width:991.98px) {
    .confirm_btn_wrap [class*="confirm_btn_"] {
        min-width: 8rem;
        height: 40px;
        line-height: 38px;
        font-size: 1.4rem;
    }
}

.person-p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.person-p:last-child {
    margin-bottom: 0;
}

.person-p input {
    margin-right: 0.6rem;
    display: none;
}

#certi_btn {
    padding: 1.2rem 3rem;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 1.7rem;
    color: #fff;
    border-radius: 5px;
    margin-top: 2rem;
}

#make_btn span {
    display: inline-block;
}

#make_btn .img_box {
    margin: 0 1rem;
}

#make_btn .img_box img {
    width: 2rem;
}

.sub_title {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600;
}

.sub_title.required {
    position: relative;
}

/* .sub_title.required::after{
	content:' (필수)';
	color:#ff0000;
	font-size:1.6rem;
	font-weight: 700;
} */
.sub_title .ess {
    color: #ff0000;
}

.sub_title>.desc {
    font-size: 1.5rem;
    font-weight: 400;
    color: #555;
    float: right;
    margin-top: 3px;
}

@media(max-width:991.98px) {
    .sub_title {
        /* font-size: 2rem; */
        /* font-size: 1.8rem; */
    }

    .sub_title>.desc {
        font-size: 1.3rem;
    }
}



.funeral_reg .ul_table>li {
    position: relative;
    padding-left: 14rem;
    margin-bottom: 3rem;
}

.funeral_reg .ul_table>li .sub_title {
    position: absolute;
    top: 1rem;
    left: 0;
}

.funeral_reg .ul_table>li .sub_title .sub_title_detail {
    /* 
	font-size:1.3rem; */
    font-size: 1.5rem;
    color: red;
}

.funeral_reg .ul_table>li .d-flex {
    margin-bottom: 1rem;
}

.funeral_reg .ul_table>li .d-flex>li {
    margin-right: 4rem;
}

.funeral_reg .ul_table>li .d-flex>li p {
    position: relative;
    overflow: visible;
}

.funeral_reg .ul_table>li button {
    position: relative;
    /*right:-5rem;*/
    background: #333;
    color: #fff !important;
    /* font-size:1.4rem; */
    font-size: 1.6rem;
    border: none;
    width: 8rem;
}

.funeral_reg .ul_table .close-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 100%;
    background-color: unset;
    color: #000 !important;
}

.funeral_reg .ul_table>li textarea {
    line-height: 1.6;
    padding: 1.5rem;
    min-height: 110px;
}


.funeral_reg .ul_table>li .row.row-none .pl05 select {
    width: 82%;
    display: inline-block;
    vertical-align: middle;
}

.funeral_reg .msg_save {
    display: none;
}

@media(max-width:991.98px) {
    .funeral_reg .ul_table>li {
        position: relative;
        padding-left: 0;
    }

    .funeral_reg .ul_table>li .sub_title {
        position: relative;
        top: 0;
    }

    .funeral_reg .ul_table>li .sub_title.required::after {
        font-size: 1.3rem;
    }

    .funeral_reg .ul_table>li .d-flex {
        flex-wrap: wrap;
    }

    .funeral_reg .ul_table>li .d-flex>li {
        width: 50%;
        margin: 0;
    }

    .funeral_reg .ul_table>li .d-flex>li:nth-child(3) {
        margin-right: 0;
    }

    .funeral_reg .ul_table>li .d-flex>li button {
        right: -4rem;
        font-size: 1.2rem;
        width: 3.5rem;
    }

    .funeral_reg .ul_table>li .row.row-none .pl05 {
        padding-left: 0 !important;
        margin-top: 4px;
    }

    .funeral_reg .ul_table>li .row.row-none .pl05 select {
        width: 78%;
    }
}

.bg-white>div>.search_box,
#board_top .search_box {
    float: right;
    max-width: 400px;
    width: 100%;
    border: none;
    padding: 0;
}

.bg-white>div>.search_box form,
#board_top .search_box form {
    display: flex;
}

.bg-white>div>.search_box input[type='text'],
#board_top .search_box input[type='text'] {
    background: #fff;
    width: 100%;
    padding: 1.35rem;
    border: 0;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.bg-white>div>.search_box button,
#board_top .search_box button {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 8px;
    outline: none;
    width: 8rem;
    margin-left: 0.8rem;
}

#selected_div dl dt {
    background: #fff;
}

@media(max-width:991.98px) {

    .bg-white>div>.search_box,
    #board_top .search_box {
        max-width: 360px;
        padding: 0;
        display: block;
    }

    .bg-white>div>.search_box input[type='text'],
    #board_top .search_box input[type='text'] {
        font-size: 1.3rem;
        padding: 0.8rem 1rem;
    }

    #board_top .search_box button {
        font-size: 1.3rem;
        width: 6rem;
    }
}

@media(max-width:485.98px) {
    .bg-white>div>.search_box form {
        display: block;
    }

    .bg-white>div>.search_box button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
        right: 0;
        font-size: 1.4rem;
        margin-top: 1rem;
        margin: 1rem 0 0;
    }
}


.mypage #submit {
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    max-width: 12rem;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 1.5rem;
    cursor: pointer;
    background: #333;
    color: #fff;
    font-weight: 700;
}

.mypage .opt_wrap {
    background: #f3f3f3;
    padding: 3rem 2rem;
    position: relative;
}

.mypage .opt_wrap dl {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 5px auto;
}

.mypage .opt_wrap dl>dt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    width: 8rem;
}

.mypage .opt_wrap dl>dd {
    width: calc(100% - 8rem);
    max-width: 45rem;
    position: relative;
}

.mypage .opt_wrap dl>dd .d-flex {
    align-items: center;
}

.mypage .opt_wrap dl>dd .d-flex span {
    padding: 0 5px;
}

.mypage .opt_wrap dl>dd .d-flex>p {
    flex-grow: 1;
    flex-basis: 0;
}

.mypage .opt_wrap dl>dd .sch-form>select {
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 5px;
}

.mypage .opt_wrap dl>dd .sch-form>input {
    flex-grow: 2;
    flex-basis: 0;
}

.mypage .opt_wrap #submit {
    position: absolute;
    top: 0;
    right: -125px;
}

.mypage .table_black table t.w_body tr td a {
    color: #555;
}

@media(max-width:991.98px) {
    .mypage .opt_wrap {
        padding: 2rem 1.5rem;
    }

    .mypage .opt_wrap dl {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }

    .mypage .opt_wrap dl>dt {
        font-size: 1.4rem;
        width: 100%;
        margin-bottom: 5px;
    }

    .mypage .opt_wrap dl>dd {
        font-size: 1.4rem;
        width: 100%;
    }

    .mypage .opt_wrap dl>dd .sch-form {
        display: block !important;
    }

    .mypage .opt_wrap dl>dd .sch-form>select {
        margin-bottom: 5px;
    }

    .mypage .opt_wrap #submit {
        width: 100%;
        position: relative;
        max-width: 960px;
        right: 0;
        font-size: 1.4rem;
        margin-top: 1rem;
        padding: 0.95rem;
    }

    /* 	.mypage .table_black{
		overflow-x:scroll;
	}
	.mypage .table_black > table{
		width:700px;
	} */
    .mypage .table_black>table th,
    .mypage .table_black>table td {
        word-break: keep-all;
    }
}

@media(max-width:360px) {
    .mypage .table_black>table .info_content {
        word-break: break-all;
    }
}


/*코인옵션 셋팅*/
.mypage .option_setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage .option_setting>div:nth-child(1) {
    font-size: 1.6rem;
}

.mypage .option_setting .check_toggle {
    overflow: hidden;
}

.mypage .option_setting .check_toggle>input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    left: -100px;
}

.mypage .option_setting label {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    position: relative;
    cursor: pointer;
}

.mypage .option_setting label::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #bbb;
    border-radius: 4px;
    left: 33px;
    top: 3px;
    transition: all .4s;
}

.mypage .option_setting label::before {
    content: "OFF";
    position: absolute;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -0.02em;
    ;
    left: 4px;
    transition: all .4s;
}

.mypage .option_setting input[type=checkbox]:checked+label {
    border: 1px solid #333;
}

.mypage .option_setting input[type=checkbox]:checked+label::after {
    background: #333;
    left: 3px;
}

.mypage .option_setting input[type=checkbox]:checked+label::before {
    content: "ON";
    left: 32px;
    color: #333;
}

@media(min-width:577px) {
    .mypage .option_setting>div:nth-child(1) br {
        display: none;
    }
}

@media(max-width:576.98px) {
    .mypage .option_setting>div:nth-child(1) {
        font-size: 1.3rem;
    }
}






#status_wrap .table_1 table t.w_body tr th,
#status_wrap .table_1 table t.w_body tr td {
    padding: 1.5rem;
}

#status_wrap .table_1 table t.w_body tr td #submit {
    font-size: 1.5rem;
}

#status_wrap .txt {
    padding: 4rem 0 5rem;
}

@media(max-width:991.98px) {

    #status_wrap .table_1 table t.w_body tr th,
    #status_wrap .table_1 table t.w_body tr td {
        padding: 1rem;
        vertical-align: middle;
    }

    #status_wrap .table_1 table t.w_body tr th {
        width: 50%;
    }

    #status_wrap .table_1 table t.w_body tr td {
        width: 50%;
    }

    #status_wrap .table_1 table t.w_body tr td #submit {
        font-size: 1.3rem;
        padding: 1rem;
    }
}

#apply_wrap .table_1>table tr td input {
    width: 60%;
    margin-right: 1rem;
}

#apply_wrap .bottom_btn_box>a {
    display: inline-block;
    vertical-align: middle;
    min-width: 16rem;
    max-width: 16rem;
    width: 16rem;
    font-size: 1.6rem;
    margin: 0 2px;
}

#apply_wrap .bottom_btn_box>a.btn-gray {
    background: #dbdbdb;
    color: #000 !important;
}

@media(max-width:991.98px) {
    #apply_wrap .table_1>table tr td input {
        width: 90%;
        margin-right: 0.5rem;
    }

    #apply_wrap .table_1>table tr td input::placeholder {
        font-size: 1.3rem;
    }

    #apply_wrap .bottom_btn_box>a {
        min-width: 12rem;
        max-width: 12rem;
        width: 12rem;
        font-size: 1.4rem;
    }
}


.pager {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.pager>li {
    font-size: 1.5rem;
    color: #555;
    font-weight: 400;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pager>li.on {
    background: #000;
    color: #fff;
}

.pager>li.pager-1 {
    background: url('../_img/icon/pager_1.png') no-repeat center center/ contain;
    margin-right: 5px;
}

.pager>li.pager-2 {
    background: url('../_img/icon/pager_2.png') no-repeat center center/ contain;
    margin-right: 2rem;
}

.pager>li.pager-3 {
    background: url('../_img/icon/pager_3.png') no-repeat center center/ contain;
    margin-right: 5px;
    margin-left: 2rem;
}

.pager>li.pager-4 {
    background: url('../_img/icon/pager_4.png') no-repeat center center/ contain;
}

.pager>li>a {}

@media(max-width:991.98px) {
    .pager>li {
        font-size: 1.4rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .pager>li.pager-2 {
        margin-right: 5px;
    }

    .pager>li.pager-3 {
        margin-left: 5px;
    }
}


.shop_banner .d-flex {
    justify-content: center;
}

.shop_banner .d-flex ul>li {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    padding-left: 3rem;
    position: relative;
}

.shop_banner .d-flex ul>li i {
    font-size: 3rem;
    position: absolute;
    top: 0;
    left: 0;
}

.shop_banner .shop {
    border: 1px solid #333;
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.6rem;
    min-width: 14rem;
    color: #fff;
    background-color: #333;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
}

@media(max-width:991.98px) {
    .shop_banner .d-flex ul>li {
        font-size: 1.5rem;
        padding-left: 2.2rem;
        word-break: keep-all;
        margin-bottom: 1rem;
    }

    .shop_banner .d-flex ul>li i {
        font-size: 2.3rem;
        top: 3px;
    }

    .shop_banner .d-flex ul>li span {
        display: block;
    }

    .shop_banner .shop {
        font-size: 1.5rem;
        height: 5rem;
        line-height: 5rem;
    }

    .shop_banner .shop {
        font-size: 1.4rem;
        width: auto;
        min-width: 8.5rem;
        height: auto;
        line-height: 1.2;
        padding: 0.8rem 1rem;
    }
}

@media(max-width:485.98px) {
    .shop_banner img {
        max-width: 26rem;
    }
}

.searchdata #submit {
    width: 120px;
    background: #333;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
}

.searchdata .opt_wrap {
    background: #f3f3f3;
    padding: 3rem 2rem;
    position: relative;
}

.searchdata .opt_wrap dl {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 5px auto;
}

.searchdata .opt_wrap dl>dt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    width: 8rem;
}

.searchdata .opt_wrap dl>dd {
    width: calc(100% - 8rem);
    max-width: 45rem;
    position: relative;
}

.searchdata .opt_wrap dl>dd .d-flex {
    align-items: center;
}

.searchdata .opt_wrap dl>dd .d-flex span {
    padding: 0 5px;
}

.searchdata .opt_wrap dl>dd .sch-form>select {
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 5px;
}

.searchdata .opt_wrap dl>dd .sch-form>input {
    flex-grow: 2;
    flex-basis: 0;
}

.searchdata .opt_wrap #submit {
    position: absolute;
    top: 0;
    right: -125px;
}

.searchdata .table_black table t.w_body tr td a {
    color: #555;
}

@media(max-width:991.98px) {
    .searchdata .opt_wrap {
        padding: 2rem 1.5rem;
    }

    .searchdata .opt_wrap dl {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }

    .searchdata .opt_wrap dl>dt {
        font-size: 1.4rem;
        width: 100%;
        margin-bottom: 5px;
    }

    .searchdata .opt_wrap dl>dd {
        font-size: 1.4rem;
        width: 100%;
        margin: 0 auto;
    }

    .searchdata .opt_wrap dl>dd .sch-form {
        display: block !important;
    }

    .searchdata .opt_wrap dl>dd .sch-form>select {
        margin-bottom: 5px;
    }

    .searchdata .opt_wrap #submit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
        right: 0;
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    /* 	.searchdata .table_black{
		overflow-x:scroll;
	}
	.searchdata .table_black > table{
		width:700px;
	} */
    .searchdata .table_black>table th {
        word-break: keep-all;
    }

    .searchdata .tab2-mo-tab>ul {
        display: flex;
        position: relative;
        padding-top: 0;
        box-shadow: none;
    }

    .searchdata .tab2-mo-tab>ul li {
        display: block !important;
    }

    .searchdata .tab2-mo-tab>ul li.on {
        position: relative;
        background: #fff;
    }

    .searchdata .tab2-mo-tab>ul li.on a {
        border-top: 2px solid #333;
        color: #333;
    }

    .searchdata .tab2-mo-tab>ul li.on::after {
        content: none;
    }
}


.phrase_copy_span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    transform: translatey(-3px);
}



[class*="intro_app_div"] {
    position: relative;
    height: 100vh;
    overflow-y: hidden;
    margin: 0 auto;
}

[class*="intro_app_div"] .d-flex {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 1;
}

[class*="intro_app_div"] .d-flex .inner {
    text-align: center;
    padding: 0 30px;
}

[class*="intro_app_div"] .d-flex .inner p {
    font-size: 4rem;
    margin-top: 5rem;
    color: #000;
    font-weight: 700;

}

[class*="intro_app_div"] .d-flex .logo_img {
    width: 100%;
    max-width: 327px;
}

[class*="intro_app_div"] .flower_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media(max-width:991.98px) {
    [class*="intro_app_div"] .d-flex .inner p {
        font-size: 2rem;
        margin-top: 3rem;
    }

    [class*="intro_app_div"] .d-flex .logo_img {
        max-width: 200px;
    }

    [class*="intro_app_div"] .flower_wrap {
        padding-top: 60%;
        background-position: center top;
    }
}


.intro_app_div_720 {
    max-width: 720px;
    background: url('../_img/sub/bg_loading_960.jpg')no-repeat center center/cover;
}

.intro_app_div_960 {
    max-width: 960px;
    background: #1b2724;
}

.intro_app_div_2048 {
    max-width: 2048px;
    background: url('../_img/sub/bg_loading_2048.jpg')no-repeat center center/cover;
}

.intro_app_div_2048 .flower_wrap {
    max-width: 960px;
    left: 50%;
    transform: translatex(-50%);
    padding-top: 20%;
    background-position: center top;
}

@media(max-width:1400px) {
    .intro_app_div_2048 .flower_wrap {
        padding-top: 30%;
    }
}

@media(max-width:991.98px) {
    .intro_app_div_2048 .flower_wrap {
        padding-top: 40%;
    }
}

.svg_wrap {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 90%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.svg_wrap .logo {
    display: none;
    text-align: center;
}

.svg_wrap .logo img {
    max-width: 5rem;
}

.svg_wrap .svg-p {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;

    text-align: center;
    position: absolute;
    left: 50%;
    top: 150%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}

.svg_wrap .svg-p span {
    color: #fee19d;
}

#path_ani1 {
    opacity: 0;
    stroke-dasharray: 390;
    animation: stroke-ani 3s linear forwards 3s;
}

#path_ani2 {
    opacity: 0;
    stroke-dasharray: 390;
    animation: stroke-ani2 3s linear forwards 3s;
}

@keyframes stroke-ani {
    0% {
        stroke-dashoffset: 390;
        opacity: 1;
    }

    50% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes stroke-ani2 {
    0% {
        stroke-dashoffset: 390;
        opacity: 1;
    }

    40% {
        stroke-dashoffset: 390;
        opacity: 1;
    }

    90% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

/* 로딩 */
.intro_loading_wrap {
    background: #1b2724;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20%;
}

.intro_loading_wrap .bg_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.intro_loading_wrap .inner {
    position: relative;
    text-align: center;
    z-index: 1;
    display: none;
}

.intro_loading_wrap .inner .logo {
    margin-bottom: 2rem;
}

.intro_loading_wrap .inner .logo img {
    max-width: 6rem;
}

.intro_loading_wrap .inner p {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;

    text-align: center;
}

.intro_loading_wrap .inner p .word1,
.intro_loading_wrap .inner p .word2 {
    color: #fee19d;
}

/* 스플래시 */
.intro_splash_wrap {
    background: #242020;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.intro_splash_wrap .bg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.intro_splash_wrap .inner {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 24%;
    z-index: 1;
}

.intro_splash_wrap .inner .logo {
    margin-right: 1rem;
}

.intro_splash_wrap .inner .logo img {
    max-width: 3rem;
}

.intro_splash_wrap .inner p {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;

    text-align: center;
}


#hp_button {
    border-radius: 8px;
}

.pop-tab {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.pop-tab li {
    color: #555;
    font-size: 1.4rem;
    text-align: center;
    background: #f2f2f2;
    flex-basis: 0;
    flex-grow: 1;
    padding: 1rem 0;
    cursor: pointer;
}

.pop-tab li.on {
    font-weight: 500;
    color: #fff;
    background: #333;
}

.pop-cont,
.pop-cont p {
    font-size: 1.6rem !important;
    color: #888 !important;
    line-height: 1.8 !important;
}

.pop-cont {
    padding: 2rem 1rem !important;
    display: none;
}

.pop-cont:first-child {
    display: block;
}

.pop-cont img {
    width: 100% !important;
    max-width: 480px;
    margin: 0 auto;
}

@media(max-width:991.98px) {
    .pop-tab {
        width: 90%;
    }

    .pop-cont,
    .pop-cont p {
        font-size: 1.4rem !important;
    }
}

.id_save {
    display: flex;
    align-items: center;
}


.search_box_wide {
    background: #f3f3f3;
    padding: 3rem 2rem;
    position: relative;
    text-align: center;
}

.search_box_wide input {
    border: 1px solid #ccc;
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.6rem;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 8px;
    outline: none;
    width: 100%;
    max-width: 450px;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
}

.search_box_wide button {
    width: 120px;
    background: #333;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    border: none;
}

@media(max-width:991.98px) {
    .search_box_wide {
        padding: 2rem 1.5rem;
    }

    .search_box_wide input {
        height: 40px;
        padding: 0px 1rem;
        line-height: 38px;
        font-size: 1.4rem;
    }

    .search_box_wide button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
        right: 0;
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    .account_box {
        max-width: 25%;
    }

    .account_box2 {
        max-width: 40%;
    }
}

.account_div {
    width: 100%;
    padding: 0;
    text-align: left;
    display: block;
}

.none_padding {
    padding-left: 0;
    padding-right: 0;
}

.account_box {
    display: inline-block;
}



.ul_table .opt_cont_1 .d-flex {
    justify-content: space-between;
    align-items: center;
}

.ul_table .opt_cont_1 .d-flex>p {
    width: 15%;
}

.ul_table .opt_cont_1 .d-flex>div {
    width: 85%;
}

.ul_table .opt_cont_1 .d-flex>div span {
    padding: 0 2px;
}

.ul_table .opt_cont_2 .d-flex {
    justify-content: space-between;
}

.ul_table .opt_cont_2 .d-flex>input {
    width: 49.8%;
    margin: 2px 0;
}

@media(max-width:991.98px) {
    .ul_table .opt_cont_1>.d-flex {
        display: block !important;
    }

    .ul_table .opt_cont_1 .d-flex>div {
        width: 100%;
    }

    .ul_table .opt_cont_1>.d-flex>p {
        width: 100%;
        margin-bottom: 10px;
    }
}

.ul_table [class*="opt_cont_"] {
    display: none;
}


.funeral_reg .row {
    align-items: center;
}

.funeral_reg .row .btn_add.account_check {
    margin-left: 5px;
}

@media(max-width:991.98px) {
    .funeral_reg .row .btn_add.account_check {
        padding: 10px 5px;
        flex: 0 0 23%;
        max-width: 23%;
    }
}


@media(max-width:991.98px) {
    .ul_table .form-control.gr_name {
        width: 100% !important;
    }
}


.mrn_check {
    width: 18px;
    height: 18px;
    outline: none;
}

.mrn_account {
    width: 18px;
    height: 18px;
    outline: none;
}

.all_check {
    width: 18px;
    height: 18px;
    outline: none;
}

@media(max-width:991.98px) {
    .mrn_check {
        width: 16px;
        height: 16px;
    }

    .all_check {
        width: 16px;
        height: 16px;
    }
}

.inputResize {
    width: calc(100% - 110px);
}

.btnResize {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:991.98px) {
    .inputResize {
        width: calc(100% - 71px);
    }

    .inputResize::placeholder {
        font-size: 13px;
    }

    .btnResize {
        width: 66px;
        flex: auto !important;
    }
}

.btns-wrap {
    display: flex;
    justify-content: space-between;
}

.btns-wrap>div {
    width: 49%;
    padding-left: 3px;
    padding-right: 3px;
}

@media(max-width: 991.98px) {
    .btns-wrap>div {
        flex: auto !important;
        max-width: 49% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.text_info {
    font-size: 1.2rem !important;
    display: inline-block;
    margin-top: 1rem;
}

.im_hide {
    display: none !important;
}

.pl_name_txt {
    font-size: 1.6rem;
    color: #000;
    /* margin:-3rem 0 2rem; */
}

.sub7_view_wrap section.pic_area .d-flex>div {
    text-align: center;
}

.sub7_view_wrap section.pic_area .d-flex>div.info .img-flower {
    margin-bottom: 2rem;
}

.sub7_view_wrap section.pic_area .d-flex>div.info h2 {
    padding-left: 0;
}

.sub7_view_wrap section.pic_area .d-flex>div.info p.fsr1_6 {
    padding: 0;
    margin-bottom: 2rem;
}

.form-red {
    border: 1px solid #ff0000;
}

.form-red2 {
    border: 2px solid #ff0000;
}

.top_info {
    /* padding-left: 14rem; */
    margin: -3rem 0 2rem;
    margin: 1rem 0 2rem;
}

.top_info ul>li {
    color: #555;
    position: relative;
    padding-left: 1rem;
    word-break: keep-all;
    margin: 2px 0;
}

.top_info ul>li::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    background: #ff0000;
}

@media(max-width: 991.98px) {
    .top_info {
        padding-left: 0;
    }

    .top_info ul>li {
        font-size: 1.6rem;
    }

    .top_info ul>li:last-child {
        /*display:none;*/
    }
}


.if_wrap .d-lg-flex {
    justify-content: space-between;
    max-width: 72rem;
    margin: 5rem auto;
}

.if_wrap .d-lg-flex>a {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    border: 1px solid #333;
    border-radius: 10px;
    max-width: 34rem;
    text-align: center;
    overflow: hidden;
}

.if_wrap .d-lg-flex>a .thumb {
    padding: 2.5rem 0;
}

.if_wrap .d-lg-flex>a .txt {
    background: #333;
    padding: 2.5rem 0;
}

.if_wrap .d-lg-flex>a:last-child {
    border: 1px solid #a6927a;
}

.if_wrap .d-lg-flex>a:last-child .txt {
    background: #a6927a;
}

@media(max-width: 991.98px) {
    .if_wrap .d-lg-flex {
        margin: 0 auto;
        max-width: 25rem;
    }

    .if_wrap .d-lg-flex>a {
        border-radius: 5px;
        margin: 0 auto;
    }

    .if_wrap .d-lg-flex>a .thumb {
        padding: 1rem 0;
    }

    .if_wrap .d-lg-flex>a .thumb img {
        max-width: 9rem;
    }

    .if_wrap .d-lg-flex>a:last-child {
        margin-top: 2rem;
    }

    .if_wrap .d-lg-flex>a:last-child .thumb img {
        transform: translatey(0.5rem);
    }

    .if_wrap .d-lg-flex>a .txt {
        padding: 1.5rem 0;
    }
}

.modal-buttons {
    padding: 2rem 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-buttons>a,
.modal-buttons>button {
    color: #fff !important;
    font-size: 1.8rem;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 1.5rem;
    outline: none;
    text-align: center;
    max-width: 24rem;
    font-weight: 700;
    margin: 0 0.5rem;
    flex-basis: 0;
    flex-grow: 1;
    background: #333;
    border: 1px solid #333;
}

.modal-buttons>a.green,
.modal-buttons>button.green {
    background: #333;
    border: 1px solid #333;
}

.modal-buttons>a.black,
.modal-buttons>button.black {
    background: #333;
    border: 1px solid #333;
}

@media(max-width: 991.98px) {

    .modal-buttons>a,
    .modal-buttons>button {
        font-size: 1.5rem;
        padding: 1rem;
    }
}







/* 부고보내기 fixed  */
.sub7_view_wrap .button_wrap_mo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    z-index: 10;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box {
    width: 100%;
    background: #ffc600 url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box>.row>div[class^='col-'] {
    position: relative;
    height: auto;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box>.row>div[class^='col-']:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 3rem;
    background: #b89312;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box>.row>div[class^='col-']:first-child:before {
    display: none;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box>.row>div[class^='col-']>a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0;
    color: #000 !important;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box>.row>div[class^='col-']:last-child>a {
    color: #0038da !important;
    font-weight: 800;
}


.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2 {
    margin-top: 5px;
    background: #dbdada url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2 .smaple_back {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    position: relative;
    width: 100%;
    color: #000 !important;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2>.row>div[class^='col-']:before {
    border-right: 1px solid #aaa;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2>.row>div[class^='col-']>a {
    font-size: 1.8rem;
    font-weight: 600 !important;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2>.row>div[class^='col-']:last-child>a {
    color: #000000 !important;
}

/* 수정 " 20230306 */
.sub7_view_wrap .button_wrap_mo .notice {
    text-align: center;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    transform: translateY(-6px);
}


@media(max-width:991.98px) {
    .sub7_view_wrap {
        padding-bottom: 3rem;
    }
}




/*20230227 추가*/
.btn_box_new {
    padding: 2rem 0;
    max-width: 80rem;
    margin: 0 auto;
}

.line_new {
    display: none;
    margin: 0;
    border-top: 6px solid #f7f8f7
}

.btn-dp-flex {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.btn-dp-flex>p {
    width: 100%;
    padding: 0px 5px;
}

.btn2 {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background: none;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 8px;
}

.btn2.lg {
    height: 7rem;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.btn2 i {
    font-size: 1.8rem;
    margin: 0px .5rem;
}

.btn2 i.xi-kakaotalk {
    margin-right: .3rem;
}

.btn2.btn-black {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.btn2.btn-kakao {
    color: #333333;
    background: #fae100;
    border: 1px solid #fae100;
}

.btn2.btn-black2 {
    color: #fff;
    background: #292a3c;
    border: 1px solid #292a3c;
}

.btn2.btn-gold {
    color: #fff;
    background: #c9a246;
    border: 1px solid #c9a246;
}

.btn2.btn-gray-o {
    color: #000;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.btn2.btn-gray {
    color: #000;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.btn2.btn-shw {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
}


.btn3 {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background: none;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 8px;
}

.btn3.lg {
    height: 7rem;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.btn3 i {
    font-size: 1.8rem;
    margin: 0px .5rem;
}

.btn3 i.xi-kakaotalk {
    margin-right: .3rem;
}

.btn3.btn-black {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.btn3.btn-kakao {
    color: #333333;
    background: #fae100;
    border: 1px solid #fae100;
}

.btn3.btn-black2 {
    color: #fff;
    background: #292a3c;
    border: 1px solid #292a3c;
}

.btn3.btn-gold {
    color: #fff;
    background: #c9a246;
    border: 1px solid #c9a246;
}

.btn3.btn-gray-o {
    color: #000;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.btn3.btn-gray {
    color: #000;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.btn3.btn-shw {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
}

@media(max-width:767.98px) {

    .btn2 {
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: none;
        background: none;
        font-size: 1.4rem;
        letter-spacing: -0.02em;
        font-weight: 500;
        margin: 0 auto;
        border-radius: 8px;
    }

    .btn2.lg {
        height: 6rem;
        font-size: 1.6rem;
    }

    .btn2 i {
        font-size: 1.6rem;
        margin: 0px .5rem;
    }

    .btn_box_new {
        padding: 2.5rem 0;
    }

    .line_new {
        display: block;
        margin: 0 -10px;
    }

    .btn-dp-flex.md {
        flex-wrap: wrap;
    }

    .btn-dp-flex.md>p {
        width: 100%;
    }

    .btn-dp-flex.md>p+p {
        margin-top: 1rem;
    }

    .btn3 {
        font-size: 1.5rem;
    }
}

.btn_box_new .pop_send_altar {
    margin-top: 1rem;
}

.btn_box_new .pop_send_altar>a {
    display: block;
    padding: 1.5rem;
    border-radius: 8px;
    background: #333;
    color: #fff;
    font-weight: 300;
    border: 1px solid #333;
}

.btn_box_new .pop_send_altar>a p {
    font-weight: 400;
}

.btn_box_new .pop_send_basic {
    margin-top: 1rem;
}

.btn_box_new .pop_send_basic>a {
    display: block;
    padding: 1.5rem;
    border-radius: 8px;
    background: #f2f2f2;
    color: #000;
    font-weight: 300;
    border: 1px solid #000;
}


.btn_box_new .pop_send_basic>a p {
    font-weight: 400;
}

.btn_box_new .pop_send_basic>a p:nth-child(1) {
    font-size: 1.8rem;
}

.btn_box_new .pop_send_basic>a p:nth-child(2) {
    font-size: 1.4rem;
    margin: .5rem 0 .8rem 0;
}

.btn_box_new .pop_send_basic>a p:nth-child(2) strong {
    font-weight: 600;
}

.btn_box_new .pop_send_basic>a p:nth-child(3) {
    color: #f3000b;
    font-size: 1.4rem;
}

@media(max-width:576.98px) {
    .btn_box_new .pop_send_basic>a p:nth-child(2) {
        font-size: 1.2rem;
    }

    .btn_box_new .pop_send_basic>a p:nth-child(3) {
        font-size: 1.2rem;
    }
}


.btn_remove {
    color: #fff !important;
}

.mouners_up {
    color: #333 !important;
}

.mouners_down {
    color: #333 !important;
}



/*뉴부고장 추가 스타일 20230629*/
.account_number_group {}

.account_number_group .box {
    border: 1px solid rgba(255, 0, 0, .3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0px 25px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, .3);
    animation: neon 1.5s forwards infinite;
}

.account_number_group .box>p:nth-child(1) {
    flex-shrink: 0;
}

@media(max-width: 440px) {
    .account_number_group .box {
        height: 60px;
    }

    .account_number_group .box br.blind {
        display: block;
    }
}


@media(max-width:360px) {
    .account_number_group .box {
        padding: 0px 20px;
    }
}

@media(max-width:345px) {
    .account_number_group .box {
        height: 105px;
    }
}



@keyframes neon {
    0% {
        border: 1px solid rgba(255, 0, 0, .3);
        box-shadow: 0px 0px 10px rgba(255, 0, 0, .3);
    }

    50% {
        border: 1px solid rgba(255, 0, 0, 1);
        box-shadow: 0px 0px 10px rgba(255, 0, 0, .9);
    }

    100% {
        border: 1px solid rgba(255, 0, 0, .3);
        box-shadow: 0px 0px 10px rgba(255, 0, 0, .3);
    }
}


.resident_write_btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    min-width: 13rem;
    border-radius: 8px;
    font-weight: 700;
    background: #333;
    color: #fff !important;
    cursor: pointer;
}

.resident_write_btn i {
    margin-right: 5px;
}


#pop_resident_write .pop_contents .inner .title,
#pop_account_number_write .pop_contents .inner .title {
    border-bottom: 0;
}

.pop_resident_container,
.pop_account_container {
    width: calc(100% - 4rem);
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.resident_group_wrap {
    border-bottom: 1px solid #ddd;
}

.resident_group_inner {
    padding: 2rem 0;
}

.resident_group_inner+.resident_group_inner {
    border-top: 1px solid #ddd;
}

.resident_group_inner .row_item {
    display: flex;
    gap: 5px;
}

.resident_group_inner .row_item .head {
    width: 24%;
    flex-shrink: 0;
    padding-right: 1rem;
    margin-left: 2px;
}

.bugo_new .resident_group_inner .row_item .head {
    gap: 5px;
    width: 100%;
}

.bugo_new .resident_group_inner .row_item .select-wrapper .form-control {
    width: 100%;
}

.bugo_new .resident_group_inner .row_item .select-wrapper .select_1 {
    width: 100%;
    padding-left: 5px;
}


.resident_group_inner .row_item .myinfo {
    /* width:75%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.resident_group_inner .row_item .myinfo .item {
    display: flex;
    width: 100%;
}

.resident_group_inner .row_item .myinfo .item+.item {
    margin-top: 1rem;
}

.resident_group_inner .row_item .myinfo .item .name {
    width: 25%;
    flex-shrink: 0;
}

.resident_group_inner .row_item .myinfo .item .phone {
    width: 100%;
    padding: 0px 1rem;
}

.resident_group_inner .row_item .myinfo .item .del {
    width: 60px;
    flex-shrink: 0;
}

.resident_group_inner .row_item .myinfo .item .del .btn-del {
    bordeR: none;
    background: #888888;
    color: #fff;
    width: 100%;
    height: 54px;
    border-radius: 8px;
}

.resident_group_wrap {
    max-height: 50vh;
    overflow-y: auto;
}

.bugo_new .resident_group_wrap {
    max-height: 35vh;
}

.bugo_new .group_add {
    gap: 5px;
}

.resident_group_inner .row_item .item_add {
    color: #005ae2;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5px;
}

.resident_group_inner .row_item .item_add a {
    display: flex;
    color: #005ae2;
}

.bugo_new .resident_group_inner .row_item .item_add {
    width: 100px;
}

.bugo_new .resident_group_inner .row_item .item_add a {
    width: 100px;
}

.resident_group_inner .row_item .item_add a i {
    width: 2.8rem;
    height: 2.8rem;
    background: #005ae2;
    border-radius: 5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    margin-right: 5px;
    flex-shrink: 0;
}

.pop_resident_container .group_add {
    margin-top: 2rem;
}

.pop_resident_container .group_add a {
    width: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 1.8rem;
    max-width: 24rem;
    border-radius: 8px;
    margin: 0 auto;
}

.bugo_new .pop_resident_container .group_add .group_add {
    background: #000;
}

.bugo_new .pop_resident_container .group_add .submit_btn {
    background: #333;
}


#pop_resident_write .bottom_btn_box {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    margin-top: 4rem !important;
}


#pop_resident_write .bottom_btn_box .submit_btn {
    margin: 0 auto;
    float: none;
    max-width: 400px;
}



.pop_account_container {}

.pop_account_container input:disabled {
    color: #000 !important;
}

.pop_account_container .account_group_wrap {
    max-height: 55vh;
    position: relative;
}

.pop_account_container .row_item {
    padding: 2rem 0;
}

.pop_account_container .row_item+.row_item {
    border-top: 1px solid #ddd;
}

.pop_account_container .row_item .myinfo {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.pop_account_container .row_item .myinfo>p {
    padding: 0px 5px;
}

.pop_account_container .row_item .myinfo>p.relation {
    width: 30%;
}

.pop_account_container .row_item .myinfo>p.name {
    width: 20%;
}

.pop_account_container .row_item .myinfo>p.phone {
    width: 50%;
}

.pop_account_container .row_item .accountinfo1,
.pop_account_container .row_item .accountinfo2 {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
    margin-top: 10px;
}

.pop_account_container .row_item .accountinfo1>p,
.pop_account_container .row_item .accountinfo2>p {
    padding: 0px 5px;
}

.pop_account_container .row_item .accountinfo1>p:nth-child(1),
.pop_account_container .row_item .accountinfo1>p:nth-child(2),
.pop_account_container .row_item .accountinfo2>p:nth-child(1),
.pop_account_container .row_item .accountinfo2>p:nth-child(2) {
    width: 50%;
}

.pop_account_container .row_item .accountinfo1>p:nth-child(3) {
    width: 130px;
    flex-shrink: 0;
}

.pop_account_container .row_item .accountinfo2>p:nth-child(1) {
    width: calc(75%);
}

.pop_account_container .row_item .accountinfo2>p:nth-child(2) {
    width: calc(25%);
}

.pop_account_container .row_item .accountinfo2>p:nth-child(2) a {
    display: inline-block;
    height: 54px;
    line-height: 50px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    width: 100%;
    font-weight: 500;
    background: #333;
    color: #fff !important;
    cursor: pointer;
}

.pop_account_container .bottom_btn_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.pop_account_container .bottom_btn_box a {
    width: calc(50% - 5px);
    max-width: unset !important;
}

.pop_account_container .bottom_btn_box .back-btn {
    background: #888888;
    color: #fff;
}

@media(max-width:991.98px) {

    .resident_group_inner .row_item .myinfo .item .del .btn-del,
    .pop_resident_container .group_add a,
    .pop_account_container .row_item .accountinfo2>p:nth-child(2) a {
        height: 40px;
        line-height: 38px;
    }

    .resident_group_inner .row_item .item_add {
        font-size: 1.6rem;
    }

    .pop_account_container .row_item .accountinfo1>p:nth-child(3) {
        width: 110px;
        flex-shrink: 0;
    }
}

@media(max-width:576.98px) {

    #pop_resident_write .pop_contents,
    #pop_account_number_write .pop_contents {
        padding-top: 3rem;
    }

    #pop_resident_write .pop_contents .inner .title,
    #pop_account_number_write .pop_contents .inner .title {
        padding-bottom: 2rem;
    }

    #pop_resident_write .pop_contents .inner,
    #pop_account_number_write .pop_contents .inner {
        padding: 3rem 0;
    }

    .pop_account_container .account_group_wrap {
        max-height: 55vh;
    }

    .resident_group_inner {
        padding: 1rem 0;
    }

    .resident_group_inner .form-control,
    .pop_account_container .form-control {
        padding: 0px .6rem;
    }

    .resident_group_inner .row_item .item_add {
        font-size: 1.4rem;
    }

    .resident_group_inner .row_item .item_add a i {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1.8rem;
    }

    .resident_group_inner .row_item .head {
        padding-right: .5rem;
        min-width: 80px;
    }

    .resident_group_inner .row_item .myinfo .item .phone {
        padding: 0px .5rem;
    }

    .resident_group_inner .row_item .myinfo .item .del {
        width: 40px;
        flex-shrink: 0;
        font-size: 1.4rem;
    }

    .resident_group_inner .row_item .myinfo .item+.item {
        margin-top: .5rem;
    }

    .pop_resident_container .group_add a {
        font-size: 1.5rem;
    }

    #pop_resident_write .bottom_btn_box,
    #pop_account_number_write .bottom_btn_box {
        margin-top: 3rem;
    }

    .pop_account_container .row_item .myinfo {
        margin-left: -2.5px;
        margin-right: -2.5px;
    }

    .pop_account_container .row_item .myinfo>p {
        padding: 0px 2.5px;
    }

    .pop_account_container .row_item .accountinfo1,
    .pop_account_container .row_item .accountinfo2 {
        margin-left: -2.5px;
        margin-right: -2.5px;
        margin-top: 5px;
    }

    .pop_account_container .row_item .accountinfo1>p,
    .pop_account_container .row_item .accountinfo2>p {
        padding: 0 2.5px;
    }

    .pop_account_container .row_item .myinfo>p.relation {
        width: 28%;
    }

    .pop_account_container .row_item .myinfo>p.name {
        width: 22%;
    }

    .pop_account_container .row_item {
        padding: 1rem 0;
    }

    .pop_account_container .row_item .accountinfo1>p:nth-child(1) {
        width: 100%;
    }

    .pop_account_container .row_item .accountinfo1>p:nth-child(2) {
        width: 72px;
        flex-shrink: 0;
    }

    .pop_account_container .row_item .accountinfo1>p:nth-child(3) {
        width: 105px;
        flex-shrink: 0;
    }
}


.pop_list_scroll {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-right: -15px;
}

/* 스크롤바의 폭 너비 */
.pop_list_scroll::-webkit-scrollbar {
    width: 5px;
}

.pop_list_scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 둥근 테두리 */
}

.pop_list_scroll::-webkit-scrollbar-track {
    background: #eee;
    /*스크롤바 뒷 배경 색상*/
}



.resident_list_container {
    margin-top: 2rem;
    border-top: 1px solid #ddd;
}

.resident_list_container .resident_list_group {
    padding: 2rem 0;
    display: flex;
}

.resident_list_container .resident_list_group+.resident_list_group {
    border-top: 1px solid #ddd;
}

.resident_list_container .resident_list_group>p {
    width: 12rem;
    flex-shrink: 0;
}

.resident_list_container .resident_list_group ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.resident_list_container .resident_list_group ul li {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.resident_list_container .resident_list_group ul li+li {
    margin-top: 1rem;
}

.resident_list_container .resident_list_group ul li .cont {
    width: 100%;
    font-size: 1.8rem;
    background: #f6f6f6;
    padding: 1.5rem 2.5rem;
}

.resident_list_container .resident_list_group ul li .cont>p {
    font-weight: 600;
}

.resident_list_container .resident_list_group ul li .cont>p:nth-child(2) {
    font-weight: 400;
}

.resident_list_container .resident_list_group ul li>p {
    width: 60px;
    flex-shrink: 0;
    border-left: 1px solid #ddd;
}

.resident_list_container .resident_list_group ul li>p a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 1.1;
}

.resident_list_container .resident_list_group ul li>p.del {
    background: #888888;
    border-left: 1px solid #888;
}

.resident_list_container .resident_list_group ul li>p.del a {
    color: #fff;
}



@media(max-width:767.98px) {
    .resident_list_container .resident_list_group>p {
        width: 7rem;
        padding-top: 1rem;
    }

    .resident_list_container .resident_list_group ul li .cont {
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
    }

    .resident_list_container .resident_list_group ul li>p {
        width: 50px;
    }

    .resident_list_container .resident_list_group ul li>p.del {
        width: 40px;
    }
}

@media(max-width:576.98px) {
    .resident_list_container .resident_list_group>p {
        width: 5.5rem;
    }

    .resident_list_container .resident_list_group ul li .cont {
        padding: 1rem 1rem;
    }

    .resident_list_container .resident_list_group ul li .cont>p {
        font-size: 1.4rem;
    }

    .resident_list_container .resident_list_group ul li>p {
        width: 40px;
        font-size: 1.3rem;
    }

    .resident_list_container .resident_list_group ul li>p.del {
        width: 34px;
    }
}

@media(max-width:420px) {
    .resident_list_container .resident_list_group>p {
        width: 5rem;
    }

    .resident_list_container .resident_list_group ul li .cont {
        padding: 1rem .6rem;
    }

    .resident_list_container .resident_list_group ul li .cont>p {
        font-size: 1.3rem;
    }

    .resident_list_container .resident_list_group ul li>p {
        width: 38px;
        font-size: 1.2rem;
    }

    .resident_list_container .resident_list_group ul li>p.del {
        width: 32px;
    }
}


.funeral_account_container {
    padding: 3rem 0;
}

.funeral_account_container h3 {
    font-size: 3rem;
    padding: 1rem 0 3rem 0;
    text-align: center;
    font-weight: 600;
}

.funeral_account_container .in_container {
    background: #fff;
    padding-bottom: 2rem;
}

.funeral_account_container .in_container .pop_account_container {
    border-top: 0;
}

@media(max-width:576.98px) {
    .funeral_account_container .in_container {
        padding-top: 1rem;
    }

    .funeral_account_container .pop_resident_container,
    .pop_account_container {
        width: calc(100% - 3rem);
    }

    .funeral_account_container .account_group_wrap {
        margin-right: -10px;
    }
}



/*세단상품 주문 메세지*/
.order_message_list {
    border: 1px solid #ccc;
    clear: both;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
}

.order_message_list>ul {
    list-style: none;
    padding: 0;
}

.order_message_list>ul li {
    display: flex;
    gap: 3px;
    font-size: 1.5rem;
}

.order_message_list>ul li+li {
    margin-top: 5px;
}

.order_message_list>ul li i {
    padding-top: 3px;
}



/**/
.btn_group_container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.btn_group_container>* {
    width: 100%;
}

@media(max-width:576.98px) {
    .btn_group_container {
        display: flex;
        flex-direction: column;
    }

    .btn_group_container>.input_hps,
    .btn_group_container>.input_hps_add {
        font-size: 1.7rem;
        padding: 1.5rem 0;
        width: 100% !important;
    }
}


/*상주정보 추가 20240704*/
.funeral_reg .list_inbox {
    border-radius: 8px;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 10px !important;
    overflow-y: hidden !important;
    overflow-x: auto;
    width: 100%;
    border: 1px solid #ff0000;
    background-color: #f6f6f6;
}

.funeral_reg .list_inbox input {
    border: none;
    outline: none;
    width: auto;
    font-size: 1.6rem;
    width: 7rem;
    background: #f6f6f6
}

.funeral_reg .list_inbox>.name_box {
    display: flex;
    gap: 5px 3px;
}

.funeral_reg .list_inbox>.name_box>p {
    display: flex;
    align-items: center;
    padding: 3px 10px;
    background: #303555;
    color: #fff;
    border-radius: 20px;
    gap: 4px;
    margin-right: 5px;
    cursor: move;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    word-break: keep-all;
}

.funeral_reg .list_inbox>.name_box>p i {
    transform: scale(.8);
    cursor: pointer;
}

.funeral_list_moniter {
    display: flex;
    gap: 0 5px;
    margin-bottom: 5px;
}

.funeral_list_moniter>select {
    width: 16%;
    flex-shrink: 0;
}

.funeral_list_moniter>a {
    width: 120px;
    flex-shrink: 0;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    height: 52px;
    border-radius: 8px;
}

@media(max-width:991.98px) {
    .funeral_reg .list_inbox {
        border-radius: 8px;
        height: 40px;
        background-color: #f6f6f6;
    }

    .funeral_list_moniter>a {
        height: 40px;
        width: 110px;
    }
}


/*tab_type_radio*/
.tab_type_radio {
    display: flex;
}

.tab_type_radio>p {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.tab_type_radio>p+p {
    margin-left: -1px;
}

.tab_type_radio>p input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: -1;
}

.tab_type_radio>p>label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    background: #eee;
    color: #444;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    cursor: pointer;
}

.tab_type_radio>p>input:checked+label {
    background: #000;
    color: #fff;
    font-weight: 600;
    border: #000;
}

.tab_type_radio>p:first-child {
    border-radius: 6px 0 0 6px;
}

.tab_type_radio>p:last-child {
    border-radius: 0px 6px 6px 0px;
}

@media(max-width:767.98px) {
    .tab_type_radio>p>label {
        height: 4.5rem;
        font-size: 1.4rem;
    }
}

@media(max-width:576.98px) {
    .tab_type_radio>p>label {
        font-size: 1.3rem;
        text-align: center;
        padding: 0 5px;
        line-height: 1.2;
    }
}


/*부고장선택*/
.funeral_reg .skin_select {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 80rem;
    margin: 0 auto;
}

.funeral_reg .skin_select>div {
    width: calc(100%/2 - 1rem);
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    border-radius: 1rem;
}

.funeral_reg .skin_select>div input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.funeral_reg .skin_select>div label {
    display: block;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.funeral_reg .skin_select>div label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 1px solid #ddd;
}

.funeral_reg .skin_select>div input:checked+label::before,
.funeral_reg .skin_select>div label:hover::before {
    border: 2px solid #222;
}

.funeral_reg .skin_select>div label>p:nth-child(1) img {
    max-width: 25rem;
    width: 100%;
}

.funeral_reg .skin_select>div label>p:nth-child(2) {
    border-top: 1px solid #ddd;
    padding: 1.5rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.funeral_reg .skin_select>div label:hover>p:nth-child(2) {
    background: #222;
    color: #fff;
}

.funeral_reg .skin_select>div label>p i {
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    flex-shrink: 0;
}

.funeral_reg .skin_select>div label:hover>p i {
    background: #fff;
    color: #4192ab;
}

.funeral_reg .skin_select>div label img {
    max-width: 22.2rem !important;
}

@media(max-width:767.98px) {
    .funeral_reg .skin_select>div label img {
        max-width: 14rem !important;
    }

    .funeral_reg .skin_select>div label>p:nth-child(2) {
        font-size: 1.5rem;
    }
}

@media(max-width:576.98px) {
    .funeral_reg .skin_select {
        gap: 1rem;
    }

    .funeral_reg .skin_select>div {
        width: calc(100%/2 - 0.5rem);
    }

    .funeral_reg .skin_select>div label img {
        max-width: 12rem !important;
    }
}



/*obituary_contents_top*/
.obituary_contents_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    align-items: center;
    min-height: 6rem;
}

.obituary_contents_top .desc {
    font-size: 2rem;
    font-weight: 600;
    padding-right: 1rem;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
    letter-spacing: -0.02em;
}

.obituary_contents_top .send_all {
    max-width: 60rem;
}

.obituary_contents_top .send_all>div {
    display: flex;
    gap: 0 1rem;
}

.obituary_contents_top .send_all a {
    min-width: 15rem;
}

/*
.obituary_contents_top .send_all a:hover,
.obituary_contents_top .send_all a:active{
	background:#003c5e;
	color:#fff;
}*/
.obituary_contents_top.send_all_fix .send_all {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5rem 0;
    max-width: unset;
}

.obituary_contents_top.send_all_fix .send_all>div {
    max-width: 1200px;
    margin: 0 auto;
}

.obituary_contents_top.send_all_fix .send_all>div a {
    width: 50%;
    height: 8rem !important;
}

@media(max-width:1199.98px) {
    .obituary_contents_top.send_all_fix .send_all>div {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:991.98px) {
    .obituary_contents_top.send_all_fix .send_all>div {
        max-width: 720px;
    }

    .obituary_contents_top .send_all a {
        min-width: unset;
    }
}


@media(max-width:576.98px) {
    .obituary_contents_top {
        flex-direction: column;
    }

    .obituary_contents_top .send_all {
        margin-top: 1.5rem;
    }

    /*
	.obituary_contents_top .send_all a{
		width:10rem;
	}*/
}

/*obituary_send_list*/
.obituary_send_list {
    list-style: none;
    padding: 0;
    padding-bottom: 6rem;
}

.obituary_send_list li {
    display: flex;
    gap: 1rem;
}

.obituary_send_list li+li {
    margin-top: 1rem;
}

.obituary_send_list li p {
    width: 100%;
}

.obituary_send_list li p.send_btn {
    flex-shrink: 0;
    width: 35%;
    min-width: 7rem;
    display: flex;
    display: flex;
    gap: 0 1rem;
}

.obituary_send_list li p.send_btn .btn {
    width: 100%;
    min-width: unset;
}

@media(max-width:767.98px) {
    .obituary_send_list li {
        display: flex;
        flex-wrap: wrap;
    }

    .obituary_send_list li+li {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid #ddd;
    }

    .obituary_send_list li p {
        width: calc(50% - .5rem);
    }

    .obituary_send_list li p.send_btn {
        width: 100%;

    }
}


.obituary_new_wrap .btn {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .8rem;
    height: 5.4rem;
    word-break: keep-all;
    line-height: 1.2;
}

.obituary_new_wrap .btn.btn-yellow {
    background: #f1d900;
    bordeR: 1px solid #f1d900;
    color: #000;
}

.obituary_new_wrap .btn.btn-green {
    background: #333;
    bordeR: 1px solid #333;
    color: #fff;
}

.obituary_new_wrap .btn.btn-black {
    background: #000000;
    bordeR: 1px solid #000000;
    color: #fff;
}

@media(max-width:991.98px) {
    .obituary_new_wrap .btn {
        font-size: 1.4rem;
        height: 4.4rem;
    }
}

@media(max-width:767.98px) {
    .obituary_contents_top {
        flex-direction: column;
    }

    .obituary_contents_top .desc {
        margin-bottom: 10px;
    }
}


.funeral_reg_new1 {
    display: flex;
    gap: 5px 1rem;
    align-items: center;
}

.funeral_reg_new1 strong {
    width: 12rem;
    flex-shrink: 0;
    font-size: 1.8rem;
    text-align: center;
}

.funeral_reg_new1 input {
    width: 100%;
}

.funeral_reg_new1 .btn2 {
    width: 14rem;
    flex-shrink: 0;
    height: 5.4rem;
}

#send_pop .row_control {
    display: Flex;
    flex-direction: column;
    height: 4rem;
    margin-right: 5px;
}

#send_pop .row_control a {
    color: #000;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    border-radius: 3px;
}

#send_pop .row_control a:nth-child(1) {
    margin-bottom: -1px;
}


/**/
.bottom_btn_box_fix {
    height: 64px;
}

/*
.bottom_btn_box_fix.fix .inner{
	position:fixed;
	bottom:20px;
	left:0;
	width:100%;
}*/
.bottom_btn_box_fix .inner>div {
    display: flex;
    justify-content: center;
    /* gap:0 10px; */
    /* max-width:900px; */
    width: 100%;
    margin: 0 auto;
}

.bottom_btn_box_fix a {
    float: unset;
    min-width: unset;
    border-radius: 0;
}

.bottom_btn_box_fix a.submit_btn {
    border-radius: 0;
}


.mobile_bugo .bottom_btn_box_fix a.submit_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 0.9rem 0;
    opacity: 1;
}

.bottom_btn_box_fix a.send_btn2 {
    border-radius: 0;
}

.bottom_btn_box_fix::after {
    display: none !important;
}

.bg-white {
    position: relative;
}


#pop_donation .pop_contents .inner {
    padding: 3rem 1rem !important;
}

#pop_donation .pop_contents .inner .title {
    padding-left: 0;
}

#pop_donation .pop_contents .inner h4 {
    font-size: 2rem;
    font-weight: 500;
}

#pop_donation .pop_contents .inner .desc p {
    font-size: unset;
}

/*부고장 발송*/
@media(min-width:992px) {
    #send_pop .responsive_table t.w_body tr td:nth-child(4) p {
        display: none;
    }
}

@media(max-width:991.98px) {

    #send_pop .funeral_reg_new1 strong {
        width: auto;
        font-size: 1.6rem;
    }

    #send_pop .responsive_table {}

    #send_pop .responsive_table input::placeholder {
        color: #999;
    }

    #send_pop .responsive_table colgroup {
        display: none;
    }

    #send_pop .responsive_table thead,
    #send_pop .responsive_table thead tr {
        display: block;
    }

    #send_pop .responsive_table thead th:not(:first-child) {
        display: none;
    }

    #send_pop .responsive_table thead th {
        width: 100%;
        display: block;
    }

    /*
	#send_pop .responsive_table thead th:before{
		content:"전체선택 ";
		margin-right:0.5rem;
	}*/
    #send_pop .responsive_table t.w_body {
        display: block;
    }

    #send_pop .responsive_table t.w_body tr {
        display: flex;
        flex-wrap: wrap;
        padding: 1.5rem 0;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 2.5rem;
        padding-right: 7rem;
        gap: 5px;
    }

    #send_pop .responsive_table t.w_body tr td {
        border: none;
        padding: 0;
        width: calc(100%/2 - 3px)
    }

    #send_pop .responsive_table t.w_body tr td:nth-child(1) {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }

    #send_pop .responsive_table t.w_body tr td .btn-dp-flex {
        margin: 0;
    }

    #send_pop .responsive_table t.w_body tr td .btn-dp-flex .btn3 {
        font-size: 1.2rem;
    }

    #send_pop .responsive_table t.w_body tr td .btn-dp-flex .btn3 i {
        font-size: 1.8rem !important;
    }

    #send_pop .responsive_table t.w_body tr td:nth-child(4) {
        display: flex;
        align-items: center;
        gap: 0 5px;
    }

    #send_pop .responsive_table t.w_body tr td:nth-child(4) p {
        border: 1px solid #ccc;
        border-radius: 8px;
        height: 40px;
        padding: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        font-weight: 400;
        background: #f6f6f6;
    }

    #send_pop .responsive_table t.w_body tr td:nth-child(7),
    #send_pop .responsive_table t.w_body tr td:nth-child(6) {
        display: none;
    }

    #send_pop .responsive_table t.w_body tr td:nth-child(6),
    #send_pop .responsive_table t.w_body tr td:nth-child(4) {
        width: 100%;
    }

    #send_pop .responsive_table t.w_body tr td:last-child,
    #send_pop .responsive_table t.w_body tr td:nth-child(5) {
        position: absolute;
        right: 0;
        top: 0;
        height: 58%;
        width: auto;
    }

    #send_pop .responsive_table t.w_body tr td:nth-child(5) {
        top: auto;
        bottom: 0;
    }

    #send_pop .responsive_table t.w_body tr td:last-child .btn-dp-flex,
    #send_pop .responsive_table t.w_body tr td:nth-child(5) .btn-dp-flex {
        height: 100%;
        padding: 1.5rem 0;
    }

    #send_pop .responsive_table t.w_body tr td:last-child .mn_save_btn,
    #send_pop .responsive_table t.w_body tr td:last-child .mn_edit_btn,
    #send_pop .responsive_table t.w_body tr td:nth-child(5) a {
        height: 100%;
        width: 6.5rem;
    }

    #send_pop .responsive_table tfoot,
    #send_pop .responsive_table tfoot tr {
        display: block;
    }

    #send_pop .responsive_table tfoot th:not(:first-child) {
        display: none;
    }

    #send_pop .responsive_table tfoot th {
        width: 100%;
        display: block;
    }

    /*
	#send_pop .responsive_table tfoot th:before{
		content:"전체선택";
		margin-right:0.5rem;
	}*/
    #send_pop .row_control {
        display: Flex;
        flex-direction: column;
        height: 4rem;
        margin-right: 5px;
        position: absolute;
        height: calc(200% - 4.8rem);
        left: -2.5rem;
        display: none;
    }

    #send_pop .row_control a {
        height: 50%;
    }
}



/**/
.col_control {
    display: flex;
    gap: 3px 5px;
    padding: 0 5px;
    justify-content: center;
}

.chunk_wrap3>.chunk>div.col_mourner.flex-user {
    display: flex;
    width: 320px !important;
}

.mourner_rl_select.col-6.col-lg-6.pr05,
.mourner_rl_select.col-12 {
    padding-left: 0;
}

/* /20250604 정성은 수정/ */
.red_wrap {
    /* border: 2px solid red !important; */
}

.myinfo .col-3.mb-3.bank {
    display: none;
}

.myinfo .col-4.mb-3.bank {
    display: none;
}


.myinfo .col-4.mb-3 {
    padding-right: 0;
}

.myinfo .del_wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.myinfo .del_wrap .del {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #888;
    border-radius: 8px;
}

.myinfo .del_wrap .del .btn-del {

    color: #fff;
}

.bugo_1 input[type="radio"],
input[type="checkbox"] {
    vertical-align: bottom;
    margin-right: 0;
}

.bugo_new input[type="radio"],
input[type="checkbox"] {
    vertical-align: bottom;
    margin-right: 0;
}

.mobile_bugo input[type="radio"],
input[type="checkbox"] {
    vertical-align: bottom;
    margin-right: 0;
}

.bugo_new .step7 {
    width: calc(100% - 90px - 15px - 10px);
}

.bugo_new .step8 {
    width: 90px;
}

.bugo_new .step8 button {
    background-color: #333;
    color: #fff;
    opacity: 1;
}


/* 모바일 부고 */

.mobile_bugo .step1 .step_1 .calc-second {
    border-radius: 8px;
    background-color: #f6f6f6;
}

.mobile_bugo .step1 .step_2 .pl_type_div {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.modal-wrap .on.check-all {
    background-color: #0d5fa6;
    border-color: #0d5fa6;
}

.modal-wrap .on .on_icon {
    background-image: url(/resources/images/common/ico_check_on.svg);
}



.mobile_bugo .chunk_wrap3>.chunk>div.col_mourner.flex-user {

    width: 12rem !important;
}

.mobile_bugo .step3 .mt05.row.row-non {
    flex-wrap: wrap;
}

.mobile_bugo .step3 .mt05 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile_bugo .step3 .time_reset {
    width: 50px;
    font-size: 1.5rem;
}

.mobile_bugo .step3 .step_2 {
    gap: 15px;
}

.mobile_bugo .step3 .pl05 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 35%;
    max-width: 40%;
    padding-left: 0 !important;
}

.mobile_bugo .step3 .col-lg-1 {
    padding-left: 0;
}

.mobile_bugo .input-group select.mourner_rl_info_class {

    border-radius: 8px;
}




.mobile_bugo .step4 .chunk_wrap .flex-user input {
    display: none;
    border-radius: 8px;
}


.mobile_bugo .step6 .mt05 {
    flex-wrap: wrap;
    gap: 5px;
}

.mobile_bugo .step6 div.datapicker {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}

.mobile_bugo .step6 .col-5.col-lg-2 {
    flex: 0 0 35%;
    max-width: 40%;
}

.mobile_bugo .step6 .time_reset {
    width: 80px;
}

@media screen and (max-width: 330px) {
    .mobile_bugo .step6 .time_reset {
        width: 60px;
    }
}

.mobile_bugo .funeral_reg .ul_table>li .sub_title {
    position: unset;

}

.mobile_bugo .funeral_reg .ul_table>li {
    padding-left: 0;
}


.bugo_1 #sub_wrap .container>.bg-white {
    margin-top: -80px;
    border-radius: 80px;
}

.bugo_1 .etc_setting_box .row.row-none.mt05 {
    width: 100%;
}




.plus_item {
    height: 55px;
}

.bugo_1 .mourner.item {
    flex-wrap: wrap;
}

.bugo_1 .m_half {
    display: inline-flex;
}

.bugo_1 .funeral_reg .ul_table>li .item button {
    height: 55px;
}


.confirm-wrap.account.bank_wrap .bank {
    width: 210px;
}

.bugo_1 .confirm-wrap.account .input-txt {
    width: calc((100% - 370px) / 2);
}

.bugo_1 .item-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
}

.bugo_1 .item.btn_wrap {
    flex-wrap: nowrap;
    gap: 5px;
}

.font-size_16 {
    font-size: 1.8rem;
}


.bottom_btn_box_fix {
    position: sticky;
    bottom: -10px;
    left: 0;
    z-index: 10;
    width: 100%;
    /* height: 100px; */
    /* background-color: #fff; */
    /* box-shadow: 3px 3px 18px rgb(0, 0, 0, 18%); */
}

.bottom_btn_box_fix .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bottom_btn_box_fix a.submit_btn {
    max-width: 100%;
}

.join-flex {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    /* background-color: #fff; */
    /* padding: 20px; */
}

.bugo_receive .join-flex {
    margin: 50px auto auto;
}


.bugo_new .join-submit {
    width: 100%;
}

.bugo_image .join-submit {
    width: 100%;
}

.bugo_1 .join-submit {
    width: calc(100% - 15px);
}


@media screen and (max-width: 1025px) {

    .mourner.item .confirm-wrap {
        gap: 5px;
    }

    .bugo_1 .mourner.item .confirm-wrap.item-wrap {
        gap: 5px;
    }

    .bugo_1 .item-wrap .item {
        flex: 0 0 calc((100% - 5px)/2);
        max-width: calc((100% - 5px)/2);
    }

    /* .bugo_1 .funeral_reg .ul_table > li .item button {
        height: 40px;
    } */

    .bugo_1 .item.btn_wrap {
        margin: unset;
    }
}

@media screen and (max-width: 991px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-x {
        padding-right: 0;
        padding-left: 0;
    }

    .bugo_1 #sub_wrap .container>.bg-white {
        padding-top: 20px;
        border-radius: 10px 10px 0 0;
    }

}


@media screen and (max-width: 403px) {
    .page-footer>.__base_wrap {
        padding-top: 20px;
    }
}

@media screen and (max-width: 410px) {
    .upd_div i {
        display: none;
    }
}

@media screen and (max-width: 361px) {
    .page-footer ul {
        gap: 5px;
    }

    .confirm-wrap.account.bank_wrap .bank {
        width: 195px;
        flex: unset;
        max-width: unset;
    }

    .bugo_1 .confirm-wrap.account.bank_wrap .mourner_account_name {
        width: calc(100% - 200px);
        flex: unset;
        max-width: unset;
    }
}

@media screen and (max-width: 350px) {
    .send_pg .table_black2 table th {
        padding: 10px 0;
    }
}

/* .bugo_1 .form-control:disabled, .form-control[readonly] {
    background: #f6f6f6;
    color: #444;
    border: 1px solid #ccc;
} */


.account_section .row_samename {
    padding-left: 15px;
    gap: 5px;
}

.account_section .step {
    width: calc((100% - 15px - (5px * 2)) / 3);
    margin-bottom: 0 !important;
}


@media screen and (max-width: 420px) {
    .account_section br.blind {
        display: block;
    }
}

@media screen and (max-width: 350px) {
    .account_section .step6 .account_holder {
        margin: 0;
        width: 15px;
    }

    .account_section .step4 {
        width: 95px;
    }

    .account_section .step5 {
        width: calc(100% - (95px * 2) - 25px);
    }

    .account_section .step6 {
        width: 95px;
    }
}


.send_pg input[type="radio"] {
    margin-right: 0px;
}

#sendconfirm #mourner_edit_wrap {
    /* padding-bottom: 110px; */
    padding-bottom: 40px;
}

#sendconfirm .mobile-fixed {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.1);
}

/* @media screen and (max-width: 650px) {
    #sendconfirm #mourner_edit_wrap {
        padding-bottom: 60px;
    }
} */




/* 250715 크기전체변경 */
@media screen and (max-width: 480px) {
    .form-control {
        height: 40px;
    }


    .funeral_reg .chunk_wrap_m .list_inbox {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 40px;
    }

    .mobile_bugo .funeral_reg .chunk_wrap_m .list_inbox {
        height: unset;
        min-height: 40px;
    }

    #board_btn_wrap .btn_add {
        height: 40px;
    }

    .mobile_bugo .funeral_reg .list_inbox>.name_box {
        padding-top: 5px;
    }


    .chunk_wrap3>.chunk>div.col_sumit {
        height: 40px !important;
    }

    .bugo_new .funeral_reg .ul_table>li .row.row-none .pl05 {
        flex: 0 0 calc((100% - 10px - 16.666667%) / 2);
    }

    .bugo_new .funeral_reg .ul_table>li .row.row-none .pl05 .upd_div>.upd_item i {
        display: none;
    }

    .bugo_new .funeral_reg .ul_table>li .row.row-none .pl05.flex_unset0 {
        width: calc(100% - 150px - 5px);
        flex: unset;
        max-width: unset;
    }

    .bugo_new .funeral_reg .ul_table>li .row.row-none .pl05.flex_unset1 {
        flex: unset;
        width: 150px;
    }

    .resident_write_btn {
        height: 40px;
        line-height: 40px;
    }
}