@charset "utf-8";

/* 업무분야 */
.w_com{
    font-size: 0;
    }
.w_com .title03{
    text-align: center; 
}

.lies{
    margin: 50px auto;
}
.lies ul{
    margin-bottom: 60px;
}

.lies ul li{
    display: inline-block;
    vertical-align: top;
    width: calc(( 100% /  2 ) - 15px);
    margin-right: 15px;
    border-top: 2px solid #000;
    padding-top: 10px;
}

.lies ul li:last-child{
    margin-right: 0;
}

.lies ul .leimg{
    display: inline-block;
    vertical-align: middle;
}

.lies ul .ritt{
    display: inline-block;
    vertical-align: middle;
    padding-left: 3%;
}

.lies ul .ritt img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}


.lies ul .ritt p{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.lies ul .ritt span{
    display: block;
    color: #666;
    font-weight: 500;
    line-height: 30px;
}


@media screen and (max-width:860px) {

    .w_com .title03{
        
    }
    
    .lies{
        margin: 13px auto;
        border-top: 2px solid #000;;
        border-bottom: 2px solid #000;;
    }

    .lies ul{
        margin-bottom: 0px;
    }
    /* .lies ul .leimg{
        width: 30%;
    } */
    .lies ul .leimg img{
        width: 100px;
    }
    .lies ul li{
        display: block;
        width:95%;
        margin-right: 0px;
        margin:0 auto!important;
        border-top: 1px solid #ddd;
        padding: 20px 10px;
    }
    
    .lies ul .ritt p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .lies ul .ritt span{
        font-size: 15px;
    }


    
}
















/* common */
.work {
    font-size: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.work .letitle{
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.work .ritxt{
    display: inline-block;
    vertical-align: top;
    width:70%;
}

 .topimg{

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  center center;
    width: 100%;
    height: 300px;


    margin-bottom: 70px;
    position: relative;
}

.topimg01_1{
    background-image: url(../../img/sub/work/img01.png);
}
.topimg02_1{
    background-image: url(../../img/sub/work/img02.png);
}
.topimg03{
    background-image: url(../../img/sub/work/img03.png);
}
.topimg04{
    background-image: url(../../img/sub/work/img04.png);
}
.topimg05{
    background-image: url(../../img/sub/work/img05.png);
}
.topimg06{
    background-image: url(../../img/sub/work/img06.png);
}
.topimg07{
    background-image: url(../../img/sub/work/img07.png);
}
.topimg08{
    background-image: url(../../img/sub/work/img08.png);
}
.topimg09{
    background-image: url(../../img/sub/work/img09.png);
}
.topimg10{
    background-image: url(../../img/sub/work/img10.png);
}

.topimg::after{
    content: '';
    display: block;
    clear: both;  
    width: 1px;
    height: 70px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-50%);
}

.letitle   .title::before{
    content: '';
    display: block;
    clear: both;
    width: 5px;
    height: 46px;
    background-color: #003E1D;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 8px;
}

.bobtn{
    margin-top: 40px;
    float: right;
}

.bobtn a{
    border: 1px solid #000;
    padding: 20px;
    font-weight:600;
    font-size: 20px; ;
}
.bobtn img{
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-left: 5px;
}

.botxt ul li{
    margin-bottom: 20px;

}
.block li ol{
    position: relative;
}
.block ol span{
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
vertical-align: top;
}

.block ol span::before{
content: '';
display: block;
clear: both;
width: 4px;
height: 4px;
border-radius: 100%;
background-color: #000;
/* position: absolute;
top: 50%;
transform: translateY(-50%); */

display: inline-block;
vertical-align: top;
margin-top: 11px;
}

.block ol.pale02 span::before{
    content: '';
    display: block;
    clear: both;
    width: 7px;
    height: 2px;
    background-color: #000;

    margin-top: 12px;
    }

.block ol p {
    display: inline-block;
vertical-align: top;
width: 90%;

}

.block .pale{
    padding-left: 10px;
}
.block .pale02{
    padding-left: 19px;
}
.block .pale02 p{
    margin-bottom: 0;
}
.block .pale02_1 p{
    margin-bottom: 13px;
}
.block .mar p{
    margin-bottom: 5px;
}


.letitle02,
.topimg02{
    display: none;
}

@media screen and (max-width:860px) {

    .letitle02,
    .topimg02{
        display: block;
    }

    .letitle01,
    .topimg01,
    .letitle01 .title{
        display: none;
    }
    
    .topimg{
        height: 140px;
        margin-bottom: 40px;
        position: relative;
    }

.letitle02 .title{
        display: block;
        width:95%;
        margin: auto;
        margin-bottom: 11px;
        font-weight: 700;
    }
    
  .letitle02 .title::before{
        width: 3px;
        height: 22px;
        margin-right: 5px;
        margin-top: 4px;
        
    }

    .work .ritxt{
        display:block;
        width:95%;
        margin: auto;
    }

    
    .topimg::after{
        content: '';
        display: block;
        clear: both;  
        width: 1px;
        height: 52px;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%,-50%);
    }
    


    .bobtn{
        margin-top: 40px;
        float: none;
        margin: auto;
    }
    
    .bobtn a{
        padding: 12px  65px;
        font-size: 17px;
        margin: auto;
        text-align: center;
        display: block;
    }
    .bobtn img{
        width: 17px;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 5px;
        padding-left: 5px;
    }
    
    .botxt ul li{
        margin-bottom: 20px;
    } 
    .block ol p {

    display: inline-block;
    vertical-align: top;
    }

    .block ol span::before{
        content: '';
        display: block;
        clear: both;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #000;

        }
}



















.w_title p{
    font-weight: 400;
    display: inline-block;
    font-size: 28px;
}

.block{
    font-size: 18px;
}
.block01::after{
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 1px ;
    background-color: #ddd;
    margin: 40px auto;
}
.block h2{
    margin-bottom: 20px;
}


.block .sstitle{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;;
}


.block  li{

    margin-bottom: 20px;
}

.block  li p{

    line-height: 26px;
    margin-bottom: 12px;
}

.block  table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 10px auto;
    color: #2b2b2b;
    font-size: 15px;
  }
  .block  table tr{
    border-bottom: 1px solid #dddddd;
  }
  .block  table tr:last-child{
    border-bottom: 1px solid #000000;
  }
  .block  td, th {
    text-align: left;
    padding: 15px 10px;

    font-weight: 400;
    font-size: 17px;
  }

  .block  th{
    border-right: 1px solid #dddddd;

    width: 45%;
  }
  .block  tr:nth-child(odd) {
    background-color: #FBFBFB;
  }

  @media screen and (max-width:860px) {


    .w_title p{
        font-size: 20px;
    }
    
    .block{
        font-size: 15px;
    }
    .block01::after{
        content: '';
        display: block;
        clear: both;
        width: 100%;
        height: 1px ;
        background-color: #ddd;
        margin: 40px auto;
    }
    .block h2{
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    
    .block .sstitle{
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 20px;;
    }
    
    
    .block  li{
    
        margin-bottom: 20px;
    }
    
    .block  li p{
    
        line-height: 20px;
        margin-bottom: 12px;
    }
    
    .block  table {
        border-collapse: collapse;
        width: 100%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 10px auto;
        color: #2b2b2b;
        font-size: 15px;
      }
      .block  table tr{
        border-bottom: 1px solid #dddddd;
      }
      .block  table tr:last-child{
        border-bottom: 1px solid #000000;
      }
      .block  td, th {
        text-align: left;
        padding: 15px 10px;
    
        font-weight: 400;
        font-size: 15px;
      }
    
      .block  th{
        border-right: 1px solid #dddddd;
    
        width: 40%;


        padding: 14px;
        line-height: 21px;
      }
      .block  tr:nth-child(odd) {
        background-color: #FBFBFB;
      }
    
.block .sstitle{
    margin-bottom: 10px;
    font-size: 16px;;
}

  }
  
  
  
  