@charset "utf-8";

.mark {
    color: var(--strong);
}

:root {
    --padding: 120px 0;
    --strong: #007bff;
    --h2-title: 40px;
    --h2-title-bottom: 20px;
    --h2-desc: 20px;
    --h2-desc-height: 1.5;
}

@media (max-width:1024px) {
    :root {
        --h2-title: 36px;
    }
}

@media (max-width:768px) {
    :root {
        --h2-title: 28px;
        --h2-desc: 18px;
        --h2-title-bottom: 12px;
    }
}

@media (max-width:550px) {
    :root {
        --h2-title: 24px;
        --h2-desc: 16px;
    }
}

@media (max-width:400px) {
    :root {
        --h2-title: 20px;
        --h2-desc: 14px;
    }
}

#marketing-main {
    margin: 180px auto 100px;
}

.main-sec .hero-title h1 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.main-sec .hero-title p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-top: 20px;
    word-break: keep-all;
}

.main-sec .hero-title h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin: 24px 0;
}


@media (max-width:1400px) {
    section {
        padding: 120px 20px !important;
    }
}

@media (max-width:1200px) {
    section {
        padding: 80px 20px !important;
    }
}

@media (max-width:1024px) {
    .main-sec .hero-title h2 {
        font-size: 40px;
    }
}

@media (max-width:768px) {
        section {
        padding: 60px 20px !important;
    }
    
    #marketing-main {
        margin: 80px auto;
    }

    .main-sec {
        padding: 60px 0 0 !important;
    }

    .main-sec .hero-title h2 {
        font-size: 36px;
    }

}

@media (max-width:500px) {
    .main-sec .hero-title h2 {
        font-size: 32px;
    }
}


@media (min-width:601px) {

    .mbr {
        display: none;
    }
}

@media (max-width:600px) {

    .mbr {
        display: block !important;
    }
}

@media (max-width:420px) {
    .main-sec .hero-title h2 {
        font-size: 28px;
    }
}

section .sec-title {
    padding: 0 20px;
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width:768px) {
    section .sec-title {
        margin-bottom: 40px;
    }

    section .sec-title p br {
        display: none;
    }
}


#marketing-main .poly {
    margin-top: 40px;
}

.sec1-banner {
    width: 100%;
    padding: 100px 0;

}

.sec1-banner .swiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.sec1-banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec1-banner .banner-item {
    position: relative;
    width: 100%;
    padding: 80px 60px;
    border-radius: 24px;
    background: linear-gradient(120deg, #d6e7f6 0%, rgba(255, 255, 255, 0.25) 70%, #e2eaf0 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(52 171 255 / 15%);
    box-shadow: 0 8px 24px rgb(23 130 206 / 12%);
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sec1-banner .banner-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 149, 255, 0.2);
}

.sec1-banner h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 16px;
}

.sec1-banner p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.sec1-banner .btns {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 12px 28px;
    border-radius: 32px;
    font-weight: 600;
}

.main-sec {
    margin: 80px 0;
}

@media (max-width:768px) {
    .main-sec {
    margin:40px 0;
}
}

#marketing-main .main-sec {
    margin: 80px 0 140px;
}

#marketing-main .main-sec .hero-title {
    margin-bottom: 0;
}

.main-sec .inner {
    max-width: 1660px;
    margin: 0 auto;
}

.main-sec .hero-title {
    text-align: center;
    padding: 0 20px;
}

.main-sec .hero-title .textflow {
    text-align: center;
    display: block;
    line-height: 1.4;
}

.main-sec .hero-title .textflow .tx {
    display: inline-block;
    vertical-align: baseline;
    white-space: pre;
    color: #bbb;
    opacity: .6;
    transition: color 0.6s, opacity 0.6s;
}

.hero-title .textflow .hl-tx {
    color: #bbb;
}

.main-sec .main-sec-title p {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
    line-height: 1.6;
}


.main-template .template-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.main-template .template-grid .template-item .template-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    height: 260px;
}

.main-template .template-grid .template-card .template-thumb {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: transform 0.8s ease;
}

.main-template .template-grid .template-card .template-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.main-template .template-grid .template-card .info {
    position: absolute;
    top: 16px;
    left: 16px;
}

.main-template .template-grid .template-card .info .badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 4px;
    background: #007bff;
    color: #fff;
}

