
/* MJ | DIV TAG CLASS CSS */

::-webkit-scrollbar { -webkit-appearance: none; }
::-webkit-scrollbar:vertical { width: 0.5rem; }
::-webkit-scrollbar:horizontal { height: 0.5rem; }
::-webkit-scrollbar-thumb { background: rgba(34,42,102,0.8); border-radius: 0.5rem; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.8); }

/* 페이지네이션 */
div.pagination_area { display: flex; justify-content: center; align-items: center; }

/* 테이블 */
div.table { font-size: 1.5rem; text-align: center; overflow: hidden; }
div.thead { display: flex; align-items: center; font-weight: 500; color: #777; }
div.th { flex: 1; }
div.tbody { overflow-x: hidden; overflow-y: overlay; }
div.tr { display: flex; align-items: center; border-bottom: 1px solid #bbb; }
div.tr:hover { background: #F7F4F4; } 
div.tr.selected { background: #F7F4F4; color: #df3f5c; font-weight: 500; }
div.td { flex: 1; display: flex; justify-content: center; align-items: center; height: 3.6rem; overflow: hidden; }

/* 얇은 헤더 테이블 */
div.thin_header div.thead { height: 2.0rem; border-left: 1px solid transparent; border-right: 1px solid transparent; }
div.thin_header div.th:not(:last-child) { border-right: 1px solid transparent; }
div.thin_header div.tbody { height: calc(100% - 2.0rem); border-radius: 0.3rem; border: 1px solid #bbb; }
div.thin_header div.td:not(:nth-last-of-type(1)) { border-right: 1px solid #bbb; }

/* 헤더 강조 테이블 */
div.color_header div.thead { height: 3.6rem; border-top: 1px solid transparent; border-bottom: 2px solid #bbb; /*background: #F4F4F4;*/ color: #777; }
div.color_header div.tbody { height: calc(100% - 3.6rem); border: none; border-radius: 0; }
div.color_header div.tr { cursor: pointer; }
div.color_header div.tr:hover { background: #F7F4F4; color: #df3f5c; }
div.color_header div.td { border-right: none; }

/* 팝업 */
div.popup_container { display: none; opacity: 0; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);/*top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6);*/ z-index: 50; }
div.popup_wrapper {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 0.5rem; overflow: hidden;
  /*background: rgba(0,0,0,0.3);*/background: rgba(150,153,174,0.6); 
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); 
  box-shadow: 0 0 1rem rgba(0,0,0,0.8); border-top: 1px solid rgba(252, 252, 252, 0.6); }
div.popup_header {
  display: flex; justify-content: space-between; align-items: center; height: 4.4rem; padding: 0 1rem; background: rgba(77,79,96,0.8); border-bottom: 2px solid rgba(0, 0, 0, 0.8); }
div.popup_header h4.popup_title { color: #fff; font-size: 1.6rem; }
div.popup_main { font-size: 1.4rem; padding: 2rem 1.3rem 2.2rem; }
div.popup_main p.popup_desc { font-size: 2rem; color: #fff; }
div.popup_main div.result_area.background { padding: 1.3rem; border-radius: 0.5rem; background: rgba(34, 34, 42, 0.8); }

div.popup_footer { display: flex; justify-content: flex-end; align-items: flex-start; height: 6.4rem; padding: 1.2rem 1.5rem 0; }
div.popup_footer button:not(:first-child) { /*flex: 1; min-width: 0;*/ margin-left: 1.3rem; }

div.large_popup { width: 110.0rem; }
div.medium_popup { width: 80.0rem; }
div.small_popup { width: 55.0rem; }
div.confirm_popup { width: 33.0rem; }

/* 아이콘 input */
div.wrap { position: relative; }
/*div.wrap::after { content: ''; position: absolute; width: 4.6rem; height: 4.6rem; bottom: 0; left: 1rem; background: #929EF5; pointer-events: none; }*/
div.date_wrap::after {
  mask: url(../1_image/PC/04_icon/ico_calendar.svg) no-repeat center center; mask-size: 55%;
  -webkit-mask: url(../1_image/PC/04_icon/ico_calendar.svg) no-repeat center center; -webkit-mask-size: 55%; }
div.login_wrap::after {
  mask: url(../1_image/PC/04_icon/ico_user_v1.svg) no-repeat center center; mask-size: 55%;
  -webkit-mask: url(../1_image/PC/04_icon/ico_user_v1.svg) no-repeat center center; -webkit-mask-size: 55%; }
div.password_wrap::after {
  mask: url(../1_image/PC/04_icon/ico_lock_v1.svg) no-repeat center center; mask-size: 55%;
  -webkit-mask: url(../1_image/PC/04_icon/ico_lock_v1.svg) no-repeat center center; -webkit-mask-size: 55%; }

/* 이미지 컨트롤 btn */
div.control_btn {
  position: relative; display: grid; grid-template-rows: repeat(3, 1fr); grid-gap: 1rem 1.1rem; padding: 2.2rem 1rem; border-radius: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.4); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  box-shadow: 0 0 1rem rgba(0,0,0,0.4); min-width: 0; min-height: 0; width: fit-content; height: auto; }
div.control_btn.col { padding: 1rem 2.5rem; grid-template-rows: 1fr; grid-template-columns: repeat(2, 1fr); }
div.control_btn.rect { padding: 1.5rem 1.5rem; grid-template-rows: 1fr; grid-template-columns: repeat(2, 1fr); border-radius: 4.4rem; }
div.control_btn > div { width: 44px; height: 44px; border-radius: 100%; background: #000; border: 1px solid #bbb; overflow: hidden; }

/* 데이터 툴팁 */
div[data-tooltip]:hover { position: relative;}
div[data-tooltip]::after { 
  display: block; transition: top .3s ease-in-out, opacity .3s ease-in-out; background-color: #000; box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  border-bottom: 1px solid #7E8DFF; box-shadow: 0 0 0.5rem rgba(252,252,252,0.3); border-radius: 0.3rem; color: #fff; font-size: 1.3rem; font-weight:300; 
  padding:0 1.0rem; position: absolute; width:auto; min-width: 5.0rem; max-width: 50.0rem; height:3.6rem;  white-space:nowrap;
  line-height:3.6rem; z-index: 9999; opacity: 0; left: -9999px; top: -100%; content: attr(data-tooltip); letter-spacing:0.1rem; pointer-events: none;
}
div[data-tooltip]:hover::after { top: -80%; left: 50%; transform:translateX(-50%); z-index: 9999; opacity: 1; }
div[data-tooltip].disabled::after { display: none; }

/* 탭 */
div.tap_area { display: flex; }
div.tap_area .tab_list { font-size: 1.6rem; padding: 1rem 1.5rem; background:rgba(34, 34, 42, 1); color: #fff; border: 2px solid #666; border-radius: 0.5rem; }
div.tap_area .tab_list.active { background: #5063F7; border: 2px solid #7E8DFF; }


/* 로딩 스크린 */
#LOADING_SCREEN_WRAPPER { position: absolute; top: 2%; width: 100%; z-index: 100; }
#LOADING_SCREEN_WRAPPER svg {
  position: absolute;
  width: 100%; height: 100%;
  left: 50%; transform: translateX(-50%);
  z-index: 100;
}
#LOADING_SCREEN_WRAPPER svg text {
  align-self: center;
  text-transform: uppercase;
  font-size: 140px;
  animation: effect_loading_stroke 3s infinite alternate;
}
#LOADING_SCREEN_WRAPPER > p {
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: rgba(252, 252, 252, 0.6);
  position: absolute;
  width: 100%; text-align: center;
  left: 0; top: 55%; transform: translateY(-50%);
}


@keyframes effect_loading_stroke {
  0%  {
    fill: rgba(255,255,255,0); stroke: rgba(54,95,160,1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  30%  {fill: rgba(255,255,255,0); stroke: rgba(54,95,160,1);}
  55%  {fill: rgba(255,255,255,1); stroke: rgba(54,95,160,0);}
  70%  {
    fill: rgba(255,255,255,1); stroke: rgba(54,95,160,0);
    stroke-width: 3;
  }
  80% {
    fill: rgba(255,255,255,1); stroke: rgba(54,95,160,0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
  100% {
    fill: rgba(255,255,255,1); stroke: rgba(54,95,160,0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

/* loader */
#DIV_SPINNER_BOX {
  position: absolute;
  width: 100%; text-align: center;
  bottom: 10%; left: 0; transform: translateY(-50%);
  align-self: center; justify-items: center;
}

#DIV_SPINNER_BOX > .spinner{
  width: 104px; height: 104px; border-radius: 50%;
  animation: effect_loading_spinner 0.9s ease infinite;
  background: linear-gradient(to bottom, rgba(15,84,148,1) 0%, rgba(69,123,174,0.7) 50% ,rgba(102,118,146,0.5) 88%);
}

#DIV_SPINNER_BOX > .spinner::after {
  content: '';
  position: absolute; top: 10px; left: 10px;
  width: 84px; height: 84px; background: #403E54; border-radius: 50%;
}
#DIV_SPINNER_BOX p.alert { font-size: 1.2rem; color: rgba(252, 252, 252, 0.6);}

@keyframes effect_loading_spinner{
  from {}
  to{
    transform: rotate(360deg);
  }
}

p.custom_Alert { font-size: 2rem; }
a.modal-btn { font-size: 1.8rem; }
/* MJ | DIV TAG CLASS CSS END */