.shop-list
{
    display: flex;

    flex-wrap: wrap;
}

.shop-list.half > li
{
    width: 50%;
}

.shop-list.fourth > li
{
    width: 25%;
}

.shop-list > li
{
    width: 33.333%;
    padding: 10px;
}

.shop-list > li a:hover .slick-arrow
{
    opacity: 1;
}

.shop-list > li a:hover .shop-box
{
    /*transform: scale(1.1);*/
}

.shop-list > li .slick-track
{
    overflow: hidden;

    max-height: 280px;
}

.shop-list > li .slick-slide
{
    overflow: hidden;

    height: 280px;
}

.shop-list > li .slick-slide img
{
    position: absolute;
    top: 50%;
    left: 50%;

    max-width: none;

    transform: translate(-50%, -50%);
}

.shop-list .data-none
{
    width: 100% !important;
    margin: 0 20px;
    padding: 100px 0;

    text-align: center;

    color: #b0b0b0;
    border: 1px solid #dbdbdb;
    border-width: 1px 0;
}

@media screen and (min-width: 0\0)
{
    .shop-list
    {
        margin: 0;
    }
}

@media (max-width: 1600px) 
{

	.shop-list.fourth > li
	{
		width: 33.333%;
	}

}

@media (max-width: 980px)
{
    .shop-list
    {
        flex-wrap: wrap;
    }
    .shop-list > li
    {
        width: 50%;
    }
	.shop-list.fourth > li
    {
        width: 50%;
    }
}

@media (max-width: 980px) and (min-width: 769px)
{
    .shop-list > li .slick-slide img
    {
        width: calc(100% + 70px);
    }
}

@media (max-width: 768px)
{
    .shop-list.half > li
    {
        width: 100%;
    }
	.shop-list.fourth > li
    {
        width: 100%;
    }
    .shop-list > li
    {
        width: 100%;
    }
    .shop-list > li .slick-slide img
    {
        width: calc(100% + 140px);
    }
    .shop-list > li a:hover .shop-box
    {
        transform: scale(1);
    }
}

@media (max-width: 640px)
{
    .shop-list > li
    {
        padding: 20px 0;
    }
}

.main-slide
{
    transition: all .3s ease-out;

    opacity: 1;
}

.main-slide.hidden
{
    opacity: 0;
}

.main-slide .slick-slide
{
    padding: 30px 20px;
}

.main-slide .slick-slide.slick-active .shop-list-box .slick-slide:nth-child(1)
{
    visibility: visible;
}

@media (max-width: 980px) and (min-width: 769px)
{
    .main-slide .shop-list-box .slick-slide img
    {
        width: calc(100% + 180px);
    }
}

@media (max-width: 768px)
{
    .main-slide
    {
        min-width: calc(100% + 30px);
        margin: 0 -15px;
    }
}

@media (max-width: 768px)
{
    .main-slide .shop-list-box .slick-slide img
    {
        width: calc(100% + 140px);
    }
}

.shop-list-box
{
    position:relative;
    overflow: hidden;

    max-width: 400px;
    margin: 0 auto;

    text-align: left;

    border-radius: 15px;
    box-shadow: 0 10px 18px rgba(96, 96, 96, .2);
}

.shop-list-box a
{
    outline: none;
}

.shop-list-box a:hover .slick-arrow
{
    opacity: 1;
}

.shop-list-box a:hover .shop-box
{
    /*transform: scale(1.1);*/
}

.shop-list-box .slick-track
{
    overflow: hidden;

    max-height: 280px;
}

.shop-list-box .slick-slide
{
    visibility: hidden;
    overflow: hidden;

    height: 280px;

    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    outline: none;
}

.shop-list-box .slick-slide img
{
    position: absolute;
    top: 50%;
    left: 50%;

    max-width: none;

    transform: translate(-50%, -50%);
}

.shop-list-box .slick-active
{
    visibility: visible;
}

