/****** tablet ******/
@media screen and (min-width: 691px) and (max-width: 899px) {
  /* 인사말 */
  .director_txt {
    width: 100%;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .greeting_top {
    height: 250px;
  }
  .director_entxt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .director_txt {
    padding: 25px 45px 25px;
  }
  .director_cont {
    padding: 280px 45px 0 45px;
  }

  /* 연혁 */
  .history_top {
    height: 220px;
  }
  .history_title {
    width: 100%;
  }
  .history_title .year {
    font-size: 37px;
    line-height: 43px;
  }
  .history_title .year2 {
    margin: 0;
    text-align: left;
  }
  .history_wrap {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .his_year_list h4 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 8px;
  }
  .his_year_list .year_wrap {
    width: 100%;
  }
  /* 오시는길 */
  .map_item {
    flex: 1 1 100%;
  }
  .address_item {
    flex: 1 1 100%;
  }
  .map-flex-3-item {
    flex: 1 1 100%;
  }

  /* 조직도 */
  .organization .org_list li {
    width: 100%;
  }
  .organization::before {
    display: none;
  }
  .organization::after {
    top: 7%;
  }
  .organization .org_list {
    margin-top: 50px;
  }
  .organization .org_list li .org_depth1:after {
    display: none;
  }

  /* 사업소개 */
  .business_top {
    height: 420px;
    padding: 70px 45px;
  }
  .business_list .bs_img {
    width: 100%;
    overflow: hidden;
  }
  .business_list .bs_txt {
    width: 100%;
    padding: 30px 0px 0 20px;
  }
  .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;
  }

  .bs_design_area_second {
    flex: 0 1 100%;
    margin: 0 0px;
  }

  .bs_design_area_third {
    flex: 0 1 100%;
    margin: 0 30px;
  }
  .vs_container {
    position: relative;
    margin: 0 auto;
  }
  .vs_container ul {
    flex-direction: column;
  }

  .bs_template_title {
    top: 5%;
  }
  .bs_template_title img {
    width: 70%;
  }

  .bs_template_features {
    top: 45%; /* 중간 위치 */
    flex-wrap: wrap;
    flex-direction: row; /* 가로 나열 */
  }

  .bs_template_feature {
    flex: 1 1 30%;
  }

  .bs_template_feature img {
    max-width: 160px;
    width: 160px;
  }

  .bs_template_template {
    top: 90%; /* 중간 아래 위치 */
  }
  .bs_template_template_icon img {
    width: 180px;
  }

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