@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: 1440px;
  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: 320px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin: 0;
  margin-right: 49px;
  margin-bottom: 60px;
}
.goods:nth-of-type(4n) {
  margin-right: 0;
}
.goods a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  height: auto;
  display: block;
  color: #515151;
}
.goods .sale {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  font-size: 18px;
  width: 51px;
  height: 51px;
  background: rgb(138.9175824176, 10.6043956044, 182.3956043956);
  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 .soldout {
  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: 320px;
  height: 320px;
  overflow: hidden;
  background: #eeeeee;
}
.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: #515151;
  mix-blend-mode: overlay;
}
.goods .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goods:hover .img:after {
  opacity: 1;
}
.goods:hover .img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.goods .txt {
  line-height: 1.2;
  text-align: left;
  margin-top: 18px;
}
.goods .txt .name {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.goods .txt .comment {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 300;
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: -0.025em;
}
.goods .txt .price {
  margin-top: 30px;
  font-size: 15px;
}
.goods .txt .price .line {
  color: #a8a8a8;
  text-decoration: line-through;
}
.goods .txt .price div {
  font-size: 15px;
  font-weight: 300;
  color: #777777;
  line-height: 1;
  letter-spacing: -0.025em;
}
.goods .txt .price div span {
  font-family: "Montserrat", serif;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  margin-right: 0.3rem;
}
.goods .txt .price .pv {
  margin-top: 8.5px;
  color: #340556;
  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: black;
}
.category ul a span.active:after {
  background: rgb(22.8571428571, 2.1978021978, 37.8021978022);
}

/*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: #340556;
  margin-top: -2px;
}

.goods_wrap {
  padding: 0 0 20px;
}
.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: #340556;
}
#shop_3depth_cate ul a.hover span {
  text-decoration: none;
}
#shop_3depth_cate ul a.hover span:after {
  background: #340556;
}

/*260513 굿즈탑 tit, stit 추가*/
.goods_top {
  text-align: center;
  margin: 20px 0 90px;
}
.goods_top_tit {
  font-size: 42px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  letter-spacing: -0.025em;
  margin-bottom: 23px;
}
.goods_top_stit {
  font-size: 17px;
  font-weight: 300;
  color: #555555;
  line-height: 26px;
  letter-spacing: -0.025em;
}

#contain {
  padding-top: 80px;
}