#main_p1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}



.big_text_p2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/big_text_p2.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: 99.1vw 57vw;
    user-select: none;
    z-index: -1;
}



#box_p1 {
    position: relative;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
    background-color: #000;
    font-size: .8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
    width: 50vw;
    height: auto;
    padding: 2.5vw;
    box-sizing: border-box;
}


#box_p1b {
    position: relative;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
    background-color: #000;
    font-size: .8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
    width: 59vw;
    height: auto;
    padding: 2.5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}




#content-team {
            margin-bottom: 20px;
            font-size: 18px;
            text-align: center;
        }

#team_btn_box {
    width: 100%;
    height: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
    margin-bottom: 1vw;
}


#team1_btn, #team2_btn, #team3_btn {
display: flex;
    width: 10vw;
    height: 1.8vw;
    font-size: 1vw;
    color: #000000;
    background-color: #4ec0e8;
    font-weight: 500;
    cursor: pointer;
    clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
    border: none;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
    margin: 0.8vw;
    user-select: none;
    transition: background-color 0.3s ease;
        }

#team1_btn:hover, #team2_btn:hover, #team3_btn:hover {
   background-color: #6ED9FF;
        }


#team1_btn:focus, #team2_btn:focus, #team3_btn:focus {
    background-color: #f45fa9;
}


.inner-div {
            padding: 10px;
            height: 15vw;
            background-color: #fff000;
        }

#team1_box, #team2_box, #team3_box {
    position: relative;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
    background-color: #000;
    font-size: .8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
    width: 50vw;
    height: auto;
    padding: 2.5vw;
    box-sizing: border-box;
    display: none;
        }


#confirm_btn {
    display: flex;
    width: 10vw;
    height: 1.8vw;
    font-size: 1vw;
    color: #000000;
    background-color: #4ec0e8;
    font-weight: 500;
    cursor: pointer;
    clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
    border: none;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
    margin: 1.5vw 0vw 1.5vw 17.5vw;
    user-select: none;
    transition: background-color 0.3s ease;
        }


#confirm_btn:hover {
    background-color: #6ED9FF;
        }



#team1_box {
   display: block;
}




#team2_box::-webkit-scrollbar {
    width: .8vw;
    padding: 1vw;
    height: 1vw;
}
#team2_box::-webkit-scrollbar-thumb:hover {
    background-color: #fff7b3;
}
#team2_box::-webkit-scrollbar-thumb {
    background-color: #FFEB3B;
    border: 0.3vw solid #FF5700;
}
#team2_box::-webkit-scrollbar-track {
    margin-right: 1vw;
}



        .custom-input {
            background-color: #000;
            color: #fff;
            border: none;
            border-bottom: .1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff639a) 1;
    padding: .5vw 0;
            width: 100%;
            box-sizing: border-box;
            font-size: 1vw;
            margin-bottom: 1vw;
        }


        .custom-select, .custom50-select {
    background-color: #000;
    color: #fff;
    border: none;
            border-bottom: .1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff639a) 1;
    padding: .5vw 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1vw;
    margin-bottom: 1vw;
    appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - .5vw) center;
    background-size: 1.5vw 1.5vw;
        }


.custom50-select {
    margin-bottom: 0vw;

}



        .custom-select option {
            background-color: #000;
            color: #fff;
            border: none;
        }


        .custom-select option:checked {
            background-color: #e84e84;
            color: #fff;
            border: none;
        }

.team3_box1, .team3_box2, .team3_box3, .team3_box4, .team3_box5, .team3_box6, .team3_box7 {
    display: flex;
    width: 91%;
    height: fit-content;
    padding: .5vw 1vw .5vw 3vw;
    position: relative;
    flex-direction: row;
    justify-content: space-around;
    background-image: url(../img/no2.png);
    background-repeat: no-repeat;
    background-position: calc(-2% - -0vw) top;
    background-size: 4.5vw 4.5vw;
}

