body {
    color: #101010;
}

html {
    overflow-x: hidden;
}

/* 메인 비쥬얼 섹션 */
.main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/main-visual__bg.jpg')no-repeat center;
}

.logo {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 120px;
}

.main-visual__container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.main-visual__title {
    font-size: 90px;
    font-weight: bold;
    line-height: 1.2;
}

.main-visual__text {
    font-size: 35px;
    margin: 50px 0
}

.main-visual__text2 {
    font-size: 22px;
    color: #4c4c4c
}

.main-button__box {
    position: relative;
    z-index: 10;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
}

.main-cta__button {
    width: 250px;
    line-height: 60px;
    background: #262626;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.main-cta__button:nth-child(2) {
    background: linear-gradient(90deg, #3fadf5, #0078ff);
}

.main-svg__icon01 {
    position: absolute;
    left: -100px;
}

.main-svg__icon02 {
    position: absolute;
    right: 50px;
    top: 0;
}

.main-svg__icon03 {
    position: absolute;
    right: 100px;
    bottom: 0;
}

/* 공통 섹션 */
.default-section {
    padding: 120px 0;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.default-section.small-padding {
    padding: 0;
}

.section-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

.section-title__sub {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ff4f00;
}

.section-title span,
.section-text span {
    background: linear-gradient(90deg, #3fadf5, #0078ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.section-text {
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0 100px 0;
    color: #4c4c4c;
}

.section1-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    margin: 120px 0;
}

.section1-list__item img {
    max-width: 150px;
}

.section1-icon {
    height: 150px;
}

.section1-list__title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
}

.section1-list__desc {
    font-size: 26px;
}

.section1-feature {
    text-align: center;
    padding: 60px 20px;
    border-radius: 20px;
}

.section1-feature__heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 70px;
}

