/* 메뉴판 */
@font-face {
    font-family: 'Ownglyph_corncorn-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2412-1@1.0/Ownglyph_corncorn-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.logo{
    font-family: 'Ownglyph_corncorn-Rg';
    width: 100px;
    position: absolute;
    top: 10px;
    left: 100px;
    text-align: center;
    font-size: 33px;
}
.navbar{
    display: flex;
    
}
.nav_con{
    font-family: 'Ownglyph_corncorn-Rg';
    width: 100%;
    background-color: aliceblue;
    font-size: 20px;
}
.nav_con ul{
    position: absolute;
    right: 0;
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
    list-style-type: none;
}   
.navbar a{
    text-decoration: none;
    color: black;
}
.navbar a:hover{
    color: rgb(100, 100, 100);
}

/*  */

@font-face {
    font-family: 'LeeSeoyun';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/LeeSeoyun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body{
    width: 100%;
    height: 100%;
}
body{
    margin: 0;
}
.container{
    background: url(back_4.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.team_container{
    width: 100%;
    height: 73%;
    position: absolute;
    bottom: 0;
    display: inline-flex;
    justify-content: space-between;
    
}
.mem{
    width: 21%;
    margin: 0 auto;
    padding: 30px 20px;
    border: 1px solid white;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
    height: 43%;
}

.desc_box1 {
    font-family: 'LeeSeoyun';
    margin-bottom: 20px;
    display: flex;
    list-style-type: none;
    text-align: center;
}
/* li의 첫 요소들만 */
.desc_box1 li p:first-child {
    font-size: 15px;
    font-weight: 600;
    
}

.desc_box1 li:not(:last-child) {
    margin-right: 30px;
}

.desc_box1 li p:last-child {
    font-size: 13px;
    margin-top: 5px;
}
.desc_box2 {
    font-family: 'LeeSeoyun';
    text-align: center;
    font-size: 13px;
    padding: 0 25px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.desc_box2 span{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: 1px solid white;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
    padding: 5px;
}
.desc_box2 span:first-child {
    width: 180px;
}
.desc_box2 span:last-child {
    width: 20px;
}
.desc_box2 a{
    color: black;
    font-size: 13px;
}
@font-face {
    font-family: 'Ownglyph_meetme-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_1@1.0/Ownglyph_meetme-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.team_project{
    font-family: 'Ownglyph_meetme-Rg';
    position: absolute;
    left: 43%;
    bottom: 40px;
    text-align: center;
    font-size: 45px;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
}
.team_project a{
    text-decoration: none;
    color: black;
}
.team_project a:hover{
    color: white;
}