header {
    border-bottom: none;
}
.section1 {

    background-color: #fafafa;
}
.section1 .contents{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 60px 0;
    align-items: center;
    justify-content: space-between;
    gap: 23rem;
}
.section1 .contents .main_img{
    width: 40%;
}
.section1 .left{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 60%;
}
 h1{
    font-size: 26px;
    font-family: '7Bold' !important;
    color: #00175e;
}
.section1 .left pre{
    font-size: 20px;
    line-height: 1.3;
}
.section1 .left .btn_wrap{
    display: flex;
    gap: 10px;
}
.section1 .left .btn_wrap a{
    width: 50%;
    padding: 25px 15px;
    border-radius: 15px;
    background-color: #546090;
    color: #fff;
    font-size: 20px;
    font-family: '6SemiBold' !important;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.section1 .left .btn_wrap a img{
    width: 10%;
    height: auto;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}
.section2 .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
.section2 .btn_wrap a{
    width: calc(50% - 15px);
    background-color: #fafafa;
    border-radius: 15px;
    padding: 25px 40px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-size: 20px;
    font-family: '6SemiBold' !important;
}
.section2 .btn_wrap a img{
    width: 60px;
    height: auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .section1 .contents {
        width: 90%;
        max-width: 100%;
        padding: 100px 0 40px;
        gap: 3rem;
    } 
    .section1 .contents .main_img {
        width: 35%;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 40px auto;
    }
}
@media screen and (max-width: 767px) {
main {
    margin-top: 9rem;
}
.section1 .contents {
    width: 90%;
    max-width: 100%;
    gap: 4rem;
    text-align: center;
    flex-direction: column-reverse;
    padding: 40px 0;
}
.section1 .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.section1 .contents .main_img {
    width: 55%;
}
h1 {
    font-size: 22px;
}
.section1 .left pre {
    font-size: 16px;
    line-height: 1.3;
}
.section1 .left .btn_wrap a {
    width: 50%;
    padding: 25px 15px;
    border-radius: 10px;
    font-size: 18px;
;
}
.section1 .left .btn_wrap a img {
    width: 13%;
    height: auto;
}
.section2 {
    width: 90%;
    max-width: 100%;
    margin: 40px auto;
}
.section2 .btn_wrap {
    gap: 8px;
    margin-top: 25px;
}
.section2 .btn_wrap a {
    width: calc(50% - 4px);
    background-color: #fafafa;
    border-radius: 10px;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: '6SemiBold' !important;
    flex-direction: column-reverse;
    text-align: center;
    line-height: 1.3;
}
.section2 .btn_wrap a img {
    width: 45px;
    height: auto;
    margin-bottom: 15px;
}
}