@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

:root {
    --main-color: #F2F4F8;
    --title-color: #000;
    --title-shadow-color: rgba(0, 0, 0, 0);
    --button-color: #EEEEEE;
}

html{
    font-family: 'Pretendard-Regular', sans-serif;
}

body {
    overflow-x : hidden;
    width : 100% !important;
    margin : 0;
}

body::-webkit-scrollbar{
    display: none;
}

#welcome{
    width : 100vw;
    height : 100vh
}

#background{
    width : 100vw;
    height : 100vh;
    filter : blur(15px);
    display : flex;
    justify-content: center;
    position : absolute;
    top : 0;
    left : 0;
    opacity: 0;
    z-index : -1;
    animation: fillPath 2.5s ease-in-out forwards;
}

#logo{
    width : 50vw;
    height : 50vw;
    align-self: center;
    min-width: 400px;
    min-height: 400px;
}

#button {
    display : flex;
    justify-content: center;
    align-items: center;
    /*background-color: var(--button-color);
    color : black;
    font-size : 16px;   �쒖옉�섍린 踰꾪듉
    border-radius: 10px; */ 
    width : 8%;
    min-width: 100px;
    min-height: 49px;
    height : 5%;
    position: absolute;
    top : 80vh;
    margin : 0 auto;
    position: relative;
    animation: arrow 2s infinite ease-in-out;
    cursor : pointer;
}

.blackArrow{
    display: flex;
}
.whiteArrow{
    display : none;
}

@keyframes show {
    0%{
        opacity: 0;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.showEle {
    animation: show 2s forwards;
}

@keyframes arrow {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0px);
    }
}

#message {
    display  :flex;
    flex-wrap : wrap;
    position : absolute;
    z-index : 1;
    width : 25%;
    min-width: 310px;
    height : 8vw;
    margin-top : calc(50vh - 6%);
    margin-left: 10%;
}

#depict{
    font-size : 1.2vw;
    color : var(--title-color);
    height : 16%;
    margin : 0;
    margin-left : 1.6%;
}

#name {
    display : flex;
    font-size : 5.5vw;
    font-weight: bold;
    align-items: flex-end;
}

#cursor {
    animation: blink 1s step-end infinite;
}

@media all and (max-width:479px){
    #welcome{
        width : 100vw;
        height : 70vh;
    }

    #cursor {
        display: none;
    }

    #logo {
        position : relative;
        left : 1%;
        width : 70vw !important;
        height : 70vw !important;
        min-width: 0px;
        min-height: 0px;
    }

    #background{
        filter: blur(0px);
        opacity: 1 !important;
        height: 55vh;
    }

    #message {
        margin-top : calc(50vh - 20%);
        width : 50%;
        margin-left : 30%;
    }

    .goWiki-wrap{
        top : 54vh !important;
    }

    .goWiki{
        font-family: 'Pretendard', sans-serif;
        width : 30vw !important;
        height : 5.5vh !important;
        font-size: 4.5vw !important;
    }

    #button{
        top : 62vh;
        min-width: 0;
        min-height: 0;
    }

    .Arrow{
        width : 170%;
        height :170%;
    }

    #depict {
        font-size : 3.8vw;
        color : #444444;
        position : absolute;
        transform: translateY(max(4vh, 20px)) translateX(-16%);
        margin-top : max(3vh, 20px);
        height : 65%;
    }

    #name {
        font-size : 10vw;
    }

    .mockup-wrap{
        margin-top : 30vh !important;
        flex-wrap : wrap;
        z-index : 1000;
        position: relative;
        height : 100vh !important;
        z-index : 100;
    }
    .web-mockup{
        display : none !important;
    }
    
    .mobile-mockup{
        display: flex !important;
    }

    .mockup-text{
        width : 100%;
        height : 12%;
        display: flex;
        flex-wrap: wrap;
        font-size : 7.25vw;
        font-weight: bold;
        font-family: 'pretendard Variable';
        
        opacity: 0;
    }

    .mockup-line1{
        width : 100%;
        display: flex;
        justify-content: center;
    }

    .mockup-line2{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mobile-mockup-wrap{
        width : 100%;
        height : 100%;
        display : flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        z-index : 10;
        position: relative;
    }

    .mobile-mockup-show{
        position: relative;
        width : 100%;
        height : 100%;
        overflow-x : hidden;
        z-index : 10;
        padding-top : max(10vh, 25px);
        padding-bottom : max(10vh, 25px)
    }

    .mobile-mockup-list{
        padding-top : 1vh;
        position: relative;
        /*left : -290%;*/
        left : -214%;
        /*left : -65%; */
        width : 455%;
        display : flex;
        justify-content: space-evenly;
        z-index : 100;
        padding-bottom : max(5vh, 25px)
    }

    .banner{
        position: relative;
        z-index : 10;
        width : 70vw;
        filter : drop-shadow(9px 9px 9px rgba(0,0,0,0.5));
    }

    #useful-text{
        height : 10vh !important;
        font-size : 5vw !important;
    }

    #wikilogo{
        height: 136% !important;
    }

    #ready{
        font-size : 6vw !important;
        top : -11vh !important;
    }

    .mobile-wiki-wrap-bottom{
        top : -18vh !important;
    }

    #button-wrap{
        top : -2vh !important;
        width : 100% !important;
    }

    #or {
        width : 100% !important;
        font-size : 3.5vw !important;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #button-flex{
        margin-top: 1vh;
        width : 100% !important;
    }

    footer{
        padding-top : 2.7vh !important;
        font-size : 3vw !important;
    }

    #line1{
        font-weight: 100 !important;
    }

    #line2{
        font-weight: 100 !important;
    }

    #copyright {
        font-weight: 100 !important;
    }

    #service{
        font-size : 7vw !important;
    }
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@keyframes fillPath {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.mobile-mockup{
    display : none;
}

.web-mockup{
    display: flex;
}

.mockup-wrap{
    align-items: center;
    width : 100vw;
    height : 90vh;
    margin-bottom: 10vh;
    margin-top: 5vh;
}

#mockup-explain{
    width : 50%;
    height : 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mockup-explain p{
    position : relative;
    right : 3vw;
    font-family: 'pretendard Variable';
    font-size : 2.6vw;
    font-weight: 600;
    
    opacity: 0;
}

#mockup-explain p b{
    font-weight : bolder;
    font-size : 2.7vw;
}

