@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes rightIn-box {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-tex {
  0% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-over {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over4 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box1 {
  0% {
    transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes Box2 {
  0% {
    transform: translateX(120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box3 {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box4 {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* 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;
}

.header-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.header-box .top-box {
  width: 100%;
}
.header-box .top-box ._con {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: row;
}
.header-box .top-box ._con .first-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
}
.header-box .top-box ._con .first-box img {
  width: 165px;
  height: 70px;
}
.header-box .top-box ._con .second-box {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-box .top-box ._con .second-box .icon-box {
  width: 50px;
  height: 63%;
  display: flex;
  align-items: flex-start;
}
.header-box .top-box ._con .second-box .icon-box img {
  width: 30.4px;
  height: 30.4px;
}
.header-box .top-box ._con .second-box .text-box {
  width: auto;
  display: flex;
  flex-direction: column;
}
.header-box .top-box ._con .second-box .text-box h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #141313;
  margin: 0;
  padding-bottom: 7px;
  padding-top: 5px;
  word-break: keep-all;
}
.header-box .top-box ._con .second-box .text-box h6 span {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  padding-left: 10px;
  word-break: keep-all;
}
.header-box .top-box ._con .second-box .text-box h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ff592c;
  padding-bottom: 7px;
  word-break: keep-all;
}
.header-box .top-box ._con .second-box .text-box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #201d1d;
  word-break: keep-all;
}
.header-box .menu-box {
  width: 100%;
  background-color: #ff592c;
}
.header-box .menu-box ._con {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-box .menu-box ._con a {
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  word-break: keep-all;
  padding: 0 50px;
}
.header-box .menu-box ._con a:hover {
  color: #000;
}
.header-box .menu-box ._con .menu-text {
  width: 30%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  word-break: keep-all;
  display: flex;
  justify-content: flex-end;
}
.header-box .menu-box ._con .menu-text a {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  padding: 4px 20px 5px;
  margin-left: 10px;
  word-break: keep-all;
}

@media screen and (max-width: 991px) {
  .header-box {
    display: none;
  }
}
.momenu-sec {
  position: fixed;
  z-index: 2000;
  height: auto;
}
.momenu-sec .momenu-top-bg {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: #312f2d;
}
.momenu-sec .momenu-logo {
  z-index: 9000;
  position: fixed;
  top: 9px;
  left: 20px;
}
.momenu-sec .momenu-logo img {
  width: 94px;
  height: 24.5px;
}

.mo-over-sec {
  width: 100%;
  overflow: hidden;
}
.mo-over-sec .momenu-bt {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 10px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.mo-over-sec .momenu-bt span {
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.mo-over-sec .momenu-bt span.mospan-1 {
  margin-top: -8px;
}
.mo-over-sec .momenu-bt span.mospan-2 {
  margin-top: 0;
}
.mo-over-sec .momenu-bt span.mospan-3 {
  margin-top: 8px;
}
.mo-over-sec .momenu-bt.open {
  right: 30px;
}
.mo-over-sec .momenu-bt.open span.mospan-1 {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.mo-over-sec .momenu-bt.open span.mospan-2 {
  margin-top: 0;
  margin-left: 0;
  opacity: 0;
}
.mo-over-sec .momenu-bt.open span.mospan-3 {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.mo-over-sec .over-bg {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #312f2d;
  margin-left: -110%;
  transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
}
.mo-over-sec .over-bg .mo-box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-left: -210%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.05, 0.68, 0.02, 1);
}
.mo-over-sec .over-bg .mo-box .mmo-menubox {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F4F7F6;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl {
  width: 100%;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  background-color: #53504d;
  cursor: pointer;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dt.modt-2 {
  background-color: #888482;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dt.modt-2:hover {
  background-color: #8c8582;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dt a {
  width: 100%;
  height: 100%;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dd {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #7d7f80;
  cursor: pointer;
  transition: all 0.5s ease;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl dd:hover {
  background-color: #7d7f80;
  color: #ffffff;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl .mo-ul {
  width: 100%;
  padding-left: 0;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl .mo-ul .mo-li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: center;
  background-color: #ebedf0;
  border-top: 1px solid #c8cbcc;
  transition: all 0.5s ease;
  cursor: pointer;
}
.mo-over-sec .over-bg .mo-box .mmo-menubox dl .mo-ul .mo-li:hover {
  background-color: #7d7f80;
  color: #ffffff;
}
.mo-over-sec .over-bg.open {
  margin-left: 0;
}
.mo-over-sec .over-bg.open .mo-box {
  opacity: 1;
  margin-left: 0;
  transition: all 1.3s cubic-bezier(0.05, 0.68, 0.02, 1) 0.5s;
}

@media (min-width: 992px) {
  .momenu-sec, .mo-over-sec {
    display: none;
  }
}

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