:root {
    --category-color-1: #d9f2e6;
    --category-color-2: #e7f5ff;
    --category-color-3: #fff6e3;
    --category-color-4: #f4e8ff;
    --category-color-5: #fce8e8;
    --category-color-6: #eaf5ef;
    --category-color-7: #e3f0ff;
    --category-color-8: #dde2e7;
    --category-color-9: #b5c9c7;
    --category-color-10: #eaf1f5;
    --category-color-11: #97abb7;
}

.main-sec {}

.main-sec .category-nav {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 32px auto;
    overflow: hidden;
    padding: 0 16px;

}

.main-sec .category-nav-wrap {
    position: relative;
    z-index: 2;

}

.main-sec .category-nav-wrap.is-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    height: 70px;
    display: flex;
    align-items: center;
}


.main-sec .category-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.main-sec .category-list::-webkit-scrollbar {
    display: none;
}

.main-sec .category-list::-webkit-scrollbar {
    display: none;
}

.main-sec .category-list::before,
.main-sec .category-list::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.main-sec .category-list::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 10%, transparent);
}

.main-sec .category-list::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 10%, transparent);
}

.main-sec .category-list.fade-left::before {
    opacity: 1;
}

.main-sec .category-list.fade-right::after {
    opacity: 1;
}

.main-sec .nav-btn {
    z-index: 5;
}

.main-sec .category-item {
    flex-shrink: 0;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s;
}

.main-sec .category-item:nth-child(1) {
    background-color: var(--category-color-1);
}

.main-sec .category-item:nth-child(2) {
    background-color: var(--category-color-2);
}

.main-sec .category-item:nth-child(3) {
    background-color: var(--category-color-3);
}

.main-sec .category-item:nth-child(4) {
    background-color: var(--category-color-4);
}

.main-sec .category-item:nth-child(5) {
    background-color: var(--category-color-5);
}

.main-sec .category-item:nth-child(6) {
    background-color: var(--category-color-6);
}

.main-sec .category-item:nth-child(7) {
    background-color: var(--category-color-7);
}

.main-sec .category-item:nth-child(8) {
    background-color: var(--category-color-8);
}

.main-sec .category-item:nth-child(9) {
    background-color: var(--category-color-9);
}

.main-sec .category-item:nth-child(10) {
    background-color: var(--category-color-10);
}

.main-sec .category-item:nth-child(11) {
    background-color: var(--category-color-11);
}

.main-sec .category-item:hover {
    opacity: .8;
}

.main-sec .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    z-index: 5 !important;
}

.main-sec .nav-btn.prev {
    left: 16px;
}

.main-sec .nav-btn.next {
    right: 16px;
}

.main-sec .nav-btn.visible {
    opacity: 1;
    pointer-events: auto;
}

.main-sec .category-list.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    user-select: none;
}

.benefit-sec {
    padding: 100px 0;
    background: linear-gradient(to bottom,
            rgba(243, 245, 255, 0.25) 0%,
            rgba(243, 245, 255, 0.15) 40%,
            rgba(243, 245, 255, 0.08) 70%,
            rgba(243, 245, 255, 0.02) 100%);

}

.benefit-sec .inner {
    max-width: 1440px;
    margin: 0 auto;
}

.benefit-sec .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

.benefit-sec .sec-title h2 {
    font-size: var(--h2-title);
    line-height: 1.4;
    color: #111;
    margin-bottom: var(--h2-title-bottom);
}

.benefit-sec .sec-title p {
    font-size: var(--h2-desc);
    line-height: 1.5;
}

.benefit-sec .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 24px;
}

.benefit-sec .grid .item {
    display: block;
    position: relative;
    width: 100%;
    padding: 80px 60px;
    border-radius: 24px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(120deg, #d6e7f6 0%, rgba(255, 255, 255, 0.25) 70%, #e2eaf0 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(52 171 255 / 15%);
    box-shadow: 0 8px 24px rgb(23 130 206 / 12%);
}


.benefit-sec .item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}

.benefit-sec .grid .item .df {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefit-sec .title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}

.benefit-sec .desc {
    font-size: 17px;
    line-height: 1.5;
    opacity: .9;
    margin-bottom: 24px;
}

.benefit-sec .btns {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-radius: 24px;
    transition: opacity .25s ease;
}

.benefit-sec .btn:hover {
    opacity: .85;
}

.benefit-sec .sub-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.benefit-sec .sub-grid .item {
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    padding: 32px 28px;
    border-radius: 24px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(120deg, #d6e7f6 0%, rgba(255, 255, 255, 0.25) 70%, #e2eaf0 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(52 171 255 / 15%);
    box-shadow: 0 8px 24px rgb(23 130 206 / 12%);
}

.benefit-sec .sub-grid .item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
}

