/* .navbar a,
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #909090;
}

.mg_t_100 {
  margin-top: 100px;
}

.container .section-title>h2{font-size: 42px;line-height: 48px;font-weight: 700;}


.img_div{width:70%; text-align:center; margin:0 auto;}
.img_div>img{width:100%; height:auto}


.main_title {
  width: 100%;
  height: 50vh;
  position: relative;
  background: url("/assets/img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.main_title:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.main_title .container {
  padding-top: 80px;
}

.main_title h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

.main_title h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

.pricing {
  background: url("/assets/img/portfolio/portfolio-7.jpg") top center;
  background-size: cover;
}


.btn-info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

.btn-info:hover {
  background: #3194db;
}


@media (min-width: 1024px) {
  .main_title {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  .main_title {
    height: auto;
  }
}

@media (max-width: 992px) {
  .main_title {
    height: auto;
  }

  .main_title h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .main_title h2 {
    font-size: 18px;
    line-height: 30px;
  }
}


.about-video .content h2 {
  font-weight: 700;
  font-size: 30px;
  color: #124265;
}

 */

 /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

 /*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.gallery .portfolio-flters {
  padding: 0 0 20px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.gallery .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.gallery .portfolio-flters li:hover,
.gallery .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.gallery .portfolio-flters li:first-child {
  margin-left: 0;
}

.gallery .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .gallery .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.gallery .portfolio-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.gallery .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.gallery .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
}

.gallery .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
  color: var(--color-default);
  transition: 0.3s;
}

.gallery .portfolio-wrap .portfolio-info h4:hover {
  color: var(--color-primary);
}

.gallery .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.gallery .portfolio-wrap:hover img {
  transform: scale(1.1);
}


 /*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.blog-pagination {
  color: #444444;
  margin-top: 50px;
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li.active,
.blog-pagination li:hover {
  background: #e03a3c;
}

.blog-pagination li.active a,
.blog-pagination li:hover a {
  color: #fff;
}


/*--------------------------------------------------------------
# more button
--------------------------------------------------------------*/
/* .more-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
}

.more-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.more-btn:hover {
  background: #e35052;
  background: #e03a3c;
} */


.more-btn {
  padding: 8px 30px 9px 30px;
  /* color: #fff; */
  color: #e03a3c;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
}

.more-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.more-btn:hover {
  background: #e35052;
  /* background: #e03a3c; */
  background: #e03a3c;
  color: #fff;
}




/*--------------------------------------------------------------
# 시공사례 상세페이지
--------------------------------------------------------------*/
.portfolio-info {
  padding: 10px;
  /* box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08); */
  border-bottom: 1px solid #eee;

}

.portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  /* padding-bottom: 20px; */
  font-family: var(--font-primary);

  /* border-bottom: 1px solid #eee; */
}

.portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-description {
  padding-top: 30px;
}

.portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-description p {
  padding: 0;
}

.portfolio-go-list{
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}



.portfolio-next ul{
  padding: 0;
  list-style: none;
  word-break: break-all;
  margin: 20px 0;
  position: relative;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.portfolio-next li{
  padding: 30px 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.portfolio-next .title {
  display: inline-block;
  padding-right: 20px;
  color: #c80e21;
}

.portfolio-next a {
  color: #333;
  display: block;
  text-decoration: none;
}

.portfolio-next .date {
  float: right;
  color: #888;
}
