/* 레이아웃 */
body {
}

#wrap {
  width: 100%;
  position: relative;
  min-width: 1080px;
}

#header {
  width: 100%;
}

#mbanner {
  width: 100%;
}
  
#contents {
  width: 100%;
}

#footer {
  width: 100%; height:264px; background-color: #222A30;
}

/* 컨테이너 */
.container {
  width: 1080px;
  margin: 0 auto;
  height: inherit;
  position: relative;
}

/* header */
#header {
  position: relative;
  width: 100%;
  z-index: 500;
  min-width: 1080px;
  height: 113px;
}

#header.on {
  background-color: #fff;
}

#header .inhead {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  height: 0;
  background-color: #fff
}

#header .logo {
  position: absolute;
  left: 26px;
  top: 32px;
  z-index: 2;
}

#header .contact {
  position: absolute;
  right: 10px;
  top: 37px;
  z-index: 3;
}

#header .navi {
  position: absolute;
  right: 16px;
  top: 32px;
  z-index: 3;
}

#header .gnb {
  width: 1080px;
  margin:0 auto;
  z-index: 100;
  box-sizing: border-box;
  padding-left:200px;
  padding-top:40px;
}

#header .gnb ul.depth1 {
  list-style: none;
  background: #fff;
  position: relative;
}

#header .gnb ul.depth1 > li {
  display: inline-block;
}

#header .gnb ul.depth1 > li.list1 {
  width:100px;
}

#header .gnb ul.depth1 > li.list2 {
  width:150px;
}

#header .gnb ul.depth1 > li.list3 {
  width:140px;
}

#header .gnb ul.depth1 > li.list4 {
  width:120px;
}

#header .gnb ul.depth1 > li.list5 {
  width:90px;
}

#header .gnb ul.depth1 > li.list6 {
  width:100px;
}

#header .gnb ul.depth1 > li a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.025em;
  color: #333F48;
  text-align: left;
  text-decoration: none;
  line-height: 30px;
}

#header .gnb ul.depth1 > li > a:hover {
  color: #ec684f
}

#header .gnb ul.depth1 > li:hover {
  background: e3e3e3;
}

#header .gnb ul.depth1 ul.depth2 {
  position: absolute;
  background: #fff;
  display: none;
  padding:20px;
  padding-top:40px;
  margin-left:-20px;
}

#header .gnb ul.depth1 ul.depth2 > li {
  display: block;
  background: #fff;
}

#header .gnb ul.depth1 ul.depth2 > li > a {
  display: block;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
  color: #565656;
  text-decoration: none;
  font-weight: 300;
}

#header .gnb ul.depth1 ul.depth2 > li > a:hover {
  color: #ec684f
}

#header .gnb ul.depth1 li:hover ul.depth2 {
  display: block;
}
/* // header */

/* footer */
#footer .logo {position: absolute; left: 6px; top: 47px; }
#footer .link_list {height: 108px;border-bottom:1px solid #606060}
#footer .link_list ul {padding-top:60px;width: 600px;height: 30px;overflow:hidden;padding-left: 100px;}
#footer .link_list li {float: left;padding-left: 33px;}
#footer .link_list li a {color:#fff;font-size: 15px;line-height: 15px;font-weight:300;}
#footer .link_list li a span {font-size: 18px;}
#footer .address {display: block;color:#acabae;font-size:14px;line-height:18px;padding:16px 0 0 9px;font-weight:300;}
#footer .address .bar {display: inline-block; width: 1px; height: 13px; background-color: #acabae; margin: 0 10px; vertical-align:middle; margin-bottom: 2px;}
#footer .copy {display: block;color:#fff;font-size:14px;line-height:18px;padding:16px 0 0 9px;font-weight:100;}
#footer .family_site {position: absolute; left: 1019px; top: 122px; width: 170px; height: 38px; box-sizing: border-box; border:1px solid #bcbbbf; }
#footer .family_site a {display: block; font-size:14px; color:#fff;line-height:36px;text-align: center;}