#mockup-wrap {
    position : relative;
    width: 50%;
    height : 100%;
    display : flex;
    justify-content: space-evenly;
    align-items: center;
    padding-right : 5vw;
}

.mockup {
    width : 20vw;
    z-index : 10;
}

.mockup-1{
    position: relative;
    top : -7%;
    filter : drop-shadow(5px 5px 15px rgba(0,0,0,0.5));
    
    opacity: 0;
}

.mockup-2{
    position: relative;
    top : 7%;
    filter : drop-shadow(5px 5px 15px rgba(0,0,0,0.5));
    opacity: 0;
}

.white {
    display : flex;
}

.black {
    display : none;
}

#useful{
    position: relative;
    width : 100vw;
    height : 40vh;
    overflow : hidden;
    z-index : 1;
}

#useful-bg{
    position: relative;
    width : 100vw;
    height : 40vh;
    z-index : 1;
}

#top-gr{
    width : 100vw;
    height : 25.5%;
    background: linear-gradient(to bottom, #FFFFFF, #E50077);
}

#mid-gr{
    width : 100vw;
    height : 50.7%;
    background-color: #E50077;
}

#bottom-gr{
    width : 100vw;
    height : 25.5%;
    background: linear-gradient(to top, #FFFFFF, #E50077);
}
#useful-filter{
    position: absolute;
    width: 100vw;
    height : 40vh;
    opacity: 0.9;
    background-color: white;
    top : 0px;
    z-index : 2;
}

#useful-text{
    position: absolute;
    top :15vh;
    width: 100vw;
    height : 10vh;
    display: flex;
    z-index : 3;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
    flex-wrap : wrap;
    opacity: 0;
}

#useful-text p {
    margin: 0;
    width : 100%;
    display: flex;
    justify-content: center;
}

#last{
    width : 100vw;
    height : 70vh;
    position: relative;
    display : flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#anime-wrap{
    width: 100vw;
    height : 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap : wrap;
    opacity: 0;
}

#wikiLogo-wrap{
    width : 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wikilogo{
    position: relative;
    height: 100%;
}

#ready{
    position: relative;
    top : -10vh;
    width : 100%;
    height : 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight : bold;
    font-size : 2.5vw;
    font-family: 'Pretendard-Regular', sans-serif;
}

.goWiki-wrap{
    position: relative;
    top : -15vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8%;
}

.goWiki{
    cursor: pointer;
    position: relative;
    width : 9%;
    height :100%;
    border: solid 2px #EE127E;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color : #EE127E;
    font-size : 1.3vw;
    font-weight: bold;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: 0.2s;
}

.goWiki:hover{
    color : #FFFFFF;
    background-color : #EE127E;
    
}

#button-wrap{
    position: relative;
    top : -13vh;
    width : 30%;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#or{
    color : rgba(0,0,0,0.6);
    width : 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: bold;
    font-size : 1vw;
    position: relative;
}

#button-flex {
    width : 100%;
    display: flex;
    justify-content: center;
}

#buttons {
    width : 55%;
    margin-top: 1vh;
    display: flex;
    justify-content: space-between;
}

.button {
    cursor: pointer;
    width : 48%;
}

footer{
    position: relative;
    padding-top : 1.5vw;
    padding-bottom : 1.5vw;;
    padding-left: 3vw;
    height : calc(17vh - 2vw);
    width: 100vw;
    background-color: #DEDEDE;
    font-weight: bold;
    font-size : 1vw;
}

#line1, #line2, #copyright {
    font-weight: 400;
}

#service{
    font-size : 2vw;
    margin-bottom : 0.5vh;
}

hr {
    height: 0.2vh;
    background-color: black;
    width : calc(100% - 5vw);
    position : relative;
    left : -2.5vw;
    border: none;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #101318;
    }
    #message {
        color : white;
    }
    #depict {
        color : white;
    }
    .wiki, #cursor{
        filter: drop-shadow(0px 0px 2px white);
    }
    .blackArrow{
        display: none;
    }
    .whiteArrow{
        display : flex;
    }
    .white{
        display : none;
    }

    .black{
        display : flex;
    }

    #mockup-explain {
        color : white;
    }

    #useful-filter{
        background-color: #101318;
    }
    #top-gr{
        width : 100vw;
        height : 25.5%;
        background: linear-gradient(to bottom, #101318, #FFF);
    }
    
    #mid-gr{
        width : 100vw;
        height : 50.7%;
        background-color: #FFF;
    }
    
    #bottom-gr{
        width : 100vw;
        height : 25.5%;
        background: linear-gradient(to top, #101318, #FFF);
    }
    #useful-text{
        color : white;
    }

    #ready{
        color : white;
    }

    #or{
        color : rgba(255,255,255,0.6)
    }

    footer{
        background-color: #343942;
        color : white
    }

    .mockup{
        filter : drop-shadow(5px 5px 10px rgba(255,255,255,0.5));
    }

    hr {
        background-color: white;
    }
    .banner{
        filter : drop-shadow(7px 7px 7px rgba(255,255,255,0.5));
    }

    .mockup-text{
        color : white;
    }
}