.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.top_visual_section.main {
    height: 900px;
}
.top_visual_section.main::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0,0,0,0.6));
    z-index: -5;
    content: "";
}
.top_visual_section.main .scroll_icon {
    bottom: 60px;
}
.top_visual_section.main .title_wrap span {
    font-size: 30px;
    color: #fff;
}
.top_visual_section.main .title_wrap h2 {
    width: 798px;
    height: 67px;
}
.top_visual_section.main .title_wrap h2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.intro_section {
    position: relative;
    width: 100%;
    height: 960px;
    overflow: hidden;
}
.intro_section .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.intro_section .wrapper .rotate_text_bg {
    position: absolute;
    left: calc(50% - 300px);
    top: 152px;
    width: 599px;
    aspect-ratio: 1 / 1;
}
.intro_section .wrapper .rotate_text_bg .rotate_text {
    width: 100%;
    height: 100%;
    animation: rotate 35s linear infinite;
}
.intro_section .wrapper .rotate_text_bg .rotate_text svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.intro_section .wrapper .rotate_text_bg::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-60deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 50%);
    content: "";
}
@keyframes rotate {
    to {
      transform: rotate(360deg);
    }
}

.intro_section .wrapper .title_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.intro_section .wrapper .title_wrap .marquee-video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -10;
    transform: translate(-50%, -50%);
    width: 689px;
    aspect-ratio: 689 / 714;
}
.intro_section .wrapper .title_wrap .text-mask-container {
    position: relative;
    width: 1200px;
    height: 105px;
    overflow: hidden;
}
.intro_section .wrapper .title_wrap .text-mask-container video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask: url(../../../src/img/logo/logo_w.svg);
    -webkit-mask: url(../../../src/img/logo/logo_w.svg);
    mask-type: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.intro_section .wrapper .title_wrap p {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    word-break: keep-all;
}
.intro_section .wrapper .title_wrap p .m_br {
    display: none;
}

.creators_section {
    width: 100%;
    overflow: hidden;
}
.creators_section .wrapper .title_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.creators_section .wrapper .title_area h2 {
    position: relative;
    font-size: 52px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}   
.creators_section .wrapper .title_area .line {
    width: 1px;
    height: 98px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

}
.creators_section.for_creators .wrapper .contents_wrap {
    position: relative;
}
.creators_section.for_creators .rotate_text_bg_wrap {
    position: relative;
    height: 360px;
    overflow: hidden;
    margin-top: 20px;
}
.creators_section.for_creators .rotate_text_bg {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -10;
    transform: translate(-50%, 0);
    width: 200vw;
    aspect-ratio: 1 / 1;
}
.creators_section.for_creators .rotate_text_bg .rotate_text {
    width: 100%;
    height: 100%;
    animation: rotate 70s linear infinite;
}
.creators_section.for_creators .rotate_text_bg .rotate_text svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.creators_section.for_creators .rotate_text_bg_wrap::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0));
    content: "";
}

