@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'AppleSDGothicNeo';
  src: url('/static/font/AppleSDGothicNeoL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}




.row{
    margin:0 !important
}

.row-even {
  background-color: #313131 !important;
}
.row-odd {
  background-color: #252525 !important;
}



::-webkit-scrollbar {
  width: 5px;              /* 세로 스크롤바 너비 */
  height: 5px;             /* 가로 스크롤바 높이 */
}

::-webkit-scrollbar-track {
  background: #222;      /* 트랙(배경) 색상 */
}

::-webkit-scrollbar-thumb {
  background: #717171;         /* 스크롤바 색상 */
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #acacac;         /* 마우스 호버 시 색상 */
}







.st-font-10 {
  font-size: 10px !important;
}

.st-font-11 {
  font-size: 11px !important;
}

.st-font-12 {
  font-size: 12px !important;
}

.st-font-13 {
  font-size: 13px !important;
}

.st-font-14 {
  font-size: 14px !important;
}

.st-font-15 {
  font-size: 15px !important;
}

.st-font-16 {
  font-size: 16px !important;
}

.st-font-17 {
  font-size: 17px !important;
}

.st-font-18 {
  font-size: 18px !important;
}

.st-font-19 {
  font-size: 19px !important;
}

.st-font-20 {
  font-size: 20px !important;
}









.flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;

  font-size: 12px;
}
.flex>div{
  box-sizing: border-box;
}

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

.flex.center{
  justify-content: center;
}
.flex.end{
  justify-content: flex-end;
}
.flex.between{
  justify-content: space-between;
}
.flex.top{
  align-items: flex-start;
}
.flex.bottom{
  align-items: flex-end;
}

.flex.column{
  flex-direction: column;
  align-items: flex-start;
}

.flex.column.center{
  align-items: center;
}
.flex.column.end{
  align-items: flex-end;
}

.flex.stretch{
  align-items: stretch;
}


.cursor-pointer{
  cursor: pointer;
}
.cursor-default{
  cursor: default !important;
}
.cursor-default:hover{
  color:unset !important;
  text-decoration: none !important;
  font-weight: normal !important;
}





.w-2-per{ width: 2% !important; min-width:auto !important; max-width:none !important;}
.w-3-per{ width: 3% !important; min-width:auto !important; max-width:none !important;}
.w-4-per{ width: 4% !important; min-width:auto !important; max-width:none !important;}
.w-5-per{ width: 5% !important; min-width:auto !important; max-width:none !important;}
.w-6-per{ width: 6% !important; min-width:auto !important; max-width:none !important;}
.w-7-per{ width: 7% !important; min-width:auto !important; max-width:none !important;}
.w-8-per{ width: 8% !important; min-width:auto !important; max-width:none !important;}
.w-9-per{ width: 9% !important; min-width:auto !important; max-width:none !important;}

.w-10-per{ width: 10% !important; min-width:auto !important; max-width:none !important;}
.w-11-per{ width: 11% !important; min-width:auto !important; max-width:none !important;}
.w-12-per{ width: 12% !important; min-width:auto !important; max-width:none !important;}
.w-13-per{ width: 13% !important; min-width:auto !important; max-width:none !important;}
.w-14-per{ width: 14% !important; min-width:auto !important; max-width:none !important;}
.w-15-per{ width: 15% !important; min-width:auto !important; max-width:none !important;}
.w-16-per{ width: 16% !important; min-width:auto !important; max-width:none !important;}
.w-17-per{ width: 17% !important; min-width:auto !important; max-width:none !important;}
.w-18-per{ width: 18% !important; min-width:auto !important; max-width:none !important;}
.w-19-per{ width: 19% !important; min-width:auto !important; max-width:none !important;}

.w-20-per{ width: 20% !important; min-width:auto !important; max-width:none !important;}
.w-21-per{ width: 21% !important; min-width:auto !important; max-width:none !important;}
.w-22-per{ width: 22% !important; min-width:auto !important; max-width:none !important;}
.w-23-per{ width: 23% !important; min-width:auto !important; max-width:none !important;}
.w-24-per{ width: 24% !important; min-width:auto !important; max-width:none !important;}
.w-25-per{ width: 25% !important; min-width:auto !important; max-width:none !important;}
.w-26-per{ width: 26% !important; min-width:auto !important; max-width:none !important;}
.w-27-per{ width: 27% !important; min-width:auto !important; max-width:none !important;}
.w-28-per{ width: 28% !important; min-width:auto !important; max-width:none !important;}
.w-29-per{ width: 29% !important; min-width:auto !important; max-width:none !important;}

.w-30-per{ width: 30% !important; min-width:auto !important; max-width:none !important;}
.w-31-per{ width: 31% !important; min-width:auto !important; max-width:none !important;}
.w-32-per{ width: 32% !important; min-width:auto !important; max-width:none !important;}
.w-33-per{ width: 33% !important; min-width:auto !important; max-width:none !important;}
.w-34-per{ width: 34% !important; min-width:auto !important; max-width:none !important;}
.w-35-per{ width: 35% !important; min-width:auto !important; max-width:none !important;}
.w-36-per{ width: 36% !important; min-width:auto !important; max-width:none !important;}
.w-37-per{ width: 37% !important; min-width:auto !important; max-width:none !important;}
.w-38-per{ width: 38% !important; min-width:auto !important; max-width:none !important;}
.w-39-per{ width: 39% !important; min-width:auto !important; max-width:none !important;}

.w-40-per{ width: 40% !important; min-width:auto !important; max-width:none !important;}
.w-41-per{ width: 41% !important; min-width:auto !important; max-width:none !important;}
.w-42-per{ width: 42% !important; min-width:auto !important; max-width:none !important;}
.w-43-per{ width: 43% !important; min-width:auto !important; max-width:none !important;}
.w-44-per{ width: 44% !important; min-width:auto !important; max-width:none !important;}
.w-45-per{ width: 45% !important; min-width:auto !important; max-width:none !important;}
.w-46-per{ width: 46% !important; min-width:auto !important; max-width:none !important;}
.w-47-per{ width: 47% !important; min-width:auto !important; max-width:none !important;}
.w-48-per{ width: 48% !important; min-width:auto !important; max-width:none !important;}
.w-49-per{ width: 49% !important; min-width:auto !important; max-width:none !important;}

.w-50-per{ width: 50% !important; min-width:auto !important; max-width:none !important;}
.w-51-per{ width: 51% !important; min-width:auto !important; max-width:none !important;}
.w-52-per{ width: 52% !important; min-width:auto !important; max-width:none !important;}
.w-53-per{ width: 53% !important; min-width:auto !important; max-width:none !important;}
.w-54-per{ width: 54% !important; min-width:auto !important; max-width:none !important;}
.w-55-per{ width: 55% !important; min-width:auto !important; max-width:none !important;}
.w-56-per{ width: 56% !important; min-width:auto !important; max-width:none !important;}
.w-57-per{ width: 57% !important; min-width:auto !important; max-width:none !important;}
.w-58-per{ width: 58% !important; min-width:auto !important; max-width:none !important;}
.w-59-per{ width: 59% !important; min-width:auto !important; max-width:none !important;}

.w-60-per{ width: 60% !important; min-width:auto !important; max-width:none !important;}
.w-61-per{ width: 61% !important; min-width:auto !important; max-width:none !important;}
.w-62-per{ width: 62% !important; min-width:auto !important; max-width:none !important;}
.w-63-per{ width: 63% !important; min-width:auto !important; max-width:none !important;}
.w-64-per{ width: 64% !important; min-width:auto !important; max-width:none !important;}
.w-65-per{ width: 65% !important; min-width:auto !important; max-width:none !important;}
.w-66-per{ width: 66% !important; min-width:auto !important; max-width:none !important;}
.w-67-per{ width: 67% !important; min-width:auto !important; max-width:none !important;}
.w-68-per{ width: 68% !important; min-width:auto !important; max-width:none !important;}
.w-69-per{ width: 69% !important; min-width:auto !important; max-width:none !important;}

.w-70-per{ width: 70% !important; min-width:auto !important; max-width:none !important;}
.w-71-per{ width: 71% !important; min-width:auto !important; max-width:none !important;}
.w-72-per{ width: 72% !important; min-width:auto !important; max-width:none !important;}
.w-73-per{ width: 73% !important; min-width:auto !important; max-width:none !important;}
.w-74-per{ width: 74% !important; min-width:auto !important; max-width:none !important;}
.w-75-per{ width: 75% !important; min-width:auto !important; max-width:none !important;}
.w-76-per{ width: 76% !important; min-width:auto !important; max-width:none !important;}
.w-77-per{ width: 77% !important; min-width:auto !important; max-width:none !important;}
.w-78-per{ width: 78% !important; min-width:auto !important; max-width:none !important;}
.w-79-per{ width: 79% !important; min-width:auto !important; max-width:none !important;}

.w-80-per{ width: 80% !important; min-width:auto !important; max-width:none !important;}
.w-81-per{ width: 81% !important; min-width:auto !important; max-width:none !important;}
.w-82-per{ width: 82% !important; min-width:auto !important; max-width:none !important;}
.w-83-per{ width: 83% !important; min-width:auto !important; max-width:none !important;}
.w-84-per{ width: 84% !important; min-width:auto !important; max-width:none !important;}
.w-85-per{ width: 85% !important; min-width:auto !important; max-width:none !important;}
.w-86-per{ width: 86% !important; min-width:auto !important; max-width:none !important;}
.w-87-per{ width: 87% !important; min-width:auto !important; max-width:none !important;}
.w-88-per{ width: 88% !important; min-width:auto !important; max-width:none !important;}
.w-89-per{ width: 89% !important; min-width:auto !important; max-width:none !important;}

