@import url('/css/common/fonts.css');


.hover-text-dodgerblue:hover {
    color: dodgerblue !important;
}

.has-active-class-text-dodgerblue.active {
    color: dodgerblue !important;
}

html,
body {
    font-size: 13px;
}

body {
    font-family: "Noto Sans KR", "Dotum", "Helvetica", "AppleSDGothicNeo", sans-serif;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}

.img-res {
    width: 100%;
    height: auto;
}

.img-cover {
    width: auto;
    height: 100%;
}

.a-reset {
    color: #333;
    text-decoration: none;
}

.a-reset:hover {
    color: #333;
    text-decoration: none;
}

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

.border-55 {
    border: 1px solid #555;
}

.border-cc {
    border: 1px solid #ccc !important;
}

.border-bottom-55 {
    border-bottom: 1px solid #555;
}

.border-pp--cs {
    border: 2px solid #567a8e;
}

.no-border {
    border: none !important;
}
.btn {
    white-space: nowrap;
    font-size: 1rem;
}
.btn-payple {
    color: #fff;
    background-color: #7852e8;
    border-color: #7852e8;
}

.btn-payple:hover {
    color: #fff;
    background-color: #5635ba;
    border-color: #3b2188;
}

.btn-payple.focus,
.btn-payple:focus {
    color: #fff;
    background-color: #5635ba;
    border-color: #3b2188;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
}

.btn-payple.disabled,
.btn-payple:disabled {
    color: #fff;
    background-color: #7852e8;
    border-color: #7852e8;
}

.btn-payple:not(:disabled):not(.disabled).active,
.btn-payple:not(:disabled):not(.disabled):active,
.show>.btn-payple.dropdown-toggle {
    color: #fff;
    background-color: #3b2188;
    border-color: #3b2188;
}

.btn-payple:not(:disabled):not(.disabled).active:focus,
.btn-payple:not(:disabled):not(.disabled):active:focus,
.show>.btn-payple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
}

.btn-outline-payple {
    color: #7852e8;
    border-color: #7852e8;
}

.btn-outline-payple:hover {
    color: #fff;
    background-color: #9f8ee2;
    border-color: #9f8ee2;
}

.btn-outline-payple.focus,
.btn-outline-payple:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
}

.btn-outline-payple.disabled,
.btn-outline-payple:disabled {
    color: #7852e8;
    background-color: transparent;
}

.btn-outline-payple:not(:disabled):not(.disabled).active,
.btn-outline-payple:not(:disabled):not(.disabled):active,
.show>.btn-outline-payple.dropdown-toggle {
    color: #fff;
    background-color: #7852e8;
    border-color: #7852e8;
}

.btn-outline-payple:not(:disabled):not(.disabled).active:focus,
.btn-outline-payple:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-payple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(120, 82, 232, 0.5);
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}

