@media screen and (max-width:1200px) {
  .joint_content .section0 .main_tit {
    width: 100%;
  }

  .joint_content .section0 .list_orderBy {
    width: 100%;
  }

  .joint_content .section0 .group_list {
    width: 100%;
    height: 880px;
  }

  .joint_content .section0 .moreBtn {
    width: 100%;
  }

  .joint_content .section0 .main_tit .input_wrap {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .joint_content .section0 {
    width: 100%;
  }

  .joint_content .section0 .b_tit {
    font-size: 23px;
  }

  .joint_content .section0 .gongguwon {
    width: 90%;
  }

  .joint_content .section0 .main_tit .main_txt {
    line-height: 24px;
    font-size: 13px;
  }

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

  .joint_content .section0 .main_tit .main_txt_mo {
    display: block
  }

  .joint_content .section0 .main_tit .input_wrap input {
    width: 80%;
    height: 45px;
    font-size: 13px;
  }

  .joint_content .section0 .main_tit .input_wrap i {
    font-size: 18px;
    right: 14%;
  }

  .joint_content .section0 .m_tit {
    font-size: 18px;
  }

  .joint_content .section0 .list_orderBy {
    width: 80%;
    text-align: center;
    margin-bottom: 30px;
  }

  .joint_content .section0 .list_orderBy span {
    width: 49%;
  }

  .joint_content .section0 .group_list_detail {
    flex-wrap: wrap;
    padding: 0 20px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .joint_content .section0 .group_list_detail div:nth-child(1) {
    font-family: 'Pretendard-SemiBold';
    font-size: 15px;
    width: 100%;
  }

  .joint_content .section0 .group_list_detail div:nth-child(2) {
    width: 45%;
  }

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

  .joint_content .section0 .group_list_detail div:nth-child(3) {
    width: 55%;
  }

  .joint_content .section0 .group_list_detail div:nth-child(4) {
    width: 50%;
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
  }

  .joint_content .section0 .group_list_detail div:nth-child(4) span {
    /* padding: 8px 30px; */
    /* border-radius: 5px; */
    /* width: 100%; */
  }

  .joint_content .section0 .group_list_detail div:nth-child(5) {
    font-size: 13px;
    width: 50%;
    line-height: 30px;
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
  }

  .joint_content .section0 .group_list_detail div:nth-child(5) span {
    padding: 8px 30px;
    border-radius: 5px;
  }

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

  .joint_content .section0 .group_product ul {
    display: inline-block;
    width: 80%;
  }

  .joint_content .section0 .group_product ul li {
    width: 100%;
    margin-bottom: 10%;
  }
}
