.direct_list{--num: 5;--rg: 0;--cg: 3.2rem;display:flex;flex-wrap:wrap;gap:0;margin:0 calc(var(--cg)/-2)}@media screen and (max-width: 991.98px){.direct_list{--num: 4;--cg: 1.6rem;gap:1.6rem 0}}@media screen and (max-width: 575.98px){.direct_list{--num: 2}}.direct_list>*{width:calc(100%/var(--num));padding:0 calc(var(--cg)/2);border-top:1px solid var(--color-border)}@media screen and (max-width: 991.98px){.direct_list>*{border:none}}@media screen and (min-width: 992px){.direct_list>*:nth-child(1){border:none}.direct_list>*:nth-child(2){border:none}.direct_list>*:nth-child(3){border:none}.direct_list>*:nth-child(4){border:none}.direct_list>*:nth-child(5){border:none}}.direct_item{height:100%;display:flex;flex-direction:column;gap:.8rem;padding:1.6rem 1.6rem 3.2rem}@media screen and (max-width: 991.98px){.direct_item{padding:1.2rem 1.2rem 2.4rem;border:1px solid var(--color-border)}}@media screen and (max-width: 575.98px){.direct_item{padding:.8rem .8rem 1.6rem}}@media(hover: hover)and (pointer: fine){.direct_item:hover .direct_item-top::before,.direct_item:focus-visible .direct_item-top::before{opacity:1;visibility:visible}.direct_item:hover .direct_item-top .btn,.direct_item:focus-visible .direct_item-top .btn{opacity:1;visibility:visible}}.direct_item-top{position:relative}.direct_item-top::before{content:"";position:absolute;inset:0;background-color:hsla(0,0%,100%,.3);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:.4s}.direct_item-top .btn-sec{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;visibility:hidden}.direct_item-img{display:flex;align-items:center;justify-content:center;aspect-ratio:1;width:100%;max-width:16rem;margin:0 auto}@media screen and (max-width: 575.98px){.direct_item-img{aspect-ratio:2}}.direct_item-img img{display:block;width:auto;height:4.8rem;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 991.98px){.direct_item-img img{height:4rem}}@media screen and (max-width: 575.98px){.direct_item-img img{height:3.2rem}}.direct_item-content{display:flex;flex-direction:column;gap:.4rem;text-align:center}.direct_item-title{color:var(--color-black);font-weight:500;line-height:150%;text-transform:uppercase;font-size:2rem}@media screen and (max-width: 1199.98px){.direct_item-title{font-size:1.8rem}}@media screen and (max-width: 991.98px){.direct_item-title{font-size:1.6rem}}.direct_item-title>*{width:-moz-fit-content;width:fit-content;margin:0 auto;color:inherit;transition:color .4s;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-clamp:1;-webkit-line-clamp:1}@media(hover: hover)and (pointer: fine){.direct_item-title>*:hover,.direct_item-title>*:focus-visible{color:var(--color-third)}}.direct_item-desc{color:var(--color-text-3);font-weight:400;line-height:150%;font-size:1.6rem}@media screen and (max-width: 991.98px){.direct_item-desc{font-size:1.4rem}}.l-heading{margin:10rem 0rem 10rem}@media screen and (max-width: 991.98px){.l-heading{margin:6rem 0rem}}@media screen and (max-width: 575.98px){.l-heading{margin:5rem 0rem}}.l-heading .flex{overflow:hidden}.pagination{margin-top:1.6rem}