.flatpickr-calendar:focus {
    outline: 0;
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
        /*rtl:begin:ignore*/
    left: 0;
    /*
        /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
        /*rtl:begin:ignore*/
    right: 0;
    /*
        /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none;
}

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

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
    opacity: 1;
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0;
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day.disabled {
    color: rgba(57, 57, 57, 0.3);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.flatpickr-day.today {
    border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #7852e8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #7852e8;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #7852e8;
    box-shadow: -10px 0 0 #7852e8;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #7852e8, 5px 0 0 #7852e8;
    box-shadow: -5px 0 0 #7852e8, 5px 0 0 #7852e8;
}

.flatpickr-day.hidden {
    visibility: hidden;
}

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.js-tr-flatpickr {
    background: #fff !important;
}


.pp-card-tit {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem 1.2rem;
    color: #333;
}

.pp-card-tit:before {
    content: "";
    position: absolute;
    width: 4px;
    border-radius: 4px;
    top: 1.4rem;
    bottom: 1.4rem;
    left: 0.4rem;
    background: #7852e8;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .pp-card-tit {
        font-size: 1.2rem;
    }
}

.pp-card--design {
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 30px -6px rgba(50, 50, 93, 0.25), 0 9px 18px -9px rgba(0, 0, 0, 0.3), 0 -6px 18px -4px rgba(0, 0, 0, 0.025);
    box-shadow: 0 15px 30px -6px rgba(50, 50, 93, 0.25), 0 9px 18px -9px rgba(0, 0, 0, 0.3), 0 -6px 18px -4px rgba(0, 0, 0, 0.025);
    margin-bottom: 3.2rem;
    border: none;
    background: #f8f8ff;
}

.cl-pp-accent {
    color: #7852e8 !important;
}

.cl-pp-500 {
    color: #6C5DA9 !important;
}

.cl-pp-300 {
    color: #9F8EE2 !important;
}

.cl-pp-100 {
    color: #D4C9FF !important;
}

.bg-ee {
    background: #eeeeee !important;
}

.bg-f7 {
    background: #f7f7f7 !important;
}

.pp-aside {
    position: fixed;
    top: 64.5px;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
    width: 200px;
    overflow: hidden;
    height: calc(100vh - 64.5px);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: #29363d;
}

.pp-aside .pp-scroller {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    .pp-aside {
        left: -200px;
    }

    .pp-aside.is-active-mo {
        left: 0;
    }
}

.pp-section-admin {
    position: relative;
    min-height: 100vh;
    background: #f5f5f5;
    width: calc(100% - 200px);
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    .pp-section-admin {
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.pp-footer {
    margin-left: 200px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    .pp-footer {
        margin-left: 0;
    }
}

.pp-icon-menu-mo .fa:nth-child(1) {
    display: inline-block;
}

.pp-icon-menu-mo .fa:nth-child(2) {
    display: none;
}

.pp-icon-menu-mo.is-active-mo .fa:nth-child(1) {
    display: none;
}

.pp-icon-menu-mo.is-active-mo .fa:nth-child(2) {
    display: inline-block;
}

.btn-pp-collapse .fa {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-pp-collapse.collapsed .fa {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.logo-header {
    width: calc(200px - 1rem);
}


.pp-tit-subpage {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    letter-spacing: -1px;
    padding: 0.8rem 0.8rem 0.8rem;
    margin: 0 0 0.8rem;
}

.pp-tit-subpage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 20%;
    border-radius: 12px;
    bottom: 1rem;
    background: #7852e8;
    opacity: 0.4;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .pp-tit-subpage {
        font-size: 1.4rem;
    }
}

.fsz-0 {
    font-size: 0rem !important;
}

.fsz-4 {
    font-size: 0.4rem !important;
}

.fsz-6 {
    font-size: 0.6rem !important;
}

.fsz-8 {
    font-size: 0.8rem !important;
}

.fsz-9 {
    font-size: 0.9rem !important;
}

.fsz-10 {
    font-size: 1rem !important;
}

.fsz-11 {
    font-size: 1.1rem !important;
}

.fsz-12 {
    font-size: 1.2rem !important;
}

.fsz-13 {
    font-size: 1.3rem !important;
}

.fsz-14 {
    font-size: 1.4rem !important;
}

.fsz-16 {
    font-size: 1.6rem !important;
}

.fsz-18 {
    font-size: 1.8rem !important;
}

.fsz-20 {
    font-size: 2rem !important;
}

.fsz-24 {
    font-size: 2.4rem !important;
}

.fsz-28 {
    font-size: 2.8rem !important;
}

.fsz-32 {
    font-size: 3.2rem !important;
}

.fsz-36 {
    font-size: 3.6rem !important;
}

.fsz-40 {
    font-size: 4rem !important;
}

.lh-0 {
    line-height: 0rem !important;
}

.lh-4 {
    line-height: 0.4rem !important;
}

.lh-6 {
    line-height: 0.6rem !important;
}

.lh-8 {
    line-height: 0.8rem !important;
}

.lh-10 {
    line-height: 1rem !important;
}

.lh-12 {
    line-height: 1.2rem !important;
}

.lh-14 {
    line-height: 1.4rem !important;
}

.lh-16 {
    line-height: 1.6rem !important;
}

.lh-18 {
    line-height: 1.8rem !important;
}

.lh-20 {
    line-height: 2rem !important;
}

.lh-24 {
    line-height: 2.4rem !important;
}

.lh-28 {
    line-height: 2.8rem !important;
}

.lh-32 {
    line-height: 3.2rem !important;
}

.lh-36 {
    line-height: 3.6rem !important;
}

.lh-40 {
    line-height: 4rem !important;
}

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

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

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

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}



/* 체크박스 */
.check {
    font-size: 14px;
    margin: 6px 6px;
}
.check {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 26px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
    font-size: 14px;
    position:relative;
}
.check input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.check .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(/img/team/icon__check_box.svg) no-repeat left 0;
    background-size: 20px 60px;
}

