

.ft {
    margin-bottom: 70px;
}

/* 띠배너 */

.band-banner-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 10000;
    height: 70px;
}

.band-banner-wrap .band-banner {
    color: #fff;
    margin: 0 auto;
    font-family: 'GmarketSans';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}

.band-txt {
    position: relative;
}
.band-txt::after {
    content: "";
    position: absolute;
    top:-26px;
    left: -120px;
    width:96px;
    height: 91px;
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/m-icon.png) 0 0 no-repeat;
}

.band-banner img {
    padding-left: 10px;
}



.band-banner-wrap .band-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;

    background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
    );

    transform: skewX(-20deg);
}

/* 🚀 hover 시 이동 */
.band-banner-wrap .band-banner:hover::after {
    animation: shine 0.9s ease;
}

@keyframes shine {
    0% {
    left: -75%;
    }
    100% {
    left: 125%;
    }
}










/* 띠배너 끝 */


/* 오른쪽 배너 */



.inquiry-number-wrap {
    position: fixed;
    right: 3%;
    top: 50%;
    transform: translateY(-55%);
    z-index: 100;
    width: 200px;
}

.inquiry-number {
    text-align: center;
    font-family: 'GmarketSans';
    width: 100%; 
    height: 130px;
    background-image: url(/assets/okems_3/gongdong/meet/meet_landing/img/background06.png);
    background-position: -5px 5px ;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
}
.inquiry-number .number {
    padding: 17px 0 10px 0;

}
.go-meet-btn-wrap {
    cursor: pointer;
}
.inquiry-number .go-meet-btn {
    width: 100%;
    height: 50px;
    background-color: #fc9244;
    color: #fff;
    font-family: 'GmarketSans';
    font-size: 16px;
    font-weight: 700;
    border-left: 2px solid #fc9244;
    border-right: 2px solid #fc9244;
    border-bottom: 2px solid #fc9244;
    box-sizing: border-box;
    line-height: 50px;
    cursor: pointer;
    }
    

.inquiry-number .go-meet-btn img {
    width:auto;
    height: 14px;
}




    .btn-top {
    display: block;
    width: 200px;
    margin-top: 30px;
}






/* 오른쪽 배너 끝 */







/* 공통 */
.scroll-ani .sec-title,
.scroll-ani .bubble01,
.scroll-ani .bubble02,
.scroll-ani .bubble03,
.scroll-ani .bubble04,
.scroll-ani .txt-back,
.scroll-ani .bubble-character {
    opacity: 0;
    transition: all 0.8s ease;
}

/* section02 타이틀 */
.scroll-ani .sec-title {
    transform: translateY(40px);
}

/* 말풍선 각각 방향 다르게 */
.scroll-ani .bubble01,
.scroll-ani .bubble03 {
    transform: translateX(-40px);
}

.scroll-ani .bubble02,
.scroll-ani .bubble04 {
    transform: translateX(40px);
}

.scroll-ani .txt-back {
    transform: translateX(-50%) scale(0.9);
}

.scroll-ani .bubble-character {
    transform: translateX(-50%) translateY(50px);
}

/* show 붙으면 등장 */
.scroll-ani.show .sec-title,
.scroll-ani.show .bubble01,
.scroll-ani.show .bubble02,
.scroll-ani.show .bubble03,
.scroll-ani.show .bubble04,
.scroll-ani.show .txt-back,
.scroll-ani.show .bubble-character {
    opacity: 1;
}

.scroll-ani.show .sec-title {
    transform: translateY(0);
}

.scroll-ani.show .bubble01,
.scroll-ani.show .bubble02,
.scroll-ani.show .bubble03,
.scroll-ani.show .bubble04 {
    transform: translateX(0);
}

.scroll-ani.show .txt-back {
    transform: translateX(-50%) scale(1);
}

.scroll-ani.show .bubble-character {
    transform: translateX(-50%) translateY(0);
}

