@charset "utf-8";

#visual .swp_slide2 {
    position: relative;
    margin: 110px 80px 0;
    height: 760px;
    overflow: hidden;

    -webkit-mask-image: url('<?php echo G5_THEME_URL ?>/images/swp-bg-mask.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: auto 760px;

    mask-image: url('../images/swp-bg-mask.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: auto 760px;
}

.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 !important;
    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: 67%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 1600px;
    z-index: 2;
    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(--playfont);
}

.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: 70px;
    font-weight: 700;
    font-family: var(--playfont);
    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: 20px;
    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: 1px;
}

.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: 1600px;
    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;

}


@keyframes scroll {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.scr_wrap {
    position: absolute;
    right: 100px;
    bottom: 205px;
    z-index: 10;
}

#visual .scr_wrap .scroll {
    display: flex;
    align-items: center;
    margin: 100px auto;
    width: 97px;
    height: 30px;
    transform: rotate(90deg);
    color: #fff;
}

#visual .scr_wrap .scroll i {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#visual .scr_wrap .scroll i:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translate3d(0, 0, 0);
    animation-name: scroll;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
}


.main-mkt-sec1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #111;
    color: #fff;
    overflow: hidden;
    /* 혹시 넘치는 요소 잘리게 */
}

.main-mkt-sec1:after {
    content: "";
    position: absolute;
    inset: 0;
    bottom: -120px;
    background: url(<?php echo G5_THEME_URL ?>/images/main-mkt-shape.svg) no-repeat bottom center;
    background-size: contain;
    /* cover → contain 으로 변경 */
    z-index: 1;
    pointer-events: none;
    /* 배경은 이벤트 막기 */
}

.main-mkt-sec1 .inner {
    position: relative;
    z-index: 2;
    /* 패턴보다 항상 위 */
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}


/* 왼쪽 텍스트 */
.main-mkt-sec1 .text-box {
    flex: 1;
}

.main-mkt-sec1 .text-box .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 80px;
}

.main-mkt-sec1 .text-box .subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.main-mkt-sec1 .text-box .desc {
    font-size: 16px;
    line-height: 1.7;
    color: #ccc;
}

.main-mkt-sec1 .text-box .desc span {
    color: #17B75E;
}

/* 오른쪽 통계 */
.main-mkt-sec1 .stats-box {
    flex: 0 0 380px;
}

.main-mkt-sec1 .stat-item:not(:last-child) {
    margin-bottom: 40px;
}

.main-mkt-sec1 .stat-item .label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 12px;
}

.main-mkt-sec1 .stat-item .bar {
    position: relative;
    width: 100%;
    height: 80px;
    background: #292929;
    border-radius: 8px;
    overflow: hidden;
}

.main-mkt-sec1 .stat-item .bar .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #17B75E;
    transition: width 2s ease;
}

.main-mkt-sec1 .stat-item.google .bar .fill {
    background: #999;
    /* 구글 블루 */
}

.main-mkt-sec1 .stat-item.etc .bar .fill {
    background: #999;
    /* 기타 그레이 */
}

.main-mkt-sec1 .stat-item .bar .count {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    z-index: 2;
}

.main-mkt-sec1 .stat-item.naver .bar .count {
    font-size: 40px;
}



.sec-title .cta {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec-title .cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    background: #fff;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.sec-title .cta a:hover {
    background: #449a4e;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.sec-title .cta a svg {
    transition: transform 0.3s ease;
}

.sec-title .cta a:hover svg {
    transform: translateX(5px);
}

.grow-wrap {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}

.grow-wrap .growbx {
    width: 500px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: url(../images/grow-bg.jpg) center center no-repeat;
    transition: all 1.2s ease-in;
}

.grow-wrap.active .growbx {
    width: 100%;
}

.grow-wrap.active .growbx .dflx {
    text-align: center;
}

.grow-wrap .growbx h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.grow-wrap .growbx p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 16px;
    font-weight: 600;
}

.grow-wrap .cta {
    margin-top: 30px;
}

.grow-wrap .cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    background: #fff;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.grow-wrap .cta a:hover {
    background: #449a4e;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.grow-wrap .cta a svg {
    transition: transform 0.3s ease;
}

.grow-wrap .cta a:hover svg {
    transform: translateX(5px);
}


