@charset "UTF-8";
@media (min-width:769px) and (max-width:1199px) {

/* -----움직이는로고----- */
  header .logo {
    width:200px;
  }

/* -------시리즈소개 title------ */
  #top {
    height:1300px;
  }
  .top_title {
    width:90%;
    height:280px;
  }
  .top_title h1 {
    display:none;
  }
  .top_title .buzz1 {
    display:none;
  }
  .top_title .woody1 {
    width:250px;
    bottom:-30px;
  }
  .top_title .logobtn{
    right:210px;
    bottom:60px;
    width:70%;
    height:100px;
  }
  .top_title .logobtn button {
    width:115px;
    height:115px;
  }
/* -------시리즈소개 box------ */
  .top_box_1 {
    width:100%;
  }
  .top_box_1text {
    width:60%;
  }
  .top_box_1>img {
    width:20%;
  }
  .top_box_1 p {
    font-size:17px;
  }
  .top_box_1text p:nth-of-type(1){
    width:50%;
  }
  .top_box_1text p:nth-of-type(2){
    width:45%;
  }
  .top_box_2 {
    width:100%;
  }
  .top_box_2 p {
    font-size:18px;
  }

/* ------poster------ */
  #middle {
    height:850px;
  }
  #middle>h1 {
    display:none;
  }
  .middle_box {
    padding:0;
    width:90%;
    height:auto;
  }
  .gellertlist>ul {
    height:800px;
  }
  .gellertlist>ul li {
    width:250px;
    }
  .poster_img {
    height:320px;
  }
  .gellertlist>ul li:nth-of-type(4) {
    margin:0;
  }

/* -----이미지슬라이드----- */
  #bottom {
    height:800px;
  }
  #bottomslide {
    width:100%;
    height:auto;
  }
  .slide {
    width:500vw;
  }
  .slide li {
    width:100vw;
  }
}