.w-90-per{ width: 90% !important; min-width:auto !important; max-width:none !important;}
.w-91-per{ width: 91% !important; min-width:auto !important; max-width:none !important;}
.w-92-per{ width: 92% !important; min-width:auto !important; max-width:none !important;}
.w-93-per{ width: 93% !important; min-width:auto !important; max-width:none !important;}
.w-94-per{ width: 94% !important; min-width:auto !important; max-width:none !important;}
.w-95-per{ width: 95% !important; min-width:auto !important; max-width:none !important;}
.w-96-per{ width: 96% !important; min-width:auto !important; max-width:none !important;}
.w-97-per{ width: 97% !important; min-width:auto !important; max-width:none !important;}
.w-98-per{ width: 98% !important; min-width:auto !important; max-width:none !important;}
.w-99-per{ width: 99% !important; min-width:auto !important; max-width:none !important;}
.w-100-per{ width: 100% !important; min-width:auto !important; max-width:none !important;}

.w2{
  width: calc(100% / 2 ) !important;
}
.w3{
  width: calc(100% / 3 ) !important;
}
.w4{
  width: calc(100% / 4 ) !important;
}
.w5{
  width: calc(100% / 5 ) !important;
}
.w6{
  width: calc(100% / 6 ) !important;
}
.w7{
  width: calc(100% / 7 ) !important;
}
.w8{
  width: calc(100% / 8 ) !important;
}
.w100{
  width: 100% !important;
}