/* PNG (no-webp 전용) */
.no-webp .cm-sec6 .bg-work-1 {
    background-image: url('../images/mkt-work_1.png');
}

.no-webp .cm-sec6 .bg-work-2 {
    background-image: url('../images/mkt-work_2.png');
}

.no-webp .cm-sec6 .bg-work-3 {
    background-image: url('../images/mkt-work_3.png');
}

.no-webp .cm-sec6 .bg-work-4 {
    background-image: url('../images/mkt-work_4.png');
}

.no-webp .cm-sec6 .bg-work-5 {
    background-image: url('../images/mkt-work_5.png');
}

.no-webp .cm-sec6 .bg-work-6 {
    background-image: url('../images/mkt-work_6.png');
}

.no-webp .cm-sec6 .bg-work-7 {
    background-image: url('../images/mkt-work_7.png');
}

.no-webp .cm-sec6 .bg-work-8 {
    background-image: url('../images/mkt-work_8.png');
}

.no-webp .cm-sec6 .bg-work-9 {
    background-image: url('../images/mkt-work_9.png');
}

/* WebP */
.webp .cm-sec6 .bg-work-1 {
    background-image: url('../images/mkt-work_1.webp');
}

.webp .cm-sec6 .bg-work-2 {
    background-image: url('../images/mkt-work_2.webp');
}

.webp .cm-sec6 .bg-work-3 {
    background-image: url('../images/mkt-work_3.webp');
}

.webp .cm-sec6 .bg-work-4 {
    background-image: url('../images/mkt-work_4.webp');
}

.webp .cm-sec6 .bg-work-5 {
    background-image: url('../images/mkt-work_5.webp');
}

.webp .cm-sec6 .bg-work-6 {
    background-image: url('../images/mkt-work_6.webp');
}

.webp .cm-sec6 .bg-work-7 {
    background-image: url('../images/mkt-work_7.webp');
}

.webp .cm-sec6 .bg-work-8 {
    background-image: url('../images/mkt-work_8.webp');
}

.webp .cm-sec6 .bg-work-9 {
    background-image: url('../images/mkt-work_9.webp');
}

.main-mkt-sec5 {
    margin: 0;
    background-color: #fff;
    height: 70vh;
}

.main-mkt-sec5 .wrap {
    margin-top: 30vh;
    margin-left: 20px;
}

.main-mkt-sec5 .wrap-container {
    max-width: 620px;
    margin: 0 auto;
    position: relative;
    /* ✅ 겹칠 기준 */
}

.main-mkt-sec5 .text-box {
    font-size: 56px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5em;
}

.main-mkt-sec5 .text-box.gray {
    color: #999;
}

.main-mkt-sec5 .text-box.green {
    position: absolute;
    /* ✅ 회색 위에 딱 겹치게 */
    left: 0;
    top: 0;
    width: 100%;
    color: #111;
}

.main-mkt-sec5 .text-box.green span {
    display: inline-block;
    clip-path: inset(0% 100% 0% 0%);
    /* 처음엔 잘려서 안 보임 */
}

/* ========== 카드 섹션 ========== */
.main-mkt-sec6 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 100px;
}

.main-mkt-sec6 .card-list {
    display: block;
    perspective: 1200px;
}

.main-mkt-sec6 .card-item {
    position: sticky;
    top: 0;
    height: 50vh;
    /* 뷰포트 가득 */
    display: flex;
    align-items: stretch;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    padding: 40px;
    transform-style: preserve-3d;
    margin-bottom: 80px;
}

