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

.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(.05,.68,.16,1);
  transition: all 0.8s cubic-bezier(.05,.68,.16,1);*/
}
.header .logo-sec {
  /*width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #373a3f;*/
}
.header .logo-sec .wide_logobox {
  /*display: flex;
  padding-right: 50px;
  height: 100%;*/
}
.header .logo-sec .wide_logobox .left-top-box {
  /*width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;*/
}
.header .logo-sec .wide_logobox .left-top-box .langs .leng_a {
  /*  padding: 5px 10px;
    border: 1px solid #808080;
    @include kr(13, 300, 16);
    color: $cff;*/
}
.header .logo-sec .wide_logobox .left-top-box #formbase {
  /*height: 100%;
  display: flex;
  align-items: center;*/
}
.header .logo-sec .wide_logobox .left-top-box #formbase .searchbox {
  /*position: relative;
  height: 100%;
  display: flex;
  align-items: center;*/
}
.header .logo-sec .wide_logobox .left-top-box #formbase .searchbox:before {
  /* display: flex;
   justify-content: center;
   align-items: center;
   content: "\f002";
   position: absolute;
   font-family: FontAwesome;
   width: 30px;
   height: 30px;
   text-align: center;
   font-size: 15px;
   color: #343333;
   z-index: 2;
   pointer-events: none;*/
}
.header .logo-sec .wide_logobox .left-top-box #formbase .searchbox .searchfield {
  /*width: 150px;
  transition: all 0.5s;
  color: transparent;
  cursor: pointer;
  padding: 5px 5px 5px 30px;
  position: relative;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  border: none !important;
  -webkit-appearance: textfield;
  cursor: text;*/
  /* &::-webkit-search-decoration,
   &::-webkit-search-cancel-button {
       display: none;
   }
   &:-moz-placeholder {
       color: #bdbdbd;
   }
   &::-webkit-input-placeholder {
       color: #bdbdbd;
   }
   &::placeholder{
       color: #bdbdbd;
   }*/
}
.header .logo-sec .wide_logobox .left-top-box #formbase .searchbox .searchfield:focus {
  /* width: 150px;
   padding-right: 30px;
   color: black;
   cursor: text;
   background-color: white;*/
}
.header .logo-sec .wide_logobox .left-top-box #formbase .s_bt {
  /*width: 50px;
  height: 30px;
  color: #2f2e2e;
  border-left: 1px solid #373a3f;
  background-color: #ffffff;*/
}
.header .logo-sec .wide_logobox .right-top-box {
  /*width: 70%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;*/
}
.header .logo-sec .wide_logobox .right-top-box .cart, .header .logo-sec .wide_logobox .right-top-box #mineCart_view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.header .logo-sec .wide_logobox .right-top-box .cart .count, .header .logo-sec .wide_logobox .right-top-box #mineCart_view .count {
  /*margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  @include kr(12, 300, 12);
  @include radiusPx(17,17,17,17);
  padding: 3px 5px;
  color: #3a3737;
  background-color: #ffffff;*/
}
.header .logo-sec .wide_logobox .right-top-box .cart.reg, .header .logo-sec .wide_logobox .right-top-box #mineCart_view.reg {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  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;
  @include kr(12, 300, 16);
  color: $cff;
  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: rgb(255, 255, 255);
  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#logo_top {
  max-height: 40px;
}
.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: -50px;
}
.header.up .con-header {
  height: 70px;
}
.header.down {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.header.down .con-header {
  height: 90px;
}

@media (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: 40px;
    display: flex;
    background-color: #575348;
  }
  .header .logo-sec .wide_logobox {
    display: flex;
    padding-right: 50px;
  }
  .header .logo-sec .wide_logobox .left-top-box {
    width: 30%;
    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: 70%;
    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: rgb(255, 255, 255);
    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: 80px;
  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: 60px;
}
.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;
  padding: 20px 0;
}
.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 (max-width: 992px) {
  .header, .quick-bt, .headersub-sec {
    display: none;
  }
}
body.hide {
  overflow: hidden;
}

.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: rgb(49, 47, 45);
}
.momenu-sec .momenu-logo {
  z-index: 9000;
  position: fixed;
  top: 9px;
  left: 20px;
  color: #ffffff;
}
.momenu-sec .momenu-logo span {
  padding-left: 5px;
  color: #ffd56b;
}
.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 */
