@charset "UTF-8";

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: none
}

fieldset {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input::placeholder,
textarea::placeholder {
    color: #999
}

button,
[role=button] {
    cursor: pointer
}

table {
    border-collapse: collapse
}

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

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

pre,
code,
kbd,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.blue-outline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 388px;
    width: 100%;
    height: 46px;
    border: 0;
    color: #5620c8;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #5620c8;
    font-weight: 500
}

.blue-outline-btn i {
    margin-left: 10px
}

.dashboard-header {
    display: flex;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 18px 40px;
    justify-content: flex-end;
    border-left: 1px solid #f2f2f2;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, .1)
}

.dashboard-header .container-area {
    display: flex;
    align-items: center;
    gap: 16px
}

.dashboard-header .container-area .left {
    display: flex;
    align-items: center;
    gap: 1px
}

.dashboard-header .container-area .left .logo h4 {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 600
}

.dashboard-header .container-area .left p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333
}

.dashboard-header .container-area .right {
    display: flex;
    align-items: baseline;
    gap: 16px
}

.dashboard-header .container-area .right .icon-wrap {
    width: 24px;
    height: 24px;
    position: relative
}

.dashboard-header .container-area .right .icon-wrap button img {
    max-width: 100%
}

.dashboard-header .container-area .right .icon-wrap .notify-alert-button {
    position: relative
}

.dashboard-header .container-area .right .icon-wrap .notify-alert-button img {
    max-width: 100%
}

.dashboard-header .container-area .right .icon-wrap .notify-count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #ec7b3e;
    border-radius: 99px;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center
}

.dashboard-header .container-area .right .icon-wrap .notify-count p {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    z-index: 99
}

.dropdown-container__title {
    width: 100%;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    top: 0
}

.select-dropdown__button {
    cursor: pointer;
    text-align: left
}

.select-dropdown__button::focus {
    outline: none
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: -40px;
    top: 35px;
    right: 0;
    width: 103px;
    max-height: 200px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out .3s;
    z-index: 2;
    border-radius: 4px;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, .1))
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1)
}

.select-dropdown__list.noticeheader-list {
    left: -210px !important;
    width: 250px !important;
    max-height: 340px !important
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #333;
    transition: all ease-in-out .3s
}

.select-dropdown__list-item:hover {
    background: #4d44b5 !important;
    color: #fff !important
}

.select-dropdown__list-item:hover a {
    color: #fff !important
}

.select-dropdown__list-item.disabled-notice-item {
    color: #828282
}

.select-dropdown__list-item.disabled-notice-item:hover {
    background: #fff !important;
    color: #828282 !important
}

.notify-tooltip {
    position: relative
}

.notify-tooltip .notify-tooltip-card {
    display: none;
    position: absolute;
    top: 35px;
    left: calc(50% - 283px);
    width: 100%;
    min-width: 347px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, .15));
    padding: 4px 16px;
    z-index: 999
}

.notify-tooltip .notify-tooltip-card.active {
    display: block
}

.notify-tooltip .notify-tooltip-card .card-content {
    display: flex;
    flex-direction: column
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap {
    display: flex;
    gap: 4px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap:last-child {
    border-bottom: none
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap .fill-button {
    background: #f29560;
    border-radius: 100px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    min-width: 50px
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap .disabled-button {
    background: #cfcfcf;
    border-radius: 100px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    min-width: 50px
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .02em;
    color: #4c4c4c;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.notify-tooltip .notify-tooltip-card:before {
    border: solid;
    border-color: #fff transparent;
    border-width: .4em .4em 0;
    content: "";
    position: absolute;
    left: 80%;
    top: -5px;
    z-index: 99;
    transform: rotate(180deg);
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, .15))
}

.footer-area {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    min-height: 57px;
    bottom: 0;
    left: 0;
    box-shadow: 4px 0px 10px rgba(0, 0, 0, .1)
}

.footer-area .links-wrap {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 282px
}

.footer-area .links-wrap .link {
    border-right: 3px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px
}

.footer-area .links-wrap .link:last-child {
    border: none
}

.footer-area .links-wrap .link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #828282
}

.icon-bell {
    background: url(../../assets/icons/icon-bell.svg) no-repeat center center;
    background-size: auto 24px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.form-group {
    width: 100%;
    height: auto
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
    margin-bottom: 8px;
    position: relative
}

.form-group .form {
    position: relative
}

.form-group .form label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
    margin-bottom: 8px;
    position: relative
}

.form-group .form input {
    width: 100%;
    height: 49px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 16px
}

.form-group .form input.search-input {
    background: url(../../assets/icons/search.svg) no-repeat right 18px center;
    padding-right: 40px;
    cursor: pointer
}

.form-group .form input::-moz-placeholder {
    color: #a4a4a4
}

.form-group .form input::placeholder {
    color: #a4a4a4
}

.form-group .form textarea {
    width: 100%;
    height: 98px;
    resize: none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333
}

.form-group .form textarea::-moz-placeholder {
    color: #a4a4a4
}

.form-group .form textarea::placeholder {
    color: #a4a4a4
}

.form-group .form .info {
    width: calc(100% - 85px);
    margin-top: 8px;
    margin-left: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #666
}

.form-group .form .info.upload-info {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    margin-top: 13px
}

.form-group .form select {
    width: 100%;
    height: 49px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 0 18px 0 16px;
    outline: none;
    background: url(../../assets/icons/downarrow.svg) no-repeat right 18px center
}

.form-group .form select:hover {
    cursor: pointer
}

.form-group .form select option:hover {
    cursor: pointer !important
}

.form-group .form .group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.form-group .form .group:last-child {
    margin-bottom: 0
}

.form-group .form .group.datepick {
    gap: 4px
}

.form-group .form .group button {
    min-width: 109px;
    height: 49px;
    background-color: #4d44b5;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.form-group .form .upload-wrap {
    width: 100%;
    height: 49px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    position: relative
}

.form-group .form .upload-wrap span {
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-group .form .upload-wrap span img {
    margin-left: 7px
}

.form-group .form .upload-wrap input[type=file] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.form-group input {
    width: 100%;
    height: 33px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333
}

.form-group input.search-input {
    background: url(../../assets/icons/search.svg) no-repeat right 18px center
}

.form-group input::-moz-placeholder {
    color: #a4a4a4
}

.form-group input::placeholder {
    color: #a4a4a4
}

.form-group select {
    width: 100%;
    height: 49px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 0 18px 0 16px;
    outline: none;
    background: url(../../assets/icons/downarrow.svg) no-repeat right 18px center
}

.form-group .group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.form-group .group:last-child {
    margin-bottom: 0
}

.form-group .group.datepick {
    gap: 4px
}

.form-group .group .inner-form {
    height: 33px
}

.form-group .group button {
    width: 109px;
    height: 49px;
    background-color: #4d44b5;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.form-group .group button.bordered-button {
    border: 1px solid #333;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    height: 33px;
    background-color: transparent;
    min-width: 90px
}

.form-group .upload-wrap {
    width: 100%;
    height: 49px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    position: relative
}

.form-group .upload-wrap span {
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-group .upload-wrap span img {
    margin-left: 7px
}

.form-group .upload-wrap input[type=file] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.form-group .upload-wrap.orange-wrap {
    border: 1px solid #f29560
}

.form-group .upload-wrap.orange-wrap span {
    color: #f29560
}

.form-group.form-flex-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form-group.form-flex-wrap label {
    margin-bottom: 0
}

.form-group.upload-form .form input {
    margin-bottom: 8px
}

.form-group.upload-form .form .button-group {
    margin-top: 8px
}

.check-wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.check-wrap label {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c
}

input[type=text]:disabled {
    cursor: not-allowed
}

.radio-wrap .sub-check:disabled {
    cursor: not-allowed !important
}

.form-group .check-wrap label:before {
    content: "";
    background: #fafafa;
    border: 1px solid #cfcfcf;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    box-shadow: none
}

.form-group .check-wrap input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #4d44b5;
    border-radius: 4px;
    background: transparent url("../../assets/icons/violet-tick.png") center no-repeat
}

.form-group .rounded-checkbox label:before {
    content: "";
    background: #cfcfcf url("../../assets/icons/white-tick.png") center no-repeat;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
    border-radius: 50px
}

.form-group .rounded-checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    border-radius: 50px;
    background: #4d44b5 url("../../assets/icons/white-tick.png") center no-repeat;
    border: none;
    top: 0;
    left: 0
}

.check-wrap.rounded-checkbox.flex-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important
}