.main-mkt-sec6 .card-item .card-text {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-mkt-sec6 .card-item .card-text .en {
    font-size: 16px;
    font-weight: 600;
    color: #bbb;
    margin-bottom: 60px;
    font-family: var(--playfont);
}

.main-mkt-sec6 .card-item .card-text .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.main-mkt-sec6 .card-item .card-text .desc {
    font-size: 18px;
    color: #ddd;
    line-height: 1.6;
}

.main-mkt-sec6 .card-item .card-img {
    flex: 1;
    border-radius: 12px;
}

.main-mkt-sec6 .card-item .card-img.bg1 {
    background: url('../images/mkt-sec6-bg1.jpg') no-repeat center/cover;
}

.main-mkt-sec6 .card-item .card-img.bg2 {
    background: url('../images/mkt-sec6-bg2.jpg') no-repeat center/cover;
}

.main-mkt-sec6 .card-item .card-img.bg3 {
    background: url('../images/mkt-sec6-bg3.jpg') no-repeat center/cover;
}

.main-mkt-sec7 {
    position: relative;
    color: #fff;
    padding: 150px 20px;
    background: url('../images/mkt-bg1.jpg') no-repeat center/cover;
    transition: background 0.6s ease;
}

.main-mkt-sec7 .wrap {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.main-mkt-sec7 .left {
    width: 450px;
}

.main-mkt-sec7 .left .title {
    font-size: 40px;
    margin: 40px 0 16px;
}

.main-mkt-sec7 .left .desc {
    font-size: 20px;
    opacity: .7;
    line-height: 1.4;
    color: #fff;
}

.main-mkt-sec7 .left .service-content {
    display: none;
    animation: fadeIn 0.6s ease;
}

.main-mkt-sec7 .left .service-content .en {
    font-family: var(--playfont);
}

.main-mkt-sec7 .left .service-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-mkt-sec7 .right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 300px;
}

.main-mkt-sec7 .service-btn {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    padding: 16px 20px;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
    font-family: var(--playfont);
}

.main-mkt-sec7 .service-btn strong {
    font-family: "Pretendard", sans-serif;
}

.main-mkt-sec7 .service-btn.active {
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
}

.main-mkt-sec7 .check-list {
    margin-top: 40px;
}

.main-mkt-sec7 .check-list h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #111;
    font-family: var(--playfont);
}

.main-mkt-sec7 .check-list {
    padding: 24px;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
}

.main-mkt-sec7 .check-list ul li {
    display: flex;
    gap: 8px;
    color: #333;
}

.main-mkt-sec7 .check-list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.main-mkt-sec7 .check-list ul li svg {
    width: 16px;
}

.marquee_wrap {
    margin-top: 80px;
}

.marquee_wrap .overh {
    overflow-x: hidden;
}

.marquee_wrap .rolling_inner {
    white-space: nowrap;
    font-family: var(--eng);
    font-weight: 700;
    font-style: normal;
}

.marquee_wrap .rolling_inner .rolling_txt_wrap {
    font-size: 9.5vw;
    display: inline-block;
    color: rgba(243, 243, 243, 0.2);
}

.main-mkt-sec9 {
    position: relative;
    padding: 150px 0;
    color: #111;
}

.main-mkt-sec9 .sub_tit_box {
    max-width: 1440px;
    margin: 0 auto 80px;
}

.main-mkt-sec9 h2 {
    font-size: 48px;
    line-height: 1.4;
}

.main-mkt-sec9 .cont {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}

.main-mkt-sec9 .line {
    position: absolute;
    top: 0;
    left: 50vw;
    /* 뷰포트 기준 중앙 */
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #ddc8b5;
}


.main-mkt-sec9 .cont .line .dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddc8b5;
}

/* 좌측 이미지 */
.main-mkt-sec9 .left_area {
    flex: 1;
    position: sticky;
    top: 15vh;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.main-mkt-sec9 .img_box {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
}


.main-mkt-sec9 .right_area {
    flex: 1;
    padding-left: 15rem;
}

.main-mkt-sec9 .text_item {
    min-height: 500px;
    opacity: 0.3;
    transition: opacity .6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-mkt-sec9 .text_item.active {
    opacity: 1;
}

.main-mkt-sec9 .text_item strong {
    font-size: 18px;
    font-family: var(--playfont);
    text-transform: uppercase;
    color: #888;
}

.main-mkt-sec9 .text_item h3 {
    font-size: 32px;
    line-height: 1;
    margin: 16px 0 24px;
}

.main-mkt-sec9 .text_item p {
    font-size: 18px;
    line-height: 1.4;
}

.main-mkt-sec9 {
    position: relative;
}

.main-mkt-sec9 .cont {
    position: relative;
}

.main-mkt-sec9 .line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #f2f2f2;
}

.main-mkt-sec9 .line-progress {
    position: absolute;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg,
            rgba(221, 200, 181, 0) 0%,
            rgba(221, 200, 181, 0.5) 50%,
            rgba(221, 200, 181, 1) 100%);
    z-index: 1;

}