/* 순차 딜레이 */
.scroll-ani.show .sec-title { transition-delay: 0s; }
.scroll-ani.show .bubble01 { transition-delay: 0.2s; }
.scroll-ani.show .bubble02 { transition-delay: 0.35s; }
.scroll-ani.show .bubble03 { transition-delay: 0.5s; }
.scroll-ani.show .bubble04 { transition-delay: 0.65s; }
.scroll-ani.show .txt-back { transition-delay: 0.8s; }
.scroll-ani.show .bubble-character { transition-delay: 0.8s; }





















.container-fluid{
    min-width: 0;
    width: 100%;
    font-family: 'Pretendard';
}

.container-wrap {
    width:100%
}


.go-meet-btn{

}




/* section01 메인섹션 */


.section01 {
    width: 100%;
    margin-left: 0;
    min-height: 490px;
    position: relative;
    overflow: hidden;
    background: #fff9f3;
}

.section01-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    z-index: 0;
    overflow: hidden;

    /* 주황 배경 자체의 최종 사선 모양 */
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}

.section01-back-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/okems_3/gongdong/meet/meet_landing/img/background.png') no-repeat center bottom;
    background-size: cover;

    /* 처음엔 오른쪽부터 가려져서 안 보임 */
    clip-path: inset(0 0 0 100%);
    animation: revealBg 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes revealBg {
    to {
        clip-path: inset(0 0 0 0);
    }
}

.section01-back-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.4) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    animation: shine 1s ease-out forwards;
    animation-delay: 0.3s;
}

@keyframes shine {
    to {
        left: 120%;
    }
}

.inner-wrap {
    width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}




.section01 .inner-wrap .meet-logo {
    margin-top: 20px;
}

.section01 .title-img-wrap {
    text-align: center;

    opacity: 0;
    transform: translateY(40px);
    animation: slideUpFade 0.8s ease-out forwards;
    animation-delay: 0.5s; /* 살짝 늦게 나오게 */
}
.section01 .title-img-wrap .txt {
    color: #fff;
    font-size: 20px;
    font-family: 'GmarketSans';
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 24px;
    margin-top: 20px;
}

.section01 .title-img-wrap .main-img {
    margin-top: -50px;
}



@keyframes slideUpFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}






.feature-section {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.feature-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.feature-item {
    width: auto;            /* 고정폭 제거 */
    flex: 1;
    text-align: center;
    opacity: 0;
    transform: translateY(-30px);
}

.feature-item img {
    width: auto;            /* 원본 크기 유지 */
    max-width: none;        /* 제한 제거 */
    height: auto;
    display: inline-block;
}

.desc {
    font-family: 'GmarketSans';
    font-size: 22px;
    color: #333;
    line-height: 1.1;
    margin-top: 10px;
}

.desc strong {
    font-weight: 700;
    font-size: 22px;
}

.divider {
    width: 1px;
    height: 120px;
    background: #ff7a00;
    opacity: 0.4;
}



/* 애니메이션 */
@keyframes slideInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 순차 실행 */
.feature-item:nth-child(1) {
    animation: slideInDown 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.8s;
}

.feature-item:nth-child(3) {
    animation: slideInDown 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1.0s;
}

.feature-item:nth-child(5) {
    animation: slideInDown 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1.2s;
}



/* 버튼 */
.join-cta-btn {
    font-family: 'GmarketSans';
    font-weight: bold;
    display: block;
    width: 100%;
    background: linear-gradient(
  90deg,
  #ff8a00 0%,
  #ff7a00 40%,
  #ff6a00 70%,
  #ff5a00 100%
);
    color: #fff;
    font-size: 26px;
    line-height: 70px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}

.join-cta-btn:hover {
   background: linear-gradient(
    90deg,
    #ff9a20,
    #ff7a00,
    #ff5a00
  );
 color: #fff;

}


.join-cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
  );

  transform: skewX(-20deg);
}

