@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  letter-spacing: -0.3px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

strong {
  font-weight: 800;
}

:lang(en) {
  letter-spacing: 0;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}

/* 테이블 스타일 초기화 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

th, td {
  font-weight: 400;
}

td {
  word-wrap: break-word;
  word-break: keep-all;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

address, caption, em, var {
  font-style: normal;
  font-weight: 400;
}

/* 링크 */
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* 이미지, 폼관련 요소 */
img {
  border: 0;
  vertical-align: top;
  width: 100%;
}
/* 
select,
input,
textarea {
  width: 100%;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto", "SFPro", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  font-family: sans-serif;
}

input[type=text],
input[type=submit],
input[type=password],
input[type=search],
input[type=number],
input[type=reset],
input[type=email],
input[type=tel],
input[type=search],
input[type=file],
input[type=email],
input[type=tel] {
  height: 45px;
  padding: 0 14px;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #000;
  outline: none;
}

input[type=password]:focus {
  color: #000;
}

input[readonly] {
  background: #fff;
  color: #999;
}
input[readonly]:focus {
  border: 1px solid #ddd;
}

input:disabled {
  opacity: 1;
  background: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

select {
  height: 45px;
  padding: 0 15px;
}

textarea {
  padding: 10px 15px;
  overflow: auto;
  resize: none;
  line-height: 1.5;
  font-size: 13px;
} */

button {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 15px;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

::-webkit-scrollbar {
  display: none;
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a7a7a7;
}

html, body, #wrap {
  min-height: 100vh;
}

html, body {
  position: relative;
}
html.fixed, body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

#wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wrap.scroll .header-wrap {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  z-index: 50;
}
#wrap.scroll #content .list-wrap .cate-wrap.cate-text {
  display: block;
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  z-index: 49;
}
#wrap.scroll-up .header-wrap {
  z-index: 50;
}
#wrap.scroll-up #content .list-wrap .cate-wrap.cate-text {
  display: block;
  position: fixed;
  top: 104px;
  left: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  z-index: 49;
}

#container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#content {
  padding-top: 104px;
}

