
/* 2024.07.19 �꽍�쁽 admin �뒪���씪 異붽� */


:root {
  --header-height: 0;
  --chat-height:0;
}

.container {
  max-width: 640px;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}

.containerAdmin{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.containerAdmin .container{
  width: 640px;
  margin: 0;
}
.container .p_title {
  padding: 0 40px;
}
.container .p_title h1 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.container .p_title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #616161;
}
.container .btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 60px;
  box-sizing: border-box;
}
.container .btn-group button, .container .btn-group a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.container .btn-group button.login{
  background-color: rgba(255,68,0,.9) !important;
}
.container .btn-group button.join{
  background-color: rgba(63,63,63,.9) !important;
}
.container .btn-group button:nth-child(1), .container .btn-group a:nth-child(1) {
  background-color: #f6891f;
}
.container .btn-group button:nth-child(2), .container .btn-group a:nth-child(2) {
  background-color: #727272;
}
.container .btn-group button:last-child, .container .btn-group a:last-child {
  margin-bottom: 0;
}

#wrapper.login_wrap .container {
  max-width: 640px;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  background-color: #FF8D0A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}

.login_footer{
  position: absolute;
  padding: 20px;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 141, 10, 1) 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.login_footer img{
  width: 150px;
  margin-bottom: 10px;
}
.login_footer p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}


