/*수정 221206  스타일 추가*/
/* .bg-gray {
    background-color: #f3f6f4;
} */
.bg-gray {
    background-color: rgba(0,0,0,.03);
}

.bg-gray-2 {
    background-color: rgba(0,0,0,.5);
}
.bg-gray-3 {
    background-color: rgba(0,0,0,.05);
}

.f-grey {
  color:grey;
}

.f-blue {
  background-color: lightgrey;
  color: blue;
}

.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter{
  text-align: center;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center{
  text-align: center;
}


.line-bot {
    display: inline-block;
    width: 50px;
    height: 2px;
    border-radius: 30px;
    margin: 15px 0 20px;
    background: #4e4a4a;
}
.line-bot-2 {
    display: inline-block;
    width: 50px;
    height: 2px;
    border-radius: 30px;
    margin: 15px 0 20px;
    background: #ffffff;
}

/*수정 221208 */
/*.b {
  color: #4e4a4a !important;
  font-size: 50px;
  font-weight: bold;
}*/
.b {
  color: #4e4a4a !important;
  font-weight: bold;
}
.bold
{
  font-weight: bold;
}

/*수정 230116 고중량물 스펙 버튼*/
.btn-dark:hover {
  background-color: #ffffff;
  color: #17a2b8;
}

/*수정 230117 국책과제수행 실정 과제개요 리스트 텍스트*/
.f-10 {
font-size: 10px !important;
}
.text-blue{
color: #007bff !important;
}
.bar0 {
  margin: 15px 0;
  display: block;
  border-bottom: 1px solid #ced4da;
}
/*수정 230425 채용페이지*/
.bar {
    margin: 15px 0;
    display: block;
    border-bottom: 1px dashed #ced4da;
}
.bar1 {
  margin: 15px 0;
  display: block;
  border-bottom: 1px solid #151515;
}

pre{
background-color:rgba(0,0,0,0);
border-color: rgba(0,0,0,0);
}

/*****Responsive 반응형 스타일 테스트 중,,,나중에 확인 할것!!*****/
/* @media (min-width: 200px) and (max-width: 767px) {

  .carousel-inne, .carousel-item, .carousel slide {
    padding: 50px 0;
    height: auto;
  }

}

.carousel-inne .carousel-caption .d-md-block  {
  font-size: 10px;
  width: 30px;
  height: 20px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  margin-bottom: 20pxㅋ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;


}

*/
@media (min-width: 200px) and (max-width: 767px) {

  .carousel-inne, .carousel-item, .carousel slide {
    padding: 70px 0;
    height: auto;
  }
  .f-10, .f-12,.f-14, .f-16, .f-18,.f-20,.f-22,.f-24 {
    font-size: 70% !important;
  }

  .f-30,.f-32.f-36 {
    font-size: 70% !important;
  }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    line-height: 1;
    font-size: 70% !important;

  }

  h3.f-36 {

    line-height: 1;
    font-size: 90% !important;

  }

  ul li {
    font-size: 70% !important;
    padding: 0px !important;
  }

  p, p.small {
    font-size: 70% !important;
  }

  .p-100 {
    padding: 10px;
  }

  .p-50 {
    padding: 5px;
  }

  .p-50w {
    padding: 0 5px;
  }

  .p-30 {
    padding: 3px;
  }

  .pt-100 {
    padding-top: 10px;
  }

  .pt-50 {
    padding: 50px 0px;
  }


  .p-20 {
    padding: 2px;
  }

  .mt-30 {
    margin-top: 3px;
  }

  .mb-30 {
    margin-bottom: 3px;
  }

  .pt-70 {
    padding-top: 7px;
  }

  .table td, .table th {
    font-size: 50% !important;
  }

  .cart td {
    padding: 5px 2px !important;
    vertical-align: middle !important;
    border-color: #dee2e6 !important;
}




}
/*230426 스타일 추가 채용공고 백그라운드 */
.bg-dark-2 {
  background-color: #3d4044;
  color: #f9f9f9;
}

/*230313 스타일 추가 운반기계 스펙 */

  .p-31 {
    padding: 30px 100px ;
  }
  .p-38 {
    padding: 30px 80px ;
  }
  .p-3 {
    padding:30px ;
  }
  .mrl-30 {
    margin-right: 30px;
    margin-left: 30dpx;
  }


  @media (min-width: 768px){
.col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
}
}


/*230426 채용 페이지------ Tabs-----*/
.compo_tab .nav{
	text-align: left;
	border: none;
}
.nav-pills > li > a {
	border-radius: 0px;
}
/* .nav-tab li a{
	padding: 10px 20px;
	background-color: #f2f5f7;
	color: #5bc4be;
	font-size: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
} */
.nav-tab li a{
  margin: 0 20px;
	padding: 10px 10px;
	background-color: #f2f5f7;
	color: #5bc4be;
	font-size: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* .nav-tab li a{
	padding: 10px 30px;
	background-color: #3d4044;
	color: #f9f9f9 ;
	font-size: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
} */
.nav-tab li a:hover{
	background-color: #333b4d;
	color: #5bc4be;
}
.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified li a{
	background-color: #f2f5f7;
	color: #5bc4be;
	font-size: 16px;
	width: 100%;
	border: none;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* .nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified li a{
	background-color: #3d4044;
	color: #5bc4be;
	font-size: 16px;
	width: 100%;
	border: none;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
} */


/* .container-filter li a:hover, .container-filter li a.active {
    color: #ffffff !important;
    background-color: #1abc9c;
    border-radius: 3px;
    border: 1px solid #1abc9c; */
.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified li a.active {
        color: #ffffff !important;
        background-color: #1abc9c;
        border-radius: 3px;
        border: 1px solid #1abc9c;




.nav-tabs.nav-justified li a{
	background-color: #333b4d;
	color: #fff;
}
.nav-tabs.nav-justified > .active > a:hover{
	border: none;
	background-color: #f2f5f7;
	color: #5bc4be;
}
.nav-tabs.nav-justified li {
	margin-left: 2px;
}

.tab-pane{
	background-color: #f2f5f7;
}
.tab-pane p{
	padding: 20px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #333b4d;
}



/*bootstrap -Evershine/components.html */
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #333b4d;
}


---

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/*230622 img*/
.img-center{
  margin-left: auto; margin-right: auto; display: block;
}
