.cruise_service_wrap{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 75px;
}
.cruise_service_wrap .title {
    margin-top: 150px;
}
.cruise_service_wrap .title h2{
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
}
.cruise_service_wrap .title h1{
    font-size: 50px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 20px 0;
}
.cruise_service_wrap .small_text{
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    color: rgba(0, 0, 0, .6);
    line-height: 150%;
    margin-top: 20px;
}
.service_list > div{

}
.service_list .background_color{
    padding: 30px;
}
.service_list  .blue{
    background-color: #EDF6FC;
}
.service_list  .white{
    background-color: white;
}
.service_list .service_box .service_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
.service_list .service_box .service_img .number{
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    background-color: #0072BB;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.service_list .service_box .service_img .number h3{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
}
.service_list .service_box .service_img .service_name{
    background-color: rgba(0, 0, 0, .6);
    padding: 20px 30px;
    width: 100%;
    height: 150px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.service_list .service_box .service_img .service_name h4{
    color: #fff;
    font-family: 'Pretendard-Thin';
    font-size: 20px;
    line-height: 150%;
}
.service_list .service_box .service_img .service_name h2{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
}
.service_list .service_box p{
    font-size: 18px;
    line-height: 150%;
    color: #3b3b3b;
    font-family: 'Pretendard-Regular';
}
.service_list .service_box p strong{
    color: #D72E2E;
    font-family: 'Pretendard-Regular';
}
.service_list .service_box h5{
    font-size: 18px;
    line-height: 150%;
    color: #3b3b3b;
    font-weight: bold;
}
.service_list .service_box a{
    font-size: 18px;
    line-height: 150%;
    color: #0072BB;
    font-weight: bold;
}
#service1{
    background-image: url(../img/curiseService/service1.png);
}
#service2{
    background-image: url(../img/curiseService/service2.png);
}
#service3{
    background-image: url(../img/curiseService/service3.png);
}
#service4{
    background-image: url(../img/curiseService/service4.png);
}
#service5{
    background-image: url(../img/curiseService/service5.png);
}
#service6{
    background-image: url(../img/curiseService/service6.png);
}
#service7{
    background-image: url(../img/curiseService/service7.png);
}
.service_list .service_box p{
    margin-bottom: 10px;
}
.service_list .service_box p:last-child{
    margin: 0;
}
.service_list .service_box ul li{
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.service_list .service_box ul li:last-child{
    border: none;
}
.service_list .service_box ul li p{
    font-size: 16px;
    color: #3b3b3b;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
}
.service_list .service_box ul li small{
    font-family: 'Pretendard-Thin';
}
.my_time_dining {
    padding: 20px 0;
}
.my_time_dining .my_time_title{
    margin-bottom: 20px;
    padding-left: 20px;
}
.my_time_dining .my_time_title h3{
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
}
.my_time_dining .my_time_title h2{
    font-size: 20px;
    color: #3b3b3b;
    line-height: 150%;
    font-weight: bold;
}
.my_time_dining p{
    font-size: 18px;
    line-height: 150%;
    color: #3b3b3b;
    font-family: 'Pretendard-Regular';
    margin-bottom: 10px;
    padding: 0 20px;
}
.my_time_dining p strong{
    font-size: 18px;
    line-height: 150%;
    color: #D72E2E;
    font-weight: bold;
}
.my_time_dining .dining_img {
    margin-bottom: 20px;
    padding: 0 10px;
}
.my_time_dining .dining_img img{
    width: 50%;
}
.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';
}
.gray_text p:last-child{
    margin-top: 10px;
}
.gray_text h3{
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.gray_text ul{
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0;
}
.gray_text ul li{
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.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-content: center;
    margin-top: 20px;
    width: 100%;
}
.button_wrap a{
    display: inline-block;
    width: 200px;
}
.button_wrap a:first-child{
    margin-right: 10px;
}
.home_btn{
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    background-color: #E87435;
    border: 1px solid #E87435;
}
/* .button_wrap .home_btn:hover{
    background-color: #4EA8E1;
    color: #fff;
} */
.button_wrap2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.button_wrap2 .fill_btn{
    color: #fff;
    width: 50%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 4px;
    margin-left: 10px;
    background-color: #4EA8E1;
    border: 1px solid #4EA8E1;
}
.reservation{
    margin: 30px 0;
}
.reservation .bar_title{
    background-color: #0072BB;
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 20px;
}
.reservation .bar_title h2{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 150%;
}
.reservation ul li p{
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.reservation ul li{
    margin-bottom: 20px;
}
.reservation ul li:last-child{
    margin: 0;
}
.main_text{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.main_text h2{
    font-size: 20px;
    color: #3b3b3b;
    line-height: 150%;
    font-weight: bold;
}
.main_text .num_circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 100px;
    background-color: #0072BB;
    margin-right: 15px;
}
.main_text .num_circle h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


@media (max-width: 1180px) {
    .cruise_service_wrap{
        width: 100%;
    }
    .cruise_service_wrap .title{
        padding: 0 20px;
    }
    .my_time_dining{
        padding:20px;
    }
    .service_list .background_color{
        padding: 20px;
    }
    .reservation ul{
        padding: 0 20px;
    }
    .cruise_service_wrap .small_text{
        padding: 0 20px;
    }
    .my_time_dining .my_time_title{
        padding:  0;
    }
}

@media (max-width: 768px) {
    .cruise_service_wrap{
        padding-bottom: 50px;
    }
    .cruise_service_wrap .title{
        margin-top: 120px;
    }
    .cruise_service_wrap .title h1{
        font-size: 35px;
    }
    .appStore_wrap h2{
        font-size: 20px;
    }
    .button_wrap a{
        width: 48%;
    }
    .service_list .service_box .service_img{
        height: 250px;
    }
    .service_list .service_box .service_img .service_name{
        height: 110px;
    }
    .service_list .service_box .service_img .service_name h2{
        font-size: 25px;
    }
    .service_list .service_box .service_img .service_name h4{
        font-size: 18px;
    }
    .service_list .service_box .service_img .service_name{
        padding: 20px;
    }
    .button_wrap .home_btn{
        height: 35px;
        font-size: 14px;
    }
    .button_wrap a img{
        height: 35px;
    }
    .my_time_dining .dining_img{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .my_time_dining .dining_img img{
        width: 100%;
        padding: 0;
    }
    .my_time_dining p{
        padding: 0;
    }
}
@media (max-width: 568px) {
    .service_list .service_box .service_img{
        height: 220px;
    }
}