.inner-box {
  padding: 0 20px;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  position: relative;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-wrap .header-top .btn-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
.header-wrap .header-top .btn-cart {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.header-wrap .header-top .btn-cart .cart-num {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 2;
  min-width: 20px;
  height: 20px;
  line-height: 19px;
  padding: 0 2px;
  background: #FF4B00;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
.header-wrap .header-top .logo {
  text-align: center;
  margin: 0 auto;
}
.header-wrap .header-top .logo a {
  display: block;
}

.lnb {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lnb .lnb-inner {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  height: 54px;
  background: #fff;
}
.lnb .lnb-inner .item {
  position: relative;
  display: inline-block;
  line-height: 54px;
  margin-right: 25px;
}
.lnb .lnb-inner .item a {
  font-size: 16px;
  color: #555;
}
.lnb .lnb-inner .item .ico-up {
  vertical-align: middle;
  margin: 0px 0px 2px 4px;
}
.lnb .lnb-inner .item.active a {
  color: #FF4B00;
  font-weight: 500;
}
.lnb .lnb-inner .item.active:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #FF4B00;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
}
.lnb .lnb-inner .item:first-child {
  margin-left: 16px;
}

.quick-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  height: 55px;
  background: #fff;
  border-top: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quick-nav.hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.quick-nav ul {
  font-size: 0;
}
.quick-nav ul li {
  display: inline-block;
  width: 20%;
}
.quick-nav ul li a {
  position: relative;
  display: block;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.quick-nav ul li a [class^=ico-] {
  display: block;
  margin: 8px auto 0;
}
.quick-nav ul li a span {
  margin-top: 3px;
  display: block;
  font-size: 10px;
}
.quick-nav ul li a .num {
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 2;
  min-width: 20px;
  height: 20px;
  line-height: 19px;
  padding: 0 2px;
  background: #FF4B00;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
}
.quick-nav ul li.active a span {
  color: #FF4B00;
}

.footer-wrap {
  background: #fff;
  position: relative;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 55px;
}
.footer-wrap .footer-notice {
  height: 60px;
}
.footer-wrap .footer-notice dl {
  font-size: 0;
}
.footer-wrap .footer-notice dl dt, .footer-wrap .footer-notice dl dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  height: 60px;
  line-height: 59px;
}
.footer-wrap .footer-notice dl dt {
  padding-left: 20px;
  width: 75px;
}
.footer-wrap .footer-notice dl dd {
  position: relative;
  width: calc(100% - 75px);
  padding-left: 26px;
}
.footer-wrap .footer-notice dl dd a {
  position: relative;
  display: block;
  color: #888;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 60px;
  height: 60px;
  word-break: break-all;
  white-space: initial;
}
.footer-wrap .footer-notice dl dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  width: 8px;
  height: 16px;
  background-image: url("../images/icons/category/icon_arrow_left.png");
  background-size: 100% 100%;
}
.footer-wrap .footer-link {
  background: #555;
  padding: 0 20px;
}
.footer-wrap .footer-link ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.footer-wrap .footer-link ul li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  text-align: center;
}
.footer-wrap .footer-link ul li a {
  height: 46px;
  line-height: 45px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer-wrap .footer-link.v2 {
  border-top: 1px solid #eaeaea;
  background: #fff;
  padding: 0;
}
.footer-wrap .footer-link.v2 ul li {
  width: inherit;
  padding: 0 14px;
}
.footer-wrap .footer-link.v2 ul li a {
  color: #888;
  font-size: 12px;
}
.footer-wrap .footer-link.v2 ul li:last-child a {
  color: #333;
}
.footer-wrap .footer-info {
  padding: 25px 20px;
}
.footer-wrap .footer-info a {
  font-size: 13px;
  margin-left: 20px;
  font-weight: 500;
}
.footer-wrap .footer-info a .ico-arrow {
  vertical-align: 1px;
}
.footer-wrap .footer-info address {
  margin-top: 19px;
  padding-bottom: 5px;
}
.footer-wrap .footer-info address p {
  line-height: 21px;
  font-size: 13px;
  color: #777;
}
.footer-wrap .footer-info address span {
  display: inline-block;
  vertical-align: middle;
}
.footer-wrap .footer-customer {
  padding: 0 20px;
  position: relative;
  height: 45px;
}
.footer-wrap .footer-customer .center {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
.footer-wrap .footer-customer .center span {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.footer-wrap .footer-customer .center span a {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
.footer-wrap .footer-customer .center span a:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  background: #ccc;
}
.footer-wrap .footer-customer .sns-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.footer-wrap .copy {
  padding: 18px 20px 40px;
  font-size: 14px;
  color: #888;
}

.quick-btn {
  position: fixed;
  bottom:0;
  left: 0;
  right: 0;
  z-index: 29;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.quick-btn.scroll-top {
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}
.quick-btn.scroll-down {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.quick-btn a {
  position: absolute;
  bottom:0;
  display: block;
  width: 22.22222vw;
  height: 22.22222vw;
  border-radius: 100%;
}
.quick-btn a:after {
  content: "";
  display: block;
  width: 22.22222vw;
  height: 22.22222vw;
  vertical-align: middle;
  font-size: 0;
  background-size: 100% 100%;
}
.quick-btn a.btn-back {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quick-btn a.btn-back:after {
  background-image: url("../images/icons/common/ico_back.png");
}
.quick-btn a.btn-top {
  right: 0;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quick-btn a.btn-top:after {
  background-image: url("../images/icons/common/ico_top.png");
}
.mydw .quick-btn {
  display: none;
}
.cart-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cart-box .ico-cart3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 31;
  opacity: 0.5;
}

.notify-banner {
  position: fixed;
  bottom: 70px;
  left: 10px;
  right: 10px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  height: 60px;
  line-height: 59px;
}
.notify-banner .text {
  display: inline-block;
  padding-left: 12px;
  font-size: 15px;
}
.notify-banner .btn-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

.category-wrap {
  padding-top: 0 !important;
  min-height: 100vh;
}
.category-wrap .category-inner .top {
  height: 50px;
  position: relative;
  background: #FFF;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display:flex;
  align-items:center;
}
.category-wrap .category-inner .top .btn-back {
  display: inline-block;
  margin-right: 6px;
  line-height: 50px;
  vertical-align: 3px;
}
.category-wrap .category-inner .top .title {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
}
.category-wrap .category-inner .top .btn-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 64px;
}
.category-wrap .category-inner .top .btn-cart {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.category-wrap .category-inner .top .btn-cart .cart-num {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 2;
  min-width: 20px;
  height: 20px;
  line-height: 19px;
  padding: 0 2px;
  background: #FF4B00;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  color: #FFF;
}
.category-wrap .category-inner .category-list {
  overflow-x: hidden;
  background: #FFF;
}
/* .category-wrap .category-inner .category-list ul {
  font-size: 0;
}
.category-wrap .category-inner .category-list li {
  margin-bottom: 20px;
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.category-wrap .category-inner .category-list li .dep1 {
  position: relative;
  font-size: 14px;
  color: #333;
}
.category-wrap .category-inner .category-list li .dep1 .icon-box {
  width: 50px;
  height: 50px;
  margin: 10px auto 0;
  text-align: center;
}
.category-wrap .category-inner .category-list li .dep1 .icon-box img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.category-wrap .category-inner .category-list li .dep1 .icon-box img.off {
  display: block;
}
.category-wrap .category-inner .category-list li .dep1 .icon-box img.on {
  display: none;
}
.category-wrap .category-inner .category-list li .dep1.active {
  color: #458e15;
  font-weight: 500;
}
.category-wrap .category-inner .category-list li .dep1.active .icon-box img.off {
  display: none;
}
.category-wrap .category-inner .category-list li .dep1.active .icon-box img.on {
  display: block;
}
.category-wrap .category-inner .category-list li .dep1 span.icon-ctg-nm {
  display: block;
  margin-top: 10px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.category-wrap .category-inner .category-list li ul {
  position: relative;
  display: none;
  width: 400%;
  margin-top: 10px;
  padding: 8px 0;
}
.category-wrap .category-inner .category-list li ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  background: #f7f7f7;
}
.category-wrap .category-inner .category-list li ul li {
  margin: 0;
  width: 50%;
  text-align: left;
  padding: 15px 0;
}
.category-wrap .category-inner .category-list li ul li a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
}
.category-wrap .category-inner .category-list li ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  width: 8px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url("../images/icons/category/icon_arrow_left.png");
}
.category-wrap .category-inner .category-list li ul li ul li a {
  font-size: 14px;
}
.category-wrap .category-inner .category-list li:nth-child(2) ul, .category-wrap .category-inner .category-list li:nth-child(6) ul {
  margin-left: -100%;
}
.category-wrap .category-inner .category-list li:nth-child(3) ul, .category-wrap .category-inner .category-list li:nth-child(7) ul {
  margin-left: -200%;
}
.category-wrap .category-inner .category-list li:nth-child(4) ul, .category-wrap .category-inner .category-list li:nth-child(8) ul {
  margin-left: -300%;
}
.category-wrap .category-inner .category-list li.nav-item {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.category-wrap .category-inner .category-list li.nav-item:first-child {
  margin-top: 0;
}
.category-wrap .category-inner .category-list li.nav-item .dp1 {
  padding-bottom: 9px;
  position: relative;
  font-size: 19px;
  font-weight: 800;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  color: #333;
  letter-spacing: 0;
}
.category-wrap .category-inner .category-list li.nav-item .dp1:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.category-wrap .category-inner .category-list li.nav-item .dp2 {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-wrap .category-inner .category-list li.nav-item .dp2 li {
  margin-top: 12px;
}
.category-wrap .category-inner .category-list li.nav-item .dp2 li:first-child {
  margin: 0;
}
.category-wrap .category-inner .category-list li.nav-item .dp2 a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #888;
}
.category-wrap .category-inner .category-list li.nav-item.active .dp1:after {
  width: 100%;
}
.category-wrap .category-inner .category-list li.nav-item.active .dp2 {
  display: block;
  height: auto;
  margin-top: 29px;
}
.category-wrap .category-inner .service-wrap {
  padding: 26px 14px 20px;
  background: #FFF;
  border-bottom: 10px solid #f7f7f7;
}
.category-wrap .category-inner .service-wrap .title-type {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 500;
}
.category-wrap .category-inner .service-wrap ul {
  font-size: 0;
}
.category-wrap .category-inner .service-wrap ul li {
  padding: 12px 0;
  border-bottom: 1px solid #EEE;
  text-align: left;
}
.category-wrap .category-inner .service-wrap ul li a {
  position: relative;
  font-size: 0;
  display: block;
}
.category-wrap .category-inner .service-wrap ul li a span {
  display: inline-block;
}
.category-wrap .category-inner .service-wrap ul li a span.title {
  width: 78px;
  height: 26px;
  line-height: 25px;
  border: 1px solid #FF4B00;
  border-radius: 15px;
  color: #FF4B00;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.category-wrap .category-inner .service-wrap ul li a span.desc {
  margin-left: 16px;
  font-size: 14px;
  color: #888;
  line-height: 25px;
}
.category-wrap .category-inner .service-wrap ul li a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  vertical-align: middle;
  font-size: 0;
  background-size: 100% 100%;
  width: 8px;
  height: 16px;
  background-image: url("../images/icons/category/icon_arrow_left.png");
}
.category-wrap .category-inner .service-wrap ul li:last-child {
  border-bottom: 0;
}
.category-wrap .category-inner .theme-wrap {
  padding: 25px 0;
  background: #FFF;
  border-bottom: 10px solid #f7f7f7;
}
.category-wrap .category-inner .theme-wrap .title-wrap {
  padding: 0 0 13px 14px;
}
.category-wrap .category-inner .theme-wrap .title-wrap .title-type {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 500;
}
.category-wrap .category-inner .theme-wrap .slick-list {
  padding-right: 14px;
}
.category-wrap .category-inner .theme-wrap .theme-slider {
  font-size: 0;
  padding-right: 14px;
}
.category-wrap .category-inner .theme-wrap .theme-slider .item {
  display: inline-block;
  width: 156px;
  margin-left: 12px;
  text-align: center;
}
.category-wrap .category-inner .theme-wrap .theme-slider .item .thumb {
  border-radius: 8px;
  overflow: hidden;
}
.category-wrap .category-inner .theme-wrap .theme-slider .item p {
  margin-top: 10px;
  font-size: 14px;
}
.category-wrap .category-inner .menu-wrap {
  padding: 14px;
  background: #FFF;
  border-bottom: 10px solid #f7f7f7;
}
.category-wrap .category-inner .menu-wrap ul {
  font-size: 0;
}
.category-wrap .category-inner .menu-wrap ul li {
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 45px;
  width: calc(33.333% + 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: -1px 0 0 -1px;
}
.category-wrap .category-inner .menu-wrap ul li:nth-child(n+2) {
  margin-left: -1px;
}
.category-wrap .category-inner .menu-wrap ul li:nth-child(n+4) {
  margin-top: -2px;
}
.category-wrap .category-inner .menu-wrap ul li a {
  position: relative;
  display: block;
  font-size: 14px;
}
.category-wrap .category-inner .menu-wrap ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #EEE;
}
.category-wrap .category-inner .footer {
  padding: 30px 14px 106px;
  background: #f7f7f7;
}
.category-wrap .category-inner .footer p {
  font-size: 13px;
  color: #777;
  line-height: 26px;
}
.category-wrap .category-inner .footer p span {
  color: #333;
  font-weight: 500;
}
.category-wrap .category-inner .footer p.call {
  margin-bottom: 5px;
}
.category-wrap .category-inner .footer p.call a {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
.category-wrap .category-inner .footer p.call a:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  background: #CCC;
}
.category-wrap .category-inner .footer p:first-child {
  margin-top: 0;
} */

.pop-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop-layer .dim {
  z-index: 1;
}
.pop-layer .pop-wrap {
  position: relative;
  z-index: 2;
  width: 80%;
  background: #fff;
  border-radius: 14px;
}
.pop-layer .pop-title {
  margin: 0 20px;
  padding: 30px 0 22px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #333;
}
.pop-layer .pop-title .sub-title {
  margin-top: 15px;
  font-size: 15px;
  color: #b2b2b2;
  font-weight: 500;
}
.pop-layer .pop-content {
  overflow: auto;
  overflow-x: hidden;
  max-height: 60vh;
  padding: 0 20px;
}
.pop-layer .pop-content .pop-text {
  padding: 16px 0 20px;
  text-align: center;
}
.pop-layer .pop-content .pop-text strong {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.pop-layer .pop-content .pop-text p {
  margin-top: 11px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.pop-layer .btn-today {
  position: absolute;
  top: 20px;
  left: 30px;
}
.pop-layer .btn-today a {
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
}
.pop-layer .btn-today a:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  background-image: url("../images/icos/common/ico_check.png");
  vertical-align: -7px;
  margin-right: 6px;
}
.pop-layer .btn-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 0;
}
.pop-layer .btn-close a {
  display: block;
}
.pop-layer .btn-close a:after {
  display: block;
  content: "";
  background-size: 100% 100%;
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/common/ico_close2.png");
}
.pop-layer .btn-wrap {
  margin-top: 0;
}
.pop-layer .btn-wrap [class^=btn-type] {
  font-weight: 400;
}
.pop-layer .btn-wrap [class^=btn-type]:nth-of-type(2) {
  margin-left: 0;
}
.pop-layer .btn-wrap .btn-type2 {
  height: 45px;
  line-height: 44px;
  font-size: 14px;
}
.pop-layer .btn-wrap.v2 {
  border-top: 1px solid #eee;
}
.pop-layer .btn-wrap.v2 .btn-type2 {
  font-size: 16px;
  color: #FF4B00;
  text-align: center;
}
.pop-layer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pop-layer.active .dim {
  display: block;
}

.pop-bottom .pop-wrap {
  position: absolute;
  top: initial;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 24px 24px 0 0;
  width: 100%;
  bottom: 100%;
  left: 0;
  height: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}
.pop-bottom .pop-wrap .pop-content {
  padding: 22px 30px 30px;
}
.pop-bottom .pop-wrap .pop-content .title {
  font-size: 16px;
  padding-bottom: 30px;
}
.pop-bottom .pop-wrap .pop-content .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -6px;
  font-size: 0;
}
.pop-bottom .pop-wrap .pop-content .share-list li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 30px;
}
.pop-bottom .pop-wrap .pop-content .share-list li span {
  margin-top: 6px;
  display: block;
  font-size: 14px;
}
.pop-bottom.active .pop-wrap {
  bottom: -52vh;
}

.pop-main .pop-wrap .pop-content {
  height: 60vh;
  padding: 0;
  overflow: hidden;
}
.pop-main .pop-wrap .pop-content .slider-wrap {
  padding-top: 63px;
}
.pop-main .pop-wrap .pop-content .main-popup-slider .item {
  padding: 0 7px;
}
.pop-main .pop-wrap .pop-content .main-popup-slider .slide-count-wrap {
  bottom: 14px;
  right: 44px;
}
.pop-main.active .pop-wrap {
  bottom: -39vh;
}

[class^=btn-wrap] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
[class^=btn-wrap] [class^=btn] {
  width: 100%;
}
[class^=btn-wrap] + .btn-wrap {
  margin-top: 15px;
}

.fixedBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 45;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-type {
  display: inline-block;
  height: 50px;
  line-height: 49px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  color: #555;
  font-weight: 500;
}
.btn-type .num {
  color: #888;
}
.btn-type .num em {
  color: #333;
}
.btn-type [class^=ico-] {
  margin-right: 5px;
  vertical-align: -5px;
}
.btn-type [class^=ico-arrow-] {
  margin-left: 3px;
  vertical-align: -2px;
}

[class^=tab-wrap] {
  position: relative;
}

.tab-type {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}
.tab-type::-webkit-scrollbar {
  display: none;
}
.tab-type li {
  display: inline-block;
  margin-left: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-type li:first-child {
  margin-left: 0;
}
.tab-type li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #f7f7f7;
  font-weight: 200;
  padding-bottom: 12px;
}
.tab-type li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-type li.active a {
  font-weight: 600;
  color: #000;
}
.tab-type li.active a:after {
  width: 100%;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

[class^=ico-] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background-size: 100% 100%;
}

.ico-logo {
  width: 132px;
  height: 35px;
  background-image: url("../images/icons/common/logo.png");
}

.ico-logo2 {
  width: 31.389vw;
  height:8.333vw;
  background-image: url("../images/icons/common/logo2.png");
}

.ico-logo3 {
  width: 200px;
  height: 53.3px;
  background-image: url("../images/icons/common/logo3.png");
}

.ico-search {
  width: 24px;
  height: 24px;
  background-image: url("../images/icos/common/ico_search.png");
}

.ico-cart {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_cart.png");
}

.ico-home {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_home.png");
}

.ico-category {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_category.png");
}

.ico-my {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_my.png");
}

.ico-deli {
  width: 30px;
  height: 24px;
  background-image: url("../images/ico/ico_deli.png");
}

.ico-recent {
  width: 30px;
  height: 24px;
  background-image: url("../images/ico/ico_recent.png");
}

.active .ico-home {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_home_on.png");
}
.active .ico-category {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_category_on.png");
}
.active .ico-my {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_my_on.png");
}
.active .ico-deli {
  width: 30px;
  height: 24px;
  background-image: url("../images/ico/ico_deli_on.png");
}
.active .ico-recent {
  width: 30px;
  height: 24px;
  background-image: url("../images/ico/ico_recent_on.png");
}

.ico-arrow-left {
  width: 8px;
  height: 16px;
  background-image: url("../images/icons/category/icon_arrow_left.png");
}

.ico-arrow-left2 {
  width: 8px;
  height: 16px;
  background-image: url("../images/ico/ico_arrow_left2.png");
}

.ico-arrow-left3 {
  width: 8px;
  height: 16px;
  background-image: url("../images/ico/ico_arrow_left3.png");
}

.ico-arrow {
  width: 16px;
  height: 8px;
  background-image: url("../images/ico/ico_arrow.png");
}

.ico-facebook {
  width: 46px;
  height: 46px;
  background-image: url("../images/ico/ico_facebook.png");
}

.ico-instagram {
  width: 46px;
  height: 46px;
  background-image: url("../images/ico/ico_instagram.png");
}

.ico-notify {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_notify.png");
}

.ico-close {
  width: 40px;
  height: 40px;
  background-image: url("../images/ico/ico_close.png");
}

.ico-close2 {
  width: 44px;
  height: 44px;
  background-image: url("../images/ico/ico_close2.png");
}

.ico-refresh {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_refresh.png");
}

.ico-back {
  width: 80px;
  height: 80px;
  background-image: url("../images/ico/ico_back.png");
}

.ico-top {
  width: 80px;
  height: 80px;
  background-image: url("../images/ico/ico_top.png");
}

.ico-event {
  width: 24px;
  height: 30px;
  background-image: url("../images/ico/ico_event.png");
}

.ico-brand {
  width: 24px;
  height: 30px;
  background-image: url("../images/ico/ico_brand.png");
}

.ico-center {
  width: 30px;
  height: 36px;
  background-image: url("../images/ico/ico_center.png");
}

.ico-arrow-left4 {
  width: 95px;
  height: 95px;
  background-image: url("../images/ico/ico_arrow_left4.png");
}

.ico-star {
  width: 14px;
  height: 13px;
  background-image: url("../images/ico/ico_star.png");
}

.ico-arrow2 {
  width: 12px;
  height: 20px;
  background-image: url("../images/ico/ico_arrow2.png");
}

.ico-arrow3 {
  width: 8px;
  height: 16px;
  background-image: url("../images/ico/ico_arrow3.png");
}

.ico-arrow4 {
  width: 6px;
  height: 10px;
  background-image: url("../images/ico/ico_arrow4.png");
}

.ico-arrow5 {
  width: 20px;
  height: 20px;
  background-image: url("../images/ico/ico_arrow5.png");
}

.ico-arrow6 {
  width: 20px;
  height: 20px;
  background-image: url("../images/ico/ico_arrow6.png");
}

.ico-cart2 {
  width: 18px;
  height: 18.5px;
  background-image: url("../images/ico/ico_cart2.png");
}

.ico-sort {
  width: 20px;
  height: 20px;
  background-image: url("../images/ico/ico_sort.png");
}

.ico-sort2 {
  width: 20px;
  height: 20px;
  background-image: url("../images/ico/ico_sort2.png");
}

.ico-info {
  width: 16px;
  height: 16px;
  background-image: url("../images/ico/ico_info.png");
}

.ico-info2 {
  width: 40px;
  height: 40px;
  background-image: url("../images/ico/ico_info2.png");
}

.ico-cart3 {
  width: 90px;
  height: 90px;
  background-image: url("../images/ico/ico_cart3.png");
}

.ico-share {
  width: 38px;
  height: 38px;
  background-image: url("../images/ico/ico_share.png");
}

.ico-kakaotalk {
  width: 60px;
  height: 60px;
  background-image: url("../images/ico/ico_kakaotalk.png");
}

.ico-kakaostory {
  width: 60px;
  height: 60px;
  background-image: url("../images/ico/ico_kakaostory.png");
}

.ico-facebook2 {
  width: 60px;
  height: 60px;
  background-image: url("../images/ico/ico_facebook2.png");
}

.ico-blog {
  width: 60px;
  height: 60px;
  background-image: url("../images/ico/ico_blog.png");
}

.ico-link {
  width: 60px;
  height: 60px;
  background-image: url("../images/ico/ico_link.png");
}

.ico-check {
  width: 24px;
  height: 24px;
  background-image: url("../images/ico/ico_check.png");
}

.ico-up {
  width: 15px;
  height: 15px;
  background-image: url("../images/ico/ico_up.png");
}

.ico-theme {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_theme.png");
}

.ico-fast {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_fast.png");
}

.ico-side {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_side.png");
}

.ico-kimchi {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_kimchi.png");
}

.ico-soup {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_soup.png");
}

.ico-main {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_main.png");
}

.ico-easy {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_easy.png");
}

.ico-salad {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_salad.png");
}

.ico-bakery {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_bakery.png");
}

.ico-meat {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_meat.png");
}

.ico-material {
  width: 50px;
  height: 40px;
  background-image: url("../images/ico/ico_material.png");
}

.active .ico-theme {
  background-image: url("../images/ico/ico_theme_on.png");
}
.active .ico-fast {
  background-image: url("../images/ico/ico_fast_on.png");
}
.active .ico-side {
  background-image: url("../images/ico/ico_side_on.png");
}
.active .ico-kimchi {
  background-image: url("../images/ico/ico_kimchi_on.png");
}
.active .ico-soup {
  background-image: url("../images/ico/ico_soup_on.png");
}
.active .ico-main {
  background-image: url("../images/ico/ico_main_on.png");
}
.active .ico-easy {
  background-image: url("../images/ico/ico_easy_on.png");
}
.active .ico-salad {
  background-image: url("../images/ico/ico_salad_on.png");
}
.active .ico-bakery {
  background-image: url("../images/ico/ico_bakery_on.png");
}
.active .ico-meat {
  background-image: url("../images/ico/ico_meat_on.png");
}
.active .ico-material {
  background-image: url("../images/ico/ico_material_on.png");
}

.ico-theme2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_theme2.png");
}

.ico-fast2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_fast2.png");
}

.ico-side2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_side2.png");
}

.ico-kimchi2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_kimchi2.png");
}

.ico-soup2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_soup2.png");
}

