.plus {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.emp-tit {
  font-size: 30px;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.emp-tit:before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #82593a;
  margin-right: 40px;
}
.emp-tit:after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #82593a;
  margin-left: 40px;
}

.plus > ul {
  display: flex;
  flex-wrap: wrap;
}
.plus > ul > li {
  width: calc(25% - 3px);
  margin-right: 4px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 4px;
}
.plus > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
.plus > ul > li figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.plus > ul > li figure:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.plus > ul > li figure img {

  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.plus > ul > li .top {
  height: 100px;
  box-sizing: border-box;
  padding: 20px 14px;
  position: relative;
}
.plus > ul > li .top:after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.plus > ul > li .top .tag-df {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.plus > ul > li .top .tag-df p {
  font-size: 14px;
  color: #888;
}
.plus > ul > li .top h3 {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media(max-width:1024px){
    .plus > ul > li .top h3{
        font-size: 14px;
    }
}
.plus > ul > li .bot {
  box-sizing: border-box;
  padding: 20px 14px;
  height: 84px;
}
.plus > ul > li .bot dl {
  display: flex;
  flex-wrap: wrap;
}
.plus > ul > li .bot dl dt {
  width: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  margin-bottom: 14px;
}
.plus > ul > li .bot dl dd {
  margin-bottom: 14px;
  font-weight: bold;
  width: calc(100% - 46px);
}

@media (max-width: 1024px) {
  .emp-tit {
    font-size: 20px;
  }
  .emp-tit:before {
    width: 50px;
  }
  .emp-tit:after {
    width: 50px;
  }
  .plus > ul > li {
    width: calc(50% - 2px);
    margin-right: 4px;
  }
  .plus > ul > li:nth-of-type(4n) {
    margin-right: 4px;
  }
  .plus > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .plus {
    margin-bottom: 40px;
  }
  .emp-tit {
    font-size: 20px;
  }
  .emp-tit:before {
    width: 20px;
    margin-right: 10px;
  }
  .emp-tit:after {
    width: 20px;
    margin-left: 10px;
  }
  .plus > ul > li {
    width: 47%;
    margin-right: 10px;
  }
  .plus > ul > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .plus > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .swiper-slide >a >img{
    height: 100px;
    max-width: 100px;
  }
  .item-layout .work-options{
    display: flex;
    flex-wrap: wrap;
  }
}
.plussw-wrap {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.plussw-wrap > a {
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
}
.plussw-wrap > a:first-of-type {
  margin-right: 20px;
}
.plussw-wrap > a:last-of-type {
  margin-left: 20px;
}

.plussw {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.plussw > ul > li {
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 4px;
}
.plussw > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
.plussw > ul > li figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.plussw > ul > li figure:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.plussw > ul > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.plussw > ul > li .top {
  height: 100px;
  box-sizing: border-box;
  padding: 20px 14px;
  position: relative;
}
.plussw > ul > li .top:after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.plussw > ul > li .top .tag-df {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.plussw > ul > li .top .tag-df p {
  font-size: 14px;
  color: #888;
}
.plussw > ul > li .top h3 {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plussw > ul > li .bot {
  box-sizing: border-box;
  padding: 20px 14px;
  height: 84px;
}
.plussw > ul > li .bot dl {
  display: flex;
  flex-wrap: wrap;
}
.plussw > ul > li .bot dl dt {
  width: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  margin-bottom: 14px;
}
.plussw > ul > li .bot dl dd {
  margin-bottom: 14px;
  font-weight: bold;
  width: calc(100% - 46px);
}

@media (max-width: 500px) {
  .plussw-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .plussw-wrap > a:first-of-type {
    margin-top: 0;
    margin-right: 10px;
  }
  .plussw-wrap > a:last-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .plussw {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    order: -1;
  }
  .plussw > ul > li {
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 4px;
  }
  .plussw > ul > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .plussw > ul > li figure {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .plussw > ul > li figure:after {
    content: "";
    display: block;
    padding-bottom: 63%;
  }
  .plussw > ul > li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .plussw > ul > li .top {
    height: 100px;
    box-sizing: border-box;
    padding: 20px 14px;
    position: relative;
  }
  .plussw > ul > li .top:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .plussw > ul > li .top .tag-df {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .plussw > ul > li .top .tag-df p {
    font-size: 14px;
    color: #888;
  }
  .plussw > ul > li .top h3 {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .plussw > ul > li .bot {
    box-sizing: border-box;
    padding: 20px 14px;
    height: 84px;
  }
  .plussw > ul > li .bot dl {
    display: flex;
    flex-wrap: wrap;
  }
  .plussw > ul > li .bot dl dt {
    width: 46px;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    margin-bottom: 14px;
  }
  .plussw > ul > li .bot dl dd {
    margin-bottom: 14px;
    font-weight: bold;
    width: calc(100% - 46px);
  }
}
.best-emp {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.best-emp > ul {
  display: flex;
  flex-wrap: wrap;
}
.best-emp > ul > li {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 186.667px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.best-emp > ul > li:nth-of-type(6n) {
  margin-right: 0;
}
.best-emp > ul > li figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.best-emp > ul > li figure:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.best-emp > ul > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.best-emp > ul > li .best-contents {
  height: 170px;
  box-sizing: border-box;
  padding: 20px 14px;
}
.best-emp > ul > li .best-contents .tag {
  margin-bottom: 19px;
}
.best-emp > ul > li .best-contents .best-tit {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.best-emp > ul > li .best-contents .best-p {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.best-emp > ul > li .best-contents .best-cost {
  font-size: 14px;
}

@media (max-width: 1280px) {
  .best-emp > ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33.333% - 6.666px);
    box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .best-emp > ul > li:nth-of-type(6n) {
    margin-right: 10px;
  }
  .best-emp > ul > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .best-emp > ul > li .best-contents {
    height: 170px;
    box-sizing: border-box;
    padding: 20px 14px;
  }
  .best-emp > ul > li .best-contents .tag {
    margin-bottom: 19px;
  }
  .best-emp > ul > li .best-contents .best-tit {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .best-emp > ul > li .best-contents .best-p {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .best-emp > ul > li .best-contents .best-cost {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .best-emp {
    margin-bottom: 40px;
  }
  .best-emp > ul > li {
    width: 47%;
    margin-right: 10px;
  }
  .best-emp > ul > li:nth-of-type(6n) {
    margin-right: 0;
  }
}
.normal-emp {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  overflow: hidden;
}
.normal-emp > ul {
  border-top: 1px solid #232323;
  margin-bottom: 40px;
}
.normal-emp > ul > li {
  display: flex;
  height: 100px;
  border-bottom: 1px solid #ddd;
}
.normal-emp > ul > li .shop {
  height: 100%;
  display: flex;
  align-items: center;
  /* padding: 0 35px; */
  box-sizing: border-box;
  position: relative;
  width: 240px;
}
.normal-emp > ul > li .shop:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.normal-emp > ul > li .shop figure {
  margin-right: 15px;
}
.normal-emp > ul > li .shop p {
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
.normal-emp > ul > li .normal-shop-cont {
  width: calc(100% - 240px);
  display: flex;
  height: 100%;
  align-items: center;
}
.normal-emp > ul > li .normal-shop-cont .left {
  padding: 0 20px;
  box-sizing: border-box;
  width: calc(100% - 400px);
}
.normal-emp > ul > li .normal-shop-cont .left >a .tag {
  margin-bottom: 20px;
}
.normal-emp > ul > li .normal-shop-cont .left >a b {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.normal-emp > ul > li .normal-shop-cont .right {
  margin-left: auto;
  width: 400px;
  display: flex;
  align-items: center;
}
.normal-emp > ul > li .normal-shop-cont .right dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  width: 180px;
  margin-right: 20px;
}
.normal-emp > ul > li .normal-shop-cont .right dl dt {
  width: 40px;
  color: #888;
  font-weight: 500;
  margin-bottom: 10px;
}
.normal-emp > ul > li .normal-shop-cont .right dl dd {
  width: calc(100% - 40px);
  margin-bottom: 10px;
  font-weight: 500;
}
.normal-emp > ul > li .normal-shop-cont .right .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  padding-right: 40px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: url("/img/ui/arrow-brown.png") no-repeat right 20px center;
}
.normal-emp .view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 276px;
  height: 60px;
  color: #82593a;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin: 0 auto;
}
.fix_ul li .shop figure img{
    width: 74px;
    height: 74px;
}

@media (max-width: 1024px) {
  .normal-emp > ul > li {
    height: auto;
  }
  .normal-emp > ul > li .shop {
    width: auto;
    padding: 10px 15px;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 120px;
  }
  .normal-emp > ul > li .shop figure {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .normal-emp > ul > li .shop figure > img{
    max-width: 500px;
    width: 220px;
    display: none;
  }
  .normal-emp > ul > li .shop p {
    font-size: 21px;
    font-weight: bold;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .normal-emp > ul > li .normal-shop-cont {
    width: calc(100% - 120px);
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .normal-emp > ul > li .normal-shop-cont .left {
    padding: 10px 20px;
    width: 100%;
  }
  .normal-emp > ul > li .normal-shop-cont .left .tag {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .normal-emp > ul > li .normal-shop-cont .left b {
    font-size: 14px;
  }
  .normal-emp > ul > li .normal-shop-cont .right {
    margin-left: 0;
    padding-left: 20px;
    padding-bottom: 0;
    width: 100%;
  }
  .normal-emp > ul > li .normal-shop-cont .right .detail {
    width: 140px;
    height: 40px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: 20px;
    font-size: 12px;
  }
  .normal-emp .view-all {
    width: 276px;
    height: 60px;
  }
}
@media (max-width: 600px) {
  .normal-emp {
    margin-bottom: 40px;
  }
  .normal-emp > ul > li {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .normal-emp > ul > li .shop:after {
    display: none;
  }
  .normal-emp > ul > li .normal-shop-cont {
    width: 100%;
    max-width: 400px;
  }
  .normal-emp > ul > li .normal-shop-cont .left {
    padding: 10px;
  }
  .normal-emp > ul > li .normal-shop-cont .right {
    padding-left: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .normal-emp .view-all {
    width: 180px;
    height: 45px;
  }
}/*# sourceMappingURL=list.css.map */

/*수정사항*/
