

html,
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    font-family: 'Pretendard Variable';
    overflow: scroll;  
    overflow-x: hidden;  
 
}

 
/*스크롤바 숨기기*/
::-webkit-scrollbar{
    width: 0;
}


ul,
li {
    margin: 0;
    padding: 0;
}

.section1 {
    width: 100%;
    /* height: 100vh;*/
   


}
.wrap {
    position:relative;
    top:0;
   /* width:100vw;*/
    /*height:100vh;*/
    transition-property: top;
    transition-duration: 1.2s;
    
}

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

.wrap .title_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/case/success.png);
    background-size: cover;
    background-position: center;

}

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

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

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

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

.wrap .content_section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  

    padding: 20px 0;
    box-sizing: border-box;
}

.wrap .content_section>img {
    position: absolute;
    width: 767px;
    height: 541px;
    margin: 0 auto;
    z-index: -1;
}

.wrap .content_section >.content_box {

    text-align: center;
    font-size: 18px;
    margin: 40px 0;
}

#case_no, #case_title, #case_manager{
    text-align: center;
}
#case_img{
    margin-top: 50px;
    box-shadow: 4px 4px 10px gray;
    width: 65%;
}

#case_title{
 font-weight: 700;
 font-size: 24px;
 word-break: keep-all;
}

.case_title2{
    width: 150px;
    text-align: right;
    font-weight: 900;
    word-break: keep-all;
}
#detail_table{

    margin-top: 20px;
    width: 800px;
    color: #412D24;
 
}
#detail_table tr{
    height: 20px;
    vertical-align: top;
}

.case_text{
    padding: 0 20px;
}

.text_tr td{
    padding-top: 40px;

}

#case_no{
    height: 50px;
}





