/*---like--to--explore---start---here---*/
.like_to_explore_section_relative{position: relative;}
.like_to_explore_section .title_row {width: 750px;}
.like_to_explore_section .title_wraper{width: 275px;}
.like_to_explore_section .title_desc_colm{width: calc(100% - 275px);}
.like_to_expolre_slider{overflow: hidden;border-radius: 16px;}
.like_to_expolre_card{height: 100%;position: relative;border-radius: 16px;overflow: hidden;border: 1px solid #DDDDDD;
padding-bottom: 50px;}
.like_to_expolore_image_box{border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;overflow: hidden;}
.like_to_expolore_image_box a{ display: block;}
.like_to_expolore_image_box img{width: 100%;height: initial;display: block; object-fit: cover; transition: all 0.3s; aspect-ratio: 340 / 240;}
.like_to_expolre_card:hover .like_to_expolore_image_box img{transform: scale(1.1);}
.like_to_explore_content_box{padding: 20px;}
.like_to_explore_title{font-size: 18px;font-weight: 500;color: #4C4C4C;line-height: 1.3;margin-bottom: 8px;}
.like_to_explore_title a,
.like_to_explore_title a:hover,
.like_to_explore_title a:focus{
    text-decoration: none;
    color: #4C4C4C;
}
.like_to_explore_desc{font-size: 14px;line-height: 21px;font-weight: 400;color: #747474;}
.like_to_expolore_btn_box{position: absolute;bottom: 0px;left: 0px;right: 0px;z-index: 1;}
.like_to_expolre_slider .swiper-slide{height: initial;}
.like_to_explore_section_relative .slider_arrow{position: absolute;top: 0px;right: 0px;z-index: 3;pointer-events: none;}
.like_to_expolre_back, .like_to_expolre_next{pointer-events: initial;}
.like_to_expolore_btn_box a.card_common_btn{
    text-decoration: none;
}
.like_to_expolore_btn_box a.card_common_btn:hover,
.like_to_expolore_btn_box a.card_common_btn:focus {
    color: #F7F7F7;
}
.like_to_expolore_btn_box a.card_common_btn:hover span{
    transform: rotate(47deg);
}
 #largewith .like_to_explore_section .title_wraper {
    width: 300px;
}

#largewith .like_to_explore_section .title_desc_colm {
    width: calc(100% - 300px);
}
@media only screen and (max-width: 991px){
    .like_to_explore_section_relative .slider_arrow { top: 27%; left: -18px; right: 15px; justify-content: space-between;
        transform: translate(0px, -50%);}
    .like_to_explore_wrapper{position: relative;margin-right: -30px;}
    .like_to_expolre_slider{border-radius: 0px;padding-right: 30px;}
}
@media only screen and (max-width: 767px){
    .like_to_explore_wrapper{margin-right: -15px;}
    .like_to_expolre_slider{padding-right: 15px;}
    .like_to_explore_section_relative .slider_arrow{left: -11px;right: 5px;top: 26%;}
}
@media only screen and (max-width: 360px){
.like_to_explore_section_relative .slider_arrow{top: 22%;}
}
/*---like--to--explore---end---here---*/