/* 모든 스타일은 css 충돌방지를 위해 .linebanner_tier을 기준으로 작성 하시면 됩니다. 예) .linebanner_tier .box {} */
.linebanner_tier{}


.bweb-content-warp .container-fluid {
    max-width: 1366px
}

.bweb-content-warp {
    padding: 0;
}

.bweb-content-warp .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bweb-content-warp .container-fluid:before, .bweb-content-warp .container-fluid:after {
    display: table;
    content: " ";
}

.bweb-content-warp .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
}

.bweb-content-warp .img-background {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}

.bweb-content-warp .bweb-custom-bg2 {
    background: #c1c1c1 !important;
}
.bweb-content-warp .bweb-custom-bg {
    background:     #d7d7d7 !important;
}

.bweb-custom-text {
    padding: 35px 12%;
    display: table;
    height: 100%;
    width: 100%;
  font-size: 14px;
    line-height: 24px;
    color: #6f6f6f;
}

.bweb-custom-text .middle-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.middle-title {
    font-size: 16px !important;
    line-height: 25px;
}

.bweb-custom-text h3 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.bweb-custom-text p {
    font-size: 16px;
    line-height: 28px;
    width: 90%;
    margin-bottom: 0;
}
.bweb-custom-text .middle-text {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.bweb-custom-text .center-link{
	text-align:center;
}

ul.bweb-info-text {
    padding: 0;
    margin: 0 0 30px;
}
ul.bweb-info-text li {
    color: #868585;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3f3f3f;
    list-style: none;
    position: relative;
    padding-left: 13px;
}

.icon-color {
    color: #f96d33 !important;
}

.contetnbtn.btn-color {
    background: #f96d33 !important;
    border-color: #f96d33 !important;
    color: #fff !important;
}
.contetnbtn.btn-color:hover{
  background:transparent !important;
  color:#f96d33 !important;
}

.contetnbtn.btn-size {
    font-size: 12px;
    padding: 5px 18px;
}
.contetnbtn {
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    width: auto;
    text-transform: uppercase;
}

.bweb-content-warp .col-md-4 {
    width: 100%;
}

@media (max-width: 992px){
.bweb-content-warp  .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}


@media only screen and (max-width: 1350px){
.bweb-content-warp .bweb-custom-text {
        padding: 44px 5%;
  }}

@media only screen and (max-width: 991px){
.bweb-content-warp .bweb-parallaxright {
    height: auto !important;
  }
}

