/* 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; 0; background-color: #f0f0f2; /* 배경색을 어두운 회색으로 설정 */}
.footer {
            padding: 20px 0; /* 위아래로 20px의 패딩 설정 */
            text-align: center; /* 텍스트 가운데 정렬 */
            height: 200px; /* 높이를 200px로 설정 */
            background-color: #f0f0f2; /* 배경색을 어두운 회색으로 설정 */
            color: #000; /* 글자색을 흰색으로 설정 */
			width:100%;
        }


.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-family: 'S-CoreDream-4Regular'; text-align:conter;}


/* 연혁 * 조직도 */
.history2_column {font-family:'NanumSquare',sans-serif,'NanumSquare', dotum, serif; width:100%; font-size:14px;}
.history2_column li { float:left; width:30%; margin-left:2%; text-align:Center; border:1px solid #ddd; height:36px; line-height:38px; cursor:pointer}
.history2_column li:first-child { margin-left:0; }

.history2_column .select { background:#333; color:#fff; }

.hst1 { display:block; margin-top:30px; }
.hst2 { display:none; margin-top:30px; }
.hst3 { display:none; margin-top:30px; }


.history_lr { width:100%; margin-top:30px; }
.history_lr .year { float:left; width:100px; font-size:18px; font-weight:500;  }
.history_lr .list { float:left; }
.history_lr .list dl { width:100%; margin-bottom:20px; }
.history_lr .list dt { float:left; width:80px; }
.history_lr .list dd { float:left; width:560px;font-size:14px; }
.history_lr .list .htext { font-size:12px; color:#707070; line-height:16px !important; }


/* 건물소개 */
#nav {
  margin: 24px auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  width: 95%; height:400px;
}

ul#nav {
  padding: 0;
}

#nav li {
  list-style: none;
}

#nav li a {
  display: block;
  padding: 10px 15px;
  background: #ccc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #999;
  text-decoration: none;
  color: #000;
}

#nav li a:hover, #nav li a.active {
  background: #B3B3B3;
  color: #F2F2F2;
}

#nav section {
  display: none;
  /* I NEED TO FIX THIS */
  float: left;
  background: #B3B3B3;
  overflow: hidden;
  padding: 1% 3% 0 3%;
}

.no-js #nav section {
  display: block;
  /* I NEED TO FIX THIS */
}

#nav li ul li a {
  padding: 10px 25px;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 30em) {
  #nav {
    width: 80%;
    position: relative;
    border: none;
  }

  #nav li {
    display: inline;
  }

  #nav li a {
    display: inline-block;
  }

  #nav section {
    padding: 1%;
    position: absolute;
    top: 42px;
    left: 0;
  }
}