@charset "UTF-8";
/* 오버레이 */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::after,
::before {
  position: absolute;
  display: flex;
  content: "";
}

/*/////////커스텀 컬러*/
.contentTwo {
  margin-top: 70px;
}
.contentTwo ._con .texBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentTwo ._con .texBox h3 {
  position: relative;
  font-size: 42px;
  font-weight: 200;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  color: #2f3033;
}
.contentTwo ._con .texBox h3::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #2f3033;
}
.contentTwo ._con .texBox p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}

@media screen and (max-width: 768px) {
  .contentTwo {
    margin-top: 50px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentTwo ._con .texBox h3 {
    position: relative;
    font-size: 34px;
    font-weight: 200;
    line-height: 34px;
    font-family: "Montserrat", sans-serif;
    color: #2f3033;
  }
  .contentTwo ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentTwo ._con .texBox p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .contentTwo {
    margin-top: 40px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentTwo ._con .texBox h3 {
    position: relative;
    font-size: 28px;
    font-weight: 200;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    color: #2f3033;
  }
  .contentTwo ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentTwo ._con .texBox p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
}
@media (max-width: 419.99px) {
  .contentTwo {
    margin-top: 40px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .contentTwo ._con .texBox h3 {
    position: relative;
    font-size: 24px;
    font-weight: 200;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #2f3033;
  }
  .contentTwo ._con .texBox h3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #2f3033;
  }
  .contentTwo ._con .texBox p {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .contentTwo ._con .texBox p br {
    display: none;
  }
}
.fourBox {
  margin-top: 40px;
}
.fourBox ._con {
  display: flex;
  justify-content: center;
}
.fourBox ._con .fourBox--wrap {
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fourBox ._con .fourBox--wrap .fourBox--item {
  position: relative;
  width: 48%;
  height: 200px;
  margin-bottom: 2%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f0f1f3;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
  margin-left: 2%;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
  position: absolute;
  left: 30px;
  bottom: 100px;
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
.fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #2f3033;
}

@media screen and (max-width: 768px) {
  .fourBox {
    margin-top: 40px;
  }
  .fourBox ._con {
    justify-content: center;
    padding: 0 10px;
  }
  .fourBox ._con .fourBox--wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    position: relative;
    width: 48%;
    height: 200px;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f1f3;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
    position: absolute;
    left: 30px;
    bottom: 100px;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #2f3033;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .fourBox {
    margin-top: 30px;
  }
  .fourBox ._con {
    justify-content: center;
    padding: 0 10px;
  }
  .fourBox ._con .fourBox--wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    position: relative;
    width: 48%;
    height: 130px;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f1f3;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
    position: absolute;
    left: 10px;
    bottom: auto;
    top: 20px;
    width: 90%;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
    position: absolute;
    left: 10px;
    bottom: 20px;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #2f3033;
  }
}
@media (max-width: 419.99px) {
  .fourBox {
    margin-top: 30px;
  }
  .fourBox ._con {
    justify-content: center;
    padding: 0 10px;
  }
  .fourBox ._con .fourBox--wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item {
    position: relative;
    width: 48%;
    height: 130px;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f1f3;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) h3 {
    position: absolute;
    left: 10px;
    bottom: auto;
    top: 20px;
    width: 90%;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a {
    position: absolute;
    left: 10px;
    bottom: 20px;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .fourBox ._con .fourBox--wrap .fourBox--item:nth-of-type(4) a::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #2f3033;
  }
}

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