.shop-list-box.gold .shop-main-area
{
    background-color: #fff;
}

.shop-list-box.gold .shop-list > li .slick-track
{
    max-height: 200px;
}

.shop-list-box.gold .slick-slide
{
    height: 200px;
}

@media (max-width: 980px)
{
    .shop-list-box
    {
        max-width: none;
    }
}

.shop-img-list
{
    transition: all .3s ease-out;

    opacity: 1;
    background-color: #fff;
}

.shop-img-list.hidden
{
    opacity: 0;
}

.shop-top
{
    position: relative;
}

.shop-top.type::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    padding: 40px 20px 20px;

    content: '';

    background: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

.shop-top .like
{
    font-size: 1.786rem;

    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;

    color: #fff;
}

.shop-top .like.on i:before
{
    content: '\e918';

    color: #ff1800;
}

.shop-top .delete
{
    font-size: 1.250rem;

    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;

    padding: 0 5px;

    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.shop-box
{
    height: 100%;

    transition: all .3s ease-in-out;
}

.shop-over-top
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;

    padding: 15px 20px;
}

.shop-over-top::after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}

.shop-over-top span
{
    font-size: .857rem;

    display: inline-block;

    width: 100%;
    max-width: 120px;
    margin: 0 2px;
    padding: 4px 7px;

    text-align: center;
    white-space: nowrap;

    color: #fff;
    border-radius: 10px;
    background: linear-gradient(#ff7944, #ff3676);
}

.shop-waiting
{
    font-size: .857rem;

    float: right;

    padding: 5px 10px;

    color: #fff;
    border-radius: 20px;
    background-color: #242426;
}

.shop-top-type
{
    font-size: .857rem;

    display: inline-block;

    padding: 3px 10px;

    color: #fff;
    border: 2px solid #fff;
}

.shop-over
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    padding: 40px 20px 20px;

    background: linear-gradient(transparent, rgba(0, 0, 0, .6));

    align-items: center;
}

.shop-over .text
{
    font-size: 1.143rem;
    line-height: normal;

    position: relative;

    transform: skew(-.03deg);

    color: #fff;

    flex-grow: 1;
}