.section1-feature__list {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section1-feature__item {
    max-width: 220px;
    text-align: center;
}

.section1-feature__icon-wrap {
    width: 220px;
    height: 220px;
    background: linear-gradient(90deg, #3fadf5, #0078ff);
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    overflow: hidden;
}

.section1-feature__icon {}

.section1-feature__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
}

.section1-feature__desc {
    font-size: 18px;
    line-height: 1.4;
    color: #555;
}

.section2-gallery {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.section2-gallery__item {
    width: 320px;
    height: 480px;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.section2-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 각각 다른 위치로 */
.section2-gallery__item:nth-child(1) {
    transform: translateY(-20px);
}

.section2-gallery__item:nth-child(2) {
    transform: translateY(30px);
}

.section2-gallery__item:nth-child(3) {
    transform: translateY(-40px);
}

.section2-gallery__item:nth-child(4) {
    transform: translateY(10px);
}


.process-title {
    font-size: 40px;
    font-weight: bold;
    margin: 150px 0 10px 0;
}

.process-text {
    font-size: 20px;
    color: #4c4c4c;
    margin-bottom: 50px;
}

.process {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.process__item {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative;
    padding-top: 20px;
}

.process__item--step1 .process__step {
    background: #e3f4ff
}

.process__item--step2 .process__step {
    background: #d0e5ff
}

.process__item--step3 .process__step {
    background: #e5e7ff
}

.process__item--step4 .process__step {
    background: #e9e0fd
}

.process__step {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    background: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 10px 10px 0px 0px;
}

.process__step span {
    display: inline-block;
    transform: rotate(180deg);
}

.process__text {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 20px;
}

.process__arrow {
    width: 24px;
    height: 24px;
    background: url("../images/arrow.png") no-repeat center/contain;
}

.process__item--step1 {
    background: linear-gradient(135deg, #3caaf5, #3caaf5);
}

.process__item--step2 {
    background: linear-gradient(135deg, #3caaf5, #6c9cf5);
}

.process__item--step3 {
    background: linear-gradient(135deg, #6c9cf5, #8b7cf5);
}

.process__item--step4 {
    background: linear-gradient(135deg, #8b7cf5, #a45cf5);
}

.contest {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(90deg, #3fadf5, #0078ff);
    padding: 50px;
}

.contest__left {
    flex: 1;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
}

.contest__left p {
    font-size: 25px;
    color: #fff;
}

.contest__arrow {
    margin: 30px 0;
}

.contest__right {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.contest-content {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contest__title {
    font-size: 50px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.contest__prize {
    font-size: 60px;
    font-weight: 800;
    color: #fc720d;
    margin-bottom: 20px;
}

.contest__img {
    max-width: 260px;
    margin: 0 auto;
    display: block;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: unset;
    width: 100%;
    background: #f5f5f5
}

.faq-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.faq .section-title {
    margin-bottom: 50px;
}

.faq__item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 25px;
    margin: 15px 0;
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    position: relative;
}

.faq__icon {
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 12px;
    font-size: 20px;
    border: 1px solid #ccc;
}

.faq__text {
    flex: 1;
    text-align: left;
}

.faq__arrow {
    max-width: 18px;
    transition: transform 0.3s;
}

.faq__answer {
    display: none;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid #e2e2e2;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.5;
}

.faq__icon--a {
    background: #3caaf5;
    color: #fff;
    border: none;
}

.faq__item.active .faq__answer {
    display: flex;
}

.faq__item.active .faq__arrow {
    transform: rotate(180deg);
}

.campaign__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 80px 0 0 0;
}

.campaign__item {
    flex: 0 0 calc(25% - 18px);
    /* 4개 정렬 */
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.campaign__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.campaign__thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.campaign__info {
    padding: 16px 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.campaign__tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.campaign__tag {
    background: #3fadf5;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.campaign__tag.youtube {
    background: #e92c2c
}

.campaign__tag.insta {
    background: #fe2076;
    color: #fff;
}

.campaign__tag.service {
    background: #40a436;
    color: #fff;
}

.campaign__tag.delivery {
    background: #4c70de;
    color: #fff;
}

.campaign__title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    min-height: 45px;
}

.campaign__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 6px;
}

.campaign__date {
    color: #3fadf5;
    font-weight: 600;
}

.campaign__point {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-top: 6px;
}

.cta-button {
    width: 250px;
    height: 60px;
    background: linear-gradient(90deg, #3fadf5, #0078ff);
    border-radius: 100px;
    margin: 80px auto auto auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.cta-button.color2 {
    background: linear-gradient(135deg, #8b7cf5, #a45cf5);
}

.bg-section {
    background: #f2fafd;
    padding: 80px 0
}

.fab-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    border: none;
    background: #101010;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.fab-button svg {
    padding-top: 5px;
}

.mobile {
    dipslay: none
}

/* 반응형 css */
@media(max-width:1440px) {
    .main-visual__container {
        padding: 0 40px;
    }

    .logo {
        left: 40px;
    }

    .default-section {
        padding: 120px 40px;
    }
}

@media(max-width:960px) {
    .logo {
        left: 16px;
        top: 16px;
        max-width: 80px;
    }

    .main-visual__container {
        padding: 150px 16px 100px 16px
    }

    .default-section {
        padding: 80px 16px;
    }

    .main-visual__title {
        font-size: 30px;
    }

    .main-svg__icon01 img {
        max-width: 170px;
    }


    .main-svg__icon02 {
        right: -40px
    }

    .main-svg__icon02 img {
        max-width: 170px
    }

    .main-svg__icon01 {
        display: none;
        left: -45px
    }

    .main-svg__icon03 {
        display: none;
        right: 0;
    }

    .main-visual {
        height: auto;
        overflow: hidden;
    }

    .main-visual__text {
        font-size: 18px;
        margin: 30px 0;
    }

    .main-visual__text2 {
        font-size: 14px;
    }

    .main-button__box {
        gap: 20px;
    }

    .main-cta__button {
        width: 160px;
        line-height: 45px;
        font-size: 14px;
    }

    .section-title {
        font-size: 25px;
        line-height: 1.4;
    }

    .section1-list {
        flex-direction: column;
        gap: 50px;
    }

    .section1-list__item img {
        max-width: 120px;
    }

    .section1-list__title {
        font-size: 20px;
        margin-top: 15px;
    }

    .section1-list__desc {
        font-size: 15px;
    }

    .section1-list {
        margin: 50px 0 0 0;
    }

    .section1-feature {
        padding: 0;
    }

    .section1-feature__heading {
        font-size: 25px;
    }

    .bg-section {
        padding: 80px 16px;
    }

    .section1-feature__icon {
        max-width: 50px;
    }

    .section1-feature__icon-wrap {
        width: 130px;
        height: 130px;
    }

    .section1-feature__list {
        gap: 40px 20px;
        justify-content: space-around;
    }

    .section1-feature__title {
        font-size: 18px;
    }

    .section1-feature__desc {
        font-size: 14px;
    }

    .section-title__sub {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .campaign__item {
        flex: 1 1 calc(50% - 24px);
        min-width: auto;
    }

    .campaign__thumb img {
        height: 140px;
    }

    .campaign__list {
        gap: 24px 10px;
    }

    .campaign__item {
        flex: 0 0 calc(50% - 5px);
        /* 2개 정렬 */
    }

    .campaign__title {
        font-size: 14px;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        min-height: auto;
    }

    .campaign__tag {
        font-size: 8px;
    }

    .campaign__info {
        padding: 10px 5px;
    }

    .campaign__meta {
        font-size: 12px;
    }

    .cta-button {
        width: 210px;
        height: 50px;
        margin: 60px auto auto auto;
        font-size: 18px;
    }

    .section-text {
        font-size: 18px;
        margin: 20px 0 60px 0;
    }

    .mobile {
        display: block;
    }


    .section2-gallery {
        gap: 10px;
        padding: 0 16px;
        flex-wrap: nowrap;
    }

    .section2-gallery__item {
        height: 180px;
    }

    .section2-gallery__item:nth-child(1) {
        transform: translateY(-10px);
    }

    .section2-gallery__item:nth-child(2) {
        transform: translateY(20px);
    }

    .section2-gallery__item:nth-child(3) {
        transform: translateY(-10px);
    }

    .section2-gallery__item:nth-child(4) {
        transform: translateY(20px);
    }

    .process-title {
        font-size: 30px;
        margin: 120px 0 10px 0;
    }

    .process-text {
        font-size: 15px;
    }

    .process {
        padding: 0 16px;
        gap: 24px 10px;
        flex-wrap: wrap;
    }

    .process__item {
        width: calc(50% - 22px);
        height: 170px;
        border-radius: 12px;
    }

    .process__arrow.pc {
        display: none
    }

    .process__step {
        width: 65%;
        font-size: 12px;
    }

    .process__icon img {
        max-width: 50px;
    }

    .process__text {
        font-size: 18px;
        margin-top: 0;
    }

    .contest__left p {
        font-size: 18px;
    }

    .contest {
        flex-wrap: wrap;
        padding: 12px;
    }

    .contest__left {
        padding: 20px 0;
    }

    .contest__arrow {
        margin: 20px 0;
    }

    .contest__arrow img {
        max-width: 50px;
    }

    .contest__right {
        flex: unset;
        width: 100%;
    }

    .contest-content {
        padding: 30px 0;
    }

    .contest__prize {
        font-size: 35px;
    }

    .contest__title {
        font-size: 25px;
    }

    .faq__item {
        padding: 0;
    }

    .faq__question,
    .faq__answer {
        font-size: 14px;
        text-align: left;
    }

    .faq__answer p {
        width: calc(100% - 64px);
    }

    .fab-button {
        bottom: 25px;
        right: 25px;
        width: 45px;
        height: 45px;
    }

    .section1-icon {
        height: auto;
    }


}

@media(max-width:500px) {
    .default-section {
        padding: 50px 16px;
    }
}

.creator-ranking {
    width: 100%;
    padding: 120px 20px;
    background: #f8faff;
    text-align: center;
    margin-bottom: 120px;
}

.creator-ranking__title {
    font-size: 50px;
    font-weight: 800;
}

.creator-ranking__text {
    font-size: 24px;
    margin-top: 10px;
    color: #565656;
    margin-bottom: 60px;
}

/* ===========================
   랭킹 테이블
=========================== */
.creator-ranking__table-wrapper {
    display: flex;
    justify-content: center;
}

.creator-ranking__table {
    width: 90%;
    max-width: 1440px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.creator-ranking__table th {
    background: #2b2b2b;
    color: #fff;
    font-weight: 600;
    padding: 14px 8px;
    font-size: 15px;
    vertical-align: middle;
    border-right: 1px solid #555555;
}

.creator-ranking__table th:last-child {
    border-right: none;
}

.creator-ranking__table td {
    padding: 14px 8px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 15px;
}

.creator-ranking__table tr:nth-child(even) {
    background-color: #fafafa;
}

.creator-ranking__table tbody tr:hover {
    background-color: rgba(63, 173, 245, 0.08);
    transition: 0.2s;
}

/* ===========================
   상금 박스
=========================== */
.creator-ranking__reward {
    margin: 60px auto 0;
    background: linear-gradient(135deg, #3caaf5, #6c9cf5);
    border-radius: 16px;
    padding: 40px 30px;
    color: #fff;
    box-shadow: 0 6px 25px rgba(0, 120, 255, 0.3);
    width: 100%;
    max-width: 900px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.creator-ranking__reward::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 60%);
    z-index: 0;
}

.reward__header {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.reward__header h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.reward__header p {
    font-size: 20px;
    opacity: 0.9;
}

.reward__list {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

.reward__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    margin: 8px 0;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 18px;
    backdrop-filter: blur(4px);
    transition: transform 0.2s ease;
}

.reward__list li:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
}

.reward__list .rank {
    font-weight: 600;
}

.reward__list .amount {
    font-weight: 700;
    font-size: 17px;
}

.reward__footer {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.9;
}

@media(max-width:500px) {

    .creator-ranking__title,
    .reward__header h3 {
        font-size: 24px;
    }

    .creator-ranking__table {
        width: 100%;
    }

    .creator-ranking {
        padding: 80px 16px;
    }

    .creator-ranking__table th {
        font-size: 13px;
        vertical-align: middle;
    }

    .creator-ranking__reward {
        width: 100%;
        margin: 30px 0;
    }

    .creator-ranking__reward {
        padding: 30px 16px;
    }

    .creator-ranking__text,
    .reward__header p {
        font-size: 16px;
    }

}

@media(max-width: 960px) {
    .creator-ranking__table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block !important;
        max-height: 400px;
    }



    .creator-ranking__table {
        min-width: 1400px;
        width: 1400px;
    }
}

/* =============================
   성과지표 섹션
============================= */
.metric-info {
    padding: 120px 20px;
}

.metric-container {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.metric-title {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #3fadf5, #0078ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.metric-subtitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 60px;
}

/* Cards */
.metric-card-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.metric-card {
    flex: 0 0 calc(33.333% - 20px);
    max-width: 420px;
    background: #fff;
    border-radius: 18px;
    padding: 40px 32px;
    box-shadow: 0 8px 30px rgba(0, 90, 200, 0.08);
    transition: transform 0.25s ease, box-shadow 0.3s ease;
    text-align: left;
}

.metric-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 45px rgba(0, 120, 255, 0.18);
}

/* icons */
.metric-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    margin-bottom: 20px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

/* 아이콘 각각 스타일 */
.metric-icon.vr {
    background-color: #e3f4ff;
    background-image: url('https://img.icons8.com/ios-filled/100/play--v1.png');
}

.metric-icon.cpe {
    background-color: #e9e0fd;
    background-image: url('https://img.icons8.com/?size=100&id=24849&format=png');
}

.metric-icon.er {
    background-color: #dff8eb;
    background-image: url('https://img.icons8.com/?size=100&id=59816&format=png');
}

.metric-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #222;
}

.metric-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}


/* 모바일 대응 */
@media(max-width:960px) {
    .metric-title {
        font-size: 30px;
    }

    .metric-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .metric-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .metric-info {
        padding: 80px 16px;
    }
}