.page {
    background-color: #131313;
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 0;
}
.page * {
    color: var(--white);
}

.section {
    margin-top: var(--sec-gap);
}
.sec_name {
    margin-bottom: 40px;
}
.sec_title {
    margin-bottom: 60px;
}
.sec_title,
.sec_title span {
    font-size: var(--ft50);
    font-weight: var(--semi-bold);
}
.sec_text {
    font-size: var(--ft18);
    color: var(--white-800);
}
.sec_text strong {
    font-weight: var(--semi-bold);
    color: var(--white);
}
.sec_title span {
    color: var(--white-400);
    background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
}


/*----------------- sec1 -----------------*/
.sec1 {
    width: 100%;
    height: 400dvh;
}
.sec1_sticky {
    width: 100%;
    height: calc(100dvh - 40px);
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: sticky;
    top: 20px;
    left: 0;
}
.main_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main_video::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--black-500);
    position: absolute;
    top: 0;
    left: 0;
}
.main_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scene1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}
.bizer_box {
    position: relative;
}
.bizer_logo {
    width: fit-content;
    height: 140px;
}
.bizer_logo img {
    width: auto;
}
.bizer_plus {
    width: 0;
    height: 0;
    opacity: 0;
}
.bizer_text {
    font-size: var(--ft24);
    font-weight: var(--semi-bold);
    text-align: center;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    filter: blur(10px);
    pointer-events: none;
}

.main_title {
    margin-top: 50px;
    font-size: var(--ft32);
    font-weight: var(--semi-bold);
}
.main_btm {
    width: calc(100% - 120px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 60px;
    bottom: 60px;
}
.main_text {
    font-size: var(--ft18);
    color: var(--white-800);
}
.main_text strong {
    font-weight: var(--semi-bold);
    color: var(--white);
}
.main_tag {
    display: flex;
    gap: 10px;
}
.main_tag li {
    padding: 8px 14px;
    border-radius: 20px;
    border: 1px solid var(--white);
    font-size: var(--ft14);
    font-weight: var(--medium);
}

.scene2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}


/*----------------- sec2 -----------------*/
.sec2 .flex {
    display: flex;
    gap: 200px;
}
.sec2 .flex_r {
    width: 100%;
}
.sec2 .sec_name {
    flex-shrink: 0;
}

/*-- value_list --*/
.value_list {
    width: 750px;
    height: 710px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    position: relative;
}
.value_box {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    overflow: hidden;
}
.value_inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.value_inner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.00) 10%, rgba(0, 87, 255, 0.40) 100%);
    position: absolute;
}
.value_title {
    font-size: var(--ft32);
    font-weight: var(--medium);
    text-align: center;
    z-index: 1;
}
.value_text {
    font-size: var(--ft20);
    font-weight: var(--medium);
    text-align: center;
    z-index: 1;
}
.value_box:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
}
.value_box:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
}
.value_box:nth-child(2) .value_inner::after {
    transform: rotate(225deg);
}
.value_box:nth-child(3) .value_inner::after {
    transform: rotate(-225deg);
}

