@charset "utf-8";
/* **************************************************************************************
* 상품디스플레이 사용자/제작자 CSS
************************************************************************************** */
.pd_wr {
  position: relative;
}
.pd_list_wr {
  width: calc(100% - 260px);
  /* display: none; */
}
.pd_list_wr.on {
  display: block;
}
.pd_nav {
}
.pd_nav li {
  padding: 13px 0 24px;
  color: rgba(0, 0, 0, 0.34);
  font-size: 16px;
  font-weight: 700;
}
.pd_nav li.pd_nav_tit {
  /* text-align: left; */
  /* padding-left: 40px; */
}
.pd_table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.pd_table > li {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}
.pd_table > li:nth-child(1) {
  width: 13%;
}
.pd_table > li:nth-child(2) {
  width: 27%;
}
.pd_table > li:nth-child(3) {
  width: 16%;
}
.pd_table > li:nth-child(4) {
  width: 16%;
}
.pd_table > li:nth-child(5) {
  width: 9%;
}
.pd_table > li:nth-child(6) {
  width: 9%;
}
.pd_table > li:nth-child(7) {
  width: 10%;
}
.displayTabContentsContainerWrap {
  font-size: 0;
}
.pd_list {
  min-height: 450px;
}
.searched_item_display > ul > li,
.pd_item {
  display: block !important;
  width: 100% !important;
  margin-bottom: 24px;
  box-shadow: 0px 11.5375px 28.8438px rgba(198, 198, 198, 0.2);
  border-radius: 7.21095px;
  overflow: hidden;
  padding: 18px 0 16px !important;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #fff;
}
.pd_item.on,
.pd_item:hover {
  border: 1px solid #00c047;
  background: #f3fef3;
}
.pd_item li {
}
.pd_item .pd_rank_wr {
  /* padding: 0 30px; */
  text-align: center;
  font-size: 0;
}
.pd_item .pd_rank_wr > div {
  /* display: inline-block; */
}
.pd_item .pd_rank {
  color: #363636;
  font-size: 29px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
}
.pd_item .pd_rank_chg {
  color: #db4e4e;
  font-size: 20px;
  font-weight: 500;
  vertical-align: super;
  display: inline-block;
}
.pd_item .pd_rank_chg .pd_rank_up {
  vertical-align: text-bottom;
}