.main-mkt-sec9 .line-progress .dot {
    position: absolute;
    top: 100%;
    /* bar 끝에 맞춤 */
    left: 50%;
    transform: translate(-50%, -50%);
    /* X는 가운데, Y는 점 크기 보정 */
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #111;
    will-change: transform;

}


.main-mkt-sec9 .line-progress .dot::before {
    content: '';
    position: absolute;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    top: -1.3rem;
    left: -1.3rem;
    background: #111;
    opacity: 0.1;
    z-index: -1;
}

.main-mkt-sec9 .img_item {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: opacity 1s;
}

.main-mkt-sec9 .img_item.active {
    opacity: 1;
}


.item-bg1 {
    height: 500px;
    background: url(../images/mkt-itembg-1.jpg) no-repeat center center / cover;
}

.item-bg2 {
    height: 500px;
    background: url(../images/mkt-itembg-2.jpg) no-repeat center center / cover;
}

.item-bg3 {
    height: 500px;
    background: url(../images/mkt-itembg-3.jpg) no-repeat center center / cover;
}

.item-bg4 {
    height: 500px;
    background: url(../images/mkt-itembg-4.jpg) no-repeat center center / cover;
}

.item-bg5 {
    height: 500px;
    background: url(../images/mkt-itembg-5.jpg) no-repeat center center / cover;
}

.mitem-bg1 {
    height: 180px;
    background: url(../images/mkt-mitembg-1.jpg) no-repeat center center / cover;
}

.mitem-bg2 {
    height: 180px;
    background: url(../images/mkt-mitembg-2.jpg) no-repeat center center / cover;
}

.mitem-bg3 {
    height: 180px;
    background: url(../images/mkt-mitembg-3.jpg) no-repeat center center / cover;
}

.mitem-bg4 {
    height: 180px;
    background: url(../images/mkt-mitembg-4.jpg) no-repeat center center / cover;
}

.mitem-bg5 {
    height: 180px;
    background: url(../images/mkt-mitembg-5.jpg) no-repeat center center / cover;
}

.main-mkt-sec8 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    color: white;
    background: url('../images/main-bg02.jpg') no-repeat center center / cover;
}

.webp .main-mkt-sec8 {
    height: 100vh;
    background: url('../images/main-bg02.webp') no-repeat center center / cover;
}


.main-mkt-sec8::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.main-mkt-sec8 .inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    text-align: center;
}