.benefit-sec .sub-grid .icon {
    font-size: 34px;
    margin-bottom: 16px;
}

.benefit-sec .sub-grid .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.benefit-sec .sub-grid .sub-desc {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.85;
}

#marketing-main .subnav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

#marketing-main .subnav ul {
    display: flex;
    justify-content: center;
    gap: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#marketing-main .subnav a {
    display: inline-block;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    border-radius: 30px;
    transition: all 0.25s ease;
}

#marketing-main .subnav a:hover {
    color: #111;
}

#marketing-main .subnav a.active,
#marketing-main .subnav a[aria-current="page"] {
    background: #111;
    color: #fff;
}

#marketing-main .sub-top {
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/mkt-sub-top-bg.jpg);
}

#marketing-main .sub-top .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

#marketing-main .sub-top-title {
    font-size: var(--h2-title);
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 24px;
    word-break: keep-all;
}

#marketing-main .sub-top-desc {
    font-size: var(--h2-desc);
    color: #555;
    line-height: 1.6;
    word-break: keep-all;
}

#marketing-main .marketing-feature {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F5FF 100%);
}

#marketing-main .marketing-feature .inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

#marketing-main .marketing-feature .title {
    text-align: center;
    font-size: var(--h2-title);
    line-height: 1.4;
    font-weight: 700;
    color: #111;
}

#marketing-main .marketing-feature .list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#marketing-main .marketing-feature .item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

#marketing-main .marketing-feature .icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#marketing-main .marketing-feature .icon img {
    width: 100%;
    height: auto;
    display: block;
}

#marketing-main .marketing-feature .text {
    flex: 1;
}

#marketing-main .marketing-feature .tit {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

#marketing-main .marketing-feature .desc {
    font-size: 17px;
    line-height: 1.55;
    color: #555;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    #marketing-main .marketing-feature {
        padding: 60px 0;
    }

    #marketing-main .marketing-feature .item {
        flex-direction: column;
        text-align: left;
        padding: 24px;
    }

    #marketing-main .marketing-feature .icon {
        width: 56px;
        height: 56px;
    }

    #marketing-main .marketing-feature .tit {
        font-size: 20px;
    }

    #marketing-main .marketing-feature .desc {
        font-size: 16px;
    }
}


.marketing-target {
    padding: 150px 0;
    text-align: center;
    background: #fff;
}

.marketing-target .title {
    font-size: var(--h2-title);
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}

.marketing-target .title .em {
    color: #1a73e8;
    /* 포인트 컬러 */
}

.marketing-target .poly {
    margin: 40px auto 60px;
    width: 180px;
}

.marketing-target .poly img {
    max-width: 100%;
}