.team3_box1 {
    background-image: url(../img/no1.png);
}
.team3_box2 {
    background-image: url(../img/no2.png);
}
.team3_box3 {
    background-image: url(../img/no3.png);
}
.team3_box4 {
    background-image: url(../img/no4.png);
}
.team3_box5 {
    background-image: url(../img/no5.png);
}
.team3_box6 {
    background-image: url(../img/no6.png);
}
.team3_box7 {
    background-image: url(../img/no7.png);
}



.select_box50 {
position: relative;
    width: 45%;
    height: 5.5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.member_join, .member_join_ok {
width: 43vw;
    height: 3.5vw;
    background-color: #1d1d1d;
    position: relative;
    border-bottom: .2vw solid;
    border-color: #e84e84;
    padding: 1vw 1vw .8vw 1vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 1.2vw 0;
}

.member_join_ok {
    border-color: #79e1fa;
}

.join_txt {
font-size:1.05vw;
color: #e84e84;
}

.join_txt_ok {
font-size:1.05vw;
color: #79e1fa;
}

.member_red {
width: 38vw;
    height: 3.5vw;
    background-color: #1d1d1d;
    position: relative;
    border-bottom: .2vw solid;
    border-color: #e84e84;
    padding: 1vw 1vw .8vw 1vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.member_bule {
width: 38vw;
    height: 3.5vw;
    background-color: #1d1d1d;
    position: relative;
    border-bottom: .2vw solid;
    border-color: #79e1fa;
    padding: 1vw 1vw .8vw 1vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.member_box_L {
width: 50%;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 1vw;
}


.member_box3_L {
width: 50%;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 1vw;
}

.member_box_R {
width: 50%;
    height: inherit;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.member_box3_R {
width: 50%;
    height: inherit;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}


.power {
    background-image: url(../img/power.png);
    width: 1.3vw;
    height: 1.3vw;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .2vw;
    padding-bottom: .25vw;
}

.power_txt {
font-size:1.1vw;
color: #e84e84;
}

.power_ti_box {
    width: auto;
    height: inherit;
    display: flex;
    flex-direction: row;
    font-size: 1vw;
    justify-content: center;
    align-items: center;
        margin-bottom: 1vw;
}

.power_ti {
background-image: url(../img/power.png);
    width: 1.7vw;
    height: 1.7vw;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.3vw;
}

.power_txt_ti {
font-size:1.3vw;
color: #e84e84;
    font-weight: 600;

}

.delete {
background-image: url(../img/delete.png);
    width: 1.5vw;
    height: 1.5vw;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: .4vw;
    padding-bottom: .25vw;
    cursor: pointer;
}

.delete:hover {
   filter: brightness(150%);
}



.title_team {
font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    background: linear-gradient(to right, #7ff8fe 33%, #f66197 55%);
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title_teamtxt {
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    background: linear-gradient(to right, #7ff8fe 0%, #f66197 100%);
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: left;
}





#gotop {
width: 3vw;
    height: 3vw;
    background-image: url(../img/gotop.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 4vw;
    margin-bottom: 3vw;
    cursor: pointer;
    transition: all .3s ease;
}

#gotop:hover {
            filter: brightness(150%);
        }



#footbox {
    width: 100%;
    background-color: #000;
}


footer {
  background-color: #000;
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {

#bg_page {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_pad.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    animation: light 8s infinite;
}

#box_main_black {
    position: absolute;
    top: 36vw;
    left: 0;
    width: 100%;
    background-color: #000000db;
    z-index: 2;
    border-top: .2vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff639a) 1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}


#s4logo {
    position: absolute;
    width: 60vw;
    height: 40vw;
    background-image: url(../img/s4logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1vw;
    margin-left: 20vw;
}



.pop_box {
    display: none;
    position: fixed;
    top: 20vh;
    left: 25vw;
    background-color: #000000;
    padding: 1vw 0vw 1vw 0vw;
    font-size: 1vw;
    z-index: 9999;
    width: 50vw;
    height: 60vh;
    overflow: auto;
    color: #fff;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
}


.close-pvc {
    position: fixed;
    top: 20.5vh;
    right: 24.5vw;
    cursor: pointer;
    width: 2.2vw;
    height: 2.2vw;
}


}


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


.big_text_p2 {
display: none;
}



}


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

#main_p1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}



.big_text_p2 {
display: none;
}



#content-team {
            margin-bottom: 20px;
            font-size: 18px;
            text-align: center;
        }

#team_btn_box {
    width: 90%;
    height: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
margin-top: 4vw;
        margin-bottom: 4vw;
}


