/* ======================== title ======================== */
.creator_title {
    padding-bottom: 0;
}

.creator_title .content_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 154px;
}

.creator_title .content_left {
    width: 100%;
    max-width: 371px;
    aspect-ratio: 1/1.31;
    overflow: hidden;
    background: url("/static/app_www/base/img/bg_mokup_phone.png") left top / cover no-repeat,
        linear-gradient(#FAFAFA, #FAFAFA);
    padding: 77px 24px 13px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.creator_title .content_left .logo_wrap {
    display: flex;
    width: 120px;
    margin: 0 auto;
}

.creator_title .content_left .content_body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.creator_title .content_left .border_red {
    border-color: var(--sub-color);
    color: var(--sub-color);
    padding: 12px 0;
    font-size: 20px;
    font-weight: 600;
}

.creator_title .content_left .text_wrap .text_box:not(:last-child) {
    margin-bottom: 16px;
}

.creator_title .content_left .text_wrap .text_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.creator_title .content_left .box_title {
    font-size: 18px;
}

.creator_title .content_left .text_cnt_box {
    border: 1px solid #222222;
    flex-grow: 1;
    max-width: 210px;
    border-radius: 6px;
    padding: 4px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.creator_title .content_left .bubble_wrap .bubble_box:not(:last-child) {
    margin-bottom: 8px;
}

.creator_title .content_left .bubble_box {
    background-color: #FEEF61;
    padding: 4px 10px;
    border-radius: 8px 8px 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    width: fit-content;
}

.creator_title .content_left .content_bot {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.creator_title .content_left .content_bot .icon_wrap {
    display: flex;
    width: 35px;
    aspect-ratio: 1/1;
}

.creator_title .content_left .content_bot strong {
    font-weight: 600;
}

.creator_title .content_right .text_box {
    text-align: center;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 500;
}

.creator_title .content_right .text_box span {
    font-size: 32px;
    font-weight: 600;
}

.creator_title .content_right .highlight_red {
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

/* ======================== why ======================== */
.creator_why {
    background: url("/static/app_www/base/img/bg_creator_sect.jpg") center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.creator_why .sect_bg_wrap {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.creator_why .sect_bg {
    width: 100%;
    height: 100%;
    display: flex;
}

.creator_why .sect_bg img {
    object-position: bottom;
    object-fit: cover;
}

.creator_why .inner {
    position: relative;
    z-index: 2;
}

.creator_why .content_wrap {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7)),
        url("/static/app_www/base/img/bg_creator_content01.png") center / cover no-repeat;
    border-radius: 32px;
    padding: 63px 23px 60px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: center;
    color: #fff;
}

.creator_why .content_area {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.creator_why .highlight_w {
    border-radius: 22px;
    background-color: #FFF;
    width: fit-content;
    text-align: center;
    color: var(--sub-color);
    font-size: 30px;
    font-weight: 600;
    padding: 8px 26px;
}

.creator_why .text_box {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.creator_why .text_box p:not(:last-child) {
    margin-bottom: 4px;
}

.creator_why .dot_box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: center;
}

.creator_why .dot_box .dot_item {
    border-radius: 50px;
    background-color: #FFF;
    aspect-ratio: 1/1;
    display: block;
}

.creator_why .dot_box .dot_item.dot01 {
    width: 6px;
}

.creator_why .dot_box .dot_item.dot02 {
    width: 9px;
}

.creator_why .dot_box .dot_item.dot03 {
    width: 12px;
}

.creator_why .text_area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.creator_why .text_area .area_title {
    font-size: 22px;
    font-weight: 500;
    flex-shrink: 0;
}

.creator_why .text_list .text_item {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 500;
    justify-content: flex-end;
}

.creator_why .text_list .text_item.text01 {
    font-size: 18px;
}

.creator_why .text_list .text_item.text02 {
    font-size: 20px;
}

.creator_why .text_list .text_item.text03 {
    font-size: 22px;
}

.creator_why .text_list .text_item.text04 {
    font-size: 24px;
}

.creator_why .text_list .text_item .color_red {
    min-width: 122px;
    color: #FF5252 !important;
    font-weight: 700;
}

.creator_why p.highlight_red {
    font-size: 36px;
    font-weight: 600;
}

/* ======================== and ======================== */
.creator_and .content_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.creator_and .content_area {
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7)),
        url("/static/app_www/base/img/bg_creator_content02.png") center / cover no-repeat;
    width: 100%;
    max-width: 516px;
    aspect-ratio: 1/0.645;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creator_and .content_area.content02 {
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7)),
        url("/static/app_www/base/img/bg_creator_content03.png") center / cover no-repeat;
}

.creator_and .content_area .text_box {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.creator_and .content_area .text_box p:not(:last-child) {
    margin-bottom: 4px;
}

/* ======================== how ======================== */
.creator_how .content_area {
    display: flex;
}

.creator_how .content_area:not(:last-of-type) {
    margin-bottom: 70px;
}

.creator_how .content_area.guide {
    gap: 50px;
    justify-content: center;
}

.creator_how .content_area.guide .content_box {
    width: 100%;
    max-width: 500px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.creator_how .content_area.guide .box_title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.creator_how .content_area.guide .icon_wrap {
    display: flex;
    width: 30px;
    aspect-ratio: 1/1;
    margin: 0 auto 16px;
}

.creator_how .content_area.guide .content_item {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #E1E1E1;
    background-color: #FFF;
    border-radius: 8px;
    padding: 16px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.creator_how .content_area.guide .content_item p:not(:last-child) {
    margin-bottom: 4px;
}

.creator_how .content_area.step {
    gap: 15px;
    align-items: center;
}

.creator_how .content_area.step .icon_wrap {
    display: flex;
    width: 86px;
    transform: translateY(40px);
}

.creator_how .content_area.step .content_box {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin-top: 64px;
    margin-left: 19px;
    border-radius: 30px;
    border: 2px solid var(--sub-color);
    aspect-ratio: 1/1.071;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px;
}

.creator_how .content_area.step .step_cnt {
    width: 109px;
    background: url("/static/app_www/base/img/img_waterdrop_r.png") center / cover no-repeat;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    padding: 19px 0;
    position: absolute;
    left: 0;
    top: -45px;
}

.creator_how .content_area.step .step_cnt span {
    transform: translateX(-10px);
}

.creator_how .content_area.step .box_title {
    color: var(--sub-color);
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--sub-color);
    width: 100%;
    text-align: center;
}

.creator_how .content_area.step .content_text {
    color: #5E5E5E;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.creator_apply .btn_default {
    font-size: 18px;
    font-weight: 600;
    padding: 13px 0;
}

@media screen and (max-width:1023px) {

    /* ======================== title ======================== */
    .creator_title .content_wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .creator_title .content_left .border_red {
        font-size: 18px;
    }

    .creator_title .content_left .box_title {
        font-size: 16px;
    }

    .creator_title .content_left .text_cnt_box {
        font-size: 18px;
        max-width: 190px;
    }

    .creator_title .content_left .bubble_wrap .bubble_box:not(:last-child) {
        margin-bottom: 4px;
    }

    .creator_title .content_left .bubble_box {
        font-size: 14px;
    }

    .creator_title .content_left .content_bot {
        font-size: 12px;
    }

    .creator_title .content_left .content_bot .icon_wrap {
        width: 30px;
    }

    .creator_title .content_right .text_box {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .creator_title .content_right .text_box span,
    .creator_title .content_right .highlight_red {
        font-size: 24px;
    }

    /* ======================== why ======================== */
    .creator_why .content_wrap {
        padding: 33px 16px 30px;
        gap: 24px;
    }

    .creator_why .content_area {
        gap: 20px;
    }

    .creator_why .highlight_w {
        font-size: 20px;
        margin: 0 auto;
    }

    .creator_why .text_box {
        font-size: 18px;
    }

    .creator_why .dot_box {
        gap: 8px;
    }

    .creator_why .dot_box .dot_item.dot01 {
        width: 4px;
    }

    .creator_why .dot_box .dot_item.dot02 {
        width: 7px;
    }

    .creator_why .dot_box .dot_item.dot03 {
        width: 10px;
    }

    .creator_why .text_area {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .creator_why .text_area .area_title {
        font-size: 18px;
    }

    .creator_why .text_list {
        width: 100%;
    }

    .creator_why .text_list .text_item {
        justify-content: center;
    }

    .creator_why .text_list .text_item.text01 {
        font-size: 12px;
    }

    .creator_why .text_list .text_item.text02 {
        font-size: 14px;
    }

    .creator_why .text_list .text_item.text03 {
        font-size: 16px;
    }

    .creator_why .text_list .text_item.text04 {
        font-size: 18px;
    }

    .creator_why .text_list .text_item span {
        width: calc((100% - 4px)/2);
    }

    .creator_why .text_list .text_item .color_w {
        text-align: right;
    }

    .creator_why .text_list .text_item .color_red {
        min-width: auto;
    }

    .creator_why p.highlight_red {
        font-size: 18px;
    }

    /* ======================== and ======================== */
    .creator_and .content_wrap {
        flex-direction: column;
    }

    .creator_and .content_area {
        margin: 0 auto;
        padding: 16px;
    }

    .creator_and .content_area .text_box {
        font-size: 18px;
    }

    /* ======================== how ======================== */
    .creator_how .content_area:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .creator_how .content_area.guide {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .creator_how .content_area.guide .content_box {
        padding: 0;
        gap: 8px;
    }

    .creator_how .content_area.guide .box_title {
        font-size: 18px;
    }

    .creator_how .content_area.guide .icon_wrap {
        margin-bottom: 8px;
    }

    .creator_how .content_area.guide .content_item {
        padding: 8px 10px;
        font-size: 16px;
    }

    .creator_how .content_area.step {
        gap: 10px;
        flex-direction: column;
    }

    .creator_how .content_area.step .icon_wrap {
        width: 70px;
        transform: rotate(90deg);
    }

    .creator_how .content_area.step .content_box {
        margin: 43px 0 15px;
        padding: 0 12px;
        max-width: 220px;
    }

    .creator_how .content_area.step .step_cnt {
        width: 90px;
        padding: 11px 0;
        top: -38px;
    }

    .creator_how .content_area.step .box_title {
        font-size: 24px;
        padding-bottom: 8px;
    }

    .creator_how .content_area.step .content_text {
        font-size: 16px;
    }
}