.marketing-target .list {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.marketing-target .item {
    width: 260px;
    padding: 28px 24px;
    border-radius: 18px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(120deg, #f6fbff 0%, rgb(38 57 85 / 6%) 70%, #e2eaf0 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(52 171 255 / 15%);
    box-shadow: 0 8px 24px rgb(23 130 206 / 12%);
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.marketing-target strong {
    font-size: 15px;
    color: #3C77E3;
    text-transform: uppercase;
}

.marketing-target .text {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    line-height: 1.5;
    word-break: keep-all;
    margin-top: 12px;
}


.marketing-reason {
    padding: 120px 0;
    background: linear-gradient(to bottom, #3673e2 0%, rgba(15, 71, 174, 0) 100%);
}

.marketing-reason .inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

.marketing-reason .title {
    font-size: var(--h2-title);
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.marketing-reason .list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.marketing-reason .item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.marketing-reason .icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing-reason .icon img {
    width: 100%;
    height: auto;
    display: block;
}

.marketing-reason .tit {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.marketing-reason .desc {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    word-break: keep-all;
}

/* 섹션 기본 */
.marketing-case {
    padding: 120px 0;
    /*    background: rgba(247, 247, 247, 0.5);*/
}

.marketing-case .sec-title h2 {
    margin-bottom: 16px;
}

.marketing-case .sec-title p {
    font-size: var(--h2-desc);
    line-height: var(--h2-desc-height);
    color: #333;
}

.marketing-case .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.marketing-case .title {
    text-align: center;
    font-size: var(--h2-title);
    font-weight: 700;
    line-height: 1.4;
}

.marketing-case .case-swiper {
    padding: 20px;

}

/* slide layout */
.marketing-case .case-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    gap: 40px;
}

.marketing-case .case-left {
    background: #F5F9FF;
    width: 420px;
    height: 400px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.marketing-case .case-left img {
    width: 240px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

/* 텍스트 */
.marketing-case .case-right .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.marketing-case .case-right .result {
    font-size: 18px;
    margin-bottom: 24px;
    color: #444;
}

.marketing-case .case-right strong.em {
    color: #ff4b3e;
}

.marketing-case .case-right .desc {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    max-width: 450px;
    word-break: keep-all;
}

/* Swiper */
.marketing-case .case-pagination {
    margin-top: 30px;
    text-align: center;
}

.marketing-case .case-prev,
.marketing-case .case-next {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    z-index: 20;
}

.marketing-case .case-prev {
    left: -35px;
}

.marketing-case .case-next {
    right: -35px;
}

.marketing-case .case-prev svg,
.marketing-case .case-next svg {
    width: 18px;
    height: 18px;
}

.seo-sec {
    padding: 80px 0;
}

.seo-sec .inner {
    max-width: 1024px;
    margin: 0 auto;
}

/* 상단 원 */
.seo-sec .top-circles {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
}

.seo-sec .top-circles:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background: #eee;
    z-index: -1;
}

.seo-sec .circle {
    flex: 1;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #e5f8ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.seo-sec .circle:nth-child(1) {
    background: #F4FCFF;
    border: 2px dashed rgba(120, 163, 179, 0.3);
}

.seo-sec .circle:nth-child(2) {
    background: #F3FFF1;
    border: 2px dashed rgba(122, 183, 116, 0.3);
}

.seo-sec .circle:nth-child(3) {
    background: #FFF8EA;
    border: 2px dashed rgba(194, 157, 83, 0.3);
}

.seo-sec .circle .tit {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.seo-sec .circle .txt {
    font-size: 15px;
}

.seo-sec .top-circles .circle:nth-child(1) .tit {
    color: #78a3b3;
}

.seo-sec .top-circles .circle:nth-child(1) .txt {
    color: #78a3b3;
}

.seo-sec .top-circles .circle:nth-child(2) .tit {
    color: #7ab774;
}

.seo-sec .top-circles .circle:nth-child(2) .txt {
    color: #7ab774;
}

.seo-sec .top-circles .circle:nth-child(3) .tit {
    color: #c29d53;
}

.seo-sec .top-circles .circle:nth-child(3) .txt {
    color: #c29d53;
}


/* 하단 리스트 */
.seo-sec .bottom-list {
    display: flex;
    flex-direction: column;
}

.seo-sec .row {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #eee;
    padding: 60px 0;
}

.seo-sec .row:first-child {
    border-top: 1px solid #eee;
}

.seo-sec .left {
    flex: 0 0 520px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
}

.seo-sec .left::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3dbf70;
    position: absolute;
    left: 0;
    top: 8px;
}

.seo-sec .right {
    flex: 1;
    line-height: 1.7;
    color: #555;
    font-size: 17px;
    word-break: keep-all;
}

.seo-tech {
    padding: 120px 0;
    background: linear-gradient(0deg, #FFF 0%, #f5fafd 100%);
}

.seo-tech .inner {
    max-width: 1000px;
    margin: 0 auto;
}

.seo-tech .title {
    text-align: center;
    font-size: var(--h2-title);
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.seo-tech .list {
    display: flex;
    flex-direction: column;
}

.seo-tech .item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.seo-tech .item:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #eee;

}

.seo-tech .left {
    flex: 0 0 240px;
    background: #E9F1F7;
    padding: 18px 24px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #266696;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.seo-tech .right {
    flex: 1;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

/* ----------------------------------
   전체 섹션
---------------------------------- */
.seo-search {
    padding: 120px 0 140px;
    text-align: center;
    width: 100%;
    height: 600px;
    background:
        radial-gradient(circle at top left,
            rgba(115, 230, 255, 0.45),
            rgba(115, 230, 255, 0.00) 60%),
        radial-gradient(circle at bottom right,
            rgba(180, 255, 220, 0.45),
            rgba(180, 255, 220, 0.00) 60%);
}

.seo-search .title {
    font-size: var(--h2-title);
    font-weight: 800;
    margin-bottom: var(--h2-title-bottom);
}

.seo-search .desc {
    font-size: var(--h2-desc);
    line-height: var(--h2-desc-height);
    word-break: keep-all;
    color: #555;
}

/* ----------------------------------
   검색 박스 전체
---------------------------------- */
.seo-search .search-box {
    display: flex;
    justify-content: center;
}

.seo-search .inner {
    background: #333;
    padding: 36px 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 60px;
    box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.18);
}

/* ----------------------------------
   구글 로고
---------------------------------- */
.seo-search .google img {
    width: 95px;
    display: block;
}

/* ----------------------------------
   가짜 인풋 박스
---------------------------------- */
.seo-search .fake-input {
    position: relative;
    background: #fff;
    border-radius: 50px;
    padding: 0 65px 0 32px;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #222;
    overflow: hidden;
    min-width: 380px;
}

/* 롤링 텍스트 애니 */
.seo-search #rolling-text {
    display: inline-block;
    white-space: nowrap;
}

/* 돋보기 */
.seo-search .fake-input .icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.seo-search .fake-input .icon img {
    width: 26px;
    height: 26px;
}

/* ----------------------------------
   체크리스트
---------------------------------- */
.seo-search .check-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.seo-search .check {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 17px;
    color: #fff;
}

.seo-search .roll.animate {
    animation: fadeUp 0.6s ease;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.seo-process {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFF 0%, #f5fafd 100%);
}

.seo-process .inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* 타이틀 */
.seo-process .process-title {
    font-size: var(--h2-title);
    font-weight: 700;
    margin-bottom: var(--h2-title-bottom);
    text-align: center;
}

.seo-process .process-desc {
    text-align: center;
    color: #666;
    font-size: var(--h2-desc);
    line-height: var(--h2-desc-height);
    word-break: keep-all;
}

/* 아이템 박스 */
.seo-process .process-item {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 24px;
    overflow: hidden;
}

/* STEP 헤더 */
.seo-process .process-head {
    padding: 22px 26px;
    background: #f9fafc;
    display: flex;
    align-items: center;
    gap: 12px;
}

.seo-process .process-head .step {
    font-size: 15px;
    font-weight: 600;
    color: #2b6be4;
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(194, 210, 240, 0.2);
}

.seo-process .process-head .name {
    font-size: 22px;
    font-weight: 700;
    flex: 1;
}

/* 화살표 필요 없으므로 숨김 */
.seo-process .process-head .arrow {
    display: none;
}

/* 내용 영역: 항상 펼쳐짐 */
.seo-process .process-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding: 32px 26px;
}

/* LEFT: TEXT COLUMN */
.seo-process .text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* 텍스트 블록 */
.seo-process .text-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.seo-process .text-block p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    word-break: keep-all;
    max-width: 650px;
}

/* RIGHT IMAGE */
.seo-process .img-col {
    flex: 0 0 280px;
}

.seo-process .img-col img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    background: #eee;
}


/* ============================
   반응형 (필요시)
   ============================ */
@media (max-width: 1024px) {
    .seo-process .process-body {
        flex-direction: column;
    }

    .seo-process .img-col {
        width: 100%;
        max-width: 420px;
        margin-top: 20px;
    }
}

/* ============================
   SEO Links Section (Prefix: .seo-links)
============================= */

/* WRAP */
.seo-links {
    padding: 60px 0;
    background: linear-gradient(0deg, #FFF 0%, #f5fafd3b 100%);
}

.seo-links .inner {
    max-width: 1440px;
    margin: 0 auto;
}

/* TITLE */
.seo-links .title {
    font-size: var(--h2-title);
    font-weight: 700;
    margin-bottom: var(--h2-title-bottom);
}

.seo-links .desc {
    font-size: var(--h2-desc);
    color: #666;
}

.seo-links .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.seo-links .cards .card {}

.seo-links .cards a .content {
    padding: 24px;
}

.seo-links .cards a .content .name {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.3;
}

.seo-links .cards a .content .txt {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.55;
    word-break: keep-all;
}


.seo-links .box1 {
    --rounded: 20px;
    height: 176px;
    width: 100%;
    background: linear-gradient(120deg, #deeff6 0%, #FFFFFF 50%, #ECF5F9 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 28px;
    transition: 0.25s ease;
    box-shadow: -6px -6px 12px rgba(0, 0, 0, 0.04);
    border-radius: var(--rounded);
    position: relative;
}

.seo-links .box1:hover .text {
    width: 30%;
}

.seo-links .text {
    height: 40px;
    width: 20%;
    background: #6e9fb4;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    display: grid;
    place-content: center;
    outline: 10px solid #FDFEFE;
    border-radius: var(--rounded);
    transition: width 0.35s linear;
}

.seo-links .text:before,
.seo-links .text:after {
    position: absolute;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background: radial-gradient(circle 20px at top left, transparent 98%, #FDFEFE);
}

.seo-links .text:before {
    left: -30px;
    bottom: 0;
    width: 30px;
    top: 20px;
}

.seo-links .text:after {
    top: -30px;
    right: -10px;
    width: 30px;
}

.sec-news {
    padding: 80px 0 0;
    background: #fff;
}

.sec-news .inner {
    max-width: 1440px;
    margin: 0 auto;
}

.sec-news .top-grid {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.sec-news .left > h2 {
    font-size: 36px;
    font-weight: 700;
}

.sec-news .btn-more {
    display: inline-block;
    padding: 10px 22px;
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 15px;
}

.sec-news .news-list {
    border-top: 2px solid #111;
}

.sec-news .news-list li {
    border-bottom: 1px solid #eee;
}

.sec-news .news-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    pointer-events: none;
}

.sec-news .news-list .txt {
    font-size: 17px;
    font-weight: 500;
}

.sec-news .news-list .date {
    font-size: 14px;
    color: #888;
}

/* 하단 4그리드 */
.sec-news .bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.sec-news .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sec-news .thumb img {
    width: 100%;
    display: block;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.sec-news .info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sec-news .info .df {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-news .title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
}

.sec-news .status {
    display: inline-block;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    color: #1660ff;
    background: #e8f0ff;
    padding: 4px 12px;
    border-radius: 20px;
    margin-top: 2px;
}

.sec-news .label {
    font-size: 15px;
    color: #555;
}


.sec-news .status {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    background: #f2f4f7;
    border-radius: 20px;
    line-height: 1;
}



.cm-project {
    padding: 100px 0;
}

.cm-project .inner {
    max-width: 1440px;
    margin: 0 auto;
}



.cm-project .sec-title h2 {
    font-size: var(--h2-title);
    margin-bottom: var(--h2-title-bottom);
    line-height: 1.4;
    color: #111;
}

.cm-project .sec-title p {
    font-size: var(--h2-desc);
    line-height: var(--h2-desc-height);
}

.cm-project .pf-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3열 */
    gap: 60px 20px;
    /* 행 간격 60px, 열 간격 20px */
}

.cm-project .pf-list ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.cm-project .pf-list ul li a .over {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.cm-project .pf-list ul li a .over .con .dim {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgb(0, 0, 0, .7);
    transition: all .3s;
    z-index: 2;
}

.cm-project .pf-list ul li a .over .con .dim_txt {
    position: absolute;
    left: 57px;
    bottom: 10px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
    z-index: 3;

}

.cm-project .pf-list ul li a .over .con .dim_txt p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.cm-project .pf-list ul li a .over .con .bg-wrap {
    overflow: hidden;
    height: auto;

}

.cm-project .pf-list ul li a .over .con .bg-wrap img {}

.cm-project .pf-list ul li a .over .con .bg {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-);
    background-size: cover !important;
    background-position: center center;
    transition: transform 0.4s ease;
}

.cm-project .pf-list ul li a .over .con .info {
    padding: 24px 0;
    text-align: center;
    background: #fff;
}

.cm-project .pf-list ul li a .over .con .info h2 {
    font-size: 18px;
    color: #111;
    line-height: 1;
}

.cm-project .pf-list ul li a:hover .over .con .bg {
    transform: scale(1.05);
}

.cm-project .pf-list .overlay-text {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 3;
    pointer-events: none;
}

.cm-project .pf-list ul li a:hover .overlay-text {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.cm-project .pf-list .info .features {
    font-size: 14px;
    color: #888;
    margin-bottom: 6px;
    line-height: 1.4;
    word-break: keep-all;
}

.cm-project .pf-list ul li a .over {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

.cm-project .cta-btn {
    text-align: center;
    margin-top: 40px;
}

.cm-project .cta-btn .plus-icon {
    position: relative;
    width: 60px;
    height: 60px;
    transition: all .3s;
}

.cm-project .cta-btn .plus-icon::before,
.cm-project .cta-btn .plus-icon::after {
    content: "";
    position: absolute;
    background-color: #333;
    /* 선 색상 */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cm-project .cta-btn .plus-icon::before {
    width: 60px;
    height: 1px;
}

.cm-project .cta-btn .plus-icon::after {
    width: 1px;
    height: 60px;
}

.cm-project .cta-btn a {
    display: inline-block;
    transition: all .3s;
    text-align: center;
}

.cm-project .cta-btn a:hover .plus-icon {
    transform: rotate(180deg);
}

/* 공통 옵션 */
.cm-project[class^="bg-work-"] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* PNG (no-webp 전용) */
.no-webp .cm-project .bg-work-51 {
    background-image: url('../images/work_51.png');
}

.no-webp .cm-project .bg-work-17 {
    background-image: url('../images/work_17.png');
}

.no-webp .cm-project .bg-work-12 {
    background-image: url('../images/work_12.png');
}

.no-webp .cm-project .bg-work-01 {
    background-image: url('../images/work_01.png');
}

.no-webp .cm-project .bg-work-04 {
    background-image: url('../images/work_04.png');
}

.no-webp .cm-project .bg-work-18 {
    background-image: url('../images/work_18.png');
}

.no-webp .cm-project .bg-work-11 {
    background-image: url('../images/work_11.png');
}

.no-webp .cm-project .bg-work-07 {
    background-image: url('../images/work_07.png');
}

.no-webp .cm-project .bg-work-09 {
    background-image: url('../images/work_09.png');
}

/* WebP */
.webp .cm-project .bg-work-51 {
    background-image: url('../images/work_51.webp');
}

.webp .cm-project .bg-work-17 {
    background-image: url('../images/work_17.webp');
}

.webp .cm-project .bg-work-12 {
    background-image: url('../images/work_12.webp');
}

.webp .cm-project .bg-work-01 {
    background-image: url('../images/work_01.webp');
}

.webp .cm-project .bg-work-04 {
    background-image: url('../images/work_04.webp');
}

.webp .cm-project .bg-work-18 {
    background-image: url('../images/work_18.webp');
}

.webp .cm-project .bg-work-11 {
    background-image: url('../images/work_11.webp');
}

.webp .cm-project .bg-work-07 {
    background-image: url('../images/work_07.webp');
}

.webp .cm-project .bg-work-09 {
    background-image: url('../images/work_09.webp');
}

/* 반응형 **************************************************************/


@media (max-width:1650px) {
    .main-template .template-grid {
        padding: 0 20px;
    }
}

/*
@media (max-width:1440px) {
    .benefit-sec .inner {
        padding: 0 20px;
    }
}
*/

@media (max-width: 1400px) {

    #marketing-main .subnav {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #marketing-main .subnav ul {
        display: inline-flex;
        justify-content: flex-start;
        gap: 16px;
        padding: 0 16px;
        width: max-content;
    }

    #marketing-main .subnav li {
        flex: 0 0 auto;
    }

    #marketing-main .subnav a {
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 20px;
        white-space: nowrap;
    }

    /* 스크롤바 숨기기 */
    #marketing-main .subnav::-webkit-scrollbar {
        display: none;
    }

    .benefit-sec .title {
        font-size: 28px;
    }

    .benefit-sec .grid .item {
        padding: 60px 40px;
    }

    .benefit-sec .sub-grid .sub-desc {
        word-break: keep-all;
    }

    .benefit-sec .sub-grid .sub-desc br {
        display: none;
    }
}

@media (max-width:1300px) {
    .sec-news .top-grid {
        grid-template-columns: 300px 1fr;
    }
}

@media (max-width:1280px) {
    .benefit-sec .desc {
        font-size: 15px;
    }

    .benefit-sec .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:1200px) {

    .main-template .template-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .seo-search {
        height: auto;
    }

    .seo-search .search-box {
        padding: 0 20px;
    }

    .seo-search .inner {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        border-radius: 12px;
        padding: 40px 0;
    }

    .marketing-case .inner,
    .marketing-case .case-swiper {
        max-width: 600px;
    }

    .marketing-case .case-item {
        flex-direction: column;
    }

    .marketing-case .case-right {
        padding: 40px;
    }

}

@media (max-width:1080px) {
    .sec-news .news-list .txt {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width:1025px) {
    .mbr1024 {
        display: none;
    }
}

@media (max-width:1024px) {
    .mbr1024 {
        display: block;
    }
    
        .sec-news .top-grid {
        grid-template-columns: 200px 1fr;
    }
    
    .sec-news .left > h2 {
        font-size: 24px;
    }

    .cm-project .pf-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-sec .circle .tit {
        font-size: 24px;
    }

    .seo-sec .left {
        flex: 0 0 320px;
    }

    .seo-links .cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .marketing-reason .tit,
    #marketing-main .marketing-feature .tit {
        font-size: 18px;
    }

    .benefit-sec .sub-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:870px) {
    .sec-news .top-grid {
        grid-template-columns: 100%; /* 동일함 */
    }
    
    .sec-news .bottom-grid {
            grid-template-columns: repeat(2, 1fr);
        gap:20px;
    }
    
    .sec-news .news-list li a {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap:12px;
    }
    
    .sec-news .news-list .txt {
        white-space: pre-wrap;
        line-height: 1.4;
    }
}

@media (min-width:769px) {
    .marketing-case .case-pagination {
        display: none;
    }
}

@media (max-width:768px) {

    .benefit-sec .sub-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefit-sec .grid .item .df {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .benefit-sec .grid .item .df .icon img {
        width: 80px;
    }

    .benefit-sec .grid .item .df .info {
        text-align: center;
    }

    .benefit-sec .title {
        font-size: 24px;
    }

    .main-template .template-grid {
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    section .template-search-wrap {
        padding: 0 20px;
    }

    .main-template .template-grid .template-item .template-card {
        height: 140px;
    }

    .marketing-case .case-swiper {
        padding: 15px;
    }

    .marketing-case .case-pagination {
        display: block;
        margin-top: 0;
    }

    .marketing-case .case-item {
        gap: 0;
    }

    .marketing-case .case-right .name {
        font-size: 18px;
    }

    .marketing-case .case-right {
        padding: 24px;
    }

    .marketing-case .case-left {
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .marketing-case .case-left img {
        box-shadow: none;
        position: absolute;
        top: 40px;
        width: 170px;
    }

    .marketing-case .case-right .desc br {
        display: none;
    }

    .marketing-case .case-right .result {
        font-size: 15px;
    }

    .marketing-case .case-prev,
    .marketing-case .case-next {
        display: none;
    }

    .marketing-reason .item {
        flex-direction: column;
    }

    .marketing-reason .text {
        text-align: center;
    }

    #marketing-main .marketing-feature .text {
        text-align: center;
    }

    #marketing-main .marketing-feature .desc {
        word-break: keep-all;
    }

    .marketing-case .sec-title p br,
    #marketing-main .sub-top-desc br,
    #marketing-main .sub-top-title br {
        display: none;
    }

    .main-sec .hero-title p br {
        display: none;
    }

    .cm-project .pf-list ul li a .over .con .bg {
        height: 140px;
    }

    .cm-project .pf-list ul li a .over .con .info h2 {
        font-size: 16px;
    }

    #marketing-main .main-sec {
        margin: 80px 0 100px;
    }

    .main-sec .hero-title h1 {
        font-size: 18px;
    }

    #marketing-main .sub-top {
        padding: 80px 0;
    }

    .seo-sec .row {
        flex-direction: column;
        gap: 24px;
        padding: 24px 0;
    }

    .seo-sec .left {
        flex: auto;
        font-size: 18px;
    }

    .seo-sec .top-circles {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 32px;
    }

    .seo-sec .top-circles:before {
        width: 2px;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .seo-sec .circle {
        width: 100%;
        height: 80px;
        aspect-ratio: unset;
        border-radius: 12px;
        padding: 24px 0;
    }

    .seo-tech .item {
        flex-direction: column;
        gap: 16px;
    }

    .seo-tech .left {
        flex: auto;
        width: 100%;
        text-align: center;
    }

    .seo-tech .item:not(:last-child) {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .seo-tech .right {
        word-break: keep-all;
    }

    .seo-sec .circle .tit {
        font-size: 20px;
    }

    .seo-process .process-head .name {
        font-size: 18px;
    }

    .seo-process .text-block h3 {
        font-size: 16px;
    }

    .seo-links .cards a .content .name {
        font-size: 18px;
    }
    
    .benefit-sec .sub-grid .item {
        padding: 22px 20px;
    }
    
    .benefit-sec .sub-grid .title {
        font-size: 16px;
    }
}

@media (max-width:700px) {
    .benefit-sec .sub-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:601px) {
    .mbr600 {
        display: none;
    }
}

@media (max-width:600px) {
    .mbr600 {
        display: block;
    }
}

@media (max-width:500px) {
    .sec-news .bottom-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .sec-news .item:not(:last-child) {
        margin-bottom: 24px;
    }
}


@media (max-width:420px) {
    #marketing-main .main-sec {
        margin: 60px 0;
    }

    #marketing-main .main-sec .hero-title {
        padding: 0 20px;
    }

    .main-sec .hero-title p br {
        display: none;
    }
}

@media (max-width:400px) {}
