.member_guide_wrap{
    margin-top: 75px;
}
.banner{
    width: 100%;
    background-image: url(../img/sub_banner3.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: 120%;
    text-align: center;
    margin-bottom: 10px;
}
.banner_text p{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    text-align: center;
}
.member_guide_list{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 50px;
}
.member_guide_list li{
    margin-bottom: 50px;
}
.main_text{
    display: flex;
    align-items: center;
}
.cruise_list > div:last-child{
    margin: 0;
}
.main_text h2{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.main_text h2 a{
    font-weight: bold;
    color: #002859;
}
.main_text .num_circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 100px;
    background-color: #002859;
    margin-right: 15px;
}
.main_text .num_circle h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.main_img {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_img img{
    width: 30%;
}
.gray_text{
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
}
.gray_text p{
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.dp-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_btn{
    width: 30%;
    border: 1px solid #4EA8E1;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    line-height: 150%;
    margin-top: 20px;
    color: #fff;
    background-color: #4EA8E1;
}
/* .link_btn:hover{
    background-color: #4EA8E1;
    color: #fff;
} */
.appStore_wrap{
    background-color: #F9F9F9;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.appStore_wrap h2{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}
.button_wrap{
    display: flex;
    align-items: center;
    justify-self: center;
    margin-top: 20px;
}
.button_wrap a{
    display: inline-block;
    width: 200px;
}
.button_wrap a:first-child{
    margin-right: 10px;
}

@media (max-width: 1180px) {
    .member_guide_list{
        width: 100%;
    }
    .member_guide_list li{
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .banner_text h1{
        font-size: 35px;
    }
    .banner{
        height: 250px;
    }
    .member_guide_wrap{
        margin-top: 65px;
    }
    .main_img img{
        width: 100%;
    }
    .link_btn{
        width: 100%;
    }
    .appStore_wrap h2{
        font-size: 20px;
    }
    .button_wrap a{
        width: 48%;
    }
    .member_guide_list{
        padding-bottom: 0;
    }
}