.ico-main2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_main2.png");
}

.ico-easy2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_easy2.png");
}

.ico-salad2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_salad2.png");
}

.ico-bakery2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_bakery2.png");
}

.ico-meat2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_meat2.png");
}

.ico-material2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/ico/ico_material2.png");
}

.active .ico-theme2 {
  background-image: url("../images/ico/ico_theme2_on.png");
}
.active .ico-fast2 {
  background-image: url("../images/ico/ico_fast2_on.png");
}
.active .ico-side2 {
  background-image: url("../images/ico/ico_side2_on.png");
}
.active .ico-kimchi2 {
  background-image: url("../images/ico/ico_kimchi2_on.png");
}
.active .ico-soup2 {
  background-image: url("../images/ico/ico_soup2_on.png");
}
.active .ico-main2 {
  background-image: url("../images/ico/ico_main2_on.png");
}
.active .ico-easy2 {
  background-image: url("../images/ico/ico_easy2_on.png");
}
.active .ico-salad2 {
  background-image: url("../images/ico/ico_salad2_on.png");
}
.active .ico-bakery2 {
  background-image: url("../images/ico/ico_bakery2_on.png");
}
.active .ico-meat2 {
  background-image: url("../images/ico/ico_meat2_on.png");
}
.active .ico-material2 {
  background-image: url("../images/ico/ico_material2_on.png");
}