#team1_btn, #team2_btn, #team3_btn {
        display: flex;
        width: 24vw;
        height: 5.5vw;
        font-size: 3vw;
        color: #000000;
        font-weight: 500;
        cursor: pointer;
        clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
        border: none;
        transition: all .3s ease;
        justify-content: center;
        align-items: center;
        margin: 0 1.2vw;
        user-select: none;
        transition: background-color 0.3s ease;
        background-color: #4ec0e8;
        }

#team1_btn:hover, #team2_btn:hover, #team3_btn:hover {
   background-color: #6ED9FF;
        }


#team1_btn:focus, #team2_btn:focus, #team3_btn:focus {
    background-color: #f45fa9;
}


.inner-div {
            padding: 10px;
            height: 15vw;
            background-color: #fff000;
        }

#team1_box, #team2_box, #team3_box {
        position: relative;
        border: 0.1vw solid;
        border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
        background-color: #000;
        font-size: 3vw;
        font-weight: 400;
        letter-spacing: 0.1vw;
        line-height: 1.75;
        color: #fff;
        width: 90vw;
        height: auto;
        padding: 5.5vw;
        box-sizing: border-box;
        display: none;
        }


#confirm_btn {
display: flex;
        width: 42vw;
        height: 6.8vw;
        font-size: 3.5vw;
        color: #000000;
        font-weight: 500;
        cursor: pointer;
        clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
        border: none;
        transition: all .3s ease;
        justify-content: center;
        align-items: center;
        margin-top: 6vw;
        user-select: none;
        transition: background-color 0.3s ease;
        background-color: #4ec0e8;
        }


#confirm_btn:hover {
    background-color: #6ED9FF;
        }



#team1_box {
   display: block;
}




