body {
	overflow: hidden;
}
#header .h_menu{
	display: none;
}

#barcode_fix {
	display: none!important;
}
#container {
	padding-top:10px !important;
}

.location .fix {
	display:none;
	position: relative;
	padding: 13px 20px 9px 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
	z-index: 14;
	font-size: 15px;
	background: #FAFAFB;
}
.location .fix .prev {
	position: absolute;
	top: 12px;
    left: 20px;
	width: 24px;
	height: 24px;
	background: url("../images/ico-more-black.svg")no-repeat 50% 50% / auto 18px;
	transform: rotate(180deg);
}
.location .fix h3 {
	padding-left: 35px;
}
.location .fix .tab {
	margin: 0;
	padding: 15px 0 10px;
}
.location .fix .tab button {
	width: 120px;
	height: 37px;
	background: #EAEAEA;
	border-radius: 30px;
	margin-right: 8px;
	font-size: 14px;
	color: #7C7C7C;
}
.location .fix .tab button.active {
	color: var(--gray);
	background: #fff;
	border: 1px solid var(--gray);
	font-weight: 700;
}
.location .fix .my_location {
	position: absolute;
	bottom: 10px;
	right: 20px;
	padding: 10px 0;
	align-items: center;
	gap: 8px;
}
.location .fix .my_location p {
	flex: 1;
	font-size: 15px;
	background: url("../images/my_location.svg")no-repeat 0 50%;
	padding-left: 23px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.location .fix .my_location button.filter_btn {
	position: relative;
	display: block;
	width: 70px;
	height: 26px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 5px;
	color: #fff;
	text-indent: 16px;
	text-align: center;
	z-index: 96;
}
.location .fix .my_location button.filter_btn:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url("../images/filter-square-white.svg")no-repeat 50% 50%;
	position: absolute;
	top: 6px;
    left: 8px;
}

.location .fix .store_search {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 20px;
	padding: 10px 0;
	align-items: center;
}
.location .fix .store_search strong {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-right: 10px;
}
.location .fix .store_search div {
	position: relative;
	display: inline-block;
	border: 1px solid #E1E5E9;
	background: #fff;
	height: 37px;
	box-sizing: border-box;
}
.location .fix .store_search div input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
}
.location .fix .store_search div button {
	position: absolute;
	top: 10px;
    right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/ico-search2.svg")no-repeat 50% 50% / 100%;
}

.location .add_adr {
	display: none;
}
.location .add_adr .addr_search {
	align-items: center;
	margin-top: 20px;
}
.location .add_adr .addr_search div {
	position: relative;
	flex: 1;
	border: 1px solid #E1E5E9;
	background: #fff;
	height: 37px;
	box-sizing: border-box;
}
.location .add_adr .addr_search div input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
}
.location .add_adr .addr_search div button {
	position: absolute;
	top: 10px;
    right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/ico-search2.svg")no-repeat 50% 50% / 100%;
}
.location .add_adr .now_location {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/ic_gps.svg")no-repeat 50% 50%;
	margin-left: 10px;
}





