.body {
  padding-top: 30px;  
  font-family: 'Noto Sans KR', sans-serif;
} 

@media (min-width: 992px) {
  .body {
    padding-top: 56px;
  }
}

footer{
  background-color: #33383c;
  padding:30px 0px;
}	       

.logo{
   color:#FFF;
   font-weight:700;
   font-size:30px;
}

.address span , .menu span{
  color: #FFF; 
  font-weight: bold; 
  border-bottom: 1px solid #c7c7c7; 
  padding:10px 0px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.address li a , .menu li a{
   color:#FFF;
   /* letter-spacing: 3px; */
   text-decoration:none;
   font-size:14px;
}

.address li, .menu li{
   margin:1px 0px;
   list-style: none;
}

.address li a:hover , .menu li a:hover{
   color: orange;
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -o-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}

.address .fa{
   color: orange;
   margin-right: 1px;
   font-size:18px;
}

#portfolio .container-fluid {
  max-width: 1920px;
}

#portfolio .container-fluid .portfolio-box {
  position: relative;
  display: block;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  /* background: rgba(244, 98, 58, 0.9);  */
  background: rgba(31, 37, 48, 0.445);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  /* font-size: 1.2rem; */
  font-size: 2rem;
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}


/* body {
  font-family: "open sans", sans-serif;
  background: #f1f1f1;
} */


#content {
  margin: 40px auto;
  text-align: center;
  width: 600px;
}

#content h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px 0;
  font-size: 25px;
  line-height: 30px;
}
.circle {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 40px;
}

.blue {
  background-color: #3498db;  
}
.green {
  background-color: #16a085;
}
.red {
  background-color: #e74c3c;
}
.feedback {
  font-size: 14px;
  color: #b1b1b1;
}


.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #b1b1b1;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  right: -15px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline_left {
  left: 0;
}

.timeline_right {
  left: 50%;
}

/* .timeline_left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #a4c3f5;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a4c3f5;
}

.timeline_right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #a4c3f5;
  border-width: 10px 10px 10px 0;
  border-color: transparent #a4c3f5 transparent transparent;
} */

.timeline_right::after {
  left: -16px;
}

.content {
  padding: 20px 30px;
  background-color: #a4c3f5;
  position: relative;
  border-radius: 6px;
  font-size: 15px;
    
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.content > p {
  padding: 0px;
  margin: 0px;
}  

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .timeline_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }


 .timeline_container::before {
    left: 60px;
    border: medium solid #b1b1b1;
    border-width: 10px 10px 10px 0;
    border-color: transparent #b1b1b1 transparent transparent;
  }

  .timeline_left::after, .timeline_right::after {
    left: 15px;
  }
  .timeline_right {
    left: 0%;
  }
}

.car_table{
  font-family: '굴림체'; 
}

.car_table th {
  height: 30px !important;
  font-weight: 500;
  font-size:12px !important;  
  padding: 5px;
  margin: 0px;
}

.car_table tr td,thead tr th {
  border: 1px solid #C0C0C0 !important;
  font-size:12px !important;            
  height: 30px;
  padding: 5px;
  margin: 0px;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.text_css h5 {
  color: royalblue;
  font-weight: 700;
}

.text_css h6 {
  color: royalblue;
  font-size: 15px;
  font-weight: 700;
  /* color: royalblue;   */
}

.recruit_table {
  width: 70%;
}

.recruit_table th {
  font-weight: 500;
  width: 10rem;
  background-color:#286d32;
  color:white;   
  border: 1px solid white !important;
  text-align: center;
  
  height: 40px;
  padding: 10px;
  margin: 0px;
}

.recruit_table tr td,thead tr th {
  border: 1px solid #C0C0C0 !important;
  font-size:14px !important;            

  height: 40px;
  padding: 10px;
  margin: 0px;
}


#logo_b {
  width: 250px;
  height: 50px;
}

@media screen and (max-width: 600px) {
  #logo_b {
    width: 150px;
    height: 50px;
  }  
}