/* 🚀 hover 시 이동 */
.join-cta-btn:hover::after {
  animation: shine 0.9s ease;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.arrow {
    margin-left: 10px;
}


/* section01 메인섹션 끝 */



/* section02 섹션 */

.section02 {
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/background02.png) #fff9f3 0 0;
    background-size: cover;
    overflow: hidden;
}

.section02 .inner-wrap {
    padding-top: 100px;
}

.sec-title {
    text-align: center;
    font-family: 'GmarketSans';
    letter-spacing: -0.5px;
}

.sec-title .sub-title {
    font-size: 27px;
    font-weight: bold;
}
.sec-title .main-title {
    font-size: 48px;
    font-weight: bold;
}


.bubble-area {
    position: relative;
    width: 100%;
    height:500px;
}

.txt-bubble {
    position: absolute;
    display: block;
    width: auto;
    max-width: 100%;
}

/* 좌상단 */
.bubble01 {
    top: 20px;
    left: 160px;
}

/* 우상단 */
.bubble02 {
    top: 0;
    right: 220px;
}

/* 좌하단 */
.bubble03 {
    top: 150px;
    left: 100px;
}

/* 우중단 */
.bubble04 {
    top: 90px;
    right: 100px;
}


.txt-back {
    position: absolute;
    left: 50%;
    top:70px;
    transform: translateX(-50%);
}


.bubble-character {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}




/* section02 섹션 끝 */



/* section03 섹션 */

.section03 {
    background: #fc9244;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.section03-back {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);

    width: 1645px; /* 이미지 실제 width */
    height: 100%;

    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/background03.png) no-repeat center top;
}

.point-section {
    width: 100%;
}

.point-wrap {
    width: 960px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.point-item {
    position: relative;
    width: 306px; /* 3개 + 사이 간격 맞춰서 960px */
    flex: 0 0 306px;
}

.point-box {
    display: block;
    width: 100%;
    height: auto;
}

.point-content {
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    text-align: center;
    z-index: 2;
}
.point-icon-wrap {
    height: 130px;
}
.point-icon {
    display: block;
    margin: 25px auto 0;
    max-width: 110px;
    height: auto;
}

.point-title {
    margin: 0 0 5px;
    font-size: 24px;
    font-family: 'GmarketSans';
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    word-break: keep-all;
}

.point-desc {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #222;
    word-break: keep-all;
    letter-spacing: -0.8px;
}

.peanut-btn-wrap {
    width:960px;
    margin: 10px auto 0;
    text-align: right;
    font-size: 18px;
    
}
.peanut-btn-wrap .peanut-btn {
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 9px 30px 9px 35px;
    line-height: 40px;
    margin-right: 14px;
    letter-spacing: -0.8px;
    position: relative;
}
.peanut-btn-wrap .peanut-btn:hover {
    background: #5f5f5f;
}

.peanut-btn-wrap .peanut-btn img {
    position: relative;
    top:-2px;
    left: 5px;
}

.peanut-btn-wrap .peanut-btn::after {
    content: "";
    position: absolute;
    left: 16px;
    top: -5px;
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/peanut-icon.png) 0 0 no-repeat;
    width: 28px;
    height: 36px;
}




/* section03 scroll animation */
.section03 .point-item {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.section03.show .point-item {
    opacity: 1;
    transform: translateY(0);
}

.section03.show .point-item:nth-child(1) {
    transition-delay: 0.15s;
}

.section03.show .point-item:nth-child(2) {
    transition-delay: 0.35s;
}

.section03.show .point-item:nth-child(3) {
    transition-delay: 0.55s;
}














/* section03 섹션 끝 */




/* section04 섹션 */

.section04 {
    padding-top: 100px;
    position: relative;
}

.section04-back {
    position: absolute;

    top:160px;
    left: 50%;
    transform: translateX(-50%);

    width: 1243px; /* 이미지 실제 width */
    height: 100%;

    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/arrow-back.png) no-repeat center top;
}



