@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Roboto:wght@100;300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

*{margin: 0;padding: 0;}
html, body{font-size: 0.95vw; color: #333; font-family: 'Noto Sans KR', sans-serif;
font-family: 'Roboto', sans-serif;}
h1,h2,h3,h4,h5,h6{font-size: 100%;}
ol,ul{list-style: none;}
a{text-decoration: none; color: inherit;}
img,video{vertical-align: bottom;width: 100%;}
address{font-style: normal;}
table{border-collapse: collapse;}
button{background: transparent; border: none;}
.serif{font-family: 'Cormorant Garamond', serif;}

wrap{max-width: 100%;background: transparent;}

#geleum_wrap{
    width: 100%;
    height: 100vh;
    background: transparent;
}
#geleum_wrap .imgbox{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: transparent;
}

.imgbox::-webkit-scrollbar{
    background: rgba(96, 95, 55, 0.30);
    width: 15px;}
.imgbox::-webkit-scrollbar-thumb{
    background-color: #605f37;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;}

















