
.shop_section04_wrapper { overflow: hidden; }
.shop_section04_container { background: #1F272D; }
.shop_section04_container .main-title-wrapper { text-align: center; color: #fff;}

.shop_section04_contents_container { margin-top: 60px;     display: flex;
    justify-content: center;}
.shop_section04_contents_container .swiper-wrapper.shop_section04 {    display: grid;  grid-template-columns: repeat(4, 1fr); gap: 20px;  }
.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper { height: 643px; background: #fff; border-radius: 30px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between;}

.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .cat-wrapper { margin-bottom: 23px;  }
.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .cat-wrapper .sub-txt {font-size: 14px; font-weight: 700; line-height: 20px; margin-bottom: 8px;}
.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .cat-wrapper .cat-txt { font-size: 34px; font-weight: 700; line-height: 30px; }

.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .price-wrapper { margin-bottom: 31px;  }
.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .price-wrapper .price-txt { font-size: 50px; font-weight: 900; line-height: 60px; white-space: nowrap; }

.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .info-content { margin-bottom: 26px; }
.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .info-content .info-title { margin-bottom: 10px; font-size: 16px; font-weight: 700; line-height: 20px; }
.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .info-content .info-txt {color: #5E5E5E;  font-size: 16px; font-style: normal; font-weight: 600; line-height: 20px; }


.shop_section04_contents_container .main_inquiry { margin: 0; }
.shop_section04_contents_container .main_inquiry a { width: 100%; }


.shop_section04_contents_container .main_inquiry .hot-icon {position: absolute; right: -20px; top: -32px; padding: 8px 13px; font-size: 13px; color: #fff;
 background: #F34949; border-radius: 5px; display: none;}

.shop_section04_contents_container .main_inquiry .hot-icon:after { content: ""; display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid black;  }

@media screen and (max-width: 768px) { 
	.shop_section04_contents_container { margin-top: 52px; display: block;}
	.shop_section04_contents_container .swiper-wrapper.shop_section04 { gap: 15px; margin-left: 15px; }
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper { max-height: 580px; padding: 20px; }
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .cat-wrapper { margin-bottom: 15px;}
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .cat-wrapper .sub-txt { font-size: 14px; line-height: 20px; }
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .cat-wrapper .cat-txt { font-size: 35px; line-height: 20px;}
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .price-wrapper { margin-bottom: 20px; }
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .price-wrapper .price-txt {font-size: 40px; line-height: 50px;}
	
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .info-content { margin-bottom: 20px;}
	
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .info-content .info-title { font-size: 16px; line-height: 18px;}
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .contents-wrapper .info-content .info-txt { font-size: 15px;  line-height: 18px;}
	
	.shop_section04_contents_container .swiper-wrapper.shop_section04 { display: flex; }
	.shop_section04_contents_container .swiper-wrapper.shop_section04 .swiper-slide { max-width: 324px; }
	
}