.location .side {
    position: fixed;
	bottom:0;
    left: 50%;
    width: 100%;
    max-width: 800px;
    transform: translateX(-50%);
    z-index: 101;
    background: #fff;
	height: 0;
	transition: all .5s;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
}
.location .side .toggle_btn {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 40px;
	background: #fff url("../images/ico-minus.svg")no-repeat 50% 50% / 30px;
	transform: rotate(180deg);
	z-index: 5;
}
.location .side .scroll {
    height: 50vh;
    overflow-y: auto;
    box-sizing: border-box;
}
.location .side h4 {
	position: relative;
    font-size: 15px;
    padding: 10px 20px 2px;
}
.location .side .filter_btn {
	position: absolute;
	top: 6px;
    right: 20px;
	background: #fff url("../images/filter-square.svg")no-repeat 10px 50%;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	width: 59px;
	height: 26px;
	font-size: 12px;
	font-weight: 500;
	text-indent: 15px;
}
.location .side .empty {
    background: url("../images/filter_empty.svg")no-repeat 50% 0;
    text-align: center;
    color: #7C7C7C;
    font-size: 13px;
    padding-top: 90px;
    margin: 50px 0;
}
.location .side .list {
	padding: 20px;
	box-sizing: border-box;
}
.location .side .list .item {
	position: relative;
	padding: 15px;
	border: 1px solid #E0E5EC;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.location .side .list .item .thumb {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	border: 1px solid #E0E5EC;
	box-sizing: border-box;
}
.location .side .list .item .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	object-fit: cover;
}
.location .side .list .item .info {
	flex: 1;
}
.location .side .list .item .info .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.location .side .list .item .info .addr {
	color: #7c7c7c;
	font-size: 15px;
	margin-bottom: 5px;
}
.location .side .list .item .info .run {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}
.location .side .list .item .info .coupon {
	flex: 1;
	padding: 8px 8px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
	margin-right: 5px;
	color: #000!important;
}
.location .side .list .item .info .buy {
	flex: 2;
	padding: 8px 8px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
.location .side .list .item .info .percent {
	display: inline-block;
	background: #D0B3F9;
	color: #fff;
	border-radius: 30px;
	padding: 4px 8px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px;
}
.location .side .list .item .info .distance {
	display: inline-block;
	vertical-align: middle;
    background: rgba(81, 169, 110, 0.3);
	border-radius: 3px;
	padding: 3px 8px;
	font-size: 13px;
	color: #51A96E;
	font-weight: 800;
	margin-left: 5px;
}
.location .side .location_list {
	display: none;
}
.location .side .location_list .item {
	position: relative;
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid #E3E0EC;
}
.location .side .location_list .item .name {
	font-size: 15px;
	font-weight: 500;
	background: url("../images/my_location.svg")no-repeat 0 0;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.location .side .location_list .item .addr {
	align-items: center;
	font-size: 13px;
}
.location .side .location_list .item .addr .flex {
	align-items: center;
	margin: 5px 0;
}
.location .side .location_list .item .addr span {
	width: 48px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #777;
	text-align: center;
	border: 1px solid #E0E5EC;
	border-radius: 5px;
	margin-right: 8px;
}
.location .side .location_list .item .del_btn {
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/ico-close.svg")no-repeat 50% 50% / 100%;
}
.location.on #naverMap {
	height: calc(100vh - 100px);
}


#filter {
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: #fff;
	font-family: 'Pretendard';
}
#filter.on {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}
#filter .modal_cont {
	position: fixed;
	top: auto;
	left: 0;
	bottom: -100%;
	width: 100%;
	max-width: 100%;
	max-height: 90vh;
	transform: none;
	padding: 30px 20px;
	border-radius: 10px 10px 0px 0px;
	transition: all .4s ease-in-out;
}
#filter.on .modal_cont {
	bottom: -1px;
}
#filter .modal_cont > h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#filter .close {
    width: 18px;
    height: 18px;
    background: url("../images/ico-close3.svg")no-repeat 50% 50%;
    top: 31px;
    transform: none;
    left: auto;
    right: 20px;
}
#filter h4 {
	display: inline-block;
	background: linear-gradient(45.25deg, var(--gray) 12.2%, #FFFFFF 252.81%);
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 10px;
	margin-bottom: 10px;
}
#filter .filter_category {
	margin-bottom: 20px;
}
#filter .filter_category select {
	border: 1px solid #E0E5EC;
	border-radius: 5px;
	font-size: 14px;
}
#filter .filter_category .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
}
#filter .filter_category .grid input + label {
	position: relative;
	display: block;
	background: #FFFFFF;
	border: 1px solid #E0E5EC;
	padding: 15px 5px;
	font-size: 14px;
	text-align: center;
}
#filter .filter_category .grid input + label:before {
	display: none;
}
#filter .filter_category .grid input:checked + label {
	border: 1px solid var(--gray);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}
#filter .filter_category .grid input + label img {
	display: block;
	margin: 0 auto 10px;
	width:80%;
}
#filter .filter_brand .flex > div {
	width: calc(20% - 8px);
	margin-right: 10px;
	margin-bottom: 10px;
}
#filter .filter_brand .flex > div:nth-child(5n) {
	margin-right: 0;
}
#filter .filter_brand .flex input {
	display: none;
}
#filter .filter_brand .flex input + label {
	display: block;
	background: #FFFFFF;
	border: 1px solid #E0E5EC;
	padding: 15px 16px;
	font-size: 14px;
	border-radius: 50px;
	text-align: center;
}
#filter .filter_brand .flex input + label span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#filter .filter_brand .flex input:checked + label {
	border: 1px solid var(--gray);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}
#filter .btn_area {
	margin-top: 30px;
}
#filter .btn_area button {
	flex: 1;
	height: 46px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
#filter .btn_area button.reset_btn {
	margin-right: 10px;
	background: #BAC0C6;
}
#filter .btn_area button.save_btn {
	background: linear-gradient(45.25deg, var(--gray) 12.2%, #FFFFFF 252.81%);
}