.check-wrap.rounded-checkbox.flex-wrap .info-mark {
    margin-left: 4px
}

.radio-wrap {
    position: relative
}

.radio-wrap .flex-wrap {
    display: flex
}

.radio-wrap .info-mark {
    margin-left: 4px;
    margin-bottom: 8px
}

.radio-wrap input[type=radio] {
    position: absolute;
    visibility: hidden;
    height: auto
}

.radio-wrap label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 0 20px;
    z-index: 9;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .25s linear
}

.radio-wrap .check {
    display: block;
    position: absolute;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.radio-wrap .check:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    background: #e0e0e0;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.radio-wrap input[type=radio]:checked~.check {
    border: 1px solid #4d44b5
}

.radio-wrap input[type=radio]:checked~.check:before {
    background: #4d44b5
}

.form-group .form .toggle-wrap .button-cover,
.knobs,
.layer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
    width: 114px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px
}

.form-group .form .toggle-wrap .button {
    position: relative;
    width: 108px;
    height: 26px;
    margin: 0;
    overflow: hidden
}

.form-group .form .toggle-wrap .button.r,
.button.r .layer {
    border-radius: 100px
}

.form-group .form .toggle-wrap .button.b2 {
    border-radius: 2px
}

.form-group .form .toggle-wrap .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3
}

.form-group .form .toggle-wrap .knobs {
    z-index: 2
}

.form-group .form .toggle-wrap .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: .3s ease all;
    z-index: 1
}

.form-group .form .toggle-wrap #button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
    position: absolute;
    top: 0;
    width: 50%;
    height: 26px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    padding: 0;
    transition: .3s ease all
}

.form-group .form .toggle-wrap #button-10 .knobs:before {
    content: "";
    left: 0;
    color: #f29560;
    background: #fff
}

.form-group .form .toggle-wrap #button-10 .knobs:after {
    content: "여성";
    right: 0;
    color: #a4a4a4;
    background-color: #f2f2f2
}

.form-group .form .toggle-wrap #button-10 .knobs2:after {
    content: "아니요";
    right: 0;
    color: #a4a4a4;
    background-color: #f2f2f2
}

.form-group .form .toggle-wrap #button-10 .knobs3:after {
    content: "미입력";
    right: 0;
    color: #a4a4a4;
    background-color: #f2f2f2
}

.form-group .form .toggle-wrap #button-10 .knobs span {
    display: inline-block;
    left: 0;
    color: #f29560;
    z-index: 1
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked+.knobs span {
    color: #a4a4a4;
    background-color: #f2f2f2
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked+.knobs:before {
    left: 57px;
    background-color: #f2f2f2
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked+.knobs:after {
    color: #f29560;
    background: #fff
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked~.layer {
    background-color: #fcebeb
}

.form-group .form .label-wrapper {
    display: flex;
    align-items: flex-start
}

.form-group .form .label-wrapper span {
    width: 7px;
    height: 17px
}

.form-group .form .label-wrapper span img {
    width: 100%
}

.form-group .form .label-wrapper span.info-mark {
    width: 14px;
    height: 14px;
    margin-left: 4px
}

.button-group {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.button-group .fill-btn {
    position: relative;
    width: 100%;
    background: #4d44b5;
    border-radius: 4px;
    padding: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    cursor: pointer
}

.button-group .fill-btn.outline {
    background: #fff;
    border: 1px solid #4d44b5;
    color: #4d44b5
}

.button-group .fill-btn.outline-orange {
    background: #fff;
    border: 1px solid #eb5757 !important;
    color: #eb5757 !important
}

.button-group.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
    padding-top: 36px
}

.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
    padding-top: 36px
}

.small-button-wrap {
    position: relative;
    display: flex;
    gap: 12px
}

.small-button-wrap .fill-btn {
    position: relative;
    border-radius: 4px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff
}

.small-button-wrap .fill-btn.outline {
    background: #fff;
    border: 1px solid #4d44b5;
    color: #4d44b5
}

.small-button-wrap .fill-btn.outline-orange {
    background: #fff;
    border: 1px solid #eb5757 !important;
    color: #eb5757 !important
}

.form-group .question-mark-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start
}

.form-group .question-mark-wrapper .violet-questionmark-wrap {
    background: #948fd3;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 4px
}

.form-group .question-mark-wrapper .violet-questionmark-wrap img {
    width: 100%;
    height: auto
}

.form-group .form .question-mark-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start
}

.form-group .form .question-mark-wrapper .grey-questionmark-wrap {
    background: #a4a4a4;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 4px
}

.form-group .form .question-mark-wrapper .grey-questionmark-wrap img {
    width: 100%;
    height: auto
}

.main-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px
}

.main-wrap .data-wrap {
    width: 100%;
    max-width: 372px
}

.card {
    width: 100%;
    height: 363px;
    background-color: #fff;
    padding: 0 16px;
    padding-bottom: 12px;
    border-radius: 12px;
    border-top: 8px solid #4d44b5
}

.card ul {
    position: relative
}

.card ul li {
    padding: 8px 16px;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    margin-top: 8px
}

.card ul li .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.card ul li .wrap p {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #333
}

.card ul li .wrap a {
    padding: 6px 12px;
    background-color: #7169c4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    border-radius: 100px;
    color: #fafafa;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    min-width: 50px;
    cursor: default
}