.main-mkt-sec8 .label {
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.main-mkt-sec8 .headline {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.main-mkt-sec8 .box_group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto 80px;
}

.main-mkt-sec8 .blur-box {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    color: white;
    text-align: center;
    isolation: isolate;
    width: 390px;
}

.main-mkt-sec8 .blur-box strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.main-mkt-sec8 .blur-box p {
    line-height: 1.5;
    opacity: 0.8;
}

.main-mkt-sec8 .btns {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.main-mkt-sec8 .btn {
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.main-mkt-sec8 .btn.template {
    border: 1px solid #fff;
    color: #fff;
}

.main-mkt-sec8 .btn.primary {
    background: white;
    color: black;
}

.cm-sec6 {
    padding: 100px 80px;
}

@media (max-width:1850px) {

    .swp_slide2 .swp-navi,
    .swp_slide2 .swp_txt {
        max-width: 1200px;
    }
}

@media (max-width:1600px) {
    #visual .swp_slide2 {
        margin: 110px 40px 0;
    }
}

@media (max-width:1520px) {
    .main-mkt-sec9 .in {
        padding: 0 40px;
    }
}

@media (max-width:1480px) {

    .main-mkt-sec1 .inner {
        padding: 80px 40px;
    }

    .main-mkt-sec7 {
        padding: 150px 40px;
    }
}

@media (max-width:1450px) {
    .main-mkt-sec6 .card-list {
        padding: 0 40px;
    }
}

@media (max-width:1330px) {

    .swp_slide2 .swp-navi,
    .swp_slide2 .swp_txt {
        padding-left: 80px;
    }
}

@media (max-width:1280px) {
    #visual .swp_slide2 {
        margin: 110px 20px 0;
    }
}

@media (max-width:1220px) {
    .main-mkt-sec8 .box_group {
       
    }
}

@media (max-width:1200px) {

    .swp_slide2 .swp-navi,
    .swp_slide2 .swp_txt {
        padding-left: 40px;
    }

    .cm-sec6 {
        padding: 100px 40px;
    }
}

@media (max-width:1080px) {
    .main-mkt-sec9 .img_box {
        width: 400px;
        height: 400px;
    }

    .main-mkt-sec9 .right_area {
        padding-left: 10rem;
    }
}

@media (max-width:1024px) {
    .cm-sec6 {
        padding: 100px 20px;
    }

    .grow-wrap .growbx h2 {
        font-size: 40px;
    }
    
    .main-mkt-sec1 {
        height: auto;
    }

    .main-mkt-sec1 .text-box .title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .main-mkt-sec7 .wrap {
        flex-direction: column-reverse;
    }

    .main-mkt-sec7 .service-btn {
        width: 100%;
    }

    .main-mkt-sec7 .right {
        width: 100%;
    }

    .main-mkt-sec1 .inner {
        flex-direction: column;
    }

    .main-mkt-sec7 .left {
        width: 100%;
    }

    .main-mkt-sec1 .text-box,
    .main-mkt-sec1 .stats-box {
        width: 100%;
    }

    #visual .swp_slide2 {
        height: 460px;
        -webkit-mask-size: auto 460px;
        mask-size: auto 460px;
    }

    .main-mkt-sec6 .card-item .card-text {
        padding: 50px 20px;
    }

    .main-mkt-sec6 .card-item .card-text .title {
        font-size: 24px;
    }

    .main-mkt-sec6 .card-item .card-text .desc {
        font-size: 16px;
    }

    #visual .scr_wrap {
        bottom: 435px;
    }

    .swp_slide2 .swp_txt {
        top: 55%;
    }

    .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: 56px;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(1) .anim_txt,
    .swp_slide2 .swiper-slide .anim p:nth-child(1) .anim_txt,
    .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: 18px;
    }

    .swp_slide2 button.auto {
        margin-top: -5px;
    }

    .main-mkt-sec5 {
        height: 50vh;
    }

    .main-mkt-sec5 .wrap {
        margin-top: 30vh;
    }

    .main-mkt-sec5 .wrap-container {
        max-width: 420px;
    }

    .main-mkt-sec5 .text-box {
        font-size: 40px;
    }

    .main-mkt-sec8 .headline {
        font-size: 40px;
    }
}

@media (max-width:950px) {

    .item-bg5,
    .main-mkt-sec9 .img_box {
        width: 300px;
        height: 300px;
    }
}

@media (max-width:900px) {
    .main-mkt-sec6 .card-item .card-text {
        padding: 50px 0;
    }

    .main-mkt-sec6 .card-list {
        padding: 0 20px;
    }
}

@media (max-width:850px) {
    .main-mkt-sec6 .card-item {
        flex-direction: column;
        gap: 20px;
    }

    .main-mkt-sec6 .card-item .card-text {
        padding: 0;
    }
}

@media (min-width:801px) {
    .swp_slide2 .mbr {
        display: none;
    }

    .main-mkt-sec9 .right_area .bg {
        display: none;
    }
}

@media (max-width:800px) {
    .webp .main-mkt-sec8,
    .main-mkt-sec8 {
        padding: 80px 20px;
        height: auto;
    }
    
    .main-mkt-sec8 .blur-box {
        width: 100%;
    }
    
    .main-mkt-sec8 .inner {
       
    }
    
    .main-mkt-sec9 .line {
        left: 8px;
    }

    .main-mkt-sec9 h2 {
        font-size: 40px;
    }

    .main-mkt-sec9 .in {
        padding: 0 20px;
    }

    .main-mkt-sec9 .right_area {
        padding-left: 5rem;
    }

    .main-mkt-sec9 .text_item h3 {
        font-size: 24px;
    }

    .main-mkt-sec9 .right_area .bg {
        display: block;
        height: 220px;
        margin-bottom: 20px;
    }

    .main-mkt-sec9 .left_area {
        display: none;
    }

    .swp_slide2 .scr_wrap {
        display: none;
    }

    .swp_slide2 .mbr {
        display: block;
    }

    .swp_slide2 .swp_txt {
        top: 50%;
    }

    #visual .swp_slide2 {
        height: 400px;
        -webkit-mask-size: auto 400px;
        mask-size: auto 400px;
    }

    .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: 40px;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(1) .anim_txt,
    .swp_slide2 .swiper-slide .anim p:nth-child(1) .anim_txt,
    .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: 14x;
        line-height: 1.4;
    }

    .swp_slide2 .swiper-progress-bar {
        width: 220px;
    }

    .swp_slide2 .swp-navi,
    .swp_slide2 .swp_txt {
        padding-left: 20px;
    }
}

