@font-face {
    font-family: 'Katuri';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/Katuri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body{
}
body{
    margin: 0;
}
.container{
    height: 100%;
    width: 100%;
}
.container::after{
    width: 100%;
    height: 100%;
    content: "";
    background:linear-gradient(rgb(224, 175, 247), rgb(115, 65, 201));
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.9;
}
.about_me{
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid white;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(255 255 255 / 63%);
    width: 300px;
    height: 100%;
}
.about_img{

    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about_img img{
    border-radius: 15px;
    height: 100%;
    width: 100%;
}
.menu h2{
    font-size: 3rem;
    margin: 20px;
    font-family: 'Katuri';
    color: beige;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.about_select{
    width: 300px;
    margin: 0 auto;
}
.desc_box1{
    margin-bottom: 20px;
    color: aliceblue;
    list-style: none;
    display: flex;
}
.desc_box1 li{
    text-align: center;
}
.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;
}



.property_box {
    font-family: 'Katuri';
    position: absolute;
    text-align: center;
}

.property_box:nth-child(1){
    top: 30%;
    left: 15%;
}

.property_box:nth-child(2){
    top: 30%;
    right: 15%;
}


.property_box .poster {
    position: relative;
    width: 150px;
    border: 1px solid white;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgb(255 255 255 / 63%);
}


/* 메뉴바 */
@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);
}