/* 
    pc : 1280 ~
    pc&tab(가로) : 1024 ~ 1279
    tab(가로) : 768 ~ 1023
    tab(세로)&mob(가로) : 480 ~ 767
    mob : 320 ~ 479 
*/


:root{
    --blue01: #3E4E66;
    --blue02: #5D7599;
    --yellow: #F7F0C6;
    --pink: #E58B8B;
    --black: #333;
    --shadow: rgba(0, 0, 0, .3);

    --full-width: 1280px;
    --gap: 20px;
}



/* 공통 css */
.shadow.type-01{
    filter: drop-shadow(0 1px 2px var(--shadow));
}

.shadow.type-02{
    filter: drop-shadow(0 4px 4px var(--shadow));
}

.shadow.type-03{
    box-shadow: 0 0 20px var(--shadow);
}

.shadow.type-04{
    filter: drop-shadow(2px 2px 4px var(--shadow));
}

.shadow.type-05{
    filter: drop-shadow(-1px 1px 4px var(--shadow));
}


.section-padding{
    padding: 0 32px;
}

.inner-wrapper{
    display: flex;
    max-width: var(--full-width);
    margin: 0 auto;
    align-items: center;
    column-gap: 186px;
}

.text-area, .img-area{
    width: 515px;
}

.img-area.type-01{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.img-area.type-02{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.text-area.type-01{
    text-align: left;
}

.text-area.type-02{
    text-align: right;
}

.title{
    font-size: 60px;
    color: var(--blue01);
    font-family: 'Jua', 'Noto Sans KR', sans-serif;
    line-height: 1.2;
}

.text-area .small-text{
    font-size: 20px;
    color: var(--black);
    font-family: 'Gowun Dodum', 'Noto Sans KR', sans-serif;
    line-height: 1.5;
    margin-top: 10px;
}







body{
    /* font-family: 'Gowun Dodum', 'Noto Sans KR', sans-serif; */
    /* font-family: 'Jua', 'Noto Sans KR', sans-serif; */
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
}

#cover{
    background-color: var(--blue01);
    width: 100%;
}

.cover-inner-wrapper{
    flex-direction: column;
    height: 100vh;
    min-height: 700px;
    display: flex;
    max-width: var(--full-width);
    margin: 0 auto;
}

.link-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    max-width: var(--full-width);
}

.sns-link, .download-link{
    display: flex;
    column-gap: var(--gap);
    align-items: center;
}

.sns-link img{
    width: 40px;
    height: 40px;
}

.sns-link img:nth-child(1){
    width: 34px;
    height: 34px;
}

.download-link img{
    height: 40px;
}

.sns-link img:hover, .download-link img:hover{
    filter: drop-shadow(0 4px 4px var(--shadow));
}

.title-box{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.small-title{
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
}

.small-title>b{
    font-size: 18px;
    font-weight: bold;
}

h1{
    height: 0;
    font-family: 'Jua', 'Noto Sans KR', sans-serif;
    font-size: 100px;
    color: var(--yellow);
    text-align: center;
    margin-top: 30px;
}

.title-logo{
    margin-top: 30px;
}

.title-logo img{
    height: 169px;
}

.scroll-arrow{
    width: 40px;
    height: 120px;
    margin: 0 auto 50px auto;
    animation: float alternate infinite ease-in-out 1s ;
}

.scroll-arrow img{
    width: 40px;
    height: 120px;
}


@keyframes float {
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-15px);
    }
}




#intro{
    background-color: var(--blue01);
    width: 100%;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
}

.yellow-box{
    background-color: var(--yellow);
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
}

.inner-wrapper.intro{
    flex-direction: row-reverse;
}

.screen-carousel-container{
    position: relative;
    display: flex;
    align-items: center;
}

.iphone-mockup-img{
    right: 0;
    z-index: 10;
}

.iphone-mockup-img img{
    width: 296px;
    height: 600px;
}

