@font-face {
    font-family: "UTM Centur";
    src: url("../font/UTMCentur/UTMCentur.woff2") format("woff2"), url("../font/UTMCentur/UTMCentur.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "UTM Centur";
    src: url("../font/UTMCentur/UTMCenturBold.woff2") format("woff2"), url("../font/UTMCentur/UTMCenturBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "UTM Centur";
    src: url("../font/UTMCentur/UTMCentur-BoldItalic.woff2") format("woff2"), url("../font/UTMCentur/UTMCentur-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "UTM Centur";
    src: url("../font/UTMCentur/UTMCentur-Italic.woff2") format("woff2"), url("../font/UTMCentur/UTMCentur-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    background-color: #fffce1;
}

.gift-about {
    background: url(../images/gift/banner_2.png);
    background-size: cover;
    background-position: center;
    padding: 52px 0;
    text-align: center;
    font-family: "UTM Centur";
}
.gift-about img {
    width: 160px;
}
.gift-about h1 {
    color: #233d20;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
}
.gift-about .ht-format-detail {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .gift-about .ht-format-detail {
        width: 100%;
    }
}
/* BEGIN b-card-38 */
.b-card-38 {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.b-card-38 .b_title {
    font-size: 18px;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.83%, rgba(0, 0, 0, 0.8) 100%);
    backdrop-filter: blur(4px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 20px;
}
.b-card-38:hover .b_title {
    opacity: 1;
}

/* END b-card-38 */
.gift-list .slick-slider .item {
    padding: 10px;
}
.gift-list .slick-slider {
    margin: 0 -10px;
}
[class*="b-sslide-"] .slick-arrow {
    background-color: transparent;
}
[class*="b-sslide-"] .slick-arrow:before {
    color: #fff;
    font-size: 32px;
}
[class*="b-sslide-"] .slick-arrow:hover:before {
    color: #f8edb0;
}
.gift-list {
    background-color: #233d20;
    padding: 60px 0;
}
.gift-list_title {
    color: #f8edb0;
    font-family: "UTM Centur";
    font-size: 34px;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: center;
}
.gift-list_desc {
    font-size: 16px;
    color: #f8edb0;
    margin-bottom: 40px;
    text-align: center;
}
.gift-bst {
    padding: 60px 0;
}
.gift-bst_title {
    text-align: center;
    font-family: "UTM Centur";
    font-size: 34px;
    margin-bottom: 34px;
    font-weight: 700;
    color: #233d20;
}
.gift-bst_card {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}
.gift-bst_card h3 {
    font-family: "UTM Centur";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-top: 12px;
    color: #233d20;
}
[class*="s-pagination-"] > li.active {
    background-color: #233d20;
    color: #fff;
    border-color: unset;
}
.gallery-grid {
    column-count: 4;
    column-gap: 24px;
}
.gallery-item {
    margin-bottom: 24px;
    display: block;
}
.gallery-item img {
    border-radius: 12px;
}
@media (max-width: 575px) {
    .gallery-grid {
        column-count: 2;
        column-gap: 12px;
    }
    .gallery-item {
        margin-bottom: 12px;
    }
    .gift-bst {
        padding: 30px 0;
    }
    .gift-bst_title {
        font-size: 26px;
    }
    .gift-list {
        padding: 30px 0;
    }
    .gift-list_title {
        font-size: 26px;
    }
}
#modalGift .c-modal-box {
    max-width: 1300px;
}
.gift-why {
    background-color: #fffded;
    padding: 60px 0;
}
.gift-why_title {
    text-align: center;
    font-family: "UTM Centur";
    font-size: 32px;
    margin-bottom: 34px;
    font-weight: 700;
    color: #233d20;
}
.gift-why_card {
    background-color: #233d20;
    padding: 32px;
    font-family: "UTM Centur";
    border-radius: 12px;
    margin-top: 62px;
}
.gift-why_card h4 {
    color: #be2025;
    margin-top: -135px;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
}
.gift-why_card h3 {
    color: #f8edb0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}
.gift-why_card p {
    font-size: 14px;
    color: #f2f2f2;
}
@media (max-width: 575px) {
    .gift-why_title {
        font-size: 26px;
    }
    .gift-why_card {
        padding: 16px;
    }
    .gift-why_card h4 {
        font-size: 72px;
        margin-top: -80px;
    }
    .gift-why {
        padding: 30px 0;
    }
}
.gift-form {
    padding: 60px 0;
}
.gift-form img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
.gift-form h2 {
    color: #233d20;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "UTM Centur";
    text-align: center;
}
.gift-form .ht-format-detail {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: "UTM Centur";
}
.gift-form form {
    border-radius: 16px;
    border: 1px solid #233d20;
    background: #fefbef;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    padding: 40px;
    width: 80%;
    margin: 40px auto 0;
}
@media (max-width: 575px) {
    .gift-form form {
        width: 100%;
        padding: 20px;
    }
}
