@charset "utf-8";
/* 군산 */
header {
	box-sizing: content-box;
}
header .logo2 {
	position: absolute;
	left: 16px;
	width: 90px;
}
header .logo2 img {
	width: 100%;
}
.menu__btn3 {
	position: absolute;
	left: 16px;
	top: 0;
}
.menu__btn3 a {
	display: block;
	width: 24px;
	height: 56px;
	text-indent: -9999px;
	background: url(../../images/userApp/ico_menu-24px.png)no-repeat center/24px auto;
}
header .bsk_btn a {
	position: relative;
	display: block;
	text-align: center;
}
header .bsk_btn a img {
	width: 24px;
}
header .bsk_btn a span {
	right: -2px;
	top: 12px;
	background: #FF8E5E;
}
.a11y {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	font-size: 1px;
	overflow: hidden;
}
.bmBanr {
	position: relative;
	top:0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.bmBanr:after {content: ''; display: block; clear: both;}

/*슬라이드메뉴*/
.lnb-bg {
	display:none;
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 500;
	overflow: hidden;
}
.lnb {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	z-index:1000;
}
.lnb_bnr {
	position: relative;
	bottom: 0;
	height: auto;
	min-height: 100%;
	left: 0;
	background: #fff;
}
.cancel {
	position: absolute;
	right: 0;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	z-index:9999;
}
.cancel img {
	width: 24px;
	height: 24px;
	background-color: transparent;
}
.topbnr {
	position:relative;
	width: 100%;
	height: 138px;
	border-bottom: 1px solid #E0E0E0;
}
.logout_bnr {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 38px 16px 24px;
}
.logout_bnr img{width: 108px;}
.logout_bnr .log_btn {
	color: #212121;
}
.logout_bnr .log_btn span {
	display: block;
	margin-top: 8px;
}
.logout_bnr .btnLogin {
	display: block;
	padding: 0 14px;
	height: 36px;
	line-height: 36px;
	background: #FF8E5E;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
}

.login_bnr {padding: 60px 16px 30px}
.top_info {
	position:relative;
	display: flex;
	align-items: center;
}
.top_info > div {position:relative;}
.top_info .top_pic img{
	width: 46px;
	height: 46px;
	object-fit: cover;
	object-position: center;
		border-radius:100%;
	-webkit-border-radius:100%;
}
.top_text{margin-left: 14px;}
.top_text .user_name {
	font-size: 18px;
	font-weight: bold;
	color: #212121;
	 letter-spacing: -.5px;
}
.top_shc {
	display: flex;
	align-items: center;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #212121;
}
.top_shc .btnLogout {
	background: transparent;
	color: inherit;
}
.top_shc a {}
.top_text a::after {
	content: '';
	display: inline-block;
	margin: 0 12px;
	height: 10px;
	border-right: 1px solid #E0E0E0;
	vertical-align: middle;
}

.category {position: relative; text-align: center;font-size: 0;}
.category ul {margin: 0; padding: 0; font-size: 0; }
.category ul:after{content:""; clear:both; display:block;}
.category ul li {
	float:left;
	position: relative;
	width: 20%;
	border-right: 1px solid #dededf;
	border-bottom: 1px solid #dededf;
}
/* .category ul li:nth-child(4) {border-right: none;} */
.category ul li a{
	display: block;
	padding: 14px 0;
	width: 100%;
}
.category ul li a.pd-24{
	padding:24px 0;
}
.category ul li span {
	display: block;
	margin-top: 6px;
	font-size:12px;
	color:#212121;
}
.category ul li img{
	height:32px;
}

.bt_menu {
	padding: 12px 0;
	color: #212121;
}
.bt_menu li {
	padding: 14px 16px;
}
.bt_menu span {
	display:block;
	font-size: 14px;
	font-weight: 400;
	color: #202020;
}
.lnb_bnr .bt_menu span:before {
	content: '';
	display: inline-block;
	margin-right: 14px;
	width:16px;
	height:16px;
	background: url("../../images/userApp/menu_ctg.png") no-repeat 0 0 /16px auto;
	vertical-align: top;
}
.chat-li {
	display: flex;
	align-items: center;
}
.chat-li > img {
	margin-left: 4px;
	width: 12px;
	height: 12px;
}
.menu_rest {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #FF8E5E;
}
#slaeSum {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.menu_rest .rest_con {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rest_con span {
	margin-right: 6px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
.menu_rest input[type="text"] {
	margin-right: 3px;
	padding: 0 12px;
	width: 88px;
	height: 26px;
	line-height: 26px;
	border-radius: 3rem;
	font-size: 12px;
	text-align:right;
	background: #fff;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}
.menu_rest label {font-size: 14px;}
.menu_rest > div img {width: 24px; height: 24px;}

.menu__btn {
	top: 0;
	z-index: 10;
}

/* 주소 */
.top_addr {
	margin: 0 auto;
	text-align: center;
	width: 65%;
}
.top_addr a {
	display: block;
}
.top_addr span{
	display: block;
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #212121;
}
.top_addr .addr_text::before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	width: 22px;
	height: 22px;
	background: url(../../images/userApp/common/ico-loca-22px.png)no-repeat center/ 22px auto;
	vertical-align: middle;
}
.tourBtn{
	width: 24px;
	height: 24px;
	font-size: 0;
	background: transparent url("../../images/userApp/ico_tour.png") no-repeat center / 24px auto;
	position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/*이벤트(슬라이드)배너*/
main .banr_slide {margin-left: auto; margin-right: auto; position: relative; width: 100%; overflow: hidden;}
main aside .slide__link {display: block; margin: auto;background: #e9e9e9;}
main aside .slide__link a {background: url("../../images/userApp/main_banner.png");}
main aside .slide__link img { width: 100%; display: block;}

.ani_img {
	position: relative;
	height: 100px;
	background: url(../../images/userApp/grp/grp_ani_bg.png)no-repeat center bottom/100% auto;
}
.ani_img img {
	position: absolute;
	bottom: 16px;
	width: 70px;
	animation: bikeMove 6s infinite forwards linear;
}
@keyframes bikeMove {
	0% {
		transform: translateX(-150px);
	}
	100%{
		transform: translateX(500%);
	}
}

/* 바로가기 탭 */
.sch_tap {
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background: #FF8E5E;
}
.sch_tap li {
	position: relative;
	width: 33.33%;
	text-align: center;
}
.sch_tap li a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.sch_tap li a.active {
	padding: 0 14px;
	height: 26px;
	line-height: 26px;
	color: #212121;
	background: #fff;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
}
.sch_tap li a.active::before {
	content: '';
	display: inline-block;
	margin: 0 4px 4px 0;
	width: 24px;
	height: 24px;
	background: url(../../images/userApp/common/tab-img.png)no-repeat center/24px auto;
	vertical-align: middle;
}
.sch_tap li a.active::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #fff;
}

/*검색창*/
.search_wrap {
	position:relative;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	box-sizing: border-box;
	background: #FF8E5E;
	border-bottom:6px solid #FFEDE5;
}
.search_bar {
	position: relative;
	height: 40px;
	width:100%;
	background: #ffffff;
	text-align:center;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
	/* flex: 3; */
}
.search_bar input[type="text"] {
	/* padding: 0 14px 0 46px; */
	height: 40px;
	background: transparent;
	border: 0;
	text-align: center;
}
.search_bar input[type="text"]::input-placeholder {
	font-size: 13px;
	color:#212121 !important;
	font-weight: 500;
	font-family: 'BMDOHYEON';
	transform: skew(-0.1deg);
}
.search_bar input[type="text"]::-webkit-input-placeholder {
	font-size: 13px;
	color:#212121 !important;
	font-weight: 500;
	font-family: 'BMDOHYEON';
	transform: skew(-0.1deg);
}
.search_bar .search {
	position:absolute;
	right: 6px;
	width: 40px;
	height: 40px;
	font-size: 0;
	background: transparent;
}
.search_bar .search:after {
	content:'';
	display: block;
	/* margin-left: 6px; */
	width: 40px;
	height: 40px;
	background: url("../../images/userApp/ico_search-pr.png") no-repeat center / 24px auto;
}

.flex{
	display: flex;
	align-items: center;
}
.dscBtnWrap{
	gap:8px;
	padding:24px 16px;
}
.dscBtnWrap button{
	width: 100%;
	height: 56px;
	border-radius: 4px;
	font-family: 'BMDOHYEON';
    transform: skew(-0.1deg);
    font-size: 14px;
    color: #212121;
    letter-spacing: -.5px;
    box-shadow: 0 1px 5px rgb(0,0,0,13%);
}
.dscBtnWrap button.dsc{
	background: #FFF2EB;
}
.dscBtnWrap button.week{
	background: #FFFBEB;
}
.dscBtnWrap button.takeout{
	background: #EDF5FF;
}
.dscBtnWrap button::after{
	content:'';
	margin-left:4px;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align:middle;
}
.dscBtnWrap button.dsc::after{
	background: url("../../images/userApp/ico_menu1.png") no-repeat center / 22px auto;
}
.dscBtnWrap button.week::after{
	background: url("../../images/userApp/ico_menu4.png") no-repeat center / 22px auto;
}
.dscBtnWrap button.takeout::after{
	background: url("../../images/userApp/ico_menu3.png") no-repeat center / 22px auto;
}
.section_tit{
	font-size: 18px;
	font-family: 'BMDOHYEON';
	color: #212121;
	margin-bottom:16px;
	transform: skew(-0.1deg);
}

/*음식항목*/
main .main_fd {
	position: relative;
	height: 100%;
	padding: 10px 16px 28px;
	border-radius: 10px;
	background: #fff;
}
main .main_fd:after {content:''; display: block; clear:both;}
main .main_fd ul {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	height: 100%;
	background: #fff;
}
main .main_fd .fd_box {
	position: relative;
	float: left;
	width: 20%;
}
main .main_fd .fd_box:not(:nth-of-type(-n+5)) {margin-top: 16px;}
main .main_fd .fd_box:after {content: ''; display: block; clear: both;}
main .main_fd .fd_sale a img {
	/*-webkit-animation: bounce-in 2s;
            animation: bounce-in 2s;*/
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
     -webkit-animation-duration:1s;
	 animation-duration:1s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;

	 -webkit-animation-name:zoomIn;
	 animation-name:zoomIn;

	 -webkit-animation-iteration-count:infinite;
	 animation-iteration-count:infinite;
}
/* .replay
{
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
} */

.animate__zoomIn{}
@-webkit-keyframes zoomIn{
	0%{
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
		}
	100%{opacity:1;}
}

@keyframes zoomIn{
	0%{
	opacity:0;
	-webkit-transform:scale3d(.3,.3,.3);
	transform:scale3d(.3,.3,.3)
	}
	100%{opacity:1;}
}
main .main_fd .fd_box:nth-last-of-type(-n+4) {
	/* padding-top: 40px; */
	position: relative;
	/* display: none */
}
/* main .main_fd .fd_box:nth-last-of-type(-n+4)::after {
	content:'';
	position: absolute; top: 8px;
	width: 100%;
	height: 6px;
	background: #f5f5f5;
	box-shadow: 100px 0 0 #f5f5f5, -100px 0 0 #f5f5f5
} */
main .main_fd .fd_box .fd_item {display: block; }
main .main_fd .fd_box .fd_item img {display: block; margin: 0 auto; height: 42px;}
main .main_fd .fd_box .fd_item span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #212121;
}
main .main_fd .fd_sale .fd_item span {
	margin: 4px auto 0;
	width: 62px;
	height: 17px;
	line-height: 17px;
	color: #fff;
	background: #EC625E;
	border-radius: 3rem;
	font-size: 11px;
	font-weight: 400;
}
.nofd_logo::after {
	display: block;
	margin: 10px auto 0;
	width: 42px;
	height: 42px;
	background: url(../../images/userApp/common/nofood_logo.png)no-repeat center/42px auto;
}
.other_btn {
	background: #F8F8F8;
}
.other_btn ul {
	padding: 24px 16px;
	display: flex;
	justify-content: space-between;
	gap:1%;
}
.other_btn ul li {
	padding-top: 12px;
	/* max-width: 121px; */
	/* width: 33.33%; */
	width:25%;
	height: 100px;
	background: #fff;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* .other_btn ul li:nth-of-type(2) {
	margin: 0 10px;
} */
.other_btn ul li a {display: block;}
.other_btn ul li img {
	margin-bottom: 8px;
	height: 42px;
}
.other_btn ul li em {
	display: block;
	margin: 7px 0 4px;
	font-size: 12px;
	color: #616161;
}
.other_btn ul li span {
	display: block;
	/* font-size: 14px; */
	font-size:0.8rem;
	font-family: 'BMDOHYEON';
	transform: skew(-0.1deg);
}


/* 메인.배너*/
.main-container {
	width: 100%;
	height: 100%;
	/* padding: 20px 16px; */
}
/*swiper-slide*/
.swiper-wrapper > div:last-of-type {}
.main-slide:last-of-type {}
.main-slide {
	/* padding-left: 16px; */
	/* min-height: 146px; */
	min-height: 170px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-slide img{
	/* min-height: 146px; */
	min-height: 170px;
	width:100%;
	object-fit: cover;
	/* border-radius: 10px;
	-webkit-border-radius: 10px; */
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 26px!important;
}
.swiper-container-horizontal > .swiper-pagination-fraction {
	left: auto!important;
	right: 30px;
	width: 53px;
	height: 22px;
	line-height: 22px;
	background: rgba(0,0,0,.5);
	border-radius: 3rem;
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
.layer01 {
	position: fixed; top: 50%; left: 0; right: 0;
	display:none;
	margin: 0 auto;
	width: 295px;
	transform: translateY(-50%);
	z-index: 1000;
}
.layer01 img {width: 295px; height: auto;}

.layer01 .btn-wrap {
	position: relative;
	display: block;
	margin: 0 auto 25px;
	text-align: center;
}
.layer01 .btn-wrap a {color: #fff;}
.layer01 .btn-wrap a img {width: 20px; height: 20px;}
.layer01 .btn-wrap .close2 {float: left;}
.layer01 .btn-wrap .close {float: right;}
.layer-bg {
	position:fixed;
	top:0;
	left:0;
	display:none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 500;
	overflow: hidden;
}

/* 추천맛집 리스트 */
.shop-list {
	padding: 20px 16px;
}
.shop-list h3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #212121;
}
.shop-list > ul > li:not(:last-of-type) {
	margin-bottom: 16px;
}
.shop-recom a {
	display: block;
}
.shop-content {
	width: 100%;
	border-radius: 4px;
	overflow:hidden;
}
.shop-content .shop-content__img{
	position: relative;
	width: 100%;
	height: 150px;
}
.shop-content__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.shop-close .shop-content__img::before {
	content: '영업준비중';
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 62px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.shop-content .shop-content__text{
	padding: 12px 12px 16px;
	border: 1px solid #eee;
	border-top: 0;
}
.shop-content__text--title {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 4px;
}
.shop-title {
	flex: 1 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #212121;
}
.shop-location {
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #9E9E9E;
	border: 1px solid #eee;
	border-radius: 3rem;
}
.shop-location::before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 2px;
	width: 14px;
	height: 14px;
	background: url(../../images/userApp/icon24/ico-loca-14px.png)no-repeat center / 14px auto;
	vertical-align: middle;
}
.shop-content__text--sub {}
.shop-content__text--sub span {
	margin-right: 8px;
	color: #616161;
}
.shop-content__text--sub em {
	margin-right: 3px;
	font-weight: 500;
	color: #212121;
}
.shop-review {
	font-size: 12px;
	color: #616161;
}
.shop-content__text--sub .shop-star {
	font-weight: bold;
	font-size: 14px;
	color: #212121;
}
.shop-star::before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 2px;
	width: 14px;
	height: 14px;
	background: url(../../images/userApp/ico_star14.png)no-repeat center / 14px auto;
	vertical-align: middle;
}

.shop-badge {
	display: flex;
	align-items: center;
	margin-top: 8px;
}
.shop-badge li {
	padding: 2px 7px 3px;
	margin-right: 4px;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
}
.bdg-gift {background: #FF7A42;}
.bdg-mobile {background: #2D4FAB;}
.bdg-coupon {background: #FFB13A}
.bdg-free {background: #40A866}
.bdg-event {background: #7161C2}


.weekSaleList::before {
	content: '';
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	background: url("../../images/userApp/ico-sale-24px.png") no-repeat 0 0 / 22px auto;
}

.popWrap {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 200;
}
.pop-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 320px;
    width: 100%;
    color: #212121;
}
.pop-header {
    padding: 0 16px;
    height: 46px;
    background: #eee;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop-header div{
	font-size: 14px;
	font-weight: bold;
	color: #212121;
}
.pop-header .closeBtn{
	width: 24px;
	height: 24px;
	background: url("../../images/userApp/ico_close.png")no-repeat center / 24px auto;
}
.pop-body {
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.pop-body.pd-24{
	padding:32px 16px 40px;
}
.pop-body .giftTit{
	font-size: 20px;
	font-weight: bold;
	color: #212121;
	margin-bottom:8px;
	text-align: center;
}
.pop-body .giftSubTit{
	margin-bottom:16px;
	font-size: 14px;
	text-align: center;
}
.pop-body .giftImg img{
	width: 100%;
}
.pop-body .giftTxtBox{
	margin-top:16px;
	border:1px solid #FF8E5E;
	background: #FFF3E9;
	border-radius: 4px;
	padding:12px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}
.pop-body .giftBtn{
	width: 100%;
	height: 40px;
	background: #FF8E5E;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 100px;
	margin-top:32px;
}

.flex-sb{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mb-16{
	margin-bottom:16px;
}
.section{
	padding:30px 16px;
	border-top:6px solid #FFEDE5;
}
.sectionTit{
	font-size: 18px;
	font-family: 'BMDOHYEON';
	color: #212121;
	transform: skew(-0.1deg);
	line-height: 1.4;
}
.sectionTit.bd-16{
	font-size: 16px !important;
}
.section .viewMoreBtn{
	background: transparent;
	font-weight: bold;
	color: #757575;
}
.section .viewMoreBtn::after{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align:sub;
	background: url("../../images/userApp/ico_next_g_16.png") no-repeat center / 16px auto;
}
.orderStoreWrap .orderStore{
	overflow-x:auto;
	overflow-y:hidden;
	display: flex;
	gap:8px;
	align-items: flex-start;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}
.orderStoreWrap .orderStore::-webkit-scrollbar {
    display: none;
}
.orderStoreWrap .orderStore li .orderImg{
	width: 128px;
	height: 128px;
	border:1px solid #ccc;
	margin-bottom:8px;
	border-radius: 8px;
}
.orderStoreWrap .orderStore li .orderImg img{
	width: 100%;
	height: 100%;
	object-position:center;
	object-fit:cover;
	border-radius: 8px;
}
.orderStoreWrap .orderStore li .storeNm{
	font-size: 16px;
	font-weight: bold;
	color: #212121;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.orderStoreWrap .orderStore li .orderReview{
	margin-top:4px;
}
.orderStoreWrap .orderStore li .orderReview div,
.newStoreWrap .newStore li .orderReview div{
	display: inline-block;
}
.orderStoreWrap .orderStore li .orderReview .score,
.newStoreWrap .newStore li .orderReview .score{
	font-weight: bold;
	color: #212121;
	margin-right: 2px;
}
.orderStoreWrap .orderStore li .orderReview .score::before,
.newStoreWrap .newStore li .orderReview .score::before{
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 2px;
	vertical-align:bottom;
	background: url("../../images/userApp/ico_star14.png") no-repeat center / 14px auto;
}
.orderStoreWrap .orderStore li .orderReview .count,
.newStoreWrap .newStore li .orderReview .count{
	font-weight: 400;
}
.newStoreWrap{
	background: #FFFAF8;
}
.newStoreWrap.pb-60,
.newsWrap.pb-60{
	padding-bottom:60px;
}
.newStoreWrap .newStore{
	overflow-x:auto;
	overflow-y:hidden;
	display: flex;
	gap:10px;
	align-items: flex-start;
	-ms-overflow-style: none;
  	scrollbar-width: none;
  	padding:4px;
}
.newStoreWrap .newInfo .badge{
	margin-bottom:8px;
	height: 17.5px;
}
.newStoreWrap .newInfo .storeNm{
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newStoreWrap .newInfo .flex{
	display: flex;
	align-items: center;
	gap:4px;
	margin-top:4px;
}
.newStoreWrap .newStore li{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgb(0,0,0,25%);
}
.newStoreWrap .newStore li .newImg{
	width: 260px;
	height: 140px;
	border-radius: 8px 8px 0 0;
}
.newStoreWrap .newStore li .newImg img{
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0 0;
	object-position:center;
	object-fit:cover;
}
.newStoreWrap .newStore li .newInfo{
	padding:16px 12px;
}
.newStoreWrap .newStore li .orderReview::after{
	content: '';
	width: 1px;
	height: 10px;
	background: #ccc;
	display: inline-block;
	margin:0 2px 0 4px;
}
.newStoreWrap .newStore li .distance{
	font-weight: 500;
	color: #9e9e9e;
}
.newStoreWrap .newStore li .distance::before{
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align:bottom;
	background: url("../../images/userApp/ico_loca_16.png") no-repeat center / 14px auto;
}
.newStoreWrap .newInfo .badge div{
	padding:3px 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
	display: inline-block;
}
.newStoreWrap .newInfo .badge div.gift{
	background: #FF7A42;
}
.newStoreWrap .newInfo .badge div.mobile{
	background: #2D4FAB;
}
.newStoreWrap .newInfo .badge div.event{
	background: #7161C2;
}
.newStoreWrap .newInfo .del div{
	display: inline-block;
}
.newStoreWrap .newInfo .del .title{
	font-weight: 500;
	color: #212121;
	margin-right: 2px;
}
.newStoreWrap .newInfo .del .con{
	color: #616161;
}
.section_tit.title::after,
.sectionTit.title::after{
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left:4px;
	vertical-align: sub;
}
.section_tit.title.icon1::after{
	background: url("../../images/userApp/ico_title1.png") no-repeat center / 24px auto;
}
.sectionTit.title.icon2::after{
	background: url("../../images/userApp/ico_title2.png") no-repeat center / 24px auto;
}
.sectionTit.title.icon3::after{
	background: url("../../images/userApp/ico_title3.png") no-repeat center / 24px auto;
}

.index{
	background: #FFF9F6;
}
.tabWrap{
	padding:24px 16px 40px;
}
.tabBtn{
	margin-top:16px;
}
.tabBtn .flex{
	flex-wrap: wrap;
	gap:3%;
	justify-content: space-between;
	margin-top:16px;
}
.tabBtn button{
	text-align: left;
	border-radius: 4px;
	box-shadow: 2px 3px 8px 5px rgb(250,241,238);
}
.tabBtn button.btnL{
	width: 100%;
	padding:16px;
	background:#ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background:#ffffff url("../../images/userApp/main_btn1.png") no-repeat 90%  / 25% auto; */
}
.tabBtn button.btnL .title{
	font-size: 18px;
	font-family: 'BMDOHYEON';
	color: #212121;
	transform: skew(-0.1deg);
	line-height: 1.4;
    letter-spacing: -.5px;
}
.tabBtn button.btnL .sub{
	font-size: 14px;
	font-weight: 500;
	margin-top:4px;
	color: #424242;
}
.tabBtn button.btnL img{
	width: 106px;
}
.tabBtn button.btn{
	width: 48.5%;
	padding:16px 0 25px 12px;
	background:#ffffff;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	margin-bottom:16px;
	position: relative;
}
.tabBtn button.btn:active{
	transform:scale(0.9, 0.9);
	transition-property: all;
	transition-duration: 0.1s;
}
.tabBtn button.btn .title{
	font-size: 16px;
	font-family: 'BMDOHYEON';
	color: #212121;
	transform: skew(-0.1deg);
	line-height: 1.4;
}
.tabBtn button.btn .sub{
	font-size: 12px;
	font-weight: 500;
	margin-top:2px;
	color: #424242;
}
.tabBtn button.btn img{
	width: 50px;
	height: 50px;
	position: absolute;
	bottom:8px;
	right:4px;
}
.newsList li{
	width: 100%;
	border:1px solid #f2f2f2;
	box-shadow: 0 3px 2px rgb(244,231,221);
	border-radius: 4px;
	background: #ffffff;
	display: flex;
	align-items: flex-start;
	margin-bottom:10px;
	padding:12px;
}
.newsList li .newsInfo{
	flex:1;
}
.newsList li .newsImg {
	width: 80px;
	height: 80px;
	margin-right: 12px;
}
.newsList li .newsImg img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:center;
	border-radius: 8px;
}
.newsList li .newsTit{
	font-size: 14px;
	font-weight: bold;
	color: #212121;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList li .newsDate{
	font-weight: 500;
	color: #9e9e9e;
	margin-top:8px;
}
.newsBody{
	background:#fafafa;
	padding:24px 16px;
	padding-top:82px;
	height: 100vh;
}
.tabWrap .sectionTit::before{
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right:4px;
	vertical-align: middle;
	background: url("../../images/userApp/ico_title4.png") no-repeat center / 24px auto;
}
.tabWrap .sectionTit.news::before{
	background: url("../../images/userApp/ico_title-news.png") no-repeat center / 24px auto;
}
.tabWrap .sectionTit.news{
	margin-top:14px;
}
.pd-24-16{
	padding:24px 16px !important;
}