@charset "UTF-8";
@media (max-width:768px) {

/* -----움직이는로고----- */
  header .logo {
    width:80px;
    margin-top:-75px;
  }
/* -------시리즈소개 title------ */
  #top {
    height:1800px;
  }
  .top_title {
    width:90%;
    height:330px;
  }
  .top_title .buzz1 {
    display:none;
  }
  .top_title .woody1 {
    display:none;
  }
  .top_title h1 {
    left:70px;
    width:70%;
    font-size:30px;
    text-align: center;
  }
  .top_title .logobtn{
    right:5px;
    width:100%;
  }
  .top_title .logobtn button {
    width:90px;
    height:90px;
  }
/* -------시리즈소개 box------ */
  .top_box_1 {
    flex-direction: column;
    width:100%;
    height:700px;
  }
  .top_box_1text {
    display:flex;
    flex-direction: column;
    align-items: center;
    width:90%;
    text-align: center;
  }
  .top_box_1title h2 {
    font-size:30px;
  }
  .top_box_1text p {
    line-height:30px;
    font-size:18px;
  }
  .top_box_2 {
    width:100%;
  }
  .top_box_2 p {
    font-size:16px;
  }
/* ------poster------ */
  #middle {
    height:1400px;
  }
  h1 {
    font-size:30px;
  }
  .middle_box {
    width:100%;
  }
  .gellertlist>ul {
    flex-direction: column;
  }
  .gellertlist>ul li {
    width:200px;
  }
  .poster_img {
    height:280px;
  }
  .screen .poster_logo {
    width:140px;
  }
  .screen .poster_text {
    left:40px;
    font-size:16px;
  }

/* -----이미지슬라이드----- */
  #bottom {
    height:600px; 
    background:none;
  }

  #bottom>h1 {
    font-size:30px;
  }
  #bottomslide {
    width:100%;
    height:auto;
  }
  .slide {
    width:500vw;
  }
  .slide li {
    width:100vw;
    height:100%;
    float:left;
  }

}