.download_wrap{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 75px;
}
.download_wrap .title {
    margin-top: 150px;
}
.download_wrap .title h2{
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
}
.download_wrap .title h1{
    font-size: 50px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 20px 0;
}
.download_wrap .title p{
    font-size: 18px;
    line-height: 150%;
    color: rgba(0, 0, 0, .6);
    font-family: 'Pretendard-Regular';
}
.main_img{
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.main_img img{
    z-index: 99;
    width: 50%;
}
.bottom_box{
    width: 100%;
    height: 80px;
    background-color: #002859;
    margin-top: -90px;
}
.guide_box{
    margin-bottom: 100px;
}
.guide_box:last-child{
    margin: 0;
}
.guide_box .sub_title{
    display: flex;
    align-items: center;
    margin: 30px 0 20px 0;
}
.guide_box .sub_title{
    display: flex;
    align-items: center;
}
.guide_box .sub_title .number{
    background-color: #002859;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.guide_box .sub_title .number h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.guide_box .sub_title h1{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.guide_box p{
    color: #3b3b3b;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}
.guide_box p:last-child{
    margin: 0;
}
.guide_box p a{
    text-decoration: none;
    color: #002859;
    font-weight: bold;
}
.guide_box p strong{
    color: #D72E2E;
    font-family: 'Pretendard-Regular';
}
.link_btn{
    width: 30%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #E87435;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    line-height: 150%;
    margin-top: 20px;
    background-color: #fff;
}
/* .link_btn:hover{
    background-color: #4EA8E1;
    color: #fff;
} */
.gray_text{
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
    margin-top: 50px;
}
.gray_text p{
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}

@media (max-width: 1180px) {
    .download_wrap{
        width: 100%;
    }
    .download_wrap .title{
        padding: 0 20px;
        margin-top: 120px;
    }
    .guide_box{
        padding: 0 20px;
    }
    .link_btn{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .main_img img{
        width: 90%;
    }
    .bottom_box{
        margin-top: -88px;
    }
    .link_btn{
        width: 100%;
    }
    .download_wrap .title h1{
        font-size: 35px;
    }
    .main_img {
        align-items: center;
        justify-content: center;
    }
    .guide_box{
        margin-bottom: 50px;
    }
    .download_wrap{
        padding-bottom: 50px;
    }
}