/* lab_board_table CSS */
.lab_board_table {
  background: #fff;
  border-top: 2px solid #707070;
  /* min-width: 1280px; */
}
.lab_board_table th {
  border-top: 1px solid #e5e9ec;
  border-bottom: 1px solid #e5e9ec;
  padding: 10px;
  width: 200px;
  text-align: left;
  font-size: 14px;
}
.lab_board_table td {
  border-top: 1px solid #e5e9ec;
  border-bottom: 1px solid #e5e9ec;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  max-width: 50%;
}
.lab_board_table td input {
  width: 100%;
}
.lab_board_table label {
  margin: 0;
}
.lab_board_table textarea {
  border: 1px solid #999999;
  width: 100%;
  margin: 5px 0;
  padding: 3px;
}

/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {
  .fixed-header {
    display: none;
  }
  .login {
    display: block;
  }
  .mpage {
    display: block;
  }
  .spage {
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* desktop */
@media (min-width: 1090px) {
  .fixed-header {
    display: block;
  }
  .login {
    display: none;
  }
  .mpage {
    display: none;
  }

  /* header */
  .fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .top-line {
    background: #333333;
  }
  .fixed-top {
    position: fixed;
    /* top: 34px; */
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

.footer h2 {
  margin: 0 0 20px;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-first {
  padding: 50px 0px 50px 20px;
  background: #4c4f6f;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-top: 3px solid #313450;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.carousel-item a {
  color: #fff;
}

/* 네비게이션 수정 */
.dropdown-menu {
  border-radius: 0px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 15px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover {
  background: #f5f5f5;
}

.color-gray {
  color: #666;
}
.color-red {
  color: #ff0000;
}

.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}

/* pages */
.info-2 i {
  font-size: 20px;
}
table th,
table td {
  font-size: 14px;
}
#bo_v_sns li span {
  display: none;
}
#bo_v_sns {
  display: none;
  position: absolute;
  top: -50px;
  right: 0px;
  margin-left: -90px;
  width: 180px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.width_50 {
  width: 50px;
}
.width_100 {
  width: 100px;
}
.width_150 {
  width: 150px;
}
.basic_table {
  background: #fff;
  border-top: 2px solid #22a9ed;
  /* min-width: 1280px; */
}
.basic_table th {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #cad9e5;
  background: #e9f2f9;
  padding: 10px;
  width: 200px;
  text-align: left;
  color: #2a7097;
  font-size: 14px;
}
.basic_table td {
  border-top: 1px solid #e5e9ec;
  border-bottom: 1px solid #e5e9ec;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  max-width: 50%;
}
.basic_table td input {
  width: 100%;
}
.basic_table label {
  margin: 0;
}
.basic_table textarea {
  border: 1px solid #999999;
  width: 100%;
  margin: 5px 0;
  padding: 3px;
}

/*
 INFO 추가 스타일
*/
.mw-1920 {
  max-width: 1920px !important;
}
.member-list-li {
  float: left;
  min-height: 300px;
}
.member-item {
  /* float: left; */
}
.member-left {
  float: left;
}
.member-right {
  color: #414141;
  opacity: 0.87;
}

.member-right div {
  display: table;
  padding-left: 28px;
  font-size: 14px;
}
.member-content {
  /* height: 200px; */
}

.logo-img {
  width: 100px;
  /* height: 100px; */
}

.color-red {
  background-color: rgb(255, 157, 157);
  height: 400px;
}
.color-blue {
  background-color: rgb(160, 160, 255);
  height: 400px;
}

/* 기본 페이지 */
.page-title {
  font-size: 48px;
  font-weight: bold;
  margin: 0px;
}
.page-subtitle {
  font-size: 24px;
  color: #414141;
  opacity: 0.87;
  margin-bottom: 0px;
  margin-bottom: 12px;
}
.page-content {
  font-size: 16px;
  color: #414141;
  opacity: 0.87;
  margin-bottom: 0px;
  margin-bottom: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.location-map {
  width: 600px;
  height: 450px;
}

.border-bottom-10 {
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 10px;
}
.border-bottom-15 {
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 15px;
}
.latest_item {
  color: #666666;
}
.latest_item:hover {
  color: rgb(120, 120, 255);
  cursor: pointer;
}

.home-links {
  position: absolute;
  /* bottom: 0; */
  padding-top:20px;
  right: 0;
  height: 30px;
  line-height: 30px;
}

.navbar-nav > li > a {
  font-size: 14px;
}
.dropdown-menu a {
  font-size: 14px;
  text-align: center;
}

/* 연구실 소개 화면 */
.intro-title {
  text-align: left;
}
.intro-content {
  text-align: left;
  font-size: 15px;
  color: #414141;
  opacity: 0.87;
  margin-bottom: 20px;
  line-height: 25px;
}

.text-color {
  color: #414141;
  opacity: 0.87;
}