.check input:checked+.icon {
    background: url(/img/team/icon__check_box.svg) no-repeat left -20px;
    background-size: 20px 60px;
}

.check input:disabled+.icon {
    background: url(/img/team/icon__check_box.svg) no-repeat left -40px;
    background-size: 20px 60px;
}
/* radio */
.radio {
    font-size: 14px;
    margin: 6px 6px;
}

.radio {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 26px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
    font-size: 14px;
    position: relative;
}

.radio input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.radio .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(/img/team/icon__radio_box.svg) no-repeat left 0;
    background-size: 20px 60px;
}

.radio input:checked+.icon {
    background: url(/img/team/icon__radio_box.svg) no-repeat left -20px;
    background-size: 20px 60px;
}

.radio input:disabled+.icon {
    background: url(/img/team/icon__radio_box.svg) no-repeat left -40px;
    background-size: 20px 60px;
}

/*slide css*/
.pp-aside .pp-scroller::-webkit-scrollbar {
    position: absolute;
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none;
}

.pp-aside .pp-scroller::-webkit-scrollbar-track {
    background-color: #33444c;
    border-right: 1px solid #1f292e;
    border-left: 1px solid #1f292e;
}

.pp-aside .pp-scroller::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #151b1f;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px;
}

.pp-aside .pp-scroller::-webkit-scrollbar-track {
    background-color: #33444c;
    border-right: 1px solid #1f292e;
    border-left: 1px solid #1f292e;
}

.pp-aside .pp-scroller::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #151b1f;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px; }

.border-top-dotted{
    border-top: 1px dotted #6c757d;
}    

.border-bottom-dotted{
    border-bottom: 1px dotted #6c757d;
}

.btn-no-shadow:focus{
    box-shadow: none;
}


.login-dropdown{
    cursor: pointer;
}

/****** color ******/
.cr_red {
    color:#ff0000 !important;
}

.login-dropdown:after{
    text-decoration: none;
    color: #212529;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.login-dropdown a{
    text-decoration: none;
    color: #212529;
}

.login-dropdown ul{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    top: 70px;
    right: 1.5rem;
    cursor: pointer;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
   
}
.login-dropdown ul.active{
    visibility: visible;
   
}
.login-dropdown li{
    white-space: nowrap;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    list-style: none;
    padding: 0.75rem 1.75rem;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle; 
    border-bottom: 1px dashed #e0e0e0;
}
.login-dropdown li:last-child{
    border-bottom: 1px solid #e0e0e0;
}

.dropmenu-type02{
    left: calc(0px + -0.75rem) !important;
}


/* 모달값에 패딩제거 -> 추후 삭제 예정 */
/* .modal {
    padding-right: 0px !important;
}
.modal-open{
    padding-right: 0px !important;
}

.modal-open header{
    padding-right: 0px !important;
    margin-right: 0px !important;
} */


  /***** 서비스 로고 이미지 정보 *****/

  

  .services-logo-info-wrap > .title{
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0;
    color: #151b1e;
  }
  .services-logo-info{
    position: relative;
    background: #ebe5fc;
    border: 1px solid #7852e8;
    padding: 0.5rem 0.5rem 0.5rem 24px;
  }

  .services-logo-info .ms-form-info-icon-01{
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background-color: #7852e8;
    
  }

  

  .services-logo-info span{
    color: #e53935;
  }
  .services-logo-info a{
    color: #20a8d8;
    text-decoration: none;
    background-color: transparent;
  }
  
  .services-logo-info-wrap .img-area .img{
    max-width:300px;
    width:50%;
   
    height: auto;
  }

  .services-logo-info-wrap img{
    width: 100%;
    height: 100%;
  } 

  .services-logo-img{
    width:150px;
    height:30px;
  }

  /**********검색 관련 고정값************/
