@charset "UTF-8";
/*연혁*/
/*클리어*/

.his_new_wrap {
  margin-top: 40px;
}

.his_new_wrap .tab-content {
  margin-bottom: 30px;
}

.his_new_wrap .txt_bx {
  margin-top: 20px;
}

.his_new_wrap .txt_bx .year {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #014fa6;
}

.his_new_wrap .txt_bx li {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.his_new_wrap .txt_bx li dl {
  zoom: 1;
}

.his_new_wrap .txt_bx li dl:before, .his_new_wrap .txt_bx li dl:after {
  content: '';
  display: table;
}

.his_new_wrap .txt_bx li dl:after {
  clear: both;
}

.his_new_wrap .txt_bx li:first-child {
  margin-top: 0;
}

.his_new_wrap .txt_bx li dt {
  float: left;
  width: 80px;
  color: #00a8e0;
}

.his_new_wrap .txt_bx li dd {
  overflow: hidden;
  display: block;
  color: #666;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  .sub_tab {
    overflow: visible;
  }
  .sub_tab:after {
    display: block;
    content: '';
    clear: both;
  }
  .sub_tab._px li {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    float: left;
  }
  .sub_tab._px li a {
    margin-top: -1px;
    margin-left: -1px;
  }
}

/*현황*/
.present_img_bx {
  display: block;
  transition: 0.3s;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  height: 500px;
}

.present_img_bx .info_bx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.present_img_bx .info_bx ul {
  background: rgba(1, 79, 166, 0.8);
  padding: 20px 0;
  zoom: 1;
}

.present_img_bx .info_bx ul:before {
  content: '';
  display: block;
}

.present_img_bx .info_bx ul:after {
  content: '';
  display: table;
  clear: both;
}

.present_img_bx .info_bx ul li {
  float: left;
  width: 50%;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 10px 0;
}

.present_img_bx .info_bx ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -20px;
}

.present_img_bx .info_bx ul li:first-child:before {
  display: none;
}

.present_img_bx .info_bx ul li .tit {
  margin-bottom: 10px;
}

.present_img_bx .info_bx ul li .des {
  font-size: 22px;
}

.present_img_bx .info_bx ul li .des .num_p {
  font-weight: bold;
}

.present_des_list {
  margin-top: 30px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.present_des_list li {
  border-top: 1px solid #ddd;
  padding: 12px 0;
}

.present_des_list li dl {
  zoom: 1;
}

.present_des_list li dl:before {
  content: '';
  display: block;
}

.present_des_list li dl:after {
  content: '';
  display: table;
  clear: both;
}

.present_des_list li:first-child {
  border-top: 0;
}

.present_des_list li dt {
  float: left;
  width: 90px;
  color: #222;
  font-weight: 500;
}

.present_des_list li dd {
  overflow: hidden;
  color: #666;
}

/*배치도*/
.floor_wrap .floor_tit {
  text-align: center;
  margin-bottom: 20px;
  color: #222;
  font-size: 22px;
  font-weight: 500;
}

.floor_wrap .img_tab {
  margin: 30px 0;
}

.floor_wrap .tab_list {
  zoom: 1;
}

.floor_wrap .tab_list:before {
  content: '';
  display: block;
}

.floor_wrap .tab_list:after {
  content: '';
  display: table;
  clear: both;
}

.floor_wrap .tab_list li {
  float: left;
  width: 20%;
}

.floor_wrap .tab_list li a {
  display: block;
  height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-left: -1px;
  font-size: 12px;
  word-break: break-all;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.floor_wrap .tab_list li a.on {
  background: #004b85;
  color: #fff;
}

.floor_nav {
  position: relative;
  zoom: 1;
  margin-bottom: 60px;
}

.floor_nav:before {
  content: '';
  display: block;
}

.floor_nav:after {
  content: '';
  display: table;
  clear: both;
}

.floor_nav .dep01 {
  float: left;
  width: 20%;
}

.floor_nav .dep01 > a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  background: #004b85;
  border-left: 1px solid #fff;
  margin-left: -1px;
  font-size: 13px;
  word-break: break-all;
}

.floor_nav .dep01 > a.on {
background: #014fa6;
/* 	background: #179791; */
}

.floor_nav .dep02_list {
  position: absolute;
  top: 40px;
  width: 100%;
  display: none;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #004b85;
  border-top: 0;
  zoom: 1;
}

.floor_nav .dep02_list:before {
  content: '';
  display: block;
}

.floor_nav .dep02_list:after {
  content: '';
  display: table;
  clear: both;
}

.floor_nav .dep02_list.on {
  display: block;
}

.floor_nav .dep02_list li {
  float: left;
  width: 20%;
  max-width: 280px;
}

.floor_nav .dep02_list li:first-child a:before {
  display: none;
}

.floor_nav .dep02_list li a {
  display: block;
  height: 40px;
  text-align: center;
  position: relative;
  word-break: break-all;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.floor_nav .dep02_list li a.on {
background: #7fa5c2;
/*   background: #fffdc6d4; */
color: #fff;
/*   color: #000000; */
}

.floor_nav .dep02_list li a:before {
  content: '';
  height: 10px;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
}

.floor_slider .custom_next, .floor_slider .custom_prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}

.floor_slider .custom_next {
  right: 15px;
}

.floor_slider .custom_prev {
  left: 15px;
  z-index: 1;
}

.floor_map_bx {
  border: 1px solid #ddd;
  padding: 40px 0;
  text-align: center;
}
