body #top .right {
  padding-top: 50px;
}
body .navbar-nav {
  display: flex;
  height: 60px;
  margin: 0;
  padding: 0 270px;
  list-style-type: none;
  justify-content: space-between;
}
body .navbar-nav > li {
  width: 160px;
  text-align: left;
}
body .navbar-nav > li a.nav-link {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Nanum Gothic', sans-serif;
  display: inline-block;
  color: #3c3c3c;
  transition: all 0.3s ease 0s;
}
body .navbar-nav > li a.nav-link:hover {
  text-decoration: none;
}
body .navbar-nav > li:hover a,
body .navbar-nav > li.active a {
  color: #ed6d00;
}
body .subMenu-wrap {
  position: absolute;
  width: 100%;
  min-width: 1400px;
  z-index: 100;
  max-height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: max-height 0.3s ease 0s;
}
body .subMenu-wrap.show {
  max-height: 282px;
}
body .subMenu-wrap .container {
  height: 282px;
  width: 1400px;
  padding: 0 270px 0 509px;
  display: flex;
  justify-content: space-between;
}
body .subMenu-wrap .container > ul {
  width: 160px;
  list-style-type: none;
  color: #000;
  margin: 0;
  padding: 30px 0;
}
body .subMenu-wrap .container > ul li {
  padding-bottom: 15px;
}
body .subMenu-wrap .container > ul li:last-child {
  padding-bottom: 0;
}
body .subMenu-wrap .container > ul li a {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #e1e1e1;
  transition: all 0.3s ease 0s;
}
body .subMenu-wrap .container > ul li a:hover {
  text-decoration: none;
}
body .subMenu-wrap .container > ul li:hover a,
body .subMenu-wrap .container > ul li.active a {
  color: #ffc600;
}
body .top-banner {
  height: 228px;
  margin-bottom: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
body .top-banner.p0 {
  background-image: url('../images/sub_01_bg.png');
}
body .top-banner.p1 {
  background-image: url('../images/sub_02_bg.png');
}
body .top-banner.p2 {
  background-image: url('../images/sub_03_bg.png');
}
body .top-banner.p3 {
  background-image: url('../images/sub_04_bg.png');
}
body .top-banner.p4 {
  background-image: url('../images/sub_05_bg.png');
}
body .top-banner .top-banner-subtitle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 202px;
  height: 79px;
  text-align: center;
  box-sizing: border-box;
  padding: 17px;
}
body .top-banner .top-banner-subtitle h4 {
  font-family: 'Nanum Gothic', sans-serif;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}
body .top-banner .top-banner-subtitle h5 {
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  color: #d8e6f3;
  font-size: 13px;
  font-weight: normal;
}
body .top-banner .container {
  height: 100%;
}
body .top-banner .container h1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 800;
  padding: 67px;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
body .container {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
/*# sourceMappingURL=fullmenu.css.map */