/* 컨텐츠 영역 */
.contents{
    margin-top:100px;
    margin-bottom:250px;
    transition:all 0.5s;
}

.contents_margin{
    margin-top:200px;
}

.con_title{
    position:relative;
    text-align:center;
    font-size:30px;
    font-weight:700;
    margin-bottom:60px;
    width:100%;
}

.con_title p{
    background:#fff;
    position:relative;
    z-index:10;
    display:inline;
    padding:10px 30px;
}

.con_title_line{
    width:100%;
    height:2px;
    background:#dbdbdb;
    position:absolute;
    top:49%;
    z-index:1
}


/* 설명 영역 */
.explain_box{
    width:100%;
    background:#f0f0f0;
    box-sizing:border-box;
    padding:30px;
    display:flex;
    justify-content:space-between;
    border-radius: 10px;
    margin-bottom:150px;
}

.explain_left{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    height:100%;
    width:65%;
}

.explain_title{
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
}

.explain_left p:last-of-type{
    font-weight:500;
}

.explain_right{
    width:30%;
}

.explain_right img{
    width:100%;
}


/* con 영역 */
.con{
    margin-top:50px;
}

.con_headline{
    display:flex;
    align-items:center;
    font-size:24px;
    font-weight:700;
    position:relative;
}

.headline1{
    background:url(../imgs/solution/headline8.png)no-repeat left center;
    background-size: contain;
    box-sizing:border-box;
    width:100%;
    padding-left:20px;;
    color:#fff;
    height:50px;
    line-height:50px;;
}

.con1 .conbox{
    display:flex;
    align-items:center;
    justify-content:center;
    border:solid #bdbdbd 1px;
    padding:50px;
}

.conbox{
    margin-top:30px;
}



/* con2 */
.con2{ 
    margin-top:200px
}

.con2 .conbox{
    display:flex;
    align-items:center;
    justify-content:center;
}

