@media screen and (min-width: 768px) {
      /* 이미지 슬라이드 */

    .slide-wrapper{
        width: 100%;
        position: relative;
        height: 700px;
    }

    .mySlides {z-index : 0;}
    .img-slide {vertical-align: middle;}

    /* Slideshow container */
    .slideshow-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: -10;
    }

    .slideshow-container > div {
        position: absolute;
    }

    /* 이미지 슬라이드 Caption text */
    .slide-wrapper{
        width: 100%;
    }
    .slideshow-container{
        width:100%;
        height: 900px;
    }
    .mySlides .text{
        font-family: Iropke, serif;
        color: white;
        font-size: 1.8em;
        padding: 8px 12px;
        position: absolute;
        top: 350px;
        width: 100%;
        font-weight: 300;
        line-height: 200%;
        text-align: center;
        opacity: 1;
    }
    .mySlides{
        background-size: cover;
        background-position: center center;
    }


    .mySlides .text span{
        font-family: Iropke, serif;
        font-weight: 500;
        font-size: 1.2em;
    }

    /* Button text */
    .numbertext{
    position: absolute;
    bottom: 0;
    right:0;
    padding-bottom:30px;
    padding-right: 120px;

    }

    .numbertext li{
    color: white;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: 300;
    letter-spacing: 0.12em;
    font-size: 0.8em;
    opacity: 0.8;
    }

    /* 픽스 버튼 */
    .up{
        width: 30px;
        height: 30px;
        background-size: contain;
        background-image: url('../images/up-rrow.png');
        position: fixed;
        z-index: 20;
        opacity: .8;

        bottom:30px;
        right: 30px;
    }
}

@media (max-width: 1100px) and (min-width:770px) {
     /* 이미지 슬라이드 Caption text */
     .slide-wrapper{
        width: 100%;
    }
    .slideshow-container{
        width:100%;
        height: 900px;
    }
    .mySlides .text{
        font-family: Iropke, serif;
        color: white;
        font-size: 1.8em;
        padding: 8px 12px;
        position: absolute;
        top: 410px;
        width: 100%;
        font-weight: 300;
        line-height: 200%;
        text-align: center;
        opacity: 1;
    }
    .mySlides{
        background-size: cover;
        background-position: center center;
    }


    .mySlides .text span{
        font-family: Iropke, serif;
        font-weight: 500;
        font-size: 1.2em;
    }
}

@media (max-width: 768px) and (min-width:481px) {
    
    #slide-wrapper{
        width: 100%;
        height: 400px;
        margin-top: 68px;
    }


    /* Slideshow container */
    .slideshow-container {
        width: 100%;
        height: 400px;
        position: relative;
        z-index: -10;
    }

    .slideshow-container > div {
        position: absolute;
    }

    
    .mySlides {z-index : 0;}
    .img-slide {vertical-align: middle;}

    
    /* 이미지 슬라이드 Caption text */
    
    .slideshow-container{
        width:100%;
        height: 350px;
    }
    .mySlides .text{
        font-family: Iropke, serif;
        color: white;
        font-size: 1.2em;
        padding: 8px 12px;
        position: absolute;
        top: 115px;
        width: 100%;
        font-weight: 300;
        line-height: 200%;
        text-align: center;
        opacity: 1;
    }
    .mySlides{
        background-size: cover;
        background-position: center center;
    }


    .mySlides .text span{
        font-family: Iropke, serif;
        font-weight: 500;
        font-size: 1.2em;
    }

}


@media (max-width: 480px) and (min-width: 0px) {
    
    #slide-wrapper{
        width: 100%;
        height: 350px;
        margin-top: 68px;
    }

    /* Slideshow container */
    .slideshow-container {
        width: 100%;
        height: 350px;
        position: relative;
        z-index: -10;
    }

    .slideshow-container > div {
        position: absolute;
    }

    
    .mySlides {z-index : 0;}
    .img-slide {vertical-align: middle;}

    
    /* 이미지 슬라이드 Caption text */
    
    .slideshow-container{
        width:100%;
        height: 350px;
    }
    .mySlides .text{
        font-family: Iropke, serif;
        color: white;
        font-size: 1em;
        padding: 8px 12px;
        position: absolute;
        top: 130px;
        width: 100%;
        font-weight: 300;
        line-height: 200%;
        text-align: center;
        opacity: 1;
    }
    .mySlides{
        background-size: cover;
        background-position: center center;
    }


    .mySlides .text span{
        font-family: Iropke, serif;
        font-weight: 500;
        font-size: 1.2em;
    }

}