.location #map_wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.location #map_wrap .scroll {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 20px;
    box-sizing: border-box;
}
.location #map_wrap .scroll .swiper-slide {
	width: auto;
	margin-right: 6px;
}
.location #naverMap {
	height: calc(100vh - 165px);
}
.location #map_wrap .my_btn button {
	font-size: 13px;
	font-weight: 500;
	color: #7C7C7C;
	background: #FFFFFF;
	border: 1px solid #E0E5EC;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 12px 13px;
}
.location #map_wrap .my_btn button:hover,
.location #map_wrap .my_btn button.active {
	background: linear-gradient(45.25deg, var(--gray) 12.2%, #FFFFFF 252.81%);
	border: 1px solid transparent;
	color: #fff;
}
.location .open_store {
	position: relative;
	display: block;
	width: 104px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #E0E5EC;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.8) url("../images/ico-filter2.svg")no-repeat 15px 50% / 17px;
	text-indent: 25px;
	text-align: center;
	z-index: 96;
	overflow: hidden;
}
.location .open_store.active {
	border: 0;
	color: #fff;
	background: linear-gradient(45.25deg, var(--gray) 12.2%, #FFFFFF 252.81%, #FFFFFF 252.81%);
}
.location .open_store.active:before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 12px;
    left: 16px;
	background: url("../images/ico-filter2-white.svg")no-repeat 50% 50% / 17px;
}
.location .my_position {
	width: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #E0E5EC;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8) url("../images/ic_gps.svg")no-repeat 50% 50%;
	text-indent: 25px;
	text-align: center;
	z-index: 96;
}
.location .side .open_map {
	display: none;
	position: absolute;
	top: -2px;
	right: 20px;
	width: 50px;
    height: 38px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #E0E5EC;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	background: #fff url("../images/ico-location.svg")no-repeat 13px 50%;
	text-indent: 25px;
	text-align: center;
	z-index: 96;
}
.location .open_list {
	display: block;
	font-size: 14px;
	font-weight: 500;
	width: 100px;
	height: 40px;
	color: #000;
	background: rgba(255, 255, 255, 0.8) url("../images/map_menu_ico.svg")no-repeat 15px 50% / 17px;
	text-indent: 25px;
	border: 1px solid #E0E5EC;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	z-index: 1;
}
.location .my_package_close {
	position: absolute;
    top: -50px;
    right: 20px;
	display: block;
	width: 76px;
	height: 38px;
	background: rgba(255, 255, 255, 0.8) url("../images/ico-close3.svg")no-repeat 14px 50%;
	border: 1px solid #E0E5EC;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	box-sizing: border-box;
}
.location .side.top .my_position {
	display: none;
	top: auto;
	bottom: 10px;
}
.location .side.my .open_map {
	display: none;
}
.location .side.my .side_filter,
.location .side.my .open_store,
.location .side.my .my_position,
.location .side.my .open_map {
	display: block;
	top: auto;
    bottom: 340px;
}


.location .btn_now_find {
    color: var(--gray);
    background: #fff;
    border: 1px solid var(--gray);
    font-weight: 700;
    border-radius: 50px;
    font-size: 13px;
    position: absolute;
    top: 10px;
	left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 35px;
}