/*-- num_list --*/
.num_list {
    margin-top: 120px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.num_title {
    font-size: var(--ft20);
    font-weight: var(--semi-bold);
    margin-bottom: 12px;
}
.num {
    font-size: var(--ft80);
    font-weight: var(--semi-bold);
    margin-bottom: 24px;
}
.num_text {
    font-weight: var(--medium);
    color: var(--white-800);
}

/*----------------- sec3 -----------------*/
.mission_box {
    width: 100%;
    margin-bottom: 32px;
    padding: 80px 60px;
    border: 1px solid var(--white-100);
    border-radius: var(--radius-lg);
    background-color: var(--white-50);
    display: flex;
}
.mission_box span {
    width: 100px;
    display: block;
    flex-shrink: 0;
}
.mission_box .text_box {
    width: 100%;
    margin-left: 110px;
}
.mission_title {
    font-size: var(--ft36);
    font-weight: var(--semi-bold);
    margin-bottom: 40px;
}
.mission_text {
    color: var(--white-800);
}
.mission_video {
    width: 300px;
    aspect-ratio: 3 / 2;
    border-radius: var(--radius-md);
    overflow: hidden;
    flex-shrink: 0;
}
.mission_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------------- sec4 -----------------*/

/*-- process_table --*/
.process_table {
    width: 100%;
    margin-top: 80px;
}
.table_line {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}
.line {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
}
.table_line span {
    width: 1px;
    height: 100%;
    background-color: var(--white-50);
}
.table_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}
.table_inner div {
    width: 100%;
}
.table_inner p {
    width: 0;
    height: 50px;
    padding: 0 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    font-size: var(--ft18);
    font-weight: var(--semi-bold);
    opacity: 0;
    text-wrap: nowrap;
    transition: opacity .4s ease, width 1s ease;
}
.table_inner div:nth-child(1) p {
    background: linear-gradient(90deg, #848484 0%, rgba(132, 132, 132, 0.00) 100%);
}
.table_inner div:nth-child(2) {
    margin-left: calc((100% / 19) * 2);
}
.table_inner div:nth-child(2) p {
    background: linear-gradient(90deg, #84A2DB 0%, rgba(132, 162, 219, 0.00) 100%);
}
.table_inner div:nth-child(3) {
    margin-left: calc((100% / 19) * 5);
}
.table_inner div:nth-child(3) p {
    background: linear-gradient(90deg, #3F80FF 0%, rgba(63, 128, 255, 0.00) 100%);
}
.table_inner div:nth-child(4) {
    margin-left: calc((100% / 19) * 10);
}
.table_inner div:nth-child(4) p {
    background: linear-gradient(90deg, #0057FF 0%, rgba(0, 87, 255, 0.00) 100%);
}
.table_btm {
    width: 100%;
    margin-top: 24px;
    display: flex;
    gap: 20px;
}
.table_btm div:nth-child(1) {
    width: calc((100% / 19) * 5);
}
.table_btm div:nth-child(2) {
    width: calc((100% / 19) * 5);
}
.table_btm div:nth-child(3) {
    width: calc((100% / 19) * 9);
}
.table_btm p {
    font-size: var(--ft14);
    font-weight: var(--medium);
    color: var(--white-800);
    margin-bottom: 20px;
}
.table_btm span {
    width: 100%;
    height: 1px;
    background-color: #898989;
    display: flex;
    align-items: center;
    position: relative;
}
.table_btm span::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #898989;
    background-color: #1F1F1F;
    position: absolute;
    left: 0;
}
.table_btm span::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url('/images/table.svg') no-repeat center/contain;
    position: absolute;
    right: 0;
    transform: translateX(44%);
}

.process_table.show .table_inner p {
    opacity: 1;
}
.process_table.show .table_inner div:nth-child(1) p {
    width: calc((100% / 19) * 4);
    transition-delay: 0s;
}
.process_table.show .table_inner div:nth-child(2) p {
    width: calc((100% / 19) * 6);
    transition-delay: 0.1s;
}
.process_table.show .table_inner div:nth-child(3) p {
    width: calc((100% / 19) * 9);
    transition-delay: 0.2s;
}
.process_table.show .table_inner div:nth-child(4) p {
    width: calc((100% / 19) * 9);
    transition-delay: 0.3s;
}

/*-- process_list --*/
.process_list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.process_box {
    width: 100%;
    padding: 40px 36px;
    border-radius: var(--radius-md);
    border: 1px solid var(--white-100);
    background-color: var(--white-50);
}
.process_num {
    width: 28px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--semi-bold);
    color: var(--gray-600);
}
.process_title {
    font-size: var(--ft20);
    font-weight: var(--semi-bold);
    margin: 16px 0;
}
.process_text {
    color: var(--white-800);
}


/*----------------- sec5 -----------------*/
.sec5 {
    padding: 180px 60px;
    background-color: var(--white-50);
}
.sec5 .flex {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 80px;
}
.sec5 .flex_l {
    position: sticky;
    top: 120px;
    left: 0;
    flex-shrink: 0;
}

/*-- history_list --*/
.history_list {
    width: 100%;
    max-width: 850px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
}
.year {
    font-size: var(--ft32);
    font-weight: var(--semi-bold);
    display: flex;
    align-items: center;
    gap: 24px;
}
.year::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--white);
}
.history_year {
    width: 100%;
    padding: 40px;
    margin-top: 36px;
    border: 1px solid var(--white-100);
    border-radius: var(--radius-md);
    background-color: var(--white-50);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
}
.month {
    width: fit-content;
    padding: 8px 24px;
    margin-bottom: 36px;
    background-color: var(--white-50);
    border-radius: var(--radius-sm);
    font-weight: var(--medium);
}
.history_month {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}
.history_month li {
    white-space: pre-line;
    line-height: 1.8;
}