.width-20{
  width: 20px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-30{
  width: 30px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-40{
  width: 40px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-50{
  width: 50px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-60{
  width: 60px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-70{
  width: 70px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-80{
  width: 80px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-85{
  width: 85px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-90{
  width: 90px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-100{
  width: 100px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-110{
  width: 110px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-120{
  width: 120px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-130{
  width: 130px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-140{
  width: 140px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-150{
  width: 150px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-160{
  width: 160px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-170{
  width: 170px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-180{
  width: 180px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-190{
  width: 190px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-200{
  width: 200px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-210{
  width: 210px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-220{
  width: 220px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-230{
  width: 230px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-240{
  width: 240px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-250{
  width: 250px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-260{
  width: 260px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-270{
  width: 270px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-280{
  width: 280px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-290{
  width: 290px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-300{
  width: 300px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-310{
  width: 310px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-320{
  width: 320px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-330{
  width: 330px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-340{
  width: 340px !important;
  min-width:auto !important;
  max-width:none !important;
}

.width-350{
  width: 350px !important;
  min-width:auto !important;
  max-width:none !important;
}

.width-360{
  width: 360px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-370{
  width: 370px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-380{
  width: 380px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-390{
  width: 390px !important;
  min-width:auto !important;
  max-width:none !important;
}
.width-400{
  width: 380px !important;
  min-width:auto !important;
  max-width:none !important;
}

.min-height-50{
  min-height :50px !important;
}

.min-height-100{
  min-height :100px !important;
}
.min-height-110{
  min-height :110px !important;
}
.min-height-120{
  min-height :120px !important;
}
.min-height-130{
  min-height :130px !important;
}
.min-height-140{
  min-height :140px !important;
}
.min-height-150{
  min-height :150px !important;
}


.line-height-50{
  line-height :50px !important;
}

.line-height-100{
  line-height :100px !important;
}
.line-height-110{
  line-height :110px !important;
}
.line-height-120{
  line-height :120px !important;
}
.line-height-130{
  line-height :130px !important;
}
.line-height-140{
  line-height :140px !important;
}
.line-height-150{
  line-height :150px !important;
}
.height-auto{
  height: auto !important;
}



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










/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*               버튼박스
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/

/* 클릭 이펙트 공통 */
a.st-btn,
button.st-btn,
div.st-btn > a {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease, transform 0.05s ease;
}

/* 눌림 느낌 */
a.st-btn:active,
button.st-btn:active,
div.st-btn > a:active {
    transform: scale(0.98);
}

/* ripple */
a.st-btn::after,
button.st-btn::after,
div.st-btn > a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

/* 클릭 시 퍼짐 */
a.st-btn:active::after,
button.st-btn:active::after,
div.st-btn:active > a::after {
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: width 0.45s ease, height 0.45s ease, opacity 0.6s ease;
}


.btnArea{}
.btnArea button,
.btnArea a.st-btn,
.btnArea div.st-btn > a{
  display: block;
  border-radius: 3px;
  color:#fff;
  padding-top:4px;
  padding-bottom:3px;
  padding-right:10px;
  padding-left: 10px;
  background:linear-gradient(180deg, #68b9ff  0%, #1f91f3 70%) ;
  /* min-width: 70px; */
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  text-decoration: none;
  box-shadow: inset 0 0 1px 0px #fff;
  outline:none;
  border:none;
}
.btnArea > div:last-child,
.btnArea > a:last-child,
.btnArea > button:last-child{
  margin-right: 0;
}

.btnArea > div.scaleUp:hover,
.btnArea > a.scaleUp:hover,   
.btnArea > button.scaleUp:hover{
  transition: all .3s;
  transform: scale(1.05);
}
.btnArea > div.scaleDown:hover,
.btnArea > a.scaleDown:hover,
.btnArea > button.scaleDown:hover{
  transition: all .3s;
  transform: scale(0.95);
}











.bg-orange{
  background:linear-gradient(180deg, #ff9f21 0%, #f08800 70%) !important;
}
.bg-green{
  background:linear-gradient(180deg, #92ac4b 0%, #6c822d 70%) !important;
}
.bg-red{
  background:linear-gradient(180deg, #e47f5d 0%, #b94722 70%) !important;
}
.bg-yellow{
  background:linear-gradient(180deg, #e6c35c 0%, #a88007 70%) !important;
}
.bg-navy{
  background:linear-gradient(180deg, #096280 0%, #023140 70%) !important;
  /*box-shadow: unset !important;*/
}
.bg-teal{
  background:linear-gradient(180deg, #4b9ec7 0%, #316b88 70%) !important;
}
.bg-gray{
  background:linear-gradient(180deg, #9e9e9e 0%, #686868 50%) !important;
  color: #fff !important;
}
.bg-black{
  background:#0e0e0e !important;
}
.bg-222{
  background:#222 !important;
}
.bg-444{
  background:#444 !important;
}
.bg-header{
  background:#121212 !important;
}
.bg-none{
  background:none !important;
}
.bg-stress{
  background:#ff000085;
}




.st-color-black   { color: #000 !important; }
.st-color-gray    { color: #6d6d6d !important; }
.st-color-white   { color: #ffffff !important; }
.st-color-red     { color: #ff0000 !important; }
.st-color-orange  { color: #ff5e00 !important; }
.st-color-yellow  { color: #ffd900 !important; }
.st-color-green   { color: #56be00 !important; }
.st-color-blue    { color: #00a0eb !important; }
.st-color-puple   { color: #8c00ff !important; }

.st-bg-black      { background: #000 !important; }
.st-bg-gray       { background: #6d6d6d !important; }
.st-bg-white      { background: #ffffff !important; }
.st-bg-red        { background: #ff0000 !important; }
.st-bg-orange     { background: #ff5e00 !important; }
.st-bg-yellow     { background: #ffd900 !important; }
.st-bg-green      { background: #56be00 !important; }
.st-bg-blue       { background: #00a0eb !important; }
.st-bg-puple      { background: #8c00ff !important; }


.switch label {
    font-weight: normal;
    font-size: 13px; 
}
.switch label .lever{
  margin:0 14px 0 8px;
  height: 11px;
  width: 30px;;
}

.switch label .lever:after{
    width: 17px;
    height: 17px;
}
.switch label input[type=checkbox]:checked + .lever:after{
  left:19px
}
.switch label input[type=radio]:checked + .lever:after{
  left:19px
}


.switch.st-switch{
  /* margin:3px 0 */
}
.switch.st-switch label{
  display: block;
  width: fit-content;
  height: 22px;
}
.switch.st-switch label .lever:after{
  width: 50%;
  height: 22px;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.switch.st-switch label .lever{
  height: 22px;
  width: 80px;
  letter-spacing: -1.5px;
  text-align: center;
  border-radius: 4px;
  margin:0 3px;
}
.switch.st-switch label .lever span{
  vertical-align: middle;
  display: inline-block;
  margin:0 7px 0 3px;
  height: 22px;
  line-height: 22px;
}
.switch.st-switch label .lever span:last-child{
  margin:0 0 0 2px;
  /* font-size: .8em; */
}
.switch.st-switch label input[type=checkbox]:checked + .lever:after{
  left:50%;
  width: 50%;
}
.switch.st-switch label input[type=radio]:checked + .lever:after{
  left:50%;
  width: 50%;
}

/* 

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 67, 54, 0.1); 
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red {
  background-color: rgba(244, 67, 54, 0.5); 
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
  background-color: #F44336; 
}

 */




.tableSortingBtnArea{
  display: inline-block;
}
.tableSortingBtn{
  vertical-align: middle;
  padding: 0 1px;
  border-radius: 2px;
  width: 12px;
  height:12px;
  position: relative;
  display: inline-block;
  margin: 0 2px;
}
.tableSortingBtn:nth-child(2){
  margin-left: -3px;
}
.tableSortingBtn.active{
  background:linear-gradient(180deg, #68b9ff  0%, #1f91f3 70%);
}
.tableSortingBtn > i{
  color:#fff;
  vertical-align: middle;
  position: absolute;

}
.tableSortingBtn:hover> i{
  font-weight: bold;

}
.tableSortingBtn.asc > i {
      top: 50%;
    left: 50%;

  transform: translate(-50%, -50%) rotate(180deg);
  
}
.tableSortingBtn.desc > i{
      top: 50%;
    left: 50%;

  transform:  translate(-50%, -50%);
}



.menu-link{
  cursor: pointer;
}



textarea{
    width:100%;
    outline:none
}
.textarea_resize{
    resize:vertical;
}

input[type="number"],
input[type="text"], 
input[type="search"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="datetime-local"]{
  outline:none;
  border:none;
  background:#555;
  /* box-shadow: inset 0px 0px 10px -5px #6f6f6f; */
  box-shadow: inset 0px 1px 2px 1px #373737;
  box-shadow: inset 0px 1px 2px 1px #7d7d7d;
  font-size: 12px;
  padding: 3px 8px;
  color:#fff;
  min-width: 70px;
  max-width: 120px;
  margin:3px ;
  border-radius: 4px;
}
input[type="datetime-local"]{
  min-width: 100px;
  max-width: 180px;

}

input[type="time"]{
  outline:none;
  border:none;
  background: #555;
  /* box-shadow: inset 0px 0px 10px -5px #6f6f6f; */
  box-shadow: inset 0px 1px 2px 1px #373737;
  box-shadow: inset 0px 1px 2px 1px #7d7d7d;
  padding: 1px 8px;
  color:#fff;
  min-width: 110px;
  border-radius: 4px;
}

input[type="number"].full-width,
input[type="text"].full-width ,
input[type="search"].full-width,
input[type="password"].full-width,
input[type="date"].full-width,
input[type="month"].full-width,
input[type="datetime-local"].full-width,
select.full-width{
  width:calc(100% - 5px) !important;
  min-width: unset;
  max-width: unset;
}
input::placeholder{
  color: #aaa;
  font-size: 12px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="number"].bg-stress,
input[type="text"].bg-stress,
input[type="search"].bg-stress,
input[type="password"].bg-stress,
input[type="date"].bg-stress,
input[type="month"].bg-stress,
input[type="datetime-local"].bg-stress{
  background:#ff000085;
}


.searchBox{
  position: relative;
  width: fit-content;
}
.searchBox input{}
.searchBox span.clear-btn{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px;
    color: #aaa;
    display: none;
}
input[type="search"]:not(:placeholder-shown) + .clear-btn {
  display: inline;
}



select{
  outline:none;
  border:none;
  background:#555;
  /* box-shadow: inset 0px 0px 10px -5px #6f6f6f; */
  box-shadow: inset 0px 1px 2px 1px #373737;
  box-shadow: inset 0px 1px 2px 1px #7d7d7d;
  font-size: 12px;
  padding: 2px 3px;
  color:#fff;
  margin:3px 0;
  margin: 3px;
  border-radius: 4px;
}


select:disabled {
    text-decoration: line-through   ;
}


input[type="checkbox"].st-checkbox,
input[type="radio"].st-radio {
  width: 15px;
  height: 15px;
  margin:0 5px 2px;
  border: none;
  border-radius: 4px;
  background-color: white;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
  outline:none;
  vertical-align: middle;
  position: relative;
  left:auto;
  opacity: 1;
}
input[type="checkbox"].st-checkbox:checked {
  background-color: #4caf50; /* 초록 배경 */
  border-color: #4caf50;
}
input[type="radio"].st-radio {
  border-radius: 50%;
} 
input[type="radio"].st-radio:checked {
  background-color: #2196F3; 
  border-color: #2196F3;
}

.input-inline{
    display: flex;
    flex-wrap: wrap;              
    justify-content: flex-start;
    align-items: flex-start;       
    gap: 12px;   
}

.input-inline input,
.input-inline select{
    margin-right: 10px;
}



input[type="checkbox"].st-checkbox::before,
input[type="checkbox"].st-checkbox:checked + label::before,
input[type="radio"].st-radio::before,
input[type="radio"].st-radio:checked + label::before{
  all:unset
}

input[type="checkbox"].st-checkbox::after,
input[type="checkbox"].st-checkbox:checked + label::after,
input[type="radio"].st-radio::after,
input[type="radio"].st-radio:checked + label::after{
  all:unset
}





.st-file-uploader{
  position: relative;
  width: fit-content;
}
.st-file-uploader label{
  background-color: #363636;
  color: white;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 3px 12px;
  display: block;
  height: auto;
  line-height: auto;
  border: 1px solid #111;
  box-sizing: border-box;
  margin:0 10px;
}
.st-file-uploader label:hover{
  background-color: #616161;
}
.st-file-uploader label input[type=file]{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.st-file-uploader .f-d-img{
  /* aspect-ratio: 1 / 1;
  width: 60px; */
  height: 70px;
  width:auto;
  display: block;
  object-fit: cover;
  outline:1px solid #fff;
}
.st-file-uploader .f-c-img{
  /* aspect-ratio: 1 / 1;
  width: 60px; */
  height: 70px;
  width:auto;
  display: block;
  object-fit: cover;
  outline:1px solid #fff;
}

.st-file-uploader .f-d-img[src=""],
.st-file-uploader .f-c-img[src=""] {
  display: none;
}


.st-file-uploader .none-image{
  display: none;
  color:#aaa;
}

.st-file-uploader .f-d-img[src=""] + .none-image{
  display: block;
}








/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*          Materialize 중복제거
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
[type="radio"].st-radio + label:before, [type="radio"].st-radio + label:after,
[type="checkbox"].st-checkbox + label:before, [type="checkbox"].st-checkbox + label:after{
  content: '';
    position: relative;
    left: auto;
    top: auto;
    margin: auto;
    width: auto;
    height: auto;
    z-index: auto;
    transition: unset;
}
[type="radio"].st-radio:not(:checked) + label:before, [type="radio"].st-radio:not(:checked) + label:after,
[type="checkbox"].st-checkbox:not(:checked) + label:before, [type="checkbox"].st-checkbox:not(:checked) + label:after{
  border:none
}
[type="radio"].st-radio:checked + label:after, [type="radio"].st-radio.with-gap:checked + label:after,
[type="checkbox"].st-checkbox:checked + label:after, [type="checkbox"].st-checkbox.with-gap:checked + label:after,
[type="radio"].st-radio:checked + label:after, [type="radio"].st-radio.with-gap:checked + label:before, 
[type="checkbox"].st-checkbox:checked + label:after, [type="checkbox"].st-checkbox.with-gap:checked + label:before, 
[type="radio"].st-radio.with-gap:checked + label:after,
[type="checkbox"].st-checkbox.with-gap:checked + label:after
{
  background-color:unset;
  border:none;
}
[type="radio"].st-radio:checked + label,
[type="checkbox"].st-checkbox:checked + label
{
    padding-left: 0;
    height: auto;
    line-height: unset;
    font-size: 12px;
    font-weight: normal; 
}
[type="radio"].st-radio:not(:checked) + label, [type="radio"].st-radio:checked + label,
[type="checkbox"].st-checkbox:not(:checked) + label, [type="checkbox"].st-checkbox:checked + label{
    position: relative;
    padding-left: 0;
    cursor: pointer;
    display: auto;
    height: auto;
    line-height: unset;
    font-size: 12px;
    transition: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"].st-radio:checked + label:before
, [type="radio"].st-radio.with-gap:checked + label:before{
  border:none
}

















label{
  color:#fff;
  font-size: 12px;
  font-weight: normal;
  max-width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
}
label input[type="checkbox"].st-checkbox,
label input[type="radio"].st-radio{
  margin:0 0 2px;
}






.st-pagination{
    padding: 20px 0;;
}
.st-pagination ul{
    color:#fff;
}
.st-pagination ul> li{
    list-style: none;
}
.st-pagination ul> li > a{
    display: block;
    color:#aaa;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin:0 3px;
}
.st-pagination ul> li.active > a,
.st-pagination ul> li > a:active,
.st-pagination ul> li > a:hover,
.st-pagination ul> li > a:focus{
    background:#fff;
    color:#222;
    text-decoration: none;
}
.st-pagination ul> li > a .material-icons{}









.hoverTrGroupActive{
  background: #000000 !important;
  /* transition: background .1s; */
}
.hoverTrGroupActive a.col-black{
    background: #414141;
    padding: 4px;
    border-radius: 4px;
    /* transition: background .1s; */
}

table a.col-black{
    padding: 4px;
}
.st-table-wrapper{
   /* font-family: 'NanumSquare', sans-serif;
    font-family: 'SUIT-Regular'; */
    font-family: 'AppleSDGothicNeo';
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'SUIT-Regular';
    width: 100%;
    min-width: fit-content;
    max-width: 1920px;
    margin:0 0 20px;
    position: relative;
    /* height:100%; */
    /* background: #1c1c1c; */
    /*padding: 5px;;*/
}
.st-table-wrapper > table{
    border-collapse: separate;
    width: 100%;
    font-size: 13px;
    position: relative;
    min-width: 960px;
}
.st-table-wrapper > table.fix-layout{
  table-layout: fixed;
}
.st-table-wrapper > table th{
    border:1px solid #4f4f4f;
    padding: 5px ;
    background:#121212;
    text-align: center;
    color:#aaa;
    vertical-align: middle;
    color:#f1f1f1;
}
.st-table-wrapper.sticky > table th{
    position: sticky;
    top: 50px;
    max-height: 56px;
    z-index:5;
}
.st-table-wrapper.sticky.toTop > table th{
  top:0;
}
.st-table-wrapper.sticky > table th[depth]{
    top: 128px;
}
.st-table-wrapper > table td{
    border:1px solid #4f4f4f;
    padding: 5px ;
    text-align: center;
    color:#aaa;
    vertical-align: middle;
    color:#f1f1f1;
    word-break: break-all;

}
.st-table-wrapper > table td.active{
    background: #9d9d9d;
    box-shadow: inset 0px 0 10px -2px #313131;
}
.st-table-wrapper > table tr{
    background: #1c1c1c;
}
.st-table-wrapper.left > table td{
    text-align: left;
}









.st-table.inner{
    border-collapse: collapse;
    margin:10px 15px 20px;
    width: calc(100% - 30px);
}
.st-table.inner  th{
    border:1px solid #272727;
    border-right:1px solid #4f4f4f;
    padding: 3px ;
    background:#272727;
    color:#f1f1f1;
    vertical-align: middle;
    position: initial !important;
    font-weight: normal !important;
}
.st-table.inner td{
    border:1px solid #9d9d9d;
    border-right:1px solid #4f4f4f;
    border-bottom:1px solid #4f4f4f;
    padding: 3px ;
    background:#9d9d9d;
    vertical-align: middle;
    color:#333;
} 

.st-table.inner  th:last-child{
    border-right:1px solid #272727;

}

.st-table.inner td:last-child{
    border-right:1px solid #4f4f4f;

}





.st-table.inner2{
    border-collapse: collapse;
    margin:10px 15px 20px;
    width: calc(100% - 30px);
}
.st-table.inner2  th{
    border:1px solid #3f3f3f;
    padding: 0 ;
    background:#7a7a7a;
    color:#f1f1f1;
    vertical-align: middle;
    position: initial !important;
    font-weight: normal !important;
    color:#000
}
.st-table.inner2 td{
    border:1px solid #3f3f3f;
    padding: 3px ;
    background:7a7a7a;
    vertical-align: middle;
    color:#333;
} 














.st-table{
    border-collapse: separate;
    width: 100%;
    font-size: 12px;
    position: relative;
    min-width: 720px;
}
.st-table.fix-layout{
  table-layout: fixed;
}
.st-table  th{
    border:1px solid #4f4f4f;
    padding: 5px ;
    background:#141414;
    color:#aaa;
    vertical-align: middle;
    color:#f1f1f1;
}
.st-table td{
    border:1px solid #4f4f4f;
    padding: 5px ;
    color:#aaa;
    vertical-align: middle;
    color:#f1f1f1;
    /* background: #222; */
    word-break: break-all;
} 
.st-table.text-center  th{
  text-align: center;
}
.st-table.left  td{
    text-align: left;
}









.st-table  th.text-left,
.st-table  td.text-left,
.st-table-wrapper > table  th.text-left,
.st-table-wrapper > table  td.text-left{
  text-align: left !important;
}
.st-table  th.text-right,
.st-table  td.text-right,
.st-table-wrapper > table  th.text-right,
.st-table-wrapper > table  td.text-right{
  text-align: right !important;
}















table.set-bundle-border{
    border-bottom: 2px solid red;
}

tbody.setBundle > tr:not(.notDivide):first-child > td {
  border-top: 2px solid red;
}
tbody.setBundle > tr:not(.notDivide) > td:first-child{
  border-left: 2px solid red;
}

/* tbody.setBundle > tr:last-child > td {
    border-bottom: 2px solid red;
} */
tbody.setBundle > tr:last-child > td{
  border-right: 2px solid red;
}




.st-searchArea{
    width: 100%;
    /* min-width: 880px;; */
    background:#2b2b2b;
    padding: 5px;;
    /* max-width: 1400px; */
    box-sizing: border-box;
    margin-bottom:15px;
    border:1px solid #161616;
}

.st-searchArea input[type=text],
.st-searchArea input[type=search],
.st-searchArea input[type=number],
.st-searchArea input[type=date],
.st-searchArea input[type=password]{
  width:calc(100% - 5px);
  box-sizing: border-box;
  min-width: 85px;
  max-width: 200px;
}

.st-table-wrapper.left table.st-table.center td{
  text-align: center;
}
.st-table-wrapper.left table.st-table.center td input{
  text-align: center;
}










.st-table-wrapper > table.openAndClose{}
.st-table-wrapper > table.openAndClose .toggleArea.hide{
  display: none;
}
















.st-table-gallery{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.st-table-gallery > a{
    display: block;
    width: calc( (100% / 4) - 10px);
    margin:3px;
    position: relative;
}

.st-table-gallery > a div.img{
    width:100%;
    aspect-ratio: 1 / 1; 
}
.st-table-gallery > a div.img > img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.st-table-gallery > a div.subject{
    position: absolute;
    left:0;
    width:100%;
    bottom:0;
    background:#000;
    color:#ffbf00;
    padding: 10px 3px;
    text-align: center;
    box-sizing: border-box;
}











.st-box-table{
  max-width: 1920px;
  /*margin-bottom:30px*/
  margin-top:-1px
}
.st-box-table:last-child{
  margin-bottom:30px;
}
.st-box-table .title{
  padding: 15px 10px;  
  color:#fff;
  width: 100%;
  border:1px solid #4b4b4b;
}
.st-box-table .contents{}
.st-box-table ul.header{}
.st-box-table ul.header > li{
  margin-left:0;
  color:#F44336 ;
}
.st-box-table ul{
  padding:0;
  margin:0;
  width: calc((100% / 8));
  color:#fff;
}
.st-box-table ul > li{
  list-style: none;
  font-size: 15px;
  border:1px solid #4b4b4b;
  margin-left:-1px;
  margin-top:-1px;
  background:#222;
  text-align: right;
  box-sizing: border-box;
  padding:7px 10px;
  color:#ffe821 ;
}
.st-box-table ul > li:first-child{
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background:#0e0e0e;
  box-sizing: initial;
  color:#fff !important;
}
















.st-card{
    background: #181818;
    min-height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    /* padding:0 5px; */
    min-width: 1000px;
}

.st-card.small{
  min-width:600px;
}

.st-card.small .st-table{
  min-width:590px;
}
.st-card i{
  font-size: .9em;
  vertical-align: middle;
}
.st-card-header{
    padding: 5px 15px;
}
.st-card-title{}
.st-card-body{
    position: relative;
}

.st-tab{
  padding-top:15px;  
  padding-left:19px;
  min-width: 720px;
}
.st-tab button{
  all:unset;
  padding: 10px 20px;
  border-top:1px solid #4f4f4f;
  border-right:1px solid #4f4f4f;
  border-left:1px solid #4f4f4f;
  margin-right: 5px;
  cursor:pointer;
  background:#222;
  border-bottom:1px solid #222;
}

.st-tab button.active{
  background:#181818;
  border-bottom:1px solid #181818;
  padding:10px 20px;
}



#loading{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background:rgba(0,0,0,.6);
    width:100vw;
    height: 100vh;;
    z-index: 5;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}
#loading.show{
    display: flex !important;
    width:100% !important;
    height: 100% !important;
    z-index: 88;
}

#loading.part{
    /* position: absolute !important; */
    width: calc(100% - 200px) !important;
    height: calc(100% - 50px) !important;
    top: calc(50% + 30px);
    left: calc(50% + 100px);
}

.content.popup #loading.part{
  width: 100% !important;
  height: 100% !important;
  top:0 !important;
  left:0 !important;
  transform: translate(0,0);
}

#loading.part.inpage{
    position: absolute !important;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100% !important;
    height: 100% !important;
}
#loading > .spinner{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);

}
#loading > .spinner .icon{
  /* display: none; */
  animation: spin 1s linear infinite;
  width: 2vw;
  aspect-ratio: 1 / 1;
  max-height: 80%;    
  border: 4px solid #ccc;
  border-top: 4px solid #3498db; 
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 50px auto; 
}

.sm-loading{
  width: 25px;
  height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sm-loading .icon{
  animation: spin 1s linear infinite;
  width: 80%;
  aspect-ratio: 1 / 1;
  max-height: 80%;    
  border: 4px solid #ccc;
  border-top: 4px solid #3498db; 
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 2px;

}


#loading.part> .spinner .icon{
  display: block;
}

@keyframes spin {
  0%   { transform: rotate(0deg) ; }
  100% { transform: rotate(360deg); }
}




















.container-fluid{
  position: relative;
}



/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*               템플릿
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
.navbar{
    min-height: 40px; 
    height:50px;
    height:50px;
    padding : 0px;
    /* margin: 50px 0 0;   */
    background: #222222 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.navbar .container-fluid{
  padding: 0;
  margin:0;  
  width: 100%
}
.navbar-header{
    width:200px;
    padding:0px;
    box-sizing: border-box;
    position: relative;
}

.navbar-collapse{
    padding:0;
    width:calc(100% - 400px);
}

 
.navbar-buttons button{
    flex: 0 0 calc(100% / 12);
    min-width: 70px; 
    text-align: center;
    background: linear-gradient(
        to bottom,
        #272727 0%,
        #222222 25%,   
        #222222 75%,   
        #272727 100%
    );
    color: #dddddd;
    height: 50px;  
    line-height: 45px;
    box-sizing: border-box;
    border-top: 3px solid #404040;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    border-bottom:none;
}

.circle .navbar-buttons button{
    flex: 0 0 calc((100% / 14) - 10px);
    height: 40px;
    line-height: 35px;
    margin: 5px 1px;
    /* border-radius: 30px; */
    border:none;
    /* border:1px solid #292929; */
    background: linear-gradient(
        to bottom,
        #2c2c2c 0%,
        #222222 25%,   
        #222222 75%,   
        #2c2c2c 100%
    );
    background: linear-gradient(45deg, #222222, #2c2c2c);
    background:#222;
    /* background:#fff; */
    /* border-color:#3a3a3a */
    border-radius: 8px;
    box-sizing: border-box;
}


.circle .navbar-buttons button.active{
    background:#404040 ;
    color:#fff;
    border:none;
}
.circle .navbar-buttons button:not(.active):hover,
.circle .navbar-buttons button:not(.active):active,
.circle .navbar-buttons button:not(.active):focus{
    border:1px solid #292929;
    background:#404040;
    color:#ffc400;
    transition: background .6s;
    box-sizing: border-box;
}

.navbar-buttons {
    height:100%;
    width: 100%;
}

.navbar-buttons button.active,
.navbar-buttons button:hover,
.navbar-buttons button:active,
.navbar-buttons button:focus{
    transition: all .6s;
    border-top: 3px solid red;
    color:#fff;
    background:#222;
    /* background: linear-gradient(
        to bottom,
        #222222 0%,
        #404040 45%,   
        #404040 65%,   
        #222222 100%
    ); */
}

.navbar-buttons #submenuContainer{
  background:#222;
  padding: 10px;
}
.navbar-buttons #submenuContainer .menu-item{}
.navbar-buttons #submenuContainer .menu-item > li{
  list-style: none;
}
.navbar-buttons #submenuContainer .menu-item a{
  display: block;
  text-align: center;
}
.navbar-buttons #submenuContainer .menu-item > li > a > button{
  
    height: clamp(25px,3vmax,40px);
    line-height:  clamp(25px,3vmax,40px);
}
.navbar-buttons #submenuContainer .menu-item > li > a > button.active,
.navbar-buttons #submenuContainer .menu-item > li > a > button:hover,
.navbar-buttons #submenuContainer .menu-item > li > a > button:focus,
.navbar-buttons #submenuContainer .menu-item > li > a > button:active{
  margin:5px 0;
}
.navbar-buttons #submenuContainer .menu-item  i{
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  display: none;
}
.navbar-buttons #submenuContainer .menu-item > li > a > button > span{}
.navbar-buttons #submenuContainer .menu-item .ml-menu{
  display: none;
  padding-left:0
}
.navbar-buttons #submenuContainer .menu-item .ml-menu > li{
  list-style: none;
}
.navbar-buttons #submenuContainer .menu-item .ml-menu > li button{
      padding: 0 8px;
    margin: 0;
    height: 20px;
    line-height: 20px;
}



.navbar-account{
    position: relative;
    color: #dddddd;
    width: 200px;
    height: 50px;  
    line-height: 50px;
    padding-left:30px;
}

.navbar-account button{
    border-radius: 2px;
    box-shadow: none;
    border: 0px solid #ccc;
    background: #404040;
    color: #dddddd;
    font-size:12px;
    line-height: normal;
} 

.circle .navbar-account button{
    border-radius: 7px;
    padding-bottom: 3px;
}

.navbar-brand{
  height:50px;
  line-height: 50px;
  padding:0;
  float:initial;
  display: block;
  width: 100%;
  text-align: center;
}

.navbar-search{
  height:50px;
  width: 50px;
  line-height: 70px;
  padding:0;
  float:left;
  display: block;
  text-align: center;
  position: absolute;  
  top:0;
  right:0;
  z-index: 3;
  color:#fff;
  transition: all .3s;
}
.navbar-search:active,
.navbar-search:focus{
  color:#fff;}
.navbar-search:hover{
  transform: scale(1.2);
  color:#fff;
}


.navbar_search_wrapper{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100vh;
  z-index: 999999;
  /* background: rgba(0,0,0,.6); */
  transform: translateY(-100vh);
  transition: all .3s;
}
.navbar_search_wrapper.show{
  transform: translateY(0);
}
.navbar_search_inner{
  background: rgba(0,0,0,.8);
  min-height: 300px;
  max-height: 80%;
  overflow: auto;
  position: relative;
}
.navbar_search_inner .searchArea{
  position: sticky;
  top:0;
  left:0;
  margin:0 auto;
  background: rgba(0,0,0,1);
  padding: 20px;
  width: 80%;
}

.navbar_search_inner .searchArea i{
  color:#fff;
  font-size: 40px;
  margin-right: 5px;
}
.navbar_search_inner .searchArea input{
  background:#fff;
  font-size: 22px;
  height: 40px;
  color:#333;
  width: 70%;
  min-width: auto;
  max-width: none;
}
.navbar_search_inner .searchResArea{
  width: 80%;
  margin:0 auto;
  /* background: rgba(0,255,0,.8); */
  min-height: 300px;
}

.navbar_search_inner .searchResArea .empty{
  height: 300px;
  line-height: 300px;
  text-align: center;
  font-size: 30px;
}
.navbar_search_inner .searchResArea .ml-menu{
  display: block !important;
}











/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*               테마
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/

.theme-darkgray{
    color: #fff;
}
.theme-darkgray .pagination a{
    background:transparent;
    color:#aaa;
}
.theme-darkgray .pagination li.active a{
    background:#fff;
    color:#222;
}
.theme-darkgray h1,
.theme-darkgray h2,
.theme-darkgray h3,
.theme-darkgray h4,
.theme-darkgray h5,
.theme-darkgray h6{
    color:#fff;
}

.theme-darkgray .navbar-brand,
.theme-darkgray .nav > li > a,
.theme-darkgray .bars {
    color: #fff;
}

.theme-darkgray section.content{
    /* width: calc(100% - 400px); */
    min-width: calc(100% - 200px);
    /* min-width: 1024px; */
    box-sizing: border-box;
    position: relative;
    /* position:fixed;
    top:0;
    left:0; */
    margin: 50px 0 0 200px;    
    height: calc(100vh - 50px);
    overflow: auto;
    background:#0e0e0e
}
.theme-darkgray section.content .container-fluid{
    /* height:100%; */
    margin-top:0;
    min-width: fit-content;
    max-width: 1920px;;
    margin-right:unset;
    margin-left:unset;
}
.theme-darkgray .content .block-header {
    background: #111;
    /* background: linear-gradient(
        to bottom,
        #111 0%,
        #1a1a1a 50%,   
        #111 100%
    );*/
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7); 
    position: sticky;
    height: 50px;
    line-height: 50px;
    top:0;
    left:0;
    z-index: 77;;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 30px;
    color: #dddddd;
}

.theme-darkgray .text-bold{
    font-weight: bold !important; 
}
.theme-darkgray .text-gray{
    color:#333 !important;
}

.theme-darkgray{
    background:#222 !important;
    font-size: 12px;
}
.theme-darkgray .sidebar {
    width: 200px;
    overflow: hidden;
    height: calc(100vh - 50px);
    position: fixed;
    top: 50px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    background: #222222;
    box-sizing: border-box;
    color:#aaa;
    z-index:88  !important;
}

.theme-darkgray .sidebar.left {
    left: 0;
    right: auto !important;
    overflow: scroll;
}

.theme-darkgray .sidebar.right {
    right: 0;
    left: auto !important;
    overflow: auto !important;
    
  -moz-transition: unset;
  -o-transition: unset;
  -webkit-transition: unset;
  transition: unset;

}
.theme-darkgray .sidebar.right .info-container{
    border: 1px solid #000;
    text-align: center;
}
.theme-darkgray .sidebar.right .info-container.fix{
    border:none;
    background:#222;
    padding: 8px 15px 0;
}
.sidebar.right .info-item{
    font-size: 12px;
    
}
.sidebar.right .info-container:not(.fix){
    margin:5px 0;
    border:none;
}
.sidebar.right .info-container:not(.fix) .info-item:first-child{
    border-top: 1px solid #000;
}
.sidebar.right .info-container:not(.fix) .info-item{
    margin:0 10px;
    border: 1px solid #000;
    border-top: 0;
}

.theme-darkgray .sidebar.right .info-item .info-label{
    background: #404040;
    padding: 0 10px;
}

.sidebar.right .info-item .info-value{
    padding: 0 10px;
}


.theme-darkgray .sidebar .common-info{
    /* height: 310px;; */
}
.theme-darkgray .sidebar .common-info .button-container{
    gap: 5px;
    /* background: #111111; */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
    height: 50px;
}
.theme-darkgray .sidebar .common-info .button-container button {
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
    box-shadow: none;
    border: 0 solid #ccc;
    background: #404040;
    color: #dddddd;
}
.circle.theme-darkgray .sidebar .common-info .button-container button{
    border-radius: 8px;
    padding: 5px 10px;
}
.theme-darkgray .sidebar .info-container {
    font-size: 14px;
    color: #bbbbbb;
}
.theme-darkgray .sidebar.left .info-container {
    padding:10px 20px
}


.theme-darkgray .sidebar .menu{
    /* height: calc(100vh - 360px); */
    /* height: calc(100vh - 50px); */
    height: calc(100vh - 220px);
}
.theme-darkgray .sidebar .menu::-webkit-scrollbar {
    width: 2px;             
    height: 2px;        
}








.theme-darkgray .sidebar .menu .list li.active {
    background-color: transparent;
}

.theme-darkgray .sidebar .menu .list li.active > :first-child i,
.theme-darkgray .sidebar .menu .list li.active > :first-child span {
    color: #fff;
}

.theme-darkgray .sidebar .menu .list .menu-item button {
    width: 100%;
    background: #222222;
    color: #dddddd;
    border: 1px solid #000;
    text-align: left;
    padding: 8px 0 8px 15px;
}
.theme-darkgray.circle .sidebar .menu .list .menu-item button {
    border:none;
    box-shadow: none;
    margin: 2px 10px;
    /* background: #292929; */
    border-radius: 50px;
}

.theme-darkgray.circle .sidebar .menu .list .menu-item button.active{
    background:#fff;
}
.theme-darkgray.circle .sidebar .menu .list .menu-item button:not(.active):hover{
    background:#2e2e2e;
}
.theme-darkgray.circle .sidebar .menu .list .menu-item button.active > span{
    font-weight: bold;
    color:#222;
    background:none;
}
.theme-darkgray .sidebar .menu .list .menu-item button.active > i{
  color:#222;
}
.theme-darkgray.circle .sidebar .menu .list .menu-item button:not(.active):hover > span{
    color:#fff;
}
.sidebar .menu .list .ml-menu li.active button:not(.active){
color: rgb(255, 196, 0);
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before{
      top: 3px;
    right: -8px;
}




.theme-darkgray .sidebar .menu .list .menu-item button > span {
    color: #dddddd;
    font-weight: normal;
    font-size: 14px;
    margin:0;
    vertical-align: middle;
}
.theme-darkgray .sidebar .menu .list .menu-item button > i{
    font-size: 20px;
    margin: 0 7px 0 0 ;
    vertical-align: middle;
}

.theme-darkgray .sidebar .menu .list .menu-item button.active,
.theme-darkgray .sidebar .menu .list .menu-item button.active > span {
    background: linear-gradient(180deg, #404040 0%, #222222 100%);
    color: rgb(255, 196, 0);
}

.theme-darkgray .sidebar .menu .list .toggled,
.theme-darkgray .sidebar .menu .list .ml-menu,
.theme-darkgray .sidebar .menu .list .ml-menu .ml-buttons {
    background-color: transparent;
}

.theme-darkgray .sidebar .menu .list .ml-menu .ml-buttons a{
  padding: 0;
}

.theme-darkgray .sidebar .menu .list .ml-menu .ml-buttons a>button{
    padding-left: 0;
    text-align: center;
    background-color:#404040;
}

.theme-darkgray .sidebar .menu .list .ml-menu .ml-buttons.vertical a>button{
    padding-left: 30px;
    text-align: left;
    background-color:#404040;
}
.theme-darkgray .sidebar .menu .list a{
    padding:0;
}


.theme-darkgray .btn:not(.btn-link):not(.btn-circle){
    font-size:12px;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;    
    margin-right: 5px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    text-decoration: none;
}




.theme-darkgray .btn:not(.btn-link):not(.btn-circle).dropdown-toggle{
  padding-right: 5px;
    padding-left: 4px;
}










/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*        테블릿부터 사이드바 숨김
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/

.theme-darkgray.ls-closed .sidebar.right .info-container.fix .menu-unfix-btn{
    opacity: 1;
    display: block;
}
.theme-darkgray.ls-closed .sidebar.right.fixed .info-container.fix .menu-unfix-btn{
    opacity: 0;
    display: none;
}
.theme-darkgray.ls-closed .sidebar.right.fixed .info-container.fix .menu-fix-btn{
    opacity: 1;
    display: block;
}
.theme-darkgray.ls-closed .sidebar.right .info-container.fix .lockBtn{
    justify-content: space-between;
}

.theme-darkgray.ls-closed .sidebar.right:not(.fixed){
    right: -200px !important;
}

body.theme-darkgray.ls-closed section.content {
    width:100%;
    margin-left:0;
}


.theme-darkgray.ls-closed.fixed section.content{
    width: calc(100% - 200px);
}
.theme-darkgray.ls-closed .bars:after, .theme-darkgray.ls-closed .bars:before{
    top: 9px;
}


.theme-darkgray.ls-closed .navbar-collapse{
    overflow: auto !important;
}
.theme-darkgray.ls-closed .navbar-collapse::-webkit-scrollbar {
  width: 2px;              /* 세로 스크롤바 너비 */
  height: 2px;             /* 가로 스크롤바 높이 */
}
.theme-darkgray.ls-closed .navbar-buttons{
    justify-content: flex-start !important;
    width: 100%;
    flex-wrap: nowrap;
}


.overlay-open .sidebar.left {
  margin-left: 0;
  z-index: 99999999; 
}
.overlay-open .sidebar.right {
  margin-right: 200px;
  z-index: 99999999; 
}

























/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*        지급포인트 - 충전보너스
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
.st-tab.point{
  margin:15px 0 5px; 
  padding:0;
}
.st-tab.point button{
  all:unset;
  cursor: pointer;
  border:1px solid #4f4f4f;
  border-radius: 4px;
  padding: 7px 15px;
  box-sizing: border-box;
  display: block;
  margin:0 3px 0 0;
  background:rgba(255,255,255,0.1);
}

.st-tab.point button.active,
.st-tab.point button:hover,
.st-tab.point button:focus,
.st-tab.point button:active{
  color:#ffc400;
  border:1px solid rgba(255,255,255,0.4);
}




/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*               팝업공지
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/

.popupNoticeimg{
  max-width:380px;
  aspect-ratio: 380 / 546;
  object-fit: cover;
  width: 60%;
}
.popupNoiceBtns{
  position: absolute; 
  right: 0; 
  bottom: 5px;
}

.popupNoiceBox{
  position: relative;
}



/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*               쪽지템플릿
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
.messageTmpBox{
  position: relative;
}
.messageTmpBox .ck-content{
  height: 150px;
  overflow-y: auto;
}

.messageTmpBox .btnArea{
  position: absolute;
  bottom:0;
  right:10px;
}




/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*               로그인
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
.login-container{
    width: 450px;
    margin:20vmin auto;
    text-align: center;
}

.login-container .box{
    position: relative;
    margin:10px 0;
}
.login-container .box > label{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-49%);
    width: 65px;
    background: #222;
    height: 45px;
    line-height: 55px;
    padding-top: 4px;
}
.login-container .box > input{
    height:45px;
    padding-left:80px;
    font-size: 15px;
}
.login-container .box > input::placeholder{
    font-size: 15px;
}
.login-container button[type=submit]{
    box-sizing: border-box;
    box-shadow: none;
    width: 99%;
    background:#777;
    text-align: center;
    outline:none;
    border:none;
    color:#fff;
    height:45px;
    line-height:45px;
    letter-spacing: 1.5px;
    margin:10px 0;
} 


/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*        카지노 게임타입 설정
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
.casino_type_box{
  border:1px solid #f1f1f1;
  border-radius: 100px;
  padding: 5px 5px 3px 10px;
  margin: 3px 5px 3px 0;
}
.casino_type_box > a{
  display: inline-block;
  vertical-align: middle;
  color:#fff;
  padding:0 5px;
}
.casino_type_box > a:hover{
  text-decoration: none;
}
.casino_type_box > span{
  display: inline-block;
  vertical-align: middle;
}

.slot_type_box{
  border:1px solid #f1f1f1;
  border-radius: 100px;
  padding: 5px 5px 3px 10px;
  margin: 3px 5px 3px 0;
}
.slot_type_box > a{
  display: inline-block;
  vertical-align: middle;
  color:#fff;
  padding:0 5px;
}
.slot_type_box > a:hover{
  text-decoration: none;
}
.slot_type_box > span{
  display: inline-block;
  vertical-align: middle;
}


/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*        우선순위 설정
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/

.rankWrapper{}
.rankWrapper .jsonArea{
  display: none;
}
.rankWrapper .box{
  border:1px solid #fff;
  height: 300px;
  box-sizing: border-box;
  padding: 10px;
  margin:0 7px;
  width: calc(45% - 14px);
  position: relative;
}
.rankWrapper .box.adjust{
  width: calc(10% - 14px);
  border:none;
}
.rankWrapper .box.adjust > a{
  display: block;
  font-size: 44px;
  color:#fff;
  border:1px solid #afafaf;
  border-radius: 100px;
  width: 45px;
  height: 80px;
  line-height: 72px;
  text-align: center;
  margin:15px auto;
}
.rankWrapper div.searchArea{}
.rankWrapper div.searchArea > input{}
.rankWrapper div.searchResArea{
  height: 245px;
  overflow: auto;
  box-sizing: border-box;
  padding: 10px 20px;
}
.rankWrapper div.searchResArea > div{
  /* height: 25px; */
  padding: 3px 5px;
  box-sizing: border-box;
  margin-bottom:6px;
  border: 1px solid #6d6d6d;
}
.rankWrapper div.searchResArea > div.active{
  outline:1px solid red;
}
.rankWrapper div.listArea{}
.rankWrapper div.listArea ol.dd-list{
  /* list-style: none;
  margin:0;*/
  padding: 0 0 0 15px; 
}
.rankWrapper div.listArea .dd-item{
  height: 25px;
  padding: 3px 5px;
  box-sizing: border-box;
  margin-bottom:3px;
  background: #6d6d6d !important;
  user-select: none;
  position:relative;

}
.rankWrapper div.listArea .dd-item.active{
  outline:1px solid red;
}
.rankWrapper div.listArea .dd-item >div:nth-child(2){
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:5px;
}
.rankWrapper div.listArea .dd-item:last-child{
  margin:0;
}
.rankWrapper div.listArea .dd-item input{
  margin:0;
}

.rankWrapper div.listArea .dd-handle{
  background: unset !important; 
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: ns-resize;

}
.rankWrapper div.listArea .dd-placeholder {
  background: #b4b4b4 !important;
  border: 1px dashed #494949;
  padding: 13px 5px;
  color: #000 !important;
  cursor: ns-resize;
}


ol.dd-list.dd-dragel{
  position: absolute !important;
  z-index: 9999 !important;
  pointer-events: none !important;
  list-style: none;
  margin:0;
  padding:0;
}
ol.dd-list.dd-dragel .dd-item{  
  height: 25px;
  padding: 3px 5px;
  box-sizing: border-box;
  margin-bottom:3px;
  background: #b4b4b4 !important;
  border: 1px dashed #494949;
  user-select: none;
  color:#333;
  cursor: ns-resize;
}
ol.dd-list.dd-dragel .dd-handle{
  background: unset !important; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: ns-resize;
}
ol.dd-list.dd-dragel .dd-handle + div{
  display: none;
}










.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{
  padding:5px;
  background:#222;
  border:1px solid #181818;
}

.dropdown-menu > li > a{
  color:#fff;
  border-radius: 10px;
  margin-bottom:3px;
  padding: 2px 10px;
  text-align: center;
  font-size: 13px;
  user-select: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:hover{
  color:#fff;
  text-decoration: underline;
}
.dropdown-menu{
  width: fit-content;
  min-width:auto;
  z-index: 9999999999999;
}


















/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*           레이아웃
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
.top-text-area{
  height: 50px;
  width:calc(100% - 300px);
  /* display: none; */
  display:block !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.topMode .top-text-area{
  display: block;
}


.top-text-area > .line{
  min-width: 1250px;
  width:100%;
  height: 25px;
  font-size: 12px;
  border-bottom: 1px solid #3b3b3b;
  border-left: 1px solid #3b3b3b;
}
.top-text-area .group{}
.top-text-area .group .head{
  height: 17px;
  padding:0 5px 1px;
  border-radius: 10px;
  margin-right: 3px;
  margin-left: 13px;
  
  border:1px solid #aaa;
  /* color: #333 !important;
  background: #f1f1f1; */
}
.top-text-area .group .member{
  margin-right: 12px;
  height: 17px;
  border:1px solid rgba(0,0,0,0);
}
.top-text-area .group .member>div:first-child{
  /* color:#fff; */
}
.top-text-area .group .member:last-child{
  border:none;
  margin-right: 15px;
}
.top-text-area .group > .flex{}



/* .theme-darkgray .sidebar.right */
body.rs-b-mode .sidebar.right{
  bottom:0;
  top:auto !important;
  left:0 !important;
  right:auto !important;
  /*height:auto !important;*/
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-top:1px solid #333
}
body.rs-b-mode .sidebar.right .info-container.fix{
  display: none;
}
body.rs-b-mode .sidebar.right .info-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: auto;  width: 100%;
  overflow-x: auto;   
  overflow-y: hidden; 
  white-space: nowrap; 
}
body.rs-b-mode .sidebar.right .info-container:not(.fix) .info-item{
  width: 160px;
  flex: 0 0 auto; 
  margin: 5px 3px;
  border-top:1px solid #000;
}


.ext-btn{
  position: absolute;
  top:60px;
  left:calc(100vw - 200px - 35px);
  z-index: 99999;
  width: 35px;
  height:30px;
  background:#222222;
  /* background:#490000; */
  border-radius: 30px 0 0 30px;
}
.ext-btn i{
  width: 100%;
  height: 100%;
  font-size:22px;
  line-height: 30px;
  text-align: center;
}
.ext-btn .arrow_back,
.ext-btn .arrow_upward,
.ext-btn .arrow_downward{
  display: none;
}

.rs-mc-btn {
  padding: 5px 10px 0;
  position: sticky;
  top: 0;
  left: 0;
  background: #222;
  border:none;
  border-bottom: 1px solid #373737;
}
.rs-mc-btn i{
  font-size:20px;
  line-height: 30px;
}
.rs-mc-btn>div{
  text-align: center;
  width: fit-content;
  width: 30px;
  height:30px;
}
.rs-mc-btn .rs-btn .right{
  display: none; 
  float: unset !important;
}
.rs-mc-btn .rs-btn .bottom{
  display: inline-block;
}
.rs-mc-btn .ct-btn .add{
  display: none;
}
.rs-mc-btn .rs-l-btn{
  display: none ;
}
body.topMode .rs-mc-btn .ct-btn .remove{
  display: none;
}
body.topMode .rs-mc-btn .ct-btn .add{
  display: inline-block;
}

body.rs-b-mode .rs-mc-btn .rs-btn .right{
  display: inline-block;
}
body.rs-b-mode .rs-mc-btn .rs-btn .bottom{
  display: none;
}

.rs-t-mode .sidebar.right{
  right: -200px !important;
}


body.rs-t-mode .ext-btn .arrow_forward{
  display: none;
}

body.rs-t-mode .ext-btn .arrow_back{
  display: inline-block;
}
body.rs-t-mode.rs-b-mode .ext-btn .arrow_back,
body.rs-t-mode.rs-b-mode .ext-btn .arrow_forward{
  display: none;
}

body.rs-b-mode.rs-t-mode .sidebar.right{
  bottom:-115px;
  display: none;
}
.rs-b-mode .ext-btn{
  right:30px;
  left:auto !important;
  top:auto !important;
  bottom:115px;
  border-radius: 30px 30px 0 0;
}
.rs-b-mode .ext-btn .arrow_upward,
.rs-b-mode .ext-btn .arrow_forward,
.rs-b-mode .ext-btn .arrow_back{
  display: none;
}

.rs-b-mode .ext-btn .arrow_downward{
  display: inline-block;
}
body.rs-b-mode.rs-t-mode .ext-btn .arrow_downward{
  display: none;
}
body.rs-b-mode.rs-t-mode .ext-btn .arrow_upward{
  display: inline-block;
}

body.ls-closed .ext-btn{
  display: none !important;
}

body.ls-closed .rs-mc-btn .rs-btn{
  display: none !important;
}
body.ls-closed .rs-mc-btn .rs-l-btn{
  display: block;
}
body.ls-closed .rs-mc-btn .rs-l-btn .lock_outline{
  display: none;
}
body.ls-closed .rs-mc-btn .rs-l-btn .lock_open{
  display: inline-block;
}
body.ls-closed.fixed .rs-mc-btn .rs-l-btn .lock_open{
  display: none;
}
body.ls-closed.fixed .rs-mc-btn .rs-l-btn .lock_outline{
  display: inline-block;
}


body.rs-b-mode .rs-mc-btn .ct-btn{display: none;}


body.rs-b-mode  .rs-mc-btn{
  height: 100%;
  border:none;
  border-right: 1px solid #373737;
  padding: 0;
}









/* ■■■■■■■■■■■ 변형 시작 ■■■■■■■■■■■ */

body.rs-b-mode.rs-t-mode .sidebar{
  height: calc(100vh - 100px);
}
body.rs-b-mode.rs-t-mode section.content{
  height: calc(100vh - 100px);
}
body.rs-t-mode section.content{
  width: calc(100% - 200px);
}
body.rs-t-mode .ext-btn{
  left:calc(100vw - 35px);
}
body.rs-b-mode.rs-t-mode .ext-btn{
  bottom:1px;
}


.topMode .navbar{
    height:100px;
}
.topMode .navbar-header{
    width:300px;
    border-bottom: 1px solid #3b3b3b;
}
.topMode .navbar-collapse{
    width: calc(100% - 200px);
}
.topMode  .sidebar.right .info-container.fix{
  display: none;
}
body.topMode .sidebar{
  height: calc(100vh - 100px);
  top:100px;
}
body.topMode .content .block-header{
  top:0;
}
body.topMode section.content .container-fluid{
  margin-top:0;
  /* min-width: 1500px; */
  /* min-width: calc(100% - 200px); */
  width: 100%;
  max-width: 1920px;
  padding:0;
}
body.topMode section.content{
  margin-top:100px;
  height: calc(100vh - 100px);
}

body.rs-b-mode .sidebar{
  height: calc(100vh - 215px);
  transition: none;
}
body.rs-b-mode .content{
  height: calc(100vh - 163px);
  width: calc(100% - 200px);
}
body.topMode.rs-b-mode .content{
  height: calc(100vh - 215px);
  width: calc(100% - 200px);
}
body.rs-b-mode .sidebar .menu{
  height: calc(100vh - 265px);
}


body.rs-b-mode.ls-closed .sidebar.right:not(.fixed){
    right: 0 !important;
    margin-left: 0;
}

.topMode .ext-btn{
  top:110px;
}



/* ■■■■■■■■■■■ 변형 끝 ■■■■■■■■■■■ */
















/* ■■■■■■■■■■■ 새로 레이아웃 시작 ■■■■■■■■■■■ */

.scrollTableWrapper{
  /* min-width: calc(100vw - 200px); */
  /* width: fit-content; */
  width: calc(100vw - 205px);
  overflow: visible;
  font-family: 'AppleSDGothicNeo';
  font-family: "Noto Sans KR", sans-serif;
  font-family: 'SUIT-Regular';
  /* margin:0 0 20px;     */
  position: relative;
  padding: 0 20px;;
  background: #181818;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;

  height: calc(100vh - 100px - 50px - 15px);
}
.scrollTableWrapper.unset{
  height:auto;
  width: fit-content;
}
body.ls-closed section.content .container-fluid .scrollTableWrapper {
  min-width: calc(100vw );
}
.scrollTableWrapper #search_form{
  max-width: calc(100vw - 245px);
}
body.ls-closed section.content .container-fluid .scrollTableWrapper #search_form{
  max-width: calc(100vw - 45px);
}
.scrollTableInner{
  width: 100%;
  overflow:auto;
  margin:0 10px 0;
  max-height:calc(100% - 40px - 15px - 42px - 75px );
  position: relative;

  scrollbar-gutter: stable;
}
.scrollTableWrapper.unset .scrollTableInner{
  height:auto;
  width: fit-content;
}
.scrollTableInner::-webkit-scrollbar{
    width:26px;
    height:26px;
}
.scrollTableInner::-webkit-scrollbar-track{
    /* background:#131313; */
    background:#181818;

    /* margin:6px; */
}
.scrollTableInner::-webkit-scrollbar-thumb{
    background:#666;

    border-radius:999px;

    /* border:5px solid #131313; */
    border:10px solid #181818;
}

.scrollTableInner::-webkit-scrollbar-thumb:hover{
    background:#b1b1b1;
    cursor: pointer;
}

.scrollTableInner::-webkit-scrollbar-corner{
    background:#1d1d1d;
}



.scrollTableInner >  table{
  /* user-select: none; */
  width: 100%;
  min-width: 1920px;
  border-collapse: separate;
  border-spacing:0;
  font-size: 13px;
  position: relative;
}
.scrollTableInner >  table > thead{
    position: sticky;
    position:-webkit-sticky;
    top: 50px;
    top: 0;
    z-index:5;
}
.scrollTableInner >  table > thead tr:nth-child(1) th:nth-child(1){
  position: sticky;
  left:0;
    z-index: 1;
}
.scrollTableInner >  table th{
    border:1px solid #4f4f4f;
    padding: 5px ;
    background:#121212;
    text-align: center;
    color:#aaa;
    vertical-align: middle;
    color:#f1f1f1;    

    max-height: 56px;

    /* position: sticky;
    position:-webkit-sticky;
    top: 50px;
    top: 0;
    z-index:5; */
}
.scrollTableInner >  table td{    
    border:1px solid #4f4f4f;
    padding: 5px ;
    text-align: center;
    color:#aaa;
    vertical-align: middle;
    color:#f1f1f1;
    word-break: break-all;
}
.scrollTableInner >  table > tbody td:nth-child(1){
  position: sticky;
  left:0;
}
.scrollTableInner >  table > tbody tr.row-even td:nth-child(1){
    background-color: #313131 !important;
}
.scrollTableInner >  table > tbody tr.row-odd td:nth-child(1){
    background-color: #252525  !important;
}
.scrollTableInner >  table td.active{
    background: #9d9d9d;
    box-shadow: inset 0px 0 10px -2px #313131;
}

.scrollTableInner >  table.ms td{
    background: #313131;

}
.scrollTableInner >  table tr{
      background: #1c1c1c;
}
.scrollTableInner >  table i{
  font-size: .9em;
  vertical-align: middle;
}


.scrollTableInner >  table.lg{
  min-width: 2480px;

}
.scrollTableInner >  table.xlg{
  min-width: 3000px;

}
.scrollTableInner >  table.xxlg{
  min-width: 3400px;
}
.scrollTableInner >  table.auto{
  min-width: 100%;
  width: max-content !important;
}

/* ------- 툴팁 ------- */
.c_tooltip {
  position: relative;

  --shape-left: 12px;
}
.c_tooltip .icon-info {
  position: absolute;
  top: 50%; 
  transform: translateY(-50%) translateX(4px);
  font-size: inherit;
}
.c_tooltip .tip {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  z-index: 1;

  width: max-content;
  height: min-content;
  padding: 10px;

  filter: drop-shadow(0 0 4px #ffffffa8);

  opacity: 0;
  transition: opacity .15s;
  pointer-events: none;
}
.c_tooltip .tip .inner {
  max-height: 200px;
  padding: 8px 10px;

  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: left;

  overflow-y: auto;

  background: #181818;
  border-radius: 4px;
}
.c_tooltip .tip.show {
  opacity: 1;
  pointer-events: all;
}
.c_tooltip .tip.top { 
  bottom: calc(100%); 
  right: unset; 
  top: unset; 

  padding-left: 0;
  padding-right: 0;
}
.c_tooltip .tip.bottom { 
  top: calc(100%); 
  right: unset; 

  padding-left: 0;
  padding-right: 0;
}
.c_tooltip .tip.left { 
  right: calc(100%); 
  left: unset; 
  transform: translateY(-2px);
  
  padding-top: 0;
  padding-bottom: 0;
}
.c_tooltip .tip.right { 
  right: unset; 
  transform: translateY(-2px);
  
  padding-top: 0;
  padding-bottom: 0;
}
/* .tip.right 의 left 계산은 script 에서 처리  */

/* 삼각형 */
.c_tooltip .tip::after {
  content: "";
  position: absolute;

  width: 10px;
  height: 10px;

  background: #181818;

  transform-origin: 50% 50%;
  transform:rotate(45deg);
}
.c_tooltip .tip.top::after    { 
  bottom: 4px;
  left: var(--shape-left);
}
.c_tooltip .tip.bottom::after { 
  top: 4px;
  left: var(--shape-left);
}
.c_tooltip .tip.left::after   { top: 6px; right: 4px; }
.c_tooltip .tip.right::after  { top: 6px; left: 6px; }

.c_tooltip .tip.left::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}


/* ------- 모달 ------- */
/* body.topMode.ls-closed #custom-modal-base {
  left: 0;
  width: 100%;
}
body.topMode.ls-closed.overlay-open #custom-modal-base {
  z-index: 9 !important;
} */
#custom-modal-base {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;

  pointer-events: none;
  z-index: 999999;
}
@keyframes customModalShow {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.custom-modal {
  /* 기본값 */
  /* 영역 밖에서 생성된건 보이지 않음 */
  display: none;
  pointer-events: none;

  position: absolute;
  top: calc(50%);
  left: calc(50%);
  transform: translateX(-50%) translateY(-50%);

  /* 기본값 */
  min-width: 300px;

  /* width: 90%; */
  max-height: 70vh;
  max-width: 1640px;
  z-index: 10;
}
.custom-modal .inner {
  width: 100%;
  height: 100%;

  background-color: #080808;
  border: 2px solid #d8d8d8;
  border-radius: 8px;

  overflow: hidden;

  transform: translateY(10px);
  opacity: 0;
}
.custom-modal .custom-modal-title {
  position: relative;

  display: grid;
  align-items: center;
  grid-template-columns: calc(100% - 30px) 30px;

  height: 45px;
  padding: 4px 12px;
  background-color: #212121;
  border-bottom: 1px solid #3d3d3d;
}
.custom-modal .custom-modal-title .title {
  font-size: 18px;
  font-weight: bold;
}
.custom-modal .custom-modal-title .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;

  cursor: pointer;
}
.custom-modal .custom-modal-title .close-btn .st {
  transition: .15s ease;
}
.custom-modal .custom-modal-title .close-btn:hover .st {
  transform: scale(1.2) rotate(90deg)
}
.custom-modal .custom-modal-contents {
  height: calc(100% - 45px - 40px);
  padding: 4px 12px;
  overflow: auto;
}
.custom-modal .custom-modal-footer {
  position: relative;

  height: 40px;
  padding: 4px 12px;
  background-color: #212121;
  border-top: 1px solid #3d3d3d;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
#custom-modal-base .custom-modal.show {
  display: block;
  pointer-events: all;
}
#custom-modal-base .custom-modal.show .inner {
  animation: customModalShow .25s forwards;
  /* animation-delay: .1s; */
}
.custom-modal-backdrop {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;

  background-color: #00000060;
  backdrop-filter: blur(4px);

  pointer-events: all;
  z-index: 9;
}

/* 드롭다운 */
#dropdown-template {
  /* 템플릿은 display: none */
  display: none;
}
.dropdown-container {
  position: absolute;
  top: 0; left: 0;
  z-index: 1;

  transition: all .15s;

  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;

  /* ui */
  padding: 4px;

  background-color: #222222;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
}
.dropdown-container.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}


.dropdown-container .inner .subject{
    font-size: 14px;
    margin: 5px 0 10px 0;
}
.dropdown-container .inner > ul > li > div{
    margin: 5px 0;
}


.favoriteArea{
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #656565;
  padding-bottom:10px;
  margin-bottom:10px;
}
.favoriteArea > div{
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: 2px 10px;
  padding: 8px 0 8px 15px;
  cursor: pointer;
  border-radius: 50px;
}
.favoriteArea > div:hover{
  background: #292929;
}
.favoriteArea.active > div{
  background: #fff;
  color: #121212;
}
.favoriteArea > div > i{
  font-size: 16px;
}
.favoriteArea.active> div > i:nth-child(2){
  transform: scaleY(-1);
}
.favoriteArea > div > i:nth-child(2){
  margin-right: 15px;
}
.favoriteArea.active > ul{
  display: block;
}
.favoriteArea > ul{
  padding: 0;
  margin: 0 ;
  width: 100%;
  display: none;
}
.favoriteArea > ul>li{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.favoriteArea > ul>li i{
  font-size: 14px;
  transform: translate(-2px ,2px);
}
.favoriteArea > ul>li> a{
  display: block;
  width: 100%;
}
.favoriteArea > ul>li> a > button{
  margin: 2px 10px;
  padding: 8px 0 8px 15px;
  width: calc(100% - 20px);
  text-align: left;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  border-radius: 50px;
}
.favoriteArea > ul>li> a>button:hover{
  background: #292929;
}


.fropDownHover{
  cursor:pointer;
}
.fropDownHover:hover{
  background: black;
}
.fropDownHoverSubject{
  border-bottom: 2px solid #696969;
  padding-bottom:4px;
  font-weight:bold;
  letter-spacing: 0.9px;

}

/* ■■■■■■■■■■■ 새로 레이아웃 끝 ■■■■■■■■■■■ */







 
/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*           미디어 쿼리
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/

@media (max-width: 1280px) {
  .navbar-buttons button{
    font-size: 11px;
    flex: 0 0 calc(100% / 13);
    min-width: 60px;
  }
  
  #loading.part{
      /* position: absolute !important; */
    width: calc(100% - 0px) !important;
    height: calc(100% - 50px) !important;
    top: calc(50% + 25px);
      left: 50%;
  }
  
  #loading > .spinner{
    width: 100%;

  }
  #loading > .spinner .icon{
    width: clamp(50px, 4vw, 150px)
  }


}

@media (max-width: 1135px) {
    .navbar-brand{
      font-size: 14px;
    }
    .navbar-brand > span{
      opacity: 0;
    }

}
@media (max-width: 767px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
        margin-right:0;
        margin-left:0;
    }
    .theme-darkgray.ls-closed .navbar-collapse{
        min-width: 360px;
    }
    .navbar .container-fluid{
        min-width: 760px;
    }
    .topMode .navbar-header{
      width: 200px;
    }
    .top-text-area{
      width: calc(100% - 200px);
    }
    .navbar-brand{
      font-size: 14px;
    }
    .navbar-brand > span{
      opacity: 0;
    }
}







.ck-content{
    background : #444444 !important;
}
.ellipsis {
  width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;            
  text-overflow: ellipsis;    
  display: block;     
  min-width: 0; 
  white-space: nowrap;
}








/**
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*           기타
* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**/
.hide{
  display: none;
}
.slot_image_box{
  border: 1px solid #fff;
}
.slot_image_box> div{
  width:50px; height:54px; justify-content: center; align-items: center; display: flex;
}

tr.inactive {
  position: relative;
  opacity: 1;
}

tr.inactive .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  color: red;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
    pointer-events: all;
}




.info-box-4 .content:hover{
  text-decoration: underline;
}


.st-dropdown{
    width: 21px;
    height: 15px;
    margin-left: 6px;

}

.st-dropdown .st-dropdown-btn{
      left: -6px;
    top: -6px !important;
}