


#ke-min-head .forms input {
    outline: 0;
    border-radius: 50px;
    border: 1px solid rgb(var(--color-color1));
    height: 40px;
    padding: 0 20px;
}
@media (min-width:1060px) {
    #ke-min-head .forms input {
        height: 50px;
    }
}
#ke-min-head .forms .search--icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.minheadFormsgrp {
    display: flex;
    align-items: center;
}
.minheadFormsgrpBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--color-color1));
}

.teams-wraparea[_fly-teams] {
    padding: 40px 0;
}
.teams-listwrp[_fly-teams] + .teams-listwrp[_fly-teams] {
    margin-top: 40px;
}
.teams-listwrp_head_title[_fly-teams] {
    line-height: 1.3;
    font-size: 1rem;
    margin-bottom: 10px;
}
.teams-list[_fly-teams] {
    list-style: none;
}
.teams-item[_fly-teams] {
    cursor: pointer;
    background-color: rgb(var(--color-desc));
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 .1rem rgb(var(--color-color) / .1);
}
.teams-item[_fly-teams] + .teams-item[_fly-teams] {
    margin-top: 20px;
}
.teamsItm-wraparea[_fly-teams-item] {
    position: relative;
    display: flex;
    flex-direction: row;
}
.teamsItm-imgarea[_fly-teams-item] {
    width: 130px;
    height: 100px;
    aspect-ratio: 1.3 / 1;
}
.teamsItm-imgarea[_fly-teams-item] img[_fly-teams-item] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamsItm-infosarea[_fly-teams-item] {
    flex: 1;
    padding: 10px;

    display: flex;
    flex-direction: column;
}
.teamsItm-info__title[_fly-teams-item] {
    
}
.teamsItm-info__desc[_fly-teams-item] {
    
}
.teamsItm-0000[_fly-teams-item] {
    
}
.teamsItm-0000[_fly-teams-item] {
    
}
.teamsItm-0000[_fly-teams-item] {
    
}





.teamIteamModal-wraparea[_fly-teams-item-modal] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 130000;
    overflow: auto;
    background-color: #0000001a;
}
.teamIteamModal-inerarea[_fly-teams-item-modal] {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    animation: Modal_modalDimmedAnimation .1s cubic-bezier(0.2, 0, 0.2, 1);
}
@media (max-width: 1060px) {
    .teamIteamModal-inerarea[_fly-teams-item-modal] {
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 0px;
        justify-content: flex-end;
    }
}
@keyframes Modal_modalDimmedAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .15;
    }
}
.teamIteamModal-inerBox[_fly-teams-item-modal] {
    position: relative;
    width: 500px;
    height: 600px;
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--color-color0));
    padding: 30px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    z-index: 2;
    transform-origin: center;
    vertical-align: middle;
    white-space: normal;
    overflow-y: auto;
    animation: slideUpView 0.3s ease-out forwards;
}
@media (min-width:1060px) {
    .teamIteamModal-inerBox[_fly-teams-item-modal] {
        border-radius: 20px;
    }
}
.teamIteamModal-head[_fly-teams-item-modal] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.teamIteamModal-title[_fly-teams-item-modal] {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -.3px;
}
.teamIteamModal-closeBtn[_fly-teams-item-modal] {

}
.teamIteamModal-TeamsInfo__img[_fly-teams-item-modal] {
    width: 100%;
    min-height: 250px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}
