.popup_cont_wrap{
    position: fixed;
    z-index: 9999;
}

.character{
    width: 100%;
    height: 100%;
    background: #000;
}

.character .sec01{
    display: flex;
}
.character .sec01 > article{
    position: relative;
    flex: 1;
    /* z-index: 1;  */
}
.character .sec01 > article::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    transition: all 0.8s;
    z-index: 1;
}
.character .sec01 > article.on{
    /* z-index: 2; */
}
.character .sec01 > article.on::after{
    background: rgba(0,0,0,.0);
    z-index: -1;
}

.character .sec01 > article .charImg{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: 12;
}
.character .sec01 > article.on .charImg{
    opacity: 1;
    z-index: 100;
}
.character .sec01 > article.riskerTit .charImg{
    left: auto;
    right: -9.38vw;
    width: 44.48vw;
}
.character .sec01 > article.apostleTit .charImg{
    right: auto;
    left: -13.28vw;
    width: 51.15vw;
}

.character .sec01 > article .circleWr{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(11rem,11.46vw,22rem);
    height: clamp(11rem,11.46vw,22rem);
    transition: all 0.3s;
}
.character .sec01 > article .circleWr::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.character .sec01 > article .circleWr .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255,255,255,.15);
    box-shadow: -7.1px -9.7px 22.7px 4.3px rgba(255, 255, 255, 0.13), inset 0px 1px 1px 0 rgba(255, 253, 228, 0.09);
}

.character .sec01 > article .charBtn{
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(11rem,11.46vw,22rem);
    height: clamp(11rem,11.46vw,22rem);
    transition: all 0.3s;
    z-index: 1000;
}
.character .sec01 > article .charBtn p{
    font-size: clamp(2rem,2.19vw,4.2rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06rem;
    text-align: center;
    transition: all 0.3s;
    background: url(../img/character/more.webp)no-repeat;
    background-size: auto;
    background-position: center bottom -3rem;
}
.character .sec01 > article .charBtn:hover p{
    padding-bottom: 3.5rem;
    background-position: center bottom 0;
}
.character .sec01 > article.on .circleWr,
.character .sec01 > article.on .charBtn{
    opacity: 1;
}


.character .sec02{
    padding: 4.6rem;
    text-align: center;
}
.character .sec02 .tabTit h3{
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: normal;
}
.character .sec02 .tabTit .tabWr{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 28rem;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    box-shadow: inset 0 0.1rem 0.1rem 0 rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(222, 222, 222, 0.09);
    background: #111;
}
.character .sec02 .tabTit .tabWr li{
    padding: 0 2rem;
}
.character .sec02 .tabTit .tabWr li a{
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: -0.015rem;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}
.character .sec02 .tabTit .tabWr li.on a{
    color: var(--txt_color);
}
.character .sec02 .tabTit .tabWr li.on a::after{
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 0.15rem;
    background: var(--txt_color);
}

.character .sec02 article{
    display: none;
    padding: 9.4rem 0;
}
.character .sec02 article.on{
    display: block;
}
.character .sec02 article .characterList{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 2.6rem;
    row-gap: 10rem;
}
.character .sec02 article.allWr .characterList{
    padding-bottom: 5rem;
}
.character .sec02 article.allWr .characterList li{
    cursor: pointer;
}
.character .sec02 article .characterList .txtBx{
    margin-top: 2.4rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: -0.045rem;
    color: rgba(255, 255, 255, 0.8);
}

.character .sec02 .allWr .filter{
    position: sticky;
    bottom: 5rem;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(222, 222, 222, 0.09);
    background: #242424;
}
.character .sec02 .allWr .filter .filterTop{
    /* height: clamp(5rem, 3.49vw, 6.7rem); */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.character .sec02 .allWr .filter .filterTop .btnWr{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.character .sec02 .allWr .filter .filterTop .filterBtn{
    display: inline-block;
    width: 10rem;
    height: 4.6rem;
    background: url(../img/character/filter_off.webp)no-repeat center/contain;
}
.character .sec02 .allWr .filter.active .filterTop .filterBtn{
    background: url(../img/character/filter_on.webp)no-repeat center/contain;
}
.character .sec02 .allWr .filter .filterTop .reset{
    display: inline-block;
    width: 4.6rem;
    height: 4.6rem;
    background: url(../img/character/reset.webp)no-repeat center/contain;
}
.character .sec02 .allWr .filter .filterTop .selTag{
    display: flex;
    align-items: center;
    min-width: 3rem;
    height: 4.6rem;
}
.character .sec02 .allWr .filter .filterTop .selTag p{
    margin: 0;
    padding: 0 1.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: rgba(255, 255, 255, .4);
}
.character .sec02 .allWr .filter .filterTop .selTag span{
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: -0.015rem;
    margin-right: 1rem;
    padding: 0.3rem 3rem 0.3rem 1rem;
    border: 1px solid rgba(245, 245, 245, .1);
    border-radius: 2rem;
}
.character .sec02 .allWr .filter .filterTop .selTag span::after,
.character .sec02 .allWr .filter .filterTop .selTag span::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 0.1rem;
    height: 1rem;
    background: #fff;
}
.character .sec02 .allWr .filter .filterTop .selTag span::after{
    transform: translateY(-50%) rotate(45deg);
}
.character .sec02 .allWr .filter .filterTop .selTag span::before{
    transform: translateY(-50%) rotate(-45deg);
}
.character .sec02 .allWr .filter .filterList{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
.character .sec02 .allWr .filter.active .filterList{
    height: auto;
    padding: 2rem 0;
}
.character .sec02 .allWr .filter .filterList .tagWr:nth-child(2){
    margin: 0 1rem;
    padding: 0 1rem;
    border-right: 1px solid rgba(245, 245, 245, .1);
    border-left: 1px solid rgba(245, 245, 245, .1);
}
.character .sec02 .allWr .filter .filterList .tagWr strong{
    display: block;
    padding: 0 1.2rem 1rem;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: -0.02rem;
    color: #fff;
}
.character .sec02 .allWr .filter .filterList .tagWr .tags{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 1rem;
}
.character .sec02 .allWr .filter .filterList .tagWr .tags ul{}
.character .sec02 .allWr .filter .filterList .tagWr .tags ul li{
    cursor: pointer;
    width: fit-content;
    padding: 0.7rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
}
.character .sec02 .allWr .filter .filterList .tagWr .tags ul li.on{
    color: #fff;
    background: rgba(0,0,0,.5);
}