.production_label_wrapper{box-sizing:border-box;margin:80px auto 120px;padding:0 32px;opacity:0;animation:showUp 1.2s cubic-bezier(.21,.42,.23,1) .4s forwards}.production_label_inner_wrapper{max-width:1440px;margin:0 auto}.production_label_title{font-size:24px;font-weight:500}.production_label_list{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.production_label_list_item_img{border-radius:16px;width:100%;height:auto;max-height:396px;aspect-ratio:16/9;object-fit:cover}.production_label_list_item_text{margin:24px 0;font-size:18px;line-height:1.8}.production_label_list_item_btn{padding:20px 0;width:212px;margin:0 auto;text-align:center;background-color:#fff;border:1px solid #c2c2c2;border-radius:40px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .15s ease;position:relative}@media screen and (max-width:800px){.production_label_wrapper{margin:40px auto 112px}.production_label_title{display:none}.production_label_list{grid-template-columns:1fr;gap:96px}.production_label_list_item_img{aspect-ratio:3/2;max-height:none}.production_label_list_item_text{font-size:16px;font-weight:400}}@media screen and (min-width:641px){.production_label_list_item_btn:hover{background-color:#0c0c0c;border-color:#0c0c0c;color:#fff}.production_label_list_item_btn:after{content:"";width:32px;height:32px;position:absolute;right:14px;bottom:14px;background:url(/arrow_right.svg) no-repeat 50%;background-size:contain;transform:translate(-10px,10px) rotate(-45deg);opacity:0;transition:transform .3s ease-in-out,bottom .3s ease-in-out}.production_label_list_item_btn:hover:after{transform:translate(0) rotate(-45deg);opacity:1;filter:invert(1)}}@media screen and (max-width:640px){.production_label_wrapper{padding:0 24px}}