.menu-bar {
  display: flex;
} .menu-choice {
  color: #495057;
  background-color: rgb(245, 245, 245);
  border-color: #dee2e6 #dee2e6 #fff;
  border: 0px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-family: "NanumSquareRound";
  display: block;
  padding: 0.5rem 1rem;
  width: 100px;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
  font-size: 18px;
} .menu-choice:hover {
  background-color: rgb(255, 255, 255);
  border-bottom: 0px;
} .menu-choice.now-choice {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px inset;
  background-color: white;
  border-bottom: 0px;
  color: #43a8d1;
} .dev-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #17a2b8;
  font-size: 35px;
  font-family: "NanumSquareRound";
} .dev-year {
  font-size: 27px;
  font-family: "NanumSquareRound";
  color: #17a2b8;
  font-weight: 500;
} .text-secondary {
  color: #6c757d !important;
  font-weight: 400;
} .text-secondary.smalltext {
  font-weight: 500;
  font-family: "NanumSquareRound";
} .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
} .col-lg-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
}.rounded-circle {
  border-radius: 50% !important;
} img {
  vertical-align: middle;
  border-style: none;
} .dev-3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
} .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
} .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
} .card-text{
  margin: 0;
} .div-year {
  height: 1px;
  color: #dee2e6;
} @media screen and (max-width: 800px) {
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.col-md-7 {
  flex: 0 0 62%;
  max-width: 62%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
} .text-muted {
  color: #6c757d !important;
} .lead {
  font-size: 20px;
  font-weight: 500;
} .col-md-5 {
  flex: 0 0 38%;
  max-width: 38%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
} .img-fluid {
  max-width: 100%;
  height: auto;
} .order-md-2 {
  order: 2;
} .order-md-1 {
  order: 1;
} .featurette-heading {
  font-size: 30px;
  font-weight: 900;
} .hid-br {
  display: none;
} @media screen and (max-width: 800px) {
  .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  } .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  } .lead {
    font-size: 15px;
  } .featurette-heading {
    font-size: 25px;
  } .hid-br {
    display: block;
  }
} @media screen and (max-width: 1200px) {
  .lead {
    font-size: 18px;
  } .featurette-heading {
    font-size: 27px;
  }
}