.shop_name {
    color: #8CC63F !important;
}
#p02.shop_sec{
    padding-bottom: 0px;
}
#shop {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#shop .slick-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    display: none!important;
}

#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: 0px 0 35px 0;
    flex-direction: column;
}

#shop .shop_img_container>li:first-child {
    width: 100%;
}

#shop .shop_img_container>li:nth-child(2) {
    width: 93%;
    margin: 25px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#shop .shop_img_container>li:nth-child(2)>img{
    width: 55.1%;
    border: 1px solid #666666;
}
.shop_share{
    width: 44.9%;
    display: flex;
    justify-content: center;
}
#shop .shop_img_container>li:nth-child(2) .shop_share_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90px;
}
#shop .shop_img_container>li:nth-child(2) .shop_share p{
    width: 100%;
    text-align: center;
}
#shop .shop_img_container>li:nth-child(2) .shop_share a{
    width: 39.3%;
    margin-top: 15px;
}
.shop_txt{
    width: 93.3%;
margin: 0 auto;}
#shop table {
    width: 93.3%;
    margin: 30px auto 100px;
    border-color: #C6D5DB;
    border-collapse: collapse;
    background-color: #FAFDFF;
    table-layout: fixed;
}

#shop table a {
    transition-duration: 0.5s;
}

#shop table a:hover {
    opacity: 0.8;
}

#shop table tr th {
    width: 105px;
    background: #E6EDF0;
    padding: 15px 0px 15px 15px;
    text-align: left;
    font-weight: 500;
    box-sizing: unset;
}

#shop table tr td {
    padding: 15px 15px 15px 12px;
    font-size: 16px;
    font-weight: 400;
}

#shop table tr td a.site {
    color: #00B1C7;
    word-break: break-all;
}

#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: 20px;
}
