@charset "utf-8";

/* RESET */

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}aside,details,figcaption,figure,footer,header,hgroup,icle,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* ipad, mac 등 Safari를 위한 초기화 css */

input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
}

select::-ms-expand {
    display: none;
}

* {box-sizing: border-box;}

html {
  height: 100%;
}

::-moz-selection {
   background: #f2cc0c;
   color: black;
}
::selection {
   background: #f2cc0c;
   color: black;
}

body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important;
}

mark {
  background-color: #f2cc0c;
}

.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
  -moz-animation:blink 0.5s ease-in-out infinite alternate;
  animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {background-color: #fff;;}
  100% {background-color: #f2cc0c;}
}
@-moz-keyframes blink{
  0% {background-color: #fff;;}
  100% {background-color: #f2cc0c;}
}
@keyframes blink{
  0% {background-color: #fff;;}
  100% {background-color: #f2cc0c;}
}

body {
  font-family: "Noto Sans KR";
  margin: 0;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, a, button, span{
  font-family: "Noto Sans KR";
}

/* container width 설정 */

.container {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 100%;
  position: relative;
  padding-bottom: 80px;
}

.container:after {
  content:"";
  clear:both;
  display:block;
}

@media only screen and (max-width:321px) {
  .container, .nav {
    max-width: 310px;
  }
}

@media only screen and (min-width:321px) and (max-width:380px) {
  .container, .nav {
    max-width: 350px;
  }
}

@media only screen and (min-width:380px) and (max-width:700px) {
  .container, .nav {
    max-width: 400px;
  }
}

@media only screen and (min-width:700px) and (max-width:850px) {
  .container, .nav {
    max-width: 750px;
  }
  .casedetail .detail_text table{
    font-size: 12px !important;
  }
  .casedetail button{
    padding: 0px 2px !important;
    font-size: 10px !important;
  }
  .dropdown .dropbtn {
    font-size: 12px !important;
    padding: 14px 7px !important;
    margin: 0; /* Important for vertical align on mobile phones */
  }
  .navbar a {
    float: left;
    font-size: 12px !important;
    font-weight: 800;
    color: black;
    text-align: center;
    padding: 14px 7px !important;
    text-decoration: none;
  }
  .navbar i {
    width: 12px !important;
    height: 12px !important;
  }
}

@media only screen and (min-width:850px) and (max-width:1025px) {
  .container, .nav {
    max-width: 950px;
  }
}

@media only screen and (min-width:1025px) {
  .container, .nav {
    max-width: 1100px;
  }
}

.popper, .tooltip {
   position: absolute;
   z-index: 9999;
   background: #FFC107;
   color: black;
   font-weight: 700;
   width: 200px;
   border-radius: 3px;
   box-shadow: 0 0 2px rgba(0,0,0,0.5);
   padding: 10px;
   text-align: left;
   font-size: 12px;
 }
 .style5 .tooltip {
   background: #1E252B;
   color: #FFFFFF;
   max-width: 200px;
   width: auto;
   font-size: .8rem;
   padding: .5em 1em;
 }
 .popper .popper__arrow,
 .tooltip .tooltip-arrow {
   width: 0;
   height: 0;
   border-style: solid;
   position: absolute;
   margin: 5px;
 }

 .tooltip .tooltip-arrow,
 .popper .popper__arrow {
   border-color: #FFC107;
 }
 .style5 .tooltip .tooltip-arrow {
   border-color: #1E252B;
 }
 .popper[x-placement^="top"],
 .tooltip[x-placement^="top"] {
   margin-bottom: 5px;
 }
 .popper[x-placement^="top"] .popper__arrow,
 .tooltip[x-placement^="top"] .tooltip-arrow {
   border-width: 5px 5px 0 5px;
   border-left-color: transparent;
   border-right-color: transparent;
   border-bottom-color: transparent;
   bottom: -5px;
   left: calc(50% - 5px);
   margin-top: 0;
   margin-bottom: 0;
 }
 .popper[x-placement^="bottom"],
 .tooltip[x-placement^="bottom"] {
   margin-top: 5px;
 }
 .tooltip[x-placement^="bottom"] .tooltip-arrow,
 .popper[x-placement^="bottom"] .popper__arrow {
   border-width: 0 5px 5px 5px;
   border-left-color: transparent;
   border-right-color: transparent;
   border-top-color: transparent;
   top: -5px;
   left: calc(50% - 5px);
   margin-top: 0;
   margin-bottom: 0;
 }
 .tooltip[x-placement^="right"],
 .popper[x-placement^="right"] {
   margin-left: 5px;
 }
 .popper[x-placement^="right"] .popper__arrow,
 .tooltip[x-placement^="right"] .tooltip-arrow {
   border-width: 5px 5px 5px 0;
   border-left-color: transparent;
   border-top-color: transparent;
   border-bottom-color: transparent;
   left: -5px;
   top: calc(50% - 5px);
   margin-left: 0;
   margin-right: 0;
 }
 .popper[x-placement^="left"],
 .tooltip[x-placement^="left"] {
   margin-right: 5px;
 }
 .popper[x-placement^="left"] .popper__arrow,
 .tooltip[x-placement^="left"] .tooltip-arrow {
   border-width: 5px 0 5px 5px;
   border-top-color: transparent;
   border-right-color: transparent;
   border-bottom-color: transparent;
   right: -5px;
   top: calc(50% - 5px);
   margin-left: 0;
   margin-right: 0;
 }

/* 모달창 */
.modallink {
  display: inline-block;
  float: right;
}

.modallink > a {
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  font-weight: 500;
  line-height: 250%;
  background: #393f4b;
  border-radius: 0.25rem;
}

.modallink > a:hover {
  background-color: #f2cc0c;
  color: black;
}

.fc-content {
  font-size: 1em;
}

.fc-day-number {
  font-weight: 600;
}

.fc-day-grid-event .fc-time {
  letter-spacing: -0.2px;
  font-weight: 600;
}

.fc-button-primary {
  font-size: 0.75em;
}

.fc-center > h2 {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}

.fc-today{
  background-color: #fcf8e3;
  color: black;
  font-weight:bold;
}

.fc-sun {
  color: #d9534f !important;
  background-color : #fbeded;
}

.fc-sat{
  color: #325d88 !important;
  background-color: #eaeef3;
}

header {
}

.nav {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 110px;
  position: fixed;
  width: inherit;
  background-color: white;
}

.topnav {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: solid;
  border-color: #6d819c;
}

.icon_login {
  margin-top: 2%;
  float: left;
  width: 50%;
  font-weight: 800;
}

.icon_login h1 {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  margin-left: 18px;
}

.icon_login h2 {
  display: block;
  text-align: left;
  color: black;
  margin: 0;
  padding-top: 0px;
  text-decoration: none;
  font-size: 32px;
  margin-left: 16px;
  margin-bottom: 10px;
}

.icon {
  float: left;
  width: 50%;
  font-weight: 800;
}

.icon h1 {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  margin-left: 18px;
}

.icon h2 {
  display: block;
  text-align: left;
  color: black;
  margin: 0;
  padding-top: 0px;
  text-decoration: none;
  font-size: 24px;
  margin-left: 16px;
  margin-bottom: 10px;
}

.topnav a {
  text-decoration: none;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

.topnav .search-container {
  float: right;
  margin-top: 10px;
}

.topnav input {
  border: none;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

.topnav input[placeholder] {
  border-bottom: solid;
  border-width: thin;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 8px;
  background: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  color: #c03546;
}

.navbar {
  width: 100%;
  overflow: hidden;
  color: black;
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 800;
  border-radius: 0.25rem;
}

.navbar a {
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: black;
  text-align: center;
  padding: 14px 8px;
  text-decoration: none;
  border-radius: 0.25rem;
}

.navbar i {
  width: 14px;
  height: 14px;
}

.navbar .logout {
  float: right;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  color: black;
  padding: 14px 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #f2cc0c;
  color: black;
}

#drop_active {
  border-radius: 0.25rem;
  background-color: #393f4b;
  color: white;
}

#stf_active {
  border-radius: 0.25rem;
  background-color: #393f4b;
  color: white;
}

#SettingButton {
  border-radius: 0.25rem;
  float: right;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #f2cc0c;
  padding: 0;
  text-align: center;
  color: black;
  border: 0;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  font-size: 14px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 0.25rem;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 14px;
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 0.25rem;
}

.dropdown-content i{
  width: 16px;
  height: auto;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {

  .topnav {
    width: 100%;
  }

  .topnav .icon{
    width: 50%;
  }

  .topnav .search-container {
    width: 50%;
    float: right;
  }

  .topnav input {
    width: 75%;
    border-bottom: solid;
    border-width: thin;
  }

  .topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 15px;
    color: #074e68;
    outline: none;
  }

  .topnav .search-container button {
    width: auto;
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 8px;
    background: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

}

.calendar {
  margin-top: 150px;
  z-index: 10;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.foot {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: inherit;
  height: 80px;
  border-top: solid;
  border-color: #6d819c;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  padding-top: 10px;
  padding-right: 20px;
}

.foot > span {
  font-size: 12px;
}

.loginbox {
  margin-top: 110px;
}

.loginbox > h1 {
  font-size: 14px;
}

article .firstpage {
  margin-top: 150px;
}

article .firstpage a {
  text-decoration: none;
  border-radius: 0.25rem;
  float: right;
  margin: 0 auto;
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
  letter-spacing: 1px;
  margin-left: 40px;
  margin-top: 10px;
}

article .firstpage .guide {
  padding-top: 100px;
  position: relative;
  height: 100%;
}

article .guide .imgguide {
  text-align: right;
}

article .firstpage .guide > img{
  position: absolute;
  vertical-align: bottom;
}

article .firstpage .guide > h2 {
  border-radius: 0.25rem;
  text-decoration: none;
  margin: 0 auto;
  font-size: 20px;
  display: inline-block;
  padding: 0 10px;
  color: white;
  font-weight: 700;
  line-height: 250%;
  background: #393f4b;
  letter-spacing: 1px;
}

article .firstpage .guide > p {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.guide .maintext {
  font-family: 'Noto Sans KR';
  margin-left: 5%;
  text-decoration: none;
  line-height: 180%;
}

.guide .maintext p {
  font-size: 14px;
  font-weight: normal;
}

.casedetail {
  margin-top: 135px;
}

.casedetail .detail_title {
  margin-bottom: 16px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: #f0f0f0;
  border-radius: 0.5rem;
}

.casedetail .detail_title > h1{
  font-size: 24px;
  display: inline-block;
  font-weight: 900;
}

.casedetail .detail_text .detail_title > h2{
  text-align: left;
  margin: 2px 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.casedetail .detail_text .detail_title > h3{
  border: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
  color: white;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
}

.casedetail .detail_text .detail_title h1 > a{
  color: inherit;
  text-decoration: none;
}

.casedetail .detail_text .detail_title > a.back {
  float: right;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background: #393f4b;
  padding: 8px 15px;
  text-align: center;
  color: white;
  border: 0;
}

.casedetail .detail_title > h2{
  text-align: left;
  margin: 2px 0;
  font-size: 18px;
  font-weight: 700;
}

.casedetail .detail_text .detail_title h2 > span {
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 250%;
  background: #393f4b;
}

.casedetail .divline {
  height: 2px;
  background-color: #76828e;
  margin-top: 5px;
  margin-bottom: 5px;
}

.casedetail .detail_text {
}

.casedetail .detail_text table{
  width: 100%;
  font-size: 14px;
  line-height: 220%;
}

.casedetail .detail_text .basictable th{
  height: 2.5rem;
  padding-right: 5px;
  background-color: #eee;
  text-align: right;
  border-bottom: 1px solid #ddd;
}

.casedetail .detail_text .basictable td{
  font-weight: 500;
  height: 2.5rem;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
}

.casedetail .detail_text .basictable td:hover{
  background-color: #ddd;
}

.casedetail .detail_text .basictable .btn-notice{
  border: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: black;
  font-weight: 700;
  line-height: 250%;
  background: #f2cc0c;
}

.casedetail .detail_text .basictable a{
  text-decoration: none;
}

.casedetail .detail_text .basictable .btn-red{
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 250%;
  background: #c03546;
}

.casedetail .detail_text .detailtable .btn-red{
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 250%;
  background: #c03546;
}

.casedetail .detail_text .basictable .btn-blue{
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 250%;
  background: #6d819c;
}

.casedetail .detail_text .basictable .btn-blue-hover{
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 250%;
  background: #6d819c;
}

.casedetail .detail_text .basictable .btn-blue-hover:hover{
  color: black;
  background: #f2cc0c;
}

.casedetail .detail_text .detailtable .btn-blue{
  border: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
}

.casedetail .detail_text .basictable .btn-yel{
  border-radius: 0.25rem;
  border: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: black;
  font-weight: 700;
  line-height: 250%;
  background: #f2cc0c;
}

.casedetail .detail_text .detailtable th{
  height: 2.5rem;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.casedetail .detail_text .detailtable td{
  height: 2.5rem;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}

.casedetail .detail_text .detailtable .appeal {
  font-size: 0.4em;
  line-height: 100%;
  font-weight: normal;
  text-decoration: none;
  margin: auto;
  text-align: center;
  display: inline-block;
  padding: 5px;
  color: white;
  background: #c03546;
  border-radius: 0.25rem;
}

.casedetail .detail_text .detailtable .table-primary {
  background-color: #eceff2;
}

.casedetail .detail_text .detailtable .table-warning {
  background-color: #fae9eb;
}

.casedetail .detail_text .detailtable .table-secondary {
  background-color: #eee;
}

.casedetail .detail_text .detailtable td > a{
  text-decoration: none;
  color: black;
  font-weight: 500;
}

.casedetail .detail_text .detailtable .btn-primary{
  border: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 250%;
  background: #393f4b;
  border-radius: 0.25rem;
}

.casedetail .detail_text .detailtable .btn-danger{
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 250%;
  background: #c03546;
}

.casedetail .detail_text .detailtable .btn-notice{
  border-radius: 0.25rem;
  border: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: black;
  font-weight: 700;
  line-height: 250%;
  background: #f2cc0c;
}

.casedetail .detail_text .detailtable .btn-blue{
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
}

.casedetail .detail_text .detailtable .btn-blue-small{
  border: 1px solid #6d819c;
  border-radius: 0.25rem;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #6d819c;
  font-weight: 700;
  line-height: 200%;
}

.casedetail .detail_text .detailtable .btn-blue-small:hover{
  background-color: #55739c;
  color: white;
}

.casedetail .detail_text .detailtable .btn-red-small{
  border: 1px solid #dc143c;
  border-radius: 0.25rem;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #dc143c;
  font-weight: 700;
  line-height: 200%;
}

.casedetail .detail_text .detailtable .btn-red-small:hover{
  background-color: #dc143c;
  color: white;
}

.casedetail .detail_text .basictable .btn-blue-small{
  float: right;
  border: 1px solid #6d819c;
  border-radius: 0.25rem;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #6d819c;
  font-weight: 700;
  line-height: 200%;
}

.casedetail .detail_text .basictable .btn-blue-small:hover{
  background-color: #55739c;
  color: white;
}

.casedetail .detail_text .detailtable .btn-blue:hover{
  background-color: #55739c;
}

.casedetail .detail_text .detailtable .btn-notice:hover{
  background: #cbaa00;
}

.casedetail .detail_text .detailtable .btn-modify{
  border: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
}

.casedetail .detail_text .detailtable tr:hover{
  background-color: #ddd;
}

.casedetail .detail_text .detail_text_title {
  width: 100%;
  height: 40px;
}

.casedetail .detail_text .detailtable .casedetail_td > tr > td{
  font-weight: normal;
}

.casedetail .detail_text h2 {
  display: inline-block;
  margin-left: 8px;
  margin-right: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.casedetail .detail_text h4 {
  display: inline-block;
  margin: 4px 8px;
  font-size: 16px;
}

.casedetail .detail_text h5 {
  display: block;
  margin: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
  line-height: 200%;
}

.casedetail .detail_text p {
  margin: 4px 8px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 200%;
}

.casedetail .detail_text h6 {
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 250%;
  background: #393f4b;
}

.casedetail .detail_text .detail_text_title > a {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  margin: auto;
  text-align: center;
  padding: 4px 5px;
  color: #fff;
  background: #393f4b;
  border-radius: 0.25rem;
}

.casedetail .detail_text .detail_text_title > a:hover {
  background-color: #f2cc0c;
  color: black;
}

.casedetail .detail_text .button {
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
  width: 50px;
  height: 25px;
  background: crimson;
  padding: 0;
  text-align: center;
  color: white;
  font-weight: bold;
}

.casedetail .savebutton {
  border-radius: 0.25rem;
  float: right;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  width: 100px;
  height: 50px;
  padding: 0;
  text-align: center;
  border: 0;
  background-color: #6a6b6b;
  color: white;
}

.casedetail .savebutton:hover {
  background: #f2cc0c;
  color: black;
}

.casedetail .savebutton2 {
  float: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: auto;
  background: #f2cc0c;
  padding: auto;
  margin: 0 auto;
  text-align: center;
  color: black;
  border: 0;
}

.casedetail .savebutton_cell {
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 80%;
  background: #f2cc0c;
  margin: 0 auto;
  text-align: center;
  color: black;
  border: 0;
}
.casedetail button.savebutton_td {
  border-radius: 0.25rem;
  border: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
}

.badge {
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 4px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.25em;
}

.badge-danger {
  background: #c03546;
}

.badge-primary {
  background: #6d819c;
}

.badge-dark {
  background: #5c5f56;
}

#id_memo_imprison {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  cursor: pointer;
}

#id_memo_book {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  cursor: pointer;
}

.login {
  margin-top: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.login form{
  margin-top: 10px;
}

.login h1 {
  font-size: 15px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
  letter-spacing: 1px;
}

.login input {
  display: inline-block;
  padding: 6px;
  margin-top: 8px;
  font-size: 15px;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid;
  border-width: thin;
}

.login button {
  margin-top: 15px;
  width: 300px;
  height: 300px;
  border: none;
  background: #fff;
  color: #fff;
}

/*공지사항 */
.note {
  margin-top: 150px;
}

.note h1 {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  line-height: 250%;
  background: #6d819c;
  letter-spacing: 1px;
}

.note h2 {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -1px;
}

/* paginator */

.pagination {
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  font-family: "NotoSansKR";
  font-weight: 700;
  color: #495057;
}

.pagination a {
  margin: 0 5px;
  text-decoration: none;
  color: #495057;
}

.pagination a::after {
  color: #495057;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#login_modal_width {
  width: 40%;
}

#id_username {
  display: inline-block;
  padding: 6px;
  margin-top: 8px;
  font-size: 15px;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid;
  border-width: thin;
  width: 80%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
}

#id_password {
  display: inline-block;
  padding: 6px;
  margin-top: 8px;
  font-size: 15px;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid;
  border-width: thin;
  width: 80%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
}

#loginbutton {
  padding: 8px;
  margin-top: 8px;
  width: 80%;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6f9dca;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}

.form-control::placeholder {
  color: #8E8C84;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  height: calc(2.0625rem + 2px);
  background-color: #F8F5F0;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.casedetail .stat100 {
  width: 100%;
  content:"";
  clear:both;
  display:block;
}

.casedetail .stat50 {
  width:50%;
  min-height: 650px;
  float: left;
}

.casedetail .meeting100 {
  width: 100%;
  height: auto;
  content:"";
  clear:both;
  display:inline-block;
}

.casedetail .meeting50 {
  width:50%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.scrolltbody {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #000;
}
.scrolltbody th {
  border: 0px solid #000;
}
.scrolltbody td {
  border: 0px solid #000; border-top: 0;
}
.scrolltbody thead {
  width: 100%;
}
.scrolltbody tbody {
    display: block;
    height: 394px;
    overflow: auto;
}
.scrolltbody th:nth-of-type(1), .scrolltbody td:nth-of-type(1) {
  width: 20%;
}
.scrolltbody th:nth-of-type(2), .scrolltbody td:nth-of-type(2) {
  width: 60%;
 }
.scrolltbody th:nth-of-type(3), .scrolltbody td:nth-of-type(3) {
  width: 20%;
}
.scrolltbody th:last-child {
  width: 118px;
}
.scrolltbody td:last-child {
  width: calc( 100px - 19px );
}

.detail_text_title .search-container {
  margin-top: 10px;
}

.detail_text_title input {
  margin-left: 20px;
  border: none;
}

.detail_text_title input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

.detail_text_title input[placeholder] {
  border-bottom: solid;
  border-width: thin;
}

.detail_text_title .search-container button {
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 8px;
  background: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.detail_text_title .search-container button:hover {
  background: #6d819c;
  color: #fff;
}

#post_count {
  font-size: 12px;
  background: crimson;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin-left: 3px;
}

.sms_bar {
  height: 40px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.tablink {
  white-space: normal;
  padding: 9.5px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
}

.tablink:hover {
  background-color: #f2cc0c;
  color: black;
}

.tabblue {
  background-color: #6d819c;
  color: white;
}

.msgcon {
  margin-top: 5px;
}

.casedetail .detail_text .basictable input[type=text] {
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  background: #fff;
  line-height: 250%;
  border: 1px solid #ced4da;
}

.casedetail .detail_text .detailtable input[type=text] {
  width: 100%;
  padding: 0 0.5rem;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  border: 1px solid #ced4da;
  background: #fff;
  line-height: 250%;
}

.casedetail .detail_text textarea {
  width: 100%;
  padding: 0.3rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  outline: none;
  background: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
}

.checks {
  position: relative;
}

.checks input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
  outline: 0;
}

.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checks input[type="checkbox"] + label:before {
  content: ' ';
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 18px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #cacece;
}

.checks input[type="checkbox"]:checked + label:before {
  content: '\2713';
  color: #314ca2;
  text-shadow: 1px 1px white;
  background: #f1f4ff;
  border-color: #adb8c0;
}

.meetModal1 {
  height: 40px;
  display: inline-block;
  width: 75%;
  border: 2px solid #cacece;
  margin: 10px 0;
  border-radius: 0.25rem;
}

.meetModal1:hover {
  background-color: #6a6b6b;
  color: white;
  border: 2px solid black;
}

.meetModal2 {
  height: 40px;
  display: inline-block;
  width: 25%;
  border: 2px solid #cacece;
  color: #8b0029;
  margin: 10px 0;
  border-radius: 0.25rem;
}

.meetModal2:hover {
  background-color: #8b0029;
  color: white;
  border: 2px solid black;
}

.tel_rel {
  border: 0;
  border-radius: 0.25rem;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 200%;
  background: #6a6b6b;
}

.tel_num {
  height: 39px;
}

.tel_num_del {
  font-size:14px;
  line-height:39px;
  text-decoration: line-through;
}

.details_modify {
  border: 0;
  border-radius: 0.25rem;
  margin: 10px 3px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  font-size: 8px;
  color: white;
  font-weight: 700;
  line-height: 200%;
  background: #6d819c;
}

.add_icon {
  border: 1px solid #6d819c;
  text-align: center;
  width: 24px;
  border-radius: 0.25rem;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #6d819c;
  line-height: 200%;
}

.add_icon:hover{
  color: white;
  background: #6d819c;
}

.add_icon_red {
  border: 1px solid #c03546;
  margin-left: 5px;
  text-align: center;
  width: 24px;
  border-radius: 0.25rem;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #c03546;
  line-height: 200%;
}

.add_icon_red:hover{
  color: white;
  background: #c03546;
}

.add_icon_grey {
  border: 1px solid #6a6b6b;
  margin-left: 5px;
  text-align: center;
  width: 24px;
  border-radius: 0.25rem;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #6a6b6b;
  line-height: 200%;
}

.add_icon_grey:hover{
  color: white;
  background: #6a6b6b;
}

.badge1 {
  border: 0;
  border-radius: 0.25rem;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 200%;
  background: #6d819c;
}

.badge2 {
  border: 0;
  border-radius: 0.25rem;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 200%;
  background: #c03546;
}

.badge3 {
  border: 0;
  border-radius: 0.25rem;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 200%;
  background: #6a6b6b;
}

.add_badge {
}

.casedetail .divide {
  width: 100%;
  height: auto;
  display: inline-block;
  content: "";
  clear: both;
}

.casedetail .divide1 {
  width: 50%;
  float: left;
}

.casedetail .divide2 {
  width: 50%;
  float: left;
}