.screen-carousel-contents{
    position: absolute;
    width: 264px;
    height: 570px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.screen-carousel-contents li, .screen-contents li{
    position: absolute;
}

.screen-carousel-contents img, .screen-contents img{
    width: 264px;
    height: 570px;
}

.screen-contents{
    position: absolute;
    width: 264px;
    height: 570px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}





#search{
    background-color: #fff;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
}

.screen-wrapper{
    position: relative;
    width: 326px;
}

.search-screen img{
    width: 326px;
    height: 600px;
}

.tag-carousel-frame{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    overflow: hidden;
}

.tag-carousel-contents{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--blue01);
    font-size: 44px;
    font-weight: bold;
}

.tag-carousel-contents li{
    line-height: 50px;
}




#achievement{
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 800px;
}

.inner-wrapper.achievement{
    flex-direction: row-reverse;
}

.bar-graph{
    height: 400px;
    display: flex;
    align-items: flex-end;
    column-gap: var(--gap);
    border-bottom: 3px solid var(--blue01);
    box-sizing: border-box;
}

.bar{
    display: flex;
    align-items: flex-end;
    width: 83px;
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 0 8px var(--shadow);
    background-color: var(--pink);
    overflow: hidden;
}

.bar div{
    width: 100%;
    background-color: var(--blue01);
}


.bar.one{
    height: 100px;
}

.bar.one div{
    height: 60%;
}

.bar.two{
    height: 150px;
}

.bar.two div{
    height: 100%;
}

.bar.three{
    height: 300px;
}

.bar.three div{
    height: 50%;
}

.bar.four{
    height: 250px;
}

.bar.four div{
    height: 60%;
}

.bar.five{
    height: 400px;
}

.bar.five div{
    height: 70%;
}




#character{
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 800px;
}

.characters{
    position: absolute;
    display: flex;
    column-gap: 27px;
    top: 104px;
    left: 27px;
    z-index: 10;
}

.characters img{    
    width: 73px;
    height: 77px;
}

.character-screen img{
    width: 326px;
    height: 600px;
}



#goal{
    background-color: #fff;
}


.highlight-area{
    background-color: var(--blue01);
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 70px;
}

.highlight-area .title{
    color: var(--yellow);
}

