@charset "utf-8";

body, html {
  height:100%;
}
#wrap {
  height: 100%;
  min-width: 1220px;
}
.text-center {
  text-align: center;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.img_default > img {
  width: 100%;
  height: auto;
}
.img_default.border {
  border: 1px solid #d9d9d9;
}
.img_default.mar_topt45 {
  margin-top: 30px;
}

/* 헤더 */
#header{
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #d1cfcf;
  background-color: #fff;
}
#header .inner {
  overflow: hidden;
  width: 1200px;
  height: 94px;
  line-height: 94px;
  margin: 0 auto;
}
#header .inner > h1 {
  float: left;
}
#header .inner > h1 > a {
  display: block;
  width: 145px;
  height: 94px;
  background: url("../img/img_headerLogo.jpg") no-repeat 0 center;
  text-indent: -9999px;
}
#header .inner .gnb {
  float: left;
}
#header .inner .gnb > ul {
  overflow: hidden;
  margin-left: 81px;
}
#header .inner .gnb > ul > li {
  float: left;
  margin-left: 24px;
}
#header .inner .gnb > ul > li:first-child {
  margin-left: 0;
}
#header .inner .gnb > ul > li > a {
  display:block;
  padding:0 42px;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
#header .inner .gnb > ul > li.active > a {
  background-color: #e64a19;
  color: #fff;
}

/* 푸터 */
#footer {
  padding: 45px 0;
  border-top: 1px solid #e5e5e5;
}
#footer > div {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
#footer > div > div {
  float: left;
}
#footer .addr {
  color: #9d9d9d;
}
#footer .addr > ul > li {
  float: left;
  position: relative;
  padding-left:10px;
  margin-left:10px;
}
#footer .addr > ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #d9d9d9;
}
#footer .addr > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#footer .addr > ul > li:first-child:after {
  display: none;
}
#footer .footer_logo {
  float: right
}