.txt_info {
	width: 100%;
	max-width: 280px;
	text-align:left;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: 600;

    box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.txt_info > div {
	padding: 3px 0;
	line-height: 1.3;
}

.banner_slide {
	position: absolute;
    bottom: 30px;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
}

#my_package {
	display: none;
	position: fixed;
	left: 0;
	bottom: 90px;
	width: 100%;
	z-index: 999;
}
#my_package .swiper-pagination {
	bottom: 10px;
}
#my_package .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #E0E5EC;
	opacity: 0.9;
	margin: 0 5px;
}
#my_package .swiper-pagination-bullet-active {
	background: #9EA6AD;
	opacity: 0.9;
}
#my_package .box .thumb {
	position: relative;
	height: 170px;
	overflow: hidden;
}
#my_package .box .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#my_package .box {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
#my_package .box .info {
	padding: 15px 12px;
}
#my_package .box .info .percent {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 14px;
    font-weight: 600;
	color: #fff;
	width: 40px;
	height: 50px;
	background: url("../images/ic_percent.svg")no-repeat 50% 0 / 100%;
	text-align: center;
	z-index: 1;
	padding-top: 5px;
    box-sizing: border-box;
}
#my_package .box .info .badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
#my_package .box .info .badge span {
	position: relative;
	display: block;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
}
#my_package .box .info .badge span.gifticon {
	width: 90px;
	height: 32px;
	line-height: 32px;
	background: linear-gradient(45.25deg, rgba(98, 0, 234, 0.9) 12.2%, rgba(255, 255, 255, 0.9) 252.81%);
}
#my_package .box .info .badge span.gifticon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 78px;
	height: 22px;
	border-radius: 50px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#my_package .box .info .badge span.coupon {
	width: 69px;
	height: 32px;
	line-height: 32px;
	background: linear-gradient(45.25deg, rgba(0, 178, 234, 0.9) 12.2%, rgba(255, 255, 255, 0.9) 252.81%);
	margin-top: 5px;
}
#my_package .box .info .badge span.coupon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 57px;
	height: 22px;
	border-radius: 50px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#my_package .box .info .name a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#my_package .box .info .addr {
	font-size: 13px;
	color: #7C7C7C;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#my_package .box .info .btn_area {
	margin-top: 20px;
	padding-right: 45px;
}
#my_package .box .info .btn_area .coupon {
	flex: 1;
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    box-sizing: border-box;
    margin-right: 5px;
}
#my_package .box .info .btn_area .buy {
	flex: 2;
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    box-sizing: border-box;
}
#my_package .box .info .distance {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#my_package .box .info .distance a {
    display: block;
    width: 35px;
    height: 50px;
    background: url("../images/ic_load.svg")no-repeat 50% 0 / 100%;
    font-size: 11px;
    font-weight: 600;
    color: var(--gray);
    text-align: center;
    padding-top: 35px;
    box-sizing: border-box;
}
#my_package .empty .box {
	border-radius: 10px;
	background: #FFF url("../images/m_main_coupon_off.svg")no-repeat 50% 20px / 50px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	font-size: 14px;
	padding: 80px 0 40px;
	text-align: center;
}



