@charset "utf-8";
@import url('font.css'); /* font and shared style settings */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

/*common*/
.sub_container{min-height:500px; padding:40px 0 70px; font-size:16px;} 
.contents_wrap{padding-top:50px;}
.sub_contents{padding-top:50px;}
.sub_page_title h4{color:#000000; font-size:40px; font-weight:700; text-align:center; line-height:1.2;}

/* sub visual */
.sub_visual{width:100%; height:400px; position:relative;  overflow:hidden;}
.sub_visual_img{position:absolute; left:0; top:0; bottom:0; width:100%; height:100%; background-position:center center; animation:scale 3s ease forwards;
		background-repeat:no-repeat; background-size:cover; transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1);}
.sub_visual_img01{background-image:url("../images/sub/sub_visual01.jpg");}
.sub_visual_img02{background-image:url("../images/sub/sub_visual02.jpg");}
.sub_visual_img03{background-image:url("../images/sub/sub_visual06.jpg");}
.sub_visual_img04{background-image:url("../images/sub/sub_visual04.jpg");}
.sub_visual_img05{background-image:url("../images/sub/sub_visual05.jpg");}
@keyframes scale {
    0% {
        transform: scale(1.05);
    }

    100% {
         transform: scale(1);
    }
}
/*sub_visual_txt */
.sub_visual>div{height:100%;}
.sub_visual_txt{color:#ffffff; width:100%; height:100%; display:flex; flex-direction:column; align-items:center; row-gap:20px; justify-content:center; line-height:1.4;
		font-size:22px; font-weight:500; z-index:30; position:relative; text-shadow:1px 1px 10px rgba(0,0,0,0.4); }
.sub_visual_txt h3{font-weight:700; font-size:46px; }

/* horizontal menu for desktop */
.horizontal_menu_bar{max-width:1200px; width:100%; margin:40px auto 0; padding:0 10px;}
.horizontal_menu_bar ul{display:flex; justify-content:center; text-align:center; width:100%; column-gap:20px;} 
.horizontal_menu_bar li{width:calc(25% - 15px);  border:2px solid #75c09e; border-radius:40px; background-color:#ffffff; -webkit-transition:all 0.3s ease; 
		-ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;  }
