/****** desktop ******/
@media screen and (min-width: 899px) and (max-width: 1199px) {
  /* 연혁 */
  .history_title {
    width: 33%;
    margin-right: 10%;
  }
  .history_title .year {
    font-size: 50px;
  }
  .history_title .year2 {
    margin: -25px 0 0 0;
  }
  .his_year_list h4 {
    font-size: 24px;
  }

  /* 조직도 */
  .organization .org_list li p {
    line-height: 20px;
    padding: 8px 0;
    max-height: 110px;
  }
  /* 오시는길 */
  .map_item {
    flex: 1 1 100%;
  }
  .address_item {
    flex: 1 1 100%;
  }
  .map-flex-3-item {
    flex: 1 1 100%;
  }

  /* 사업소개 */
  .business_list .bs_txt {
    padding: 30px 0px 0 20px;
  }
  .business_list .bs_img {
    width: 500px;
    height: 300px;
  }
  .business_list .bs_txt h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .business_list .bs_txt h3:after {
    display: none;
  }
  .business_list .bs_txt h3 br {
    display: none;
  }
  .business_list .bs_txt p {
    padding: 20px 20px 0 0px;
  }

  .vs_container ul {
    flex-direction: column;
  }

  .vs_container .vs_text ul {
  }

  .vs_container ul li {
  }

  .vs_container span {
  }
  .vs_container .vs_title {
    margin-bottom: 20px;
  }
  .vs_container .vs_text {
    border-radius: 150px;
    margin-bottom: 80px;
  }

  .vs_container span.num {
    top: -20px;
    left: 0px;
  }
  .vs_container .vs_sub {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .bs_template_car_image {
  }
  .bs_template_car_image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .bs_template_feature {
    padding: 5px;
    flex: 1 1 15%;
  }

  .bs_template_feature img {
    display: block;
    margin: 0 auto;
    width: 140px;
  }
  .bs_template_template_icon img {
    width: 160px;
  }

  .bs_analysis_left_container {
    max-width: 800px;
  }
  .bs_analysis_right_container {
    max-width: 800px;
  }
  .bs_analysis_image_item {
    flex: 1 0 200px;
  }
  .bs_analysis_image_item img {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  .bs_analysis_text_item {
    flex: 1 0 600px;
  }
}
