﻿/* 민사소송 */
#sub_title01 {
    width: 100%;
    height: 450px;
    background: url(../image/sub01.png) no-repeat;
    background-position: center;
    border-bottom: 1px solid #ccc;
}

#sub_title02 {
    width: 100%;
    height: 450px;
    background: url(../image/sub02.png) no-repeat;
    background-position: center;
    border-bottom: 1px solid #ccc;
}

#sub_title03 {
    width: 100%;
    height: 450px;
    background: url(../image/sub03.png) no-repeat;
    background-position: center;
    border-bottom: 1px solid #ccc;
}

#sub_title04 {
    width: 100%;
    height: 450px;
    background: url(../image/sub04.png) no-repeat;
    background-position: center;
    border-bottom: 1px solid #ccc;
}

#sub_title05 {
    width: 100%;
    height: 450px;
    background: url(../image/sub05.png) no-repeat;
    background-position: center;
    border-bottom: 1px solid #ccc;
}

.sub_ttitle {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.sub_ttitle h2{
    color: #fff;
    font-size: 4em;
    font-family: 'GmarketSansMedium';
}



/* sub01_banner */
#sub01_banner{padding: 50px 0;}
#sub01_banner .sub01{
    margin-top: 50px;
    font-family: 'GmarketSansMedium';
    border: 1px solid #ccc;
    padding: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}
#sub01_banner .sub01 h2{
    position: relative;
    text-align: center; 
    font-weight: bold; 
    font-size: 30px;
    color: #94752C;
    margin: 50px 0 50px 0;
}
#sub01_banner .sub01 h2::before{
    content: '';
    width: 30%; height: 2px;
    background: #94752C;
    position: absolute;
    top: 40%;left: 0;
}
#sub01_banner .sub01 h2::after{
    content: '';
    width: 30%; height: 2px;
    background: #94752C;
    position: absolute;
    top: 40%;right: 0;
}
#sub01_banner .sub01 ul{margin-top: 0px; text-align: center;}
#sub01_banner .sub01 ul li{font-size: 18px; line-height: 2;}
#sub01_banner .sub01 ul li span{font-size: 22px; background: linear-gradient( to bottom, #94752C, #C0A35F); color: #fff;}

/* sub01_lawyerbox */
.sub01_lawyerbox{margin: 100px 0 50px; overflow: hidden;}
#sub01_banner .sub01 .sub01_box01{
    width: 35%; height: 400px; background: #94752C;
    float: left; margin-left: 5%;
    
}
#sub01_banner .sub01 .sub01_box01 img{
    display: block; height: 400px;
    transition: all 1s ease-in-out;
}
#sub01_banner .sub01 .sub01_box01 img:hover{
    transition: all 0.8s;
    transform: scale(0.97, 0.97);
}

#sub01_banner .sub01 .sub01_box02{
    width: 55%; height: 400px;
    margin-left: 5%; float: left;
    position: relative;
}
#sub01_banner .sub01 .sub01_box02 ul{}
#sub01_banner .sub01 .sub01_box02 ul::before{
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    background: url(../image/watermark.png);
    width: 300px; height: 100px;
}
#sub01_banner .sub01 .sub01_box02 ul h4{text-align: left; margin-left: 20px; font-size: 24px; font-weight: bold; border-bottom: 1px solid #ccc;}
#sub01_banner .sub01 .sub01_box02 ul li{text-align: left; margin-left: 20px; line-height: 1.4; font-size: 16px;}

#sub01_banner .sub01 .sub01_box02 .case li{font-size: 12px;}


#sub01_banner .sub01 .sub01_box02 ul span{color: #94752C; font-size: 20px;}






/* 화면 너비 0~600px */
@media (max-width: 600px){
    #sub_title01 {
        width: 100%;
        height: 400px;
        background: url(../image/sub01.png) no-repeat;
        background-position: center;
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }
    #sub_title02 {
        width: 100%;
        height: 400px;
        background: url(../image/sub01.png) no-repeat;
        background-position: center;
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }
    #sub_title03 {
        width: 100%;
        height: 400px;
        background: url(../image/sub01.png) no-repeat;
        background-position: center;
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }
    #sub_title04 {
        width: 100%;
        height: 400px;
        background: url(../image/sub01.png) no-repeat;
        background-position: center;
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }
    #sub_title05 {
        width: 100%;
        height: 400px;
        background: url(../image/sub01.png) no-repeat;
        background-position: center;
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }

    #sub01_banner{padding: 0;}
    #sub01_banner .sub01 h2::before{
        display: none;
    }
    #sub01_banner .sub01 h2::after{
        display: none;
    }
    #sub01_banner .sub01{
        margin-top: 50px;
        padding: 30px;
        margin-bottom: 20px;
    }
    #sub01_banner .sub01 ul{
        text-align: left;
    }
    #sub01_banner .sub01 ul li{
        font-size: 14px;
    }

    #sub01_banner .sub01 .sub01_box02 ul::before{
        display: none;
    }
    #sub01_banner .sub01 .sub01_box01{
        width: 100%; height: 400px; background: #94752C;
        float: left; margin-left: 0%;
    }
    #sub01_banner .sub01 .sub01_box02{
        margin-top: 20px;
        width: 100%; height: auto;
        margin-left: 0%; float: left;
        position: relative;
    }
    #sub01_banner .sub01 .sub01_box02 ul h4{text-align: center; margin-left: 0px; font-size: 24px; }
    #sub01_banner .sub01 .sub01_box02 ul li{text-align: center; margin-left: 0px; line-height: 1.4;}

    #sub01_banner .sub01 .sub01_box02 .case li{font-size: 12px;}
}


































