/* 메뉴판 */
@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: 'BagelFatOne-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_JAMO@1.0/BagelFatOne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@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_2.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.secon{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 21%;
}
.secon_intro{
    font-family: 'BagelFatOne-Regular';
    position: absolute;
    left: 40px;
    border: 1px solid black;
    border-radius: 20px;
    font-size: 45px;
}
.secon_con{
    font-family: 'LeeSeoyun';
    width: 900px;
    position: absolute;
    top: 65px;
    left: 40px;
}
.secon_img{
    background: url(secon.jpg);
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 65px;
    width: 300px;
    height: 400px;
}