.required_document_wrap{
    margin-top: 75px;
}
.banner{
    width: 100%;
    background-image: url(../img/sub_banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_text h2{
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
    text-align: center;
}
.banner_text h1{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10px;
}
.banner_text p{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    text-align: center;
}
.required_document{
    width: 1180px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.required_document .document{
    width: 48%;
    margin-bottom: 50px;
}
.required_document .document .title{
    display: flex;
    align-items: center;
}
.required_document .document .title .number{
    background-color: #002859;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.required_document .document .title .number h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.required_document .document .title h1{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.required_document .document .document_icon{
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    background-color: #fff;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 30px 0;
}
.required_document .document .document_text{
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
}
.required_document .document .document_text p{
    font-size: 18px;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
    color: #3b3b3b;
}
.required_document .document .document_text p strong{
    color: #D72E2E;
    font-family: 'Pretendard-Regular';
}
.button_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.button_wrap a{
    width: 100%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    line-height: 150%;
    cursor: pointer;
    font-family: 'Pretendard-Regular';
    background-color: #E87435;
}
/* .button_wrap a:hover{
    background-color: #E87435;
    color: #fff;
} */
.button_wrap a:first-child{
    margin-bottom: 10px;
}
.button_wrap a:last-child{
    background-color: #fff;
    color: #E87435;
}
/* .button_wrap .fill_btn{
    background-color: #002859;
    color: #fff;
} */
/* .button_wrap .solid_btn{
   background-color: #fff;
    color: #002859;
    border: 1px solid #002859;
} */
.bottom_text{
    width: 1180px;
    margin: 0 auto;
}
.bottom_text p{
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, .6);
    font-family: 'Pretendard-Regular';
}
@media (max-width: 1180px) {
    .required_document_wrap {
        margin-top: 60px;
    }
    .bottom_text{
        width: 100%;
    }
    .required_document{
        width: 100%;
    }
    .required_document .document .title{
        padding: 0 20px;
        width: 100%;
    }
}


@media (max-width: 768px) {
    .required_document{
        padding: 50px 0;
    }
    .banner_text h1{
        font-size: 30px;
    }
    .required_document .document{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .required_document .document .document_icon{
        width: 90%;
    }
    .bottom_text{
        padding: 0 20px;
    }
    .banner{
        height: 250px;
    }
    .required_document_wrap{
        margin-top: 65px;
    }
}
