#popup.hd_pop_wr {
position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; width: 95%;
max-width: 500px; background: #ffffff; box-shadow: 0 0 20px rgba(0,0,0,0.2);
overflow: hidden; max-height: 90vh; display:none;
} .popup-slk-wr {
width: 100%;
overflow: hidden;
margin: 0;
padding: 0;
} .pop-slk {
width: 100%;
font-size: 0; line-height: 0;
}
.pop-slk img {
width: 100%;
height: auto;
max-height: calc(90vh - 120px);
object-fit: cover; display: block;
margin: 0; padding: 0; } .nav-slk {
width: 100%;
background: #333;
height: 60px !important;
overflow: visible;
font-size: 14px; line-height: 1.2; }
.nav-slk .slick-track {
width: 100% !important;
display: flex !important;
transform: translate3d(0, 0, 0) !important;
height: auto !important;
min-height: 60px !important;
background-color: #333; }
.nav-slk .slick-slide {
width: calc(100% / 5) !important; min-width: calc(100% / 5) !important;
flex: 0 0 calc(100% / 5) !important;
height: 60px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #c3c5c7; padding: 10px;
cursor: pointer;
text-align: center;
border-right: 1px solid rgba(255,255,255,0.1);
border-bottom: 1px solid rgba(255,255,255,0.1);
box-sizing: border-box;
transition: background-color 0.3s ease;
background-color: #333; }
.nav-slk .slick-slide:hover {
background-color: #897766;
}
.nav-slk .slick-slide.active {
background-color: #897766; color: #fff; }
.nav-slk .slick-slide div {
white-space: normal;
line-height: 1.2;
word-break: keep-all;
width: 100%;
text-align: center;
} .hd_pops_footer {
padding: 10px;
background: #333;
display: flex;
justify-content: space-between;
align-items: center;
border-top: none;
}
.hd_pops_footer button {
padding: 8px 15px;
background: #333;
border-radius: 3px;
cursor: pointer;
border: none;
color: #fff;
}
.hd_pops_footer button:hover {
background: #333 !important;
color: #fff !important;
} @media screen and (max-width: 768px) {
#popup.hd_pop_wr {
width: 90%;
}
.nav-slk,
.nav-slk .slick-track {
height: 50px !important;
}
.nav-slk .slick-slide {
width: 50% !important; min-width: 50% !important;
flex: 0 0 50% !important;
height: 50px !important;
}
}