@charset "UTF-8";

/*! 텍스트에 필요한 클래스모음 */
.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-17 {
	font-size: 17px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-19 {
	font-size: 19px;
}

.font-size-20 {
	font-size: 20px;
}

.font-bold {
	font-weight: bold;
}

.text-shadow-l {
	text-shadow: 1px 1px 0px #fcfcfc;
}

.color-red {
    color: #f5594e !important;
}

.color-gold {
    color: #e8ab20 !important;
}

.color-cyan {
    color: #2798f8 !important;
}

.color-blue {
    color: #284299 !important;
}

.color-green {
    color: #22b24c !important;
}

.color-gray {
	color: #666 !important;
}

.color-gray1 {
	color: #cbcbcb;
}

.color-gray2 {
	color: #a9a9a9;
}

.color-gray3 {
	color: #868686;
}

.color-gray4 {
	color: #646464;
}

.color-gray5 {
	color: #4b4b4b;
}

.bg-color-sky {
	background-color: #dee5ff !important;
}

.cursor-default {
	cursor: default;
}

.cursor-pointer {
	cursor: pointer;
}

.word-break {
	white-space: pre-wrap;
	word-break: keep-all;
}

/* 기타 클래스 */
.over-hidden {
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*! 여백 클래스 */
.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

.m40 {
    margin: 40px !important;
}

.p0 {
    padding: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.p40 {
    padding: 40px !important;
}

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

.mt-3 {
    margin-top: 3px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

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

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

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

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

.ml-5 {
    margin-left: 5px !important;
}

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

.mr-5 {
    margin-right: 5px !important;
}

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

.mt-10 {
    margin-top: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

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

.mr-10 {
    margin-right: 10px !important;
}

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

.mt-15 {
    margin-top: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

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

.mr-15 {
    margin-right: 15px !important;
}

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

.mt-20 {
    margin-top: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

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

.mr-20 {
    margin-right: 20px !important;
}

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

.mt-25 {
    margin-top: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

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

.mr-25 {
    margin-right: 25px !important;
}

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

.mt-30 {
    margin-top: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

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

.mr-30 {
    margin-right: 30px !important;
}

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

.mt-35 {
    margin-top: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

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

.mr-35 {
    margin-right: 35px !important;
}

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

.mt-40 {
    margin-top: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

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

.mr-40 {
    margin-right: 40px !important;
}

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

.mt-45 {
    margin-top: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

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

.mr-45 {
    margin-right: 45px !important;
}

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

.mt-50 {
    margin-top: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

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

.mr-50 {
    margin-right: 50px !important;
}

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

.float-l {
    float: left
}

.float-r {
    float: right
}

.width-1 {
    width: 1% !important;
}

.width-2 {
    width: 2% !important;
}

.width-3 {
    width: 3% !important;
}

.width-4 {
    width: 4% !important;
}

.width-5 {
    width: 5% !important;
}

.width-10 {
    width: 10% !important;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

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

.width-27 {
    width: 27% !important;
}

.width-30 {
    width: 30% !important;
}

.width-33 {
    width: 33.3333% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-46 {
    width: 46% !important;
}

.width-48 {
    width: 48% !important;
}

.width-47 {
    width: 47% !important;
}

.width-49 {
    width: 49% !important;
}

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

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

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

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

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

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

.display-none {
    display: none
}

.display-block {
    display: block
}

.display-inline {
    display: inline
}

.display-inline-block {
    display: inline-block
}

.text-c,
.text-center {
	text-align: center;
}

.text-r {
    text-align: right;
}

.text-l {
    text-align: left;
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.feather {
    font-size: 1.42rem;
}

/* auto complete */
.auto-comp-list {
    padding: 2px 24px 2px 2px;
    max-height: 240px;
    overflow-y: auto;
}

.auto-comp-list li {
	padding: 2px 0;
}

.auto-comp-list li:last-child {
    margin-bottom: 0;
}

.auto-comp-list li i {
    font-size: 12px;
    line-height: 1.2;
    color: #a4a4a4;
}

.auto-comp-list li a {
    padding: 4px;
    color: #666;
    border-radius: 3px;
    white-space: nowrap;
}

.auto-comp-list li a:hover,
.auto-comp-list li a:focus {
    color: black;
    background-color: #f2f2f2;
}

.auto-comp-list li span {
	display: inline-block !important;
    margin: 0 5px;
}

.auto-comp-list li span:not(:first-child) {
    margin-left: 5px;
}

.border-t-0 {
    border-top: 0 !important;
}

.border-r-0 {
    border-right: 0 !important;
}

.border-b-0 {
    border-bottom: 0 !important;
}

.border-l-0 {
    border-left: 0 !important;
}

.lbtn {
    border-right: 0px none !important;
}

.rbtn {
    text-align: right;
    border-left: 0px none !important;
}

input[type="text"].border-none,
input[type="number"].border-none,
input[type="password"].border-none,
select.border-none,
textarea.border-none {
    color: inherit;
    border: 0;
    background-color: white;
}

.leftMenu {
	height: 750px !important;
}


/* scroll bar */
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
/* 	overflow : hidden !important; */
    overflow-x: hidden;
    overflow-y: hidden;
/*     padding: 0 !important; */
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
/*     max-width: none !important; */
/*     overflow: scroll !important; */
    overflow-x: scroll;
    overflow-y: scroll;
    /* overflow-x: hidden !important; */
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    /* position: fixed; */
    display: block;
}

.scroll-element.scroll-x.scroll-scrollx_visible {
    bottom: 0;
}

.gc-contents[class*="gc-row-"] .scroll-element.scroll-x.scroll-scrollx_visible,
.gc-contents[class*="gc-row-"] .scroll-element.scroll-y.scroll-scrolly_visible,
.sch-week.week-body .scroll-element.scroll-x.scroll-scrollx_visible,
.sch-week.week-body .scroll-element.scroll-y.scroll-scrolly_visible,
.full-form .scroll-element.scroll-x.scroll-scrollx_visible,
.full-form .scroll-element.scroll-y.scroll-scrolly_visible,
.list-wrap .scroll-element.scroll-x.scroll-scrollx_visible,
.list-wrap .scroll-element.scroll-y.scroll-scrolly_visible,
.content-tab-wrap .scroll-element.scroll-x.scroll-scrollx_visible,
.content-tab-wrap .scroll-element.scroll-y.scroll-scrolly_visible,
.lnb-tabmenu .scroll-element.scroll-x.scroll-scrollx_visible,
.lnb-tabmenu .scroll-element.scroll-y.scroll-scrolly_visible,
.f-form .scroll-element.scroll-x.scroll-scrollx_visible,
.f-form .scroll-element.scroll-y.scroll-scrolly_visible,
td .scroll-element.scroll-x.scroll-scrollx_visible,
td .scroll-element.scroll-y.scroll-scrolly_visible,
.scroll-textarea .scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-textarea .scroll-element.scroll-y.scroll-scrolly_visible {
    position: absolute;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 101;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 1px;
    left: 4px;
    width: calc(100% - 6px);
    height: 6px;
}

.scrollbar-inner>.scroll-element.scroll-y {
    right: 2px;
    top: 4px;
    width: 6px;
    height: calc(100% - 6px);
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: rgba(0, 0, 0, 0.1);
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: rgba(0, 0, 0, 0.2);
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: rgba(0, 0, 0, 0.6);
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: rgba(0, 0, 0, 0.6);
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.content-tab-wrap .scrollbar-inner>.scroll-element,
.content-tab-wrap .scrollbar-inner>.scroll-element div {
    z-index: 2;
}



.fixScroll-x {
    overflow: visible !important;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cti-wrap.show {
    display: flex !important;
    opacity: 1;
}

.cti-wrap {
	display: none !important;
}