.pd_item .pd_info {
}
.pd_item .df {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.pd_item .pd_thumb {
  width: 52px;
  height: 52px;
  display: inline-block;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pd_item .pd_thumb img {
  width: 100%;
}
.pd_item .pd_txt {
  display: inline-block;
  /* vertical-align: middle; */
  text-align: left;
  width: calc(100% - 72px);
}
.pd_item .pd_txt h5 {
  font-size: 23px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 4px;
  line-height: 1;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pd_item .pd_txt p {
  font-size: 15px;
  font-weight: 700;
  color: #363636;
  opacity: 0.5;
}

.pd_item .pd_txt p span:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.pd_item .pd_txt p span:last-child::after {
  display: none;
}
.pd_item .pd_price {
  font-weight: 700;
  font-size: 14px;
  color: #323232;
  opacity: 0.5;
}
.pd_item .pd_price span.nuM {
  font-size: 24px;
}
.pd_item .noM {
  font-size: 18px;
  opacity: 0.3;
}
.pd_item .pd_price_orign {
}
.pd_item .pd_price_sale {
  opacity: 1;
}
.pd_item .pd_price_sale span {
}
.pd_item .pd_dif {
  font-size: 19px;
  font-weight: 700;
}
.pd_item .pd_dif .plus {
  color: #db4e4e;
}
.pd_item .pd_dif .plus::before {
  content: "+";
  font-weight: 500;
}
.pd_item .pd_dif .minus {
  color: #407ed7;
}
.pd_item .pd_dif .minus::before {
  content: "-";
  font-weight: 500;
}
.pd_item .pd_reco span {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  padding: 4px 12px;
}
.pd_item .pd_reco_good {
  background-color: #00c047;
}
.pd_item .pd_reco_normal {
  background-color: #fec32e;
}
.pd_item .pd_reco_wait {
  background-color: #ff5d00;
}
.pd_wr .pd_view {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  /* opacity: 0; */
}
.pd_wr .pd_view.op1 {
  opacity: 1;
}
.pd_wr .pd_view .fxd_box {
  /* position: absolute; */
  /* right: 0; */
  /* top: 0; */
  /* width: 100%; */
}
.pd_wr .pd_view_thumb {
  width: 220px;
  height: 220px;
  box-shadow: 0px 10.0706px 25.1765px rgba(198, 198, 198, 0.2);
  border-radius: 6.29414px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pd_wr .pd_view_thumb img {
  width: 100%;
}
.pd_wr .pd_view_info {
  padding: 16px 0;
  font-size: 20px;
}
.pd_wr .pd_view_info .pd_view_tit {
  font-weight: 600;
}
.pd_wr .pd_view_info .pd_view_price {
  font-weight: 700;
}
.pd_wr .pd_view_info .pd_view_price span {
  font-size: 32px;
}
.pd_wr .pd_view_info .pd_view_origin_price {
  text-decoration: line-through;
  color: #323232;
  opacity: 0.2;
  font-weight: 700;
}
.pd_wr .pd_view_info .pd_view_origin_price span {
  font-size: 32px;
}

.pd_wr .pd_view_info .pd_view_desc {
  opacity: 0.6;
  font-size: 16px;
  margin-bottom: 12px;
}
.pd_wr .pd_view_info .pd_view_desc a {
  color: #323232;
  font-weight: 800;
}
.pd_wr .pd_view_info .pd_view_desc span {
  color: #00c047;
  font-weight: 800;
}
.pd_wr .pd_view_info .pd_view_buy {
}
.pd_wr .pd_view_info .pd_view_buy a,
.pd_wr .pd_view_info .pd_view_noM a {
  display: block;
  height: 44px;
  line-height: 44px;
  border-radius: 13.5355px;
  font-size: 16px;
  font-weight: 700;
}
.pd_wr .pd_view_info .pd_view_noM a {
  border: 1px solid #969696;
  color: #464646;
}
.pd_wr .pd_view_info .pd_view_noM {
  margin-bottom: 12px;
}
.pd_wr .pd_view_info .pd_view_detail {
  text-align: center;
  margin-top: 12px;
}
.pd_wr .pd_view_info .pd_view_detail a {
  color: #387ce1;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #387ce1;
}

@media only screen and (max-width: 1023px) {
  .pd_wr .pd_list_wr {
    width: 100%;
  }

  .pd_wr .pd_nav li {
    font-size: 14px;
    padding: 10px 0;
  }
  .pd_wr .pd_table > li:nth-child(1),
  .pd_wr .pd_table > li:nth-child(5),
  .pd_wr .pd_table > li:nth-child(6) {
    display: none;
  }
  .pd_wr .pd_table > li:nth-child(2) {
    width: 37%;
  }
  .pd_wr .pd_table > li:nth-child(3) {
    width: 20%;
  }
  .pd_wr .pd_table > li:nth-child(4) {
    width: 20%;
  }
  .pd_wr .pd_table > li:nth-child(7) {
    width: 16%;
  }

  .pd_wr .pd_list .pd_item {
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .pd_wr .pd_list .pd_item .pd_thumb {
    margin-right: 5px;
    padding: 0 5px 0 0;
  }
  .pd_wr .pd_list .pd_item .pd_txt h5 {
    font-size: 16px;
  }
  .pd_wr .pd_list .pd_item .pd_txt p {
    font-size: 12px;
  }
  .pd_wr .pd_list .pd_item .pd_price {
    font-size: 12px;
  }
  .pd_wr .pd_list .pd_item .pd_price span {
    font-size: 14px;
  }
  .pd_wr .pd_list .pd_item .pd_reco div {
    font-size: 14px;
  }
  .pd_wr .pd_list .pd_item .pd_info {
    text-align: left;
    padding-left: 10px;
  }
  .pd_wr .pd_view {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none !important;
  }
  .pd_wr .pd_view.on {
    display: block !important;
  }
  .pd_wr .pd_view .fxd_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
    max-width: 600px;
    margin: auto;
  }
  .pd_wr .pd_view .btn_wr {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .pd_wr .pd_view .btn_wr::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transform: rotate(0deg);
    background-color: #323232;
    transform: rotate(45deg);
  }
  .pd_wr .pd_view .btn_wr::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transform: rotate(0deg);
    background-color: #323232;
    transform: rotate(-45deg);
  }

  .pd_view_thumb {
    margin: auto;
  }
  .pd_view_info .pd_view_buy a,
  .pd_view_info .pd_view_noM a {
    max-width: 200px;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  .pd_wr .pd_table > li:nth-child(3),
  .pd_wr .pd_table > li:nth-child(7) {
    display: none;
  }
}
