* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

@font-face{
    font-family: 'iropkeBatangM';
    src: url('source/fonts/IropkeBatangM/IropkeBatangM.otf') format('opnetype');
    src: url('source/fonts/IropkeBatangM/IropkeBatangM.woff') format('woff');
}

body{
    font-family: 'iropkeBatangM';
}

#bg_cover {
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
}

#bg_img {
    position: fixed;
    z-index: -2;
    width: 100vmax;
    height: 100vh;
}

#hbg_btn{
    display: none;
}

.hbg_list{
    display: none;
}

.nav_wrap {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    padding: 0.5em 1.5em;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 13211;
    position: fixed;
    scroll-behavior: smooth;
}

.nav_logo{
    margin: auto 0;
}

.nav_logo img {
    width: 15%;
}

.nav_menu {
    display: flex;
    width: 40%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin : 0;
    
}

.menu_list {
    font-family: 'TT Norms';
    color: white;
    display: inline;
    text-align: center;
    font-size: 1em;
    margin: 1em;
    flex-shrink: 0;
}

.menu_list a {
    color: white;
}

.menu_list a:hover {
    color: #E7BC9E;
    text-decoration: none;
    transition: 0.5s;
}

.download_btn {
    font-family: 'TT Norms';
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0.5em 2em;
    margin-left: 1em;
    color: rgb(231, 180, 143);
    background-color: white;
    box-shadow: 0px 0px 8px 1px rgba(252, 222, 227, 0.8);
    border-radius: 0.5em;
    
}

.download_btn:hover {
    color: white;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    background-color: #E7BC9E;
    box-shadow: 0px 0px 8px 1px rgb(255, 255, 255);
}

.moti_banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: 4em;

}

.moti_banner_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.moti_banner_logo img {
    width: 40%;
}


.moti_banner span {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 5vh;
    margin-bottom: 5vh;
    color: rgba(231, 188, 158, 0.9);
    font-family: 'TT Norms';
}

.scroll_down span {
    margin-bottom: 0;
}

.store_badge {
    display: flex;
    margin-top: 4em;
}

.store_badge img{
    width: auto;
    height: 3em;
}

#apple_badge{
    margin-right: 2em;
}

#google_badge{
    filter: grayscale();
    opacity: 0.3;
}

.scroll_down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
}

.scroll_down span {
    font-family: 'TT Norms';
    font-size: 1.5em;
    font-weight: 400;
    color: white;
}


.moti_introduce {
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.moti_introduce span {
    font-family: 'TT Norms';
    font-size: 3em;
    margin-top: 2em;
}

.under_line {
    width: 50vw;
    border: 0.5px solid #E7BC9E;
}

.moti_introduce div {
    font-family: 'iropkeBatangM';
    font-size: 1.2em;
    line-height: 2em;
    margin: 1em 0;
}

.moti_introduce p {
    font-family: 'TT Norms';
    font-size: 1.8em;
    line-height: 3em;
    margin: 1em 0 2em 0;
}

.moti_use {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'TT Norms';
    font-size: 3em;
    margin-top: 2em;
    color: white;
}

.moti_use .under_line {
    margin-top: 20px;
}

.manual_moti {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 48px;
}

.carousel-inner img {
    width: 15%;
}

#moti_carousel {
    margin: 2em 0 3em 0;
}

.carousel-control-next, .carousel-control-prev {
    width: 40%!important;
}

.carousel-control-prev, .carousel-control-next{
    opacity: 1!important;
}

.carousel-control-prev img, .carousel-control-next img{
    width: 200%;
}

.carousel_text {
    font-family: 'iropkeBatangM';
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 2em;
    color: white;
    text-align: center;
}

.carousel_text p {
    font-size: 1em;
}

.carousel_text span {
    font-size: 0.8em;
    color: rgb(155, 155, 155);
}

footer {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30vh;
    padding: 2em 0em;
    display: flex;
    align-items: center;
    color: white;
}

footer a {
    font-family: 'TT Norms';
    margin: 0 1.6em;
    line-height: 0.8em;
    color: white;
    font-variant-ligatures: no-common-ligatures;
}

footer a:hover {
    color: #E7BC9E;
    text-decoration: none;
    transition: 0.5s;
}

.footer_link {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.footer_copyright {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    font-family: 'TT Norms';
}

/* 태블릿 해상도 css */
@media screen and (max-width: 768px){
    .nav_logo img {
        width: 25%;
    }

    .moti_banner_logo img{
        width: 30%;
    }

    .moti_banner span {
        font-size: 1.2em;
    }

    .store_badge {
        margin-top: 2em;
    }

    .store_badge img {
        width: 8em;
        height: 100%;
    }

    #apple_badge{
        margin-right: 1em;
    }

    .under_line {
        width: 70vw;
        border: 0.5px solid #E7BC9E;
    }

    .carousel-inner img { 
        width: 25%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 20%!important;
    }
    
}


/* 모바일 해상도 css */

@media screen and (max-width: 425px) {
    
    #header{
        display: flex!important;
    }

    #hbg_btn{
        display: flex;
        justify-content: flex-end;
        padding: 0.5em;
        margin-right: 0.5em;
        transition: all ease 1s;
    }

    #hbg_btn:active {
        transform: rotate( -720deg );
    }

    #hbg_list_wrap{
        display: block;
        width: 100vw;
        height: auto;
        background-color: rgba(0, 0, 0, 0.9);
        position: fixed;
        top: -10em;
        z-index: 13210;
        transition: all ease-out 0.3s;
    }

    .hbg_list{
        display: flex;
        flex-direction: column;
    }

    .hbg_list li:visited{
        color: #E7BC9E;
        text-decoration: none;   
    }

    .nav_menu {
        display: none;
    }

    .nav_wrap {
        padding: 1em 0 1em 1em;
    }

    .nav_logo img {
        width: 35%;
    }
    .moti_banner{
        padding-top: 2em;   
    }

    .moti_banner_logo img{
        width: 40%;
    }

    .moti_banner span {
        font-size: 1em;
    }

    .store_badge {
        display: flex;
        flex-direction: column;
        margin-top: 2em;
    }

    .store_badge img {
        width: 8em;
        height: auto;
    }

    #apple_badge{
        margin: 0;
    }

    #google_badge{
        margin-top: 1em;
    }

    .moti_introduce span {
        font-size: 1.6em;
    }

    .under_line {
        width: 80vw;
        border: 0.5px solid #E7BC9E;
    }

    .moti_introduce div {
        font-size: 1em;
        line-height: 2em;
        margin: 1em 2em;
        word-break: keep-all;
    }

    .moti_introduce p {
        font-size: 1.4em;
    }

    .moti_use {
        font-size: 1.6em;
    }

    #moti_carousel {
        margin: 1em 0 3em 0;
    }

    .carousel_text {
        font-size: 1em;
        margin: 0 1.2em 1em 1.2em;
        word-break: keep-all;
    }

    
    .carousel-inner img { 
        width: 50%; 
    }

    .carousel-control-prev img, .carousel-control-next img{
        width: 100%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 15%;
    }
    

    footer {
        background-color: rgba(0, 0, 0, 0.8);
        height: 60vh;
        padding: 1em 0em 2em 0em;
        display: flex;
        align-items: center;
        color: white;
    }

    .footer_link {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1em;
    }

    .footer_link a{
        margin-bottom: 2em;
    }

    .footer_copyright{
        font-size: 0.8em;
    }

}