@charset "utf-8";

.articleWrap {
	padding-bottom: 0;
}

/* articleTtlWrap */
.articleTtlWrap {
	padding-bottom: var(--15px);
	border-bottom: 1px solid var(--grayBorderColor);
}
.articleTtlWrap .iconWrap {
	display: none;
	line-height: 1;
	margin-bottom: var(--8px);
}
.articleTtlWrap .iconWrap.block {
	display: block;
}
.articleTtlWrap .iconWrap span {
	font-weight: 500;
	display: inline-block;
	font-size: var(--10px);
	line-height: 1;
	padding: var(--3px) 0.5em;
	min-width: 5.5em;
	text-align: center;
	color: #fff;
	border: 1px solid #ee1b20;
	background: #ee1b20;
}
.articleTtlWrap .articleTtl {
	font-size: var(--19px);
	font-weight: 600;
	text-align: left;
	margin-bottom: 0;
}
.articleTtlWrap .ttlDays {
	font-size: var(--12px);
	color: #666;
	margin-top: var(--8px);
}

/* articleContent */
.articleContent .pic {
	margin-top: var(--25px);
	text-align: center;
}
.articleContent h3 {
	margin-top: var(--20px);
	font-size: var(--15px);
	font-weight: 600;
}
.articleContent p {
	margin-top: var(--18px);
	font-size: var(--14px);
	line-height: 1.7;
}
.articleContent p a {
	text-decoration: underline;
}
.articleContent .caption {
	margin-top: var(--10px);
	font-size: var(--13px);
	line-height: 1.6;
}
.articleContent .slide {
	margin-top: var(--25px);
	margin-bottom: var(--30px);
}
.articleContent .swiperPicup .swiper-wrapper {
	align-items: flex-start;
}
.articleContent .swiperPicup .swiper-slide .pic {
	display: flex;
	aspect-ratio: 1 / 1;
	margin-top: 0;
}
.articleContent .swiperPicup .swiper-slide img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}
.articleContent .pager.pagerPicup {
	margin-top: var(--12px);
}
.articleContent .pager.pagerPicup .swiperPause {
	width: var(--23px);
}

/* shopLink */
.shopLink {
	margin-top: var(--35px);
	padding: var(--15px) var(--17px) var(--17px);
	display: flex;
	justify-content: space-between;
}
.shopLink .shopTxtWrap {
	width: 64%;
}
.shopLink .shopPic {
	width: 29.850746%;
	margin-top: var(--2px);
}
.shopLink .shopFloor {
	font-size: var(--12px);
}
.shopLink .shopName {
	font-size: var(--14px);
	font-weight: 600;
	margin-top: var(--4px);
}
.shopLink .shopCategory {
	font-size: var(--11px);
	margin-top: var(--4px);
	color: #747474;
}
.shopLink .moreBtn {
	width: 83.333333%;
	margin: var(--13px) 0 0;
}
.shopLink .moreBtn a {
	font-size: var(--12px);
	padding: var(--4px) var(--10px) var(--6px);
}
.shopLink .moreBtn a::after {
	width: var(--15px);
	height: var(--15px);
	top: calc(50% - var(--4px));
	right: var(--10px);
}

/* othersWrap */
.sec.othersWrap h2 {
	font-size: var(--18px);
	font-weight: bold;
	margin-bottom: var(--20px);
}
.othersWrap .swiper-slide {
	padding-bottom: var(--18px);
}
.othersWrap .swiper-slide a {
	display: block;
}
.othersWrap .swiper-slide a .pic {
	display: flex;
	aspect-ratio: 1 / 1;
}
.othersWrap .swiper-slide a .txt {
	font-size: var(--14px);
	margin-top: var(--8px);
}
.othersWrap .swiper:not(.swiper-initialized) .swiper-wrapper {
	gap: 0 var(--12px);
}
.othersWrap .swiper:not(.swiper-initialized) .swiper-slide {
	width: calc((100% - var(--12px)) / 2);
	margin: 0 auto;
}
.othersWrap .moreBtn {
	margin-top: var(--35px);;
}
