/* latin */
@font-face {
    font-family: 'Squada One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/squadaone/v18/BCasqZ8XsOrx4mcOk6Mtaac2WQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#herosPage .heros .list ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
#herosPage .heros .list li{
    width: calc((100%)/3);
    padding:8px;
    box-sizing: border-box;
}
#herosPage .heros .list .box{
    background-color: #fff;
    box-shadow:0 0 10px rgba(0, 63, 238, 0.1);    
}
#herosPage .heros .list .txtBox{
    width: 100%;
    padding:15px;
    box-sizing: border-box;
}
#herosPage .heros .list .nameTitle{
    min-height: 25px;
    color:#1250D6;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: left;
}
#herosPage .heros .list .nameBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
#herosPage .heros .list .img{
    width: 100%;
    aspect-ratio: 312/380;
}
#herosPage .heros .list .name{
    color:#07103C;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}
#herosPage .heros .list .num{
    font-family: 'Squada One';
    font-size: 40px;
    font-weight: bold;
    background-image: url('../images/num-bg.webp'); 
    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
#herosPage .heros .list .position{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #A0A0A0;
}
#herosPage .heros .list .state{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: left;
    color:#07103C;
}
#herosPage main section .btnList li p{
    line-height: 20px;
    margin-bottom: 5px;
}
#herosPage main section .btnList li:nth-child(4) p{
    border-right: 2px solid #E5E5EC;
}
@media (max-width:767px) {
    #herosPage .heros .list .nameTitle{
        min-height: 14px ;
    }
    #herosPage .heros .list .name{
        font-size: 22px;
        line-height: 30px;
    }
    #herosPage .heros .list .nameBox{
        margin-bottom: 3px;
    }
    #herosPage .heros .list .img,
    #herosPage .heros .list .txtBox
    {
        width: 50%;
    }
    #herosPage main section .btnList {
        margin-bottom: 0px;
    }
    #herosPage .heros .list ul{
        display: block;
    }
    #herosPage .heros .list li{
        width: 100%;
        padding:0;
        border-bottom: 1px #E5E5EC solid;
    }
    #herosPage .heros .list .box {
        aspect-ratio:unset;
        display: flex;
        box-shadow:unset;
    }
}
@media (max-width:374px) {
    #herosPage main section .btnList li {
        font-size: 18px;
    }
    #herosPage .heros .list .name {
        font-size: 28px;
    }
    #herosPage .heros .list .num {
        font-size: 36px;
    }
    #herosPage .heros .list .state {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 359px) {
    #herosPage .heros .list .name {
        font-size: 24px;
    }
    #herosPage .heros .list .txtBox {
        padding: 10px;
    }
}
#herosPage .heros .list ul .empty{
    width: 100%;
    min-height: 592px;
    margin-top: 30px;
    padding: 0;
}
#herosPage .heros .list ul .empty .txt{
    text-align: center;
    margin-bottom: 15px;
}
#herosPage .heros .list .empty .img{
    width: 280px;
    margin: 0 auto;
    aspect-ratio: unset
}