.login {
  height: 100%;
  margin-bottom: 80px;
}
.login_char{
  position: absolute;
  z-index: -1;
  width: 540px;
  bottom: -100px;
  right: -200px;
  transform: rotate(5deg);
}
.login .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.login .logo img {
  width: 400px;
}
.login .input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 60px;
  box-sizing: border-box;
}
.login .input-group .input_div {
  width: 100%;
  margin-bottom: 10px;
}
.login .input-group .input_div:last-child {
  margin-bottom: 0;
}
.login .input-group .input_div input {
  width: 100%;
  height: 70px;
  background-color: #f8f8f8;
  font-size: 15px;
  font-weight: 600;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.login .input-group .input_div input::placeholder {
  font-weight: 600;
  color: #d6d6d6;
}
.userIdinput{
  display: none;
}
.gnb {
  position: fixed;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  z-index: 100;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #FF8D0A;
  overflow: hidden;
  border-radius: 0 0  20px  20px  ;
  position: relative; 
  z-index: 99;
}
.gnb .logout{
   
   /*background-color: #FFFF00; */
   
  color: #FF8D0A;
  font-weight: 600;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 05px;
  margin-left: auto;
  margin-right: 10px;

}

.gnb .menu img{
    width: 30px !important;
    filter: invert(1);
}
.gnb-con{
  height: 150px;  
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.gnb-con .title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gnb-con .title h1{
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.gnb-con .title p{
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.gnb-con img.charactor{
  width: 180px;
  margin-top: 60px;
  /* position: absolute; 
  right: -0; 
  bottom: -60px;   */
}
.gnb-con .back{
  position: absolute;
  top: 15px;
}
.adminGnb{
  max-width: 1200px;
  min-width: auto;
  width: 100%;
}
.gnb_chat {
  height: auto;
  padding: 15px 40px;
}
.gnb_chat .top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.gnb_chat .top .back, .gnb_chat .top .logout{
  flex: 1;
}
.gnb_chat  .title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gnb_chat .time{
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 5px;
}
.gnb_chat .time h2{
  font-size: 13px;
}
.gnb_chat .title p{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.gnb_chat .logout{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gnb_chat .logout button{
  background-color: rgba(255,68,0,1);
  color: #fff;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
}


/* .gnb_chat .top .logout a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 600;
}
.gnb_chat .top .logout a img {
  width: 15px;
  margin-right: 5px;
} */


.gnb .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.gnb .logo img {
  width: 150px;
}

.header_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sideMenu{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: #ffe8d1;
    height: 100%;  
    display: none;
}
.sideMenu.active{
    display: block;
}
.sideMenu .logo{
    width: 200px;
}
.slideCon{
    padding: 40px;
}
.slideCon h1{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.slideCon .item{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.slideCon .item h2{
    font-size: 14px;
    margin-bottom: 10px;
}

.slideCon .item ul li{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.slideCon .item ul li:last-child{
    border: none;
    padding-bottom: 0;
}
.slideCon .item ul li a{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slideCon .item ul li a img{
    width: 18px;
}


.main-wrapper {
  padding-top: calc(var(--header-height) + 20px);
  position: relative;
  z-index: 99;
}
#chatWrapper{
  padding-top: 0;
  padding-bottom: 0;
}
.main-wrapper-p100 {
  padding-bottom: 100px;
}
.main-wrapper .con-wrap {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.select_list{
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
.select_list li.item{
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1px solid #eee;
    transition: .3s;
    position: relative;
}
.select_list li.item .pointImg{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
.select_list li.item a{
  display: block;
  padding: 20px;
}
.select_list li.item div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.select_list li.item div strong{
  font-size: 18px;
  font-weight: 600;
  transition: .3s;
}
.select_list li.item div p{
  font-size: 15px;
  color: #9F9F9F;
  transition: .3s;
}
.select_list li.item span{
  color: #FF6108;
  transition: .3s;
}

@media (hover:hover) {
  .select_list li.item:hover{
      background-color: #FF6108;  
  }
  .select_list li.item:hover div strong{
    color: #fff;
  }
  .select_list li.item:hover div p{
    color: #fff;
  }
  .select_list li.item:hover span{
    color: #fff;
  }
  .select_list li.item:hover .pointImg{
    filter: brightness(0) saturate(100%) invert(79%) sepia(41%) saturate(2811%) hue-rotate(1deg) brightness(103%) contrast(110%);
  }
  
}

.guide-wrap {
  padding: 0 40px;
}
.guide-wrap .guide_title {
  margin-bottom: 20px;
}
.guide-wrap .guide_title strong {
  font-size: 17px;
  font-weight: 600;
  background-color: #f6891f;
  border-radius: 100px;
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.guide-wrap .guide_title p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
}
.guide-wrap .guide_con strong {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  display: inline-block;
}
.guide-wrap .guide_con ul {
  background-color: #f7f7f7;
  border: 1px solid #d4d4d4;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 15px;
}
.guide-wrap .guide_con ul li {
  padding: 9px 0;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
}
.guide-wrap .guide_con ul li:first-child {
  padding-top: 0;
}
.guide-wrap .guide_con ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.guide-wrap .guide_con .txt {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
  text-indent: -10px;
}
.guide-wrap .guide_con .txt:last-child {
  margin-bottom: 0;
}
.guide-wrap .guide_con .txt span {
  font-weight: 700;
}

.chat-wrap {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.chat-wrap {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.chat-wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.chat-wrap .item {
  margin-bottom: 20px;
  display: flex;
}
.chat-wrap .item:last-child{
  margin-bottom: 0;
}
.chat-wrap .item .user {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-wrap .item .user img {
  object-fit: contain;
  width: 100%;
}
.chat-wrap .item .msgBox {
  max-width: 350px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.chat-wrap .item .msgBox .name {
  font-size: 13px;
  font-weight: 500;
}
.chat-wrap .item .msgBox p.txt {
  padding: 10px 13px;
  box-sizing: border-box;
  background-color: #ffe8d1;
  border-radius: 10px;
  color: #000;
  line-height: 25px;
  font-size: 15px;
  display: inline-block;
  font-weight: 400;
}
.chat-wrap .item .msgBox .now-time {
  font-size: 11px;
  font-weight: 500;
  /* position: absolute;
  bottom: -15px;
  left: 0; */
  color: #adadad;
}
.chat-wrap .item-questioner{
  justify-content: right
}
.chat-wrap .item-questioner .msgBox{
  align-items: flex-end;
}
.chat-wrap .item-questioner .msgBox p.name{
  text-align: right;
}
.chat-wrap .item-questioner .msgBox p.txt {
  background-color: #f1f2f6;
}
.chat-wrap .item-questioner .msgBox p.txt span{
  background-color: #f6891f;
  color: #fff;
  font-size: 13px;
  padding: 2px 10px;
  margin-right: 5px;
  border-radius: 600px;
}
.chat-wrap .item-questioner .msgBox .now-time {
  right: 0;
  left: auto;
}
.chat-wrap .item.item-assistance .msgBox{
  margin-left: 10px;
}

/* 24.07.17 chat loading */
.loading {
  position: relative;
  display: flex;
  position: relative;
  top: 15px;
}
.loading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #818181;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
}

.loading span:first-child {
  animation: loading-span1 1.3s infinite;
  left: 0;
}

.loading span:nth-child(2) {
  animation: loading-span2 1.3s infinite;
  left: 15px;
}

.loading span:nth-child(3) {
  animation: loading-span3 1.3s infinite;
  left: 30px;
}

.loading span:nth-child(4) {
  animation: loading-span4 1.3s infinite;
  left: 45px;
}

.loading span:nth-child(5) {
  animation: loading-span5 1.3s infinite;
  left: 60px;
}

@keyframes loading-span1 {
  0% {
      height: 10px;
  }
  20% {
      height: 20px;
  }
  40% {
      height: 10px;
  }
  60% {
      height: 10px;
  }
  80% {
      height: 10px;
  }
  100% {
      height: 10px;
  }
}


@keyframes loading-span2 {
  0% {
      height: 10px;
  }
  15% {
      height: 10px;
  }
  30% {
      height: 20px;
  }
  45% {
      height: 10px;
  }
  60% {
      height: 10px;
  }
  85% {
      height: 10px;
  }
  100% {
      height: 10px;
  }
  
  
  
}

@keyframes loading-span3 {

  0% {
      height: 10px;
  }
  15% {
      height: 10px;
  }
  30% {
      height: 10px;
  }
  45% {
      height: 20px;
  }
  60% {
      height: 10px;
  }
  85% {
      height: 10px;
  }
  100% {
      height: 10px;
  }

  
}
@keyframes loading-span4 {
  0% {
      height: 10px;
  }
  15% {
      height: 10px;
  }
  30% {
      height: 10px;
  }
  45% {
      height: 10px;
  }
  60% {
      height: 20px;
  }
  85% {
      height: 10px;
  }
  100% {
      height: 10px;
  }

  
}

@keyframes loading-span5 {
  0% {
      height: 10px;
  }
  15% {
      height: 10px;
  }
  30% {
      height: 10px;
  }
  45% {
      height: 10px;
  }
  60% {
      height: 10px;
  }
  85% {
      height: 20px;
  }
  100% {
      height: 10px;
  }
  
}

.chatting_box {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 80px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 115;
}
.chatting_box input {
  flex: 1;
  background-color: #f2f2f2;
  margin-right: 10px;
  width: 100%;
  padding: 10px 15px;
  height: 100%;
  box-sizing: content-box;
  border-radius: 100px;
  font-size: 16px;
}
.chatting_box input::placeholder {
  color: #c3c3c3;
}
.chatting_box img {
  width: 30px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(96%) saturate(1552%) hue-rotate(351deg) brightness(98%) contrast(109%);
}

.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #000;
  background: none;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
}
.open-menu img,
.close-menu img {
  width: 100%;
}

.open-menu {
  position: absolute;
  right: -20px;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #000;
  background: none;
}

.m_nav {
  position: absolute;
  height: auto;
  color: #000;
  margin: 0 auto;
  left: 0;
  box-sizing: border-box;
  bottom: 20px;
  top: 0;
}
.m_nav .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m_nav .navbar .menu-wrapper {
  position: relative;
}
.m_nav .navbar .menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background 0.5s;
  width: 0;
  height: 0;
}
.m_nav .navbar .menu-wrapper.offcanvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
  z-index: 102;
}
.m_nav .navbar .menu-wrapper.offcanvas::before {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.m_nav .navbar .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 20rem;
  width: 100%;
  padding: 1.5rem 1rem;
  z-index: 100;
  overflow-y: auto;
  color: #000;
  background: #ffffff;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m_nav .navbar .menu-info {
  background-color: #148cb8;
}
.m_nav .navbar .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.m_nav .navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.m_nav .navbar .menu-item {
  position: relative;
  margin-bottom: 10px;
}
.m_nav .navbar .menu-item a {
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
  padding: 10px 20px;
  box-sizing: border-box;
  display: block;
  color: #000;
  transition: color 0.35s ease-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_nav .navbar .menu-item.has-collapsible {
  position: relative;
}
.m_nav .navbar .menu-item.has-collapsible .menu-child {
  display: none;
}
.m_nav .navbar .menu-item.has-collapsible .menu-child .menu-child-item {
  margin-bottom: 10px;
}
.m_nav .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  color: #000;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.m_nav .navbar .menu-item.has-collapsible span {
  transition: all 0.35s ease;
}
.m_nav .navbar .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
  background-color: #eee;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.m_nav .navbar .menu-item.active.has-collapsible .menu-child li {
  margin-bottom: 0;
}
.m_nav .navbar .menu-item.active.has-collapsible .menu-child li a {
  font-size: 15px;
  font-weight: 500;
}
.m_nav .navbar .menu-item.active.has-collapsible span {
  transform: rotate(90deg);
}

.sub-popup {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}
.sub-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.sub-popup .con {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.sub-popup .con .close-con {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.sub-popup .con .close-con img {
  width: 25px;
}
.sub-popup .con .txt h1 {
  font-size: 20px;
  font-weight: 800;
}
.sub-popup .con .txt ul {
  margin-top: 15px;
}
.sub-popup .con .txt ul li {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.sub-popup .con .txt ul li strong {
  width: 70px;
  font-size: 13px;
  font-weight: 800;
  margin-right: 15px;
}
.sub-popup .con .txt ul li .main_t {
  flex: 1;
  font-size: 15px;
  line-height: 20px;
}
.sub-popup .con .txt ul li .main_t img {
  width: 100%;
}


/* �뒪�겕濡ㅻ컮 �뒪���씪 �떆�옉 */
.scrollbar_custom{
  -ms-overflow-style: auto !important;
  scrollbar-width: initial !important;
  transition: .3s;
}
.scrollbar_custom::-webkit-scrollbar-track
{
	background-color: #fff;
}

.scrollbar_custom::-webkit-scrollbar{
  display: block;
	width: 5px;
	background-color: #F5F5F5;
}

.scrollbar_custom::-webkit-scrollbar-thumb
{
	background-color: transparent;
  
}

.scrollbar_custom.show-scrollbar::-webkit-scrollbar-thumb{
  background-color: #f6891f;
}

/* �뒪�겕濡ㅻ컮 �뒪���씪 �걹 */

/* �룊媛��몴 �뒪���씪 �떆�옉 */
.eva_container{
  width: 100%;
  height: auto;
  border-left: 1px solid #eee;
  background-color: #fff;
  padding-top: var(--header-height);
}
.evaluation_table{
  overflow: auto;
  padding: 30px;
  box-sizing: border-box;
}
.evaluation_table .item{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 10px;
}
.evaluation_table h2{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.evaluation_table .item p{
  font-size: 15px;
  font-weight: 500;
  flex: 1;
  margin-right: 20px;
}
.evaluation_table .item:first-child{
  padding-top: 0;
}
.evaluation_table .item:last-child{
  padding-bottom: 0;
}
.evaluation_table .item:nth-of-type(n+2){
  border-top: 1px solid #eee;
}
.check{
  display: flex;
  align-items: center;
  gap: 15px;
}
.check .input{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.check input{
  -webkit-appearance: auto;
	-moz-appearance: none;
	appearance: auto;
	border: auto;
  margin: 0;
  padding: 0;
}

.adminInfo{
  display: flex;
  align-items: center;
}
.adminInfo li{
  display: flex;
  align-items: center;
}


.hide{
  display: none;
}
.show{
  display: block;
}


/* ���젆�듃 �쁺�뿭 �뒪���씪 */
.select{
  position: relative;
  font-size: 15px;
  padding: 10px 25px 10px 10px;
  height: 53px;
  box-sizing: border-box;
  min-width: 180px;
  width: 100%;
  border-radius: 5px;
  border:1px solid #ccc;
  background-color: #fff;
  background-image: url("https://img.icons8.com/material-rounded/24/000000/expand-arrow.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  cursor: pointer;
}
.select p, .adminInfo .lastTime p{
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #f6891f;
}
/* �샃�뀡 �쁺�뿭 �뒪���씪 */
.select ul{
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: #ccc;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ccc;
  z-index: 999;
}
.select ul li{
  padding: 10px;
  font-size: 15px;
  background-color: #fff;
  transition: .3s;
}
.select ul li:hover{
  background-color: #f8f8f8;
}
.containerAdmin .gnb_chat .bottom{
  height: auto;
}
.adminInfo .lastTime{
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px; 
  border-radius: 5px;
  margin-left: 10px;
  height: 53px;
  box-sizing: border-box;
}
.adminInfo .lastTime div{
  display: flex;
  align-items: center;
  gap: 5px;
}
.adminInfo .lastTime ul{ 
  display: flex;
  align-items: center;
  align-items: center;
  gap: 5px;
}
.adminInfo .lastTime ul li{
  position: relative;
  font-size: 15px;
}
.adminInfo .lastTime ul li:nth-child(n+1):nth-child(-n+2)::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  transform: skew(-11deg) translateY(-50%);
  background-color: #000;
  right: -2px;
  top: 50%;
}

.adminInfo .lastTime ul li:nth-child(n+4):nth-child(-n+5)::after{
  content: ':';
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.saveBtn{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
}
.saveBtn .btn{
    height: 35px;
    background-color: #eee;
    display: block;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}
.btn.btn1{
  background-color: #f6891f;
}
.btn.btn2{
  background-color: #ff5100;
}

/* �룊媛��몴 �뒪���씪 �걹 */


.my_result_list{
  padding: 0 40px;
}
.my_result_list li a{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;

}
.my_result_list > li:nth-child(n+2){
  margin-top: 15px;
}
.my_result_list li a ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.my_result_list li a ul li{
  font-size: 15px;
  font-weight: 400;
}
.my_result_list li a span.case{
  background-color: #FF8D0A;
  color: #fff;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}
.my_result_list li a ul li:first-child{
  font-size: 18px;
  font-weight: 600;
}
.my_result_list li a ul li:last-child{
  color: #CCCCCC;
}

.resultCon{
    padding:  10px 20px 0 20px;
    position: sticky; top: 0; z-index: 9997;
    /* background: #EAF5F0;  */
    backdrop-filter: blur(3px);
}
.result { width: 100%; height: auto;}
.result li .content p,
.result li .resultBtn {color: #fff; width: 100%; margin: 0 auto; padding: 15px 20px; text-align: left; font-size: 14px; background: rgba(255,68,0,0.8); box-sizing: border-box; cursor: pointer; }
.result li .resultBtn{font-size: 18px; font-weight: 600; border-radius: 10px; transition: all 0.3s ease; }
.result li .resultBtn p{font-size: 13px; color: #fff; font-weight: 400; margin-top: 5px;}
.result li .content p{line-height: 25px; font-size: 15px; border-top: 1px solid #FFB287;}
/* 컨텐츠 */
.result li .content {border-radius: 10px; height: 0; overflow: hidden; transition: height 0.3s ease; position: relative;}

/* + 버튼 */
.result li .resultBtn { position: relative; }
.result li .resultBtn::before,
.result li .resultBtn::after { content: ''; position: absolute; top: 25px; right: 10px; display: block; width: 16px; height: 2px; background: #fff; }
.result li .resultBtn::after { transform: rotate(90deg); transition: transform 0.3s ease; }

/* 활성화 */
.result li.active .resultBtn{border-radius: 10px 10px 0 0;}
.result li.active .content {border-radius: 0 0 10px 10px;}
.result li.active .resultBtn::after { transform: rotate(0deg); }



.floatBtn{
    position: fixed;
    right: max(calc((100vw - 640px)/2 + 10px), 10px);
    bottom: 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}
.floatList{
    position: relative;
}

.floatBtn img{
    width: 40px;
}
.floatBtn a{
    cursor: pointer;
}

.resultL{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    height: 80%;
    z-index: 9999;
    padding: 40px;
    box-sizing: border-box;
    transform: scale(0.8);
    opacity: 0;
    transition: all .4s;
    pointer-events: none;
}

.resultL.active{
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    pointer-events: auto;
}


.resultitem{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    min-height: 450px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.resultitem h1{
    font-size: 20px;

}

.resultitem ul{
    margin-top: 20px;
}
.resultitem ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    font-size: 15px;
}
.resultitem ul li a strong{
    font-size: 15px;
    font-weight: 600;
}
.resultitem ul li a span{
    font-size: 13px;
    color: #9e9e9e;
}
.reload{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #FFA600;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reload img{
    width: 20px;
    filter: invert(1);
}


@media screen and (max-width:480px) {
  .login .logo img{
    width: 300px;
  }
  .login_char{
    width: 480px;
    right: -150px;
  }
  .login .input-group .input_div input{
    height: 60px;
    line-height: 60px;
  }
  .select_list{
    grid-template-columns: repeat(1,1fr);
  }
  .gnb-con img.charactor{
    width: 160px;
  }
}