.star-graph {
  vertical-align: middle;
  font-size: 0;
  background-size: 100% 100%;
  position: relative;
  width: 78px;
  height: 13px;
  background-image: url("../images/ico/star_graph.png");
  background-size: 100% 100%;
}
.star-graph .star-graph-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.star-graph .star-graph-inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 13px;
  background-image: url("../images/ico/star_graph_on.png");
  background-size: 100% 100%;
}

[class^=title-wrap] {
  position: relative;
}
[class^=title-wrap] .sub-type {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  color: #888;
  letter-spacing: -0.35px;
}
[class^=title-wrap] .sub-type a {
  border-bottom: 1px solid #000;
}

.title-type {
  font-size: 22px;
  color: #333;
  line-height: 28px;
  font-weight: 700;
}
.title-type.arrow:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 16px;
  vertical-align: 1px;
  font-size: 0;
  background-size: 100% 100%;
  background-image: url("../images/ico/ico_arrow_left2.png");
  margin-left: 4px;
}

.tag-box {
  font-size: 0;
}

.tag {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  vertical-align: top;
}
.tag.sale {
  width: 38px;
  height: 38px;
  line-height: 37px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0bc265), to(#37b469));
  background-image: linear-gradient(to right, #0bc265, #37b469);
  border-radius: 100%;
  letter-spacing: 0;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  opacity: 0.9;
}
.tag.sale strong {
  font-size: 15px;
  display: inline-block;
  margin: 0 1px;
}
.tag.sale.v2 {
  font-size: 10px;
}
.tag.sale.v2 span {
  font-size: 12px;
}
.tag.sale.v2 strong {
  font-size: 13px;
}
.tag.sale.v3 {
  width: 44px;
  height: 44px;
  line-height: 43px;
}
.tag.sale.v3 strong {
  font-size: 18px;
}
.tag.sale.v4 {
  width: 44px;
  height: 44px;
  line-height: 43px;
  font-size: 10px;
}
.tag.sale.v4 span {
  font-size: 10px;
  vertical-align: top;
}
.tag.sale.v4 strong {
  font-size: 16px;
}
.tag.self {
  width: 36px;
  height: 22px;
  line-height: 21px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8b00), to(#ff6406));
  background-image: linear-gradient(to right, #ff8b00, #ff6406);
  border-radius: 8px 13px 13px 0;
}
.tag.self strong {
  font-size: 11px;
}
.tag.finish {
  padding: 4px 3px;
  text-align: center;
  border: 1px solid rgba(255, 75, 0, 0.5);
  border-radius: 2px;
  font-size: 11px;
  color: #FF4B00;
}
.tag.fresh {
  padding: 4px 3px;
  text-align: center;
  border: 1px solid rgba(69, 142, 21, 0.5);
  border-radius: 2px;
  font-size: 11px;
  color: #458e15;
}

.list-dot li {
  position: relative;
  padding-left: 14px;
  margin-top: 15px;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  line-height: 18px;
}

.text-box {
  font-size: 15px;
  line-height: 22px;
  color: #888;
  letter-spacing: -0.8px;
}

.tip-box {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  background: #333;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  z-index: 10;
}
.tip-box:after {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: 14px;
  width: 12px;
  height: 12px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  text-indent: -99999px;
}
.tip-box span {
  font-size: 13px;
  color: #fff;
  line-height: 17px;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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 {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide, .slick-slide:focus {
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide a, .slick-slide a:focus {
  outline: 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;
}

.slick-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background: #cfcfcf;
  font-size: 0;
  border-radius: 2px;
  outline: none !important;
}
.slick-dots li.slick-active {
  width: 12px;
}
.slick-dots li.slick-active button {
  background: #FF4B00;
}
.slick-dots li:nth-child(n+2) {
  margin-left: 4px;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 31px;
  height: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  font-size: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slide-count-wrap {
  position: absolute;
  bottom: 50px;
  right: 25px;
}
.slide-count-wrap .slide-count {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 25px;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.slide-count-wrap span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
.slide-count-wrap .current {
  padding-right: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.slide-count-wrap .current:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.side {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.info-wrap {
  margin-top: 40px;
}
.info-wrap dl {
  margin-top: 15px;
  font-size: 0;
}
.info-wrap dl dt, .info-wrap dl dd {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
}
.info-wrap dl dt {
  width: 33%;
  color: #555;
}
.info-wrap dl dd {
  width: 67%;
  color: #333;
  word-break: break-all;
}
.info-wrap dl:first-child {
  margin-top: 0;
}

.scroll-box {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.btn-toggle {
  display: inline-block;
  position: relative;
  background: none;
  font-size: 0;
  vertical-align: middle;
}
.btn-toggle span {
  font-size: 14px;
  vertical-align: middle;
}
.btn-toggle.close .ico-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.btn-toggle.close .icon-plus:before {
  display: block;
}

.prd-slider .item {
  position: relative;
}
.prd-slider .item.comming .thumb:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mask.png");
  background-size: 100% 100%;
}
.prd-slider .item.comming .comming-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.prd-slider .item.comming .comming-text p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.prd-slider .item.comming .comming-text p strong {
  font-size: 26px;
  font-weight: 600;
}
.prd-slider .item.comming .comming-text p:nth-child(n+2) {
  margin-top: 10px;
}
.prd-slider .item .thumb {
  position: relative;
}
.prd-slider .item .thumb .tag {
  position: absolute;
}
.prd-slider .item .thumb .tag.sale {
  top: 5px;
  right: 5px;
}
.prd-slider .item .thumb .tag.self {
  bottom: -5px;
  left: 5px;
}
.prd-slider .item .info {
  padding: 10px 5px;
  background: #fff;
}
.prd-slider .item .info .subject {
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
  height: 42px;
  word-break: break-all;
  white-space: initial;
}
.prd-slider .item .info .price {
  margin-top: 10px;
}
.prd-slider .item .info .price p {
  position: relative;
  color: #000;
  font-size: 15px;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
.prd-slider .item .info .price p.original {
  font-size: 14px;
  color: #b2b2b2;
  text-decoration: line-through;
}
.prd-slider .item .info .price p:nth-child(n+2) {
  margin-top: 2px;
}

/*
layout - 공통 레이아웃
popup - 팝업
button - 버튼
icon - 아이콘
text - 타이틀, 텍스트
slider - 슬라이드 (slick)
component - 공통 요소
*/

/* 230102 css 추가 */
.category-wrap .category-inner .category-list li .dep1 .icon-box img {
  width: 50px;
  height: 50px;
  margin: 10px auto 0;
  text-align: center;
}

.category-wrap .category-inner .category-list li.active .dep1 img.off {
    display: none;
}

.category-wrap .category-inner .category-list li.active .dep1 img.on {
    width: 50px;
    height: 50px;
    margin: 10px auto 0;
    text-align: center;
    display: block;
}

.category-wrap .category-inner .category-list li:nth-child(2) ul,
.category-wrap .category-inner .category-list li:nth-child(6) ul,
.category-wrap .category-inner .category-list li:nth-child(10) ul {
    margin-left: -100%;
}

.category-wrap .category-inner .category-list li:nth-child(3) ul,
.category-wrap .category-inner .category-list li:nth-child(7) ul,
.category-wrap .category-inner .category-list li:nth-child(11) ul {
    margin-left: -200%;
}

.category-wrap .category-inner .category-list li:nth-child(4) ul,
.category-wrap .category-inner .category-list li:nth-child(8) ul,
.category-wrap .category-inner .category-list li:nth-child(12) ul {
    margin-left: -300%;
}
/* mo 공지사항 펼쳤을 때 css 수정 */
.customer-notice-lists .toggle-body>br{
  display: none;
}
.customer-notice-lists .toggle-body table{
  width:100% !important;
}
.customer-notice-lists .toggle-body table td{
  width:100% !important;
  font-size:14px;
}
.customer-notice-lists .toggle-body table table {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
}
.customer-notice-lists .toggle-body th,.customer-notice-lists .toggle-body table table td {
  border: 1px solid #e2e2e2;
  padding:2px;
}
.customer-notice-lists .toggle-body p br:nth-child(odd){
  display: none;
}
.customer-notice-lists .toggle-body td>br:nth-child(2n+1){
  display: none;
}
.customer-notice-lists .toggle-body td p ~ br:nth-child(n+3){
  display: none;
}
.ir{display:block;overflow:hidden;position:absolute !important;left:0;top:0;z-index:-1;-moz-opacity:0 !important;-khtml-opacity:0 !important;opacity:0 !important;vertical-align:top;}
input[type="checkbox"], input[type="checkbox"] + label, input[type="radio"], input[type="radio"] + label{cursor:pointer;}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='date'],
input[type='search']{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background:#fff;-webkit-appearance:none;-moz-appearance: textfield;}
/* CHECKBOX RADIO */
.chk{display:block;float:left;overflow:hidden;position:relative;padding:1px;}
.chk + .chk{margin:0 0 0 15px;}
.chk input[type="checkbox"], .chk input[type="radio"]{position:absolute;left:0;top:0;z-index:2;width:22px;height:22px;margin:0;padding:0;-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.chk input[type="checkbox"] + label, .chk input[type="radio"] + label{display:inline-block;height:22px;min-width:22px;background:url(../images/disp/chk.png) no-repeat 0 0;background-size:22px 176px;-webkit-background-size:22px 176px;color:#000;}
.chk input[type="checkbox"] + label span, .chk input[type="radio"] + label span{display:inline-block;height:22px;padding:0 2px 0 26px;font-size:14px;line-height:24px;letter-spacing:-1px;}
.chk input[type="checkbox"]:checked + label{background-position:0 -22px;color:#222;}
.chk input[type="checkbox"]:disabled + label{background-position:0 -44px;}
.chk input[type="checkbox"]:checked:disabled + label{background-position:0 -66px;}
.chk input[type="radio"] + label{background-position:0 -88px;}
.chk input[type="radio"]:checked + label{background-position:0 -110px;color:#222;}
.chk input[type="radio"]:disabled + label{background-position:0 -132px;}
.chk input[type="radio"]:checked:disabled + label{background-position:0 -154px;}
.pc .chk input[type="checkbox"]:focus + label, .pc .chk input[type="radio"]:focus + label{outline:#000 1px dotted;}
/* CONTENTS */
.contents{overflow:auto;clear:both;position:relative;width:100%;height:100%;min-width:320px;min-height:300px;padding:25px 0 6px 0;}
.contents.non_fix{padding-top:0;}
.contents.main{padding-top:10px;}
.brand_section{
  padding: 50px 20px 0;
  overflow: hidden;
}
.brand_section.color{
  background-color: #f7f7f7;
}
.brand_article{
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cate-menu .category-wrap{
	min-height:unset;
}