@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    display: block;
    text-decoration: none;
    color: inherit;
}

ul li{
    list-style: none;
}

body{
    background-color: #2e2c2cb7;
    color: #fff;

}


header{
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #ccc;
}
header>nav{
    position: absolute;
    top: 90px;
    right: 72px;
    z-index: 3;
    margin-top: 55px;
    margin-bottom: 25px;
}
.gnb{
    display: flex;
    text-align: center;
}


.gnb>li>a{
   width: 130px;
   line-height: 50px;
   font-size: 20px;
   font-weight: bold;
  /* transition-duration: .4s; */
}

.gnb>li:hover>a{
    /* background-color: black; */
    border-bottom: 5px solid #000;
}


.submenu{
    display: none;
    

}


.submenu a{

    line-height: 40px;
    font-size: 13px;
    transition-duration: .4s;
    /* display: inline-block; */
    float: left;
    width: 60px;
    
}

.submenu a:hover{
    background-color: rgb(121, 117, 117);
}
.logo{
    width: 200px;
    height: 100px;
    /* padding: 10px; */
    margin: 20px 44%;
}

.aslider{
    width: 100%;
    height: 680px;
    /* background-color: #635c5c; */
    background-color: cadetblue ;
    margin: 0 auto;
   /*  margin-bottom: 80px; */
   position: relative;
  

}

.slider>a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* html, body {
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }

  .slider {
      width: 80%;
      margin: 50px auto;
  }

  .slick-slide {
    margin: 0px 20px;
  }

  .slick-slide img {
    width: 100%;
    object-fit: cover;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  
  .slick-active {
    opacity: .5;
  }

  .slick-current {
    opacity: 1;

  }
 */



#tab{
    display: flex;
     
    /* margin-bottom: 10px; */
     cursor: pointer;
     margin-top: 50px;
     padding: 20px 44%;
     gap: 10px;
     
}

#tab>li{
   /*  background-color: #ccc; */
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #000;
    border-left: none;
    border-right: none;
    border-top: none;
    
}

#tab>li:hover{
    color: #c90cda;
}
#tab>.active{
   /*  background-color: #fff; */
    color: #c90cda;
    /* border-bottom: none; */
    border: 3px solid #000000;
    border-left: none;
    border-right: none;
    border-top: none;
}

#movies2{
    display: none;
}
#movie-list{
    margin: 0 auto;
    /* margin-bottom: 80px; */

}

.movie-contents{
    width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 65px;
}

.card{
    width: 300px;
    height: 410px;
    background-color: rgb(2, 2, 2);
    border-radius: 10px; 
    overflow: hidden; 
     position: relative;
     
}

.card2{
    width: 300px;
    height: 410px;
    background-color: rgb(2, 2, 2);
    border-radius: 10px; 
    overflow: hidden; 
     position: relative;
     
}



.card a{
    width: 100%;
    height: 100%;
}
.card .box{
    background-color: rgba(0, 0, 0, 0);
    
}
.card2 .box{
    background-color: rgba(0, 0, 0, 0);
    
}

.card .box{
    position: absolute;
    bottom: -80px;
    left: 25px;
    transition-duration: .4s;
    list-style: none;
}

.card2 .box{
    position: absolute;
    bottom: -80px;
    left: 25px;
    transition-duration: .4s;
    list-style: none;
}

.box>p{
    font-size: 12px;
}
.box>li{
    padding-left: 215px;
    margin: -38px 0;
}


/* .card:hover{
    opacity: 0.5;
} */

.movie-img>a:hover>img{
    opacity: 0.5;
    transform: scale(1.1);
    
}
.card>:hover .box{
    bottom: 30px;
    left: 30px; 
    
}
.card2>:hover .box{
    bottom: 30px;
    left: 30px; 
    
}


.movie-img{
    overflow: hidden;
}


.movie-img>a{
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
}
.movie-img img{
    transition-duration: .4s;
    object-fit: cover;
    object-position: center;
}

.name{
    font-size: 18px;
    display: block;
}



.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/*  */
@media only screen and (max-width:768px){
    .logo{
        width: 160px;
        height: 75px;
        margin-left: 170px;
    }

    nav{
       width: 435px;
       display: none;
    }

    #slide{
       width: 480px;
       height: 400px;
    }

    #tab{
     font-size: 14px;
     width: 900px;
     margin: 0 -15%;
     
    }
   .movie-contents{
        width: 400px;    
        justify-content: space-evenly;    
    }
 
    .card:nth-child(3){
        display: none;
    }
    .card:nth-child(4){
        display: none;
    }
    .card2:nth-child(3){
        display: none;
    }
    .card2:nth-child(4){
        display: none;
    }
    .card{
        width: 120px;
        height: 165px;
    }
    .card2{
        width: 100px;
        height: 135px;
    }



    .box>p{
       font-size: 9px;
       display: none;
    }

    .name{
        font-size: 12px;
    }
    /* .box>li{
        padding-left: 215px;
        margin: -38px 0;
    } */
    .box>li{
        padding-left: 215px;
        margin: -38px 0;
        display: none;
    }
    
  
    .movie-img>a:hover>img{
        opacity: 1;
        transform: scale(1);
       
        
    }
    .card>:hover .box{
        bottom: -70px;
        left: 25px;
        
        
    }
    .card2>:hover .box{
        bottom: -80px;
        left: 25px;
       
        
    }


}










.banner{
    width: 1440px;
    height: 400px;
    background-color: bisque;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.banner>a{
    position: absolute;
}

.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/*  */


#movie-list3{
    margin: 0 auto;
    /* margin-bottom: 180px; */

}

.movie-contents2{
    width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;

}


