.shop_name {
    color: #8CC63F !important;
}

#shop {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

#shop .slick-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
}

#shop .slick-dots li {
    display: inline-block;
}

#shop .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #666666;
}

#shop .slick-dots .slick-active button {
    background: #666666;
}

#shop .slick-arrow {
    display: none !important;
}

#shop .shop_img_container {
    display: flex;
    margin: 35px 0 95px 0;
    border: 1px solid #666666;
}

#shop .shop_img_container>li:first-child {
    width: 67%;
    border-right: 1px solid #666666;
}

#shop .shop_img_container>li:nth-child(2) {
    width: 33%;
    display: flex;
    align-items: center;
}

#shop .shop_slide {
    padding: 15px;
}

#shop table {
    width: 100%;
    margin: 30px 0 100px;
    border-color: #C6D5DB;
    border-collapse: collapse;
    background-color: #FAFDFF;

}

#shop table a {
    transition-duration: 0.5s;
}

#shop table a:hover {
    opacity: 0.8;
}

#shop table tr th {
    width: 165px;
    background: #E6EDF0;
    padding: 20px 0px 20px 30px;
    text-align: left;
    font-weight: 500;
    box-sizing:unset;
}

#shop table tr td {
    padding: 20px 15px 20px 30px;
    font-size: 16px;
    font-weight: 400;
}

#shop table tr td a.site {
    color: #00B1C7;
}

#shop table tr:last-child td {
    display: flex;
    border: 0;
}

#shop table tr:last-child td a {
    width: 26px;
    margin-right: 10px;
}

#shop .floor_number {
    background: #8CC63F;
    color: #ffffff;
    padding: 0px 2px;
    font-size: 14px;
    line-height: 1;
    margin-left: 10px;
}

#shop .floor_view {
    background: #00B1C7;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1;
    margin-left: 30px;
}
