body #top .right {
  padding-top: 55px;
}
body .navbar-nav {
  display: flex;
  height: 60px;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
}
body .navbar-nav > li {
  /*width: 150px;*/
  text-align: center;
}
body .navbar-nav > li a.nav-link {
  position: relative;
  font-size: 18px;
  font-family: 'pretendardvariable', sans-serif;
  display: inline-block;
  color: #272727;
  transition: all 0.3s ease 0s;
}
body .navbar-nav > li a.nav-link:hover {
  text-decoration: none;
}
body .navbar-nav > li a.nav-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 15px;
  top: 10px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
body .subMenu-wrap {
  position: absolute;
  width: 100%;
  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: 1200px;
  padding-left: 458px;
  display: flex;
  justify-content: space-between;
}
body .subMenu-wrap .container > ul {
  width: 150px;
  list-style-type: none;
  color: #000;
  margin: 0;
  padding: 30px 0;
	border: 1px;
}
body .subMenu-wrap .container > ul:last-child {
  width: 220px;
}
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: 'pretendardvariable', 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 {
  width:100%;
  height: 199px;
  margin-bottom: 0px;
  background-color:#fafafa;
  position: relative;
}
body .top-banner.p0 {
    background-color:fafafa;
}
body .top-banner.p1 {
    background-color:fafafa;
}
body .top-banner.p2 {
    background-color:fafafa;
}
body .top-banner.p3 {
  background-image: url('../images/sub_bg.png');
}
body .top-banner.p4 {
  background-image: url('../images/sub_bg.png');
}
body .top-banner .top-banner-subtitle {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 79px;
  text-align: center;
  box-sizing: border-box;
  padding: -220px;
}
body .top-banner .top-banner-subtitle h4 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 43px;
  text-align: center;
  color: #6f767a;
  margin: 0;
}
body .top-banner .top-banner-subtitle h5 {
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  color: #f7941d;
  font-size: 13px;
  font-weight: 400;
}
body .top-banner .container {
  height: 100%;
}
body .top-banner .container h1 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 100;
  padding: 67px;
  font-size: 43px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
body .container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
/*# sourceMappingURL=fullmenu.css.map */