@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@font-face {
  font-family: "Aperto";
  src: url("webfonts/Aperto.eot");
  src: url("webfonts/Aperto.eot?#iefix") format("embedded-opentype"), url("webfonts/Aperto.woff2") format("woff2"), url("webfonts/Aperto.woff") format("woff"), url("webfonts/Aperto.ttf") format("truetype"), url("webfonts/Aperto.svg#Aperto") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Normal.eot");
  src: url("webfonts/Futura-Normal.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Normal.woff2") format("woff2"), url("webfonts/Futura-Normal.woff") format("woff"), url("webfonts/Futura-Normal.ttf") format("truetype"), url("webfonts/Futura-Normal.svg#Futura-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Medium.eot");
  src: url("webfonts/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Medium.woff2") format("woff2"), url("webfonts/Futura-Medium.woff") format("woff"), url("webfonts/Futura-Medium.ttf") format("truetype"), url("webfonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Futura {
  font-family: "Futura";
}

.Aperto {
  font-family: "Aperto";
}

.Lato {
  font-family: "Lato";
}

.color-primary {
  color: #363636;
}

.color-primary-light {
  color: #d8b256;
}

.color-secondary {
  color: #f3efeb;
}

.color-secondary-light {
  color: #f1f1f1;
}

.color-tertiary {
  color: #fae09f;
}

.color-quaternary {
  color: #fae09f;
}

.is-white {
  color: #fff;
}

.is-black {
  color: #000;
}

.is-dark {
  color: #1f1f1f;
}

.is-gray {
  color: #575757;
}

.is-dark-gray {
  color: #747474;
}

.is-light-gray {
  color: #969696;
}

.is-lightest-gray {
  color: #FFF8F8;
}

.is-light-gray-1 {
  color: #eaeaea;
}

.color-green {
  color: #67ae45;
}

.color-1 {
  color: #474747;
}

.color-2 {
  color: #383533;
}

.color-3 {
  color: #caba90;
}

.color-4 {
  color: #caba90;
}

.is-bg-primary {
  background-color: #363636;
}

.is-bg-secondary {
  background-color: #f3efeb;
}

.is-bg-secondary-light {
  background-color: #f1f1f1;
}

.is-bg-tertiary {
  background-color: #fae09f;
}

.is-bg-quaternary {
  background-color: #fae09f;
}

.is-bg-white {
  background-color: #fff;
}

.is-bg-dark {
  background-color: #1f1f1f;
}

.is-bg-gray {
  background-color: #575757;
}

.is-bg-color-4 {
  background-color: #e9f3f6;
}

.container.extra-small {
  width: 1140px !important;
  max-width: none !important;
}
@media screen and (min-width: 1201px) {
  .container.fullhd {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-hd {
    max-width: 85% !important;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1500px !important;
  }
  .container.fullhd {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.fullhd.small {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 40px);
  }
  .container.fullhd {
    width: 100%;
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-small {
    width: 90% !important;
    max-width: none !important;
  }
  .container.m-full-w {
    width: 100% !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .container.fullhd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.fullhd.small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .para-04 {
    font-size: 16px;
    line-height: 26px;
  }
}

.a-tag {
  border: 1px solid #969696;
  padding: 4px 16px;
  margin: 0 6px 0 0;
  border-radius: 10px;
  display: inline-block !important;
  width: auto;
}

.inner-banner {
  background-position: center 30%;
}
@media only screen and (max-width: 1200px) {
  .inner-banner .container > .content-wrp {
    padding: 24vw 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-banner .container > .content-wrp {
    padding: 44vw 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-banner {
    background-position: center;
  }
}

@media only screen and (max-width: 767px) {
  .left-right-wrp {
    justify-content: center;
  }
  .left-right-wrp .heading-wrp {
    margin-bottom: 20px;
  }
  .left-right-wrp > div:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .left-right-wrp > div:last-child > div {
    margin: 0;
  }
}

.blog-list-section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-list-section .left-wrp {
  width: 320px;
}
.blog-list-section .right-wrp {
  width: calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
}
.blog-list-section .box-wrp {
  margin-bottom: 45px;
  width: 100%;
  padding: 30px;
  border: 2px solid #67ae45;
  border-radius: 20px;
}
.blog-list-section .box-wrp h5 {
  margin-bottom: 15px;
  position: relative;
}
.blog-list-section .box-wrp h5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 3px;
  height: 100%;
  display: inline-block;
  background: #67ae45;
  border-radius: 10px;
}
.blog-list-section .box-wrp a {
  display: block;
  margin: 0 0 10px;
}
.blog-list-section .box-wrp a:last-child .separator {
  display: none;
}
.blog-list-section .box-wrp a > span {
  display: block;
  width: 100%;
}
.blog-list-section .box-wrp .separator {
  display: block;
  width: 100%;
  height: 1px;
  background: #969696;
  margin: 30px 0;
}
.blog-list-section .blog-item {
  margin-bottom: 50px;
  width: 47%;
}
.blog-list-section .blog-item:nth-child(2n) {
  margin-left: 6%;
}
.blog-list-section .blog-item .content-wrp .date-tag {
  display: flex;
  align-items: center;
}
.blog-list-section .blog-item .content-wrp .date-tag a {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.blog-list-section .blog-item .content-wrp .date-tag a img {
  width: 18px;
  margin-right: 8px;
}
.blog-list-section .blog-item .button.type-02 {
  margin-left: 70px;
}
.blog-list-section .blog-detail {
  margin-bottom: 0;
  width: 100%;
}
.blog-list-section .blog-detail .blog-contain h4 {
  color: #67ae45;
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog-list-section .blog-detail .blog-contain p {
  color: #363636;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.blog-list-section form {
  display: flex;
  align-items: center;
}
.blog-list-section form .button.type-01 {
  height: 94px;
  width: 170px;
  border-radius: 50px;
}
@media only screen and (max-width: 1700px) {
  .blog-list-section .blog-detail .blog-contain h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .blog-list-section .blog-detail .blog-contain p {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-list-section form .button.type-01 {
    height: 50px;
    width: 100px;
  }
}
@media only screen and (max-width: 1500px) {
  .blog-list-section .blog-detail .blog-contain h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-list-section .left-wrp {
    width: 270px;
  }
  .blog-list-section .right-wrp {
    width: calc(100% - 300px);
  }
  .blog-list-section .box-wrp {
    margin-bottom: 20px;
  }
  .blog-list-section .box-wrp .separator {
    margin: 20px 0;
  }
  .blog-list-section form .formControl {
    width: 100%;
  }
  .blog-list-section form .btn-wrp {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-list-section {
    padding-top: 20px;
  }
  .blog-list-section .container {
    flex-wrap: wrap-reverse;
  }
  .blog-list-section .left-wrp,
.blog-list-section .right-wrp {
    width: 100%;
  }
  .blog-list-section .left-wrp .img-wrp {
    max-width: 350px;
  }
  .blog-list-section form .button.type-01 {
    height: 40px;
    width: 70px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-section .left-wrp .img-wrp {
    width: 200px;
  }
  .blog-list-section .blog-item {
    margin-bottom: 40px;
    width: 100%;
  }
  .blog-list-section .blog-item:nth-child(2n) {
    margin-left: 0;
  }
  .blog-list-section .blog-detail .blog-contain h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .blog-list-section .blog-detail .blog-contain p {
    font-size: 12px;
    line-height: 16px;
  }
}

.sec-eq.blog-project-popup.show .container {
  max-width: 350px;
  padding: 20px;
}
.sec-eq.blog-project-popup.show .img-wrp {
  display: block;
  background-color: transparent;
}
.sec-eq.blog-project-popup.show .closeIcon {
  right: -10%;
  top: -5%;
  border: 0;
  color: #fff;
}
.sec-eq.blog-project-popup.show .btn-wrp {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-eq.blog-project-popup.show .container {
    max-width: 300px;
    padding: 14px;
  }
}

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