.card ul li .wrap a.blue-bordered {
    background-color: #fafafa;
    border: 1px solid #7169c4;
    color: #7169c4
}

.card ul li .wrap a.grey-bordered {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    color: #cfcfcf
}

.card ul li .inner-list {
    width: 100%;
    margin-top: 2px
}

.card ul li .inner-list ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.card ul li .inner-list ul li {
    background: 0 0;
    border: 0;
    padding: 0 8px;
    border-left: 1px solid #a4a4a4;
    border-radius: 0;
    line-height: 12px
}

.card ul li .inner-list ul li:first-child {
    border-left: 0;
    padding-left: 0
}

.card ul li .inner-list ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #666;
    cursor: text
}

.card.card-2 ul li {
    padding: 16px;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #f2f2f2;
    background-color: transparent;
    margin-top: 0
}

.card.card-2 ul li .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card.card-2 ul li .wrap p {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #333
}

.card.card-2 ul li .wrap span {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #333
}

.card.card-2 ul li.active {
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    margin-top: 8px
}

.card.card-2 ul li.active.active+li {
    border-top: none
}

.card.card-2 ul li.active .wrap p {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%
}

.card.card-2 ul li.active .wrap span {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #4d44b5
}

.card.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.card.no-data p {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #a4a4a4
}

.card.card-3 ul li {
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    padding: 16px
}

.card.card-3 ul li .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card.card-3 ul li .wrap p {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #333
}

.card.card-3 ul li .wrap span {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #666
}

.card.card-3 ul li .wrap span.light-font {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #cfcfcf
}

.card.card-4 ul li {
    background-color: transparent;
    border: 0;
    margin-top: 0
}

.card.card-4 ul li .wrap {
    justify-content: space-between
}

.card.card-4 ul li .wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    min-width: 72px;
    font-weight: 600;
    font-size: 10px;
    line-height: 125%;
    color: #7169c4;
    border-radius: 100px
}

.card.card-4 ul li .wrap span {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #666;
    width: 100%;
    max-width: 180px;
    text-align: right;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.card.card-4 ul li .wrap span.light-font {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #cfcfcf
}

.card.card-4 ul li .wrap span label {
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #666
}

.card.card-4 ul li.active {
    background-color: #fafafa;
    border: 1px solid #dbdaf0;
    margin-top: 8px
}

.card.card-4 ul li.active .wrap p {
    background-color: transparent;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #333
}

.card.card-4 ul li.active .wrap span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: #ec7b3e;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    border-radius: 100px;
    text-align: right
}

.tab-data-wrap {
    width: 100%;
    height: auto
}

.tab-data-wrap .nav-tabs {
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    gap: 10px
}

.tab-data-wrap .nav-tabs .nav-item .nav-link {
    border: 0
}

.tab-data-wrap .nav-tabs .nav-item .nav-link.heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #a4a4a4;
    padding: 0 4px 13px
}

.tab-data-wrap .nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid #4b7bc2;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4b7bc2
}

.tab-data-wrap .nav-tabs .nav-item.orange .nav-link {
    border: 0
}

.tab-data-wrap .nav-tabs .nav-item.orange .nav-link.heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #a4a4a4;
    padding-top: 0
}

.tab-data-wrap .nav-tabs .nav-item.orange .nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid #a76d5a;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #a76d5a
}

.tab-data-wrap .nav-tabs .nav-item.blue-4d .nav-link {
    border: 0
}

.tab-data-wrap .nav-tabs .nav-item.blue-4d .nav-link.heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #a4a4a4;
    padding-top: 0
}

.tab-data-wrap .nav-tabs .nav-item.blue-4d .nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid #4d44b5;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4d44b5
}

.tab-data-wrap .data-wrap {
    width: 100%;
    margin-top: 24px;
    display: flex;
    position: relative
}

.tab-data-wrap .data-wrap .no-data {
    width: 100%;
    height: 334px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, .1);
    border-radius: 12px
}

.tab-data-wrap .data-wrap .no-data p {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #a4a4a4
}

.tab-data-wrap .tab-content {
    margin-top: 8px
}

.tab-data-wrap .tab-content .main-wrap {
    padding-top: 18px
}

.tab-data-wrap .tab-content .main-wrap .data-wrap {
    margin-top: 0
}

.short-card {
    width: 100%;
    height: auto;
    min-height: 152px;
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
    border-left: 8px solid #4b7bc2;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, .1));
    display: flex;
    flex-direction: column;
    gap: 14px
}

.short-card .card-head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.short-card .card-head span {
    background: #fafafa;
    padding: 6px 16px;
    border-radius: 12px
}

.short-card .card-head span p {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #a4a4a4
}

.short-card .card-head .header-left {
    display: flex;
    align-items: center;
    gap: 10px
}

.short-card .card-head .header-left .brown-pill {
    background: #a76d5a;
    padding: 6px 16px;
    border-radius: 12px
}

.short-card .card-head .header-left .brown-pill p {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #fff
}

.short-card .card-head .header-left .blue4b-pill {
    background: #4b7bc2;
    padding: 6px 16px;
    border-radius: 12px
}

.short-card .card-head .header-left .blue4b-pill p {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #fff
}

.short-card .card-head .header-left .blue4d-pill {
    background: #4d44b5;
    padding: 6px 16px;
    border-radius: 12px
}

.short-card .card-head .header-left .blue4d-pill p {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #fff
}

.short-card .card-head .header-left span {
    padding: 6px 16px;
    background: #fafafa;
    border-radius: 12px
}

.short-card .card-head .header-left span p {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #a4a4a4
}

.short-card .card-content {
    padding: 0 6px;
    min-height: 48px
}

.short-card .card-content h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.short-card .card-foot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.short-card .card-foot span {
    position: relative;
    padding: 6px 12px;
    border: 1px solid #f2f2f2;
    background: #fafafa;
    border-radius: 100px;
    color: #7169c4;
    font-weight: 600;
    font-size: 10px;
    line-height: 140%
}

.short-card .card-content-wrap {
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 8px
}

.short-card .card-content-wrap h4 {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #7169c4
}

.short-card .card-content-wrap p {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.brown-bdr {
    border-left: 8px solid #a76d5a
}

.blue4d-bdr-left {
    border-left: 8px solid #4d44b5
}

.active_save-btn {
    fill: #f29560
}

.active_save-btn path {
    stroke: #f29560
}

.date-icon {
    background: url("../../assets/icons/calendar.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 97% 16px !important;
    cursor: pointer;
    color: #333 !important
}

.date-icon::-moz-placeholder {
    color: #a4a4a4 !important
}

.date-icon::placeholder {
    color: #a4a4a4 !important
}

.no-icon {
    background: 0 0 !important
}

.ui-widget-content {
    border: none;
    z-index: 99 !important;
    cursor: pointer
}

.ui-widget {
    font-family: "Pretendard"
}

.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, .13);
    background: #fff;
    border-radius: 8px;
    max-width: 230px;
    width: 100%;
    padding: 8px
}

