@charset "UTF-8";
input,
select,
button,
textarea {
  font-family: inherit;
}

/* ALL STYLE */
#all {
  width: 100%;
  height: auto;
  min-width: 1300px;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
}

.layout_wrap {
  clear: both;
  width: 100%;
}

.layout_inner {
  width: 1200px;
  margin: 0 auto;
}

.userFullWidth {
  width: 1200px;
}

.userCWidth {
  width: 820px;
}

.userCWidth2 {
  width: 1200px;
}

.width100 {
  width: 100%;
}

/*헤더 콘텐츠 영역 */
#contain {
  width: 1500px !important;
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
  overflow: hidden;
}

/*GOODS*/
#index {
  padding: 0 30px;
}

.goods_wrap {
  width: 100%;
  margin: 0;
}
.goods_wrap div {
  font-size: 15px;
}
.goods_wrap .nodata {
  font-size: 18px;
}

.goods {
  position: relative;
  width: 360px;
  float: left;
  font-size: 15px;
  vertical-align: top;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 30px;
}
.goods:nth-of-type(4n) {
  margin-right: 0;
}
.goods a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  height: 100%;
  display: block;
  color: #555;
}
.goods .sale {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  font-size: 18px;
  width: 54px;
  height: 54px;
  background: #4fb465;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 200;
  border-radius: 100%;
}
.goods .soldoutTxt {
  width: 50px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e53935;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  z-index: 2;
}
.goods .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 360px;
  overflow: hidden;
  background: rgba(250, 250, 250, 0);
}
.goods .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #555;
  mix-blend-mode: overlay;
}
.goods .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goods:hover .img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.goods:hover .name {
  text-decoration: underline;
}
.goods .txt {
  line-height: 1.2;
  text-align: center;
}
.goods .txt .name {
  font-size: 18px;
  color: #141414;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 10px 0 5px;
}
.goods .txt .comment {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.04rem;
  color: #a17d4b;
  height: 35px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.goods .txt .price {
  margin-top: 7.5px;
  font-size: 15px;
}
.goods .txt .price .line {
  color: #aaaaaa;
  text-decoration: line-through;
}
.goods .txt .price div {
  font-size: inherit;
  line-height: 1;
  font-weight: 400;
}
.goods .txt .price div span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #141414;
}
.goods .txt .price .pv {
  margin-top: 9px;
  color: #2f6e32;
  font-size: inherit;
  font-weight: 600;
}

.category {
  text-align: center;
  border-top: 2px solid #677485;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}
.category .main_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 90px;
}
.category .main_cate.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category .cate_tit {
  color: #363636;
  font-size: 22.5px;
  font-weight: 600;
  letter-spacing: -0.9px;
}
.category .arrow {
  width: 40px;
  height: 40px;
  color: #bdbdbd;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  font-size: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category .arrow.left i {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.category .arrow.right i {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.category .arrow:hover {
  border-color: #bdbdbd;
}
.category .arrow:hover i {
  color: #9e9e9e;
}
.category ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 0 0 #e0e0e0;
          box-shadow: inset 0 1px 0 0 #e0e0e0;
}
.category ul li {
  margin: 1.5rem;
}
.category ul a {
  color: #222;
  padding: 0.5rem;
}
.category ul a span {
  position: relative;
}
.category ul a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  width: 100%;
}
.category ul a:hover span:after {
  background: #222;
}
.category ul a span.active {
  color: #102712;
}
.category ul a span.active:after {
  background: #204a22;
}

/*220914 best goods 추가*/
div.goods_title {
  width: 100%;
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
div.goods_title i {
  font-size: 18px;
  margin-left: 5px;
  color: #2f6e32;
  margin-top: -2px;
}

.goods_wrap {
  padding: 20px 0;
}
.goods_wrap + hr {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 50px 0;
}

#shop_3depth_cate {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 1px 0 0 #e0e0e0;
          box-shadow: inset 0 1px 0 0 #e0e0e0;
}
#shop_3depth_cate ul {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#shop_3depth_cate ul a span {
  position: relative;
}
#shop_3depth_cate ul a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  width: 100%;
}
#shop_3depth_cate ul a:hover {
  text-decoration: none;
}
#shop_3depth_cate ul a:hover span {
  text-decoration: none;
}
#shop_3depth_cate ul a:hover span:after {
  background: #222;
}
#shop_3depth_cate ul a.hover {
  color: #2f6e32;
}
#shop_3depth_cate ul a.hover span {
  text-decoration: none;
}
#shop_3depth_cate ul a.hover span:after {
  background: #2f6e32;
}

/*새뎁스 스타일*/
.category1 {
  margin-bottom: 70px;
  position: absolute;
  left: 0;
  z-index: 3;
}
.category1 .main_cate {
  font-size: 15px;
  color: #111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 40px;
}
.category1 .main_cate a {
  color: inherit;
}
.category1 .main_cate i::before {
  font-size: 18px;
  font-weight: 500;
  color: inherit;
}
.category1 .main_cate .cate_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  margin-right: 30px;
  z-index: 1;
}
.category1 .main_cate .depth1_arrow {
  height: 40px;
  margin-top: 1px;
  color: #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category1 .main_cate .cate_tit {
  position: relative;
  border-radius: 15px;
  background: #fff;
}
.category1 .main_cate .cate_tit .cate_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  position: relative;
}
.category1 .main_cate .cate_tit .cate_select a {
  padding: 0 30px;
}
.category1 .main_cate .cate_tit .cate_select i {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.category1 .main_cate .cate_tit .cate_select i.iconC {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #bdbdbd;
}
.category1 .main_cate .cate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category1 .main_cate .cate_list li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.category1 .main_cate .cate_list li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}
.category1 .main_cate .cate_tit:hover {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.category1 .main_cate .cate_tit:hover .cate_select i.iconC {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: inherit;
}
.category1 .main_cate .cate_tit:hover .cate_select::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: calc(100% - 30px);
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #aaa;
}
.category1 .main_cate .cate_tit:hover .cate_select a {
  font-weight: 500;
  color: #111;
}
.category1 .main_cate .cate_tit:hover .cate_list {
  max-height: 100vh;
  color: #606060;
}
.category1 .main_cate .cate_tit:hover .cate_list li {
  width: 100%;
  padding: 5px 7px;
  text-align: center;
}
.category1 .main_cate .cate_tit:hover .cate_list li a {
  display: block;
}
.category1 .main_cate .cate_list a:hover {
  color: #333 !important;
}

.goods_title.cateS {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #111;
  font-size: 34px;
  font-weight: 700;
  min-height: 51px;
}