
@charset "utf-8";
/* ======================================================================
   Responsive styles
   - All @media blocks moved here from the original file.
   - Order is preserved to reduce cascade changes.
   ====================================================================== */
   
   
   
   
/* ======================================================================
   Responsive styles
   - All @media blocks moved here from the original file.
   - Order is preserved to reduce cascade changes.
   ====================================================================== */
/* product.jsp - mobile tab_depth3 */
@media screen and (max-width: 768px) {
	#prd_view .img_prd .prd_images .swiper-slide img{
		margin-left:0px;
	}
	
	#prd_list #prd_top .tab_depth3 {
		overflow: visible;
		margin: 12px 0 18px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	#prd_list #prd_top .tab_depth3 > ul {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
		gap: 8px;
		margin: 0;
		padding: 0;
	}

	#prd_list #prd_top .tab_depth3 > ul:after {
		display: none;
		content: none;
	}

	#prd_list #prd_top .tab_depth3 > ul > li,
	#prd_list #prd_top .tab_depth3.col1 > ul > li,
	#prd_list #prd_top .tab_depth3.col2 > ul > li,
	#prd_list #prd_top .tab_depth3.col3 > ul > li,
	#prd_list #prd_top .tab_depth3.col4 > ul > li,
	#prd_list #prd_top .tab_depth3.col5 > ul > li {
		float: none;
		width: auto;
		min-width: 0;
		border: 0;
		background: transparent;
		box-sizing: border-box;
	}

	#prd_list #prd_top .tab_depth3 > ul > li:before {
		display: none;
		content: none;
	}

	#prd_list #prd_top .tab_depth3 > ul > li > a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		height: auto;
		margin: 0;
		padding: 10px 8px;
		border: 1px solid #dedede;
		border-radius: 10px;
		background: #fff;
		box-sizing: border-box;
		overflow: visible;
		color: #333;
		font-size: 14px;
		line-height: 1.25;
		letter-spacing: -0.04em;
		text-align: center;
		touch-action: manipulation;
	}

	#prd_list #prd_top .tab_depth3 > ul > li > a:after {
		display: none;
		content: none;
	}

	#prd_list #prd_top .tab_depth3 > ul > li > a > span {
		display: block;
		width: 100%;
		vertical-align: baseline;
		white-space: normal;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}

	#prd_list #prd_top .tab_depth3 > ul > li.on {
		background: transparent;
	}

	#prd_list #prd_top .tab_depth3 > ul > li.on > a {
		border-color: #005116;
		background: #005116;
		color: #fff;
		font-weight: 700;
		box-shadow: 0 4px 12px rgba(0, 81, 22, 0.16);
	}

	#prd_list #prd_top .tab_depth3 > ul > li.on > a > span {
		color: inherit;
	}
	#prd_view .img_prd {
		width:100%;
	}
	#prd_view .prd_info {
		width:100%;
	}
	#prd_view .img_prd .prd_images{
		height:400px;
	}
	#prd_view .img_prd .prd_images .swiper-slide{
		padding: 0px;
	}
	#prd_view .img_prd .prd_images .swiper-slide img{
		max-width: 100%;
		margin: 0 auto;
	}
	#prd_view .btn_manual{
		margin-top:0px;
	}
	#prd_cont .howaboutthisreceipe{
		width:55%;  background-size: 30px 30px;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.swiper-slide img.recipe{
		width:100%;
		height:160px;
	}
}


   @media ( max-width : 680px) {
	   .tab_depth3>ul{
	   		display: flex;
	   		flex-direction: column;
	   		align-items: center;
	   }
	   .tab_depth3.col5>ul>li{
	   		width:100%;
	   }
	   #back_img{
	   		background:url(/resources/img/brand/mo_brand_new_02.jpg);
	   		background-size: cover;
    		background-repeat: no-repeat;
    		padding: 85px 20px 25px 20px;
	   }
	   .swiper-container {
	   		margin-top: 0px;
    		height: 230px;
	   }
	   .lst_type01 .list>ul{
	   	    grid-template-columns: repeat(1, minmax(0, 3fr));
	   }
	   .sub_tab{
	   		margin-top:0px;
	   }
	   .lst_type01 .list .img{
	   		margin-top:2%;
	   }
	   .tab_depth3>ul{
	   		margin-left:0px;	
	   }
	   .lst_type01 .list>ul>li{
	   		max-height:385px;
	   }
	   .lst_type01 .list .con{
	   		margin-bottom: 0px;
	   }
	   #prd_Area .paginate{
	   		display:flex;
	   		flex-direction: row;
    		align-items: center;
    		justify-content: center;
	   }
	   #prd_view .img_prd .prd_images .swiper-slide img{
			margin-left:0px;
		}
   }
   
   
   
   
   