@keyframes rotate {
    to {
      transform: rotate(360deg);
    }
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap {
    display: flex;
    gap: 16px;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box {
    position: relative;
    padding: 20px 20px 24px 20px;
    width: 25%;
    height: 360px;
    background-color: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-image: linear-gradient(-36deg, #fff, rgba(255, 255,255, 0.4) 30%, rgba(255, 255,255, 0.4) 70%, #fff) 1;
    /* transition: all 0.5s linear;  */
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover {
    background-color: #fff;
    border: 1px solid #fff;
    border-image: linear-gradient(-36deg, #fff, #fff) 1;
    box-shadow: 0 0 34px rgba(255, 255, 255, 0.14);
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .text {
    position: relative;
    width: 100%;
    height: 100%;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 46px;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    text-fill-color: transparent;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .number {
    opacity: 0;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.4s linear;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap {
    bottom: 100%;
    transform: translate(0, 100%);
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap .box_tit {
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap .box_tit {
    /* bottom: 330px;
    color: #000;
    transform: translate(0, 100%); */
    color: #000;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap .desc_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    height: 0;
    margin-top: 4px;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap .desc_wrap {
    opacity: 1;
    height: fit-content;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap .desc_wrap span {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    transform: translate(0, 22px);
    /* transition: all 0.4s ease;  */
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap .desc_wrap span {
    opacity: 1;
    transition-delay: 0.5s;
    transform: translate(0px);
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap .desc_wrap p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    transform: translate(0, 22px);
    /* transition: all 0.4s ease;  */
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    word-break: keep-all;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap .desc_wrap p {
    opacity: 1;
    transition-delay: 0.7s;
    transform: translate(0px);
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_detail {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
    opacity: 0;
    height: 0;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_detail span {
    position: relative;
    display: block;
    transform: translate(0, 22px);
    padding-left: 10px;
    /* transition: all 0.4s ease;  */
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    margin-bottom: 6px;
    letter-spacing: -1px;
    word-break: keep-all;
    border-left: 3px solid #444;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_detail span:last-child {
    margin-bottom: 0;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_detail {
    opacity: 1;
    height: fit-content;
    color: #444;
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_detail span.n1 {
    opacity: 1;
    transition-delay: 0.8s;
    transform: translate(0px);
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_detail span.n2 {
    opacity: 1;
    transition-delay: 0.9s;
    transform: translate(0px);
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_detail span.n3 {
    opacity: 1;
    transition-delay: 1s;
    transform: translate(0px);
}
.creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_detail span.n4 {
    opacity: 1;
    transition-delay: 1.1s;
    transform: translate(0px);
}

.creators_section.to_creators {
    padding: 180px 0 150px 0;
}
.creators_section.to_creators .contents_wrap .card_wrap {
    position: relative;
    padding-bottom: 287px;
}
.creators_section.to_creators .contents_wrap .card_wrap .rotate_text_bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -10;
    transform: translate(-50%, 0%);
    width: 807px;
    aspect-ratio: 1 / 1;
}
.creators_section.to_creators .contents_wrap .card_wrap .rotate_text_bg .rotate_text {
    width: 100%;
    height: 100%;
    animation: rotate 35s linear infinite;
}
.creators_section.to_creators .contents_wrap .card_wrap .rotate_text_bg .rotate_text svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.creators_section.to_creators .contents_wrap .card_wrap .rotate_text_bg::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1) 50%);
    content: "";
}

@keyframes rotate {
    to {
      transform: rotate(360deg);
    }
}
.creators_section.to_creators .contents_wrap .card_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li {
    position: relative;
    width: 454px;
    height: 420px;
    border-radius: 42px;
    overflow: hidden;
    padding: 24px 30px;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li.card01 {
    box-shadow: 20px 20px 54px rgba(221, 85, 217, 0.2);
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 40%;
    content: "";
    transition: all 0.5s ease; 
}
.creators_section.to_creators .contents_wrap .card_wrap ul li.card01::after {
    background-image: linear-gradient(to top, rgba(132, 66, 169, 1) 30%, rgba(132, 66, 169, 0));  
}
.creators_section.to_creators .contents_wrap .card_wrap ul li.card02::after {
    background-image: linear-gradient(to top, rgba(255, 0, 110, 1) 30%, rgba(255, 0, 110, 0));  
}
.creators_section.to_creators .contents_wrap .card_wrap ul li.card01:hover::after {
    height: 100%;
    background-image: linear-gradient(to top, rgba(132, 66, 169,1) , rgba(132, 66, 169, 1 ));  
}
.creators_section.to_creators .contents_wrap .card_wrap ul li.card02:hover::after {
    height: 100%;
    background-image: linear-gradient(to top, rgba(255, 0, 110, 1) 30%, rgba(255, 0, 110, 1));  
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .title-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
    height: 100%;
    transition: all 0.4s ease; 
}
.creators_section.to_creators .contents_wrap .card_wrap ul li:hover .title-area {
    opacity: 0;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .title-area h3 {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .title-area p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .hover_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding: 20px;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .hover_text .title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .hover_text .title h3 {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    transform: translate(0, 22px);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .hover_text .title p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    transform: translate(0, 22px);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li .hover_text .desc {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    transform: translate(0, 22px);
    opacity: 0;
    word-break: keep-all;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li:hover .hover_text {
    opacity: 1;
    height: 100%;
}
.creators_section.to_creators .contents_wrap .card_wrap ul li:hover .hover_text .title h3 {
    opacity: 1;
    transition-delay: 0.4s;
    transform: translate(0, 0);
}
.creators_section.to_creators .contents_wrap .card_wrap ul li:hover .hover_text .title p {
    opacity: 1;
    transition-delay: 0.5s;
    transform: translate(0, 0);
}
.creators_section.to_creators .contents_wrap .card_wrap ul li:hover .hover_text .desc {
    opacity: 1;
    transition-delay: 0.6s;
    transform: translate(0, 0);
}

.creators_list_section {
    padding: 150px 0;
}
.creators_list_section .wrapper .title_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}
.creators_list_section .wrapper .title_head .title_wrap {
    display: flex;
    align-items: end;
    gap: 30px;
}
.creators_list_section .wrapper .title_head .title_wrap .count_wrap {
    display: flex;
    align-items: baseline;
    height: 162px;
}
.creators_list_section .wrapper .title_head .title_wrap span.count {
    font-size: 180px;
    color: #fff;
}
.creators_list_section .wrapper .title_head .title_wrap span.plus {
    font-size: 170px;
    color: #fff;
}
.creators_list_section .wrapper .title_head .sub_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
}
.creators_list_section .wrapper .title_head .sub_wrap p {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
}
.creators_list_section .wrapper .title_head .sub_wrap  {
    font-size: 16px;
    color: #fff;
}
.creators_list_section .wrapper .list_wrap ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
}
.creators_list_section .wrapper .list_wrap ul li {
    position: relative;
    width: calc(20% - 16px);
}
.creators_list_section .wrapper .list_wrap ul li img {
    width: 100%;
    aspect-ratio: 224 / 306;
    object-fit: contai n;
}
.creators_list_section .wrapper .list_wrap ul li span {
    position: absolute;
    left: 14px;
    bottom: 10px;
    font-size: 20px;
    color: var(--mainpink);
}

@media screen and (max-width:1200px) {
    .wrapper {
       padding: 0 16px;
    }
    .intro_section .wrapper .title_wrap {
        width: 100%;
        padding: 0 16px;
    }
    .intro_section .wrapper .title_wrap .text-mask-container {
        width: 760px;
        height: auto;
        aspect-ratio: 1200 / 105;
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap {
        flex-wrap: wrap;
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box {
        width: calc(50% - 8px);
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap .box_tit br {
        display: none;
    }
 
}
@media screen and (max-width: 980px) {
    .top_visual_section.main {
        height: 736px;
    }
    .top_visual_section .title_wrap {
        gap: 20px;
    }
    .top_visual_section.main .scroll_icon {
        bottom: 22px;
    }

    .intro_section {
        height: 844px;
        margin-top: 108px;
    }
    .intro_section .wrapper .title_wrap {
        padding: 0;
    }
    .intro_section .wrapper .title_wrap p {
        font-size: 14px;
    }
    .intro_section .wrapper .title_wrap p .m_br {
        display: block;
    }
    .intro_section .wrapper .title_wrap p .pc_br {
        display: none;
    }
    .intro_section .wrapper .title_wrap .text-mask-container {
        width: 100%;
    }
    .top_visual_section.main .title_wrap span {
        font-size: 20px;
    }
    .top_visual_section.main .title_wrap h2 {
        width: 331px;
        height: 29px;
    }


    .creators_section .wrapper .title_area h2 {
        font-size: 32px;
    }
    .creators_section .wrapper .title_area .line {
        height: 118px;
    }
  
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box {
        width: 100%;
        height: 240px;
    }
   
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .number {
        font-size: 30px;
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap .box_tit {
        font-size: 16px;
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap .box_tit br {
        display: none;
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_detail {
        font-size: 12px;    
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box .hov_txt .box_title_wrap .desc_wrap  {
        gap: 14px;
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap .desc_wrap span {
        font-size: 14px;
    }
    .creators_section.for_creators .wrapper .contents_wrap .box_wrap li.box:hover .hov_txt .box_title_wrap .desc_wrap p {
        font-size: 14px;
    }
    .creators_section.for_creators .rotate_text_bg_wrap {
        height: 120px;
    }
    
    .creators_section.to_creators {
        padding: 95px 0 120px 0;
    }
    .creators_section.to_creators .contents_wrap .card_wrap ul {
        flex-direction: column;
    }
    .creators_section.to_creators .contents_wrap .card_wrap ul li {
        max-width: 400px;
        width: 100%;
        height: 331px;
        padding: 20px 20px;
        border-radius: 24px;
    }
    .creators_section.to_creators .contents_wrap .card_wrap ul li .title-area h3,
    .creators_section.to_creators .contents_wrap .card_wrap ul li:hover .hover_text .title h3 {
        font-size: 18px;
    }
    .creators_section.to_creators .contents_wrap .card_wrap ul li .title-area p,
    .creators_section.to_creators .contents_wrap .card_wrap ul li:hover .hover_text .title p {
        font-size: 14px;
    }
    .creators_section.to_creators .contents_wrap .card_wrap ul li .hover_text .desc {
        font-size: 14px;
    }
    .creators_section.to_creators .contents_wrap .card_wrap {
        padding-bottom: 100px;
    }
    .creators_section.to_creators .contents_wrap .card_wrap .rotate_text_bg {
        max-width: 358px;
        width: calc(100% - 32px);
    }

    .creators_list_section {
        padding: 60px 0;
    }
    .creators_list_section .wrapper .title_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 14px;
    }
    .creators_list_section .wrapper .title_head .title_wrap .count_wrap {
        height: auto;
    }
    .creators_list_section .wrapper .title_head .title_wrap span.count {
        font-size: 92px;
    }
    .creators_list_section .wrapper .title_head .title_wrap span.plus {
        font-size: 80px;
    }
    .creators_list_section .wrapper .title_head .sub_wrap {
        align-items: center;
        margin: 20px 0;
    }
    .creators_list_section .wrapper .title_head .sub_wrap p {
        font-size: 12px;
        margin: 0;
    }
    .creators_list_section .wrapper .list_wrap ul {
        padding: 0 32px;
    }
    .creators_list_section .wrapper .list_wrap ul li {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 500px) {
    .creators_list_section .wrapper .list_wrap ul li {
        width: 100%;
    }
    .creators_list_section .wrapper .list_wrap ul li span {
        font-size: 14px;
    }
}
@media screen and (max-width: 350px) { 
    .creators_section .wrapper .contents_wrap .box_wrap li.box {
        height: 280px;
    }
    .creators_section.to_creators .contents_wrap .card_wrap ul li {
        height: 380px;
    }
}