﻿/*Default Breadcrumbs*/
.subtitle_area {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding:100px 0px 80px 0px;
  opacity: 0.9;
  background: #6c757d;
}
.overlay-heavy:before {
    opacity: .4;
}
.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #6c757d;
    opacity: .3;
    z-index: 2;
}
.bg-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #6c757d;
    background-size: cover!important;
    background-position: 50% 50%!important;
    opacity: 0;
}
.bg-image-holder.fade {
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
}
.bg-image-holder.fadeIn {
    opacity: 1;
}
.bg-image-holder.zoom {
    opacity: 1;
    transform: scale(1) rotate(0);
    -webkit-transition: transform 20s;
    transition: transform 20s;
}
.bg-image-holder.zoomIn {
    transform: scale(1.12) rotate(0.01deg);
}
.bg-image-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("/skin/default/img/subbg.png");
}
.subtitle_area .container{
    position: relative;
    z-index: 2;
}

.subtitle_head {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
}
.subtitle_line {
    background: #fff;
    width: 80px;
    height: 3px;
    margin: 30px auto;
}
.subtitle_txt {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}
@media all and (max-width:767px) {
  .subtitle_area {
    padding:100px 0px 75px 0px;
  }
  .subtitle_head {
    font-size: 40px;
    font-weight: 600;
  }
  .subtitle_line {
    width: 40px;
    margin: 10px auto;
  }
  .subtitle_txt {
    font-size: 20px;
    font-weight: bold;
  }
}
@media all and (min-width:768px) and (max-width:1024px){
  .subtitle_area {
    padding:120px 0px 100px 0px;
  }
  .subtitle_head {
    font-size: 50px;
    font-weight: 600;
  }
  .subtitle_line {
    width: 60px;
    margin: 20px auto;
  }
  .subtitle_txt {
    font-size: 25px;
    font-weight: bold;
  }
}


/*Default Breadcrumbs*/
.breadcrumb {
float: right;
    margin-top: -38px;
    padding: 0px;
    background: none;
    position: relative;
}
.breadcrumb a {
  color:#fff;
  font-size: .75rem;
}
.breadcrumb li.active a,.breadcrumb li a:hover {
  color:#fff;
  text-decoration:none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: ">";
}

.page_tit {
  font-family: 'Noto Sans Korean',sans-serif;
  border-bottom: 1px solid #aaa;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .page_tit {
    padding: 30px 0 10px;
    font-size: 1.5rem;
  }
}
