form{
    width: auto !important;
    flex-direction: column;
    border: none;
}


b{
    color: red;
}
@media screen and (max-width:375px) {
    .sub-title p{
        font-size: 1.5rem;
    }
}

.link_btn{
    border: none;
    cursor: pointer;
}
.contents_wrap{
    margin-bottom: 0;
}
.form_wrap{
    margin-top: 0;
}
/* 개인정보동의서 */
.sub-title .pt{
    color: #23674e;
    font-weight: bold;
    text-align: center;
}
.start{
    text-align: center;
}
.text_more{
    font-size: 1rem;
    font-weight: normal;
}
span{
    color: rgb(58, 71, 182);
    font-weight: bold;
}
.contents{
    background-color: #f9f9f9;
    padding: 1rem;
    box-sizing: border-box;
}
.contents table{
    margin-bottom: 1rem;
}
dl{
    width: 100%;
    display: flex;
    margin: 1rem 0;
}
dt,dd{
    width: 50%;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
}
dt{
    background-color: #eee;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
dd{
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
td{
    background-color: #fff;
}
.con{
    margin-top: 1.5rem;
}
.last{
    font-size: 1.2rem;
    text-align: center;
    padding: 0.8rem;
}
.last_radio{
    display: flex;
    justify-content: center;
}
form li{
    margin-bottom: 0.5rem;
}
@media screen and (max-width:860px) {
    dl{
        flex-direction: column;
    }
    dt,dd{
        width: 100%;
    }
}
@media screen and (max-width:550px) {
    section div>p{
        font-size: 1rem;
    }
    .last{
        font-size: 1.05rem;
    }
}






/* 자원봉사신청서 */
.input-box{
    width: 50%;
    height: 40px;
    padding: 0.5rem;
    border: 1px solid #eee;    
    box-sizing: border-box;
}
#link_write{
    width: 100% !important;
    min-height: 10rem;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
}
.flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
select{
    width: 300px;
    height: 40px;
    border: 1px solid #eee;
}
.time{
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}
.flex>.flex{
    margin: 0;
}
@media screen and (max-width:860px){
    .form_wrap th{
        padding: 1rem 0;
    }
    .flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .flex>.flex{
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (max-width:550px) {
    select{
        width: 100px;
    }
    .input-box{
        width: 100%;
    }
    .form_wrap th{
        width: 35%;
    }
    #link_write{
        min-height: 20rem;
    }
}