@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@media (max-width: 1023px){}
body {
    height: 100%;
    margin: 0px;
    font-family : pretendard;
    line-height: 1.3;
    color: rgb(42, 42, 39);
}
#share-button {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#share-float {
    visibility: visible;
    transition: visibility 400ms ease 0s;
    transition-duration: 400ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    animation: 400ms cubic-bezier(0.36, 0, 0, 1) 0s 1 normal both running jBcSpD;
    animation-duration: 400ms;
    animation-timing-function: cubic-bezier(0.36, 0, 0, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-name: jBcSpD;
    float: right;
    z-index: 8;
    position: relative;
}
#share-icon{
    width: 44px;
    height: 44px;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(0, 93, 243) 0%, rgb(0, 52, 243) 100%); 
    border-radius: 18px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}
#share-img {
    width: 30px;
    height: 30px;
}
#share-icon:hover {
    background: linear-gradient(rgb(0, 73, 190) 0%, rgb(0, 27, 122) 100%); 
}
#toast {
    display: none;
    position: fixed;
    left: 50%;            
    transform: translateX(-50%); 
    bottom: 22px;
    align-items: center;
    justify-content: center;
    background-color: rgba(55, 119, 246, 0.5);
    color: white;
    width: 600px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    z-index: 99;

}
#toast.show {
    display: flex;
    animation: fade-in 700ms, fade-out 700ms 2000ms;
}
#body-content {
    min-height: calc(100vh - 200px);
}
footer {
    bottom: 0px;
}
#footer-body {
    margin: 0 auto;
    width: 600px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#footer-back {
    width: 100%;
    background-color: rgb(47,47,47);
    margin-bottom: 0px;
    
}
#footer-logo {
    width: 20px;
    margin-right: 10px;
}
.footer-object {
    display: flex;
    align-items: center;    
}
#footer-line {
    background: rgb(141, 141, 141);
    height: 0.5px;
    width: 100%;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    color: white;
}
.footer-txt {
    font-size: 12px;
    color: white;
    margin: 0;
}
@keyframes jBcSpD {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
nav {
    display: flex;
    margin: 0 auto;
    width: 600px;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 400;
    align-items: center;
    position: relative;
    height: 50px;
}
#nav-float {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 2px ;

    width: 100%;
    z-index: 4;
    float: top;
    position: fixed;
    top: 0;
    height: 50px;
}
.nav { 
    color : rgb(189, 189, 189);
    padding: 15px;
}
.nav:hover {
    color : rgb(161, 195, 250);
    font-weight: 600;


}
.nav:active {
    color: rgb(0,93,243);
    font-weight: 600;

}
#nav-margin {
    height: 50px;
}
.line {
    margin-top: 50px;
    margin-bottom: 50px;
    background:rgb(217, 217, 217);
    height:1px;
    border:0;
}
@media (max-width: 767px) {
    #toast {
    width: 360px;
    }
    .nav { 
    padding : 10px
    }
    nav {
    padding-left: 3%;
    width : 360px;
    height: 42px;
    }
    #nav-float {
        height: 42px;
    }
    #nav-margin {
        height: 42px;
    }
    .align{
    margin-left: 1%;
    margin-right: 1%;
    }
    #footer-body {
        width: 360px;
    }

}
@media(min-width : 1024px) {
    nav {
    width: 1080px;
    margin: 0 auto;
    }
    #toast {
    width: 1080px;
    }
    #footer-body {
    width: 1080px;
    }
    #share-icon{
    width: 56px;
    height: 56px;
    border-radius: 24px;
    }
    #share-img {
    width: 36px;
    height: 36px;
    }
}