@charset "utf-8";
.bg{
    height: 790px;
    width: 100%;
    background-image: url(../img/movie/bg.gif);
    background-position: center top;
    position: relative;
    display: flex;
    justify-content: center;
}
.bg .movie_inner_wrap{
    padding-top: 350px;
    width: 80%;
}
.movie_slide ul{
    list-style-type: none;
    display: flex;
    padding-left: 11px;
}
.bg .swiper_btn{
    position: absolute;
    padding-top: 440px;
}
.bg .swiper_btn.swiper_prev{
    left: 25px;
}
.bg .swiper_btn.swiper_next{
    right: 25px;
}
.step_g02{
    width: 100%;
    height: 405px;
    background: url(../img/movie/step_g02.jpg);
    background-size: cover;
}
.step_g02_txt_wrap{
    padding-top: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.step_g02_txt_wrap .box_02{
    margin-top: 20px;
}
.dl_footer ul{
    list-style-type: none;
}
.dl_footer h2{
    font-weight: 600;
    font-size: 16px;
}
.movie_inner_wrap h3{
    margin-top: 90px;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
}
.movie_inner_wrap p{
    text-align: center;
    font-size: 16px;
}
.movie_inner_wrap p span{
    font-weight: 600;
}
@media screen and (max-width: 1199px){
    .bg{
        height: 600px;
        background-size: 190% 100%;
    }
    .bg .movie_inner_wrap {
        padding-top: 240px;
    }
    .bg .swiper_btn{
        padding-top: 305px;
    }
    .bg .swiper_btn.swiper_next {
        right: 10px;
    }
    .bg .swiper_btn.swiper_prev {
        left: 10px;
    }
    .step_g02{
        height: 300px;
    }
    .step_g02_txt_wrap {
        padding-top: 120px;
    }
    .box_02 a{
        display: flex;
        justify-content: center;
    }
    .box_02 a img{
        max-width: 80%;
    }
    .movie_slide ul img{
        max-width: 90%;
    }
    .movie_slide ul{
        padding-left: 6px;
    }
}
@media screen and (max-width: 624px){
    .bg {
        height: 340px;
        background-size: 210% 125%;
    }
    .bg .movie_inner_wrap {
        padding-top: 160px;
    }
    .movie_slide ul img{
        max-width: 95%;
    }
    .bg .swiper_btn {
        padding-top: 200px;
    }
    .bg .swiper_btn img{
        max-width: 70%;
    }
    .movie_slide ul {
        padding-left: 2px;
    }
    .bg .swiper_btn.swiper_prev {
        left: 5px;
    }
    .bg .swiper_btn.swiper_next {
        right: -5px;
    }
    .step_g02 {
        height: 180px;
    }
    .step_g02_txt_wrap {
        padding-top: 80px;
    }
    .box_02 a img{
        max-width: 70%;
    }
    .step_g02_txt_wrap {
        padding-top: 70px;
    }
    .step_g02_txt_wrap .box_02 {
        margin-top: 10px;
    }
    .movie_inner_wrap h3{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .movie_inner_wrap p{
        font-size: 14px;
    }
}