@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
ul, li {
  list-style-type: none;
}

.contentTwo {
  margin-top: 70px;
}
.contentTwo ._con .texBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentTwo ._con .texBox span {
  width: 10px;
  height: 32px;
  background-color: #323333;
}
.contentTwo ._con .texBox h2 {
  position: relative;
  display: flex;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}
.contentTwo ._con .texBox h3 {
  position: relative;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}
.contentTwo ._con .texBox p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  color: #4b4c4d;
}

.fourBox {
  margin-top: 70px;
}
.fourBox ._con {
  display: flex;
  justify-content: center;
}
.fourBox ._con .fourBox--wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fourBox ._con .fourBox--wrap .fourBox--item {
  position: relative;
  width: 500px;
  height: 320px;
  margin-bottom: 2%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f0f1f3;
  filter: grayscale(100%);
  transition: all ease 0.7s;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
  margin-left: 2%;
}
.fourBox ._con .fourBox--wrap .fourBox--item:hover {
  filter: grayscale(0);
}
.fourBox ._con .fourBox--wrap .fourBox--item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  background-color: rgba(29, 109, 217, 0.7);
  opacity: 0;
  transition: all ease 0.7s;
}
.fourBox ._con .fourBox--wrap .fourBox--item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #1d6dd9;
  opacity: 0;
  transition: all ease 0.7s;
}
.fourBox ._con .fourBox--wrap .fourBox--item:hover span {
  opacity: 1;
}
.fourBox ._con .fourBox--wrap .fourBox--item:hover:after {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .contentTwo {
    margin-top: 50px;
  }
  .contentTwo ._con .texBox span {
    width: 6px;
    height: 32px;
  }
  .contentTwo ._con .texBox h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .contentTwo ._con .texBox h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .contentTwo ._con .texBox p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }

  .fourBox {
    margin-top: 50px;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    width: 48%;
    height: 320px;
    margin-bottom: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item span {
    height: 80px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 992px) {
  .contentTwo {
    margin-top: 40px;
  }
  .contentTwo ._con .texBox span {
    width: 3px;
    height: 22px;
  }
  .contentTwo ._con .texBox h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .contentTwo ._con .texBox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .contentTwo ._con .texBox p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }

  .fourBox {
    margin-top: 50px;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    width: 48%;
    height: 250px;
    margin-bottom: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item span {
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .contentTwo {
    margin-top: 40px;
  }
  .contentTwo ._con .texBox span {
    width: 3px;
    height: 22px;
  }
  .contentTwo ._con .texBox h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .contentTwo ._con .texBox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .contentTwo ._con .texBox p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }

  .fourBox {
    margin-top: 50px;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    width: 48%;
    height: 200px;
    margin-bottom: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item span {
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) {
  .contentTwo {
    margin-top: 40px;
  }
  .contentTwo ._con .texBox {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .contentTwo ._con .texBox span {
    width: 3px;
    height: 22px;
  }
  .contentTwo ._con .texBox h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
  }
  .contentTwo ._con .texBox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
  }
  .contentTwo ._con .texBox p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
  }
  .contentTwo ._con .texBox p br {
    display: none;
  }

  .fourBox {
    margin-top: 50px;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    width: 98%;
    height: 250px;
    margin-bottom: 4%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item span {
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

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