.review-count-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.review-count-bg {
    position: absolute;
    inset: 0;
    background: url('/assets/okems_3/gongdong/meet/meet_landing/img/review-arrow-bg.png') no-repeat center center;
    background-size: cover;
    opacity: 0.18;
    z-index: 0;
}



.review-count-inner {
    position: relative;
    z-index: 1;
    width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.review-count-title {
    font-family: 'GmarketSans';
    flex-shrink: 0;
    text-align: right;
    margin-top: 20px;
}

.review-count-title .sub-text {
    font-size: 22px;
    line-height: 0.8;
    font-weight: 500;
    color: #222;
}

.review-count-title .main-text {
    font-family: 'GmarketSans';
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    color: #fc9244;
    letter-spacing: -2px;
}







.review-count-number-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    font-family: 'GmarketSans';
}

.number-box {
    position: relative;
    width: 84px;
    height: 92px;
    border-radius: 18px;

    /* 핵심 */
    background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            90deg,
            #ff8a00 0%,
            #ff7a00 40%,
            #ff6a00 70%,
            #ff5a00 100%
        ) border-box;

    border: 3px solid transparent;

    box-shadow: 0 6px 10px rgba(0,0,0,0.12);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 52px;
    font-weight: 800;
    color: #fc9244;
}

.number-box .num {
    position: relative;
    top:5px;
    background: linear-gradient(
        180deg,
        #ff8a00 0%,
        #ff7a00 40%,
        #ff6a00 70%,
        #ff5a00 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.comma {
    margin: 50px -2px 0 -2px;
}

.unit {
    margin-left: 10px;
    font-size: 48px;
    font-weight: 800;
    color: #fc9244;
}




.review-con-wrap {
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/background04.png) #fc9244 0 90px;
    height: 390px;
    margin-top: 100px;
}

.review-marquee {
    position: relative;
    top: -86px;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
}

.review-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: reviewFlow 25s linear infinite;
}


.review-card {
   flex: 0 0 380px;
    width: 380px;
    height: 230px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 25px 25px 0 25px;
    box-shadow: -1px 3px 20px 2px rgba(10, 10, -9, 0.08);
    padding: 30px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Pretendard';
}

.review-card-title {
    font-family: 'Pretendard';
    font-weight: bold;
    letter-spacing: -0.8px;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
    color: #222;
}

.review-card-text {
    font-family: 'Pretendard';
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 1.4;
    color: #333;
    word-break: keep-all;
}

.review-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-card-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-card-icon {
    width:30px;
    height: 30px;
}



.review-card-name {
    font-size: 19px;
    font-weight: 700;
    color: #222;
}

.review-card-stars {
    font-size: 22px;
    line-height: 1;
    color: #fce548;
    letter-spacing: 2px;
}



@keyframes reviewFlow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2400px); /* 카드 6개 + gap 총 너비에 맞춰 조절 */
    }
}




.review-btn-wrap {
    font-family: 'GmarketSans';
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 26px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    text-align: center;
    display: flex;
    justify-content: center;
    top: -45px;
}
.review-btn-wrap .review-btn{
    display: block;
    width:960px;
    text-align: center;
    background:#000;
    color: #fff;
    line-height: 70px;
    font-weight: 600;
    border-radius: 4px;
    position: relative; 
    overflow: hidden;
}



.review-btn-wrap .review-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
  );

  transform: skewX(-20deg);
}

/* 🚀 hover 시 이동 */
.review-btn-wrap .review-btn:hover::after {
  animation: shine 0.9s ease;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}






/* section04 섹션 끝 */





/* section05 섹션  */

.section05 {
    position: relative;
    width: 100vw;
    height: 690px; /* ⭐ 화면 꽉 채우기 핵심 */
    overflow: hidden;
}

/* 비디오 래퍼 */
.loopVideoWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px;
    overflow: hidden;
}

/* ⭐ 비디오를 진짜 배경처럼 */
.loopVideoWrap video {
    width: 100%;
    height: auto;
    object-fit: cover; 
    transform: scale(1.2) translateY(-30%);
}

