@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*/////////커스텀 컬러*/
ul, li {
  list-style-type: none;
}

/* 텍스트 이펙트 */
.visu-top {
  animation: top 1s ease-out 0s both;
}

.visu-top2 {
  animation: top2 1s ease-out 0s both;
}

.visu-top3 {
  animation: top3 1s ease-out 0s both;
}

@keyframes top {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes top2 {
  0% {
    opacity: 0;
    margin-top: -180px;
  }
  100% {
    opacity: 1;
    margin-top: -60px;
  }
}
@keyframes top3 {
  0% {
    opacity: 0;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
/* 끝 */
/* 슬라이드 */
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

.sub_topnav_sec {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #e6e8eb;
  z-index: 1;
}
.sub_topnav_sec .wide_topnav {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.sub_topnav_sec .wide_topnav .topnavbar-box {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.sub_topnav_sec .wide_topnav .topnavbar-box .top_wrap_left {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dt.tnav-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  border-left: 1px solid #e6e8eb;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dt.tnav-home img {
  width: 26.85px;
  height: 22.5px;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd {
  position: relative;
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  border-right: 1px solid #e6e8eb;
  border-left: 1px solid #e6e8eb;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  cursor: pointer;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd:nth-of-type(2) {
  border-left: none;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 17.9px;
  height: 15px;
  transition: all 0.5s ease;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd.subopen img {
  transform: rotate(540deg);
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul {
  position: absolute;
  top: 50px;
  border: 1px solid #e6e8eb;
  background-color: #fff;
  transform: translateY(-10%);
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  padding-left: 0;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul.ul1 {
  width: 200px;
  left: -1px;
  transition: all 0.5s ease;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul.ul2 {
  width: 201px;
  left: -1px;
  transform: translateY(-110%);
  transition: all 0.5s ease;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul.subopen {
  transform: translateY(0%);
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul li {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e6e8eb;
  transition: all 0.5s ease;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul li a.active {
  background-color: #f0f2f5;
  color: #323333;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd ul li a:hover {
  background-color: #7d7f80;
  color: #ffffff;
}
.sub_topnav_sec .wide_topnav .topnavbar-box dl dd:hover .submn-bt-ui {
  transform: translateY(0);
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.sub_topnav_sec .wide_topnav .top_nav {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sub_topnav_sec .wide_topnav .top_nav .top_wrap_right {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}

@media screen and (max-width: 768px) {
  .sub_topnav_sec .wide_topnav {
    padding-left: 0;
    padding-right: 10px;
  }
  .sub_topnav_sec .wide_topnav .topnavbar-box {
    width: 100%;
  }
  .sub_topnav_sec .wide_topnav .topnavbar-box .top_wrap_left {
    padding-left: 10px;
  }
  .sub_topnav_sec .wide_topnav .top_nav {
    display: none;
  }
  .sub_topnav_sec .wide_topnav #submn-bt {
    width: 170px;
  }
  .sub_topnav_sec .wide_topnav #submn-bt ul.ul1 {
    width: 170px;
  }
  .sub_topnav_sec .wide_topnav #submn-bt ul.ul2 {
    width: 170px;
  }
}

/*# sourceMappingURL=sub_top_nav.css.map */