.col-md-120px{
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
    padding-right: 15px;
    padding-left: 15px;
    }
  .col-md-130px{
      flex: 0 0 130px;
      width: 130px;
      max-width: 130px;
      padding-right: 15px;
      padding-left: 15px;
      }
  .col-md-150px{
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
    padding-right: 15px;
    padding-left: 15px;
    }
  
  @media (max-width: 768px) {
    .col-md-120px {
      min-width: 100%;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-md-130px {
      min-width: 100%;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-md-150px {
        min-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    }


/**********계정관리 테이블 수정************/
  .acounttable thead tr th{
    white-space: nowrap;
    padding: 1rem 1.5rem;

  }
  .acounttable tbody tr td{
    white-space: nowrap;
    padding: 1rem 1.5rem;
    
  }



  /*********비밀번호 변경 페이지 퍼블리싱**********/
  .password-wrap{
    padding: 10vh 0px;
    text-align: center;
    word-break: keep-all;
}
.password-wrap > .title{
    font-size: 2rem;
    margin-bottom: 48px;
    color: #7852e8;
   
}
.password-wrap > .slogan{
    font-size: 18px;
    margin-bottom: 45px;
    line-height: 2;
}

.password-wrap .info-area{
    display: flex;
    align-items: center;
  
    margin: 0 auto 32px;
    width: 768px;
    padding: 20px;
    border-radius: 15px;
    background-color: #eee;
   
}
.password-wrap .info-area .icon{
    flex: 80px 0 0;
    height: 80px;
    border-radius: 50%;
    background-color: #d4c9ff;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    
}
.password-wrap .info-area .icon > span{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
}
.password-wrap .info-area .info-text-area{
    list-style: none;
    margin: 0;
    text-align: left;
    flex: auto;
    padding: 0;
}
.password-wrap .info-section .info-text-area > .title{
    list-style: none;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.password-wrap .info-section .info-text-area > .desc{
   
    font-size: 15px;
    position: relative;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}
.password-wrap .info-section .info-text-area > .desc:nth-last-child(){
    margin-bottom: 0;
}
.password-wrap .info-section .info-text-area > .desc::before{
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    content: '';
    display: inline-block;
    top: 10px;
    left: -0.5rem;
    transform: translate(-50%,0);
}

.password-wrap .password-area.error .form-control{
    border-color: #dc3545;
    outline: 0;
    box-shadow: none;
} 

.password-wrap .form-area-box{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin: 0 auto 30px;
    width: 768px;
}
.password-wrap .form-area{
    width: 60%;
    margin: 0 auto;
   
}
.password-wrap .form-area > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.password-wrap .form-area > div:last-of-type{
    margin-bottom: 0;
}
.password-wrap .form-area > div label{
    font-size: 1.5rem;
    margin: 0;
    line-height: 1;
}
.password-wrap .form-area > div input{
    width: 250px;
}

.password-wrap .btn-wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.password-wrap .btn-wrap .btn{
    margin-bottom: 18px;
    color: #fff;
    background-color: #7852e8;
    border-color: #7852e8;
    width: 200px;
    font-size: 1.5rem;
    
}

.password-wrap .btn-wrap .btn:focus{
    box-shadow: none
}

.password-wrap .btn-wrap .next-change{
    color: #000;
    text-decoration: underline;
    font-size: 15px;
}


.password-wrap .password-area {
    
    position: relative;
}

.password-wrap .password-area > span{
    position: absolute;
    font-size: 0.75rem;
    color: #dc3545;
    left : 16.3rem;
    bottom: -1.5rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .password-wrap{
        padding: 7vh 20px;
    }
    .password-wrap > .title{
        font-size: 1.75rem;
    }
    
    .password-wrap > .slogan{
        font-size: 1.25rem;
    }
	.password-wrap .info-area{
        flex-direction: column;
        width: auto;
    }
    .password-wrap .form-area-box{
        width: auto;
    }
    .password-wrap .info-area .info-text-area{
        padding: 0;
        font-size: 1.5rem;
    }

    .password-wrap .info-area .info-text-area .title{ 
        text-align: center;
        margin-bottom: 15px;
    }
    .password-wrap .info-area .icon{
        flex: 80px 0 0;
        height: 80px;
        width: 80px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .password-wrap .form-area > div {
        flex-direction: column;
    }

    .password-wrap .form-area > div label{
        margin-bottom: 1rem;
    }
    .password-wrap .password-area > span{

        left : auto;
    }
}

@media screen and (max-width: 595px) {
    .password-wrap > .title{
      line-height: 1.5;
       
    }

    .form-area-box .form-area{
        width: 100%;
    }
    
}

/* header 정리 */
.header-white{
    padding: 1.25rem;
}

/* 모달창 */
.common-modal-type1 .modal-header{
    background-color: #7852e8;
    border-color: #7852e8;
}

.common-modal-type1 .close{
    color: #fff;
    opacity: 1;
}

.common-modal-type1 .modal-footer{
    justify-content: center;
}

.common-modal-type1 p{
    line-height: 1.8;
    font-size: 1.5rem;
}



/* 팝업 홈페이지랑 동시 작업*/
.index_popup{
    opacity: 0;
    transition: opacity 0.15s linear;
}
.index_popup .modal-dialog{
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
    
}
.index_popup.show{
    opacity: 1;
}

.index_popup .modal-body{
    padding: 0;
}
.index_popup .modal-content{
    border-radius:16px;
    overflow: hidden;
    border:none;
    background-color: inherit;
}
.index_popup .modal-footer{
    padding: 0;
    border-top: none;
}
.index_popup .modal-footer button{
    width: 50%;
    border-radius: 0;
    margin: 0;
    height: 100%;
    font-size: 1;
}

.index_popup img{
    width: 100%;
    height: auto;
}
.index_popup .pc{
    display: block;
}
.index_popup .mo{
    display: none;
}
.index_popup .modal-dialog-centered{
    margin: 1.75rem auto;
    min-height: calc(100% - (1.75rem * 2));
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_popup .modal-footer{
    background-color: #d6d6d6;
}
.index_popup .close:first-child{
    border-right: 1px solid #b1b1b1;
}
.index_popup .close{
    padding: 12px 0px;
    color: #747474;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-weight: 400;
    line-height: normal;
    text-shadow: none;
    opacity: 1;
    font-size: 18px;
}
.index_popup button:active{
    outline: none !important;
}

.index_popup .close-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.index_popup .index_popup--text-area{
    background-color: #fff;
    padding: 32px 20px 68px;
}
.index_popup .index_popup--text-area .title{
    font-size: 20px;
    font-weight: 700;
    color: #7852E8;
    margin-bottom: 32px;
}
.index_popup .index_popup--text-area .desc{
    font-size: 14px;
    margin-bottom: 0;
 }    
 .index_popup .index_popup--text-area .sub-title{
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
 }  
 .index_popup .index_popup--text-area .sub-title:before{
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #8A67E9;
    opacity: 0.4;
   
 }     
.index_popup .index_popup--text-area .desc > span{
   font-size: 15px;
   font-weight: 700;
   margin-bottom: 4px;
   display: inline-block;
}    
.index_popup .index_popup--text-area .desc.time{
    margin-bottom: 18px;
 }        


@media screen and (min-width: 576px) {
    .index_popup .modal-body{
        width: 410px;
    }
    .index_popup .modal-dialog{
        width: 410px;
       
    }
}

@media screen and (max-width: 576px) {
    .index_popup .modal-body{
        width: 360px;
    }
    .index_popup .modal-dialog{
        max-width: 360px;
       
    }
    .index_popup .pc{
        display: none;
    }
    .index_popup .mo{
        display: block;
    }

    .index_popup .index_popup--text-area{
        background-color: #fff;
        padding: 32px 14px 68px;
    }
    .index_popup .index_popup--text-area .desc{
        font-size: 13px;
    }
    .index_popup .index_popup--text-area .desc > span{
        font-size: 14px;
    }
  
}


/* 칼러값 */

.text-success{
    color: #00B417 !important;
}

.text-fail{
    color: #FF0000 !important;
}

/* 동그라미 */
.ico-blue-circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0275d8;
    vertical-align: middle;
    display: inline-block;
}

.ico-red-circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #d9534f;
    vertical-align: middle;
}

.ico-green-circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #00B417;
    vertical-align: middle;
}

/* 테이블 스크롤 작업 */

/*
* card-body에 scroll-table-card 추가
* table 바로 위의 div에 _scroll-table 클래스 추가
*/
.card-body.scroll-table-card{
    padding: 1.25rem 18px;
}



/* 레이어 팝업 */
.layer_popup{
    position: fixed;
    top: 0;
    overflow: hidden;
    left: 0;
    z-index: 1049;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}
.layer_popup.hide{
    transition: all 0.15s;
    display: none;
}

.layer_popup .popup-dialog{
    display: flex;
    margin-top: 80px;
    justify-content: center;
    width: 100%;
    
}

.layer_popup .content{
    background-color: #fff;
    border-radius: 12px 12px 0 0; 
    overflow: hidden;
}

.layer_popup .section-content{
    min-width: 400px;
  
}

.layer_popup .section-content .header{
   background-color: #fff;
   border-color: #fff;
}

.layer_popup .section-content .body{
    padding: 20px;
    text-align: center;
}
.layer_popup .section-content .body .title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.layer_popup .section-content .body .desc{
    font-size: 14px;
    margin-bottom: 0;
    color: rgb(51, 51, 51);
    margin-bottom: 15px;
}
.layer_popup .section-content .body .timer-icon > i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('/img/common/ico_timer.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}
.layer_popup .section-content .body .timer-text > span{
    color: #FF5B5B;
}

.layer_popup .section-content .footer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer_popup .section-content .footer .btn{
    width: 50%;
    border-radius: 0;
    padding: 5px 10px;
}

/* 말풍선 관련 */
.speech-bubble-hover .icon{
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999em;
    background-size: contain;
    overflow: hidden;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background-image: url('/img/common/ico_quest.png');
}

.speech-bubble-hover .speech-bubble{
    bottom: 20px;
    left: -50%;
    display: none;
    background-color: #fff;
    z-index: 1004;
    word-break: keep-all;
    padding: 5px 10px;
    position: absolute;
    font-size: 11px;
    color: #333;
    transform: translateX(-50%);
    width: 284px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
}

.speech-bubble-hover .speech-bubble:after{
        position: absolute;
        content: '';
        transform: rotate(130deg) translate(-50%,-50%);
        box-shadow: 2px -2px 2px rgba(0,0,0,.1);
        width: 10px;
        height: 10px;
        z-index: 1;
        background-color: #fff;
        left: 50%;
        border: 1px solid #fff;
        bottom: -2px;
    
}
.speech-bubble-hover:hover .speech-bubble{
    display: block;
}



.text-popup{
    background-color: #fff;
    padding: 35px 10px;
}
.text-popup .img{
    width: 39px;
    text-align: center;
    margin: 0 auto 20px;
}

.text-popup .title{
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #7852E8;
    @media screen and (max-width: 576px){
        font-size: 18px;    
    }
}

.text-popup .desc{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 9px;
    color: #000;
    @media screen and (max-width: 576px){
        font-size: 17px;    
    }
}
.text-popup ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.text-popup ul li {
    width: 220px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    color: #7852E8;
    text-align: left;
    @media screen and (max-width: 576px){
        font-size: 15px;    
    }
}
.text-popup ul li:before{
    position: absolute;
    top:50%;
    left: -10px;
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #7852E8;
}