.bread {
  background: #F9F9F9;
}

.all {
  padding: 70px 0 125px;
}

.title {
  padding-bottom: 60px;
  border-bottom: 2px solid #D9D9D9;
  line-height: 1;
  font-weight: 500;
}

.list {
  margin-top: 62px;
}

.sub {
  color: #2B69BF;
  font-weight: 500;
  margin-bottom: 8px;
}

.sort_name {
  line-height: 1;
}

.repeat:nth-child(n+2) {
  margin-top: 136px;
}

.repeat_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 500;
  margin-bottom: 60px;
}

.repeat_btn {
  color: #2B69BF;
  cursor: pointer;
}
.repeat_btn svg {
  margin-left: 6px;
}
.repeat_btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.repeat_btn > div:last-child {
  display: none;
}

.repeat_btn_act > div:first-child {
  display: none;
}
.repeat_btn_act > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img {
  position: relative;
  height: 0;
  padding-bottom: 51.68%;
  overflow: hidden;
  display: block;
  margin-bottom: 24px;
}
.img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.img img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.tit {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  margin-bottom: 10px;
}
.tit a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.5;
}
.tit a:hover {
  color: #2B69BF;
}

.des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}

.box {
  width: calc((100% - 106px) / 3);
  margin-right: 53px;
}
.box:nth-child(3n) {
  margin-right: 0;
}

.box_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.repeat_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.repeat_btm {
  display: none;
}

.btm_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btm_flx .box {
  margin-top: 53px;
}

@media screen and (max-width: 1600px) {
  .all {
    padding: 50px 0 75px;
  }
  .title {
    padding-bottom: 30px;
  }
  .list {
    margin-top: 40px;
  }
  .repeat_flx {
    margin-bottom: 30px;
  }
  .box {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
  }
  .img {
    margin-bottom: 16px;
  }
  .tit {
    margin-bottom: 5px;
  }
  .btm_flx .box {
    margin-top: 35px;
  }
  .repeat:nth-child(n+2) {
    margin-top: 9.44%;
  }
}
@media screen and (max-width: 1200px) {
  .repeat_flx {
    margin-bottom: 25px;
  }
  .box {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  .btm_flx .box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  .repeat_flx {
    margin-bottom: 15px;
  }
  .all {
    padding: 40px 0;
  }
  .title {
    padding-bottom: 20px;
  }
  .box {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sub {
    margin-bottom: 5px;
  }
  .list {
    margin-top: 20px;
  }
  .title {
    padding-bottom: 15px;
  }
  .box {
    width: 100%;
    margin-right: 0px;
            background: #F7F7F7;
            padding: 15px;
  }
  .repeat_top .box:nth-child(n+2) {
    margin-top: 15px;
  }
  .tit {
    height: auto;
  }
  .des {
    height: auto;
  }
  .btm_flx .box {
    margin-top: 15px;
  }
  .repeat:nth-child(n+2) {
    margin-top: 20px;
  }
}