/*----------------- sec6 -----------------*/
.viewer {
    margin: 80px 0;
    width: 100%;
    height: 400px;
    position: relative;
}
#viewer {
    width: 100%;
    height: 100%;
}
.drag {
    width: fit-content;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: var(--white-100);
    font-size: var(--ft12);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: drag 2s infinite alternate;
    pointer-events: none;
}
@keyframes drag {
    to {
        transform: translateY(20px);
    }
}
.character_box {
    width: 100%;
    padding: 30px 80px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--white-100);
    background-color: var(--white-50);
    position: relative;
}
.character_box.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.box_name {
    font-size: var(--ft18);
    font-weight: var(--semi-bold);
    padding: 8px 16px;
    border-radius: var(--radius-md);
    border: 1px solid var(--white-100);
    background-color: var(--white-50);
    position: absolute;
    top: 30px;
    left: 30px;
}
.chart {
    width: 400px;
    height: 400px;
}
.c_r {
    padding-left: 80px;
    border-left: 1px solid var(--white-200);
}
.character_title {
    font-size: var(--ft28);
    font-weight: var(--semi-bold);
    margin-bottom: 32px;
}
.character_text {
    font-weight: var(--medium);
    color: var(--white-800);
}

.character_box.grid {
    padding: 60px 80px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.character_img {
    width: 300px;
} 

/*----------------- sec7 -----------------*/
.sec7 {
    overflow: hidden;
}
.sec7 .btn {
    margin: 50px auto 0;
}

/*-- affiliates_swiper --*/
.affiliates_swiper {
    margin-top: 100px;
}
.affiliates_box {
    width: calc((100% - (36px * 3)) / 4);
    margin-right: 36px;
    transition: transform .4s ease;
}
.affiliates_box:hover {
    transform: translateY(-24px);
}
.affiliates_img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.affiliates_profile {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.affiliates_profile img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.affiliates_profile p {
   font-size: var(--ft20);
   font-weight: var(--semi-bold); 
}


/*----------------- sec8 -----------------*/
.sec8 {
    overflow: hidden;
}
.sec8 .btn_list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

/*-- logo_box --*/
.logo_box {
    margin-top: 80px;
    position: relative;
}
.logo_flex {
    display: flex;
    flex-wrap: nowrap;
}
.logo_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    animation: logo 30s infinite linear;
}
@keyframes logo {
    to {
        transform: translateX(-100%);
    }
}
.logo_img {
    width: 235px;
    flex-shrink: 0;
    opacity: .4;
}
.logo_btm {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
}
.logo_btm::before {
    content: '';
    display: block;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    background-color: var(--gray-700);
    flex-shrink: 0;
    box-shadow: 0 -20px 100px 0 rgba(0, 87, 255, 0.20);
}


@media all and (max-width: 1600px) {

    /*-- sec2 --*/
    .value_list {
        width: 670px;
        height: 620px;
    }
    .value_box {
        width: 360px;
        height: 360px;
    }
}

@media all and (max-width: 1400px) {
    /*-- sec --*/
    .sec_name {
        margin-bottom: 28px;
    }
    .sec_title {
        margin-bottom: 40px;
    }
    .sec_title,
    .sec_title span {
        font-size: var(--ft40);    
    }
    
    /*-- sec1 --*/
    .bizer_logo {
        height: 110px;
    }
    .main_title {
        margin-top: 32px;
        font-size: var(--ft28);
    }
    .bizer_text {
        font-size: var(--ft20);
    }
    .main_btm {
        width: calc(100% - 80px);
        left: 40px;
        bottom: 40px;
    }

    /*-- sec2 --*/
    .sec2 .flex {
        gap: 100px;
    }
    .value_title {
        font-size: var(--ft28);
    }
    .value_text {
        font-size: var(--ft18);
    }
    .num {
        font-size: var(--ft70);
    }

    /*-- sec3 --*/
    .mission_box {
        padding: 60px 40px;
    }
    .mission_box .text_box {
        margin-left: 80px;
    }
    .mission_title {
        font-size: var(--ft28);
    }

    /*-- sec4 --*/
    .process_list {
        margin-top: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
    .process_box {
        padding: 28px;
    }

    /*-- sec5 --*/
    .history_list {
        max-width: 650px;
    }
    .year {
        font-size: var(--ft28);
    }

    /*-- sec6 --*/
    .box_name {
        font-size: var(--ft16);
        top: 20px;
        left: 20px;
    }
    .chart {
        width: 350px;
        height: 350px;
    }
    .character_title {
        font-size: var(--ft24);
    }

    /*-- sec7 --*/
    .affiliates_profile img {
        width: 28px;
        height: 28px;
    }
    .affiliates_profile p {
        font-size: var(--ft18);
    }
}

@media all and (max-width: 1200px) {
    /*-- sec1 --*/
    .main_title {
        font-size: var(--ft24);
    }

    /*-- sec2 --*/
    .sec2 .flex {
        flex-direction: column;
        gap: 0;
    }

    /*-- sec3 --*/
    .mission_box .text_box {
        margin-left: 40px;
    }

    /*-- sec4 --*/
    .table_inner {
        gap: 16px;
    }
    .table_inner p {
        font-size: var(--ft16);
    }

    /*-- sec5 --*/
    .history_year {
        margin-top: 20px;
        padding: 24px;
    }
    .month {
        margin-bottom: 24px;
    }

    /*-- sec6 --*/
    .viewer {
        margin: 40px 0 60px;
    }
    .character_box.flex {
        gap: 40px;
    }
    .c_r {
        padding-left: 40px;
    }
    .character_box.grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .character_img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    /*-- sec8 --*/
    .logo_img {
        width: 200px;
    }
}

@media all and (max-width: 1024px) {
    /*-- sec --*/
    .sec_name {
        margin-bottom: 16px;
    }
    .sec_title {
        margin-bottom: 24px;
    }
    .sec_title, 
    .sec_title span {
        font-size: var(--ft32);
    }
    .sec_text {
        font-size: var(--ft16);
    }
    /*-- sec1 --*/
    .sec1_sticky {
        height: calc(100vh - 90px);
    }
    .bizer_logo {
        height: 70px;
    }
    .main_title {
        font-size: var(--ft20);
    }
    .bizer_text {
        font-size: var(--ft18); 
    }
    .main_btm {
        width: calc(100% - 60px);
        left: 30px;
        bottom: 30px;
    }
    .main_text {
        font-size: var(--ft14);
    }
    .main_tag li {
        padding: 6px 10px;
        font-size: var(--ft12);
    }

    /*-- sec2 --*/
    .value_list {
        width: 480px;
        height: 450px;
    }
    .value_box {
        width: 260px;
        height: 260px;
    } 
    .value_title {
        font-size: var(--ft20);
    }
    .value_text {
        font-size: var(--ft14);
    }
    .num_list {
        margin-top: 60px;
    }
    .num_title {
        font-size: var(--ft16);
    }
    .num {
        font-size: var(--ft50);
    }
    .num_text {
        font-size: var(--ft14);
    }

    /*-- sec3 --*/
    .mission_box {
        padding: 32px;
        flex-direction: column;
        gap: 32px;
    }
    .mission_box .text_box {
        margin-left: 0;
    }
    .mission_title {
        font-size: var(--ft24);
        margin-bottom: 20px;
    }
    .mission_video {
        margin-top: 24px;
        width: 100%;
    }

    /*-- sec5 --*/
    .sec5 {
        padding: 100px 40px;
    }
    .sec5 .flex {
        flex-direction: column;
        gap: 40px;
    }
    .sec5 .flex_l {
        position: static;
    }
    .history_list {
        max-width: 100%;
        gap: 50px;
    }
    .year {
        font-size: var(--ft24);
        gap: 16px;
    }
    .year::before {
        width: 5px;
        height: 5px;
    }
    .history_year {
        gap: 40px;
    }
    .month {
        padding: 6px 20px;
    }
    .history_month {
        gap: 16px;
    }

    /*-- sec6 --*/
    .character_box {
        padding: 40px;
    }
    .chart {
        width: 300px;
        height: 300px;
    }
    .character_title {
        font-size: var(--ft20);
        margin-bottom: 16px;
    }
    .character_img {
        max-width: 250px;
    }
}

@media all and (max-width: 768px) {
    .page {
        padding-top: 0;
    }

    /*-- sec --*/
    .sec_title, 
    .sec_title span {
        font-size: var(--ft24);
    } 

    /*-- sec1 --*/
    .sec1 {
        max-width: 100%;
        height: 400svh;
    }
    .sec1_sticky {
        height: 100svh;
        border-radius: 0;
        top: 0;
    }
    .main_video::after {
        background: linear-gradient(180deg, rgba(19, 19, 19, 0.20) 0%, #131313 100%);
    }
    .bizer_plus {
        display: none;
    }
    .bizer_logo {
        height: 50px;
    }
    .bizer_text {
        font-size: var(--ft16);
        bottom: -60px;
    }
    .main_title {
        font-size: var(--ft18);
        margin-top: 24px;
    }
    .main_btm {
        width: calc(100% - 32px);
        left: 16px;
        bottom: 70px;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .main_tag {
        gap: 5px;
    }
    .main_tag li {
        border-color: var(--white-400);
    }

    /*-- sec2 --*/
    .sec2 {
        overflow: hidden;
    }
    .value_list {
        width: 370px;
        height: 350px;
    }
    .value_box {
        width: 200px;
        height: 200px;
    }
    .value_inner {
        gap: 8px;
    }
    .num_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .num_list li {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--white-200);
    }
    .num {
        font-size: var(--ft40);
        margin-bottom: 12px;
    }

    /*-- sec3 --*/
    .mission_box {
        padding: 24px;
        gap: 16px;
    }
    .mission_box span {
        font-size: var(--ft14);
    }
    .mission_title {
        font-size: var(--ft20);
        margin-bottom: 12px;
    }

    /*-- sec4 ---*/
    .table_line {
        padding: 20px 0;
    }
    .table_inner {
        gap: 10px;
    }
    .table_inner p {
        height: 40px;
        padding: 0 20px;
        font-size: var(--ft14);
    }
    .process_table {
        margin-top: 40px;
    }
    .process_table.show .table_inner div:nth-child(1) p {
        width: calc((100% / 19) * 19);
    }
    .process_table.show .table_inner div:nth-child(2) p {
        width: calc((100% / 19) * 17);
    }
    .process_table.show .table_inner div:nth-child(3) p {
        width: calc((100% / 19) * 14);
    }
    .table_btm p {
        font-size: var(--ft12);
        margin-bottom: 12px;
    }
    .table_btm span::before {
        width: 6px;
        height: 6px;
    }
    .process_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .process_box {
        padding: 24px;
    }
    .process_num {
        width: 20px;
        font-size: var(--ft12);
    }
    .process_title {
        font-size: var(--ft18);
        margin: 12px 0;
    }

    /*-- sec5 --*/
    .sec5 {
        padding: 60px 24px;
    }
    .year {
        font-size: var(--ft20);
    }

    /*-- sec6 --*/
    .viewer {
        height: 200px;
        margin: 20px 0 50px;
    }
    .character_box {
        padding: 24px;
    }
    .character_box.flex {
        flex-direction: column;
        gap: 20px;
    }
    .character_box.flex * {
        text-align: center;
    }
    .box_name {
        font-size: var(--ft14);
        top: 12px;
        left: 12px;
    }
    .chart {
        max-width: 100%;
        width: 300px;
        height: fit-content;
    }
    .c_r {
        padding-left: 0;
        border: none;
    }

    .character_box.grid {
        padding: 60px 24px 24px;
        gap: 20px;
    }

    /*-- sec7 --*/
    .sec7 .btn {
        margin-top: 24px;
    }
    .affiliates_swiper {
        margin-top: 40px;
    }
    .affiliates_profile {
        margin-top: 12px;
    }
    .affiliates_profile img {
        width: 20px;
        height: 20px;
    }
    .affiliates_profile p {
        font-size: var(--ft16);
    }
    .affiliates_box:hover {
        transform: translateY(0);
    }

    /*-- sec8 --*/
    .sec8 .btn_list {
        margin-top: 24px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .logo_box {
        margin-top: 40px;
    }
    .logo_img {
        width: 120px;
    }
    .logo_btm {
        height: 120px;
    }
}

@media all and (max-width: 400px) {
    /*-- sec1 --*/
    .bizer_logo {
        height: 40px;
    }

    /*-- sec2 --*/
    .value_list {
        width: 310px;
        height: 290px;
    }
    .value_box {
        width: 170px;
        height: 170px;
    }

    /*-- sec6 --*/
    .character_box.flex * {
        text-align: start;
    } 
}