.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer
}

table.ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    border-radius: 0;
    border: none;
    background: 0 0;
    display: flex;
    justify-content: space-between
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #4c4c4c;
    position: absolute;
    left: 35%
}

.ui-datepicker th {
    font-weight: 300
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #a4a4a4;
    background: 0 0;
    color: #4c4c4c;
    text-align: center;
    font-weight: 200;
    font-size: 14px;
    display: block
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #4d44b5;
    background: #4d44b5;
    color: #fff
}

.ui-datepicker-month {
    width: 50px;
    margin-left: 4px;
    cursor: pointer
}

.ui-datepicker-month option {
    padding: 4px 2px
}

.ui-datepicker-year {
    cursor: pointer
}

.info-mark:hover .tool-tip-card {
    display: block
}

.tool-tip {
    display: inline
}

.tool-tip {
    position: relative
}

.tool-tip .tool-tip-card {
    display: none;
    position: absolute;
    top: 25px;
    left: calc(50% - 140px);
    width: 100%;
    min-width: 280px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, .15));
    padding: 8px 16px;
    z-index: 99
}

.tool-tip .tool-tip-card .tool-tip-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    text-align: center;
    margin-bottom: 4px
}

.tool-tip .tool-tip-card .tool-tip-content {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #4c4c4c;
    text-align: center
}

.tool-tip .tool-tip-card:before {
    border: solid;
    border-color: #fff transparent;
    border-width: .4em .4em 0;
    content: "";
    position: absolute;
    left: 48%;
    top: -6px;
    z-index: 99;
    transform: rotate(180deg);
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, .15))
}

.tool-tip-new-change {
    min-width: 320px !important
}

.mar-tp-0 {
    margin-top: 0 !important
}

.mar-btm-0 {
    margin-bottom: 0 !important
}

.mar-btm {
    margin-bottom: 8px !important
}

.mar-btm-12 {
    margin-bottom: 12px !important
}

.mar-btm-24 {
    margin-bottom: 24px !important
}

.gap-30 {
    margin-top: 14px
}

.pad-top-0 {
    padding-top: 0 !important
}

#industrial #indinfo {
    margin-bottom: 10px
}

.base-line {
    align-items: baseline !important
}

.search-input-wrap input {
    width: 100%;
    height: 49px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 16px
}

.search-input-wrap input.search-input {
    background: url(../../assets/icons/search.svg) no-repeat right 18px center;
    padding-right: 40px;
    cursor: pointer
}

.search-input-wrap input::-moz-placeholder {
    color: #a4a4a4
}

.search-input-wrap input::placeholder {
    color: #a4a4a4
}

.search-input-wrap .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    position: absolute;
    width: 100%;
    z-index: 999
}

.search-input-wrap.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .8);
    overflow-x: hidden;
    overflow-y: scroll;
    height: 160px
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: pointer;
    border-radius: 3px
}

.search-input-wrap.active .autocom-box li {
    display: block
}

.autocom-box li:hover {
    background: #efefef
}

.template-area .temp-content {
    display: grid;
    gap: 16px;
    border-bottom: 1px solid #000
}

.template-area .temp-content .title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #000
}

.template-area .temp-content .sub-text {
    display: grid;
    gap: 8px
}

.template-area .temp-content .sub-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000
}

.template-area .temp-content .sub-btn {
    display: grid;
    justify-content: center;
    margin-top: 40px
}

.template-area .temp-content .sub-btn button {
    padding: 16px 30px;
    background: #4d44b5;
    color: #fff;
    border-radius: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    max-width: 160px;
    margin-bottom: 12px
}

.template-area .temp-bottom {
    margin: 12px 0;
    display: grid;
    gap: 4px
}

.template-area .temp-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000
}

.template-area .temp-bottom .copyright-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000
}

.small-modal .modal-dialog {
    max-width: 420px
}

.small-modal .modal-dialog .modal-content {
    border-radius: 16px
}

.extrasmall-modal .modal-dialog {
    max-width: 298px
}

.extrasmall-modal .modal-dialog .modal-content {
    border-radius: 16px
}

.registration-complete .modal-dialog .modal-content .modal-body {
    padding: 36px 40px
}

.registration-complete .modal-dialog .modal-content .modal-body .heading {
    text-align: center
}

.registration-complete .modal-dialog .modal-content .modal-body .heading h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #181818
}

.registration-complete .modal-dialog .modal-content .modal-body .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    text-align: center
}

.registration-complete .modal-dialog .modal-content .modal-body .details p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4c4c4c
}

.registration-complete .modal-dialog .modal-content .modal-body .button-group {
    padding-top: 24px
}

.registration-complete .modal-dialog .modal-content .modal-body .button-group .fill-btn {
    padding: 10px 24px;
    font-size: 14px;
    line-height: 17px
}

.success .modal-dialog .modal-content .modal-body {
    padding: 40px 24px
}

.success .modal-dialog .modal-content .modal-body .details {
    text-align: center
}

.success .modal-dialog .modal-content .modal-body .details img {
    width: 48px;
    height: 48px;
    margin: 0 auto
}

.success .modal-dialog .modal-content .modal-body .details p {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #4c4c4c
}

.terms .modal-dialog {
    max-width: 846px
}

.terms .modal-dialog .modal-content {
    border-radius: 16px
}

.terms .modal-dialog .modal-content .modal-body {
    padding: 15px
}

.terms .modal-dialog .modal-content .modal-body h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 24px
}

.terms .modal-dialog .modal-content .modal-body .modal-body-content {
    overflow-y: scroll;
    height: 400px
}

.terms .modal-dialog .modal-content .modal-body .modal-body-content p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 20px
}

.dashboard-modalOne .modal-dialog {
    max-width: 848px
}

.dashboard-modalOne .modal-dialog .modal-content {
    padding: 38px 20px !important;
    border-radius: 16px
}

.dashboard-modalOne .modal-dialog .modal-content .modal-header {
    padding: 0 20px 26px;
    border-bottom: none
}

.dashboard-modalOne .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #181818
}

.dashboard-modalOne .modal-dialog .modal-content .modal-body {
    padding: 0 !important
}

.dashboard-modalOne .modal-dialog .modal-content .modal-body .tab-data-wrap .inneruls {
    padding: 0 20px
}

.dashboard-modalOne .modal-dialog .modal-content .modal-body .tab-data-wrap .tab-content .slimscroll-area {
    padding: 0 20px
}

.dashboard-modal-Big .modal-dialog {
    max-width: 1244px
}

.dashboard-modal-Big .modal-dialog .modal-content {
    padding: 38px 40px 36px !important
}

.dashboard-modal-Big .modal-dialog .modal-content .modal-header {
    padding: 0 0 26px;
    border-bottom: none
}

.dashboard-modal-Big .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #3a3a4c
}

.dashboard-modal-Big .modal-dialog .modal-content .modal-body {
    padding: 0 !important
}

