.joint {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/product/group_de_b2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.joint .joint_tit {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'Neo_Semibold';
}

/* section0 */
.joint_content .section0 {
  width: 1200px;
  display: block;
  margin: 100px auto;
  text-align: center;
}

.joint_content .section0 .s_tit {
  font-size: 13px;
  font-family: 'Neo_Semibold';
  display: inline-block;
  border: 1px solid #ed9f86;
  border-radius: 50px;
  padding: 7px 15px;
  color: #ed9f86;
}

.joint_content .section0 .b_tit {
  display: block;
  margin: 20px 0;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Pretendard-SemiBold';
}

.joint_content .section0 .gongguwon {
  background-color: #fff;
  width: 40%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 25px 0px;
  margin: 0 auto;
}

.joint_content .section0 .gongguwon .title {
  color: #333;
  font-size: 16px;
  font-family: 'Neo_Semibold';
}

.joint_content .section0 .gongguwon .txt_box {
  margin: 20px 0 0 0;
}

.joint_content .section0 .gongguwon .txt_box .s_txt {
  font-size: 15px;
  color: #666;
  letter-spacing: 0.3px;
}

.joint_content .section0 .gongguwon .txt_box .s_txt .red {
  color: #F55555;
  font-family: 'Neo_semibold';
}

.joint_content .section0 .gongguwon .txt_box .m_txt {
  font-size: 13px;
  padding-top: 10px;
  color: #333;
}

.joint_content .section0 .main_tit {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 0;
}

.joint_content .section0 .main_tit .main_txt {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  word-break: keep-all;
}

.joint_content .section0 .main_tit .main_txt_mo {
  display: none;
}

.joint_content .section0 .main_tit .input_wrap {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 35px 0 60px;
}

.joint_content .section0 .main_tit .input_wrap input {
  display: inline-block;
  width: 450px;
  border: none;
  border: 1px solid #888;
  border-radius: 10px;
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
}

.joint_content .section0 .main_tit .input_wrap i {
  position: absolute;
  font-size: 22px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
}

.joint_content .section0 .m_tit {
  display: block;
  margin: 50px 0px 50px;
  font-size: 20px;
  line-height: 40px;
  font-family: 'Pretendard-SemiBold';
}

.joint_content .section0 .list_orderBy {
  width: 1200px;
  margin: 0px auto 20px;
  display: inline-block;
  text-align: right;
}

.joint_content .section0 .list_orderBy span {
  font-size: 12px;
  padding: 5px 10px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
}

.joint_content .section0 .list_orderBy span.on {
  border-bottom: 2px solid #ed9f86;
}

.joint_content .section0 .list_orderBy span.datepcik {
  float: left;
  width: 340px;
  text-align: left;
}

.joint_content .section0 .list_orderBy span.datepcik i {
  font-size: 20px;
  vertical-align: middle;
}

.joint_content .section0 .list_orderBy span.datepcik input {
  border: 1px solid #ededed;
  padding: 10px;
  width: 80%;
  border-radius: 5px;
  line-height: 10px;
  font-size: 12px;
}

.joint_content .section0 .group_list {
  width: 1200px;
  margin: 0px auto 0;
  display: inline-block;
  height: 400px;
  overflow: hidden;
}

.joint_content .section0 .group_list_detail {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
  border-radius: 20px;
  padding: 10px 0px;
  margin-bottom: 20px;
  display: flex;
}

.joint_content .section0 .moreBtn {
  width: 1200px;
  margin: 40px auto;
  display: inline-block;
}

.joint_content .section0 .moreBtn span {
  font-size: 14px;
  cursor: pointer;
}

.joint_content .section0 .moreBtn span i {
  vertical-align: middle;
  animation: bounce 2s infinite;
}

.joint_content .section0 .group_product {
  margin-top: 100px;
  margin-bottom: 200px;
}

.joint_content .section0 .group_product ul {
  width: 100%;
  display: flex;
}

.joint_content .section0 .group_product ul li {
  width: 25%;
  margin-right: 1%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
}

.joint_content .section0 .group_product ul li img {
  width: 100%;
  border-radius: 10px;
}

.joint_content .section0 .group_product ul li p {
  text-align: left;
}

.joint_content .section0 .group_product ul li a.golink {
  color: #fff;
  background-color: #3e3e3e;
  width: 100%;
  padding: 15px 0px;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
}

.joint_content .section0 .group_product ul li p:nth-child(2) {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 20px;
}

.joint_content .section0 .group_product ul li p:nth-child(3) {
  font-family: 'Neo_Heavy';
  font-size: 16px;
}

.joint_content .section0 .group_product ul li p:nth-child(3) span {
  /* font-family: 'Neo_semibold'; */
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
}

.joint_content .section0 .group_product ul li p:nth-child(3) span.yetsale {
  text-decoration: line-through;
  font-size: 13px;
  font-family: 'Neo_semibold';
  color: #ff8383;
}

.joint_content .section0 .group_product ul li p:nth-child(3) span.totalsale {
  color: #ff8383;
  font-family: 'Neo_Heavy';
}

.joint_content .section0 .group_product ul li p:nth-child(3) span:nth-child(1) {
  color: #9d9d9d;
}

.joint_content .section0 .group_product ul li p:nth-child(3) span:nth-child(2) {}

.joint_content .section0 .group_product ul li p:nth-child(3) span:nth-child(3) {}

.joint_content .section0 .group_product ul li p:nth-child(3) span:nth-child(3).moreS {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  font-size: 12px;
  color: #ff8383;
  font-family: 'Neo_semibold';
}

.joint_content .section0 .group_product ul li p:nth-child(3) span font {
  float: left;
  font-size: 12px;
  color: #ff8383;
  font-family: 'Neo_semibold';
}

.joint_content .section0 .group_product ul li p:nth-child(3) span font.txt {
  float: none;
  font-size: 13px;
  color: #ff8383;
}

@keyframes up-and-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* .joint_content .section0 .group_list_detail:nth-child(5n){
    margin-right: 0;
} */
.joint_content .section0 .group_list_detail:hover {
  animation: up-and-down 0.8s infinite alternate;
  /* animation-delay: 0.3s; */
}

.joint_content .section0 .group_list_detail div {
  padding: 5px 0px;
  font-size: 13px;
  width: 25%;
  line-height: 30px;
}

.joint_content .section0 .group_list_detail div:nth-child(2) span {
  color: #ed9f86;
  font-family: 'Neo_bold';
}

.joint_content .section0 .group_list_detail div:nth-child(4) span {
  cursor: pointer;
  /* padding: 8px 14px; */
  display: inline-block;
  border-radius: 50px;
  color: #ed9f86;
  line-height: 15px;
  /* border: 1px solid #ed9f86; */
}

.joint_content .section0 .group_list_detail div:nth-child(5) span {
  cursor: pointer;
  padding: 8px 14px;
  display: inline-block;
  background-color: #ed9f86;
  border-radius: 50px;
  color: #fff;
  line-height: 15px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* 중간에 혜택 추가 */
.joint_content .tab_cont.list_wrap .conts .box {
  background-color: #fff
}

.joint_content .tab_cont.list_wrap .conts .box.list_wrap {
  background-color: #fffaf9;
  border-radius: 10px;
}

.joint_content .tab_cont.list_wrap .conts .box.list_wrap .box .m_txt {
  font-size: 13px;
  padding-top: 10px;
  color: #333;
}
