.main-wrapper.show aside{animation:asideShow var(--trans-5) .3s linear forwards}.products_list-page aside{position:sticky;top:175px;left:0;width:30px;height:160px;margin-top:-160px;background-color:var(--red);z-index:1;opacity:0}@media only screen and (max-width: 1200px){.products_list-page aside{position:absolute;top:85px;left:60px;width:80px;height:10px;margin-top:0}}@media only screen and (max-width: 1023px){.products_list-page aside{left:40px}}@media only screen and (max-width: 767px){.products_list-page aside{left:20px}}.products_list-page .section1,.products_list-page .section3{max-width:1560px;width:calc(100% - 120px);margin:0 auto}@media only screen and (max-width: 1023px){.products_list-page .section1,.products_list-page .section3{width:calc(100% - 80px)}}@media only screen and (max-width: 767px){.products_list-page .section1,.products_list-page .section3{width:calc(100% - 40px)}}.products_list-page .section1{margin-bottom:100px;padding-top:100px}@media only screen and (max-width: 1023px){.products_list-page .section1{margin-bottom:75px;padding-top:90px}}@media only screen and (max-width: 767px){.products_list-page .section1{margin-bottom:50px;padding-top:80px}.products_list-page .section1 .page_title_block.overview .title{font-size:3.75rem}}.products_list-page .section2{position:sticky;top:0;z-index:1;margin:-10px auto 90px;background:var(--white);display:none}.products_list-page .section2 .tab-block{width:calc(100% - 120px);margin:0 auto;padding:10px 0}@media only screen and (max-width: 1200px){.products_list-page .section2{display:block;margin-bottom:70px}}@media only screen and (max-width: 1023px){.products_list-page .section2 .tab-block{width:calc(100% - 80px)}}@media only screen and (max-width: 767px){.products_list-page .section2{margin-bottom:70px}.products_list-page .section2 .tab-block{width:calc(100% - 40px)}}.products_list-page .section3{padding-bottom:200px}@media only screen and (max-width: 1023px){.products_list-page .section3{padding-bottom:175px}}@media only screen and (max-width: 767px){.products_list-page .section3{padding-bottom:150px}}.products_list-page .section3 .list-container{position:relative;width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:0 50px}.products_list-page .section3 .aside-tab-block{width:15.3846%;position:sticky;top:110px;margin:110px 0 100px;align-self:flex-start;flex-shrink:0}.products_list-page .section3 .aside-tab-block .tab-list{padding-right:15px}.products_list-page .section3 .aside-tab-block .scroll-wrap{height:68vh;max-height:650px}.products_list-page .section3 .aside-tab-block li{transition:color var(--trans-3),width var(--trans-3),height var(--trans-3)}.products_list-page .section3 .aside-tab-block li.active{width:calc(100% - 30px)}.products_list-page .section3 .aside-tab-block li.active:before{width:20px;opacity:1}.products_list-page .section3 .aside-tab-block li[aria-selected=true]{width:calc(100% - 30px)}.products_list-page .section3 .aside-tab-block li[aria-selected=true]:before{width:20px;opacity:1}@media only screen and (min-width: 1201px){.products_list-page .section3 .aside-tab-block li:hover{color:var(--red)}}@media only screen and (max-width: 1200px){.products_list-page .section3 .aside-tab-block li:active{color:var(--red)}}@media only screen and (max-width: 1200px){.products_list-page .section3 .aside-tab-block{display:none}}.products_list-page .section3 .main-block{max-width:1020px;width:100%}@media only screen and (max-width: 1200px){.products_list-page .section3 .main-block{max-width:unset}}.products_list-page .section3 .main-block .list-title{margin-bottom:50px}.products_list-page .section3 .main-block .list-title .f-paragraph{margin-top:10px}@media only screen and (max-width: 1023px){.products_list-page .section3 .main-block .list-title{margin-bottom:40px}}@media only screen and (max-width: 767px){.products_list-page .section3 .main-block .list-title{margin-bottom:30px}}.products_list-page .section3 .main-block .list-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(375px,1fr));gap:30px 60px}@media only screen and (max-width: 767px){.products_list-page .section3 .main-block .list-wrap{grid-template-columns:repeat(auto-fit,minmax(335px,1fr));gap:60px}}.products_list-page .section3 .main-block .list-item{display:flex;align-items:center;justify-content:space-between;gap:0 30px;padding:30px 0;border-bottom:1px solid var(--black-20);transition:border-bottom var(--trans-5) ease}.products_list-page .section3 .main-block .list-item .img-box{width:25%;flex-shrink:0}.products_list-page .section3 .main-block .list-item .img-box .img{display:block;position:relative;width:100%}.products_list-page .section3 .main-block .list-item .img-box .img:after{content:"";display:block;width:100%;height:100%;padding-bottom:100%}.products_list-page .section3 .main-block .list-item .img-box .img img{width:100%;height:100%;object-fit:cover;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.products_list-page .section3 .main-block .list-item .img-box img{border-radius:5px}.products_list-page .section3 .main-block .list-item .content-box{text-align:left}.products_list-page .section3 .main-block .list-item .content-box .f-item{transition:color var(--trans-5) ease;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.products_list-page .section3 .main-block .list-item .content-box .f-paragraph{margin-top:10px;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.products_list-page .section3 .main-block .list-item .more-btn{flex-shrink:0;transition:color var(--trans-5) ease}@media only screen and (min-width: 1201px){.products_list-page .section3 .main-block .list-item:hover{border-bottom:1px solid var(--red)}.products_list-page .section3 .main-block .list-item:hover .f-item,.products_list-page .section3 .main-block .list-item:hover .more-btn{color:var(--red)}}@media only screen and (max-width: 1200px){.products_list-page .section3 .main-block .list-item:active{border-bottom:1px solid var(--red)}.products_list-page .section3 .main-block .list-item:active .f-item,.products_list-page .section3 .main-block .list-item:active .more-btn{color:var(--red)}}@media only screen and (max-width: 1200px){.products_list-page .section3 .main-block .list-item .more-btn{color:var(--red)}}@media only screen and (max-width: 767px){.products_list-page .section3 .main-block .list-item{gap:0 20px}.products_list-page .section3 .main-block .list-item .img-box{width:23.8805%}.products_list-page .section3 .main-block .list-item .content-box{width:50.7462%}}
