    :root {
        --primary: #cbc3bc;
    }

    em {
        font-style: normal;
    }

    .header {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .header .header-inner .logo a:after {
        background-image: url(/images/logo-w.svg) !important;
    }

    .header .gnb > li > a {
        color: #fff;
    }

    .header .gnb .arrow {
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
    }

    .header .mobBtn span,
    .header .mobBtn::before,
    .header .mobBtn::after {
        background: #fff;
    }

    .section-head {
        text-align: center;
        margin-bottom: 60px;
    }

    .section-head h3 {
        position: relative;
        font-size: 40px;
        font-family: var(--engfont);
        color: #cbc3bc;
    }

    .section-head h3:before {
        content: '';
        position: absolute;
        display: inline-block;
        top: -60px;
        left: 50%;
        width: 1px;
        height: 40px;
        background: #dbc1ab;
    }

    .section-head p.sub {
        margin: 16px 0 20px;
        font-size: 24px;
    }

    .section-head p.desc {
        font-size: 15px;
        line-height: 1.4;
        color: #555;
    }

    .sec3,
    .sec2 {
        position: relative;
    }

    .sec2 .inner {
        position: relative;
        z-index: 2;
    }

    .cta {
        position: relative;
        padding: 19px 22px;
        transition: all 0.2s ease;
        margin-top: 40px;
        display: inline-block;
    }

    .cta:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 28px;
        background: rgb(222 222 222 / 50%);
        width: 56px;
        height: 56px;
        transition: all 0.3s ease;
    }

    .cta span {
        position: relative;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .cta svg {
        position: relative;
        top: -.5px;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #111;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .cta:hover:before {
        width: 100%;
        background: #111;
    }

    .cta:hover svg {
        transform: translateX(0);
        stroke: #fff;
    }

    .cta:active {
        transform: scale(0.96);
    }

    .cta:hover span {
        color: #fff;
    }

    .sec-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .sec2 .sec-bg {
        background-image: url(<?php echo G5_THEME_URL ?>/images/sec1-bg.jpg);
    }

    .swp_slide2 {
        position: relative;
        height: 100%;
    }

    #visual {
        position: relative;
        height: 580px;
        overflow: hidden;
    }

    .swp_slide2 .swiper-container {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swp_slide2 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
    }

    /* fraction 구분자 스타일 */
    .swp_slide2 .fraction-line {
        display: inline-block;
        width: 1px;
        height: 12px;
        background: #fff;
        margin: 0 8px;
        vertical-align: middle;
        transform: translateY(-2px);
    }

    .swp_slide2 .swiper-container .swiper-wrapper .swiper-slide .swp_bg {
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        transform: scale(1.1);
        transition: transform 12s;
        z-index: -1;
    }

    .swp_slide2 > .swiper-container > .swiper-wrapper > .swiper-slide.swiper-slide-active > .swp_bg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }


    .swp_slide2 .swp_bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgb(0, 0, 0, .4) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .swp_slide2 .swp_txt {
        display: flex;
        align-items: center;
        text-align: left;
        width: 100%;
        height: 100%;
        position: relative;
        top: 62%;
        transform: translateY(-50%);
        margin: 0 auto;
        max-width: 1440px;
        z-index: 10;
        color: #fff;
    }

    /*  anim_txt  */
    .swp_slide2 .swiper-slide .anim p:nth-child(1) {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .swp_slide2 .swiper-slide .anim p:nth-child(2) {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .swp_slide2 .swiper-slide-active .anim p {
        position: relative;
        overflow: hidden;
        color: #fff;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(1) .anim_txt,
    .swp_slide2 .swiper-slide .anim p:nth-child(1) .anim_txt {
        font-size: 20px;
        font-weight: 700;
        font-family: var(--engfont);
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(2) .anim_txt,
    .swp_slide2 .swiper-slide .anim p:nth-child(2) .anim_txt {
        font-size: 48px;
        font-weight: 700;
        font-family: var(--engfont);
        color: #dbc1ab;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(3) .anim_txt,
    .swp_slide2 .swiper-slide .anim p:nth-child(3) .anim_txt {
        font-size: 16px;
        font-weight: 400;

    }

    .swp_slide2 .swiper-slide-active .anim p .anim_txt {
        display: block;
        animation: textanimation 1s backwards;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(1) .anim_txt {
        animation-delay: 200ms;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(2) .anim_txt {
        animation-delay: 400ms;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(3) .anim_txt {
        animation-delay: 600ms;
    }

    @keyframes textanimation {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }



    .swp_slide2 button.auto {
        margin-top: -4px;
    }

    .swp_slide2 button.auto.swiper-button-play {
        display: none;
    }

    .swp_slide2 .swiper-progress-bar {
        position: relative;
        z-index: 10;
        width: 360px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .swp_slide2 .swiper-progress-bar .stick {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: #fff;
    }

    .swp_slide2 button {
        background: inherit;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        overflow: visible;
        cursor: pointer;
        outline: none;
    }

    .swp_slide2 .swp-navi {
        position: absolute;
        left: 50%;
        bottom: 10%;
        z-index: 1;
        margin: 0;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        max-width: 1440px;
        width: 100%;
    }

    .swp_slide2 .navi-item {
        display: inline-block;
        margin-right: 12px;
        vertical-align: middle;
    }

    .swp_slide2 .navi-item:last-child {
        margin-right: 0;
    }

    .swp_slide2 .swiper-pagination {
        position: inherit !important;
        color: #fff;
        letter-spacing: 1px;
    }

    .swp_slide2 .swiper-button-next,
    .swp_slide2 .swiper-button-prev {
        position: inherit !important;
        background-image: none !important;
        height: auto !important;
        margin-top: -2px !important;
        width: auto;
    }

    .swp_slide2 .swiper-button-prev:after,
    .swp_slide2 .swiper-rtl .swiper-button-next:after {
        display: none !important;
    }

    .swp_slide2 .swiper-button-next:after,
    .swp_slide2 .swiper-rtl .swiper-button-prev:after {
        display: none !important;
    }

    .swp_slide2 .navi-prev i,
    .swp_slide2 .navi-next i {
        color: #fff;
        font-size: 14px;

    }

    @media screen and (max-width: 1200px) {


        .swp_slide2 .swiper-slide .swp_txt {
            padding-left: 30px;
        }
    }

    @media screen and (max-width:1024px) {
        #visual {
            margin-top: 60px;
        }

        .swp_slide2 .swiper-container .swiper-wrapper .swiper-slide .swp_txt h2 {
            font-size: 40px;
        }

        .swp_slide2 .swiper-container .swiper-wrapper .swiper-slide .swp_txt p {
            width: 80%;
            word-break: keep-all;
            line-height: 1.4;
        }
    }

    .root_daum_roughmap .wrap_controllers,
    .root_daum_roughmap .cont {
        display: none !important;
    }

    .sec4 {
        padding: 150px 0;
        background: linear-gradient(180deg, #efece5 0%, #ffffff 100%);
    }

    .sec4 .inner {
        max-width: 1440px;
        margin: 0 auto;
    }

    .sec4 .inner .sec-title {
        text-align: left;
    }

    .sec4 .inner .dflx {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 600px;
    }

    .sec4 .left,
    .sec4 .right {
        width: 50%;
    }

    .sec4 .inner .dflx .left {
        width: 50%;
        padding-right: 60px;
    }

    .sec4 .inner .dflx .left h3 {
        font-size: 48px;
        font-family: var(--engfont);
        margin-bottom: 30px;
    }

    .sec4 em {
        font-style: normal;
    }

    .sec4 .inner .dflx .left .info-group {
        margin-bottom: 40px;
    }

    .sec4 .inner .dflx .left .info-group h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .sec4 .inner .dflx .left .time li {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }

    .sec4 .inner .dflx .left .time .label {
        margin-left: 20px;
        color: #888;
    }

    .sec4 .inner .dflx .left .tel {
        font-size: 36px;
        font-weight: 700;
        color: #000;
        font-family: var(--engfont);
    }

    .sec4 .inner .dflx .left .addr {
        font-size: 15px;
        color: #666;
        line-height: 1.6;
    }

    .sec4 .btn-wrap {
        display: flex;
        gap: 8px;
    }

    .sec4 .btn-wrap a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #ffde00;
        padding: 14px 28px;
        border-radius: 30px;
        font-size: 16px;
        font-weight: 600;
    }

    .sec4 .btn-wrap a:nth-child(1) {
        background: #ffde00;
    }

    .sec4 .btn-wrap a:nth-child(2) {
        background: #17B75E;
        color: #fff;
    }

    .sec4 .btn-wrap a span {
        display: inline-block;
        transform: translateY(-2px);
    }

    .sec4 .btn-wrap a span img {
        width: 18px;
    }

    .sec4 .btn-wrap a:nth-child(1) span img {
        width: 24px;
    }

    .sec4 .btn-wrap a:nth-child(1) span {
        transform: translateY(0);
    }

    .marquee_wrap {
        margin-top: 60px;
    }

    .marquee_wrap .overh {
        overflow-x: hidden;
    }

    .marquee_wrap .rolling_inner {
        white-space: nowrap;
        font-family: var(--engfont);
        font-weight: 700;
        font-style: normal;
    }

    .marquee_wrap .rolling_inner .rolling_txt_wrap {
        font-size: 9.5vw;
        display: inline-block;
        color: #F3F3F3;
    }

    .circle-text {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 160px;
        left: -120px;
        margin: 0 auto;
    }

    .circle-text svg {
        width: 100%;
        height: 100%;
    }

    .circle-text .circle-label {
        fill: #e0e0e0;
        font-size: 28px;
        letter-spacing: 3px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: var(--engfont);
    }

    .rotating {
        animation: rotateCircle 20s linear infinite;
    }

    @keyframes rotateCircle {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }


    .sec-title {
        text-align: center;
        margin-bottom: 60px;
    }

    .sec-title h2 {
        font-size: 36px;
        line-height: 1;
        font-weight: 400;
    }

    .sec-title p {
        font-family: var(--engfont);
        font-size: 17px;
        margin-bottom: 12px;
    }

    .reser-wrap {
        padding: 100px 0;
        background: #f5f6f7;
    }

    .reser-wrap .inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .form-wrap {}

    .form-dflx {
        display: flex;
        gap: 16px;
    }

    .form-item {
        border: 1px solid #c5ccd4;
        border-radius: 8px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        gap: 24px;
        justify-content: space-between;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .form-item .form-inp:nth-child(2) {
        width: 120px;
    }

    .form-item .form-inp:nth-child(2) {
        flex: 1;
    }

    .form-inp {
        width: 100%;
}

    .form-df {
        display: flex;
        gap: 12px;
    }

    .form-df .date-inp {
        flex: 1;
    }

    .form-inp label {
        display: block;
        font-size: 14px;
        color: #6a717b;
        margin-bottom: 12px;
        font-weight: bold;
    }

    .form-inp input[type="text"] {
        width: 100%;
        height: 50px;
        background-color: transparent;
        padding-left: 8px;
        border: none;
        color: #999;
        transition: all .3s;
        border-bottom: 2px solid #eee;
        font-size: 15px;
    }

    .form-inp input:focus {
        outline: none;
        box-shadow: none;
    }

    .form-inp input::placeholder {
        color: #c5ccd4;
    }

    .custom-select {
        position: relative;
        width: 120px;
    }

    .custom-select .select-trigger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        padding: 0 12px;
        border: 1px solid #c5ccd4;
        border-radius: 8px;
        background: #fff;
        font-size: 14px;
        color: #333;
        cursor: pointer;
    }

    .custom-select .select-trigger .arrow {
        transition: transform .25s ease;
    }

    /* 열렸을 때 화살표 회전 */
    .custom-select.active .select-trigger .arrow {
        transform: rotate(180deg);
    }

    .custom-select .select-options {
        display: none;
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        width: 100%;
        max-height: 200px;
        /* ✅ 스크롤 영역 높이 */
        overflow-y: auto;
        /* ✅ 스크롤 */
        border: 1px solid #c5ccd4;
        border-radius: 8px;
        background: #fff;
        z-index: 10;
    }

    .custom-select .select-options li {
        padding: 10px 12px;
        cursor: pointer;
        font-size: 14px;
    }

    .custom-select .select-options li:hover {
        background: #f1f3f5;
    }

    .reser-calc {
        display: flex;
        align-items: center;
        background: #303030;
        color: #fff;
        padding: 20px;
        border-radius: 8px;
        margin-top: 12px;
    }

    /* 왼쪽 라벨 */
    .calc-label {
        margin-right: 20px;
        flex-shrink: 0;
    }

    /* 요금 정보 전체를 오른쪽으로 밀기 */
    .price-wrap {
        margin-left: auto;
        white-space: nowrap;
    }

    .price-wrap .fee-item + .fee-item::before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        /* ← 원하는 높이 */
        background: #999;
        /* ← divider 색상 */
        margin: 0 6px;
        vertical-align: middle;
    }

    .price-wrap .fee-item em {
        font-style: normal;
    }

    /* “예약하기” 버튼 */
    .reser-wrap .calc-btn {
        margin-left: 20px;
        background: #9f8a69;
        color: #fff;
        padding: 14px 40px;
        border: 0;
        cursor: pointer;
        flex-shrink: 0;
        border-radius: 4px;
        font-weight: bold;
    }

    .calendar-wrap {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }

    .cus-cal {
        background: #fff;
        border-radius: 4px;
        max-width: 100%;
        border: 1px solid rgba(238, 238, 238, 0.8);
    }

    .cus-cal-header {
        display: flex;
        align-items: center;
        padding: 12px;
    }

    .cus-cal-header-label {
        flex: 1;
        text-align: center;
        font-weight: 700;
    }

    .cus-cal-week {
        display: flex;
    }

    .cus-cal-week span {
        width: 14.28%;
        padding: 8px;
        font-size: 13px;
        text-align: center;
        font-weight: 600;
    }

    .cus-cal-week span:first-child {
        color: red;
    }

    .cus-cal-body {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        height: 240px;
    }

    .cus-cal-date {
        width: 14.28%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;

    }

    .cus-cal-date span {
        font-size: 15px;
        font-weight: 400;
    }

    .cus-cal-date--active {
        cursor: pointer;
        border-radius: 50%;
    }

    .cus-cal-date--today {
        background: #e7e9ed;
        color: #7f7f7f;
    }

    .cus-cal-date--selected {
        background: #111;
        color: #fff;
    }

    .cus-cal-date--disabled {
        opacity: .4;
        cursor: not-allowed;
    }

    .calendar-modal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .calendar-modal__box {
        background: #fff;
        width: 380px;
        max-width: 90%;
        border-radius: 12px;
        overflow: hidden;
    }

    .calendar-modal__header {
        padding: 20px;
        font-size: 18px;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .calendar-modal__header h3 {
        font-weight: 400;
    }

    .calendar-modal__close {
        background: none;
        border: 0;
        font-size: 22px;
        cursor: pointer;
    }

    .calendar-modal__body {
        padding: 12px 20px;
    }

    .calendar-modal__footer {
        padding: 16px;
        background: #f1f1f1;
        text-align: center;
    }

    .calendar-modal__confirm {
        background: #999;
        border: 0;
        padding: 12px 40px;
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
    }

    .reser-notice {
        margin-top: 24px;
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        margin-top: 12px;
        padding: 20px;
    }

    .reser-notice ul {
        list-style: disc;
        padding-left: 18px;
    }

    .reser-notice li + li {
        margin-top: 6px;
    }

    .reser-notice .sub {
        font-size: 13px;
        color: #777;
    }

    @media (max-width:768px) {
        .reser-wrap {
            padding: 60px 20px;
        }

        .form-dflx {
            flex-direction: column;
        }

        .sec-title h2 {
            font-size: 24px;
        }

        .sec-title {
            margin-bottom: 40px;
        }
    }

    .sec5 {
        padding: 100px 0;
        background: #fff;
    }

    .sec5 .inner,
    .sec6 .inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sec5 .inner .sec-title {
        margin-bottom: 40px;
    }

    .sec5 .inner .sec-title h2 {
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
    }

    .sec5 .inner .sec-title p {}

    .sec5 .gallery-swiper {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .sec5 .gallery-slide {
        border-radius: 12px;
        overflow: hidden;
    }

    .sec5 .gallery-slide img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .sec5 .swiper-button-prev,
    .sec5 .swiper-button-next {
        color: #333;
    }

    .sec5 .swiper-pagination {
        bottom: 10px;
    }

    /* Swiper 기본 아이콘 제거 */
    .sec5 .swiper-button-prev,
    .sec5 .swiper-button-next {
        background-image: none !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        background: rgb(0, 0, 0, .5);
        text-align: center;
        position: absolute;
        top: 50%;
        /* 세로 가운데 */
        transform: translateY(-50%);
        /* 정확히 가운데 정렬 */
        z-index: 10;
    }

    /* ← */
    .sec5 .swiper-button-prev {
        left: 10px;
        /* 좌측 여백 */
    }

    /* → */
    .sec5 .swiper-button-next {
        right: 10px;
        /* 우측 여백 */
    }

    /* 공통 스타일 */
    .sec5 .swiper-button-prev::after,
    .sec5 .swiper-button-next::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: relative;
    }

    /* ← 왼쪽 화살표 */
    .sec5 .swiper-button-prev::after {
        transform: rotate(-135deg);
        left: 3px;
        /* ⬅️ 오른쪽으로 살짝 이동 */
        top: 2px;
    }

    /* → 오른쪽 화살표 */
    .sec5 .swiper-button-next::after {
        transform: rotate(45deg);
        left: -3px;
        /* ⬅️ 왼쪽으로 살짝 이동 */
    }

    .sec5 .swiper-pagination-bullet-active {
        background: #111;
    }

    .sec6 {
        padding: 60px 0;
        background: #fff;
    }

    .sec6 .grid-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .sec6 .card {
        background: #f9f9f9;
        border: 1px solid #eee;
        padding: 24px;
        transition: all .3s;
    }

    .sec6 .card:nth-child(1) {
        background: #fdeee7;
        /* 샘플: 포인트 배경 */
    }

    .sec6 .card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .sec6 .card p {
        font-size: 14px;
        color: #555;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .sec6 .card .more {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sec6 .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .sec6 .card .more span {
        font-size: 14px;
        color: #888;
    }

    .sec7 {
        padding: 80px 20px;
        background: #f9f9f9;
        text-align: center;
    }

    .sec7 .wrap {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sec7 .title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .sec7 .cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .sec7 .card {
        background: #fff;
        padding: 30px 20px;
        border: 1px solid #eee;
        border-radius: 10px;
    }

    .sec7 .card .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }

    .sec7 .card h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .sec7 .card p {
        font-size: 15px;
        color: #555;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .sec7 .card .phone {
        display: block;
        font-size: 22px;
        font-weight: 700;
        margin-top: 10px;
    }

    .sec7 .card .btns {
        display: inline-block;
        padding: 8px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        color: #333;
        transition: 0.3s;
    }

    .sec7 .card .btns:hover {
        background: #333;
        color: #fff;
        border-color: #333;
    }

    .more-btn {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .more-btn a {

        text-align: center;
        display: inline-block;
        padding: 12px 28px;
        background: #222;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