.horizontal_menu_bar li>a{display:block; padding:12px 5px; font-size:18px; font-weight:500; letter-spacing:-1px;}
.horizontal_menu_bar li.h_menu_on{background-color:#1e6746; border-color:#1e6746; box-shadow:0 0 6px rgba(0,0,0,0.3);}
.horizontal_menu_bar li.h_menu_on>a{color:#ffffff;}
.horizontal_menu_bar li:hover{border-color:#1e6746; background-color:#1e6746;}
.horizontal_menu_bar li:hover>a{color:#ffffff;}

/* sub tab bar for tablet/mobile */
.sub_tab_bar{display:none; flex-wrap:wrap; background-color:#1e6746;}
.sub_tab{color:#ffffff; position:relative;}
.sub_tab+div:before{content:''; width:1px; height:100%; display:block; position:absolute; left:0; top:0; bottom:0; background-color:rgba(255,255,255,0.2);}
.sub_tab_01{width:10%;}
.sub_tab_02,.sub_tab_03{width:45%;}
.sub_tab_bar h4,.sub_tab_bar h3{padding:11px 15px 11px; font-size:17px; cursor:pointer; font-weight:400;}
.sub_tab_bar strong{font-weight:400;}
.sub_tab_bar a{display:block;}
/*icon_home*/
.sub_tab_01{text-align:center;}
.sub_tab_01>a{padding:13px 0 13px;}
.sub_tab_01 .icon_home02{width:16px; height:14px; display:inline-block; position:relative; font-size:0; vertical-align:middle;}
.sub_tab_01 .icon_home02:before{content:''; width:0; height:0px; display:block; position:absolute; left:0; top:0; border:7px solid transparent; 
		border-bottom-color:#ffffff; border-top:0; transform:scale(1,0.8);-webkit-transform:scale(1,0.8); -moz-transform:scale(1,0.8);
		-o-transform:scale(1,0.8);-ms-transform:scale(1,0.8);}
.sub_tab_01 .icon_home02:after{content:''; width:10px; height:5px; display:block; position:absolute; left:2px; top:6px; border:3px solid #ffffff; 
		border-top-width:2px; border-bottom:0;}
/* menu toggle */
.sub_tab_bar .menu_more{position:absolute; right:15px; top:18px; width:11px; height:11px; overflow:hidden; text-indent:-999999px; display:block; font-size:0;}
.sub_tab_bar .menu_more:after,.sub_tab_bar .menu_more:before{content:''; display:block; background-color:#ffffff; width:11px; height:1px; 
		position:absolute; left:0; top:5px;}
.sub_tab_bar .menu_more:after{width:1px; height:11px; left:5px; top:0; }
.sub_tab_bar h4.open .menu_more:after,.sub_tab_bar h3.open .menu_more:after{display:none;}
/*sub_tab_2depth λ©λ΄*/
.sub_tab_2depth{display:none; position:absolute; left:0; top:49px; width:100%; z-index:250; background-color:#ffffff; padding:15px 0;
		  border-left:1px solid #dedede; border-right:1px solid #dedede; border-bottom:1px solid #dedede; font-size:15px;}
.sub_tab_2depth>li+li{margin-top:4px;}
.sub_tab_2depth>li>a{display:block; padding:1px 15px;}
.sub_tab_2depth>li>a:hover{color:#1e6746; font-weight:500;}
.sub_tab_2depth>li>a:hover strong{font-weight:500;}

/*breadcrumb*/
.breadcrumb>p{display:flex; flex-wrap:wrap; gap:2px; align-items:center;}
.breadcrumb span{display:block;}
.breadcrumb span.on{color:#000000;}
.breadcrumb span.right_arrow{width:12px; height:14px; position:relative; overflow:hidden;}
.breadcrumb span.right_arrow:before{content:''; height:6px; width:6px; display:block; border:1px solid #a6a6a6; border-left-width:0; border-top-width:0; 
		transform:rotate(-45deg);-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg); position:absolute; top:4px; left:1px;}

/* greeting visual area */
.greeting_visual{
	position:relative;
	width:100%;
	height:640px;
	margin-top:42px;
	background:url('/images/sub/visual.jpg') no-repeat center/cover; /* update image path if needed */
	display:flex;
	align-items:flex-start;
}

/* overlay */
.greeting_visual .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(
		135deg,
		rgba(5,18,22,0.62) 0%,
		rgba(7,24,29,0.46) 38%,
		rgba(16,34,29,0.26) 72%,
		rgba(255,255,255,0.03) 100%
	);
}

/* text */
.greeting_text{
	position:relative;
	z-index:2;
	max-width:760px;
	padding:68px 58px 56px;
	color:#fff;
	text-shadow:0 2px 8px rgba(0,0,0,0.6);
}

/* title */
.greeting_text h2{
	font-size:28px;
	font-weight:700;
	margin-bottom:28px;
	line-height:1.5;
	letter-spacing:-0.03em;
}

/* body text */
.greeting_text p{
	font-size:15px;
	line-height:1.75;
	margin-bottom:16px;
	color:rgba(255,255,255,0.95);
}

/* signature */
.greeting_text .sign{
	margin-top:26px;
	font-weight:600;
}

/* responsive */
@media (max-width:768px){
	.greeting_visual{
		height:auto;
		padding:0;
	}

	.greeting_text{
		padding:38px 24px 34px;
		max-width:none;
	}

	.greeting_text h2{
		font-size:24px;
	}

	.greeting_text p{
		font-size:14px;
	}
}

/* greeting.asp spacing and radius tune */
.greeting_visual{
	border-radius:16px;
	overflow:hidden;
}

@media (max-width:768px){
	.greeting_visual{
		margin-top:28px;
		border-radius:12px;
	}
}

/*farm_outline.asp*/
.farm_outline_img{width:100%; height:500px; background:url("../images/sub/jeju02.jpg")no-repeat center center; background-size:cover; }
.farm_outline_list{margin-top:50px;}
.farm_outline_list>li{display:flex; flex-wrap:wrap; gap:30px 60px; align-items:center; color:#333333; font-size:20px; line-height:1.7;}
.farm_outline_list>li:first-child{ color:#1e6746; font-size:26px; font-weight:800; letter-spacing:-1px; line-height:1.8;
		font-family:'Montserrat','Noto Serif KR',NanumGothic,'?λκ³ λ','?μ?',dotum, sans-serif;	}
.farm_outline_list>li:first-child span{display:block;}
.farm_outline_list>li:nth-child(2n){ flex-flow: row-reverse wrap;}
.farm_outline_list>li+li{margin-top:50px;}
.farm_outline_list>li>div{width:50%;}
.farm_outline_list>li>div.goat_img{width:calc(50% - 60px);}
.goat_img>img{width:100%;}

/*greeting.asp*/
.greeting_img{width:100%; height:500px; background:url("../images/sub/jeju01.jpg")no-repeat center center; background-size:cover; position:relative;}
.greeting_img>div{width:350px; height:350px; border-radius:50%; overflow:hidden; border:6px solid #ffffff; 
		position:absolute; right:-10px; bottom:-120px;}/*box-shadow:0 0 10px rgba(0,0,0,0.4);*/
.greeting_contents{margin-top:60px;}
.greeting_contents>p+p{margin-top:20px;}
.greeting_title{color:#1e6746; font-size:18px; font-weight:600;}
.greeting_title b{color:#333333;} 

/*equipment.asp*/
.equipment_wrap{display:flex; flex-direction:column; gap:58px;}
.equipment_hero{position:relative; overflow:hidden; border-radius:18px; min-height:460px;}
.equipment_hero_image{height:460px; background:url("../images/sub/eqip01.jpg") no-repeat center center/cover;}
.equipment_hero:before{content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(42,23,13,0.16) 0%, rgba(42,23,13,0.06) 34%, rgba(18,17,17,0.42) 66%, rgba(18,17,17,0.62) 100%);}
.equipment_hero_overlay{position:absolute; top:48px; right:32px; width:min(560px, calc(100% - 64px)); text-align:right; color:#ffffff; z-index:2; padding:34px 36px 34px; border-radius:24px; background:linear-gradient(180deg, rgba(14,16,18,0.18) 0%, rgba(14,16,18,0.34) 100%); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); box-shadow:0 18px 40px rgba(0,0,0,0.12);}
.equipment_hero_overlay h5{color:#fff6de; font-size:26px; font-weight:700; line-height:1.32; letter-spacing:-0.045em; white-space:nowrap; text-shadow:0 2px 12px rgba(0,0,0,0.3);}
.equipment_hero_overlay p{margin-top:22px; color:rgba(255,255,255,0.96); font-size:20px; font-weight:700; line-height:1.65; letter-spacing:-0.035em; text-shadow:0 2px 12px rgba(0,0,0,0.34);}
.equipment_strategy_title h5{color:#2d1719; font-size:32px; font-weight:800; line-height:1.3; text-align:center; letter-spacing:-0.045em;}
.equipment_strategy_layout{margin-top:34px; display:grid; grid-template-columns:minmax(0, 3fr) minmax(260px, 1.25fr); gap:28px;}
.equipment_cards{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:22px;}
.equipment_card{min-height:320px; padding:36px 30px 32px; border-radius:24px; box-shadow:0 18px 40px rgba(62, 71, 73, 0.08);}
.equipment_card h6{color:#182022; font-size:24px; font-weight:800; line-height:1.38; text-align:center; letter-spacing:-0.045em;}
.equipment_card strong{display:block; margin-top:24px; color:#2f1f20; font-size:18px; font-weight:800; line-height:1.55; text-align:center; letter-spacing:-0.035em;}
.equipment_card p{margin-top:16px; color:#4a4f55; font-size:15px; font-weight:600; line-height:1.78; text-align:center; letter-spacing:-0.025em; word-break:keep-all;}
.equipment_card_icon{display:flex; justify-content:center; align-items:center; margin-top:24px; opacity:.82;}
.equipment_card_icon svg{width:96px; height:96px; fill:none; stroke:rgba(41,45,52,.58); stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round;}
.card_paper .equipment_card_icon svg{stroke:rgba(110,92,56,.62);}
.card_blue .equipment_card_icon svg{stroke:rgba(38,77,120,.52);}
.card_mint .equipment_card_icon svg{stroke:rgba(43,112,93,.54);}
.card_paper{background:linear-gradient(180deg, #f3ecdc 0%, #f7f2e6 100%); border-radius:24px; position:relative;}
.card_blue{background:linear-gradient(180deg, #8ec4f2 0%, #ddecfb 100%);}
.card_mint{background:linear-gradient(180deg, #8fd5c4 0%, #dff4eb 100%);}
.equipment_points{padding-top:8px; display:flex; flex-direction:column; gap:16px;}
.equipment_point{padding:20px 22px; border-radius:18px; background:#fbfbf8; border:1px solid #ebe7df; box-shadow:0 10px 24px rgba(53, 47, 40, 0.05);}
.equipment_point+.equipment_point{margin-top:0;}
.equipment_point h6{color:#161616; font-size:17px; font-weight:900; line-height:1.2; letter-spacing:0.02em;}
.equipment_point p{margin-top:10px; color:#565656; font-size:15px; font-weight:600; line-height:1.72; letter-spacing:-0.025em; word-break:keep-all;}

/*gallery01.asp*/
.gallery01_wrap{padding-top:50px;}
.farm_gallery_tabs{display:flex; justify-content:center; gap:4px; width:min(560px, 100%); margin:0 auto 42px; padding:6px; border:1px solid #e3ebe6; border-radius:12px; background:#f6f8f6;}
.farm_gallery_tab{flex:1; min-width:0; height:46px; padding:0 20px; border:0; border-radius:8px; background:transparent; color:#66736b; font-size:17px; font-weight:800; cursor:pointer; letter-spacing:-0.03em; transition:background .22s ease, color .22s ease, box-shadow .22s ease;}
.farm_gallery_tab:hover{background:#eef3ef; color:#1e6746;}
.farm_gallery_tab.is_active{background:#183f2e; color:#ffffff; box-shadow:0 8px 18px rgba(24,63,46,0.16);}
.farm_gallery_grid{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:26px;}
.farm_gallery_item{display:block; border-radius:14px; overflow:hidden; background:#ffffff; box-shadow:0 18px 38px rgba(0,0,0,0.08); transition:transform .25s ease, box-shadow .25s ease;}
.farm_gallery_item:hover{transform:translateY(-6px); box-shadow:0 24px 44px rgba(0,0,0,0.12);}
.farm_gallery_thumb{aspect-ratio:4/3; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.farm_gallery_title{padding:16px 18px 18px; color:#111111; font-size:18px; font-weight:700; text-align:center; letter-spacing:-0.03em;}
.farm_gallery_pagination{display:flex; justify-content:center; gap:10px; margin-top:34px;}
.farm_gallery_page{min-width:42px; height:42px; padding:0 12px; border:1px solid #d9dfdc; border-radius:999px; background:#ffffff; color:#1e6746; font-size:15px; font-weight:700; cursor:pointer;}
.farm_gallery_page.is_active{background:#1e6746; border-color:#1e6746; color:#ffffff;}
.gallery_lightbox{position:fixed; inset:0; display:none; align-items:center; justify-content:center; padding:24px; background:rgba(0,0,0,0.78); z-index:1000;}
.gallery_lightbox.is_open{display:flex;}
.gallery_lightbox_dialog{position:relative; width:min(920px, 100%); padding:24px 24px 22px; border-radius:16px; background:#ffffff; box-shadow:0 28px 60px rgba(0,0,0,0.24);}
.gallery_lightbox_close{position:absolute; top:16px; right:16px; width:42px; height:42px; border:0; border-radius:50%; background:#111111; color:#ffffff; font-size:24px; cursor:pointer;}
.gallery_lightbox_image{width:100%; aspect-ratio:16/10; border-radius:12px; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.gallery_lightbox_footer{display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:18px;}
.gallery_lightbox_title{color:#111111; font-size:24px; font-weight:800; letter-spacing:-0.03em;}
.gallery_lightbox_controls{display:flex; gap:10px;}
.gallery_lightbox_btn{min-width:96px; padding:12px 18px; border:0; border-radius:999px; background:#1e6746; color:#ffffff; font-size:15px; font-weight:700; cursor:pointer;}
.gallery_lightbox_btn.alt{background:#dfe8e3; color:#1e6746;}

/*map.asp*/
.map_img .cont{display:none;}
.map_list+div{margin-top:60px;}
.map_list{display:flex; flex-wrap:wrap; gap:30px 50px; align-items:center;}
.map_img{width:calc(60% - 25px);}
.map_contents{width:calc(40% - 25px);}
.map_contents>h1{width:120px;  margin-bottom:15px;}
.map_contents>h1>img{width:100%;}
.map_contents p{color:#222222; font-size:17px;}
.map_contents p+p{margin-top:5px; }

/*breeding_environment.asp*/
.breeding_environment_grid{display:flex; flex-direction:column; gap:12px;}
.breeding_environment_card{display:grid; grid-template-columns:1fr 1fr; min-height:230px; overflow:hidden;}
.breeding_environment_card.reverse .breeding_environment_photo{order:1;}
.breeding_environment_card.reverse .breeding_environment_copy{order:2;}
.breeding_environment_copy{padding:48px 50px; display:flex; flex-direction:column; justify-content:center;}
.breeding_environment_copy h5{color:#1f5b35; font-size:28px; font-weight:700; line-height:1.25; letter-spacing:-0.03em;}
.breeding_environment_copy p{margin-top:20px; color:#111111; font-size:18px; font-weight:600; line-height:1.55; letter-spacing:-0.03em; word-break:keep-all;}
.breeding_environment_photo{min-height:230px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.breeding_photo01{background-image:url("../images/sub/bre01.jpg");}
.breeding_photo02{background-image:url("../images/sub/bre02.jpg");}
.breeding_photo03{background-image:url("../images/sub/bre03.jpg");}
.bg_green{background:linear-gradient(135deg, #eef8df 0%, #edf7de 55%, #e6f0d3 100%);}
.bg_blue{background:linear-gradient(135deg, #edf5fb 0%, #eef6fc 48%, #ddeaf5 100%);}
.bg_mint{background:linear-gradient(135deg, #e7f7f4 0%, #dff3ee 55%, #d2ece4 100%);}

/*distribute.asp*/
.distribute_img_list{display:flex; flex-wrap:wrap; gap:10px 21px;}
.distribute_img_list>li{width:calc(33.3333% - 14px);}


/* max-width: 1400px */
@media screen and (max-width:1400px){


}/* end 1400px */


/* max-width: 1200px */
@media screen and (max-width:1200px){

/* sub visual */
.sub_visual{height:350px;} 

/* horizontal menu for desktop */
.horizontal_menu_bar{display:none;}

/* sub tab bar for tablet/mobile */
.sub_tab_bar{display:flex;}

}/* end 1200px */

/* max-width: 1024px */
@media screen and (max-width:1024px){


/*farm_outline.asp*/
.farm_outline_list>li{gap:30px 40px;}
.farm_outline_list>li>div.goat_img{ width:calc(50% - 40px);}

/*map.asp*/
.map_img{width:100%;}
.map_contents{width:100%;}
.map_contents>h1{margin:0 auto 15px;}
.map_contents p{text-align:center;}

}/* end 1024px */

/* max-width: 768px */
@media screen and (max-width:768px){

/*sub_tab_bar κ°λ‘?1200px ?΄ν ?λΈ λ©λ΄ ? ν ??/
.sub_tab_01{display:none}
.sub_tab_02,.sub_tab_03{width:50%;}
.sub_tab.sub_tab_02:before{display:none;}

/*farm_outline.asp*/
.farm_outline_img{height:450px;}
.farm_outline_list>li:first-child{text-align:center;}
.farm_outline_list>li>div{width:100%;}
.farm_outline_list>li>div.goat_img{width:100%;}

/*greeting.asp*/
.greeting_img{height:450px;} 
.greeting_img>div{width:250px; height:250px; bottom:-80px;}

/*equipment.asp*/

.equipment_hero{min-height:400px;}

.equipment_hero_image{height:400px;}

.equipment_hero_overlay{top:34px; right:24px; width:min(500px, calc(100% - 48px)); padding:28px 28px 30px;}

.equipment_hero_overlay h5{font-size:27px;}

.equipment_hero_overlay p{font-size:18px;}

.equipment_strategy_layout{grid-template-columns:1fr; gap:24px;}

.equipment_cards{gap:18px;}

.equipment_card{min-height:280px; padding:30px 24px 26px;}

.equipment_card h6{font-size:22px;}

.equipment_card_icon svg{width:82px; height:82px;}

/*gallery01.asp*/
.farm_gallery_tabs{width:min(520px, 100%); margin-bottom:34px;}
.farm_gallery_tab{height:44px; padding:0 16px; font-size:16px;}
.farm_gallery_grid{grid-template-columns:repeat(2, minmax(0, 1fr)); gap:20px;}
.farm_gallery_pagination{margin-top:28px;}
.gallery_lightbox_dialog{padding:20px 20px 18px;}
.gallery_lightbox_title{font-size:21px;}


/*breeding_environment.asp*/
.breeding_environment_card{min-height:210px;}
.breeding_environment_copy{padding:38px 36px;}
.breeding_environment_copy h5{font-size:24px;}
.breeding_environment_copy p{font-size:17px;}



}/* end 768px */

/* max-width: 600px */
@media screen and (max-width:600px){

/*common*/
.sub_container{padding:25px 0 60px; font-size:15px;} 
.contents_wrap{padding-top:30px;}
.sub_contents{padding-top:30px;}
.sub_page_title h4{font-size:30px;}

/* sub visual */
.sub_visual_txt{row-gap:20px; font-size:18px; letter-spacing:-1px;} 
.sub_visual_txt h3{ font-size:34px; }

/* sub tab bar for tablet/mobile */
.sub_tab_02,.sub_tab_03{width:100%;}
.sub_tab.sub_tab_03:before{width:100%; top:0; height:1px; }
.sub_tab.sub_tab_02 .sub_tab_2depth{z-index:400;}

/*breadcrumb*/
.breadcrumb>p{font-size:13px;}

/*farm_outline.asp*/
.farm_outline_img{height:360px;}
.farm_outline_list{margin-top:30px;}
.farm_outline_list>li{font-size:15px; line-height:1.6;}
.farm_outline_list>li:first-child{font-size:19px; line-height:1.6;}
.farm_outline_list>li+li{margin-top:30px;}

/*greeting.asp*/
.greeting_img{height:360px;} 
.greeting_img>div{width:170px; height:170px; border-width:2px; bottom:10px; right:10px;}
.greeting_contents{margin-top:30px;}
.greeting_contents>p+p{margin-top:15px;}
.greeting_title{font-size:16px;}

/*equipment.asp*/
.equipment_wrap{gap:42px;}
.equipment_hero{border-radius:14px; min-height:320px;}
.equipment_hero_image{height:320px;}
.equipment_hero:before{background:linear-gradient(180deg, rgba(45,27,17,0.12) 0%, rgba(24,21,20,0.24) 40%, rgba(20,17,18,0.66) 100%);}
.equipment_hero_overlay{top:auto; right:20px; bottom:20px; left:20px; max-width:none; text-align:left; padding:18px 18px 20px; border-radius:18px;}
.equipment_hero_overlay h5{font-size:22px; white-space:normal;}
.equipment_hero_overlay p{margin-top:12px; font-size:15px; line-height:1.62;}
.equipment_strategy_title h5{font-size:24px;}
.equipment_strategy_layout{margin-top:24px;}
.equipment_cards{grid-template-columns:1fr; gap:16px;}
.equipment_card{min-height:auto; padding:28px 20px 24px;}
.equipment_card h6{font-size:20px;}
.equipment_card strong{margin-top:18px; font-size:16px;}
.equipment_card p{margin-top:14px; font-size:15px; line-height:1.65;}
.equipment_card_icon{margin-top:18px;}
.equipment_card_icon svg{width:72px; height:72px;}
.equipment_points{padding-top:0; gap:12px;}
.equipment_point+.equipment_point{margin-top:0;}
.equipment_point h6{font-size:17px;}
.equipment_point p{font-size:15px;}

/*gallery01.asp*/
.gallery01_wrap{padding-top:30px;}
.farm_gallery_tabs{gap:4px; margin-bottom:26px; padding:5px;}
.farm_gallery_tab{height:42px; padding:0 10px; font-size:14px;}
.farm_gallery_grid{grid-template-columns:1fr; gap:16px;}
.farm_gallery_item{border-radius:12px;}
.farm_gallery_title{padding:14px 16px 16px; font-size:17px;}
.farm_gallery_pagination{gap:8px; margin-top:24px;}
.farm_gallery_page{min-width:38px; height:38px; font-size:14px;}
.gallery_lightbox{padding:14px;}
.gallery_lightbox_dialog{padding:16px 16px 18px; border-radius:14px;}
.gallery_lightbox_image{aspect-ratio:4/3; border-radius:10px;}
.gallery_lightbox_footer{flex-direction:column; align-items:stretch;}
.gallery_lightbox_title{text-align:center; font-size:19px;}
.gallery_lightbox_controls{justify-content:center;}
.gallery_lightbox_btn{flex:1; min-width:0;}

/*map.asp*/
.map_list{row-gap:20px;}
.map_list+div{margin-top:50px;}
.map_contents p{font-size:15px;}

/*breeding_environment.asp*/
.breeding_environment_grid{gap:16px;}
.breeding_environment_card{grid-template-columns:1fr; min-height:auto;}
.breeding_environment_card.reverse .breeding_environment_photo,
.breeding_environment_card.reverse .breeding_environment_copy{order:initial;}
.breeding_environment_copy{padding:30px 22px;}
.breeding_environment_copy h5{font-size:22px;}
.breeding_environment_copy p{margin-top:14px; font-size:16px; line-height:1.6;}
.breeding_environment_photo{min-height:220px;}




}/* end 600px */

/* max-width: 420px */
@media screen and (max-width:420px){

/*farm_outline.asp*/
.farm_outline_list>li:first-child span{display:inline;}

/*equipment.asp*/
.equipment_list_wrap dt{padding:8px 10px; width:100%;}
.equipment_list_wrap dd{width:100%; text-align:center;}





}/* end 420px */


