@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');

@font-face {
  font-family: pretendard;
  src: url(/font/PretendardVariable.woff2);
}

.cursor {
  cursor: pointer !important;
}

.text-purple {
    color: #b02b74;
}

td, th {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.table .row .fa-check:hover, .table .row .fa-circle-check:hover {
    color: #b04272;
    cursor: pointer;
}

.text-instagram {
    background: linear-gradient(to left bottom, #833ab4, #fd1d1d, #fcb045);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    border: none;
}

.text-youtube {
    color: #FF0000;
}

.text-naver {
    color: #03c75a;
}

.top-border {
  border-top: 2px groove #333333;
}
.modal-footer{
    border-top:0px;
}
.bottom-border {
  border-bottom: 2px groove #333333;
}

.teacher-btn {
  background-color:#845EC2;
  border: none;
  border-radius: 15px;
}

.cursor-pointer:hover {
  cursor: pointer;
  transform: translate(1px, 1px);
}

.need {
    border-bottom: 2px groove #333333;
}

* {
    font-family: 'pretendard', sans-serif;
    color: #444444;
}

body {
    background-color: #444444;
}

body::-webkit-scrollbar{
    display: none;
}

footer{
    background-color: #2b2b2b;
}
.items{
    display: block;
    width: 100%;
    height: 100%;
}
/* 모달 css */
/* .modal .modal-dialog h5 {
    color: #333333;
}

.modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    color: #333333;
    font-weight: 400;
    padding: 5% 0;
}

.modal .modal-dialog .modal-content .btn {
    outline: none;
    border: none;
}

.modal .btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.modal label{
    color: rgb(22, 22, 22);
    font-weight: 300;
} */

/* .modal-header {
  background-color: #2B2B2B;
  border-radius: 15px;
  margin: 20px 20px 0 20px;
}

.modal-header .modal-title{
  color: #f1f1f1;
}

.modal-header .btn-close {
  color: #f1f1f1 !important;
} */

@media all and (max-width : 1200px) {
  .modal .modal-handling {
    width: 98vw !important;
    max-width: 98vw !important;

  }
}

.modal-body-select-container {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 16px 0;
}

.modal-body-select-label {
  width: 100px;
  color: #FFF;
  margin-right: 20px;
  display: flex;
  justify-content: center;
}

.modal-body-select-container-span {
  width: 100%;
  height: fit-content;
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #444444;
  color: #fff; 
  text-align: center;
  border-radius: 10px;
}


@media all and (max-width : 568px) {
  .modal-body-select-container {
    flex-direction: column;
  }

  .modal-body-select-label {
    width: 100%;
  }
}

.modal-body-select {
  width: 35%;
  padding: 12px;
  border: 2px groove #2b2b2b44;
}

.modal-body-select-100 {
  width: 75%;
}

@media all and (max-width : 768px) {
  .modal-body-select {
    width: 100%;
  }
}

.modal-body-select:active {
  border: none;
  outline: none;
  border-bottom: 2px groove #2b2b2b44;
}

.modal-body-select:focus {
  border: none;
  outline: none;
  border: 2px groove #222222;
}

.modal-tbody-btn {
  background: none;
  border: none;
  outline: none;
}

.modal-tbody-btn:hover {
  transform: translate(1px, 1px);
}

.modal-footer a {
  text-decoration: none;
  color: #ffffff;
}

.img-container {
    height: 600px;
    width: 1120px;
    background: url('./images/counselling_modal.PNG');
    background-size: cover;
}

.navbar-brand {
    width: 15%;
}
.navbar-brand > img{
    width: 100%;
}

.navbar-nav .nav-item .sidebar-link,
.navbar-nav .nav-item .sidebar-link > i {
    color: #F1F1F1;
    font-weight: 600;
    text-decoration:none !important;
    border-radius: 5px;
}

.navbar-nav .nav-item .sidebar-link {
    font-weight: 500;
}

.navbar-nav .nav-item .sidebar-link:hover {
    text-decoration:none !important;
    background-color: #FAF8FF;
    border-radius: 5px;
    color: #b02b74;
    font-weight: 600;
}

.navbar-nav .nav-item .sidebar-link:hover > i {
    color: #b02b74;
}

.navbar-nav .nav-item .current,
.navbar-nav .nav-item .current > i {
    border-radius: 5px;
    background-color: #FFF4FC;
    color: #b02b74;
}
.navbar-nav .nav-item .current:hover,
.navbar-nav .nav-item .current:hover > i {
    border-radius: 5px;
    background-color: #FFF4FC;
    color: #b02b74;
}
.navbar-nav .nav-item .current:hover {
    box-shadow: 5px 5px 10px #1b1b1b;
}

/* 상단 nav바 */
.top-nav-bar {
    width: 100%;
    background-color: #2b2b2b;
    font-size: 0.7rem;
    padding-top: 21px;
}

.search-input {
    background: transparent;
    border: none;
    border-radius: none;
    border-bottom: 2px solid rgb(22, 22, 22);
    transition: all .4s;
}

.search-input:focus {
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #dc3545;
}

.search-button {
    border-radius: 50%;
    padding: 10px 15px;
    transition: all .4s
}

.search-button:hover{
    background-color: #eee;
    transform: translateY(-1px);
}

.icon-parent {
    position: relative;
}

.icon-bullet::after{
    content: "";
    position: absolute;
    top: 7px;
    left: 15px;
    height: 12px;
    width: 12px;
    background-color: #f44336;
    border-radius: 50%;
}

/* footer */
.card-container .footer p,
.card-container .footer a {
    font-weight: 500;
    color: #e1e1e1;
    padding: 0 10px 0 10px;
}

.card-container .footer .nav-link i {
    font-weight: 100;
    font-size: 20px;
}










.card-container .card * {
    color: #222222;
}

.card-header .nav-item:hover {
    cursor: pointer;
    transform: translate(-1px, -1px);
}


/* 페이지네이션 */
.page-link:focus {
    background: transparent;
    box-shadow: none;
}

/* 캐러셀 */
.carousel {
    width: 87vw;
}

/* select box */
option {
    font-weight: 500;
}

details {
    border-bottom: 1px solid #efefef;
    color: #666;
    font-size: 15px;
    padding: 5px;
}


details[open] summary {
    font-weight: 800;
}

details > summary {
    color: #333;
    font-size: 15px;
    padding: 5px 0;
}

.student_report{
    background-color: purple;
}

.student_info{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.info_contents{
    float: left;
    width: 50%;
}

.info_contents > ul {
    padding-left: 5px;
}
.info_contents > ul > li{
    float: left;
    list-style:none;
}

#main{
    margin-top: 61.09px;
    margin-bottom: 56px;
    width: 100vw;
    min-height: calc(100vh - 117.09px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#login{
    width: 100%;
    height: 100%;
    padding-top: 10%;
}
#login> *{
    color: #2e2e2e!important;
}



/* 가로배치 */
.make_row{
    display: flex;
    flex-direction: row;
}
/* 세로배치 */
.make_col{
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* 댓글 관련 */
.p_comment{
    margin-bottom: 0px;
}
.c_comment{
    margin-right:15px;
}

#profile_data{
    display: flex;
    align-items: stretch;
    justify-content: center;
    background-color: #DCE6F2;
}

/* 막대 바 관련  */
.progress_box{
    width: 100%;
}
.progress_msg{
    width: 30%;
    font-size: 20px;
    color:white;
}
.progress-bar {
    width: 70%;
    height: 30px;
    background-color:white;
    font-weight: 600;
    font-size: .8rem;
    margin-top:5px;
}

.progress-bar .progress {     /* // 나타내고자 하는 퍼센트 값을 넣으면 됩니다. */
    height: 30px;
    padding: 0;
    text-align: center;
    color: #111;
}

/* 막대 바 관련 끝 */

/* 서치박스 */
.search_input_box{
    width:40%;
    height: 40px;
    margin: 2% 2% 2% 60%;
    overflow-x: auto;
}

.tagtagtitle{
    background-color:#DCE6F2;
    font-size:1.2rem
}

.no_mb{
    margin-bottom: 0;
}

input::placeholder {
    text-align: center;
}

/* button */
.student_report_button_box {
    background-color: white;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 40px;
  }
  .color {
    width: 350px;
    margin: 0 auto;
  }
  .color li {
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
  }
  .color .red    {background: #fa5a5a;}
  .color .yellow {background: #f0d264;}
  .color .green  {background: #82c8a0;}
  .color .cyan   {background: #7fccde;}
  .color .blue   {background: #6698cb;}
  .color .purple {background: #cb99c5;}
  
  .content, 
  .content-gradient, 
  .content-3d {
    margin: 40px auto;
  }
  .content {
    width: 80%;
    max-width: 700px;
  }
  .content-3d {
    width: 50%;
    max-width: 300px;
  }
  pre {
    width: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.72);
    color: #f8f8f2;
    border-radius: 0 0 4px 4px;
    margin-top: 20px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
  }
  pre .bt  {color: #f8f8f2;} /* <> */
  pre .anc {color: #f92672;} /* anchor tag */
  pre .att {color: #a6a926;} /* attribute */
  pre .val {color: #e6db74;} /* value */
  
  .btn-container, .container {
    background-color: white;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 40px;
  }
  .container h2 {
    padding-top: 30px;
    font-weight: 300;
  }
  .btn, .btn-two {
    margin: 9px;
  }
  .btn-gradient {
    margin: 5px;
  }
  a[class*="btn"] {text-decoration: none;}
  input[class*="btn"], 
  button[class*="btn"] {border: 0;}
  
  /* Here you can change the button sizes */
  .btn.large, 
  .btn-two.large, 
  .btn-effect.large {
    padding: 20px 40px; 
    font-size: 22px;
  }
  .btn.small, 
  .btn-two.small, 
  .btn-gradient.small, 
  .btn-effect.small {
    padding: 8px 18px;  
    font-size: 14px;
  }
  .btn.mini, 
  .btn-two.mini, 
  .btn-gradient.mini, 
  .btn-effect.mini {
    padding: 4px 12px;  
    font-size: 12px;
  }
  .btn.block, 
  .btn-two.block, 
  .btn-gradient.block, 
  .btn-effect.block {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .btn-gradient.large {
    padding: 15px 45px; 
    font-size: 22px;
  }
  
  /* Colors for .btn and .btn-two */
  .btn.blue, .btn-two.blue     {background-color: #7fb1bf;}
  .btn.green, .btn-two.green   {background-color: #9abf7f;}
  .btn.red, .btn-two.red       {background-color: #fa5a5a;}
  .btn.orange, .btn-two.orange       {background-color: #faa75a;}
  .btn.purple, .btn-two.purple {background-color: #cb99c5;}
  .btn.cyan, .btn-two.cyan     {background-color: #7fccde;}
  .btn.yellow, .btn-two.yellow {background-color: #f0d264;}
  .btn.white, .btn-two.white     {background-color: #fcfcf1; color: black;}
  .btn.white, .btn-two.black     {background-color: #202020; color: white;}
  .rounded {
    border-radius: 10px;
  }
  
  /* default button style */
  .btn {
    position: relative;
    border: 0;
    padding: 8px 16px;
    display: inline-block;
    text-align: center;
    color: white;
  }
  .btn:active {
    top: 4px; 
  }
  
  /* color classes for .btn */
  .btn.blue {box-shadow: 0px 4px #74a3b0;}
  .btn.blue:active {box-shadow: 0 0 #74a3b0; background-color: #709CA8;}
  
  .btn.green {box-shadow: 0px 4px 0px #87a86f;}
  .btn.green:active {box-shadow: 0 0 #87a86f; background-color: #87a86f;}
  
  .btn.red {box-shadow:0px 4px 0px #E04342;}
  .btn.red:active {box-shadow: 0 0 #ff4c4b; background-color: #ff4c4b;}
  
  .btn.purple {box-shadow:0px 4px 0px #AD83A8;}
  .btn.purple:active {box-shadow: 0 0 #BA8CB5; background-color: #BA8CB5;}
  
  .btn.cyan {box-shadow:0px 4px 0px #73B9C9;}
  .btn.cyan:active {box-shadow: 0 0 #73B9C9; background-color: #70B4C4;}
  
  .btn.yellow {box-shadow:0px 4px 0px #D1B757;}
  .btn.yellow:active {box-shadow: 0 0 #ff4c4b; background-color: #D6BB59;}
  
  /* Button two - I have no creativity for names */
  .btn-two {
    color: white; 
    padding: 15px 25px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.21);
    border-bottom-color: rgba(0,0,0,0.34);
    text-shadow:0 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 0 rgba(255,255,255,0.34) inset, 
                0 2px 0 -1px rgba(0,0,0,0.13), 
                0 3px 0 -1px rgba(0,0,0,0.08), 
                0 3px 13px -1px rgba(0,0,0,0.21);
  }
  .btn-two:active {
    top: 1px;
    border-color: rgba(0,0,0,0.34) rgba(0,0,0,0.21) rgba(0,0,0,0.21);
    box-shadow: 0 1px 0 rgba(255,255,255,0.89),0 1px rgba(0,0,0,0.05) inset;
    position: relative;
  }
  /* 3D Button */
  .btn-3d {
    position: relative;
    display: inline-block;
    font-size: 22px;
    padding: 20px 60px;
    color: white;
    margin: 20px 10px 10px;
    border-radius: 6px;
    text-align: center;
    transition: top .01s linear;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
  }
  .btn-3d.red:hover    {background-color: #e74c3c;}
  .btn-3d.blue:hover   {background-color: #699DD1;}
  .btn-3d.green:hover  {background-color: #80C49D;}
  .btn-3d.purple:hover {background-color: #D19ECB;}
  .btn-3d.yellow:hover {background-color: #F0D264;}
  .btn-3d.cyan:hover   {background-color: #82D1E3;}
  
  .btn-3d:active {
    top: 9px;
  }
  
  /* 3D button colors */
  .btn-3d.red {
    background-color: #e74c3c;
    box-shadow: 0 0 0 1px #c63702 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 8px 0 0 #C24032,
          0 8px 0 1px rgba(0,0,0,0.4),
          0 8px 8px 1px rgba(0,0,0,0.5);
  }
  .btn-3d.red:active {
    box-shadow: 0 0 0 1px #c63702 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 0 0 1px rgba(0,0,0,0.4);
  }
  
  .btn-3d.blue {
    background-color: #6DA2D9;
    box-shadow: 0 0 0 1px #6698cb inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 8px 0 0 rgba(110, 164, 219, .7),
          0 8px 0 1px rgba(0,0,0,.4),
          0 8px 8px 1px rgba(0,0,0,0.5);
  }
  .btn-3d.blue:active {
    box-shadow: 0 0 0 1px #6191C2 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 0 0 1px rgba(0,0,0,0.4);
  }
  
  .btn-3d.green {
    background-color: #82c8a0;
    box-shadow: 0 0 0 1px #82c8a0 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 8px 0 0 rgba(126, 194, 155, .7),
          0 8px 0 1px rgba(0,0,0,.4),
          0 8px 8px 1px rgba(0,0,0,0.5);
  }
  .btn-3d.green:active {
    box-shadow: 0 0 0 1px #82c8a0 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 0 0 1px rgba(0,0,0,0.4);
  }
  
  .btn-3d.purple {
    background-color: #cb99c5;
    box-shadow: 0 0 0 1px #cb99c5 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 8px 0 0 rgba(189, 142, 183, .7),
          0 8px 0 1px rgba(0,0,0,.4),
          0 8px 8px 1px rgba(0,0,0,0.5);
  }
  .btn-3d.purple:active {
    box-shadow: 0 0 0 1px #cb99c5 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 0 0 1px rgba(0,0,0,0.4);
  }
  
  .btn-3d.cyan {
    background-color: #7fccde;
    box-shadow: 0 0 0 1px #7fccde inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 8px 0 0 rgba(102, 164, 178, .6),
          0 8px 0 1px rgba(0,0,0,.4),
          0 8px 8px 1px rgba(0,0,0,0.5);
  }
  .btn-3d.cyan:active {
    box-shadow: 0 0 0 1px #7fccde inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 0 0 1px rgba(0,0,0,0.4);
  }
  
  .btn-3d.yellow {
    background-color: #F0D264;
    box-shadow: 0 0 0 1px #F0D264 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 8px 0 0 rgba(196, 172, 83, .7),
          0 8px 0 1px rgba(0,0,0,.4),
          0 8px 8px 1px rgba(0,0,0,0.5);
  }
  .btn-3d.yellow:active {
    box-shadow: 0 0 0 1px #F0D264 inset,
          0 0 0 2px rgba(255,255,255,0.15) inset,
          0 0 0 1px rgba(0,0,0,0.4);
  }
  
  /* Gradient buttons */
  .btn-gradient {
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0,0,0,0.21);
    border-bottom: 4px solid rgba(0,0,0,0.21);
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
  }
  /* Gradient - ugly css is ugly */
  .btn-gradient.cyan {
    background: rgba(27,188,194,1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27,188,194,1)), to(rgba(24,163,168,1)));
    background: -webkit-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
    background: -moz-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
    background: -o-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
    background: linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2', endColorstr='#18a3a8', GradientType=0);
  }
  
  .btn-gradient.red{ 
    background: rgba(250,90,90,1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250,90,90,1)), to(rgba(232,81,81,1)));
    background: -webkit-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
    background: -moz-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
    background: -o-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
    background: linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
  }
  .btn-gradient.orange {
    background: rgba(255,105,30,1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,105,30,1)), to(rgba(230,95,28,1)));
    background: -webkit-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
    background: -moz-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
    background: -o-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
    background: linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
  }
  .btn-gradient.blue {
    background: rgba(102,152,203,1);
    background: -moz-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,152,203,1)), color-stop(100%, rgba(92,138,184,1)));
    background: -webkit-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
    background: -o-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
    background: linear-gradient(to bottom, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6698cb', endColorstr='#5c8ab8', GradientType=0 );
  }
  .btn-gradient.purple { 
    background: rgba(203,153,197,1);
    background: -moz-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,153,197,1)), color-stop(100%, rgba(181,134,176,1)));
    background: -webkit-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
    background: -o-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
    background: -ms-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
    background: linear-gradient(to bottom, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb99c5', endColorstr='#b586b0', GradientType=0 );
  }
  .btn-gradient.yellow {
    background: rgba(240,210,100,1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(240,210,100,1)), to(rgba(229,201,96,1)));
    background: -webkit-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
    background: -moz-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
    background: -o-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
    background: linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d264', endColorstr='#e5c960', GradientType=0 );
  }
  .btn-gradient.green {
    background: rgba(130,200,160,1);
    background: -moz-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,200,160,1)), color-stop(100%, rgba(130,199,158,1)));
    background: -webkit-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
    background: -o-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
    background: linear-gradient(to bottom, rgba(130,200,160,1) 0%, rgba(124, 185, 149, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c8a0', endColorstr='#82c79e', GradientType=0 );
  }
  
  .btn-gradient.red:active    {background: #E35252;}
  .btn-gradient.orange:active {background: #E8601B;}
  .btn-gradient.cyan:active   {background: #169499;}
  .btn-gradient.blue:active   {background: #608FBF;}
  .btn-gradient.purple:active {background: #BD8EB7;}
  .btn-gradient.yellow:active {background: #DBC05B;}
  .btn-gradient.green:active  {background: #72B08E;}

  .btn-back{
    color: #635994;
  }

  .hr-dotted {
    border : 0px;
    border-top: 5px dotted #663399;
  }

  .error_msg_alert{
    color:red; text-align:center;
    display:none;
  }

  .이반퇴소원생{
    color:red;
  }

  .notification-badge {
    position: absolute;
    left:51.9%;
    padding: 1px 7px;
    background-color: #F7E6C4;
    border-radius: 50%;
}