.location_detail {
    overflow-y: auto;
    height: calc(50vh - 43px);
    margin-bottom: 80px;
}
.location_detail > div {
	position: relative;
	background: #fff;
	padding: 30px 20px;
	border-bottom: 8px solid #FAFAFB;
}
.location_detail .info {
	padding-right: 75px;
}
.location_detail .info > div {
	margin-top: 15px;
	padding-left: 24px;
	font-size: 14px;
	color: #7C7C7C;
	line-height: 1.4;
}
.location_detail .info > div a {
	color: #3592FF;
}
.location_detail .info .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	padding-left: 0;
	color: #000;
}
.location_detail .info .addr {
	background: url("../images/store_detail_addr.svg")no-repeat 0 0;
}
.location_detail .info .run {
	background: url("../images/store_detail_run.svg")no-repeat 0 0;
}
.location_detail .info .run .state {
	color: #FF2833;
}
.location_detail .info .tel {
	background: url("../images/store_detail_tel.svg")no-repeat 0 0;
}
.location_detail .info .site {
	background: url("../images/store_detail_site.svg")no-repeat 0 0;
}
.location_detail .info .distance {
	position: absolute;
	top: 30px;
	right: 20px;
	margin: 0;
}
.location_detail .info .distance a {
    display: block;
    width: 45px;
    height: 70px;
    background: url("../images/ic_load.svg")no-repeat 50% 0 / 100%;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray);
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}
.location_detail .my_gifticon {
	border-bottom: 0;
	padding-bottom: 0;
}
.location_detail .my_gifticon .tabs {
	border-bottom: 1px solid var(--gray);
	gap: 10px;
}
.location_detail .my_gifticon .tabs button {
	border: 1px solid #E0E5EC;
	border-radius: 5px 5px 0 0;
	border-bottom: 0!important;
	padding: 7px 15px;
	font-size: 14px;
}
.location_detail .my_gifticon .tabs button span {
	display: block;
}
.location_detail .my_gifticon .tabs button.active {
	background-color: var(--gray);
	border: 1px solid var(--gray);
	color: #fff;
}
.location_detail .my_gifticon .empty {
	background: url("../images/m_main_coupon_off.svg")no-repeat 50% 0 / 40px;
	text-align: center;
	font-size: 13px;
	color: #7C7C7C;
	margin-top: 20px;
	padding-top: 50px;
}
.location_detail .my_gifticon .empty a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #7C7C7C;
	width: 170px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #E0E5EC;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 15px auto 0;
}
.location_detail .my_gifticon .empty a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url("../images/page-next.svg")no-repeat 50% 50% / auto 100%;
	margin-left: 5px;
}
.location_detail .my_gifticon .prd_list {
	width: 100vw;
    padding-top: 15px;
    margin-left: -20px;
    padding-left: 20px;
    box-sizing: border-box;
}
.location_detail .my_gifticon .prd_list .swiper-slide {
	width: 250px;
	border-radius: 10px;
	margin-right: 10px;
}
.location_detail .my_gifticon .prd_list .item {
	margin-bottom: 20px;
	background: #FFFFFF;
	box-sizing: border-box;
	transition: background .2s;
	box-shadow: 0px 0px 10px rgba(186, 192, 198, 0.3);
	border-radius: 5px;
	padding: 20px;
}
.location_detail .my_gifticon .prd_list .item:hover {
	background: #F2F2F2;
}
.location_detail .my_gifticon .prd_list .item .thumb {
	position: relative;
	width: calc(100% - -40px);
	height: 0;
	padding-bottom: 76.2%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin: -20px -20px 15px;
}
.location_detail .my_gifticon .prd_list .item .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.location_detail .my_gifticon .prd_list .item .brand {
    font-size: 12px;
    color: #BAC0C6;
}
.location_detail .my_gifticon .prd_list .item .name {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.location_detail .my_gifticon .prd_list .item .from {
	font-size: 15px;
	font-weight: 600;
	margin-top: 8px;
}
.location_detail .my_gifticon .prd_list .item .date {
	font-size: 13px;
	color: #BAC0C6;
	margin-top: 5px;
}
.location_detail .fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 0;
	box-sizing: border-box;
}
.location_detail .fix a {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	font-weight: 600;
	background: linear-gradient(45.25deg, var(--gray) 12.2%, #FFFFFF 252.81%);
	color: #fff;
	text-align: center;
	border-radius: 10px;
	box-sizing: border-box;
}




@media screen and (max-width: 1230px) {
}
@media screen and (max-width: 1024px) {
	.location .side .toggle_btn {
		top: -1px;
	}
	.location .side .scroll {
		height: 50vh;
		padding-top: 20px;
		box-sizing: border-box;
	}
	.location .side.top {
		height: 84vh;
	}
	.location .side.top .scroll {
		height: 85vh;
	}
	.location .side.bottom {
		height: 0;
	}
	.location .side.bottom .scroll {
		height: 100px;
	}
	.location .side.bottom + #map_wrap #naverMap {
		height: calc(100vh - 160px);
	}
	.location.on #naverMap {
		height: calc(100vh - 160px);
	}


	.location #map_wrap {
		padding-left: 0;
	}
	.location #naverMap {
		height: calc(50vh - 80px);
	}


}
@media screen and (max-width: 768px) {
	.location .fix .tab {
		gap: 8px;
	}
	.location .fix .tab button {
		flex: 1;
		margin-right: 0;;
	}
	.location .fix .my_location {
		position: static;
		padding-bottom: 0;
	}
	.location .fix .store_search {
		position: static;
	}
	.location .fix .store_search strong,
	.location .fix .store_search div {
		display: block;
	}

	.location .side .list .item .thumb {
		width: 40px;
		height: 40px;
	}
	.location .side .list .item .info .name {
		font-size: 14px;
	}
	.location .side .list .item .info .distance {
		font-size: 11px;
	}
	.location .side .list .item .info .addr {
		font-size: 12px;
	}
	.location .side .list .item .info .percent {
		font-size: 11px;
	}
	.location .side .list .item .info .coupon {
		font-size: 12px;
	}
	.location .side .list .item .info .buy {
		font-size: 12px;
	}

	.location .side.bottom + #map_wrap #naverMap {
		height: calc(100vh - 205px);
	}

	.location .side.find_store + #map_wrap #naverMap {
		height: calc(100vh - 240px);
	}

	.location.on .side + #map_wrap #naverMap {
		height: calc(100vh - 77px);
	}

	#filter .modal_cont .scroll {
		max-height: calc(90vh - 170px);
	}
	#filter .filter_category .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	#filter .filter_brand .flex > div {
		width: calc(33.333% - 8px);
	}
	#filter .filter_brand .flex > div:nth-child(5n) {
		margin-right: 10px;
	}
	#filter .filter_brand .flex > div:nth-child(3n) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {


	#filter .filter_category .grid {
		grid-template-columns: 1fr 1fr;
	}
	#filter .filter_brand .flex > div {
		width: calc(50% - 8px);
	}
	#filter .filter_brand .flex > div:nth-child(3n) {
		margin-right: 10px;
	}
	#filter .filter_brand .flex > div:nth-child(2n) {
		margin-right: 0px;
	}
}