.con2 .conbox_left{
    width:40%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.con2 .conbox_right{
    width:53%;
    border-top:solid #bdbdbd 3px;
    border-bottom:solid #bdbdbd 3px;
}

.con2 .conbox_right li{
    display:flex;
    align-items:center;
    line-height:35px;
    border-bottom:solid #bdbdbd 1px;
}

.con2 .conbox_right .cr_title{
    font-weight:600;
}

.con2 .conbox_right .cr_left{
    padding-left:20px;
    background:#f0f0f0;
    width:25%;
    font-weight:600;
}

.con2 .conbox_right .cr_right{
    padding-left:20px;                           

}





/* con3 */
.con3 .conbox{
    display:flex;
    align-items:center;
    justify-content:center;
}

.con3 .conbox_left{
    width:40%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.con3 .conbox_right{
    width:53%;
    border-top:solid #bdbdbd 3px;
    border-bottom:solid #bdbdbd 3px;
}

.con3 .conbox_right li{
    display:flex;
    align-items:center;
    line-height:35px;
    border-bottom:solid #bdbdbd 1px;
}

.con3 .conbox_right .cr_title{
    font-weight:600;
}

.con3 .conbox_right .cr_left{
    padding-left:20px;
    background:#f0f0f0;
    width:25%;
    font-weight:600;
}

.con3 .conbox_right .cr_right{
    padding-left:20px;                           

}


/* con4 */
.con4{
    margin-top:200px
}

.conbox_list li{
    display:flex;
    margin-bottom:100px;;
}

.conbox_list li:last-child{
    margin-bottom:0px;
}


.con4 .cl_left{
    width:30%;
}

.con4 .cl_left img{
    width:100%;
}

.con4 .cl_right{
    width:50%;
    margin-left:5%
}

.con4 .cr_title{
    font-size:30px;
    font-weight:700;
    position:relative;
    padding-left:70px;
    color:#555;
    margin-bottom:10px;
}

.con4 .cr_title span{
    position:absolute;
    left:0;
    color:#ccc;
    font-size:50px;
    line-height:30px;
    letter-spacing:-3px;
    font-weight:500;
}

.con4 .conbox_list li:first-child .cr_title span{
    letter-spacing:0;
}




@media all and (min-width:1024px) {
    .con .con_headline br{display:none;;}
} 
  
/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1023px) {
    .contents{ margin-bottom:200px; margin-top:150px;;}
    .contents_margin{ margin-top:150px;}
    .con_title{font-size:24px;;}
    .con_title p{ padding:0px 20px;}

    .explain_box{ padding:20px;;}
    .explain_title{font-size:22px; margin-bottom:20px;}
    .explain_left{width:100%; }
    .explain_right{display:none;}
    .explain_left p:last-of-type{font-weight:400;}

    .con{margin-top:150px}
    .con_headline{ font-size:22px;}
    .headline1{ height:40px; line-height:40px;font-weight:600; background-size:contain}
    .conbox{ margin-top:20px}
    
    .con1 .conbox{padding:30px;}
    .con1 .conbox img{ width:100%;}

    .con2 .conbox{justify-content:flex-start}
    .con2 .conbox_left{display:none;}
    .con2 .conbox_right {width:80%}

    .con3{margin-top:0px}
    .con3 .conbox{justify-content:flex-start}
    .con3 .conbox_left{display:none;}
    .con3 .conbox_right {width:80%}

    .con4 .cl_left{display:none;}
    .con4 .cl_right{width:100%; margin-left:0; margin-top:30px;}
    .conbox_list li{margin-bottom:50px;}
    .con4 .cr_sub{ padding-left:70px;}

}


/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .contents{ margin-bottom:150px; margin-top:100px;}
    .contents_margin{ margin-top:120px;}
    .con_title{font-size:20px; margin-bottom:50px;;}
    .con_title p{ padding:0px 10px;}

    .explain_box{ padding:20px; margin-bottom:100px;}
    .explain_title{font-size:22px; margin-bottom:10px;;}
    .explain_left{width:100%; }
    .explain_right{display:none;}
    .explain_left br{ display:none;}
    .explain_left p:last-of-type{font-weight:400;}

    .con{margin-top:100px}
    .con_headline{ font-size:18px;}
    .headline1{height:35px; line-height:35px;font-weight:600; padding-left:10px;}
    .conbox{ margin-top:20px}
    
    .con1 .conbox{padding:10px;}
    .con1 .conbox img{ width:100%;}

    .con2 .conbox{justify-content:flex-start}
    .con2 .conbox_left{display:none;}
    .con2 .conbox_right {width:100%}
    .con2 .conbox_right .cr_left{width:30%; padding-left:10px;}
    .con2 .conbox_right .cr_right{padding-left:10px; width:70%}
    .con2 .conbox_right li{line-height:30px;;}
    .con2 .conbox_right li:nth-child(2) .cr_left{ line-height:50px;}
    .con2 .conbox_right li:nth-child(2) .cr_right{line-height:20px;}
    .con2 .conbox_right li:nth-child(4) .cr_left{ line-height:50px;}
    .con2 .conbox_right li:nth-child(4) .cr_right{line-height:20px;}
    .con2 .conbox_right li:nth-child(7) .cr_left{ line-height:50px;}
    .con2 .conbox_right li:nth-child(7) .cr_right{line-height:20px;}
    .con2 .conbox_right li:nth-child(15) .cr_left{ line-height:50px;}
    .con2 .conbox_right li:nth-child(15) .cr_right{line-height:20px;}


    .con3{margin-top:0px}
    .con3 .conbox{justify-content:flex-start}
    .con3 .conbox_left{display:none;}
    .con3 .conbox_right {width:100%}
    .con3 .conbox_right .cr_left{width:30%; padding-left:10px;}
    .con3 .conbox_right .cr_right{padding-left:10px; width:70%;}
    .con3 .conbox_right li{line-height:30px;;}
    .con3 .conbox_right li:nth-child(5) .cr_left{ line-height:50px;}
    .con3 .conbox_right li:nth-child(5) .cr_right{line-height:20px;}
    .con3 .conbox_right li:nth-child(10) .cr_left{ line-height:50px;}
    .con3 .conbox_right li:nth-child(10) .cr_right{line-height:20px;}
    .con3 .conbox_right li:nth-child(11) .cr_left{ line-height:50px;}
    .con3 .conbox_right li:nth-child(11) .cr_right{line-height:20px;}
    .con3 .conbox_right li:nth-child(13) .cr_left{ line-height:50px;}
    .con3 .conbox_right li:nth-child(13) .cr_right{line-height:20px;}



    .con4 .cl_left{display:none;}
    .con4 .cl_right{width:100%; margin-left:0; margin-top:20px;}
    .conbox_list li{margin-bottom:50px;}
    .con4 .cr_title{font-size:24px; padding-left:45px}
    .con4 .cr_title span{font-size:35px;}

}

    