#team2_box::-webkit-scrollbar {
    width: .8vw;
    padding: 1vw;
    height: 1vw;
}
#team2_box::-webkit-scrollbar-thumb:hover {
    background-color: #fff7b3;
}
#team2_box::-webkit-scrollbar-thumb {
    background-color: #FFEB3B;
    border: 0.3vw solid #FF5700;
}
#team2_box::-webkit-scrollbar-track {
    margin-right: 1vw;
}


        .custom-input {
            background-color: #000;
            color: #fff;
            border: none;
            border-bottom: .1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff639a) 1;
    padding: .5vw 0;
            width: 100%;
            box-sizing: border-box;
            font-size: 3vw;
            margin-bottom: 6vw;
        }


        .custom-select, .custom50-select {
        background-color: #000;
        color: #fff;
        border: none;
        border-bottom: .1vw solid;
        border-image: linear-gradient(to right, #2edcff, #ff639a) 1;
        padding: 1.5vw 0;
        width: 100%;
        box-sizing: border-box;
        font-size: 3vw;
        margin-bottom: 6vw;
        appearance: none;
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-position: calc(100% - .5vw) center;
        background-size: 3.5vw 3.5vw;
        }


.custom50-select {
    margin-bottom: 0vw;

}


        .custom-select option {
            background-color: #000;
            color: #fff;
            border: none;
        }


        .custom-select option:checked {
            background-color: #e84e84;
            color: #fff;
            border: none;
        }

.team3_box1, .team3_box2, .team3_box3, .team3_box4, .team3_box5, .team3_box6, .team3_box7 {
display: flex;
        width: 91%;
        height: fit-content;
        padding: .5vw 1vw .5vw 3vw;
        position: relative;
        flex-direction: row;
        justify-content: space-around;
        background-image: url(../img/no2.png);
        background-repeat: no-repeat;
        background-position: calc(-2% - -0vw) top;
        background-size: 5.5vw 5.5vw;
        margin-bottom: 3vw;
}

.team3_box1 {
    background-image: url(../img/no1.png);
}
.team3_box2 {
    background-image: url(../img/no2.png);
}
.team3_box3 {
    background-image: url(../img/no3.png);
}
.team3_box4 {
    background-image: url(../img/no4.png);
}
.team3_box5 {
    background-image: url(../img/no5.png);
}
.team3_box6 {
    background-image: url(../img/no6.png);
}
.team3_box7 {
    background-image: url(../img/no7.png);
}



.select_box50 {
position: relative;
    width: 45%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.member_join, .member_join_ok {
width: 73vw;
        height: 11.5vw;
        background-color: #1d1d1d;
        position: relative;
        border-bottom: .8vw solid;
        border-color: #e84e84;
        padding: 3vw 3vw 3vw 3vw;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 1vw 0 4.2vw 0;
}

.member_join_ok {
    border-color: #79e1fa;
}

.join_txt {
font-size:3.05vw;
color: #e84e84;
}

.join_txt_ok {
font-size:3.05vw;
color: #79e1fa;
}

.member_red {
width: 62vw;
        height: fit-content;
        background-color: #1d1d1d;
        position: relative;
        border-bottom: .8vw solid;
        border-color: #e84e84;
        padding: 3vw 3vw 3vw 3vw;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
}

.member_bule {
width: 62vw;
        height: fit-content;
        background-color: #1d1d1d;
        position: relative;
        border-bottom: .8vw solid;
    border-color: #79e1fa;
        padding: 3vw 3vw 3vw 3vw;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
}

.member_box_L {
width: 65%;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 3vw;
}

.member_box3_L {
width: 100%;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 3vw;
}


.member_box_R {
width: 35%;
    height: inherit;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.member_box3_R {
width: 100%;
        height: inherit;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
}


.power {
background-image: url(../img/power.png);
        width: 3.3vw;
        height: 3.3vw;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 1vw;
        padding-bottom: 0.75vw;
}

.power_txt {
font-size:3.1vw;
color: #e84e84;
}

.power_ti_box {
        width: auto;
        height: inherit;
        display: flex;
        flex-direction: row;
        font-size: 1vw;
        justify-content: center;
        align-items: center;
        margin-bottom: 4vw;
        margin-top: -2vw;
}

.power_ti {
        background-image: url(../img/power.png);
        width: 5vw;
        height: 5vw;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 1vw;
        margin-right: 1vw;
}

.power_txt_ti {
font-size:5vw;
color: #e84e84;
    font-weight: 600;

}

.delete {
background-image: url(../img/delete.png);
        width: 5vw;
        height: 5vw;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 1vw;
        padding-bottom: 0vw;
        cursor: pointer;
}

.delete:hover {
   filter: brightness(150%);
}



.title_team {
font-size: 5vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    background: linear-gradient(to right, #7ff8fe 33%, #f66197 55%);
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title_teamtxt {
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    background: linear-gradient(to right, #7ff8fe 0%, #f66197 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: left;
    display: table;
}





#gotop {
width: 8vw;
    height: 8vw;
    background-image: url(../img/gotop.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 14vw;
    margin-bottom: 3vw;
    cursor: pointer;
    transition: all .3s ease;
}

#gotop:hover {
            filter: brightness(150%);
        }



#footbox {
    width: 100%;
    background-color: #000;
}


footer {
  background-color: #000;
}


}
