﻿@charset "utf-8";
.home-about .img .img-box {border: none;}
footer .foot-logo img {max-height: 100%;}
.prolist-bottom .fishing-net-list li{display:flex;justify-content:space-between;align-items:stretch;margin-bottom:1%;position:relative}
.prolist-bottom .fishing-net-list li .left{width:49.5%;background:#F8F8F8;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start;padding:3%}
.prolist-bottom .fishing-net-list li .left .title{font-weight:bold;font-size:40px;color:#0B0B0B}
.prolist-bottom .fishing-net-list li .left .title .desc{font-weight:400;font-size:21px;color:#0B0B0B}
.prolist-bottom .fishing-net-list li .icon{width:40px;height:40px;background:var(--color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto 0;border:2px solid #fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.prolist-bottom .fishing-net-list li:nth-of-type(even) .left{order:1}
.prolist-bottom .fishing-net-list li .right{border-radius:20px;width:49.5%;display:flex;justify-content:space-around;overflow:hidden;gap:10px;aspect-ratio:790/420}
.prolist-bottom .fishing-net-list li .right-1>div{width:100%;height:100%}
.prolist-bottom .fishing-net-list li .right-1>div img{object-fit:cover;width:100%}
.prolist-bottom .fishing-net-list li .right>div img{height:100%;object-fit:cover}
.prolist-bottom .fishing-net-list-1{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}
.prolist-bottom .fishing-net-list-1 li{width:100%;border-radius:20px;margin-right:0;aspect-ratio:790/420;overflow:hidden}
.prolist-bottom .fishing-net-list-1 li img{width:100%;object-fit:cover}
@media (max-width:768px){.prolist-bottom .fishing-net-list-1{grid-template-columns:repeat(2,1fr)}
}.prolist-bottom .fishing-net-list li .right-2>div:first-child{aspect-ratio:514/420}
.prolist-bottom .fishing-net-list li .right-2>div:last-child{aspect-ratio:269/420}
.prolist-bottom .fishing-net-list li .right-2>div img{width:100%;height:100%;object-fit:cover}
@media (max-width:768px){.prolist-bottom .fishing-net-list li{flex-wrap:wrap;padding:0 2%}
.prolist-bottom .fishing-net-list li .left{width:100%}
.prolist-bottom .fishing-net-list li .right{width:100%}
.prolist-bottom .fishing-net-list li .icon{display:none}
.prolist-bottom .fishing-net-list li:nth-of-type(even) .left{order:unset}}
.prolist-bottom  .kche-t194{max-width: 1460px;margin: 0 auto;}
.prodetails-content article{ max-width: 1180px;margin: 0 auto;}