/* 어두운 오버레이 */
.loopVideoWrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}

/* 컨텐츠 위로 */
.content {
    position: relative;
    z-index: 2;
}


.section05 .content {
    padding-top: 100px;
}


.stats-box {
    width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 20px;
    background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            90deg,
            #ff8a00 0%,
            #ff7a00 40%,
            #ff6a00 70%,
            #ff5a00 100%
        ) border-box;

    border: 3px solid transparent;

    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* 각 영역 */
.stat-item {
    flex: 1;
    text-align: center;
}

/* 별 */
.stars {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 10px;
}

/* 타이틀 */
.stars-title {
    font-size: 28px;
    font-weight: 500;
    font-family: 'GmarketSans';
    letter-spacing: -0.8px;
}

/* 숫자 */
.stars-value {
    font-family: 'GmarketSans';
    letter-spacing: -0.8px;
    font-size: 44px;
    font-weight: 800;
    background: linear-gradient(
        90deg,
        #ff8a00 0%,
        #ff7a00 40%,
        #ff6a00 70%,
        #ff5a00 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* 크롬 외 대비 */
    background-clip: text;
    color: transparent;
}

/* % 작게 */
.stars-value span {
    font-size: 24px;
    margin-left: 4px;
}

/* 설명 */
.stars-desc {
    font-size: 19px;
    color: #000;
    letter-spacing: -0.8px;
}

/* 가운데 라인 */
.divider {
    width: 1px;
    height: 120px;
    background: #ff7a00;
    opacity: 0.5;
}



.txt-title{
    color: #fff;
    font-family: 'Pretendard';
    font-size: 22px;
    margin-bottom: 50px;
    letter-spacing: -0.8px;
    line-height: 1.2;
}


/* section05 scroll animation */
.section05 .stats-box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.section05 .stat-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.section05.show .stats-box {
    opacity: 1;
    transform: translateY(0);
}

.section05.show .stat-item {
    opacity: 1;
    transform: translateY(0);
}

.section05.show .stat-item:nth-child(1) {
    transition-delay: 0.15s;
}

.section05.show .stat-item:nth-child(3) {
    transition-delay: 0.3s;
}

.section05.show .stat-item:nth-child(5) {
    transition-delay: 0.45s;
}
















/* section05 섹션 끝 */




/* section06 섹션 */


.section06 {
    padding-top: 100px;
    background: #ffeede;
    padding-bottom: 100px;
    letter-spacing: -0.8px;
}

.section-step-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.section-step-wrap .step-box {
    position: relative;
    text-align: center;
    padding-left: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 17px;
}

.section-step-wrap .step-box:nth-child(1) {
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/step01.png) 0 0 no-repeat;
    width:982px;
    height: 134px;
    padding-bottom: 10px;
}
.section-step-wrap .step-box:nth-child(2) {
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/step02.png) 0 0 no-repeat;
    width:982px;
    height: 134px;
    padding-bottom: 10px;
}

.section-step-wrap .step-box:nth-child(3) {
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/step03.png) 0 0 no-repeat;
    width:982px;
    height: 134px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 10px;
}

.section-step-wrap .step-box:nth-child(4) {
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/step04.png) 0 0 no-repeat;
    width:982px;
    height: 134px;
    padding-bottom: 10px;
}


.step-box .step-title {
    font-family: 'GmarketSans';
    font-size: 24px;
    font-weight: bold;
    line-height: 1.0;
}

.step-box .step-con {
    font-size: 20px;
}

.left-sec {
    position: relative;
    left: 45px;
}


.section-step-wrap .step-box:nth-child(4) .step-title {
    font-size: 35px;
}
.section-step-wrap .step-box:nth-child(4) img {
    width:184px;
    height: auto;
    position: absolute;
    right: 120px;
    bottom: -8px;
}



