@media screen and (max-width: 1875px) {

    /* .main_des {
        padding: 135px 0 -1vw;
    } */
    .main_des .logo_form {
        /* position: absolute;
    left: 50%;
    bottom: -9%;
    transform: translateX(-50%); */
    }

    /* .main_des .logo_form img{
    width: 6.4615rem;
} */

    .section-end .swiper-button-preve {
        left: 10%;
        top: 49%;
        position: absolute;
        transform: translateX(-50%);
        width: 40px;
        height: 78px;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0) url(/public/assets/images/main/prd_prev.png) no-repeat center;
    }

    .section-end .swiper-button-next {
        right: 10%;
        top: 53%;
        transform: translateX(-50%);
        width: 40px;
        height: 78px;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0) url(/public/assets/images/main/prd_next.png) no-repeat center;
    }
}

@media screen and (max-width: 1750px) {
    .register_pop .popup {
        width: 1100px;
        height: 750px;
    }

    .popup_wrap.register_pop .content {
        padding-top: 0;
        overflow-y: auto;
        height: 750px;
    }

    .title_big {
        text-align: center;
    }

    .popup_wrap.download_pop .popup {
        height: 730px;
    }

    .popup_wrap.download_pop .content {
        padding-top: 150px;
        max-height: 650px;
    }
}

@media screen and (max-width: 1450px) {
    .gr_icon1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main_visual .cloud_main01 {
        right: 0%;
    }

    .main_visual .cloud_main02 {
        left: 0%;
    }

    .main_visual .cloud_main03 {
        display: none;
    }

    .main_visual .cloud_main04 {
        right: 0%;
        bottom: -132%;
    }

    .main_visual .cloud_main05 {
        left: 9%;
        bottom: -148%;
    }
}

@media screen and (max-width: 1300px) {
    .participate_pop .popup {
        width: 83.5vw;
    }

    .participate_pop .contents .parti_list .list .user p {
        text-wrap: nowrap;
    }

    .register_pop .popup {
        width: 83.5vw;
    }

    .content_detail {
        padding: 25px 0 35px 6.51vw;
    }

    .form_register .form_wrap input[type="text"] {
        width: 11.46vw;
    }

    .section-end .swiper-button-preve {
        left: 0%;
        top: 49%;
        position: absolute;
        width: 40px;
        height: 78px;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0) url(/public/assets/images/main/prd_prev.png) no-repeat center;
    }

    .section-end .swiper-button-next {
        right: 0%;
        top: 53%;
        width: 40px;
        height: 78px;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0) url(/public/assets/images/main/prd_next.png) no-repeat center;
    }

    .main_des .main_form .btn_form button {
        /* width: 562px; */
        height: 120px;
        border-radius: 16px;
        background-color: #324ff9;
    }

    .input_wrap+.input_wrap {
        /* width: 562px; */
        height: 120px;
        margin-top: 30px;
    }

    .input_wrap {
        /* width: 562px; */
        height: 120px;
        gap: 20px;
        border-radius: 16px;
        background-color: #ffffff;
        padding: 30px 40px;
    }

    .main_des .logo_form img {
        width: 14rem;
    }

    .main_des .logo_form {
        position: absolute;
        left: 50%;
        bottom: -26%;
        transform: translateX(-50%);
    }

    .main_des .cloud_main01 {
        position: absolute;
        left: 2%;
        top: 62%;
    }

    .main_des .cloud_main02 {
        position: absolute;
        right: -2%;
        top: 40%;
    }

    .money {
        font-size: 29px;
        font-weight: bold;
        color: white;
    }

    .top_list {
        flex-wrap: wrap;
    }

    .proceed_banner {
        width: 100%;
        flex-wrap: wrap;
        padding: 40px;
    }
}


