.data_wrap .main_content{
    min-width: unset;
}
.data_wrap .contents_container{
    min-width: unset;
}



.data_header{
    position: fixed;
    top: 0;
width: 100%;
background-color: #fff;
height: 70px;
border-bottom: 1px solid #dcdcdc;
z-index: 100;
}
.data_inner{
width: 100%;
    max-width: 840px;
    margin: auto;
    padding: 0 20px;
}
.data_header h2{
    font-size: 20px;
    font-weight: 500;
    line-height: 70px;
}
.data_tit{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.data_header .data_inner{
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: flex-start;
    gap: 20px;
}
.data_wrap {
padding-top: 100px;
}

.data_wrap .link_header{
    position: relative; 
        min-width: unset;
}

.data_wrap .subtltie{
    line-height: 1.2;
    }
.main_content .data_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.data_search_wrap{
    width: 100%;
    position: relative;
    align-items: center;
}
.data_search_wrap .search_box input{
    border-radius: 30px;
    border: 1px solid #939393;
    background-color: #fff;
    border-radius: 30px;
    padding: 14px 24px;
    font-size: 16px;
    margin: auto;
}
.data_search_wrap .search_btn{
    padding: 15px;
}
.data_search_wrap .search_btn img{
    width: 16px;
    height: 16px;
}
contents_container .contents_list_wrap{
    width: 100%;
    /* max-height: 1200px; */
}

.content_list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}
.content_list:first-child{
    padding-top: 0;
}
.content_list:last-child{
    border-bottom: none;
    padding-bottom: 0;


}
.content_list_tit{
    display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
    font-weight:500;
    width: 100%;
}
/* contract */
.blue_border_btn {
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 12px;
    color: #2A3B56;
    border: 1px solid #2A3B56;
    border-radius: 5px;
    font-weight: 500;
}
.max_h_36{
max-height: 36px;
}
/* formedit_수정 */
.nav_footer .start_footer{
    width: calc( 100% - 200px );
    border-top: 1px solid #EAEAEA;
}
.edit_wrap{
    width: 100%;
}
.edit_wrap .edit_top{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.edit_wrap .edit_top h2{
    font-size: 16px;
    font-weight: 500;
}
.edit_wrap .edit_top input[type =text]{

position: relative;
width: 90%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
color: #2d2d2d;
font-weight: 400;
}
.edit_wrap .edit_main {
    width: 100%;
    min-height: 600px;
}
.edit_wrap .edit_bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
}
.edit_bottom .text_btn{
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;

}
.edit_bottom .text_btn img{
    padding-right: 4px;

}
.edit_bottom .text_btn.back{
    color: #2A3B56;
}
.edit_bottom .text_btn.reset{
    color: #939393;
    text-decoration: underline;
    text-underline-offset: 2px;
}


.formdata_contents_container .btn_blue_full{
    width: 160px;
    height: 45px;
    font-size: 16px;
}

.formdata_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.formdata_start{
    font-size: 14px;
}

.formdata_start span{
    color: #939393;
    padding-right: 10px;
}

.formdata_start a{
    color: #2A3B56;
    text-decoration: underline
}

@media (max-width: 768px){
    .data_wrap .link_container {
       margin: 0;
    }
    .data_wrap .content{
        margin-top: 60px;
    }
    .data_wrap .main_content{
        padding-top: 20px !important;
    }
    .data_header .data_inner{
        padding: 0 20px;
        z-index: 99;
        position: fixed;
    }
    .data_tit{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .main_content .data_inner{
        gap: 24px;
        padding: 0;
    }
    .edit_wrap .edit_top{
        flex-direction: column;
        align-items: flex-start;
    }
.edit_wrap .edit_top input[type =text]{
width: 100%;
}
.nav_footer .start_footer{
    width: 100%;
}
.edit_wrap{
    padding-bottom: 100px;
}
}