.modal-Longcard {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 12px 16px 17px;
    border-radius: 12px;
    border-top: 8px solid #4d44b5;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, .1));
    min-height: 760px
}

.modal-Longcard .content-wrap {
    min-height: 695px;
    width: auto;
    padding-bottom: 24px
}

.modal-Longcard .content-wrap .card-top .heading {
    background: #fafafa;
    border: 1px solid #dbdaf0;
    border-radius: 12px;
    padding: 16px
}

.modal-Longcard .content-wrap .card-top .heading h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #333
}

.modal-Longcard .content-wrap .card-content {
    padding: 16px 0 0 !important;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.modal-Longcard .content-wrap .card-content .data-wrap {
    display: flex;
    gap: 4px;
    justify-content: flex-start;
    align-items: center
}

.modal-Longcard .content-wrap .card-content .data-wrap .fill-button {
    background: #f29560;
    border-radius: 100px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px
}

.modal-Longcard .content-wrap .card-content .data-wrap .outline-button {
    border: 1px solid #f29560;
    background: #fafafa;
    border-radius: 100px;
    padding: 6px 12px;
    color: #f29560;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px
}

.modal-Longcard .content-wrap .card-content .data-wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .02em;
    color: #4c4c4c;
    width: 290px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.modal-Longcard .card-bottom {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-Longcard .card-bottom nav .pagination {
    gap: 8px
}

.modal-Longcard .card-bottom nav .pagination .page-item .page-link {
    padding: 8px 10px !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-radius: 6px
}

.modal-Longcard .card-bottom nav .pagination .page-item .page-link span img {
    width: 100%;
    height: auto
}

.modal-Longcard .card-bottom nav .pagination .page-item .page-link.active {
    color: #4d44b5;
    border: 1px solid #4d44b5
}

.modal-Longcard .card-bottom nav .pagination .page-item .page-link.active span svg path {
    fill: #4d44b5
}

.modal-Longcard .card-bottom nav .pagination .page-item .page-link.disable {
    cursor: not-allowed
}

.dashboard-modal-mid .modal-dialog {
    max-width: 902px
}

.dashboard-modal-mid .modal-dialog .modal-content {
    padding: 38px 40px 36px !important
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-header {
    padding: 0 0 26px;
    border-bottom: none
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #3a3a4c
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body {
    padding: 0 !important
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap {
    width: 100%
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard {
    width: 100%;
    height: auto;
    background-color: none;
    padding: 0;
    border-radius: 0;
    border-top: none;
    filter: none
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap {
    width: 100%;
    max-width: 852px
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap p {
    width: 652px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap p a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .02em;
    color: #4c4c4c
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap p.disabled {
    color: #cfcfcf
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap .date-show {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .02em;
    color: #a4a4a4;
    margin-left: 18px
}

.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap .date-show.disabled {
    color: #cfcfcf
}

.mid-modal-new .modal-dialog {
    max-width: 1400px
}

.mid-modal-new .modal-dialog .modal-content {
    padding: 36px 40px !important
}

.mid-modal-new .modal-dialog .modal-content .modal-header {
    margin-bottom: 24px;
    padding: 0;
    border-bottom: none
}

.mid-modal-new .modal-dialog .modal-content .modal-body {
    padding: 0 !important
}

.mid-modal-new .modal-dialog .modal-content .modal-body .i_frame {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 644px
}

.lg-modal-new .modal-dialog {
    max-width: 1210px
}

.lg-modal-new .modal-dialog .modal-content {
    padding: 36px 40px !important;
    height: 940px
}

.lg-modal-new .modal-dialog .modal-content .modal-header {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    border-bottom: none
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group {
    position: relative;
    margin: 0
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group:first-child {
    max-width: 295px
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group:last-child {
    max-width: 182px
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input {
    display: flex;
    align-items: center;
    gap: 8px
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input label {
    margin: 0;
    white-space: nowrap
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input input {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #333
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input input::-moz-placeholder {
    color: #cfcfcf
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input input::placeholder {
    color: #cfcfcf
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .select-input {
    display: flex;
    align-items: center;
    gap: 8px
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .select-input label {
    margin: 0;
    white-space: nowrap
}

.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .select-input select {
    height: 33px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #333
}

.lg-modal-new .modal-dialog .modal-content .modal-body {
    padding: 0 !important
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1px;
    gap: 24px
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap {
    display: flex;
    align-items: center;
    gap: 6px
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status {
    padding: 6px 12px;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.blu {
    border-radius: 100px;
    background: #948fd3;
    color: #fff
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.blu-outlined {
    border-radius: 100px;
    outline: 1px solid #4d44b5;
    color: #4d44b5
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.orng {
    border-radius: 100px;
    background: #f5aa80;
    color: #fff
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.orng-outlined {
    border-radius: 100px;
    outline: 1px solid #f29560;
    color: #f29560
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap p {
    text-align: center;
    font-family: Pretendard Variable;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap p.blu {
    color: #4d44b5
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap p.orng {
    color: #f29560
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .date-time {
    color: #a4a4a4;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-bottom {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 16px
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-bottom span {
    color: #a4a4a4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%
}

.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-bottom p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%
}

.dashboard-header {
    display: flex;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 18px 40px;
    justify-content: flex-end;
    border-left: 1px solid #f2f2f2;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, .1)
}

.dashboard-header .container-area {
    display: flex;
    align-items: center;
    gap: 16px
}

.dashboard-header .container-area .left {
    display: flex;
    align-items: center;
    gap: 1px
}

.dashboard-header .container-area .left .logo h4 {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 600
}

.dashboard-header .container-area .left p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333
}

.dashboard-header .container-area .right {
    display: flex;
    align-items: baseline;
    gap: 16px
}

.dashboard-header .container-area .right .icon-wrap {
    width: 24px;
    height: 24px;
    position: relative
}

.dashboard-header .container-area .right .icon-wrap button img {
    max-width: 100%
}

.dashboard-header .container-area .right .icon-wrap .notify-alert-button {
    position: relative
}

.dashboard-header .container-area .right .icon-wrap .notify-alert-button img {
    max-width: 100%
}

.dashboard-header .container-area .right .icon-wrap .notify-count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #ec7b3e;
    border-radius: 99px;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center
}

.dashboard-header .container-area .right .icon-wrap .notify-count p {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    z-index: 99
}

.dropdown-container__title {
    width: 100%;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    top: 0
}

.select-dropdown__button {
    cursor: pointer;
    text-align: left
}

.select-dropdown__button::focus {
    outline: none
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: -40px;
    top: 35px;
    right: 0;
    width: 103px;
    max-height: 200px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out .3s;
    z-index: 2;
    border-radius: 4px;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, .1))
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1)
}

.select-dropdown__list.noticeheader-list {
    left: -210px !important;
    width: 250px !important;
    max-height: 340px !important
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #333;
    transition: all ease-in-out .3s
}

.select-dropdown__list-item:hover {
    background: #4d44b5 !important;
    color: #fff !important
}

.select-dropdown__list-item:hover a {
    color: #fff !important
}

.select-dropdown__list-item.disabled-notice-item {
    color: #828282
}

.select-dropdown__list-item.disabled-notice-item:hover {
    background: #fff !important;
    color: #828282 !important
}

.notify-tooltip {
    position: relative
}

.notify-tooltip .notify-tooltip-card {
    display: none;
    position: absolute;
    top: 35px;
    left: calc(50% - 283px);
    width: 100%;
    min-width: 347px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, .15));
    padding: 4px 16px;
    z-index: 999
}

.notify-tooltip .notify-tooltip-card.active {
    display: block
}

.notify-tooltip .notify-tooltip-card .card-content {
    display: flex;
    flex-direction: column
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap {
    display: flex;
    gap: 4px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap:last-child {
    border-bottom: none
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap .fill-button {
    background: #f29560;
    border-radius: 100px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    min-width: 50px
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap .disabled-button {
    background: #cfcfcf;
    border-radius: 100px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    min-width: 50px
}

.notify-tooltip .notify-tooltip-card .card-content .data-wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .02em;
    color: #4c4c4c;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.notify-tooltip .notify-tooltip-card:before {
    border: solid;
    border-color: #fff transparent;
    border-width: .4em .4em 0;
    content: "";
    position: absolute;
    left: 80%;
    top: -5px;
    z-index: 99;
    transform: rotate(180deg);
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, .15))
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot");
    src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff") format("woff"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.svg#Pretendard-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot");
    src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff") format("woff"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.svg#Pretendard-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot");
    src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.svg#Pretendard-ExtraBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot");
    src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff") format("woff"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.svg#Pretendard-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot");
    src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff") format("woff"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.svg#Pretendard-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot");
    src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.svg#Pretendard-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot");
    src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff") format("woff"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.svg#Pretendard-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot");
    src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff") format("woff"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.svg#Pretendard-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Pretendard";
    src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot");
    src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff") format("woff"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.svg#Pretendard-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

.log-section-area {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #f1f0f9;
    display: flex;
    justify-content: center;
    align-items: center
}

.log-box-area {
    position: relative;
    width: 100%;
    max-width: 594px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 80px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .log-box-area {
        padding: 18px
    }
}

.log-box-area .logo-area {
    margin-bottom: 2px
}

.log-box-area h2 {
    display: block;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: .05em;
    color: #4d44b5;
    text-align: center
}

.logo-area {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.login-content-area {
    position: relative;
    width: 100%;
    margin-top: 60px
}

.login-content-area .form-group {
    margin-bottom: 24px
}

.login-content-area .two-column-box {
    margin-bottom: 24px
}

.login-content-area .policy-txt {
    margin-top: 14px
}

.login-content-area .links-wrap {
    width: 100%;
    position: relative;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-content-area .links-wrap .link {
    width: 100%;
    max-width: 33.33%;
    border-right: 3px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-content-area .links-wrap .link:last-child {
    border: none
}

.login-content-area .links-wrap .link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #828282
}

.two-column-box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.two-column-box .form-group {
    max-width: 247px;
    margin: 0
}

@media screen and (max-width:767px) {
    .two-column-box .form-group {
        max-width: 160px
    }
}

@media screen and (max-width:767px) {
    .two-column-box .form-group label {
        font-size: 14px;
        line-height: 21px
    }
}

.two-column-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #828282
}

@media screen and (max-width:767px) {
    .two-column-box a {
        font-size: 14px;
        line-height: 21px
    }
}

.policy-txt {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.policy-txt p {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    letter-spacing: -.01em;
    color: #828282
}

.error .form-control {
    border: 1px solid red !important
}

.login-form {
    margin-block-end: 0
}

.signup-section-area {
    position: relative;
    width: 100%;
    background: #f1f0f9;
    display: flex;
    justify-content: center;
    align-items: center
}

.signup-box-area {
    position: relative;
    width: 100%;
    max-width: 594px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 80px 56px;
    margin: 124px 0 126px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .signup-box-area {
        padding: 18px;
        margin: 0
    }
}

.signup-box-area form {
    margin-block-end: 0 !important
}

.signup-box-area h2 {
    display: block;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-align: center
}

.signup-box-area .signup-content-area {
    margin: 60px 0
}

.signup-box-area .signup-content-area .form-header-box {
    position: relative;
    padding: 16px 0 12px;
    border-bottom: 1px solid #333;
    margin-bottom: 24px
}

.signup-box-area .signup-content-area .form-header-box .right-content {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    padding-bottom: 12px
}

.signup-box-area .signup-content-area .form-header-box .right-content span {
    width: 8px;
    height: 17px
}

.signup-box-area .signup-content-area .form-header-box .right-content span img {
    max-width: 100%
}

.signup-box-area .signup-content-area .form-header-box .right-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4c4c4c
}

.signup-box-area .signup-content-area .form-header-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000
}

.signup-box-area .signup-content-area .form-header-box .head-wrap {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.signup-box-area .signup-content-area .form-header-box .head-wrap img {
    margin-left: 4px
}

.signup-box-area .signup-content-area .form-group {
    margin-bottom: 24px
}

.signup-box-area .signup-content-area .form-group .form .check-wrap label {
    font-weight: 500
}

.signup-box-area .signup-content-area .form-group .form .check-wrap label a {
    color: #4d44b5;
    text-decoration: underline
}

.signup-box-area .signup-content-area .form-group .form .check-span {
    background: #a4a4a4;
    color: #fff;
    padding: 4px 10px;
    border-radius: 222px;
    position: absolute;
    right: 0;
    top: 23px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    cursor: pointer
}

.signup-box-area .signup-content-area .right-info {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 24px
}

.signup-box-area .signup-content-area .right-info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #a4a4a4
}

.signup-box-area .signup-content-area .subheading-wrap {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.signup-box-area .signup-content-area .subheading-wrap .form-group {
    margin-bottom: 0
}

.signup-box-area .signup-content-area .subheading-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #000
}

.signup-box-area .signup-content-area .subheading-wrap button {
    padding: 10px 20px;
    border: 1px solid #4d44b5;
    border-radius: 4px;
    color: #4d44b5;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px
}

.signup-box-area .signup-content-area .subheading-wrap .bordered-check {
    width: 73px;
    height: 24px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 100px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7169c4;
    margin-bottom: 8px
}

.signup-box-area .signup-content-area .subheading-wrap .flex-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px
}

.options-wrap {
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    align-items: baseline
}

@media screen and (max-width:767px) {
    .options-wrap {
        flex-direction: column
    }
}

.line-wrap {
    display: flex;
    gap: 4px;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 4px
}

@media screen and (max-width:767px) {
    .line-wrap {
        flex-wrap: wrap
    }
}

.line-wrap .bracket-wrap {
    width: 6px;
    height: 17px
}

.lg-form-grp .form-group .form .label-wrapper label {
    margin-bottom: 14px
}

.lg-form-grp .form-group .line-wrap .radio-wrap .form-control {
    position: relative;
    top: -33px;
    right: -48px;
    width: 80%;
    border: 1px solid #ced4da;
    cursor: text
}

.lg-form-grp .form-group .line-wrap .input-inner-wrap {
    width: 100%
}

@media screen and (max-width:767px) {
    .lg-form-grp .form-group .line-wrap .input-inner-wrap {
        max-width: 300px
    }
}

.lg-form-grp .form-group .line-wrap .input-inner-wrap .radio-wrap input {
    height: 33px
}

.radio-wrap label {
    font-weight: 500 !important
}

.terms-wrapper {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    width: calc(100% - 85px)
}

#tenantSignup {
    margin-block-end: 0
}

.personal-details-section {
    position: relative;
    width: 100%;
    background: #fcfcff;
    display: flex;
    justify-content: center;
    align-items: center
}

.personal-details-section .signup-box-area .signup-content-area .form-group:nth-child(4) {
    margin-bottom: 0 !important
}

.personal-details-section .signup-box-area .signup-content-area .form-header-box {
    padding: 0 0 12px
}

.form-group .form .datepick input::-webkit-outer-spin-button,
.form-group .form .datepick input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-group .form .datepick input[type=number] {
    -moz-appearance: textfield
}

.forgot-box-area {
    position: relative;
    width: 100%;
    max-width: 594px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 80px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .forgot-box-area {
        padding: 18px
    }
}

.forgot-box-area h2 {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #181818;
    text-align: center
}

.forgot-box-area p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4c4c4c;
    margin-top: 20px
}

.ft-get-box {
    position: relative;
    width: 100%;
    margin-top: 60px
}

.ft-get-box .form-group {
    margin-bottom: 0
}

.ft-get-box .button-group {
    margin-top: 60px
}

.alert-danger {
    width: 100% !important
}

.alert-danger .inner-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.alert-danger .inner-box .close {
    padding: 8px !important
}

.alert-dismissible {
    padding-right: 0 !important
}

.alert-dismissible .close {
    position: relative !important;
    padding: 8px;
    color: inherit
}

.mypage-section-area {
    position: relative;
    width: 100%;
    height: auto;
    background: #fcfcff;
    display: flex;
    justify-content: center
}

.mypage-section-area .signup-box-area .signup-content-area {
    margin-bottom: 0 !important
}

.progress-area {
    width: auto;
    margin-top: 24px
}

.progress-area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative
}

.progress-area ul li {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #cfcfcf;
    position: relative
}

.progress-area ul li:last-child span {
    border-top: 0
}

.progress-area ul li.active {
    background-color: #7169c4;
    border: 1px solid #7169c4
}

.progress-area ul li span {
    width: 42px;
    border-top: 1px dashed #cfcfcf;
    transform: rotate(180deg);
    position: absolute;
    left: 21px;
    right: 0;
    top: 50%
}

.form-group .form .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form-group .form .flex-wrap .bordered-check {
    width: 73px;
    height: 24px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 100px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7169c4;
    margin-bottom: 8px
}

.date-wrap {
    width: 100%;
    height: 49px;
    border: 1px solid #cfcfcf !important;
    border-radius: 4px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px
}

.date-wrap input {
    border: 0 !important;
    height: 100% !important;
    padding: .375rem .75rem
}

.date-wrap span {
    width: 35px;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #333
}

.mypage-section-area2 {
    position: relative;
    width: 100%;
    height: auto;
    background: #f1f0f9;
    display: flex;
    justify-content: center
}

.mypage-section-area2 .signup-box-area .signup-content-area {
    margin-bottom: 0
}

.mypage-section-area2 .signup-box-area .signup-content-area .form-header-box {
    margin-bottom: 0
}

.mypage-section-area2 .signup-box-area .signup-content-area .subheading-wrap {
    margin: 24px 0 20px
}

.mypage-section-area2 .signup-box-area .signup-content-area .sec {
    margin-bottom: 24px
}

.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group {
    margin-bottom: 24px
}

.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group:last-child {
    margin-bottom: 0 !important
}

.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group .form label {
    margin-bottom: 20px
}

.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group .form .line-wrap {
    margin-top: 0
}

.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group .form .line-wrap .rounded-checkbox label:before {
    margin-right: 4px !important
}

.mypage-section-area3 {
    position: relative;
    width: 100%;
    height: auto;
    background: #f1f0f9;
    display: flex;
    justify-content: center
}

.mypage-section-area3 .signup-box-area .signup-content-area {
    margin-bottom: 0
}

.mypage-section-area3 .signup-box-area .signup-content-area .form-header-box {
    margin-bottom: 0
}

.mypage-section-area3 .signup-box-area .signup-content-area .heading-info {
    margin-bottom: 24px;
    margin-top: 8px
}

.mypage-section-area3 .signup-box-area .signup-content-area .heading-info p {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #a4a4a4
}

.mypage-section-area3 .signup-box-area .signup-content-area .wrapper .radio-wrap label {
    margin-bottom: 0
}

.mypage-section-area3 .signup-box-area .signup-content-area .wrapper .bracket-wrap {
    height: auto
}

#certificationdate .form-group:last-child {
    margin-bottom: 0 !important
}

.representative_div_sub_1 .form-header-box .head-wrap {
    margin-top: 0 !important
}

.dashboard-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto
}

@media screen and (max-width:1440px) {
    .dashboard-container {
        width: 1920px;
        max-width: inherit;
        overflow-x: scroll
    }
}

.left-menu-wrap {
    background-color: #f1f0f9;
    padding: 30px 24px;
    width: 100%;
    max-width: 282px;
    height: auto
}

@media screen and (max-width:1440px) {
    .left-menu-wrap {
        height: 1198px;
        overflow-y: scroll
    }
}

.left-menu-wrap .menu-wrap {
    background-color: #fff;
    border-radius: 14px;
    padding: 24px 16px
}

.left-menu-wrap .menu-wrap .logo {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.left-menu-wrap .menu-wrap .date {
    min-width: 151px;
    height: 22px;
    padding: 6px 15px;
    border-radius: 12px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 16px
}

.left-menu-wrap .menu-wrap .date p {
    color: #a4a4a4;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%
}

.left-menu-wrap .menu-wrap .menu-wrapper {
    width: 100%;
    height: auto;
    position: relative
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap p {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #333
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .arrow-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .arrow-wrap span {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .arrow-wrap .bookmark-class {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .heading {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .heading p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .heading span {
    padding: 6px 12px;
    background-color: #ec7b3e;
    border-radius: 100px;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    color: #fff;
    margin-left: 6px;
    cursor: pointer
}

.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .collapse-btn {
    width: 24px;
    height: 24px
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap {
    position: relative
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap {
    width: 100%;
    padding: 14px;
    background-color: #fafafa;
    margin-top: 14px;
    border: 1px solid #f2f2f2;
    border-radius: 4px
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap {
    width: 100%
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li:first-child {
    margin-top: 0
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li p {
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    min-width: 60px
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    text-align: right
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li span.link {
    font-weight: 600;
    color: #4d44b5
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .align-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .align-center p {
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .align-center span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    text-align: right
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .interest-wrap .interest {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    gap: 4px;
    flex-wrap: wrap
}

.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .interest-wrap .interest li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 100px;
    min-width: 50px;
    color: #7169c4;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap {
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap {
    width: 100%;
    padding: 14px;
    background-color: #fafafa;
    margin-top: 14px;
    border: 1px solid #f2f2f2;
    border-radius: 4px
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap {
    width: 100%
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li:first-child {
    margin-top: 0
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li p {
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    text-align: right
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li span.link {
    font-weight: 600;
    color: #4d44b5
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .align-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .align-center p {
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px
}

.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .align-center span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    text-align: right
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap h4 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #181818
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement {
    position: relative;
    margin-top: 24px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement ul {
    padding-top: 6px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement ul li a {
    margin-top: 6px;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #4c4c4c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement ul li a.disabled {
    color: #cfcfcf
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap {
    margin-top: 24px;
    position: relative
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap {
    margin-top: 12px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li {
    padding-top: 6px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 6px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap:hover {
    color: inherit
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4c4c4c;
    width: 90%;
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span {
    padding: 6px 12px;
    background-color: #f29560;
    color: #fff;
    border-radius: 100px;
    margin-right: 4px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span.grey-bordered {
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    color: #cfcfcf
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span.grey-solid {
    background-color: #cfcfcf;
    color: #fff
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span.orange-bordered {
    border: 1px solid #f29560;
    background-color: #fff;
    color: #f29560
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li.disable .inside-wrap .wrap p {
    color: #cfcfcf
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap {
    margin-top: 24px;
    position: relative
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading .heading h4 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading .arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading .arrow-wrap p {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap {
    margin-top: 18px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li:last-child {
    margin-bottom: 0
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li p {
    max-width: 96px;
    overflow: hidden;
    color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.28px
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn {
    padding: 6px 8px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-family: Pretendard Variable;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn.orang_btn {
    background: #ec7b3e
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn.blue_btn {
    background: #4d44b5
}

.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn.disable_btn {
    background: #cfcfcf
}

.right-area-wrap {
    width: calc(100% - 282px);
    background-color: #fff
}

.right-area-wrap .body-area {
    padding: 30px 40px 100px
}

.right-area-wrap .body-area .heading h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #181818
}

.right-area-wrap .body-area .main-wrapper {
    margin-top: 24px;
    position: relative
}

.right-area-wrap .body-area .main-wrapper .wrapping {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px
}

.right-area-wrap .body-area .main-wrapper .wrapping .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-left: 8px
}

.right-area-wrap .body-area .main-wrapper .wrapping .title h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #181818
}

.right-area-wrap .body-area .main-wrapper .wrapping .title span {
    font-size: 16px;
    line-height: 21px;
    color: #a4a4a4;
    font-weight: 500
}

.right-area-wrap .body-area .main-wrapper .wrapping .edit-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px
}

.right-area-wrap .body-area .main-wrapper .wrapping .edit-wrap img {
    width: 12px
}

.right-area-wrap .body-area .main-wrapper .wrapping .edit-wrap span {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #828282
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper {
    margin-top: 48px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper .inner-wrap {
    width: 50%;
    height: auto
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head {
    padding-bottom: 24px
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .small-head p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #a4a4a4
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #181818
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title .arrow-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title .arrow-wrap p {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #666;
    cursor: pointer
}

.right-area-wrap .body-area .main-wrapper .table-wrap {
    width: 100%;
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.right-area-wrap .body-area .main-wrapper .table-wrap .table-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.right-area-wrap .body-area .main-wrapper .table-wrap .table-title h4 {
    color: #181818;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.right-area-wrap .body-area .main-wrapper .table-wrap .table-title .arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.right-area-wrap .body-area .main-wrapper .table-wrap .table-title .arrow-wrap p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.active_collapse-btn {
    display: none
}

.custom-data-table-area {
    position: relative;
    width: 100%
}

@media screen and (max-width:767px) {
    .custom-data-table-area {
        overflow-x: scroll
    }
}

table.custom-table {
    width: 100%;
    margin: 0 !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px
}

table.custom-table thead tr th {
    padding: 16px 8px;
    color: #4d44b5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: #e5e9eb;
    border-style: solid;
    border-width: 1px;
    background: #f8f8fd
}

table.custom-table tbody tr td {
    padding: 16px 8px;
    font-family: "Pretendard";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4c4c4c;
    text-align: center;
    border-bottom: #e5e9eb;
    border-style: solid;
    border-width: 1px;
    background: #fff
}

html,
body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth
}

body {
    font-family: "Pretendard";
    font-size: 15px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Pretendard";
    font-weight: 500
}

a {
    color: #3a3a4c;
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none
}

strong {
    font-weight: 700
}

textarea {
    resize: none
}

input {
    outline: none
}

.main_container {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto
}

@media only screen and (max-width:1400px) {
    .main_container {
        padding: 0 16px
    }
}

@media only screen and (max-width:680px) {
    .main_container {
        margin: 0;
        max-width: 680px;
        width: 100%
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control {
    border: none
}

.form-control:focus {
    box-shadow: none
}

.no-margin {
    margin: 0
}

.scrollable {
    overflow: hidden;
    overflow-y: auto
}

.p-0 {
    padding: 0
}

.overlayInv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    outline: 0;
    height: 100%;
    overflow: hidden;
    transition: .3s
}

.overlayInv.active {
    display: block
}

.m-t-14 {
    margin-top: 14px
}

.m-t-24 {
    margin-top: 24px
}

.m-t-8 {
    margin-top: 8px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-l-2 {
    margin-left: 2px !important
}

.mar-btm-8 {
    margin-bottom: 8px !important
}

.g-4 {
    gap: 4px !important
}

.g-8 {
    gap: 8px
}

.g-10 {
    gap: 10px
}

.g-18 {
    gap: 18px
}

.error {
    color: red !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 10px;
    display: none
}

.error-cust {
    color: red !important;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block
}

.error-custom {
    color: red !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: none
}

.form-control:disabled {
    background-color: #fafafa
}

.block-cursor {
    cursor: not-allowed !important
}

input:disabled+label {
    cursor: not-allowed;
    color: rgba(197, 194, 194, .8901960784) !important
}

.radio-wrap .sub-check:disabled {
    cursor: not-allowed !important
}

input[type=text]:disabled {
    cursor: not-allowed
}

input[type=text]:disabled::-moz-placeholder {
    color: rgba(197, 194, 194, .8901960784) !important
}

input[type=text]:disabled::placeholder {
    color: rgba(197, 194, 194, .8901960784) !important
}

input:disabled+label:before {
    cursor: not-allowed !important
}