@media screen and (max-width: 1150px) {

    .main_visual .cloud_main02,
    .main_visual .cloud_main01 {
        display: none;
    }

    .main_visual .cloud_main04 {
        right: 0%;
        bottom: -126%;
    }

    .main_visual .cloud_main05 {
        left: -2%;
        bottom: -142%;
    }

    .racing-section .inner {
        gap: 10px;
    }

    .right-panel {
        padding-right: 0px !important;
    }

    .top_list {
        gap: 10px;
    }

    .user-info {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 850px) {
    html {
        font-size: 3.6111vw;
    }

    .main_des .logo_form img {
        width: 9rem;
    }

    .main_des .logo_form {
        position: absolute;
        left: 50%;
        bottom: 0%;
        transform: translateX(-50%);
    }

    .bg_new {
        /* padding-top: 11rem; */
        /* background: url(/public/assets/images/main/bg_new_mo2.png) no-repeat center; */
        background: #0597f2;
        background-size: 100% 100%;
    }

    .header .logo .logo_header {
        width: 4.1538rem;
        height: unset;
    }

    .instagram_logo {
        display: flex;
        align-items: center;
        font-size: 0.7692rem;
        margin-bottom: 0.3846rem;
    }

    .sns_right {
        position: relative;
        top: 3.0769rem;
        right: 0;
    }

    .sns_left {
        max-width: 100%;
        margin-top: 2.3077rem;
    }

    /* #wrap {
      overflow: hidden;
      background: #ebf3ed;
    } */

    .main_visual {
        /* background: url('/public/assets/images/main/section1_new_mo.png') no-repeat center; */
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        /* padding: 4.2308rem 0 11.5385rem; */
        padding: 4.2308rem 0 0rem;
        position: relative;
    }

    .main_visual .inner {
        padding: 0.7692rem 0 10rem;
        flex-direction: column;
        max-width: 100vw;
        gap: 5.3846rem;
        position: relative;
        width: 100%;
    }

    .title_visual strong {
        font-weight: 600;
    }

    .main_visual .inner {
        flex-direction: column;
        max-width: 62.3077rem;
        gap: 2.6154rem;
    }

    .inner .main_img {
        width: 16.8077rem;
        /* height: 12.1538rem; */
    }

    .title_visual2 .span_th {
        font-size: 2.5769rem;
        line-height: 1.4;
        letter-spacing: -3px;
        text-align: center;
    }

    .main_visual .inner .title_visual2 p {
        margin-top: 1.1923rem;
    }

    .title_visual2 .span_blue {
        letter-spacing: -2px;
        line-height: 1.2;
        font-size: 3rem;
        text-align: center;
    }

    .title_visual2 .span_black {
        line-height: 1.2;
        font-size: 3rem;
        letter-spacing: -3px;
        text-align: center;
    }

    .title_visual_pro {
        font-size: 2.6923rem;
        line-height: 1.4;
        letter-spacing: -2px;
        font-weight: 800;
        text-align: center;
    }

    .title_visual_pro img {
        margin-top: 0.7rem;
        width: 3.0385rem;
        height: 2.4615rem;
    }

    .pro_list {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 0.5769rem;
    }

    .item {
        width: 13.6154rem;
        margin: 0.7692rem;
    }

    .proceed {
        margin-top: -5px;
        background: #0597f2;
        width: 100%;
        height: 85%;
        background-size: 100% 100%;
        padding: 3.5rem 0 0.5rem;
        position: relative;
    }

    .proceed .inner {
        flex-direction: column;
        gap: 1.9231rem;
    }

    .proceed .span_white .span_number {
        padding: 0.2308rem 0.4615rem;
        border-radius: 3.1154rem;
        background-color: #e2fc77;
        font-size: 1.1538rem;
        color: #000000;
        margin-right: 0.3077rem;
    }

    .proceed .title_proceed p {
        text-align: center;
    }

    .proceed .span_white {
        letter-spacing: -1px;
        line-height: 1.7;
        font-weight: 700;
        text-align: center;
        font-size: 1.1538rem;
        color: #ffffff;
    }

    .proceed .span_green {
        line-height: 1.5;
        letter-spacing: -1px;
        font-weight: 700;
        text-align: center;
        font-size: 1.1538rem;
        color: #46e39e;
    }

    .proceed .span_the {
        font-size: 0.9231rem;
        letter-spacing: -1px;
        line-height: 3.5;
        color: #000000;
        font-weight: 700;
        padding: 0.3846rem 1.1538rem;
        border-radius: 2.7692rem;
        background-color: #e2fc77;
        text-align: center;
    }

    .circle-img {
        width: 13.8462rem;
        height: 13.8846rem;
        border-radius: 50%;
        background-color: #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto 10px;
    }

    .circle-img img {
        width: 13.8462rem !important;
        height: 13.8846rem !important;
    }

    .caption {
        font-size: 0.9231rem;
        margin-top: 0.3846rem;
        position: relative;
        display: inline-block;
        padding: 0.3846rem 0;
        text-align: center;
        letter-spacing: -1px;
        line-height: 1.4;
        font-weight: 700;
    }

    .instagram_logo img {
        height: 2.2rem;
        width: 8rem;
    }

    .sns_certification {
        padding: 0px 0.5rem;
        margin-top: -5px;
        /* background: linear-gradient(to top, #e2f9ff 0%, #ffffff 30%); */
    }

    .sns_certification .inner_sns .sns_left .instagram_logo .span_number {
        padding: 0.3846rem 0.4615rem;
        border-radius: 3.0769rem;
        background-color: #e2fc77;
        font-size: 1.1538rem;
        color: #000000;
        margin-right: 0.3077rem;
        font-weight: 700;
    }

    .title_sns {
        margin-top: 1.5385rem;
        font-size: 1.8462rem;
        letter-spacing: -2px;
        font-weight: 800;
        line-height: 1.5;
    }

    .inner_sns {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 46.1538rem;
        margin: 0 auto;
        gap: 0.8462rem;
        flex-wrap: wrap;
    }

    .sns_certification .inner_sns .sns_left .hashtags img {
        width: 2.6538rem;
        height: 1.6154rem;
        margin-top: -0.5rem;
        margin-left: -0rem;
    }

    .sns_certification .inner_sns .sns_left .title_sns .span_end {
        font-size: 1.8462rem;
        letter-spacing: -2px;
        font-weight: 800;
        margin-left: 0rem;
    }


    .hashtags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        width: 19.8077rem;
        height: 100%;
        background-color: #e2fc77;
        padding: 1rem 1.2rem;
        border-radius: 3.0385rem;
        margin: 0.7692rem 0;
        line-height: 1.2;
        font-size: 1rem;
        letter-spacing: -1px;
        color: #252525;
        font-weight: 700;
        align-items: center;
        justify-content: center;
    }

    .title_proceed .item_box .flex_hags .btn_link_ins {
        display: block;
        padding: 0.7rem 1.2rem;
        border-radius: 0.769rem;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    }

    .title_proceed .item_box .flex_hags .btn_link_ins p {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
    }

    .tag {
        font-size: 1rem;
    }

    .hashtags .tag {
        font-size: 1rem;
    }

    .sns_certification .inner_sns .sns_left .copy {
        width: 3.0769rem;
        height: 2.0769rem;
    }

    .description {
        line-height: 1.6;
        font-size: 1.1538rem;
        letter-spacing: -1px;
    }

    .sns_right .phone_mockup img {
        width: 22.3462rem;
        height: 22.1154rem;
        border-radius: 0.7692rem;
    }

    .main_des {
        background: #37acf5 url('/public/assets/images/main/bg_main_des.png') no-repeat center;
        width: 100%;
        height: 100%;
        /* max-width: 1920px; */
        background-size: 100% 100%;
        margin: 0 auto;
        padding: 0 0 5.3846rem;
        /* margin-top: -8rem; */
    }

    .input_wrap .ipt_user {
        font-size: 2.308rem !important;
    }

    .main_des .top .ttl_form p {
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
        font-size: 2.6923rem;
        letter-spacing: -3px;
    }

    .main_form .inner p {
        font-size: 1.2308rem;
        letter-spacing: -1px;
        line-height: 1.4;
    }

    .main_form .inner p.note {
        font-size: 0.8rem;
        margin-top: 0.6154rem;
    }

    .main_des .main_form {
        flex-direction: column;
        gap: 1.5385rem;
        margin: 1.4615rem 0 0;
    }

    .main_des .img_form {
        cursor: pointer;
    }

    .main_des.main_2 .main_form {
        margin: 2.4615rem 0 0rem;
    }

    .main_des .main_form .btn_form button {
        width: 100%;
        height: 4.6154rem;
        border-radius: 0.6154rem;
        background-color: #324ff9;
    }

    .main_des .main_form .btn_form button p {
        font-size: 1.1538rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3846rem;
        color: #ffffff;
        font-weight: bold;
        font-family: "Nanum Square Neovariable";
        text-align: center;
    }

    .main_des .main_form .inner {
        padding: 5.192rem 0 8.269rem;
        border-radius: unset;
        background-color: unset;
    }

    .popup_wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
    }

    .popup_wrap .popup {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25.3846rem;
        height: 28.0769rem;
        border-radius: 1.1538rem;
        z-index: 2;
        background-color: #fff;
        -webkit-border-radius: 1.1538rem;
        -moz-border-radius: 1.1538rem;
        -ms-border-radius: 1.1538rem;
        -o-border-radius: 1.1538rem;
    }

    .register_pop .popup {
        width: 25.3846rem;
        height: 27.5385rem;
        max-height: 27.5385rem;
        background-color: transparent;
    }

    .complete_pop .popup {
        width: 25.3846rem;
        height: 25.3846rem;
    }

    .popup_wrap.register_pop .content::-webkit-scrollbar {
        display: block;
    }

    .popup_wrap.register_pop .content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 0.385rem;
        background-color: #F5F5F5;
    }

    .popup_wrap.register_pop .content::-webkit-scrollbar {
        width: 0.462rem;
        background-color: #F5F5F5;
    }

    .popup_wrap.register_pop .content::-webkit-scrollbar-thumb {
        border-radius: 0.385rem;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }

    .popup_wrap .btn_close {
        position: absolute;
        top: 0.7692rem;
        right: 0.7692rem;
        cursor: pointer;
        z-index: 10;
    }

    .popup_wrap .imgend_popup {
        position: absolute;
        bottom: 0rem;
        right: 0rem;
        cursor: pointer;
        z-index: -1;
        width: 100%;
    }

    .reg_pop .content .sub_ttl {
        font-size: 1.0769rem;
        font-weight: 500;
        margin-top: .7692rem;
    }

    .reg_pop .content .ip_wrap {
        margin-top: 1.1538rem;
        font-size: .9231rem;
    }

    .reg_pop .content .ip_wrap {
        margin-top: 1.1538rem;
        font-size: .9231rem;
    }

    .reg_pop .content .ip_wrap input {
        margin-top: .7692rem;
        height: 3.4615rem;
        border-radius: .2308rem;
    }

    .reg_pop .content .ip_wrap .phone_wrap {
        display: flex;
        align-items: center;
        gap: .3846rem;
        margin-top: .7692rem;
    }

    .reg_pop .content .btn_next {
        width: 100%;
        height: 3.4615rem;
        border-radius: .6154rem;
        color: #fff;
        background-color: #009746;
        font-size: .9231rem;
        color: #ffffff;
        font-weight: bold;
        font-family: "Nanum Square Neovariable";
        text-align: center;
        margin-top: 1.1538rem;
    }

    .popup_wrap .content .ttl_popup p {
        font-size: 2rem;
        line-height: 1.3;
        text-transform: uppercase;
        color: #000000;
        font-weight: 800;
        text-align: center;
    }

    .popup_wrap .content .ttl_popup p+p {
        margin-top: 0.9615rem;
        font-size: 0.7692rem;
        letter-spacing: -0.0385rem;
        line-height: 0.05rem;
        color: #757575;
        text-align: center;
    }

    .form-body {
        padding: 2.6923rem 1.9231rem;
    }

    .form-body label {
        display: block;
        text-align: left;
        margin-bottom: 1.1538rem;
        font-weight: bold;
        font-size: 1.1538rem;
        letter-spacing: -1px;
        line-height: 1.4;
        color: #252525;
    }

    .form-body input[type="text"] {
        width: 100%;
        padding: 1.1538rem 1.1538rem;
        border-radius: 6px;
        box-sizing: border-box;
        margin-bottom: 1.5385rem;
        height: 3.4615rem;
        background-color: #ffffff;
        border: 1px solid #d1d1d1;
    }

    .form-body input[type="text"]::placeholder {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.4;
    }

    .form-footer button {
        width: 100%;
        padding: 0.9615rem;
        font-size: 1.3077rem;
        color: white;
        border: none;
        cursor: pointer;
        height: 3.2308rem;
        border-radius: 8px;
        background-color: #1e4dc2;
    }

    .popup_wrap.register_pop .content {
        padding-top: 0;
        overflow-y: auto;
        height: 27.5385rem;
    }

    .popup_wrap.complete_pop .content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.9231rem;
        flex-direction: column;
        border-top-right-radius: 2rem;
    }

    .popup_wrap .content {
        padding-top: 1.9231rem;
    }

    .popup_wrap .content .img_content {
        cursor: pointer;
    }

    .popup_wrap .bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        overflow: hidden;
    }

    .title_visual {
        margin-top: 0.77rem;
        line-height: 1.5;
        color: #ffffff;
        text-align: center;
        font-size: 1.1538rem;
        letter-spacing: -1px;
    }

    .title_visual2 {
        margin-top: -2.6154rem;
        font-size: 1.3077rem;
        letter-spacing: -0.0385rem;
        line-height: 2rem;
        font-weight: 800;
        font-family: "Nanum Square Neovariable";
        text-align: center;
    }

    .title2_visual {
        margin-top: -3.8462rem;
        font-size: 0.7692rem;
        max-width: 18rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3846rem;
        color: #db1816;
        font-family: "Nanum Square Neovariable";
        text-align: center;
    }

    .title_visual2 img {
        width: 21.3077rem;
        margin-top: 0.7692rem;
    }

    .title_big {
        font-size: 2rem;
    }

    .title_big p {
        text-align: center;
    }

    .title_big .span_black {
        font-size: 2rem;
        letter-spacing: -0.0769rem;
        line-height: 2.7692rem;
        color: #000000;
        font-weight: 800;
        font-family: "Nanum Square Neovariable";
        text-align: center;
    }

    .title_big .span_blue {
        font-size: 2rem;
        letter-spacing: -0.0769rem;
        line-height: 2.7692rem;
        color: #437de8;
        font-weight: 800;
        font-family: "Nanum Square Neovariable";
        text-align: center;
    }

    .main_visual .main_bg {
        /* display: none; */
    }

    .main_visual .main_img01 {
        position: absolute;
        top: -4%;
        left: 3%;
        width: 100%;
        z-index: 1;
    }

    .main_visual .main_img01 img {
        width: 6.5rem;
    }

    .main_visual .main_img02 img {
        width: 4.733rem;
    }

    .main_visual .main_img03 img {
        width: 5.333rem;
    }

    .main_visual .main_img02 {
        position: absolute;
        top: 17%;
        left: 79%;
        width: 100%;
        z-index: 1;
    }

    .main_visual .main_img03 {
        position: absolute;
        top: 39%;
        left: 81%;
        width: 100%;
        z-index: 1;
    }

    .content .gr3 .span_red {
        color: #de1f1f;
    }

    .gr_icon1 {
        display: flex;
        grid-template-columns: unset;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.9231rem;
    }

    .gr_icon1 .images {
        position: relative;
        z-index: 1;
        width: calc(50% - 1.9231rem);
    }

    .gr_icon1 .images img {
        width: 100%;
    }

    .gr_icon1 .images .hover {
        display: none;
        align-items: center;
    }

    .gr_icon1 .images .hover p {
        color: #fff;
        font-weight: 700;
        font-size: 0.7692rem;
        line-height: 1.5;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        text-align: center;
        width: 100%;
    }

    .gr_icon1 .images .hover p span {
        font-weight: 400;
    }

    .gr_icon1 .images:hover .hover {
        display: block;
    }

    .gr_icon1 .images:hover::after {
        content: '';
        position: absolute;
        top: -0.1923rem;
        left: -0.1154rem;
        /*background: url(/public/assets/images/main/icon_new3.png);
       width: 302px;
       height: 302px;
       */
        z-index: 2;
        background-size: 100% 100%;
        background-color: #00b163;
        width: 100%;
        height: 100%;
    }

    /* .gr_icon2{
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
      } */

    .main_form .inner {
        max-width: 27.3846rem;
    }

    .input_wrap {
        gap: 0.7692rem;
        background-color: #ffffff;
        padding: 1.7308rem 1.3462rem;
        width: 100%;
        height: 4.8077rem;
        border-radius: 0.6154rem;
    }

    .input_wrap+.input_wrap {
        margin-top: 1.1538rem;
        gap: 0.7692rem;
        background-color: #ffffff;
        padding: 1.7308rem 1.3462rem;
        width: 100%;
        height: 4.8077rem;
        border-radius: 0.6154rem;
    }

    .input_wrap .input_ttl p {
        font-size: 1rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #252525;
        font-weight: bold;
        text-wrap: nowrap;
    }

    .input_wrap .file_select label {
        font-size: 0.923rem;
        font-weight: 700;
        color: #252525;
        padding: 0.577rem 0.769rem;
        border: 1px solid #dbdbdb;
        border-radius: 0.115rem;
        cursor: pointer;
    }

    .gr3 {
        display: grid;
        margin-top: 0.7692rem;
        margin-left: 15rem;
    }

    .input_wrap .input_word p {
        font-size: 1.1538rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #000000;
        text-align: right;
        text-wrap: nowrap;
    }

    .input_wrap input[type="text"] {
        padding: 0.3846rem;
        border: unset;
        font-size: 0.7692rem;
        color: #252525;
        height: unset;
    }

    .input_wrap input[type="text"]::placeholder {
        color: #dbdbdb;
        font-size: 1rem;
    }

    .racing-section {
        /* background: url(/public/assets/images/main/section5_mo.png) no-repeat center; */
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        padding: 3rem 0 0rem;
        position: relative;
    }

    .title_proceed .item_box .text_2 .tx_sm {
        font-size: 0.962rem;
        font-weight: 300;
    }

    .racing-section .text_head {
        padding-bottom: 1.9231rem;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .racing-section .text_head p {
        font-size: 1.1538rem;
        font-weight: 400;
        color: #252525;
        text-align: center;
        display: inline-block;
        padding: 0.7692rem 1.9231rem;
        border-radius: 10px;
        line-height: 1.4;
    }

    .racing-section .inner {
        display: flex;
        gap: 32px;
        flex-wrap: wrap;
    }

    /* upload */
    .racing-section .left-panel .upload {
        padding: 0 0 1.5385rem;
        position: relative;
        border-radius: 21px;
        /* background-color: #fff; */
    }

    .racing-section .left-panel .upload .top {
        background: url('/public/assets/images/main/upload_bg_mo.png') no-repeat center;
        width: 25.3846rem;
        height: 100%;
        background-size: 100% 100%;
        position: relative;
        padding: 2.5rem 0;
    }

    .racing-section .left-panel .upload .logo_up {
        position: absolute;
        top: 0.6154rem;
        right: 0.8rem;
    }

    .racing-section .left-panel .upload .logo_up img {
        width: 4.9231rem;
    }

    .racing-section .left-panel .upload .title_up p {
        margin-top: 1.5385rem;
        font-size: 1.6154rem;
        letter-spacing: -1px;
        color: #ffffff;
        font-family: "DarakbangL";
        text-align: center;
    }

    .racing-section .left-panel .upload .racing_info {
        padding: 1.3462rem 1.3462rem 1.0769rem 41.6px;
    }

    .racing-section .left-panel .upload .racing_info .info_txt {
        max-width: 10.2692rem;
        width: 10.2692rem;
        text-align: right;
        padding: 0.6923rem 0;
        position: relative;
        z-index: 2;
        background-color: #3877ff;
    }

    .racing-section .left-panel .upload .racing_info .info_txt p {
        font-size: 0.7692rem;
        letter-spacing: -1px;
        color: #ffffff;
        line-height: 1.3;
    }

    .racing-section .left-panel .upload .racing_info .info_txt p span {
        font-size: 1.5385rem;
        font-weight: 800;
    }

    .racing-section .left-panel .upload .racing_info .info_txt h2 {
        font-size: 2.6923rem;
        letter-spacing: -3px;
        color: #ffffff;
        line-height: 1.3;
        font-family: "DarakbangL";
        font-weight: 400;
    }

    .racing-section .left-panel .upload .racing_info .racing_logo {
        margin-left: -0.7692rem;
        width: 12.6923rem;
        height: 11.7308rem;
        border: 6px solid #fff;
        position: relative;
        z-index: 1;
    }

    .racing-section .left-panel .upload .racing_info .racing_logo .logo_cont {
        flex-direction: column;
        gap: 0.1923rem;
    }

    .racing-section .left-panel .upload .racing_info .racing_logo .logo_cont img {
        max-width: 7.6923rem;
        max-height: 5.7692rem;
        object-fit: cover;
    }

    .racing-section .left-panel .upload .racing_info .racing_logo .logo_cont p {
        font-size: 0.6538rem;
        letter-spacing: -1px;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
        line-height: 1.3;
    }

    .racing-section .left-panel .upload .infomation_des {
        padding: 0rem 1.5385rem 0;
    }

    .racing-section .left-panel .upload .infomation_des .des {
        gap: 1.3462rem;
    }

    .racing-section .left-panel .upload .infomation_des .des .number {
        margin-top: 1.3462rem;
    }

    .racing-section .left-panel .upload .infomation_des .des .number .km {
        gap: 0.4615rem;
    }

    .racing-section .left-panel .upload .infomation_des .des .number .km h2 {
        font-size: 1.9231rem;
        letter-spacing: -1px;
        line-height: 1.3;
        text-align: right;
    }

    .racing-section .left-panel .upload .infomation_des .des .number .km span {
        font-size: 1.1923rem;
        letter-spacing: -1px;
        line-height: 1.3;
        text-align: right;
    }

    .racing-section .left-panel .upload .infomation_des .des .number .km span {
        margin-bottom: 0.1154rem;
    }

    .racing-section .left-panel .upload .infomation_des .des .number .km+.km {
        margin-top: 0.3077rem;
    }

    .racing-section .left-panel .upload .infomation_des .des .right {
        max-width: 10rem;
    }

    .racing-section .left-panel .upload .infomation_des .des .right .top_tit {
        text-align: center;
        font-size: 1rem;
        letter-spacing: -2px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .racing-section .left-panel .upload .infomation_des .des .right .char {
        background-color: #00adef;
        gap: 8px;
        width: 10.2692rem;
        height: 5.2308rem;
        border-radius: 1.9231rem;
    }

    .racing-section .left-panel .upload .infomation_des .des .right .char p {
        font-size: 2.6923rem;
        letter-spacing: -2px;
        line-height: 1.3;
        color: #ffffff;
        font-weight: 800;
    }

    .racing-section .left-panel .upload .infomation_des .des .right .char span {
        font-size: 1.1923rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #000000;
        font-weight: 500;
        margin-top: 0.7692rem;
    }

    .racing-section .left-panel .upload .txt_box {
        margin-top: 1.3462rem;
        padding: 0 0.3846rem;
    }

    .racing-section .left-panel .upload .txt_box .racing_bot {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        text-align: center;
        margin-bottom: 1.1538rem;
        font-weight: 500;
    }

    .racing-section .left-panel .upload .txt_box .sign {
        gap: 0.3846rem;
    }

    .racing-section .left-panel .upload .txt_box .sign p {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        text-align: center;
        font-weight: 500;
    }

    /* upload new */


    /* .racing-section .left-panel .upload .top-info {
        margin-top: 2.6923rem;
        margin-left: 2.1154rem;
        margin-bottom: 1.1538rem;
    }

    .racing-section .left-panel .upload .top-info .label {
        font-size: 1.6923rem;
        letter-spacing: -1px;
        color: #ffffff;
        line-height: 1.4;
    }

    .racing-section .left-panel .upload .top-info .label span {
        font-weight: 500;
        font-size: 1.6923rem;
    }

    .racing-section .left-panel .upload .top-info .name {
        font-size: 3.0769rem;
        color: #ffffff;
        font-weight: 700;
        margin: 0.1923rem 0 0;
    }

    .steps-box {
        background: linear-gradient(90deg, #3A3DE2, #00D4FF);
        border-radius: 4.8462rem 0 0 4.8462rem;
        padding: 19.9992px 2.3077rem;
        margin: 0.7692rem 0;
        text-align: left;
        margin-left: 1.1538rem;
    }

    .km {
        font-weight: bold;
        margin: 0;
        font-size: 2.2308rem;
        letter-spacing: -2px;
        line-height: 1.4;
        color: #e2fc77;
        text-align: left;
    }

    .km span {
        font-size: 1.3846rem;
    }

    .steps_left {
        font-weight: bold;
        margin: 0;
        font-size: 2.2308rem;
        letter-spacing: -2px;
        line-height: 1.4;
        color: #e2fc77;
        text-align: left;
    }

    .steps span {
        font-size: 1.3846rem;
    }

    .carbon-section {
        display: flex;
        gap: 1.5385rem;
        justify-content: end;
        align-items: center;
        padding: 0.7692rem 2.6923rem 0.7692rem;
        color: white;
    }

    .carbon-left {
        font-weight: bold;
        margin-right: 0.7692rem;
        font-size: 3.0769rem;
        letter-spacing: -2px;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }

    .carbon-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
    }

    .kg-line {
        display: flex;
        align-items: center;
        line-height: 1;
    }

    .kg-value {
        font-size: 3.9615rem;
        color: #83FF83;
        margin-right: 0.1923rem;
        font-weight: 800;
    }

    .kg-unit {
        font-size: 3.3846rem;
        font-weight: 700;
        color: #83FF83;
    }

    .small-text {
        font-size: 1.0769rem;
        line-height: 1.5;
        letter-spacing: -1px;
        text-align: end;
    }

    .small-text-end {
        margin-top: 0.1538rem;
        font-size: 1.3846rem;
        line-height: 1.5;
        letter-spacing: -1px;
        text-align: end;
        font-weight: 500;
    }

    .top-label {
        margin-bottom: 4px;
    }

    .footer_main {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0 2.6923rem 0.9231rem 0;
        gap: 0.3846rem;
    }
 */

    /* upload new 2 */
    .date {
        font-size: 0.6923rem;
        color: #000000;
    }

    .racing-section .left-panel .upload {
        border-radius: 0.8077rem;
        /* background: url('/public/assets/images/main/bgr_run.png') no-repeat center; */
        position: relative;
        /* height: 727px; */
        width: 25.3rem;
        border: 1px solid #d7d7d7;
        background-size: 100% 100%;
    }

    .racing-section .left-panel .upload .upload_avatar .avatar {
        /* background-color: #324ff9; */
        width: calc(100% - 11.346rem);
        min-width: 14.154rem;
        border-top-left-radius: 0.8077rem;
        height: 19.4rem;
        position: relative;
        z-index: 1;
    }

    .racing-section .left-panel .upload .upload_avatar .avatar .avatar_img {
        width: 100%;
        height: 19.4rem;
        border-top-left-radius: 0.8077rem;
    }

    .racing-section .left-panel .upload .upload_avatar .avatar .file_input {
        transform: translate(-50%, -50%);
        width: 7.115rem;
        height: 6.038rem;
        background: url(/public/assets/images/main/img_add_basic.png) center no-repeat;
        background-size: 7.115rem 6.038rem;
    }

    .racing-section .left-panel .upload .upload_avatar .avatar .logo_racing {
        position: absolute;
        top: 0.769rem;
        left: 0.769rem;
    }

    .racing-section .left-panel .upload .upload_avatar .avatar .logo_racing img {
        width: 3.692rem !important;
    }

    .racing-section .left-panel .upload .bg_upload {
        width: 11.1rem;
        height: 23.462rem;
    }

    .racing-section .left-panel .upload .bg_upload img {
        width: 100%;
        height: 100%;
    }

    /*  */

    /*  */
    .racing-section .left-panel .upload .upload_bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .racing-section .left-panel .upload .upload_bg img {
        width: 100%;
        height: 100%;
    }

    .racing-section .left-panel .upload .top-info {
        margin-top: 8.0385rem;
        margin-left: 15.5385rem;
        margin-bottom: 0.1538rem;
        min-height: 6.538rem;
    }

    .racing-section .left-panel .upload .top-info .first {
        font-size: 1.2308rem;
        letter-spacing: -1px;
        color: #ffffff;
        font-weight: 500;
        font-family: "Pretendard";
    }

    .racing-section .left-panel .upload .top-info .label {
        font-size: 1.3846rem;
        letter-spacing: -2px;
        color: #ffffff;
        font-weight: 500;
        font-family: "Pretendard";
        line-height: 1.4;
    }

    .racing-section .left-panel .upload .top-info .label span {
        font-weight: 700;
    }

    .racing-section .left-panel .upload .top-info .name {
        font-size: 2.6923rem;
        color: #ffffff;
        font-weight: 800;
        margin: 0.1923rem 0 0;
        font-family: 'Pretendard';
    }

    .steps-box {
        /* background: linear-gradient(90deg, #3A3DE2, #00D4FF);
  border-radius: 100px 0 0 100px;
  padding: 20px 60px;
  margin: 20px 0;
  text-align: left;
  margin-left: 30px; */
        margin-top: 1.1538rem;
        padding: 6rem 1.3462rem 1.0769rem;
    }

    .km {
        margin: 0;
        line-height: 1;
        text-align: left;
        font-size: 3.1538rem;
        letter-spacing: -3px;
        color: #0597f2;
        font-weight: 800;
        font-family: "Pretendard";
    }

    .km span {
        font-size: 3.0385rem;
    }

    .steps_left {
        margin: 0;
        letter-spacing: -2px;
        line-height: 1.4;
        text-align: left;
        font-size: 2.2308rem;
        color: #0597f2;
        font-weight: 500;
        font-family: "Pretendard";
    }

    .steps span {
        font-size: 2.2308rem;
    }

    .rfa-date-banner {
        position: absolute;
        top: 36%;
        left: 4.4231rem;
        display: inline-flex;
        flex-direction: column;
    }

    .rfa-date-line {
        color: white;
        font-size: 1.3077rem;
        font-weight: 900;
        border-radius: 0.1538rem;
        text-align: center;
        line-height: 1.2;
        display: inline-block;
        text-shadow: -0.115rem -0.038rem 0 #006dd1, 0.115rem -0.038rem 0 #006dd1, -0.115rem 0.038rem 0 #006dd1, 0.115rem 0.038rem 0 #006dd1, 0rem -0.038rem 0 #006dd1, 0rem 0.038rem 0 #006dd1, -0.115rem 0rem 0 #006dd1, 0.115rem 0rem 0 #006dd1;
    }

    .rfa-dcr-line {
        margin-top: -0.1154rem;
        color: white;
        font-size: 1rem;
        font-weight: 900;
        border-radius: 0.1538rem;
        text-align: center;
        line-height: 1.2;
        display: inline-block;
        text-shadow: -0.115rem -0.038rem 0 #006dd1, 0.115rem -0.038rem 0 #006dd1, -0.115rem 0.038rem 0 #006dd1, 0.115rem 0.038rem 0 #006dd1, 0rem -0.038rem 0 #006dd1, 0rem 0.038rem 0 #006dd1, -0.115rem 0rem 0 #006dd1, 0.115rem 0rem 0 #006dd1;

    }

    .carbon-block {
        text-align: center;
        color: #00b27c;
        font-family: 'Pretendard';
        padding: 0.6154rem 1.3462rem 1.1538rem;
    }

    .carbon-subtitle {
        text-align: start;
        font-size: 1rem;
        letter-spacing: 0rem;
        line-height: 1.4;
        color: #00c589;
        font-weight: 800;
        font-family: "Pretendard";
    }

    .carbon-main {
        text-align: start;
        margin: 0;
        font-size: 2.2308rem;
        margin-top: -0.2308rem;
        line-height: 1.4;
        color: #00c589;
        font-weight: 800;
        font-family: "Pretendard";
    }

    .carbon-number {
        margin: 0 0.1538rem;
        font-size: 2.3462rem;
        line-height: 1.4;
        color: #00c589;
        font-weight: 800;
        font-family: "Pretendard";
    }

    .carbon-unit {
        font-size: 1.1923rem;
        letter-spacing: 0rem;
        line-height: 1.4;
        color: #00c589;
        font-weight: 800;
        font-family: "Pretendard";
        margin-left: 0.2rem;
    }

    .carbon-more {
        font-size: 1.1923rem;
        letter-spacing: 0rem;
        line-height: 1.4;
        color: #00c589;
        font-weight: 800;
        font-family: "Pretendard";
        margin-left: 0.2rem;
    }

    .carbon-note {
        text-align: start;
        margin-top: 0.4615rem;
        font-size: 0.9615rem;
        letter-spacing: 0rem;
        line-height: 1.4;
        color: #00c589;
        font-weight: 500;
        font-family: "Pretendard";
    }

    /*  */
    .logo {
        font-weight: bold;
        font-size: 0.5385rem;
        line-height: 1.2;
        text-align: right;
    }



    .buttons button {
        flex: 1;
        padding: 0.3846rem;
        font-size: 1.1538rem;
        border: none;
        border-radius: 0.5rem;
        cursor: pointer;
        width: 12.4231rem;
    }

    .btn-dark {
        color: white;
        height: 3.8462rem;
        border-radius: 6px;
        background-color: #324ff9;
    }

    .btn-blue {
        width: 12.4231rem;
        height: 3.8462rem;
        border-radius: 6px;
        background-color: #5cff7f;
        color: #000;
    }

    .right-panel {
        flex: 1;
        background: #ffffff;
        padding: 4rem 1.5385rem;
        border-radius: 0.5769rem;
    }

    .right-panel {
        padding-right: 1.1538rem !important;
    }

    .right-panel h3 {
        font-size: 1.6923rem;
        margin-bottom: 0.9615rem;
        font-weight: 800;
    }

    .right-panel::-webkit-scrollbar {
        height: 3.8462rem;
    }

    .right-panel::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .right-panel::-webkit-scrollbar-track {
        background: #f5f5f5;
    }


    .entry .emoji {
        width: 1.6923rem;
        height: 1.6538rem;
        margin-right: 0.3846rem;
    }

    .right-panel .entry_list .entry_swiper {
        height: 26.923rem;
    }

    .entry {
        display: flex;
        flex-direction: column;
        gap: 0.3654rem;
        border-bottom: 1px solid #bababa;
        padding-bottom: 1.1538rem;
    }

    .username_info {
        font-size: 0.8462rem;
        letter-spacing: -1px;
        line-height: 1.4;
    }

    .entry .distance {
        font-size: 0.8462rem;
        letter-spacing: -1px;
        line-height: 1.4;

    }

    .entry .unit {
        margin: 0.1923rem 0;
        font-size: 0.8462rem;
        letter-spacing: -1px;
        line-height: 1.4;
        color: #000000;

    }

    .steps {
        font-size: 0.8462rem;
        letter-spacing: -1px;
        line-height: 1.4;
    }

    .date_ft {
        font-size: 1.0769rem;
        letter-spacing: -1px;
        line-height: 1.4;
        white-space: nowrap;
        color: #ffffff;
    }

    .racing-section .inner .left-panel .load .upload .footer_main img {
        width: 6.4231rem;
        height: 4.2692rem;
    }

    .top_list .link {
        font-size: 0.5385rem;
        letter-spacing: -1px;
        line-height: 1.4;
        max-width: 50%;
    }

    .racing-section .inner .right-panel .rac_head {
        margin-top: 1.808rem;
        display: flex;
        justify-content: space-between;
    }

    .more-btn {
        margin-bottom: 0.9615rem;
        width: 5.6538rem;
        height: 2.3077rem;
        border-radius: 1.1538rem;
        color: white;
        border: 0.0769rem solid #414141;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .scroll-container {
        background: #ffffff;
        border-radius: 0.4615rem;
        height: 32.6923rem;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .top_list {
        margin-top: 1.1538rem;
        align-items: center;
        flex-direction: row;
        width: 100%;
        gap: 0.5rem;
        min-width: 22.385rem;
    }

    .link {
        font-size: 0.6rem;
        max-width: 92%;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .top_list .date {
        margin-left: auto;
        margin-right: 0;
    }

    .user-info {
        gap: 0.231rem;
    }

    .header_list img {
        width: 7.9231rem;
        height: 2.3077rem;
    }

    .section-end .inner_1920 {
        max-width: 32.6923rem;
        position: relative;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 0.7692rem;
    }

    .swiper-slide .gr1_mo {
        display: flex;
        gap: 0.7692rem;
    }

    .swiper-slide .gr2_mo {
        display: flex;
        gap: 0.7692rem;
    }

    .swiper-slide .gr1_mo img {
        width: 12.3462rem;
        height: 12.3462rem;
        object-fit: cover;
    }

    .swiper-slide .gr2_mo img {
        width: 12.3462rem;
        height: 12.3462rem;
    }

    .section-end .inner {
        width: 100%;
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
        position: relative;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #37acf5;
        opacity: 1;
        margin: 0 4px;
        border-radius: 50%;
        transition: background 0.3s;
    }

    .swiper-pagination-bullet-active {
        background: #ffffff;
    }



    .btn_form {
        margin-top: 1.5385rem;
    }


    .btn_exit {
        cursor: pointer;
    }

    .image-container {
        position: relative;
        width: 100%;
        /* max-width: 600px;  */

    }


    .image-container .btn_down {
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        width: 1.731rem;
        height: 1.731rem;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #dbdbdb;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }

    .image-container .btn_down img {
        width: 0.923rem;
        transform: rotate(180deg);
    }

    .image-container img {
        width: 25.3846rem;
    }


    .text-overlay {
        position: absolute;
        top: 27%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 1.4615rem;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
        width: 100%;
    }

    .text-overlay_ttl2 {
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
        width: 100%;
        font-size: 1.0769rem;
        letter-spacing: -0.0385rem;
        line-height: 1.8462rem;
        color: #f2f7f3;
    }

    .ttl_big {
        gap: 1.3462rem;
        flex-direction: column;
    }

    .content_detail {
        padding: 1.7308rem 1.1538rem 3.2692rem;
        background-color: #fff;
        margin-top: -1px;
    }


    .ttl_big .body_ttl {
        display: flex;
        gap: 0.9615rem;
    }

    .ttl_big .body_ttl+.body_ttl {
        margin-top: 0.5769rem;
    }

    .ttl_big .tit {
        font-size: 1.3846rem;
        letter-spacing: -0.0385rem;
        text-align: center;
    }


    .title_proceed .item_box .flex_hags .copy {
        width: 2.769rem;
    }


    .ttl_big .body_ttl .num {
        width: 1.8462rem;
        height: 1.8462rem;
        border-radius: 50%;
        background-color: #00b163;
        font-size: 0.8462rem;
        letter-spacing: -0.0385rem;
        color: #ffffff;
    }

    .ttl_big .body_ttl .txt {
        width: calc(100% - 1.8462rem - 0.9615rem);
    }

    .ttl_big .body_ttl .txt p {
        font-size: 1.0769rem;
        letter-spacing: -0.0385rem;
        line-height: 1.4;
        color: #000000;
    }

    .ttl_big .body_ttl .txt .span_red {
        position: relative;
        padding-left: 0.7692rem;
        font-size: 1rem;
        letter-spacing: -0.0385rem;
        line-height: 1.4;
        color: #de1f1f;
        display: block;
    }

    .ttl_big .body_ttl .txt .span_red:first-of-type {
        margin-top: 1.1538rem;
    }

    .ttl_big .body_ttl .txt .span_red+.span_red {
        margin-top: 0.3846rem;
    }

    .ttl_form p {
        font-size: 1.6538rem;
        letter-spacing: -0.0769rem;
        line-height: 2.7692rem;
        color: #000000;
        font-weight: 800;
        text-align: center;
        line-height: 1.4;
    }

    .ttl_form p+p {
        margin-top: 1.3462rem;
        font-size: 0.8462rem;
        letter-spacing: -0.0385rem;
        color: #000000;
        text-align: center;
        line-height: 1.4;
    }

    .ttl_icon {
        margin-top: 0.7692rem;
        margin-left: -0.1923rem;
        margin-right: -0.1923rem;
        width: 2.7308rem;
        height: 3.1923rem;
        animation: jumpUp 2s ease-in-out infinite;
    }

    @keyframes jumpUp {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-0.3846rem);
            -webkit-transform: translateY(-0.3846rem);
            -moz-transform: translateY(-0.3846rem);
            -ms-transform: translateY(-0.3846rem);
            -o-transform: translateY(-0.3846rem);
        }
    }

    .span_green {
        color: #00a258;
    }

    .form_register {
        margin-top: 2.5rem;
    }

    .form_register .form_wrap {
        gap: 0.9615rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .form_register .form_wrap .input_form_new {
        gap: 0.7692rem;
        width: 100%;
    }

    .form_register .form_wrap label {
        font-size: 0.7692rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #252525;
        margin-right: 0.7692rem;
    }

    .form_register .form_wrap .input_detail {
        border-radius: 0.1154rem;
        background-color: #ffffff;
        border: 0.0385rem solid #dbdbdb;
        padding: 1rem 0.8462rem 1.1rem 0.3846rem;
        width: 16.5385rem;
    }

    .form_register .form_wrap .input_detail input {
        border: unset;
        padding-left: 0;
        padding-right: 0;
        font-size: 0.7692rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #252525;
        font-weight: 500;
        width: 10.2rem !important;
        height: unset !important;
    }

    .form_register .form_wrap .input_detail input::placeholder {
        color: #dedede;
        font-size: 0.7692rem;
    }

    .form_register .form_wrap .input_detail .copy_sec {
        gap: 0.3077rem;
    }

    .form_register .form_wrap .input_detail .copy_sec p {
        font-size: 0.8462rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #999999;
        text-wrap: nowrap;
    }

    .form_register .form_wrap .input_detail .copy_sec img {
        width: 1rem;
    }

    .form_register .form_wrap .btn_regis {
        padding: 1rem 0.5rem;
        border-radius: 0.1154rem;
        /* background-color: #ffffff; */
        border: 0.0385rem;
        font-size: 0.8rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        font-weight: bold;

    }

    .form_register .form_wrap .btn_regis button {
        font-size: 0.8rem;
        line-height: 1.3;
        text-wrap: nowrap;
    }

    .form_register .form_wrap+.form_wrap {
        margin-top: 1.1538rem;
    }

    .form_register .form_wrap select {
        width: 7.1538rem;
        height: 3.1538rem;
    }

    .form_register .form_wrap input[type="text"] {
        width: 7.1538rem;
        height: 3.1538rem;
    }

    .form_register .form_wrap input[type="text"].u_name {
        width: 100%;
    }

    .form_register .form_wrap input[type="text"].phone_ip {
        width: 33.33%;
    }

    .form_register .form_wrap span.line {
        font-size: 1rem;
    }

    .bs-input-check {
        gap: 0.192rem;
        padding-left: 0;
        margin-top: 0.577rem;
    }

    .bs-input-check input[type="checkbox"]+label {
        position: relative;
        display: inline-block;
        padding-left: 2.308rem;
        line-height: 1.538rem;
        cursor: pointer;
        font-size: 0.923rem;
    }

    .bs-input-check input[type="checkbox"]+label.bg_white {
        background-color: unset;
        line-height: unset;
    }

    .bs-input-check input[type="checkbox"]+label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.538rem;
        height: 1.538rem;
        border-radius: 0.115rem;
        background-color: #ffffff;
        border: 1px solid #dbdbdb;
    }

    .bs-input-check input[type="checkbox"]:checked+label::after {
        background: url(/public/assets/images/main/chk_icon.png) no-repeat center / cover;
        width: 1.538rem;
        height: 1.538rem;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0.115rem;
    }

    .bs-input-check .view_more {
        font-size: 0.923rem;
    }

    .bs-input-check .view_more {
        font-size: 0.923rem !important;
    }

    .agree_pop .popups {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24.615rem;
        height: 24.615rem;
        z-index: 2;
    }

    .agree_pop .popups .top {
        height: 2.308rem;
        line-height: 1.308rem;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
        background: #252525;
        padding: 0.462rem 0.462rem 0.462rem 0.577rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .popups .top p {
        color: #fff;
        line-height: 2.231rem;
        font-size: 1.077rem;
    }

    .agree_pop .popups .top .close img {
        display: block;
        width: 0.885rem;
        vertical-align: middle;
    }

    .agree_pop .popups .content {
        height: calc(100% - 1.346rem);
        background: #fff;
        padding: 0.577rem;
        font-size: 0.846rem;
        line-height: 1.5;
    }

    .agree_pop .popups .content .padding {
        height: 100%;
        overflow-y: auto;
        font-size: 0.846rem;
    }

    .content_detail .btn_submit {
        margin-top: 2.8846rem;
        width: 100%;
    }

    .content_detail .btn_submit button {
        padding: 0.9615rem 3.4615rem;
        width: fit-content;
        border-radius: 1.7692rem;
        background-color: #0090ff;
        font-size: 1.2308rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #ffffff;
        font-weight: bold;
    }

    .main_card {
        padding-bottom: 2.3077rem;
        max-height: 49.0385rem;
        /* overflow-y: auto; */
        max-width: 48.0769rem;
        margin: 0 auto;
        position: relative;
        overflow: hidden;

    }

    /* .main_card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 10;
        pointer-events: none;
      }
      
      .main_card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 10;
        pointer-events: none;
      } */

    .main_card .inner {
        max-width: 40.3846rem;
        display: flex;
        gap: 1.5385rem;
    }

    .main_card .box_list {
        max-width: 12.3077rem;
    }

    .main_card .box_list .box {
        border-radius: 0.7692rem;
        filter: drop-shadow(0 0 21.5px rgba(0, 0, 0, 0.07));
        background-color: #ffffff;
        position: relative;
        padding: 1.5385rem 1.3462rem;
        margin-top: 1.9231rem;
        -webkit-border-radius: 0.7692rem;
        -moz-border-radius: 0.7692rem;
        -ms-border-radius: 0.7692rem;
        -o-border-radius: 0.7692rem;
    }

    .main_card .box_list .box::after {
        content: '';
        position: absolute;
        bottom: -0.6538rem;
        right: 2.1154rem;
        width: 1.5385rem;
        height: 1.5385rem;
        transform: rotate(45deg);
        background-color: #fff;
        border-radius: 0.3077rem;
        -webkit-border-radius: 0.3077rem;
        -moz-border-radius: 0.3077rem;
        -ms-border-radius: 0.3077rem;
        -o-border-radius: 0.3077rem;
    }

    .main_card .box_list .box+.box {
        margin-top: 2.2308rem;
    }


    .main_card .box_list .txt p {
        font-size: 0.8462rem;
        letter-spacing: -0.0385rem;
        line-height: 1.4;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 1.7308rem;
    }

    .main_card .box_list .txt p span {
        color: #009746;
    }

    .main_card .box_list .more {
        gap: 0.3846rem;
    }

    .main_card .box_list .more p {
        font-size: 0.6923rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #999999;
    }

    .main_card .box_list .more img {
        width: 1.2308rem;
        height: 1.2308rem;
    }

    .btn_more_new {
        margin-top: 1.9231rem;
        cursor: pointer;
    }

    .btn_more_new .btn_new {
        width: 4.6154rem;
        height: 4.6154rem;
        border-radius: 2.3077rem;
        filter: drop-shadow(0rem 0.5769rem 0.3077rem rgba(0, 151, 70, 0.21));
        background-color: #009746;
        position: relative;
        -webkit-border-radius: 2.3077rem;
        -moz-border-radius: 2.3077rem;
        -ms-border-radius: 2.3077rem;
        -o-border-radius: 2.3077rem;
        -webkit-filter: drop-shadow(0rem 0.5769rem 0.3077rem rgba(0, 151, 70, 0.21));
    }

    .btn_more_new .btn_new img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .35s;
    }

    .btn_more_new .btn_new:hover img {
        transform: translate(-50%, -50%) rotate(0.5turn);
    }

    .btn_more_new img {
        /* margin-top: 120px; */
        /* width: 170px;
        height: 170px; */
    }

    .right-panel .entry_list {
        overflow-y: auto;
        max-height: 22.6923rem;
        padding-right: 0;
    }

    .right-panel .entry_list .swiper-slide {
        height: 5rem !important;
    }

    .entry_list::-webkit-scrollbar {
        width: 0.3077rem;
    }

    .entry_list::-webkit-scrollbar-thumb {
        border-radius: 0.3846rem;
    }

    .txt_end {
        font-size: 1.6538rem;
        letter-spacing: -0.0769rem;
        line-height: 1.4;
        color: #000000;
        font-weight: 800;
        text-align: center;
        margin-top: 0.5769rem;
    }

    .txt_end span {
        color: #00a258;
    }

    #footer {
        padding: 1.1538rem 0 1.5385rem;
        position: relative;
        z-index: 2;
    }

    #footer .list_info {
        flex-wrap: wrap;
    }

    #footer .list_info p {
        font-size: 1rem;
        letter-spacing: -0.0385rem;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
        padding-right: 0.3846rem;
        position: relative;
    }

    #footer .list_info p:last-of-type::after {
        display: none;
    }

    #footer .list_info p.no_mo::after {
        display: none;
    }

    #footer .list_info p+p {
        padding-left: 0.3846rem;
    }

    #footer .copy_right p {
        margin-top: 1.1538rem;
        font-size: 1rem;
        letter-spacing: -0.0385rem;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }

    #footer .list_info p:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0.3923rem;
        width: 0.0385rem;
        height: 0.769rem;
        background-color: #999;
        opacity: 0.6;
    }

    .quick_wrap {
        position: fixed;
        bottom: 10%;
        right: 1.5%;
        display: flex;
        align-items: flex-end;
        gap: 0.7692rem;
        flex-direction: column;
        z-index: 99;
        visibility: hidden;
    }

    .quick_wrap .talk_set {
        position: relative;
        gap: 15px;
    }

    .quick_wrap .talk_set .talk_info {
        position: relative;
        border-radius: 0.4615rem;
        filter: drop-shadow(0rem 0.2692rem 0.1346rem rgba(0, 0, 0, 0.05));
        background-color: #ffffff;
        border: 0.0385rem solid #dbdbdb;
        padding: 0.3846rem 0.4615rem;
        margin-top: -0.5769rem;
        -webkit-border-radius: 0.4615rem;
        -moz-border-radius: 0.4615rem;
        -ms-border-radius: 0.4615rem;
        -o-border-radius: 0.4615rem;
        -webkit-filter: drop-shadow(0rem 0.2692rem 3.5px rgba(0, 0, 0, 0.05));
    }

    .quick_wrap .talk_set .talk_info p {
        font-size: 0.6154rem;
        letter-spacing: -0.0385rem;
        line-height: 1.3;
        color: #000000;
        text-align: center;
    }

    .quick_wrap .talk_set .talk_info::after {
        content: '';
        position: absolute;
        right: -2%;
        top: 45%;
        transform: rotate(45deg) translateY(-50%);
        width: 0.5769rem;
        height: 0.5769rem;
        background-color: #fff;
        border: 0.0385rem solid #dbdbdb;
        border-left: unset;
        border-bottom: unset;
        border-radius: 0.1538rem;
        -webkit-border-radius: 0.1538rem;
        -moz-border-radius: 0.1538rem;
        -ms-border-radius: 0.1538rem;
        -o-border-radius: 0.1538rem;
    }

    .quick_wrap .to_top {
        width: 3.4615rem;
        height: 3.4615rem;
        border-radius: 0.4615rem;
        /*filter: drop-shadow(0px 18px 6.5px rgba(0, 0, 0, 0.08));
        */
        text-transform: uppercase;
        background-color: #ffffff;
        border: 0.0385rem solid #dbdbdb;
        flex-direction: column;
        -webkit-border-radius: 0.4615rem;
        -moz-border-radius: 0.4615rem;
        -ms-border-radius: 0.4615rem;
        -o-border-radius: 0.4615rem;
    }

    .quick_wrap .to_top .ic img {
        margin-top: -0.1923rem;
        margin-left: 0.1923rem;
    }

    .quick_wrap .to_top .ic p {
        text-align: center;
        font-size: 0.6923rem;
        text-transform: uppercase;
        color: #252525;
        font-weight: 800;
        font-family: "Nanum Square Neovariable";
    }

    .quick_wrap .talk_set img {
        animation: jumpUp 2s ease-in-out infinite;
    }

    .main_card .box_list {
        max-height: 100%;
        overflow: hidden;
        position: relative;
    }


    .main_card .box_list .scroll-track {
        display: flex;
        flex-direction: column;
    }


    .main_card .box_list .box_group {
        display: flex;
        flex-direction: column;
    }


    .main_card .box_list.up .scroll-track {
        animation: scroll-up-smooth 20s linear infinite;
    }

    .main_card .box_list.down .scroll-track {
        animation: scroll-down-smooth 20s linear infinite;
    }

    @keyframes scroll-up-smooth {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-50%);
        }
    }

    @keyframes scroll-down-smooth {
        0% {
            transform: translateY(-50%);
        }

        100% {
            transform: translateY(0);
        }
    }


    .main_card .box_list:hover .scroll-track {
        animation-play-state: paused;
    }

    .main_card .box_list {
        mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    }

    .main_card {
        mask-image: linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%);
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%);
    }


    .background {
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .foreground {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 7.6923rem;
    }


    /* participate_pop */
    .participate_pop .popup {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25.3846rem;
        height: 30.9231rem;
        border-radius: 0.7692rem;
        z-index: 2;
        background-color: #fff;
        padding: 1.1538rem;
    }

    .image_pop .popup {
        height: 30.9231rem;
    }

    .participate_pop .top {
        position: relative;
        margin-bottom: 1.5385rem;
    }

    .participate_pop .top .ttl .tit {
        font-size: 1.923rem;
        font-family: 'DarakbangL';
    }

    .participate_pop .contents .parti_list .list .info .ava_mem {
        width: 3.077rem;
        height: 3.077rem;
        background-color: #dbdbdb;
    }

    .participate_pop .top .ttl img {
        width: 14.6923rem;
    }

    .participate_pop .btn_close {
        position: absolute;
        top: 0rem;
        right: 0.7692rem;
        cursor: pointer;
        z-index: 10;
    }

    .participate_pop .btn_close img {
        width: 1.5385rem;
        height: 100%;
    }

    .participate_pop .contents .parti_list {
        margin-bottom: 1.1538rem;
        height: 22rem;
        max-height: 22rem;
    }

    .participate_pop .contents .parti_list .list {
        padding: 0.6538rem 0.7rem 0.6154rem;
        background-color: #fff;
        border-radius: 0.6154rem;
        -webkit-border-radius: 0.6154rem;
        -moz-border-radius: 0.6154rem;
        -ms-border-radius: 0.6154rem;
        -o-border-radius: 0.6154rem;
        position: relative;
    }

    .participate_pop .contents .parti_list .list .info {
        display: flex;
        align-items: center;
        gap: 0.9rem;
    }

    
    .participate_pop .contents .parti_list .list .info.spe_ava .detail {
        margin-top: 1.5rem;
    }

    .participate_pop .contents .parti_list .list:nth-child(odd) {
        background-color: #F5F5F5;
    }

    .participate_pop .contents .parti_list .list .info .num {
        color: #8a8a8a;
        font-size: 0.6538rem;
    }

    .participate_pop .contents .parti_list .list .info .des {
        font-size: 0.6538rem;
        color: #000;
        font-weight: 500;
    }

    .participate_pop .contents .parti_list .list .info .detail .des p {
        font-size: 0.6538rem;
    }

    .participate_pop .contents .parti_list .list .info .detail .des .date_info {
        margin-left: 0px;
    }

    .participate_pop .contents .parti_list .list .info .detail .link {
        margin-top: 0.192rem;
        max-width: 11rem;
    }

    .participate_pop .contents .parti_list .list .info .detail .des {
        gap: 0.192rem;
    }

    .participate_pop .contents .parti_list .list .user {
        gap: 0.3769rem;
        /* position: relative; */
        /* padding-bottom: 0.769rem; */
        width: 5rem;
        /* flex-wrap: wrap; */
        /* flex-direction: column; */
        align-items: center;
        justify-content: flex-end;
    }

    .participate_pop .contents .parti_list .list .user .user_new {
        display: flex;
        align-items: center;
        gap: 0.3769rem;
        position: relative;
    }
    
    .participate_pop .contents .parti_list .list .user .user_new.spe_ava {
        position: absolute;
        left: 5.9rem;
        top: 0.7rem;
    }

    .participate_pop .contents .parti_list .list .user .btn-delete {
        color: #00adef;
        padding: 0.192rem 0.385rem;
        border-radius: 0.154rem;
        border: 1px solid #00adef;
        font-size: 0.7rem;
    }

    .participate_pop .contents .parti_list .list .user img {
        width: 1.2692rem;
    }

    .participate_pop .contents .parti_list .list .user p {
        font-size: 0.6538rem;
        color: #7c7c7c;
        text-wrap: wrap;
        text-align: left;
        line-height: 1.3;
        word-break: break-word;
    }

    .next_prev_box ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .next_prev_box li a {
        display: block;
        width: 1.4615rem;
        height: 1.4615rem;
        line-height: 1.4615rem;
        text-align: center;
        font-size: 0.6538rem;
        color: #454545;
    }

    .next_prev_box li a.on {
        color: #fff;
        border: unset;
        background-color: #333;
        border-radius: 50%;
    }

    .next_prev_box li .first_page {
        background: url(/public/assets/images/main/first_page.png) no-repeat center center;
        background-size: 0.6538rem;
        border: solid 0.0385rem #dbdbdb;
        border-radius: 50%;
    }

    .next_prev_box li .preview {
        margin-right: 0.7692rem;
        border: solid 0.0385rem #dbdbdb;
        background: url(/public/assets/images/main/priv.png) no-repeat center center;
        background-size: 0.3846rem;
        border-radius: 50%;
    }

    .next_prev_box li+li a {
        margin-left: 0.3846rem;
    }

    .next_prev_box li .next {
        margin-left: 1.1538rem;
        border: solid 0.0385rem #dbdbdb;
        background: url(/public/assets/images/main/next.png) no-repeat center center;
        background-size: 0.3846rem;
        border-radius: 50%;
    }

    .next_prev_box li .last_page {
        background: url(/public/assets/images/main/last_page.png) no-repeat center center;
        background-size: 0.6538rem;
        border-radius: 50%;
        border: solid 0.0385rem #dbdbdb;
    }

    /*  */

    .prize_information {
        padding-top: 0.3846rem;
        /* background: #4eacff; */
        position: relative;
    }

    .reward-section {
        text-align: center;
        padding: 2.8846rem 0.7692rem;
    }

    .reward-title {
        font-weight: bold;
        margin-bottom: 1.5385rem;
        font-size: 2.6923rem;
        letter-spacing: -2px;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }

    .reward-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .reward-card-note {
        text-align: center;
        font-size: 1rem;
        font-weight: 300;
        color: #fff;
        margin: -1rem 0 1rem 0;
        line-height: 1.5;
    }

    .reward-card:nth-child(1),
    .reward-card:nth-child(2) {
        border-bottom: 0.0385rem solid #83c5ff;
        padding-bottom: 2.5rem;
    }

    .reward-card:nth-child(1),
    .reward-card:nth-child(2) {
        border-right: unset;
    }

    .reward-card:last-child {
        margin-left: unset;
    }

    .reward-card {
        margin-bottom: 3.0769rem;
        background-color: transparent;
        width: 20rem;
        text-align: center;
    }

    .reward-badge {
        background-color: #e2f65f;
        font-weight: bold;
        padding: 0.6rem 2rem;
        border-radius: 2.1538rem;
        display: inline-block;
        margin-bottom: 0.4615rem;
        font-size: 1.115rem;
        letter-spacing: -1px;
        line-height: 1.4;
        color: #000000;
        text-align: center;
    }

    .reward-badge .bold {
        font-size: 1.4077rem;
        font-weight: 900;
    }

    .reward-desc {
        margin-top: 1.5385rem;
        line-height: 1.5;
        margin-bottom: 0;
        font-size: 1.0769rem;
        letter-spacing: -1px;
        color: #ffffff;
        text-align: center;
    }

    .reward-value {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.3846rem;
        margin-bottom: 0.3846rem;
        margin-top: 0.6rem;
    }

    .reward-money {
        font-size: 1.1923rem;
        font-weight: 700;
        color: yellow;
        margin-top: 0.6154rem;
    }

    .reward-value img {
        width: 4.2308rem;
        height: auto;
    }

    .reward-card .voucher {
        font-size: 1.1rem;
        text-align: center;
        margin: 0.5rem auto;
    }

    .money {
        font-size: 1.5385rem;
        font-weight: bold;
        color: white;
    }

    .mo_un {
        font-size: 1.5385rem;
        font-weight: 500;
        color: #ffffff;
    }

    .reward_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .reward-people {
        font-size: 1.5385rem;
        font-weight: bold;
        color: white;
        margin-top: 0;
    }

    .re_un {
        font-size: 1.5385rem;
        font-weight: 500;
        color: #ffffff;
    }

    .main_form .inner .ttl_bg {
        font-size: 2.6923rem;
        letter-spacing: -0.0769rem;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }

    .main_form .inner .ttl_sm {
        margin-top: 1.1538rem;
        margin-bottom: 0.577rem;
        font-size: 1rem;
        letter-spacing: -0.0385rem;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }

    .main_form .inner .form_main {
        margin-top: 0;
    }

    .proceed_banner {
        width: 100%;
        border-radius: 1.923rem;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        margin-bottom: 2.885rem;
        background-color: #0480ce;
        padding: 2.692rem 0 6rem;
        display: flex;
        gap: 0.538rem;
        justify-content: center;
        align-items: flex-end;
    }

    .proceed_banner .text_head {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-bottom: 0.7692rem;
    }

    .proceed_banner .text_head p {
        display: inline-block;
        font-size: 1.1538rem;
        font-weight: 800;
        color: #fff;
        padding: 0.5769rem 2.3077rem;
        color: #076baa;
        background-color: #fff;
        border-radius: 50px;
    }

    .proceed_banner .desc_head {
        display: flex;
        font-size: 1.1538rem;
        font-weight: 700;
        color: #fff;
        padding: 0.5769rem 0.738rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.3846rem;
        text-align: center;
        line-height: 1.4;
    }

    .proceed_banner .desc_head p+p {
        font-size: 0.9615rem;
        font-weight: 300;
    }

    .proceed_banner .list_img p {
        color: #fff;
        text-align: center;
        font-size: 1.0769rem;
        margin-bottom: 0.9615rem;
    }


    .proceed_banner .item_ img {
        border-radius: 0.385rem;
        overflow: hidden;
    }


    .proceed_banner .text {
        color: #fff;
        font-size: 1.077rem;
        line-height: 1.3;
        text-align: center;
        position: absolute;
        top: 2.308rem;
    }

    .proceed_banner .text p {
        margin-bottom: 0.231rem;
        line-height: 1.4;
    }

    .proceed_banner .text_1 {
        left: 6.346rem;
    }

    .proceed_banner .text_2 {
        right: 9.846rem;
    }

    .proceed_banner .list_img {
        margin: 0 auto;
        margin-top: 1.5385rem;
        position: relative;
        display: flex;
        gap: 2.5692rem;
        justify-content: center;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
    }

    .proceed_banner .note {
        text-align: center;
        padding: 1.5385rem 1.3rem .5769rem;
        color: #fff;
        font-size: 0.9615rem;
        font-weight: 300;
        line-height: 1.4;
    }

    .title_proceed .item_box .num {
        font-size: 1.231rem;
        width: 3.077rem;
        height: 3.077rem;
        border-radius: 50%;
        margin-bottom: 0.577rem;
        font-weight: 800;
    }

    .title_proceed .item_box .ttl {
        font-size: 1.615rem;
        color: #fff;
        font-weight: 700;
        margin-bottom: 1.154rem;
        text-align: center;
        line-height: 1.1;
    }

    .title_proceed .item_box .text_p {
        margin-top: 1.9231rem;
        font-size: 1.8031rem;
        color: #fff;
        font-weight: 800;
    }

    .title_proceed .item_box .span_green {
        font-size: 1.615rem;
    }

    .title_proceed .item_box .note {
        font-size: 0.962rem;
        margin-top: 0;
    }

    .title_proceed .item_box+.item_box {
        margin-top: 2.692rem;
    }

    .hags_social {
        margin: 3.077rem 0 1.923rem;
        flex-wrap: wrap;
        width: 100%;
    }

    .hags_social a {
        display: flex;
        min-width: unset;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        align-items: center;
        justify-content: center;
        width: 33.33%;
    }

    /* .hags_social a:first-of-type {
        justify-content: flex-start;
    }

    .hags_social a:last-of-type {
        justify-content: flex-end;
    } */

    .reward-card .coupon_content {
        margin-top: 0px;
    }

    .hags_social a:first-of-type img {
        width: 6.269rem;
    }

    .hags_social a img {
        width: 5.769rem;
    }

    .hags_social a:last-of-type img {
        width: 6.769rem;
    }

    .hags_social a:last-of-type {
        border-right: unset;
    }

    .title_proceed .item_box .flex_hags {
        margin-top: 1.923rem;
        flex-wrap: wrap;
        justify-content: space-between;
        /* width: 100%; */
        gap: 1.2rem;
    }

    .title_proceed .item_box .btn_go {
        margin-top: 1.5385rem;
        margin-bottom: 1.3077rem;
        width: 100%;
        padding: 1rem 1.538rem;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 99px;
        gap: 0.577rem;
        justify-content: center;
    }

    .title_proceed .item_box .btn_go img {
        width: 0.7rem;
    }

    .title_proceed .item_box .text_2 {
        font-size: 1.2462rem;
        color: #fff;
        font-weight: 700;
        line-height: 1.4;
        margin-top: 1rem;
    }

    .flex_hags {
        gap: 0.692rem;
    }

    .hashtags {
        /* width: 100%; */
    }

    .title_proceed .item_box .flex_hags .copy img {
        width: 2.731rem;
    }

    .proceed_banner .proceed_list {
        display: flex;
        flex-direction: column;
        gap: 2.692rem;
    }

    .proceed_banner .proceed_list .text {
        position: relative;
        left: unset;
        top: unset;
    }

    .proceed_banner .proceed_list .box {
        max-width: 25.385rem;
    }

    .proceed_banner .proceed_list .text_1 img {
        width: 4.192rem;
        margin: 0.962rem 0 1.346rem;
    }

    .proceed_banner .proceed_list .box .item_ {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .proceed_banner .proceed_list .box .item_ img {
        width: 21em;
    }

    .proceed_banner .swiper-pagination {
        bottom: -0.8rem;
    }

    /* quick_menu */

    .quick_menu {
        position: fixed;
        bottom: 10%;
        right: 2%;
        z-index: 99;
    }

    .quick_menu .icon_wrap_social {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        gap: 0.5rem;
    }

    .quick_menu .icon_wrap_social .wrap_social {
        gap: 0.692rem;
        flex-direction: column;
        align-items: flex-end;
    }

    .quick_menu .icon_wrap_social .wrap_social .info_chat {
        position: relative;
        border-radius: 0.462rem;
        filter: drop-shadow(0rem 0.269rem 0.135rem rgba(0, 0, 0, 0.05));
        background-color: #ffffff;
        border: 0.038rem solid #dbdbdb;
        padding: 0.462rem;
    }

    .quick_menu .icon_wrap_social .wrap_social .info_chat p {
        font-size: 0.7rem;
        line-height: 1.4;
    }

    .quick_menu .icon_wrap_social .wrap_social .info_chat::after {
        content: '';
        position: absolute;
        right: 1.2rem;
        top: unset;
        bottom: -0.3rem;
        transform: translateY(-50%);
        width: 0.577rem;
        height: 0.577rem;
        border-radius: 0.154rem;
        background: #fff;
        transform: rotate(45deg);
        z-index: -1;
        border-right: 0.038rem solid #dbdbdb;
        border-top: unset;
        border-bottom: 0.038rem solid #dbdbdb;
    }

    .quick_menu .icon_wrap_social .wrap_social .container_chat {
        width: 2.923rem;
        height: 2.923rem;
        border-radius: 1.462rem;
        filter: drop-shadow(0rem 0.385rem 0.154rem rgba(0, 173, 239, 0.5));
        background-color: #5cff7f;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quick_menu .icon_wrap_social .wrap_social .container_chat img {
        width: 1.346rem;
        filter: brightness(0%);
    }

    .quick_menu .icon_wrap_social .scroll_top {
        margin-right: -0.3rem;
        display: block;
    }

    .quick_menu .icon_wrap_social .scroll_top img {
        width: 4rem;
    }

    .popup_wrap.download_pop .popup {
        padding: 0.5rem 0px 0 0;
        width: 21.154rem;
        height: 28.0769rem;
    }

    .popup_wrap.download_pop .popup .btn_close img {
        width: 1.5rem;
        height: 100%;
    }

    .popup_wrap.download_pop .content {
        padding-top: 10.5rem;
        overflow-y: auto;
        max-height: 26.0769rem;
    }

    .popup_wrap.download_pop .btn_close {
        top: -1.508rem;
        right: -0.5308rem;
    }

    .popup_wrap.download_pop .content .btn_pop_flex {
        gap: 1.538rem;
        margin-top: 0.769rem;
    }

    #downloadLink {
        width: 1.808rem;
    }

    #downloadLink img {
        width: 100%;
    }

    #shareLink {
        width: 2.269rem;
    }

    #shareLink img {
        width: 100%;
    }

    #editLink {
        width: 1.538rem;
    }

    #editLink img {
        width: 100%;
    }

    .image_pop .top {
        position: relative;
        margin-bottom: 1.538rem;
    }

    .image_pop .top .ttl .tit {
        font-size: 1.923rem;
        font-family: 'DarakbangL';
    }

    .image_pop .contents .list_img {
        gap: 0.2rem;
    }

    .image_pop .contents .list_img {
        margin-bottom: 1.154rem;
        height: 19.462rem;
        max-height: 19.462rem;
        overflow-y: auto;
    }

    .image_pop .contents .list_img .box {
        width: calc(50% - 0.2rem);
        height: 9rem;
    }

    .image_pop .btn_close {
        top: -1.2308rem;
    }


    .image_pop .btn_close img {
        width: 1.5385rem;
        height: 100%;
    }

    .popup_wrap .content .talk_n_gm {
        margin-top: 1.923rem;
    }

    .login_pop .content .talk_n_gm .talk {
        padding-top: 1.077rem;
        width: 100%;
        height: 3.462rem;
        border-radius: 0.385rem;
        font-size: 0.846rem;
    }

    .login_pop .content .talk_n_gm .talk img {
        width: 1.5rem;
    }

    .login_pop .content .talk_n_gm .n {
        padding-top: 1.077rem;
        width: 100%;
        height: 3.462rem;
        border-radius: 0.385rem;
        font-size: 0.846rem;
        margin-top: 1rem;
    }

    .login_pop .content .talk_n_gm .n img {
        width: 1.077rem;
    }

    .login_pop .content .talk_n_gm .gm {
        padding-top: 1.077rem;
        width: 100%;
        height: 3.462rem;
        border-radius: 0.385rem;
        font-size: 0.846rem;
        margin-top: 1rem;
    }

    .login_pop .content .talk_n_gm .gm img {
        width: 1.4rem;
    }

    .login_pop .content {
        width: calc(100% - 17.332vw);
        margin: 0 auto;
    }

    .agree_pop .popup .contents {
        height: calc(100% - 1.346rem);
        background: #fff;
        padding: 0.577rem;
        font-size: 14px;
        line-height: 1.5;
        overflow-y: auto;
    }

    .agree_pop .popup .contents p {
        font-size: 0.923rem !important;
        line-height: 1.5 !important;
        font-weight: 600;
    }

    .agree_pop .popup .top {
        height: 3.077rem;
        line-height: 1.308rem;
        font-size: 1.2rem;
        font-weight: 400;
        color: #fff;
        background: #252525;
        padding: 0.462rem 0.462rem 0.462rem 0.577rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top-left-radius: 0.577rem;
        border-top-right-radius: 0.577rem;
    }

}

@media screen and (max-width: 430px) {}