.online_checkIn_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: 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;
}
.online_checkIn_list{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.online_checkIn_box .sub_title{
    display: flex;
    align-items: center;
    margin:50px 0 20px 0;
}
.online_checkIn_box .sub_title{
    display: flex;
    align-items: center;
}
.online_checkIn_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;
}
.online_checkIn_box .sub_title .number h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.online_checkIn_box .sub_title h1{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.online_checkIn_box p{
    color: #3b3b3b;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}
.online_checkIn_box p:last-child{
    margin: 0;
}
.link_btn{
    width: 30%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #E87435;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    line-height: 150%;
    cursor: pointer;
    background-color: #fff;
}
/* .link_btn:hover{
    background-color: #4EA8E1;
    color: #fff;
} */
.btn_wrap a:first-child{
    margin-right: 10px;
    background-color: #E87435;
    color: #fff;
}
.btn_wrap{
    background-color: #F9F9F9;
    padding: 20px;
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}
.gray_text{
    padding: 20px;
    width: 100%;
}
.gray_text p{
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}

@media (max-width: 1180px) {
    .online_checkIn_list{
        width: 100%;
    }
    .online_checkIn_box{
        padding: 0 20px;
    }
    .online_checkIn_wrap{
        margin-top: 65px;
    }
    
}

@media (max-width: 768px) {
    .banner_text h1{
        font-size: 35px;
    }
    .banner{
        height: 250px;
    }
    .btn_wrap{
        flex-direction: column;
    }
    .link_btn{
        width: 100%;
    }
    .btn_wrap a:first-child{
        margin: 0 0 10px 0;
    }
    .online_checkIn_list{
        padding-bottom: 50px;
    }
}