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

.quick-bt {
  z-index: 100;
  position: fixed;
  right: 0;
  top: 130px;
  background-color: #ffffff;
  transition: all 0.7s ease;
}
.quick-bt .qbt-box ul {
  width: 100%;
  padding-left: 0;
  border: 1px solid #e6e8eb;
}
.quick-bt .qbt-box ul li {
  width: 100%;
}
.quick-bt .qbt-box ul li.qbt {
  width: 100%;
}
.quick-bt .qbt-box ul li.qbt a.link-bx {
  width: 80px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: center;
  border-bottom: 1px solid #e6e8eb;
}
.quick-bt .qbt-box ul li.qbt a.link-bx img {
  width: 28px;
  height: 28px;
  margin-bottom: 7px;
}
.quick-bt .qbt-box ul li.qbt a.link-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}
.quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
  height: 100px;
}
.quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
  border-bottom: none;
}
.quick-bt.up {
  top: 80px;
}

@media (max-width: 1200px) {
  .quick-bt {
    top: 110px;
  }
  .quick-bt .quick-open-bt {
    right: -100px;
    top: calc(50% - 22.8px);
    padding: 7px 10px;
  }
  .quick-bt .quick-open-bt img {
    width: 20px;
    height: 45.6px;
  }
  .quick-bt .qbt-box ul {
    border: 1px solid #e6e8eb;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 80px;
    height: 75px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
    height: 100px;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
    border-bottom: none;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #000000;
  }
}
@media (max-width: 992px) {
  .quick-bt {
    z-index: 1000;
    right: auto;
    top: 0;
  }
  .quick-bt .quick-open-bt {
    right: -100px;
    top: calc(50% - 22.8px);
    padding: 7px 10px;
  }
  .quick-bt .quick-open-bt img {
    width: 20px;
    height: 45.6px;
  }
  .quick-bt .qbt-box ul {
    display: flex;
    border: none;
  }
  .quick-bt .qbt-box ul li.qbt {
    display: flex;
    align-items: center;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 50px;
    height: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    border-bottom: none;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    display: none;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
    height: 50px;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
    border-bottom: none;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #000000;
  }
}
/*///////////////////////////////////////////////////////////쇼핑*/
.quickCart-bt {
  z-index: 100;
  position: fixed;
  right: 5px;
  top: 130px;
  background-color: #ffffff;
  transform: translateX(130%);
  transition: all 0.7s ease;
}
.quickCart-bt .quickCart-box {
  width: 150px;
}
.quickCart-bt .quickCart-box ul {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #e6e8eb;
}
.quickCart-bt .quickCart-box ul li {
  width: 100%;
}
.quickCart-bt .quickCart-box ul li.qbt {
  width: 100%;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap {
  width: 100%;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_2 {
  width: 100%;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_2 .image a img {
  max-width: 100%;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_2 button {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 12px;
  background-color: #ff5d57;
  color: #ffffff;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_3 {
  width: 100%;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  padding: 0;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_5 .name {
  width: 100%;
  margin-bottom: 7px;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_5 .name a {
  font-size: 15px;
  font-weight: 700;
}
.quickCart-bt .quickCart-box ul li.qbt #quickCart_wrap #quickCart .cart_item .contain .col_5 .price {
  font-size: 13px;
  font-weight: 300;
}
.quickCart-bt .quickCart-box ul li.qbt #clearfix {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
}
.quickCart-bt .quickCart-box ul li.qbt #clearfix .action-btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  background-color: rgb(69, 143, 166);
  color: #ffffff;
  cursor: pointer;
}
.quickCart-bt .quickCart-box ul li.qbt #clearfix .pull-right {
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
}
.quickCart-bt .quickCart-box ul li.qbt #clearfix .pull-right span {
  font-weight: 500;
}
.quickCart-bt .quickCart-box ul li .cart {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #e5e1de;
  border-bottom: 1px solid #ffffff;
}
.quickCart-bt .quickCart-box ul li .cart span.count {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  font-family: "Noto Sans KR", sans-serif;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  padding: 3px 7px;
  color: #3a3737;
  background-color: #ffffff;
}
.quickCart-bt .quickCart-box ul li .cart span.tex {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  padding: 3px 15px;
  color: #3a3737;
  background-color: #ffffff;
}
.quickCart-bt.up_z {
  top: 75px;
}
.quickCart-bt.down_z {
  top: 120px;
}
.quickCart-bt.open {
  transform: translateX(0);
}

#show_bt {
  z-index: 5000;
  position: fixed;
  top: 10px;
  right: 5px;
  width: 70px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #fa3c36;
  transform: translateX(130%);
  transition: all ease 0.7s;
  cursor: pointer;
}
#show_bt.up_bt {
  transform: translateX(0);
  transition: all ease 0.3s;
}

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