@charset "UTF-8";
:root{
    --main-theme-color:#FFF;
}
*{
    box-sizing:border-box;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    outline:none;
}
body{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    margin:0;
    padding:0;
    /* min-height: 100%; */
}
html{
    margin:0;
    padding:0;
    background: #FFF;
    font-family: 'Noto Sans KR','Roboto', sans-serif;
    font-size:16px;
}
input{-webkit-appearance:none;}
h1,h2,h3,h4,h5{
    font-family: 'Noto Sans KR','Roboto', sans-serif;
    font-weight:600;
    margin:0;
}
p{margin:0;line-height: 1.5;}
a{color:inherit;text-decoration:none;}
img{pointer-events: none;}
ul,li{
    padding:0;
    margin:0;
    list-style:none;
    display: inline-block;
}
.hide{display:none;}
.ani-in-left{
    animation:ani-in-left 500ms ease-out;
    animation-fill-mode: both;
}
@keyframes ani-in-left{
    from{
        opacity:0;
        transform:translate(30px,0)
    }
    to{
        opacity:1;
        transform:translate(0,0)
    }
}
.ani-in-right{
    animation:ani-in-right 500ms ease-out;
    animation-fill-mode: both;
}
.ani-in-up{
    animation:ani-in-up 500ms ease-out;
    animation-fill-mode: both;
}
@keyframes ani-in-right{
    from{
        opacity:0;
        transform:translate(-30px,0)
    }
    to{
        opacity:1;
        transform:translate(0,0)
    }
}
@keyframes ani-in-down{
    from{
        opacity:0;
        transform:translate(0,-30px)
    }
    to{
        opacity:1;
        transform:translate(0,0)
    }
}
section{
    width: 100%;
    /* height: 100vh; */
    min-height: 930px;
    display: inline-block;
}
section:nth-of-type(1){
    background:url(../img/bg1-1.png) no-repeat;
    background-size: auto 100%;
    background-position: top right;
}
section:nth-of-type(2){
    background:url(../img/bg2-1.png) no-repeat;
    background-size: auto 100%;
    /* background-size: 100%; */
    background-position: center left;
    padding-top: 50px;
}
section:nth-of-type(3){
}
section:nth-of-type(4){
}
section>.inner{
    max-width: 1200px;
    margin:0 auto;
    /* height: 100%; */
    position: relative;
}
section>.inner>.guide{
    position: relative;
    top: 48px;
}
div.logo{
    width: 120px;
    position: absolute;
    top:20px;
    left: 20px;
    z-index: 5;
}
.logo>img{
    width: 120px;
}
.title{
    font-size: 32px;
    color: #FFF;
    text-shadow: 0 2px 5px rgba(98, 57, 57, 0.7);
    position: a;
    right: 0;
    /* top: 30px; */
    padding: 30px;
    padding-top: 15px;
}
.title.left{
    padding-left:150px;
    padding-top: 30px;
    padding-bottom: 0px;
}
.right{text-align: right;padding-top: 0;position: absolute;width: 100%;margin-top: -50px;}
.center{text-align: center;}
.title p{font-size: 25px;font-weight: 300;}
.title h4{font-weight: 500;}
.title h5{font-weight: 500;font-size:36px}
.title p>span{font-size: 28px;font-weight: 300;display: block;max-width: 600px;width: 51%;float: right;}
.title p.long>span{width:100%;max-width:initial}
.title p>small{color:#000;text-shadow:none}
.title .top-bar::before{
    content:'';
    display:block;
    width:40px;
    height:8px;
    background:#FFF;
    position:absolute;
    margin-top:-12px;
    margin-left:1px;
    border-radius:10px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.3)
}
.box.title .top-bar::before{
    left:50%;
    margin-left:-20px;
    background: #444;
}
.intro-case{
    position: absolute;
    top: 220px;
}
.case{
    position:absolute;
    z-index:1;
    left: 15px;
    /* top: 220px; */
    width: 300px;
    height: 633px;
    border: 6px solid #313131;
    border-radius: 32px;
    overflow:hidden;
    box-shadow: 1px 5px 16px 0 rgba(0,0,0,0.6);
    animation-duration: 600ms;
    animation-delay: 400ms;
    background:#FFF;
}
.case::before{
    content:'';
    top:-10px;
    position:absolute;
    left:50%;
    margin-left: -75px;
    width: 150px;
    height: 28px;
    background:#313131;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.case>img{width:100%;}
.case.white{border-color:#FAFAFA;}
.case.white::before{background:#FAFAFA;}
.case2{
    z-index:2;
    top: 80px;
    left: 260px;
    animation-delay: 1000ms;
}
.download-area{
    position: absolute;
    z-index: 10;
    top: 410px;
    right: 0px;
    width: calc(100% - 560px);
    height:100px;
    text-align:center;
    animation:ani-in-down 800ms ease-out;
    animation-fill-mode: both;
    animation-delay:500ms;
}
.download-area>p{
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* margin-top: 5px; */
}
.download-area>p .btn-store>span{
    display:inline-block;
    width: 142px;
    height: 52px;
    background-image:url(../img/btn-store.png);
    background-size: 152px;
    background-position:-5px 0;
    cursor:pointer;
}
.download-area>p .btn-store.apple>span{
    background-position: -5px -48px;
}
.qrcode{
    border-radius:30px;
    box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);
    margin-top: 10px;
}
.btn-download{
    display:inline-block;
    border: 1px solid #312121;
    height: 90px;
    font-size: 22px;
    color: #FFF;
    background: #2f2d2d;
    border-radius: 16px;
    box-shadow: 2px 5px 8px 0 rgba(0,0,0,0.5);
    text-align: center;
    padding: 15px 110px 15px 90px;
    position:relative;
    cursor: pointer;
    font-weight:300;
    font-family: roboto;
    font-weight: 400;
    margin-top: 30px;
    width: 400px;
    transition: transform 150ms;
}
.btn-download:hover{
    transform: translateY(2px);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
}
.btn-download span{
    font-weight: 200;
    font-size: 18px;
    font-size: 0.8em;
}
.btn-download small{
    font-size: 10px;
    position: absolute;
    right: 22px;
    bottom: 15px;
}
.btn-download::before{
    content:'\f17a';
    color: #f99588;
    position:absolute;
    left: 30px;
    top: 15px;
    font-family:'font awesome 5 brands';
    font-size: 41px;
    /* padding-right: 18px; */
    height: 60px;
    line-height: 60px;
}
.btn-download.mac::before{
    content:'\f179';
}

.btn-download::after{
    content:'\f381';
    opacity: 0.5;
    position:absolute;
    right: 20px;
    top: 0px;
    font-family:'font awesome 5 free';
    font-weight:900;
    font-size: 36px;
    border-left: 1px solid #605b5b;
    padding-left: 18px;
    height: 100%;
    line-height: 80px;
    color: #f88b8a;
}
.btn-download.android,
.btn-download.apple{
    position: fixed;
    z-index: 15;
    left: 50%;
    margin-left: -160px;
    bottom: 115px;
}
.btn-download.android::before{
    content:'\f17b';
}
.btn-download.android::after{
    content:'\f3ab';
    opacity: 0.5;
    position:absolute;
    right: 20px;
    top: 0px;
    font-family:'font awesome 5 brands';
    font-weight:900;
    font-size: 36px;
    border-left: 1px solid #605b5b;
    padding-left: 18px;
    height: 100%;
    line-height: 80px;
    color: #f88b8a;
}
.btn-download.apple::before{
    content:'\f179';
}
.btn-download.apple::after{
    content:'\f36f';
    content:'\f36f';
    opacity: 0.5;
    position:absolute;
    right: 20px;
    top: 0px;
    font-family:'font awesome 5 brands';
    font-weight:900;
    font-size: 36px;
    border-left: 1px solid #605b5b;
    padding-left: 18px;
    height: 100%;
    line-height: 80px;
    color: #f88b8a;
}
.movie{
    position: absolute;
    right: 30px;
    width: 360px;
    top: 170px;
    animation:ani-in-up 800ms ease-out;
    animation-fill-mode: both;
    animation-delay: 500ms;
    z-index: 1;
}
.movie > .case{
    width: 330px;
    height: 690px;
    border-width: 9px;
    border-radius: 36px;
    box-shadow: 0px 5px 9px 0 rgba(0,0,0,0.5);
    /* border-color: #515151; */
}
.movie > .case::before{
    width: 170px;
    margin-left: -85px;
    height: 30px;
    /* background: #515151; */
}
.movie > .case video{
    background:#FFF;
    width:100%;
}
@keyframes ani-in-up{
    from{
        opacity:0;
        transform:translate(0,50px)
    }
    to{
        opacity:1;
        transform:translate(0,0)
    }
}
.guide>.case:nth-child(1){
    animation-delay: 300ms;
    left: 10px;
}
.guide>.case:nth-child(2){
    animation-delay: 700ms;
    left: 180px;
    margin-top: 15px;
}
.guide>.case:nth-child(3){
    animation-delay: 1100ms;
    left: 360px;
    margin-top: 30px;
}
.guide>.case:nth-child(4){
    animation-delay: 1500ms;
    left: 540px;
    margin-top: 50px;
}
.case.small{
    width: 246px;
    height: 520px;
    border: 0;
    border-radius:21px;
    box-shadow: 1px 5px 16px 0 rgba(0,0,0,0.5);
}
.case.small::before{
    opacity: 0.4;
    width: 130px;
    margin-left: -70px;
}

.information>.inner{
    background: linear-gradient(#fff,#ffd78e,#ffd78e,#ffd78e, #f57b98, #f57b98, #f57b98);
    /* display: inline-block; */
    height: auto;
    min-height: 800px;
    padding-bottom: 50px;
    width: 100%;
}
.box{
    color: #444;
}
.box>p{
    text-shadow:none;
    /* font-size: 24px; */
}
.inner.footer{
    text-align: right;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.copyright{
    font-weight: 300;
    font-size: 0.7em;
}
.btn-app-download.ios{
    position: fixed;
    display: block;
    bottom: 50px;
    background: #FFF;
    color: #f27389;
    height: 56px;
    text-align: center;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    border-radius: 18px;
    box-shadow: 0 3px 6px 0 rgba(46, 4, 4, 0.3), 0px 0px 1px 0 rgba(98, 9, 9, 0.2) inset;
    font-size: 14px;
    font-weight: 400;
    z-index: 10;
    padding-left: 45px;
    padding-right: 19px;
    animation: ani-in-up 500ms ease-out;
    animation-fill-mode: both;
    animation-delay: 600ms;
}
.btn-app-download.ios>img{
    position: absolute;
    top: -1px;
    left: -2px;
    width: 60px;
    opacity: 0.8;
}
.btn-app-download.ios>p{
    line-height: 54px;
    background: #fff;
    position: relative;
    z-index: 5;
    text-align: left;
    padding-left: 17px;
    top: 1px;
}

.wrap {
    position: relative;
    /* min-height: 100vh; */
}

.btn-link{
    display:inline-block;
    background:#FFF;
    text-align:center;
    width:30px;
    height:30px;
    line-height:33px;
    border-radius:100%;
    /* border-radius:4px; */
    margin-bottom:5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    margin-left: 2px;
}
.btn-link.facebook{
    color: #1a77f2;
    font-size: 20px;
}
.btn-link.youtube{
    color: #ff0102;
    font-size: 20px;
}

@media (max-width: 1080px){
    .case{
        width: 260px;
        height: 548px;
    }
    .case2{left:210px;}
    .download-area{width: calc(100% - 400px);}
    .movie{right: 0;}
    .movie > .case{
        width: 300px;
        height: 630px;
        right: 0;
        border-radius: 30px;
        border-width: 6px;
    }
    .movie > .case::before{
        width: 150px;
        margin-left: -75px;
        height: 26px;
        border-radius: 12px;
    }
    .case.small{
        width: 200px;
        height: 424px;
    }
    .guide>.case:nth-child(2){
        left: 130px;
        margin-top: 10px;
    }
    .guide>.case:nth-child(3){
        left: 250px;
        margin-top: 20px;
    }
    .guide>.case:nth-child(4){
        left: 390px;
        margin-top: 30px;
    }
}
@media (max-width: 900px){
    .title{top: 0;}
    .information .title{
        padding:5px;
    }
    .title h5{font-weight: 500;font-size:26px}
    .title p>span{font-size: 22px;font-weight: 200;width: 60%;}
    .case{
        width: 216px;
        height: 452px;
        border-width: 6px;
        border-radius: 22px;
    }
    .case::before{
        width:104px;
        height:23px;
        margin-left:-52px;
        border-radius:10px
    }
    .case2{left:180px;}
    .case.small {
        width: 160px;
        height: 340px;
        border-radius: 16px;
    }
    .case.small::before{
        width: 80px;
        margin-left: -40px;
        height: 20px;
    }
    .btn-download{
        font-size: 19px;
        height: 78px;
        width: 320px;
        padding: 15px 80px 15px 60px;
        margin-top: 50px;
    }
    .btn-download::before{
        font-size: 36px;
        top: 8px;
        left: 20px;
    }
    .btn-download::after{
        font-size: 30px;
        line-height: 60px;
    }
    .information>.inner.footer{
        padding-top: 0;
        font-size: 18px;
        min-height: 400px;
    }
    .information>.inner.footer>p{
        position: relative;
        top: -50px;
    }
    .right{
        position:relative;
        margin-top: 0;
    }
    .intro-case {
        top: 290px;
    }
}
@media (max-width: 425px){
    section{
        /* min-height: 1000px; */
    }
    div.logo{
        width: 80px;
    }
    .logo>img{
        width: 80px;
    }
    .title{
        font-size: 22px;
        letter-spacing: -1px;
        padding: 20px 20px 30px;
    }
    .title.left{
        padding-left: 110px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
    .title h1{
        line-height: 34px;
    }
    .title h5{font-weight: 500;font-size: 19px;}
    .title p{
        font-size: 20px;
    }
    .title p>span{
        width:100%;
    }
    .case{
        width: 190px;
        height: 400px;
        border-width: 5px;
        border-radius: 24px;
        left: 20px;
    }
    .case::before{
        width: 96px;
        height:22px;
        margin-left: -48px;
        border-radius:9px;
    }
    .case2{left: 170px;/* right: 20px; */}
    .download-area{display: none;}
    .intro-case{
        position:relative;
        top: 15px;
        width: 100%;
        height: auto;
    }
    .information{
        top: 200px;
        position: relative;
    }
    .information>.inner.footer{
        min-height: 260px;
    }
    .information>.inner.footer>p{
        top: -70px;
    }
    .title .top-bar::before{
        width: 23px;
        height: 5px;
        margin-top: -3px;
    }
    .box.title .top-bar::before{
        margin-left: -13px;
    }
    .information .text-area h3{font-size: 23px;}
    .information .text-area p{font-size: 17px;}
    .movie {
        right: auto;
        left: 0;
        width: 100%;
        text-align: center;
        top: 300px;
    }
    .movie > .case{
        display: inline-block;
        position: static;
    }
    section>.inner>.guide{
        top: -5px;
        width: 100%;
    }
    .case.small{
        width: 26vw;
        height: 55vw;
        border-radius: 12px;
    }
    .guide>.case:nth-child(2) {
        left: 24vw;
        margin-top: 5px;
    }
    .guide>.case:nth-child(3) {
        left: 48vw;
        margin-top: 10px;
    }
    .guide>.case:nth-child(4) {
        left: 72vw;
        margin-top: 15px;
    }
    .wrap{
        height: 1090px;
    }
    .inner.footer{
        padding-top:100px;
    }

}
@media (max-width: 375px){
    .title p {
        font-size: 19px;
    }
    .information .title p {
        font-size: 17px;
    }
    .information .text-area h3{
       font-size: 20px;
       letter-spacing: -2px;
    }
    .information .text-area p{
        letter-spacing:-1px;
        font-size: 16px;
    }
}

.ios-guide{
    width: 90%;
    background: #FFF;
    padding: 50px 20px;
    padding-top: 0px;
    margin: 55px auto;
    max-width: 360px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 10px 20px 5px rgba(0,0,0,0.2);
}
.guide-logo{
    position: relative;
    top: -35px;
    height: 50px;
}
.guide-logo>img{
    position: initial;
}
.ios-guide h2{
    font-weight: 300;
    padding-bottom: 20px;
}
.ios-guide p{
    font-weight: 200;
    padding-bottom: 10px;
}



.link-cafe{
    width: 270px;
    height: 70px;
    background: #FFF;
    display: inline-block;
    text-align: left;
    border-radius: 15px;
    font-size: 17px;
    position:relative;
    padding: 8px;
    padding-left:70px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2),0px -5px 10px 0 rgba(0,0,0,0.1) inset;
    margin-bottom: 50px;
}
.link-cafe:hover{
    transform:translateY(1px);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2),0px -2px 5px 0 rgba(0,0,0,0.1) inset;
}
.link-cafe::after{
    content:'\f35d';
    color: #2cb50a;
    position:absolute;
    top: 20px;
    right: 17px;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.link-cafe>img{
    width: 70px;
    height: 70px;
    position:absolute;
    top:0;left:0;
}
.link-cafe>span,.link-cafe>strong{display:block;}
.link-cafe>strong{font-weight:500}

.platform{
    display:none;
    text-align:center;
    color:#FFF;
}
@media (max-width: 500px){
    .platform{display:block;}
}
@media (min-width: 1200px){
    section:nth-of-type(1){
        background-size: 100% 100%;
        background-position: top right;
    }
}
.platform li{/*     border:1px solid #AAA; */background:#FFF;padding: 10px 0;width: 66px;font-size:12px;margin: 10px 0px;border-radius:11px;box-shadow:1px 1px 3px 0 rgba(0,0,0,0.2);color:#111;}
.platform li i{
    font-size: 33px;
}


.pop{
    z-index: 1000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.pop>.inner{
    background:#FFF;
    position: absolute;
    text-align: center;
    top: 60px;
    padding: 25px 5px;
    left: 50%;
    width: 96%;
    transform: translate(-50%, 0);
    max-width: 500px;
    border-radius: 10px;
    line-height: 1.2;
}
