@charset "UTF-8";
body{
    /background:#f00;
}
#multi_main{
    /opacity:0.8;
    background: url("../img/main_bg.jpg") no-repeat center top;
	background-size: 100% auto;
    padding-bottom:0.5%;
}
#multi_main .main_inner{
    width:89.375%;
    margin:4.8% auto 0;
}
#multi_main .main_inner .banner{
}
#multi_main .main_inner .title{
    margin-top:6.4%;
}

#cooper{
    background: url("../img/cooper_bg.jpg") no-repeat center top;
	background-size: 100% auto;  
}
#cooper .inner2{
    width:89.375%;
    margin:0 auto;
}
#cooper .inner2 li{
    position:relative;
    margin-bottom:4%;
}
#cooper .inner2 li.last{
    margin-bottom:7%;
}
#cooper .inner2 li .movie_btn,
#cooper .inner2 li .txt{
    float:left;
    width:50%;
}
#cooper .inner2 li .movie_btn a{
    position:absolute;
    width:50%;
    display:none;
}
#role .example1{
    margin-top:6.5%;
}
#role .example2{
    margin-top:3.5%;
}
.pagetop {
    bottom:72%;
}