.step-box .step-title .b-txt {
    color: #5c78de;
    background: #f1f6ff;
    padding-top:2px;
}
.step-box .step-title .o-txt {
    color: #fc9244;
    background: #ffeede;
    padding-top:2px;
}

.company-btn {
    border: 1px solid #b9b9b9;
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 0px 25px 0px 25px;
    line-height: 40px;
    letter-spacing: -0.8px;
    font-size: 18px;
    position: absolute;
    right: 80px;
}
.company-btn:hover {
    border: 1px solid #000;
}



.guide-cta-btn-wrap {
    width:100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


.guide-cta-btn{
    font-family: 'GmarketSans';
    font-weight: bold;
    display: block;
    background: linear-gradient(
  90deg,
  #ff8a00 0%,
  #ff7a00 40%,
  #ff6a00 70%,
  #ff5a00 100%
);
    color: #fff;
    font-size: 26px;
    line-height: 70px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    width:960px;
    position: relative;
    overflow: hidden;   
}






.guide-cta-btn:hover {
   background: linear-gradient(
    90deg,
    #ff9a20,
    #ff7a00,
    #ff5a00
  );
 color: #fff;

}


.guide-cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
  );

  transform: skewX(-20deg);
}

/* 🚀 hover 시 이동 */
.guide-cta-btn:hover::after {
  animation: shine 0.9s ease;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.arrow {
    margin-left: 10px;
}


/* section06 scroll animation */
.section06 .step-box {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.section06.show .step-box {
    opacity: 1;
    transform: translateY(0);
}

.section06.show .step-box:nth-child(1) {
    transition-delay: 0.1s;
}

.section06.show .step-box:nth-child(2) {
    transition-delay: 0.3s;
}

.section06.show .step-box:nth-child(3) {
    transition-delay: 0.5s;
}

.section06.show .step-box:nth-child(4) {
    transition-delay: 0.7s;
}

/* 트로피 기본 상태 */
.section06 .step04-wrap img {
    opacity: 0;
    transform: scale(0.5) rotate(-8deg);
}

/* 마지막에 트로피 등장 */
.section06.show .step04-wrap img {
    animation: trophyPop 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1.15s;
}

@keyframes trophyPop {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(-8deg);
    }
    60% {
        opacity: 1;
        transform: scale(1.18) rotate(2deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}


















/* section06 섹션 끝 */




/* section07 섹션 */

.section07{
    padding-top: 100px;
    background: url(/assets/okems_3/gongdong/meet/meet_landing/img/background05.png) #fc9244 100px 0 no-repeat;
    padding-bottom: 100px;
    letter-spacing: -0.8px;
}


.box-container-wrap {
    width:960px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.box-container-wrap .box-container {
    width:100%;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 6px 10px rgba(0, 0, 0, 0.1);
}
.box-container .box-top {
    padding: 30px;
}

.box-container .or-title {
    font-family: 'GmarketSans';
    font-size: 23px;
    color: #fc9244;
    font-weight: bold;
    
}

.box-container .box-title {
    font-family: 'GmarketSans';
    font-size: 42px;
    color: #000;
    font-weight: bold;
}
.box-container .box-img {
    height: 190px;
}
.box-container .box-txt {
    font-size: 20px;   
    letter-spacing: -0.8px;
    line-height: 1.2;
}


.box-container .box-bottom {
    height: 70px;
    background: #000;
    border-radius: 0 0 25px 25px;
}

.box-container .box-btn{
    font-family: 'GmarketSans';
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    display: block;
}

.box-container .box-bottom:hover {
        background: linear-gradient(90deg, #ff8a00 0%, #ff7a00 40%, #ff6a00 70%, #ff5a00 100%);
}



/* section07 scroll animation */
.section07 .box-container {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.section07.show .box-container {
    opacity: 1;
    transform: translateY(0);
}

.section07.show .box-container:nth-child(1) {
    transition-delay: 0.15s;
}

.section07.show .box-container:nth-child(2) {
    transition-delay: 0.4s;
}












/* section07 섹션 끝 */