.tour_tab_wrap{
    padding-left: 28px;
}
.tour_gallery_wrap img{
    border-radius: 20px;
}
.tour_tab_wrap .tab-item.active-tab a{
    width: 66px;
    height: 27px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #000 !important;
}
.tour_tab_wrap .tab-item a{
    width: 66px;
    height: 27px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #171717;
    background-color: #f8f8f8 !important;
}
.tour_tab_wrap .wpb_tabs_nav li.tab-item{
    margin-right: 10px;
    margin-bottom: 20px;
}
.tour_list_wrap ul li{
    font-size: 14px;
    color: #171717;
    line-height: 29px;
    position: relative;
    padding-left: 16px;
    cursor:pointer;
}
.tour_list_wrap ul li::before{
    content: '';
    width: 10px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top:12px;
    background-image: url(/wp-content/uploads/2026/06/sub_tour_icon01.png);
}

.tour_list_wrap li.active{
    color:#111;
    font-weight:700;
}

.tour_section{

display:flex;
gap:70px;
align-items:flex-start;

}

.tour_left{

width:68%;

}

.tour_right{

width:32%;

}

.tourSwiper img{

width:100%;
display:block;
border-radius:22px;

}

.tour_small{

font-size:13px;
font-weight:700;
letter-spacing:1px;
color:#888;

}

.tour_right h2{

font-size:42px;
margin:12px 0 18px;

}

.tour_text{

line-height:1.8;
color:#888;
margin-bottom:35px;

}

.floor_tab{

display:flex;
gap:12px;
margin-bottom:25px;

}

.floor_tab button{

width:75px;
height:42px;

background:#f3f3f3;
border:none;
border-radius:8px;

cursor:pointer;

}

.floor_tab button.active{

background:#111;
color:#fff;

}

.tour_list{

list-style:none;
padding:0;
margin:0 0 35px;

}

.tour_list li{

padding:10px 0;
color:#777;
transition:.3s;
cursor:pointer;

}


.tour_list li.active{

font-weight:700;
    color:#111;

}

.tour_desc
{
    font-size: 16px;
    color: #171717;

}

.tour_title{
    font-size: 18px;
    color: #171717;
    font-weight: 500;

}

.tour_description{

    line-height:1.8;
    color:#777;

}
.tour_wrap .divider-small-border{
    background-color: #7777778a !important;
}
.tour_image{
    width:100% !important;
    height:560px !important;
    object-fit:cover;
    border-radius:20px;
    display:block;
}

.tour_nav{
    display:flex;
    gap:8px;
    margin-top:20px;
}

.tour_nav button.tour_prev,
.tour_nav button.tour_next{
    width:22px;
    height:22px;
    border:none;
    border-radius:50% !important;
    -webkit-border-radius:50% !important;
    overflow:hidden;
    background:#a8a8a8;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    color: #fff;
    font-size: 15px;
}
.tour_nav button.tour_next{
    align-items: self-start;
    padding-top: 3px;
    padding-left: 2px;
}
.tour_nav button.tour_prev{
    align-items: self-start;
    padding-top: 3px;
    padding-right: 2px;
}

.tour_nav button:hover{
    background:#111;
    color:#fff;
}
.tour_content_item { display: none; }
.tour_content_item.active { display: block; }
.tour_bottom {
  position: relative;
  margin-top: 15px;
  padding-top: 35px; /* 선(2px) + 위아래 여백(15px씩) 공간 확보 */
}
.tour_bottom::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 426px;
  max-width: 100%;
  height: 2px;
  background: rgba(119, 119, 119, 0.54);
}

@media (max-width:1300px) {
    .tour_wrap .divider-small-border{
        width:100% !important;
    }
    
    
}


@media (max-width: 999px) {

/*서브페이지 둘러보기*/
    .sub_title_con p{
        font-size: 15px;
        line-height: 23px;
    }
    .tour_tab_wrap{
        padding-left: 0 !important;
    }
    .tour_tab_wrap .tab-item.active-tab a{
        font-size: 15px;
    }
    
    .tour_title{
        font-size: 16px; 
    }
    .tour_desc{
        font-size: 14px;
        line-height: 20px;
    }
    .tour_image{
        height: 370px !important;
    }
}

@media (max-width: 690px) {
     .tour_image{
        height: 330px !important;
    }
}

@media (max-width: 480px) {
    .tour_image{
        height: 200px !important;
    }
}