#sub-type05 .gw-btn01{width: 240px;}
#sub-type05 .gw-sub-title03{font-size: var(--main-title03);font-weight: 800;line-height: 1.5;letter-spacing: -0.02em;}
#sub-type05 .gw-img-container{overflow: hidden;}
#sub-type05 .giftcard-item{display: flex;flex-wrap: wrap;gap: 1rem;}
#sub-type05 .giftcard-item > li{width: calc(50% - 0.5rem);height: auto;padding: 2rem;background: #F3F3F3;text-align: center;}
#sub-type05 .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-type05 .giftcard-img {display: inline-block;background: #fff;box-shadow:0px 10px 20px rgb(0 0 0 / 20%);}
#sub-type05 .giftcard-img > img{width: 100%;object-fit: cover;}
#sub-type05 .gw-sub-con02 > .gw-sub-con-1200{padding:0 !important;}
#sub-type05 .table-wrap {margin-bottom: 30px;}
#sub-type05 .table-wrap > table {width: 100%;border-collapse: collapse;border-top:2px solid #000;border-bottom:1px solid #ddd;}
#sub-type05 .table-wrap thead {font-size: 17px;}
#sub-type05 .table-wrap tbody {font-size: 16px;font-weight: 500;color: #666;text-align: center;}
#sub-type05 .table-wrap th,
#sub-type05 .table-wrap td {padding: 20px;}
#sub-type05 .table-wrap th{background:#f2f2f2;border-right:1px solid #ddd;}
#sub-type05 .table-wrap th:last-child{border-right:none;}
#sub-type05 .table-wrap td{border-right:1px solid #ddd;}
#sub-type05 .table-wrap td:last-child{border-right:none;}


/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1024px){
    #sub-type05 .gw-sub-top-banner .bg{background-attachment:initial !important;}
}

@media screen and (max-width:576px){
    #sub-type05 [class*="gw-sub-con"]:not(:last-child){margin-bottom:50px;}
    #sub-type05 .giftcard-item > li{width: 100%;}
    #sub-type05 .table-wrap td{border-right:none;}
    #sub-type05 .giftcard-title{padding:0.25rem 1rem;font-size:1rem;}
}

