#sub-giftcard .gw-btn0102{width: 240px;}
#sub-giftcard .gw-sub-top-banner .bg{background: url(../../img/gw-giftcard-banner.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}
#sub-giftcard .giftcard-item{display: flex;flex-wrap: wrap;gap: 1rem;}
#sub-giftcard .giftcard-item > li{width: calc(50% - 0.5rem);height: auto;padding: 2rem;background: #F8F8F8;text-align: center;}
#sub-giftcard .giftcard-title {display: inline-block;padding: 0.5rem 1rem;background:var(--main-color);width: auto;border-radius: 50px;font-size: 16px;color: #fff;margin-bottom:16px;}
#sub-giftcard .giftcard-img {display: inline-block;background: #fff;box-shadow:0px 10px 20px rgb(0 0 0 / 20%);}
#sub-giftcard .giftcard-img > img{width: 100%;object-fit: cover;}
#sub-giftcard .gw-sub-con02 > .gw-sub-con-1200{padding:0 !important;}
#sub-giftcard .table-wrap {margin-bottom: 30px;}
#sub-giftcard .table-wrap > table {width: 100%;border-collapse: collapse;border-top:2px solid #000;border-bottom:1px solid #ddd;}
#sub-giftcard .table-wrap thead {font-size: 17px;}
#sub-giftcard .table-wrap tbody {font-size: 16px;font-weight: 500;color: #666;text-align: center;}
#sub-giftcard .table-wrap th,
#sub-giftcard .table-wrap td {padding: 20px;}
#sub-giftcard .table-wrap th{background:#f2f2f2;border-right:1px solid #ddd;}
#sub-giftcard .table-wrap th:last-child{border-right:none;}
#sub-giftcard .table-wrap td{border-right:1px solid #ddd;}
#sub-giftcard .table-wrap td:last-child{border-right:none;}


/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1024px){
    #sub-giftcard .gw-sub-top-banner .bg{background-attachment:initial !important;}
}

@media screen and (max-width:576px){
    #sub-giftcard [class*="gw-sub-con"]:not(:last-child){margin-bottom:0;}
    #sub-giftcard .table-wrap td{border-right:none;}
    #sub-giftcard .giftcard-title{padding:0.25rem 1rem;font-size:1rem;}
}

