@font-face {
    font-family: 'RockSalt-Regular';
    src: url('/beanstour/font/RockSalt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.main-banner-box {
    width: 100%; max-height: 555px; height: 100%;
    object-fit: cover;
}
.main-banner-swiper {
    position: relative; width: 100%; overflow: hidden;
}
.main-banner-swiper .swiper-slide {
    overflow: hidden
}
.main-banner-swiper .swiper-slide img {
    width: 100%; height: 100%;
}
.main-banner-text-box {
    position: absolute; z-index: 2; top: 31%; display: flex; justify-content: center; width: 100%; text-align: center; color: #FFFFFF;
}
.main-banner-top-box {
    margin-bottom: 25px; padding: 0 20px; font-weight: 500; font-size: 50px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.main-banner-bottom-box {
    font-weight: 400; padding: 0 20px; font-size: 20px;
}
.product-intro-box {
    display: flex; justify-content: center; width: 100%; min-height: 900px; margin-bottom: 90px;
}
.product-intro-inner-box {
    max-width: 1440px; width: 100%; min-height: 685px; height: 100%; margin-top: 117px;
}
.product-intro-text-box {
    display: flex; justify-content: center; align-items: center; height: fit-content; margin-bottom: 20px;
}
.product-intro-text-box a{
    display: flex; justify-content: center; align-items: center; width: fit-content; height: fit-content;
}
.product-intro-best-box {
    position: relative; display:flex; justify-content: center; align-items: center; width: 89px; height: 35px; background: url('/beanstour/icon/best-green.svg');
}
.product-intro-best {
    font-family: RockSalt-Regular, Serif; font-weight: 600; font-size: 13px; color: #FFFFFF;
}
.product-intro-text {
    margin: -1px 19px 0 8px; font-weight: 700; font-size: 32px; color: #222222;
}
.product-intro-arrow-box {
    width: 8px; height: 16px; margin-top: 2px;
}
.product-intro-second {
    margin-left: -20px; margin-bottom: 47px; font-weight: 400; font-size: 16px; text-align: center; color: #666666; letter-spacing: -0.2px;
}
.main-product-swiper-box {
    display: flex; position: relative; justify-content: center; max-width: 1440px; width: 100%;
}
.main-product-swiper {
    position: relative; max-width: 1280px; width: 100%; height: 100%; margin: 0 30px 117px 30px; overflow: hidden;
}
.main-product-swiper .swiper-wrapper {
    width: 100%;
}
.main-product-swiper .swiper-slide {
    overflow: hidden;
}
.main-product-swiper .swiper-slide .swiper-slide-image-container {
    overflow: hidden; cursor: pointer; aspect-ratio: 7/5; border-bottom-left-radius:30px;
}
.main-product-swiper .swiper-slide a {
    max-width: 300px; width: 100%; max-height: 212px; height: 100%;
}
.main-product-swiper .swiper-slide .swiper-slide-image {
    width: 100%; height: 100%; aspect-ratio: 7/5; object-fit: cover; border-radius: 0 0 0 30px;
}
.rent-air-banner-box {
    display: flex; justify-content: center; padding: 0 30px;
}
.rent-air-banner-inner-box {
    display: flex; justify-content: center; max-width: 1280px; width: 100%;
}
.rent-box {
    position: relative; margin-right: 27px; width: 100%; height: 100%;
    cursor: pointer;
}
.rent-box img {
    width: 100%; height: 100%;
}
.rent-text-box {
    position:absolute; top: 29%; left: 35px;
}
.rent-first-text-box {
    display: flex; margin-bottom: 10px;
}
.rent-first-text-1 {
    font-weight: 800; font-size: 26px; color: #66B135;
}
.rent-first-text-2 {
    font-weight: 800; font-size: 26px; color: #333333;
}
.rent-first-bottom-text {
    font-weight: 400; font-size: 15px; color: #3A3A3A;
}
.air-box {
    position: relative; width: 100%; height: 100%;
    cursor: pointer;
}
.air-box img {
    width: 100%; height: 100%;
}
.reserve-box {
    display: flex; justify-content: center; align-items: center; min-height: 659px; background-color: #F5F5F5;
}
.reserve-inner-box {
    max-width: 1280px; width: 100%; padding: 0 30px;
}
.reserve-text {
    margin-bottom: 25px; font-weight: 700; font-size: 32px; text-align: center; color: #222222;
}
.reserve-btn-box {
    display:flex; justify-content: space-between; margin-bottom: 32px;
}
.more-btn {
    display: flex; align-items: flex-end; font-weight: 400; font-size: 15px; color: #444444;
}
.more-btn img {
    width: 8px; height: 14px; margin-left: 8px;
}
.image-list-box {
    display:flex; justify-content: center; min-height: 381px;
    overflow: hidden;
}
.image-box {
    width: 100%; height: 100%; margin-right: 26px; cursor: pointer;
}
.image-box:last-child {
    margin-right: 0px;
}
.image-box:nth-last-of-type {
    margin-right: 0;
}
.main-image {
    width: 100%; height: 100%; aspect-ratio: 7/5; object-fit: cover; border-radius: 0 0 0 30px;
}
.main-image.rent-a-car{
    object-fit:contain;
}
.image-title {
    margin-top: 4px; margin-bottom: 10px; font-weight: 400; font-size: 16px; color: #222222;
}
.address-box {
    display:flex; width: fit-content; margin-bottom: 12px;
}
.address-box img {
    width: 10px; height: 12px; margin-top: 2px; margin-right: 4px;
}
.address-title {
    min-height: 30px;
    font-weight: 400; font-size: 13px; color: #666666;
}
.image-price-box {
    display: flex; justify-content: space-between;
}
.bottom-banner-box {
    display: flex; justify-content: center; align-items: center; min-height: 961px; padding: 0 30px;
}
.bottom-banner-inner-box {
    max-width: 1280px; width: 100%;
}
.bottom-long-banner-swiper {
    width: 100%; height: 100%; margin-bottom: 124px; overflow:hidden;
}
.bottom-long-banner-swiper .swiper-slide {
    position: relative; width: 100%; max-height: 231px;
}
.bottom-long-banner-swiper .swiper-slide img{
    width: 100%; height: 100%;
}
.banner-text-box {
    position: absolute; top: 27%; left: 84px;
}
.banner-bold-text {
    margin-bottom: 20px; font-weight: 900; font-size: 36px; color: #382E07; line-height: 37px;
}
.banner-text {
    font-weight: 400; font-size: 16px; color: #444444;
}
.center-text {
    margin-bottom: 53px; font-weight: 700; font-size: 28px; color: #222222; text-align: center;
}
.bottom-image-box-wrap {
    padding-left: 0;
}
.bottom-image-box {
    display: flex; width: 100%; color: #FFFFFF;
    overflow: hidden;
}
.bottom-image-inner-box {
    width: 100%; height: 100%;
}
.bottom-image-inner-box a {
    position: relative; width: 100%;
    text-decoration: none;
}
.bottom-image-inner-box a:hover, .bottom-image-inner-box a:link, .bottom-image-inner-box a:visited {
    color: #FFFFFF;
}
.bottom-image-inner-box-img {
    width: 100%; height: 100%; aspect-ratio: 6/3.95;
}
.bottom-image-text-box {
    position: absolute; bottom: 83px; left: 15px; width: 100%;
}
.bottom-image-text-inner-box {
    position: relative; width: 100%;
}
.bottom-image-text-inner-box img {
    position: absolute;
}
.bottom-image-text {
    position: absolute; top: 19px; left: 19px; font-weight: 600; font-size: 20px;
}
.stay-image-list-box .image-box {
    overflow: hidden;
}
.stay-image-list-box .image-box .swiper-slide-image-container{
    overflow: hidden; cursor: pointer; aspect-ratio: 7/5; border-bottom-left-radius:30px;
}
.rentcar-image-list-box .main-image-wrap {
    border : solid 1px #CCCCCC;
    overflow: hidden; cursor: pointer; aspect-ratio: 7/5;
}
.bottom-long-banner-out-swiper {
    padding: 0;
}
.product-intro-click-box {
    display:flex; align-items: center;
    cursor: pointer;
}
.swiper-slide-image:hover, .main-image:hover {
    transform: scale(1.05); transition: 0.3s;
}
/*      ########################### Media ######################    */
@media screen and (max-width: 1023px) {
    .product-intro-second {
        margin-bottom: 42px;
    }
    .main-product-swiper-box {
        /*display: none;*/
    }
    .main-product-swiper-box .swiper-slide {
        margin-top: 0 !important;
        margin-bottom: 45px;
    }
    .air-box {
        height: unset;
    }
    .rent-air-banner-inner-box {
        display: block;
    }
    .rent-box {
        height: unset;
        margin-bottom: 7px;
    }
    .rent-box img {
        height: 170px;
    }
    .air-box img {
        height: 170px;
    }
    .product-intro-box {
        margin-bottom: 50px;
    }
    .reserve-box {
        padding: 50px 30px 30px 30px;
    }
    .stay-image-list-box .swiper-slide, .rentcar-image-list-box .swiper-slide {
        margin-top: 0 !important;
        margin-bottom: 26px;
    }
    .stay-image-list-box .swiper-slide .main-image, .rentcar-image-list-box .swiper-slide .main-image {
        max-width: unset; max-height: unset;
    }
    .image-list-box {
        display: block;
    }
    .reserve-text {
        margin-bottom: 32px;
    }
    .bottom-banner-box {
        min-height: 0;
        overflow: hidden;
    }
    .bottom-long-banner-swiper .swiper-slide img {
        content: url("/beanstour/img/tab-bottom-long-banner.png");
    }
    .bottom-long-banner-swiper {
        margin-bottom: 62px;
        overflow: hidden;
    }
    .bottom-long-banner-swiper .swiper-wrapper {
        padding-right: 30px;
    }
    .center-text {
        margin-bottom: 25px;
    }
    .bottom-banner-box {
        padding: 30px 0 80px 0;
    }
    .bottom-long-banner-out-swiper {
        padding: 0 30px;
    }
    .bottom-image-box-wrap {
        padding-left: 30px;
    }
}
/*      ########################### Media ######################    */
@media screen and (max-width: 767px) {
    .main-product-swiper {
        margin-right: 15px;
        margin-left: 15px;
    }

    .rent-air-banner-box {
        padding: 0 15px;
    }

    .rent-box img {
        content: url("/beanstour/img/mobile-rent-banner.png");
    }

    .air-box img {
        content: url("/beanstour/img/mobile-air-banner.png");
    }
    .rent-first-text-box {
        display: block;
    }
    .rent-first-bottom-text {
        max-width: 119px;
    }
    .rent-text-box {
        top: 16%; left: 18px;
    }
    .product-intro-text-box, .product-intro-second {
        margin-left: 0;
        padding: 0 15px;
    }
    .product-intro-click-box {
        display: block;
        text-align: center;
    }
    .product-intro-second {
        margin-bottom: 19px;
    }
    .product-intro-best-box {
        display: inline-flex;
        margin-bottom: 10px;
    }
    .product-intro-best {
        font-size: 12px;
    }
    .more-btn {
        display: none;
    }
    .reserve-btn-box {
        justify-content: center;
    }
    .circle-btn {
        max-width: 140px;
        width: 100%;
    }
    .reserve-inner-box {
        padding: 0;
    }
    .reserve-box {
        padding-left: 15px; padding-right: 15px;
    }
    .main-product-swiper-box .swiper-slide {
        margin-bottom: 29px;
        overflow: hidden;
    }
    .reserve-btn-list-box {
        width: fit-content; min-width: 299px;
    }
    .bottom-long-banner-out-swiper {
        padding: 0;
    }
    .beans-service-img-1, .beans-service-img-2 {
        height: 160px;
        content: url("/beanstour/img/mo-bottom-long-banner.png") !important;
    }
    .banner-text-box {
        max-width: 155px;
        top: 12%; left: 15px;
    }
    .banner-bold-text {
        font-size: 21px;
        line-height: unset;
    }
    .banner-text {
        display: none;
    }
    .bottom-image-box-wrap {
        padding-left: 15px;
    }
    .bottom-long-banner-swiper {
        margin-bottom: 20px;
    }
    .center-text {
        font-size: 20px;
    }
}