.teamIteamModal-TeamsInfo__img[_fly-teams-item-modal] img[_fly-teams-item-modal] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamIteamModal-TeamsInfo__infos[_fly-teams-item-modal] {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.teamIteamModal-TeamsInfo__infos__title[_fly-teams-item-modal] {
    
}
.teamIteamModal-TeamsInfo__infos__desc[_fly-teams-item-modal] {
    
}
.teamIteamModal-TeamsInfo__btns[_fly-teams-item-modal] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.teamIteamModal-TeamsInfo__btn[_fly-teams-item-modal] {
    flex: 1;
    padding: 15px 20px;
    border-radius: 100px;
    text-align: center;
    background-color: rgb(var(--color-color00));
    color: rgb(var(--color-white));
}
.teamIteamModal-TeamsInfo__btn[_fly-teams-item-modal].--admin {
    border: 1px solid rgb(var(--color-color1));
    background-color: rgb(var(--color-color0));
    color: rgb(var(--color-color1));
}
.teamIteamModal-00000[_fly-teams-item-modal] {
    
}
.teamIteamModal-00000[_fly-teams-item-modal] {
    
}
.teamIteamModal-00000[_fly-teams-item-modal] {
    
}
.teamIteamModal-00000[_fly-teams-item-modal] {
    
}
.teamIteamModal-00000[_fly-teams-item-modal] {
    
}



































.teamAdd-wraparea[_team-add] {
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 170000;
}
@media (min-width:1060px) {
    .teamAdd-wraparea[_team-add] {
        padding: 50px 20px;
    }
}
.teamAdd-pop_wrap[_team-add] {
    display: flex;
    justify-content: center;
    height: 100%;
}
.teamAdd-popup__box[_team-add] {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    font-family: 'NotoSansKR';
    font-weight: 400;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 50px 0 0 0;
    animation: slideUpFast 0.3s ease-out forwards;
}
@media (min-width: 1060px) {
    .teamAdd-popup__box[_team-add] {
        padding: 50px 0 0 0;
        max-width: 580px;
        margin-top: 0px;
        margin: auto 0;
        border-radius: 10px;
        height: calc(100% - 80px);
    }
}
.teamAdd-pop__close[_team-add] {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--color-color4));
}
.teamAdd-pop__confirm[_team-add] {
    width: 100px;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: rgb(var(--color-color3));
    color: rgb(var(--color-white));
    margin: 0 auto;
    margin-top: 20px;
}
.teamAdd-pop__confirm[_team-add]:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.teamAdd-boxinner[_team-add] {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
}
.teamAdd-pop_title[_team-add] {
    position: absolute;
    top: 15px;
    left: 0;
    right: 15px;
    z-index: 1;

    margin-bottom: 15px;
    padding: 0 20px;
}
.teamAdd-pop_title[_team-add] span {
    font-size: 12px;
    font-weight: 400;
}
.teamAdd-tophead[_team-add] {
    display: flex;
    align-items: center;
    gap: .25rem;
    border-radius: .5rem;
    border: 1px solid rgb(var(--color-color4));
    background-color: rgb(var(--color-color5));
    padding: .5rem;
    margin-bottom: 20px;
}
.teamAdd-topheadico[_team-add] {
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    color: rgb(var(--color-color3));
}
.teamAdd-topheaddesc[_team-add] {
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    color: rgb(var(--color-color3));
}
.teamAdd-topheadmeta[_team-add] {
    font-size: 10px;
    font-weight: 500;
    color: rgb(var(--color-color3));
}
.teamAdd-formsbx[_team-add] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.teamAdd-corver[_team-add] {
    position: relative;
    width: 200px;
    height: 150px;
    aspect-ratio: 4 / 3;
    border: 1px solid rgb(var(--color-border));
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
    font-size: 12px;
    text-align: center;
    color: rgb(var(--color-desc1));
    cursor: pointer;
    overflow: hidden;
}
.teamAdd-preview__image[_team-add] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.teamAdd-preview__image[_team-add] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamAdd-remove__btn[_team-add] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(var(--color-white) / .8);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.teamAdd-formsfield[_team-add] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex: 1 1 0%;
}
.teamAdd-formsfieldLabel[_team-add] {
    font-size: 12px;
    color: rgb(var(--color-desc1));
    line-height: 21px;
}
.teamAdd-formsfieldval[_team-add] {
    width: 100%;
    height: fit-content;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 4px;
}
.teamAdd-formsfieldval[_team-add].--flxbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.teamAdd-formsform[_team-add] {
    /* width: 100%; */
    border: 1px solid rgb(228, 229, 237);
    border-radius: 8px;
    transition: background-color 0.2s, border-color 0.2s;
    display: inline-flex;
    column-gap: 8px;
    flex-direction: row;
    overflow: hidden;
    cursor: text;
    background-color: rgb(255, 255, 255);
    color: rgb(33, 34, 36);
    min-height: 42px;
    font-size: 14px;
    min-width: 64px;
}
.teamAdd-formsform[_team-add].--tmname {
    flex: 1;
}
.teamAdd-formsform[_team-add] input,
.teamAdd-formsform[_team-add] textarea,
.teamAdd-formsform[_team-add] select {
    padding: 10px 12px;
    outline: none;
    flex: 1 1 0%;
    width: 100%;
    background-image: none;
    box-sizing: border-box;
    font-size: inherit;
    border: none;
    font-weight: inherit;
    background-color: transparent;
    text-align: left;
    color: inherit;
    resize: vertical;
    font-style: normal;
    line-height: 1.5; 
    letter-spacing: 0.3px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    max-height: 200px;
}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}
.teamAdd-0000[_team-add] {

}