@media (max-width:768px) {
    .main-mkt-sec9 .right_area {
        padding-left: 3rem;
    }

    .main-mkt-sec9 .text_item strong {
        font-size: 16px;
    }

    .main-mkt-sec9 .text_item p {
        font-size: 15px;
    }

    .main-mkt-sec9 .text_item h3 {
        font-size: 20px;
    }

    .main-mkt-sec9 .cont .line .dot {
        width: 16px;
        height: 16px;
    }

    .main-mkt-sec9 .line-progress .dot::before {
        width: 2.5rem;
        height: 2.5rem;
        top: -0.7rem;
        left: -0.7rem;
    }

    .marquee_wrap .rolling_inner .rolling_txt_wrap {
        font-size: 12vw;
    }

    .main-mkt-sec1 .inner {
        padding: 80px 20px;
    }

    .grow-wrap .growbx h2 {
        font-size: 36px;
    }
    
    .main-mkt-sec9 h2,
    .main-mkt-sec7 .left .title,
    .main-mkt-sec1 .text-box .title,
    .main-mkt-sec8 .headline {
        font-size: 32px;
    }

    .main-mkt-sec7 .left .desc {
        font-size: 18px;
    }

    .main-mkt-sec5 {
        height: 40vh;
    }

    .main-mkt-sec5 .wrap {
        margin-top: 20vh;
    }

    #visual .swp_slide2 {
        -webkit-mask: none;
        mask: none;
        margin: 90px 20px 0;
    }

    #visual .scr_wrap {
        display: none;
    }

    .swp_slide2 .swp_txt {
        text-align: center;
        top: 48%;
        left: 50%;
        padding-left: 0;
        transform: translate(-50%, -50%);
        justify-content: center;
    }

    .swp_slide2 .swp-navi {
        justify-content: center;
        padding-left: 0;
        transform: translate(-50%, -50%);
    }

    .swp_slide2 .swp-navi .navi-item:first-child {
        display: none;
    }

    .main-mkt-sec9,
    .main-mkt-sec7 {
        padding: 80px 20px;
    }
    
    .grow-wrap {
        padding-top: 0;
    }
}

@media (max-width:650px) {
    .main-mkt-sec5 .wrap-container {
        max-width: 350px;
    }

    .main-mkt-sec5 .text-box {
        font-size: 32px;
    }

    .main-mkt-sec8 .headline {
        font-size: 28px;
    }

    .main-mkt-sec8 .blur-box strong {
        font-size: 20px;
    }
}

@media (max-width:550px) {
    .main-mkt-sec1 .text-box .subtitle {
        font-size: 20px;
    }

    .main-mkt-sec1 .text-box .desc {
        word-break: keep-all;
    }

    .main-mkt-sec1 .text-box .desc br {
        display: none;
    }
}

@media (max-width:420px) {

    .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: 32px;
    }

    .swp_slide2 .swiper-slide-active .anim p:nth-child(1) .anim_txt,
    .swp_slide2 .swiper-slide .anim p:nth-child(1) .anim_txt,
    .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: 13.5px;
        line-height: 1.4;
    }

    .main-mkt-sec5 .wrap-container {
        max-width: 320px;
    }

    .main-mkt-sec5 .text-box {
        font-size: 28px;
    }

    .main-mkt-sec6 .card-item .card-text .desc br {
        display: none;
    }

    .main-mkt-sec9 h2,
    .main-mkt-sec7 .left .title,
    .main-mkt-sec1 .text-box .title,
    .main-mkt-sec8 .headline {
        font-size: 24px;
    }

    .main-mkt-sec8 .blur-box strong {
        font-size: 16px;
    }

    .main-mkt-sec1 .text-box .subtitle {
        font-size: 17px;
    }

    .main-mkt-sec7 .left .desc {
        font-size: 16px;
    }
    
    .grow-wrap .growbx h2 {
        font-size: 30px;
    }
}