.shop-over .text:before
{
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    margin-right: 5px;

    font-family:'FontAwesome';
    content: '\f005';
    text-transform: none;

    color: #ff7200;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-over .text2
{
    font-size: 1.143rem;
    line-height: normal;
	text-align:right;

    position: relative;

    transform: skew(-.03deg);

    color: #fff;

    flex-grow: 1;
}

.shop-over .text2:before
{
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 5px;
	font-family:'FontAwesome';
    content: '\f004';
    text-transform: none;

    color: #F65645;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-over .text span
{
    font-size: .929rem;
    font-weight: 400;
}

.shop-over > span
{
    font-size: .857rem;
    font-weight: 600;

    display: inline-block;

    width: 100%;
    max-width: 70px;
    margin: 0 2px;
    padding: 4px 7px;

    text-align: center;
    white-space: nowrap;

    color: #fff;
}

.shop-over > span.coupon
{
    margin-left: 5px;

    background: #ff1800;
}

.shop-over .flag {text-align:center; position: relative;}
.shop-over .flag > ul {display:inline-block;}
.shop-over .flag > ul > li {display:inline-block;margin:0px 2px;}

.shop-sticker
{
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index:1;
    display: flex;

    padding: 20px 20px;

    text-align: center;
    align-items: center;
}

.shop-sticker .stick {text-align:center !important;; position: relative; margin:0 auto}
.shop-sticker .stick > ul {display:inline-block;}
.shop-sticker .stick > ul > li {display:inline-block;margin:0px 2px;background:var(--action);padding:1px 5px 2px 5px;border-radius:10px;box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;}
.shop-sticker .stick > ul > li a {font-size:11px;color:#fff;}

.shop-sticker .stick2 {text-align:center !important;; position: relative; margin:0 auto}
.shop-sticker .stick2 > ul {display:inline-block;}
.shop-sticker .stick2 > ul > li {display:inline-block;margin:0px 2px;background:var(--primary-color);padding:1px 5px 2px 5px;border-radius:10px;box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;}
.shop-sticker .stick2 > ul > li a {font-size:11px;color:#fff;}

.shop-sticker .stick3 {text-align:center !important;; position: relative; margin:0 auto}
.shop-sticker .stick3 > ul {display:inline-block;}
.shop-sticker .stick3 > ul > li {display:inline-block;margin:0px 2px;background:var(--third-color);padding:1px 5px 2px 5px;border-radius:10px;box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;}
.shop-sticker .stick3 > ul > li a {font-size:11px;color:#fff;}

@media (max-width: 1024px) {
    .shop-over .flag > ul > li > img {width:100%}
}

@media (max-width: 480px)
{
    .shop-over
    {
        padding: 40px 10px 20px;
    }
    .shop-over > span
    {
        max-width: 55px;
        padding: 4px 5px;
    }
}

.shop-main-area
{
    display: flex;

    /*min-height: 180px;*/
	/*background-color: #fffded;*/
	margin-top:-20px;
    padding: 15px 20px;
    background-color: #fff;    
    
}

.shop-main
{
    width: 100%;
}

.shop-main-top
{
    position: relative;

    margin-bottom: 10px;
}

.shop-main-top .tit
{
    font-weight: 700;

    margin-right: 50px;
    padding: 1px 0 2px;

    vertical-align: middle;
}

.shop-main-top .tit a
{
    display: block;
    overflow: hidden;
    font-size: 1.286rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-main-top .distance
{
    font-weight: 700;

    position: absolute;
    top: 2px;
    right: 0;

    display: inline-block;

    color: #4c4c4c;
}

.shop-main-address
{
    margin-bottom: 5px;

    color: #4c4c4c;
}

.shop-main-address .distance
{
    position: relative;

    float: left;

    margin-right: 8px;
    padding-right: 8px;
}

.shop-main-address .distance::after
{
    position: absolute;
    top: 2px;
    right: 0;

    display: block;

    width: 1px;
    height: 11px;

    content: '';

    background-color: #b8b7ad;
}

.shop-main-address .address a
{
    margin-bottom: 5px;
}

.address
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
}

.address > a
{
    position: relative;

    display: inline-block;

    max-width: 100%;
    padding-right: 15px;

    text-align: left;

    color: #5a5a5a;
}

.address > a[aria-expanded=true]::after
{
    content: '\e90e';
}

.address > a::after
{
    font-family: 'matong' !important;
    font-size: .857rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 2px;
    right: 0;

    content: '\e90b';
    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.address > a + .collapse
{
    border-bottom: 0 !important;
}

.address .text
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.address.copy
{
    display: inline-flex;
}

.address.copy > a::after
{
    top: 5px;

    color: #b0b0b0;
}

.address.copy + .shop-detail-map
{
    margin-top: 10px;
}

.address .shop-address
{
    line-height: normal;
}

.shop-main-bottom
{
    display: flex;

    /*padding-bottom: 10px;

    border-bottom: 1px solid #dbdbdb;*/

    flex-wrap: wrap;
    align-items: flex-end;
}

.shop-main-bottom .menu
{
    font-size: 1.143rem;
    font-weight: 700;

    overflow: hidden;

    max-width: 170px;
    margin-bottom: 3px;

    white-space: nowrap;
    text-overflow: ellipsis;

    flex-grow: 1;
}

.shop-main-bottom .menu > span
{
    vertical-align: middle;
}

.shop-main-bottom .menu > span:first-child
{
    overflow: hidden;

    max-width: 120px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-main-bottom .price
{
    flex-grow: 1;
}

.shop-main-bottom .price .through
{
    min-height: 14px;
    margin-bottom: 3px;
    font-size: 1.086rem;
    text-align: right;
    text-decoration: line-through;

    color: #b0b0b0;
}

.shop-main-bottom .price .sale
{
    font-size: 1.286rem;
    font-weight: 600;

    display: flex;

    color: #ff1800;

    align-items: center;
    justify-content: flex-end;
}

.shop-main-bottom .price .sale .percent
{
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 1.086rem;
    color: #fff;
    border-radius: 5px;
    background-color: #ff1800;
}

.shop-sale-type
{
    padding-top: 10px;
}

.shop-sale-type-list
{
    display: flex;
}

.shop-sale-type-list > li
{
    font-size: .929rem;

    min-width: 0;
    padding: 5px;
}

.shop-sale-type-list span
{
    display: block;
    overflow: hidden;

    padding: 3px;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #ff7200;
    border: 2px solid;
    -o-border-image: linear-gradient(to right, #ff1800, #ff7200);
       border-image: linear-gradient(to right, #ff1800, #ff7200);
    border-image-slice: 1;
}

.shop-img img
{
width:100%; height:auto;
}

.shop_icon img {
    position: absolute;
    right: 0;
    top: 10px;
    left: 10px;

    display: flex;
	z-index:1;
	width:50px;
}

.shop_icon2 img {
    position: absolute;
    right: 0;
    top: 10px;
    left: 10px;

    display: flex;
	z-index:1;
	width:44px;
}

.shop-main-top .time
{
    line-height: 14px; 
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #4D4D4D;
	display: inline-block;
	opacity: 1.0;
	margin-right: 5px;
	padding: 4px 8px;
	border-radius: 3px;
}

/*.scrollLink, .scrollLink2 {display:none}*/
.sct_hash {position:relative;padding:20px 20px 10px;border-top:solid 1px #ebebeb;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.sct_hash a {margin-right:5px;padding:4px 5px;border:solid 1px #ebebeb;border-radius:50px;color:#888;font-size:12px;display:inline-block;margin-bottom:10px;}

@media (max-width: 1500px) {

.sct_hash {padding:10px 15px 10px}
.sct_hash a {margin-right:2px;margin-top:5px;}

} 

@media (max-width: 1024px) {
.shop_icon2 img {width:50px;}
.sct_hash a {padding:6px 8px;font-size:11px;}
}

/*@media (max-width: 768px) {*/

.scrollLink { display:inline-block; width:100%; height:39px; border-top:0px solid #ebebeb; margin-bottom:-5px;}
.scrollLink > a { float:left; width:50%; height:100%; line-height:39px; text-align:center; background:var(--second-color);color:#fff; font-size:14px; box-sizing:border-box; border-left:1px solid #fff; }
.scrollLink > a:first-child { border-left:0px solid #fff; }
.scrollLink > a > i { margin-right:3px; }

.scrollLink2 { display:inline-block; width:100%; height:39px; border-top:0px solid #ebebeb; margin-bottom:-5px;}
.scrollLink2 > a { float:left; width:50%; height:100%; line-height:39px; text-align:center; background:var(--primary-color);color:#fff; font-size:14px; box-sizing:border-box; border-left:1px solid #fff; }
.scrollLink2 > a:first-child { border-left:0px solid #fff; }
.scrollLink2 > a > i { margin-right:3px; }

.scrollLink3 { display:inline-block; width:100%; height:39px; border-top:0px solid #ebebeb; margin-bottom:-5px;}
.scrollLink3 > a { float:left; width:50%; height:100%; line-height:39px; text-align:center; background:var(--third-color);color:#fff; font-size:14px; box-sizing:border-box; border-left:1px solid #fff; }
.scrollLink3 > a:first-child { border-left:0px solid #fff; }
.scrollLink3 > a > i { margin-right:3px; }
/*}*/

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}