@charset "UTF-8";




.content-title{
	padding-top:2rem;
}
    
 @media (min-width: 576px) {
   
     #content {
        padding-left: 235px; 
     }
 }

 
 @media (max-width: 575px) {
     
     #content {
         padding-left: 0px; 
         
     }
 }

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {    
    max-width: 2000px;
  }
}

:root {
  --prm-color:  #337ab7;
  --prm-gray: #f8f9fa;
}

.table-hover > tbody > tr {
	cursor: pointer;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    /*background-color: #337ab7;*/
    background-color: #009966;
    
}

.nav-link {
    color: black;
    
}


.header-item-left{	
	border-right: 1px solid #ccc;
	/*
	padding-left:5px;
	padding-right:5px;*/
}
.header-item-right{	
	border-left: 1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
}

.header-item:hover {
	background-color: white;
}

.page-item.active .page-link {
     color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}


input[type="number"]:not(.with-spinner)::-webkit-inner-spin-button,
input[type="number"]:not(.with-spinner)::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]:not(.with-spinner) {
  -moz-appearance: textfield;
  appearance: textfield;
}


textarea.form-control  {
    resize: none;
  }

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: 'Pretendard';
  text-rendering: optimizeLegibility;      
  font-size: .9rem; 
/*		
  font-family: 'Open Sans', sans-serif;    
  font-size: 12px;*/
  
}


.card-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*gap: 39px;*/
  	border-radius: 5px;
  	overflow: hidden;
  	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}



.btn-primary {
    color: #fff;
    background-color: #0092B8;
   	border-color: #0092B8;
}

table.dataTable thead th {
    background-color: #F9FAFB;
    color: #7B7B7B;
}



.accordion-button{
	font-size: .9rem;
} 


.form-control{
/*	font-size: 12px;*/
  font-size: .9rem;
}

.form-select{
	/*font-size: 12px;*/
  	font-size: .9rem;
}

.no-wrap{
	white-space: nowrap;
}
.dropdown-item{
	/*font-size:14px;*/
	font-size: .875rem;
}
.input-group-text{
	/*font-size: 12px;*/
  font-size: .9rem;
}
th {
  white-space: nowrap; /* 헤더 텍스트를 한 줄로만 표시하도록 설정 */
  font-weight:600;
  
  
}


/* AUTOcomplete
-------------------------------------------------- */

   .ui-autocomplete {
      max-height: 200px;
      width:100px;
      overflow-y: auto;
      overflow-x: hidden;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 5px;
    }

    /* Style for each item in the dropdown */
    .ui-autocomplete li {
      padding: 5px;
      list-style: none;
    }

 	/* Custom hover effect */
    .ui-autocomplete li:hover {
      background-color: #3498db;
      color: #fff;
      cursor: pointer;
    }
    
  
/* MENU
-------------------------------------------------- */



a.nav-link  {
    /*color: #C4C4C4;
    font-size: 1rem;*/
    font-size: 14px;
    padding: 10px 10px 10px 13px;
    border-bottom: 1px solid #585858;
    /*padding-left: 13px;
    border-bottom: 1px solid #585858;*/
}

a.nav-link:hover {
	background-color: #444444;
}


  /* Override jQuery UI Autocomplete classes with Bootstrap classes 
    .ui-autocomplete {
        position: absolute;
        z-index: 1000;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 2px;
    }

    .ui-menu-item {
        padding: 3px;
        list-style: none;  리스트 아이템의 기본 스타일을 제거 
    }

    .ui-menu-item:hover {
        background-color: #f4f4f4;
    }
   
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/*  CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.content{
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.content .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.content h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.content .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}





/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
 
 
 /* 
  .content{
	min-height:25em;
   }
  */ 
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
  
  /*
  .content{
	min-height:36em;
  }
  */
}

.bd-placeholder-img {
   font-size: 1.125rem;
   text-anchor: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
 }

 @media (min-width: 768px) {
   .bd-placeholder-img-lg {
     font-size: 3.5rem;
   }
   
	 .content {
	  	margin-top: 0rem;  		       	
	 }  
}




div.required .form-label:not(span):before,div.required .input-group-text:before, td.required:before {
	content: '* ';
	color: #F00;
	padding-right:3px;
	font-weight: bold;
}


.label-required{
	color: #F00;
	padding-right:3px;
	font-weight: bold;
}



.error {
  border-color: #F00;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}





/* SIDEBAR CSS
-------------------------------------------------- */

	
.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}


/* STEPPER CSS
-------------------------------------------------- */


.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}
.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}
.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: var(--prm-color);
    color: #fff;
}
.done {
    background-color: var(--prm-color);
    color: #fff;
}
.step-item {
    z-index: 10;
    text-align: center;
}
#progress {
  -webkit-appearance:none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: .1em;
    margin-left: 18px;
    margin-bottom: 18px;    
}
/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}


.card-title{
	margin-bottom: 0px;
	padding-top: 0.25rem;
}


.right-error {
    /*margin-left: 100px;*/
    width:100%;
    display:flex;
    justify-content:flex-end;
    color: red;
    white-space: nowrap;
}