.decoration-circle{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.decoration-circle div{
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.decoration-circle div:nth-child(2){
    width: 20px;
    height: 20px;
}

.inner-wrapper.goal{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 80px;
    height: 100vh;
    min-height: 1000px;
    column-gap: 0;
}

.inner-wrapper.goal .text-area{
    width: 100%;
}

.inner-wrapper.goal .title, .highlight-area .title{
    text-align: center;
}

.highlight-area .title br{
    display: none;
}

.inner-wrapper.goal .img-area{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.goal-screen p{
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
}

.goal-screen figure{
    margin-top: 20px;
}

.goal-screen img{
    width: 400px;
}

.rewards figure{
    position: absolute;
    width: 158px;
    height: 150px;
}

.reward-char{
    width: 158px;
    height: 150px;
}

.reward-one{
    top: -10px;
    right: -160px;
    transform: scaleX(-1);
}

.reward-two{
    top: 200px;
    left: -160px;
}

.reward-three{
    bottom: 10px;
    right: -160px;
    transform: scaleX(-1);
}





footer{
    position: relative;
    width: 100%;
    height: 600px;
    background-color: var(--blue01);
}

.footer-inner-wrapper{
    max-width: 804px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
}

.footer-yellow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: var(--yellow);
}

.footer-logo img{
    width: 220px;
}

.contact-info{
    margin-top: 40px;
    font-family: 'Gowun Dodum', 'Noto Sans KR', sans-serif;
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 20px;
}

.sns-link-btn{
    display: flex;
    column-gap: var(--gap);
    align-items: center;
}

.sns-link-btn .sns-icon{
    width: 50px;
    height: 50px;
}

.sns-link-btn .sns-icon.insta{
    width: 44px;
    height: 44px;
}

.download-app-btn{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
}

.download-app-btn img{
    width: 184px;
}


.sns-link-btn img:hover, .download-app-btn img:hover{
    filter: drop-shadow(0 4px 4px var(--shadow));
}








.hide{
    display: none;
}

.opacity-zero{
    opacity: 0;
}

.to-bottom{
    transform: translateY(30px);
}




@media screen and (max-width: 1279px){
    .inner-wrapper{
        column-gap: 100px;
    }

    .text-area, .img-area{
        width: 430px;
    }

    .bar{
        width: 70px;
    }

    .reward-one{
        right: -200px;
    }
    
    .reward-two{
        left: -200px;
    }
    
    .reward-three{
        right: -200px;
    }
}

@media screen and (max-width: 1023px) {
    #intro, #search, #achievement, #character{
        min-height: 1000px;
    }

    .yellow-box{
        height: 900px;
    }

    .inner-wrapper, .inner-wrapper.intro, .inner-wrapper.achievement{
        flex-direction: column;
        row-gap: 50px;
        column-gap: 0;
    }

    .text-area, .img-area{
        width: 704px;
    }

    .img-area.type-01, .img-area.type-02{
        justify-content: center;
    }

    .text-area.type-01, .text-area.type-02{
        text-align: center;
    }

    .iphone-mockup-img img{
        width: 246px;
        height: 500px;
    }

    .screen-carousel-contents, .screen-carousel-contents, .screen-carousel-contents img, .screen-contents, .screen-contents img{
        width: 220px;
        height: 476px;
    }

    .screen-wrapper{
        width: 272px;
    }

    .search-screen img, .character-screen img{
        width: 272px;
        height: 500px;
    }

    .tag-carousel-frame{
        height: 42px;
    }

    .tag-carousel-contents{
        font-size: 36px;
    }

    .tag-carousel-contents li{
        line-height: 42px;
    }

    .bar{
        width: 83px;
    }

    #intro .title br, #achievement .title br, #character .title br{
        display: none;
    }

    .characters{
        column-gap: 19px;
        top: 87px;
        left: 23px;
    }

    .characters img{    
        width: 64px;
        height: 64px;
    }

    .goal-screen img{
        width: 350px;
    }

    .rewards figure, .reward-char{
        width: 135px;
        height: 130px;
    }

    .reward-one{
        top: 0;
        right: 0;
    }
    
    .reward-two{
        top: 190px;
        left: 0;
    }
    
    .reward-three{
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .download-btn.google{
        content: url("../img/googleplay-s.png");
    }

    .download-btn.apple{
        content: url("../img/appstore-s.png");
    }

    .download-link img{
        width: 48px;
        height: 44px;
    }

    h1{
        font-size: 80px;
    }

    .small-title{
        font-size: 16px;
    }
    
    .small-title>b{
        font-size: 20px;
    }
    
    .title-logo img{
        height: 130px;
    }

    .scroll-arrow, .scroll-arrow img{
        width: 30px;
        height: 100px;
    }

    #intro, #search, #achievement, #character, .inner-wrapper.goal{
        min-height: 1000px;
    }

    .inner-wrapper, .inner-wrapper.intro, .inner-wrapper.achievement{
        row-gap: 50px;
    }

    .yellow-box{
        height: 700px;
    }

    .text-area, .img-area{
        width: 416px;
    }

    .title{
        font-size: 40px;
    }

    .text-area .small-text{
        font-size: 16px;
    }

    .iphone-mockup-img img{
        width: 197px;
        height: 400px;
    }
    
    .screen-carousel-frame{
        width: 175px;
        transform: translateX(10px);
    }

    .screen-carousel-contents, .screen-carousel-contents, .screen-carousel-contents img, .screen-contents, .screen-contents img{
        width: 175px;
        height: 378px;
    }

    .screen-wrapper{
        width: 218px;
    }

    .search-screen img, .character-screen img{
        width: 218px;
        height: 400px;
    }

    .tag-carousel-frame{
        height: 36px;
    }

    .tag-carousel-contents{
        font-size: 30px;
    }

    .tag-carousel-contents li{
        line-height: 36px;
    }

    .bar{
        width: 60px;
    }

    .characters{
        column-gap: 16px;
        top: 69px;
        left: 18px;
    }

    .characters img{    
        width: 50px;
        height: 52px;
    }

    .highlight-area .title{
        line-height: 1.4;
    }

    .highlight-area .title br{
        display: block;
    }

    .highlight-area{
        row-gap: 50px;
    }

    .decoration-circle div{
        width: 12px;
        height: 12px;
    }
    
    .decoration-circle div:nth-child(2){
        width: 16px;
        height: 16px;
    }

    .inner-wrapper.goal{
        row-gap: 30px;
    }

    .goal-screen img{
        width: 350px;
    }

    .rewards{
        display: flex;
        column-gap: var(--gap);
    }

    .rewards figure{
        position: relative;
        width: 100px;
        height: 96px;
    }
    
    .reward-char{
        width: 100px;
        height: 96px;
    }

    .reward-one{
        top: auto;
        right: auto;
        transform: scaleX(1);
    }
    
    .reward-two{
        top: auto;
        left: auto;
    }
    
    .reward-three{
        bottom: auto;
        right: auto;
        transform: scaleX(1);
    }

    footer{
        height: 800px;
    }

    .footer-inner-wrapper{
        width: 250px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        row-gap: 40px;
    }

    .contact-info{
        margin-top: 20px;
    }

    .download-app-btn{
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px){
    .section-padding{
        padding: 0 16px;
    }

    .cover-inner-wrapper{
        min-height: 600px;
    }

    .download-link img{
        width: 40px;
        height: 36px;
    }

    h1{
        font-size: 50px;
    }

    .small-title{
        font-size: 14px;
    }
    
    .small-title>b{
        font-size: 18px;
    }

    .scroll-arrow, .scroll-arrow img{
        width: 24px;
        height: 80px;
    }

    #intro, #search, #achievement, #character, .inner-wrapper.goal{
        min-height: 800px;
    }

    .inner-wrapper{
        padding: 0 16px;
    }

    .inner-wrapper, .inner-wrapper.intro, .inner-wrapper.achievement{
        row-gap: 30px;
    }

    .yellow-box{
        height: 600px;
    }

    .text-area, .img-area{
        width: 288px;
    }

    .title{
        font-size: 30px;
    }

    .iphone-mockup-img img{
        width: 172px;
        height: 350px;
    }

    .screen-carousel-frame{
        width: 154px;
    }

    .screen-carousel-contents, .screen-carousel-contents, .screen-carousel-contents img, .screen-contents, .screen-contents img{
        width: 154px;
        height: 332px;
    }

    .screen-wrapper{
        width: 190px;
    }

    .search-screen img, .character-screen img{
        width: 190px;
        height: 350px;
    }

    .tag-carousel-frame{
        height: 30px;
    }

    .tag-carousel-contents{
        font-size: 24px;
    }

    .tag-carousel-contents li{
        line-height: 30px;
    }

    .bar{
        width: 46px;
    }

    .bar-graph{
        column-gap: 10px;
    }

    .characters{
        column-gap: 13px;
        top: 61px;
        left: 16px;
    }

    .characters img{    
        width: 44px;
        height: 44px;
    }

    .highlight-area{
        height: 400px;
    }

    .inner-wrapper.goal{
        row-gap: 20px;
    }

    .goal-screen img{
        width: 288px;
    }

    .goal-screen p{
        font-size: 16px;
    }

    .goal-screen figure{
        margin-top: 12px;
    }

    .rewards figure{
        position: relative;
        width: 80px;
        height: 76px;
    }
    
    .reward-char{
        width: 80px;
        height: 76px;
    }

    footer{
        height: 600px;
    }

    .footer-inner-wrapper{
        width: 180px;
        padding: 0 16px;
    }

    .footer-logo img{
        width: 150px;
    }

    .contact-info{
        row-gap: 6px;
        font-size: 14px;
    }

    .sns-link-btn .sns-icon{
        width: 39px;
        height: 39px;
    }

    .sns-link-btn .sns-icon.insta{
        width: 36px;
        height: 36px;
    }

    .download-app-btn img{
        width: 154px;
    }
    

}