@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;
}

.header {
  overflow: hidden;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.header .logo-sec {
  width: 100%;
  height: 25px;
  display: flex;
  background-color: #575348;
}
.header .logo-sec .wide_logobox {
  display: flex;
  padding-right: 50px;
}
.header .logo-sec .wide_logobox .left-top-box {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo-sec .wide_logobox .left-top-box a {
  display: flex;
  align-items: center;
  width: 150px;
  height: 100%;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.header .logo-sec .wide_logobox .right-top-box {
  width: 50%;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.header .logo-sec .wide_logobox .right-top-box a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.header .logo-sec .wide_logobox .right-top-box .contac-bt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header .head {
  z-index: 1000;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f3ed;
  background-color: white;
  transition: all 0.8s ease;
}
.header .head .wide_header {
  height: 80px;
  transition: all 0.8s ease;
}
.header .head .wide_header .header-box {
  width: 100%;
  height: 100%;
  display: flex;
}
.header .head .wide_header .header-box .logo-bx {
  width: 30%;
  height: 100%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.header .head .wide_header .header-box .logo-bx img {
  width: 188px;
  height: 49px;
}
.header .head .wide_header .header-box .menu-bx {
  width: 70%;
  height: 100%;
  background-color: #fff;
}
.header .head .wide_header .header-box .menu-bx ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.header .head .wide_header .header-box .menu-bx ul .header-li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  transition: all 0.8s ease;
  cursor: pointer;
}
.header .head .wide_header .header-box .menu-bx ul .header-li.mover {
  background-color: #312f2d;
  color: #ffffff;
}
.header .head .wide_header .header-box .menu-bx ul .header-li.open {
  background-color: #53504d;
}
.header.up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -25px;
}
.header.up .con-header {
  height: 60px;
}
.header.down {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.header.down .con-header {
  height: 80px;
}

@media screen and (max-width: 1200px) {
  .header {
    overflow: hidden;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
    transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
  }
  .header .logo-sec {
    width: 100%;
    height: 25px;
    display: flex;
    background-color: #575348;
  }
  .header .logo-sec .wide_logobox {
    display: flex;
    padding-right: 50px;
  }
  .header .logo-sec .wide_logobox .left-top-box {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header .logo-sec .wide_logobox .left-top-box a {
    display: flex;
    align-items: center;
    width: 150px;
    height: 100%;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .header .logo-sec .wide_logobox .right-top-box {
    width: 50%;
    display: flex;
    height: 100%;
    justify-content: flex-end;
  }
  .header .logo-sec .wide_logobox .right-top-box a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .header .logo-sec .wide_logobox .right-top-box .contac-bt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
  }
  .header .head {
    z-index: 1000;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f3ed;
    background-color: white;
    transition: all 0.8s ease;
  }
  .header .head .wide_header {
    height: 80px;
    transition: all 0.8s ease;
  }
  .header .head .wide_header .header-box {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .header .head .wide_header .header-box .logo-bx {
    width: 20%;
    height: 100%;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
  }
  .header .head .wide_header .header-box .logo-bx img {
    width: 150.4px;
    height: 39.2px;
  }
  .header .head .wide_header .header-box .menu-bx {
    width: 80%;
    height: 100%;
    background-color: #fff;
  }
  .header .head .wide_header .header-box .menu-bx ul {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .header .head .wide_header .header-box .menu-bx ul .header-li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    transition: all 0.8s ease;
    cursor: pointer;
  }
  .header .head .wide_header .header-box .menu-bx ul .header-li.mover {
    background-color: #312f2d;
    color: #ffffff;
  }
  .header .head .wide_header .header-box .menu-bx ul .header-li.open {
    background-color: #53504d;
  }
  .header.up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -25px;
  }
  .header.up .con-header {
    height: 60px;
  }
  .header.down {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .header.down .con-header {
    height: 80px;
  }
}
.headersub-sec {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 5000;
  top: 105px;
  left: 0;
  right: 0;
  background-color: #f8f7f7 !important;
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.headersub-sec.up {
  top: 60px;
}
.headersub-sec.down {
  top: 105px;
}
.headersub-sec .wide_headersub {
  margin-top: -350px;
  transition: all 0.8s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.headersub-sec .wide_headersub .headersub-box {
  width: 100%;
  display: flex;
}
.headersub-sec .wide_headersub .headersub-box .left-cont-bx {
  width: 30%;
  padding: 20px;
}
.headersub-sec .wide_headersub .headersub-box .left-cont-bx .bg-img-bx {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx {
  width: 70%;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul {
  display: flex;
  width: 100%;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul .headersub-li {
  width: 20%;
  transition: all 0.7s ease;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 30px;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul .sub-li {
  width: 100%;
  height: 100%;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul .sub-li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  transition: all 0.7s ease;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul .headersub-li .sub-ul .sub-li a:hover {
  background-color: #4b4c4d;
  color: #ffffff;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul .headersub-li.mover {
  background-color: #53504d;
}
.headersub-sec .wide_headersub .headersub-box .right-menu-bx ul .headersub-li.mover .sub-ul .sub-li {
  color: #ffffff;
}
.headersub-sec .wide_headersub.open-box {
  margin-top: 0;
}
.headersub-sec .wide_headersub.close-box {
  margin-top: -350px;
}
.headersub-sec .wide_headersub.subopen {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .header, .quick-bt, .headersub-sec {
    display: none;
  }
}
body.hide {
  overflow: hidden;
}

.momenu-sec {
  position: fixed;
  z-index: 500;
  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 */
