@import url(../../css/font.css);
@import url(../../css/init.css);
@import url(../../css/vars.css);
@import url(../../css/srgntopbar.css);
@import url(../../css/srgnmenu.css);
@import url(../../css/srgnfooter.css);
@import url(../../css/pageheader.css);

.headerarea{
    background-image: url(../../image/cbgrd.png);
}

.alltheteam{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
    padding: 0 2rem;
}

.theteamitem{
    flex-basis: 300px;
    height: auto;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.theteamitem img{
    width: 100%;
    z-index: 10;
}

.theteamitem .theteamname{
    width: 100%;
    font-family: 'Fahkwang-Medium', 'Courier New', Courier, monospace;
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: 0.05rem;
    color: rgb(48, 47, 47);
    z-index: 99;
}

.theteamitem .theteamrole{
    width: 100%;
    font-family: 'Fahkwang-Medium', 'Courier New', Courier, monospace;
	font-size: 0.9rem;
	line-height: 1.1rem;
	letter-spacing: 0.03rem;
    text-align: left;
    color: rgb(77, 77, 77);
    z-index: 99;
}

.theteamitem{
    background-image: url('../image/bgrd.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}