html {
    height: 100%;
}

body {
    font-family: 'Pretendard Variable';

    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: scroll;  
    overflow-x: hidden;  
}

::-webkit-scrollbar{
    width: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.wrap {
    position: relative;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition-property: top;
    transition-duration: 1.5s;

}

.container {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;

}

.section1 {
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.section1 .title_section {
    width: 100%;
    height: 400px;
    position: relative;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.section1 .title_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../image/lawer/lawyersbg.png");
    background-size: cover;
 
}

.section1 .title_section *{
    z-index: 1;
}

.section1 .title_section>div {
    padding: 22px;
}

.section1 .title_section>div:first-child {
    width: 336px;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid white;
}

.section1 .title_section>div:last-child {
    font-size: 18px;
}

.section1 .lawyers_section{
       
    position: relative;
    height: calc(100vh - 400px);
    min-height: 450px;
    
    display: flex;
    align-items: end;
    justify-content: center;
}

.section1 .lawyers_section *{           
    z-index: 1;        
}

.section1 .lawyers_section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:url(../image/lawer/lawyerbg.jpg);
    background-size: cover;

}

.section1 .lawyers_section img{
    z-index: 2;
    height: 450px;
}

.section1 .lawyers_section .lawyers_section_wrap{
    position: relative;
    display: flex;
 

}



.section1 .lawyers_section .info_1st{
    top: 191px;
    left: 46px;
}

.section1 .lawyers_section .info_2nd{
    top: 139px;
    left: -27px;
    text-align: right;
}

.section1 .lawyers_section .info{         
    position: relative;
}

.section1 .lawyers_section .info .info_name{
    width: 170px;
    border-bottom: 1px solid black;
    margin-bottom: 7px;
}

.section1 .lawyers_section .info .info_name>span:first-child{
    font-size: 24px;
    font-weight: 700;
}

.section1 .lawyers_section .info .info_name>span:last-child{
    font-size: 18px;
}

.section1 .lawyers_section .info .info_content{
    font-size: 17px;
}


















.section2 {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 * {
    z-index: 1;
}

.section2::before {
    content: "";
    background-color: rgb(8, 8, 8);
    background-image: url(../image/section2.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 1;
    filter: drop-shadow(50px 5px 5px #000);
}

.section2::after {
    content: "";
    background-color: rgb(243, 242, 242);

    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: absolute;
    left: 0;
    /*top: 0;*/
    height: 110%;
    opacity: .0;
}

/*표기되는 내역*/
.container_wrap {
    /* background-color: rgb(199, 117, 18);  */
    display: flex;
    opacity: 1;
    width: 60%;
    height: 65%;
    min-width: 800px;
    min-height: 600px;
}

.p_info_text {
    position: relative;
}

.p_info_text .write_area {
    position: absolute;
    top: 25px;
    left: 35px;
    width: 90%;
    overflow: visible;
    white-space: nowrap;
}

.p_info_text .write_area li {
    list-style: none;
}

.write_area .info_title {
    width: 70px;
    padding: 5px;
    background-color: rgb(64, 46, 41);
    text-align: center;
    font-size: 23px;
    color: aliceblue;
    font-weight: 700;

}

.write_area ul {
    margin-top: .7vw;
    margin-bottom: 2vw;
}

.write_area li,
.extra_info {
    color: rgb(64, 46, 41);
    font-weight: 400;
    font-size: 20px;
}

/*왼쪽 위 모서리*/
.line_top {
    position: absolute;
    width: 50px;
    height: 50px;
    border-left: 2px solid rgb(64, 46, 41);
    border-top: 2px solid rgb(64, 46, 41);
}

/*오른쪽 아래 모서리*/
.line_bottom {

    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 50px;
    border-right: 2px solid rgb(64, 46, 41);
    border-bottom: 2px solid rgb(64, 46, 41);
    color: rgb(64, 46, 41);
    display: flex;
    align-items: end;
    box-sizing: border-box;
}

.line_bottom .name {
    font-size: 40px;
    font-weight: 700;

}

.line_bottom .name .job {
    font-size: 20px;
    font-weight: 300;
    padding-left: .5vw;
}


/*사진과 정보가 차지하는 영역*/
.container_wrap>div {
    width: 50%;
}

.p_info_picture {
    position: relative;
}

/*사진크기*/
.p_info_picture img {
    filter: drop-shadow(5px -1px 9px);
    position: absolute;
    width: 350px;
    bottom: 2px;
    right: 1vw;
}

.section3 {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 * {
    z-index: 1;
}

.section3::before {
    content: "";
    background-image: url(../image/section3.jpg);
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    /*top: 0;*/
    height: 100%;
    opacity: 1;
    background-position: center;

}
.section4{
    display: flex;
    flex-flow: column;
    justify-content: space-between;

}
.section4 *{           
    z-index: 1;        
}

.section4::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:url(../image/lawer/lawyerbg.jpg);
    background-size: cover;

}

.section4 .section4_title{
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    position: relative;
    top:20vh;
    color: rgb(64, 46, 41);
}

.partner_section{
    display: flex;
    margin-bottom: -11px;
 

}
.partner_section>div{

    width: 50%;
  /*  border: 1px solid black;*/
    display: flex;
    flex-direction: row;

}
.partner_section>div>img{
    width:40%
}
.partner2{
    justify-content: right;
}

.partner_name{
    display: inline-block;
    padding: 3px 20px;
    background-color: rgb(64, 46, 41);
    color: white;
    font-weight: 900;
    font-size: 22px;
}
#partner1_txt{

    display: flex;
    justify-content: center;
    align-items: center;
}
#partner2_txt{
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner_detail{
    color: rgb(64, 46, 41);
    font-size: 22px;
  
}

.partner_txt{
    padding: 0 30px;
}
