@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

.content-main-sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.content-main-sec .list-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.content-main-sec .list-box .item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 14px);
  margin: 7px;
}
.content-main-sec .list-box .item-box .img-box {
  width: 100%;
  max-height: 244px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-main-sec .list-box .item-box .img-box img {
  width: 100%;
  height: auto;
}
.content-main-sec .list-box .item-box .tit-box {
  width: 90%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #191717;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .content-main-sec {
    padding: 0 10px;
  }
  .content-main-sec .list-box .item-box .img-box {
    width: 100%;
  }
  .content-main-sec .list-box .item-box .img-box img {
    width: 100%;
    height: 210px;
  }
  .content-main-sec .list-box .item-box .tit-box {
    width: 90%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 992px) {
  .content-main-sec {
    padding: 0 10px;
  }
  .content-main-sec .list-box .item-box {
    width: calc(33.3333333333% - 16px);
    padding: 8px 8px;
    margin-bottom: 1%;
  }
  .content-main-sec .list-box .item-box .img-box {
    width: 100%;
  }
  .content-main-sec .list-box .item-box .img-box img {
    width: 100%;
    height: 180px;
  }
  .content-main-sec .list-box .item-box .tit-box {
    width: 90%;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .content-main-sec {
    padding: 0 10px;
  }
  .content-main-sec .list-box .item-box {
    width: calc(50% - 16px);
    padding: 10px 10px;
    margin-bottom: 1%;
  }
  .content-main-sec .list-box .item-box .img-box {
    width: 100%;
  }
  .content-main-sec .list-box .item-box .img-box img {
    width: 100%;
    height: 200px;
  }
  .content-main-sec .list-box .item-box .tit-box {
    width: 90%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) {
  .content-main-sec {
    padding: 0 10px;
  }
  .content-main-sec .list-box .item-box {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 1%;
  }
  .content-main-sec .list-box .item-box .img-box {
    width: 100%;
  }
  .content-main-sec .list-box .item-box .img-box img {
    width: 100%;
    height: 230px;
  }
  .content-main-sec .list-box .item-box .tit-box {
    width: 90%;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

/*# sourceMappingURL=main_03.css.map */