.s-card{
    border-radius: 10px;
    width: 210px;
    height: 287px;
    margin-bottom: 80px;
    /* background-color: rgb(0, 0, 0); */
    overflow: hidden;
    position: relative;
    
}


.box2{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 210px;
    padding: 6px;
    transition-duration: .4s;
    list-style: none;
    background-color: #030303;
    opacity: 0.8;
    text-align: center;
    /* padding-left: 65px; */
    
}

.box2>p{
    font-size: 14px;
    /* display: inline-block; */
    display: flex;
    color: blueviolet;
    padding: 3px 0;
    text-align: center;
    

    
}

.name2{
    color: #fff;   
}

/* .s-card>p{
    border: 1px solid #000;
    background-color: #333;
} */



@media only screen and (max-width:768px){


    .banner{
        width: 100%;
        height: 110px;

    }

    .movie-contents2{
        width: 400px;
    }

    .s-card{
        width: 120px;
        height: 155px;
    }
    .s-card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .s-card:nth-child(4){
        display: none;
    }
    .s-card:nth-child(5){
        display: none;
    }
    .s-card:nth-child(6){
        display: none;
    }



    .box2>p{
        font-size: 7px;
        /* display: inline-block; */
        display: flex;
        color: blueviolet;
        padding: 3px 0;
        text-align: center;
        
    
        
    }
    
    .name2{
        color: #fff;  
        font-size: 8px; 
    }
}











footer{

    width: 1440px;
    height: 300px;
    background-color: black;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}



/* footer{
    padding: 60px 10%;
    
} */

.flogo{
    padding: 0 25px;
    /* margin-bottom: 20px; */
    width: 200px;
}
.footer-content{
    display: flex;
   /*  justify-content: space-evenly; */
    gap: 30px;
}


.footer-content a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

/* .left{
    flex-basis: 60%;
}

.right{
    flex-basis: 20%;
} */

.left{
    width: 500px;
}

.right{
    width: 100px;
    margin-top: 50px;
}
.col h2{
    font-size: 32px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
.col h3{
    font-size: 26px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.footer-nav{
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin-bottom: 40px;
    width: 400px;

}

.footer-nav a:hover{
    text-decoration: underline;
    font-weight: bold;
}

.footer-nav li:not(:last-child){
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.footer-info{
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);

}

.socials{
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.copyright{
    margin-top: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);

}



.banner img{
    width: 100%;
    height: 100%;
}


@media only screen and (max-width:768px){
    footer{
        width: 100%;



        

    }


    .footer-content{
        display: flex;
       /*  justify-content: space-evenly; */
        gap: 30px;
    }



    .footer-nav{
        width: 320px;
        display: block;
        font-size: 8px;
        gap: 0;
    }

    .footer-nav li:not(:last-child){
        padding-right: 20px;
        border-right: 1px solid #eee;

    }
    .left{
        width: 250px;
    }
    


    .right{
        width: 100px;
        margin-top: 50px;
        display: none;
    }


}






/* 서브페이지 */

.img{
    width: 100%;
    height: 680px;
    background-color: aquamarine;
    margin: 0 auto;
    opacity: 0.4;
    margin-bottom: 280px;
}


.img-inner{
    position: absolute;
    width: 1400px;
    height: 680px;
    background-color: #b42d2d;
    top: 300px;
    left: 250px;
    display: flex;
}

.img-inner>img{
    width: 80%;
    height: 100%;
}

.img-text{
    padding: 60px;
}


#related-photos{
    margin-left: 250px;
}

.photo{
    overflow: hidden;
}
.photo-inner{
    width: 1000px;
    height: 600px;
    background-color: black;
    margin: 10px 0;
    display: flex;
}

#related-video{
    margin-left: 250px;
}

.video-inner{
    margin: 20px 0;
    margin-bottom: 40px;
}

#related-movie>h3{
    padding-left: 265px;
    padding-bottom: 20px;
}
#related-movie{
    margin-left: 20px;
    margin: 20px 0;
}
.movie{
    width: 1440px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;

}
.movie-inner{
    width: 300px;
    height: 410px;
    background-color: black;

}




















/* 서브페이지2 */
#recent2{
    width: 1440px;
    margin: 0 auto;
}

.box{
    width: 1200px;
    height: 50px;
    background-color: #333;
    margin: 0 auto;
    margin-top: 50px;
}

#tab2{
    display: flex;
   /*  padding: 10px 250px; */
    /* margin-bottom: 10px; */
     cursor: pointer;
     justify-content: space-evenly;
     align-items: center;
     padding: 6px 0;
}

#tab2>li{
    /* background-color: #ccc; */
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #ccc
}

#tab2>.active2{
    background-color: #fff;
    color: #333;
    border-bottom: none;
}
.goods-contents{
    display: flex;
    justify-content: space-around;
    /* background-color: #333; */
    margin-top: 50px;
}
.goods-card{
    width: 300px;
    height: 440px;
    text-align: center;
    background-color: #333;
    padding: 30px;
    overflow: hidden;
}


.goods-card img{
    width: 100%;
    height: 100%;
    transition-duration: .4s;

}
.goods-card >a:hover .spot{
    opacity: 0.7;
}
.goods-card >a:hover>img{
    transform: scale(1.05);
}

.goods-card p{
    font-size: 13px;
    padding: 5px 0;
}
.spot{
    background-color: #5b04e7;
    /* border-radius: 15px; */
    padding: 5px;
    display: block;
    width: 280px;
    font-size: 18px;
    margin: 5px -20px;
    border-radius: 15px;  
}



#goods2{
    display: none;
}
#goods3{
    display: none;
}
#goods4{
    display: none;
}
#goods5{
    display: none;
}
#goods6{
    display: none;
}

#goods{
    margin-bottom: 90px;
}

/* 슬라이드 */
.slider {
    width: 80%;
    margin: 50px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}