#xet-simple-board .simple-board__gallery{display:grid;grid-template-columns:repeat(1,1fr);grid-auto-rows:minmax(120px,auto);grid-gap:16px}#xet-simple-board .simple-board__gallery .item{overflow:hidden;z-index:0;cursor:pointer}#xet-simple-board .simple-board__gallery .item.is-active{background-color:#f4f9f9}#xet-simple-board .simple-board__gallery .item .item__thumbnail .thumbnail{display:block;overflow:hidden;border-radius:12px;width:100%;height:210px;transition-duration:0.3s;background-size:cover;background-position:center;background-repeat:no-repeat}#xet-simple-board .simple-board__gallery .item .item__subject .subject{font-weight:600;font-size:18px;line-height:1.6}#xet-simple-board .simple-board__gallery .item .item__contents{color:var(--board-text-base-color)}#xet-simple-board .simple-board__gallery .item .item__contents .item__inner{margin-top:16px}#xet-simple-board .simple-board__gallery .item .item__contents .item__inner:last-child{margin-bottom:16px}#xet-simple-board .simple-board__gallery .item .item__contents .item__category{color:var(--board-primary-color)}#xet-simple-board .simple-board__gallery .item .item__contents .item__subject .company_title{margin-top:5px}#xet-simple-board .simple-board__gallery .item .item__contents .item__subject .company_title p{margin:0}#xet-simple-board .simple-board__gallery .item .item__contents .item__subject input[name=cart]{margin-right:4px}#xet-simple-board .simple-board__gallery .item .item__contents .item__summary{color:var(--board-text-strong-color)}#xet-simple-board .simple-board__gallery .item .item__contents .item__etc-wrp{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px}#xet-simple-board .simple-board__gallery.style-b .item{border-radius:1rem}@media (min-width:768px){#xet-simple-board .simple-board__gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){#xet-simple-board .simple-board__gallery{grid-template-columns:repeat(3,1fr)}#xet-simple-board .simple-board__gallery .item .item__contents .item__inner{margin-top:10px}#xet-simple-board .simple-board__gallery .item .item__contents .item__inner:last-child{margin-bottom:10px}}@media (min-width:1200px){#xet-simple-board .simple-board__gallery{grid-template-columns:repeat(4,1fr)}}