@charset 'utf-8';

.banner .menu+p{
    -ms-word-break: keep-all;
    word-break: keep-all;
}
.banner .img_box{
    top: 20%;
}

/*4. 컨텐츠영역*/
.contents{
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
}
.contents h3{
    font-size: 28px;
    letter-spacing: -2px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 36px;
    line-height: 1.25;
}
.contents h3 span{
    font-weight: 600;
}
.contents h3+p{
    letter-spacing: -1px;
    line-height: 1.75;
    text-align: center;
    -ms-word-break: keep-all;
    word-break: keep-all;
    margin-bottom: 60px;
}

.divider{
    width: 100px;
    margin: 0 auto;
    height: 1px;
    background-color: #bdbdbd;
}

/*공통 h5 영역*/
article h5{
    font-size: 28px;
    /*포지션기준값*/
    position: relative;
    padding-left: 24px;
}
article h5:before{
    display: block;
    content: '';
    width: 8px;
    height: 32px;
    background-color: #0c4da2;
    /*포지션*/
    position: absolute;
    left: 0;
}



/*4-1. R&D분야영역*/
.field{
    margin-top: 80px;
}
.field ul{
    margin-top: 60px;
}
.field ul li{
    text-align: center;
}
.field ul li p{
    margin-top: 16px;
    margin-bottom: 60px;
    line-height: 1.5;
    letter-spacing: -1px;
}
.field ul li:nth-child(3) span{
    font-size: 14px;
}
.field ul li:last-child p{
    margin-bottom: 0;
}


/*4-2. R&D프로세스영역*/
.process{
    margin-top: 80px;
}
.process ol{
    width: 268px;
    margin: 0 auto;
    margin-top: 60px;
}
.process ol>li{
    width: 268px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.process ol>li:nth-child(1){
    background-image: url(../images/rnd/process_01.png);
}
.process ol>li:nth-child(2){
    background-image: url(../images/rnd/process_02.png);
}
.process ol>li:nth-child(3){
    background-image: url(../images/rnd/process_03.png);
    color: #fff;
}
.process ol>li:nth-child(4){
    background-image: url(../images/rnd/process_04.png);
    color: #fff;
    margin-bottom: 0;
}
.process .num{
    font-size: 36px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.process .title{
    font-size: 20px;
    margin-top: 4px;
    letter-spacing: -1px;
    margin-bottom: 32px;
}
.process ol>li:nth-child(4) .title{
    margin-bottom: 48px;
}
.process ol ul li{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -1px;
}

.process .img_box{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    margin-top: 60px;
}
.process .img_box img{
    width: 100%;
}


/*성과 타이틀*/
.title_box{
    width: 100%;
    height: 180px;
    line-height: 180px;
    background-image: url(../images/rnd/outcome_bg.jpg);
    -webkit-background-size: 200%;
    background-size: 200%;
    background-attachment: fixed;
    margin-top: 80px;
}
.title_box h4{
    text-align: center;
    font-size: 28px;
    color: #fff;
}


/*5-1. 특허영역*/
.outcome article{
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}
.outcome ul{
    width: 268px;
    margin: 0 auto;
    margin-top: 60px;
}
.outcome ul li{
    margin-bottom: 40px;
}
.outcome ul li:last-child{
    margin-bottom: 0;
}
.outcome ul li p{
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    margin-top: 8px;
}

.outcome .copyright ul{
    margin-bottom: 60px;
}






@media all and (min-width:768px){ 
    .banner .img_box{
        top: 5%;
    }

    /*4. 컨텐츠영역*/
    .contents{
        padding-top: 80px;
    }
    .contents h3{
        margin-bottom: 48px;
        font-size: 40px;
    }
    .contents h3+p{
        margin-bottom: 80px;
    }
    
    
    /*4-1. R&D분야영역*/
    .field{
        margin-top: 60px;
    }
    .field ul{
        width: 80%;
        margin: 80px auto 0;
    }
    .field ul li{
        width: 50%;
        /*플롯*/
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .field ul li p{
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 90px;
        line-height: 1.3;
    }
    .field ul li:nth-child(3) span{
        font-size: 14px;
    }
    .field ul li:nth-child(3) p,
    .field ul li:last-child p{
        margin-bottom: 0;
    }
    
    
    /*4-2. R&D프로세스영역*/
    .process ol{
        width: 556px;
        margin-top:80px;
    }
    .process ol>li{
        /*플롯*/
        float: left;
    }
    .process ol>li:nth-of-type(odd){
        margin-right: 20px;
    }
    .process ol>li:nth-child(3){
        margin-bottom: 0;
    }
    
    
    /*성과 타이틀*/
    .title_box{
        height: 200px;
        line-height: 200px;
    }
    .title_box h4{
        font-size: 36px;
    }
    
    
    /*5-1. 특허영역*/
    .outcome ul{
        width: 556px;
    }
    
    .outcome ul li{
        width: 268px;
        /*플롯*/
        float: left;
    }
    .outcome ul li:nth-of-type(odd){
        clear: both;
        margin-right: 20px;
    }
    .outcome .copyright ul{
        margin-bottom: 80px;
    }


}







@media all and (min-width:1132px){
    .banner .img_box{
        top: -40%;
    }
    /*4-1. R&D분야영역*/
    .field{
        width: 1132px;
        margin: 60px auto 0;
    }
    .field ul{
        width: 100%;
    }
    .field ul li{
        width: 25%;
    }
    .field ul li p{
        margin-bottom: 0px;
    }
    
    
    /*4-2. R&D프로세스영역*/
    .process{
        width: 1132px;
        margin: 100px auto 0;
    }
    .process ol{
        width: 100%;
        margin-top:60px;
    }
    .process ol>li{
        margin-right: 20px;
        margin-bottom: 0;
    }
    .process ol>li:nth-child(4){
        margin-right: 0;
    }
    
    
    /*성과 타이틀*/
    .title_box{
        -webkit-background-size: 110%;
        background-size: 110%;
        margin-top: 100px;
    }
    
    
    /*5-1. 특허영역*/
    .outcome article{
        width: 1132px;
        margin-top: 0px;
    }
    .outcome .patent{
        margin-top: 80px;
    }
    .outcome .copyright{
        margin-top: 100px;
    }
    
    .outcome ul{
        width: 100%;
    }
    .outcome ul li:nth-of-type(odd){
        clear: none;
    }
    .outcome ul li{
        margin-right: 20px !important;
    }
    .outcome ul li:nth-child(4n){
        margin-right: 0 !important;
    }
    .outcome ul li:nth-child(4n+1){
        clear: both !important;
    }
    
    .outcome .copyright ul{
        margin-bottom: 100px;
    }  

}