.development-section-wrap{
    padding-bottom: 0;
}

.quality-section-wrap{
    background-color: #f7f7f7;
    padding-bottom: 0;
}
.sub-sec{
    padding-bottom: 85px;
}
@media screen and (min-width: 992px) {
    .sub-sec{
        padding-bottom: 110px;
    }
}
.development-section-wrap .default-jg-tab .tab-ul .nav-item{
    width: 25%;
}

.development-section-wrap .row{
    margin: 0;
}
.development-section-wrap .row [class*=col-]{
    padding: 0;
}
@media screen and (min-width: 544px){
    .development-section-wrap .row{
        margin: 0 -15px;
    }
    .development-section-wrap .row [class*=col-]{
        padding: 0 15px;
    }
}
@media screen and (min-width: 544px){
    .development-section-wrap #sec3 .row{
        margin: 0;
    }
    .development-section-wrap #sec3 .row [class*=col-]{
        padding: 0;
    }
}
@media screen and (min-width: 768px){
    .development-section-wrap #sec3 .row{
        margin: 0 -15px;
    }
    .development-section-wrap #sec3 .row [class*=col-]{
        padding: 0 15px;
    }
}
.bottom-wr-wrap{
    margin-bottom: 30px;
    padding:30px 35px;
    transition: background .5s;
}
@media screen and (min-width: 544px){
    .bottom-wr-wrap{
        min-height: 600px;
    }
}
@media screen and (min-width: 768px){
    .bottom-wr-wrap{
        min-height: 700px;
    }
}
@media screen and (min-width: 992px){
    .bottom-wr-wrap{
        min-height: 600px;
    }
    #sec2 .bottom-wr-wrap{
        min-height: 650px;
    }
}

.bottom-wr-wrap.blue{
    background: url(/views/res/imgs/development/bg_blue_wrap.jpg);
}
.bottom-wr-wrap .title-wrap{
    margin-bottom: 13px;
    text-align: center;
}
.bottom-wr-wrap .title-wrap .step-title{
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fb930a;
}
.bottom-wr-wrap.blue .title-wrap .step-title{
    color: #7087ac;
}
.bottom-wr-wrap .title-wrap .title{
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #343434;
}
.bottom-wr-wrap.blue .title-wrap .title{
    color: #fff;
}
.bottom-wr-wrap .img-wrap{
    margin-bottom: 23px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50%;
    padding-bottom:88%;
}
.bottom-wr-wrap.blue .img-wrap{
    border-color: transparent;
}
.bottom-wr-wrap .desc{
    min-height: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    color: #777;
}
.bottom-wr-wrap.blue .desc{
    color: #fff;
}
.bottom-wr-wrap .footer-warp{
    min-height: 50px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
}
.bottom-wr-wrap .footer-warp .footer-title{
    float: left;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #02388b;
}
.bottom-wr-wrap.blue .footer-warp .footer-title{
    color: #fff;
}
.bottom-wr-wrap .footer-warp .footer-desc{
    margin-left: 65px;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    color: #777;
}
.bottom-wr-wrap .footer-warp .footer-desc > span{
    display: inline-block;
    margin-bottom: 7px;
}
.bottom-wr-wrap.blue .footer-warp .footer-desc{
    color: #849cc2;
}

/*sec2*/
#sec2{
    border-top: 1px solid #e1e1e1;
}
/*sec3*/
#sec3{
    background-color: #f7f7f7;
    border-top: 1px solid #e1e1e1;
}
.img-half-row{}
.img-half-row [class*=col-]{
    margin-bottom:20px;
}
.img-half-row .title{
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 34px;
    background-position: 0 50%;
    background-size:initial;
    background-repeat:no-repeat;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #151515;
}
.img-half-row .img-wrap > *{
    width: calc(50% - 5px);
}
.img-half-row .desc{
    min-height: 63px;
    line-height: 1.4;
    margin-top: 13px;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
    color:#777;
}

/*sec4*/
#sec4 .tab-wrap{
    max-width: 400px;
    border: 1px solid #e1e1e1;
}
#sec4 .tab-wrap .tab-list{
    float: left;
    width: 50%;
    height: 53px;
    line-height: 53px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    color: #999;
}
#sec4 .tab-wrap .tab-list.active{
    background-color: #343434;
    font-weight: 500;
    color: #f7f7f7;
}
#sec4 .tab-cont{
    display: none;
}
#sec4 .tab-cont.active{
    display: block;
}
.equipment-row [class*=col-]{
    margin-bottom: 30px;
}
.equipment-row .inner-wrap{
    padding: 30px 35px;
    border: 1px solid #e1e1e1;
}
@media screen and (min-width: 768px){
    .equipment-row .inner-wrap {
        min-height: 290px;
    }
}
.equipment-row .img-wrap{
    position: relative;
    width: 40%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position: 50%;
    padding-bottom:40%;
}
.equipment-row .text-wrap{
    word-break: break-all;
    margin-left: 48%;
}
.equipment-row .text-wrap .title-wrap{
    margin-bottom: 25px;
}
.equipment-row .text-wrap .title{
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color:#343434;
}
.equipment-row .text-wrap .sub-title{
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    color:#999;
}
.equipment-row .text-wrap .cont{
    line-height: 1.7;
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    color:#787878;
}


